/* ===========================================================
   Quantum Trading Group — VSL landing
   Faithful clone of tradewithtsa.com/uk
   Electric-blue accent #2c7fff · near-black #07090e
   Headings Manrope 800 · body Geist
   =========================================================== */

:root {
  --bg:        #07090e;
  --bg-2:      #05070b;
  --panel:     #0e1119;
  --panel-2:   #11151f;
  --line:      rgba(255,255,255,.08);
  --line-2:    rgba(255,255,255,.14);
  --text:      #ffffff;
  --muted:     #eef1f7;
  --muted-2:   #aeb6c4;

  --blue:      #2c7fff;
  --blue-2:    #1f6dff;
  --blue-lt:   #5b9bff;
  --blue-deep: #0b3a8f;
  --green:     #3ad29f;

  --radius:    20px;
  --radius-sm: 13px;
  --maxw:      1140px;

  --head: "Manrope", system-ui, -apple-system, sans-serif;
  --sans: "Geist", "Manrope", system-ui, -apple-system, sans-serif;
  --mono: "Geist Mono", ui-monospace, "SFMono-Regular", monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; overflow-x: hidden; max-width: 100%; }
html, body { height: 100%; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-image:
    radial-gradient(1100px 560px at 50% -8%, rgba(44,127,255,.16), transparent 62%),
    radial-gradient(900px 600px at 90% 8%, rgba(44,127,255,.06), transparent 60%);
  background-repeat: no-repeat;
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.wrap--narrow { max-width: 820px; }
.center { text-align: center; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.blue { color: var(--blue); }

.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue);
  display: inline-block; box-shadow: 0 0 10px var(--blue); animation: pulse 2s infinite; }
