/* beef049.online — Beef / Биф.
   Визуальное направление: industrial pavilion / truss-grid.
   Палитра: slate, ivory, red-violet CTA, steel-blue accent.
   Шрифты: Prata + Manrope + IBM Plex Mono. */

:root {
  --bg: #08131e;
  --bg-2: #101c2b;
  --bg-3: #17273a;
  --panel2: rgba(24, 39, 59, .9);
  --line: #27425f;
  --line-2: #3c5f82;
  --txt: #f3eadb;
  --txt-d: #d0c4af;
  --txt-dd: #93a7bf;
  --acc: #aa3d78;
  --acc-l: #dca2c4;
  --acc-2: #6ec7ff;
  --acc-2-l: #a4e0ff;
  --acc-2-d: #3d76a0;
  --hot: #bf5c96;
  --on-acc: #180d07;
  --mono: "IBM Plex Mono", "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --sans: "Manrope", "Segoe UI", Arial, sans-serif;
  --display: "Prata", Georgia, serif;
  --cta-grad: linear-gradient(135deg, #9e346e 0%, #c663a0 100%);
  --steel: repeating-linear-gradient(135deg, rgba(164, 224, 255, .028) 0 1px, transparent 1px 18px);
  --r: 18px;
  --r-s: 12px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 var(--sans);
  color: var(--txt);
  background:
    radial-gradient(960px 540px at 88% -4%, rgba(110, 199, 255, .14) 0%, transparent 58%),
    radial-gradient(860px 520px at 6% 8%, rgba(170, 61, 120, .12) 0%, transparent 56%),
    linear-gradient(180deg, #08131e 0%, #0f1d2d 52%, #08111b 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--steel);
  opacity: .65;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc-2-l); text-decoration: none }
a:hover { text-decoration: underline }
.k { color: var(--acc-l); font-weight: 700 }

.skip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: var(--on-acc);
  border-radius: 999px; z-index: 100; font-weight: 700;
  box-shadow: 0 10px 28px rgba(170, 61, 120, .32);
}
.skip:focus { top: 8px }

/* ===== TOP BAR ===== */
.bar {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(164, 224, 255, .12);
  background: rgba(8, 19, 30, .88);
  backdrop-filter: blur(14px);
  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: 34px; height: 34px; flex: none;
  filter: drop-shadow(0 14px 22px rgba(110, 199, 255, .18));
}
.logo__t {
  font-family: var(--display);
  font-weight: 400; line-height: 1; letter-spacing: -.02em; font-size: 28px;
}
.logo__sub {
  display: block; font-size: 10px; color: var(--txt-dd);
  letter-spacing: 2.2px; font-weight: 700; margin-top: 6px;
  text-transform: uppercase; font-family: var(--mono);
}
.nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.nav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
}
.nav a:hover { color: var(--acc-2-l); border-bottom-color: var(--acc-2); text-decoration: none }

/* ===== CTA ===== */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 999px;
  font-family: var(--sans);
  font-weight: 800; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
  cursor: pointer; letter-spacing: .22px;
  text-transform: uppercase;
}
.cta:hover { text-decoration: none; transform: translateY(-1px) }
.cta--small { background: rgba(255, 255, 255, .04); color: var(--txt); border-color: rgba(164, 224, 255, .14) }
.cta--small:hover { box-shadow: 0 12px 28px rgba(0, 0, 0, .22); border-color: rgba(220, 162, 196, .44) }
.cta--big { padding: 15px 28px; font-size: 14px; border-radius: 999px }
.cta--hot {
  background: var(--cta-grad);
  color: var(--on-acc); border: 0;
  box-shadow: 0 14px 30px rgba(170, 61, 120, .26);
  font-weight: 800;
}
.cta--hot:hover { box-shadow: 0 18px 40px rgba(170, 61, 120, .34) }
.cta--ghost { background: transparent; color: var(--txt); border-color: rgba(164, 224, 255, .22) }
.cta--ghost:hover { border-color: var(--acc-2); color: var(--acc-2-l) }

