/* martin92ss.casino — premium Martin landing, brand-intent под c-new/martin-brand.txt. Palette 'Olive Grove & Char': char-olive bg #0c0e07 + olive-chartreuse CTA #bcd02a (~67deg, в разрыве между absinthe #cfd522 ~62 и up-x acid-lime ~75, != azure #119bff R7/Arkada) + olive-oil gold accent #c8a23c. Fonts Merriweather + PT Root UI (обе с кириллицей). VIP — стадии оливы Blossom->Cru. Layout: центрированный hero + full-width ripening band + новые блоки (alias-hub, feature grid, cash-timeline, spec-table). */

:root {
  --bg: #0c0e07;
  --bg-2: #14180d;
  --bg-3: #1c2211;
  --line: #2b3417;
  --line-2: #3c4a22;
  --txt: #eef2e0;
  --txt-d: #b4be9a;
  --txt-dd: #828d6a;
  --acc: #bcd02a;
  --acc-d: #93a41d;
  --acc-2: #c8a23c;
  --acc-2-d: #9c7c2c;
  --hot: #d4e94a;
  --good: #8fd24b;
  --ink: #141705;
  --on-acc: #141705;
  --r: 14px;
  --r-s: 8px;
  --maxw: 1180px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 17px/1.62 "PT Root UI", "Segoe UI", ui-sans-serif, system-ui, -apple-system, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1100px 620px at 50% -12%, rgba(188, 208, 42, .12) 0%, transparent 60%),
    radial-gradient(760px 520px at 100% 30%, rgba(200, 162, 60, .06) 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 }
.hl { color: var(--acc); font-weight: 700 }
.hl-2 { color: var(--acc-2); font-weight: 700 }
.em { color: var(--txt); font-weight: 700 }

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

