/* cat-casino-uhr.info — Cat Casino / Кэт Казино (седьмая площадка бренда, официальный сайт / вход / мобильная версия — cat_of). Концепт «Кот в пурпурном неоне / фуксия и лайм»: чернильно-сливовый фон + фуксия + лаймовый акцент. Палитра/шрифты/классы намеренно отличны от cat-casino313.buzz, cat-casino31.cfd, cat-casino33.top, cat-play7.top, cat-casino-ehr.info, cat-casino-ohr.info и прочих сайтов сети (анти-фингерпринг). */

:root {
  --bg: #0d0913;
  --bg-2: #16101d;
  --bg-3: #1f1729;
  --line: #2c2238;
  --line-2: #3c3049;
  --txt: #f0e9f4;
  --txt-d: #b9a9c6;
  --txt-dd: #82728f;
  --acc: #ff3aa6;
  --acc-2: #b6f23c;
  --hot: #ff7a4d;
  --good: #46b6ff;
  --r: 16px;
  --r-s: 10px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1060px 600px at 85% -15%, rgba(255, 58, 166, .14) 0%, transparent 60%),
    radial-gradient(820px 600px at -10% 55%, rgba(182, 242, 60, .07) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none }
a:hover { text-decoration: underline }

.skip {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: #1a0510;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

h1, h2, h3, h4, .topbar__mark, .wire__v, .stat__v, .deal__pct, .rung__n,
.eyebrow, .paw__n, .arena__kpi span {
  font-family: "Onest", Georgia, "Segoe UI", system-ui, sans-serif;
}

/* ===== HEADER ===== */
.topbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 9, 19, .86);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.topbar__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.topbar__logo:hover { text-decoration: none }
.topbar__svg {
  width: 33px; height: 33px; flex: none;
  filter: drop-shadow(0 0 11px rgba(255, 58, 166, .55));
}
.topbar__mark { font-weight: 700; line-height: 1; letter-spacing: -.4px; font-size: 18px }
.topbar__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 700; margin-top: 4px; text-transform: uppercase;
}
.topbar__menu { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.topbar__menu a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.topbar__menu a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 10px;
  font-family: "Onest", system-ui, sans-serif;
  font-weight: 700; font-size: 13.5px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.btn:hover { text-decoration: none; transform: translateY(-1px) }
.btn--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.btn--sm:hover { background: var(--bg-2); border-color: var(--acc) }
.btn--lg { padding: 15px 28px; font-size: 14.5px; border-radius: 12px }
.btn--solid {
  background: linear-gradient(118deg, var(--acc) 0%, #c42c8e 100%);
  color: #1a0510; border: 0;
  box-shadow: 0 12px 30px -10px rgba(255, 58, 166, .7);
}
.btn--solid:hover { box-shadow: 0 16px 38px -8px rgba(255, 58, 166, .95) }
.btn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.btn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== WIRE (AGGREGATE) ===== */
.wire {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255, 58, 166, .05), rgba(182, 242, 60, .04));
  font-size: 13px;
}
.wire__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.wire__cell:last-child { border-right: 0 }
.wire__v { font-weight: 700; font-size: 15px; color: var(--acc); letter-spacing: -.2px }
.wire__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== LEAD (HERO) ===== */
.lead {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.lead__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(255, 58, 166, .1);
  border: 1px solid rgba(255, 58, 166, .32);
  padding: 6px 12px; border-radius: 6px;
  margin: 0 0 18px; text-transform: uppercase; font-weight: 700;
}
h1 {
  font-size: clamp(28px, 4.2vw, 46px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -.7px; font-weight: 800;
}
.hl { color: var(--acc) }
.lead__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.67 }
.lead__cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.lead__art { margin: 0 }
.lead__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 32% 30%, rgba(255, 58, 166, .24), transparent 60%),
    radial-gradient(360px 280px at 74% 82%, rgba(182, 242, 60, .14), transparent 65%),
    linear-gradient(135deg, #120c1c 0%, #1c1329 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(255, 58, 166, .4);
}
.lead__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.stat { display: flex; flex-direction: column; gap: 2px }
.stat__v { font-size: 26px; font-weight: 700; color: var(--acc); letter-spacing: -.6px }
.stat__k { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section { max-width: 1240px; margin: 0 auto; padding: 56px 22px }
section.lead, section.packs { padding-top: 36px }
.eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 700; margin: 0 0 10px;
}
h2 {
  font-size: clamp(23px, 3.1vw, 34px); line-height: 1.18;
  margin: 0 0 16px; letter-spacing: -.4px; font-weight: 700;
}
h3 {
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--acc); font-weight: 700; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.intro { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 810px }

/* ===== PACKS (WELCOME) ===== */
.packs {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(182, 242, 60, .06) 0%, transparent 70%),
    rgba(22, 16, 29, .55);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.packs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 24px }
