/* kent-casino88.buzz — Kent casino / Кент казино. Концепт «Маяк»: каталог = световой сектор, VIP = ступени света. Палитра: ночной шифер + янтарный луч + пенный циан */

:root {
  --bg: #0a1018;
  --bg2: #101a26;
  --bg3: #172533;
  --line: #243648;
  --line2: #32465c;
  --txt: #eaf2fb;
  --txt-d: #a9c0d6;
  --txt-dd: #7790a8;
  --beam: #f5a623;
  --foam: #46c8e0;
  --beam-d: #d07d12;
  --hot: #ffc46a;
  --rad: 13px;
  --rad-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Lora", Georgia, "Times New Roman", serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 88% -12%, rgba(245, 166, 35, .15) 0%, transparent 60%),
    radial-gradient(860px 600px at -8% 56%, rgba(70, 200, 224, .09) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--foam); text-decoration: none }
a:hover { text-decoration: underline }

.beaconskip {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--beam); color: #0a0d12;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.beaconskip:focus { top: 8px }

/* ===== HEADER BAR ===== */
.beaconbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 16, 24, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.lanternlogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.lanternlogo:hover { text-decoration: none }
.lanternlogo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 9px rgba(245, 166, 35, .5));
}
.lanternlogo__t {
  font-family: "Sofia Sans", "Segoe UI", system-ui, sans-serif;
  font-weight: 700; line-height: 1; letter-spacing: -.3px;
}
.lanternlogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.beaconnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.beaconnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
  font-family: "Sofia Sans", system-ui, sans-serif;
}
.beaconnav a:hover { color: var(--beam); border-bottom-color: var(--beam); text-decoration: none }