.dot--blue { background: var(--blue); }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 16px;
  padding: 14px 24px; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .15s ease, box-shadow .25s ease, filter .2s ease;
  white-space: nowrap;
}
.btn--blue {
  color: #fff;
  background: linear-gradient(180deg, var(--blue-lt) 0%, var(--blue) 45%, var(--blue-2) 100%);
  box-shadow: 0 10px 30px -8px rgba(44,127,255,.6), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn--blue:hover { transform: translateY(-2px); filter: brightness(1.07);
  box-shadow: 0 16px 42px -10px rgba(44,127,255,.75), inset 0 1px 0 rgba(255,255,255,.25); }
.btn--white { color: var(--blue-2); background: #fff; font-weight: 700;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.5); }
.btn--white:hover { transform: translateY(-2px); filter: brightness(.97); }
.btn--sm { padding: 8px 16px; font-size: 14px; }
.btn--lg { font-size: 16px; padding: 13px 28px; }
.btn--xl { font-size: 18px; padding: 19px 38px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(7,9,14,.72); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 52px; gap: 20px; }
.nav__brand { display: flex; align-items: center; gap: 10px; font-family: var(--head);
  font-weight: 800; font-size: 16.5px; letter-spacing: -.01em; }
.nav__mark { width: 28px; height: 28px; border-radius: 8px; flex: none;
  background: linear-gradient(180deg, var(--blue-lt), var(--blue-2)); color: #fff;
  display: grid; place-items: center; font-family: var(--head); font-weight: 800; font-size: 16px;
  box-shadow: 0 4px 14px -4px rgba(44,127,255,.7); }
.nav__logo { height: 30px; width: auto; flex: none; display: block; }
.footer__brand .nav__logo { height: 38px; }
.nav__links { display: flex; gap: 28px; }
.nav__links a { font-size: 14.5px; color: var(--muted); font-weight: 500; transition: color .15s ease; }
.nav__links a:hover { color: var(--text); }

/* ---------- Section primitives ---------- */
.kicker { display: inline-block; font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; color: var(--blue); margin-bottom: 16px; }
.kicker.center { display: block; text-align: center; }
.section-title {
  font-family: var(--head); font-size: clamp(28px, 4.6vw, 46px); line-height: 1.08;
  font-weight: 800; letter-spacing: -.025em; text-align: center; max-width: 18ch; margin: 0 auto 18px;
}
.section-title--left { text-align: left; margin: 0 0 18px; max-width: 24ch; }
.section-lead { text-align: center; color: var(--muted); max-width: 62ch; margin: 0 auto 44px; font-size: 18px; }
.section-lead--left { text-align: left; margin: 0 0 44px; }
section { padding: 100px 0; position: relative; }

/* ---------- Hero ---------- */
.hero { padding: 22px 0 56px; position: relative; overflow: hidden; }
.hero__glow { position: absolute; inset: -10% -20% auto -20%; height: 620px; z-index: 0;
  background: radial-gradient(50% 60% at 50% 0%, rgba(44,127,255,.22), transparent 70%);
  filter: blur(10px); pointer-events: none; }
.hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; color: var(--muted);
  font-weight: 500; margin-bottom: 14px; padding: 6px 14px; border: 1px solid var(--line);
  border-radius: 999px; background: rgba(255,255,255,.02); }
.hero__title { font-family: var(--head); font-size: clamp(32px, 5vw, 50px); line-height: 1.05;
  font-weight: 800; letter-spacing: -.03em; max-width: 16ch; margin-bottom: 12px; }
.hero__sub { color: var(--muted); font-size: 17px; max-width: 56ch; margin-bottom: 18px; }
.cta-note { margin-top: 10px; color: var(--muted-2); font-size: 13.5px; }
.hero__title .glow { color: var(--blue-lt);
  animation: heroGlow 2.6s ease-in-out infinite; }
@keyframes heroGlow {
  0%, 100% { text-shadow: 0 0 12px rgba(44,127,255,.45), 0 0 28px rgba(44,127,255,.25); }
  50%      { text-shadow: 0 0 22px rgba(91,155,255,.9), 0 0 60px rgba(44,127,255,.6); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__title .glow { animation: none; text-shadow: 0 0 20px rgba(44,127,255,.5); }
}

/* VSL — landscape 16:9 */
.vsl { position: relative; width: 100%; max-width: 820px; margin: 22px auto 0;
  aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line-2);
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(44,127,255,.16), transparent 60%),
    linear-gradient(180deg, #0c1018, #070a0f);
  box-shadow: 0 40px 100px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(44,127,255,.12),
    0 0 80px -30px rgba(44,127,255,.4);
}
.vsl__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #07090e; }
.vsl__overlay { position: absolute; inset: 0; border: 0; cursor: pointer; color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px;
  background: linear-gradient(180deg, rgba(7,9,14,.1), rgba(7,9,14,.45)); transition: opacity .3s ease; }
.vsl__play { width: 86px; height: 86px; border-radius: 50%;
  background: linear-gradient(180deg, var(--blue-lt), var(--blue-2)); color: #fff;
  display: grid; place-items: center; box-shadow: 0 14px 40px -8px rgba(44,127,255,.8); transition: transform .2s ease; }
.vsl__overlay:hover .vsl__play { transform: scale(1.07); }
.vsl__play svg { margin-left: 4px; }
.vsl__badge { font-size: 13px; font-weight: 600; background: rgba(7,9,14,.55);
  border: 1px solid var(--line-2); padding: 7px 14px; border-radius: 999px; backdrop-filter: blur(6px); }
.vsl__mute { position: absolute; bottom: 14px; right: 14px; z-index: 3; font-size: 12.5px; font-weight: 600;
  color: #fff; cursor: pointer; background: rgba(7,9,14,.6); border: 1px solid var(--line-2);
  padding: 7px 12px; border-radius: 999px; backdrop-filter: blur(6px); display: none; }
.vsl.is-playing .vsl__overlay { opacity: 0; pointer-events: none; }
.vsl.is-playing .vsl__mute { display: block; }
/* While playing muted, surface a clear, prominent "tap for sound" prompt */
.vsl.is-muted .vsl__mute { left: 50%; right: auto; bottom: 18px; transform: translateX(-50%);
  background: var(--blue); border-color: transparent; color: #fff; font-size: 14px;
  padding: 11px 20px; box-shadow: 0 10px 30px -8px rgba(44,127,255,.9);
  animation: mutePulse 1.8s ease-in-out infinite; }
.vsl.is-muted .vsl__mute:hover { background: var(--blue-2); }
@keyframes mutePulse {
  0%, 100% { box-shadow: 0 10px 30px -8px rgba(44,127,255,.9), 0 0 0 0 rgba(44,127,255,.5); }
  50%      { box-shadow: 0 10px 30px -8px rgba(44,127,255,.9), 0 0 0 14px rgba(44,127,255,0); }
}
@media (prefers-reduced-motion: reduce) { .vsl.is-muted .vsl__mute { animation: none; } }

/* ---------- Calculator ---------- */
.calc__card { display: grid; grid-template-columns: 1.15fr .85fr;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  max-width: 980px; margin: 0 auto; box-shadow: 0 40px 90px -50px rgba(0,0,0,.9); }
.calc__inputs { padding: 36px; display: flex; flex-direction: column; gap: 30px; }
.field__row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.field label { font-size: 14px; color: var(--muted); font-weight: 600; }
.field__val { font-family: var(--mono); font-weight: 700; color: var(--blue); font-size: 18px; }
.field > label { display: block; margin-bottom: 14px; }
.slider { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--blue) var(--fill,10%), #232838 var(--fill,10%), #232838 100%);
  outline: none; margin-bottom: 18px; }
