      :root {
        --bg: #0a0e15;
        --bg-2: #0c121c;
        --panel: #121a28;
        --panel-2: #0f1622;
        --line: #1f2a3a;
        --line-2: #2a3a4f;
        --text: #e9eff7;
        --muted: #8a98aa;
        --lime: #c8f25d;
        --teal: #34d399;
        --high: #fb7185;
        --med: #fbbf24;
        --low: #60a5fa;
        --mono: "JetBrains Mono", ui-monospace, monospace;
      }
      * { box-sizing: border-box; }
      html { scroll-behavior: smooth; }
      body {
        margin: 0;
        background: var(--bg);
        color: var(--text);
        font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
        line-height: 1.55;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
        background-image: radial-gradient(900px 500px at 78% -8%, rgba(52, 211, 153, 0.13), transparent 60%), radial-gradient(700px 460px at 8% 4%, rgba(200, 242, 93, 0.08), transparent 55%);
      }
      h1, h2, h3, h4 { font-family: "Space Grotesk", sans-serif; font-weight: 600; letter-spacing: -0.02em; line-height: 1.06; margin: 0; }
      p { margin: 0; }
      a { color: inherit; text-decoration: none; }
      img { max-width: 100%; height: auto; display: block; }
      .split > * { min-width: 0; }
      .workflow-grid > *, .finds > *, .audit-grid > *, .pricing-table > * { min-width: 0; }
      .wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
      .eyebrow { font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); }
      .num { font-family: var(--mono); }

      /* topbar */
      .topbar { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; height: 66px; padding: 0 24px; max-width: 1140px; margin: 0 auto; background: rgba(10, 14, 21, 0.7); backdrop-filter: blur(10px); }
      .brand { display: flex; align-items: center; gap: 10px; font-family: "Space Grotesk"; font-weight: 700; font-size: 19px; }
      .brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--lime); color: #0a0e15; font-family: var(--mono); font-weight: 700; font-size: 14px; }
      .nav { display: flex; gap: 26px; font-size: 15px; color: var(--muted); }
      .nav a:hover { color: var(--text); }
      @media (max-width: 720px) { .nav { display: none; } }

      /* buttons */
      .button { display: inline-block; font: inherit; font-weight: 600; cursor: pointer; border-radius: 9px; padding: 13px 22px; border: 1px solid transparent; transition: transform 0.15s ease, box-shadow 0.2s, background 0.2s, border-color 0.2s; }
      .button.primary { background: var(--lime); color: #0a0e15; box-shadow: 0 0 0 rgba(200, 242, 93, 0.5); }
      .button.primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -10px rgba(200, 242, 93, 0.45); }
      .button.secondary { background: transparent; color: var(--text); border-color: var(--line-2); }
      .button.secondary:hover { border-color: var(--lime); color: var(--lime); }
      .button.full { width: 100%; text-align: center; }

      /* hero */
      .hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; padding: 60px 0 46px; }
      .hero h1 { font-size: clamp(40px, 5.6vw, 66px); }
      .hero h1 .hl { color: var(--lime); }
      .hero .lead { margin-top: 22px; color: var(--muted); font-size: clamp(16px, 1.7vw, 18px); max-width: 40ch; }
      .hero-actions { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
      .trust-line { margin-top: 18px; font-size: 13px; color: #6f7d90; max-width: 44ch; }
      .metric-strip { display: flex; gap: 30px; margin: 30px 0 0; padding: 0; }
      .metric-strip div { display: flex; flex-direction: column; }
      .metric-strip dt { font-family: "Space Grotesk"; font-weight: 600; font-size: 15px; color: var(--text); }
      .metric-strip dd { margin: 2px 0 0; font-size: 12.5px; color: var(--muted); }
      @media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 36px; } .hero .lead, .trust-line { max-width: none; } }

      /* report preview card */
      .report-preview { background: linear-gradient(180deg, #131c2b, #0f1622); border: 1px solid var(--line-2); border-radius: 16px; padding: 22px; box-shadow: 0 30px 70px -30px rgba(0,0,0,0.8), 0 0 0 1px rgba(52,211,153,0.04); position: relative; overflow: hidden; }
      .report-preview::before { content: ""; position: absolute; inset: -1px -1px auto -1px; height: 2px; background: linear-gradient(90deg, transparent, var(--teal), var(--lime), transparent); opacity: 0.7; }
      .preview-header { display: flex; align-items: center; justify-content: space-between; }
      .preview-header span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
      .preview-header strong { font-family: var(--mono); font-size: 38px; color: var(--lime); font-weight: 700; }
      .preview-total { display: flex; align-items: baseline; justify-content: space-between; margin: 4px 0 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
      .preview-total strong { color: var(--text); font-family: var(--mono); }
      .preview-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
      .preview-list li { display: flex; gap: 12px; align-items: flex-start; }
      .preview-list strong { font-family: "Space Grotesk"; font-size: 14px; font-weight: 600; display: block; }
      .preview-list p { font-family: var(--mono); font-size: 12px; color: var(--teal); margin-top: 2px; }
      .severity { flex: none; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 8px; border-radius: 6px; }
      .severity.high { background: rgba(251, 113, 133, 0.16); color: var(--high); }
      .severity.medium, .severity.med { background: rgba(251, 191, 36, 0.16); color: var(--med); }
      .severity.low { background: rgba(96, 165, 250, 0.16); color: var(--low); }
      .preview-footer { display: flex; justify-content: space-between; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
      .preview-footer strong { color: var(--teal); font-family: var(--mono); }

      /* sections */
      .section { padding: 80px 0; border-top: 1px solid var(--line); }
      .section-copy { max-width: 640px; }
      .section-copy h2 { font-size: clamp(28px, 3.6vw, 42px); margin-top: 12px; }
      .section-copy > p { margin-top: 14px; color: var(--muted); font-size: 17px; }

      /* workflow */
      .workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
      .workflow-grid > div { background: var(--panel); border: 1px solid var(--line); border-radius: 13px; padding: 26px; transition: border-color 0.2s, transform 0.2s; }
      .workflow-grid > div:hover { border-color: var(--line-2); transform: translateY(-3px); }
      .workflow-grid span { font-family: var(--mono); font-size: 13px; font-weight: 700; color: var(--lime); }
      .workflow-grid h3 { font-size: 19px; margin: 14px 0 8px; }
      .workflow-grid p { color: var(--muted); font-size: 14.5px; }
      @media (max-width: 820px) { .workflow-grid { grid-template-columns: 1fr; } }

      /* what we find */
      .finds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
      .find { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: 13px; padding: 22px; }
      .find .amt { font-family: var(--mono); font-size: 13px; color: var(--teal); }
      .find h3 { font-size: 16px; margin: 8px 0 6px; }
      .find p { color: var(--muted); font-size: 13.5px; }
      @media (max-width: 820px) { .finds { grid-template-columns: 1fr 1fr; } }
      @media (max-width: 540px) { .finds { grid-template-columns: 1fr; } }

      /* split w/ image */
      .split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
      .shot { border: 1px solid var(--line-2); border-radius: 14px; overflow: hidden; aspect-ratio: 3/2; background: linear-gradient(135deg, #0f1622, #131c2b); box-shadow: 0 30px 70px -34px rgba(0,0,0,0.9); }
      .shot img { width: 100%; height: 100%; object-fit: cover; }
      @media (max-width: 820px) { .split { grid-template-columns: 1fr; gap: 26px; } }
      .check-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 13px; }
      .check-list li { display: flex; gap: 12px; font-size: 15px; color: var(--text); }
      .check-list .k { color: var(--lime); font-family: var(--mono); font-weight: 700; }

      /* audit */
      .audit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
      .audit-panel { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 26px; display: flex; flex-direction: column; gap: 16px; }
      .audit-panel h3 { font-size: 18px; }
      .audit-panel p { color: var(--muted); font-size: 14px; }
      .file-drop { display: block; border: 1.5px dashed var(--line-2); border-radius: 10px; padding: 22px; text-align: center; color: var(--muted); cursor: pointer; font-family: var(--mono); font-size: 13px; transition: border-color 0.2s, color 0.2s; }
      .file-drop:hover { border-color: var(--lime); color: var(--lime); }
      .file-drop input { display: none; }
      .field { display: grid; gap: 6px; }
      .field span { font-size: 13px; color: var(--muted); }
      .field input { font: inherit; padding: 12px 13px; border-radius: 9px; border: 1px solid var(--line-2); background: var(--bg-2); color: var(--text); }
      .field input:focus { outline: 2px solid var(--teal); outline-offset: 1px; }
      .fine-print { font-size: 12px; color: #67footer; color: #677488; }
      .status { margin-top: 20px; padding: 14px 16px; border-radius: 10px; background: var(--panel); border: 1px solid var(--line); font-size: 14px; }
      .status.compact { margin-top: 14px; }
      .status.error { border-color: var(--high); color: var(--high); }
      @media (max-width: 820px) { .audit-grid { grid-template-columns: 1fr; } }

      /* pricing */
      .pricing-table { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 16px; margin-top: 34px; align-items: stretch; }
      .pricing-table > div { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 26px; }
      .pricing-table span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
      .pricing-table strong { display: block; font-family: "Space Grotesk"; font-size: 34px; margin: 8px 0; }
      .pricing-table p { color: var(--muted); font-size: 14px; }
      .checkout-card { background: linear-gradient(180deg, #16223a, #101827) !important; border-color: var(--line-2) !important; }
      .checkout-card .button { margin-top: 14px; }
      .checkout-card form { margin-top: 6px; }
      @media (max-width: 820px) { .pricing-table { grid-template-columns: 1fr; } }

      /* report view */
      .report-view { padding: 60px 0; }
      .report-header { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; align-items: flex-start; }
      .report-header h1 { font-size: clamp(28px, 4vw, 44px); }
      .report-meta { color: var(--muted); margin-top: 8px; font-family: var(--mono); font-size: 13px; }
      .report-total { text-align: right; }
      .report-total span { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
      .report-total strong { display: block; font-family: var(--mono); font-size: 40px; color: var(--lime); }
      .report-actions { display: flex; gap: 12px; margin: 26px 0; }
      .findings { display: grid; gap: 14px; }
      .finding { background: var(--panel); border: 1px solid var(--line); border-radius: 13px; padding: 22px; }
      .finding-head { display: flex; align-items: center; gap: 12px; }
      .finding-head .rank { font-family: var(--mono); color: var(--muted); font-size: 13px; }
      .finding-head strong { font-family: "Space Grotesk"; font-size: 17px; }
      .finding .impact { font-family: var(--mono); color: var(--teal); margin: 8px 0; font-size: 14px; }
      .finding .evidence { color: var(--muted); font-size: 14px; }
      .empty-state { color: var(--muted); padding: 30px; text-align: center; }

      /* cta + footer */
      .cta-band { margin: 0 0 0; padding: 70px 40px; text-align: center; background: radial-gradient(700px 300px at 50% 0%, rgba(200,242,93,0.12), transparent 70%), var(--panel-2); border-top: 1px solid var(--line); border-radius: 0; }
      .cta-band h2 { font-size: clamp(28px, 4vw, 42px); }
      .cta-band p { color: var(--muted); margin: 14px auto 26px; max-width: 48ch; }
      footer { border-top: 1px solid var(--line); padding: 38px 0; color: var(--muted); font-size: 14px; }
      .foot-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; align-items: center; }

      /* reveal */
      .reveal { transition: opacity 0.7s ease, transform 0.7s ease; }
      .js .reveal { opacity: 0; transform: translateY(22px); }
      .js .reveal.in { opacity: 1; transform: none; }
      @media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }
