/* Digitalith Systems — Centralized Design System Stylesheet
   Generated during Phase 4 design-system normalization.
   Source: consolidated legacy inline styles + normalization layer. */


/* ---- Legacy consolidated styles from about.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      /* Header heights (used for mobile offset) */
      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    /* Global box sizing + overflow safety */
    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0; /* only set on mobile */
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    /* Background depth (prevents overflow artifacts) */
    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    /* Buttons (system) */
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    /* ===== Header ===== */
    .site-header{
      position: sticky; /* desktop/tablet default */
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    /* Header CTA */
    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    /* Drawer */
    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    /* Typography + sections */
    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 80ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* Cards */
    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

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

    /* Hero */
    .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
    .hero-wrap{
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 18px;
      align-items:start;
      min-width: 0;
    }
    .hero-box{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 22px;
      min-width: 0;
    }
    .hero-actions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items:center;
      margin-top: 16px;
    }
    .hero-actions .btn{ margin: 0; }
    .fineprint{
      margin-top: 12px;
      color: var(--muted-2);
      font-size: 0.92rem;
    }

    /* Side panel */
    .side{ display:grid; gap: 12px; min-width: 0; }
    .panel{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.72);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .panel p{ color: var(--muted-2); margin-top: 8px; }
    .checks{
      list-style:none;
      margin: 12px 0 0;
      padding: 0;
      display:grid;
      gap: 10px;
    }
    .checks li{
      display:flex;
      gap: 10px;
      align-items:flex-start;
      padding: 10px 10px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.75);
      min-width: 0;
    }
    .icon{
      width: 28px; height: 28px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(11, 95, 255, 0.10);
      border: 1px solid rgba(11, 95, 255, 0.16);
      flex: 0 0 auto;
      color: var(--accent-2);
    }
    .checks strong{ display:block; font-size: 0.92rem; }
    .checks span{ display:block; margin-top: 2px; color: var(--muted-2); font-size: 0.92rem; }

    /* Split blocks */
    .split{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items:stretch;
      min-width: 0;
    }
    .block{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.80);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .block h3{ margin-bottom: 10px; }
    .bullets{
      margin: 0;
      padding-left: 18px;
      color: var(--muted-2);
    }
    .bullets li{ margin: 8px 0; }

    /* Tiles */
    .tile{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      height: 100%;
      display:flex;
      flex-direction:column;
      gap: 10px;
      min-width: 0;
    }
    .tile p{ color: var(--muted-2); }

    .pill{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(11, 18, 32, 0.10);
      background: rgba(247,248,251,0.7);
      color: var(--muted);
      font-weight: 800;
      font-size: 0.82rem;
      width: fit-content;
    }
    .pill b{ color: var(--accent-2); }

    /* Steps */
    .steps{
      display:grid;
      gap: 10px;
      counter-reset: step;
    }
    .step{
      counter-increment: step;
      display:flex;
      gap: 12px;
      align-items:flex-start;
      padding: 14px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.82);
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .step .n{
      width: 30px;
      height: 30px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(11, 95, 255, 0.10);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      flex: 0 0 auto;
    }
    .step .n::before{ content: counter(step); }
    .step p{ margin-top: 4px; color: var(--muted-2); }

    /* About-specific: Quote */
    .quote{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: linear-gradient(135deg, rgba(11, 95, 255, 0.08), rgba(255,255,255,0.94));
      box-shadow: var(--shadow-soft);
      padding: 18px;
    }
    .quote p{ color: var(--muted-2); }
    .quote strong{ color: var(--text); }

    /* CTA gate */
    .cta-card{
      border-radius: calc(var(--radius-xl) + 6px);
      border: 1px solid rgba(11, 95, 255, 0.18);
      background: linear-gradient(135deg, rgba(11, 95, 255, 0.09), rgba(255,255,255,0.92));
      padding: 22px;
      box-shadow: var(--shadow);
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .cta-card .note{
      margin-top: 12px;
      padding: 12px;
      border-radius: 12px;
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: rgba(255,255,255,0.78);
      color: var(--muted-2);
      font-size: 0.94rem;
    }

    /* Footer */
    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    /* Motion */
    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    /* Responsive layout (content) */
    @media (max-width: 980px){
      .hero-wrap{ grid-template-columns: 1fr; }
      .grid-3{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .split{ grid-template-columns: 1fr; }
      .cta-card{ grid-template-columns: 1fr; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    /* ===== Mobile: shorter header + reduced top gap + reduced hero padding ===== */
    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      /* Offset page under fixed header */
      body{
        padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
      }

      /* Reduce overall vertical rhythm on mobile */
      section{ padding: 56px 0; }
      .hero{
        padding: 22px 0 38px;
      }

      /* Anchor targets won't hide under the fixed header */
      :target{
        scroll-margin-top: calc(var(--header-h-mobile) + 12px);
      }

      .drawer{
        position: relative;
        z-index: 2001;
      }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }

    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from assessment-framework.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      /* Header heights (used for mobile offset) */
      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    /* Global box sizing + overflow safety */
    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0; /* only set on mobile */
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    /* Background depth (prevents overflow artifacts) */
    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    /* Buttons (system) */
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    /* ===== Header ===== */
    .site-header{
      position: sticky; /* desktop/tablet default */
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    /* Header CTA */
    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    /* Drawer */
    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    /* Typography + sections */
    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 80ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* Cards */
    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

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

    /* Hero */
    .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
    .hero-wrap{
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 18px;
      align-items:start;
      min-width: 0;
    }
    .hero-box{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 22px;
      min-width: 0;
    }
    .hero-actions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items:center;
      margin-top: 16px;
    }
    .hero-actions .btn{ margin: 0; }
    .fineprint{
      margin-top: 12px;
      color: var(--muted-2);
      font-size: 0.92rem;
    }

    /* Side panel */
    .side{ display:grid; gap: 12px; min-width: 0; }
    .panel{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.72);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .panel p{ color: var(--muted-2); margin-top: 8px; }
    .checks{
      list-style:none;
      margin: 12px 0 0;
      padding: 0;
      display:grid;
      gap: 10px;
    }
    .checks li{
      display:flex;
      gap: 10px;
      align-items:flex-start;
      padding: 10px 10px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.75);
      min-width: 0;
    }
    .icon{
      width: 28px; height: 28px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(11, 95, 255, 0.10);
      border: 1px solid rgba(11, 95, 255, 0.16);
      flex: 0 0 auto;
      color: var(--accent-2);
    }
    .checks strong{ display:block; font-size: 0.92rem; }
    .checks span{ display:block; margin-top: 2px; color: var(--muted-2); font-size: 0.92rem; }

    /* Tiles */
    .tile{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      height: 100%;
      display:flex;
      flex-direction:column;
      gap: 10px;
      min-width: 0;
    }
    .tile p{ color: var(--muted-2); }

    .pill{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(11, 18, 32, 0.10);
      background: rgba(247,248,251,0.7);
      color: var(--muted);
      font-weight: 800;
      font-size: 0.82rem;
      width: fit-content;
    }
    .pill b{ color: var(--accent-2); }

    /* Lists + minis (page-specific, consistent with system) */
    .list{
      margin: 10px 0 0;
      padding-left: 18px;
      color: var(--muted-2);
    }
    .list li{ margin: 8px 0; }
    .mini{
      margin-top: 12px;
      padding: 12px;
      border-radius: 12px;
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(247,248,251,0.55);
      color: var(--muted-2);
      font-size: 0.94rem;
    }

    /* Evidence split */
    .evidence{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items: stretch;
      min-width: 0;
    }

    /* CTA gate (reuse system styling) */
    .cta-card{
      border-radius: calc(var(--radius-xl) + 6px);
      border: 1px solid rgba(11, 95, 255, 0.18);
      background: linear-gradient(135deg, rgba(11, 95, 255, 0.09), rgba(255,255,255,0.92));
      padding: 22px;
      box-shadow: var(--shadow);
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .cta-card .note{
      margin-top: 12px;
      padding: 12px;
      border-radius: 12px;
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: rgba(255,255,255,0.78);
      color: var(--muted-2);
      font-size: 0.94rem;
    }

    /* Footer (standard) */
    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    /* Motion */
    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    /* Responsive layout (content) */
    @media (max-width: 980px){
      .hero-wrap{ grid-template-columns: 1fr; }
      .grid-3{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .evidence{ grid-template-columns: 1fr; }
      .cta-card{ grid-template-columns: 1fr; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    /* ===== Mobile: shorter header + reduced top gap + reduced hero padding ===== */
    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      /* Offset page under fixed header */
      body{
        padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
      }

      /* Reduce overall vertical rhythm on mobile */
      section{ padding: 56px 0; }
      .hero{ padding: 22px 0 38px; }

      /* Anchor targets won't hide under the fixed header */
      :target{
        scroll-margin-top: calc(var(--header-h-mobile) + 12px);
      }

      .drawer{
        position: relative;
        z-index: 2001;
      }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }

    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from digital-infrastructure-we-own.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }
    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0;
    }
    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    .site-header{
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 80ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

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

    .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
    .hero-wrap{
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 18px;
      align-items:start;
      min-width: 0;
    }
    .hero-box{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 22px;
      min-width: 0;
    }
    .hero-actions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items:center;
      margin-top: 16px;
    }
    .fineprint{
      margin-top: 12px;
      color: var(--muted-2);
      font-size: 0.92rem;
    }

    .side{ display:grid; gap: 12px; min-width: 0; }
    .panel{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.72);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .panel p{ color: var(--muted-2); margin-top: 8px; }

    .checks{
      list-style:none;
      margin: 12px 0 0;
      padding: 0;
      display:grid;
      gap: 10px;
    }
    .checks li{
      display:flex;
      gap: 10px;
      align-items:flex-start;
      padding: 10px 10px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.75);
      min-width: 0;
    }
    .icon{
      width: 28px; height: 28px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(11, 95, 255, 0.10);
      border: 1px solid rgba(11, 95, 255, 0.16);
      flex: 0 0 auto;
      color: var(--accent-2);
    }
    .checks strong{ display:block; font-size: 0.92rem; }
    .checks span{ display:block; margin-top: 2px; color: var(--muted-2); font-size: 0.92rem; }

    .split{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items:stretch;
      min-width: 0;
    }
    .block{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.80);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .block h3{ margin-bottom: 10px; }
    .bullets{
      margin: 0;
      padding-left: 18px;
      color: var(--muted-2);
    }
    .bullets li{ margin: 8px 0; }

    .tile{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      height: 100%;
      display:flex;
      flex-direction:column;
      gap: 10px;
      min-width: 0;
    }
    .tile p{ color: var(--muted-2); }

    .pill{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(11, 18, 32, 0.10);
      background: rgba(247,248,251,0.7);
      color: var(--muted);
      font-weight: 800;
      font-size: 0.82rem;
      width: fit-content;
    }
    .pill b{ color: var(--accent-2); }

    .tag{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      padding: 6px 10px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 0.82rem;
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: rgba(11, 95, 255, 0.07);
      color: var(--accent-2);
      white-space: nowrap;
    }

    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    @media (max-width: 980px){
      .hero-wrap{ grid-template-columns: 1fr; }
      .grid-3{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .split{ grid-template-columns: 1fr; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      body{
        padding-top: calc(var(--header-h, var(--header-h-mobile)) + env(safe-area-inset-top));
      }

      section{ padding: 56px 0; }
      .hero{ padding: 22px 0 38px; }

      :target{
        scroll-margin-top: calc(var(--header-h, var(--header-h-mobile)) + 12px);
      }

      .drawer{
        position: relative;
        z-index: 2001;
      }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }

    @media (max-width: 390px){
      .header-cta .cta-label{ display:inline; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from faqs.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      /* Header heights (used for mobile offset) */
      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    /* Global box sizing + overflow safety */
    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0; /* only set on mobile */
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    /* Background depth */
    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    /* Buttons (system) */
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    /* ===== Header (homepage standard) ===== */
    .site-header{
      position: sticky; /* desktop/tablet default */
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    /* Typography + sections */
    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 90ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* Cards */
    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

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

    /* Hero */
    .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
    .hero-wrap{
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 18px;
      align-items:start;
      min-width: 0;
    }
    .hero-box{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 22px;
      min-width: 0;
    }
    .hero-actions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items:center;
      margin-top: 16px;
    }
    .fineprint{
      margin-top: 12px;
      color: var(--muted-2);
      font-size: 0.92rem;
    }

    /* FAQ-specific */
    .chips{
      display:flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 14px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      padding: 8px 10px;
      border-radius: 999px;
      border: 1px solid rgba(11,18,32,0.10);
      background: rgba(247,248,251,0.75);
      color: var(--muted);
      font-weight: 850;
      font-size: 0.9rem;
      text-decoration:none;
      white-space: nowrap;
    }
    .chip:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
      color: var(--text);
    }

    .faq-grid{
      display:grid;
      grid-template-columns: 0.36fr 0.64fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }

    .toc{
      position: sticky;
      top: 92px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.85);
      box-shadow: var(--shadow-soft);
      padding: 14px;
      min-width: 0;
    }
    .toc h3{ font-size: 1rem; }
    .toc p{ margin-top: 6px; color: var(--muted-2); font-size: 0.92rem; }
    .toc a{
      display:block;
      padding: 10px 10px;
      border-radius: 12px;
      border: 1px solid transparent;
      color: var(--muted);
      font-weight: 850;
      text-decoration:none;
      margin-top: 8px;
      background: rgba(247,248,251,0.55);
    }
    .toc a:hover{
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.12);
      color: var(--text);
      text-decoration:none;
    }

    .faq-section{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 18px;
      min-width: 0;
    }
    .faq-section + .faq-section{ margin-top: 14px; }

    details{
      border-radius: 14px;
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(247,248,251,0.55);
      padding: 12px 12px;
    }
    details + details{ margin-top: 10px; }
    summary{
      cursor: pointer;
      list-style: none;
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 10px;
      font-weight: 950;
      color: var(--text);
      padding: 4px 2px;
    }
    summary::-webkit-details-marker{ display:none; }

    .summary-meta{
      display:flex;
      gap: 10px;
      align-items:flex-start;
      min-width: 0;
    }
    .qmark{
      width: 28px;
      height: 28px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(11, 95, 255, 0.10);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      flex: 0 0 auto;
      margin-top: 1px;
      font-weight: 950;
    }
    .caret{
      width: 28px;
      height: 28px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(255,255,255,0.75);
      border: 1px solid rgba(11, 18, 32, 0.08);
      color: var(--muted);
      flex: 0 0 auto;
      transition: transform 200ms ease;
    }
    details[open] .caret{ transform: rotate(180deg); }

    .answer{
      margin-top: 10px;
      color: var(--muted-2);
      padding-left: 40px;
      max-width: 92ch;
    }
    .answer ul{
      margin: 10px 0 0;
      padding-left: 18px;
    }
    .answer li{ margin: 8px 0; }

    /* CTA card (homepage style) */
    .cta-card{
      border-radius: calc(var(--radius-xl) + 6px);
      border: 1px solid rgba(11, 95, 255, 0.18);
      background: linear-gradient(135deg, rgba(11, 95, 255, 0.09), rgba(255,255,255,0.92));
      padding: 22px;
      box-shadow: var(--shadow);
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .cta-card .note{
      margin-top: 12px;
      padding: 12px;
      border-radius: 12px;
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: rgba(255,255,255,0.78);
      color: var(--muted-2);
      font-size: 0.94rem;
    }

    /* Footer (homepage standard) */
    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    /* Motion */
    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    /* Responsive layout (content) */
    @media (max-width: 980px){
      .hero-wrap{ grid-template-columns: 1fr; }
      .grid-3{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .faq-grid{ grid-template-columns: 1fr; }
      .toc{ position: static; top:auto; }
      .cta-card{ grid-template-columns: 1fr; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    /* ===== Mobile: homepage standard header behavior ===== */
    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      body{
        padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
      }

      section{ padding: 56px 0; }
      .hero{ padding: 22px 0 38px; }

      :target{
        scroll-margin-top: calc(var(--header-h-mobile) + 12px);
      }

      .drawer{ position: relative; z-index: 2001; }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }

    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from index.html ---- */
:root{
    --bg:#ffffff;
    --bg-soft:#f7f8fb;
    --surface:#ffffff;

    --text:#0b1220;
    --muted:#465468;
    --muted-2:#64748b;

    --border: rgba(11, 18, 32, 0.12);
    --border-soft: rgba(11, 18, 32, 0.08);

    --accent:#0B5FFF;
    --accent-2:#0849c7;
    --ring: rgba(11, 95, 255, 0.28);

    --container: 1140px;
    --gutter: 18px;

    --radius-xl: 22px;
    --radius-lg: 16px;
    --radius-md: 12px;

    --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
    --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

    --h1: clamp(2rem, 4.2vw, 3.05rem);
    --h2: clamp(1.45rem, 2.7vw, 2.05rem);
    --h3: 1.08rem;

    --space-1: 8px;
    --space-2: 12px;
    --space-3: 16px;
    --space-4: 22px;
    --space-5: 32px;
    --space-6: 44px;
    --space-7: 60px;
    --space-8: 78px;

    /* Header heights (used for mobile offset) */
    --header-h-desktop: 72px;
    --header-h-mobile: 64px;
  }

  /* Global box sizing + overflow safety */
  *, *::before, *::after{ box-sizing:border-box; }
  html, body{
    height:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
    max-width:100vw;
  }

  body{
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
    color:var(--text);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    padding-top: 0; /* only set on mobile */
  }

  a{ color:inherit; text-decoration:none; }
  a:hover{ text-decoration: underline; text-underline-offset: 3px; }
  img{ max-width:100%; height:auto; }

  :focus-visible{
    outline: 3px solid var(--ring);
    outline-offset: 3px;
    border-radius: 10px;
  }

  .skip-link{
    position:absolute;
    left: 12px;
    top: 12px;
    transform: translateY(-150%);
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 10px 12px;
    border-radius: 12px;
    box-shadow: var(--shadow);
    z-index: 9999;
  }
  .skip-link:focus-visible{ transform: translateY(0); }

  .container{
    width: min(var(--container), calc(100% - (var(--gutter) * 2)));
    margin: 0 auto;
    min-width: 0;
  }

  /* Background depth (kept, but prevents overflow artifacts) */
  .bg-wrap{
    position: relative;
    isolation: isolate;
    min-height: 100%;
    overflow-x: clip;
  }
  .bg-wrap::before{
    content:"";
    position:absolute;
    top:-260px;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
    height: 880px;
    background:
      radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
      radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
      radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
    z-index: -2;
    pointer-events:none;
  }
  .bg-wrap::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg,
        rgba(247,248,251,0.92),
        rgba(255,255,255,0.98) 26%,
        rgba(247,248,251,0.72) 72%,
        rgba(255,255,255,0.96)
      );
    z-index: -3;
    pointer-events:none;
  }

  /* Buttons (system) */
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.78);
    color: var(--text);
    font-weight: 850;
    letter-spacing: -0.01em;
    box-shadow: 0 12px 24px rgba(2,6,23,0.04);
    text-decoration:none;
    white-space: nowrap;
    max-width: 100%;
  }
  .btn:hover{
    text-decoration:none;
    background: rgba(11,95,255,0.06);
    border-color: rgba(11,95,255,0.14);
  }
  .btn-primary{
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    border-color: rgba(11,95,255,0.18);
    box-shadow: 0 18px 38px rgba(11,95,255,0.22);
  }
  .btn-primary:hover{
    background: linear-gradient(135deg, #0b5fff, #063fae);
    border-color: rgba(11,95,255,0.22);
  }
  .btn-ghost{
    background: rgba(247,248,251,0.7);
    border-color: rgba(11, 18, 32, 0.10);
    color: var(--text);
    box-shadow: none;
  }

  /* ===== Header ===== */
  .site-header{
    position: sticky; /* desktop/tablet default */
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-soft);
  }

  .topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
    padding: 10px 0;
    min-height: var(--header-h-desktop);
    min-width: 0;
  }

  .brand{
    display:flex;
    align-items:center;
    gap: 12px;
    min-width: 0;
  }
  .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
  .brand-text{
    display:grid;
    gap: 2px;
    min-width: 0;
  }
  .brand strong{
    font-size: 0.98rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand em{
    font-style: normal;
    font-size: 0.82rem;
    line-height: 1.1;
    color: var(--muted-2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-desktop{ min-width: 0; }
  .nav-desktop ul{
    list-style:none;
    display:flex;
    align-items:center;
    gap: 10px;
    padding:0;
    margin:0;
    flex-wrap: nowrap;
    min-width: 0;
  }
  .nav-desktop a{
    display:inline-flex;
    align-items:center;
    padding: 10px 10px;
    border-radius: 12px;
    font-size: 0.92rem;
    color: var(--muted);
    border: 1px solid transparent;
    white-space: nowrap;
  }
  .nav-desktop a:hover{
    background: rgba(11,95,255,0.06);
    border-color: rgba(11,95,255,0.12);
    color: var(--text);
    text-decoration:none;
  }
  .nav-desktop a[aria-current="page"]{
    color: var(--text);
    background: rgba(11,95,255,0.08);
    border-color: rgba(11,95,255,0.16);
  }

  .actions{
    display:flex;
    align-items:center;
    gap: 10px;
    flex: 0 0 auto;
    min-width: 0;
  }

  .menu-btn{
    display:none;
    align-items:center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.85);
    font-weight: 900;
    color: var(--text);
  }
  .menu-ico{
    width: 18px;
    height: 18px;
    display:inline-block;
    background:
      linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
      linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
      linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
    opacity: 0.85;
  }
  .menu-label{ font-size: 0.92rem; }

  /* Header CTA */
  .header-cta{ white-space: nowrap; }
  .header-cta .cta-ico{ margin-left: 6px; }
  .header-cta .cta-label{ display:inline; }

  /* Drawer */
  .drawer{
    border-top: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.96);
  }
  .drawer-inner{
    padding: 12px 0 16px;
    display:grid;
    gap: 12px;
  }
  .drawer-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    text-decoration:none;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(11,95,255,0.20);
  }
  .drawer-grid{
    display:grid;
    gap: 10px;
  }
  .drawer-grid a{
    display:block;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid var(--border-soft);
    background: rgba(247,248,251,0.65);
    text-decoration:none;
  }
  .drawer-grid b{
    display:block;
    font-weight: 900;
    color: var(--text);
  }
  .drawer-grid span{
    display:block;
    margin-top: 2px;
    color: var(--muted-2);
    font-weight: 650;
    font-size: 0.92rem;
  }
  .drawer-foot{
    display:flex;
    flex-wrap:wrap;
    gap: 10px;
  }
  .drawer-foot a{
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--border-soft);
    background: rgba(247,248,251,0.55);
    text-decoration:none;
    font-weight: 850;
    color: var(--text);
  }

  /* Typography + sections */
  main{ display:block; }
  section{ padding: var(--space-8) 0; }
  .soft{
    background: rgba(247,248,251,0.82);
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
  }

  .eyebrow{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(11, 95, 255, 0.07);
    border: 1px solid rgba(11, 95, 255, 0.16);
    color: var(--accent-2);
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.2px;
  }
  .dot{
    width: 8px; height: 8px;
    background: var(--accent);
    border-radius: 999px;
    box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
  }

  h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
  h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
  h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

  p{ margin: 0; color: var(--muted); }
  .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 80ch; }


  .definition-strip{
    margin-top:14px;
    padding:12px 14px;
    border-radius:14px;
    border:1px solid rgba(11,95,255,0.14);
    background:rgba(11,95,255,0.045);
  }
  .definition-strip p{
    color:var(--muted);
    font-size:0.96rem;
  }

  .section-head{
    display:grid;
    gap: 12px;
    align-items:start;
    margin-bottom: var(--space-6);
  }
  .section-head .meta{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 16px;
    flex-wrap: wrap;
  }

  /* Cards */
  .card{
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(11, 18, 32, 0.08);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    overflow: hidden;
  }
  .card-inner{ padding: 18px; }

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

  /* Hero */
  .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
  .hero-wrap{
    display:grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    align-items:start;
    min-width: 0;
  }
  .hero-box{
    border-radius: calc(var(--radius-xl) + 2px);
    border: 1px solid rgba(11, 18, 32, 0.08);
    background: rgba(255,255,255,0.92);
    box-shadow: var(--shadow);
    padding: 22px;
    min-width: 0;
  }
  .hero-actions{
    display:flex;
    gap: 12px;               /* prevents buttons “sitting on” each other/cards */
    flex-wrap: wrap;
    align-items:center;
    margin-top: 16px;        /* a bit tighter + consistent */
  }
  .hero-actions .btn{ margin: 0; }
  .fineprint{
    margin-top: 12px;
    color: var(--muted-2);
    font-size: 0.92rem;
  }

  /* Side panel */
  .side{ display:grid; gap: 12px; min-width: 0; }
  .panel{
    border-radius: var(--radius-xl);
    border: 1px solid rgba(11, 18, 32, 0.08);
    background: rgba(255,255,255,0.72);
    padding: 18px;
    box-shadow: var(--shadow-soft);
    min-width: 0;
  }
  .panel p{ color: var(--muted-2); margin-top: 8px; }
  .checks{
    list-style:none;
    margin: 12px 0 0;
    padding: 0;
    display:grid;
    gap: 10px;
  }
  .checks li{
    display:flex;
    gap: 10px;
    align-items:flex-start;
    padding: 10px 10px;
    border-radius: 12px;
    border: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.75);
    min-width: 0;
  }
  .icon{
    width: 28px; height: 28px;
    border-radius: 10px;
    display:grid;
    place-items:center;
    background: rgba(11, 95, 255, 0.10);
    border: 1px solid rgba(11, 95, 255, 0.16);
    flex: 0 0 auto;
    color: var(--accent-2);
  }
  .checks strong{ display:block; font-size: 0.92rem; }
  .checks span{ display:block; margin-top: 2px; color: var(--muted-2); font-size: 0.92rem; }

  /* Split blocks */
  .split{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items:stretch;
    min-width: 0;
  }
  .block{
    border-radius: var(--radius-xl);
    border: 1px solid rgba(11, 18, 32, 0.08);
    background: rgba(255,255,255,0.80);
    padding: 18px;
    box-shadow: var(--shadow-soft);
    min-width: 0;
  }
  .block h3{ margin-bottom: 10px; }
  .bullets{
    margin: 0;
    padding-left: 18px;
    color: var(--muted-2);
  }
  .bullets li{ margin: 8px 0; }

  /* Tiles */
  .tile{
    border-radius: var(--radius-xl);
    border: 1px solid rgba(11, 18, 32, 0.08);
    background: rgba(255,255,255,0.92);
    padding: 18px;
    box-shadow: var(--shadow-soft);
    height: 100%;
    display:flex;
    flex-direction:column;
    gap: 10px;
    min-width: 0;
  }
  .tile p{ color: var(--muted-2); }

  .pill{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(11, 18, 32, 0.10);
    background: rgba(247,248,251,0.7);
    color: var(--muted);
    font-weight: 800;
    font-size: 0.82rem;
    width: fit-content;
  }
  .pill b{ color: var(--accent-2); }

  /* Example of our thinking */
  .proof{
    display:grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 14px;
    min-width: 0;
  }

  /* Steps */
  .steps{
    display:grid;
    gap: 10px;
    counter-reset: step;
  }
  .step{
    counter-increment: step;
    display:flex;
    gap: 12px;
    align-items:flex-start;
    padding: 14px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(11, 18, 32, 0.08);
    background: rgba(255,255,255,0.82);
    box-shadow: var(--shadow-soft);
    min-width: 0;
  }
  .step .n{
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display:grid;
    place-items:center;
    background: rgba(11, 95, 255, 0.10);
    border: 1px solid rgba(11, 95, 255, 0.16);
    color: var(--accent-2);
    font-weight: 900;
    flex: 0 0 auto;
  }
  .step .n::before{ content: counter(step); }
  .step p{ margin-top: 4px; color: var(--muted-2); }

  /* Trust row */
  .trust-row{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .badge{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(11, 18, 32, 0.10);
    background: rgba(255,255,255,0.78);
    color: var(--muted);
    font-weight: 800;
    font-size: 0.92rem;
    box-shadow: 0 10px 18px rgba(2,6,23,0.03);
  }

  /* CTA gate */
  .cta-card{
    border-radius: calc(var(--radius-xl) + 6px);
    border: 1px solid rgba(11, 95, 255, 0.18);
    background: linear-gradient(135deg, rgba(11, 95, 255, 0.09), rgba(255,255,255,0.92));
    padding: 22px;
    box-shadow: var(--shadow);
    display:grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 14px;
    align-items:start;
    min-width: 0;
  }
  .cta-card .note{
    margin-top: 12px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(11, 95, 255, 0.16);
    background: rgba(255,255,255,0.78);
    color: var(--muted-2);
    font-size: 0.94rem;
  }

  /* Footer */
  footer{
    border-top: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.92);
  }
  .footer-inner{
    padding: 22px 0;
    display:grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 14px;
    align-items:start;
    min-width: 0;
  }
  .foot-brand{
    display:flex;
    align-items:center;
    gap: 12px;
    min-width: 0;
  }
  .foot-links{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content:start;
  }
  .foot-links a{
    display:block;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--border-soft);
    background: rgba(247,248,251,0.6);
    text-decoration:none;
    font-weight: 850;
    color: var(--text);
  }
  .foot-links a:hover{
    text-decoration:none;
    background: rgba(11, 95, 255, 0.06);
    border-color: rgba(11, 95, 255, 0.14);
  }
  .foot-links a span{
    display:block;
    margin-top: 2px;
    color: var(--muted-2);
    font-weight: 650;
    font-size: 0.9rem;
  }
  .foot-bottom{
    border-top: 1px solid var(--border-soft);
    padding: 12px 0;
    color: var(--muted-2);
    font-size: 0.92rem;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    gap: 10px;
  }
  .foot-bottom a{ color: inherit; text-decoration:none; }
  .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

  /* Motion */
  .reveal{
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 600ms ease, transform 600ms ease;
  }
  .reveal.is-visible{
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce){
    .reveal{ opacity:1; transform:none; transition:none; }
  }

  /* Responsive layout (content) */
  @media (max-width: 980px){
    .hero-wrap{ grid-template-columns: 1fr; }
    .grid-3{ grid-template-columns: 1fr; }
    .grid-2{ grid-template-columns: 1fr; }
    .split{ grid-template-columns: 1fr; }
    .proof{ grid-template-columns: 1fr; }
    .cta-card{ grid-template-columns: 1fr; }
    .footer-inner{ grid-template-columns: 1fr; }
    .foot-links{ grid-template-columns: 1fr; }
  }

  /* ===== Mobile: shorter header + reduced top gap + reduced hero padding ===== */
  @media (max-width: 1120px){
    .nav-desktop{ display:none; }
    .menu-btn{ display:inline-flex; }

    .site-header{
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 2000;
      padding-top: env(safe-area-inset-top);
    }

    .topbar{
      padding: 8px 0;                 /* shorter header */
      min-height: var(--header-h-mobile);
    }

    /* Offset page under fixed header */
    body{
      padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
    }

    /* Reduce overall vertical rhythm on mobile */
    section{ padding: 56px 0; }       /* was 78px */
    .hero{
      padding: 22px 0 38px;           /* was 88px top / 60px bottom */
    }

    /* Anchor targets won't hide under the fixed header */
    :target{
      scroll-margin-top: calc(var(--header-h-mobile) + 12px);
    }

    .drawer{
      position: relative;
      z-index: 2001;
    }
  }

  @media (max-width: 520px){
    .brand em{ display:none; }
  }

  @media (max-width: 390px){
    .header-cta .cta-label{ display:none; }
    .header-cta .cta-ico{ margin-left: 0; }
    .header-cta{ padding-left: 12px; padding-right: 12px; }
  }


