/* Marketing shell guard: page-only dumps must never pinch the document.
   Homepage / docs / blog bodies use overflow-x-hidden bg-dark; printables
   use body.page-* and keep their own max-width in page CSS files. */
body.overflow-x-hidden.bg-dark {
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

/* 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;
        display: inline-block;
        padding: 0.08em 0 0.18em;
        line-height: 1.2;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
      }
      .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/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;
        display: inline-block;
        padding: 0.08em 0 0.18em;
        line-height: 1.2;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
      }
      .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 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;
        display: inline-block;
        padding: 0.08em 0 0.18em;
        line-height: 1.2;
      }
      .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;
        display: inline-block;
        padding: 0.08em 0 0.18em;
        line-height: 1.2;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
      }
      .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;
        display: inline-block;
        padding: 0.08em 0 0.18em;
        line-height: 1.2;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
      }

      .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;
        }
      }

      /* Hero demo chat surface: opaque app window, not a glass panel. */
      .hero-chat {
        --hero-thread: 33rem;
        background: #1c1b1b;
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.8);
      }
      .hero-chat-bar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        background: #232222;
      }
      .hero-chat-thread {
        height: var(--hero-thread);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transition: height 700ms cubic-bezier(0.2, 0.8, 0.2, 1), padding 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
      }
      /* Collapsed: only the bar + composer show, so the typing is the first
         thing a visitor sees; the window expands when the message is sent. */
      .hero-chat.is-collapsed .hero-chat-thread {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
      }
      @media (max-width: 640px) {
        .hero-chat { --hero-thread: 36rem; }
        .hero-chat-thread { overflow-y: auto; }
        .hero-chat.is-collapsed .hero-chat-thread { height: 0; }
      }
      @media (prefers-reduced-motion: reduce) {
        .hero-chat-thread { transition: none; }
      }
      .hero-chat-user { width: fit-content; background: #2e2d2d; border: 1px solid rgba(255, 255, 255, 0.08); }
      /* Once the demo has played the composer folds away; the window is a record. */
      .hero-chat-composer-wrap {
        overflow: hidden;
        max-height: 8rem;
        transition: max-height 500ms ease-out, opacity 300ms ease-out, padding 500ms ease-out;
      }
      .hero-chat.is-done .hero-chat-composer-wrap { max-height: 0; opacity: 0; padding-top: 0; padding-bottom: 0; }
      .hero-chat-composer { background: #262525; border: 1px solid rgba(255, 255, 255, 0.1); transition: opacity 200ms ease-out; }
      .hero-chat-composer.is-sent { opacity: 0.55; cursor: not-allowed; }
      .hero-chat-input { white-space: nowrap; overflow: hidden; }
      .hero-chat-input:empty::before { content: attr(data-placeholder); color: rgb(107 114 128); }
      .hero-chat-composer.is-sent .hero-chat-input::before { content: attr(data-locked); color: rgb(107 114 128); }
      .hero-chat-composer.is-sent .hero-chat-input { color: transparent; }
      .hero-chat-send { background: rgba(255, 255, 255, 0.1); color: rgb(156 163 175); transition: transform 120ms ease-out, background 120ms ease-out; }
      .hero-chat-composer.is-armed .hero-chat-send { background: #e6a98c; color: #1c1b1b; }
      .hero-chat-composer.is-pressed .hero-chat-send { transform: scale(0.85); background: #c97550; }
      .hero-chat-composer.is-sent .hero-chat-send { background: rgba(255, 255, 255, 0.05); color: rgb(75 85 99); }
      .hero-chat-thinking { display: flex; gap: 4px; padding: 6px 0; }
      .hero-chat-thinking.hidden { display: none; }
      .hero-chat-thinking span { width: 6px; height: 6px; border-radius: 9999px; background: rgb(156 163 175); animation: heroDemoDot 1.1s ease-in-out infinite; }
      .hero-chat-thinking span:nth-child(2) { animation-delay: 150ms; }
      .hero-chat-thinking span:nth-child(3) { animation-delay: 300ms; }
      @keyframes heroDemoDot { 0%, 80%, 100% { opacity: 0.25; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-3px); } }
      #hero-audit-modal.is-open { display: flex; }

      /* Hero demo: steps are visible by default (no JS, reduced motion);
         index-page.js adds .is-animated and reveals them in sequence. */
      #hero-demo.is-animated .hero-demo-step:not(.is-on) {
        opacity: 0;
        transform: translateY(6px);
      }
      #hero-demo.is-animated .hero-demo-step {
        transition: opacity 320ms ease-out, transform 320ms ease-out;
      }
      #hero-demo.is-animated .hero-chat-composer.is-typing .hero-chat-input::after {
        content: "";
        display: inline-block;
        width: 0.55em;
        height: 1em;
        margin-left: 2px;
        vertical-align: -0.15em;
        background: rgba(255, 255, 255, 0.7);
        animation: heroDemoCaret 900ms steps(2, end) infinite;
      }
      @keyframes heroDemoCaret {
        50% { opacity: 0; }
      }
      .hero-demo-pulse {
        animation: heroDemoPulse 1.6s ease-in-out infinite;
      }
      @keyframes heroDemoPulse {
        50% { opacity: 0.25; }
      }
      @media (prefers-reduced-motion: reduce) {
        .hero-demo-pulse { animation: none; }
      }

      /* 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;
      }

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

        #nav-brand-text.is-fading {
          transition: 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;
        display: inline-block;
        padding: 0.08em 0 0.18em;
        line-height: 1.2;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
      }
      .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;
        }
      }


/* 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) */
/* Sits under the nav, not over the hero demo (2026-09-17). */
#ce-consent.ce-consent-card { position:fixed;left:1rem;right:1rem;top:4.75rem;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; }

/* Reserve space so the fixed consent card does not cover the hero. */
html.ce-consent-open body { padding-bottom: 0; }
