/* Always respect hidden */
[hidden] { display: none !important; }

/* =========================
   TOKENS
   ========================= */
:root{
  /* Typography */
  --font: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;

  /* Core sizes */
  --header-h: 80px;
  --container: 1180px;

  --r-sm: 14px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 34px;
  --pill: 999px;

  /* Palette */
  --bg-0: #070A17;
  --bg-1: #0B1024;
  --bg-2: #0F1734;

  --card: rgba(12, 18, 44, .78);
  --card2: rgba(10, 14, 34, .72);

  --border: rgba(255, 255, 255, .09);
  --border2: rgba(163, 255, 79, .20);

  --text: #EAF0FF;
  --muted: rgba(234,240,255,.72);

  --lime: #A3FF4F;
  --cyan: #3FE6FF;
  --orange: #FF8A2A;
  --red: #FF3B4A;
  --yellow: #FFD14A;

  --g-primary: linear-gradient(180deg, #FFD14A, #FF8A2A);
  --g-neon: linear-gradient(90deg, #A3FF4F, #3FE6FF);
  --g-danger: linear-gradient(180deg, #FF3B4A, #FF8A2A);

  --shadow-1: 0 14px 40px rgba(0,0,0,.45);
  --shadow-2: 0 26px 80px rgba(0,0,0,.62);

  --glow-lime: 0 0 0 1px rgba(163,255,79,.22), 0 0 26px rgba(163,255,79,.18);
  --glow-cyan: 0 0 0 1px rgba(63,230,255,.20), 0 0 26px rgba(63,230,255,.16);
  --glow-sauce: 0 0 0 1px rgba(255,138,42,.22), 0 0 26px rgba(255,138,42,.14);

  --section-a:
    radial-gradient(1000px 520px at 20% 20%, rgba(163,255,79,.10), transparent 60%),
    radial-gradient(900px 520px at 80% 40%, rgba(255,138,42,.08), transparent 62%),
    linear-gradient(180deg, rgba(7,10,23,.00), rgba(7,10,23,.00));

  --section-b:
    radial-gradient(1000px 520px at 15% 10%, rgba(63,230,255,.10), transparent 60%),
    radial-gradient(900px 520px at 85% 55%, rgba(255,59,74,.07), transparent 62%),
    linear-gradient(180deg, rgba(11,16,36,.55), rgba(11,16,36,.55));

  --section-c:
    radial-gradient(1000px 520px at 25% 15%, rgba(255,209,74,.08), transparent 60%),
    radial-gradient(900px 520px at 75% 70%, rgba(163,255,79,.07), transparent 62%),
    linear-gradient(180deg, rgba(15,23,52,.52), rgba(15,23,52,.52));
}

/* =========================
   BASE
   ========================= */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(163,255,79,.12), transparent 60%),
    radial-gradient(900px 700px at 80% 15%, rgba(255,138,42,.10), transparent 62%),
    radial-gradient(1000px 800px at 50% 110%, rgba(63,230,255,.10), transparent 60%),
    var(--bg-0);
  padding-top: var(--header-h);
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,select{font:inherit;color:inherit}
.container{
  width:min(var(--container), calc(100% - 32px));
  margin:0 auto;
}
.center{text-align:center}
.sr-only{position:absolute;left:-9999px}
.middle{justify-content:center;}
/* =========================
   TYPO / SECTION
   ========================= */
.section{padding: clamp(28px, 3.6vw, 60px) 0; position: relative; overflow: hidden;}
.section-head{margin-bottom: 18px;}

.section-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 10px 14px;
  border-radius: var(--pill);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(10,14,34,.55);
  border: 1px solid rgba(163,255,79,.22);
  box-shadow: var(--glow-lime);
}

.section-title{
  margin: 14px 0 8px;
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.section-sub{
  margin: 0 auto;
  max-width: 860px;
  color: var(--muted);
  line-height: 1.6;
}

.h1{
  margin: 14px 0 8px;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 900;
  letter-spacing: -0.03em;
}
.h3{margin:0 0 12px;font-size:18px;font-weight:900}
.p{margin:0;color:rgba(234,240,255,.84);line-height:1.65}
.muted{color:var(--muted)}
.tiny{font-size:12px}
.fineprint{margin-top:12px;font-size:12px;color:rgba(234,240,255,.62)}
.spacer-24{height:24px}

.section-divider{
  height: 1px;
  margin-top: 34px;
  background: linear-gradient(90deg, transparent, rgba(163,255,79,.25), rgba(255,138,42,.20), transparent);
}

/* Alternating section backgrounds */
.section--a{background: var(--section-a);}
.section--b{background: var(--section-b);}
.section--c{background: var(--section-c);}

.section--a::before,
.section--b::before,
.section--c::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 18%, transparent 82%, rgba(0,0,0,.18));
  opacity:.55;
}
.section--a::after,
.section--b::after,
.section--c::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
  opacity:.7;
  pointer-events:none;
}

/* =========================
   HEADER (FINAL)
   ========================= */
.site-header{
  position:fixed; inset:0 0 auto 0;
  height: var(--header-h);
  z-index: 9999;
  background: rgba(7,10,23,.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.header-inner{
  height:100%;
  display:flex;
  align-items:center;
  gap: 16px;
}

/* stack container used by your new header */
.header-inner--stack{
  height:100%;
  display:flex;
  align-items:center;
  gap: 16px;
  justify-content: space-between;
}

.header-row{display:flex;align-items:center}

/* Brand */
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 220px;
}

.brand-logo{
  height: 38px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.35));
}