.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px;
  border-radius: 50%; background: #fff; border: 4px solid var(--blue); cursor: pointer;
  box-shadow: 0 4px 12px -2px rgba(44,127,255,.7); }
.slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #fff;
  border: 4px solid var(--blue); cursor: pointer; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { font-family: var(--sans); font-weight: 600; font-size: 14px; color: var(--text);
  background: var(--panel-2); border: 1px solid var(--line-2); padding: 9px 15px; border-radius: 999px;
  cursor: pointer; transition: all .15s ease; }
.chip:hover { border-color: var(--blue); }
.chip.is-active { background: var(--blue); color: #fff; border-color: transparent;
  box-shadow: 0 6px 18px -8px rgba(44,127,255,.7); }
.calc__panel { padding: 40px 34px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 6px;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(91,155,255,.4), transparent 60%),
    linear-gradient(180deg, var(--blue-2), var(--blue-deep));
  position: relative; }
.calc__panel-label { font-size: 14px; color: rgba(255,255,255,.8); font-weight: 600; }
.odometer { font-family: var(--mono); font-weight: 700; font-variant-numeric: tabular-nums;
  font-size: clamp(42px, 8vw, 64px); line-height: 1; color: #fff; display: inline-flex; align-items: baseline;
  text-shadow: 0 6px 30px rgba(0,0,0,.35); margin: 4px 0 14px; }
.odometer__currency { font-size: .62em; margin-right: 4px; color: rgba(255,255,255,.85); }
.calc__panel-note { color: rgba(255,255,255,.85); font-size: 14.5px; margin-bottom: 18px; max-width: 30ch; }
.disclaimer { text-align: center; color: var(--muted-2); font-size: 12.5px; max-width: 72ch; margin: 28px auto 0; line-height: 1.5; }

