/* martin-site.click - premium-lending Martin / Martin, mirror-page (core martin-zerkalo.txt). 
   Concept: Imperial Obsidian & Emerald Glow (Deep Luxury Dark)
   Palette: deep-obsidian #030712 + space-gray #0f172a + matrix-emerald #10b981 + arctic-mint #34d399 + hot-gold #fbbf24
   Fonts: Unbounded (Headings) + Plus Jakarta Sans (Body) */

:root {
  --bg: #030712;
  --bg-2: #0b1329;
  --bg-3: #1c2541;
  --line: #1f2937;
  --line-2: #374151;
  --txt: #f9fafb;
  --txt-d: #e5e7eb;
  --txt-dd: #9ca3af;
  --acc: #10b981;
  --acc-2: #34d399;
  --acc-2-d: #059669;
  --hot: #fbbf24;
  --good: #10b981;
  --ink: #020617;
  --on-acc: #030712;
  --r: 24px;       /* Ультра-современные Bento-скругления */
  --r-s: 12px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 15px/1.65 "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: var(--txt);
  background: 
    radial-gradient(1000px 500px at 50% -5%, rgba(16, 185, 129, 0.08) 0%, transparent 70%),
    radial-gradient(800px 500px at 100% 60%, rgba(52, 211, 153, 0.04) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.2px;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none; transition: all .25s ease }
a:hover { color: var(--acc-2); text-decoration: none }
.hl { color: var(--acc); font-weight: 700 }
.hl-2 { color: var(--acc-2); font-weight: 700 }

.skip {
  position: absolute; top: -50px; left: 10px;
  padding: 12px 20px; background: var(--acc); color: var(--on-acc);
  border-radius: var(--r-s); z-index: 100; font-weight: 800;
}
.skip:focus { top: 10px }

/* ===== TOP BAR ===== */
.bar {
  display: flex; align-items: center; gap: 24px;
  padding: 20px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  background: rgba(3, 7, 18, 0.75);
  backdrop-filter: blur(20px);
  position: sticky; top: 0; z-index: 50;
}
.logo { display: flex; align-items: center; gap: 14px; color: var(--txt) }
.logo:hover { text-decoration: none; opacity: 0.9 }
.logo__svg {
  width: 38px; height: 38px; flex: none;
  filter: drop-shadow(0 0 15px rgba(16, 185, 129, 0.4));
}
.logo__t {
  font-family: "Unbounded", "Montserrat", sans-serif;
  font-weight: 900; line-height: 1; letter-spacing: -1px; font-size: 20px;
  text-transform: uppercase;
}
.logo__sub {
  display: block; font-size: 8.5px; color: var(--acc-2);
  letter-spacing: 4px; font-weight: 800; margin-top: 6px;
  text-transform: uppercase; font-family: "Plus Jakarta Sans", sans-serif;
}
.nav { display: flex; gap: 32px; margin-left: auto; flex-wrap: wrap }
.nav a {
  color: var(--txt-dd); font-size: 13px; padding: 4px 0; font-weight: 600;
  position: relative; transition: color .25s;
}
.nav a::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background: var(--acc); transition: width .25s;
}
.nav a:hover { color: var(--txt); text-decoration: none }
.nav a:hover::after { width: 100% }

/* ===== CTA ===== */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px; border-radius: var(--r-s);
  font-family: "Unbounded", sans-serif;
  font-weight: 700; font-size: 12px; text-transform: uppercase;
  border: 2px solid transparent; white-space: nowrap;
  transition: all .25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer; letter-spacing: 0.5px;
}
.cta:hover { text-decoration: none; transform: scale(1.02); }
.cta--small { background: rgba(255,255,255,0.03); color: var(--txt); border-color: rgba(255,255,255,0.05); padding: 10px 20px; font-size: 11px; }
.cta--small:hover { background: rgba(255,255,255,0.07); border-color: var(--acc-2); }
.cta--big { padding: 18px 36px; font-size: 13px; border-radius: 14px }
.cta--hot {
  background: var(--acc); color: var(--on-acc);
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}
.cta--hot:hover { background: var(--acc-2); box-shadow: 0 0 30px rgba(52, 211, 153, 0.5); }
.cta--ghost { background: transparent; color: var(--txt); border-color: var(--line-2); }
.cta--ghost:hover { border-color: var(--acc); background: rgba(16, 185, 129, 0.05); color: var(--acc); }