/* Desktop nav */
.nav{display:flex;gap:14px;margin-left:auto}
.nav a{
  padding: 10px 10px;
  border-radius: 12px;
  font-size: 13px;
  color: rgba(234,240,255,.82);
}
.nav a:hover{
  background: rgba(255,255,255,.05);
  box-shadow: inset 0 0 0 1px rgba(163,255,79,.12);
  color: var(--text);
}

.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

/* Burger */
.nav-toggle{
  display:none;
  width: 44px;height:44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,14,34,.55);
  cursor:pointer;
}
.nav-toggle span{
  display:block;width:18px;height:2px;margin:4px auto;border-radius:2px;
  background: rgba(234,240,255,.90);
}

/* Mobile menu */
.mobile-nav{
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(7,10,23,.92);
  backdrop-filter: blur(14px);
}
.mobile-nav-inner{
  padding: 12px 0 16px;
}
.mobile-links{
  display:grid;
  gap: 8px;
}
.mobile-links a{
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

/* =========================
   LANG DROPDOWN (FINAL)
   - centered on screen (fixed)
   ========================= */
.lang-dd{
  position: relative;
  display: inline-block;
}

.lang-dd-btn{
  height: 44px;
  padding: 0 12px 0 14px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,14,34,.55);
  box-shadow: var(--shadow-1);
  cursor: pointer;
  font-weight: 1000;
}

.lang-dd-btn:hover{box-shadow: var(--glow-lime);}

.lang-dd-label{font-size: 12px; letter-spacing: .02em;}

.lang-dd-caret{
  width: 28px;
  height: 28px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  line-height: 1;
}
.lang-dd.is-open .lang-dd-caret{box-shadow: var(--glow-cyan);}

/* Centered dropdown */
.lang-dd-menu{
  position: fixed;
  top: calc(var(--header-h) + 10px);
  transform: translateX(-50%);
  width: min(92vw, 320px);
  max-width: 92vw;

  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(7,10,23,.92);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-2);
  display: grid;
  gap: 6px;
  z-index: 10000;

  max-height: min(60vh, 360px);
  overflow: auto;
}

.lang-dd-item{
  height: 40px;
  width: 100%;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  cursor: pointer;
  font-weight: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.lang-dd-item:hover{box-shadow: var(--glow-lime);}
.lang-dd-item:active{transform: translateY(1px);}

.lang-dd-btn:focus,
.lang-dd-item:focus{
  outline: none;
  border-color: rgba(63,230,255,.28);
  box-shadow: var(--glow-cyan);
}

/* =========================
   BUTTONS
   ========================= */
.btn{
  height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  border: 1px solid transparent;
  cursor:pointer;
  transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
  user-select:none;
}
.btn:active{transform: translateY(1px);}
.btn-primary{
  color: #1A1236;
  background: var(--g-primary);
  box-shadow: var(--glow-sauce);
}
.btn-primary:hover{filter:brightness(1.04)}
.btn-secondary{
  background: rgba(63,230,255,.10);
  border-color: rgba(63,230,255,.24);
  box-shadow: var(--glow-cyan);
}
.btn-ghost{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.10);
}
.btn-ghost:hover{box-shadow: var(--glow-lime)}

/* =========================
   CARDS
   ========================= */
.card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
}
.card-wide{padding: 22px;}
.card-inset{
  background: rgba(255,255,255,.03);
  border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: none;
}
.card-sauce{
  position: relative;
  border: 1px solid rgba(255,138,42,.18);
  background:
    radial-gradient(520px 220px at 15% 0%, rgba(255,138,42,.12), transparent 60%),
    radial-gradient(520px 260px at 85% 40%, rgba(163,255,79,.10), transparent 60%),
    var(--card2);
}

/* =========================
   INTRO
   ========================= */
.intro-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.intro-media, .intro-meta{min-height: 420px;}
.intro-media{overflow:hidden}
.intro-img{width:100%;height:100%;aspect-ratio: 1 / 1; object-fit: cover;}
.intro-media-glow{
  position:absolute;inset:0;
  background:
    radial-gradient(520px 320px at 25% 20%, rgba(163,255,79,.16), transparent 60%),
    radial-gradient(520px 320px at 70% 85%, rgba(255,138,42,.14), transparent 60%);
  pointer-events:none;
}
.intro-meta{padding: 18px; display:flex; flex-direction:column;}
.intro-meta-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.kicker{font-weight:1000;letter-spacing:-.02em}
.mini{color:rgba(234,240,255,.62);font-size:13px;margin-top:4px}

.tag{
  padding: 8px 12px;
  border-radius: var(--pill);
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(163,255,79,.22);
  background: rgba(163,255,79,.10);
  box-shadow: var(--glow-lime);
}
.tag-hot{border-color: rgba(255,138,42,.28); background: rgba(255,138,42,.10); box-shadow: var(--glow-sauce);}

.table-wrap{overflow:auto;border-radius: 16px; border: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.12); margin-bottom:16px;}
.meta-table{width:100%;border-collapse:collapse;font-size:13px}
.meta-table th,.meta-table td{padding:12px 12px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left}
.meta-table th{width:42%;color:rgba(234,240,255,.64);font-weight:900}
.hint{color:rgba(234,240,255,.62); font-size:12px}

.intro-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.intro-meta .fineprint{margin-top:auto}

/* =========================
   DEMO
   ========================= */
.full-bleed{width:100%;}
.demo-bleed{
  padding: 0 0;
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(163,255,79,.12), transparent 60%),
    radial-gradient(900px 420px at 80% 60%, rgba(255,138,42,.12), transparent 60%),
    rgba(0,0,0,.10);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.demo-shell{
  width:min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 22px;
}
.demo-shell iframe{
  width:100%;
  height: min(70vh, 640px);
  border: 0;
  border-radius: var(--r-xl);
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(163,255,79,.14);
  box-shadow: var(--shadow-2), var(--glow-lime);
}

