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

:root {
  --bg: #08110f;
  --bg-2: #0f1c19;
  --bg-3: #152723;
  --line: #203530;
  --line-2: #2e4a43;
  --txt: #e9f3ef;
  --txt-d: #9fbdb4;
  --txt-dd: #688680;
  --acc: #15c8a0;
  --acc-2: #ffb24d;
  --hot: #ff6a8a;
  --good: #7ab8ff;
  --r: 16px;
  --r-s: 10px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Nunito", 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(21, 200, 160, .14) 0%, transparent 60%),
    radial-gradient(820px 600px at -10% 55%, rgba(255, 178, 77, .08) 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: #032018;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

h1, h2, h3, h4, .headr__mark, .strip__v, .fig__v, .wbox__pct, .pace__n,
.eyebrow, .tread__n, .race__kpi span {
  font-family: "Comfortaa", Georgia, "Segoe UI", system-ui, sans-serif;
}

/* ===== HEADER ===== */
.headr {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 17, 15, .86);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.headr__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.headr__logo:hover { text-decoration: none }
.headr__svg {
  width: 33px; height: 33px; flex: none;
  filter: drop-shadow(0 0 11px rgba(21, 200, 160, .55));
}
.headr__mark { font-weight: 700; line-height: 1; letter-spacing: -.4px; font-size: 18px }
.headr__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 700; margin-top: 4px; text-transform: uppercase;
}
.headr__menu { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.headr__menu a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.headr__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: "Comfortaa", 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%, #10a0c8 100%);
  color: #032018; border: 0;
  box-shadow: 0 12px 30px -10px rgba(21, 200, 160, .7);
}
.btn--solid:hover { box-shadow: 0 16px 38px -8px rgba(21, 200, 160, .95) }
.btn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.btn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== STRIP (AGGREGATE) ===== */
.strip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(21, 200, 160, .05), rgba(255, 178, 77, .04));
  font-size: 13px;
}
.strip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.strip__cell:last-child { border-right: 0 }
.strip__v { font-weight: 700; font-size: 15px; color: var(--acc); letter-spacing: -.2px }
.strip__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== OPEN (HERO) ===== */
.open {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.open__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(21, 200, 160, .1);
  border: 1px solid rgba(21, 200, 160, .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: 700;
}
.hl { color: var(--acc) }
.open__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.67 }
.open__cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.open__art { margin: 0 }
.open__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(21, 200, 160, .24), transparent 60%),
    radial-gradient(360px 280px at 74% 82%, rgba(255, 178, 77, .16), transparent 65%),
    linear-gradient(135deg, #0a1715 0%, #102420 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(21, 200, 160, .4);
}
.open__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}
.figs {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.fig { display: flex; flex-direction: column; gap: 2px }
.fig__v { font-size: 26px; font-weight: 700; color: var(--acc); letter-spacing: -.6px }
.fig__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.open, section.bundle { 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) }
.br2 { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 810px }

/* ===== BUNDLE (WELCOME) ===== */
.bundle {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(255, 178, 77, .07) 0%, transparent 70%),
    rgba(15, 28, 25, .55);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.bundle__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 24px }
.wbox {
  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;
}
.wbox:hover { border-color: var(--acc); transform: translateY(-2px) }
.wbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(21, 200, 160, .08), transparent 60%);
  pointer-events: none;
}
.wbox__tag { font-size: 11px; color: var(--acc-2); font-weight: 700; letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase }
.wbox__pct { font-size: 30px; font-weight: 700; line-height: 1; color: var(--acc); letter-spacing: -.8px; margin-bottom: 8px }
.wbox__name { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.wbox__desc { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

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

/* ===== SHOP (SLOTS) ===== */
.shop__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin: 24px 0 }
.slab {
  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;
}
.slab:hover { transform: translateY(-3px); border-color: var(--acc); box-shadow: 0 18px 36px -14px rgba(21, 200, 160, .42) }
.slab__art {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Comfortaa", system-ui, sans-serif;
  font-weight: 700; font-size: 20px; color: rgba(233, 243, 239, .95);
  text-align: center; padding: 14px; letter-spacing: -.3px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.slab__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.46) 100%); pointer-events: none }
