/* kazinoleon.buzz — премиум-лендинг Leon / Леон. Парадигма: комикс-панели / manga-grid (толстый контур, halftone, speech-burst). Палитра «pop comic» */

:root {
  --bg: #141018;
  --bg-2: #1d1727;
  --bg-3: #251d33;
  --ink: #0a0710;
  --line: #3a2f4d;
  --line-2: #4d3f66;
  --txt: #f2ecf2;
  --muted: #a89aa4;
  --muted-d: #7c7080;
  --yellow: #ffd23f;
  --pink: #ff477e;
  --good: #64e0a8;
  --r: 4px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Hind", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(circle at 1px 1px, rgba(255,71,126,.09) 1px, transparent 0) 0 0 / 22px 22px,
    radial-gradient(900px 520px at 88% -10%, rgba(255,210,63,.10) 0%, transparent 60%),
    radial-gradient(760px 520px at -6% 52%, rgba(255,71,126,.09) 0%, transparent 58%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--pink); text-decoration: none }
a:hover { text-decoration: underline }

/* headings — comic display face */
h1, h2, h3,
.brandmark__t, .kpi__num, .frame__pct, .ticker__num,
.cell__num, .cell__head, .stat__num, .ranks__name,
.footer__name, .footer__col h4 {
  font-family: "Bagel Fat One", "Hind", system-ui, cursive;
  font-weight: 400;
}

.skip {
  position: absolute; top: -46px; left: 8px;
  padding: 8px 12px; background: var(--yellow); color: var(--ink);
  border-radius: var(--r); z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

/* ===== TOP STRIP ===== */
.topstrip {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 3px solid var(--ink);
  background: rgba(20, 16, 24, .9);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.brandmark { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.brandmark:hover { text-decoration: none }
.brandmark__svg {
  width: 36px; height: 36px; flex: none;
  filter: drop-shadow(2px 2px 0 var(--ink));
}
.brandmark__t {
  font-size: 24px; line-height: 1; color: var(--yellow);
  letter-spacing: .4px;
}
.brandmark__sub {
  display: block; font-size: 10px; color: var(--muted);
  letter-spacing: 2.4px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase; font-family: "Hind", sans-serif;
}
.topnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.topnav a {
  color: var(--muted); font-size: 14px; font-weight: 600; padding: 4px 0;
  border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
}
.topnav a:hover { color: var(--yellow); border-bottom-color: var(--pink); text-decoration: none }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 22px; border-radius: var(--r);
  font-family: "Hind", system-ui, sans-serif;
  font-weight: 700; font-size: 14px;
  border: 3px solid var(--ink); white-space: nowrap;
  transition: transform .12s, box-shadow .18s;
  cursor: pointer; letter-spacing: .3px;
}
.btn:hover { text-decoration: none; transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--ink) }
.btn:active { transform: translate(0,0); box-shadow: 0 0 0 var(--ink) }
.btn--ink { background: var(--bg-3); color: var(--txt) }
.btn--big { padding: 14px 30px; font-size: 15px }
.btn--pop {
  background: var(--yellow); color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 700;
}
.btn--pop:hover { background: var(--pink); color: var(--txt); box-shadow: 5px 5px 0 var(--ink) }
.btn--ghost { background: transparent; color: var(--txt) }
.btn--ghost:hover { border-color: var(--pink); color: var(--pink); box-shadow: 4px 4px 0 var(--pink) }

/* ===== TICKER (aggregate counter) ===== */
.ticker {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 12px 22px;
  border-bottom: 3px solid var(--ink);
  background:
    repeating-linear-gradient(135deg, rgba(255,210,63,.06) 0 12px, transparent 12px 24px),
    var(--bg-2);
  font-size: 13px;
}
.ticker__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 16px;
  border-right: 2px dashed var(--line);
  align-items: flex-start;
}
.ticker__cell:last-child { border-right: 0 }
.ticker__num { font-size: 19px; color: var(--yellow); letter-spacing: .4px }
.ticker__lbl { font-size: 11px; color: var(--muted); letter-spacing: .6px; text-transform: uppercase }