/* ===== AGGREGATE COUNTER STRIP (totalizer) ===== */
.metr {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 12px; padding: 16px 22px 0;
  max-width: 1240px; margin: 0 auto;
}
.metr__cell {
  display: flex; flex-direction: column; gap: 4px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(23, 39, 58, .96), rgba(16, 28, 43, .96));
  border: 1px solid var(--line);
  border-radius: 16px;
  position: relative; overflow: hidden;
  align-items: flex-start;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.metr__cell::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--acc), var(--acc-2)); opacity: .9;
}
.metr__num {
  font-family: var(--display);
  font-weight: 400; font-size: 27px; color: var(--txt);
  letter-spacing: -.03em;
}
.metr__lbl { font-size: 11.5px; color: var(--txt-dd); letter-spacing: .8px; line-height: 1.35; text-transform: uppercase }

/* ===== HERO ===== */
.hero {
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
}
.hero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.6px; color: var(--acc-2-l);
  background: rgba(110, 199, 255, .08);
  border: 1px solid rgba(110, 199, 255, .26);
  padding: 7px 13px; border-radius: 999px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700; font-family: var(--mono);
}
h1 {
  font-family: var(--display);
  font-size: clamp(32px, 4.4vw, 56px); line-height: 1.12;
  margin: 0 0 18px; letter-spacing: -.03em; font-weight: 400;
}
.acc { color: var(--acc-2-l); white-space: nowrap }
.hero__sub {
  color: var(--txt); font-size: 16.5px; margin: 0 0 14px; line-height: 1.76;
}
.hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 8px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 52px 22px;
}
section.hero, section.welcome { padding-top: 36px }
.ovrline {
  display: inline-block;
  font-size: 12px; letter-spacing: 1.7px;
  color: var(--acc-2-l); font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: var(--mono);
}
h2 {
  font-family: var(--display);
  font-size: clamp(26px, 3.3vw, 40px); line-height: 1.18;
  margin: 0 0 16px; letter-spacing: -.03em; font-weight: 400;
}
h3 {
  font-family: var(--sans);
  font-size: clamp(18px, 2vw, 22px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--txt); font-weight: 800; letter-spacing: .1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 880px; line-height: 1.7 }

/* ===== QUICK STATS ===== */
.qstat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  max-width: 1240px; margin: 0 auto; padding: 16px 22px 0;
}
.qs {
  background: linear-gradient(180deg, rgba(23, 39, 58, .94), rgba(16, 28, 43, .94));
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px 18px;
  display: flex; flex-direction: column; gap: 6px;
  transition: border-color .2s, transform .15s;
}
.qs:hover { border-color: var(--acc-2); transform: translateY(-2px) }
.qs__k {
  font-family: var(--display);
  font-weight: 400; font-size: 30px; line-height: 1; color: var(--txt);
}
.qs__t { font-weight: 800; font-size: 14px; color: var(--acc-l); text-transform: uppercase; letter-spacing: .08em }
.qs__d { font-size: 13px; color: var(--txt-d); line-height: 1.58 }

/* ===== REGISTRATION + LOGIN ===== */
.login {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 22px;
}
.lgc {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc-2);
  border-radius: var(--r);
  padding: 20px 20px;
  transition: border-color .2s, transform .15s;
}
.lgc:hover { border-color: var(--acc-2); transform: translateY(-2px) }
.lgc__h {
  font-family: var(--sans);
  font-weight: 800; font-size: 16px; color: var(--txt); margin-bottom: 8px;
}
.lgc__d { font-size: 13.5px; color: var(--txt-d); line-height: 1.56 }
.reglist { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 8px; }
.reglist li {
  background: var(--panel2); border: 1px solid var(--line);
  border-radius: var(--r-s); padding: 12px 16px;
  font-size: 13.5px; color: var(--txt-d);
}
.reglist__k {
  display: inline-block; min-width: 108px; color: var(--acc-2-l);
  font-family: var(--mono); font-weight: 700; margin-right: 8px;
}

/* ===== WELCOME ===== */
.welcome {
  background:
    radial-gradient(720px 360px at 82% 22%, rgba(110, 199, 255, .08) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.welcome__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.wbox {
  background: var(--panel2);
  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--3 { border-color: rgba(220, 162, 196, .42) }
.wbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(170, 61, 120, .09), transparent 60%);
  pointer-events: none;
}
.wbox__step {
  font-family: var(--mono);
  font-size: 12px; color: var(--acc-2-l); font-weight: 700;
  letter-spacing: .8px; margin-bottom: 8px; text-transform: uppercase;
}
.wbox__pct {
  font-family: var(--display);
  font-size: 40px; font-weight: 400; line-height: 1;
  color: var(--txt); letter-spacing: -.03em;
  margin-bottom: 10px;
}
.wbox__title { font-weight: 800; font-size: 15px; margin-bottom: 6px; color: var(--txt) }
.wbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.55 }