.m1 { background: linear-gradient(135deg, #05352a 0%, #15c8a0 100%); color: #032018 }
.m2 { background: linear-gradient(135deg, #3a2806 0%, #ffb24d 100%); color: #201503 }
.m3 { background: linear-gradient(135deg, #380a20 0%, #ff6a8a 100%) }
.m4 { background: linear-gradient(135deg, #0a2540 0%, #7ab8ff 100%); color: #03161f }
.m5 { background: linear-gradient(135deg, #05352a 0%, #1ed8b0 100%); color: #032018 }
.m6 { background: linear-gradient(135deg, #3a2806 0%, #ffc56e 100%); color: #201503 }
.m7 { background: linear-gradient(135deg, #380a20 0%, #ff86a0 100%) }
.m8 { background: linear-gradient(135deg, #1a0a3a 0%, #9b7dff 100%) }
.m9 { background: linear-gradient(135deg, #05352a 0%, #15c8a0 100%); color: #032018 }
.m10 { background: linear-gradient(135deg, #0a2540 0%, #62a8ff 100%); color: #03161f }
.m11 { background: linear-gradient(135deg, #3a2806 0%, #ffb24d 100%); color: #201503 }
.m12 { background: linear-gradient(135deg, #380a20 0%, #ff6a8a 100%) }
.slab h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.slab p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.slab__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;
}
.slab__go:hover { background: var(--acc); border-color: var(--acc); color: #032018; text-decoration: none }

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

/* ===== PRIDE (VIP) ===== */
.pride__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.boost {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.boost:hover { border-color: var(--acc-2) }
.boost__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.boost p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }
.stack { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 14px }
.tread {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 8px;
  padding: 10px 8px; text-align: center; position: relative;
}
.tread:nth-child(1) { transform: translateY(0) }
.tread:nth-child(2) { transform: translateY(-6px) }
.tread:nth-child(3) { transform: translateY(-12px) }
.tread:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.tread:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.tread:nth-child(6) { transform: translateY(-30px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(255, 178, 77, .12)) }
.tread__n { font-size: 12px; font-weight: 700; color: var(--txt); display: block; line-height: 1.05; margin-bottom: 5px }
.tread__cb { font-size: 11px; color: var(--txt-d) }
.tread:nth-child(6) .tread__n { color: var(--acc-2) }

/* ===== RACE (TOURNAMENT) ===== */
.race {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(21, 200, 160, .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;
}
.race__cta { margin: 22px 0 28px }
.race__kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px }
.race__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;
}
.race__kpi span { font-size: 22px; font-weight: 700; color: var(--acc); margin-bottom: 4px; letter-spacing: -.3px }
.race__kpi em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.race__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LOUNGE (LIVE) ===== */
.lounge__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px }
.box {
  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;
}
.box:hover { transform: translateY(-3px); border-color: var(--hot); box-shadow: 0 18px 36px -14px rgba(255, 106, 138, .4) }
.box__art {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Comfortaa", system-ui, sans-serif;
  font-weight: 700; font-size: 17px; color: rgba(233, 243, 239, .96);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.l1 { background: linear-gradient(135deg, #05352a 0%, #15c8a0 100%); color: #032018 }
.l2 { background: linear-gradient(135deg, #380a20 0%, #ff6a8a 100%) }
.l3 { background: linear-gradient(135deg, #3a2806 0%, #ffb24d 100%); color: #201503 }
.l4 { background: linear-gradient(135deg, #0a2540 0%, #7ab8ff 100%); color: #03161f }
.l5 { background: linear-gradient(135deg, #1a0a3a 0%, #9b7dff 100%) }
.l6 { background: linear-gradient(135deg, #05352a 0%, #1ed8b0 100%); color: #032018 }
.box__body { padding: 14px 16px 16px; position: relative }
.box__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.box__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.box__m { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.box__p { font-size: 12px; color: var(--txt-dd) }
.box__badge {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff; padding: 3px 10px; border-radius: 6px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

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

/* ===== TALKBOX (REVIEWS) ===== */
.talkbox__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.note {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; display: flex; flex-direction: column; gap: 14px;
}
.note__stars { color: var(--acc-2); font-size: 16px; letter-spacing: 4px }
.note__stars .dim { color: var(--line-2) }
.note__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.note__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.note__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: #032018; font-weight: 700; font-size: 14px; flex: none;
}

/* ===== PAY (CASHIER) ===== */
.pay__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.lane {
  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;
}
.lane__n { font-size: 15px; color: var(--txt); font-weight: 700 }
.lane__t { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }
.pay__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.pay__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;
}
.pay__times .pay__big { font-size: 16px; color: var(--acc); font-weight: 700; font-family: "Comfortaa", system-ui, sans-serif }
.pay__times span { font-size: 12px; color: var(--txt-d) }

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

/* ===== FAQS ===== */
.faqs 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 }

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

/* ===== FOOTER ===== */
.feet { margin-top: 24px; border-top: 1px solid var(--line); background: rgba(8, 17, 15, .6) }
.feet__top {
  max-width: 1240px; margin: 0 auto; padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.feet__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.feet__mark { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.feet__mark span { display: flex; flex-direction: column; line-height: 1.1 }
.feet__mark .op { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px }
.feet__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.feet__legal .op { color: var(--acc); font-weight: 700 }
.feet__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.feet__col h4 {
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 12px;
}
.feet__col ul { list-style: none; padding: 0; margin: 0 }
.feet__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; cursor: default; transition: color .15s }
.feet__col li:hover { color: var(--txt) }
.feet__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) {
  .bundle__grid { grid-template-columns: 1fr }
  .pay__grid { grid-template-columns: repeat(3, 1fr) }
  .race__kpi { grid-template-columns: repeat(2, 1fr) }
  .talkbox__grid { grid-template-columns: 1fr }
  .feet__top { grid-template-columns: 1fr }
  .strip { grid-template-columns: repeat(3, 1fr) }
  .strip__cell:nth-child(4), .strip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .pride__grid { grid-template-columns: 1fr }
  .stack { grid-template-columns: repeat(3, 1fr) }
  .tread { transform: none !important }
}
@media (max-width: 880px) {
  .open { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .open__art { order: -1 }
  .headr__menu { display: none }
  .headr { padding: 11px 14px }
  section { padding: 36px 16px }
  .bundle, .race, .send, .redline { padding: 36px 18px; margin: 22px 14px }
  .boot__grid { grid-template-columns: 1fr }
  .feet__top { padding: 30px 16px 22px; gap: 22px }
  .feet__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .strip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .strip__cell { padding: 4px 10px }
  .pay__times { grid-template-columns: 1fr }
  .figs { grid-template-columns: repeat(2, 1fr) }
}
@media (max-width: 480px) {
  .shop__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .lounge__grid { grid-template-columns: 1fr }
  .slab h3 { font-size: 13px }
  .slab p { font-size: 11px }
  .slab__art { font-size: 16px }
  .open__cta { flex-direction: column; align-items: stretch }
  .btn--lg { width: 100% }
  .pay__grid { grid-template-columns: repeat(2, 1fr) }
  .race__kpi { grid-template-columns: 1fr }
  .feet__cols { grid-template-columns: 1fr }
  .stack { grid-template-columns: repeat(2, 1fr) }
}