/* ===== PANELS (comic frames) ===== */
.panel {
  position: relative;
  max-width: 1180px; margin: 30px auto;
  padding: 40px 34px;
  background: var(--bg-2);
  border: 3px solid var(--ink);
  border-radius: 10px;
  box-shadow: 8px 8px 0 rgba(10,7,16,.7);
}
.panel::before {
  /* halftone corner accent */
  content: ""; position: absolute; top: 0; right: 0;
  width: 160px; height: 160px;
  background: radial-gradient(circle at 3px 3px, rgba(255,71,126,.18) 2px, transparent 0) 0 0 / 12px 12px;
  border-top-right-radius: 10px;
  -webkit-mask-image: linear-gradient(225deg, #000 0%, transparent 62%);
          mask-image: linear-gradient(225deg, #000 0%, transparent 62%);
  pointer-events: none;
}

/* speech-burst plate */
.burst {
  display: inline-block;
  font-family: "Hind", sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--ink);
  padding: 9px 20px; margin: 0 0 16px;
  border: 3px solid var(--ink);
  clip-path: polygon(0 12%, 8% 0, 92% 8%, 100% 40%, 96% 100%, 40% 92%, 6% 100%, 3% 55%);
}
.burst--yellow { background: var(--yellow) }
.burst--pink { background: var(--pink); color: var(--txt) }

h1 {
  font-size: clamp(30px, 4.4vw, 52px); line-height: 1.05;
  margin: 0 0 18px; letter-spacing: .2px;
}
.hl { color: var(--pink); -webkit-text-stroke: 1px var(--ink) }
h2 {
  font-size: clamp(24px, 3.2vw, 38px); line-height: 1.12;
  margin: 0 0 16px; letter-spacing: .2px; color: var(--yellow);
}
h3 {
  font-size: clamp(18px, 2vw, 24px); line-height: 1.24;
  margin: 28px 0 10px; color: var(--pink); letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.lead { color: var(--muted); font-size: 16px; margin-bottom: 24px; max-width: 820px }

/* ===== HERO PANEL ===== */
.panel--hero {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 34px;
  align-items: center;
  border-width: 4px;
}
.tag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.6px; color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  padding: 6px 13px; border-radius: var(--r);
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
.hero__deck { color: var(--muted); font-size: 16px; margin: 0 0 14px; line-height: 1.72 }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 26px }
.hero__art { margin: 0 }
.hero__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: 8px; border: 3px solid var(--ink);
  background:
    radial-gradient(420px 320px at 72% 30%, rgba(255,210,63,.22), transparent 62%),
    radial-gradient(360px 280px at 26% 80%, rgba(255,71,126,.24), transparent 66%),
    linear-gradient(135deg, #191322 0%, #221a30 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 6px 6px 0 var(--ink);
}
.hero__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--muted-d);
  font-style: italic; text-align: right;
}
.kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 2px dashed var(--line);
}
.kpi__cell { display: flex; flex-direction: column; gap: 2px }
.kpi__num { font-size: 30px; color: var(--yellow); line-height: 1 }
.kpi__lbl { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px }

/* ===== STRIP (panel rows) ===== */
.strip { display: grid; gap: 14px; margin: 22px 0 24px }
.strip--three { grid-template-columns: repeat(3, 1fr) }
.strip--four { grid-template-columns: repeat(4, 1fr) }

