    :root {
      --ink: #f5f7ff;
      --muted: #9aa6bc;
      --navy-950: #030711;
      --navy-900: #050b18;
      --navy-800: #09142b;
      --navy-700: #0d1d40;
      --blue: #4a8dff;
      --cyan: #54d9ff;
      --wine: #741c3a;
      --wine-light: #d84d7c;
      --green: #4de0a4;
      --line: rgba(156, 181, 232, .15);
      --card: rgba(8, 17, 37, .74);
      --shadow: 0 28px 80px rgba(0,0,0,.42);
      --radius: 22px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      min-width: 320px;
      color: var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(31, 92, 195, .23), transparent 31rem),
        radial-gradient(circle at 88% 12%, rgba(116, 28, 58, .25), transparent 28rem),
        var(--navy-950);
      font-family: "DM Sans", sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(118, 150, 211, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(118, 150, 211, .035) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, black, transparent 74%);
    }

    a { color: inherit; text-decoration: none; }
    button, a { -webkit-tap-highlight-color: transparent; }
    button { font: inherit; }
    img { max-width: 100%; }
    .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
    .section { padding: 110px 0; position: relative; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #a9c6ff;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: 20px;
      height: 1px;
      background: linear-gradient(90deg, var(--cyan), var(--wine-light));
    }
    h1, h2, h3, .brand { font-family: "Space Grotesk", sans-serif; }
    h1, h2, h3, p { margin-top: 0; }
    h2 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -.045em; line-height: 1.04; margin: 17px 0 18px; }
    .section-head { max-width: 700px; }
    .section-head p { max-width: 610px; color: var(--muted); font-size: 17px; }

    .nav-shell {
      position: fixed;
      z-index: 100;
      top: 0;
      width: 100%;
      border-bottom: 1px solid transparent;
      transition: .25s ease;
    }
    .nav-shell.scrolled {
      background: rgba(3, 7, 17, .82);
      border-color: var(--line);
      backdrop-filter: blur(18px);
    }
    nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
    .brand { display: flex; align-items: center; gap: 12px; font-size: 19px; font-weight: 700; }
    .brand-mark {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(102, 159, 255, .4);
      border-radius: 12px;
      background: linear-gradient(145deg, #10265a, #090d1b 55%, #57152e);
      box-shadow: inset 0 0 18px rgba(75, 144, 255, .16), 0 8px 24px rgba(0,0,0,.3);
      font-size: 15px;
      letter-spacing: -.08em;
    }
    .brand-mark::after { content: ""; position: absolute; width: 35px; height: 1px; background: var(--cyan); transform: rotate(-40deg); opacity: .35; }
    .brand small { display: block; color: var(--muted); font: 500 10px/1 "DM Sans"; letter-spacing: .14em; text-transform: uppercase; }
    .nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; color: #bec8da; }
    .nav-links a:hover { color: white; }
    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 48px;
      padding: 0 20px;
      border: 1px solid rgba(103, 153, 255, .32);
      border-radius: 13px;
      color: white;
      background: rgba(16, 35, 74, .55);
      font-weight: 700;
      font-size: 14px;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .button:hover { transform: translateY(-2px); border-color: rgba(114, 177, 255, .7); box-shadow: 0 12px 30px rgba(15, 77, 175, .22); }
    .button.primary { background: linear-gradient(135deg, #2877ed, #1d4aa0 56%, #6f1839); border-color: rgba(109, 170, 255, .52); box-shadow: 0 14px 40px rgba(33, 101, 217, .25); }
    .button svg { width: 17px; height: 17px; }
    .mobile-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--card); color: white; }

    .hero { min-height: 820px; padding: 155px 0 84px; display: flex; align-items: center; }
    .hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; }
    .launch-pill {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 7px 12px;
      margin-bottom: 24px;
      border: 1px solid rgba(108, 159, 255, .22);
      border-radius: 999px;
      color: #b9c8df;
      background: rgba(12, 29, 62, .45);
      font-size: 12px;
      font-weight: 600;
    }
    .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(77, 224, 164, .1), 0 0 14px var(--green); }
    h1 { max-width: 720px; margin-bottom: 23px; font-size: clamp(48px, 6.4vw, 83px); line-height: .98; letter-spacing: -.065em; }
    .gradient-text { color: transparent; background: linear-gradient(95deg, #f9fbff 4%, #72b2ff 55%, #e15a86); background-clip: text; -webkit-background-clip: text; }
    .hero-copy > p { max-width: 600px; color: #a8b3c7; font-size: 18px; }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 33px; }
    .hero-actions .button { min-height: 54px; padding-inline: 24px; }
    .micro-proof { display: flex; align-items: center; gap: 14px; margin-top: 28px; color: #8d9ab0; font-size: 12px; }
    .avatars { display: flex; }
    .avatars span { width: 27px; height: 27px; display: grid; place-items: center; margin-left: -6px; border: 2px solid #071020; border-radius: 50%; background: linear-gradient(145deg, #1d458e, #6e1a3b); color: white; font-size: 9px; font-weight: 700; }
    .avatars span:first-child { margin-left: 0; }

    .console {
      position: relative;
      padding: 18px;
      border: 1px solid rgba(108, 158, 255, .2);
      border-radius: 27px;
      background: linear-gradient(150deg, rgba(13, 31, 67, .82), rgba(5, 9, 20, .94));
      box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.04);
      transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
    }
    .console::before { content: ""; position: absolute; inset: -60px; z-index: -1; background: radial-gradient(circle, rgba(48, 119, 255, .19), transparent 60%); filter: blur(14px); }
    .console-top { display: flex; justify-content: space-between; align-items: center; padding: 4px 3px 17px; }
    .dots { display: flex; gap: 6px; }
    .dots i { width: 7px; height: 7px; border-radius: 50%; background: #25375a; }
    .dots i:nth-child(1) { background: #8c2e4b; }
    .console-label { color: #7888a5; font: 600 10px "Space Grotesk"; letter-spacing: .12em; text-transform: uppercase; }
    .dashboard { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #060d1c; }
    .dash-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 18px; }
    .dash-head h3 { margin: 0; font-size: 15px; }
    .dash-head span { color: #7786a1; font-size: 10px; }
    .live { display: inline-flex; align-items: center; gap: 6px; padding: 4px 8px; border-radius: 999px; color: var(--green)!important; background: rgba(77,224,164,.08); }
    .metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
    .metric { padding: 13px; border: 1px solid rgba(132,157,207,.1); border-radius: 12px; background: rgba(15,30,62,.55); }
    .metric small { display: block; color: #7787a3; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
    .metric b { display: block; margin-top: 4px; font: 600 17px "Space Grotesk"; }
    .route-map { position: relative; height: 144px; margin: 12px 0; overflow: hidden; border: 1px solid rgba(132,157,207,.1); border-radius: 12px; background: linear-gradient(180deg, rgba(11,28,58,.65), rgba(6,13,28,.5)); }
    .route-map svg { width: 100%; height: 100%; }
    .route-map .flow { stroke-dasharray: 5 7; animation: flow 8s linear infinite; }
    @keyframes flow { to { stroke-dashoffset: -120; } }
    .endpoint { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; padding: 11px 12px; border-top: 1px solid rgba(132,157,207,.09); color: #c8d2e5; font-size: 11px; }
    .endpoint code { color: #8ca0c0; font: 10px "DM Sans"; }
    .status { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-size: 9px; font-weight: 700; text-transform: uppercase; }
    .status::before { content:""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

    .trust-strip { border-block: 1px solid var(--line); background: rgba(7, 15, 32, .58); }
    .trust-grid { min-height: 118px; display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); align-items: center; }
    .trust-grid > div { padding: 20px 28px; border-left: 1px solid var(--line); }
    .trust-grid > div:first-child { border-left: 0; padding-left: 0; color: var(--muted); font-size: 13px; }
    .trust-grid b { display: block; color: white; font: 600 23px "Space Grotesk"; letter-spacing: -.03em; }
    .trust-grid span { color: #7f8ca3; font-size: 11px; }

    .features-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: 48px; }
    .feature-card { position: relative; min-height: 260px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(12, 27, 57, .78), rgba(6, 12, 26, .88)); }
    .feature-card:nth-child(1), .feature-card:nth-child(4) { grid-column: span 7; }
    .feature-card:nth-child(2), .feature-card:nth-child(3) { grid-column: span 5; }
    .feature-icon { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(87,149,255,.28); border-radius: 14px; color: #8bc1ff; background: rgba(29,75,153,.18); }
    .feature-icon svg { width: 22px; height: 22px; }
    .feature-card h3 { margin: 40px 0 8px; font-size: 21px; letter-spacing: -.025em; }
    .feature-card p { max-width: 480px; color: var(--muted); font-size: 14px; }
    .feature-card .ghost-number { position: absolute; top: -36px; right: 13px; color: rgba(91,142,237,.045); font: 700 148px "Space Grotesk"; }
    .mini-bars { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: end; gap: 6px; height: 78px; opacity: .65; }
    .mini-bars i { width: 8px; border-radius: 5px; background: linear-gradient(to top, #295bb7, #56d3ff); }

    .how { background: linear-gradient(180deg, transparent, rgba(10, 21, 46, .55), transparent); }
    .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; counter-reset: steps; }
    .step { padding: 28px; border-top: 1px solid rgba(96,158,255,.55); background: linear-gradient(180deg, rgba(13,29,61,.52), transparent); counter-increment: steps; }
    .step::before { content: "0" counter(steps); color: #6980a5; font: 600 12px "Space Grotesk"; letter-spacing: .12em; }
    .step h3 { margin: 32px 0 8px; font-size: 20px; }
    .step p { color: var(--muted); font-size: 14px; }

    .pricing-top { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
    .billing-toggle { display: grid; grid-template-columns: repeat(4, minmax(105px, 1fr)); gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7,15,33,.8); }
    .billing-toggle button { min-width: 0; min-height: 39px; padding: 0 12px; border: 0; border-radius: 10px; color: #8290aa; background: transparent; cursor: pointer; font-weight: 700; font-size: 12px; white-space: nowrap; }
    .billing-toggle button.active { color: white; background: linear-gradient(135deg, #173a78, #6a1737); box-shadow: 0 7px 20px rgba(0,0,0,.2); }
    .save-chip { margin-left: 5px; padding: 3px 6px; border-radius: 99px; color: var(--green); background: rgba(77,224,164,.1); font-size: 8px; }
    .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 44px; }
    .price-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(7, 15, 33, .76); transition: transform .2s ease, border-color .2s ease; }
    .price-card:hover { transform: translateY(-5px); border-color: rgba(92,150,255,.44); }
    .price-card.featured { background: linear-gradient(160deg, rgba(18, 47, 101, .88), rgba(8,16,34,.96) 48%, rgba(68,14,36,.45)); border-color: rgba(100,161,255,.55); box-shadow: 0 28px 80px rgba(18,67,150,.16); }
    .popular { position: absolute; top: 15px; right: 15px; padding: 5px 8px; border-radius: 99px; color: #ffd6e3; background: rgba(145,35,73,.38); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .tier { color: #9eb2d3; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .price { display: flex; align-items: end; gap: 6px; margin: 14px 0 5px; }
    .price strong { font: 700 46px/.95 "Space Grotesk"; letter-spacing: -.06em; }
    .price span { color: #8491a9; font-size: 12px; }
    .billing-note { min-height: 28px; color: #6f7d96; font-size: 11px; }
    .price-card hr { margin: 20px 0; border: 0; border-top: 1px solid var(--line); }
    .feature-list { list-style: none; padding: 0; margin: 0 0 24px; min-height: 198px; }
    .feature-list li { position: relative; padding: 7px 0 7px 24px; color: #b7c2d5; font-size: 13px; }
    .feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
    .price-card .button { width: 100%; }
    .pricing-foot { margin-top: 19px; text-align: center; color: #77869f; font-size: 11px; }

    .checker { padding-top: 50px; }
    .checker-box { display: grid; grid-template-columns: .83fr 1.17fr; gap: 0; overflow: hidden; border: 1px solid rgba(106,159,255,.22); border-radius: 28px; background: linear-gradient(130deg, rgba(15,36,77,.8), rgba(7,13,28,.94)); box-shadow: var(--shadow); }
    .checker-copy { padding: 48px; background: radial-gradient(circle at 0 100%, rgba(118,28,61,.32), transparent 60%); }
    .checker-copy h2 { font-size: clamp(33px,4vw,51px); }
    .checker-copy p { color: var(--muted); }
    .checker-demo { padding: 30px; display: grid; align-content: center; background: rgba(3,8,18,.48); }
    .input-shell { display: flex; gap: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 15px; background: #050c1a; }
    .input-shell input { flex: 1; min-width: 0; padding: 0 13px; border: 0; outline: none; color: #dce5f5; background: transparent; font: 13px "DM Sans"; }
    .input-shell .button { min-height: 43px; }
    .scan-result { display: none; margin-top: 12px; padding: 15px; border: 1px solid rgba(77,224,164,.15); border-radius: 13px; background: rgba(77,224,164,.055); color: #afbed4; font-size: 12px; }
    .scan-result.visible { display: flex; justify-content: space-between; align-items: center; animation: reveal .3s ease both; }
    @keyframes reveal { from { opacity: 0; transform: translateY(5px); } }
    .scan-result b { color: var(--green); }
    .scan-disclaimer { margin: 12px 0 0; color: #65738c; font-size: 10px; }

    .checker-form { display: grid; gap: 12px; }
    .checker-textarea {
      width: 100%;
      min-height: 190px;
      resize: vertical;
      padding: 15px 16px;
      border: 1px solid var(--line);
      border-radius: 15px;
      outline: none;
      color: #dce5f5;
      background: #050c1a;
      font: 13px/1.55 "DM Sans", sans-serif;
      transition: border-color .2s ease, box-shadow .2s ease;
    }
    .checker-textarea:focus { border-color: rgba(84,217,255,.55); box-shadow: 0 0 0 4px rgba(84,217,255,.07); }
    .checker-actions { display: flex; gap: 9px; flex-wrap: wrap; }
    .checker-alert { margin-bottom: 14px; padding: 13px 15px; border: 1px solid rgba(255,123,158,.24); border-radius: 13px; color: #ffc2d2; background: rgba(216,77,124,.09); font-size: 12px; }
    .checker-results { margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(5,12,26,.78); }
    .checker-results-head { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
    .checker-results-head h3 { margin: 0; font-size: 16px; }
    .checker-results-head span { color: var(--muted); font-size: 11px; }
    .checker-table-wrap { overflow-x: auto; }
    .checker-table { width: 100%; min-width: 560px; border-collapse: collapse; }
    .checker-table th, .checker-table td { padding: 13px 15px; border-bottom: 1px solid rgba(132,157,207,.09); text-align: left; vertical-align: middle; }
    .checker-table th { color: #8798b5; background: rgba(15,30,62,.35); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
    .checker-table td { color: #c8d2e5; font-size: 12px; }
    .checker-table td:nth-child(2) { word-break: break-word; overflow-wrap: anywhere; }
    .checker-table tbody tr:last-child td { border-bottom: 0; }
    .checker-status { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
    .checker-status.blocked { color: #ffc2d2; border: 1px solid rgba(216,77,124,.3); background: rgba(216,77,124,.11); }
    .checker-status.clean { color: #aaf4d4; border: 1px solid rgba(77,224,164,.26); background: rgba(77,224,164,.09); }
    .checker-status.unknown { color: #c7d2e7; border: 1px solid var(--line); background: rgba(132,157,207,.08); }
    .checker-empty { padding: 22px 18px; color: #65738c; font-size: 12px; text-align: center; }

    .faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: start; }
    .faq-sticky { position: sticky; top: 120px; }
    .faq-list { border-top: 1px solid var(--line); }
    .faq-item { border-bottom: 1px solid var(--line); }
    .faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; color: #dbe4f4; background: transparent; cursor: pointer; text-align: left; font-weight: 700; }
    .faq-question span:last-child { color: #71809c; transition: transform .2s ease; }
    .faq-answer { max-height: 0; overflow: hidden; color: var(--muted); font-size: 14px; transition: max-height .3s ease; }
    .faq-answer p { padding: 0 30px 22px 0; margin: 0; }
    .faq-item.open .faq-answer { max-height: 180px; }
    .faq-item.open .faq-question span:last-child { transform: rotate(45deg); color: var(--cyan); }

    .cta-card { position: relative; padding: 68px; overflow: hidden; border: 1px solid rgba(103,162,255,.34); border-radius: 30px; background: linear-gradient(120deg, #0c2450, #0a1123 52%, #5d1533); text-align: center; box-shadow: var(--shadow); }
    .cta-card::before, .cta-card::after { content:""; position:absolute; width:280px; height:280px; border:1px solid rgba(127,183,255,.12); border-radius:50%; }
    .cta-card::before { top:-190px; left:-30px; box-shadow: 0 0 0 50px rgba(127,183,255,.025), 0 0 0 100px rgba(127,183,255,.02); }
    .cta-card::after { right:-140px; bottom:-210px; box-shadow: 0 0 0 50px rgba(209,69,115,.025), 0 0 0 100px rgba(209,69,115,.02); }
    .cta-card h2 { max-width: 720px; margin-inline: auto; }
    .cta-card p { max-width: 610px; margin: 0 auto 28px; color: #b0bdd2; }

    footer { padding: 40px 0; border-top: 1px solid var(--line); }
    .footer-grid { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
    .footer-copy { color: #68758c; font-size: 11px; }
    .footer-links { display: flex; gap: 22px; color: #7d8aa1; font-size: 12px; }

    .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
    .reveal.visible { opacity: 1; transform: none; }

    @media (max-width: 960px) {
      .hero-grid, .checker-box, .faq-wrap { grid-template-columns: 1fr; }
      .hero { padding-top: 135px; }
      .hero-copy { text-align: center; }
      .hero-copy > p { margin-inline: auto; }
      .hero-actions, .micro-proof { justify-content: center; }
      .console { max-width: 630px; margin-inline: auto; transform: none; }
      .trust-grid { grid-template-columns: repeat(4, 1fr); }
      .trust-grid > div:first-child { grid-column: 1/-1; text-align: center; padding: 19px; border-bottom: 1px solid var(--line); }
      .trust-grid > div:nth-child(2) { border-left: 0; }
      .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; margin-top: 44px; }
      .feature-list { min-height: 0; }
      .faq-sticky { position: static; }
    }

    @media (max-width: 760px) {
      .container { width: min(100% - 28px, 1180px); }
      .section { padding: 78px 0; }
      .nav-links { position: absolute; top: 69px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(5,11,24,.97); box-shadow: var(--shadow); }
      .nav-links.open { display: flex; }
      .nav-links a { padding: 11px 13px; }
      .nav-links .button { margin-top: 7px; }
      .mobile-toggle { display: grid; place-items: center; }
      .hero { min-height: auto; padding: 122px 0 70px; }
      h1 { font-size: clamp(43px, 13.5vw, 67px); }
      .hero-copy > p { font-size: 16px; }
      .console { padding: 10px; border-radius: 20px; }
      .metric-grid { grid-template-columns: 1fr 1fr; }
      .metric:last-child { grid-column: 1/-1; }
      .endpoint { grid-template-columns: 1fr auto; }
      .endpoint code { display: none; }
      .trust-grid { grid-template-columns: 1fr 1fr; }
      .trust-grid > div { border-bottom: 1px solid var(--line); }
      .trust-grid > div:nth-child(4) { border-left: 0; }
      .feature-card:nth-child(n) { grid-column: 1/-1; min-height: 245px; }
      .features-grid { gap: 12px; }
      .steps { grid-template-columns: 1fr; }
      .pricing-top { align-items: stretch; flex-direction: column; }
      .billing-toggle {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-self: stretch;
      }
      .checker-copy { padding: 32px 25px; }
      .checker-demo { padding: 20px; }
      .input-shell { flex-direction: column; }
      .input-shell input { min-height: 42px; }
      .cta-card { padding: 45px 22px; }
      .footer-grid { align-items: flex-start; flex-direction: column; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
      .reveal { opacity: 1; transform: none; }
    }
    .brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-mark::after {
  display: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}


    /* Modern BV visual system — lightweight CSS-only effects */
    :root {
      --ink: #f3f5fb;
      --muted: #98a2b8;
      --blackish: #020308;
      --blackish-soft: #060811;
      --navy-blue: #061a40;
      --navy-950: #02040b;
      --navy-900: #050915;
      --navy-800: #09142b;
      --navy-700: #102a56;
      --saxon-blue: #5b7db1;
      --saxon-blue-light: #87a6d2;
      --blue: #315d9d;
      --cyan: #87a6d2;
      --wine: #800032;
      --wine-dark: #4b0a25;
      --wine-light: #b63f67;
      --green: #56d6a0;
      --line: rgba(135, 166, 210, .16);
      --line-strong: rgba(135, 166, 210, .3);
      --card: rgba(7, 11, 24, .72);
      --card-solid: #080d1b;
      --shadow: 0 26px 80px rgba(0, 0, 0, .48);
      --shadow-blue: 0 24px 70px rgba(6, 26, 64, .32);
      --radius: 24px;
    }

    html { scroll-padding-top: 92px; }

    body {
      isolation: isolate;
      background:
        radial-gradient(circle at 12% 5%, rgba(25, 58, 113, .25), transparent 31rem),
        radial-gradient(circle at 87% 9%, rgba(128, 0, 50, .18), transparent 29rem),
        linear-gradient(180deg, var(--blackish) 0%, #040713 42%, #020308 100%);
    }

    body::before {
      inset: -52px;
      z-index: -4;
      background-image:
        linear-gradient(rgba(91, 125, 177, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(91, 125, 177, .045) 1px, transparent 1px);
      background-size: 52px 52px;
      mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.84) 55%, transparent 94%);
      animation: gridDrift 28s linear infinite;
      will-change: transform;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      pointer-events: none;
      background: radial-gradient(circle at center, transparent 38%, rgba(0, 0, 0, .55) 100%);
    }

    @keyframes gridDrift {
      to { transform: translate3d(52px, 52px, 0); }
    }

    .ambient-background {
      position: fixed;
      inset: 0;
      z-index: -3;
      overflow: hidden;
      pointer-events: none;
      contain: strict;
    }

    .ambient-orb {
      position: absolute;
      width: min(48vw, 680px);
      aspect-ratio: 1;
      border-radius: 50%;
      opacity: .2;
      filter: blur(90px);
      transform: translate3d(0, 0, 0);
      will-change: transform;
    }

    .ambient-orb-blue {
      top: -20%;
      left: -15%;
      background: #061a40;
      animation: orbBlue 18s ease-in-out infinite alternate;
    }

    .ambient-orb-saxon {
      top: 28%;
      right: -22%;
      background: #5b7db1;
      opacity: .13;
      animation: orbSaxon 22s ease-in-out infinite alternate;
    }

    .ambient-orb-wine {
      bottom: -30%;
      left: 32%;
      background: #800032;
      opacity: .17;
      animation: orbWine 24s ease-in-out infinite alternate;
    }

    .ambient-noise {
      position: absolute;
      inset: 0;
      opacity: .035;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
    }

    @keyframes orbBlue { to { transform: translate3d(16vw, 13vh, 0) scale(1.08); } }
    @keyframes orbSaxon { to { transform: translate3d(-17vw, 12vh, 0) scale(.88); } }
    @keyframes orbWine { to { transform: translate3d(-14vw, -18vh, 0) scale(1.12); } }

    .section:not(.hero), .trust-strip, footer {
      content-visibility: auto;
      contain-intrinsic-size: 1px 760px;
    }

    .nav-shell {
      padding: 10px 0;
      transition: padding .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

    .nav-shell.scrolled {
      padding: 3px 0;
      background: rgba(2, 4, 11, .82);
      border-color: rgba(91, 125, 177, .18);
      box-shadow: 0 12px 40px rgba(0, 0, 0, .28);
      -webkit-backdrop-filter: blur(18px) saturate(125%);
      backdrop-filter: blur(18px) saturate(125%);
    }

    .scroll-progress {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--navy-700), var(--saxon-blue-light), var(--wine));
      box-shadow: 0 0 14px rgba(135, 166, 210, .55);
      transition: width .08s linear;
    }

    nav { height: 68px; }

    .brand-mark {
      width: 50px;
      height: 50px;
      padding: 2px;
      filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .42));
      transition: transform .25s ease, filter .25s ease;
    }

    .brand:hover .brand-mark {
      transform: translateY(-2px) rotate(-2deg) scale(1.035);
      filter: drop-shadow(0 12px 28px rgba(91, 125, 177, .24));
    }

    .brand-mark img { object-fit: contain; }

    .nav-links {
      gap: 4px;
      padding: 5px;
      border: 1px solid rgba(91, 125, 177, .12);
      border-radius: 16px;
      color: #aab4c7;
      background: rgba(8, 13, 27, .48);
      box-shadow: inset 0 1px rgba(255, 255, 255, .025);
    }

    .nav-link {
      position: relative;
      padding: 9px 11px;
      border-radius: 11px;
      white-space: nowrap;
      transition: color .2s ease, background-color .2s ease, transform .2s ease;
    }

    .nav-link:hover,
    .nav-link.active {
      color: #fff;
      background: linear-gradient(135deg, rgba(16, 42, 86, .7), rgba(128, 0, 50, .24));
    }

    .nav-link.active::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 3px;
      width: 16px;
      height: 2px;
      border-radius: 99px;
      background: linear-gradient(90deg, var(--saxon-blue-light), var(--wine-light));
      transform: translateX(-50%);
    }

    .nav-contact { min-height: 40px; padding: 0 15px; margin-left: 3px; }

    .button {
      position: relative;
      overflow: hidden;
      border-color: rgba(91, 125, 177, .28);
      background: linear-gradient(145deg, rgba(16, 42, 86, .52), rgba(6, 9, 20, .84));
      box-shadow: inset 0 1px rgba(255, 255, 255, .045);
    }

    .button::after {
      content: "";
      position: absolute;
      top: -120%;
      left: -30%;
      width: 34%;
      height: 340%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
      transform: rotate(24deg);
      transition: left .55s ease;
      pointer-events: none;
    }

    .button:hover::after { left: 120%; }

    .button.primary {
      background: linear-gradient(135deg, #102a56 0%, #315d9d 46%, #800032 100%);
      border-color: rgba(135, 166, 210, .46);
      box-shadow: 0 14px 38px rgba(6, 26, 64, .3), inset 0 1px rgba(255, 255, 255, .08);
    }

    .button:disabled { opacity: .58; cursor: wait; transform: none; }

    .button.is-loading::before {
      content: "";
      width: 14px;
      height: 14px;
      border: 2px solid rgba(255,255,255,.35);
      border-top-color: #fff;
      border-radius: 50%;
      animation: buttonSpin .7s linear infinite;
    }

    @keyframes buttonSpin { to { transform: rotate(360deg); } }

    .hero { min-height: 790px; }

    .launch-pill,
    .console,
    .feature-card,
    .price-card,
    .checker-box,
    .checker-results,
    .cta-card {
      -webkit-backdrop-filter: blur(14px);
      backdrop-filter: blur(14px);
    }

    .launch-pill {
      border-color: rgba(91, 125, 177, .25);
      background: linear-gradient(135deg, rgba(16, 42, 86, .42), rgba(128, 0, 50, .12));
    }

    .gradient-text {
      background: linear-gradient(95deg, #f7f8fc 2%, #87a6d2 54%, #b63f67 100%);
      background-size: 180% 180%;
      background-clip: text;
      -webkit-background-clip: text;
      animation: textGradient 8s ease infinite;
    }

    @keyframes textGradient {
      0%, 100% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
    }

    .console {
      border-color: rgba(91, 125, 177, .25);
      background: linear-gradient(150deg, rgba(11, 28, 61, .86), rgba(4, 7, 16, .94) 62%, rgba(75, 10, 37, .25));
      box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,.025) inset;
      transition: transform .4s ease, border-color .3s ease, box-shadow .3s ease;
    }

    .console:hover {
      transform: perspective(1200px) rotateY(-1.5deg) rotateX(.7deg) translateY(-5px);
      border-color: rgba(135, 166, 210, .42);
      box-shadow: 0 32px 90px rgba(0,0,0,.52), 0 0 55px rgba(6,26,64,.2);
    }

    .dashboard { background: rgba(3, 7, 17, .82); }

    .trust-strip {
      border-color: rgba(91, 125, 177, .16);
      background: linear-gradient(90deg, rgba(5, 10, 23, .7), rgba(16, 42, 86, .22), rgba(75, 10, 37, .18), rgba(5, 10, 23, .7));
    }

    .feature-card,
    .price-card {
      border-color: rgba(91, 125, 177, .15);
      background: linear-gradient(145deg, rgba(11, 24, 50, .74), rgba(5, 8, 18, .9) 67%, rgba(75, 10, 37, .12));
      box-shadow: inset 0 1px rgba(255,255,255,.025);
      transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
    }

    .feature-card::before,
    .price-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(135,166,210,.34), transparent 38%, rgba(128,0,50,.28));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      opacity: .45;
    }

    .feature-card:hover,
    .price-card:hover {
      transform: translateY(-7px);
      border-color: rgba(135, 166, 210, .32);
      box-shadow: 0 24px 65px rgba(0,0,0,.34), 0 0 35px rgba(6,26,64,.14);
    }

    .feature-icon {
      border-color: rgba(91, 125, 177, .34);
      color: var(--saxon-blue-light);
      background: linear-gradient(145deg, rgba(16,42,86,.42), rgba(128,0,50,.1));
    }

    .mini-bars i { background: linear-gradient(to top, var(--navy-700), var(--saxon-blue-light)); }

    .how { background: linear-gradient(180deg, transparent, rgba(6, 26, 64, .22), rgba(75, 10, 37, .1), transparent); }

    .step {
      position: relative;
      overflow: hidden;
      border-top-color: rgba(135, 166, 210, .5);
      background: linear-gradient(180deg, rgba(16, 42, 86, .42), rgba(5, 8, 18, .15));
      transition: transform .25s ease, background-color .25s ease;
    }

    .step:hover { transform: translateY(-4px); }

    .billing-toggle { background: rgba(4, 8, 18, .84); }
    .billing-toggle button.active { background: linear-gradient(135deg, #102a56, #800032); }

    .price-card.featured {
      background: linear-gradient(155deg, rgba(16, 42, 86, .92), rgba(5, 9, 19, .97) 51%, rgba(128, 0, 50, .32));
      border-color: rgba(135, 166, 210, .42);
      box-shadow: 0 30px 85px rgba(6, 26, 64, .22);
    }

    .popular { background: rgba(128, 0, 50, .34); }

    .checker-box {
      border-color: rgba(91, 125, 177, .26);
      background: linear-gradient(130deg, rgba(16, 42, 86, .72), rgba(4, 8, 18, .95) 57%, rgba(75, 10, 37, .25));
    }

    .checker-copy { background: radial-gradient(circle at 0 100%, rgba(128, 0, 50, .26), transparent 62%); }
    .checker-demo { background: rgba(2, 5, 12, .54); }

    .checker-textarea {
      border-color: rgba(91, 125, 177, .2);
      background: rgba(2, 6, 15, .82);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
    }

    .checker-textarea:focus {
      border-color: rgba(135, 166, 210, .56);
      box-shadow: 0 0 0 4px rgba(91, 125, 177, .09), 0 18px 44px rgba(0,0,0,.18);
    }

    .checker-textarea.invalid {
      border-color: rgba(182, 63, 103, .65);
      box-shadow: 0 0 0 4px rgba(128, 0, 50, .12);
    }

    .checker-form-meta {
      min-height: 17px;
      display: flex;
      justify-content: flex-end;
      margin-top: -5px;
      color: #71809a;
      font-size: 10px;
    }

    .checker-form-meta .invalid { color: #e282a2; }

    .checker-results { background: rgba(3, 7, 16, .84); }
    .checker-table tbody tr { transition: background-color .18s ease; }
    .checker-table tbody tr:hover { background: rgba(91, 125, 177, .055); }

    .faq-question {
      border-radius: 12px;
      transition: color .2s ease, background-color .2s ease, padding .2s ease;
    }

    .faq-question:hover {
      padding-inline: 13px;
      color: #fff;
      background: linear-gradient(90deg, rgba(16,42,86,.26), rgba(128,0,50,.08));
    }

    .cta-card {
      background: linear-gradient(120deg, #0b2049, #060a15 52%, #620027);
      border-color: rgba(135, 166, 210, .28);
    }

    footer { background: rgba(2, 4, 10, .48); }

    .back-to-top {
      position: fixed;
      right: 22px;
      bottom: 22px;
      z-index: 90;
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(135, 166, 210, .28);
      border-radius: 15px;
      color: #fff;
      background: linear-gradient(145deg, rgba(16, 42, 86, .9), rgba(75, 10, 37, .84));
      box-shadow: 0 16px 38px rgba(0,0,0,.4);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transform: translateY(12px);
      transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    }

    .back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
    .back-to-top:hover { transform: translateY(-3px); }
    .back-to-top svg { width: 19px; height: 19px; }

    :focus-visible {
      outline: 2px solid var(--saxon-blue-light);
      outline-offset: 3px;
    }

    @media (max-width: 1120px) {
      .nav-links { gap: 1px; }
      .nav-link { padding-inline: 8px; font-size: 12px; }
      .nav-contact { padding-inline: 11px; }
    }

    @media (max-width: 960px) {
      .nav-links {
        position: absolute;
        top: 76px;
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 3px;
        padding: 12px;
        border-color: rgba(91, 125, 177, .24);
        background: rgba(3, 7, 16, .96);
        box-shadow: var(--shadow);
      }
      .nav-links.open { display: flex; animation: menuOpen .18s ease both; }
      .nav-link { padding: 11px 13px; font-size: 14px; }
      .nav-link.active::after { display: none; }
      .nav-contact { margin: 5px 0 0; }
      .mobile-toggle { display: grid; place-items: center; }
    }

    @keyframes menuOpen {
      from { opacity: 0; transform: translateY(-8px) scale(.985); }
    }

    @media (max-width: 760px) {
      .nav-shell { padding-block: 4px; }
      nav { height: 64px; }
      .nav-links { top: 67px; left: 14px; right: 14px; }
      .brand-mark { width: 44px; height: 44px; }
      .back-to-top { right: 14px; bottom: 14px; }
      .ambient-orb { width: 80vw; filter: blur(70px); }
    }

    @media (prefers-reduced-motion: reduce) {
      body::before,
      .ambient-orb,
      .gradient-text { animation: none !important; }
    }

    /* Mobile viewport lock: prevent page-level horizontal drag/overflow. */
    html,
    body {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden;
      overscroll-behavior-x: none;
    }

    @supports (overflow: clip) {
      html,
      body {
        overflow-x: clip;
      }
    }

    body {
      position: relative;
    }

    header,
    main,
    footer,
    section,
    .trust-strip,
    .ambient-background {
      max-width: 100%;
      overflow-x: clip;
    }

    nav,
    .container,
    .hero-grid,
    .hero-copy,
    .console,
    .dashboard,
    .features-grid,
    .feature-card,
    .steps,
    .step,
    .pricing-grid,
    .price-card,
    .checker-box,
    .checker-copy,
    .checker-demo,
    .checker-results,
    .faq-wrap,
    .faq-list,
    .footer-grid {
      min-width: 0;
    }

    nav {
      position: relative;
      width: 100%;
    }

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

    .brand > span:last-child {
      min-width: 0;
    }

    @media (max-width: 760px) {
      html,
      body {
        touch-action: pan-y;
      }

      .container {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
      }

      .hero-grid,
      .checker-box,
      .faq-wrap,
      .pricing-grid,
      .features-grid,
      .steps {
        width: 100%;
        max-width: 100%;
      }

      .console {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
      }

      .console::before {
        inset: -18px;
      }

      .dashboard,
      .metric,
      .route-map,
      .endpoint,
      .checker-textarea,
      .checker-actions,
      .cta-card {
        max-width: 100%;
      }

      .checker-table-wrap {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      .checker-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
      }

      .checker-table th,
      .checker-table td {
        padding: 11px 8px;
        overflow-wrap: anywhere;
        word-break: break-word;
      }

      .checker-table th:nth-child(1),
      .checker-table td:nth-child(1) {
        width: 42px;
        text-align: center;
      }

      .checker-table th:nth-child(3),
      .checker-table td:nth-child(3) {
        width: 94px;
      }

      .checker-status {
        max-width: 100%;
        white-space: normal;
        text-align: center;
        justify-content: center;
      }

      .footer-links {
        width: 100%;
        flex-wrap: wrap;
        row-gap: 10px;
      }
    }


/* Shared informational and legal pages */
.page-main { padding-top: 88px; }
.page-hero {
  position: relative;
  padding: 110px 0 58px;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(135,166,210,.34), rgba(128,0,50,.28), transparent);
  transform: translateX(-50%);
}
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: 54px;
  align-items: end;
}
.page-hero h1 {
  max-width: 850px;
  margin: 16px 0 20px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1;
}
.page-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: #a8b3c7;
  font-size: 17px;
}
.page-meta-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(11,24,50,.72), rgba(5,8,18,.9));
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.page-meta-card small {
  display: block;
  margin-bottom: 5px;
  color: #7787a3;
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.page-meta-card strong { font: 600 15px "Space Grotesk", sans-serif; }
.page-meta-card hr { margin: 16px 0; border: 0; border-top: 1px solid var(--line); }
.content-section { padding: 62px 0 100px; }
.content-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}
.content-nav {
  position: sticky;
  top: 108px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5,10,22,.76);
  backdrop-filter: blur(14px);
}
.content-nav strong {
  display: block;
  margin: 0 0 10px;
  color: #dfe7f6;
  font: 600 13px "Space Grotesk", sans-serif;
}
.content-nav a {
  display: block;
  padding: 8px 10px;
  border-radius: 9px;
  color: #8795ad;
  font-size: 12px;
  transition: .2s ease;
}
.content-nav a:hover { color: #fff; background: rgba(91,125,177,.1); }
.content-card {
  padding: clamp(25px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(11,24,50,.72), rgba(5,8,18,.92) 68%, rgba(75,10,37,.1));
  box-shadow: 0 28px 80px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.025);
}
.content-card section { scroll-margin-top: 108px; }
.content-card section + section { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--line); }
.content-card h2 { margin: 0 0 14px; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.035em; }
.content-card h3 { margin: 26px 0 9px; font-size: 18px; }
.content-card p, .content-card li { color: #aeb9cb; font-size: 14px; }
.content-card ul, .content-card ol { padding-left: 21px; }
.content-card li + li { margin-top: 7px; }
.content-card a:not(.button) { color: #a9c9ff; text-decoration: underline; text-decoration-color: rgba(169,201,255,.35); text-underline-offset: 3px; }
.notice-box {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid rgba(135,166,210,.22);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(16,42,86,.28), rgba(128,0,50,.08));
  color: #c4cede;
  font-size: 13px;
}
.notice-box.warning { border-color: rgba(182,63,103,.3); background: rgba(128,0,50,.1); }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}
.contact-method {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5,11,24,.62);
}
.contact-method span {
  display: block;
  margin-bottom: 7px;
  color: #7787a3;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-method strong { display: block; margin-bottom: 5px; font: 600 17px "Space Grotesk", sans-serif; }
.contact-method p { margin: 0; font-size: 12px; }
.contact-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.form-field label { display: block; margin-bottom: 7px; color: #aab6c9; font-size: 12px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: none;
  color: #e5ebf6;
  background: rgba(2,6,15,.82);
  font: 13px "DM Sans", sans-serif;
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: rgba(135,166,210,.55);
  box-shadow: 0 0 0 4px rgba(91,125,177,.09);
}
.form-field select option { color: #111; }
.form-help { color: #71809a; font-size: 11px; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.info-panel { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(5,11,24,.62); }
.info-panel h3 { margin-top: 0; }
.site-map-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px 24px; }
.site-map-links a { padding: 6px 0; }
.footer-links { flex-wrap: wrap; justify-content: flex-end; }
.footer-links a:hover { color: #fff; }
.footer-support { color: #91a5c5; }

@media (max-width: 960px) {
  .page-hero-grid, .content-layout { grid-template-columns: 1fr; }
  .page-meta-card { max-width: 540px; }
  .content-nav { position: static; display: flex; flex-wrap: wrap; gap: 4px; }
  .content-nav strong { width: 100%; }
}
@media (max-width: 760px) {
  .page-main { padding-top: 68px; }
  .page-hero { padding: 78px 0 42px; }
  .page-hero::after { width: calc(100% - 28px); }
  .content-section { padding: 42px 0 74px; }
  .contact-grid, .form-row, .info-grid, .site-map-links { grid-template-columns: 1fr; }
  .content-card { border-radius: 20px; }
  .footer-links { justify-content: flex-start; }
}

/* Cross-page navigation and internal linking */
.nav-dropdown {
  position: relative;
  align-self: center;
}
.nav-dropdown summary {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 11px;
  border-radius: 11px;
  color: #aab4c7;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
  transition: color .2s ease, background-color .2s ease;
}
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary:hover,
.nav-dropdown[open] summary,
.nav-dropdown.active summary {
  color: #fff;
  background: linear-gradient(135deg, rgba(16, 42, 86, .7), rgba(128, 0, 50, .24));
}
.nav-dropdown summary span { transition: transform .2s ease; }
.nav-dropdown[open] summary span { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 120;
  width: 260px;
  padding: 9px;
  border: 1px solid rgba(91, 125, 177, .22);
  border-radius: 15px;
  background: rgba(3, 7, 16, .98);
  box-shadow: 0 24px 70px rgba(0,0,0,.48);
  backdrop-filter: blur(18px);
}
.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  right: 20px;
  top: -6px;
  width: 11px;
  height: 11px;
  border-top: 1px solid rgba(91,125,177,.22);
  border-left: 1px solid rgba(91,125,177,.22);
  background: #050916;
  transform: rotate(45deg);
}
.nav-dropdown-menu a {
  display: block;
  padding: 10px 11px;
  border-radius: 10px;
  color: #98a6bd;
  font-size: 12px;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active {
  color: #fff;
  background: linear-gradient(90deg, rgba(16,42,86,.45), rgba(128,0,50,.14));
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #72809a;
  font-size: 11px;
}
.breadcrumb a { color: #9db2d4; }
.breadcrumb a:hover { color: #fff; }

.related-pages-section {
  padding: 20px 0 100px;
}
.related-pages-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.related-pages-head h2 {
  max-width: 700px;
  margin-bottom: 0;
  font-size: clamp(30px, 4.5vw, 48px);
}
.text-link-arrow {
  flex-shrink: 0;
  color: #a8b9d5;
  font-size: 13px;
  font-weight: 700;
}
.text-link-arrow:hover { color: #fff; }
.related-pages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.related-page-card {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: 23px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(11,24,50,.72), rgba(5,8,18,.92) 68%, rgba(75,10,37,.12));
  box-shadow: inset 0 1px rgba(255,255,255,.025);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.related-page-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 100% 0, rgba(91,125,177,.13), transparent 48%);
}
.related-page-card:hover {
  transform: translateY(-5px);
  border-color: rgba(135,166,210,.38);
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
}
.related-page-label {
  position: relative;
  color: #e6ebf5;
  font: 600 17px "Space Grotesk", sans-serif;
}
.related-page-card p {
  position: relative;
  margin: 11px 0 18px;
  color: #8f9bb0;
  font-size: 12px;
  line-height: 1.6;
}
.related-page-arrow {
  position: relative;
  margin-top: auto;
  color: #9eb8df;
  font-size: 11px;
  font-weight: 700;
}
.support-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(135,166,210,.22);
  border-radius: 18px;
  background: linear-gradient(110deg, rgba(16,42,86,.42), rgba(5,8,18,.82) 58%, rgba(128,0,50,.17));
}
.support-strip strong { display: block; margin-bottom: 3px; font: 600 16px "Space Grotesk", sans-serif; }
.support-strip span { color: #8e9bb1; font-size: 12px; }
.support-strip-actions { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.support-strip-actions .button { min-height: 42px; }
.site-directory-section { padding-top: 72px; }
.home-directory-grid { margin-top: 38px; }

.site-footer { padding: 54px 0 22px; }
.footer-main {
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(0, 1.5fr);
  gap: 70px;
  align-items: start;
}
.footer-brand-column p {
  max-width: 360px;
  margin: 18px 0 12px;
  color: #76849a;
  font-size: 12px;
}
.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}
.footer-column strong {
  display: block;
  margin-bottom: 13px;
  color: #d6deed;
  font: 600 12px "Space Grotesk", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-column a {
  display: block;
  padding: 5px 0;
  color: #7d8aa1;
  font-size: 12px;
}
.footer-column a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #647188;
  font-size: 10px;
}
.footer-bottom a { color: #8fa4c5; }

@media (max-width: 1040px) {
  .related-pages-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .nav-dropdown { width: 100%; }
  .nav-dropdown summary { padding: 11px 13px; font-size: 14px; }
  .nav-dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 5px;
    box-shadow: none;
    background: rgba(9,15,31,.7);
  }
  .nav-dropdown-menu::before { display: none; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
}
@media (max-width: 760px) {
  .related-pages-head,
  .support-strip,
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .related-pages-grid { grid-template-columns: 1fr; }
  .related-page-card { min-height: 160px; }
  .support-strip-actions { width: 100%; justify-content: flex-start; }
  .support-strip-actions .button { width: 100%; }
  .footer-nav-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .related-pages-section { padding-bottom: 74px; }
}
@media (max-width: 460px) {
  .footer-nav-grid { grid-template-columns: 1fr; }
}

