
    :root {
      --bg: #071426;
      --bg-alt: #0d1d33;
      --surface: #10233F;
      --surface-2: #132845;
      --line: rgba(137, 180, 255, 0.16);
      --line-strong: rgba(137, 180, 255, 0.32);
      --text: #F4F7FB;
      --text-soft: #C9D5E6;
      --text-muted: #9EB0C9;
      --accent: #2F7CF6;
      --accent-hover: #2469d8;
      --accent-soft: rgba(47, 124, 246, 0.12);
      --support: #89B4FF;
      --success: #1E8E6A;
      --success-soft: rgba(30, 142, 106, 0.14);
      --danger: #D85B6B;
      --danger-soft: rgba(216, 91, 107, 0.12);
      --light: #F4F7FB;
      --light-surface: #EEF3F9;
      --light-line: #D8E2F0;
      --dark-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
      --radius-lg: 24px;
      --radius-md: 18px;
      --radius-sm: 12px;
      --container: 1180px;
      --copy: 760px;
      --header-h: 82px;
      --glow-shadow: 0 14px 34px rgba(47, 124, 246, 0.22);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(880px 440px at 84% -6%, rgba(47,124,246,0.16), transparent 58%),
        radial-gradient(620px 320px at 8% 10%, rgba(137,180,255,0.10), transparent 56%),
        radial-gradient(700px 360px at 50% 40%, rgba(47,124,246,0.06), transparent 60%),
        radial-gradient(500px 300px at 20% 80%, rgba(137,180,255,0.05), transparent 55%),
        radial-gradient(600px 280px at 90% 60%, rgba(47,124,246,0.07), transparent 58%),
        linear-gradient(180deg, #071426 0%, #09172A 100%);
      background-attachment: fixed;
      color: var(--text);
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea, select { font: inherit; }
    button { cursor: pointer; }

    .container {
      width: min(calc(100% - 32px), var(--container));
      margin: 0 auto;
    }

    .copy-wrap {
      width: min(100%, var(--copy));
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.04);
      border: 1px solid var(--line);
      color: var(--support);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.01em;
    }

    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: none;
    }

    .section {
      padding: 96px 0;
      position: relative;
      overflow: hidden;
    }

    .section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(560px 240px at 80% 10%, rgba(47,124,246,0.08), transparent 60%),
        radial-gradient(400px 200px at 10% 80%, rgba(137,180,255,0.05), transparent 55%);
      pointer-events: none;
    }

    .section.compact { padding: 72px 0; }
    .section.tight { padding: 52px 0; }

    .section-light {
      background: transparent;
      color: var(--text);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .section-light::before {
      background:
        radial-gradient(560px 260px at 20% 15%, rgba(47,124,246,0.14), transparent 58%),
        radial-gradient(440px 220px at 78% 70%, rgba(137,180,255,0.08), transparent 55%);
    }

    .section-surface {
      background: transparent;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .section-surface::before {
      background:
        radial-gradient(520px 240px at 15% 20%, rgba(47,124,246,0.12), transparent 58%),
        radial-gradient(560px 280px at 85% 65%, rgba(137,180,255,0.08), transparent 55%);
    }

    .section-title {
      font-size: clamp(30px, 4vw, 42px);
      line-height: 1.08;
      letter-spacing: -0.04em;
      margin: 0 0 18px;
      font-weight: 800;
    }

    .section-intro {
      max-width: 780px;
      color: inherit;
      opacity: 0.92;
      font-size: clamp(18px, 2vw, 20px);
      margin: 0 0 36px;
    }

    .muted {
      color: var(--text-soft);
    }

    .section-light .muted,
    .section-light .meta,
    .section-light .section-intro {
      color: var(--text-soft);
    }

    .meta {
      color: var(--text-muted);
      font-size: 15px;
      margin: 0;
    }

    .header {
      position: relative;
      z-index: 60;
      background: #071426;
      border-bottom: 1px solid var(--line);
      overflow: visible;
    }

    .header .container {
      overflow: visible;
    }

    .header-inner {
      min-height: var(--header-h);
      padding: 12px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      overflow: visible;
    }

    .brand {
      display: flex;
      align-items: center;
      flex-shrink: 0;
    }

    .brand img {
      height: 58px;
      width: auto;
      display: block;
      flex-shrink: 0;
    }

    .header-cta {
      flex-shrink: 1;
      min-width: 0;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 0;
      border-radius: 14px;
      min-height: 52px;
      padding: 0 22px;
      font-weight: 700;
      letter-spacing: 0.01em;
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
      will-change: transform;
    }

    .btn:hover { transform: translateY(-1px); }

    .btn:focus-visible,
    .link-btn:focus-visible,
    .input:focus,
    .textarea:focus,
    .accordion-trigger:focus-visible {
      outline: 2px solid var(--support);
      outline-offset: 2px;
    }

    .btn-primary {
      background: linear-gradient(180deg, #3D89FF 0%, var(--accent) 100%);
      color: #fff;
      box-shadow: var(--glow-shadow);
    }

    .btn-primary:hover { background: linear-gradient(180deg, #4A92FF 0%, var(--accent-hover) 100%); }

    .btn-secondary {
      color: var(--text);
      background: rgba(255,255,255,0.03);
      border: 1px solid var(--line-strong);
    }

    .section-light .btn-secondary {
      color: var(--text);
      border-color: var(--line-strong);
    }

    .link-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--support);
      font-weight: 600;
    }

    .hero {
      padding: 58px 0 88px;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(560px 220px at 86% 4%, rgba(47,124,246,0.10), transparent 62%);
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
      gap: 36px;
      align-items: stretch;
    }

    .hero-title {
      font-size: clamp(42px, 6vw, 70px);
      line-height: 0.98;
      letter-spacing: -0.06em;
      margin: 20px 0 20px;
      font-weight: 780;
      max-width: 12ch;
    }

    .hero-title .accent {
      color: var(--text);
    }

    .headline-break {
      display: block;
    }

    .hero-sub {
      color: var(--text-soft);
      font-size: clamp(18px, 2.3vw, 22px);
      max-width: 720px;
      margin: 0 0 24px;
    }

    .hero-trust {
      margin: 0 0 28px;
      padding: 18px 20px;
      border-radius: 16px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(16,35,63,0.5) 0%, rgba(11,26,48,0.6) 100%);
      color: var(--text-soft);
      font-size: 16px;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin: 0 0 28px;
    }

    .trust-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .trust-list li {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      color: var(--text-soft);
    }

    .trust-list li::before {
      content: "✓";
      font-weight: 800;
      color: var(--success);
      margin-top: 1px;
    }

    .hero-card {
      height: 100%;
      background: linear-gradient(180deg, #10243f 0%, #0a1829 100%);
      border: 1px solid var(--line-strong);
      border-radius: 30px;
      padding: 28px;
      box-shadow: 0 24px 64px rgba(0,0,0,0.34);
      position: relative;
      overflow: hidden;
    }

    .hero-card::after {
      content: "";
      position: absolute;
      inset: auto -10% -30% auto;
      width: 240px;
      height: 240px;
      background: radial-gradient(circle, rgba(47,124,246,0.16), transparent 62%);
      pointer-events: none;
    }

    .hero-card-title {
      margin: 0 0 18px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--support);
      font-weight: 700;
    }

    .hero-card-stack {
      display: grid;
      gap: 14px;
    }

    .signal-card {
      background: linear-gradient(180deg, rgba(16,35,63,0.6) 0%, rgba(11,26,48,0.7) 100%);
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 18px 18px 16px;
    }

    .signal-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--text-muted);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .signal-label::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--support);
    }

    .signal-value {
      font-size: clamp(20px, 3vw, 30px);
      line-height: 1.1;
      font-weight: 800;
      margin: 0 0 8px;
      letter-spacing: -0.03em;
    }

    .signal-copy {
      color: var(--text-soft);
      font-size: 15px;
      margin: 0;
    }

    .pain-grid,
    .deliverables-grid,
    .fit-grid,
    .faq-grid,
    .trust-grid,
    .results-grid {
      display: grid;
      gap: 20px;
    }

    .pain-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .results-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deliverables-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fit-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .card {
      border-radius: 22px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(16,35,63,0.7) 0%, rgba(11,26,48,0.8) 100%);
      box-shadow: 0 18px 48px rgba(0,0,0,0.22);
      padding: 24px;
    }

    .section-light .card {
      background: linear-gradient(180deg, rgba(16,35,63,0.65) 0%, rgba(11,26,48,0.75) 100%);
      border-color: var(--line);
      box-shadow: 0 18px 48px rgba(0,0,0,0.22);
    }

    .card h3 {
      margin: 0 0 12px;
      font-size: 22px;
      line-height: 1.12;
      letter-spacing: -0.03em;
    }

    .card p {
      margin: 0;
      color: inherit;
      opacity: 0.92;
    }

    .pill {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 0 12px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .pill-blue {
      color: var(--support);
      background: rgba(47,124,246,0.1);
      border: 1px solid rgba(137,180,255,0.2);
    }

    .pill-green {
      color: var(--success);
      background: var(--success-soft);
      border: 1px solid rgba(30,142,106,0.25);
    }

    .pill-red {
      color: var(--danger);
      background: var(--danger-soft);
      border: 1px solid rgba(216,91,107,0.25);
    }

    .impact-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 24px;
    }

    .impact-card {
      background: linear-gradient(180deg, rgba(16,35,63,0.7) 0%, rgba(11,26,48,0.8) 100%);
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 22px;
      box-shadow: 0 14px 36px rgba(0,0,0,0.20);
    }

    .impact-card strong {
      display: block;
      font-size: 17px;
      line-height: 1.2;
      margin-bottom: 10px;
      color: var(--text);
    }

    .impact-card span {
      color: var(--text-soft);
      font-size: 15px;
    }

    .section-light .impact-card {
      background: linear-gradient(180deg, rgba(16,35,63,0.65) 0%, rgba(11,26,48,0.75) 100%);
      border-color: var(--line);
    }

    .compare {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      margin-top: 28px;
    }

    .compare-card {
      border-radius: 22px;
      padding: 24px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(16,35,63,0.7) 0%, rgba(11,26,48,0.8) 100%);
      box-shadow: 0 18px 48px rgba(0,0,0,0.22);
    }

    .section-light .compare-card {
      background: linear-gradient(180deg, rgba(16,35,63,0.65) 0%, rgba(11,26,48,0.75) 100%);
      border-color: var(--line);
    }

    .compare-card ul {
      margin: 14px 0 0;
      padding-left: 18px;
    }

    .compare-card li + li {
      margin-top: 10px;
    }

    .split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .timeline {
      display: grid;
      gap: 16px;
      margin-top: 28px;
    }

    .timeline-item {
      display: grid;
      grid-template-columns: 126px minmax(0, 1fr);
      gap: 18px;
      align-items: start;
      padding: 22px;
      border-radius: 20px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(16,35,63,0.5) 0%, rgba(11,26,48,0.6) 100%);
    }

    .section-light .timeline-item {
      background: linear-gradient(180deg, rgba(16,35,63,0.45) 0%, rgba(11,26,48,0.55) 100%);
      border-color: var(--line);
    }

    .timeline-day {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 12px;
      border-radius: 14px;
      background: var(--accent-soft);
      color: var(--accent);
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      white-space: nowrap;
      box-shadow: inset 0 0 0 1px rgba(47,124,246,0.04);
    }

    .timeline-item h3 {
      margin: 0 0 8px;
      font-size: 22px;
    }

    .timeline-item p {
      margin: 0;
      color: inherit;
      opacity: 0.92;
    }

    .why-list {
      display: grid;
      gap: 14px;
      margin-top: 28px;
    }

    .why-item {
      padding: 18px 20px;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(16,35,63,0.5) 0%, rgba(11,26,48,0.6) 100%);
    }

    .section-light .why-item {
      background: linear-gradient(180deg, rgba(16,35,63,0.45) 0%, rgba(11,26,48,0.55) 100%);
      border-color: var(--line);
    }

    .cred-shell {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap: 24px;
      align-items: start;
    }

    .cred-intro {
      position: relative;
      overflow: hidden;
      padding: 34px;
      border-radius: 30px;
      border: 1px solid var(--line-strong);
      background:
        radial-gradient(520px 220px at 100% 0%, rgba(47,124,246,0.18), transparent 60%),
        linear-gradient(180deg, #122948 0%, #0a1d2d 100%);
      box-shadow: 0 22px 60px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.03);
    }

    .cred-intro::before {
      content: "";
      position: absolute;
      inset: 0 auto auto 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(137,180,255,0.42), rgba(137,180,255,0));
    }

    .cred-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 34px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(137,180,255,0.18);
      background: rgba(255,255,255,0.04);
      color: var(--support);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 18px;
    }

    .cred-kicker::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--accent);
      box-shadow: 0 0 0 6px rgba(47,124,246,0.12);
    }

    .cred-intro .section-title {
      margin-bottom: 16px;
      max-width: 12ch;
    }

    .cred-intro .section-intro {
      max-width: 100%;
      margin-bottom: 0;
      color: var(--text-soft);
      opacity: 1;
    }

    .cred-note {
      margin-top: 22px;
      padding-top: 18px;
      border-top: 1px solid rgba(137,180,255,0.14);
      color: var(--text-muted);
      font-size: 15px;
    }

    .cred-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .cred-card {
      position: relative;
      min-height: 100%;
      padding: 24px 22px 22px;
      border-radius: 24px;
      border: 1px solid rgba(137,180,255,0.14);
      background: linear-gradient(180deg, rgba(16,35,63,0.7) 0%, rgba(11,26,48,0.8) 100%);
      box-shadow: 0 16px 42px rgba(0,0,0,0.22);
    }

    .cred-card::before {
      content: "";
      position: absolute;
      inset: 0 auto auto 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, var(--accent), rgba(137,180,255,0.2));
      opacity: 0.9;
    }

    .cred-card h3 {
      margin: 0 0 12px;
      font-size: 19px;
      line-height: 1.18;
      letter-spacing: -0.03em;
    }

    .cred-card p {
      margin: 0;
      color: var(--text-soft);
      font-size: 15px;
      line-height: 1.62;
    }

    .price-shell {
      display: grid;
      grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
      gap: 28px;
      align-items: start;
      margin-top: 24px;
    }

    .price-card {
      border-radius: 28px;
      padding: 30px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #10243f 0%, #0a1829 100%);
      box-shadow: var(--dark-shadow);
    }

    .price-label {
      color: var(--support);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .price-value {
      font-size: clamp(42px, 5vw, 62px);
      line-height: 1;
      letter-spacing: -0.06em;
      font-weight: 850;
      margin: 0 0 8px;
    }

    .price-value small {
      display: block;
      font-size: 18px;
      color: var(--text-soft);
      letter-spacing: 0;
      margin-top: 8px;
      font-weight: 600;
    }

    .price-note {
      margin: 0;
      color: var(--text-soft);
      font-size: 16px;
    }

    .price-meta {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid var(--line);
      display: grid;
      gap: 14px;
    }

    .price-meta-row {
      display: grid;
      gap: 5px;
    }

    .price-meta-row strong {
      font-size: 15px;
      color: var(--text);
    }

    .price-meta-row span {
      color: var(--text-soft);
      font-size: 15px;
    }

    .price-copy {
      display: grid;
      gap: 16px;
    }

    .price-copy p {
      margin: 0;
      font-size: 18px;
    }

    .faq-wrap {
      display: grid;
      gap: 14px;
      margin-top: 28px;
    }

    .accordion {
      border-radius: 18px;
      border: 1px solid var(--line);
      overflow: clip;
      background: linear-gradient(180deg, rgba(16,35,63,0.5) 0%, rgba(11,26,48,0.6) 100%);
    }

    .section-light .accordion {
      background: linear-gradient(180deg, rgba(16,35,63,0.45) 0%, rgba(11,26,48,0.55) 100%);
      border-color: var(--line);
      box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    }

    .accordion-trigger {
      width: 100%;
      text-align: left;
      background: transparent;
      color: inherit;
      border: 0;
      padding: 22px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      font-weight: 700;
      font-size: 18px;
    }

    .accordion-icon {
      width: 28px;
      height: 28px;
      display: inline-grid;
      place-items: center;
      border-radius: 999px;
      background: rgba(47,124,246,0.12);
      color: var(--accent);
      flex-shrink: 0;
    }

    .accordion-panel {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.22s ease;
    }

    .accordion-panel-inner {
      overflow: hidden;
    }

    .accordion-panel p {
      margin: 0;
      padding: 0 24px 22px;
      color: inherit;
      opacity: 0.9;
    }

    .accordion[data-open="true"] .accordion-panel {
      grid-template-rows: 1fr;
    }

    .accordion[data-open="true"] .accordion-icon {
      background: rgba(47,124,246,0.16);
    }

    .lead-shell {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
      gap: 28px;
      align-items: start;
      margin-top: 28px;
    }

    .lead-panel {
      padding: 28px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(16,35,63,0.7) 0%, rgba(11,26,48,0.8) 100%);
      box-shadow: 0 18px 48px rgba(0,0,0,0.22);
    }

    .form-card {
      border-radius: 26px;
      border: 1px solid var(--line-strong);
      background: linear-gradient(180deg, #0f2140 0%, #091627 100%);
      box-shadow: 0 24px 64px rgba(0,0,0,0.34);
      padding: 24px;
      position: sticky;
      top: calc(var(--header-h) + 18px);
    }

    .form-title {
      margin: 0 0 8px;
      font-size: 24px;
      line-height: 1.1;
      letter-spacing: -0.03em;
    }

    .form-intro {
      margin: 0 0 20px;
      color: var(--text-soft);
      font-size: 15px;
    }

    .form-grid {
      display: grid;
      gap: 14px;
    }

    .field {
      display: grid;
      gap: 8px;
    }

    .field label {
      font-size: 14px;
      color: var(--text-soft);
      font-weight: 600;
    }

    .input,
    .textarea {
      width: 100%;
      border-radius: 14px;
      border: 1px solid rgba(137,180,255,0.18);
      background: rgba(7,20,38,0.6);
      color: var(--text);
      padding: 14px 16px;
    }

    .input::placeholder,
    .textarea::placeholder {
      color: #8EA3BF;
    }

    .textarea {
      min-height: 110px;
      resize: vertical;
    }

    .checkbox {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--text-soft);
      font-size: 14px;
      margin-top: 2px;
    }

    .checkbox input {
      margin-top: 4px;
      accent-color: var(--accent);
    }

    .form-error {
      min-height: 20px;
      color: #ff9cab;
      font-size: 13px;
      margin: 2px 0 0;
    }

    .form-success {
      display: none;
      margin-top: 18px;
      padding: 16px 18px;
      border-radius: 16px;
      border: 1px solid rgba(30,142,106,0.26);
      background: var(--success-soft);
      color: #d5f1e6;
      font-size: 14px;
    }

    .form-success[data-visible="true"] {
      display: block;
    }

    .fineprint {
      margin: 12px 0 0;
      color: var(--text-muted);
      font-size: 12px;
    }

    .final-cta {
      text-align: center;
    }

    .final-cta .copy-wrap {
      margin-inline: auto;
    }

    .footer {
      border-top: 1px solid var(--line);
      padding: 28px 0 36px;
      background: transparent;
      color: var(--text-muted);
      font-size: 14px;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    .sticky-mobile {
      position: fixed;
      left: 12px;
      right: 12px;
      bottom: 12px;
      z-index: 80;
      display: none;
      align-items: center;
      gap: 12px;
      padding: 10px;
      border-radius: 18px;
      background: linear-gradient(180deg, #10243f 0%, #0a1829 100%);
      border: 1px solid var(--line-strong);
      box-shadow: 0 18px 42px rgba(0,0,0,0.34);
      backdrop-filter: blur(16px);
    }

    .sticky-mobile small {
      display: block;
      color: var(--text-muted);
      font-size: 12px;
      line-height: 1.2;
      margin-bottom: 2px;
    }

    .sticky-mobile strong {
      display: block;
      color: var(--text);
      font-size: 14px;
      line-height: 1.3;
    }

    .sticky-mobile .btn {
      min-height: 46px;
      padding-inline: 18px;
      flex-shrink: 0;
    }

    .helper-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      margin-top: 26px;
    }

    .helper-grid .card p {
      color: var(--text-soft);
    }

    .section-light .helper-grid .card p {
      color: var(--text-soft);
    }

    .spacer-sm { height: 14px; }
    .spacer-md { height: 26px; }

    .hidden {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    @media (max-width: 1120px) {
      .hero-grid,
      .lead-shell,
      .price-shell {
        grid-template-columns: 1fr;
      }

      .form-card {
        position: static;
      }

      .deliverables-grid,
      .trust-grid,
      .cred-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .cred-shell {
        grid-template-columns: 1fr;
      }

      .helper-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 860px) {
      .section {
        padding: 76px 0;
      }

      .hero {
        padding: 34px 0 68px;
      }

      .header-inner {
        min-height: 66px;
      }

      :root {
        --header-h: 66px;
      }

      .brand img {
        height: 48px;
      }

      .pain-grid,
      .results-grid,
      .deliverables-grid,
      .fit-grid,
      .impact-row,
      .trust-grid,
      .compare,
      .split,
      .cred-grid {
        grid-template-columns: 1fr;
      }

      .cred-intro,
      .cred-card {
        padding: 24px;
      }

      .hero-actions {
        align-items: stretch;
        flex-direction: column;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .timeline-item {
        grid-template-columns: 1fr;
      }

      .timeline-day {
        justify-self: start;
      }

      .price-card,
      .hero-card,
      .lead-panel,
      .form-card {
        padding: 22px;
      }
    }

    @media (max-width: 720px) {
      .header-cta {
        display: none;
      }

      .sticky-mobile[data-visible="true"] {
        display: flex;
      }

      .section {
        padding: 68px 0;
      }

      .hero-title {
        max-width: 11ch;
      }

      .header-inner {
        gap: 14px;
      }

      .section-intro {
        font-size: 17px;
      }

      .hero-sub {
        font-size: 18px;
      }

      .btn {
        width: 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .btn,
      .accordion-panel {
        transition: none;
      }
    }
  

    .footer-links {
      display: inline-flex;
      gap: 16px;
      flex-wrap: wrap;
      align-items: center;
    }

    .footer-links a {
      color: var(--text-muted);
      transition: color 0.2s ease;
    }

    .footer-links a:hover {
      color: var(--text);
    }

    .cookie-banner {
      position: fixed;
      left: 16px;
      right: 16px;
      bottom: 16px;
      z-index: 120;
      display: none;
      animation: cookieSlideUp 0.4s ease-out;
    }

    @keyframes cookieSlideUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .cookie-banner[data-visible="true"] {
      display: block;
    }

    .cookie-card {
      width: min(100%, 980px);
      margin: 0 auto;
      padding: 22px 24px;
      border-radius: 20px;
      border: 1px solid var(--line-strong);
      border-left: 3px solid var(--accent);
      background: linear-gradient(180deg, #10243f 0%, #0a1829 100%);
      box-shadow: 0 18px 42px rgba(0,0,0,0.34), 0 0 0 1px rgba(47,124,246,0.08);
      backdrop-filter: blur(16px);
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
    }

    .cookie-copy strong {
      color: var(--support);
      font-size: 15px;
      letter-spacing: 0.01em;
    }

    .cookie-copy p {
      margin: 8px 0 0;
      color: var(--text-soft);
      font-size: 14px;
      line-height: 1.5;
    }

    .cookie-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .cookie-actions .btn {
      min-height: 44px;
      font-size: 14px;
      padding: 0 18px;
    }

    .legal-shell,
    .thanks-shell,
    .request-shell {
      padding: 48px 0 88px;
      position: relative;
      overflow: hidden;
    }

    .legal-shell::before,
    .thanks-shell::before,
    .request-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(500px 220px at 75% 15%, rgba(47,124,246,0.09), transparent 58%),
        radial-gradient(420px 200px at 15% 75%, rgba(137,180,255,0.06), transparent 55%);
      pointer-events: none;
    }

    .legal-card,
    .thanks-card,
    .request-card,
    .funnel-card {
      border-radius: 24px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(16,35,63,0.6) 0%, rgba(11,26,48,0.7) 100%);
      box-shadow: 0 18px 42px rgba(0,0,0,0.22);
    }

    .legal-card,
    .thanks-card,
    .request-card {
      padding: 30px;
    }

    .funnel-card {
      padding: 28px;
      display: grid;
      gap: 18px;
      align-content: start;
    }

    .funnel-list,
    .legal-list {
      margin: 0;
      padding-left: 18px;
      display: grid;
      gap: 10px;
      color: var(--text-soft);
    }

    .legal-grid {
      display: grid;
      gap: 22px;
    }

    .legal-block {
      display: grid;
      gap: 12px;
    }

    .legal-block h2,
    .legal-block h3 {
      margin: 0;
      font-size: clamp(22px, 3vw, 28px);
      line-height: 1.1;
      letter-spacing: -0.03em;
    }

    .legal-block h3 {
      font-size: clamp(18px, 2vw, 22px);
    }

    .legal-block p,
    .legal-block li {
      margin: 0;
      color: var(--text-soft);
      font-size: 16px;
      line-height: 1.65;
    }

    .legal-light {
      background: linear-gradient(180deg, #0d1e36 0%, #0b1a30 100%);
      color: var(--text);
    }

    .legal-light .legal-card,
    .legal-light .thanks-card,
    .legal-light .request-card {
      background: linear-gradient(180deg, rgba(16,35,63,0.6) 0%, rgba(11,26,48,0.7) 100%);
      border-color: var(--line);
      box-shadow: 0 18px 42px rgba(0,0,0,0.22);
    }

    .legal-light .legal-block p,
    .legal-light .legal-block li,
    .legal-light .meta,
    .legal-light .section-intro,
    .legal-light .thanks-copy,
    .legal-light .request-copy,
    .legal-light .funnel-list li {
      color: var(--text-soft);
    }

    .thanks-actions,
    .request-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 10px;
    }

    .notice-box {
      border-radius: 18px;
      padding: 16px 18px;
      border: 1px solid rgba(61,137,255,0.24);
      background: rgba(61,137,255,0.08);
      color: var(--text-soft);
      font-size: 14px;
    }

    .footer-brand {
      display: flex;
      align-items: center;
    }

    .footer-brand img {
      height: 40px;
      width: auto;
      opacity: 0.65;
      transition: opacity 0.2s ease;
    }

    .footer-brand img:hover {
      opacity: 0.9;
    }

    .request-hero {
      margin-bottom: 28px;
    }

    .request-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
      gap: 28px;
      align-items: start;
    }

    .request-card .form-card {
      position: static;
      padding: 0;
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    .request-card .form-grid {
      margin-top: 0;
    }

    @media (max-width: 980px) {
      .cookie-card,
      .request-grid {
        grid-template-columns: 1fr;
      }

      .cookie-actions {
        justify-content: flex-start;
      }
    }
