/* from 404.html */
@keyframes gradient {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
      }
      .gradient-text {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b, #ea526f);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        background-size: 200% 200%;
        animation: gradient 4s ease infinite;
      }
      .primary-button {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b);
        color: #1a1a1a;
        font-weight: 600;
        padding: 1rem 2rem;
        border-radius: 0.75rem;
        transition: all 0.3s ease;
      }
      .primary-button:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(230, 169, 140, 0.3); }
      @media (prefers-reduced-motion: reduce) {
        .gradient-text { animation: none; }
        .primary-button:hover { transform: none; }
      }

/* from blog/eu-ai-act-complaint-response.html */
.article-body h2 { font-size: 1.5rem; font-weight: 700; font-family: 'Space Grotesk', sans-serif; margin-top: 3rem; margin-bottom: 1rem; }
      .article-body h3 { font-size: 1.25rem; font-weight: 700; font-family: 'Space Grotesk', sans-serif; margin-top: 2rem; margin-bottom: 0.75rem; }
      .article-body p { color: #d1d5db; line-height: 1.75; margin-bottom: 1rem; }
      .article-body ul { list-style: disc; list-style-position: inside; color: #d1d5db; margin-bottom: 1.5rem; margin-left: 0.5rem; }
      .article-body ul li { margin-bottom: 0.5rem; line-height: 1.75; }
      .article-body a { color: #e6a98c; text-decoration: underline; }
      .article-body a:hover { opacity: 0.85; }
      .article-body strong { color: #f5f5f5; font-weight: 600; }
      .article-body pre { background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1); border-radius: 0.5rem; padding: 1rem; font-family: 'JetBrains Mono', monospace; font-size: 0.875rem; overflow-x: auto; margin-bottom: 1.5rem; color: #d1d5db; }
      .article-body code { font-family: 'JetBrains Mono', monospace; font-size: 0.875rem; }
      .article-body p code, .article-body li code { background: rgba(255,255,255,0.1); padding: 0.125rem 0.375rem; border-radius: 0.25rem; }
      .article-body table { width: 100%; font-size: 0.875rem; margin-bottom: 2rem; border-collapse: collapse; }
      .article-body th { text-align: left; padding: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.2); color: #d1d5db; font-weight: 600; }
      .article-body td { padding: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.1); color: #9ca3af; vertical-align: top; }
      .article-body hr { border-color: rgba(255,255,255,0.1); margin: 2.5rem 0; }

/* from blog/eu-ai-act-runtime-enforcement-audit-trail.html */
.article-body h2 { font-size: 1.5rem; font-weight: 700; font-family: 'Space Grotesk', sans-serif; margin-top: 3rem; margin-bottom: 1rem; }
      .article-body h3 { font-size: 1.25rem; font-weight: 700; font-family: 'Space Grotesk', sans-serif; margin-top: 2rem; margin-bottom: 0.75rem; }
      .article-body p { color: #d1d5db; line-height: 1.75; margin-bottom: 1rem; }
      .article-body ul { list-style: disc; list-style-position: inside; color: #d1d5db; margin-bottom: 1.5rem; margin-left: 0.5rem; }
      .article-body ul li { margin-bottom: 0.5rem; line-height: 1.75; }
      .article-body a { color: #e6a98c; text-decoration: underline; }
      .article-body a:hover { opacity: 0.85; }
      .article-body strong { color: #f5f5f5; font-weight: 600; }
      .article-body pre { background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1); border-radius: 0.5rem; padding: 1rem; font-family: 'JetBrains Mono', monospace; font-size: 0.875rem; overflow-x: auto; margin-bottom: 1.5rem; color: #d1d5db; }
      .article-body code { font-family: 'JetBrains Mono', monospace; font-size: 0.875rem; }
      .article-body p code, .article-body li code { background: rgba(255,255,255,0.1); padding: 0.125rem 0.375rem; border-radius: 0.25rem; }
      .article-body table { width: 100%; font-size: 0.875rem; margin-bottom: 2rem; border-collapse: collapse; }
      .article-body th { text-align: left; padding: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.2); color: #d1d5db; font-weight: 600; }
      .article-body td { padding: 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.1); color: #9ca3af; }
      .article-body hr { border-color: rgba(255,255,255,0.1); margin: 2.5rem 0; }

/* from blog/gpai-compliance-benchmark.html */
.article-body h2 { font-size: 1.5rem; font-weight: 700; font-family: 'Space Grotesk', sans-serif; margin-top: 3rem; margin-bottom: 1rem; }
      .article-body h3 { font-size: 1.25rem; font-weight: 700; font-family: 'Space Grotesk', sans-serif; margin-top: 2rem; margin-bottom: 0.75rem; }
      .article-body p { color: #d1d5db; line-height: 1.75; margin-bottom: 1rem; }
      .article-body ol { list-style: decimal; list-style-position: outside; color: #d1d5db; margin-bottom: 1.5rem; margin-left: 1.25rem; }
      .article-body ol li { margin-bottom: 0.75rem; line-height: 1.75; padding-left: 0.25rem; }
      .article-body ul { list-style: disc; list-style-position: inside; color: #d1d5db; margin-bottom: 1.5rem; margin-left: 0.5rem; }
      .article-body ul li { margin-bottom: 0.5rem; line-height: 1.75; }
      .article-body a { color: #e6a98c; text-decoration: underline; }
      .article-body a:hover { opacity: 0.85; }
      .article-body strong { color: #f5f5f5; font-weight: 600; }
      .article-body pre { background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1); border-radius: 0.5rem; padding: 1rem; font-family: 'JetBrains Mono', monospace; font-size: 0.875rem; overflow-x: auto; margin-bottom: 1.5rem; color: #d1d5db; }
      .article-body code { font-family: 'JetBrains Mono', monospace; font-size: 0.875rem; }
      .article-body p code, .article-body li code { background: rgba(255,255,255,0.1); padding: 0.125rem 0.375rem; border-radius: 0.25rem; }
      .article-body table { width: 100%; font-size: 0.75rem; margin-bottom: 0; border-collapse: collapse; min-width: 640px; }
      .article-body th { text-align: left; padding: 0.5rem 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.2); color: #d1d5db; font-weight: 600; white-space: nowrap; }
      .article-body td { padding: 0.5rem 0.75rem; border-bottom: 1px solid rgba(255,255,255,0.1); color: #9ca3af; }
      .article-body .table-scroll { overflow-x: auto; margin-bottom: 2rem; -webkit-overflow-scrolling: touch; }
      .article-body hr { border-color: rgba(255,255,255,0.1); margin: 2.5rem 0; }
      .article-body em { color: #9ca3af; }

/* from blog/how-we-enforce-our-own-ai.html */
:root {
    --bg: #121212;
    --panel: #1c1c1c;
    --panel-2: #242424;
    --border: #333;
    --text: #d4d4d4;
    --muted: #8b919a;
    --dim: #6b7280;
    --accent: #e6a98c;
    --ok: #86efac;
    --warn: #fbbf24;
  }
  * { box-sizing: border-box; }
  body {
    font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
    color: var(--text); background: var(--bg); line-height: 1.7; margin: 0;
  }
  .wrap { max-width: 720px; margin: 0 auto; padding: 40px 20px 72px; }
  a { color: var(--accent); text-decoration: none; }
  a:hover { text-decoration: underline; }
  .tag {
    color: var(--accent); font-weight: 700; letter-spacing: .06em;
    text-transform: uppercase; font-size: 12px; margin-bottom: 10px;
  }
  h1 { font-size: clamp(28px, 4vw, 36px); line-height: 1.15; margin: 0 0 12px; color: #fff; }
  .sub { color: var(--muted); font-size: 18px; margin: 0 0 10px; line-height: 1.5; }
  .meta { color: var(--dim); font-size: 13px; margin: 0 0 28px; }
  h2 {
    font-size: 20px; color: #fff; margin: 40px 0 14px;
    padding-bottom: 8px; border-bottom: 1px solid var(--border);
  }
  p { margin: 0 0 14px; }
  .lede {
    background: var(--panel); border: 1px solid var(--border);
    border-radius: 10px; padding: 16px 18px; margin: 0 0 28px;
  }
  .lede p:last-child { margin-bottom: 0; }

  .step {
    border: 1px solid var(--border); border-left: 3px solid var(--accent);
    background: var(--panel); border-radius: 0 10px 10px 0;
    padding: 16px 18px; margin: 0 0 16px;
  }
  .step-head {
    display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px;
    margin-bottom: 8px;
  }
  .step-num {
    font-family: ui-monospace, "JetBrains Mono", monospace;
    font-size: 12px; font-weight: 700; color: var(--accent);
    letter-spacing: .04em;
  }
  .step-title { color: #fff; font-weight: 700; font-size: 16px; }
  .step-time { color: var(--dim); font-size: 12px; margin-left: auto; }
  .step p { margin: 0 0 10px; }
  .step p:last-child { margin-bottom: 0; }

  .expect {
    margin: 10px 0 0; padding: 10px 12px; border-radius: 8px;
    background: var(--panel-2); border: 1px solid var(--border); font-size: 14px;
  }
  .expect strong { color: var(--ok); font-weight: 600; }
  .note {
    margin: 10px 0 0; padding: 10px 12px; border-radius: 8px;
    background: #2a2419; border: 1px solid #5c4a28; color: #e7d3a3; font-size: 13.5px;
  }
  .note strong { color: var(--warn); }

  pre {
    background: #0d0d0d; border: 1px solid var(--border); border-radius: 8px;
    padding: 14px 16px; overflow-x: auto; font-size: 12.5px; color: #d1d5db;
    margin: 10px 0 0; line-height: 1.55;
  }
  code { font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 13px; }
  p code, li code, .expect code, .note code {
    background: #2a2a2a; padding: 1px 5px; border-radius: 4px; font-size: 12.5px;
  }
  ul.check { margin: 8px 0 0; padding-left: 1.2em; color: var(--text); }
  ul.check li { margin: 4px 0; }

  .foot {
    color: var(--dim); font-size: 13px; border-top: 1px solid var(--border);
    margin-top: 40px; padding-top: 18px;
  }
  .foot p { margin: 0 0 10px; }

/* from blog/index.html */
@keyframes gradient {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
      }
      .gradient-text {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b, #ea526f);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        background-size: 200% 200%;
        animation: gradient 4s ease infinite;
      }
      .glass-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
      }
      @keyframes scrollRevealIn {
        from {
          opacity: 0;
          transform: translateY(16px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      .scroll-reveal {
        opacity: 0;
      }
      .scroll-reveal.visible {
        animation: scrollRevealIn 380ms ease-out forwards;
        animation-delay: var(--reveal-delay, 0ms);
      }
      @media (prefers-reduced-motion: reduce) {
        .scroll-reveal,
        .scroll-reveal.visible {
          animation: none !important;
          opacity: 1 !important;
          transform: none !important;
        }
      }

/* from cco-art26.html */
@page { size: A4; margin: 15mm; }
  * { box-sizing: border-box; }
  body { font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif; color:#1a1a1a; line-height:1.45; font-size:11px; margin:0; max-width: 820px; margin: 0 auto; padding: 20px; }
  .tag { color:#b4551f; font-weight:700; letter-spacing:.06em; text-transform:uppercase; font-size:10px; }
  h1 { font-size:21px; margin:3px 0 4px; }
  .lead { color:#333; font-size:12px; margin:0 0 12px; }
  h2 { font-size:11px; text-transform:uppercase; letter-spacing:.04em; color:#b4551f; border-bottom:1.5px solid #e6a98c; padding-bottom:3px; margin:16px 0 7px; }
  table { width:100%; border-collapse:collapse; margin:6px 0; }
  th,td { text-align:left; padding:5px 7px; border-bottom:1px solid #eee; vertical-align:top; font-size:10.5px; }
  th { color:#5e606a; font-size:9.5px; text-transform:uppercase; background:#faf6f3; }
  td:first-child { white-space:nowrap; font-weight:600; color:#b4551f; }
  .org { color:#5e606a; font-style:italic; }
  .note { background:#f7f7f7; border-left:3px solid #ccc; padding:7px 10px; font-size:10px; color:#444; margin:10px 0; }
  .foot { margin-top:14px; color:#5e606a; font-size:9px; border-top:1px solid #eee; padding-top:7px; }
  a { color:#b4551f; }

/* from docs/api-reference.html */
pre { overflow-x: auto; }
      pre[class*="language-"], code[class*="language-"] { background: transparent; }
      .anchor-link { scroll-margin-top: 5rem; }
      .method-get { background: #22c55e22; color: #4ade80; border-color: #22c55e44; }
      .method-post { background: #3b82f622; color: #60a5fa; border-color: #3b82f644; }
      .method-patch { background: #a855f722; color: #c084fc; border-color: #a855f744; }
      .method-delete { background: #ef444422; color: #f87171; border-color: #ef444444; }

/* from docs/playground.html */
pre { overflow-x: auto; white-space: pre-wrap; word-break: break-word; }
      .anchor-link { scroll-margin-top: 5rem; }
      select.ce-select {
        appearance: none;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.85rem center;
        background-size: 1rem;
        padding-right: 2.5rem;
      }
      select.ce-select option {
        background: #1a1a1a;
        color: #f5f5f5;
      }
      .sample-btn[aria-pressed="true"] {
        border-color: rgba(230, 169, 140, 0.55);
        color: #e6a98c;
        background: rgba(230, 169, 140, 0.08);
      }
      #verdictPanel[data-state="blocked"] {
        border-color: rgba(248, 113, 113, 0.35);
        background: linear-gradient(145deg, rgba(248, 113, 113, 0.08), rgba(0, 0, 0, 0.35));
      }
      #verdictPanel[data-state="allowed"] {
        border-color: rgba(52, 211, 153, 0.3);
        background: linear-gradient(145deg, rgba(52, 211, 153, 0.07), rgba(0, 0, 0, 0.35));
      }
      #verdictPanel[data-state="error"] {
        border-color: rgba(251, 191, 36, 0.35);
        background: linear-gradient(145deg, rgba(251, 191, 36, 0.08), rgba(0, 0, 0, 0.35));
      }
      #verdictPanel[data-state="idle"] {
        border-color: rgba(255, 255, 255, 0.1);
        background: rgba(0, 0, 0, 0.35);
      }
      .field-shell:focus-within {
        border-color: rgba(230, 169, 140, 0.45);
        box-shadow: 0 0 0 1px rgba(230, 169, 140, 0.25);
      }

/* from docs/quick-start.html */
pre { overflow-x: auto; }
      pre[class*="language-"], code[class*="language-"] { background: transparent; }
      .gradient-text {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b, #ea526f);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
      }
      .anchor-link { scroll-margin-top: 5rem; }

/* from docs/trust-badge.html */
pre { overflow-x: auto; }
      pre[class*="language-"], code[class*="language-"] { background: transparent; }
      .anchor-link { scroll-margin-top: 5rem; }

/* from enterprise.html */
@keyframes gradient {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
      }
      .gradient-text {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b, #ea526f);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        background-size: 200% 200%;
        animation: gradient 4s ease infinite;
      }
      .glass-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
      }
      .primary-button {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b);
        color: #1a1a1a;
        font-weight: 600;
        padding: 1rem 2rem;
        border-radius: 0.75rem;
        transition: all 0.3s ease;
      }
      .primary-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(230, 169, 140, 0.3);
      }
      @keyframes scrollRevealIn {
        from {
          opacity: 0;
          transform: translateY(16px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      .scroll-reveal {
        opacity: 0;
      }
      .scroll-reveal.visible {
        animation: scrollRevealIn 380ms ease-out forwards;
        animation-delay: var(--reveal-delay, 0ms);
      }
      @media (prefers-reduced-motion: reduce) {
        .scroll-reveal,
        .scroll-reveal.visible {
          animation: none !important;
          opacity: 1 !important;
          transform: none !important;
        }
      }

/* from index.html */
@keyframes float {
        0% { transform: translateY(0px); }
        50% { transform: translateY(-20px); }
        100% { transform: translateY(0px); }
      }

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

      .gradient-text {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b, #ea526f);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        background-size: 200% 200%;
        animation: gradient 4s ease infinite;
      }

      .floating {
        animation: float 6s ease-in-out infinite;
      }

      .glass-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
      }

      .primary-button {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b);
        color: #1a1a1a;
        font-weight: 600;
        padding: 1rem 2rem;
        border-radius: 0.75rem;
        transition: all 0.3s ease;
      }

      .primary-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(230, 169, 140, 0.3);
      }

      /* Nav CTAs: coral primary + cool-neutral secondary (calm infrastructure) */
      .nav-cta-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.55rem 1.15rem;
        border-radius: 0.5rem;
        font-size: 0.8125rem;
        font-weight: 600;
        letter-spacing: 0.015em;
        color: #1a1a1a;
        background: linear-gradient(145deg, #f0c4a8 0%, #e6a98c 42%, #ff8a5b 100%);
        border: 1px solid rgba(255, 200, 160, 0.35);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.35),
          inset 0 -1px 0 rgba(0, 0, 0, 0.12),
          0 2px 4px rgba(0, 0, 0, 0.25),
          0 8px 20px rgba(230, 169, 140, 0.28);
        transition: transform 200ms ease-out, box-shadow 200ms ease-out, filter 200ms ease-out;
      }
      .nav-cta-primary:hover {
        transform: translateY(-1px);
        filter: brightness(1.05);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.4),
          inset 0 -1px 0 rgba(0, 0, 0, 0.1),
          0 3px 6px rgba(0, 0, 0, 0.28),
          0 10px 24px rgba(230, 169, 140, 0.36);
      }
      .nav-cta-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.55rem 1.15rem;
        border-radius: 0.5rem;
        font-size: 0.8125rem;
        font-weight: 500;
        letter-spacing: 0.015em;
        color: #f3f3f3;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 255, 255, 0.22);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.08),
          0 2px 6px rgba(0, 0, 0, 0.2);
        transition: color 200ms ease-out, border-color 200ms ease-out, background 200ms ease-out, box-shadow 200ms ease-out;
      }
      .nav-cta-secondary:hover {
        color: #e6a98c;
        border-color: rgba(230, 169, 140, 0.5);
        background: linear-gradient(180deg, rgba(230, 169, 140, 0.12) 0%, rgba(230, 169, 140, 0.05) 100%);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.1),
          0 2px 8px rgba(230, 169, 140, 0.12);
      }

      /* scroll reveal: opacity + transform only, 380ms, stagger via --reveal-delay */
      @keyframes scrollRevealIn {
        from {
          opacity: 0;
          transform: translateY(16px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .scroll-reveal {
        opacity: 0;
      }

      .scroll-reveal.visible {
        animation: scrollRevealIn 380ms ease-out forwards;
        animation-delay: var(--reveal-delay, 0ms);
      }

      /* Trust-portal panel chrome: matches apps/trust evidence JSON blocks */
      .trust-panel {
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.05);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.06),
          0 10px 30px -15px rgba(0, 0, 0, 0.5);
      }

      .trust-panel-head {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(0, 0, 0, 0.3);
      }

      .trust-panel-head p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .trust-panel-body {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
        font-size: 0.75rem;
        line-height: 1.625;
        color: rgb(156 163 175);
        margin: 0;
        padding: 1.25rem;
        overflow: hidden;
        white-space: pre-wrap;
        word-break: break-word;
      }

      .trust-panel-body code {
        white-space: inherit;
        word-break: inherit;
      }

      @media (min-width: 768px) {
        .trust-panel-body {
          font-size: 13px;
        }
      }

      /* WB-*: navbar scroll story (top-left tagline swap) */
      #nav-brand-text {
        display: inline-block;
        max-width: 9.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
        transition: opacity 380ms ease-out;
      }

      @media (min-width: 768px) {
        #nav-brand-text {
          max-width: 20rem;
        }
      }

      #nav-brand-text.is-fading {
        opacity: 0;
      }

      /* WB-*: enforcement countdown entrance + tick pop (no slot-machine) */
      @keyframes countdownPanelIn {
        from {
          opacity: 0;
          transform: translateY(24px) scale(0.97);
        }
        to {
          opacity: 1;
          transform: translateY(0) scale(1);
        }
      }

      @keyframes countdownUnitIn {
        from {
          opacity: 0;
          transform: translateY(12px) scale(0.92);
        }
        to {
          opacity: 1;
          transform: translateY(0) scale(1);
        }
      }

      @keyframes countdownGlow {
        0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
        50% { box-shadow: 0 0 28px 2px rgba(239, 68, 68, 0.12); }
      }

      @keyframes cdDigitPop {
        0% { transform: scale(1); }
        40% { transform: scale(1.08); }
        100% { transform: scale(1); }
      }

      #enforcement-countdown.countdown-live {
        animation: countdownPanelIn 500ms ease-out forwards, countdownGlow 4s ease-in-out 600ms 1;
      }

      #enforcement-countdown .countdown-unit {
        opacity: 0;
        animation: countdownUnitIn 450ms ease-out forwards;
      }

      #enforcement-countdown .countdown-unit:nth-child(1) { animation-delay: 200ms; }
      #enforcement-countdown .countdown-unit:nth-child(3) { animation-delay: 280ms; }
      #enforcement-countdown .countdown-unit:nth-child(5) { animation-delay: 360ms; }
      #enforcement-countdown .countdown-unit:nth-child(7) { animation-delay: 440ms; }

      #enforcement-countdown .cd-digit-pop {
        animation: cdDigitPop 280ms ease-out;
      }

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

        #nav-brand-text.is-fading {
          transition: none !important;
        }

        #enforcement-countdown.countdown-live,
        #enforcement-countdown .countdown-unit {
          animation: none !important;
          opacity: 1 !important;
          transform: none !important;
        }

        #enforcement-countdown .cd-digit-pop {
          animation: none !important;
        }

        .scroll-reveal,
        .scroll-reveal.visible {
          animation: none !important;
          opacity: 1 !important;
          transform: none !important;
        }
      }

/* from legal/data-processing-agreement.html */
.anchor-link { scroll-margin-top: 5rem; }
      .legal-prose h2 { margin-top: 2rem; margin-bottom: 0.75rem; font-size: 1.25rem; font-weight: 700; }
      .legal-prose h3 { margin-top: 1.25rem; margin-bottom: 0.5rem; font-size: 1.05rem; font-weight: 600; color: #e6a98c; }
      .legal-prose p, .legal-prose li, .legal-prose td, .legal-prose th { color: #d1d5db; margin-bottom: 0.75rem; line-height: 1.65; }
      .legal-prose ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1rem; }
      .legal-prose a { color: #e6a98c; text-decoration: underline; text-underline-offset: 2px; }
      .legal-prose table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; font-size: 0.9rem; }
      .legal-prose th, .legal-prose td { border: 1px solid rgba(255,255,255,0.12); padding: 0.6rem 0.75rem; text-align: left; vertical-align: top; }
      .legal-prose th { color: #f5f5f5; background: rgba(255,255,255,0.04); font-weight: 600; }
      .sig-line { border-bottom: 1px solid rgba(255,255,255,0.25); min-height: 1.75rem; margin: 0.5rem 0 1rem; }

/* from legal/privacy-policy.html */
.anchor-link { scroll-margin-top: 5rem; }
      .legal-prose h2 { margin-top: 2rem; margin-bottom: 0.75rem; font-size: 1.25rem; font-weight: 700; }
      .legal-prose h3 { margin-top: 1.25rem; margin-bottom: 0.5rem; font-size: 1.05rem; font-weight: 600; color: #e6a98c; }
      .legal-prose p, .legal-prose li { color: #d1d5db; margin-bottom: 0.75rem; line-height: 1.65; }
      .legal-prose ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1rem; }
      .legal-prose a { color: #e6a98c; text-decoration: underline; text-underline-offset: 2px; }

/* from legal/refund-policy.html */
.anchor-link { scroll-margin-top: 5rem; }
      .legal-prose h2 { margin-top: 2rem; margin-bottom: 0.75rem; font-size: 1.25rem; font-weight: 700; }
      .legal-prose h3 { margin-top: 1.25rem; margin-bottom: 0.5rem; font-size: 1.05rem; font-weight: 600; color: #e6a98c; }
      .legal-prose p, .legal-prose li { color: #d1d5db; margin-bottom: 0.75rem; line-height: 1.65; }
      .legal-prose ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1rem; }
      .legal-prose a { color: #e6a98c; text-decoration: underline; text-underline-offset: 2px; }
      .legal-prose table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; font-size: 0.925rem; }
      .legal-prose th, .legal-prose td { border: 1px solid rgba(255,255,255,0.12); padding: 0.5rem 0.75rem; text-align: left; color: #d1d5db; }
      .legal-prose th { color: #e6a98c; font-weight: 600; }

/* from legal/saas-agreement.html */
.anchor-link { scroll-margin-top: 5rem; }
      .legal-prose h2 { margin-top: 1.5rem; margin-bottom: 0.5rem; font-size: 1.15rem; font-weight: 700; }
      .legal-prose p, .legal-prose li { color: #d1d5db; margin-bottom: 0.55rem; line-height: 1.55; font-size: 0.95rem; }
      .legal-prose ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 0.75rem; }
      .legal-prose a { color: #e6a98c; text-decoration: underline; text-underline-offset: 2px; }
      .sig-line { border-bottom: 1px solid rgba(255,255,255,0.25); min-height: 1.5rem; margin: 0.35rem 0 0.75rem; }
      @media print {
        nav, footer, .no-print { display: none !important; }
        body { background: white; color: black; }
        .legal-prose p, .legal-prose li { color: #111; }
        .legal-prose a { color: #111; }
        .pt-24 { padding-top: 1rem !important; }
      }

/* from pricing.html */
@keyframes gradient {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
      }
      .gradient-text {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b, #ea526f);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        background-size: 200% 200%;
        animation: gradient 4s ease infinite;
      }
      .glass-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
      }
      .primary-button {
        background: linear-gradient(45deg, #e6a98c, #ff8a5b);
        color: #1a1a1a;
        font-weight: 600;
        padding: 1rem 2rem;
        border-radius: 0.75rem;
        transition: all 0.3s ease;
      }
      .primary-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(230, 169, 140, 0.3);
      }
      .primary-button:disabled {
        opacity: 0.6;
        transform: none;
        cursor: wait;
      }
      .nav-cta-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.55rem 1.15rem;
        border-radius: 0.5rem;
        font-size: 0.8125rem;
        font-weight: 600;
        letter-spacing: 0.015em;
        color: #1a1a1a;
        background: linear-gradient(145deg, #f0c4a8 0%, #e6a98c 42%, #ff8a5b 100%);
        border: 1px solid rgba(255, 200, 160, 0.35);
        box-shadow:
          inset 0 1px 0 rgba(255, 255, 255, 0.35),
          inset 0 -1px 0 rgba(0, 0, 0, 0.12),
          0 2px 4px rgba(0, 0, 0, 0.25),
          0 8px 20px rgba(230, 169, 140, 0.28);
        transition: transform 200ms ease-out, box-shadow 200ms ease-out, filter 200ms ease-out;
      }
      .nav-cta-primary:hover {
        transform: translateY(-1px);
        filter: brightness(1.05);
      }
      @keyframes scrollRevealIn {
        from { opacity: 0; transform: translateY(16px); }
        to { opacity: 1; transform: translateY(0); }
      }
      .scroll-reveal { opacity: 0; }
      .scroll-reveal.visible {
        animation: scrollRevealIn 380ms ease-out forwards;
        animation-delay: var(--reveal-delay, 0ms);
      }
      @media (prefers-reduced-motion: reduce) {
        .gradient-text { animation: none; }
        .primary-button:hover { transform: none; }
        .nav-cta-primary:hover { transform: none; }
        .scroll-reveal,
        .scroll-reveal.visible {
          animation: none !important;
          opacity: 1 !important;
          transform: none !important;
        }
      }

/* from resources/decks/sales-deck.html */
:root {
    --primary: #e6a98c; --dark: #141414; --panel: #1c1c1c; --line: rgba(255,255,255,0.1);
    --ink: #f5f5f5; --muted: #9ca3af; --dim: #6b7280; --danger: #f87171; --ok: #4ade80;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  @page { size: 13.333in 7.5in; margin: 0; }
  html, body { background: #000; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  body { font-family: 'DM Sans', sans-serif; color: var(--ink); }
  .slide {
    width: 1280px; height: 720px; background: var(--dark); position: relative;
    padding: 56px 72px; overflow: hidden; page-break-after: always;
    display: flex; flex-direction: column;
  }
  .slide:last-child { page-break-after: auto; }
  .kick { font-family: 'Space Grotesk'; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: 12px; color: var(--primary); }
  .tag { position: absolute; top: 40px; left: 72px; font-family:'JetBrains Mono'; font-size: 11px; color: var(--dim); letter-spacing:.08em; }
  .tag b { color: var(--primary); font-weight: 500; }
  .num { position: absolute; bottom: 32px; right: 40px; font-family:'JetBrains Mono'; font-size: 12px; color: var(--dim); }
  h1 { font-family:'Space Grotesk'; font-weight:700; font-size: 60px; line-height: 1.02; letter-spacing: -0.02em; }
  h2 { font-family:'Space Grotesk'; font-weight:700; font-size: 40px; line-height: 1.05; letter-spacing: -0.02em; }
  h3 { font-family:'Space Grotesk'; font-weight:600; font-size: 20px; }
  p { color: var(--muted); font-size: 18px; line-height: 1.55; }
  .lead { font-size: 21px; color: #d1d5db; }
  .primary { color: var(--primary); }
  .ink { color: var(--ink); }
  .row { display: flex; gap: 28px; }
  .col { flex: 1; }
  .card { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; }
  .mono { font-family:'JetBrains Mono'; }
  .stat { font-family:'Space Grotesk'; font-weight:700; font-size: 52px; color: var(--primary); line-height: 1; }
  .stat.small { font-size: 40px; }
  .statlbl { font-size: 13px; color: var(--muted); margin-top: 6px; }
  .pill { display:inline-block; font-family:'JetBrains Mono'; font-size: 12px; padding: 3px 10px; border-radius: 999px; border:1px solid var(--line); color: var(--muted); }
  .footchips { position:absolute; bottom: 30px; left: 72px; display:flex; gap: 10px; }
  code, pre { font-family:'JetBrains Mono'; font-size: 15px; color: #d1d5db; }
  pre { background: #0e0e0e; border:1px solid var(--line); border-radius: 10px; padding: 16px 18px; line-height: 1.5; white-space: pre-wrap; }
  .x { color: var(--danger); font-weight:700; }
  .ok { color: var(--ok); font-weight:700; }
  ul { list-style: none; }
  li { color: var(--muted); font-size: 16px; line-height: 1.7; padding-left: 18px; position: relative; }
  li::before { content: "\2013"; position:absolute; left: 0; color: var(--primary); }
  .rule { display:flex; align-items:center; gap:10px; font-family:'JetBrains Mono'; font-size:13px; color:var(--muted); margin: 3px 0; }
  .center { align-items: center; justify-content: center; text-align: center; }
  .brandbar { position:absolute; top:38px; left:0; right:0; text-align:center; }

/* from resources/decks/technical-deck.html */
:root { --primary:#e6a98c; --dark:#141414; --panel:#1c1c1c; --line:rgba(255,255,255,0.1); --ink:#f5f5f5; --muted:#9ca3af; --dim:#6b7280; --danger:#f87171; --ok:#4ade80; }
  * { box-sizing:border-box; margin:0; padding:0; }
  @page { size: 13.333in 7.5in; margin: 0; }
  html, body { background:#000; -webkit-print-color-adjust:exact; print-color-adjust:exact; }
  body { font-family:'DM Sans',sans-serif; color:var(--ink); }
  .slide { width:1280px; height:720px; background:var(--dark); position:relative; padding:56px 72px; overflow:hidden; page-break-after:always; display:flex; flex-direction:column; }
  .slide:last-child { page-break-after:auto; }
  .kick { font-family:'Space Grotesk'; font-weight:700; letter-spacing:.14em; text-transform:uppercase; font-size:12px; color:var(--primary); }
  .tag { position:absolute; top:40px; left:72px; font-family:'JetBrains Mono'; font-size:11px; color:var(--dim); letter-spacing:.08em; }
  .num { position:absolute; bottom:32px; right:40px; font-family:'JetBrains Mono'; font-size:12px; color:var(--dim); }
  h1 { font-family:'Space Grotesk'; font-weight:700; font-size:60px; line-height:1.02; letter-spacing:-0.02em; }
  h2 { font-family:'Space Grotesk'; font-weight:700; font-size:38px; line-height:1.05; letter-spacing:-0.02em; }
  h3 { font-family:'Space Grotesk'; font-weight:600; font-size:19px; }
  p { color:var(--muted); font-size:17px; line-height:1.55; }
  .lead { font-size:20px; color:#d1d5db; }
  .primary { color:var(--primary); } .ink { color:var(--ink); }
  .row { display:flex; gap:24px; } .col { flex:1; }
  .card { background:var(--panel); border:1px solid var(--line); border-radius:14px; padding:20px 22px; }
  .mono { font-family:'JetBrains Mono'; }
  .stat { font-family:'Space Grotesk'; font-weight:700; font-size:44px; color:var(--primary); line-height:1; }
  .statlbl { font-size:12px; color:var(--muted); margin-top:6px; }
  .pill { display:inline-block; font-family:'JetBrains Mono'; font-size:12px; padding:3px 10px; border-radius:999px; border:1px solid var(--line); color:var(--muted); }
  .footchips { position:absolute; bottom:30px; left:72px; display:flex; gap:10px; }
  code,pre { font-family:'JetBrains Mono'; font-size:13.5px; color:#d1d5db; }
  pre { background:#0e0e0e; border:1px solid var(--line); border-radius:10px; padding:14px 16px; line-height:1.5; white-space:pre-wrap; }
  .x { color:var(--danger); font-weight:700; } .ok { color:var(--ok); font-weight:700; }
  ul { list-style:none; } li { color:var(--muted); font-size:15px; line-height:1.65; padding-left:16px; position:relative; }
  li::before { content:"\2013"; position:absolute; left:0; color:var(--primary); }
  table { width:100%; border-collapse:collapse; font-size:14px; }
  th,td { text-align:left; padding:9px 10px; border-bottom:1px solid var(--line); color:var(--muted); }
  th { color:var(--dim); font-family:'JetBrains Mono'; font-size:12px; text-transform:uppercase; }
  td.ce { color:var(--primary); }
  .center { align-items:center; justify-content:center; text-align:center; }


/* extracted from style attributes */
.u-align-items-center { align-items:center; }
.u-animation-delay-2s { animation-delay: -2s; }
.u-border-color-rgba-248-113-113-4 { border-color:rgba(248,113,113,.4); }
.u-border-color-var-primary { border-color:var(--primary); }
.u-color-d1d5db { color:#d1d5db; }
.u-color-var-danger { color:var(--danger); }
.u-color-var-dim { color:var(--dim); }
.u-color-var-muted { color:var(--muted); }
.u-display-flex { display:flex; }
.u-display-inline-block { display:inline-block; }
.u-flex-0-0-140px { flex:0 0 140px; }
.u-flex-0-0-320px { flex:0 0 320px; }
.u-flex-0-0-380px { flex:0 0 380px; }
.u-flex-0-0-460px { flex:0 0 460px; }
.u-flex-1 { flex:1; }
.u-font-family-jetbrains-mono { font-family:'JetBrains Mono'; }
.u-font-size-12px { font-size:12px; }
.u-font-size-13px { font-size:13px; }
.u-font-size-14px { font-size:14px; }
.u-font-size-15px { font-size:15px; }
.u-font-size-17px { font-size:17px; }
.u-font-size-18px { font-size:18px; }
.u-font-size-20px { font-size:20px; }
.u-font-size-30px { font-size:30px; }
.u-font-size-52px { font-size:52px; }
.u-font-size-60px { font-size:60px; }
.u-font-size-64px { font-size:64px; }
.u-font-size-70px { font-size:70px; }
.u-font-size-76px { font-size:76px; }
.u-font-size-88px { font-size:88px; }
.u-gap-14px { gap:14px; }
.u-gap-36px { gap:36px; }
.u-height-100 { height:100%; }
.u-justify-content-space-between { justify-content:space-between; }
.u-line-height-2 { line-height:2; }
.u-margin-10px-0 { margin:10px 0; }
.u-margin-14px-0-22px { margin:14px 0 22px; }
.u-margin-16px-0 { margin:16px 0; }
.u-margin-16px-0-18px { margin:16px 0 18px; }
.u-margin-18px-0-20px { margin:18px 0 20px; }
.u-margin-22px-0-0 { margin:22px 0 0; }
.u-margin-22px-0-28px { margin:22px 0 28px; }
.u-margin-26px-0 { margin:26px 0; }
.u-margin-4px-0 { margin:4px 0; }
.u-margin-8px-0 { margin:8px 0; }
.u-margin-8px-0-0 { margin:8px 0 0; }
.u-margin-bottom-0 { margin-bottom:0; }
.u-margin-bottom-12px { margin-bottom:12px; }
.u-margin-bottom-16px { margin-bottom:16px; }
.u-margin-bottom-18px { margin-bottom:18px; }
.u-margin-bottom-20px { margin-bottom:20px; }
.u-margin-bottom-22px { margin-bottom:22px; }
.u-margin-bottom-24px { margin-bottom:24px; }
.u-margin-bottom-26px { margin-bottom:26px; }
.u-margin-bottom-6px { margin-bottom:6px; }
.u-margin-top-10px { margin-top:10px; }
.u-margin-top-12px { margin-top:12px; }
.u-margin-top-14px { margin-top:14px; }
.u-margin-top-16px { margin-top:16px; }
.u-margin-top-20px { margin-top:20px; }
.u-margin-top-28px { margin-top:28px; }
.u-margin-top-44px { margin-top:44px; }
.u-margin-top-60px { margin-top:60px; }
.u-margin-top-6px { margin-top:6px; }
.u-margin-top-8px { margin-top:8px; }
.u-max-width-520px { max-width:520px; }
.u-max-width-760px { max-width:760px; }
.u-max-width-820px { max-width:820px; }
.u-padding-14px { padding:14px; }
.u-padding-16px { padding:16px; }
.u-text-align-left { text-align:left; }

/* consent banner (was JS cssText) */
#ce-consent.ce-consent-card { position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:9999;max-width:44rem;margin:0 auto;padding:1rem 1.15rem;background:#1a1a1a;color:#d1d5db;border:1px solid rgba(255,255,255,0.14);border-radius:0.9rem;box-shadow:0 10px 40px rgba(0,0,0,0.45);font-family:-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;font-size:0.85rem;line-height:1.55;display:flex;flex-wrap:wrap;gap:0.75rem;align-items:center;justify-content:space-between; }
.ce-consent-dismiss { cursor:pointer;flex:0 0 auto;align-self:flex-start;margin:-0.15rem -0.25rem 0 0;padding:0.15rem 0.45rem;border:none;border-radius:0.4rem;background:transparent;color:rgba(209,213,219,0.75);font-size:1.35rem;line-height:1;font-weight:400;font-family:inherit; }
.ce-consent-dismiss:hover { color:#f3f4f6;background:rgba(255,255,255,0.08); }
.ce-consent-msg { margin:0;flex:1 1 auto;padding-right:0.25rem; }
.ce-consent-msg-banner { margin:0;flex:1 1 22rem;min-width:16rem; }
.ce-consent-lead { color:#e6a98c;font-weight:600; }
.ce-consent-policy { color:#e6a98c;text-decoration:underline;text-underline-offset:2px;white-space:nowrap;position:relative;z-index:1;pointer-events:auto; }
.ce-consent-btns { display:flex;gap:0.5rem;flex:0 0 auto;position:relative;z-index:1; }
.ce-consent-btn { cursor:pointer;padding:0.5rem 0.95rem;border-radius:0.55rem;font-size:0.85rem;font-weight:500;font-family:inherit; }
.ce-consent-btn-primary { background:#e6a98c;color:#1a1a1a;border:1px solid transparent; }
.ce-consent-btn-ghost { background:transparent;color:#d1d5db;border:1px solid rgba(255,255,255,0.22); }
#contact-form.ce-form-enter { opacity:0;transform:translateY(8px);transition:opacity 0.4s ease, transform 0.4s ease; }
#contact-form.ce-form-enter.ce-form-shown { opacity:1;transform:none; }
.scroll-reveal[data-reveal-i="0"] { --reveal-delay: 0ms; }
.scroll-reveal[data-reveal-i="1"] { --reveal-delay: 70ms; }
.scroll-reveal[data-reveal-i="2"] { --reveal-delay: 140ms; }
.scroll-reveal[data-reveal-i="3"] { --reveal-delay: 210ms; }
.scroll-reveal[data-reveal-i="4"] { --reveal-delay: 280ms; }
.scroll-reveal[data-reveal-i="5"] { --reveal-delay: 350ms; }