/* =========================
   WHY / GRIDS
   ========================= */
.why{padding: 18px;}
.why-grid{display:grid;grid-template-columns: repeat(3, minmax(0,1fr));gap:12px;margin-top:12px}
.why-item{
  display:flex;gap:12px;align-items:flex-start;
  padding:14px;border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.why-icon{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(163,255,79,.10);
  border: 1px solid rgba(163,255,79,.18);
  box-shadow: var(--glow-lime);
}
.why-title{font-weight:1000}
.why-sub{color:rgba(234,240,255,.68);font-size:13px;margin-top:4px}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:16px}

/* =========================
   CASINO
   ========================= */
.casino-card{
  padding: 18px;
  border-radius: var(--r-xl);
  background:
    radial-gradient(520px 220px at 20% 10%, rgba(255,138,42,.12), transparent 60%),
    radial-gradient(520px 220px at 80% 40%, rgba(163,255,79,.10), transparent 60%),
    rgba(10,14,34,.62);
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: var(--shadow-1);
  position: relative;
}
.casino-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.casino-logo{height:34px;width:auto;filter: drop-shadow(0 10px 22px rgba(0,0,0,.35))}
.casino-title{margin:0;font-weight:1000;font-size:18px}
.casino-sub{margin:6px 0 12px;color:rgba(234,240,255,.68)}

.chip{
  padding: 8px 12px;
  border-radius: var(--pill);
  font-size: 12px;
  font-weight: 1000;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.chip-top{border-color: rgba(255,138,42,.24); box-shadow: var(--glow-sauce);}
.chip-pop{border-color: rgba(63,230,255,.22); box-shadow: var(--glow-cyan);}
.chip-new{border-color: rgba(163,255,79,.22); box-shadow: var(--glow-lime);}

.casino-kpis{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:10px;margin: 12px 0 14px}
.kpi{
  padding: 10px;border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.14);
}
.kpi .k{display:block;font-size:12px;color:rgba(234,240,255,.62);font-weight:900}
.kpi .v{display:block;margin-top:4px;font-weight:1000}
.casino-actions{display:flex;gap:10px;flex-wrap:wrap}

/* =========================
   REVIEW / WIDE STACK
   ========================= */
.review-hero{padding: 22px;}
.review-hero-inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: start;
}
.review-points{display:grid;gap:10px;margin:14px 0}
.point{display:flex;align-items:center;gap:10px;color:rgba(234,240,255,.80)}
.dot{
  width:10px;height:10px;border-radius:999px;
  background: var(--lime);
  box-shadow: 0 0 0 3px rgba(163,255,79,.12);
}
.review-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}

.stat-grid{display:grid;grid-template-columns: repeat(2, minmax(0,1fr));gap:10px}
.stat{
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.stat-k{font-size:12px;color:rgba(234,240,255,.62);font-weight:900}
.stat-v{font-size:18px;font-weight:1000;margin-top:4px}
.stat-s{font-size:12px;color:rgba(234,240,255,.55);margin-top:2px}

.note{margin-top:12px;padding:14px}
.note-title{font-weight:1000;margin-bottom:6px}
.note-text{color:rgba(234,240,255,.74);line-height:1.6}

.wide-stack{display:grid;gap:16px}
.wide-block{padding:22px}
.wide-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.wide-badges{display:flex;gap:8px;flex-wrap:wrap}
.badge2{
  padding: 8px 12px;
  border-radius: var(--pill);
  font-size: 12px;
  font-weight: 1000;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}
.badge2-lime{border-color: rgba(163,255,79,.22); box-shadow: var(--glow-lime);}
.badge2-orange{border-color: rgba(255,138,42,.22); box-shadow: var(--glow-sauce);}
.badge2-cyan{border-color: rgba(63,230,255,.22); box-shadow: var(--glow-cyan);}

.wide-cols{display:grid;grid-template-columns: 1.2fr .8fr;gap:16px;margin-top:12px}
.bullets{margin:0;padding-left:18px;color:rgba(234,240,255,.84);line-height:1.7}
.callout2{
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,138,42,.20);
  background: rgba(255,138,42,.08);
  box-shadow: var(--glow-sauce);
}
.callout2-k{font-weight:1000;margin-bottom:6px}
.callout2-v{color:rgba(234,240,255,.80);line-height:1.65}

/* Rules */
.rule-grid{display:grid;grid-template-columns: repeat(3, minmax(0,1fr));gap:12px;margin-top:12px}
.rule{
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  display:flex;gap:12px;
}
.rule-n{
  width:44px;height:44px;border-radius:16px;
  display:grid;place-items:center;
  font-weight:1000;
  color:#0b1024;
  background: var(--g-neon);
}
.rule-h{font-weight:1000}
.rule-s{color:rgba(234,240,255,.68);font-size:13px;margin-top:4px;line-height:1.55}

/* Paytable */
.pay-table{width:100%;border-collapse:collapse;font-size:13px;overflow:hidden;border-radius:18px}
.pay-table th,.pay-table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left}
.pay-table thead th{
  background: rgba(163,255,79,.10);
  border-bottom: 1px solid rgba(163,255,79,.16);
  font-weight:1000;
}
.pay-table tbody tr:nth-child(even) td{background: rgba(255,255,255,.02)}

/* =========================
   VIDEO + PROSE
   ========================= */
