    :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, minmax(0, 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%; }
    .simple-price-card { overflow: hidden; }
    .simple-price-card .simple-badge { color: #c9ffe9; background: rgba(77,224,164,.12); }
    .simple-target-picker { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 18px 0 2px; padding: 8px 9px 8px 12px; border: 1px solid rgba(108,158,255,.14); border-radius: 12px; background: rgba(4,10,22,.46); }
    .simple-target-picker > span { color: #7f8da5; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    .simple-target-options { display: flex; gap: 4px; }
    .simple-target-options button { min-width: 34px; height: 30px; padding: 0 9px; border: 1px solid transparent; border-radius: 8px; color: #8392ab; background: rgba(255,255,255,.025); cursor: pointer; font: 700 11px "Space Grotesk"; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
    .simple-target-options button:hover { color: #dce8f7; border-color: rgba(108,158,255,.2); }
    .simple-target-options button.active { color: #dfffee; border-color: rgba(77,224,164,.25); background: rgba(77,224,164,.1); box-shadow: 0 6px 16px rgba(0,0,0,.18); }
    .simple-price-card .feature-list { min-height: 247px; }
    .simple-pricing-section { position: relative; background: linear-gradient(180deg, transparent, rgba(6,18,35,.58), transparent); }
    .simple-pricing-section::before { content: ""; position: absolute; inset: 10% 0 auto; height: 70%; pointer-events: none; background: radial-gradient(circle at 18% 45%, rgba(77,224,164,.055), transparent 34%), radial-gradient(circle at 78% 35%, rgba(78,135,255,.07), transparent 36%); }
    .simple-pricing-section .container { position: relative; }
    .simple-pricing-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 24px; align-items: stretch; max-width: 980px; margin: 44px auto 0; }
    .simple-pricing-layout .simple-price-card { min-height: 100%; border-color: rgba(77,224,164,.22); background: linear-gradient(155deg, rgba(10,32,46,.9), rgba(7,15,33,.9) 58%, rgba(12,43,38,.35)); box-shadow: 0 28px 80px rgba(0,0,0,.2); }
    .simple-pricing-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; border: 1px solid rgba(107,158,255,.16); border-radius: 24px; background: rgba(7,15,33,.52); }
    .simple-pricing-copy h3 { max-width: 540px; margin: 10px 0 12px; font-size: clamp(27px,3vw,38px); letter-spacing: -.04em; }
    .simple-pricing-copy > p { max-width: 620px; color: var(--muted); font-size: 14px; }
    .simple-kicker { color: var(--green); font: 700 10px "Space Grotesk"; letter-spacing: .16em; text-transform: uppercase; }
    .simple-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 26px 0 22px; }
    .simple-facts div { padding: 15px; border: 1px solid rgba(108,158,255,.12); border-radius: 14px; background: rgba(4,10,22,.38); }
    .simple-facts strong { display: block; color: #e3edf8; font: 700 17px "Space Grotesk"; }
    .simple-facts span { display: block; margin-top: 4px; color: #73829b; font-size: 10px; }
    .simple-paddle-note { margin: 0; padding-top: 18px; border-top: 1px solid rgba(108,158,255,.11); color: #71809a !important; font-size: 11px !important; }
    .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: 1180px) {
      .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 960px) {
      .simple-pricing-layout { grid-template-columns: 1fr; max-width: 680px; }
      .simple-pricing-copy { padding: 30px; }
      .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: repeat(2, minmax(0, 1fr)); max-width: 100%; margin-inline: auto; margin-top: 44px; }
      .feature-list, .simple-price-card .feature-list { min-height: 0; }
      .faq-sticky { position: static; }
    }

    @media (max-width: 760px) {
      .simple-facts { grid-template-columns: 1fr; }
      .simple-pricing-copy { padding: 25px; }
      .container { width: min(100% - 28px, 1180px); }
      .section { padding: 78px 0; }
      .pricing-grid { grid-template-columns: 1fr; max-width: 620px; }
      .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; }
}


/* Professional information mega menu */
.nav-mega {
  position: relative;
  align-self: center;
}

.nav-mega > summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #aab4c7;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.nav-mega > summary::-webkit-details-marker { display: none; }
.nav-mega > summary:hover,
.nav-mega[open] > summary,
.nav-mega.active > summary {
  color: #fff;
  border-color: rgba(135,166,210,.15);
  background: linear-gradient(135deg, rgba(16,42,86,.64), rgba(128,0,50,.18));
}
.nav-chevron {
  width: 15px;
  height: 15px;
  transition: transform .22s ease;
}
.nav-mega[open] .nav-chevron { transform: rotate(180deg); }

.nav-mega-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: -94px;
  z-index: 140;
  width: min(680px, calc(100vw - 32px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(135,166,210,.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(49,93,157,.16), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(128,0,50,.12), transparent 42%),
    rgba(3,7,16,.985);
  box-shadow: 0 30px 90px rgba(0,0,0,.58), inset 0 1px rgba(255,255,255,.035);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
  backdrop-filter: blur(24px) saturate(125%);
  transform-origin: top right;
  animation: navMegaOpen .2s ease both;
}
.nav-mega-menu::before { display: none; }
@keyframes navMegaOpen {
  from { opacity: 0; transform: translateY(-8px) scale(.985); }
  to { opacity: 1; transform: none; }
}

.nav-mega-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px 19px;
  border-bottom: 1px solid rgba(135,166,210,.12);
  background: linear-gradient(90deg, rgba(16,42,86,.23), rgba(128,0,50,.07));
}
.nav-mega-kicker {
  display: block;
  margin-bottom: 5px;
  color: #87a6d2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.nav-mega-header strong {
  display: block;
  color: #f2f5fb;
  font: 600 17px "Space Grotesk", sans-serif;
  letter-spacing: -.02em;
}
.nav-mega-header p {
  margin: 5px 0 0;
  color: #78869d;
  font-size: 11px;
}
.nav-mega-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  padding: 7px 10px;
  border: 1px solid rgba(86,214,160,.17);
  border-radius: 999px;
  color: #90d9b9;
  background: rgba(86,214,160,.055);
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}
.nav-mega-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #56d6a0;
  box-shadow: 0 0 12px rgba(86,214,160,.65);
}