/* ===== AGGREGATE COUNTER STRIP ===== */
.metr {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 16px; padding: 20px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  background: var(--bg-2);
}
.metr__cell {
  display: flex; flex-direction: column; gap: 6px;
  padding: 4px 12px;
  border-left: 2px solid rgba(16, 185, 129, 0.15);
}
.metr__cell:first-child { border-left-color: var(--acc) }
.metr__num {
  font-family: "Unbounded", sans-serif;
  font-weight: 700; font-size: 16px; color: var(--txt);
}
.metr__lbl { font-size: 10px; color: var(--txt-dd); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; }

/* ===== HERO ===== */
.hero {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px;
  padding: 80px 32px 56px;
  max-width: 1300px; margin: 0 auto;
  align-items: center;
}
.hero__chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 2px; color: var(--hot);
  background: rgba(251, 191, 36, 0.06);
  border: 1px solid rgba(251, 191, 36, 0.2);
  padding: 8px 16px; border-radius: 100px;
  margin-0-0-24px: 0 0 24px; margin-bottom: 24px;
  text-transform: uppercase; font-weight: 800;
}
h1 {
  font-family: "Unbounded", "Montserrat", sans-serif;
  font-size: clamp(30px, 4.2vw, 48px); line-height: 1.15;
  margin: 0 0 24px; letter-spacing: -1.5px; font-weight: 900;
}
.acc { color: var(--acc); }
.hero__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 24px; line-height: 1.75;
}
.hero__btns { display: flex; gap: 16px; flex-wrap: wrap; margin: 32px 0 }
.hero__pic { margin: 0; position: relative }
.hero__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(145deg, #0b1329 0%, #030712 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.7);
}
.hero__pic figcaption {
  margin-top: 16px; font-size: 12px; color: var(--txt-dd);
  text-transform: uppercase; letter-spacing: 1px; text-align: left;
}

/* KPI inline блок */
.kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  padding: 32px 0 0; border-top: 1px solid var(--line);
}
.kpi__item { display: flex; flex-direction: column; gap: 4px }
.kpi__num {
  font-family: "Unbounded", sans-serif;
  font-size: 22px; font-weight: 800; color: var(--txt);
}
.kpi__lbl { font-size: 10px; color: var(--txt-dd); text-transform: uppercase; letter-spacing: 2px; font-weight: 700 }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1300px; margin: 0 auto;
  padding: 96px 32px;
}
section.hero, section.welcome { padding-top: 48px }
.ovrline {
  display: inline-block;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--acc); font-weight: 800; margin-bottom: 12px;
}
h2 {
  font-family: "Unbounded", "Montserrat", sans-serif;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.2;
  margin: 0 0 24px; letter-spacing: -1px; font-weight: 900;
}
h3 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(16px, 2vw, 20px); line-height: 1.35;
  margin: 32px 0 16px; color: var(--txt); font-weight: 800; letter-spacing: -0.5px;
}
p { margin: 0 0 20px; color: var(--txt-d); line-height: 1.7 }
.lead { color: var(--txt-d); font-size: 17px; margin-bottom: 40px; max-width: 850px; line-height: 1.8 }

/* ===== MIRROR (Flat Elegant Box) ===== */
.mirror {
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: var(--r);
  padding: 48px; margin: 48px 32px; max-width: none;
}
.mirror__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 32px;
}
.mbox {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: var(--r-s);
  padding: 32px;
  transition: all .25s ease;
}
.mbox:hover { 
  background: rgba(16, 185, 129, 0.02);
  border-color: rgba(16, 185, 129, 0.3);
  transform: translateY(-4px);
}
.mbox__ic { font-size: 26px; line-height: 1; color: var(--acc); margin-bottom: 18px; }
.mbox__h { font-weight: 800; font-size: 16px; margin-bottom: 12px; color: var(--txt); font-family: "Unbounded", sans-serif; }
.mbox p { color: var(--txt-dd); font-size: 14px; margin: 0; line-height: 1.65 }