.video-card{padding:18px}
.video-embed{
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
}
.video-embed iframe{width:100%;height:420px;border:0;display:block}
.prose{padding:18px}
.steps{margin:0;padding-left:18px;color:rgba(234,240,255,.84);line-height:1.75}
.callout{
  display:grid;grid-template-columns:44px 1fr;gap:12px;
  padding:14px;border-radius:20px;
  border:1px solid rgba(63,230,255,.18);
  background: rgba(63,230,255,.07);
  margin-top:14px;
}
.callout-alt{border-color: rgba(255,138,42,.22); background: rgba(255,138,42,.08);}
.callout-icon{
  width:44px;height:44px;border-radius:16px;
  display:grid;place-items:center;
  background: rgba(10,14,34,.55);
  border: 1px solid rgba(255,255,255,.10);
}

/* =========================
   REVIEWS
   ========================= */
.review-card{
  margin:0;padding:16px;border-radius:22px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow-1);
}
.stars{font-weight:1000;letter-spacing:1px;color:var(--yellow)}
.review-card blockquote{margin:10px 0;color:rgba(234,240,255,.84);line-height:1.6}
.review-card figcaption{color:rgba(234,240,255,.62);font-size:12px;font-weight:900}

/* =========================
   AUTHOR + CTA
   ========================= */
.author{
  display:grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  padding: 18px;
  align-items: center;
}
.author-img{
  width:100%;height:240px;object-fit:cover;border-radius:22px;
  border:1px solid rgba(255,255,255,.10);
}
.author-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.cta{
  margin-top: 18px;
  position: relative;
  overflow:hidden;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.10);
}
.cta-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(900px 420px at 30% 30%, rgba(163,255,79,.18), transparent 60%),
    radial-gradient(900px 420px at 70% 70%, rgba(255,138,42,.18), transparent 60%),
    linear-gradient(135deg, rgba(10,14,34,.92), rgba(10,14,34,.72));
}
.cta-inner{position:relative;padding: 24px;}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.pill-on-cta{border-color: rgba(255,255,255,.12); box-shadow:none}

/* =========================
   FAQ
   ========================= */
.faq{display:grid;gap:10px}
.faq-item{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.03);
  overflow:hidden;
}
.faq-q{
  width:100%;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  padding: 16px 16px;
  background: transparent;
  border: 0;
  cursor:pointer;
  font-weight: 1000;
}
.faq-icon{
  width: 34px;height:34px;border-radius:14px;
  display:grid;place-items:center;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.12);
}
.faq-a{padding: 0 16px}
.faq-a-inner{padding: 0 0 16px;color:rgba(234,240,255,.82);line-height:1.65}

/* =========================
   FOOTER
   ========================= */
.site-footer{
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(7,10,23,.72);
}
.footer-inner{
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 18px;
}
.footer-title{margin:0 0 10px;font-size:14px;font-weight:1000}
.footer-links{display:grid;gap:8px}
.footer-links a{color:rgba(234,240,255,.78)}
.footer-links a:hover{color: var(--lime)}
.footer-bottom{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.06);
  display:flex;justify-content:space-between;align-items:center
}

/* =========================
   BACK TO TOP
   ========================= */
.to-top{
  position:fixed; right:18px; bottom:18px;
  width: 46px;height:46px;border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(7,10,23,.72);
  cursor:pointer;
  box-shadow: var(--shadow-1);
}
.to-top:hover{box-shadow: var(--glow-lime)}

/* =========================
   RESPONSIVE: <= 1024px
   ========================= */
@media (max-width: 1024px){
  :root{ --header-h: 124px; }

  .site-header{height: var(--header-h);}

  /* header stack */
  .header-inner--stack{
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
  }
  .header-row--logo{width:100%;justify-content:center;}
  .brand{min-width:0;justify-content:center;}
  .brand-text{display:none;}
  .brand-logo{height:42px;}
  .header-row--actions{width:100%;justify-content:center;}
  .header-actions{width:100%;justify-content:center;gap:10px;}

  /* nav -> burger */
  .nav{display:none;}
  .nav-toggle{display:inline-block;}

  /* layouts */
  .intro-grid{grid-template-columns:1fr}
  .review-hero-inner{grid-template-columns:1fr}
  .wide-cols{grid-template-columns:1fr}
  .rule-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .author{grid-template-columns:1fr}
  .video-embed iframe{height:320px}
  .footer-inner{grid-template-columns:1fr}
}

@media (max-width: 767px){
  .lang-dd-menu {
    position: fixed;
    left: 50%;
    top: calc(var(--header-h) + 10px);
    transform: translateX(-50%);
    width: min(92vw, 320px);
    max-width: 92vw;
    padding: 8px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(7, 10, 23, .92);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow-2);
    display: grid;
    gap: 6px;
    z-index: 10000;
    max-height: min(60vh, 360px);
    overflow: auto;
}
}

/* =========================
   RESPONSIVE: <= 520px
   ========================= */
@media (max-width: 520px){
  /* зарезервировано под точечные правки при необходимости */
}

/* =========================
   RESPONSIVE: <= 380px
   ========================= */
@media (max-width: 380px){
  .lang-dd-btn{padding: 0 10px 0 12px;}
  .lang-dd-label{font-size: 12px;}
}
/* =========================
   INTRO META CTAs (UPDATED)
   ========================= */