/* ---------- Marquee ---------- */
.marquee { padding: 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.015); }
.marquee__track { display: flex; align-items: center; gap: 20px; white-space: nowrap; padding: 16px 0;
  width: max-content; animation: scroll 42s linear infinite; font-size: 14px; font-weight: 600;
  color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.marquee__track i { color: var(--blue); font-style: normal; font-size: 18px; line-height: 1; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.about__media { position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line-2); box-shadow: 0 40px 90px -50px rgba(0,0,0,.9); }
.about__media img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.about__tag { position: absolute; top: 14px; left: 14px; display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 600; background: rgba(7,9,14,.6); border: 1px solid var(--line-2);
  padding: 7px 12px; border-radius: 999px; backdrop-filter: blur(6px); }
.about__name { position: absolute; bottom: 16px; left: 16px; display: flex; flex-direction: column;
  line-height: 1.25; text-shadow: 0 2px 14px rgba(0,0,0,.85); }
.about__name strong { font-family: var(--head); font-size: 22px; font-weight: 800; }
.about__name span { font-size: 13px; color: var(--blue-lt); font-weight: 600; }
.about__copy p { color: var(--muted); margin-bottom: 16px; }
.about__copy .btn { margin-top: 12px; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin: 6px auto 56px; max-width: 840px; }
.stat { text-align: center; background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 26px 12px; }
.stat__num { display: block; font-family: var(--mono); font-weight: 700; font-variant-numeric: tabular-nums;
  font-size: clamp(26px, 4vw, 40px); color: var(--blue); line-height: 1; }
.stat__label { font-size: 13px; color: var(--muted); margin-top: 8px; font-weight: 600; }

/* ---------- Phone carousel (results) ---------- */
.results-marquee { overflow-x: auto; overflow-y: hidden; padding: 10px 0 24px; position: relative;
  scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.results-marquee::-webkit-scrollbar { display: none; }
/* Auto-scroll is driven by JS (scrollLeft) so we never composite one giant
   layer — this avoids iOS Safari's max-texture-size limit blanking the row. */
.results-track { display: flex; width: max-content; padding: 6px 0; }
.results__hint { text-align: center; color: var(--muted-2); font-size: 13.5px; margin-top: 6px; }

.phone { flex: 0 0 270px; aspect-ratio: 9/19.3; margin-right: 22px;
  border-radius: 38px; padding: 7px; background: linear-gradient(160deg, #2a2e38, #0a0c12);
  border: 1px solid var(--line-2); box-shadow: 0 36px 70px -34px rgba(0,0,0,.95),
    inset 0 0 0 2px rgba(255,255,255,.04); position: relative; user-select: none; }
.phone__screen { width: 100%; height: 100%; border-radius: 31px; overflow: hidden; position: relative; background: #0c0a14; }
.phone__screen img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---- Telegram chat screenshot ---- */
.tgx { height: 100%; display: flex; flex-direction: column;
  background:
    radial-gradient(circle at 20% 18%, rgba(124,92,255,.10), transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(44,127,255,.10), transparent 42%),
    #0c0a14; }
.tgx__status { display: flex; justify-content: space-between; align-items: center;
  padding: 11px 18px 4px; font-size: 12px; font-weight: 700; color: #fff; }
.tgx__status .ico { display: inline-flex; gap: 4px; align-items: center; font-weight: 600; font-size: 10px; opacity: .95; }
.tgx__status .batt { padding: 1px 5px; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; font-size: 9px; }
.tgx__header { display: flex; align-items: center; gap: 8px; padding: 6px 12px 10px;
  background: rgba(20,18,28,.6); border-bottom: 1px solid rgba(255,255,255,.05); }
.tgx__back { display: flex; align-items: center; gap: 4px; color: #4aa3ff; font-size: 12px; flex: none; }
.tgx__count { background: #2c7fff; color: #fff; border-radius: 999px; padding: 1px 7px; font-size: 10px; font-weight: 700; }
.tgx__who { flex: 1; text-align: center; line-height: 1.15; }
.tgx__who b { font-size: 13px; font-weight: 700; color: #fff; display: block; }
.tgx__who small { font-size: 10px; color: #7d8a99; }
.tgx__av { width: 32px; height: 32px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-family: var(--head); font-weight: 800; font-size: 11px; color: #fff; }
.tgx__chat { flex: 1; padding: 8px 10px 6px; display: flex; flex-direction: column; gap: 7px; overflow: hidden; }
.tgx__today { align-self: center; background: rgba(0,0,0,.35); color: #cdd6e0; font-size: 9.5px; font-weight: 600;
  padding: 2px 10px; border-radius: 999px; }
.tgx__in, .tgx__out { max-width: 84%; padding: 7px 10px; font-size: 11.5px; line-height: 1.35; position: relative; }
.tgx__in { align-self: flex-start; background: rgba(38,34,52,.92); color: #eef1f6; border-radius: 12px 12px 12px 3px; }
.tgx__out { align-self: flex-end; color: #fff; border-radius: 12px 12px 3px 12px;
  background: linear-gradient(135deg, #8a6bff, #5b7cff); box-shadow: 0 4px 12px -4px rgba(91,124,255,.6); }
.tgx__t { font-size: 8.5px; opacity: .7; margin-left: 6px; }
.tgx__sticker { align-self: flex-end; font-size: 40px; line-height: 1; margin: 2px 2px 0; }
.tgx__in--sticker { background: none; padding: 0; font-size: 34px; align-self: flex-start; }

/* embedded MT5 account screenshot */
.acct { align-self: flex-start; width: 84%; background: #12121a; border: 1px solid rgba(255,255,255,.08);
  border-radius: 11px; overflow: hidden; font-family: var(--mono); }
.acct__bar { display: flex; justify-content: space-between; padding: 4px 8px; font-size: 8px; color: #aeb6c2;
  background: rgba(255,255,255,.03); }
.acct__tabs { display: flex; gap: 6px; padding: 5px 8px; font-size: 8.5px; color: #8a93a3; border-bottom: 1px solid rgba(255,255,255,.05); }
.acct__tabs b { color: #fff; background: rgba(255,255,255,.1); padding: 1px 6px; border-radius: 5px; }
.acct__rows { padding: 4px 8px; display: flex; flex-direction: column; gap: 4px; }
.acct__row { display: flex; justify-content: space-between; font-size: 8.5px; }
.acct__row .sym { color: #e7ebf2; font-weight: 700; }
.acct__row .sym .sl { color: #ff6b6b; } .acct__row .sym .bu { color: #4aa3ff; }
.acct__row .pnl { color: #2ea7ff; font-weight: 700; }
.acct__sum { border-top: 1px solid rgba(255,255,255,.08); padding: 5px 8px; display: flex; flex-direction: column; gap: 2px; }
.acct__sum div { display: flex; justify-content: space-between; font-size: 8.5px; color: #9aa3b2; }
.acct__sum div b { color: #fff; }
.acct__sum .profit b { color: #2ea7ff; }
.acct__nav { display: flex; justify-content: space-around; padding: 5px 4px; border-top: 1px solid rgba(255,255,255,.06);
  font-size: 11px; color: #5a6477; }
.tgx__input { display: flex; align-items: center; gap: 8px; padding: 7px 12px 11px; background: rgba(20,18,28,.7);
  color: #6b7283; font-size: 11px; }
.tgx__input .bar { flex: 1; background: rgba(255,255,255,.06); border-radius: 999px; padding: 6px 12px; }

/* ---------- Features ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px; transition: border-color .2s ease, transform .2s ease; }
.feature:hover { border-color: var(--blue-deep); transform: translateY(-3px); }
.feature__icon { font-size: 25px; width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
  background: rgba(44,127,255,.12); border: 1px solid rgba(44,127,255,.25); margin-bottom: 18px; }
.feature h3 { font-family: var(--head); font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 15.5px; }

/* ---------- Testimonials ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.review { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.review__head { display: flex; align-items: center; gap: 12px; }
.review__avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--head); font-weight: 800; color: #fff; font-size: 17px; flex: none; }
.review__name { font-weight: 700; font-size: 15px; }
.review__name small { display: block; color: var(--muted); font-weight: 500; font-size: 12.5px; }
.review__stars { color: var(--blue); font-size: 14px; letter-spacing: 2px; }
.review__text { color: var(--text); font-size: 15px; line-height: 1.55; flex: 1; }
.review__foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line);
  padding-top: 12px; font-size: 13px; color: var(--muted); }
.review__pnl { color: var(--green); font-weight: 800; font-family: var(--mono); }

/* ---------- Steps ---------- */
.step-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 24px; position: relative; }
.step__num { font-family: var(--mono); font-size: 40px; font-weight: 700; color: transparent;
  -webkit-text-stroke: 1.4px var(--blue-deep); display: block; margin-bottom: 14px; }
.step h3 { font-family: var(--head); font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15px; }

/* ---------- VIP ---------- */
.vip__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center;
  background: linear-gradient(180deg, rgba(44,127,255,.08), rgba(44,127,255,.02));
  border: 1px solid rgba(44,127,255,.2); border-radius: var(--radius); padding: 44px; }
.vip__copy p { color: var(--muted); margin-bottom: 22px; }
.vip__list { list-style: none; display: grid; gap: 12px; margin-bottom: 28px; }
.vip__list li { position: relative; padding-left: 32px; font-weight: 500; }
.vip__list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 22px; height: 22px;
  border-radius: 50%; display: grid; place-items: center; background: rgba(44,127,255,.18); color: var(--blue-lt);
  font-size: 12px; font-weight: 800; border: 1px solid rgba(44,127,255,.4); }
.vip__media { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2);
  box-shadow: 0 40px 90px -50px rgba(0,0,0,.9); }
.vip__media img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }

/* ---------- FAQ ---------- */
.faq__list { display: grid; gap: 12px; }
.faq__item { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line);
  border-radius: var(--radius-sm); overflow: hidden; }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 22px; font-weight: 700; font-size: 16.5px;
  font-family: var(--head); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 24px; color: var(--blue); font-weight: 400;
  transition: transform .2s ease; line-height: 1; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__body { padding: 0 22px 20px; color: var(--muted); }
.faq__body p { font-size: 15.5px; }

/* ---------- Final CTA ---------- */
.final { overflow: hidden; }
.final__glow { position: absolute; inset: auto -10% -40% -10%; height: 520px;
  background: radial-gradient(50% 60% at 50% 100%, rgba(44,127,255,.25), transparent 70%);
  filter: blur(14px); pointer-events: none; }
.final__title { font-family: var(--head); font-size: clamp(30px, 5.5vw, 56px); font-weight: 800;
  letter-spacing: -.03em; line-height: 1.06; margin-bottom: 20px; }
.final__sub { color: var(--muted); font-size: 18px; max-width: 58ch; margin: 0 auto 34px; }
.final__stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 44px; margin-top: 42px; }
.final__stats div { display: flex; flex-direction: column; }
.final__stats strong { font-family: var(--mono); font-size: 26px; color: var(--blue); font-weight: 700; }
.final__stats span { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* ---------- Footer ---------- */
.footer { padding: 54px 0 40px; border-top: 1px solid var(--line); background: var(--bg-2); }
.footer__grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap;
  padding-bottom: 30px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.footer__brand { display: flex; align-items: center; gap: 9px; font-family: var(--head); font-weight: 800;
  font-size: 17px; margin-bottom: 12px; }
.footer__tag { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 22px; align-content: flex-start; }
.footer__links a { font-size: 14px; color: var(--muted); transition: color .15s ease; }
.footer__links a:hover { color: var(--text); }
.footer__disc { color: var(--muted-2); font-size: 12.5px; max-width: 90ch; line-height: 1.6; margin-bottom: 14px; }
.footer__copy { color: var(--muted-2); font-size: 12.5px; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .nav__links { display: none; }
  .about__grid, .vip__grid { grid-template-columns: 1fr; gap: 38px; }
  .about__media { max-width: 420px; margin: 0 auto; }
  .calc__card { grid-template-columns: 1fr; }
  .feature-grid, .review-grid, .step-grid { grid-template-columns: repeat(2,1fr); }
  .section-title--left, .section-lead--left { text-align: center; margin-left: auto; margin-right: auto; }
  .about__copy .kicker, .features .kicker, .vip .kicker { display: block; text-align: center; }
  .vip__copy, .about__copy { text-align: center; }
  .vip__list { display: inline-grid; text-align: left; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  section { padding: 70px 0; }
  .nav__brand { font-size: 14px; gap: 7px; }
  .nav__logo { height: 32px; }
  .nav__inner { gap: 10px; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .feature-grid, .review-grid, .step-grid { grid-template-columns: 1fr; }
  .vip__grid { padding: 28px 22px; }
  .calc__inputs, .calc__panel { padding: 26px 20px; }
  .btn--lg, .btn--xl { width: 100%; }
  .final__stats { gap: 26px; }
  .phone { flex-basis: 248px; }
}
