    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      /* Editorial operations canvas — cyan-led, no AI-violet wash */
      --bg-light: #f3f7fb;
      --bg-light-mid: #e4eef5;
      --bg-light-deep: #cfe0ec;
      --bg-light-glow: #e0f2fe;
      --ink: #0f172a;
      --ink-muted: #334155;
      --ink-soft: #475569;
      --card-light: rgba(255,255,255,.82);
      --card-light-border: rgba(8,145,178,.16);
      --shadow-soft: 0 24px 80px -32px rgba(8,145,178,.16);
      --shadow-pill: 0 8px 40px -12px rgba(8,145,178,.12), 0 2px 8px rgba(15,23,42,.05);
      --bg-cyan-deep: #082636;
      --bg-cyan-mid: #0c3549;
      --bg-cyan-surface: #0f3d56;
      --ink-on-cyan: #f0f9ff;
      --ink-muted-on-cyan: #94c5d8;
      --card-cyan: rgba(12,53,73,.62);
      --card-cyan-border: rgba(56,189,248,.2);

      --bg: #082636;
      --bg-elevated: #0c3549;
      --surface: rgba(255,255,255,.05);
      --surface-hover: rgba(255,255,255,.09);
      --border: rgba(255,255,255,.1);
      --text: #e2e8f0;
      --muted: #94a3b8;
      --accent: #0891b2;
      --accent-hover: #0e7490;
      --accent-glow: rgba(8,145,178,.38);
      --violet-glow: rgba(8,145,178,.12);
      --cyan: #22d3ee;
      --violet: #67e8f9;
      --amber: #fbbf24;
      --brand-gradient: linear-gradient(120deg, #0e7490 0%, #0891b2 48%, #0284c7 100%);
      --brand-gradient-soft: linear-gradient(120deg, rgba(8,145,178,.12), rgba(2,132,199,.08) 50%, rgba(14,116,144,.08));
      --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
      --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      --nav-h: 5.5rem;
      --nav-pill-h: 3.35rem;
      --section-pad: clamp(4rem, 8vw, 7rem);
      --radius-xl: 1.75rem;
      --radius-pill: 999px;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: clip;
      max-width: 100%;
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .mesh-aurora,
      .hero-video-panel,
      .framework-stack-panel,
      .fw-immersive-stage { animation: none !important; transition: none !important; }
      .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    }

    body {
      position: relative;
      font-family: var(--font-body);
      background: var(--bg-cyan-deep);
      color: var(--ink);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overflow-x: clip;
      max-width: 100%;
    }
    body.fw-immersive-open { overflow: hidden; }

    .mesh-aurora, .page-bg { display: none; }

    /* One continuous page atmosphere — positioned by JS to section edges */
    main {
      position: relative;
      isolation: isolate;
      z-index: 1;
      max-width: 100%;
    }
    #pageFlow {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 100%;
      z-index: 0;
      pointer-events: none;
      overflow: hidden;
    }
    .atmo-layer {
      position: absolute;
      left: 0;
      right: 0;
    }
    .atmo-base { z-index: 0; }
    .atmo-glow { z-index: 1; }
    /* Single full-page vertical wash — pure 180deg gradient, no side edges.
       Color stops are pinned to real section positions via JS-set px vars. */
    .atmo-base {
      top: 0;
      bottom: 0;
      background: linear-gradient(180deg,
        #f0f6fd 0px,
        #eaf2fa calc(var(--atmo-light-end, 70vh) - 4rem),
        #d2deec calc(var(--atmo-light-end, 70vh) + 10rem),
        #9aabc0 calc(var(--atmo-light-end, 70vh) + 22rem),
        #5c6d82 calc(var(--atmo-light-end, 70vh) + 36rem),
        #2a3848 calc(var(--atmo-light-end, 70vh) + 50rem),
        #121c28 calc(var(--atmo-cyan-start, var(--atmo-pill, 100vh)) - 28rem),
        #0a1c28 calc(var(--atmo-cyan-start, var(--atmo-pill, 100vh)) - 16rem),
        #082636 calc(var(--atmo-cyan-start, var(--atmo-pill, 100vh)) - 6rem),
        #0a3348 calc(var(--atmo-cyan-start, var(--atmo-pill, 100vh)) + 8rem),
        #0c3d56 calc(var(--atmo-cyan-start, var(--atmo-pill, 100vh)) + 22rem),
        #0b3a52 calc(var(--atmo-footer, 100%) - 32rem),
        #093044 calc(var(--atmo-footer, 100%) - 16rem),
        #082636 calc(var(--atmo-footer, 100%) - 4rem),
        #071f2c 100%);
    }
    /* Soft centered glows — full-width so they never form side boxes */
    .atmo-glow {
      top: 0;
      bottom: 0;
      pointer-events: none;
      background:
        radial-gradient(140% 48% at 50% calc(var(--atmo-light-end, 70vh) + 18rem), rgba(8,145,178,.16), transparent 70%),
        radial-gradient(110% 34% at 50% calc(var(--atmo-cyan-start, var(--atmo-pill, 100vh)) + 2rem), rgba(34,211,238,.12), transparent 72%),
        linear-gradient(180deg,
          transparent calc(var(--atmo-footer, 100%) - 36rem),
          rgba(8,38,54,.22) calc(var(--atmo-footer, 100%) - 20rem),
          rgba(8,38,54,.62) calc(var(--atmo-footer, 100%) - 10rem),
          #082636 calc(var(--atmo-footer, 100%) - 2rem));
    }

    .section-light,
    .section-dark,
    .section-cyan {
      position: relative;
      background: transparent;
    }
    .section-dark {
      color: var(--text);
      overflow-x: clip;
      width: 100%;
      max-width: 100%;
    }
    .dark-nebula {
      display: none;
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background:
        radial-gradient(ellipse 90% 50% at 50% 20%, rgba(59,130,246,.18), transparent 60%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(34,211,238,.08), transparent 55%);
    }
    .section-dark > *:not(.dark-nebula) { position: relative; z-index: 2; }
    .section-dark .section-label { color: #67e8f9; }
    .section-dark h2, .section-dark h3 { color: #fff; }
    .section-dark .lead, .section-dark p { color: var(--muted); }

    .section-cyan { color: var(--ink-on-cyan); }
    .section-cyan .section-label { color: #67e8f9; }
    section.section-cyan > h2,
    section.section-cyan > .lead,
    section.section-cyan > .section-label,
    .whats-new.section-cyan .whats-new-head h2,
    .whats-new.section-cyan .whats-new-head .lead,
    section.section-cyan.beta > h2,
    section.section-cyan.beta > .lead { color: #f0f9ff; }
    section.section-cyan > .lead,
    .whats-new.section-cyan .whats-new-head .lead,
    section.section-cyan.beta > .lead { color: #b8d4e8; }
    section.section-cyan > .section-label,
    .whats-new.section-cyan .section-label { color: #67e8f9; }
    .section-cyan p { color: var(--ink-muted-on-cyan); }
    .section-cyan .pillar-card,
    .section-cyan .release-card,
    .section-cyan .beta-step,
    .section-cyan .ops-step {
      background: rgba(10,46,66,.72);
      border-color: rgba(56,189,248,.22);
      box-shadow: 0 20px 56px -28px rgba(0,0,0,.4);
      backdrop-filter: blur(12px);
    }
    .section-cyan .release-card.is-featured {
      background: rgba(14,58,82,.82);
      border-color: rgba(56,189,248,.3);
    }
    .section-cyan .release-card:hover {
      background: rgba(16,68,96,.88);
      border-color: rgba(103,232,249,.28);
    }
    .section-cyan .pillar-card h3,
    .section-cyan .release-card h3,
    .section-cyan .step h3,
    .section-cyan .ops-step h3 { color: #f0f9ff; }
    .section-cyan .pillar-card p,
    .section-cyan .release-card p,
    .section-cyan .beta .lead,
    .section-cyan .step p,
    .section-cyan .ops-step p,
    .section-cyan .beta-step p { color: #94c5d8; }
    .section-cyan .release-link { color: #67e8f9; }
    .section-cyan .release-link:hover { color: #a5f3fc; }
    .section-cyan.cookies-privacy-section h2 { color: #f0f9ff; }
    .section-cyan.cookies-privacy-section .privacy-lead { color: #94c5d8; }
    .section-cyan .privacy-card {
      background: rgba(10,46,66,.72);
      border-color: rgba(56,189,248,.22);
    }
    .section-cyan .contact-form h3,
    .section-cyan .form-group label { color: #e0f2fe; }
    .section-cyan .form-hint { color: #7dd3fc; }

    nav, footer { position: relative; z-index: 1; }

    h1, h2, h3, .font-display { font-family: var(--font-display); }

    /* ── NAV: floating pill (Sedai-style) ─────── */
    .nav-shell {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      height: var(--nav-h);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: .85rem 1.25rem 0;
      pointer-events: none;
    }
    nav {
      pointer-events: auto;
      width: min(1120px, 100%);
      height: var(--nav-pill-h);
      display: flex;
      align-items: center;
      padding: 0 .45rem 0 1.1rem;
      background: rgba(255,255,255,.78);
      backdrop-filter: blur(20px) saturate(1.35);
      border: 1px solid rgba(8,145,178,.16);
      border-radius: var(--radius-pill);
      box-shadow: var(--shadow-pill);
      transition: box-shadow .3s, background .3s;
    }
    nav.is-scrolled {
      background: rgba(255,255,255,.9);
      box-shadow: 0 12px 48px -14px rgba(8,145,178,.14), 0 4px 12px rgba(15,23,42,.05);
    }

    .nav-inner {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
    }

    .nav-brand {
      display: flex;
      align-items: center;
      gap: .55rem;
      text-decoration: none;
      color: var(--ink);
      flex-shrink: 0;
    }

    .nav-links {
      display: none;
      align-items: center;
      gap: .15rem;
      margin: 0 auto;
    }
    @media (min-width: 900px) { .nav-links { display: flex; } }
    .nav-links a {
      color: var(--ink-muted);
      text-decoration: none;
      font-size: .84rem;
      font-weight: 500;
      padding: .45rem .75rem;
      border-radius: var(--radius-pill);
      transition: color .15s, background .15s;
    }
    .nav-links a:hover { color: var(--ink); background: rgba(8,145,178,.08); }
    .nav-links a.is-current,
    .nav-drawer a.is-current {
      color: var(--ink);
      background: rgba(8,145,178,.1);
      font-weight: 600;
    }

    .nav-actions { display: flex; align-items: center; gap: .4rem; }

    .nav-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border: 1px solid rgba(14,165,233,.18);
      border-radius: 50%;
      background: rgba(8,145,178,.06);
      color: var(--ink);
      cursor: pointer;
    }
    .nav-toggle svg { width: 20px; height: 20px; }
    @media (min-width: 900px) { .nav-toggle { display: none; } }

    .nav-drawer {
      display: none;
      position: fixed;
      top: calc(var(--nav-h) - .25rem);
      left: 1.25rem;
      right: 1.25rem;
      padding: 1rem 1.25rem 1.35rem;
      background: rgba(241,245,249,.94);
      border: 1px solid rgba(148,163,184,.25);
      border-radius: var(--radius-xl);
      backdrop-filter: blur(20px);
      box-shadow: var(--shadow-soft);
      z-index: 99;
      flex-direction: column;
      gap: .15rem;
    }
    .nav-drawer.is-open { display: flex !important; }
    .nav-drawer a {
      color: var(--ink);
      text-decoration: none;
      font-weight: 500;
      font-size: .9rem;
      padding: .7rem .85rem;
      border-radius: 12px;
    }
    .nav-drawer a:hover { background: rgba(8,145,178,.08); }
    .nav-drawer .drawer-actions {
      display: flex;
      flex-direction: column;
      gap: .5rem;
      margin-top: .65rem;
      padding-top: .65rem;
      border-top: 1px solid rgba(14,165,233,.14);
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: .4rem;
      padding: .55rem 1.2rem;
      font-size: .84rem;
      font-weight: 600;
      font-family: var(--font-body);
      border-radius: var(--radius-pill);
      text-decoration: none;
      cursor: pointer;
      transition: background .15s, transform .12s, border-color .15s, box-shadow .2s;
      border: 1px solid transparent;
      white-space: nowrap;
    }
    .btn:hover { transform: translateY(-1px); }
    .btn-primary {
      color: #fff;
      background: var(--brand-gradient);
      box-shadow: 0 6px 24px -6px rgba(8,145,178,.45);
    }
    .btn-primary:hover { box-shadow: 0 10px 32px -6px rgba(8,145,178,.55); }
    .btn-ghost {
      color: var(--ink-muted);
      background: transparent;
      border-color: rgba(14,165,233,.22);
    }
    .btn-ghost:hover { border-color: rgba(14,165,233,.4); background: rgba(8,145,178,.06); color: var(--ink); }
    .btn svg { width: 16px; height: 16px; flex-shrink: 0; }

    /* ── HERO: centered, airy, light ─────────── */
    .hero {
      padding: calc(var(--nav-h) + 2.5rem) 1.5rem 2rem;
      position: relative;
      text-align: center;
    }

    .hero-center {
      max-width: 820px;
      margin: 0 auto;
    }

    .hero-eyebrow {
      display: block;
      margin-bottom: 1.35rem;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #0891b2;
    }

    .hero h1 {
      font-size: clamp(2.6rem, 6.5vw, 4.75rem);
      font-weight: 800;
      letter-spacing: -.045em;
      line-height: 1.04;
      color: var(--ink);
      margin-bottom: 1.5rem;
      max-width: 18em;
      margin-left: auto;
      margin-right: auto;
    }
    .hero h1 .accent {
      color: #0e7490;
      background: none;
      -webkit-text-fill-color: currentColor;
    }

    .hero .subtitle {
      font-size: clamp(1.05rem, 2vw, 1.22rem);
      color: var(--ink-muted);
      max-width: 38rem;
      margin: 0 auto 1.15rem;
      line-height: 1.7;
    }
    .hero-campaign {
      margin: 0 auto 2.25rem;
      max-width: 38rem;
      font-family: var(--font-display);
      font-size: clamp(1.05rem, 2vw, 1.28rem);
      font-weight: 800;
      letter-spacing: -.02em;
      color: var(--ink);
    }

    .hero-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: .85rem;
      justify-content: center;
      margin-bottom: 3.5rem;
    }

    .hero-cta {
      padding: 1rem 2rem;
      font-size: .95rem;
      font-weight: 600;
      color: #fff;
      border: none;
      border-radius: var(--radius-pill);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      cursor: pointer;
      background: var(--brand-gradient);
    }
    .hero-cta svg { width: 18px; height: 18px; }

    .hero-secondary {
      padding: 1rem 1.85rem;
      font-size: .95rem;
      font-weight: 600;
      color: var(--ink);
      background: rgba(241,245,249,.5);
      border: 1.5px solid rgba(100,116,139,.28);
      border-radius: var(--radius-pill);
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      backdrop-filter: blur(8px);
    }
    .hero-secondary:hover {
      border-color: rgba(100,116,139,.4);
      background: rgba(248,250,252,.75);
      transform: translateY(-2px);
      box-shadow: var(--shadow-soft);
    }

    .hero-showcase {
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 1rem;
      position: relative;
    }

    .hero-showcase::before {
      content: '';
      position: absolute;
      inset: -18% -12% -28%;
      background: radial-gradient(ellipse 80% 60% at 50% 48%, rgba(8,145,178,.2), transparent 72%);
      pointer-events: none;
      z-index: 0;
    }

    .hero-video-panel {
      position: relative;
      z-index: 1;
      border-radius: var(--radius-xl);
      overflow: hidden;
      background: linear-gradient(145deg, rgba(219,234,254,.55) 0%, rgba(226,232,240,.25) 100%);
      box-shadow:
        0 0 0 1px rgba(59,130,246,.14),
        0 24px 48px -20px rgba(15,23,42,.14),
        0 0 72px -16px rgba(8,145,178,.18);
      transition: box-shadow .45s ease;
    }
    .hero-video-panel::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(8,145,178,.38), rgba(14,116,144,.18) 55%, rgba(2,132,199,.16));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      z-index: 2;
    }
    .hero-showcase:hover .hero-video-panel {
      box-shadow:
        0 0 0 1px rgba(59,130,246,.2),
        0 28px 56px -18px rgba(15,23,42,.18),
        0 0 88px -12px rgba(8,145,178,.24);
    }

    .hero-video-wrap {
      position: relative;
      background: #070b14;
      border-radius: var(--radius-xl);
      overflow: hidden;
    }

    .hero-mockup-video {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      max-height: min(88vh, 720px);
      object-fit: cover;
      object-position: center center;
      vertical-align: middle;
      transform: translateZ(0);
      backface-visibility: hidden;
    }

    .hero-mockup-video.is-error {
      display: none;
    }

    .hero-video-error {
      display: none;
      width: 100%;
      max-height: min(88vh, 720px);
      object-fit: contain;
      object-position: top center;
      background: #070b14;
    }

    .hero-video-error.is-visible {
      display: block;
    }

    .hero-video-controls {
      position: absolute;
      right: .85rem;
      bottom: .85rem;
      z-index: 4;
      display: flex;
      align-items: center;
      gap: .45rem;
    }
    .hero-video-cc,
    .hero-video-unmute {
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 999px;
      background: rgba(15,23,42,.72);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      color: #f8fafc;
      font-family: inherit;
      cursor: pointer;
    }
    .hero-video-cc {
      min-width: 2.45rem;
      height: 2.15rem;
      padding: 0 .6rem;
      font-size: .68rem;
      font-weight: 800;
      letter-spacing: .08em;
    }
    .hero-video-cc[aria-pressed="true"] {
      background: rgba(8,145,178,.88);
      border-color: rgba(103,232,249,.45);
    }
    .hero-video-cc:hover,
    .hero-video-unmute:hover {
      background: rgba(8,51,68,.85);
      border-color: rgba(34,211,238,.35);
      transform: translateY(-1px);
    }
    .hero-video-cc:focus-visible,
    .hero-video-unmute:focus-visible {
      outline: 2px solid rgba(34,211,238,.6);
      outline-offset: 2px;
    }
    .hero-video-unmute {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      padding: .45rem .75rem;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .02em;
      transition: background .2s, border-color .2s, transform .2s;
      box-shadow: 0 4px 20px rgba(15,23,42,.35);
    }
    .hero-video-unmute svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }
    .hero-video-unmute svg[hidden] {
      display: none;
    }
    .hero-video-controls.is-hidden {
      display: none;
    }
    .hero-mockup-video::cue {
      color: #f8fafc;
      background: rgba(8, 24, 36, .78);
      font-family: var(--font-body);
      font-size: .95rem;
    }

    @media (prefers-reduced-motion: reduce) {
      .hero-video-unmute { display: none; }
    }

    /* Trust strip — uniform framework chips below showcase */
    .trust-strip {
      max-width: 900px;
      margin: 2.5rem auto 0;
      padding: 1.75rem 0 0;
      display: flex;
      flex-wrap: wrap;
      gap: .65rem .75rem;
      justify-content: center;
      align-items: center;
      border-top: 1px solid rgba(100,116,139,.18);
    }
    .trust-strip-label {
      width: 100%;
      text-align: center;
      margin-bottom: .35rem;
      font-size: .66rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--ink-soft);
      opacity: .7;
    }

    .trust-item {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .5rem .95rem;
      font-size: .78rem;
      font-weight: 600;
      color: var(--ink-muted);
      letter-spacing: .01em;
      background: var(--card-light);
      border: 1px solid var(--card-light-border);
      border-radius: 999px;
      box-shadow: 0 6px 18px -10px rgba(37,99,235,.18);
      transition: transform .2s, border-color .2s, box-shadow .2s;
    }
    .trust-item:hover {
      transform: translateY(-2px);
      border-color: rgba(14,165,233,.3);
      box-shadow: 0 12px 28px -12px rgba(37,99,235,.25);
    }
    .trust-item svg { width: 15px; height: 15px; color: #0891b2; flex-shrink: 0; }

    .frameworks-trust-link {
      width: 100%;
      text-align: center;
      margin-top: .85rem;
      font-size: .88rem;
    }
    .frameworks-trust-link a {
      color: #0369a1;
      font-weight: 600;
      text-decoration: none;
    }
    .frameworks-trust-link a:hover { text-decoration: underline; }

    /* ── PILLARS ─────────────────────────────── */
    .pillars {
      padding: clamp(5rem, 9vw, 7rem) 1.5rem 5rem;
      max-width: 1180px;
      margin: 0 auto;
      background: transparent;
      position: relative;
    }
    .section-label {
      text-align: center;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #0891b2;
      margin-bottom: .85rem;
    }
    .section-light h2,
    .features h2 {
      text-align: center;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      letter-spacing: -.04em;
      color: var(--ink);
      margin-bottom: .75rem;
    }
    section.section-cyan > h2 {
      text-align: center;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      letter-spacing: -.04em;
      margin-bottom: .75rem;
    }
    .section-dark .pillars h2,
    .section-dark .how h2,
    .section-dark .features h2 { color: #fff; }
    section.section-cyan > .lead {
      text-align: center;
      font-size: 1.08rem;
      max-width: 540px;
      margin: 0 auto 2.75rem;
      line-height: 1.65;
    }
    .section-dark .lead { color: var(--muted); }

    .pillar-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    @media (min-width: 768px) {
      .pillar-grid { grid-template-columns: repeat(3, 1fr); }
    }

    .pillar-card {
      padding: 2rem 1.65rem;
      border-radius: var(--radius-xl);
      background: var(--card-light);
      border: 1px solid var(--card-light-border);
      backdrop-filter: blur(12px);
      box-shadow: var(--shadow-soft);
      transition: transform .25s, border-color .25s, box-shadow .25s;
    }
    .pillar-card:hover {
      transform: translateY(-5px);
      border-color: rgba(14,165,233,.22);
      box-shadow: 0 32px 64px -24px rgba(59,130,246,.2);
    }
    .pillar-icon {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #38bdf8;
      background: linear-gradient(145deg, rgba(56,189,248,.16), rgba(59,130,246,.1));
      border: 1px solid rgba(56,189,248,.25);
      margin-bottom: 1.1rem;
    }
    .pillar-icon svg { width: 24px; height: 24px; }
    .pillar-card h3 {
      font-size: 1.12rem;
      font-weight: 700;
      color: var(--ink);
      margin-bottom: .5rem;
    }
    .pillar-card p {
      font-size: .9rem;
      color: var(--ink-muted);
      line-height: 1.65;
    }

    /* ── HOW (stepper) ───────────────────────── */
    .how {
      padding: var(--section-pad) 1.5rem;
      max-width: 1000px;
      margin: 0 auto;
    }

    .stepper {
      display: flex;
      flex-direction: column;
      gap: 0;
      position: relative;
    }
    @media (min-width: 768px) {
      .stepper {
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
      }
      .stepper::before {
        content: '';
        position: absolute;
        top: 28px;
        left: 12%;
        right: 12%;
        height: 2px;
        background: linear-gradient(90deg, var(--accent), rgba(34,211,238,.45), var(--accent));
        opacity: .35;
        z-index: 0;
      }
    }

    .step {
      flex: 1;
      text-align: center;
      position: relative;
      z-index: 1;
      padding: 0 .5rem;
    }

    .step-number {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-display);
      font-size: 1.35rem;
      font-weight: 800;
      color: #0891b2;
      background: linear-gradient(145deg, rgba(224,242,254,.95), rgba(186,230,253,.75));
      border: 1px solid rgba(14,165,233,.25);
      margin: 0 auto 1.25rem;
      box-shadow: 0 8px 24px rgba(59,130,246,.12);
    }

    .how.section-cyan .step h3 { font-size: 1.05rem; font-weight: 700; color: #f0f9ff; margin-bottom: .4rem; }
    .how.section-cyan .step p { font-size: .875rem; color: #94c5d8; line-height: 1.55; }

    /* Autopilot-style feature intro (Sedai dark section) */
    .autopilot-head {
      max-width: 1180px;
      margin: 0 auto 3rem;
      padding: 0 1.5rem;
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
      align-items: end;
    }
    @media (min-width: 900px) {
      .autopilot-head {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
      }
    }
    .autopilot-headline h2 {
      text-align: left;
      font-size: clamp(2.25rem, 4.5vw, 3.5rem);
      font-weight: 800;
      letter-spacing: -.04em;
      line-height: 1.08;
      color: #fff;
      margin: 0;
      text-shadow: 0 0 60px rgba(56,189,248,.18);
    }
    .autopilot-copy {
      font-size: 1.05rem;
      line-height: 1.75;
      color: #f8fafc;
      margin: 0;
      max-width: 34rem;
      background: rgba(6, 28, 42, .78);
      border: 1px solid rgba(125, 211, 252, .18);
      border-radius: 1rem;
      padding: 1.05rem 1.15rem;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }
    .features.section-dark .autopilot-copy,
    .section-dark p.autopilot-copy {
      color: #f8fafc;
    }
    section.features.section-dark p.autopilot-copy,
    section.features.section-dark p.feature-tab-desc {
      color: #f8fafc;
    }
    section.features.section-dark p.feature-tab-desc {
      color: #e8f4fa;
    }

    /* ── FEATURES: platform preview + measure grid ─ */
    .features {
      position: relative;
      margin-top: 0;
      padding: clamp(6rem, 11vw, 9rem) 0 clamp(6rem, 10vw, 8rem);
      width: 100%;
      max-width: none;
    }
    .features > *:not(.dark-nebula) { position: relative; z-index: 2; }
    .features .autopilot-head {
      padding-top: clamp(1.5rem, 3vw, 2.5rem);
    }
    .features .autopilot-head,
    .features .feature-showcase,
    .features .measure-block,
    .features .framework-stack {
      max-width: min(1180px, 100%);
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .features .lead {
      text-align: center;
      font-size: 1.05rem;
      color: var(--muted);
      margin-bottom: 2.25rem;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6;
    }

    .feature-showcase {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.75rem;
      margin-bottom: 3rem;
      align-items: start;
    }
    @media (min-width: 900px) {
      .feature-showcase {
        grid-template-columns: minmax(240px, 36%) minmax(0, 1fr);
        gap: 2rem 2.75rem;
      }
    }

    .feature-showcase-rail {
      position: relative;
      padding: 1.1rem 1.15rem 1.15rem 1.45rem;
      background: rgba(6, 28, 42, .72);
      border: 1px solid rgba(125, 211, 252, .16);
      border-radius: 1.15rem;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }
    .feature-rail-line {
      position: absolute;
      left: 1.1rem;
      top: 1.1rem;
      bottom: 1.1rem;
      width: 0;
      border-left: 2px dotted rgba(148, 163, 184, 0.38);
    }

    .feature-tabs {
      display: flex;
      flex-direction: column;
      gap: 0.1rem;
    }
    .feature-tab {
      text-align: left;
      background: transparent;
      border: none;
      cursor: pointer;
      font-family: var(--font-display);
      font-size: clamp(1rem, 2.2vw, 1.2rem);
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #cbd5e1;
      padding: 0.5rem 0.65rem;
      margin-left: -0.35rem;
      border-radius: 10px;
      transition: color .2s, background .2s;
    }
    .feature-tab:hover { color: #f8fafc; }
    .feature-tab:focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 2px;
    }
    .feature-tab[aria-selected="true"] {
      color: #fff;
      background: rgba(59,130,246,.12);
    }
    .section-dark .feature-tab { color: #d7eef6; font-size: clamp(1.1rem, 2.4vw, 1.45rem); }
    .section-dark .feature-tab:hover { color: #fff; }
    .section-dark .feature-tab[aria-selected="true"] { color: #fff; background: transparent; }
    .section-dark .feature-tab-desc { color: #e8f4fa; text-shadow: 0 1px 14px rgba(2,16,28,.5); }
    .section-dark .card {
      background: rgba(255,255,255,.04);
      border-color: rgba(255,255,255,.08);
    }
    .section-dark .card:hover {
      background: rgba(255,255,255,.07);
      border-color: rgba(167,139,250,.25);
    }
    .section-dark .card h3 { color: #fff; }
    .section-dark .card p { color: var(--muted); }

    .feature-tab-desc {
      margin-top: 1.1rem;
      font-size: 0.9375rem;
      color: #e2e8f0;
      line-height: 1.65;
      min-height: 5.5rem;
    }

    @keyframes feature-shell-glow {
      0%, 100% {
        box-shadow:
          0 0 0 1px rgba(59, 130, 246, 0.12),
          0 40px 80px -24px rgba(0, 0, 0, 0.65),
          0 0 55px -14px rgba(8,145,178,.28);
      }
      50% {
        box-shadow:
          0 0 0 1px rgba(59, 130, 246, 0.26),
          0 48px 96px -22px rgba(0, 0, 0, 0.55),
          0 0 72px -8px rgba(8, 145, 178, 0.32);
      }
    }

    .feature-preview-shell {
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: linear-gradient(165deg, rgba(15, 23, 42, 0.98), rgba(3, 7, 18, 0.99));
      box-shadow:
        0 0 0 1px rgba(59, 130, 246, 0.12),
        0 40px 80px -24px rgba(0, 0, 0, 0.65),
        0 0 55px -14px var(--violet-glow);
      overflow: hidden;
      animation: feature-shell-glow 10s ease-in-out infinite;
    }
    .feature-preview-top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.65rem 1rem;
      padding: 0.85rem 1.2rem;
      border-bottom: 1px solid var(--border);
      background: rgba(0, 0, 0, 0.38);
    }
    .feature-preview-title {
      font-family: var(--font-display);
      font-size: 1.02rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.02em;
    }
    .feature-preview-badge {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.38rem 0.75rem;
      border-radius: 999px;
      background: rgba(8, 145, 178, 0.18);
      color: #67e8f9;
      border: 1px solid rgba(34, 211, 238, 0.35);
    }

    .feature-preview-viewport {
      position: relative;
      background: #070b14;
      aspect-ratio: 16 / 10;
      min-height: 220px;
    }
    @media (min-width: 900px) {
      .feature-preview-viewport { min-height: 280px; }
    }
    .feature-preview-viewport img {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: top center;
      opacity: 0;
      transition: opacity 0.35s ease;
      z-index: 1;
      pointer-events: none;
      image-rendering: high-quality;
    }
    @supports not (image-rendering: high-quality) {
      .feature-preview-viewport img { image-rendering: auto; }
    }
    .feature-preview-viewport img.is-active {
      opacity: 1;
      z-index: 2;
    }
    @media (prefers-reduced-motion: reduce) {
      .feature-preview-viewport img { transition: none; }
    }

    .feature-preview-fallback {
      display: none;
      position: absolute;
      inset: 0;
      z-index: 3;
      padding: 1rem 1.1rem;
      flex-direction: column;
      justify-content: flex-end;
      gap: 0.65rem;
      background: linear-gradient(180deg, #0b1222 0%, #060b14 100%);
    }
    .feature-preview-fallback.is-visible {
      display: flex;
    }
    .feature-preview-fallback .fb-line {
      height: 8px;
      border-radius: 4px;
      background: linear-gradient(90deg, rgba(59, 130, 246, 0.45), rgba(139, 92, 246, 0.28));
    }
    .feature-preview-fallback .fb-line:nth-child(1) { width: 55%; }
    .feature-preview-fallback .fb-line:nth-child(2) { width: 78%; }
    .feature-preview-fallback .fb-line:nth-child(3) { width: 40%; }

    /* RBAC slide: CSS-only when no screenshot */
    .feature-rbac-fallback {
      display: none;
      position: absolute;
      inset: 0;
      z-index: 3;
      padding: 1.25rem;
      background: linear-gradient(180deg, #0d1526 0%, #080d18 100%);
      flex-direction: column;
      gap: 1rem;
    }
    .feature-rbac-fallback.is-visible { display: flex; }
    .chk-fake-title {
      font-size: 0.78rem;
      font-weight: 700;
      color: #e2e8f0;
      letter-spacing: -0.01em;
      margin-bottom: 0.65rem;
    }
    .chk-fake-card {
      padding: 0.55rem 0.7rem;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      margin-bottom: 0.45rem;
    }
    .chk-fake-meta {
      display: flex;
      gap: 0.55rem;
      align-items: center;
    }
    .chk-pill {
      font-size: 0.6rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      padding: 0.22rem 0.5rem;
      border-radius: 6px;
      flex-shrink: 0;
    }
    .chk-pill.fail {
      background: rgba(239, 68, 68, 0.18);
      color: #fca5a5;
      border: 1px solid rgba(248, 113, 113, 0.35);
    }
    .chk-pill.pass {
      background: rgba(34, 197, 94, 0.14);
      color: #86efac;
      border: 1px solid rgba(74, 222, 128, 0.3);
    }
    .chk-fake-bar {
      flex: 1;
      height: 6px;
      border-radius: 3px;
      background: rgba(148, 163, 184, 0.22);
    }
    .chk-fake-bar.ok {
      background: rgba(52, 211, 153, 0.22);
    }

    .measure-block {
      margin-top: 3.5rem;
      padding-top: 2.75rem;
      border-top: 1px solid rgba(255,255,255,.06);
    }
    .measure-head {
      text-align: center;
      margin-bottom: 1.75rem;
    }
    .measure-head .section-label {
      color: #67e8f9;
      margin-bottom: .55rem;
    }
    .measure-head h3 {
      font-family: var(--font-display);
      font-size: clamp(1.35rem, 2.5vw, 1.75rem);
      font-weight: 800;
      letter-spacing: -.03em;
      color: #fff;
      margin: 0;
    }
    .measure-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    @media (min-width: 640px) {
      .measure-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (min-width: 1024px) {
      .measure-grid { grid-template-columns: repeat(4, 1fr); }
    }

    .card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 1.5rem 1.35rem;
      transition: transform .25s, border-color .25s, box-shadow .25s, background .25s;
    }
    .card:hover {
      transform: translateY(-4px);
      background: var(--surface-hover);
      border-color: rgba(59,130,246,.22);
      box-shadow: 0 24px 48px -12px rgba(0,0,0,.5), 0 0 36px -8px var(--accent-glow);
    }

    .card-icon {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
    }
    .card-icon.blue  { background: rgba(59,130,246,.15); color: #60a5fa; }
    .card-icon.green { background: rgba(34,197,94,.12); color: #4ade80; }
    .card-icon.purple { background: rgba(8,145,178,.15); color: #0e7490; }
    .card h3 { font-size: 1.02rem; font-weight: 700; color: #fff; margin-bottom: .45rem; }
    .card p  { font-size: .875rem; color: var(--muted); line-height: 1.55; }

    /* ── BETA / REQUEST ACCESS ──────────────── */
    .beta {
      padding: clamp(5rem, 10vw, 7rem) 1.5rem;
      max-width: 640px;
      margin: 0 auto;
      position: relative;
    }
    .request-panel {
      position: relative;
      border-radius: 1.5rem;
      padding: clamp(2rem, 4vw, 2.5rem);
      background: linear-gradient(168deg, rgba(6,44,64,.82), rgba(4,26,40,.92));
      border: 1px solid rgba(56,189,248,.22);
      box-shadow:
        0 28px 72px -28px rgba(0,0,0,.55),
        0 0 0 1px rgba(255,255,255,.04) inset;
      backdrop-filter: blur(18px) saturate(1.2);
      -webkit-backdrop-filter: blur(18px) saturate(1.2);
    }
    .request-panel::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: radial-gradient(ellipse 70% 45% at 50% 0%, rgba(56,189,248,.12), transparent 68%);
      pointer-events: none;
    }
    .request-panel > * { position: relative; z-index: 1; }
    .request-panel-header {
      text-align: center;
      margin-bottom: 1.75rem;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid rgba(56,189,248,.14);
    }
    .request-panel-header .section-label {
      display: inline-block;
      margin-bottom: .75rem;
      color: #67e8f9;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .request-panel-header h2 {
      font-size: clamp(1.65rem, 3vw, 2.1rem);
      font-weight: 800;
      letter-spacing: -.03em;
      color: #f0f9ff;
      margin-bottom: .55rem;
    }
    .request-panel-header .lead {
      font-size: .95rem;
      color: #b8d9e8;
      line-height: 1.6;
      max-width: 480px;
      margin: 0 auto;
    }
    .request-steps-inline {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: .45rem;
      margin-bottom: 1.5rem;
    }
    .request-step-pill {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      padding: .35rem .75rem;
      border-radius: 999px;
      font-size: .72rem;
      font-weight: 500;
      color: #c5e4f0;
      background: rgba(56,189,248,.08);
      border: 1px solid rgba(56,189,248,.18);
    }
    .request-step-pill span {
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 999px;
      background: rgba(56,189,248,.22);
      color: #e0f2fe;
      font-size: .62rem;
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .beta .form-lead {
      font-size: .84rem;
      color: #a8cdd9;
      margin-bottom: 1.25rem;
      line-height: 1.55;
      text-align: center;
    }
    .beta .form-lead strong { color: #e0f2fe; font-weight: 600; }
    .form-checkbox {
      display: flex;
      align-items: flex-start;
      gap: .55rem;
      margin: 1rem 0 1.25rem;
      font-size: .78rem;
      color: var(--text);
      line-height: 1.45;
    }
    .form-checkbox input { margin-top: .2rem; flex-shrink: 0; }
    .form-checkbox a { color: #93c5fd; text-decoration: underline; }
    .next-steps-box {
      display: none;
      margin-top: 1.25rem;
      padding: 1.1rem 1rem;
      border-radius: 12px;
      text-align: left;
      background: rgba(59,130,246,.08);
      border: 1px solid rgba(59,130,246,.25);
    }
    .next-steps-box.is-visible { display: block; }
    .next-steps-box h4 { margin: 0 0 .5rem; font-size: .88rem; color: #fff; }
    .next-steps-box p { margin: 0; font-size: .8rem; color: var(--muted); line-height: 1.5; }
    .next-steps-box a { color: #93c5fd; word-break: break-all; }
    .beta .form-group label {
      color: #d4eef8;
      font-size: .8rem;
      font-weight: 600;
    }
    .beta .form-group input,
    .beta .form-group textarea {
      background: rgba(2,14,24,.7);
      border: 1px solid rgba(56,189,248,.22);
      color: #f8fafc;
      border-radius: 10px;
    }
    .beta .form-group input:focus,
    .beta .form-group textarea:focus {
      border-color: rgba(103,232,249,.5);
      box-shadow: 0 0 0 3px rgba(56,189,248,.14);
      background: rgba(2,14,24,.85);
    }
    .beta .form-group input::placeholder,
    .beta .form-group textarea::placeholder { color: #6b9aad; }
    .beta .form-checkbox {
      color: #b8d9e8;
      font-size: .78rem;
      line-height: 1.5;
    }
    .beta .form-checkbox a { color: #7dd3fc; }
    .beta .form-checkbox strong { color: #e0f2fe; }
    .beta .form-trust {
      color: #7aafc4;
      font-size: .74rem;
      text-align: center;
      margin-top: 1rem;
    }
    .beta .form-submit {
      width: 100%;
      margin-top: .35rem;
      padding: .88rem 1.5rem;
      font-size: .9rem;
      font-weight: 700;
      border: none;
      border-radius: 10px;
      color: #fff;
      background: linear-gradient(135deg, #0e7490, #0891b2);
      box-shadow: 0 10px 32px -10px rgba(8,145,178,.45);
      transition: transform .15s, box-shadow .25s;
    }
    .beta .form-submit:hover:not(:disabled) {
      transform: translateY(-1px);
      box-shadow: 0 14px 40px -8px rgba(8,145,178,.55);
    }
    .beta .form-status { text-align: center; }

    .contact-form {
      background: var(--card-light);
      border: 1px solid var(--card-light-border);
      border-radius: var(--radius-xl);
      padding: 2.25rem 1.85rem;
      text-align: left;
      backdrop-filter: blur(12px);
      box-shadow: var(--shadow-soft);
    }
    .contact-form h3 { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: .25rem; }
    .contact-form .form-lead { font-size: .85rem; color: var(--muted); margin-bottom: 1.35rem; }
    .form-group { margin-bottom: 1rem; }
    .form-group label { display: block; font-size: .78rem; font-weight: 600; color: var(--text); margin-bottom: .35rem; }
    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: .7rem .9rem;
      font-size: .9rem;
      font-family: var(--font-body);
      color: var(--ink);
      background: rgba(241,245,249,.75);
      border: 1px solid rgba(100,116,139,.22);
      border-radius: 12px;
      outline: none;
      transition: border-color .15s, box-shadow .15s;
    }
    .form-group input:focus,
    .form-group textarea:focus {
      border-color: rgba(59,130,246,.5);
      box-shadow: 0 0 0 3px rgba(59,130,246,.12);
    }
    .form-group textarea { resize: vertical; min-height: 100px; }
    .form-group input::placeholder,
    .form-group textarea::placeholder { color: #64748b; }
    .form-hint {
      font-size: .75rem;
      color: var(--muted);
      margin-top: .35rem;
      line-height: 1.4;
      max-width: 36rem;
    }
    .form-override-btn {
      display: inline-block;
      margin-top: .55rem;
      padding: 0;
      font-size: .78rem;
      font-family: var(--font-body);
      color: #93c5fd;
      background: none;
      border: none;
      cursor: pointer;
      text-decoration: underline;
      text-underline-offset: .12em;
    }
    .form-override-btn:hover { color: #bfdbfe; }
    .form-override-btn:focus-visible {
      outline: 2px solid rgba(59,130,246,.6);
      outline-offset: 2px;
      border-radius: 4px;
    }
    .cf-company-locked {
      opacity: .88;
      cursor: default;
    }
    .form-submit {
      width: 100%;
      padding: .8rem;
      margin-top: .5rem;
      font-size: .95rem;
      font-weight: 600;
      font-family: var(--font-body);
      color: #fff;
      background: var(--accent);
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: background .15s, opacity .15s;
    }
    .form-submit:hover { background: var(--accent-hover); }
    .form-submit:disabled { opacity: .6; cursor: not-allowed; }
    .form-status { margin-top: 1rem; padding: 1rem; border-radius: 10px; font-size: .9rem; font-weight: 600; text-align: center; display: none; }
    .form-status.success { display: block; color: #22c55e; background: rgba(34,197,94,.1); border: 1px solid rgba(34,197,94,.2); }
    .form-status.error   { display: block; color: #f87171; background: rgba(248,113,113,.1); border: 1px solid rgba(248,113,113,.2); }
    .form-trust {
      margin-top: 1rem;
      font-size: .75rem;
      color: #64748b;
      text-align: center;
    }

    /* ── COOKIES PRIVACY ─────────────────────── */
    .cookies-privacy-section {
      padding: 4.5rem 1.5rem 7.5rem;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
      background: transparent;
    }
    .cookies-privacy-section .section-label { margin-bottom: .75rem; }
    .cookies-privacy-section h2 {
      font-size: clamp(1.5rem, 3.5vw, 1.85rem);
      font-weight: 800;
      color: var(--ink);
      margin-bottom: .65rem;
    }
    .cookies-privacy-section .privacy-lead {
      font-size: .95rem;
      color: var(--ink-muted);
      line-height: 1.65;
      max-width: 36rem;
      margin: 0 auto 2rem;
    }
    .privacy-card {
      text-align: left;
      background: var(--card-light);
      border: 1px solid var(--card-light-border);
      border-radius: var(--radius-xl);
      padding: 1.75rem 1.5rem;
      box-shadow: var(--shadow-soft);
    }
    @media (min-width: 640px) {
      .privacy-card { padding: 2rem 2rem 1.5rem; }
    }
    .privacy-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    @media (min-width: 640px) {
      .privacy-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    }
    .privacy-item {
      display: flex;
      gap: .85rem;
      align-items: flex-start;
      padding: 1.1rem 1rem;
      background: rgba(255,255,255,.04);
      border: 1px solid var(--border);
      border-radius: 14px;
      transition: border-color .15s, background .15s;
    }
    .privacy-item:hover {
      border-color: rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
    }
    .privacy-item-icon {
      flex-shrink: 0;
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .privacy-item-icon svg { width: 1.15rem; height: 1.15rem; }
    .privacy-item-icon.blue { background: rgba(59,130,246,.15); color: #93c5fd; }
    .privacy-item-icon.green { background: rgba(34,197,94,.12); color: #4ade80; }
    .privacy-item-icon.purple { background: rgba(8,145,178,.15); color: #67e8f9; }
    .privacy-item-icon.amber { background: rgba(251,191,36,.12); color: #fcd34d; }
    .privacy-item h3 {
      font-family: var(--font-display);
      font-size: .88rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: .35rem;
      line-height: 1.3;
    }
    .privacy-item p {
      font-size: .8rem;
      color: var(--muted);
      line-height: 1.55;
      margin: 0;
    }
    .privacy-item p strong { color: #cbd5e1; font-weight: 600; }
    .privacy-item code {
      font-size: .72rem;
      padding: .12rem .35rem;
      border-radius: 4px;
      background: rgba(0,0,0,.35);
      border: 1px solid rgba(255,255,255,.08);
      color: #e2e8f0;
      word-break: break-all;
    }
    .privacy-item a {
      color: #93c5fd;
      text-decoration: underline;
      text-underline-offset: 2px;
    }
    .privacy-item a:hover { color: #bfdbfe; }
    .privacy-card-footer {
      margin-top: 1.35rem;
      padding-top: 1.25rem;
      border-top: 1px solid var(--border);
      display: flex;
      flex-direction: column;
      gap: .85rem;
      align-items: flex-start;
    }
    @media (min-width: 520px) {
      .privacy-card-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.25rem;
      }
    }
    .privacy-contact {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      font-size: .85rem;
      color: var(--text);
      text-decoration: none;
      padding: .5rem .85rem;
      border-radius: 8px;
      border: 1px solid var(--border);
      background: rgba(255,255,255,.04);
      transition: border-color .15s, background .15s;
    }
    .privacy-contact:hover {
      border-color: rgba(59,130,246,.35);
      background: rgba(59,130,246,.08);
      color: #fff;
    }
    .privacy-contact svg { width: 1rem; height: 1rem; color: #93c5fd; flex-shrink: 0; }
    .privacy-disclaimer {
      font-size: .72rem;
      color: #64748b;
      line-height: 1.5;
      max-width: 28rem;
    }
    @media (min-width: 520px) {
      .privacy-disclaimer { text-align: right; }
    }

    /* ── CAPABILITY MATRIX (in-page view) ───── */
    .matrix-view {
      padding: calc(var(--nav-h) + 1.25rem) 0 4rem;
      position: relative;
      z-index: 2;
    }
    .matrix-wrap {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 1.5rem;
    }
    .matrix-intro {
      text-align: center;
      max-width: 42rem;
      margin: 0 auto 2.5rem;
    }
    .matrix-intro h2 {
      font-size: clamp(1.85rem, 4vw, 2.75rem);
      font-weight: 800;
      letter-spacing: -.04em;
      color: var(--ink);
      margin: .35rem 0 .65rem;
    }
    .matrix-intro .lead {
      max-width: 36rem;
      margin: 0 auto 1.35rem;
      font-size: 1.02rem;
      color: var(--ink-muted);
      line-height: 1.65;
    }
    .matrix-intro-actions {
      display: flex;
      justify-content: center;
    }
    .matrix-section { margin-top: clamp(2.5rem, 5vw, 3.5rem); }
    .matrix-section > h2 {
      text-align: center;
      font-size: clamp(1.5rem, 3vw, 2rem);
      font-weight: 800;
      letter-spacing: -.04em;
      color: var(--ink);
      margin-bottom: .75rem;
    }
    .matrix-section > .lead {
      text-align: center;
      font-size: 1rem;
      max-width: 640px;
      margin: 0 auto 1.5rem;
      color: var(--ink-muted);
      line-height: 1.65;
    }
    .compare-grid {
      display: grid;
      gap: 1rem;
    }
    @media (min-width: 700px) { .compare-grid { grid-template-columns: 1fr 1fr; } }
    .matrix-cap { font-size: 1.35rem; font-weight: 800; line-height: 1; }
    .matrix-cap-native { color: #0891b2; }
    .matrix-cap-partial { color: #d97706; }
    .matrix-cap-none { color: #94a3b8; }
    .matrix-table-wrap {
      overflow-x: auto;
      border-radius: var(--radius-xl);
      border: 1px solid var(--card-light-border);
      background: var(--card-light);
      backdrop-filter: blur(12px);
      box-shadow: var(--shadow-soft);
    }
    .matrix-table-wrap table { width: 100%; border-collapse: collapse; font-size: .86rem; }
    .matrix-table-wrap thead tr {
      background: var(--brand-gradient);
    }
    .matrix-table-wrap thead th {
      background: transparent;
      color: #fff;
      text-align: left;
      padding: .8rem .9rem;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .matrix-table-wrap thead th.center { text-align: center; }
    .matrix-table-wrap tbody td {
      padding: .75rem .9rem;
      vertical-align: top;
      border-top: 1px solid rgba(59,130,246,.1);
      color: var(--ink-muted);
      line-height: 1.55;
    }
    .matrix-table-wrap tbody tr:nth-child(even) td { background: rgba(255,255,255,.45); }
    .matrix-table-wrap tbody td.dim { font-weight: 600; color: var(--ink); }
    .matrix-table-wrap tbody td.center { text-align: center; }
    .matrix-table-wrap tbody td.muted { font-size: .82rem; }
    .matrix-scroll-hint {
      display: none;
      margin: 0 0 .55rem;
      font-size: .72rem;
      font-weight: 500;
      color: var(--ink-soft);
      text-align: center;
      letter-spacing: .01em;
    }
    .matrix-strengths {
      display: grid;
      gap: 1.25rem;
    }
    @media (min-width: 768px) { .matrix-strengths { grid-template-columns: 1fr 1fr; } }
    .matrix-disclaimer {
      margin-top: 3rem;
      padding: 1.25rem 1.5rem;
      border-radius: var(--radius-xl);
      border: 1px solid var(--card-light-border);
      background: var(--card-light);
      font-size: .8rem;
      color: var(--ink-soft);
      line-height: 1.6;
      text-align: center;
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
    }
    .matrix-loading {
      text-align: center;
      padding: 3rem 1rem;
      color: var(--ink-soft);
    }
    .matrix-loading-spinner {
      width: 2.5rem; height: 2.5rem; margin: 0 auto 1rem;
      border: 3px solid #e2e8f0;
      border-top-color: #0284c7;
      border-radius: 50%;
      animation: matrix-spin .8s linear infinite;
    }
    @keyframes matrix-spin { to { transform: rotate(360deg); } }
    .matrix-error {
      padding: 1rem 1.25rem;
      border-radius: var(--radius-xl);
      background: #fef2f2;
      border: 1px solid #fecaca;
      color: #b91c1c;
      font-size: .9rem;
    }

    .matrix-section .pillar-card {
      display: flex;
      gap: .75rem;
      align-items: flex-start;
    }
    .matrix-section .pillar-card h3 {
      font-size: .92rem;
      margin-bottom: .25rem;
    }
    .matrix-section .pillar-card p {
      font-size: .84rem;
    }

    /* Matrix mode: keep full page on the light homepage canvas (no dark gradient bleed) */
    body.matrix-mode .atmo-base {
      background: linear-gradient(180deg,
        #f0f6fd 0%,
        #e8f0fa 38%,
        #dde8f6 72%,
        #d5e3f3 100%) !important;
    }
    body.matrix-mode .atmo-glow {
      background:
        radial-gradient(120% 48% at 50% -8%, rgba(8,145,178,.12), transparent 58%),
        radial-gradient(70% 36% at 88% 12%, rgba(14,116,144,.08), transparent 52%) !important;
    }
    body.matrix-mode #matrixView {
      background: transparent;
    }
    body.matrix-mode footer {
      color: var(--ink-muted);
    }
    body.matrix-mode footer .footer-col h4 { color: #64748b; }
    body.matrix-mode footer .footer-col a,
    body.matrix-mode footer .footer-col button.link-like { color: var(--ink-muted); }
    body.matrix-mode footer .footer-col a:hover,
    body.matrix-mode footer .footer-col button.link-like:hover { color: var(--ink); }
    body.matrix-mode footer .footer-copy { color: var(--ink-soft); }

    /* ── MOBILE: nav + matrix ───────────────── */
    @media (max-width: 899px) {
      .nav-shell {
        padding: .7rem .85rem 0;
      }
      nav {
        width: 100%;
        padding: 0 .35rem 0 .85rem;
      }
      .nav-inner {
        gap: .45rem;
        min-width: 0;
      }
      .nav-brand span {
        font-size: .98rem;
      }
      .nav-actions {
        flex-shrink: 0;
        gap: .3rem;
      }
      .nav-actions .btn-primary {
        padding: .48rem .8rem;
        font-size: .78rem;
      }
    }
    @media (max-width: 480px) {
      .nav-actions .btn-primary {
        padding: .45rem .65rem;
        font-size: .74rem;
      }
    }

    @media (max-width: 767px) {
      .matrix-view {
        padding: calc(var(--nav-h) + .75rem) 0 2.5rem;
      }
      .matrix-wrap {
        padding: 0 1rem;
      }
      .matrix-intro {
        margin-bottom: 1.75rem;
      }
      .matrix-intro h2 {
        font-size: clamp(1.45rem, 6.5vw, 2rem);
        letter-spacing: -.03em;
      }
      .matrix-intro .lead {
        font-size: .95rem;
      }
      .matrix-section {
        margin-top: 2rem;
      }
      .matrix-section > h2 {
        font-size: clamp(1.35rem, 5vw, 1.65rem);
      }
      .matrix-section > .lead {
        font-size: .92rem;
        margin-bottom: 1.1rem;
      }
      #matrixLegend.pillar-grid {
        grid-template-columns: 1fr;
      }
      .matrix-section .pillar-card {
        padding: 1.15rem 1rem;
      }
      .matrix-disclaimer {
        margin-top: 2rem;
        padding: 1rem;
        font-size: .78rem;
      }
      .matrix-scroll-hint {
        display: block;
      }
      .matrix-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(8,145,178,.35) transparent;
      }
      .matrix-table-wrap table {
        min-width: 32rem;
        font-size: .8rem;
      }
      .matrix-table-wrap.matrix-table-wide table {
        min-width: 38rem;
      }
      .matrix-table-wrap thead th,
      .matrix-table-wrap tbody td {
        padding: .6rem .7rem;
      }
      .matrix-table-wrap thead th:first-child,
      .matrix-table-wrap tbody td.dim {
        position: sticky;
        left: 0;
        z-index: 1;
        min-width: 7.5rem;
        max-width: 9.5rem;
        box-shadow: 4px 0 10px -6px rgba(15,23,42,.12);
      }
      .matrix-table-wrap thead th:first-child {
        z-index: 2;
        background: #0891b2;
      }
      .matrix-table-wrap tbody td.dim {
        background: #fff;
      }
      .matrix-table-wrap tbody tr:nth-child(even) td.dim {
        background: rgba(255,255,255,.92);
      }
      .matrix-table-wrap tbody td.muted {
        min-width: 11rem;
      }
    }

    /* ── FOOTER ──────────────────────────────── */
    footer {
      padding: 3.5rem 1.5rem 2.5rem;
      border-top: none;
      background: transparent;
      color: var(--ink-muted-on-cyan);
    }
    footer .footer-grid,
    footer .footer-copy {
      position: relative;
      z-index: 1;
    }
    footer .footer-col h4 { color: #67e8f9; }
    footer .footer-col a,
    footer .footer-col button.link-like { color: var(--ink-muted-on-cyan); }
    footer .footer-col a:hover,
    footer .footer-col button.link-like:hover { color: var(--ink-on-cyan); }
    footer .footer-copy { color: #5a8fa8; }
    .footer-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    @media (min-width: 640px) {
      .footer-grid { grid-template-columns: repeat(3, 1fr); }
    }
    .footer-col h4 {
      font-family: var(--font-display);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #64748b;
      margin-bottom: 1rem;
    }
    .footer-col a, .footer-col button.link-like {
      display: block;
      font-size: .875rem;
      color: var(--muted);
      text-decoration: none;
      margin-bottom: .55rem;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      font-family: var(--font-body);
      text-align: left;
    }
    .footer-col a, .footer-col button.link-like { color: var(--ink-muted); }
    .footer-col a:hover, .footer-col button.link-like:hover { color: var(--ink); }
    .footer-copy {
      max-width: 1100px;
      margin: 2rem auto 0;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(56,189,248,.08);
      text-align: center;
      font-size: .78rem;
      color: var(--ink-soft);
    }

    /* ── COOKIE: floating FAB + preferences modal ── */
    .cookie-fab-wrap {
      position: fixed;
      bottom: 1.35rem;
      left: 1.35rem;
      z-index: 190;
      display: flex;
      align-items: center;
      gap: .5rem;
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity .3s, visibility .3s, transform .3s;
    }
    .cookie-fab-wrap.is-visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .cookie-fab {
      width: 3rem;
      height: 3rem;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #0e7490, #0891b2);
      color: #fff;
      box-shadow: 0 8px 28px -6px rgba(8,145,178,.45);
      transition: transform .2s, box-shadow .2s;
    }
    .cookie-fab:hover {
      transform: scale(1.05);
      box-shadow: 0 12px 36px -4px rgba(8,145,178,.55);
    }
    .cookie-fab svg { width: 1.65rem; height: 1.65rem; }
    .cookie-fab-label {
      padding: .45rem .85rem;
      border-radius: 8px;
      font-size: .78rem;
      font-weight: 600;
      color: #e2e8f0;
      background: rgba(30,27,46,.92);
      border: 1px solid rgba(255,255,255,.08);
      box-shadow: 0 8px 24px rgba(0,0,0,.25);
      white-space: nowrap;
      opacity: 0;
      transform: translateX(-6px);
      transition: opacity .2s, transform .2s;
      pointer-events: none;
    }
    .cookie-fab-wrap:hover .cookie-fab-label,
    .cookie-fab-wrap:focus-within .cookie-fab-label {
      opacity: 1;
      transform: translateX(0);
    }

    /* ── SALES: floating chat-style widget (bottom-right) ── */
    .sales-widget {
      position: fixed;
      bottom: 1.35rem;
      right: 1.35rem;
      z-index: 191;
    }
    .sales-widget-panel {
      position: absolute;
      bottom: calc(100% + .75rem);
      right: 0;
      width: min(400px, calc(100vw - 2.7rem));
      max-height: min(32rem, calc(100vh - 6rem));
      overflow-y: auto;
      border-radius: 18px;
      border: 1px solid rgba(148,163,184,.35);
      background: #fff;
      box-shadow: 0 24px 64px -16px rgba(15,23,42,.45);
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px) scale(0.98);
      transform-origin: bottom right;
      transition: opacity .25s, visibility .25s, transform .25s;
      pointer-events: none;
    }
    .sales-widget.is-open .sales-widget-panel {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
      pointer-events: auto;
    }
    .sales-widget-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: .75rem;
      padding: 1.1rem 1.15rem .65rem;
      border-bottom: 1px solid #e2e8f0;
      background: linear-gradient(180deg, #f8fafc, #fff);
      border-radius: 18px 18px 0 0;
      position: sticky;
      top: 0;
      z-index: 1;
    }
    .sales-widget-head h2 {
      font-size: 1.05rem;
      font-weight: 700;
      color: #0f172a;
      margin: 0;
    }
    .sales-widget-head p {
      font-size: .82rem;
      color: #64748b;
      margin: .25rem 0 0;
      line-height: 1.45;
    }
    .sales-widget-close {
      flex-shrink: 0;
      width: 2rem;
      height: 2rem;
      border: none;
      border-radius: 999px;
      background: #e2e8f0;
      color: #475569;
      font-size: 1.25rem;
      line-height: 1;
      cursor: pointer;
    }
    .sales-widget-close:hover { background: #cbd5e1; color: #0f172a; }
    .sales-widget-body { padding: 1rem 1.15rem 1.15rem; }
    .sales-widget-body .form-group { margin-bottom: .85rem; }
    .sales-widget-body .form-group label {
      display: block;
      font-size: .75rem;
      font-weight: 600;
      color: #334155;
      margin-bottom: .3rem;
    }
    .sales-widget-body .form-group input,
    .sales-widget-body .form-group textarea {
      width: 100%;
      padding: .6rem .75rem;
      border-radius: 10px;
      border: 1px solid #cbd5e1;
      font: inherit;
      font-size: .9rem;
      color: #0f172a;
      background: #fff;
    }
    .sales-widget-body .form-group textarea {
      min-height: 88px;
      resize: vertical;
    }
    .sales-widget-body .form-group input:focus,
    .sales-widget-body .form-group textarea:focus {
      outline: 2px solid rgba(37,99,235,.35);
      outline-offset: 1px;
      border-color: #93c5fd;
    }
    .sales-widget-body .form-submit {
      width: 100%;
      margin-top: .15rem;
      padding: .7rem 1rem;
      border: none;
      border-radius: 999px;
      font-weight: 700;
      font-size: .9rem;
      color: #fff;
      cursor: pointer;
      background: linear-gradient(120deg, #0e7490, #0891b2);
    }
    .sales-widget-body .form-submit:disabled { opacity: .65; cursor: not-allowed; }
    .sales-widget-body .form-trust {
      font-size: .72rem;
      color: #64748b;
      margin-top: .65rem;
      line-height: 1.45;
    }
    .sales-widget-body .form-trust a { color: #0e7490; }
    .sales-widget-body .form-status {
      margin-top: .75rem;
      padding: .65rem .85rem;
      border-radius: 10px;
      font-size: .85rem;
      font-weight: 600;
      text-align: center;
      display: none;
    }
    .sales-widget-body .form-status.success {
      display: block;
      color: #15803d;
      background: rgba(34,197,94,.1);
      border: 1px solid rgba(34,197,94,.25);
    }
    .sales-widget-body .form-status.error {
      display: block;
      color: #b91c1c;
      background: rgba(248,113,113,.1);
      border: 1px solid rgba(248,113,113,.25);
    }
    .sales-widget-fab {
      width: 3.35rem;
      height: 3.35rem;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #0f766e, #0891b2);
      color: #fff;
      box-shadow: 0 8px 28px -6px rgba(8,145,178,.55);
      transition: transform .2s, box-shadow .2s, background .2s;
    }
    .sales-widget-fab:hover {
      transform: scale(1.05);
      box-shadow: 0 12px 36px -4px rgba(8,145,178,.65);
    }
    .sales-widget-fab svg { width: 1.55rem; height: 1.55rem; }
    .sales-widget-fab .icon-close { display: none; }
    .sales-widget.is-open .sales-widget-fab {
      background: linear-gradient(135deg, #475569, #334155);
    }
    .sales-widget.is-open .sales-widget-fab .icon-chat { display: none; }
    .sales-widget.is-open .sales-widget-fab .icon-close { display: block; }
    @media (max-width: 480px) {
      .sales-widget-panel {
        width: calc(100vw - 2rem);
        right: -.35rem;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .sales-widget-panel { transition: none; }
    }

    .cookie-modal {
      position: fixed;
      inset: 0;
      z-index: 300;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.25rem;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s, visibility .3s;
    }
    .cookie-modal.is-open {
      opacity: 1;
      visibility: visible;
    }
    .cookie-modal[hidden] { display: none !important; }
    .cookie-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(15,23,42,.55);
      backdrop-filter: blur(4px);
    }
    .cookie-modal-card {
      position: relative;
      z-index: 1;
      width: min(560px, 100%);
      max-height: min(90vh, 640px);
      overflow-y: auto;
      padding: 1.75rem 1.65rem 1.5rem;
      border-radius: 1rem;
      background: #fff;
      box-shadow: 0 32px 80px -16px rgba(0,0,0,.35);
      color: #0f172a;
    }
    .cookie-modal-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1rem;
    }
    .cookie-modal-head h2 {
      font-family: var(--font-display);
      font-size: 1.15rem;
      font-weight: 800;
      color: #1e1b4b;
      letter-spacing: -.02em;
    }
    .cookie-modal-close {
      width: 2rem;
      height: 2rem;
      border: none;
      border-radius: 50%;
      background: #f1f5f9;
      color: #64748b;
      font-size: 1.2rem;
      line-height: 1;
      cursor: pointer;
      flex-shrink: 0;
    }
    .cookie-modal-close:hover { background: #e2e8f0; color: #0f172a; }
    .cookie-modal-intro {
      font-size: .84rem;
      color: #64748b;
      line-height: 1.6;
      margin-bottom: 1.25rem;
    }
    .cookie-modal-intro a { color: #2563eb; text-decoration: underline; }
    .cookie-pref-block {
      padding: 1rem 0;
      border-top: 1px solid #e2e8f0;
    }
    .cookie-pref-block:first-of-type { border-top: none; padding-top: 0; }
    .cookie-pref-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      margin-bottom: .35rem;
    }
    .cookie-pref-row strong {
      font-size: .88rem;
      font-weight: 700;
      color: #0f172a;
    }
    .cookie-always {
      font-size: .72rem;
      font-weight: 700;
      color: #16a34a;
      white-space: nowrap;
    }
    .cookie-pref-desc {
      font-size: .78rem;
      color: #64748b;
      line-height: 1.55;
      margin: 0;
    }
    .cookie-toggle {
      position: relative;
      width: 2.5rem;
      height: 1.35rem;
      flex-shrink: 0;
    }
    .cookie-toggle input {
      opacity: 0;
      width: 0;
      height: 0;
      position: absolute;
    }
    .cookie-toggle-slider {
      position: absolute;
      inset: 0;
      border-radius: 999px;
      background: #cbd5e1;
      cursor: pointer;
      transition: background .2s;
    }
    .cookie-toggle-slider::before {
      content: '';
      position: absolute;
      width: 1rem;
      height: 1rem;
      left: .18rem;
      top: .18rem;
      border-radius: 50%;
      background: #fff;
      transition: transform .2s;
      box-shadow: 0 1px 3px rgba(0,0,0,.2);
    }
    .cookie-toggle input:checked + .cookie-toggle-slider {
      background: #0891b2;
    }
    .cookie-toggle input:checked + .cookie-toggle-slider::before {
      transform: translateX(1.15rem);
    }
    .cookie-modal-actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: .5rem;
      margin-top: 1.35rem;
    }
    @media (min-width: 480px) {
      .cookie-modal-actions { grid-template-columns: repeat(3, 1fr); }
    }
    .cookie-modal-actions button {
      padding: .75rem .65rem;
      border-radius: 8px;
      font-size: .78rem;
      font-weight: 700;
      cursor: pointer;
      border: none;
      transition: transform .15s, box-shadow .2s;
    }
    .cookie-btn-reject {
      background: #0f3d4d;
      color: #fff;
    }
    .cookie-btn-save {
      background: #0e7490;
      color: #fff;
    }
    .cookie-btn-accept {
      background: linear-gradient(135deg, #0e7490, #0891b2);
      color: #fff;
    }
    .cookie-modal-actions button:hover { transform: translateY(-1px); }
    body.cookie-modal-open { overflow: hidden; }

    /* ════════════════════════════════════════════ */
    /* ── SEDAI-STYLE OVERHAUL ADDITIONS ────────── */
    /* ════════════════════════════════════════════ */

    /* Scroll-reveal: fade + rise as elements enter the viewport */
    .reveal {
      opacity: 0;
      transform: translateY(26px);
      transition: opacity .7s cubic-bezier(.16,.84,.44,1), transform .7s cubic-bezier(.16,.84,.44,1);
      transition-delay: var(--reveal-delay, 0ms);
      will-change: opacity, transform;
    }
    .reveal.in-view { opacity: 1; transform: none; }

    /* Spotlight cards: gradient border + cursor-follow highlight */
    .spotlight {
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }
    .spotlight::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(140deg, rgba(59,130,246,.35), rgba(34,211,238,.25) 50%, transparent 75%);
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      opacity: 0;
      transition: opacity .3s ease;
      pointer-events: none;
      z-index: 1;
    }
    .spotlight::after {
      content: '';
      position: absolute;
      width: 360px;
      height: 360px;
      top: var(--my, 50%);
      left: var(--mx, 50%);
      transform: translate(-50%, -50%);
      background: radial-gradient(circle, rgba(59,130,246,.12), transparent 65%);
      opacity: 0;
      transition: opacity .3s ease;
      pointer-events: none;
      z-index: 0;
    }
    .spotlight:hover::before { opacity: 1; }
    .spotlight:hover::after { opacity: 1; }
    .spotlight > * { position: relative; z-index: 2; }

    /* Hero CTA: vivid brand gradient + glow */
    .hero-cta {
      background: var(--brand-gradient);
      background-size: 160% 160%;
      box-shadow: 0 12px 38px -8px rgba(8,145,178,.5), 0 0 0 1px rgba(255,255,255,.06) inset;
      transition: transform .15s, box-shadow .25s, background-position .5s;
    }
    .hero-cta:hover {
      background: var(--brand-gradient);
      background-size: 160% 160%;
      background-position: right center;
      box-shadow: 0 18px 52px -8px rgba(8,145,178,.62), 0 0 0 1px rgba(255,255,255,.1) inset;
      transform: translateY(-2px);
    }

    /* Hero "what's new" teaser pill */
    .hero-whatsnew {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      margin-top: 1.75rem;
      padding: .5rem .55rem .5rem .9rem;
      font-size: .8rem;
      font-weight: 600;
      color: var(--ink-muted);
      text-decoration: none;
      border-radius: 999px;
      border: 1px solid rgba(100,116,139,.22);
      background: rgba(226,232,240,.45);
      backdrop-filter: blur(8px);
      transition: border-color .2s, transform .15s, box-shadow .25s;
    }
    .hero-whatsnew:hover {
      border-color: rgba(100,116,139,.35);
      color: var(--ink);
      transform: translateY(-1px);
      box-shadow: var(--shadow-soft);
    }
    .hero-whatsnew .hwn-tag {
      font-size: .62rem;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: .2rem .5rem;
      border-radius: 999px;
      color: #0b1120;
      background: linear-gradient(120deg, #22d3ee, #0891b2);
    }
    .hero-whatsnew .hwn-arrow { width: 15px; height: 15px; opacity: .7; }

    /* ── STATS BAND ──────────────────────────── */
    .stats-band {
      max-width: 1180px;
      margin: 0 auto;
      padding: 1rem 1.5rem clamp(3rem, 6vw, 4.5rem);
      background: transparent;
      position: relative;
      z-index: 2;
    }
    .stats-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    @media (min-width: 640px) {
      .stats-grid { grid-template-columns: repeat(3, 1fr); }
    }
    .stat-card {
      border-radius: var(--radius-xl);
      padding: 1.75rem 1.5rem;
      background: var(--card-light);
      border: 1px solid var(--card-light-border);
      backdrop-filter: blur(14px) saturate(1.25);
      box-shadow:
        var(--shadow-soft),
        0 0 0 1px rgba(255,255,255,.55) inset,
        0 12px 40px -20px rgba(56,189,248,.15);
      text-align: center;
      transition: transform .25s, box-shadow .25s;
    }
    .stat-card:hover {
      transform: translateY(-3px);
      box-shadow:
        0 28px 64px -28px rgba(37,99,235,.18),
        0 0 0 1px rgba(255,255,255,.6) inset,
        0 16px 48px -16px rgba(56,189,248,.22);
    }
    @media (min-width: 860px) { .stat-card { text-align: left; } }
    .stat-value {
      font-family: var(--font-display);
      font-size: clamp(2rem, 3.5vw, 2.75rem);
      font-weight: 800;
      line-height: 1;
      letter-spacing: -.03em;
      background: var(--brand-gradient);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .stat-value-word { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
    .stat-label {
      margin-top: .6rem;
      font-size: .82rem;
      color: var(--ink-muted);
      line-height: 1.45;
    }
    .stat-label strong { color: var(--ink); font-weight: 700; }

    /* ── WHAT'S NEW ──────────────────────────── */
    .whats-new {
      padding: 5rem 1.5rem;
      max-width: 1180px;
      margin: 0 auto;
    }
    .whats-new-head {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: .65rem;
      margin-bottom: 2.75rem;
    }
    .whats-new.section-cyan .whats-new-head h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      letter-spacing: -.04em;
    }
    .whats-new.section-cyan .whats-new-head .lead {
      font-size: 1.05rem;
      max-width: 560px;
      line-height: 1.6;
    }
    .whats-new-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }
    @media (min-width: 720px) {
      .whats-new-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (min-width: 1040px) {
      .whats-new-grid { grid-template-columns: repeat(3, 1fr); }
    }
    .release-card {
      display: flex;
      flex-direction: column;
      gap: .85rem;
      padding: 1.65rem 1.5rem;
      border-radius: var(--radius-xl);
      background: var(--card-light);
      border: 1px solid var(--card-light-border);
      backdrop-filter: blur(12px);
      box-shadow: var(--shadow-soft);
      transition: transform .25s, border-color .25s, box-shadow .25s, background .25s;
    }
    .release-card:hover {
      transform: translateY(-5px);
      background: rgba(248,250,252,.68);
      border-color: rgba(100,116,139,.28);
      box-shadow: 0 32px 64px -24px rgba(59,130,246,.18);
    }
    .release-card.is-featured {
      grid-column: 1 / -1;
      background: linear-gradient(145deg, rgba(241,245,249,.72), rgba(203,213,225,.45));
      border-color: rgba(100,116,139,.28);
    }
    @media (min-width: 720px) {
      .release-card.is-featured {
        padding: 2.25rem 2.4rem;
      }
      .release-card.is-featured h3 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); }
      .release-card.is-featured p { font-size: 1rem; max-width: 60ch; }
    }
    .whats-new.section-cyan .release-card.is-featured {
      background:
        radial-gradient(ellipse 60% 120% at 100% 0%, rgba(56,189,248,.16), transparent 60%),
        linear-gradient(150deg, rgba(16,68,96,.92), rgba(10,40,58,.92));
      border-color: rgba(56,189,248,.42);
      box-shadow: 0 32px 72px -30px rgba(0,0,0,.55), 0 0 60px -24px rgba(56,189,248,.4);
    }
    .whats-new.section-cyan .release-card h3 { color: #f0f9ff; }
    .whats-new.section-cyan .release-card p { color: #94c5d8; }
    .release-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: .5rem;
    }
    .release-tag {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      font-size: .62rem;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: .28rem .6rem;
      border-radius: 999px;
      color: #bae6fd;
      background: rgba(56,189,248,.14);
      border: 1px solid rgba(56,189,248,.3);
    }
    .release-tag svg { width: 12px; height: 12px; }
    .release-tag.reporting { color: #a5f3fc; background: rgba(8,145,178,.14); border-color: rgba(34,211,238,.32); }
    .release-tag.orben { color: #67e8f9; background: rgba(8,145,178,.18); border-color: rgba(103,232,249,.4); }
    .release-tag.tasks { color: #6ee7b7; background: rgba(16,185,129,.13); border-color: rgba(52,211,153,.3); }
    .release-date {
      font-size: .72rem;
      font-weight: 600;
      color: #64748b;
      margin-left: auto;
    }
    .release-new {
      font-size: .58rem;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: .24rem .55rem;
      border-radius: 999px;
      color: #0b1120;
      background: linear-gradient(120deg, #0891b2, #3b82f6);
    }
    .release-card h3 {
      font-family: var(--font-display);
      font-size: 1.12rem;
      font-weight: 700;
      letter-spacing: -.02em;
      line-height: 1.3;
    }
    .release-card p {
      font-size: .9rem;
      line-height: 1.6;
      margin: 0;
    }
    .release-card .release-link {
      margin-top: auto;
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      font-size: .82rem;
      font-weight: 600;
      color: #0891b2;
      text-decoration: none;
    }
    .release-card .release-link:hover { color: #0e7490; }
    .release-card .release-link svg { width: 15px; height: 15px; }

    /* ── FRAMEWORK STACK (Sedai-style) ───────── */
    .framework-stack {
      max-width: min(1180px, 100%);
      margin: 3rem auto 0;
      padding: 0 1.5rem;
    }
    .framework-stack-head {
      text-align: center;
      margin-bottom: 1.5rem;
    }
    .framework-stack-head h3 {
      font-family: var(--font-display);
      font-size: clamp(1.35rem, 2.5vw, 1.75rem);
      font-weight: 800;
      letter-spacing: -.03em;
      color: #fff;
      margin-bottom: .4rem;
    }
    .framework-stack-head p {
      font-size: .92rem;
      color: var(--muted);
      max-width: 32rem;
      margin: 0 auto;
    }
    .framework-stack-panel {
      border-radius: 1.5rem;
      border: 1px solid rgba(255,255,255,.1);
      background: linear-gradient(165deg, rgba(15,23,42,.72), rgba(3,7,18,.88));
      backdrop-filter: blur(20px);
      box-shadow:
        0 0 0 1px rgba(59,130,246,.12),
        0 48px 96px -32px rgba(0,0,0,.65),
        0 0 80px -20px rgba(59,130,246,.25);
      overflow: hidden;
      transition: transform .45s cubic-bezier(.22,1,.36,1), opacity .35s ease;
    }
    .fw-stack-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: .35rem;
      padding: 1.1rem 1.25rem .65rem;
      border-bottom: 1px solid rgba(255,255,255,.08);
      background: rgba(0,0,0,.22);
    }
    .fw-stack-tab {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .5rem .85rem;
      border: none;
      border-radius: 999px;
      background: transparent;
      color: #64748b;
      font-family: var(--font-body);
      font-size: .82rem;
      font-weight: 600;
      cursor: pointer;
      transition: color .2s, background .2s;
    }
    .fw-stack-tab svg { width: 16px; height: 16px; opacity: .75; }
    .fw-stack-tab:hover { color: #bae6fd; background: rgba(59,130,246,.1); }
    .fw-stack-tab[aria-selected="true"] {
      color: #fff;
      background: rgba(59,130,246,.18);
    }
    .fw-stack-tab[aria-selected="true"] svg { opacity: 1; color: #67e8f9; }
    .fw-stack-desc {
      padding: 1rem 1.35rem 0;
      font-size: .9rem;
      line-height: 1.65;
      color: var(--muted);
      min-height: 3.25rem;
    }
    .fw-stack-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1px;
      margin: 1rem 1.25rem 0;
      background: rgba(255,255,255,.08);
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.06);
    }
    @media (min-width: 640px) {
      .fw-stack-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (min-width: 900px) {
      .fw-stack-grid { grid-template-columns: repeat(4, 1fr); }
    }
    .fw-tile {
      display: flex;
      align-items: center;
      gap: .65rem;
      padding: .85rem .9rem;
      background: rgba(248,250,252,.97);
      color: #0f172a;
      font-size: .8rem;
      font-weight: 600;
      min-height: 3.25rem;
      transition: background .15s;
    }
    .fw-tile:hover { background: #fff; }
    .fw-tile-icon {
      flex-shrink: 0;
      width: 2rem;
      height: 2rem;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-display);
      font-size: .65rem;
      font-weight: 800;
      letter-spacing: -.02em;
    }
    .fw-tile-icon.cis { background: rgba(8,145,178,.15); color: #0891b2; }
    .fw-tile-icon.caf { background: rgba(59,130,246,.15); color: #2563eb; }
    .fw-tile-icon.waf { background: rgba(8,145,178,.15); color: #0e7490; }
    .fw-tile-icon.mod { background: rgba(34,197,94,.12); color: #16a34a; }
    .fw-stack-cta {
      display: flex;
      justify-content: center;
      padding: 1.35rem 1.25rem 1.5rem;
    }
    .fw-start-btn {
      padding: .85rem 2rem;
      border: none;
      border-radius: 999px;
      font-family: var(--font-display);
      font-size: .92rem;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
      background: var(--brand-gradient);
      box-shadow: 0 12px 40px -10px rgba(59,130,246,.55);
      transition: transform .2s, box-shadow .25s;
    }
    .fw-start-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 52px -8px rgba(59,130,246,.65);
    }

    /* Immersive — full-viewport portal dashboard + demo card */
    .fw-immersive {
      position: fixed;
      inset: 0;
      z-index: 250;
      opacity: 0;
      visibility: hidden;
      transition: opacity .35s ease, visibility .35s;
    }
    .fw-immersive.is-open {
      opacity: 1;
      visibility: visible;
    }
    .fw-immersive-stage {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      z-index: 1;
    }
    .fw-immersive-backdrop {
      position: absolute;
      inset: 0;
      z-index: 2;
      background: transparent;
      cursor: pointer;
      pointer-events: auto;
    }
    .fw-immersive-dashboard {
      position: absolute;
      inset: 0;
      background: #030712;
      overflow: hidden;
    }
    .fw-immersive-dashboard img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      filter: brightness(.92) saturate(1.05);
    }
    .book-demo-card {
      position: relative;
      z-index: 3;
      pointer-events: auto;
      width: min(420px, calc(100% - 2rem));
      padding: 1.75rem 1.65rem 1.5rem;
      border-radius: 1.25rem;
      background: #fff;
      box-shadow: 0 32px 80px -16px rgba(0,0,0,.45);
      text-align: left;
      color: #0f172a;
    }
    .book-demo-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      margin-bottom: .35rem;
    }
    .book-demo-brand {
      display: flex;
      align-items: center;
      gap: .5rem;
      font-family: var(--font-display);
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: -.02em;
    }
    .book-demo-close {
      width: 2rem;
      height: 2rem;
      border: none;
      border-radius: 50%;
      background: #f1f5f9;
      color: #64748b;
      font-size: 1.1rem;
      line-height: 1;
      cursor: pointer;
      flex-shrink: 0;
    }
    .book-demo-close:hover { background: #e2e8f0; color: #0f172a; }
    .book-demo-card .book-demo-sub {
      font-size: .82rem;
      color: #64748b;
      margin-bottom: 1.15rem;
      line-height: 1.5;
    }
    .book-demo-cta {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: .85rem 1.25rem;
      border-radius: 999px;
      font-size: .88rem;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      background: var(--brand-gradient);
      box-shadow: 0 8px 28px -8px rgba(8,145,178,.5);
      transition: transform .15s, box-shadow .2s;
    }
    .book-demo-cta:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 36px -6px rgba(8,145,178,.6);
    }

    /* ── Premium operations overhaul ─────────── */
    .hero-secondary { cursor: pointer; }

    .stats-grid {
      border: 1px solid rgba(8,145,178,.16);
      border-radius: 1.35rem;
      overflow: hidden;
      background: rgba(255,255,255,.58);
      gap: 0;
    }
    .stat-card {
      background: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      backdrop-filter: none;
      text-align: left;
    }
    .stat-card + .stat-card {
      border-top: 1px solid rgba(8,145,178,.12);
    }
    @media (min-width: 640px) {
      .stat-card + .stat-card { border-top: none; border-left: 1px solid rgba(8,145,178,.12); }
    }
    .stat-card:hover { transform: none; box-shadow: none; }
    .stat-value,
    .stat-value-word {
      color: #0e7490;
      background: none;
      -webkit-text-fill-color: unset;
      background-clip: unset;
    }

    .orben-strip {
      padding: var(--section-pad) 1.5rem;
      max-width: 1080px;
      margin: 0 auto;
    }
    .orben-stage {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 2.25rem 3rem;
      align-items: center;
    }
    .orben-portrait {
      text-align: center;
    }
    .orben-strip-avatar {
      width: 148px;
      height: 148px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid rgba(103,232,249,.55);
      box-shadow:
        0 0 0 12px rgba(8,145,178,.12),
        0 28px 56px -18px rgba(8,145,178,.55);
    }
    .orben-title {
      margin-top: .9rem;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #67e8f9;
    }
    .orben-strip-copy .section-label { text-align: left; }
    .orben-kicker {
      margin: 0 0 .45rem;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #a5f3fc;
    }
    .orben-strip-copy h2 {
      text-align: left;
      font-size: clamp(1.7rem, 3.2vw, 2.35rem);
      font-weight: 800;
      letter-spacing: -.035em;
      color: #f0f9ff;
      margin: 0 0 .7rem;
    }
    .orben-strip-copy .lead {
      text-align: left;
      max-width: 36rem;
      margin: 0;
      color: #d7eef6;
    }
    .orben-strip-copy .lead + .lead {
      margin-top: .7rem;
    }
    .orben-closer {
      margin: .85rem 0 0;
      max-width: 36rem;
      font-weight: 600;
      color: #f0f9ff;
    }
    .orben-campaign {
      margin: 1.1rem 0 0;
      max-width: 36rem;
      font-family: var(--font-display);
      font-size: clamp(1.15rem, 2.2vw, 1.45rem);
      font-weight: 800;
      letter-spacing: -.025em;
      color: #f8fafc;
    }
    .orben-strip.section-cyan .orben-title { color: #67e8f9; }
    .orben-strip.section-cyan .orben-kicker { color: #a5f3fc; }
    .orben-strip.section-cyan .orben-strip-copy .lead { color: #d7eef6; }
    .orben-strip.section-cyan .orben-closer { color: #f0f9ff; }
    .orben-strip.section-cyan .orben-campaign { color: #f8fafc; }
    .orben-strip-link {
      display: inline-flex;
      margin-top: 1.2rem;
      color: #67e8f9;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
    }
    .orben-strip-link:hover { text-decoration: underline; }
    @media (max-width: 639px) {
      .orben-stage {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 1.5rem;
      }
      .orben-strip-avatar {
        width: 112px;
        height: 112px;
      }
    }

    .ops-flow {
      padding: var(--section-pad) 1.5rem;
      max-width: 1180px;
      margin: 0 auto;
    }
    .ops-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    @media (min-width: 768px) {
      .ops-grid { grid-template-columns: repeat(4, 1fr); }
    }
    .ops-step {
      padding: 1.5rem 1.25rem;
      border-radius: var(--radius-xl);
      background: rgba(10,46,66,.72);
      border: 1px solid rgba(56,189,248,.22);
    }
    .ops-flow .step-number {
      color: #ecfeff;
      background: linear-gradient(145deg, rgba(8,145,178,.5), rgba(14,116,144,.28));
      border-color: rgba(103,232,249,.35);
      box-shadow: 0 8px 24px rgba(8,145,178,.2);
    }
    .ops-step h3 {
      font-size: 1.05rem;
      font-weight: 700;
      color: #f0f9ff;
      margin: 0 0 .4rem;
      text-align: center;
    }
    .ops-step p {
      font-size: .875rem;
      color: #94c5d8;
      line-height: 1.55;
      text-align: center;
    }

    .whats-new .release-card,
    .beta .request-panel {
      border-radius: var(--radius-xl);
    }
    footer .footer-col a,
    footer .footer-col button.link-like { cursor: pointer; }

    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    textarea:focus-visible {
      outline: 2px solid #22d3ee;
      outline-offset: 3px;
    }

    @media (prefers-reduced-motion: reduce) {
      .orben-stage,
      .ops-step,
      .stat-card,
      .release-card { animation: none !important; transition: none !important; }
    }
  