/* ===== SUBSECTION BLOCKS (mirror / live) ===== */
.subs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 10px; }
.subs__grid--3 { grid-template-columns: repeat(3, 1fr); }
.subs__grid--4 { grid-template-columns: repeat(2, 1fr); }
.subs__box {
  background: var(--panel2); border: 1px solid var(--line);
  border-top: 2px solid var(--acc);
  border-radius: var(--r); padding: 22px 22px;
  transition: border-color .2s, transform .15s;
}
.subs__box:hover { border-color: var(--acc-2); transform: translateY(-2px) }
.subs__box h3 { margin: 0 0 8px; color: var(--acc-l) }
.subs__box p { color: var(--txt-d); font-size: 14px; line-height: 1.64; margin: 0; }

/* ===== THREE STEPS ===== */
.steps3__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.sbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative; overflow: hidden;
}
.sbox__num {
  font-family: var(--mono);
  position: absolute; top: 10px; right: 20px;
  font-size: 58px; font-weight: 700; line-height: 1;
  color: rgba(164, 224, 255, .13);
}
.sbox__head {
  font-size: 18px; font-weight: 800; margin-bottom: 12px;
  color: var(--txt); font-family: var(--sans); position: relative;
}
.sbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== SLOT GRID ===== */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.grid.g4 { grid-template-columns: repeat(4, 1fr); }
.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-2);
  box-shadow: 0 18px 36px -14px rgba(110, 199, 255, .22);
}
.card__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-weight: 700; font-size: 21px; color: var(--on-acc);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.2;
  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, #a83b76 0%, #5f2143 100%) }