.deal {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 20px; position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.deal:hover { border-color: var(--acc); transform: translateY(-2px) }
.deal::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255, 58, 166, .08), transparent 60%);
  pointer-events: none;
}
.deal__tag { font-size: 11px; color: var(--acc-2); font-weight: 700; letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase }
.deal__pct { font-size: 30px; font-weight: 700; line-height: 1; color: var(--acc); letter-spacing: -.8px; margin-bottom: 8px }
.deal__name { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.deal__desc { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== ONBOARD (BEGIN) ===== */
.onboard__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.rung {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 24px; position: relative;
}
.rung__n { position: absolute; top: 14px; right: 22px; font-size: 54px; font-weight: 700; line-height: 1; color: var(--bg-3) }
.rung__h { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--acc) }
.rung p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== RACK (SLOTS) ===== */
.rack__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 24px 0 }
.tile {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.tile:hover { transform: translateY(-3px); border-color: var(--acc); box-shadow: 0 18px 36px -14px rgba(255, 58, 166, .42) }
.tile__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Onest", system-ui, sans-serif;
  font-weight: 700; font-size: 20px; color: rgba(240, 233, 244, .95);
  text-align: center; padding: 14px; letter-spacing: -.3px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.tile__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.46) 100%); pointer-events: none }
.s1 { background: linear-gradient(135deg, #4a0a32 0%, #ff3aa6 100%) }
.s2 { background: linear-gradient(135deg, #2c3a06 0%, #b6f23c 100%); color: #11160a }
.s3 { background: linear-gradient(135deg, #0a2740 0%, #46b6ff 100%); color: #061320 }
.s4 { background: linear-gradient(135deg, #401505 0%, #ff7a4d 100%); color: #1a0805 }
.s5 { background: linear-gradient(135deg, #4a0a32 0%, #ff5cba 100%) }
.s6 { background: linear-gradient(135deg, #2c3a06 0%, #cdf76a 100%); color: #11160a }
.s7 { background: linear-gradient(135deg, #0a2740 0%, #6cc6ff 100%); color: #061320 }
.s8 { background: linear-gradient(135deg, #401505 0%, #ff9568 100%); color: #1a0805 }
.s9 { background: linear-gradient(135deg, #4a0a32 0%, #ff3aa6 100%) }
.s10 { background: linear-gradient(135deg, #2c3a06 0%, #b6f23c 100%); color: #11160a }
.s11 { background: linear-gradient(135deg, #401505 0%, #ff7a4d 100%); color: #1a0805 }
.s12 { background: linear-gradient(135deg, #0a2740 0%, #46b6ff 100%); color: #061320 }
.tile h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.tile p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.tile__go {
  display: block; padding: 10px; margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt); text-align: center; border-radius: 8px;
  font-size: 13px; font-weight: 700; border: 1px solid var(--line); transition: all .15s;
}
.tile__go:hover { background: var(--acc); border-color: var(--acc); color: #1a0510; text-decoration: none }

.tags { margin: 22px 0 0 }
.tags__h { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.tags__list { display: flex; flex-wrap: wrap; gap: 8px }
.tags__list span { padding: 6px 12px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 6px; font-size: 12px; color: var(--txt-d) }

/* ===== CLUB (VIP) ===== */
.club__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.perk {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.perk:hover { border-color: var(--acc-2) }
.perk__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.perk p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }
.ladder { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 14px }
.paw {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 8px;
  padding: 10px 8px; text-align: center; position: relative;
}
.paw:nth-child(1) { transform: translateY(0) }
.paw:nth-child(2) { transform: translateY(-6px) }
.paw:nth-child(3) { transform: translateY(-12px) }
.paw:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.paw:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.paw:nth-child(6) { transform: translateY(-30px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(182, 242, 60, .12)) }
.paw__n { font-size: 12px; font-weight: 700; color: var(--txt); display: block; line-height: 1.05; margin-bottom: 5px }
.paw__cb { font-size: 11px; color: var(--txt-d) }
.paw:nth-child(6) .paw__n { color: var(--acc-2) }

/* ===== ARENA (TOURNAMENT) ===== */
.arena {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(255, 58, 166, .12) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 22px; max-width: none; text-align: center;
}
.arena__cta { margin: 22px 0 28px }
.arena__kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px }
.arena__kpi > div {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px 16px; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center;
}
.arena__kpi span { font-size: 22px; font-weight: 700; color: var(--acc); margin-bottom: 4px; letter-spacing: -.3px }
.arena__kpi em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.arena__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== STAGE (LIVE) ===== */
.stage__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px }
.act {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.act:hover { transform: translateY(-3px); border-color: var(--hot); box-shadow: 0 18px 36px -14px rgba(255, 122, 77, .4) }
.act__art {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Onest", system-ui, sans-serif;
  font-weight: 700; font-size: 17px; color: rgba(240, 233, 244, .96);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.k1 { background: linear-gradient(135deg, #4a0a32 0%, #ff3aa6 100%) }
.k2 { background: linear-gradient(135deg, #0a2740 0%, #46b6ff 100%); color: #061320 }
.k3 { background: linear-gradient(135deg, #2c3a06 0%, #b6f23c 100%); color: #11160a }
.k4 { background: linear-gradient(135deg, #401505 0%, #ff7a4d 100%); color: #1a0805 }
.k5 { background: linear-gradient(135deg, #4a0a32 0%, #ff5cba 100%) }
.k6 { background: linear-gradient(135deg, #0a2740 0%, #6cc6ff 100%); color: #061320 }
.act__body { padding: 14px 16px 16px; position: relative }
.act__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.act__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.act__m { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.act__p { font-size: 12px; color: var(--txt-dd) }
.act__badge {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #1a0805; padding: 3px 10px; border-radius: 6px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

/* ===== ABOUT ===== */
.about h3 { border-left: 3px solid var(--acc); padding-left: 14px; margin-top: 30px }
.about p { color: var(--txt); line-height: 1.72 }
.seals { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line) }
.seal { padding: 7px 13px; background: var(--bg-2); border: 1px solid var(--acc); border-radius: 6px; font-size: 12px; color: var(--txt); letter-spacing: .3px }

/* ===== VOICES (REVIEWS) ===== */
.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.voice {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; display: flex; flex-direction: column; gap: 14px;
}
.voice__stars { color: var(--acc-2); font-size: 16px; letter-spacing: 4px }
.voice__stars .dim { color: var(--line-2) }
.voice__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.voice__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.voice__ava {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  border-radius: 50%; color: #1a0510; font-weight: 700; font-size: 14px; flex: none;
}

/* ===== TILL (CASHIER) ===== */
.till__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.rail {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 18px 14px; text-align: center; display: flex; flex-direction: column; gap: 4px;
}
.rail__n { font-size: 15px; color: var(--txt); font-weight: 700 }
.rail__t { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }
.till__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.till__times > div {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 14px 18px; display: flex; flex-direction: column; gap: 4px;
}
.till__times .till__big { font-size: 16px; color: var(--acc); font-weight: 700; font-family: "Onest", system-ui, sans-serif }
.till__times span { font-size: 12px; color: var(--txt-d) }

/* ===== CLOSER (PRE-FOOTER) ===== */
.closer {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(255, 58, 166, .15) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r); margin: 32px 22px; border: 1px solid var(--line); max-width: none;
}
.closer h2 { margin-bottom: 10px }
.closer p { color: var(--txt-d); margin-bottom: 24px }

/* ===== QUIZ (FAQ) ===== */
.quiz h2 { margin-bottom: 22px }
details {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 16px 20px; margin: 0 0 10px; transition: border-color .2s;
}
details[open] { border-color: var(--acc) }
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: 22px; height: 22px; border: 1px solid var(--line); border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc); font-size: 16px; transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== BYLINE (AUTHOR) ===== */
.byline {
  background: rgba(22, 16, 29, .5); border: 1px solid var(--line);
  border-radius: var(--r); margin: 32px 22px; max-width: none;
}
.byline p { color: var(--txt-d); font-size: 14px; line-height: 1.72; max-width: 890px }

/* ===== FOOTER ===== */
.foot { margin-top: 24px; border-top: 1px solid var(--line); background: rgba(13, 9, 19, .6) }
.foot__top {
  max-width: 1240px; margin: 0 auto; padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.foot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.foot__mark { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.foot__mark span { display: flex; flex-direction: column; line-height: 1.1 }
.foot__mark .op { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px }
.foot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.foot__legal .op { color: var(--acc); font-weight: 700 }
.foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.foot__col h4 {
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 12px;
}
.foot__col ul { list-style: none; padding: 0; margin: 0 }
.foot__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; cursor: default; transition: color .15s }
.foot__col li:hover { color: var(--txt) }
.foot__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) {
  .packs__grid { grid-template-columns: 1fr }
  .till__grid { grid-template-columns: repeat(3, 1fr) }
  .arena__kpi { grid-template-columns: repeat(2, 1fr) }
  .voices__grid { grid-template-columns: 1fr }
  .foot__top { grid-template-columns: 1fr }
  .wire { grid-template-columns: repeat(3, 1fr) }
  .wire__cell:nth-child(4), .wire__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .club__grid { grid-template-columns: 1fr }
  .ladder { grid-template-columns: repeat(3, 1fr) }
  .paw { transform: none !important }
}
@media (max-width: 880px) {
  .lead { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .lead__art { order: -1 }
  .topbar__menu { display: none }
  .topbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .packs, .arena, .closer, .byline { padding: 36px 18px; margin: 22px 14px }
  .onboard__grid { grid-template-columns: 1fr }
  .foot__top { padding: 30px 16px 22px; gap: 22px }
  .foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .wire { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .wire__cell { padding: 4px 10px }
  .till__times { grid-template-columns: 1fr }
  .stats { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 480px) {
  .rack__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .stage__grid { grid-template-columns: 1fr }
  .tile h3 { font-size: 13px }
  .tile p { font-size: 11px }
  .tile__art { font-size: 16px }
  .lead__cta { flex-direction: column; align-items: stretch }
  .btn--lg { width: 100% }
  .till__grid { grid-template-columns: repeat(2, 1fr) }
  .arena__kpi { grid-template-columns: 1fr }
  .foot__cols { grid-template-columns: 1fr }
  .ladder { grid-template-columns: repeat(2, 1fr) }
}
