  :root {
    --navy: #0E1F3F;
    --navy-deep: #091530;
    --navy-700: #142a55;
    --green: #21D89A;
    --green-700: #14b07a;
    --green-800: #0d9463;
    --green-900: #0a7a52;
    --ink: #0E1F3F;
    --muted: #5d6b85;
    --muted-dark: #8fa0bd;
    --cream: #faf7f2;
    --bg: #ffffff;
    --soft: #f4f7fb;
    --border: #e3e8f1;
    --danger: #ef4444;
    --shadow: 0 10px 40px rgba(14, 31, 63, 0.08);
  }
  * { box-sizing: border-box; }
  @media (prefers-reduced-motion: no-preference) {
    html { scroll-behavior: smooth; }
  }
  html, body { margin: 0; padding: 0; }
  body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--ink); background: var(--bg); line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }
  .container { max-width: 1040px; margin: 0 auto; padding: 0 24px; }

  /* ---- Dark hero + form ---- */
  .dark {
    background:
      radial-gradient(70% 60% at 50% 0%, rgba(33, 216, 154, 0.10), transparent 60%),
      linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
    color: #fff;
    padding: 34px 0 72px;
  }
  .top-logo { text-align: center; margin-bottom: 30px; }
  .top-logo .logo-text { font-weight: 800; font-size: 21px; letter-spacing: -0.02em; text-decoration: none; }
  .top-logo .w { color: #fff; }
  .top-logo .g { color: var(--green); }

  .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(33, 216, 154, 0.10); color: var(--green);
    border: 1px solid rgba(33, 216, 154, 0.35);
    padding: 7px 14px; border-radius: 999px; font-weight: 700; font-size: 12px;
    letter-spacing: 0.06em; text-transform: uppercase;
  }
  .eyebrow .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 4px rgba(33,216,154,0.15); }
  .hero-head { text-align: center; }
  h1 {
    font-size: clamp(30px, 4.6vw, 50px); line-height: 1.08; letter-spacing: -0.025em;
    margin: 20px auto 14px; font-weight: 800; max-width: 860px;
  }
  h1 .accent { color: var(--green); }
  .hero-sub { color: var(--muted-dark); font-size: 17px; margin: 0 auto 30px; max-width: 640px; text-align: center; }

  .vsl-wrap { max-width: 860px; margin: 0 auto; }
  .vsl {
    position: relative; border-radius: 16px; overflow: hidden;
    background: #05101f;
    box-shadow: 0 20px 60px rgba(0,0,0,0.45), 0 0 46px rgba(33, 216, 154, 0.14);
    border: 1px solid rgba(33, 216, 154, 0.28);
  }
  .vsl video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }

  /* Branded cover shown until the visitor taps play */
  .vsl-cover {
    position: absolute; inset: 0; z-index: 2; cursor: pointer;
    display: grid; place-items: center; text-align: center;
    background:
      radial-gradient(70% 90% at 50% 10%, rgba(33, 216, 154, 0.12), transparent 60%),
      linear-gradient(165deg, #0c1f40 0%, #05101f 100%);
  }
  .vsl.playing .vsl-cover { display: none; }
  .cov-inner { padding: 26px; }
  .cov-label {
    color: var(--green); font-size: 12px; font-weight: 800;
    letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px;
  }
  .play-ring {
    width: 76px; height: 76px; border-radius: 999px; margin: 0 auto 18px;
    background: var(--green); display: grid; place-items: center;
    box-shadow: 0 0 0 10px rgba(33, 216, 154, 0.14), 0 12px 34px rgba(33, 216, 154, 0.35);
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .vsl-cover:hover .play-ring {
    transform: scale(1.06);
    box-shadow: 0 0 0 14px rgba(33, 216, 154, 0.18), 0 12px 34px rgba(33, 216, 154, 0.45);
  }
  .play-ring .tri {
    width: 0; height: 0; margin-left: 6px;
    border-style: solid; border-width: 13px 0 13px 22px;
    border-color: transparent transparent transparent var(--navy-deep);
  }
  .cov-title { color: #fff; font-size: clamp(19px, 2.6vw, 26px); font-weight: 800; letter-spacing: -0.01em; max-width: 520px; margin: 0 auto; }
  .cov-title .accent { color: var(--green); }
  .cov-meta { color: var(--muted-dark); font-size: 13.5px; font-weight: 600; margin-top: 10px; }

  /* FAQ video cards: designed thumbnails in the brand, video swaps in on tap */
  .faq-vid {
    border-radius: 14px; overflow: hidden; background: #05101f;
    border: 1px solid rgba(33, 216, 154, 0.22);
    box-shadow: 0 14px 40px rgba(14, 31, 63, 0.25);
  }
  .faq-vid video { display: block; width: 100%; aspect-ratio: 16/9; }
  .faq-vid .thumb {
    position: relative; aspect-ratio: 16/9; cursor: default;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 14px; padding: 22px 26px; text-align: center;
    background:
      radial-gradient(80% 100% at 50% 0%, rgba(33, 216, 154, 0.10), transparent 55%),
      linear-gradient(165deg, #0c1f40 0%, #05101f 100%);
  }
  .faq-vid .thumb.playable { cursor: pointer; }
  .faq-vid .fpill {
    display: inline-flex; align-items: center;
    border: 1px solid rgba(33, 216, 154, 0.4); color: var(--green);
    font-size: 10.5px; font-weight: 800; letter-spacing: 0.16em;
    padding: 4px 10px; border-radius: 999px;
  }
  .faq-vid .fq { color: #fff; font-size: clamp(16px, 1.8vw, 19px); font-weight: 800; letter-spacing: -0.01em; line-height: 1.3; }
  .faq-vid .fq .accent { color: var(--green); }
  .faq-vid .fplay {
    width: 44px; height: 44px; border-radius: 999px; background: var(--green);
    display: grid; place-items: center; box-shadow: 0 8px 22px rgba(33, 216, 154, 0.35);
    transition: transform .15s ease;
  }
  .faq-vid .thumb.playable:hover .fplay { transform: scale(1.08); }
  .faq-vid .fplay .tri {
    width: 0; height: 0; margin-left: 4px;
    border-style: solid; border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent var(--navy-deep);
  }
  .faq-vid .wm {
    position: absolute; bottom: 10px; left: 0; right: 0;
    color: #44557a; font-size: 9.5px; font-weight: 800; letter-spacing: 0.3em;
  }

  /* Talent cards: tag + name over the clip; silhouette placeholders in preview */
  .talent-card .tg {
    position: absolute; left: 10px; top: 10px;
    background: rgba(9, 21, 48, 0.75); color: var(--green);
    font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em;
    padding: 4px 9px; border-radius: 999px; pointer-events: none;
  }
  .talent-card.ph {
    display: grid; place-items: center; aspect-ratio: 9/16;
    background:
      radial-gradient(80% 60% at 50% 20%, rgba(33, 216, 154, 0.08), transparent 60%),
      linear-gradient(165deg, #0c1f40 0%, #05101f 100%);
    border: 1px dashed rgba(33, 216, 154, 0.3);
  }
  .talent-card.ph .sil {
    width: 72px; height: 72px; border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
  }
  .talent-card.ph .sil::after {
    content: ""; position: absolute; top: 82px; left: 50%; transform: translateX(-50%);
    width: 120px; height: 70px; border-radius: 60px 60px 0 0;
    background: rgba(255, 255, 255, 0.08);
  }
  .ticks {
    display: flex; justify-content: center; gap: 26px; flex-wrap: wrap;
    margin: 20px 0 0; font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em;
    color: #d7e0ef; text-transform: uppercase;
  }
  .ticks span { display: inline-flex; align-items: center; gap: 7px; }
  .ticks svg { width: 15px; height: 15px; color: var(--green); }

  .form-lead { text-align: center; margin: 56px 0 22px; }
  .form-lead h2 { margin: 0 0 6px; font-size: clamp(20px, 2.6vw, 26px); letter-spacing: 0.01em; font-weight: 800; text-transform: uppercase; }
  .form-lead p { margin: 0; color: var(--green); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }

  /* ---- Survey card ---- */
  .survey {
    max-width: 620px; margin: 0 auto; background: #fff; color: var(--ink);
    border-radius: 18px; box-shadow: 0 24px 70px rgba(0,0,0,0.35); overflow: hidden;
  }
  .survey-body { padding: 30px 32px 26px; }
  .q-label { font-weight: 800; font-size: 18px; letter-spacing: -0.01em; margin: 0 0 16px; }
  .q-hint { margin: -8px 0 14px; font-size: 13.5px; color: var(--muted); }
  .opts { display: grid; gap: 10px; }
  .opt {
    display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
    background: #fff; color: var(--ink); font-family: inherit;
    border: 1.5px solid var(--border); border-radius: 12px;
    padding: 13px 16px; cursor: pointer; font-size: 15px; font-weight: 600;
    transition: border-color .12s, background .12s;
  }
  .opt:focus-visible { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(33,216,154,0.25); }
  .opt:hover { border-color: var(--green); background: #f4fdf9; }
  .opt.sel { border-color: var(--green); background: #e9fbf3; }
  .opt .radio {
    width: 18px; height: 18px; border-radius: 999px; border: 2px solid #c9d3e4; flex-shrink: 0;
    display: grid; place-items: center;
  }
  .opt.sel .radio { border-color: var(--green-700); }
  .opt.sel .radio::after { content: ""; width: 9px; height: 9px; border-radius: 999px; background: var(--green-700); }
  .fields { display: grid; gap: 14px; }
  .field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
  .field input {
    width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: 10px;
    font: inherit; font-size: 15px; color: var(--ink); background: #fff;
  }
  .field input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(33,216,154,0.15); }
  .hp { position: absolute; left: -9999px; top: -9999px; }
  .survey-foot {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 32px; background: var(--soft); border-top: 1px solid var(--border);
  }
  .progress { font-size: 13px; color: var(--muted); font-weight: 600; }
  .nav-btns { display: flex; gap: 10px; }
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    border: 0; border-radius: 999px; cursor: pointer; font: inherit; font-weight: 700;
    padding: 12px 26px; font-size: 15px; text-decoration: none;
    transition: background-color .15s ease, color .15s ease, box-shadow .15s ease;
  }
  .btn-green { background: var(--green); color: var(--navy-deep); }
  .btn-green:hover { background: var(--green-700); color: #fff; }
  .btn-green:disabled { opacity: 0.45; cursor: not-allowed; }
  .btn-ghost { background: transparent; color: var(--muted); padding-left: 12px; padding-right: 12px; }
  .btn-ghost:hover { color: var(--navy); }
  .form-error { color: var(--danger); font-size: 14px; font-weight: 600; margin: 12px 0 0; display: none; }

  /* ---- Light sections ---- */
  .section { padding: 68px 0; }
  .section.alt { background: var(--cream); }
  .sec-label {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    color: var(--green-900); font-weight: 800; font-size: 12.5px; letter-spacing: 0.12em;
    text-transform: uppercase; margin-bottom: 10px;
  }
  .sec-label .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--green); }
  .sec-title { font-size: clamp(26px, 3.6vw, 38px); letter-spacing: -0.02em; margin: 0 0 12px; font-weight: 800; text-align: center; }
  .sec-title .accent { color: var(--green-800); }
  .sec-sub { color: var(--muted); font-size: 16.5px; margin: 0 auto 36px; max-width: 620px; text-align: center; }

  /* Talent carousel */
  .talent-row {
    display: flex; gap: 16px; overflow-x: auto; padding: 4px 4px 14px;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  }
  .talent-card {
    flex: 0 0 190px; scroll-snap-align: start; border-radius: 14px; overflow: hidden;
    position: relative; background: #05101f; box-shadow: var(--shadow);
  }
  .talent-card video { display: block; width: 100%; aspect-ratio: 9/16; object-fit: cover; }
  .talent-card .nm {
    position: absolute; left: 12px; bottom: 10px; color: #fff; font-weight: 700; font-size: 14px;
    text-shadow: 0 1px 6px rgba(0,0,0,0.7); pointer-events: none;
  }
  .talent-note { text-align: center; font-size: 17px; margin: 22px 0 26px; }
  .talent-note strong { color: var(--green-700); }

  .cta-center { text-align: center; }
  .btn-cta {
    background: var(--navy); color: #fff; padding: 15px 34px; font-size: 16px;
    box-shadow: 0 12px 30px rgba(14,31,63,0.25);
  }
  .btn-cta:hover { background: var(--navy-700); }

  /* Maths */
  .maths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 860px; margin: 0 auto; }
  .price-card { border-radius: 18px; padding: 28px 30px; text-align: center; }
  .price-card .tag { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
  .price-card .amount { font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -0.02em; }
  .price-card .per { font-size: 14px; font-weight: 600; color: var(--muted); }
  .price-card p { font-size: 14.5px; color: var(--muted); margin: 12px 0 0; }
  .pc-local { background: #fff; border: 1px solid var(--border); }
  .pc-local .tag { color: #c2410c; }
  .pc-ours { background: var(--navy); color: #fff; box-shadow: var(--shadow); border: 1px solid rgba(33,216,154,0.4); }
  .pc-ours .tag { color: var(--green); }
  .pc-ours .per, .pc-ours p { color: #c6d2e6; }
  .maths-close { text-align: center; max-width: 640px; margin: 30px auto 0; }
  .maths-close .note { color: var(--muted); font-size: 16px; margin: 0; }
  .maths-close .q { font-size: clamp(19px, 2.4vw, 23px); font-weight: 800; letter-spacing: -0.01em; margin: 10px 0 0; }

  /* Risk */
  .risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 860px; margin: 0 auto; }
  .risk-card { border-radius: 18px; padding: 26px 28px; background: #fff; border: 1px solid var(--border); }
  .risk-card.good { border: 1.5px solid rgba(33,216,154,0.5); background: #f4fdf9; }
  .risk-card h3 { margin: 0 0 16px; font-size: 14px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
  .risk-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
  .risk-card li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
  .risk-card li svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 3px; }
  .risk-card.bad li svg { color: #c2410c; }
  .risk-card.good li svg { color: var(--green-700); }
  .guarantee {
    max-width: 860px; margin: 20px auto 0; border-radius: 16px; padding: 22px 28px;
    background: #f4fdf9; border: 1.5px solid rgba(33, 216, 154, 0.5); font-size: 15.5px; text-align: center;
  }
  .guarantee strong { color: var(--navy); }

  /* Proof stats */
  .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 760px; margin: 0 auto; }
  .stat-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px 20px; text-align: center; }
  .stat-card .num { font-size: 30px; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; }
  .stat-card .num.g { color: var(--green-700); }
  .stat-card .lbl { font-size: 13.5px; color: var(--muted); font-weight: 600; margin-top: 4px; }

  /* FAQ */
  .faq { max-width: 720px; margin: 36px auto 0; border-top: 1px solid var(--border); }
  .faq-item { border-bottom: 1px solid var(--border); }
  .faq-q {
    width: 100%; background: none; border: 0; cursor: pointer; font: inherit;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 20px 4px; font-size: 17px; font-weight: 700; color: var(--ink); text-align: left;
  }
  .faq-q .pm { color: var(--green-700); font-size: 22px; font-weight: 700; line-height: 1; flex-shrink: 0; }
  .faq-a { display: none; padding: 0 4px 20px; color: var(--muted); font-size: 15.5px; }
  .faq-item.open .faq-a { display: block; }

  /* Final push */
  .final { text-align: center; max-width: 680px; margin: 0 auto; }
  .final p { font-size: 17px; color: var(--muted); margin: 0 0 28px; }

  footer.compliance {
    background: var(--navy-deep); color: #7f8db0; padding: 44px 0 50px;
    font-size: 12.5px; text-align: center; line-height: 1.7;
  }
  footer.compliance p { max-width: 620px; margin: 0 auto 14px; }
  footer.compliance a { color: #aab8d8; }

  .hidden { display: none !important; }
  @media (max-width: 720px) {
    .maths-grid, .risk-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; max-width: 380px; }
    .survey-body { padding: 24px 20px 20px; }
    .survey-foot { padding: 14px 20px; }
  }
  @media (max-width: 480px) {
    .eyebrow { font-size: 11px; letter-spacing: 0.04em; padding: 6px 12px; }
    .ticks { flex-direction: column; align-items: center; row-gap: 10px; }
  }

  /* SMS consent notice: required evidence for A2P 10DLC campaign approval */
  .consent {
    margin: 16px 0 0; padding: 12px 14px; border-radius: 10px;
    background: var(--soft); border: 1px solid var(--border);
    font-size: 12.5px; line-height: 1.5; color: var(--muted);
  }
  .consent label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
  .consent input { margin-top: 2px; flex-shrink: 0; width: 16px; height: 16px; accent-color: var(--green-700); }
  .consent a { color: var(--navy); }

  /* Client result cards */
  .results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; max-width: 960px; margin: 0 auto; }
  .result-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
  .result-card video { display: block; width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #05101f; max-height: 340px; }
  .rc-body { padding: 22px 24px; }
  .rc-head { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; color: var(--green-900); margin-bottom: 8px; }
  .rc-detail { margin: 0 0 14px; color: var(--muted); font-size: 14.5px; }
  .rc-name { font-weight: 800; font-size: 14px; }
  .rc-co { color: var(--muted); font-size: 13px; }