/* ===== TOP BAR ===== */
.bar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(12, 14, 7, .86);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.logo:hover { text-decoration: none }
.logo__svg {
  width: 36px; height: 36px; flex: none;
  filter: drop-shadow(0 0 9px rgba(188, 208, 42, .4));
}
.logo__t {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 900; line-height: 1; letter-spacing: -.3px; font-size: 21px;
}
.logo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 1.5px; font-weight: 400; margin-top: 5px;
  text-transform: uppercase; font-family: "PT Root UI", system-ui, sans-serif;
}
.nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.nav a {
  color: var(--txt-d); font-size: 15px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.nav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA ===== */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: "PT Root UI", system-ui, sans-serif;
  font-weight: 700; font-size: 14px; letter-spacing: .4px; text-transform: uppercase;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer;
}
.cta:hover { text-decoration: none; transform: translateY(-1px) }
.cta--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.cta--small:hover { background: var(--bg-2); border-color: var(--acc) }
.cta--big { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.cta--hot {
  background: linear-gradient(118deg, var(--acc) 0%, var(--hot) 100%);
  color: var(--ink); border: 0;
  box-shadow: 0 12px 30px -10px rgba(188, 208, 42, .5);
  font-weight: 800;
}
.cta--hot:hover { box-shadow: 0 16px 40px -8px rgba(212, 233, 74, .6) }
.cta--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.cta--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== HERO (центрированный, single-column) ===== */
.hero {
  max-width: 980px; margin: 0 auto;
  padding: 64px 22px 30px;
  text-align: center;
}
.hero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.3px; color: var(--acc);
  background: rgba(188, 208, 42, .1);
  border: 1px solid rgba(188, 208, 42, .34);
  padding: 6px 14px; border-radius: 40px;
  margin: 0 0 22px;
  text-transform: uppercase; font-weight: 500;
  font-family: "PT Root UI", system-ui, sans-serif;
}
h1 {
  font-family: "Merriweather", Georgia, serif;
  font-size: clamp(28px, 4.1vw, 46px); line-height: 1.18;
  margin: 0 auto 20px; max-width: 16ch; letter-spacing: -.5px; font-weight: 900;
}
h1 { max-width: 900px }
.acc { color: var(--acc) }
.acc-2 { color: var(--acc-2) }
.hero__sub {
  color: var(--txt-d); font-size: 18px; margin: 0 auto 26px; line-height: 1.6;
  max-width: 760px;
}
.hero__btns { display: flex; gap: 13px; flex-wrap: wrap; justify-content: center; margin: 0 0 34px }
.hero__kpis {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}
.kchip {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 12px 22px; min-width: 120px;
}
.kchip__n {
  font-family: "Merriweather", Georgia, serif;
  font-size: 25px; font-weight: 900; color: var(--acc); letter-spacing: -.4px;
}
.kchip__l { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

/* ===== RIPENING BAND (full-width SVG, олива созревает) ===== */
.ripen {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(700px 220px at 80% 50%, rgba(188, 208, 42, .1), transparent 70%),
    linear-gradient(180deg, #0e1109, #0a0c06);
  padding: 22px 0;
  margin: 14px 0 0;
}
.ripen__in {
  max-width: var(--maxw); margin: 0 auto; padding: 0 22px;
  display: flex; align-items: center; gap: 26px;
}
.ripen__svg { flex: 1 1 auto; width: 100%; height: auto; max-height: 120px }
.ripen__cap {
  flex: 0 0 230px; font-size: 13px; color: var(--txt-dd);
  font-style: italic; line-height: 1.5;
}

/* ===== TICKER (сводка зала, перенесён под hero) ===== */
.ticker {
  max-width: var(--maxw); margin: 0 auto; padding: 18px 22px 6px;
  display: flex; flex-wrap: wrap; gap: 10px;
}
.ticker__cell {
  flex: 1 1 160px;
  display: flex; align-items: baseline; gap: 9px;
  background: linear-gradient(100deg, rgba(188, 208, 42, .07), rgba(200, 162, 60, .04));
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 13px 16px;
}
.ticker__n {
  font-family: "Merriweather", Georgia, serif;
  font-weight: 900; font-size: 19px; color: var(--acc); letter-spacing: -.3px;
}
.ticker__l { font-size: 12px; color: var(--txt-d); line-height: 1.3 }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: var(--maxw); margin: 0 auto;
  padding: 58px 22px;
}
.ovrline {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 500;
  margin: 0 0 11px;
  font-family: "PT Root UI", system-ui, sans-serif;
}
h2 {
  font-family: "Merriweather", Georgia, serif;
  font-size: clamp(23px, 2.9vw, 35px); line-height: 1.24;
  margin: 0 0 16px; letter-spacing: -.4px; font-weight: 900;
}
h3 {
  font-family: "Merriweather", Georgia, serif;
  font-size: clamp(18px, 1.9vw, 22px); line-height: 1.34;
  margin: 28px 0 10px; color: var(--acc); font-weight: 700; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.lead { color: var(--txt-d); font-size: 17px; margin-bottom: 24px; max-width: 820px }

/* ===== ALIAS HUB (НОВЫЙ блок — как называют Мартин, brand-relevance) ===== */
.alias {
  background:
    radial-gradient(640px 320px at 14% 16%, rgba(188, 208, 42, .08) 0%, transparent 66%),
    rgba(20, 24, 13, .6);
  border: 1px solid var(--line);
  border-top: 3px solid var(--acc);
  border-radius: var(--r);
  margin: 30px 22px; max-width: none;
}
.alias__grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; margin-top: 8px;
  align-items: start;
}
.alias__chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 4px }
.achip {
  padding: 9px 15px;
  background: var(--bg-2);
  border: 1px solid var(--line-2);
  border-radius: 40px;
  font-size: 14px; color: var(--txt);
}
.achip--key { border-color: var(--acc); color: var(--acc); font-weight: 700 }
.alias__note {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px 22px;
  font-size: 15px; color: var(--txt-d); line-height: 1.6;
}
.alias__note b { color: var(--txt); font-weight: 700 }

/* ===== WELCOME (горизонтальные нумерованные взносы) ===== */
.welcome {
  background:
    radial-gradient(660px 340px at 86% 26%, rgba(200, 162, 60, .08) 0%, transparent 70%),
    rgba(20, 24, 13, .6);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 30px 22px; max-width: none;
}
.welcome__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 22px 24px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.wbox:hover { border-color: var(--acc); transform: translateY(-2px) }
.wbox__bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px }
.wbox__step {
  font-family: "PT Root UI", system-ui, sans-serif;
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  letter-spacing: 1.4px; text-transform: uppercase;
}
.wbox__pct {
  font-family: "Merriweather", Georgia, serif;
  font-size: 30px; font-weight: 900; line-height: 1;
  color: var(--acc); letter-spacing: -.6px;
}
.wbox__title { font-weight: 700; font-size: 16px; margin-bottom: 7px; color: var(--txt) }
.wbox__sub { font-size: 14px; color: var(--txt-d); line-height: 1.5 }
.welcome__terms {
  display: flex; flex-wrap: wrap; gap: 18px;
  border-top: 1px solid var(--line); padding-top: 16px; margin-top: 4px;
  font-size: 14px; color: var(--txt-d);
}
.welcome__terms span { color: var(--txt) }