/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from infrastructure-deployment-support.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0;
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    /* ===== Header (standard) ===== */
    .site-header{
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }
    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }
    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 80ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

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

    /* Page hero (standard layout) */
    .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
    .hero-wrap{
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 18px;
      align-items:start;
      min-width: 0;
    }
    .hero-box{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 22px;
      min-width: 0;
    }
    .hero-actions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items:center;
      margin-top: 16px;
    }
    .fineprint{
      margin-top: 12px;
      color: var(--muted-2);
      font-size: 0.92rem;
    }

    .panel{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.72);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .panel p{ color: var(--muted-2); margin-top: 8px; }

    .checks{
      list-style:none;
      margin: 12px 0 0;
      padding: 0;
      display:grid;
      gap: 10px;
    }
    .checks li{
      display:flex;
      gap: 10px;
      align-items:flex-start;
      padding: 10px 10px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.75);
      min-width: 0;
    }
    .icon{
      width: 28px; height: 28px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(11, 95, 255, 0.10);
      border: 1px solid rgba(11, 95, 255, 0.16);
      flex: 0 0 auto;
      color: var(--accent-2);
    }
    .checks strong{ display:block; font-size: 0.92rem; }
    .checks span{ display:block; margin-top: 2px; color: var(--muted-2); font-size: 0.92rem; }

    /* Pricing plans */
    .plan{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.94);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      display:flex;
      flex-direction: column;
      height: 100%;
      min-width: 0;
    }
    .plan-head{
      padding: 18px;
      border-bottom: 1px solid rgba(11, 18, 32, 0.06);
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,248,251,0.68));
    }
    .plan-kicker{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 10px;
    }
    .badge{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      padding: 6px 10px;
      border-radius: 999px;
      font-weight: 900;
      font-size: 0.82rem;
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: rgba(11, 95, 255, 0.07);
      color: var(--accent-2);
      white-space: nowrap;
    }
    .price{
      font-weight: 900;
      letter-spacing: -0.02em;
      font-size: 1.25rem;
      color: var(--text);
    }
    .price small{
      font-weight: 750;
      color: var(--muted-2);
      font-size: 0.92rem;
      letter-spacing: 0;
    }
    .plan-body{
      padding: 18px;
      display:grid;
      gap: 12px;
      flex: 1 1 auto;
      min-width: 0;
    }
    .list{
      margin: 0;
      padding-left: 18px;
      color: var(--muted-2);
    }
    .list li{ margin: 8px 0; }

    .plan-foot{
      padding: 16px 18px;
      border-top: 1px solid rgba(11, 18, 32, 0.06);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 10px;
      flex-wrap: wrap;
      background: rgba(255,255,255,0.92);
      min-width: 0;
    }
    .plan-foot .muted{
      color: var(--muted-2);
      font-size: 0.92rem;
      min-width: 0;
    }

    .addons{
      display:grid;
      gap: 10px;
    }
    .addon{
      display:flex;
      gap: 12px;
      align-items:flex-start;
      padding: 14px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.88);
      box-shadow: 0 10px 26px rgba(2, 6, 23, 0.03);
      min-width: 0;
    }
    .addon p{ color: var(--muted-2); margin-top: 4px; }

    details{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.88);
      padding: 14px 14px;
      box-shadow: 0 10px 26px rgba(2, 6, 23, 0.03);
    }
    summary{
      cursor: pointer;
      font-weight: 900;
      color: var(--text);
      list-style: none;
    }
    summary::-webkit-details-marker{ display:none; }
    details p{ margin-top: 10px; color: var(--muted-2); }
    details + details{ margin-top: 10px; }

    /* Standard CTA card (same as homepage) */
    .cta-card{
      border-radius: calc(var(--radius-xl) + 6px);
      border: 1px solid rgba(11, 95, 255, 0.18);
      background: linear-gradient(135deg, rgba(11, 95, 255, 0.09), rgba(255,255,255,0.92));
      padding: 22px;
      box-shadow: var(--shadow);
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .cta-card .note{
      margin-top: 12px;
      padding: 12px;
      border-radius: 12px;
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: rgba(255,255,255,0.78);
      color: var(--muted-2);
      font-size: 0.94rem;
    }

    /* Footer (standard) */
    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    /* Motion */
    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    /* Responsive layout */
    @media (max-width: 980px){
      .hero-wrap{ grid-template-columns: 1fr; }
      .grid-3{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .cta-card{ grid-template-columns: 1fr; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }
      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }
      body{
        padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
      }
      section{ padding: 56px 0; }
      .hero{ padding: 22px 0 38px; }
      :target{ scroll-margin-top: calc(var(--header-h-mobile) + 12px); }
      .drawer{ position: relative; z-index: 2001; }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }
    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from infrastructure-deployments.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      /* Header heights (used for mobile offset) */
      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    /* Global box sizing + overflow safety */
    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0; /* only set on mobile */
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    /* Background depth */
    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    /* Buttons (system) */
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    /* ===== Header ===== */
    .site-header{
      position: sticky; /* desktop/tablet default */
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    /* Drawer */
    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    /* Typography + sections */
    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 80ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* Cards */
    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

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

    /* Hero */
    .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
    .hero-wrap{
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 18px;
      align-items:start;
      min-width: 0;
    }
    .hero-box{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 22px;
      min-width: 0;
    }
    .hero-actions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items:center;
      margin-top: 16px;
    }
    .hero-actions .btn{ margin: 0; }
    .fineprint{
      margin-top: 12px;
      color: var(--muted-2);
      font-size: 0.92rem;
    }

    /* Side panel */
    .side{ display:grid; gap: 12px; min-width: 0; }
    .panel{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.72);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .panel p{ color: var(--muted-2); margin-top: 8px; }

    .checks{
      list-style:none;
      margin: 12px 0 0;
      padding: 0;
      display:grid;
      gap: 10px;
    }
    .checks li{
      display:flex;
      gap: 10px;
      align-items:flex-start;
      padding: 10px 10px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.75);
      min-width: 0;
    }
    .icon{
      width: 28px; height: 28px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(11, 95, 255, 0.10);
      border: 1px solid rgba(11, 95, 255, 0.16);
      flex: 0 0 auto;
      color: var(--accent-2);
    }
    .checks strong{ display:block; font-size: 0.92rem; }
    .checks span{ display:block; margin-top: 2px; color: var(--muted-2); font-size: 0.92rem; }

    .bullets{
      margin: 12px 0 0;
      padding-left: 18px;
      color: var(--muted-2);
    }
    .bullets li{ margin: 8px 0; }

    .pill{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(11, 18, 32, 0.10);
      background: rgba(247,248,251,0.7);
      color: var(--muted);
      font-weight: 800;
      font-size: 0.82rem;
      width: fit-content;
    }
    .pill b{ color: var(--accent-2); }

    /* Footer */
    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    /* Motion */
    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    /* Responsive layout (content) */
    @media (max-width: 980px){
      .hero-wrap{ grid-template-columns: 1fr; }
      .grid-3{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    /* ===== Mobile: shorter header + reduced top gap + reduced hero padding ===== */
    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      body{
        padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
      }

      section{ padding: 56px 0; }
      .hero{ padding: 22px 0 38px; }

      :target{
        scroll-margin-top: calc(var(--header-h-mobile) + 12px);
      }

      .drawer{
        position: relative;
        z-index: 2001;
      }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }

    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from join-the-hive-application.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0;
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
      cursor: pointer;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    .site-header{
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 92ch; }

    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

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

    .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
    .hero-wrap{
      display:grid;
      grid-template-columns: 1.12fr 0.88fr;
      gap: 18px;
      align-items:start;
      min-width: 0;
    }
    .hero-box{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 22px;
      min-width: 0;
    }
    .hero-actions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items:center;
      margin-top: 16px;
    }
    .fineprint{
      margin-top: 12px;
      color: var(--muted-2);
      font-size: 0.92rem;
    }

    .callout{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 95, 255, 0.18);
      background: linear-gradient(135deg, rgba(11, 95, 255, 0.09), rgba(255,255,255,0.92));
      padding: 18px;
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .callout p{ color: var(--muted-2); margin-top: 8px; }
    .callout ul{
      margin: 12px 0 0;
      padding-left: 18px;
      color: var(--muted-2);
    }
    .callout li{ margin: 8px 0; }

    /* Form (aligned styling) */
    form{ margin:0; }
    .form-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-top: 14px;
    }
    .field{ display:grid; gap: 8px; }
    .field.full{ grid-column: 1 / -1; }

    label{
      font-weight: 900;
      font-size: 0.92rem;
      letter-spacing: -0.01em;
    }
    .hint{
      font-size: 0.92rem;
      color: var(--muted-2);
      margin-top: -2px;
    }

    input, select, textarea{
      width: 100%;
      padding: 12px 12px;
      border-radius: 12px;
      border: 1px solid rgba(11,18,32,0.14);
      background: rgba(255,255,255,0.95);
      color: var(--text);
      font: inherit;
      box-shadow: 0 10px 18px rgba(2,6,23,0.03);
    }
    textarea{ min-height: 130px; resize: vertical; }

    .inline{
      display:flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items:center;
      justify-content:flex-start;
      margin-top: 12px;
    }

    .status{
      margin-top: 12px;
      padding: 12px;
      border-radius: 14px;
      border: 1px solid rgba(11,18,32,0.10);
      background: rgba(247,248,251,0.65);
      color: var(--muted-2);
      font-size: 0.94rem;
    }
    .status strong{ color: var(--text); }

    .error{
      border-color: rgba(220, 38, 38, 0.28) !important;
      outline-color: rgba(220, 38, 38, 0.22) !important;
    }
    .error-msg{
      color: #991b1b;
      font-weight: 800;
      font-size: 0.92rem;
    }

    .output{
      margin-top: 14px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11,18,32,0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow-soft);
      padding: 14px;
    }
    .output pre{
      margin:0;
      white-space: pre-wrap;
      word-wrap: break-word;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
      font-size: 0.92rem;
      color: var(--text);
      line-height: 1.55;
    }

    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    @media (max-width: 980px){
      .hero-wrap{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .form-grid{ grid-template-columns: 1fr; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      body{
        padding-top: calc(var(--header-h, var(--header-h-mobile)) + env(safe-area-inset-top));
      }

      section{ padding: 56px 0; }
      .hero{ padding: 22px 0 38px; }

      :target{
        scroll-margin-top: calc(var(--header-h, var(--header-h-mobile)) + 12px);
      }

      .drawer{
        position: relative;
        z-index: 2001;
      }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }

    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from join-the-hive.html ---- */
:root{
    --bg:#ffffff;
    --bg-soft:#f7f8fb;
    --surface:#ffffff;

    --text:#0b1220;
    --muted:#465468;
    --muted-2:#64748b;

    --border: rgba(11, 18, 32, 0.12);
    --border-soft: rgba(11, 18, 32, 0.08);

    --accent:#0B5FFF;
    --accent-2:#0849c7;
    --ring: rgba(11, 95, 255, 0.28);

    --container: 1140px;
    --gutter: 18px;

    --radius-xl: 22px;
    --radius-lg: 16px;
    --radius-md: 12px;

    --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
    --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

    --h1: clamp(2rem, 4.2vw, 3.05rem);
    --h2: clamp(1.45rem, 2.7vw, 2.05rem);
    --h3: 1.08rem;

    --space-1: 8px;
    --space-2: 12px;
    --space-3: 16px;
    --space-4: 22px;
    --space-5: 32px;
    --space-6: 44px;
    --space-7: 60px;
    --space-8: 78px;

    --header-h-desktop: 72px;
    --header-h-mobile: 64px;
  }

  *, *::before, *::after{ box-sizing:border-box; }
  html, body{
    height:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
    max-width:100vw;
  }

  body{
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
    color:var(--text);
    background: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    padding-top: 0;
  }

  a{ color:inherit; text-decoration:none; }
  a:hover{ text-decoration: underline; text-underline-offset: 3px; }
  img{ max-width:100%; height:auto; }

  :focus-visible{
    outline: 3px solid var(--ring);
    outline-offset: 3px;
    border-radius: 10px;
  }

  .skip-link{
    position:absolute;
    left: 12px;
    top: 12px;
    transform: translateY(-150%);
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 10px 12px;
    border-radius: 12px;
    box-shadow: var(--shadow);
    z-index: 9999;
  }
  .skip-link:focus-visible{ transform: translateY(0); }

  .container{
    width: min(var(--container), calc(100% - (var(--gutter) * 2)));
    margin: 0 auto;
    min-width: 0;
  }

  .bg-wrap{
    position: relative;
    isolation: isolate;
    min-height: 100%;
    overflow-x: clip;
  }
  .bg-wrap::before{
    content:"";
    position:absolute;
    top:-260px;
    left:50%;
    transform: translateX(-50%);
    width: 100%;
    height: 880px;
    background:
      radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
      radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
      radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
    z-index: -2;
    pointer-events:none;
  }
  .bg-wrap::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg,
        rgba(247,248,251,0.92),
        rgba(255,255,255,0.98) 26%,
        rgba(247,248,251,0.72) 72%,
        rgba(255,255,255,0.96)
      );
    z-index: -3;
    pointer-events:none;
  }

  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.78);
    color: var(--text);
    font-weight: 850;
    letter-spacing: -0.01em;
    box-shadow: 0 12px 24px rgba(2,6,23,0.04);
    text-decoration:none;
    white-space: nowrap;
    max-width: 100%;
  }
  .btn:hover{
    text-decoration:none;
    background: rgba(11,95,255,0.06);
    border-color: rgba(11,95,255,0.14);
  }
  .btn-primary{
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    border-color: rgba(11,95,255,0.18);
    box-shadow: 0 18px 38px rgba(11,95,255,0.22);
  }
  .btn-primary:hover{
    background: linear-gradient(135deg, #0b5fff, #063fae);
    border-color: rgba(11,95,255,0.22);
  }
  .btn-ghost{
    background: rgba(247,248,251,0.7);
    border-color: rgba(11, 18, 32, 0.10);
    color: var(--text);
    box-shadow: none;
  }

  /* ===== Header ===== */
  .site-header{
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-soft);
  }
  .topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
    padding: 10px 0;
    min-height: var(--header-h-desktop);
    min-width: 0;
  }

  .brand{
    display:flex;
    align-items:center;
    gap: 12px;
    min-width: 0;
  }
  .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
  .brand-text{
    display:grid;
    gap: 2px;
    min-width: 0;
  }
  .brand strong{
    font-size: 0.98rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand em{
    font-style: normal;
    font-size: 0.82rem;
    line-height: 1.1;
    color: var(--muted-2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-desktop{ min-width: 0; }
  .nav-desktop ul{
    list-style:none;
    display:flex;
    align-items:center;
    gap: 10px;
    padding:0;
    margin:0;
    flex-wrap: nowrap;
    min-width: 0;
  }
  .nav-desktop a{
    display:inline-flex;
    align-items:center;
    padding: 10px 10px;
    border-radius: 12px;
    font-size: 0.92rem;
    color: var(--muted);
    border: 1px solid transparent;
    white-space: nowrap;
  }
  .nav-desktop a:hover{
    background: rgba(11,95,255,0.06);
    border-color: rgba(11,95,255,0.12);
    color: var(--text);
    text-decoration:none;
  }
  .nav-desktop a[aria-current="page"]{
    color: var(--text);
    background: rgba(11,95,255,0.08);
    border-color: rgba(11,95,255,0.16);
  }

  .actions{
    display:flex;
    align-items:center;
    gap: 10px;
    flex: 0 0 auto;
    min-width: 0;
  }

  .menu-btn{
    display:none;
    align-items:center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.85);
    font-weight: 900;
    color: var(--text);
  }
  .menu-ico{
    width: 18px;
    height: 18px;
    display:inline-block;
    background:
      linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
      linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
      linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
    opacity: 0.85;
  }
  .menu-label{ font-size: 0.92rem; }

  .header-cta{ white-space: nowrap; }
  .header-cta .cta-ico{ margin-left: 6px; }
  .header-cta .cta-label{ display:inline; }

  .drawer{
    border-top: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.96);
  }
  .drawer-inner{
    padding: 12px 0 16px;
    display:grid;
    gap: 12px;
  }
  .drawer-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    text-decoration:none;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(11,95,255,0.20);
  }
  .drawer-grid{
    display:grid;
    gap: 10px;
  }
  .drawer-grid a{
    display:block;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid var(--border-soft);
    background: rgba(247,248,251,0.65);
    text-decoration:none;
  }
  .drawer-grid b{
    display:block;
    font-weight: 900;
    color: var(--text);
  }
  .drawer-grid span{
    display:block;
    margin-top: 2px;
    color: var(--muted-2);
    font-weight: 650;
    font-size: 0.92rem;
  }
  .drawer-foot{
    display:flex;
    flex-wrap:wrap;
    gap: 10px;
  }
  .drawer-foot a{
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--border-soft);
    background: rgba(247,248,251,0.55);
    text-decoration:none;
    font-weight: 850;
    color: var(--text);
  }

  main{ display:block; }
  section{ padding: var(--space-8) 0; }
  .soft{
    background: rgba(247,248,251,0.82);
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
  }

  .eyebrow{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(11, 95, 255, 0.07);
    border: 1px solid rgba(11, 95, 255, 0.16);
    color: var(--accent-2);
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.2px;
  }
  .dot{
    width: 8px; height: 8px;
    background: var(--accent);
    border-radius: 999px;
    box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
  }

  h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
  h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
  h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

  p{ margin: 0; color: var(--muted); }
  .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 80ch; }

  .section-head{
    display:grid;
    gap: 12px;
    align-items:start;
    margin-bottom: var(--space-6);
  }
  .section-head .meta{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 16px;
    flex-wrap: wrap;
  }

  .card{
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(11, 18, 32, 0.08);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    overflow: hidden;
  }
  .card-inner{ padding: 18px; }

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

  .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
  .hero-wrap{
    display:grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    align-items:start;
    min-width: 0;
  }
  .hero-box{
    border-radius: calc(var(--radius-xl) + 2px);
    border: 1px solid rgba(11, 18, 32, 0.08);
    background: rgba(255,255,255,0.92);
    box-shadow: var(--shadow);
    padding: 22px;
    min-width: 0;
  }
  .hero-actions{
    display:flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items:center;
    margin-top: 16px;
  }
  .hero-actions .btn{ margin: 0; }
  .fineprint{
    margin-top: 12px;
    color: var(--muted-2);
    font-size: 0.92rem;
  }

  .side{ display:grid; gap: 12px; min-width: 0; }
  .panel{
    border-radius: var(--radius-xl);
    border: 1px solid rgba(11, 18, 32, 0.08);
    background: rgba(255,255,255,0.72);
    padding: 18px;
    box-shadow: var(--shadow-soft);
    min-width: 0;
  }
  .panel p{ color: var(--muted-2); margin-top: 8px; }

  .checks{
    list-style:none;
    margin: 12px 0 0;
    padding: 0;
    display:grid;
    gap: 10px;
  }
  .checks li{
    display:flex;
    gap: 10px;
    align-items:flex-start;
    padding: 10px 10px;
    border-radius: 12px;
    border: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.75);
    min-width: 0;
  }
  .icon{
    width: 28px; height: 28px;
    border-radius: 10px;
    display:grid;
    place-items:center;
    background: rgba(11, 95, 255, 0.10);
    border: 1px solid rgba(11, 95, 255, 0.16);
    flex: 0 0 auto;
    color: var(--accent-2);
  }
  .checks strong{ display:block; font-size: 0.92rem; }
  .checks span{ display:block; margin-top: 2px; color: var(--muted-2); font-size: 0.92rem; }

  .split{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items:stretch;
    min-width: 0;
  }
  .block{
    border-radius: var(--radius-xl);
    border: 1px solid rgba(11, 18, 32, 0.08);
    background: rgba(255,255,255,0.80);
    padding: 18px;
    box-shadow: var(--shadow-soft);
    min-width: 0;
  }
  .block h3{ margin-bottom: 10px; }

  .bullets{
    margin: 0;
    padding-left: 18px;
    color: var(--muted-2);
  }
  .bullets li{ margin: 8px 0; }

  .cta-card{
    border-radius: calc(var(--radius-xl) + 6px);
    border: 1px solid rgba(11, 95, 255, 0.18);
    background: linear-gradient(135deg, rgba(11, 95, 255, 0.09), rgba(255,255,255,0.92));
    padding: 22px;
    box-shadow: var(--shadow);
    display:grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 14px;
    align-items:start;
    min-width: 0;
  }
  .cta-card .note{
    margin-top: 12px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(11, 95, 255, 0.16);
    background: rgba(255,255,255,0.78);
    color: var(--muted-2);
    font-size: 0.94rem;
  }

  footer{
    border-top: 1px solid var(--border-soft);
    background: rgba(255,255,255,0.92);
  }
  .footer-inner{
    padding: 22px 0;
    display:grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 14px;
    align-items:start;
    min-width: 0;
  }
  .foot-brand{
    display:flex;
    align-items:center;
    gap: 12px;
    min-width: 0;
  }
  .foot-links{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content:start;
  }
  .foot-links a{
    display:block;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--border-soft);
    background: rgba(247,248,251,0.6);
    text-decoration:none;
    font-weight: 850;
    color: var(--text);
  }
  .foot-links a:hover{
    text-decoration:none;
    background: rgba(11, 95, 255, 0.06);
    border-color: rgba(11, 95, 255, 0.14);
  }
  .foot-links a span{
    display:block;
    margin-top: 2px;
    color: var(--muted-2);
    font-weight: 650;
    font-size: 0.9rem;
  }
  .foot-bottom{
    border-top: 1px solid var(--border-soft);
    padding: 12px 0;
    color: var(--muted-2);
    font-size: 0.92rem;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    gap: 10px;
  }
  .foot-bottom a{ color: inherit; text-decoration:none; }
  .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

  /* Utilities (small + drift-proof) */
  .h2-mini{ margin:0; font-size:1.15rem; letter-spacing:-0.01em; line-height:1.2; }
  .muted-2{ color: var(--muted-2); }
  .mt-8{ margin-top:8px; }
  .mt-10{ margin-top:10px; }
  .mt-12{ margin-top:12px; }
  .mt-14{ margin-top:14px; }
  .mt-16{ margin-top:16px; }
  .stack-10{ display:grid; gap:10px; }
  .row{ display:flex; gap:10px; flex-wrap:wrap; }
  .panel-plain{ margin:0; background: rgba(255,255,255,0.78); }

  .reveal{
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 600ms ease, transform 600ms ease;
  }
  .reveal.is-visible{
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce){
    .reveal{ opacity:1; transform:none; transition:none; }
  }

  @media (max-width: 980px){
    .hero-wrap{ grid-template-columns: 1fr; }
    .grid-3{ grid-template-columns: 1fr; }
    .grid-2{ grid-template-columns: 1fr; }
    .split{ grid-template-columns: 1fr; }
    .cta-card{ grid-template-columns: 1fr; }
    .footer-inner{ grid-template-columns: 1fr; }
    .foot-links{ grid-template-columns: 1fr; }
  }

  @media (max-width: 1120px){
    .nav-desktop{ display:none; }
    .menu-btn{ display:inline-flex; }

    .site-header{
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 2000;
      padding-top: env(safe-area-inset-top);
    }

    .topbar{
      padding: 8px 0;
      min-height: var(--header-h-mobile);
    }

    body{
      padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
    }

    section{ padding: 56px 0; }
    .hero{ padding: 22px 0 38px; }

    :target{ scroll-margin-top: calc(var(--header-h-mobile) + 12px); }

    .drawer{ position: relative; z-index: 2001; }
  }

  @media (max-width: 520px){
    .brand em{ display:none; }
  }
  @media (max-width: 390px){
    .header-cta .cta-label{ display:none; }
    .header-cta .cta-ico{ margin-left: 0; }
    .header-cta{ padding-left: 12px; padding-right: 12px; }
  }


/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from privacy.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0;
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    .site-header{
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    main{ display:block; }
    section{ padding: var(--space-8) 0; }

    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 88ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

    /* Legal content */
    .legal{
      display:grid;
      gap: 12px;
    }
    .legal article{
      padding: 18px;
      border-top: 1px solid rgba(11,18,32,0.06);
      background: rgba(255,255,255,0.85);
    }
    .legal article:first-child{ border-top:none; }
    .legal p{ color: var(--muted-2); margin-top: 8px; }
    .legal ul{
      margin: 10px 0 0;
      padding-left: 18px;
      color: var(--muted-2);
    }
    .legal li{ margin: 8px 0; }

    .note{
      margin-top: 12px;
      padding: 12px;
      border-radius: 14px;
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: rgba(255,255,255,0.78);
      color: var(--muted-2);
      font-size: 0.94rem;
    }
    .note strong{ color: var(--text); }

    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    @media (max-width: 980px){
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      body{
        padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
      }

      section{ padding: 56px 0; }

      :target{
        scroll-margin-top: calc(var(--header-h-mobile) + 12px);
      }

      .drawer{
        position: relative;
        z-index: 2001;
      }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }

    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from request-assessment.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0;
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    /* Buttons (system) */
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
      cursor: pointer;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    /* ===== Header (standard) ===== */
    .site-header{
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }
    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
      cursor: pointer;
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    /* Typography + sections */
    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 88ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* Cards + grids */
    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

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

    /* Hero (standard spacing) */
    .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
    .hero-wrap{
      display:grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 18px;
      align-items:start;
      min-width: 0;
    }
    .hero-box{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 22px;
      min-width: 0;
    }
    .hero-actions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items:center;
      margin-top: 16px;
    }
    .fineprint{
      margin-top: 12px;
      color: var(--muted-2);
      font-size: 0.92rem;
    }

    /* Checklist */
    .checks{
      list-style:none;
      margin: 12px 0 0;
      padding: 0;
      display:grid;
      gap: 10px;
    }
    .checks li{
      display:flex;
      gap: 10px;
      align-items:flex-start;
      padding: 10px 10px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.75);
      min-width: 0;
    }
    .icon{
      width: 28px; height: 28px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(11, 95, 255, 0.10);
      border: 1px solid rgba(11, 95, 255, 0.16);
      flex: 0 0 auto;
      color: var(--accent-2);
    }
    .checks strong{ display:block; font-size: 0.92rem; }
    .checks span{ display:block; margin-top: 2px; color: var(--muted-2); font-size: 0.92rem; }

    .notice{
      margin-top: 14px;
      padding: 12px;
      border-radius: 14px;
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: rgba(255,255,255,0.85);
      color: var(--muted-2);
      font-size: 0.94rem;
    }

    /* Form */
    form{ margin:0; }
    .form-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .field{ display:grid; gap: 8px; min-width: 0; }
    label{
      font-weight: 900;
      font-size: 0.92rem;
      letter-spacing: -0.01em;
    }
    .hint{
      color: var(--muted-2);
      font-size: 0.92rem;
      margin-top: -4px;
    }
    input, select, textarea{
      width:100%;
      border-radius: 14px;
      border: 1px solid rgba(11, 18, 32, 0.10);
      background: rgba(255,255,255,0.95);
      padding: 12px 12px;
      font: inherit;
      color: var(--text);
      box-shadow: 0 10px 18px rgba(2, 6, 23, 0.03);
      min-width: 0;
    }
    textarea{ min-height: 140px; resize: vertical; }
    input::placeholder, textarea::placeholder{ color: rgba(70,84,104,0.75); }

    .field-full{ grid-column: 1 / -1; }
    .required{
      color: var(--accent-2);
      font-weight: 900;
      margin-left: 6px;
      font-size: 0.95em;
    }

    .form-actions{
      margin-top: 14px;
      display:flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items:center;
      justify-content: space-between;
    }
    .privacy{
      color: var(--muted-2);
      font-size: 0.92rem;
      max-width: 70ch;
    }
    .privacy a{ text-decoration: underline; text-underline-offset: 3px; }

    /* Timeline */
    .timeline{
      display:grid;
      gap: 10px;
      counter-reset: step;
      margin-top: 10px;
    }
    .tstep{
      counter-increment: step;
      display:flex;
      gap: 12px;
      align-items:flex-start;
      padding: 14px;
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.82);
      box-shadow: var(--shadow-soft);
      min-width: 0;
    }
    .tstep .n{
      width: 30px;
      height: 30px;
      border-radius: 10px;
      display:grid;
      place-items:center;
      background: rgba(11, 95, 255, 0.10);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      flex: 0 0 auto;
    }
    .tstep .n::before{ content: counter(step); }
    .tstep p{ margin-top: 4px; color: var(--muted-2); }

    /* FAQ */
    details{
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.90);
      border-radius: var(--radius-xl);
      padding: 14px;
      box-shadow: 0 10px 22px rgba(2,6,23,0.03);
    }
    summary{
      cursor:pointer;
      font-weight: 900;
      list-style: none;
      outline: none;
    }
    summary::-webkit-details-marker{ display:none; }
    details p{ margin-top: 10px; color: var(--muted-2); }

    /* Footer (standard) */
    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    /* Motion */
    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    /* Responsive */
    @media (max-width: 980px){
      .hero-wrap{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .form-grid{ grid-template-columns: 1fr; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
      .form-actions{ justify-content:flex-start; }
    }

    /* Mobile header behavior (standard) */
    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      body{
        padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
      }

      section{ padding: 56px 0; }
      .hero{ padding: 22px 0 38px; }

      :target{
        scroll-margin-top: calc(var(--header-h-mobile) + 12px);
      }

      .drawer{ position: relative; z-index: 2001; }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }

    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from technology-delivery-partners.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      /* Header heights (used for mobile offset) */
      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    /* Global box sizing + overflow safety */
    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0; /* only set on mobile */
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    /* Background depth */
    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    /* Buttons (system) */
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    /* ===== Header (homepage standard) ===== */
    .site-header{
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    /* Typography + sections */
    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 82ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* Cards / grid */
    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
      min-width: 0;
    }
    .card-inner{ padding: 18px; }

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

    /* Hero */
    .hero{ padding: calc(var(--space-8) + 10px) 0 var(--space-7); }
    .hero-wrap{
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 18px;
      align-items:start;
      min-width: 0;
    }
    .hero-box{
      border-radius: calc(var(--radius-xl) + 2px);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow);
      padding: 22px;
      min-width: 0;
    }
    .hero-actions{
      display:flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items:center;
      margin-top: 16px;
    }
    .fineprint{
      margin-top: 12px;
      color: var(--muted-2);
      font-size: 0.92rem;
    }

    /* Tiles */
    .tile{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      padding: 18px;
      box-shadow: var(--shadow-soft);
      height: 100%;
      display:flex;
      flex-direction:column;
      gap: 10px;
      min-width: 0;
    }
    .tile p{ color: var(--muted-2); }

    .pill{
      display:inline-flex;
      align-items:center;
      gap: 8px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(11, 18, 32, 0.10);
      background: rgba(247,248,251,0.7);
      color: var(--muted);
      font-weight: 800;
      font-size: 0.82rem;
      width: fit-content;
      white-space: nowrap;
    }
    .pill b{ color: var(--accent-2); }

    .bullets{
      margin: 0;
      padding-left: 18px;
      color: var(--muted-2);
    }
    .bullets li{ margin: 8px 0; }

    .split{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      align-items:stretch;
      min-width: 0;
    }
    .mini{
      margin-top: 12px;
      padding: 12px;
      border-radius: 12px;
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(247,248,251,0.7);
      color: var(--muted-2);
      font-size: 0.94rem;
    }

    /* CTA gate (homepage style) */
    .cta-card{
      border-radius: calc(var(--radius-xl) + 6px);
      border: 1px solid rgba(11, 95, 255, 0.18);
      background: linear-gradient(135deg, rgba(11, 95, 255, 0.09), rgba(255,255,255,0.92));
      padding: 22px;
      box-shadow: var(--shadow);
      display:grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .cta-card .note{
      margin-top: 12px;
      padding: 12px;
      border-radius: 12px;
      border: 1px solid rgba(11, 95, 255, 0.16);
      background: rgba(255,255,255,0.78);
      color: var(--muted-2);
      font-size: 0.94rem;
    }

    /* Footer (homepage standard) */
    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    /* Motion */
    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    /* Responsive layout */
    @media (max-width: 980px){
      .hero-wrap{ grid-template-columns: 1fr; }
      .grid-3{ grid-template-columns: 1fr; }
      .grid-2{ grid-template-columns: 1fr; }
      .split{ grid-template-columns: 1fr; }
      .cta-card{ grid-template-columns: 1fr; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    /* Mobile header behavior (homepage standard) */
    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      body{
        padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
      }

      section{ padding: 56px 0; }
      .hero{ padding: 22px 0 38px; }

      :target{
        scroll-margin-top: calc(var(--header-h-mobile) + 12px);
      }

      .drawer{ position: relative; z-index: 2001; }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }
    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }

/* ---- Legacy consolidated styles from terms.html ---- */
:root{
      --bg:#ffffff;
      --bg-soft:#f7f8fb;
      --surface:#ffffff;

      --text:#0b1220;
      --muted:#465468;
      --muted-2:#64748b;

      --border: rgba(11, 18, 32, 0.12);
      --border-soft: rgba(11, 18, 32, 0.08);

      --accent:#0B5FFF;
      --accent-2:#0849c7;
      --ring: rgba(11, 95, 255, 0.28);

      --container: 1140px;
      --gutter: 18px;

      --radius-xl: 22px;
      --radius-lg: 16px;
      --radius-md: 12px;

      --shadow: 0 14px 35px rgba(2, 6, 23, 0.06);
      --shadow-soft: 0 10px 26px rgba(2, 6, 23, 0.05);

      --h1: clamp(2rem, 4.2vw, 3.05rem);
      --h2: clamp(1.45rem, 2.7vw, 2.05rem);
      --h3: 1.08rem;

      --space-1: 8px;
      --space-2: 12px;
      --space-3: 16px;
      --space-4: 22px;
      --space-5: 32px;
      --space-6: 44px;
      --space-7: 60px;
      --space-8: 78px;

      --header-h-desktop: 72px;
      --header-h-mobile: 64px;
    }

    *, *::before, *::after{ box-sizing:border-box; }
    html, body{
      height:100%;
      margin:0;
      padding:0;
      overflow-x:hidden;
      max-width:100vw;
    }

    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      background: var(--bg);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      padding-top: 0;
    }

    a{ color:inherit; text-decoration:none; }
    a:hover{ text-decoration: underline; text-underline-offset: 3px; }
    img{ max-width:100%; height:auto; }

    :focus-visible{
      outline: 3px solid var(--ring);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .skip-link{
      position:absolute;
      left: 12px;
      top: 12px;
      transform: translateY(-150%);
      background: var(--surface);
      border: 1px solid var(--border);
      padding: 10px 12px;
      border-radius: 12px;
      box-shadow: var(--shadow);
      z-index: 9999;
    }
    .skip-link:focus-visible{ transform: translateY(0); }

    .container{
      width: min(var(--container), calc(100% - (var(--gutter) * 2)));
      margin: 0 auto;
      min-width: 0;
    }

    .bg-wrap{
      position: relative;
      isolation: isolate;
      min-height: 100%;
      overflow-x: clip;
    }
    .bg-wrap::before{
      content:"";
      position:absolute;
      top:-260px;
      left:50%;
      transform: translateX(-50%);
      width: 100%;
      height: 880px;
      background:
        radial-gradient(680px 480px at 18% 22%, rgba(11, 95, 255, 0.11), transparent 60%),
        radial-gradient(640px 460px at 82% 18%, rgba(11, 95, 255, 0.085), transparent 62%),
        radial-gradient(640px 460px at 52% 78%, rgba(11, 95, 255, 0.06), transparent 65%);
      z-index: -2;
      pointer-events:none;
    }
    .bg-wrap::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,
          rgba(247,248,251,0.92),
          rgba(255,255,255,0.98) 26%,
          rgba(247,248,251,0.72) 72%,
          rgba(255,255,255,0.96)
        );
      z-index: -3;
      pointer-events:none;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.78);
      color: var(--text);
      font-weight: 850;
      letter-spacing: -0.01em;
      box-shadow: 0 12px 24px rgba(2,6,23,0.04);
      text-decoration:none;
      white-space: nowrap;
      max-width: 100%;
    }
    .btn:hover{
      text-decoration:none;
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.14);
    }
    .btn-primary{
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      border-color: rgba(11,95,255,0.18);
      box-shadow: 0 18px 38px rgba(11,95,255,0.22);
    }
    .btn-primary:hover{
      background: linear-gradient(135deg, #0b5fff, #063fae);
      border-color: rgba(11,95,255,0.22);
    }
    .btn-ghost{
      background: rgba(247,248,251,0.7);
      border-color: rgba(11, 18, 32, 0.10);
      color: var(--text);
      box-shadow: none;
    }

    .site-header{
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
    }

    .topbar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap: 12px;
      padding: 10px 0;
      min-height: var(--header-h-desktop);
      min-width: 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .mark{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--accent);
    background: transparent;
    border: 1px solid rgba(11, 95, 255, 0.22);
    box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
    flex: 0 0 auto;
  }
  .mark svg{
    width: 20px;
    height: 20px;
    display:block;
  }
    .brand-text{
      display:grid;
      gap: 2px;
      min-width: 0;
    }
    .brand strong{
      font-size: 0.98rem;
      line-height: 1.1;
      letter-spacing: -0.01em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .brand em{
      font-style: normal;
      font-size: 0.82rem;
      line-height: 1.1;
      color: var(--muted-2);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .nav-desktop{ min-width: 0; }
    .nav-desktop ul{
      list-style:none;
      display:flex;
      align-items:center;
      gap: 10px;
      padding:0;
      margin:0;
      flex-wrap: nowrap;
      min-width: 0;
    }
    .nav-desktop a{
      display:inline-flex;
      align-items:center;
      padding: 10px 10px;
      border-radius: 12px;
      font-size: 0.92rem;
      color: var(--muted);
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .nav-desktop a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
      text-decoration:none;
    }
    .nav-desktop a[aria-current="page"]{
      color: var(--text);
      background: rgba(11,95,255,0.08);
      border-color: rgba(11,95,255,0.16);
    }

    .actions{
      display:flex;
      align-items:center;
      gap: 10px;
      flex: 0 0 auto;
      min-width: 0;
    }

    .menu-btn{
      display:none;
      align-items:center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.85);
      font-weight: 900;
      color: var(--text);
    }
    .menu-ico{
      width: 18px;
      height: 18px;
      display:inline-block;
      background:
        linear-gradient(var(--text),var(--text)) 0 4px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 8px/18px 2px no-repeat,
        linear-gradient(var(--text),var(--text)) 0 12px/18px 2px no-repeat;
      opacity: 0.85;
    }
    .menu-label{ font-size: 0.92rem; }

    .header-cta{ white-space: nowrap; }
    .header-cta .cta-ico{ margin-left: 6px; }
    .header-cta .cta-label{ display:inline; }

    .drawer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.96);
    }
    .drawer-inner{
      padding: 12px 0 16px;
      display:grid;
      gap: 12px;
    }
    .drawer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding: 12px 14px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), var(--accent-2));
      color: #fff;
      text-decoration:none;
      font-weight: 900;
      box-shadow: 0 16px 34px rgba(11,95,255,0.20);
    }
    .drawer-grid{
      display:grid;
      gap: 10px;
    }
    .drawer-grid a{
      display:block;
      padding: 12px 12px;
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.65);
      text-decoration:none;
    }
    .drawer-grid b{
      display:block;
      font-weight: 900;
      color: var(--text);
    }
    .drawer-grid span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.92rem;
    }
    .drawer-foot{
      display:flex;
      flex-wrap:wrap;
      gap: 10px;
    }
    .drawer-foot a{
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.55);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }

    main{ display:block; }
    section{ padding: var(--space-8) 0; }
    .soft{
      background: rgba(247,248,251,0.82);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(11, 95, 255, 0.07);
      border: 1px solid rgba(11, 95, 255, 0.16);
      color: var(--accent-2);
      font-weight: 900;
      font-size: 0.82rem;
      letter-spacing: 0.2px;
    }
    .dot{
      width: 8px; height: 8px;
      background: var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 0 6px rgba(11, 95, 255, 0.12);
    }

    h1{ margin: 12px 0 0; font-size: var(--h1); line-height: 1.08; letter-spacing: -0.03em; }
    h2{ margin: 0; font-size: var(--h2); line-height: 1.18; letter-spacing: -0.02em; }
    h3{ margin: 0; font-size: var(--h3); line-height: 1.25; letter-spacing: -0.01em; }

    p{ margin: 0; color: var(--muted); }
    .lead{ margin-top: 12px; font-size: 1.05rem; max-width: 90ch; }

    .section-head{
      display:grid;
      gap: 12px;
      align-items:start;
      margin-bottom: var(--space-6);
    }
    .section-head .meta{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .card{
      background: rgba(255,255,255,0.92);
      border: 1px solid rgba(11, 18, 32, 0.08);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .card-inner{ padding: 18px; }

    .grid{ display:grid; gap: 14px; }
    .grid-2{ grid-template-columns: 1fr 1fr; }

    /* Terms layout */
    .legal-layout{
      display:grid;
      grid-template-columns: 0.42fr 0.58fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }

    .toc{
      border-radius: var(--radius-xl);
      border: 1px solid rgba(11, 18, 32, 0.08);
      background: rgba(255,255,255,0.92);
      box-shadow: var(--shadow-soft);
      padding: 14px;
      position: sticky;
      top: calc(var(--header-h-desktop) + 14px);
    }
    .toc h2{
      font-size: 1.05rem;
      margin: 6px 0 10px;
      letter-spacing: -0.01em;
    }
    .toc a{
      display:block;
      padding: 10px 10px;
      border-radius: 12px;
      border: 1px solid transparent;
      color: var(--muted);
      font-weight: 800;
      text-decoration:none;
    }
    .toc a:hover{
      background: rgba(11,95,255,0.06);
      border-color: rgba(11,95,255,0.12);
      color: var(--text);
    }

    .terms-wrap{ padding: 0; }
    .terms-wrap article{
      padding: 18px;
      border-top: 1px solid rgba(11, 18, 32, 0.06);
    }
    .terms-wrap article:first-child{ border-top: none; }
    .terms-wrap h2{ margin-bottom: 8px; }
    .terms-wrap p + p{ margin-top: 10px; }
    .terms-wrap ul{
      margin: 10px 0 0;
      padding-left: 18px;
      color: var(--muted-2);
    }
    .terms-wrap li{ margin: 8px 0; }

    .note{
      margin-top: 12px;
      padding: 12px;
      border-radius: 14px;
      border: 1px solid rgba(11,95,255,0.16);
      background: rgba(11,95,255,0.06);
      color: var(--muted-2);
      font-size: 0.94rem;
    }
    .note strong{ color: var(--text); }

    .doc-meta{
      display:flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }
    .chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding: 10px 12px;
      border-radius: 999px;
      border: 1px solid rgba(11, 18, 32, 0.10);
      background: rgba(255,255,255,0.78);
      color: var(--muted);
      font-weight: 850;
      font-size: 0.92rem;
      box-shadow: 0 10px 18px rgba(2,6,23,0.03);
    }
    .chip b{ color: var(--text); }

    footer{
      border-top: 1px solid var(--border-soft);
      background: rgba(255,255,255,0.92);
    }
    .footer-inner{
      padding: 22px 0;
      display:grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 14px;
      align-items:start;
      min-width: 0;
    }
    .foot-brand{
      display:flex;
      align-items:center;
      gap: 12px;
      min-width: 0;
    }
    .foot-links{
      display:grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content:start;
    }
    .foot-links a{
      display:block;
      padding: 10px 12px;
      border-radius: 12px;
      border: 1px solid var(--border-soft);
      background: rgba(247,248,251,0.6);
      text-decoration:none;
      font-weight: 850;
      color: var(--text);
    }
    .foot-links a:hover{
      text-decoration:none;
      background: rgba(11, 95, 255, 0.06);
      border-color: rgba(11, 95, 255, 0.14);
    }
    .foot-links a span{
      display:block;
      margin-top: 2px;
      color: var(--muted-2);
      font-weight: 650;
      font-size: 0.9rem;
    }
    .foot-bottom{
      border-top: 1px solid var(--border-soft);
      padding: 12px 0;
      color: var(--muted-2);
      font-size: 0.92rem;
      display:flex;
      flex-wrap: wrap;
      justify-content:space-between;
      gap: 10px;
    }
    .foot-bottom a{ color: inherit; text-decoration:none; }
    .foot-bottom a:hover{ text-decoration: underline; text-underline-offset: 3px; }

    .reveal{
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 600ms ease, transform 600ms ease;
    }
    .reveal.is-visible{
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce){
      .reveal{ opacity:1; transform:none; transition:none; }
    }

    @media (max-width: 980px){
      .grid-2{ grid-template-columns: 1fr; }
      .legal-layout{ grid-template-columns: 1fr; }
      .toc{ position: relative; top: auto; }
      .footer-inner{ grid-template-columns: 1fr; }
      .foot-links{ grid-template-columns: 1fr; }
    }

    @media (max-width: 1120px){
      .nav-desktop{ display:none; }
      .menu-btn{ display:inline-flex; }

      .site-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2000;
        padding-top: env(safe-area-inset-top);
      }

      .topbar{
        padding: 8px 0;
        min-height: var(--header-h-mobile);
      }

      body{
        padding-top: calc(var(--header-h-mobile) + env(safe-area-inset-top));
      }

      section{ padding: 56px 0; }

      :target{
        scroll-margin-top: calc(var(--header-h-mobile) + 12px);
      }

      .drawer{ position: relative; z-index: 2001; }
    }

    @media (max-width: 520px){
      .brand em{ display:none; }
    }

    @media (max-width: 390px){
      .header-cta .cta-label{ display:none; }
      .header-cta .cta-ico{ margin-left: 0; }
      .header-cta{ padding-left: 12px; padding-right: 12px; }
    }
  

/* Accessibility: skip link */
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:10000;padding:.6rem .9rem;border-radius:10px;background:#0B0F1A;color:#fff;outline:2px solid #fff;}
/* === Production stabilization patch: viewport lock + institutional hardening === */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
@supports (overflow: clip){
  html,
  body,
  .bg-wrap{
    overflow-x:clip;
  }
}
*,
*::before,
*::after{
  min-width:0;
}
body *{
  max-width:100%;
  overflow-wrap:break-word;
}
.bg-wrap{
  width:100%;
  max-width:100vw;
}
.bg-wrap::before{
  width:100%;
  max-width:100vw;
  left:0;
  transform:none;
}
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.topbar,
.drawer-inner{
  min-width:0;
  max-width:100%;
}
.card,
.tile,
.block,
.panel,
.step,
.checks li{
  max-width:100%;
  min-width:0;
  border-color:rgba(11,18,32,.11);
  box-shadow:0 10px 24px rgba(2,6,23,.045);
}
.hero-actions,
.trust-row,
.drawer-foot,
.actions,
[role="group"]{
  min-width:0;
  max-width:100%;
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.foot-links a,
.drawer-grid a{
  max-width:100%;
  white-space:normal;
  text-align:center;
}
.nav-desktop ul{
  gap:6px;
}
.nav-desktop a{
  padding:9px 8px;
  font-size:.89rem;
}
.header-cta{
  padding:10px 12px;
  font-size:.88rem;
}
@media (max-width:1120px){
  .header-cta{display:none!important;}
  .site-header{max-width:100vw; overflow-x:hidden;}
  .drawer{max-width:100vw; overflow-x:hidden;}
}
@media (max-width:520px){
  :root{--gutter:16px;}
  .hero-box,
  .panel,
  .card-inner,
  .block,
  .tile,
  .cta-card{
    padding:16px;
  }
  .btn,
  .drawer-cta{
    width:100%;
  }
  .hero-actions,
  .trust-row{
    gap:10px;
  }
}


/* Production stabilization patch: footer restoration, mobile drawer scroll, overflow safety */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
.bg-wrap,
.site-header,
main,
section,
footer,
.container,
.hero-wrap,
.grid,
.split,
.proof,
.cta-card,
.footer-inner,
.drawer,
.drawer-inner,
.drawer-grid,
.drawer-foot,
.hero-actions,
.trust-row{
  min-width:0;
  max-width:100%;
}
.hero-actions,
.trust-row,
.drawer-foot,
.foot-bottom > div{
  flex-wrap:wrap;
}
.btn,
.drawer-cta,
.drawer-grid a,
.foot-links a{
  max-width:100%;
  white-space:normal;
}
p, li, span, strong, h1, h2, h3, a{
  overflow-wrap:anywhere;
}
.bg-wrap::before{
  width:min(100vw, calc(100% + 120px));
  max-width:100vw;
}
.drawer{
  max-height:calc(100dvh - var(--header-h-mobile) - env(safe-area-inset-top));
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.drawer-inner{
  padding-bottom:calc(18px + env(safe-area-inset-bottom));
}
footer{
  border-top:1px solid var(--border-soft);
  background:rgba(255,255,255,0.94);
}
.footer-inner{
  padding:26px 0 22px;
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap:18px;
  align-items:start;
}
.foot-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.foot-links{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px;
  align-content:start;
}
.foot-links a{
  display:block;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border-soft);
  background:rgba(247,248,251,0.62);
  text-decoration:none;
  font-weight:850;
  color:var(--text);
}
.foot-links a:hover{
  text-decoration:none;
  background:rgba(11,95,255,0.06);
  border-color:rgba(11,95,255,0.14);
}
.foot-links a span{
  display:block;
  margin-top:2px;
  color:var(--muted-2);
  font-weight:650;
  font-size:0.9rem;
}
.foot-bottom{
  border-top:1px solid var(--border-soft);
  padding:12px 0;
  color:var(--muted-2);
  font-size:0.92rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
}
.foot-bottom a{
  color:inherit;
  text-decoration:none;
}
.foot-bottom a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.card,
.tile,
.panel,
.block,
.step{
  box-shadow:0 10px 24px rgba(2,6,23,0.045);
  border-color:rgba(11,18,32,0.09);
}
@media (max-width:980px){
  .footer-inner{
    grid-template-columns:1fr;
  }
  .foot-links{
    grid-template-columns:1fr;
  }
}
@media (max-width:520px){
  .hero-box,
  .panel,
  .card-inner,
  .tile,
  .block,
  .cta-card{
    padding:16px;
  }
  .btn{
    width:100%;
  }
  .hero-actions .btn,
  .cta-card .btn,
  .panel .btn{
    width:100%;
  }
}


    .cta-band{
      margin-top:var(--space-5);
      display:flex;
      gap:18px;
      align-items:center;
      justify-content:space-between;
      padding:22px;
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:linear-gradient(135deg, rgba(11,95,255,0.08), rgba(255,255,255,0.92));
      box-shadow:var(--shadow-soft);
    }
    .cta-band p{margin:6px 0 0;color:var(--muted);max-width:72ch;}
    .cta-band strong{font-size:1.08rem;color:var(--text);}
    @media (max-width: 760px){
      .cta-band{align-items:flex-start;flex-direction:column;}
      .cta-band .btn{width:100%;justify-content:center;}
    }


/* =========================================================
   PHASE 4 — DIGITALITH DESIGN SYSTEM NORMALIZATION LAYER
   Purpose: centralize UI rhythm, component consistency,
   responsive behavior, form accessibility, and institutional
   interface stability without redesigning the platform.
   ========================================================= */
:root{
  --ds-section-y: clamp(56px, 8vw, 92px);
  --ds-section-y-compact: clamp(38px, 6vw, 68px);
  --ds-card-pad: clamp(18px, 2.5vw, 28px);
  --ds-card-gap: clamp(16px, 2.4vw, 24px);
  --ds-radius: 22px;
  --ds-radius-sm: 14px;
  --ds-border: rgba(11,18,32,.11);
  --ds-soft: #f7f9fc;
  --ds-focus: rgba(11,95,255,.32);
}

html{ scroll-behavior:smooth; }
body{ min-width:0; }
main{ display:block; }
section{ padding-block: var(--ds-section-y); }
section.compact, .compact{ padding-block: var(--ds-section-y-compact); }
.container{ width:min(var(--container,1140px), calc(100% - 36px)); }
.section-head{ margin-bottom:clamp(22px,4vw,40px); }
.section-head .meta, .section-head .lead, .lead{ max-width: 74ch; }
.eyebrow{ letter-spacing:.12em; text-transform:uppercase; font-weight:700; }
h1,h2,h3{ text-wrap:balance; line-height:1.08; }
p,li{ text-wrap:pretty; }

.grid{ gap:var(--ds-card-gap); }
.grid-2{ grid-template-columns:repeat(2,minmax(0,1fr)); }
.grid-3{ grid-template-columns:repeat(3,minmax(0,1fr)); }
.card,.proof-card,.trust-card,.support-card,.standard-card,.method-card,.evidence-card,
article.card, .soft-card{
  border:1px solid var(--ds-border);
  border-radius:var(--ds-radius);
  box-shadow:var(--shadow-soft, 0 10px 26px rgba(2,6,23,.05));
  background:var(--surface,#fff);
  overflow:hidden;
}
.card-inner,.proof-card,.trust-card,.support-card,.standard-card,.method-card,.evidence-card,
.soft-card{ padding:var(--ds-card-pad); }
.card:hover,.proof-card:hover,.trust-card:hover,.support-card:hover,.standard-card:hover,.method-card:hover,.evidence-card:hover{
  transform:translateY(-1px);
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  border-color:rgba(11,95,255,.18);
}

.btn,.button,a.btn,button,.cta-primary,.cta-secondary{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  border-radius:999px;
  font-weight:700;
  line-height:1.1;
  text-align:center;
}
.btn-row,.cta-row,.actions{ display:flex; gap:12px; flex-wrap:wrap; align-items:center; }

input,select,textarea{
  width:100% !important;
  max-width:100%;
  min-height:44px;
  margin-top:6px;
  padding:12px 14px !important;
  border:1px solid var(--border, rgba(11,18,32,.12)) !important;
  border-radius:14px !important;
  background:#fff;
  color:var(--text,#0b1220);
  font:inherit;
}
textarea{ min-height:120px; resize:vertical; }
label{ display:block; color:var(--text,#0b1220); }
input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid var(--ds-focus);
  outline-offset:2px;
  border-color:rgba(11,95,255,.45) !important;
}

.site-header{ backdrop-filter:saturate(140%) blur(14px); }
.nav-desktop a,.mobile-panel a{ min-height:40px; display:inline-flex; align-items:center; }
.footer,footer{ overflow:hidden; }

/* Proof / governance / support normalization */
.proof-grid,.standards-grid,.support-grid,.methodology-grid,.trust-grid{
  display:grid;
  gap:var(--ds-card-gap);
}
.timeline,.process,.workflow{ display:grid; gap:var(--ds-card-gap); }
.badge,.pill,.tag{ border-radius:999px; }

/* Accessibility and motion */
.skip-link{ z-index:10000; }
:focus:not(:focus-visible){ outline:none; }
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
}

@media (max-width: 900px){
  .grid-2,.grid-3,.proof-grid,.standards-grid,.support-grid,.methodology-grid,.trust-grid{
    grid-template-columns:1fr !important;
  }
  section{ padding-block:clamp(44px, 9vw, 72px); }
  .section-head{ margin-bottom:24px; }
  .btn-row,.cta-row,.actions{ align-items:stretch; }
  .btn,.button,a.btn,button,.cta-primary,.cta-secondary{ width:100%; }
}
@media (max-width: 520px){
  .container{ width:min(100% - 28px, var(--container,1140px)); }
  .card-inner,.proof-card,.trust-card,.support-card,.standard-card,.method-card,.evidence-card,.soft-card{
    padding:18px;
  }
  h1{ font-size:clamp(2rem, 10vw, 2.55rem); }
  h2{ font-size:clamp(1.42rem, 7vw, 1.95rem); }
}

/* Phase 5 — Infrastructure intelligence authority layer */
.text-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:10px;
  font-weight:800;
  color:var(--accent);
  text-decoration:none;
}
.text-link:hover{text-decoration:underline;}
.authority-map .card-inner{height:100%;}

/* =========================================================
   PHASE 6A — UI DISPLAY STABILIZATION LAYER
   Purpose: stabilize spacing, card/grid alignment, CTA display,
   mobile wrapping, forms, proof/governance/support sections,
   footer/nav behavior, and overflow without changing brand direction.
   ========================================================= */
:root{
  --phase6-section-y: clamp(54px, 7.5vw, 84px);
  --phase6-section-y-hero: clamp(42px, 7vw, 78px);
  --phase6-gap: clamp(16px, 2.1vw, 22px);
  --phase6-card-pad: clamp(18px, 2.2vw, 24px);
}

html, body{ width:100%; max-width:100%; overflow-x:hidden; }
@supports (overflow-x: clip){ html, body, .bg-wrap{ overflow-x:clip; } }
body{ -webkit-text-size-adjust:100%; }
body *{ min-width:0; }
p, li, span, strong, h1, h2, h3, h4, a{ overflow-wrap:break-word; word-break:normal; }

main{ width:100%; }
section{ padding-block:var(--phase6-section-y); }
.hero{ padding-block:var(--phase6-section-y-hero) clamp(46px, 7vw, 72px); }
section + section{ margin-top:0; }
.soft{ background:rgba(247,248,251,0.76); }
.container{ width:min(var(--container,1140px), calc(100% - 36px)); }

.section-head{ margin-bottom:clamp(22px, 3.5vw, 38px); }
.section-head .meta{ width:100%; }
.section-head .meta > *{ min-width:0; }
.section-head .lead, .section-head p, .lead{ max-width:76ch; }

.hero-wrap{ gap:var(--phase6-gap); align-items:stretch; }
.hero-box, .side, .panel{ min-width:0; }
.hero-box{ height:100%; }
.side{ align-content:start; }
.hero-actions{ gap:10px; align-items:stretch; }
.hero-actions .btn{ flex:0 1 auto; }
.fineprint{ max-width:78ch; }

.grid, .split, .proof-grid, .standards-grid, .support-grid, .methodology-grid, .trust-grid{ gap:var(--phase6-gap); }
.grid > *, .split > *, .proof-grid > *, .standards-grid > *, .support-grid > *, .methodology-grid > *, .trust-grid > *{ min-width:0; }
.grid > .card, .grid > .tile, .split > .block, .grid > article{ height:100%; }
.card, .tile, .block, .panel, .step, .checks li, .proof-card, .trust-card, .support-card, .standard-card, .method-card, .evidence-card{
  border-color:rgba(11,18,32,0.10);
  box-shadow:0 12px 26px rgba(2,6,23,0.045);
}
.card-inner, .tile, .block, .panel{ padding:var(--phase6-card-pad); }
.card-inner{ height:100%; display:flex; flex-direction:column; gap:10px; }
.card-inner .text-link{ margin-top:auto; align-self:flex-start; }
.tile{ justify-content:flex-start; }
.checks li{ align-items:flex-start; }

/* Stabilize CTA sections that use class="cta-band" on the section element. */
section.cta-band{
  display:block;
  margin-top:0;
  padding:var(--phase6-section-y) 0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
section.cta-band .cta-inner,
.cta-card{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) auto;
  gap:18px;
  align-items:center;
  padding:clamp(20px, 3vw, 28px);
  border:1px solid rgba(11,95,255,0.18);
  border-radius:calc(var(--radius-xl,22px) + 4px);
  background:linear-gradient(135deg, rgba(11,95,255,0.085), rgba(255,255,255,0.94));
  box-shadow:var(--shadow-soft, 0 10px 26px rgba(2,6,23,.05));
}
section.cta-band .cta-inner .btn{ white-space:normal; }

/* Forms */
form{ max-width:100%; }
.form-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.field, .field.full, .field-full{ min-width:0; }
.field.full, .field-full{ grid-column:1 / -1; }
input, select, textarea{ max-width:100%; }
.inline, .form-actions{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.status, .output{ max-width:100%; overflow:hidden; }
.output pre{ max-width:100%; overflow:auto; }

/* Header / drawer / footer display stabilization */
.site-header{ width:100%; }
.topbar{ gap:12px; }
.brand{ flex:1 1 auto; max-width:360px; }
.actions{ flex:0 0 auto; justify-content:flex-end; }
.nav-desktop{ flex:1 1 auto; }
.nav-desktop ul{ justify-content:center; }
.drawer{ width:100%; }
.drawer-grid a, .drawer-foot a{ width:100%; }
.footer-inner{ gap:clamp(18px, 3vw, 28px); }
.foot-links{ align-items:stretch; }
.foot-links a{ height:100%; }
.foot-governance ul{ max-width:78ch; }

@media (min-width: 981px){
  .grid-2{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .grid-3{ grid-template-columns:repeat(3,minmax(0,1fr)); }
  .split{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:1120px){
  body{ padding-top:calc(var(--header-h-mobile,64px) + env(safe-area-inset-top)); }
  .site-header{ position:fixed; left:0; right:0; top:0; }
  .topbar{ min-height:var(--header-h-mobile,64px); }
  .brand{ max-width:calc(100% - 86px); }
  .menu-btn{ flex:0 0 auto; }
  .drawer{
    max-height:calc(100dvh - var(--header-h-mobile,64px) - env(safe-area-inset-top));
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .drawer-inner{ padding-bottom:calc(18px + env(safe-area-inset-bottom)); }
}

@media (max-width:980px){
  .hero-wrap, .split, .grid-2, .grid-3, .footer-inner, section.cta-band .cta-inner, .cta-card{ grid-template-columns:1fr !important; }
  .hero-actions .btn, section.cta-band .btn, .cta-card .btn, .inline .btn, .inline button, .inline a.btn{ width:100%; }
  .section-head .meta{ display:grid; gap:12px; }
  .footer-inner{ align-items:start; }
}

@media (max-width:620px){
  :root{ --gutter:16px; }
  .container{ width:min(100% - 28px, var(--container,1140px)); }
  section{ padding-block:clamp(42px, 10vw, 58px); }
  .hero{ padding-block:28px 44px; }
  .hero-box, .panel, .card-inner, .tile, .block, section.cta-band .cta-inner, .cta-card{ padding:16px; }
  .eyebrow{ max-width:100%; white-space:normal; line-height:1.2; }
  h1{ font-size:clamp(2rem, 9.5vw, 2.55rem); }
  h2{ font-size:clamp(1.42rem, 6.6vw, 1.95rem); }
  .form-grid{ grid-template-columns:1fr; }
  .field.full, .field-full{ grid-column:auto; }
  .foot-bottom{ display:grid; gap:8px; }
}

@media (max-width:390px){
  .brand strong{ font-size:.92rem; }
  .mark{ width:32px; height:32px; border-radius:11px; }
  .menu-label{ display:none; }
  .menu-btn{ padding:10px; }
}

/* PHASE 6B — FINAL PRODUCTION HARDENING
   Non-destructive safeguards for accessibility, responsive display, and reduced-motion support. */
*, *::before, *::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; text-size-adjust:100%; }
body{ overflow-x:hidden; }
img, svg, video, canvas{ max-width:100%; height:auto; }
a, button, input, select, textarea{ -webkit-tap-highlight-color:rgba(11,95,255,.14); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
  outline:3px solid rgba(11,95,255,.42);
  outline-offset:3px;
}
.card, .tile, .block, .panel, .hero-box, .cta-card, section.cta-band .cta-inner{ overflow-wrap:anywhere; }
.nav-desktop a, .drawer-grid a, .drawer-foot a, .foot-links a{ overflow-wrap:break-word; }
.hero-actions, .trust-row, .form-actions, .inline{ min-width:0; }
.hero-actions .btn, .trust-row .btn, .form-actions .btn, .inline .btn{ max-width:100%; }
input, select, textarea, button{ font:inherit; }
label{ cursor:pointer; }
[hidden]{ display:none !important; }
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
  .reveal{ opacity:1 !important; transform:none !important; }
}
@media (max-width:480px){
  .btn{ justify-content:center; text-align:center; }
  .card, .tile, .block, .panel{ min-width:0; }
  table{ display:block; width:100%; overflow-x:auto; }
}


/* === PHASE S UI STABILIZATION PATCH === */
:root{
  --header-h-desktop: 68px;
}

.site-header{
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(15,23,42,0.04);
}

.topbar{
  padding: 6px 0;
  gap: 10px;
}

.brand{
  gap: 10px;
}

.mark{
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.mark svg{
  width: 18px;
  height: 18px;
}

.brand strong{
  font-size: 0.94rem;
}

.brand em{
  font-size: 0.76rem;
}

.nav-desktop ul{
  gap: 6px;
}

.nav-desktop a{
  padding: 8px 9px;
  border-radius: 10px;
  font-size: 0.88rem;
}

.actions{
  gap: 8px;
}

.btn,
.header-cta,
.menu-btn{
  border-radius: 10px;
}

.btn{
  padding: 11px 16px;
}

.header-cta{
  padding: 10px 14px;
  font-size: 0.88rem;
}

.card,
.panel,
.info-card,
.cta-card{
  border-radius: 16px;
}

.cta-card,
.card,
.panel{
  padding-top: clamp(18px, 2vw, 24px);
  padding-bottom: clamp(18px, 2vw, 24px);
}

footer{
  background: rgba(255,255,255,0.96);
}

.footer-inner{
  padding: 18px 0;
  grid-template-columns: minmax(0,1.15fr) minmax(260px,0.85fr);
  gap: 18px;
}

.foot-links{
  gap: 8px;
}

.foot-links a{
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.92rem;
}

.foot-links a span{
  font-size: 0.82rem;
  line-height: 1.45;
}

.foot-bottom{
  padding: 10px 0;
  font-size: 0.86rem;
  align-items:center;
}

.capability-boundary-note{
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 14px;
  background: linear-gradient(to bottom, rgba(248,250,252,0.9), rgba(255,255,255,0.94));
  color: var(--muted-2);
  font-size: 0.84rem;
  line-height: 1.7;
}

.capability-boundary-note strong{
  color: var(--text);
}

@media (max-width: 980px){
  .footer-inner{
    grid-template-columns:1fr;
  }

  .topbar{
    padding: 5px 0;
  }
}