/* WELCOME frames */
.frame {
  background: var(--bg-3);
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 22px 20px;
  position: relative; overflow: hidden;
  box-shadow: 4px 4px 0 rgba(10,7,16,.6);
  transition: transform .12s;
}
.frame:hover { transform: translate(-2px,-2px) }
.frame--1 { border-top: 8px solid var(--yellow) }
.frame--2 { border-top: 8px solid var(--pink) }
.frame--3 { border-top: 8px solid var(--good) }
.frame__step {
  font-size: 11px; color: var(--pink); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.frame__pct { font-size: 34px; line-height: 1; color: var(--yellow); margin-bottom: 8px }
.frame__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.frame__sub { font-size: 13px; color: var(--muted); line-height: 1.52 }

/* ===== CELLS (steps / loyalty blocks) ===== */
.cell {
  background: var(--bg-3);
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  box-shadow: 4px 4px 0 rgba(10,7,16,.6);
}
.cell__num {
  position: absolute; top: 10px; right: 18px;
  font-size: 62px; line-height: 1; color: rgba(255,210,63,.14);
}
.cell__head { font-size: 20px; margin-bottom: 12px; color: var(--yellow) }
.cell__h { font-size: 20px; margin-bottom: 10px; color: var(--pink); font-family: "Bagel Fat One", cursive; font-weight: 400 }
.cell p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== SLOT DECK ===== */
.deck {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 14px; margin: 24px 0;
}
.tile {
  background: var(--bg-3);
  border: 3px solid var(--ink);
  border-radius: 8px;
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 4px 4px 0 rgba(10,7,16,.6);
  transition: transform .12s, box-shadow .18s;
}
.tile:hover { transform: translate(-3px,-3px); box-shadow: 7px 7px 0 var(--pink) }
.tile__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Bagel Fat One", cursive; font-weight: 400;
  font-size: 22px; color: var(--txt);
  text-align: center; padding: 14px; line-height: 1.14;
  position: relative; overflow: hidden;
  border-bottom: 3px solid var(--ink);
}
.tile__cover::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 3px 3px, rgba(10,7,16,.35) 1.5px, transparent 0) 0 0 / 10px 10px;
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #a8770a 0%, #ffd23f 100%); color: var(--ink) }
.cv-2 { background: linear-gradient(135deg, #a01f4c 0%, #ff477e 100%) }
.cv-3 { background: linear-gradient(135deg, #6a1508 0%, #ff6a3a 100%) }
.cv-4 { background: linear-gradient(135deg, #12463a 0%, #64e0a8 100%); color: var(--ink) }
.cv-5 { background: linear-gradient(135deg, #a01f4c 0%, #ff477e 100%) }
.cv-6 { background: linear-gradient(135deg, #a8770a 0%, #ffd23f 100%); color: var(--ink) }
.cv-7 { background: linear-gradient(135deg, #12463a 0%, #64e0a8 100%); color: var(--ink) }
.cv-8 { background: linear-gradient(135deg, #6a1508 0%, #ff9a4a 100%); color: var(--ink) }
.cv-9 { background: linear-gradient(135deg, #a01f4c 0%, #ff477e 100%) }
.cv-10 { background: linear-gradient(135deg, #a8770a 0%, #ffd23f 100%); color: var(--ink) }
.cv-11 { background: linear-gradient(135deg, #12463a 0%, #64e0a8 100%); color: var(--ink) }
.cv-12 { background: linear-gradient(135deg, #a01f4c 0%, #ff477e 100%) }

.tile h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-family: "Hind", sans-serif; font-weight: 700 }
.tile p { font-size: 12px; color: var(--muted); margin: 0 14px 12px; line-height: 1.4 }
.tile__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-2); color: var(--txt);
  text-align: center; border-radius: var(--r); font-size: 13px; font-weight: 700;
  border: 2px solid var(--ink); transition: all .12s;
}
.tile__btn:hover { background: var(--yellow); color: var(--ink); text-decoration: none }

.chips { margin: 22px 0 0 }
.chips__title { font-size: 12px; color: var(--pink); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.chips__row { display: flex; flex-wrap: wrap; gap: 8px }
.chips__row span {
  padding: 6px 13px;
  background: var(--bg-3);
  border: 2px solid var(--line);
  border-radius: var(--r);
  font-size: 12px; color: var(--muted);
}

/* ===== RANKS (VIP hero arc) ===== */
.ranks {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 7px; margin: 14px 0 8px;
  align-items: end;
}
.ranks__step {
  background: var(--bg-3);
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
  box-shadow: 3px 3px 0 rgba(10,7,16,.6);
}
.ranks__step:nth-child(1) { transform: translateY(0) }
.ranks__step:nth-child(2) { transform: translateY(-6px) }
.ranks__step:nth-child(3) { transform: translateY(-12px) }
.ranks__step:nth-child(4) { transform: translateY(-18px); border-color: var(--pink) }
.ranks__step:nth-child(5) { transform: translateY(-24px); border-color: var(--pink) }
.ranks__step:nth-child(6) { transform: translateY(-30px); border-color: var(--yellow); background: linear-gradient(135deg, var(--bg-3), rgba(255,210,63,.2)) }
.ranks__name { font-size: 14px; color: var(--txt); display: block; line-height: 1; margin-bottom: 6px }
.ranks__cb { font-size: 11px; color: var(--muted) }
.ranks__step:nth-child(1) .ranks__name { color: var(--good) }
.ranks__step:nth-child(6) .ranks__name { color: var(--yellow) }

/* ===== TOURNAMENT ===== */
.panel--tour { text-align: center }
.panel--tour .lead { margin-left: auto; margin-right: auto }
.tour__cta { margin: 22px 0 26px }
.stat {
  background: var(--bg-3);
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  box-shadow: 4px 4px 0 rgba(10,7,16,.6);
}
.stat__num { font-size: 26px; color: var(--yellow); margin-bottom: 4px }
.stat__k { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.stat i { font-size: 12px; color: var(--muted); font-style: normal; line-height: 1.4 }

/* ===== LIVE ===== */
.live {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 14px; margin-top: 22px;
}
.lv {
  background: var(--bg-3);
  border: 3px solid var(--ink);
  border-radius: 8px;
  overflow: hidden; position: relative;
  box-shadow: 4px 4px 0 rgba(10,7,16,.6);
  transition: transform .12s, box-shadow .18s;
}
.lv:hover { transform: translate(-3px,-3px); box-shadow: 7px 7px 0 var(--yellow) }
.lv__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Bagel Fat One", cursive; font-weight: 400;
  font-size: 20px; color: var(--txt);
  padding: 12px; text-align: center; line-height: 1.14;
  border-bottom: 3px solid var(--ink);
}
.lv-a { background: linear-gradient(135deg, #a01f4c 0%, #ff477e 100%) }
.lv-b { background: linear-gradient(135deg, #a8770a 0%, #ffd23f 100%); color: var(--ink) }
.lv-c { background: linear-gradient(135deg, #12463a 0%, #64e0a8 100%); color: var(--ink) }
.lv-d { background: linear-gradient(135deg, #6a1508 0%, #ff6a3a 100%) }
.lv-e { background: linear-gradient(135deg, #a01f4c 0%, #ff477e 100%) }
.lv-f { background: linear-gradient(135deg, #a8770a 0%, #ffd23f 100%); color: var(--ink) }
.lv__b { padding: 14px 16px 16px; position: relative }
.lv__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.lv__s { font-size: 12px; color: var(--muted); margin-bottom: 10px }
.lv__m { font-size: 13px; color: var(--yellow); font-weight: 600; margin-bottom: 4px }
.lv__p { font-size: 12px; color: var(--muted-d) }
.lv__tag {
  position: absolute; top: -13px; right: 14px;
  background: var(--pink); color: var(--txt);
  padding: 3px 10px; border-radius: var(--r); border: 2px solid var(--ink);
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.panel--brand h3 {
  border-left: 4px solid var(--pink);
  padding-left: 14px;
}
.panel--brand p { color: var(--txt); line-height: 1.74 }
.badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 2px dashed var(--line);
}
.bdg {
  padding: 7px 14px;
  background: var(--bg-3);
  border: 2px solid var(--yellow);
  border-radius: var(--r);
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS ===== */
.note {
  background: var(--bg-3);
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: 4px 4px 0 rgba(10,7,16,.6);
}
.note__stars { color: var(--yellow); font-size: 16px; letter-spacing: 4px }
.note__stars--four .star-off { color: var(--line-2) }
.note__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0; font-style: italic }
.note__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--muted);
  border-top: 2px dashed var(--line); padding-top: 14px;
}
.note__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: var(--pink); border: 2px solid var(--ink);
  border-radius: 50%; color: var(--txt); font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== CASHIER ===== */
.rails {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0;
}
.rail {
  background: var(--bg-3);
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
  box-shadow: 3px 3px 0 rgba(10,7,16,.6);
}
.rail__b { font-size: 15px; color: var(--txt); font-weight: 700 }
.rail i { font-size: 11px; color: var(--muted); font-style: normal; text-transform: uppercase; letter-spacing: 1px }
.timings {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.timings > div {
  background: var(--bg-3);
  border: 2px solid var(--line);
  border-radius: 8px;
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.timings__b { font-family: "Bagel Fat One", cursive; font-size: 18px; color: var(--yellow); font-style: normal }
.timings span { font-size: 12px; color: var(--muted) }

/* ===== FINAL CTA ===== */
.panel--final { text-align: center; background: linear-gradient(135deg, var(--bg-2), var(--bg-3)) }
.panel--final h2 { margin-bottom: 10px }
.panel--final p { color: var(--muted); margin-bottom: 24px }

/* ===== AUTHOR NOTE ===== */
.panel--author { border-left: 8px solid var(--pink) }
.panel--author h2 { font-size: clamp(20px, 2.4vw, 27px); margin-bottom: 16px }
.panel--author p { color: var(--muted); font-size: 14px; line-height: 1.76; max-width: 920px }

/* ===== FAQ ===== */
.panel--faq h2 { margin-bottom: 22px }
details {
  background: var(--bg-3);
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .18s;
}
details[open] { border-color: var(--pink) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 24px; height: 24px;
  background: var(--yellow); border: 2px solid var(--ink); border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--ink); font-size: 16px;
  transition: transform .2s;
}
details[open] summary::after { content: "–"; background: var(--pink); color: var(--txt) }
details p { margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER ===== */
.footer {
  margin-top: 30px;
  border-top: 3px solid var(--ink);
  background: var(--bg-2);
}
.footer__top {
  max-width: 1180px; margin: 0 auto;
  padding: 42px 34px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.footer__brand { font-size: 14px; color: var(--muted); line-height: 1.66 }
.footer__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.footer__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.footer__name { color: var(--yellow); font-size: 19px; margin-bottom: 2px }
.footer__legal { font-size: 12px; color: var(--muted-d); margin: 0; line-height: 1.66 }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.footer__col h4 {
  font-size: 15px; color: var(--pink); font-weight: 400;
  letter-spacing: .4px; margin: 0 0 12px;
}
.footer__col ul { list-style: none; padding: 0; margin: 0 }
.footer__col li {
  font-size: 13px; color: var(--muted);
  padding: 4px 0; cursor: default; transition: color .15s;
}
.footer__col li:hover { color: var(--txt) }
.footer__bottom {
  border-top: 2px dashed var(--line);
  padding: 16px 34px;
  max-width: 1180px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--muted-d);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .strip--four { grid-template-columns: repeat(2, 1fr) }
  .rails { grid-template-columns: repeat(3, 1fr) }
  .note { }
  .footer__top { grid-template-columns: 1fr }
  .ticker { grid-template-columns: repeat(3, 1fr) }
  .ticker__cell:nth-child(4), .ticker__cell:nth-child(5) { border-top: 2px dashed var(--line); padding-top: 8px }
  .ranks { grid-template-columns: repeat(3, 1fr) }
  .ranks__step { transform: none !important }
}
@media (max-width: 880px) {
  .panel--hero { grid-template-columns: 1fr; gap: 24px }
  .hero__art { order: -1 }
  .topnav { display: none }
  .topstrip { padding: 11px 14px }
  .panel { padding: 30px 18px; margin: 22px 14px }
  .strip--three { grid-template-columns: 1fr }
  .footer__top { padding: 30px 18px 22px; gap: 22px }
  .footer__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .ticker { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .ticker__cell { padding: 4px 10px }
  .timings { grid-template-columns: 1fr }
  .kpi { grid-template-columns: repeat(2, 1fr) }
  .footer__bottom { padding: 16px 18px }
}
@media (max-width: 480px) {
  .deck { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .live { grid-template-columns: 1fr }
  .tile h3 { font-size: 13px }
  .tile p { font-size: 11px }
  .tile__cover { font-size: 16px }
  .hero__cta { flex-direction: column; align-items: stretch }
  .btn--big { width: 100% }
  .rails { grid-template-columns: repeat(2, 1fr) }
  .strip--four { grid-template-columns: 1fr }
  .footer__cols { grid-template-columns: 1fr }
  .ranks { grid-template-columns: repeat(2, 1fr) }
}