.nav-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 18px;
}
.nav-mega-group {
  min-width: 0;
  padding: 6px;
  border: 1px solid rgba(135,166,210,.09);
  border-radius: 16px;
  background: rgba(7,12,25,.48);
}
.nav-mega-group-title {
  display: block;
  padding: 7px 9px 9px;
  color: #6f7d94;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nav-dropdown-menu .nav-mega-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: inherit;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.nav-dropdown-menu .nav-mega-item:hover,
.nav-dropdown-menu .nav-mega-item.active {
  color: inherit;
  border-color: rgba(135,166,210,.14);
  background: linear-gradient(105deg, rgba(16,42,86,.38), rgba(128,0,50,.08));
  transform: translateX(2px);
}
.nav-mega-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(135,166,210,.17);
  border-radius: 10px;
  color: #91add2;
  background: linear-gradient(145deg, rgba(16,42,86,.46), rgba(6,9,20,.85));
}
.nav-mega-icon svg { width: 18px; height: 18px; }
.nav-mega-item > span:nth-child(2) { min-width: 0; }
.nav-mega-item strong {
  display: block;
  overflow: hidden;
  color: #dfe6f2;
  font: 600 12px "Space Grotesk", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-mega-item small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #748298;
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-mega-arrow {
  width: 15px;
  height: 15px;
  color: #53637d;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .18s ease, transform .18s ease, color .18s ease;
}
.nav-mega-item:hover .nav-mega-arrow,
.nav-mega-item.active .nav-mega-arrow {
  color: #9cb9e1;
  opacity: 1;
  transform: none;
}

.nav-mega-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 5px 3px 3px;
}
.nav-dropdown-menu .nav-mega-mini {
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid rgba(135,166,210,.09);
  border-radius: 10px;
  color: inherit;
  background: rgba(3,7,16,.48);
  text-align: center;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.nav-dropdown-menu .nav-mega-mini:hover,
.nav-dropdown-menu .nav-mega-mini.active {
  color: inherit;
  border-color: rgba(135,166,210,.22);
  background: rgba(16,42,86,.24);
  transform: translateY(-2px);
}
.nav-mega-mini strong {
  display: block;
  overflow: hidden;
  color: #cdd7e7;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-mega-mini span {
  display: block;
  margin-top: 3px;
  color: #68768c;
  font-size: 8px;
  line-height: 1.25;
}

.nav-mega-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 20px;
  border-top: 1px solid rgba(135,166,210,.12);
  background: rgba(2,5,12,.62);
}
.nav-mega-footer > div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.nav-mega-support-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  color: #9db9df;
  background: linear-gradient(145deg, rgba(16,42,86,.6), rgba(128,0,50,.16));
}
.nav-mega-support-icon svg { width: 17px; height: 17px; }
.nav-mega-footer strong {
  display: block;
  color: #dce4f1;
  font-size: 10px;
}
.nav-mega-footer small {
  display: block;
  margin-top: 1px;
  color: #708097;
  font-size: 9px;
}
.nav-dropdown-menu .nav-mega-footer > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  padding: 9px 12px;
  border: 1px solid rgba(135,166,210,.2);
  border-radius: 10px;
  color: #eaf0fa;
  background: linear-gradient(135deg, rgba(16,42,86,.68), rgba(128,0,50,.22));
  font-size: 10px;
  font-weight: 700;
}
.nav-dropdown-menu .nav-mega-footer > a:hover {
  color: #fff;
  border-color: rgba(135,166,210,.4);
  background: linear-gradient(135deg, rgba(22,56,113,.82), rgba(128,0,50,.32));
}

/* Email-first support UI */
.support-channel-primary {
  grid-column: span 2;
  background:
    radial-gradient(circle at 100% 0, rgba(49,93,157,.18), transparent 45%),
    linear-gradient(145deg, rgba(11,24,50,.78), rgba(5,8,18,.94));
  border-color: rgba(135,166,210,.25);
}
.support-channel-secondary {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
  padding-block: 17px;
  opacity: .82;
}
.support-channel-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 17px;
}
.support-channel-actions .button { min-height: 42px; }
.support-channel-actions .button.secondary { background: rgba(8,14,29,.66); }
.support-email-address {
  font-size: clamp(17px, 2.2vw, 23px) !important;
  word-break: break-word;
}
.copy-feedback {
  min-height: 18px;
  margin-top: 8px;
  color: #7fcaab;
  font-size: 10px;
}

@media (max-width: 960px) {
  .nav-mega { width: 100%; }
  .nav-mega > summary {
    width: 100%;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 13px;
    font-size: 14px;
  }
  .nav-mega-menu {
    position: static;
    width: 100%;
    max-height: min(68vh, 650px);
    margin-top: 6px;
    overflow-y: auto;
    border-radius: 16px;
    animation: menuOpen .18s ease both;
  }
  .nav-mega-header { padding: 17px; }
  .nav-mega-grid { padding: 11px; }
  .nav-mega-footer { padding: 13px; }
}

@media (max-width: 620px) {
  .nav-mega-header { display: block; }
  .nav-mega-status { margin-top: 11px; }
  .nav-mega-grid { grid-template-columns: 1fr; }
  .nav-mega-mini-grid { grid-template-columns: 1fr; }
  .nav-dropdown-menu .nav-mega-mini {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .nav-mega-mini span { margin: 0; }
  .nav-mega-footer { align-items: stretch; flex-direction: column; }
  .nav-dropdown-menu .nav-mega-footer > a { justify-content: center; }
  .support-channel-primary,
  .support-channel-secondary { grid-column: auto; }
  .support-channel-secondary { grid-template-columns: 1fr; }
  .support-channel-actions .button { width: 100%; }
}

/* Final mega-menu interaction fixes */
.nav-mega[open] > summary > span { transform: none !important; }

@media (max-width: 960px) {
  .nav-links.open {
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(135,166,210,.35) transparent;
  }
  .nav-mega-menu {
    max-height: none;
    overflow: visible;
  }
}


/* Dedicated free checker spotlight */
.nav-demo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 5px 11px 5px 7px;
  border: 1px solid rgba(86,214,160,.32);
  border-radius: 13px;
  color: #f4fff9 !important;
  background: linear-gradient(135deg, rgba(21,78,72,.6), rgba(8,22,34,.88) 58%, rgba(16,42,86,.6));
  box-shadow: inset 0 1px rgba(255,255,255,.055), 0 10px 28px rgba(0,0,0,.18);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.nav-demo-link::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(86,214,160,.45), transparent 48%, rgba(135,166,210,.36));
  opacity: .45;
  filter: blur(8px);
}
.nav-demo-link:hover,
.nav-demo-link.active {
  transform: translateY(-2px);
  border-color: rgba(86,214,160,.62);
  box-shadow: 0 14px 32px rgba(10,65,62,.2);
}
.nav-demo-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(86,214,160,.3);
  border-radius: 9px;
  color: #86efc2;
  background: rgba(86,214,160,.1);
}
.nav-demo-icon svg { width: 17px; height: 17px; }
.nav-demo-link > span:last-child { display: grid; line-height: 1.05; }
.nav-demo-link strong { font-size: 11px; letter-spacing: .01em; }
.nav-demo-link small { margin-top: 3px; color: #78d7ae; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.button-live-dot,
.demo-showcase-badge i,
.page-demo-ribbon-copy > span i,
.related-checker-badge i,
.footer-demo-banner span i,
.checker-free-badge i {
  width: 7px;
  height: 7px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(86,214,160,.09), 0 0 15px rgba(86,214,160,.5);
}
.hero-demo-button { border-color: rgba(86,214,160,.32); }

.nav-mega-demo-card {
  display: grid !important;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
  margin: 0 14px 3px;
  padding: 13px 14px !important;
  border: 1px solid rgba(86,214,160,.22) !important;
  border-radius: 14px !important;
  color: #edfdf6 !important;
  background:
    radial-gradient(circle at 100% 0, rgba(86,214,160,.12), transparent 45%),
    linear-gradient(135deg, rgba(15,55,55,.62), rgba(6,14,28,.92) 64%, rgba(16,42,86,.45)) !important;
}
.nav-mega-demo-card:hover { border-color: rgba(86,214,160,.46) !important; transform: translateY(-1px); }
.nav-mega-demo-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(86,214,160,.25);
  border-radius: 12px;
  color: #86efc2;
  background: rgba(86,214,160,.09);
}
.nav-mega-demo-icon svg { width: 21px; height: 21px; }
.nav-mega-demo-copy { min-width: 0; display: grid; }
.nav-mega-demo-copy small { color: #70d7aa; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.nav-mega-demo-copy strong { margin: 2px 0; font-size: 12px; }
.nav-mega-demo-copy > span { color: #8698ae; font-size: 9px; }
.nav-mega-demo-cta { color: #a6f0cf; font-size: 9px; font-weight: 800; white-space: nowrap; }
.nav-mega-demo-cta b { margin-left: 4px; }

.page-demo-ribbon { position: relative; z-index: 5; margin-top: -25px; }
.page-demo-ribbon-inner {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 17px;
  padding: 18px 20px;
  border: 1px solid rgba(86,214,160,.2);
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(86,214,160,.1), transparent 42%),
    linear-gradient(135deg, rgba(10,35,41,.9), rgba(5,9,20,.96) 58%, rgba(16,42,86,.44));
  box-shadow: 0 22px 58px rgba(0,0,0,.3);
}
.page-demo-ribbon-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(86,214,160,.26);
  border-radius: 14px;
  color: #8bf0c7;
  background: rgba(86,214,160,.08);
}
.page-demo-ribbon-icon svg { width: 23px; height: 23px; }
.page-demo-ribbon-copy { min-width: 0; display: grid; }
.page-demo-ribbon-copy > span { display: inline-flex; align-items: center; gap: 8px; color: #72d7ad; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.page-demo-ribbon-copy strong { margin: 3px 0 1px; font: 600 15px "Space Grotesk"; color: #f4f8ff; }
.page-demo-ribbon-copy p { margin: 0; color: #8190a7; font-size: 11px; }
.demo-ribbon-button { min-height: 43px; border-color: rgba(86,214,160,.28); background: linear-gradient(135deg, rgba(28,100,79,.72), rgba(16,42,86,.7)); }

.demo-showcase { padding-top: 75px; }
.demo-showcase-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 55px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid rgba(86,214,160,.22);
  border-radius: 31px;
  background:
    radial-gradient(circle at 90% 10%, rgba(86,214,160,.12), transparent 30%),
    radial-gradient(circle at 10% 100%, rgba(49,93,157,.22), transparent 38%),
    linear-gradient(135deg, rgba(10,27,39,.94), rgba(4,8,18,.98) 55%, rgba(75,10,37,.24));
  box-shadow: 0 32px 90px rgba(0,0,0,.42);
}
.demo-showcase-shell::before { content:""; position:absolute; inset:0; pointer-events:none; background: linear-gradient(115deg, rgba(255,255,255,.035), transparent 34%); }
.demo-showcase-copy { position: relative; z-index: 2; }
.demo-showcase-copy h2 { max-width: 650px; font-size: clamp(35px, 4.6vw, 58px); }
.demo-showcase-copy > p { max-width: 620px; color: var(--muted); font-size: 15px; }
.demo-showcase-badge,
.checker-free-badge,
.related-checker-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  padding: 7px 10px;
  border: 1px solid rgba(86,214,160,.2);
  border-radius: 999px;
  color: #84e8be;
  background: rgba(86,214,160,.07);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.demo-showcase-actions { display: flex; align-items: center; gap: 19px; flex-wrap: wrap; margin-top: 26px; }
.demo-showcase-points { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; color: #91a3b8; font-size: 11px; }
.demo-showcase-points span { display: inline-flex; align-items: center; }
.demo-showcase-visual { position: relative; min-height: 350px; display: grid; place-items: center; }
.demo-browser {
  width: min(100%, 470px);
  overflow: hidden;
  border: 1px solid rgba(135,166,210,.25);
  border-radius: 21px;
  background: rgba(3,8,18,.92);
  box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 0 45px rgba(86,214,160,.08);
  transform: perspective(900px) rotateY(-5deg) rotateX(2deg);
}
.demo-browser-top { min-height: 46px; display:flex; align-items:center; gap:6px; padding:0 14px; border-bottom:1px solid var(--line); background:rgba(12,24,45,.7); }
.demo-browser-top > span { width:7px; height:7px; border-radius:50%; background:#33425a; }
.demo-browser-top > span:first-child { background:#7f2745; }
.demo-browser-top code { margin-left:9px; color:#71829c; font:9px "DM Sans"; }
.demo-browser-body { padding: 28px; }
.demo-browser-label { color:#71829c; font-size:8px; font-weight:800; letter-spacing:.11em; }
.demo-browser-input { margin-top:8px; padding:14px; border:1px solid rgba(135,166,210,.16); border-radius:12px; color:#dfe8f6; background:#040a16; font-size:12px; }
.demo-browser-button { margin-top:10px; padding:12px; border-radius:11px; color:#fff; background:linear-gradient(135deg,#1d6956,#173a78); text-align:center; font-size:11px; font-weight:800; }
.demo-browser-result { display:flex; align-items:center; justify-content:space-between; gap:15px; margin-top:18px; padding:15px; border:1px solid rgba(86,214,160,.16); border-radius:13px; background:rgba(86,214,160,.055); }
.demo-browser-result span { display:flex; align-items:center; gap:7px; color:#899aae; font-size:9px; }
.demo-browser-result span i { width:6px; height:6px; border-radius:50%; background:var(--green); }
.demo-browser-result strong { color:#8fe7c1; font-size:10px; }
.demo-floating-chip { position:absolute; padding:7px 10px; border:1px solid rgba(135,166,210,.2); border-radius:999px; color:#dce8f7; background:rgba(6,13,28,.82); box-shadow:0 13px 28px rgba(0,0,0,.25); font-size:9px; font-weight:800; }
.demo-floating-chip-one { top:13%; right:-1%; color:#8fe7c1; }
.demo-floating-chip-two { bottom:14%; left:0; color:#9fbce4; }

.checker-page-section { padding-top: 74px; }
.checker-value-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:18px; }
.checker-value-grid > div { display:grid; grid-template-columns:auto 1fr; column-gap:12px; padding:17px 18px; border:1px solid var(--line); border-radius:16px; background:rgba(7,15,31,.62); }
.checker-value-grid span { grid-row:1/3; align-self:center; color:#5373a5; font:700 12px "Space Grotesk"; }
.checker-value-grid strong { color:#e4ebf6; font-size:12px; }
.checker-value-grid small { margin-top:2px; color:#748298; font-size:9px; }
.checker-page-box { grid-template-columns:.78fr 1.22fr; }
.checker-input-label { color:#a7b6cb; font-size:11px; font-weight:700; }
.checker-form-meta { justify-content:space-between; gap:12px; }
.checker-submit { min-width:150px; }
.checker-benefit-list { list-style:none; padding:0; margin:24px 0 0; }
.checker-benefit-list li { position:relative; padding:7px 0 7px 24px; color:#a8b5c8; font-size:12px; }
.checker-benefit-list li::before { content:"✓"; position:absolute; left:0; color:var(--green); font-weight:800; }
.checker-results-head > div { display:grid; }
.checker-results-head .eyebrow { margin-bottom:5px; }
.checker-empty-state { display:flex; align-items:center; justify-content:center; gap:17px; margin-top:18px; padding:30px; border:1px dashed rgba(135,166,210,.18); border-radius:20px; color:#75849b; background:rgba(5,10,22,.5); }
.checker-empty-state strong { color:#bcc8da; font-size:13px; }
.checker-empty-state p { margin:2px 0 0; font-size:10px; }
.checker-empty-icon { width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line); border-radius:14px; color:#7f9bc2; background:rgba(16,42,86,.2); font-size:24px; }
.checker-upgrade-section { padding-top:0; }
.checker-upgrade-card { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:35px; padding:38px; border:1px solid rgba(135,166,210,.2); border-radius:24px; background:linear-gradient(135deg,rgba(16,42,86,.5),rgba(5,9,19,.92) 60%,rgba(128,0,50,.18)); }
.checker-upgrade-card h2 { max-width:760px; margin-bottom:12px; font-size:clamp(28px,4vw,44px); }
.checker-upgrade-card p { max-width:760px; margin:0; color:var(--muted); font-size:13px; }
.checker-upgrade-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }

.related-checker-spotlight {
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  margin-bottom:16px;
  padding:18px 20px;
  border:1px solid rgba(86,214,160,.22);
  border-radius:18px;
  color:#eefaf5;
  background:linear-gradient(135deg,rgba(14,55,50,.62),rgba(6,12,25,.92) 62%,rgba(16,42,86,.42));
  transition:transform .22s ease,border-color .22s ease;
}
.related-checker-spotlight:hover { transform:translateY(-3px); border-color:rgba(86,214,160,.46); }
.related-checker-badge { margin:0; white-space:nowrap; }
.related-checker-copy { min-width:0; display:grid; }
.related-checker-copy strong { font:600 15px "Space Grotesk"; }
.related-checker-copy small { margin-top:3px; color:#8494a9; font-size:10px; }
.related-checker-action { color:#8fe7c1; font-size:10px; font-weight:800; white-space:nowrap; }
.related-page-card-featured { grid-column:span 2; border-color:rgba(86,214,160,.24) !important; background:linear-gradient(145deg,rgba(12,49,47,.62),rgba(5,8,18,.92)) !important; }
.related-page-card-featured .related-checker-badge { width:max-content; margin-bottom:12px; }

.footer-demo-banner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:30px;
  padding:19px 22px;
  border:1px solid rgba(86,214,160,.2);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(13,47,45,.58),rgba(4,9,20,.9) 60%,rgba(16,42,86,.38));
}
.footer-demo-banner > div { display:grid; }
.footer-demo-banner span { display:flex; align-items:center; gap:8px; color:#78dcb2; font-size:8px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.footer-demo-banner strong { margin-top:3px; color:#e2ebf7; font-size:13px; }
.footer-demo-banner > a { color:#98ebc8; font-size:10px; font-weight:800; white-space:nowrap; }
.footer-demo-banner > a b { margin-left:5px; }
.footer-checker-link small { margin-left:5px; padding:2px 5px; border-radius:99px; color:#78dcb2; background:rgba(86,214,160,.08); font-size:7px; font-weight:800; text-transform:uppercase; }

@media (max-width: 1120px) {
  .nav-demo-link { padding-right:8px; }
  .nav-demo-link strong { font-size:10px; }
  .nav-demo-link small { display:none; }
}
@media (max-width: 960px) {
  .nav-demo-link { width:100%; min-height:48px; padding:8px 11px; }
  .nav-demo-link small { display:block; }
  .nav-mega-demo-card { margin-inline:11px; }
  .demo-showcase-shell,
  .checker-page-box { grid-template-columns:1fr; }
  .demo-showcase-visual { min-height:300px; }
  .checker-upgrade-card { grid-template-columns:1fr; }
  .checker-upgrade-actions { justify-content:flex-start; }
}
@media (max-width: 760px) {
  .page-demo-ribbon { margin-top:-15px; }
  .page-demo-ribbon-inner { grid-template-columns:auto 1fr; gap:13px; padding:15px; }
  .page-demo-ribbon-icon { width:42px; height:42px; }
  .page-demo-ribbon-copy p { display:none; }
  .demo-ribbon-button { grid-column:1/-1; width:100%; }
  .demo-showcase { padding-top:55px; }
  .demo-showcase-shell { gap:30px; padding:28px 20px; border-radius:24px; }
  .demo-showcase-visual { min-height:250px; }
  .demo-browser { transform:none; }
  .demo-floating-chip { display:none; }
  .checker-value-grid { grid-template-columns:1fr; }
  .checker-copy { padding:30px 23px; }
  .checker-form-meta { align-items:flex-end; flex-direction:column; }
  .checker-actions .button { flex:1; }
  .checker-submit { width:100%; flex-basis:100% !important; }
  .checker-upgrade-card { padding:28px 21px; }
  .checker-upgrade-actions .button { width:100%; }
  .related-checker-spotlight { grid-template-columns:1fr; gap:10px; }
  .related-checker-badge { width:max-content; }
  .related-checker-action { justify-self:start; }
  .related-page-card-featured { grid-column:auto; }
  .footer-demo-banner { align-items:flex-start; flex-direction:column; gap:12px; }
  .nav-mega-demo-card { grid-template-columns:auto minmax(0,1fr); }
  .nav-mega-demo-cta { grid-column:2; }
}


/* SEO resource pages and rich homepage content */
.nav-mega-seo { margin:0 11px 12px; padding:12px; border:1px solid rgba(135,166,210,.13); border-radius:15px; background:rgba(4,9,20,.58); }
.nav-mega-seo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; margin-top:8px; }
.nav-mega-seo-item { min-width:0; display:grid; gap:2px; padding:10px 11px; border:1px solid rgba(135,166,210,.09); border-radius:11px; background:rgba(12,25,51,.38); transition:.2s ease; }
.nav-mega-seo-item:hover,.nav-mega-seo-item.active { transform:translateY(-2px); border-color:rgba(135,166,210,.3); background:linear-gradient(135deg,rgba(16,42,86,.68),rgba(128,0,50,.16)); }
.nav-mega-seo-item strong { color:#dce6f5; font-size:10px; }
.nav-mega-seo-item small { overflow:hidden; color:#75839b; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }

.seo-rich-section { padding-top:82px; }
.seo-rich-layout { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr); gap:44px; align-items:start; }
.seo-rich-copy { padding:38px; border:1px solid var(--line); border-radius:26px; background:linear-gradient(145deg,rgba(11,24,50,.72),rgba(5,8,18,.92) 70%,rgba(75,10,37,.12)); }
.seo-rich-copy h2 { max-width:760px; font-size:clamp(32px,4.4vw,52px); }
.seo-rich-copy h3 { margin:30px 0 10px; font-size:21px; }
.seo-rich-copy p,.seo-rich-copy li { color:#aab5c7; font-size:15px; }
.seo-rich-copy a { color:#9fc1f1; text-decoration:underline; text-decoration-color:rgba(159,193,241,.28); text-underline-offset:3px; }
.seo-rich-list { display:grid; gap:10px; padding-left:20px; }
.seo-topic-panel { padding:16px; border:1px solid rgba(135,166,210,.18); border-radius:24px; background:linear-gradient(155deg,rgba(16,42,86,.62),rgba(4,8,18,.94) 58%,rgba(128,0,50,.2)); box-shadow:var(--shadow-blue); }
.seo-topic-kicker { display:block; padding:8px 9px 12px; color:#8295b4; font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.seo-topic-panel > a:not(.seo-topic-demo) { display:grid; grid-template-columns:34px minmax(0,1fr) auto; gap:11px; align-items:center; margin-bottom:8px; padding:14px; border:1px solid rgba(135,166,210,.1); border-radius:14px; background:rgba(3,8,18,.52); transition:.22s ease; }
.seo-topic-panel > a:not(.seo-topic-demo):hover { transform:translateX(3px); border-color:rgba(135,166,210,.32); }
.seo-topic-panel > a > span { color:#7792bd; font:700 11px "Space Grotesk"; }
.seo-topic-panel > a div { display:grid; min-width:0; }
.seo-topic-panel > a strong { color:#edf3fb; font-size:13px; }
.seo-topic-panel > a small { margin-top:2px; color:#7e8ca3; font-size:9px; }
.seo-topic-panel > a b { color:#8fa8d0; }
.seo-topic-demo { display:grid; margin-top:12px; padding:17px; border:1px solid rgba(86,214,160,.24); border-radius:15px; background:linear-gradient(135deg,rgba(13,54,49,.62),rgba(5,12,25,.88)); }
.seo-topic-demo strong { color:#b4f1d5; }
.seo-topic-demo small { margin-top:3px; color:#779c8f; }

.seo-landing-content { padding-top:58px; }
.seo-article > section { scroll-margin-top:110px; }
.seo-article p,.seo-article li { color:#aab5c7; font-size:15px; line-height:1.78; }
.seo-article a { color:#9fc1f1; text-decoration:underline; text-decoration-color:rgba(159,193,241,.28); text-underline-offset:3px; }
.seo-article ol { display:grid; gap:8px; padding-left:22px; }
.seo-check-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:18px; }
.seo-check-grid > div { display:grid; gap:5px; padding:17px; border:1px solid rgba(135,166,210,.12); border-radius:15px; background:rgba(8,17,36,.54); }
.seo-check-grid strong { color:#dce7f7; font-size:13px; }
.seo-check-grid span { color:#8795aa; font-size:11px; line-height:1.55; }
.seo-inline-cta { display:flex; justify-content:space-between; gap:24px; align-items:center; margin-top:24px; padding:19px; border:1px solid rgba(86,214,160,.2); border-radius:17px; background:linear-gradient(135deg,rgba(13,52,48,.5),rgba(5,10,22,.88)); }
.seo-inline-cta > div:first-child { display:grid; }
.seo-inline-cta strong { color:#e4f6ef; font-size:14px; }
.seo-inline-cta span { color:#77988d; font-size:10px; }
.seo-inline-actions { display:flex; gap:8px; flex-wrap:wrap; }
.seo-faq { margin-top:10px; border:1px solid rgba(135,166,210,.12); border-radius:14px; background:rgba(7,14,29,.48); }
.seo-faq summary { padding:15px 17px; color:#dbe5f4; cursor:pointer; font-weight:700; font-size:13px; }
.seo-faq p { margin:0; padding:0 17px 17px; font-size:13px; }
.footer-nav-grid-wide { grid-template-columns:repeat(4,minmax(0,1fr)); }

@media (max-width:960px) {
  .seo-rich-layout { grid-template-columns:1fr; }
  .seo-topic-panel { max-width:none; }
  .footer-nav-grid-wide { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .nav-mega-seo-grid { grid-template-columns:1fr; }
  .nav-mega-seo-item small { white-space:normal; }
  .seo-rich-copy { padding:27px 21px; }
  .seo-check-grid { grid-template-columns:1fr; }
  .seo-inline-cta { align-items:flex-start; flex-direction:column; }
  .seo-inline-cta .button,.seo-inline-actions { width:100%; }
  .seo-inline-actions .button { flex:1; }
  .footer-nav-grid-wide { grid-template-columns:1fr; }
}

/* ========================================================================== */
/* Paddle Billing integration — 11 Aug 2026                                  */
/* ========================================================================== */
.pricing-payment-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(108, 158, 255, .17);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(10, 26, 56, .74), rgba(8, 13, 28, .88));
}
.pricing-payment-note > div:first-child { display: flex; align-items: center; gap: 12px; min-width: 0; }
.pricing-payment-note .payment-lock {
  width: 35px; height: 35px; flex: 0 0 35px; display: grid; place-items: center;
  border: 1px solid rgba(77,224,164,.25); border-radius: 11px;
  color: var(--green); background: rgba(77,224,164,.07); font-size: 11px;
}
.pricing-payment-note strong { display: block; color: #dfe9f8; font-size: 12px; }
.pricing-payment-note small { display: block; margin-top: 2px; color: #75859f; font-size: 10px; line-height: 1.5; }
.payment-method-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.payment-method-chips span {
  padding: 6px 9px; border: 1px solid rgba(132,157,207,.15); border-radius: 8px;
  color: #98a9c4; background: rgba(4,10,22,.55); font: 700 9px "Space Grotesk"; letter-spacing: .03em;
}
.paddle-ready [data-paddle-checkout] { position: relative; }
.paddle-ready [data-paddle-checkout]::after {
  content: "Secure checkout"; display: block; margin-left: 6px; opacity: .55;
  font-size: 8px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase;
}
[data-paddle-checkout].checkout-opening { pointer-events: none; opacity: .72; }
[data-paddle-checkout].checkout-opening::after { content: "Opening…"; }

.payment-result-shell {
  min-height: 100vh; display: grid; place-items: center; padding: 34px 20px;
  position: relative; z-index: 1;
}
.payment-result-card {
  width: min(620px, 100%); padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(108,158,255,.23); border-radius: 30px;
  background: linear-gradient(145deg, rgba(13,31,67,.89), rgba(5,9,20,.97));
  box-shadow: 0 34px 110px rgba(0,0,0,.46), inset 0 1px rgba(255,255,255,.045);
}
.payment-result-icon {
  width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px;
  border: 1px solid rgba(77,224,164,.28); border-radius: 18px; color: var(--green);
  background: rgba(77,224,164,.08); font: 700 27px "Space Grotesk";
}
.payment-result-card h1 { margin: 10px 0 13px; font-size: clamp(34px, 6vw, 54px); line-height: 1.02; letter-spacing: -.045em; }
.payment-result-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.payment-result-reference, .payment-result-meta {
  display: grid; grid-template-columns: minmax(115px, .45fr) 1fr; align-items: center; gap: 14px;
  margin-top: 22px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 13px;
  background: rgba(4,10,22,.48);
}
.payment-result-reference span, .payment-result-meta span { color: #73819a; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.payment-result-reference code { overflow-wrap: anywhere; color: #bdd2f3; font: 600 11px "DM Sans"; }
.payment-result-meta strong { color: #dce6f5; font-size: 12px; }
.payment-result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

@media (max-width: 720px) {
  .pricing-payment-note { align-items: flex-start; flex-direction: column; }
  .payment-method-chips { justify-content: flex-start; }
  .paddle-ready [data-paddle-checkout]::after { display: none; }
  .payment-result-reference, .payment-result-meta { grid-template-columns: 1fr; gap: 4px; }
  .payment-result-actions .button { width: 100%; }
}