/* ===== CTA (sweepcta) ===== */
.sweepcta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.sweepcta:hover { text-decoration: none; transform: translateY(-1px) }
.sweepcta--small { background: var(--bg3); color: var(--txt); border-color: var(--line) }
.sweepcta--small:hover { background: var(--bg2); border-color: var(--beam) }
.sweepcta--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.sweepcta--hot {
  background: linear-gradient(118deg, #ffb43a 0%, #e07a12 100%);
  color: #1a0f02; border: 0;
  box-shadow: 0 12px 30px -10px rgba(245, 166, 35, .7);
  font-weight: 700;
}
.sweepcta--hot:hover { box-shadow: 0 16px 38px -8px rgba(245, 166, 35, .92) }
.sweepcta--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.sweepcta--ghost:hover { border-color: var(--foam); color: var(--foam) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.flashstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(245, 166, 35, .05), rgba(70, 200, 224, .04));
  font-size: 13px;
}
.flashstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.flashstrip__cell:last-child { border-right: 0 }
.flashstrip__num {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-weight: 700; font-size: 15px; color: var(--beam);
  letter-spacing: -.2px;
}
.flashstrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
.beaconhero, .welcomelamp { padding-top: 38px }
.beaconeyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--foam); font-weight: 700;
  margin: 0 0 10px;
  font-family: "Sofia Sans", system-ui, sans-serif;
}
h1 {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: clamp(28px, 4.1vw, 46px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -1px; font-weight: 700;
}
h2 {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: clamp(24px, 3.2vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.6px; font-weight: 700;
}
h3 {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--beam); font-weight: 600; letter-spacing: -.3px;
}
p { margin: 0 0 14px; color: var(--txt) }
.glowmark { color: var(--beam) }
.castlead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== HERO ===== */
.beaconhero {
  display: grid; grid-template-columns: 1.16fr 1fr; gap: 38px;
  align-items: center;
}
.beaconhero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--beam);
  background: rgba(245, 166, 35, .08);
  border: 1px solid rgba(245, 166, 35, .26);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
  font-family: "Sofia Sans", system-ui, sans-serif;
}
.beaconhero__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66 }
.beaconhero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.lightcurve { margin: 0 }
.lightcurve__svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--rad); border: 1px solid var(--line);
  background:
    radial-gradient(440px 330px at 50% 16%, rgba(245, 166, 35, .2), transparent 62%),
    radial-gradient(360px 280px at 24% 80%, rgba(70, 200, 224, .14), transparent 66%),
    linear-gradient(150deg, #0c141d 0%, #14202e 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(245, 166, 35, .4);
}
.lightcurve figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline */
.lampkpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.lampkpi__item { display: flex; flex-direction: column; gap: 2px }
.lampkpi__num {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: 26px; font-weight: 700;
  color: var(--beam); letter-spacing: -.6px;
}
.lampkpi__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== WELCOME ===== */
.welcomelamp {
  background:
    radial-gradient(740px 360px at 84% 26%, rgba(70, 200, 224, .07) 0%, transparent 70%),
    rgba(16, 26, 38, .55);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px;
  max-width: none;
}
.welcomelamp__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.lampbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.lampbox:hover { border-color: var(--beam); transform: translateY(-2px) }
.lampbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(140deg, rgba(245, 166, 35, .08), transparent 58%);
  pointer-events: none;
}
.lampbox__step {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: 11px; color: var(--foam); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.lampbox__pct {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--beam); letter-spacing: -.8px;
  margin-bottom: 8px;
}
.lampbox__title { font-weight: 600; font-size: 15px; margin-bottom: 6px; font-family: "Sofia Sans", system-ui, sans-serif }
.lampbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS ===== */
.quicklight {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.stepglow {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 24px;
  position: relative;
}
.stepglow__num {
  font-family: "Sofia Sans", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg3);
}
.stepglow__head {
  font-size: 18px; font-weight: 600; margin-bottom: 12px;
  color: var(--beam); font-family: "Sofia Sans", system-ui, sans-serif;
}
.stepglow p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.lensgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.lenscard {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.lenscard:hover {
  transform: translateY(-3px);
  border-color: var(--beam);
  box-shadow: 0 18px 36px -14px rgba(245, 166, 35, .4);
}
.lenscard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-weight: 700; font-size: 22px; color: rgba(234, 242, 251, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.3px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.lenscard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.36) 100%);
  pointer-events: none;
}
.lensface-1 { background: linear-gradient(135deg, #3a2705 0%, #f5a623 100%); color: #1a1004 }
.lensface-2 { background: linear-gradient(135deg, #062430 0%, #46c8e0 100%); color: #04161c }
.lensface-3 { background: linear-gradient(135deg, #2a1505 0%, #d07d12 100%) }
.lensface-4 { background: linear-gradient(135deg, #08303a 0%, #6fd2e8 100%); color: #04161c }
.lensface-5 { background: linear-gradient(135deg, #3a1c05 0%, #ffc46a 100%); color: #1a1004 }
.lensface-6 { background: linear-gradient(135deg, #0a2233 0%, #46c8e0 100%) }
.lensface-7 { background: linear-gradient(135deg, #3a2705 0%, #ffc46a 100%); color: #1a1004 }
.lensface-8 { background: linear-gradient(135deg, #15212e 0%, #5fa3c8 100%) }
.lensface-9 { background: linear-gradient(135deg, #2e1f05 0%, #f5a623 100%); color: #1a1004 }
.lensface-10 { background: linear-gradient(135deg, #07303a 0%, #46c8e0 100%) }
.lensface-11 { background: linear-gradient(135deg, #2a1505 0%, #f5a623 100%); color: #1a1004 }
.lensface-12 { background: linear-gradient(135deg, #0a2a33 0%, #6fd2e8 100%); color: #04161c }

.lenscard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.lenscard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.beambtn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
  font-family: "Sofia Sans", system-ui, sans-serif;
}
.beambtn:hover { background: var(--beam); border-color: var(--beam); color: #1a1004; text-decoration: none }

.provbeacon { margin: 22px 0 0 }
.provbeacon__title { font-size: 12px; color: var(--foam); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; font-family: "Sofia Sans", system-ui, sans-serif }
.provbeacon__list { display: flex; flex-wrap: wrap; gap: 8px }
.provbeacon__list span {
  padding: 6px 12px;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY ===== */
.perkbeacon {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.logbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  transition: border-color .2s;
}
.logbox:hover { border-color: var(--foam) }
.logbox__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--foam); font-family: "Sofia Sans", system-ui, sans-serif }
.logbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-разряды как стек ступеней света */
.beaconladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.beaconladder__step {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 8px;
  text-align: center;
  position: relative;
}
.beaconladder__step:nth-child(1) { transform: translateY(0) }
.beaconladder__step:nth-child(2) { transform: translateY(-4px) }
.beaconladder__step:nth-child(3) { transform: translateY(-11px) }
.beaconladder__step:nth-child(4) { transform: translateY(-19px); border-color: var(--beam); background: var(--bg2) }
.beaconladder__step:nth-child(5) { transform: translateY(-28px); border-color: var(--beam); background: var(--bg2) }
.beaconladder__step:nth-child(6) { transform: translateY(-36px); border-color: var(--beam); background: linear-gradient(135deg, var(--bg2), rgba(245, 166, 35, .1)) }
.tierlamp__name {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.tierlamp__cb { font-size: 11px; color: var(--txt-d) }
.beaconladder__step:nth-child(6) .tierlamp__name { color: var(--beam) }

/* ===== TOURNAMENT ===== */
.beacontour-wrap {
  background:
    radial-gradient(660px 360px at 50% 46%, rgba(245, 166, 35, .11) 0%, transparent 70%),
    var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.beacontour__btns { margin: 22px 0 28px }
.prizelight {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.prizelight > div {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.prizelight span {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--beam);
  margin-bottom: 4px; letter-spacing: -.3px;
}
.prizelight em { font-size: 14px; font-weight: 600; color: var(--txt); font-style: normal; font-family: "Sofia Sans", system-ui, sans-serif }
.prizelight i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.beaconlive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.watchbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.watchbox:hover {
  transform: translateY(-3px);
  border-color: var(--foam);
  box-shadow: 0 18px 36px -14px rgba(70, 200, 224, .4);
}
.watchbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-weight: 700; font-size: 18px; color: rgba(234, 242, 251, .94);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.watchface-1 { background: linear-gradient(135deg, #3a2705 0%, #f5a623 100%); color: #1a1004 }
.watchface-2 { background: linear-gradient(135deg, #07303a 0%, #46c8e0 100%) }
.watchface-3 { background: linear-gradient(135deg, #0a2233 0%, #6fa3c8 100%) }
.watchface-4 { background: linear-gradient(135deg, #3a1c05 0%, #ffc46a 100%); color: #1a1004 }
.watchface-5 { background: linear-gradient(135deg, #06242f 0%, #46c8e0 100%) }
.watchface-6 { background: linear-gradient(135deg, #2a1505 0%, #d07d12 100%) }

.watchbox__b { padding: 14px 16px 16px; position: relative }
.watchbox__t { font-weight: 700; font-size: 16px; margin-bottom: 4px; font-family: "Sofia Sans", system-ui, sans-serif }
.watchbox__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.watchbox__m { font-size: 13px; color: var(--foam); font-weight: 600; margin-bottom: 4px }
.watchbox__p { font-size: 12px; color: var(--txt-dd) }
.watchbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--beam); color: #1a1004;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.brandbeacon h3 {
  border-left: 3px solid var(--beam);
  padding-left: 14px; margin-top: 30px;
}
.brandbeacon p { color: var(--txt); line-height: 1.72 }
.glowchips {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.glowchip {
  padding: 7px 13px;
  background: var(--bg2);
  border: 1px solid var(--beam);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS ===== */
.logwall__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.logbox--rev {
  display: flex; flex-direction: column; gap: 14px;
}
.logbox__stars { color: var(--beam); font-size: 16px; letter-spacing: 4px }
.logbox__stars--four .staroff { color: var(--line2) }
.logbox__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.logbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.logbox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--beam), var(--foam));
  border-radius: 50%; color: #0a0d12; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Sofia Sans", system-ui, sans-serif;
}

/* ===== PAYMENTS ===== */
.cashlamp__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.raillamp {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.raillamp__t { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Sofia Sans", system-ui, sans-serif }
.raillamp i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.cashlamp__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.timelamp {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.timelamp__t {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: 16px; color: var(--beam); font-weight: 700;
}
.timelamp span:not(.timelamp__t) { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA ===== */
.lastflash {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(640px 320px at 50% 50%, rgba(245, 166, 35, .16) 0%, transparent 70%),
    var(--bg2);
  border-radius: var(--rad);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.lastflash h2 { margin-bottom: 10px }
.lastflash p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ ===== */
.faqbeacon h2 { margin-bottom: 22px }
.qabeacon {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
.qabeacon[open] { border-color: var(--beam) }
.qabeacon summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Sofia Sans", system-ui, sans-serif;
}
.qabeacon summary::-webkit-details-marker { display: none }
.qabeacon summary::after {
  content: "✦"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--beam); font-size: 12px;
  transition: transform .25s;
}
.qabeacon[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--beam) }
.qabeacon p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== AUTHOR NOTE ===== */
.keeperview { padding-top: 0 }
.keeperview__box {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--foam);
  border-radius: var(--rad);
  padding: 22px 26px;
}
.keeperview__h { font-weight: 700; font-size: 15px; color: var(--foam); margin-bottom: 8px; font-family: "Sofia Sans", system-ui, sans-serif }
.keeperview__box p { color: var(--txt-d); font-size: 13px; line-height: 1.66; margin: 0 }

/* ===== FOOTER ===== */
.beaconfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 16, 24, .62);
}
.beaconfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.beaconfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.beaconfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.beaconfoot__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.beaconfoot__name { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Sofia Sans", system-ui, sans-serif }
.beaconfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.beaconfoot__op { color: var(--beam); font-weight: 600 }
.beaconfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.beaconfoot__col h4 {
  font-family: "Sofia Sans", system-ui, sans-serif;
  font-size: 12px; color: var(--foam); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.beaconfoot__col ul { list-style: none; padding: 0; margin: 0 }
.beaconfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.beaconfoot__col li:hover { color: var(--txt) }
.beaconfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .welcomelamp__grid { grid-template-columns: repeat(2, 1fr) }
  .cashlamp__grid { grid-template-columns: repeat(3, 1fr) }
  .prizelight { grid-template-columns: repeat(2, 1fr) }
  .logwall__grid { grid-template-columns: 1fr }
  .beaconfoot__top { grid-template-columns: 1fr }
  .flashstrip { grid-template-columns: repeat(3, 1fr) }
  .flashstrip__cell:nth-child(4), .flashstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .beaconladder { grid-template-columns: repeat(3, 1fr) }
  .beaconladder__step { transform: none !important }
}

@media (max-width: 880px) {
  .beaconhero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .lightcurve { order: -1 }
  .beaconnav { display: none }
  .beaconbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .welcomelamp, .beacontour-wrap, .lastflash { padding: 36px 18px; margin: 22px 14px }
  .quicklight { grid-template-columns: 1fr }
  .perkbeacon { grid-template-columns: 1fr }
  .beaconfoot__top { padding: 30px 16px 22px; gap: 22px }
  .beaconfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .flashstrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .flashstrip__cell { padding: 4px 10px }
  .cashlamp__times { grid-template-columns: 1fr }
  .lampkpi { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .lensgrid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .beaconlive__grid { grid-template-columns: 1fr }
  .welcomelamp__grid { grid-template-columns: 1fr }
  .lenscard h3 { font-size: 13px }
  .lenscard p { font-size: 11px }
  .lenscard__cover { font-size: 16px }
  .beaconhero__btns { flex-direction: column; align-items: stretch }
  .sweepcta--big { width: 100% }
  .cashlamp__grid { grid-template-columns: repeat(2, 1fr) }
  .prizelight { grid-template-columns: 1fr }
  .beaconfoot__cols { grid-template-columns: 1fr }
  .beaconladder { grid-template-columns: repeat(2, 1fr) }
}