/* две кнопки по 45% и равномерно */
.intro-cta-top,
.intro-cta-bottom{
  display:flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.intro-cta{
  width: 45%;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

/* центрируем заголовок в правом блоке */
.intro-meta-top--center{
  justify-content: center;
}
.intro-meta-head{
  width: 100%;
}
.intro-meta-head .kicker,
.intro-meta-head .mini{
  text-align: center;
}

/* Стили кнопок под задачу:
   - money: желтая
   - tg: синяя
   - demo: синяя
   - review: желтая
*/
.intro-cta--money{
  background: var(--g-primary);
  color: #1A1236;
  box-shadow: var(--glow-sauce);
}

.intro-cta--tg,
.intro-cta--demo{
  background: rgba(63,230,255,.10);
  border-color: rgba(63,230,255,.24);
  box-shadow: var(--glow-cyan);
}

.intro-cta--review{
  background: var(--g-primary);
  color: #1A1236;
  box-shadow: var(--glow-sauce);
}

/* чуть плотнее таблица под новые строки */
.meta-table th{width:46%;}

/* мобильная: кнопки в колонку (чтобы не ломало) */
@media (max-width: 520px){
  .intro-cta-top,
  .intro-cta-bottom{
    flex-direction: column;
    gap: 10px;
  }
  .intro-cta{
    width: 100%;
  }
}
/* =========================
   INTRO SUBNAV (HORIZONTAL)
   ========================= */
.intro-subnav{
  margin-top: 16px;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,14,34,.40);
  box-shadow: var(--shadow-1);

  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.intro-subnav-link{
  padding: 10px 12px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 1000;
  color: rgba(234,240,255,.84);

  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease;
}

.intro-subnav-link:hover{
  color: var(--text);
  box-shadow: var(--glow-lime);
  background: rgba(255,255,255,.06);
}

.intro-subnav-link:active{
  transform: translateY(1px);
}

/* Удобный скролл на очень узких экранах */
@media (max-width: 520px){
  .intro-subnav{
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .intro-subnav::-webkit-scrollbar{display:none;}
  .intro-subnav-link{white-space: nowrap;}
}
/* =========================
   DEMO LAZY LOAD PLACEHOLDER
   ========================= */

.demo-frame{
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
}

/* iframe оставляем как был, но внутри контейнера */
.demo-frame iframe{
  width:100%;
  height: min(70vh, 640px);
  border: 0;
  border-radius: var(--r-xl);
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(163,255,79,.14);
  box-shadow: var(--shadow-2), var(--glow-lime);
  display:block;
}

/* overlay placeholder */
.demo-placeholder{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  padding: 18px;
  background: rgba(0,0,0,.25);
}

.demo-placeholder-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
}

.demo-placeholder-glow{
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 420px at 30% 30%, rgba(163,255,79,.22), transparent 60%),
    radial-gradient(900px 420px at 70% 70%, rgba(63,230,255,.18), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.35));
}

.demo-placeholder-content{
  position: relative;
  text-align:center;
  max-width: 720px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(10,14,34,.55);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-2);
}

.demo-placeholder-title{
  margin-top: 12px;
  font-weight: 1000;
  font-size: clamp(18px, 2.2vw, 28px);
  letter-spacing: -0.02em;
}

.demo-placeholder-sub{
  margin-top: 8px;
  color: rgba(234,240,255,.72);
  line-height: 1.6;
  font-size: 13px;
}

/* hidden after load */
.demo-frame[data-loaded="true"] .demo-placeholder{
  display:none;
}
/* =========================
   CASINO GRID (NEW STYLE)
   ========================= */

.casino-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

/* Card */
.casino-card{
  position: relative;
  padding: 18px;
  border-radius: var(--r-xl);
  background:
    radial-gradient(520px 220px at 20% 10%, rgba(255,138,42,.10), transparent 60%),
    radial-gradient(520px 220px at 85% 55%, rgba(63,230,255,.10), transparent 62%),
    rgba(10,14,34,.62);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow-1);
  overflow: hidden;
}

.casino-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  background: linear-gradient(135deg, rgba(163,255,79,.10), rgba(63,230,255,.06), rgba(255,138,42,.10));
  opacity:.35;
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  padding: 1px;
}

.casino-card:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow-2);
}

/* TOP row: 50/50 */
.casino-top{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items:center;
  margin-bottom: 14px;
}

.casino-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
  overflow:hidden;
}

.casino-logo img{
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.35));
}

.casino-meta{
  display:flex;
  flex-direction:column;
  gap: 8px;
  min-width: 0;
}

.casino-name{
  font-weight: 1000;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Rating */
.casino-rating{
  display:flex;
  align-items:center;
  gap: 10px;
  color: rgba(234,240,255,.82);
}

.rating-num{
  font-weight: 1000;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

/* Stars (CSS-only) */
.stars{
  display:inline-flex;
  gap: 4px;
  align-items:center;
}

.star{
  width: 14px;
  height: 14px;
  display:inline-block;
  border-radius: 4px;
  background: rgba(255,255,255,.10);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
  position: relative;
}

.star.on{
  background: rgba(255,209,74,.22);
  box-shadow: 0 0 0 1px rgba(255,209,74,.20), 0 0 16px rgba(255,209,74,.14);
}

.star.off{
  background: rgba(255,255,255,.06);
}

.star.half{
  background: rgba(255,255,255,.06);
}
.star.half::before{
  content:"";
  position:absolute;
  inset:0;
  width:50%;
  border-radius: 4px 0 0 4px;
  background: rgba(255,209,74,.22);
  box-shadow: 0 0 0 1px rgba(255,209,74,.18), 0 0 14px rgba(255,209,74,.12);
}

/* BONUS: centered, highlighted block */
.casino-bonus{
  text-align:center;
  padding: 14px 14px;
  border-radius: 20px;
  border: 1px solid rgba(63,230,255,.18);
  background:
    radial-gradient(520px 220px at 30% 0%, rgba(63,230,255,.12), transparent 62%),
    rgba(255,255,255,.03);
  box-shadow: var(--glow-cyan);
  margin: 10px 0 12px;
}

.bonus-k{
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(234,240,255,.70);
}

.bonus-v{
  margin-top: 6px;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

/* Feature: centered "chip" */
.casino-feature{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  margin-top: 6px;
  margin-bottom: 14px;

  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(163,255,79,.18);
  background: rgba(163,255,79,.08);
  box-shadow: var(--glow-lime);

  font-weight: 1000;
  font-size: 13px;
  color: rgba(234,240,255,.92);
  text-align:center;
}

/* small "crown" mark (no image needed) */
.crown{
  width: 18px;
  height: 18px;
  border-radius: 8px;
  display:inline-block;
  background: linear-gradient(180deg, rgba(255,209,74,.28), rgba(255,138,42,.18));
  border: 1px solid rgba(255,138,42,.22);
  box-shadow: var(--glow-sauce);
  position: relative;
}
.crown::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -55%) rotate(45deg);
  border-radius: 2px;
  background: rgba(234,240,255,.70);
  opacity: .55;
}

/* CTA button centered, 80% width */
.casino-cta{
  display:flex;
  justify-content:center;
}

.casino-cta .btn{
  width: 80%;
  justify-content:center;
}

/* Optional: dedicated CTA skin if you want (keeps site style) */
.btn-hades{
  color: #1A1236;
  background: var(--g-primary);
  box-shadow: var(--glow-sauce);
  border: 1px solid rgba(255,138,42,.22);
}
.btn-hades:hover{filter:brightness(1.04)}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 1024px){
  .casino-grid{grid-template-columns: 1fr; gap: 14px;}
  .casino-cta .btn{width: 100%;}
}

