    /* ============================================================
       Base / reset
       ============================================================ */
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: 'Nunito', sans-serif;
      color: #1B2A4A;
      background: #ffffff;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    ::selection { background: #2471A3; color: #fff; }
    a { color: inherit; }

    .wrap { max-width: 1160px; margin: 0 auto; }
    .mono { font-family: 'JetBrains Mono', monospace; }

    /* ============================================================
       Nav
       ============================================================ */
    .site-header {
      position: sticky; top: 0; z-index: 50;
      background: rgba(255, 255, 255, 0.85);
      -webkit-backdrop-filter: saturate(180%) blur(12px);
      backdrop-filter: saturate(180%) blur(12px);
      border-bottom: 1px solid #EAEEF4;
    }
    .nav {
      padding: 16px 24px;
      display: flex; align-items: center; justify-content: space-between; gap: 24px;
    }
    .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
    .brand-mark {
      display: inline-flex; align-items: center; justify-content: center;
      width: 32px; height: 32px; border-radius: 7px; background: #1B2A4A;
    }
    .brand-name {
      font-weight: 800; font-size: 19px; letter-spacing: -0.02em; color: #1B2A4A;
    }
    .brand-name .tld { color: #2471A3; }

    .nav-right { display: flex; align-items: center; gap: 32px; }
    .nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
    .nav-links a {
      text-decoration: none; color: #4A5A75; font-size: 15px; font-weight: 600;
      transition: color .2s ease;
    }
    .nav-links a:hover { color: #2471A3; }

    /* ============================================================
       Buttons
       ============================================================ */
    .btn { text-decoration: none; display: inline-block; font-weight: 700; border-radius: 8px; }
    .btn-primary {
      background: #0E9F6E; color: #fff; transition: background .2s ease, transform .15s ease;
    }
    .btn-primary:hover { background: #0B845C; }

    .nav-cta {
      font-size: 15px; padding: 10px 18px; border-radius: 8px;
      box-shadow: 0 1px 2px rgba(14, 159, 110, 0.4);
    }

    .hero-cta {
      font-size: 16px; padding: 14px 26px; border-radius: 9px;
      box-shadow: 0 4px 14px rgba(14, 159, 110, 0.32);
    }
    .hero-cta:hover { transform: translateY(-1px); }

    .btn-secondary {
      color: #1B2A4A; font-weight: 700; font-size: 16px; padding: 14px 22px;
      border-radius: 9px; border: 1px solid #D5DEEA; background: #fff;
      text-decoration: none; display: inline-block; transition: border-color .2s ease;
    }
    .btn-secondary:hover { border-color: #2471A3; }

    /* ============================================================
       Hero
       ============================================================ */
    .hero {
      position: relative;
      background: linear-gradient(180deg, #F7F9FC 0%, #ffffff 100%);
      border-bottom: 1px solid #EAEEF4;
    }
    .hero-inner {
      padding: clamp(48px, 7vw, 96px) 24px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr));
      gap: clamp(40px, 5vw, 72px);
      align-items: center;
    }
    .badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(36, 113, 163, 0.08); color: #2471A3;
      font-weight: 700; font-size: 13px; letter-spacing: 0.01em;
      padding: 6px 12px; border-radius: 999px; margin-bottom: 22px;
    }
    .badge .dot { width: 7px; height: 7px; border-radius: 999px; background: #0E9F6E; }

    .hero h1 {
      font-size: clamp(36px, 5.2vw, 56px); line-height: 1.05; letter-spacing: -0.03em;
      font-weight: 800; margin: 0 0 20px; color: #1B2A4A; text-wrap: balance;
    }
    .hero-lead {
      font-size: clamp(17px, 2.2vw, 20px); line-height: 1.55; color: #4A5A75;
      margin: 0 0 32px; max-width: 520px;
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
    .hero-trust { font-size: 13.5px; color: #8493AC; margin: 18px 0 0; font-weight: 600; }

    /* Product visual ("terminal") */
    .terminal {
      background: #11203B; border-radius: 14px;
      box-shadow: 0 24px 60px -18px rgba(27, 42, 74, 0.45), 0 2px 8px rgba(27, 42, 74, 0.2);
      overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.06);
    }
    .terminal-bar {
      display: flex; align-items: center; gap: 7px; padding: 13px 16px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    .tdot { width: 11px; height: 11px; border-radius: 999px; }
    .terminal-bar .path { margin-left: 8px; font-size: 12px; color: #6E84A8; }

    .terminal-body { padding: 18px 18px 6px; }
    .doc-row {
      display: flex; align-items: center; gap: 12px;
      background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 9px; padding: 12px 14px;
    }
    .doc-icon {
      display: inline-flex; align-items: center; justify-content: center;
      width: 34px; height: 34px; border-radius: 7px; background: rgba(36, 113, 163, 0.22);
    }
    .doc-meta { flex: 1; min-width: 0; }
    .doc-name {
      font-size: 13px; color: #E6ECF5;
      white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    }
    .doc-sub { font-size: 11.5px; color: #6E84A8; }
    .doc-status {
      display: inline-flex; align-items: center; gap: 5px;
      color: #4FD79E; font-size: 12.5px; font-weight: 600;
    }
    .terminal-json {
      margin: 6px 0 0; padding: 8px 20px 22px;
      font-size: 12.5px; line-height: 1.7; color: #9FB2D0; overflow-x: auto;
    }
    .j-punct { color: #6E84A8; }
    .j-key { color: #7FB6E6; }
    .j-str { color: #7FD7A8; }
    .j-num { color: #E6B86A; }

    /* ============================================================
       Section scaffolding
       ============================================================ */
    .section { padding: clamp(56px, 7vw, 96px) 24px; }
    .section--tint { background: #F7F9FC; border-top: 1px solid #EAEEF4; border-bottom: 1px solid #EAEEF4; }
    .section--white { background: #fff; }

    .section-head { text-align: center; max-width: 620px; margin: 0 auto 52px; }
    .eyebrow {
      font-size: 13px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.08em; color: #2471A3;
    }
    .section-head h2 {
      font-size: clamp(28px, 3.6vw, 38px); font-weight: 800; letter-spacing: -0.025em;
      margin: 12px 0 0; color: #1B2A4A;
    }

    /* ============================================================
       Social proof
       ============================================================ */
    .stats {
      padding: clamp(40px, 5vw, 64px) 24px;
    }
    .stats-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
      gap: 20px; text-align: center;
    }
    .stat { padding: 12px; }
    .stat--divided { border-left: 1px solid #EAEEF4; border-right: 1px solid #EAEEF4; }
    .stat-num {
      font-size: clamp(34px, 4.5vw, 46px); font-weight: 800; letter-spacing: -0.03em; color: #1B2A4A;
    }
    .stat-num--accent { color: #2471A3; }
    .stat-label { font-size: 15px; font-weight: 600; color: #4A5A75; margin-top: 6px; }

    /* ============================================================
       How it works (steps)
       ============================================================ */
    .steps-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 24px;
    }
    .step-card {
      background: #fff; border: 1px solid #EAEEF4; border-radius: 12px; padding: 30px;
    }
    .step-top {
      display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px;
    }
    .step-icon {
      display: inline-flex; align-items: center; justify-content: center;
      width: 46px; height: 46px; border-radius: 10px; background: rgba(36, 113, 163, 0.08);
    }
    .step-icon--green { background: rgba(14, 159, 110, 0.1); }
    .step-num { font-size: 13px; font-weight: 800; color: #C4D0E0; }
    .step-card h3 { font-size: 19px; font-weight: 800; margin: 0 0 8px; color: #1B2A4A; }
    .step-card p { font-size: 15px; line-height: 1.6; color: #4A5A75; margin: 0; }

    /* ============================================================
       Features
       ============================================================ */
    .features-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 22px;
    }
    .feature-card {
      border: 1px solid #EAEEF4; border-radius: 12px; padding: 28px;
      transition: box-shadow .2s ease, border-color .2s ease;
    }
    .feature-card:hover {
      box-shadow: 0 8px 24px -10px rgba(27, 42, 74, 0.18); border-color: #D5DEEA;
    }
    .feature-icon {
      display: inline-flex; align-items: center; justify-content: center;
      width: 44px; height: 44px; border-radius: 10px;
      background: rgba(36, 113, 163, 0.08); margin-bottom: 18px;
    }
    .feature-icon--green { background: rgba(14, 159, 110, 0.1); }
    .feature-card h3 { font-size: 18px; font-weight: 800; margin: 0 0 8px; color: #1B2A4A; }
    .feature-card p { font-size: 14.5px; line-height: 1.6; color: #4A5A75; margin: 0; }

    /* ============================================================
       Services
       ============================================================ */
    .services-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 22px;
    }
    .service-card {
      background: #fff; border: 1px solid #EAEEF4; border-radius: 14px; padding: 30px;
      display: flex; flex-direction: column;
      transition: box-shadow .2s ease, border-color .2s ease;
    }
    .service-card:hover {
      box-shadow: 0 10px 30px -12px rgba(27, 42, 74, 0.2); border-color: #D5DEEA;
    }
    .service-icon {
      display: inline-flex; align-items: center; justify-content: center;
      width: 48px; height: 48px; border-radius: 12px;
      background: rgba(36, 113, 163, 0.08); margin-bottom: 18px;
    }
    .service-icon--green { background: rgba(14, 159, 110, 0.1); }
    .service-card h3 { font-size: 19px; font-weight: 800; margin: 0 0 4px; color: #1B2A4A; }
    .service-tagline { font-size: 14px; font-weight: 700; color: #2471A3; margin: 0 0 12px; }
    .service-tagline--green { color: #0E9F6E; }
    .service-desc { font-size: 14.5px; line-height: 1.6; color: #4A5A75; margin: 0 0 16px; }
    .service-bullets { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 9px; }
    .service-bullets li { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; color: #344158; }
    .service-bullets li svg { flex: none; margin-top: 3px; }
    .service-cta {
      margin-top: auto; align-self: flex-start;
      background: #2471A3; color: #fff; font-size: 14.5px; font-weight: 700;
      padding: 11px 22px; border-radius: 9px; text-decoration: none;
      transition: background .18s ease;
    }
    .service-cta:hover { background: #1d5d87; }

    /* ============================================================
       Pricing
       ============================================================ */
    .section-head--pricing { margin-bottom: 36px; }

    .pricing-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
      gap: 24px; align-items: stretch;
    }
    .price-card {
      position: relative; background: #fff; border: 1px solid #E1E8F1; border-radius: 16px;
      padding: 32px 28px; display: flex; flex-direction: column;
    }
    .price-card--featured {
      border: 2px solid #2471A3;
      box-shadow: 0 20px 44px -20px rgba(36, 113, 163, 0.5);
    }
    .price-badge {
      position: absolute; top: 18px; right: 18px;
      background: rgba(14, 159, 110, 0.12); color: #0B845C;
      font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em;
      padding: 4px 10px; border-radius: 999px;
    }
    .price-name { font-size: 20px; font-weight: 800; margin: 0; color: #1B2A4A; }
    .price-tagline { font-size: 14px; color: #4A5A75; margin: 4px 0 22px; font-weight: 600; }
    .price-cta {
      text-decoration: none; display: block; text-align: center;
      font-weight: 700; font-size: 15px; padding: 13px 20px; border-radius: 9px;
    }
    .price-cta--ghost { background: #fff; color: #1B2A4A; border: 1px solid #D5DEEA; }
    .price-cta--solid {
      background: #0E9F6E; color: #fff; box-shadow: 0 4px 12px rgba(14, 159, 110, 0.3);
      transition: background .2s ease;
    }
    .price-cta--solid:hover { background: #0B845C; }
    .price-divider { height: 1px; background: #EEF2F7; margin: 24px 0; }
    .price-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 13px; }
    .price-features li {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: 14.5px; line-height: 1.45; color: #3A4A63; font-weight: 600;
    }
    .price-features svg { flex-shrink: 0; margin-top: 2px; }
    .pricing-foot { text-align: center; font-size: 14px; color: #8493AC; margin: 32px 0 0; font-weight: 600; }

    /* ============================================================
       Final CTA
       ============================================================ */
    .final-cta { background: #1B2A4A; position: relative; overflow: hidden; }
    .final-cta .glow {
      position: absolute; inset: 0;
      background: radial-gradient(900px 380px at 80% -10%, rgba(36, 113, 163, 0.4), transparent 60%);
    }
    .final-cta-inner {
      position: relative; max-width: 820px; margin: 0 auto;
      padding: clamp(64px, 8vw, 104px) 24px; text-align: center;
    }
    .final-cta h2 {
      font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; letter-spacing: -0.03em;
      color: #fff; margin: 0 0 16px; text-wrap: balance;
    }
    .final-cta p {
      font-size: clamp(16px, 2.2vw, 19px); line-height: 1.55; color: #B6C5DD;
      margin: 0 auto 32px; max-width: 540px;
    }
    .final-cta-btn {
      font-size: 17px; padding: 16px 32px; border-radius: 10px;
      box-shadow: 0 8px 24px rgba(14, 159, 110, 0.35);
    }
    .final-cta-btn:hover { transform: translateY(-1px); }

    /* ============================================================
       Footer
       ============================================================ */
    .site-footer { background: #142138; color: #fff; }
    .footer-inner { padding: 56px 24px 32px; }
    .footer-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 36px;
    }
    .footer-brand { max-width: 320px; }
    .footer-brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
    .footer-brand-mark {
      display: inline-flex; align-items: center; justify-content: center;
      width: 30px; height: 30px; border-radius: 7px; background: #2471A3;
    }
    .footer-brand-name { font-weight: 800; font-size: 18px; color: #fff; }
    .footer-brand p { font-size: 14px; line-height: 1.6; color: #92A2BD; margin: 0; }
    .footer-col-title {
      font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em;
      color: #6E84A8; margin-bottom: 14px;
    }
    .footer-links { display: flex; flex-direction: column; gap: 11px; }
    .footer-links a, .footer-links span {
      text-decoration: none; color: #C2CFE2; font-size: 14.5px; font-weight: 600;
      transition: color .2s ease;
    }
    .footer-links span { color: #92A2BD; }
    .footer-links a:hover { color: #fff; }
    .footer-bottom {
      display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center;
      border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 40px; padding-top: 24px;
    }
    .footer-bottom span { font-size: 13.5px; color: #7E8EA8; font-weight: 600; }

    /* ============================================================
       Responsive: collapse inline nav links on small screens.
       (The same anchors live in the footer, so nothing is lost.)
       ============================================================ */
    @media (max-width: 720px) {
      .nav-links { display: none; }
    }

/* ===== Lead form (/start) ===== */
.lead-form { display: flex; flex-direction: column; gap: 14px; background: #fff; border: 1px solid #EAEEF4; border-radius: 14px; padding: 28px; }
.lead-label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 700; color: #1B2A4A; }
.lead-input { font-family: inherit; font-size: 15px; color: #1B2A4A; padding: 11px 13px; border: 1px solid #D5DEEA; border-radius: 9px; background: #fff; transition: border-color .2s ease; }
.lead-input:focus { outline: none; border-color: #2471A3; }
.lead-error { color: #C0392B; font-size: 13px; font-weight: 600; margin-top: -8px; }
.lead-success { background: rgba(14,159,110,0.1); color: #0B845C; border: 1px solid rgba(14,159,110,0.25); border-radius: 10px; padding: 14px 16px; font-weight: 700; margin-bottom: 22px; }

/* ===== Legal pages ===== */
.legal { background:#fff;border:1px solid #EAEEF4;border-radius:14px;padding:32px 34px;color:#3A4A63;line-height:1.7; }
.legal h1 { font-size:clamp(26px,3.4vw,34px);font-weight:800;letter-spacing:-0.02em;color:#1B2A4A;margin:0 0 18px; }
.legal h2 { font-size:19px;font-weight:800;color:#1B2A4A;margin:26px 0 8px; }
.legal h3 { font-size:16px;font-weight:700;color:#1B2A4A;margin:18px 0 6px; }
.legal p, .legal li { font-size:15px;color:#3A4A63; }
.legal ul { padding-left:20px; }
.legal a { color:#2471A3;font-weight:600; }
.legal table { border-collapse:collapse;width:100%;margin:12px 0;font-size:14px; }
.legal th, .legal td { border:1px solid #E1E8F1;padding:8px 10px;text-align:left; }
.legal th { background:#F7F9FC;font-weight:700;color:#1B2A4A; }
.legal-note { background:rgba(224,162,59,0.12);border:1px solid rgba(224,162,59,0.35);border-radius:10px;padding:12px 14px;font-size:13.5px;color:#7a5b1e; }

/* ===== Cookie banner ===== */
/* Must override the base rule's display:flex so the [hidden] attribute actually hides it. */
.cookie-banner[hidden] { display: none !important; }
.cookie-banner { position:fixed;left:16px;right:16px;bottom:16px;z-index:80;max-width:760px;margin:0 auto;background:#11203B;color:#E6ECF5;border:1px solid rgba(255,255,255,0.1);border-radius:12px;box-shadow:0 12px 40px -12px rgba(0,0,0,0.5);padding:16px 18px;display:flex;gap:16px;align-items:center;flex-wrap:wrap;justify-content:space-between; }
.cookie-banner__text { margin:0;font-size:13.5px;line-height:1.5;flex:1;min-width:240px; }
.cookie-banner__text a { color:#7FB6E6;font-weight:600; }
.cookie-banner__actions { display:flex;gap:10px; }
.cookie-banner__btn { appearance:none;border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:13.5px;padding:9px 16px;border-radius:8px;transition:background .2s ease; }
.cookie-banner__btn--solid { background:#0E9F6E;color:#fff; }
.cookie-banner__btn--solid:hover { background:#0B845C; }
.cookie-banner__btn--ghost { background:transparent;color:#B6C5DD;border:1px solid rgba(255,255,255,0.2); }
.cookie-banner__btn--ghost:hover { border-color:#7FB6E6; }
.lead-consent { display:flex;gap:10px;align-items:flex-start;font-size:13.5px;font-weight:600;color:#3A4A63;line-height:1.5;cursor:pointer; }
.lead-consent input { margin-top:3px;flex-shrink:0; }
.lead-consent a { color:#2471A3;font-weight:700; }
.legal-updated { font-size:13px;color:#8493AC;font-weight:600;margin:0 0 18px; }