/* ===== FEATURE GRID (НОВЫЙ блок — почему зал Мартин) ===== */
.feat__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.fbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  transition: border-color .2s, transform .15s;
}
.fbox:hover { border-color: var(--acc-2); transform: translateY(-2px) }
.fbox__ic {
  width: 40px; height: 40px; margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(188, 208, 42, .18), rgba(200, 162, 60, .12));
  border: 1px solid var(--line-2);
}
.fbox__ic svg { width: 22px; height: 22px; stroke: var(--acc); fill: none; stroke-width: 1.8 }
.fbox__h { font-weight: 700; font-size: 16px; margin-bottom: 7px; color: var(--txt) }
.fbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.52 }

/* ===== SLOT GRID ===== */
.slots__head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 14px }
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 14px; margin: 24px 0;
}
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.card:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(188, 208, 42, .36);
}
.card__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 900; font-size: 18px; color: var(--ink);
  text-align: center; padding: 14px;
  letter-spacing: -.3px; line-height: 1.18;
  position: relative; overflow: hidden;
}
.card__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #14180d 0%, #bcd02a 100%); color: var(--ink) }
.cv-2 { background: linear-gradient(135deg, #1c2211 0%, #c8a23c 100%); color: var(--ink) }
.cv-3 { background: linear-gradient(135deg, #0e1208 0%, #d4e94a 100%); color: var(--ink) }
.cv-4 { background: linear-gradient(135deg, #14180d 0%, #4c5a28 100%); color: #eef2e0 }
.cv-5 { background: linear-gradient(135deg, #1c2211 0%, #c8a23c 100%); color: var(--ink) }
.cv-6 { background: linear-gradient(135deg, #0e1208 0%, #bcd02a 100%); color: var(--ink) }
.cv-7 { background: linear-gradient(135deg, #1c2211 0%, #aebf86 100%); color: var(--ink) }
.cv-8 { background: linear-gradient(135deg, #14180d 0%, #4c5a28 100%); color: #eef2e0 }
.cv-9 { background: linear-gradient(135deg, #0e1208 0%, #6f8138 100%); color: #eef2e0 }
.cv-10 { background: linear-gradient(135deg, #1c2211 0%, #d4e94a 100%); color: var(--ink) }
.cv-11 { background: linear-gradient(135deg, #14180d 0%, #bcd02a 100%); color: var(--ink) }
.cv-12 { background: linear-gradient(135deg, #1c2211 0%, #c8a23c 100%); color: var(--ink) }
.cv-13 { background: linear-gradient(135deg, #0e1208 0%, #d4e94a 100%); color: var(--ink) }
.cv-14 { background: linear-gradient(135deg, #14180d 0%, #4c5a28 100%); color: #eef2e0 }
.cv-15 { background: linear-gradient(135deg, #1c2211 0%, #c8a23c 100%); color: var(--ink) }
.card h3 { font-size: 16px; margin: 12px 14px 4px; color: var(--txt); font-weight: 500; letter-spacing: 0; font-family: "PT Root UI", system-ui, sans-serif }
.card p { font-size: 13px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.38 }
.card__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 14px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.card__btn:hover { background: var(--acc); border-color: var(--acc); color: var(--ink); text-decoration: none }

.prov { margin: 22px 0 0 }
.prov__title { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 700; font-family: "PT Root UI", system-ui, sans-serif }
.prov__list { display: flex; flex-wrap: wrap; gap: 8px }
.prov__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 13px; color: var(--txt-d);
}

/* ===== LOYALTY (оливковая лестница) ===== */
.loyalty {
  background: rgba(20, 24, 13, .45);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 30px 22px; max-width: none;
}
.loy__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.lbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.lbox:hover { border-color: var(--acc-2) }
.lbox__h { font-weight: 700; font-size: 18px; margin-bottom: 10px; color: var(--acc-2) }
.lbox p { color: var(--txt-d); font-size: 15px; margin: 0; line-height: 1.56 }
.ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 7px; margin-top: 16px; align-items: end;
}
.ladder__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
}
.ladder__step:nth-child(1) { transform: translateY(34px) }
.ladder__step:nth-child(2) { transform: translateY(27px) }
.ladder__step:nth-child(3) { transform: translateY(20px) }
.ladder__step:nth-child(4) { transform: translateY(13px); border-color: var(--acc-2); background: var(--bg-2) }
.ladder__step:nth-child(5) { transform: translateY(6px); border-color: var(--acc-2); background: var(--bg-2) }
.ladder__step:nth-child(6) { transform: translateY(0); border-color: var(--acc); background: linear-gradient(135deg, var(--bg-2), rgba(188, 208, 42, .2)) }
.ladder__name {
  font-family: "Merriweather", Georgia, serif;
  font-size: 13px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1.08; margin-bottom: 5px; letter-spacing: -.2px;
}
.ladder__cb { font-size: 11px; color: var(--txt-d) }
.ladder__step:nth-child(6) .ladder__name { color: var(--acc) }

/* ===== LIVE ===== */
.live__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 14px; margin-top: 22px;
}
.lvbox {
  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;
}
.lvbox:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(212, 233, 74, .38);
}
.lvbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Merriweather", Georgia, serif;
  font-weight: 900; font-size: 17px; color: var(--ink);
  padding: 12px; text-align: center; letter-spacing: -.3px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #14180d 0%, #bcd02a 100%); color: var(--ink) }
.lv-2 { background: linear-gradient(135deg, #1c2211 0%, #c8a23c 100%); color: var(--ink) }
.lv-3 { background: linear-gradient(135deg, #0e1208 0%, #d4e94a 100%); color: var(--ink) }
.lv-4 { background: linear-gradient(135deg, #14180d 0%, #4c5a28 100%); color: #eef2e0 }
.lv-5 { background: linear-gradient(135deg, #1c2211 0%, #aebf86 100%); color: var(--ink) }
.lv-6 { background: linear-gradient(135deg, #0e1208 0%, #bcd02a 100%); color: var(--ink) }
.lv-7 { background: linear-gradient(135deg, #1c2211 0%, #c8a23c 100%); color: var(--ink) }
.lv-8 { background: linear-gradient(135deg, #14180d 0%, #4c5a28 100%); color: #eef2e0 }
.lvbox__b { padding: 14px 16px 16px }
.lvbox__t { font-weight: 700; font-size: 17px; margin-bottom: 4px }
.lvbox__s { font-size: 13px; color: var(--txt-d); margin-bottom: 10px }
.lvbox__m { font-size: 14px; color: var(--acc); font-weight: 700; margin-bottom: 4px }
.lvbox__p { font-size: 13px; color: var(--txt-dd) }
.lvbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: var(--ink);
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
}

/* ===== TOURNAMENT ===== */
.tour {
  background:
    radial-gradient(620px 340px at 50% 40%, rgba(200, 162, 60, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 30px 22px; max-width: none;
  text-align: center;
}
.tour .lead { max-width: 820px; margin: 0 auto 8px; text-align: center }
.tour__btns { margin: 22px 0 28px }
.tour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.tour__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;
}
.tour__kpi span {
  font-family: "Merriweather", Georgia, serif;
  font-size: 23px; font-weight: 900; color: var(--acc);
  margin-bottom: 4px; letter-spacing: -.4px;
}
.tour__kpi .b { font-size: 15px; font-weight: 700; color: var(--txt) }
.tour__kpi i { font-size: 13px; color: var(--txt-d); font-style: normal; line-height: 1.38 }

/* ===== CASH TIMELINE (НОВЫЙ display — касса как лента) ===== */
.cash__split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px }
.cash__methods { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px }
.mbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 15px 16px;
  display: flex; flex-direction: column; gap: 3px;
}
.mbox .b { font-size: 16px; color: var(--txt); font-weight: 700 }
.mbox i { font-size: 12px; color: var(--txt-d); font-style: normal }
.cash__line {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 8px 20px 14px;
}
.cash__row {
  display: grid; grid-template-columns: 86px 1fr; gap: 14px; align-items: center;
  padding: 13px 0; border-bottom: 1px solid var(--line);
}
.cash__row:last-child { border-bottom: 0 }
.cash__t {
  font-family: "Merriweather", Georgia, serif;
  font-size: 17px; font-weight: 900; color: var(--acc); letter-spacing: -.3px;
  position: relative; padding-left: 18px;
}
.cash__t::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 9px; height: 9px; border-radius: 50%; background: var(--acc);
  box-shadow: 0 0 0 3px rgba(188, 208, 42, .18);
}
.cash__d { font-size: 14px; color: var(--txt-d); line-height: 1.45 }
.cash__d b { color: var(--txt); font-weight: 700 }

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

/* ===== SPEC TABLE (НОВЫЙ display — характеристики клуба) ===== */
.spec {
  background: rgba(20, 24, 13, .5);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 30px 22px; max-width: none;
}
.spec__table {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.spec__row {
  display: grid; grid-template-columns: 240px 1fr;
  border-bottom: 1px solid var(--line);
}
.spec__row:last-child { border-bottom: 0 }
.spec__row:nth-child(odd) { background: rgba(28, 34, 17, .35) }
.spec__k {
  padding: 14px 20px; font-weight: 700; color: var(--acc-2);
  font-size: 14px; border-right: 1px solid var(--line);
  font-family: "PT Root UI", system-ui, sans-serif;
}
.spec__v { padding: 14px 20px; color: var(--txt-d); font-size: 15px; line-height: 1.5 }
.spec__v b { color: var(--txt); font-weight: 700 }

/* ===== REVIEWS ===== */
.rev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.rbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.rbox__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.rbox__stars--four .star-off { color: var(--line-2) }
.rbox__q { font-size: 15px; line-height: 1.56; color: var(--txt); margin: 0 }
.rbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.rbox__a {
  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: var(--ink); font-weight: 800; font-size: 15px; flex: none;
}

/* ===== AUTHOR NOTE ===== */
.author {
  background: rgba(20, 24, 13, .5);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc-2);
  border-radius: var(--r);
  margin: 30px 22px; max-width: none;
}
.author h2 { font-size: clamp(20px, 2.2vw, 27px) }
.author p { color: var(--txt-d); font-size: 15px; line-height: 1.66; max-width: 900px }

/* ===== FINAL CTA ===== */
.final {
  text-align: center; padding: 58px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(188, 208, 42, .15) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 30px 22px;
  border: 1px solid var(--line); max-width: none;
}
.final h2 { margin-bottom: 10px }
.final p { color: var(--txt-d); margin-bottom: 24px; max-width: 680px; margin-left: auto; margin-right: auto }

/* ===== FAQ ===== */
.faq 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: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc); font-size: 15px;
  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: 16px; line-height: 1.6 }

/* ===== FOOTER ===== */
.foot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 12, 6, .65);
}
.foot__top {
  max-width: var(--maxw); margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.foot__brand { font-size: 15px; color: var(--txt-d); line-height: 1.6 }
.foot__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.foot__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.foot__logo .foot__name { color: var(--txt); font-size: 17px; font-weight: 900; margin-bottom: 3px; font-family: "Merriweather", Georgia, serif; letter-spacing: -.2px }
.foot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.6 }
.foot__legal .hl { color: var(--acc) }
.foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.foot__col h4 {
  font-family: "PT Root UI", system-ui, sans-serif;
  font-size: 13px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.4px; margin: 0 0 12px;
}
.foot__col ul { list-style: none; padding: 0; margin: 0 }
.foot__col li { font-size: 14px; color: var(--txt-d); padding: 4px 0; transition: color .15s }
.foot__col li:hover { color: var(--txt) }
.foot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: var(--maxw); 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) {
  .alias__grid { grid-template-columns: 1fr }
  .welcome__grid { grid-template-columns: 1fr }
  .feat__grid { grid-template-columns: repeat(2, 1fr) }
  .cash__split { grid-template-columns: 1fr }
  .tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .rev__grid { grid-template-columns: 1fr }
  .foot__top { grid-template-columns: 1fr }
  .ladder { grid-template-columns: repeat(3, 1fr) }
  .ladder__step { transform: none !important }
  .ripen__in { flex-direction: column; gap: 14px }
  .ripen__cap { flex-basis: auto; text-align: center }
}
@media (max-width: 880px) {
  .nav { display: none }
  .bar { padding: 11px 14px }
  section { padding: 40px 16px }
  .hero { padding: 44px 18px 24px }
  .alias, .welcome, .tour, .final, .author, .loyalty, .spec { padding: 36px 18px; margin: 22px 14px }
  .loy__grid { grid-template-columns: 1fr }
  .spec__row { grid-template-columns: 1fr }
  .spec__k { border-right: 0; border-bottom: 1px solid var(--line) }
  .foot__top { padding: 30px 16px 22px; gap: 22px }
  .foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .cash__row { grid-template-columns: 74px 1fr }
}
@media (max-width: 480px) {
  .feat__grid { grid-template-columns: 1fr }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .live__grid { grid-template-columns: 1fr }
  .cash__methods { grid-template-columns: 1fr }
  .card h3 { font-size: 14px }
  .card__cover { font-size: 15px }
  .hero__btns { flex-direction: column; align-items: stretch }
  .cta--big { width: 100% }
  .tour__kpi { grid-template-columns: 1fr }
  .foot__cols { grid-template-columns: 1fr }
  .ladder { grid-template-columns: repeat(2, 1fr) }
  .ticker__cell { flex-basis: 100% }
}

/* Heading font override — Merriweather на всех заголовках, PT Root UI не протекает */
h1, h2, h3,
.logo__t, .kchip__n, .ticker__n, .wbox__pct, .card__cover,
.ladder__name, .tour__kpi span, .lvbox__cover, .cash__t,
.foot__logo .foot__name {
  font-family: "Merriweather", Georgia, serif;
}