.cv-2 { background: linear-gradient(135deg, #6ec7ff 0%, #2c648f 100%) }
.cv-3 { background: linear-gradient(135deg, #dca2c4 0%, #814466 100%) }
.cv-4 { background: linear-gradient(135deg, #3f5f86 0%, #12263d 100%) }
.cv-5 { background: linear-gradient(135deg, #bf5c96 0%, #71284f 100%) }
.cv-6 { background: linear-gradient(135deg, #7ccfff 0%, #355f87 100%) }
.cv-7 { background: linear-gradient(135deg, #d190b6 0%, #763a5b 100%) }
.cv-8 { background: linear-gradient(135deg, #6ec7ff 0%, #193956 100%) }
.cv-9 { background: linear-gradient(135deg, #b54b84 0%, #56203a 100%) }
.cv-10 { background: linear-gradient(135deg, #9adfff 0%, #305976 100%) }
.cv-11 { background: linear-gradient(135deg, #ebbad7 0%, #925478 100%) }
.cv-12 { background: linear-gradient(135deg, #4f7397 0%, #16283d 100%) }
.cv-13 { background: linear-gradient(135deg, #af447d 0%, #682548 100%) }
.cv-14 { background: linear-gradient(135deg, #7ed2ff 0%, #2a5678 100%) }
.cv-15 { background: linear-gradient(135deg, #ffbf84 0%, #90572d 100%) }

.card h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 800; font-family: var(--sans); letter-spacing: 0 }
.card p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.card__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: rgba(255,255,255,.03); color: var(--acc-2-l);
  text-align: center; border-radius: 8px; font-size: 13px; font-weight: 800;
  border: 1px solid var(--line); transition: all .15s;
}
.card__btn:hover { background: var(--acc-2); border-color: var(--acc-2); color: #08131e; text-decoration: none }

.prov { margin: 22px 0 0 }
.prov__title { font-size: 12px; color: var(--acc-l); margin-bottom: 10px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; font-family: var(--mono) }
.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: 20px;
  font-size: 12.5px; color: var(--txt-d);
}

/* ===== LIVE GALLERY ===== */
.live__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 14px; margin-top: 22px;
}
.lvbox {
  background: var(--panel2);
  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;
}
.lvbox:hover {
  transform: translateY(-3px);
  border-color: var(--acc-2);
  box-shadow: 0 18px 36px -14px rgba(110, 199, 255, .24);
}
.lvbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-weight: 700; font-size: 30px; color: var(--on-acc);
  padding: 12px; text-align: center; letter-spacing: 1px;
}
.lv-1 { background: linear-gradient(135deg, #a83b76 0%, #5f2143 100%) }
.lv-2 { background: linear-gradient(135deg, #6ec7ff 0%, #2b638e 100%) }
.lv-3 { background: linear-gradient(135deg, #dca2c4 0%, #814466 100%) }
.lv-4 { background: linear-gradient(135deg, #46688f 0%, #17283d 100%) }
.lv-5 { background: linear-gradient(135deg, #bf5c96 0%, #71284f 100%) }
.lv-6 { background: linear-gradient(135deg, #8ad9ff 0%, #365f86 100%) }
.lv-7 { background: linear-gradient(135deg, #dfaed0 0%, #7f4868 100%) }
.lv-8 { background: linear-gradient(135deg, #77ceff 0%, #204868 100%) }
.lvbox__b { padding: 14px 16px 16px }
.lvbox__t { font-weight: 800; font-size: 16px; margin-bottom: 4px; font-family: var(--sans); color: var(--txt) }
.lvbox__s { font-size: 12.5px; color: var(--txt-d); margin-bottom: 8px }
.lvbox__m { font-size: 13px; color: var(--acc-2-l); font-weight: 700 }

/* ===== LOYALTY ===== */
.loy__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.lbox {
  background: var(--panel2);
  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: 800; font-size: 18px; margin-bottom: 10px; color: var(--acc-l); font-family: var(--sans) }
.lbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }

/* VIP регистры */
.ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 9px; margin-top: 16px;
}
.ladder__step {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 8px 13px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ladder__step::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 3px;
  background: var(--acc);
}
.ladder__step:nth-child(1)::after { width: 20% }
.ladder__step:nth-child(2)::after { width: 36% }
.ladder__step:nth-child(3)::after { width: 52% }
.ladder__step:nth-child(4)::after { width: 68% }
.ladder__step:nth-child(5)::after { width: 84% }
.ladder__step:nth-child(6)::after { width: 100% }
.ladder__step:nth-child(4) { border-color: var(--acc-2-d) }
.ladder__step:nth-child(5) { border-color: var(--acc-2) }
.ladder__step:nth-child(6) { border-color: var(--acc); background: linear-gradient(180deg, rgba(170, 61, 120, .16), var(--panel2)) }
.ladder__lvl {
  display: block; font-size: 10px; letter-spacing: 1.8px;
  color: var(--txt-dd); font-weight: 700; margin-bottom: 6px; font-family: var(--mono);
}
.ladder__name {
  font-family: var(--mono);
  font-size: 15px; font-weight: 700; color: var(--acc-2-l);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.ladder__cb { font-size: 11px; color: var(--txt-d) }
.ladder__step:nth-child(6) .ladder__name { color: var(--acc-l) }

/* ===== TOUR ===== */
.tour {
  background:
    radial-gradient(640px 360px at 50% 30%, rgba(110, 199, 255, .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;
}
.tour .lead { margin-left: auto; margin-right: auto; }
.tour__btns { margin: 24px 0 0 }
.tour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.tour__kpi > div {
  background: var(--panel2);
  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;
}
.tour__kpi span {
  font-family: var(--display);
  font-size: 30px; font-weight: 400; color: var(--txt);
  margin-bottom: 2px; letter-spacing: -.03em;
}
.tour__kpi .k { font-size: 14px; font-weight: 800; color: var(--txt); font-family: var(--sans); margin: 0 }
.tour__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== BRAND OVERVIEW ===== */
.brand h3 {
  border-left: 3px solid var(--acc-2);
  padding-left: 14px; margin-top: 30px; color: var(--txt);
}
.brand p { color: var(--txt-d); line-height: 1.74 }
.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-2-d);
  border-radius: 999px;
  font-size: 12.5px; color: var(--acc-2-l);
  letter-spacing: .3px;
}

/* ===== CASHIER TABLE ===== */
.rtp__wrap { overflow-x: auto; margin-top: 22px; border: 1px solid var(--line); border-radius: var(--r) }
.rtp table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 560px }
.rtp thead th {
  background: var(--bg-3); color: var(--acc-2-l);
  text-align: left; padding: 13px 16px;
  font-family: var(--mono);
  font-weight: 700; text-transform: uppercase; letter-spacing: .8px; font-size: 12px;
  border-bottom: 1px solid var(--line-2);
}
.rtp tbody td { padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--txt-d) }
.rtp tbody tr:last-child td { border-bottom: 0 }
.rtp tbody tr:nth-child(odd) td { background: rgba(16, 28, 43, .55) }
.rtp tbody tr:hover td { background: rgba(110, 199, 255, .08); color: var(--txt) }
.rtp .rtp__name { color: var(--txt); font-weight: 700 }
.rtp .rtp__val { font-family: var(--mono); color: var(--acc-l); font-size: 15px; font-weight: 700 }
.rtp__note { font-size: 12.5px; color: var(--txt-dd); margin-top: 12px; font-style: italic }

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

/* ===== FINAL CTA ===== */
.final {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 40%, rgba(170, 61, 120, .16) 0%, transparent 70%),
    linear-gradient(135deg, rgba(170, 61, 120, .05), rgba(110, 199, 255, .05)), var(--bg-2);
  border-radius: var(--r);
  margin: 32px 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: 640px; margin-left: auto; margin-right: auto }

/* ===== AUTHOR NOTE ===== */
.author { border-top: 1px solid var(--line); }
.author p { color: var(--txt-d); font-size: 14px; line-height: 1.72; max-width: 900px }

/* ===== FAQ ===== */
.faq h2 { margin-bottom: 22px }
details {
  background: var(--panel2);
  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: 800; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px; color: var(--txt);
}
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-2); border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc-l); 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: 14px; line-height: 1.66 }

/* ===== FOOTER ===== */
.foot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: var(--bg-2);
}
.foot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 36px;
}
.foot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.foot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.foot__brandname { display: flex; flex-direction: column; line-height: 1.15; font-size: 12px; color: var(--txt-d) }
.foot__brandname .k { color: var(--txt); font-size: 20px; font-weight: 700; margin-bottom: 3px; font-family: var(--display) }
.foot__legal { font-size: 12.5px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.foot__legal .k { color: var(--acc-l); font-weight: 700 }
.foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.foot__col h4 {
  font-family: var(--sans);
  font-size: 12px; color: var(--acc-2-l); font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.foot__col h4 a { color: inherit }
.foot__col ul { list-style: none; padding: 0; margin: 0 }
.foot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0;
  transition: color .15s;
}
.foot__col li a { color: inherit }
.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);
}

/* ===== HERO single-column ===== */
.hero--solo {
  display: block; text-align: center;
  max-width: 940px; padding: 52px 22px 26px;
}
.hero--solo h1 { margin-left: auto; margin-right: auto; }
.hero--solo .hero__sub { margin-left: auto; margin-right: auto; max-width: 800px; }
.hero--solo .hero__btns { justify-content: center; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .welcome__grid { grid-template-columns: 1fr }
  .tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .rev__grid { grid-template-columns: 1fr }
  .foot__top { grid-template-columns: 1fr }
  .metr { grid-template-columns: repeat(3, 1fr) }
  .qstat { grid-template-columns: repeat(2, 1fr) }
  .subs__grid, .subs__grid--3, .subs__grid--4 { grid-template-columns: 1fr }
  .loy__grid { grid-template-columns: 1fr }
}

@media (max-width: 880px) {
  .hero { padding-top: 32px }
  .nav { display: none }
  .bar { padding: 11px 14px }
  section { padding: 36px 16px }
  .welcome, .tour, .final { padding: 36px 18px; margin: 22px 14px }
  .steps3__grid { grid-template-columns: 1fr }
  .login { grid-template-columns: 1fr }
  .foot__top { padding: 30px 16px 22px; gap: 22px }
  .foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .metr { padding: 12px 14px 0; grid-template-columns: repeat(2, 1fr) }
  .ladder { grid-template-columns: repeat(3, 1fr) }
  .grid.g4 { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  body { font-size: 15.5px }
  .grid, .grid.g4 { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .live__grid { grid-template-columns: 1fr }
  .card h3 { font-size: 13px }
  .card p { font-size: 11px }
  .card__cover { font-size: 17px }
  .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) }
  .qstat, .metr { grid-template-columns: 1fr }
}