@media (max-width: 520px){
  .casino-top{grid-template-columns: 1fr; text-align:center;}
  .casino-meta{align-items:center;}
  .casino-name{white-space: normal;}
}

/* =========================
   REVIEW HERO V2 (Chicken Road)
   ========================= */

.review-hero-inner--v2{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items: start;
}

/* Right side v2 */
.review-side--v2{
  display:flex;
  flex-direction: column;
  gap: 12px;
}

/* 2 columns matrix */
.risk-matrix{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.risk-col-title{
  margin: 0 0 10px;
  text-align:center;
}

/* list blocks */
.risk-list{
  display:grid;
  gap: 10px;
}

.risk-item{
  padding: 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  text-align:center;
  font-weight: 1000;
  color: rgba(234,240,255,.90);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}

/* subtle neon accent on hover */
.risk-item:hover{
  box-shadow: var(--glow-lime);
}

/* Max payout (full width) */
.risk-max{
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,138,42,.18);
  background:
    radial-gradient(520px 220px at 20% 0%, rgba(255,138,42,.14), transparent 62%),
    rgba(255,255,255,.03);
  box-shadow: var(--glow-sauce);
  text-align:center;
}

.risk-max-k{
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(234,240,255,.68);
}

.risk-max-v{
  margin-top: 6px;
  font-size: 22px;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

/* Table block inside review */
.risk-table-wrap{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.risk-table{
  width:100%;
  border-collapse: collapse;
  font-size: 13px;
  overflow:hidden;
  border-radius: 18px;
}

.risk-table th,
.risk-table td{
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-align:left;
}

.risk-table thead th{
  background: rgba(63,230,255,.10);
  border-bottom: 1px solid rgba(63,230,255,.16);
  font-weight:1000;
}

.risk-table tbody tr:nth-child(even) td{
  background: rgba(255,255,255,.02);
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1024px){
  .review-hero-inner--v2{
    grid-template-columns: 1fr;
  }
  .risk-matrix{
    grid-template-columns: 1fr;
  }
  .risk-col-title{
    text-align:left;
  }
}
.risk-max-banner{
    max-width: 60%;
    display: block;
    margin: auto;
}
/* =========================
   SLIDER (Howto screenshots)
   ========================= */

.shots{padding: 18px;}
.shots-head{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.shots-controls{display:flex; gap:10px;}
.shots-btn{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,14,34,.55);
  box-shadow: var(--shadow-1);
  cursor:pointer;
  font-weight: 1000;
  font-size: 22px;
  line-height: 1;
}
.shots-btn:hover{box-shadow: var(--glow-lime);}
.shots-btn:disabled{
  opacity:.45;
  cursor:not-allowed;
  box-shadow:none;
}

/* viewport + track */
.shots-viewport{
  overflow:hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.12);
}

.shots-track{
  display:flex;
  gap: 12px;
  padding: 12px;
  will-change: transform;
  transform: translateX(0);
  transition: transform 260ms ease;
}

/* 3 per view desktop, 1 per view mobile */
.shot{
  flex: 0 0 calc((100% - 24px) / 3); /* 3 items; 2 gaps = 24px */
  margin:0;
}

.shot-link{
  display:block;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow-1);
  position: relative;
}

.shot-link img{
  width:100%;
  height: 220px;
  object-fit: cover;
  display:block;
  transform: scale(1.001);
}

.shot-link:hover{
  box-shadow: var(--shadow-2), var(--glow-cyan);
}

/* dots */
.shots-dots{
  display:flex;
  justify-content:center;
  gap: 8px;
  margin-top: 12px;
}
.shots-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  cursor:pointer;
}
.shots-dot.is-active{
  background: rgba(163,255,79,.22);
  border-color: rgba(163,255,79,.30);
  box-shadow: var(--glow-lime);
}

/* Responsive: 1 slide on mobile */
@media (max-width: 1024px){
  .shot{flex-basis: 100%;}
  .shot-link img{height: 240px;}
  .shots-head{align-items:center;}
}

/* =========================
   LIGHTBOX
   ========================= */

.lb[hidden]{display:none !important;}
.lb{
  position: fixed;
  inset: 0;
  z-index: 20000;
}