/* ===== WELCOME ===== */
.welcome {
  background: linear-gradient(180deg, var(--bg-2) 0%, transparent 100%);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: var(--r);
  padding: 48px; margin: 48px 32px; max-width: none;
}
.welcome__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin: 32px 0;
}
.wbox {
  background: var(--bg-3);
  border: 1px solid rgba(255, 255, 255, 0.02);
  border-radius: var(--r-s);
  padding: 32px 24px;
  transition: all .25s ease;
}
.wbox:hover { border-color: var(--acc); transform: translateY(-2px); }
.wbox__step {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px; color: var(--acc-2); font-weight: 800;
  letter-spacing: 2px; margin-bottom: 12px; text-transform: uppercase;
}
.wbox__pct {
  font-family: "Unbounded", sans-serif;
  font-size: 28px; font-weight: 900; line-height: 1;
  color: var(--txt); letter-spacing: -1px; margin-bottom: 12px;
}
.wbox__title { font-weight: 800; font-size: 15px; margin-bottom: 10px; font-family: "Unbounded", sans-serif; }
.wbox__sub { font-size: 13.5px; color: var(--txt-dd); line-height: 1.6 }

/* ===== THREE STEPS ===== */
.steps3__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 32px;
}
.sbox {
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: var(--r);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
}
.sbox__num {
  font-family: "Unbounded", sans-serif;
  position: absolute; top: -10px; right: -10px;
  font-size: 80px; font-weight: 900; line-height: 1;
  color: rgba(16, 185, 129, 0.03);
}
.sbox__head {
  font-size: 18px; font-weight: 800; margin-bottom: 16px;
  color: var(--acc-2); font-family: "Unbounded", sans-serif;
}
.sbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px; margin: 40px 0;
}
.card {
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: var(--r);
  overflow: hidden;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex; flex-direction: column;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.8);
}
.card__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 18px; color: #ffffff;
  text-align: center; padding: 24px;
  letter-spacing: -0.5px; line-height: 1.3;
  position: relative;
}
.cv-1 { background: linear-gradient(135deg, #0f172a 0%, #059669 100%) }
.cv-2 { background: linear-gradient(135deg, #1e1b4b 0%, #4338ca 100%) }
.cv-3 { background: linear-gradient(135deg, #7c2d12 0%, #b45309 100%) }
.cv-4 { background: linear-gradient(135deg, #064e3b 0%, #0d9488 100%) }
.cv-5 { background: linear-gradient(135deg, #111827 0%, #374151 100%) }
.cv-6 { background: linear-gradient(135deg, #0f172a 0%, #0f766e 100%) }
.cv-7 { background: linear-gradient(135deg, #1e1b4b 0%, #047857 100%) }
.cv-8 { background: linear-gradient(135deg, #7c2d12 0%, #9a3412 100%) }
.cv-9 { background: linear-gradient(135deg, #064e3b 0%, #059669 100%) }
.cv-10 { background: linear-gradient(135deg, #111827 0%, #4b5563 100%) }
.cv-11 { background: linear-gradient(135deg, #0f172a 0%, #115e59 100%) }
.cv-12 { background: linear-gradient(135deg, #1e1b4b 0%, #6366f1 100%) }
.cv-13 { background: linear-gradient(135deg, #7c2d12 0%, #d97706 100%) }
.cv-14 { background: linear-gradient(135deg, #064e3b 0%, #14b8a6 100%) }
.cv-15 { background: linear-gradient(135deg, #111827 0%, #1f2937 100%) }

.card h3 { font-size: 14px; margin: 20px 20px 8px; color: var(--txt); font-weight: 800 }
.card p { font-size: 13px; color: var(--txt-dd); margin: 0 20px 20px; line-height: 1.65 }
.card__btn {
  display: block; padding: 12px;
  margin: auto 20px 20px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: var(--r-s); font-size: 12px; font-weight: 700;
  font-family: "Unbounded", sans-serif; transition: all .25s ease;
}
.card__btn:hover { background: var(--acc); color: var(--on-acc); text-decoration: none }

.prov { margin: 32px 0 0 }
.prov__title { font-size: 11px; color: var(--txt-dd); margin-bottom: 16px; letter-spacing: 2px; text-transform: uppercase; font-weight: 800 }
.prov__list { display: flex; flex-wrap: wrap; gap: 10px }
.prov__list span {
  padding: 8px 16px;
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: var(--r-s);
  font-size: 12px; color: var(--txt-d); font-weight: 600;
}

/* ===== LOYALTY ===== */
.loy__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
  margin-top: 32px;
}
.lbox {
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.03);
  border-radius: var(--r);
  padding: 32px;
}
.lbox__h { font-weight: 800; font-size: 18px; margin-bottom: 14px; color: var(--acc); font-family: "Unbounded", sans-serif; }
.lbox p { color: var(--txt-d); font-size: 14.5px; margin: 0; line-height: 1.7 }

/* VIP-ярусы */
.ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 12px; margin-top: 32px;
}
.ladder__step {
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.03);
  border-radius: var(--r-s);
  padding: 16px 12px;
  text-align: center;
  transition: border-color .25s;
}
.ladder__step:hover { border-color: var(--acc-2) }
.ladder__step:nth-child(6) { border-color: var(--acc); background: rgba(16, 185, 129, 0.05); }
.ladder__name {
  font-family: "Unbounded", sans-serif;
  font-size: 11px; font-weight: 800; color: var(--txt);
  display: block; line-height: 1.2; margin-bottom: 8px; text-transform: uppercase;
}
.ladder__cb { font-size: 12px; color: var(--acc-2); font-weight: 700; }
.ladder__step:nth-child(6) .ladder__name { color: var(--acc) }

/* ===== TOUR ===== */
.tour {
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: var(--r);
  padding: 56px 48px; margin: 48px 32px; max-width: none;
  text-align: center;
}
.tour .lead { max-width: 850px; margin-left: auto; margin-right: auto }
.tour__btns { margin: 32px 0 }
.tour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: 40px;
}
.tour__kpi > div {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.03);
  border-radius: var(--r-s);
  padding: 28px 20px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.tour__kpi span {
  font-family: "Unbounded", sans-serif;
  font-size: 22px; font-weight: 900; color: var(--acc);
}
.tour__kpi .b { font-size: 14px; font-weight: 800; color: var(--txt) }
.tour__kpi i { font-size: 12px; color: var(--txt-dd); font-style: normal; line-height: 1.5 }

/* ===== LIVE GALLERY ===== */
.live__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px; margin-top: 32px;
}
.lvbox {
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.03);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: all .25s ease;
}
.lvbox:hover {
  transform: translateY(-4px);
  border-color: var(--hot);
}
.lvbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 16px; color: #ffffff;
  padding: 20px; text-align: center;
}
.lv-1 { background: linear-gradient(135deg, #0f172a 0%, #059669 100%) }
.lv-2 { background: linear-gradient(135deg, #1e1b4b 0%, #4338ca 100%) }
.lv-3 { background: linear-gradient(135deg, #7c2d12 0%, #b45309 100%) }
.lv-4 { background: linear-gradient(135deg, #064e3b 0%, #0d9488 100%) }
.lv-5 { background: linear-gradient(135deg, #111827 0%, #374151 100%) }
.lv-6 { background: linear-gradient(135deg, #0f172a 0%, #0f766e 100%) }
.lv-7 { background: linear-gradient(135deg, #1e1b4b 0%, #047857 100%) }
.lv-8 { background: linear-gradient(135deg, #7c2d12 0%, #9a3412 100%) }

.lvbox__b { padding: 20px; position: relative }
.lvbox__t { font-weight: 800; font-size: 16px; margin-bottom: 8px; font-family: "Unbounded", sans-serif; }
.lvbox__s { font-size: 13px; color: var(--txt-dd); margin-bottom: 14px }
.lvbox__m { font-size: 14px; color: var(--acc); font-weight: 800; margin-bottom: 4px }
.lvbox__p { font-size: 12px; color: var(--txt-dd) }
.lvbox__live {
  position: absolute; top: 20px; right: 20px;
  background: var(--hot); color: var(--on-acc);
  padding: 4px 10px; border-radius: 4px;
  font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.brand h3 {
  border-bottom: 2px solid var(--acc);
  padding-bottom: 8px; display: inline-block; margin-top: 40px;
}
.brand p { color: var(--txt-d); line-height: 1.8 }
.badges {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line);
}
.bdg {
  padding: 10px 18px;
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--r-s);
  font-size: 12px; color: var(--txt); font-weight: 600;
}

/* ===== REVIEWS ===== */
.rev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 32px;
}
.rbox {
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.03);
  border-radius: var(--r);
  padding: 32px;
  display: flex; flex-direction: column; gap: 20px;
}
.rbox__stars { color: var(--hot); font-size: 14px; letter-spacing: 2px; }
.rbox__stars--four .star-off { color: var(--line-2); }
.rbox__q { font-size: 14px; line-height: 1.7; color: var(--txt-d); margin: 0; font-style: italic; }
.rbox__meta {
  display: flex; align-items: center; gap: 14px;
  font-size: 13px; color: var(--txt-dd);
  border-top: 1px solid var(--line); padding-top: 20px;
}
.rbox__a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  background: var(--bg-3); border: 1px solid var(--acc);
  border-radius: 50%; color: var(--acc); font-weight: 800; font-size: 13px;
  flex: none;
}

/* ===== PAYMENTS ===== */
.pay__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
  margin: 32px 0;
}
.pbox {
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.03);
  border-radius: var(--r-s);
  padding: 24px 16px;
  text-align: center;
  display: flex; flex-direction: column; gap: 8px;
}
.pbox .b { font-size: 14px; color: var(--txt); font-weight: 800; font-family: "Unbounded", sans-serif }
.pbox i { font-size: 11px; color: var(--txt-dd); font-style: normal; text-transform: uppercase; letter-spacing: 1px; font-weight: 600 }

.pay__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: 16px;
}
.pay__times > div {
  background: var(--bg-2);
  border: 1px solid rgba(255,255,255,0.03);
  border-radius: var(--r-s);
  padding: 20px 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.pay__times .b {
  font-family: "Unbounded", sans-serif;
  font-size: 15px; color: var(--acc-2); font-weight: 800;
}
.pay__times span { font-size: 13px; color: var(--txt-dd) }

/* ===== AUTHOR NOTE (E-E-A-T) ===== */
.author {
  background: var(--bg-2);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: var(--r);
  padding: 48px; margin: 48px 32px; max-width: none;
}
.author h2 { font-size: clamp(20px, 2.5vw, 26px); color: var(--acc) }
.author p { color: var(--txt-d); font-size: 14.5px; line-height: 1.8; max-width: 950px; margin: 0 }

/* ===== FINAL CTA ===== */
.final {
  text-align: center; padding: 80px 32px;
  background: linear-gradient(135deg, var(--bg-2) 0%, #030712 100%);
  border-radius: var(--r); margin: 48px 32px;
  border: 1px solid rgba(255,255,255,0.03);
  max-width: none;
}
.final h2 { margin-bottom: 16px }
.final p { color: var(--txt-dd); margin-bottom: 36px }

/* ===== FAQ ===== */
.faq h2 { margin-bottom: 32px }
details {
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: var(--r-s);
  padding: 20px 28px; margin-bottom: 14px;
  transition: all .2s ease;
}
details[open] { border-color: rgba(16, 185, 129, 0.4); background: rgba(16, 185, 129, 0.01); }
summary {
  cursor: pointer; font-weight: 800; list-style: none;
  position: relative; padding-right: 40px;
  display: flex; align-items: center; min-height: 28px;
  font-family: "Unbounded", sans-serif; font-size: 14px; letter-spacing: -0.3px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "→"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; color: var(--acc); font-size: 16px;
  transition: transform .25s ease;
}
details[open] summary::after { transform: translateY(-50%) rotate(90deg); color: var(--acc-2); }
details p { margin: 16px 0 0; color: var(--txt-dd); font-size: 14.5px; line-height: 1.75 }

/* ===== FOOTER ===== */
.foot {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  background: #020617;
}
.foot__top {
  max-width: 1300px; margin: 0 auto;
  padding: 64px 32px 40px;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 48px;
}
.foot__brand { font-size: 14px; color: var(--txt-dd); line-height: 1.75 }
.foot__logo {
  display: flex; align-items: center; gap: 14px; margin-bottom: 24px;
}
.foot__logo span { display: flex; flex-direction: column; line-height: 1.15 }
.foot__logo .foot__name { color: var(--txt); font-size: 18px; font-weight: 900; margin-bottom: 4px; font-family: "Unbounded", sans-serif }
.foot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.8 }
.foot__legal .hl { color: var(--acc) }
.foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.foot__col h4 {
  font-family: "Unbounded", sans-serif;
  font-size: 10px; color: var(--acc-2); font-weight: 800;
  text-transform: uppercase; letter-spacing: 2px; margin: 0 0 18px;
}
.foot__col ul { list-style: none; padding: 0; margin: 0 }
.foot__col li { font-size: 13px; color: var(--txt-dd); padding: 6px 0; transition: color .2s; }
.foot__col li:hover { color: var(--txt) }
.foot__bottom {
  border-top: 1px solid rgba(255,255,255,0.03);
  padding: 24px 32px; max-width: 1300px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .welcome__grid { grid-template-columns: repeat(2, 1fr) }
  .mirror__grid { grid-template-columns: 1fr }
  .pay__grid { grid-template-columns: repeat(3, 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) }
  .metr__cell:nth-child(4), .metr__cell:nth-child(5) { border-left: 0; border-top: 2px solid rgba(16, 185, 129, 0.1); padding-top: 10px }
  .ladder { grid-template-columns: repeat(3, 1fr); gap: 8px }
}

@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 48px }
  .hero__pic { order: -1 }
  .nav { display: none }
  .bar { padding: 16px 24px }
  section { padding: 64px 24px }
  .welcome, .tour, .final, .author, .mirror { padding: 32px 24px; margin: 32px 16px }
  .steps3__grid { grid-template-columns: 1fr }
  .loy__grid { grid-template-columns: 1fr }
  .foot__top { padding: 48px 24px 32px; gap: 32px }
  .foot__cols { grid-template-columns: repeat(2, 1fr); gap: 24px }
  .metr { padding: 12px 20px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .metr__cell { padding: 4px 10px }
  .pay__times { grid-template-columns: 1fr }
  .kpi { grid-template-columns: repeat(2, 1fr); gap: 16px }
}

@media (max-width: 480px) {
  .welcome__grid { grid-template-columns: 1fr }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 14px }
  .live__grid { grid-template-columns: 1fr }
  .card h3 { font-size: 13px; margin: 16px 16px 6px }
  .card p { font-size: 12px; margin: 0 16px 16px }
  .card__btn { margin: auto 16px 16px }
  .card__cover { font-size: 15px; padding: 16px }
  .hero__btns { flex-direction: column; align-items: stretch }
  .cta--big { width: 100% }
  .pay__grid { grid-template-columns: repeat(2, 1fr) }
  .tour__kpi { grid-template-columns: 1fr }
  .foot__cols { grid-template-columns: 1fr }
  .ladder { grid-template-columns: repeat(2, 1fr) }
}

/* Heading override font stack injection */
h1, h2, h3,
.logo__t, .metr__num, .kpi__num, .wbox__pct, .sbox__num,
.card__cover, .ladder__name, .tour__kpi span, .lvbox__cover,
.pay__times .b, .foot__logo .foot__name, .pbox .b, .cta {
  font-family: "Unbounded", "Montserrat", sans-serif;
}