.lb-backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.66);
  backdrop-filter: blur(6px);
}

.lb-dialog{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 980px);
  max-height: 88vh;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,10,23,.92);
  box-shadow: var(--shadow-2);
  overflow:hidden;
}

.lb-img{
  width: 100%;
  height: auto;
  display:block;
  max-height: 88vh;
  object-fit: contain;
  background: rgba(0,0,0,.22);
}

.lb-close{
  position:absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,14,34,.55);
  cursor:pointer;
  font-weight: 1000;
}
.lb-close:hover{box-shadow: var(--glow-sauce);}

/* =========================
   CONCLUSION SECTION
   ========================= */

.conclusion-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 14px;
}

.conclusion-card{
  padding: 18px;
  border-radius: var(--r-xl);
  background:
    radial-gradient(520px 220px at 20% 10%, rgba(255,255,255,.04), transparent 60%),
    rgba(10,14,34,.62);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow-1);
}

.conclusion-card--plus{
  border-color: rgba(163,255,79,.18);
  box-shadow: var(--shadow-1), var(--glow-lime);
}

.conclusion-card--minus{
  border-color: rgba(255,59,74,.14);
  box-shadow: var(--shadow-1);
}

.conclusion-card-head{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 12px;
}

.conclusion-icon{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  font-weight: 1000;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

.conclusion-icon--plus{
  color: #0b1024;
  background: var(--g-neon);
  border-color: rgba(163,255,79,.22);
  box-shadow: var(--glow-lime);
}

.conclusion-icon--minus{
  color: #1A1236;
  background: var(--g-danger);
  border-color: rgba(255,59,74,.22);
  box-shadow: var(--glow-sauce);
}

.conclusion-title{
  margin:0;
}

/* list */
.conclusion-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(234,240,255,.84);
  line-height: 1.75;
}

.conclusion-list li{
  margin: 8px 0;
}

/* Author conclusion */
.conclusion-author{
  margin-top: 16px;
  padding: 22px;
  border-radius: var(--r-xl);
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 420px at 30% 20%, rgba(255,138,42,.12), transparent 62%),
    radial-gradient(900px 420px at 70% 80%, rgba(63,230,255,.10), transparent 62%),
    rgba(10,14,34,.60);
  box-shadow: var(--shadow-2);
}

.conclusion-author-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.conclusion-author-head .h3{
  margin:0;
}

.conclusion-author-note{
  margin-top: 14px;
  display:flex;
  align-items:flex-start;
  gap: 10px;
  padding: 14px 14px;
  border-radius: 20px;
  border: 1px solid rgba(63,230,255,.18);
  background: rgba(63,230,255,.08);
  box-shadow: var(--glow-cyan);
  color: rgba(234,240,255,.88);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px){
  .conclusion-grid{
    grid-template-columns: 1fr;
  }

  .conclusion-author-head{
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================
   AUTHOR BLOCK (your markup)
   ========================= */

#author .author-card{
  padding: 22px;
  border-radius: var(--r-xl);
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(163,255,79,.10), transparent 62%),
    radial-gradient(900px 420px at 80% 70%, rgba(255,138,42,.10), transparent 62%),
    rgba(10,14,34,.62);
  box-shadow: var(--shadow-2);
  position: relative;
  overflow: hidden;
}

#author .author-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 18%, transparent 82%, rgba(0,0,0,.18));
  opacity:.55;
}

#author .author-top{
  display:grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  align-items: start;
}

/* Avatar */
#author .author-avatar{
  border-radius: 26px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(520px 220px at 20% 0%, rgba(255,138,42,.12), transparent 60%),
    radial-gradient(520px 220px at 85% 60%, rgba(63,230,255,.10), transparent 62%),
    rgba(255,255,255,.03);
  box-shadow: var(--shadow-1), var(--glow-sauce);
}

#author .author-avatar img{
  width: 100%;
  height: auto;
  display:block;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  object-fit: cover;
  aspect-ratio: 1 / 1;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.35));
}

/* Meta */
#author .author-meta{
  min-width: 0;
}

#author .author-name{
  margin: 0 0 6px;
  font-weight: 1000;
  letter-spacing: -0.02em;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
}

#author .author-role{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--pill);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(234,240,255,.86);
  border: 1px solid rgba(63,230,255,.22);
  background: rgba(63,230,255,.08);
  box-shadow: var(--glow-cyan);
}

#author .author-bio{
  margin: 14px 0 0;
  color: rgba(234,240,255,.84);
  line-height: 1.7;
}

/* Feats */
#author .author-feats{
  margin-top: 16px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

#author .author-feat{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.10);
}

#author .author-feat:hover{
  box-shadow: var(--glow-lime);
}

#author .author-feat-icn{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,14,34,.55);
  box-shadow: var(--shadow-1);
  color: rgba(234,240,255,.90);
}

#author .author-feat-icn svg{
  width: 22px;
  height: 22px;
  display:block;
}

#author .author-feat-txt{
  min-width: 0;
}

#author .author-feat-k{
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(234,240,255,.62);
}

#author .author-feat-v{
  margin-top: 4px;
  font-weight: 1000;
  color: rgba(234,240,255,.90);
  line-height: 1.25;
}

/* Responsive */
@media (max-width: 1024px){
  #author .author-top{
    grid-template-columns: 1fr;
  }

  #author .author-avatar{
    max-width: 360px;
    margin: 0 auto;
  }

  #author .author-feats{
    grid-template-columns: 1fr;
  }

  #author .author-role{
    margin-top: 4px;
  }
}

/* =========================
   DOWNLOAD SECTION (3-column)
   ========================= */

.dl-grid{
  display:grid;
  grid-template-columns: 1fr 360px 1fr;
  gap: 16px;
  align-items: stretch; /* ключ: одинаковая высота */
  margin-top: 14px;
}

/* card base */
.dl-card{
  border-radius: var(--r-xl);
}

/* left/right cards: make button stick to bottom */
.dl-card--android,
.dl-card--ios{
  display:flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  background:
    radial-gradient(520px 220px at 15% 0%, rgba(255,255,255,.04), transparent 60%),
    rgba(10,14,34,.62);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow-1);
}

/* subtle accent variants */
.dl-card--android{
  border-color: rgba(163,255,79,.16);
}
.dl-card--ios{
  border-color: rgba(63,230,255,.16);
}

.dl-head{margin-bottom: 4px;}
.dl-sub{
  margin: 0;
  color: rgba(234,240,255,.62);
  font-size: 13px;
  line-height: 1.5;
}

.dl-steps{
  margin: 0;
  padding-left: 18px;
  color: rgba(234,240,255,.84);
  line-height: 1.75;
}

.dl-steps li{margin: 8px 0;}

/* actions pinned */
.dl-actions{
  margin-top: auto; /* приклеиваем вниз */
  padding-top: 10px;
  display:flex;
  justify-content:center;
}

.dl-btn{
  width: 80%;
  justify-content:center;
}

/* center visual card */
.dl-card--visual{
  padding: 18px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(900px 420px at 50% 25%, rgba(255,138,42,.12), transparent 62%),
    radial-gradient(900px 420px at 50% 90%, rgba(163,255,79,.10), transparent 62%),
    rgba(10,14,34,.62);
  box-shadow: var(--shadow-2);
}

.dl-visual{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
  overflow:hidden;
  box-shadow: var(--shadow-1);
}

.dl-visual img{
  width:100%;
  height: 420px;
  object-fit: cover;
  display:block;
}

/* caption under image */
.dl-visual-caption{
  margin-top: 2px;
}

/* Responsive */
@media (max-width: 1024px){
  .dl-grid{
    grid-template-columns: 1fr;
  }
  .dl-visual img{
    height: 360px;
  }
  .dl-btn{
    width: 100%;
  }
}

/* =========================
   FOOTER (UPDATED)
   ========================= */

.site-footer{
  position: relative;
  padding: 30px 0 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(900px 420px at 18% 20%, rgba(163,255,79,.10), transparent 60%),
    radial-gradient(900px 420px at 82% 30%, rgba(255,138,42,.10), transparent 62%),
    radial-gradient(900px 420px at 50% 120%, rgba(63,230,255,.10), transparent 60%),
    rgba(7,10,23,.78);
  backdrop-filter: blur(14px);
}

.site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 18%, transparent 82%, rgba(0,0,0,.22));
  opacity:.55;
}

.footer-top{
  position: relative;
  display:grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}

/* Brand block */
.footer-brand{
  display:flex;
  flex-direction: column;
  gap: 12px;
}

.footer-brand-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  width: fit-content;
}

.footer-logo{
  height: 38px;
  width: auto;
  display:block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.35));
}

.footer-text{
  margin: 0;
  color: rgba(234,240,255,.74);
  line-height: 1.65;
  font-size: 13px;
}

/* Badges */
.footer-badges{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badge{
  padding: 8px 12px;
  border-radius: var(--pill);
  font-size: 12px;
  font-weight: 1000;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}

.footer-badge--lime{
  border-color: rgba(163,255,79,.22);
  box-shadow: var(--glow-lime);
}

.footer-badge--cyan{
  border-color: rgba(63,230,255,.22);
  box-shadow: var(--glow-cyan);
}

.footer-badge--orange{
  border-color: rgba(255,138,42,.22);
  box-shadow: var(--glow-sauce);
}

/* Titles & links */
.footer-title{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: .02em;
}

.footer-links{
  display:grid;
  gap: 10px;
}

.footer-links a{
  color: rgba(234,240,255,.78);
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  transition: box-shadow .12s ease, transform .12s ease, border-color .12s ease, color .12s ease;
}

.footer-links a:hover{
  color: var(--text);
  border-color: rgba(163,255,79,.16);
  box-shadow: var(--glow-lime);
}

.footer-links a:active{
  transform: translateY(1px);
}

/* Footer actions */
.footer-actions{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.footer-btn{
  height: 42px;
  padding: 0 14px;
  border-radius: 14px;
}

/* Note */
.footer-note{
  margin: 12px 0 0;
  color: rgba(234,240,255,.62);
  font-size: 12px;
  line-height: 1.6;
}

/* Bottom row */
.footer-bottom{
  position: relative;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.06);
  display:flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.footer-bottom-left{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-dot{
  color: rgba(234,240,255,.35);
}

.footer-mini-link{
  color: rgba(234,240,255,.78);
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}

.footer-mini-link:hover{
  color: var(--text);
  box-shadow: var(--glow-cyan);
  border-color: rgba(63,230,255,.16);
}

/* Responsive */
@media (max-width: 1024px){
  .footer-top{
    grid-template-columns: 1fr;
  }
  .footer-actions{
    justify-content: center;
  }
  .footer-bottom{
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .footer-bottom-right{
    display:flex;
    justify-content: center;
  }
}
/* Slider base */
.shots-viewport{
  overflow: hidden;
}

.shots-track{
  display: flex;
  gap: 12px;
  will-change: transform;
  transition: transform 260ms ease;
}

/* 3 cards on desktop */
.shot{
  flex: 0 0 calc((100% - 24px) / 3); /* 2 gaps * 12px */
}

/* 1 card on mobile */
@media (max-width: 1024px){
  .shot{ flex-basis: 100%; }
}