    /* ── index-2 overrides: Aurora / Login-page style ── */
    :root {
      --bg: #0f172a;
      --accent: #3b82f6;
      --accent-dark: #2563eb;
      --accent-glow: rgba(59,130,246,0.15);
      --accent-glow-strong: rgba(59,130,246,0.25);
    }
    body {
      background:
        radial-gradient(circle at 14% 16%, rgba(59,130,246,0.18) 0%, rgba(59,130,246,0.08) 18%, transparent 38%),
        radial-gradient(circle at 84% 18%, rgba(139,92,246,0.16) 0%, rgba(139,92,246,0.07) 16%, transparent 34%),
        radial-gradient(circle at 52% 100%, rgba(37,99,235,0.14) 0%, transparent 34%),
        linear-gradient(180deg, #07101e 0%, #0b1222 34%, #0f172a 70%, #111c34 100%);
    }
    /* Aurora blobs (fixed, full-viewport — mirrors the login page) */
    .aurora-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
    .aurora-bg::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 110% 68% at 50% -8%, rgba(96,165,250,0.16) 0%, rgba(96,165,250,0.07) 26%, transparent 58%),
        linear-gradient(180deg, rgba(15,23,42,0.08) 0%, rgba(15,23,42,0) 28%, rgba(15,23,42,0.32) 100%);
    }
    .aurora-bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(148,163,184,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148,163,184,0.03) 1px, transparent 1px);
      background-size: 96px 96px;
      mask-image: radial-gradient(ellipse 78% 72% at 50% 38%, black 20%, transparent 100%);
      -webkit-mask-image: radial-gradient(ellipse 78% 72% at 50% 38%, black 20%, transparent 100%);
      opacity: 0.35;
    }
    .aurora-blob { position: absolute; border-radius: 50%; filter: none; will-change: transform; }
    .aurora-blob--1 { width: 620px; height: 620px; background: radial-gradient(circle, rgba(59,130,246,0.24) 0%, rgba(59,130,246,0.12) 38%, rgba(59,130,246,0) 72%); top: 5%; left: 15%; animation: aurora1 24s ease-in-out infinite; opacity: 0.16; }
    .aurora-blob--2 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(139,92,246,0.22) 0%, rgba(139,92,246,0.1) 38%, rgba(139,92,246,0) 72%); top: 42%; right: 12%; animation: aurora2 28s ease-in-out infinite; opacity: 0.14; }
    .aurora-blob--3 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(59,130,246,0.18) 0%, rgba(59,130,246,0.09) 38%, rgba(59,130,246,0) 72%); bottom: 8%; left: 38%; animation: aurora3 32s ease-in-out infinite; opacity: 0.11; }
    @keyframes aurora1 { 0%,100%{transform:translate(-15%,-8%) scale(1)} 33%{transform:translate(8%,-18%) scale(1.15)} 66%{transform:translate(-4%,6%) scale(0.92)} }
    @keyframes aurora2 { 0%,100%{transform:translate(18%,8%) scale(1.1)} 33%{transform:translate(-12%,12%) scale(0.85)} 66%{transform:translate(9%,-8%) scale(1.25)} }
    @keyframes aurora3 { 0%,100%{transform:translate(0,18%) scale(0.9)} 50%{transform:translate(-8%,-12%) scale(1.1)} }
    /* Lift all page sections above the fixed aurora */
    .hero, .section, .footer { position: relative; z-index: 1; }
    /* Keep nav fixed/sticky but above aurora blobs */
    .nav { position: fixed !important; z-index: 10; background: rgba(15,23,42,0.88) !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; border-bottom: 1px solid rgba(59,130,246,0.12); }
    /* Glass cards with blur */
    .glass-card { background: rgba(15,23,42,0.72) !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; border-color: rgba(59,130,246,0.15) !important; }
    .glass-card:hover { border-color: rgba(59,130,246,0.35) !important; box-shadow: 0 0 40px rgba(59,130,246,0.08) !important; }
    /* Hero glow: blue instead of default cyan */
    .hero-glow { background: radial-gradient(ellipse 70% 60% at 50% 30%, rgba(59,130,246,0.22) 0%, transparent 70%); }
    /* Accent for various interactive elements */
    .pillar-card.active .pillar-card-num, .pillar-card.active .pillar-card-cta { color: #93c5fd; }
    .pillar-card:hover { border-color: rgba(59,130,246,0.38); }
    .zconfig-step-num { background: rgba(59,130,246,0.12); border-color: rgba(59,130,246,0.28); color: #93c5fd; }
    .midcta-section { background: linear-gradient(135deg, rgba(59,130,246,0.08) 0%, rgba(139,92,246,0.06) 100%) !important; border-top-color: rgba(59,130,246,0.18) !important; border-bottom-color: rgba(59,130,246,0.18) !important; }
    .midcta-eyebrow, .audience-label, .contact-expect-title { color: #3b82f6 !important; }
    .audience-tag { background: rgba(59,130,246,0.08) !important; border-color: rgba(59,130,246,0.22) !important; }
    .pilot-badge { background: rgba(59,130,246,0.08) !important; border-color: rgba(59,130,246,0.26) !important; color: #bfdbfe !important; }
    /* Metric/stat numbers */
    .zconfig-stat-num { color: #93c5fd; }
    .flow-universal-card-title { color: #93c5fd; }
    .pillar-chapter-marker-num, .pillar-card-num, .dfp-eyebrow, .pillar-card-cta { color: #3b82f6; }
    .flow-universal-inner { background: linear-gradient(135deg, rgba(59,130,246,0.08) 0%, rgba(26,42,90,0.12) 100%); border-color: rgba(59,130,246,0.25); }
    .flow-case-more-inner { background: rgba(59,130,246,0.05); border-color: rgba(59,130,246,0.3); }
    .flow-case-more-label, .znav-label { color: #3b82f6 !important; }
    .flow-inline-box { background: rgba(59,130,246,0.07); border-color: rgba(59,130,246,0.2); }
    .flow-tag-after { background: rgba(59,130,246,0.15); color: #93c5fd; border-color: rgba(59,130,246,0.35); }

    /* index-1.html overrides */
    .benefit-kw-list { list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
    .benefit-kw {
      background: rgba(59,130,246,0.08);
      border: 1px solid rgba(59,130,246,0.22);
      border-radius: 20px; padding: 3px 10px; font-size: 12px;
      color: #bfdbfe; white-space: nowrap;
    }
    /* ── All benefit cards: green accent treatment ── */
    .benefit-card {
      background: linear-gradient(135deg, rgba(59,130,246,0.06) 0%, rgba(74,144,192,0.05) 100%);
      border-color: rgba(59,130,246,0.25);
      box-shadow: 0 0 28px rgba(59,130,246,0.05);
    }
    .benefit-card:hover {
      border-color: rgba(59,130,246,0.48);
      box-shadow: 0 0 40px rgba(59,130,246,0.11);
    }
    .benefit-card .benefit-title { color: #93c5fd; }
    .benefit-card .benefit-icon { color: #bfdbfe; }
    /* ── Featured KISS card: stronger accent, fits grid ── */
    .benefit-card--kiss {
      border-color: rgba(59,130,246,0.40);
      box-shadow: 0 0 48px rgba(59,130,246,0.10);
    }
    .benefit-card--kiss:hover {
      border-color: rgba(59,130,246,0.60);
      box-shadow: 0 0 64px rgba(59,130,246,0.16);
    }
    .benefit-card--kiss .benefit-title { font-size: 1rem; }
    .benefit-card--kiss .kiss-sub { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 8px 0 12px; }
    .benefit-card--kiss .benefit-kw-list { justify-content: center; }
    .hero { overflow: hidden; }
    /* ── Hero split layout (Option D) ── */
    .hero-split {
      padding: 120px 0 80px;
      position: relative;
      isolation: isolate;
    }
    .hero-split::before {
      content: "";
      position: absolute;
      inset: 12% auto auto -14%;
      width: 42vw;
      height: 42vw;
      max-width: 560px;
      max-height: 560px;
      border-radius: 50%;
      background: radial-gradient(circle at 50% 50%, var(--accent-glow) 0%, transparent 68%);
      opacity: 0.85;
      pointer-events: none;
      z-index: -1;
      animation: hero-ambient-float 8s ease-in-out infinite;
    }
    .hero-split::after {
      content: "";
      position: absolute;
      inset: auto -10% 4% auto;
      width: 32vw;
      height: 32vw;
      max-width: 420px;
      max-height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.06) 0%, transparent 70%);
      opacity: 0.6;
      pointer-events: none;
      z-index: -1;
      animation: hero-ambient-float 10s ease-in-out infinite reverse;
    }
    .hero-split-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
    .hero-copy { text-align: left; padding-top: 12px; }
    .hero-copy h1 { text-align: left; font-size: clamp(32px, 4vw, 58px); line-height: 1.1; margin-bottom: 18px; }
    .hero-copy .hero-support { text-align: left; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; margin-bottom: 18px; color: #bfdbfe; font-weight: 600; max-width: 34rem; }
    .hero-copy .hero-support .hero-support-emphasis {
      display: block;
      margin-top: 0.3em;
      font-weight: 800;
      background: linear-gradient(135deg, #93c5fd 0%, #3b82f6 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-copy .hero-sub {
      text-align: left;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(148,163,184,0.75);
      margin-top: 16px;
      line-height: 1.5;
    }
    .hero-pillar-sep { color: rgba(148,163,184,0.35); }
    .hero-kpi-strip {
      margin-top: 12px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      max-width: 34rem;
    }
    .hero-kpi-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      width: 100%;
      max-width: 34rem;
    }
    .hero-kpi-note {
      margin: 0;
      font-size: 12px;
      line-height: 1.5;
      color: var(--text-muted);
      max-width: 34rem;
    }
    .hero-trust-line {
      margin: 2px 0 0;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      max-width: 34rem;
    }
    .hero-trust-line span {
      display: inline-flex;
      align-items: center;
      padding: 4px 10px;
      border-radius: 999px;
      background: var(--surface);
      border: 1px solid var(--border);
      font-size: 12px;
      color: var(--text-muted);
      line-height: 1.25;
    }
    .hero-kpi-chip {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
      padding: 8px 10px;
      border-radius: 10px;
      background: var(--surface);
      border: 1px solid var(--border);
      transition: transform 150ms ease-out, border-color 150ms ease-out, box-shadow 200ms ease-out;
    }
    .hero-kpi-chip:hover {
      transform: translateY(-1px);
      border-color: var(--border-hover);
      box-shadow: 0 0 0 1px var(--accent-glow);
    }
    .hero-kpi-chip-value {
      font-size: 16px;
      font-weight: 700;
      color: #dbeafe;
      line-height: 1;
    }
    .hero-kpi-chip-label {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #bfdbfe;
    }
    .hero-copy .pilot-badge { display: inline-flex; margin-bottom: 24px; gap: 8px; align-items: center; }
    /* Pulsing dot inside badge */
    .pilot-dot { width: 7px; height: 7px; border-radius: 50%; background: #3b82f6; flex-shrink: 0; box-shadow: 0 0 0 3px rgba(59,130,246,0.16); }
    @keyframes pilot-dot-pulse {
      0%,100% { box-shadow: 0 0 0 0 rgba(59,130,246,0.7); }
      50% { box-shadow: 0 0 0 5px rgba(59,130,246,0); }
    }
    .hero-copy .hero-ctas { justify-content: flex-start; margin-top: 72px; }
    /* CTA primary glow pulse */
    .hero-copy .btn-primary {
      box-shadow: 0 4px 24px var(--accent-glow);
      animation: cta-glow 3.2s ease-in-out infinite;
    }
    @keyframes cta-glow {
      0%,100% { box-shadow: 0 4px 24px rgba(59,130,246,0.25); }
      50% { box-shadow: 0 4px 44px rgba(59,130,246,0.55); }
    }
    /* Stats: accent separator + gradient numbers (moved to full-width metric-strip) */
    .hero-copy .hero-stats { display: none; }
    /* Demo: glow shadow + tighter border */
    .hero-demo-col { position: relative; min-width: 0; }
    .hero-demo-col .app-demo-wrapper { margin: 0 !important; }
    .hero-demo-col .app-demo-panel {
      width: 100%; max-width: 100%; min-width: 0;
      height: 480px; min-height: unset; max-height: unset; overflow: hidden;
      box-shadow: 0 32px 80px var(--accent-glow-strong), 0 8px 32px var(--accent-glow) !important;
      border-color: var(--border-hover) !important;
      transition: transform 200ms ease-out, box-shadow 220ms ease-out;
    }
    .hero-demo-col .app-demo-panel:hover {
      transform: translateY(-2px);
      box-shadow: 0 36px 92px var(--accent-glow-strong), 0 10px 36px var(--accent-glow) !important;
    }
    .hero-scroll-cue {
      position: absolute;
      left: 50%;
      bottom: 28px;
      transform: translateX(-50%);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      border: 1px solid var(--border);
      background: var(--surface);
      color: var(--text-muted);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.3px;
      transition: color 150ms ease-out, border-color 150ms ease-out, transform 150ms ease-out;
    }
    .hero-scroll-cue:hover {
      color: var(--text);
      border-color: var(--border-hover);
      transform: translateX(-50%) translateY(-1px);
      text-decoration: none;
    }
    @keyframes hero-ambient-float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-14px); }
    }
    /* hide the old search-demo typing bar */
    .hero-split .search-demo { display: none; }
    .mobile-early-cta { display: none; }
    .mobile-early-cta .container { display: flex; flex-direction: column; align-items: center; gap: 10px; }
    .mobile-early-cta-text { margin: 0; color: var(--text-muted); font-size: 13px; line-height: 1.45; max-width: 32ch; }
    .pillar-megacard,
    .ai-copilot-section,
    .zero-config-section,
    .benefits,
    .trust-strip-section,
    .demo,
    .footer {
      content-visibility: auto;
      contain-intrinsic-size: 900px;
    }
    .problem-context {
      margin-top: 20px;
      font-size: 1rem;
      color: var(--text-muted, rgba(255,255,255,0.52));
      max-width: 58ch;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.65;
    }
    @media (max-width: 980px) {
      .hero-split-inner { grid-template-columns: 1fr; gap: 48px; }
      .hero-copy { text-align: center; padding-top: 0; }
      .hero-copy h1 { text-align: center; }
      .hero-copy .hero-support { text-align: center; margin-left: auto; margin-right: auto; }
      .hero-copy .hero-sub { justify-content: center; }
      .hero-kpi-strip { align-items: center; margin-left: auto; margin-right: auto; }      .hero-kpi-grid { grid-template-columns: 1fr; }
      .hero-kpi-note { text-align: center; }
      .hero-trust-line { justify-content: center; }
      .hero-copy .hero-ctas { justify-content: center; }
      .hero-copy .hero-stats { justify-content: center; }
      .hero-scroll-cue { bottom: 18px; }
    }
    @media (max-width: 760px) {
      .section { padding: 56px 0; }
      .hero-copy .hero-support { font-size: 16px; line-height: 1.35; margin-bottom: 12px; max-width: 33ch; }
      .hero-copy .hero-sub { text-align: center; }
      .problem .container { padding: 30px 20px; }
      .problem-context { margin-top: 16px; font-size: 13px; }
      .problem-grid { margin-top: 28px; gap: 12px; }
      .problem-card { padding: 20px 14px; }
      .problem-label { font-size: 13px; line-height: 1.4; }
      .problem-result { margin-top: 24px; padding-top: 14px; font-size: 1rem; }
      .section-turning-point { margin-top: 12px; width: min(760px, calc(100% - 36px)); }
      .mobile-early-cta { display: block; padding: 6px 0 22px; }
      .mobile-early-cta .btn { width: 100%; max-width: 280px; }
      .solution-sub { font-size: 14px; line-height: 1.5; margin: 10px auto 22px; max-width: 34ch; }
      .flow-separator { margin: 24px auto 16px; }
      .uc-chapter-subheadline { font-size: 15px; margin-bottom: 12px; }
      .flow-case { margin-top: 24px; }
      .flow-case + .flow-case { margin-top: 32px; padding-top: 28px; }
      .flow-case-shift { font-size: 11px; line-height: 1.35; }
      .flow-case-kpi { font-size: 10px; padding: 3px 8px; }
      .benefit-desc { font-size: 13px; line-height: 1.5; }
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-split::before,
      .hero-split::after,
      .hero-copy .btn-primary {
        animation: none;
      }
      .hero-kpi-chip,
      .hero-demo-col .app-demo-panel,
      .hero-scroll-cue {
        transition: none;
      }
    }
    .ai-copilot-kw { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; display: block; }
    .ai-embedded-layout { display: flex; flex-direction: column; gap: 28px; align-items: stretch; }
    .ai-embedded-copy { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
    .ai-embedded-copy .ai-strong { font-size: clamp(26px, 3vw, 40px); font-weight: 700; line-height: 1.15; color: var(--text-primary); margin-bottom: 0; }
    .ai-embedded-body { font-size: 15px; color: var(--text-muted); line-height: 1.75; max-width: 38rem; margin: 0 auto; }
    .ai-context-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; justify-content: center; }
    .ai-context-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; background: rgba(59,130,246,0.08); border: 1px solid rgba(59,130,246,0.18); color: #bfdbfe; font-size: 12px; font-weight: 600; line-height: 1.4; transition: background 0.2s, border-color 0.2s, transform 0.2s; }
    .ai-context-chip.is-active { background: rgba(59,130,246,0.16); border-color: rgba(59,130,246,0.36); transform: translateY(-1px); }
    .ai-compare-demo { position: relative; width: 100%; min-width: 0; }
    .ai-compare-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
    .ai-compare-label { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #4a90c0; }
    .ai-compare-meta { font-size: 12px; color: var(--text-muted); }
    .ai-compare-grid { gap: 18px; margin-top: 0; }
    .ai-compare-side { gap: 12px; padding: 20px; min-width: 0; }
    .ai-compare-side .flow-side-header { margin-bottom: 8px; }
    .ai-compare-side .flow-steps { padding-right: 0; gap: 8px; }
    .ai-compare-side--after .flow-step { padding-right: 0; }
    .ai-compare-step { transition: background 0.2s, box-shadow 0.2s, transform 0.2s; }
    .ai-compare-step.is-active { background: rgba(59,130,246,0.08); border-radius: 10px; box-shadow: inset 0 0 0 1px rgba(59,130,246,0.18); transform: translateX(1px); }
    .ai-compare-step--before.is-active { background: rgba(239,68,68,0.08); box-shadow: inset 0 0 0 1px rgba(239,68,68,0.18); }
    .ai-compare-step--before.is-active .flow-num { background: rgba(239,68,68,0.16); color: #f87171; }
    .ai-compare-step--after.is-active .flow-num { background: rgba(59,130,246,0.18); color: #93c5fd; }
    .ai-compare-result { opacity: 0.55; transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
    .ai-compare-result.is-active { opacity: 1; transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(59,130,246,0.14); }
    .uc-demo-row-action-clicked .uc-demo-row-action { background: rgba(59,130,246,0.20); border-color: rgba(59,130,246,0.42); color: #eff6ff; transform: translateY(1px); box-shadow: inset 0 0 0 1px rgba(59,130,246,0.18); animation: none; }
    .ai-inline-answer { margin-top: 14px; padding: 16px; background: rgba(59,130,246,0.06); border: 1px solid rgba(59,130,246,0.18); border-radius: 16px; opacity: 0; transform: translateY(4px); transition: opacity 0.22s, transform 0.22s; }
    .ai-inline-answer.is-visible { opacity: 1; transform: translateY(0); }
    .ai-inline-answer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
    .ai-inline-answer-label { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #bfdbfe; }
    .ai-inline-answer-state { font-size: 10px; font-weight: 700; color: #93c5fd; background: rgba(59,130,246,0.12); border: 1px solid rgba(59,130,246,0.24); border-radius: 999px; padding: 4px 8px; }
    .ai-inline-answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .ai-inline-answer-card { display: flex; flex-direction: column; gap: 4px; padding: 12px; border-radius: 12px; background: rgba(15,23,42,0.54); border: 1px solid rgba(59,130,246,0.14); opacity: 0; transform: translateY(4px); transition: opacity 0.22s, transform 0.22s, border-color 0.2s; }
    .ai-inline-answer-card.is-visible { opacity: 1; transform: translateY(0); }
    .ai-inline-answer-title { font-size: 12px; font-weight: 700; color: var(--text); line-height: 1.35; }
    .ai-inline-answer-desc { font-size: 11.5px; color: var(--text-muted); line-height: 1.5; }
    .ai-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
    .ai-feature-card { background: rgba(15,23,42,0.50); border: 1px solid rgba(59,130,246,0.14); border-radius: 14px; padding: 16px 16px 15px; display: flex; flex-direction: column; gap: 8px; transition: border-color 0.2s, box-shadow 0.2s; }
    .ai-feature-card:hover { border-color: rgba(59,130,246,0.34); box-shadow: 0 0 24px rgba(59,130,246,0.06); }
    .ai-feature-title { font-size: 14px; font-weight: 700; color: var(--text); line-height: 1.35; }
    .ai-feature-desc { font-size: 12.5px; color: var(--text-muted); line-height: 1.6; margin: 0; }
    .ai-copilot-section { background: transparent; }
    @media (max-width: 980px) {
      .ai-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 680px) {
      .ai-compare-header { flex-direction: column; align-items: flex-start; }
      .ai-compare-side { padding: 16px; }
      .ai-inline-answer-grid,
      .ai-feature-grid { grid-template-columns: 1fr; }
      .ai-inline-answer { padding: 14px; }
    }
    .trust-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 32px; }
    .trust-badge { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 24px; padding: 6px 16px; font-size: 13px; color: var(--text-muted); }
    /* Inline SVG logos: no filter (was built for PNG inversion), let SVG colors render naturally */
    svg.nav-logo-img { filter: none; opacity: 0.92; height: 48px; width: auto; display: block; color: var(--text); }
    svg.footer-logo-img { filter: none; opacity: 1; height: 48px; width: auto; display: block; color: var(--text); }
    /* ── FLOW COMPARE ── */
    .flow-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; text-align: left; }
    .flow-side { padding: 18px 18px; min-width: 0; overflow: hidden; }
    .flow-side-header { margin-bottom: 10px; }
    .flow-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; display: inline-block; }
    .flow-tag-before { background: rgba(239,68,68,0.12); color: #f87171; border: 1px solid rgba(239,68,68,0.25); }
    .flow-tag-after  { background: rgba(74,144,192,0.15); color: #8EC8E8; border: 1px solid rgba(74,144,192,0.35); }
    .flow-steps { display: flex; flex-direction: column; padding-top: 4px; padding-right: 0; }
    .flow-steps .flow-step { padding-right: 96px; }
    .flow-step { display: flex; align-items: center; gap: 10px; padding: 4px 0; }
    .flow-num { min-width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; }
    .flow-num-before { background: rgba(239,68,68,0.18); color: #f87171; }
    .flow-num-after  { background: rgba(74,144,192,0.18); color: #8EC8E8; }
    .flow-text { font-size: 13px; color: var(--text-muted); }
    .flow-divider { font-size: 11px; color: rgba(239,68,68,0.35); padding-left: 8px; line-height: 1; }
    .flow-case[data-uc="uc1"] .flow-steps,
    .flow-case[data-uc="uc2"] .flow-steps { gap: 8px; }
    .flow-case[data-uc="uc1"] .flow-steps .flow-step,
    .flow-case[data-uc="uc2"] .flow-steps .flow-step { padding-right: 0; }
    .flow-case[data-uc="uc1"] .flow-divider,
    .flow-case[data-uc="uc2"] .flow-divider { padding-left: 8px; }
    .flow-result { margin-top: 10px; padding: 6px 14px; border-radius: 8px; font-size: 12px; font-weight: 600; text-align: center; }
    .flow-result-bad  { background: rgba(239,68,68,0.08); color: #f87171; border: 1px solid rgba(239,68,68,0.18); }
    .flow-result-good { background: rgba(74,144,192,0.10); color: #8EC8E8; border: 1px solid rgba(74,144,192,0.28); }
    .flow-inline-box { background: rgba(74,144,192,0.07); border: 1px solid rgba(74,144,192,0.2); border-radius: 10px; padding: 14px 18px; margin-top: 12px; }
    .flow-inline-item { font-size: 13px; color: var(--text); padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .flow-inline-item:last-child { border-bottom: none; }
    .flow-case { margin-top: 40px; }
    .flow-case + .flow-case { margin-top: 56px; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 48px; }
    .flow-case-header { display: flex; align-items: center; gap: 12px; margin-bottom: 0; text-align: left; }
    .flow-case-num { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); }
    .flow-case-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin: 10px 0 0;
      text-align: left;
      flex-wrap: wrap;
    }
    .flow-case-shift {
      font-size: 12px;
      color: var(--text-muted);
      line-height: 1.45;
    }
    .flow-case-kpi {
      display: inline-flex;
      align-items: center;
      padding: 4px 10px;
      border-radius: 999px;
      border: 1px solid rgba(74,144,192,0.28);
      background: rgba(74,144,192,0.10);
      color: #8EC8E8;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      white-space: nowrap;
    }
    /* ── Mid-page CTA ── */
    .midcta-section { background: linear-gradient(135deg, rgba(74,144,192,0.08) 0%, rgba(59,130,246,0.06) 100%); border-top: 1px solid rgba(74,144,192,0.18); border-bottom: 1px solid rgba(74,144,192,0.18); }
    .midcta-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #4a90c0; margin-bottom: 12px; }
    .midcta-headline { font-size: clamp(22px, 3vw, 34px); font-weight: 700; color: var(--text-primary); margin-bottom: 10px; line-height: 1.25; }
    .midcta-sub { font-size: 15px; color: var(--text-muted); margin-bottom: 28px; }
    .midcta-btn { font-size: 16px; padding: 14px 36px; }
    .pilot-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 7px 16px; border-radius: 999px; background: rgba(59,130,246,0.08); border: 1px solid rgba(59,130,246,0.26); color: #bfdbfe; font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
    /* ── Contact form two-column layout ── */
    .demo-wrapper { max-width: 860px !important; display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
    .contact-expect { padding-top: 8px; }
    .demo-form-card {
      padding: 22px;
      border-radius: 14px;
      border: 1px solid rgba(74,144,192,0.34);
      background: linear-gradient(180deg, rgba(74,144,192,0.14) 0%, rgba(255,255,255,0.03) 100%);
      box-shadow: 0 16px 34px rgba(15,23,42,0.34), 0 0 0 1px rgba(74,144,192,0.12);
    }
    .demo-form-card .form-group { margin-bottom: 18px; }
    .demo-form-card .form-label {
      display: block;
      margin-bottom: 8px;
      font-size: 13px;
      font-weight: 600;
      color: var(--text-primary);
      letter-spacing: 0.01em;
    }
    .demo-form-card .form-input,
    .demo-form-card .form-textarea {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(148,163,184,0.36);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    }
    .demo-form-card .form-input:focus,
    .demo-form-card .form-textarea:focus {
      border-color: rgba(244,63,94,0.72);
      box-shadow: 0 0 0 3px rgba(244,63,94,0.16);
    }
    .demo-form-card .form-textarea { min-height: 120px; }
    .contact-expect-title { font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #4a90c0; margin-bottom: 18px; }
    .contact-expect-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
    .contact-expect-list li { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
    .contact-faq {
      margin-top: 22px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,0.06);
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .contact-faq-title {
      margin: 0;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--text-muted);
    }
    .contact-faq-item {
      padding: 10px 12px;
      border-radius: 10px;
      background: rgba(255,255,255,0.01);
      border: 1px solid rgba(255,255,255,0.045);
    }
    .contact-faq-q {
      margin: 0 0 4px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.35;
      color: rgba(226,232,240,0.9);
    }
    .contact-faq-a {
      margin: 0;
      font-size: 12px;
      line-height: 1.45;
      color: rgba(148,163,184,0.88);
    }
    /* ── Social proof ── */
    .socialproof-section { border-top: 1px solid var(--border); padding-top: 40px !important; padding-bottom: 40px !important; }
    .socialproof-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; }
    .socialproof-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
    .socialproof-tag { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 6px 18px; font-size: 13px; color: var(--text-muted); }
    .audience-section { padding-top: 34px !important; padding-bottom: 34px !important; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
    .audience-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #4a90c0; margin-bottom: 14px; }
    .audience-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
    .audience-tag { background: rgba(74,144,192,0.08); border: 1px solid rgba(74,144,192,0.22); border-radius: 24px; padding: 7px 18px; font-size: 13px; color: var(--text-muted); }
    @media (max-width: 680px) { .demo-wrapper { grid-template-columns: 1fr !important; } }
    @media (max-width: 760px) {
      .container { padding-left: 16px; padding-right: 16px; }
      .nav-inner { gap: 10px; }
      .nav-inner > * { min-width: 0; }
      .lang-switcher { margin-left: auto; }
      .nav-links { order: 3; width: 100%; justify-content: center; gap: 8px; }
      .nav-links .btn { flex: 1 1 auto; text-align: center; justify-content: center; }
      .hero-ctas { flex-direction: column; align-items: stretch; max-width: 320px; margin-left: auto; margin-right: auto; }
      .hero-ctas .btn, .midcta-btn { width: 100%; justify-content: center; }
      .hero-split { padding-top: 104px; }
      .hero-split-inner, .flow-compare-grid, .metric-strip-inner { min-width: 0; }
      .hero-copy, .hero-demo-col, .metric-pill { min-width: 0; }
      .hero-demo-col .app-demo-wrapper,
      .hero-demo-col .app-demo-panel,
      .app-stage,
      .uc-demo,
      .uc-trad-demo,
      .uc-360-view { width: 100%; max-width: 100%; min-width: 0; }
      .app-chrome { flex-wrap: wrap; align-items: flex-start; }
      .app-chrome-url { order: 3; width: 100%; min-width: 0; }
      .app-chrome-steps { width: 100%; min-width: 0; flex-wrap: wrap; }
      .app-stage { padding: 18px; }
      .app-cart-bar { flex-wrap: wrap; align-items: flex-start; }
      .app-cart-text { min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
      .app-inline-cart-head, .app-inline-cart-actions { width: 100%; }
      .app-inline-cart-head { flex-wrap: wrap; }
      .app-inline-cart-item-text { overflow-wrap: anywhere; word-break: break-word; }
      .comparison .container { overflow-x: auto; -webkit-overflow-scrolling: touch; }
      .comparison-table { min-width: 620px; }
      .pilot-badge { font-size: 11px; letter-spacing: 0.8px; }
      .audience-tags, .socialproof-tags, .trust-badges { gap: 8px; }
      .audience-tag, .socialproof-tag, .trust-badge { font-size: 12px; padding: 6px 12px; }
      .uc-tabs { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding: 8px; -webkit-overflow-scrolling: touch; }
      .uc-tab { flex: 0 0 auto; min-width: 160px; padding: 9px 12px; font-size: 12px; white-space: nowrap; }
      .flow-steps .flow-step { padding-right: 0; }
      .flow-step, .flow-text, .flow-inline-item, .uc-cust-field, .uc-trad-result-row, .uc-demo-row, .uc-demo-dym, .uc-360-row { min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
      .uc-speedo { position: static; width: auto; max-width: 100%; margin: 10px 0 0 auto; }
      .flow-case-more-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 22px 20px; }
      .flow-case-more-text { width: 100%; min-width: 0; }
      .demo-loop-status { right: 10px; bottom: 10px; padding: 6px 8px 6px 9px; font-size: 9px; gap: 5px; }
      .demo-loop-status__action { width: 22px; height: 22px; padding: 0; font-size: 11px; }
    }
    .flow-case-title { font-size: 16px; font-weight: 600; color: var(--text); }
    /* ── Copilot feature pills ── */
    .copilot-features { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
    .copilot-feat-pill { background: rgba(74,144,192,0.07); border: 1px solid rgba(74,144,192,0.22); border-radius: 10px; padding: 10px 14px; font-size: 12.5px; color: var(--text-muted); line-height: 1.45; max-width: 260px; text-align: left; }
    /* ── Chat pin chips ── */
    .chat-context { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 16px; background: rgba(59,130,246,0.06); border-bottom: 1px solid rgba(59,130,246,0.14); }
    .chat-pin-chip { display: inline-flex; align-items: center; gap: 5px; background: rgba(59,130,246,0.12); border: 1px solid rgba(59,130,246,0.28); border-radius: 20px; padding: 4px 12px; font-size: 12px; color: var(--text-muted); white-space: nowrap; }
    .ai-chat-panel { height: 440px; min-height: unset; }
    .chat-messages { overflow-y: auto; }
    /* ── AI Modes section ── */
    .ai-modes { margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(59,130,246,0.14); }
    .ai-modes-title { font-size: clamp(16px, 2vw, 20px); font-weight: 700; color: var(--text); text-align: center; margin-bottom: 6px; }
    .ai-modes-sub { font-size: 14px; color: var(--text-muted); text-align: center; margin-bottom: 20px; }
    .ai-modes-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 960px; margin: 0 auto; }
    .ai-mode-card { background: rgba(15,23,42,0.50); border: 1px solid rgba(59,130,246,0.14); border-radius: 14px; padding: 16px 18px; display: flex; flex-direction: column; gap: 8px; transition: border-color 200ms; }
    .ai-mode-card--live { border-color: rgba(59,130,246,0.35); box-shadow: 0 0 24px rgba(59,130,246,0.07); }
    .ai-mode-card:hover { border-color: rgba(59,130,246,0.35); }
    .ai-mode-badge { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--text-muted); }
    .ai-mode-badge--live { color: #34d399; }
    .ai-mode-title { font-size: 16px; font-weight: 700; color: var(--text); }
    .ai-mode-desc { font-size: 12.5px; color: var(--text-muted); line-height: 1.55; margin: 0; }
    @media (max-width: 768px) { .ai-modes-row { grid-template-columns: 1fr; } }
    /* ── Advisor incoming-call demo ── */
    .advisor-demo { margin-top: 18px; border-top: 1px solid rgba(59,130,246,0.14); padding-top: 14px; }
    .advisor-ring { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
    .advisor-ring-pulse { width: 10px; height: 10px; border-radius: 50%; background: #34d399; flex-shrink: 0; box-shadow: 0 0 0 4px rgba(52,211,153,0.14); }
    @keyframes advisor-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(52,211,153,0.6)} 50%{box-shadow:0 0 0 6px rgba(52,211,153,0)} }
    .advisor-ring-label { font-size: 12px; font-weight: 600; color: var(--text); }
    .advisor-insight-card { background: rgba(15,23,42,0.6); border: 1px solid rgba(59,130,246,0.18); border-radius: 10px; padding: 12px 14px; display: flex; flex-direction: column; gap: 7px; }
    .advisor-row { font-size: 12px; color: var(--text-muted); line-height: 1.5; opacity: 1; transform: none; }
    .advisor-tip { font-size: 12px; color: #34d399; font-weight: 600; line-height: 1.5; opacity: 1; transform: none; }
    .advisor-row-1 { animation-delay: 0.3s; }
    .advisor-row-2 { animation-delay: 0.8s; }
    .advisor-row-3 { animation-delay: 1.3s; }
    .advisor-row-4 { animation-delay: 1.9s; }
    @keyframes advisor-fadein { 0%{opacity:0;transform:translateY(4px)} 30%,90%{opacity:1;transform:none} 100%{opacity:0;transform:translateY(-4px)} }
    /* ── UC4 "Your Use Case" ── */
    .flow-case-more { margin-top: 56px; border-top: 1px dashed rgba(74,144,192,0.25); padding-top: 40px; text-align: center; }
    /* ── Data-first principle block ── */
    .dfp-block { margin: 28px auto 32px; max-width: 600px; }
    .dfp-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #4a90c0; margin-bottom: 8px; }
    .dfp-title { font-size: 19px; font-weight: 800; color: var(--text); margin-bottom: 0; line-height: 1.3; }
    /* ── Use Case tabs ── */
    .flow-separator { max-width: 980px; margin: 48px auto 32px; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(96,165,250,0.18) 20%, rgba(96,165,250,0.18) 80%, transparent 100%); }
    .uc-chapter-subheadline { font-size: 18px; font-weight: 700; color: #8EC8E8; text-align: center; margin: 0 auto 20px; max-width: 980px; letter-spacing: 0.3px; }
    .uc-tabs {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin: 0 auto 32px;
      padding: 8px;
      max-width: 980px;
      border: 1px solid rgba(148,163,184,0.22);
      border-radius: 16px;
      background: rgba(15,23,42,0.62);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    }
    .uc-tab {
      flex: 1 1 0;
      min-width: 180px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: rgba(15,23,42,0.68);
      border: 1px solid rgba(148,163,184,0.18);
      border-radius: 12px;
      padding: 10px 14px;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
      color: var(--text-secondary);
      cursor: pointer;
      transition: background 0.18s, border-color 0.18s, color 0.18s, transform 0.18s, box-shadow 0.18s;
      letter-spacing: 0.1px;
      white-space: nowrap;
    }
    .uc-tab::before {
      font-size: 13px;
      line-height: 1;
      opacity: 0.92;
    }
    .uc-tab[data-uc="uc1"]::before { content: "\1F50E"; }
    .uc-tab[data-uc="uc2"]::before { content: "\1F6D2"; }
    .uc-tab[data-uc="uc4"]::before { content: "\1F501"; }
    .uc-tab:hover {
      color: var(--text-primary);
      background: rgba(30,41,59,0.78);
      border-color: rgba(148,163,184,0.34);
    }
    .uc-tab.active {
      color: var(--text-inverse);
      background: linear-gradient(135deg, rgba(239,68,68,0.68) 0%, rgba(220,38,38,0.62) 100%);
      border-color: rgba(252,165,165,0.40);
      box-shadow: 0 5px 16px rgba(239,68,68,0.17), inset 0 1px 0 rgba(255,255,255,0.18);
      transform: translateY(-1px);
    }
    .uc-cases-tabbed .flow-case { display: none; margin-top: 0; border-top: none; padding-top: 0; }
    .uc-cases-tabbed .flow-case.active { display: block; animation: pillarIn 0.25s ease; }
    .uc-cases-tabbed .flow-case-more { display: none; }
    .uc-cases-tabbed .flow-case-more.active { display: block; animation: pillarIn 0.25s ease; }
    .flow-case-more-inner { display: inline-flex; align-items: center; gap: 20px; min-width: 0; background: rgba(74,144,192,0.05); border: 1.5px dashed rgba(74,144,192,0.3); border-radius: 16px; padding: 24px 40px; max-width: 560px; width: 100%; }
    .flow-case-more-icon { font-size: 32px; flex-shrink: 0; opacity: 0.7; }
    .flow-case-more-text { text-align: left; }
    .flow-case-more-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #4a90c0; margin-bottom: 6px; }
    .flow-case-more-title { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
    .flow-case-more-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0; }
    /* ── FLOW UNIVERSAL ── */
    .flow-universal { margin-top: 56px; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 48px; }
    .flow-universal-inner { background: linear-gradient(135deg, rgba(74,144,192,0.08) 0%, rgba(26,58,106,0.12) 100%); border: 1px solid rgba(74,144,192,0.25); border-radius: 16px; padding: 40px 40px 32px; text-align: center; }
    .flow-universal-headline { font-size: clamp(22px, 3vw, 34px); font-weight: 700; color: var(--text); margin: 12px 0 16px; }
    .flow-universal-sub { font-size: 15px; color: var(--text-muted); max-width: 680px; margin: 0 auto 32px; line-height: 1.7; }
    .flow-universal-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .flow-universal-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 20px 18px; text-align: left; }
    .flow-universal-card-title { font-size: 14px; font-weight: 700; color: #8EC8E8; margin-bottom: 6px; }
    .flow-universal-card-desc { font-size: 13px; color: var(--text-muted); line-height: 1.55; }
    /* ── FLOW PRINCIPLE DEMO ── */
    .flow-principle-demo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; justify-items: stretch; gap: 18px; max-width: 1120px; margin: 24px auto 22px; padding: 18px; background: linear-gradient(180deg, rgba(7,16,32,0.84) 0%, rgba(10,19,40,0.88) 100%); border: 1px solid rgba(96,165,250,0.18); border-radius: 24px; box-shadow: 0 0 0 1px rgba(96,165,250,0.05), 0 18px 40px rgba(0,0,0,0.12), 0 0 24px rgba(59,130,246,0.08); }
    .flow-principle-card { width: 100%; max-width: none; min-width: 0; display: flex; flex-direction: column; gap: 14px; align-items: stretch; padding: 18px 18px 16px; border-radius: 18px; border: 1px solid rgba(148,163,184,0.12); background: rgba(255,255,255,0.03); text-align: center; }
    .flow-principle-card--before { background: linear-gradient(180deg, rgba(127,29,29,0.22) 0%, rgba(127,29,29,0.14) 100%); border-color: rgba(239,68,68,0.28); box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 0 0 1px rgba(239,68,68,0.04); }
    .flow-principle-card--after { background: linear-gradient(180deg, rgba(30,64,175,0.16) 0%, rgba(30,64,175,0.10) 100%); border-color: rgba(96,165,250,0.22); box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 0 0 1px rgba(96,165,250,0.04), 0 0 22px rgba(59,130,246,0.08); }
    .flow-principle-label { display: inline-flex; align-items: center; align-self: center; padding: 4px 10px; border-radius: 999px; border: 1px solid transparent; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; line-height: 1; text-transform: uppercase; }
    .flow-principle-label--before { max-width: 100%; justify-content: center; white-space: normal; line-height: 1.2; text-align: center; color: #fecaca; background: rgba(239,68,68,0.16); border-color: rgba(239,68,68,0.28); }
    .flow-principle-label--after { color: #dbeafe; background: rgba(59,130,246,0.16); border-color: rgba(59,130,246,0.28); }
    .flow-principle-section-label { align-self: flex-start; padding: 0 2px; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; line-height: 1; text-transform: uppercase; opacity: 0.72; }
    .flow-principle-section-label--before { color: #fecaca; }
    .flow-principle-section-label--after { color: #dbeafe; }
    .flow-principle-section-label--support { margin-top: 2px; }
    .flow-principle-flow { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; margin-bottom: 4px; }
    .flow-principle-card > .flow-principle-flow { padding: 14px; border-radius: 18px; border: 1px solid rgba(148,163,184,0.14); background: rgba(255,255,255,0.03); box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); }
    .flow-principle-card--before > .flow-principle-flow { border-color: rgba(239,68,68,0.20); background: linear-gradient(180deg, rgba(127,29,29,0.14) 0%, rgba(127,29,29,0.08) 100%); }
    .flow-principle-card--after > .flow-principle-flow { border-color: rgba(96,165,250,0.18); background: linear-gradient(180deg, rgba(30,64,175,0.14) 0%, rgba(30,64,175,0.08) 100%); }
    .flow-principle-step { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; min-width: 0; min-height: 64px; flex: 1 1 0; padding: 10px 12px; border-radius: 16px; border: 1px solid transparent; font-size: 13px; font-weight: 700; line-height: 1.25; letter-spacing: 0.2px; text-align: center; }
    .flow-principle-step::before { display: block; font-size: 14px; line-height: 1; opacity: 0.72; }
    .flow-principle-step--screen::before { content: "\1F5A5"; }
    .flow-principle-step--data::before { content: "\1F4CA"; }
    .flow-principle-step--limited::before { content: "\1F4DD"; }
    .flow-principle-step--reveal::before { content: "\2728"; }
    .flow-principle-step--action::before { content: "\26A1"; }
    .flow-principle-step--danger { background: rgba(239,68,68,0.08); border-color: rgba(239,68,68,0.18); color: rgba(254,202,202,0.94); box-shadow: inset 0 1px 0 rgba(255,255,255,0.02); }
    .flow-principle-step--good { background: rgba(59,130,246,0.08); border-color: rgba(59,130,246,0.18); color: rgba(219,234,254,0.94); box-shadow: inset 0 1px 0 rgba(255,255,255,0.02); }
    .flow-principle-step-arrow { flex: 0 0 auto; color: #93c5fd; font-size: 18px; font-weight: 800; line-height: 1; }
    .flow-principle-card--before .flow-principle-step-arrow { color: rgba(248,113,113,0.58); }
    .flow-principle-card--after .flow-principle-step-arrow { color: rgba(147,197,253,0.72); }
    .flow-principle-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: stretch; width: 100%; margin-top: 8px; }
    .flow-principle-card > .flow-principle-pills { margin-top: 0; padding: 16px 14px 14px; border-radius: 18px; border: 1px solid rgba(148,163,184,0.12); background: rgba(2,6,23,0.18); box-shadow: inset 0 1px 0 rgba(255,255,255,0.02); }
    .flow-principle-card--before > .flow-principle-pills { border-color: rgba(239,68,68,0.16); background: linear-gradient(180deg, rgba(127,29,29,0.10) 0%, rgba(2,6,23,0.10) 100%); }
    .flow-principle-card--after > .flow-principle-pills { border-color: rgba(96,165,250,0.14); background: linear-gradient(180deg, rgba(30,64,175,0.10) 0%, rgba(2,6,23,0.10) 100%); }
    .flow-principle-pills .znav-pill { flex: 1 1 160px; max-width: none; font: inherit; text-align: center; }
    .flow-principle-pills--old .znav-pill,
    .flow-principle-pills--gozman .znav-pill { flex-basis: 170px; }
    .flow-principle-pills--more .znav-pill { flex-basis: 210px; }
    .flow-principle-pills--more { margin-top: 12px; }
    .flow-principle-pill { transition: background 0.2s, border-color 0.2s, color 0.2s, border-radius 0.2s, padding 0.2s; opacity: 0.75; }
    .flow-principle-pill:hover { opacity: 0.95; }
    .flow-principle-pill.open { opacity: 1; }
    .flow-principle-pill .znav-pill-row { justify-content: center; color: inherit; font-size: 12px; }
    .flow-principle-pill .znav-pill-arrow { color: rgba(167,243,208,0.4); }
    .flow-principle-pill .znav-pill-desc { color: var(--text-muted); }
    .flow-principle-pill--danger { background: rgba(239,68,68,0.06); border-color: rgba(239,68,68,0.18); color: rgba(254,202,202,0.85); }
    .flow-principle-pill--danger:hover { background: rgba(239,68,68,0.10); border-color: rgba(239,68,68,0.28); }
    .flow-principle-pill--danger.open { background: rgba(239,68,68,0.12); border-color: rgba(239,68,68,0.36); }
    .flow-principle-pill--danger .znav-pill-row { color: rgba(254,202,202,0.9); }
    .flow-principle-pill--danger .znav-pill-desc { border-top-color: rgba(239,68,68,0.12); color: rgba(255,212,212,0.85); }
    .flow-principle-pill--danger .znav-pill-arrow { color: rgba(248,113,113,0.45); }
    .flow-principle-pill--good { background: rgba(59,130,246,0.06); border-color: rgba(59,130,246,0.18); color: rgba(219,234,254,0.85); }
    .flow-principle-pill--good:hover { background: rgba(59,130,246,0.10); border-color: rgba(96,165,250,0.28); }
    .flow-principle-pill--good.open { background: rgba(59,130,246,0.12); border-color: rgba(96,165,250,0.36); }
    .flow-principle-pill--good .znav-pill-row { color: rgba(219,234,254,0.9); }
    .flow-principle-pill--good .znav-pill-desc { border-top-color: rgba(59,130,246,0.12); color: rgba(219,234,254,0.85); }
    .flow-principle-pill--good .znav-pill-arrow { color: rgba(147,197,253,0.5); }
    .flow-principle-more { width: 100%; margin-top: 10px; padding-top: 12px; border-top: 1px solid rgba(96,165,250,0.12); }
    .flow-principle-more[hidden] { display: none !important; }
    .flow-principle-more-toggle { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(96,165,250,0.24); background: rgba(59,130,246,0.09); color: #dbeafe; font-size: 10px; font-weight: 700; letter-spacing: 0.8px; line-height: 1; text-transform: uppercase; cursor: pointer; transition: background 0.2s, border-color 0.2s, color 0.2s; }
    .flow-principle-more-toggle:hover { background: rgba(59,130,246,0.14); border-color: rgba(96,165,250,0.34); color: #eff6ff; }
    .flow-principle-more-toggle.is-open { background: rgba(59,130,246,0.14); border-color: rgba(96,165,250,0.42); color: #eff6ff; }
    .flow-principle-more-toggle:focus-visible,
    .flow-principle-pill:focus-visible { outline: 2px solid rgba(147,197,253,0.7); outline-offset: 2px; }
    @media (max-width: 920px) { .flow-principle-demo { grid-template-columns: 1fr; gap: 16px; } .flow-principle-flow { flex-direction: column; gap: 8px; } .flow-principle-step { width: 100%; min-height: 56px; } .flow-principle-step-arrow { transform: rotate(90deg); } }
    @media (max-width: 680px) { .flow-principle-demo { margin: 20px auto 24px; padding: 16px; } .flow-principle-card { padding: 16px; } .flow-principle-card > .flow-principle-flow, .flow-principle-card > .flow-principle-pills { padding-left: 12px; padding-right: 12px; } .flow-principle-step { font-size: 12px; min-height: 52px; } .copilot-feat-pill { max-width: 100%; } .flow-separator { margin: 32px auto 24px; } .uc-chapter-subheadline { font-size: 16px; margin-bottom: 16px; } }
    /* ── USE CASE MINI DEMOS ── */
    .uc-demo { width: 100%; max-width: 100%; min-width: 0; position: relative; overflow: hidden; background: rgba(7,16,30,0.56); border: 1px solid rgba(59,130,246,0.22); border-radius: 16px; padding: 12px; margin: 6px 0; font-family: var(--font); box-shadow: 0 22px 46px rgba(2,6,23,0.22), inset 0 1px 0 rgba(255,255,255,0.03); }
    .uc-demo-bar { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 12px 14px; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; margin-bottom: 0; background: rgba(255,255,255,0.04); box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); transition: opacity 0.18s ease; }
    .uc-demo-bar.uc-demo-bar-hidden { visibility: hidden; opacity: 0; pointer-events: none; }
    .uc-demo-icon { font-size: 14px; flex-shrink: 0; color: var(--text-dim); }
    .uc-demo-typed { font-size: 14px; color: var(--text); flex: 1; min-width: 0; min-height: 1em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .uc-demo-cursor { width: 2px; height: 13px; background: #8EC8E8; animation: ucblink 0.75s step-end infinite; flex-shrink: 0; }
    @keyframes ucblink { 0%,100%{opacity:1} 50%{opacity:0} }
    .uc-demo-results { margin-top: 8px; background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.03) 100%); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); }
    .uc-demo-results-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; background: rgba(15,23,42,0.5); border-bottom: 1px solid rgba(255,255,255,0.06); }
    .uc-demo-results-label { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #bfdbfe; }
    .uc-demo-results-meta { font-size: 10px; color: var(--text-dim); }
    .uc-demo-row { width: 100%; min-width: 0; display: none; align-items: center; gap: 12px; overflow-wrap: anywhere; word-break: break-word; font-size: 12px; color: var(--text-muted); padding: 14px 16px; opacity: 0; transform: translateY(4px); transition: opacity 0.22s ease, transform 0.22s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
    .uc-demo-row + .uc-demo-row { border-top: 1px solid rgba(255,255,255,0.06); }
    .uc-demo-row.uc-visible { display: flex; opacity: 1; transform: translateY(0); }
    .uc-demo-row-icon { width: 28px; height: 28px; border-radius: 10px; background: rgba(59,130,246,0.12); border: 1px solid rgba(59,130,246,0.2); color: #bfdbfe; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 13px; }
    .uc-demo-row-body { flex: 1; min-width: 0; }
    .uc-demo-row-title { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-size: 12.5px; font-weight: 700; line-height: 1.35; color: var(--text); }
    .uc-demo-row-sub { font-size: 11px; color: var(--text-dim); margin-top: 3px; line-height: 1.45; }
    .uc-demo-row-actions { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; flex-shrink: 0; }
    .uc-demo-row-action { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; padding: 5px 10px; border-radius: 7px; border: 1px solid rgba(59,130,246,0.26); background: rgba(59,130,246,0.12); color: #bfdbfe; font-size: 10px; font-weight: 800; letter-spacing: 0.7px; text-transform: uppercase; flex-shrink: 0; transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease; }
    .uc-demo-row-cart { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; padding: 0; border-radius: 7px; border: 1px solid rgba(59,130,246,0.26); background: rgba(59,130,246,0.12); color: #bfdbfe; font-size: 12px; font-weight: 800; line-height: 1; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease; }
    .uc-demo-row-cart:hover { background: rgba(59,130,246,0.18); border-color: rgba(59,130,246,0.34); }
    .uc-demo-row--freeform { background: rgba(59,130,246,0.05); }
    .uc-demo-freeform-field { margin-top: 10px; display: flex; align-items: center; min-height: 38px; padding: 0 12px; border-radius: 10px; border: 1px solid rgba(59,130,246,0.16); background: rgba(7,16,30,0.52); color: #94a3b8; font-size: 11.5px; line-height: 1.45; }
    .uc-demo-row--freeform .uc-demo-row-action { text-transform: none; letter-spacing: 0.4px; }
    .uc-demo-row-selected { background: rgba(59,130,246,0.09); box-shadow: inset 3px 0 0 rgba(59,130,246,0.58); }
    .uc-demo-row-selected .uc-demo-row-icon,
    .uc-demo-row-selected .uc-demo-row-action { border-color: rgba(59,130,246,0.34); }
    .uc-demo-row-action-ready .uc-demo-row-action { animation: ucActionPulse 1.15s ease-in-out infinite; box-shadow: 0 0 0 0 rgba(59,130,246,0.18); transform: translateY(-1px); }
    .uc-demo-row-complete { background: rgba(34,197,94,0.08); box-shadow: inset 3px 0 0 rgba(34,197,94,0.52); }
    .uc-demo-row-complete .uc-demo-row-icon { background: rgba(34,197,94,0.12); border-color: rgba(34,197,94,0.22); color: #bbf7d0; }
    .uc-demo-row-complete .uc-demo-row-action { background: rgba(34,197,94,0.14); border-color: rgba(34,197,94,0.28); color: #bbf7d0; animation: none; }
    @keyframes ucActionPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(59,130,246,0.18); } 50% { box-shadow: 0 0 0 6px rgba(59,130,246,0); } }
    .uc-badge { display: inline-flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; border-radius: 999px; padding: 3px 7px; margin-right: 0; line-height: 1; border: 1px solid transparent; letter-spacing: 0.5px; text-transform: uppercase; }
    .uc-badge-blue   { background: rgba(74,144,192,0.16); border-color: rgba(74,144,192,0.28); color: #8EC8E8; }
    .uc-badge-green  { background: rgba(59,130,246,0.16); border-color: rgba(59,130,246,0.28); color: #93c5fd; }
    .uc-badge-purple { background: rgba(167,139,250,0.16); border-color: rgba(167,139,250,0.28); color: #c4b5fd; }
    .uc-badge-ai     { background: rgba(251,191,36,0.16); border-color: rgba(251,191,36,0.28); color: #fcd34d; }
    .uc-badge-warn   { background: rgba(239,68,68,0.16); border-color: rgba(239,68,68,0.28); color: #fca5a5; }
    .uc-demo-dym { width: 100%; min-width: 0; display: none; align-items: center; gap: 8px; overflow-wrap: anywhere; word-break: break-word; font-size: 11px; color: #bfdbfe; padding: 10px 14px; background: rgba(59,130,246,0.08); border-top: 1px solid rgba(59,130,246,0.14); opacity: 0; transform: translateY(3px); transition: opacity 0.3s, transform 0.3s; }
    .uc-demo-dym.uc-visible { display: flex; opacity: 1; transform: translateY(0); }
    .uc-demo-dym-icon { color: #93c5fd; flex-shrink: 0; }
    .uc-demo-inline-panel { display: none; flex-direction: column; gap: 10px; padding: 16px 18px 18px; background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.08); opacity: 0; transform: translateY(4px); transition: opacity 0.24s ease, transform 0.24s ease, background 0.2s ease, box-shadow 0.2s ease; }
    .uc-demo-inline-panel.uc-visible { display: flex; opacity: 1; transform: translateY(0); }
    .uc-demo-inline-panel-complete { background: rgba(34,197,94,0.08); box-shadow: inset 3px 0 0 rgba(34,197,94,0.45); }
    .uc-demo-inline-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .uc-demo-inline-label { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #bfdbfe; }
    .uc-demo-inline-state { display: inline-flex; align-items: center; justify-content: center; padding: 4px 9px; border-radius: 999px; background: rgba(59,130,246,0.12); border: 1px solid rgba(59,130,246,0.22); color: #bfdbfe; font-size: 10px; font-weight: 700; }
    .uc-demo-inline-panel-complete .uc-demo-inline-state { background: rgba(34,197,94,0.14); border-color: rgba(34,197,94,0.28); color: #bbf7d0; }
    .uc-demo-inline-text { font-size: 11px; line-height: 1.6; color: var(--text-muted); }
    .uc-demo-inline-list { display: flex; flex-direction: column; gap: 8px; }
    .uc-demo-inline-item { font-size: 11.5px; line-height: 1.45; color: var(--text); }
    .uc-demo-inline-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
    .uc-demo-inline-button { display: inline-flex; align-items: center; justify-content: center; padding: 7px 12px; border-radius: 8px; background: linear-gradient(135deg, rgba(34,197,94,0.95), rgba(22,163,74,0.95)); color: #f0fdf4; font-size: 10px; font-weight: 800; letter-spacing: 0.7px; text-transform: uppercase; }
    .uc-demo-inline-note { font-size: 10px; color: var(--text-dim); }
    /* ── TRADITIONAL CRM VIEW-TRANSITION DEMO ── */
    .flow-side-header--toggle { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
    .uc-trad-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border: 1px solid rgba(239,68,68,0.22); border-radius: 999px; background: rgba(239,68,68,0.08); color: #fca5a5; font-size: 10px; font-weight: 700; letter-spacing: 0.7px; text-transform: uppercase; transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
    .uc-trad-toggle::after { content: '▾'; font-size: 10px; line-height: 1; transform: rotate(-90deg); transition: transform 0.2s ease; }
    .uc-trad-toggle:hover { background: rgba(239,68,68,0.14); border-color: rgba(239,68,68,0.3); color: #fecaca; }
    .uc-trad-toggle.is-open::after { transform: rotate(0deg); }
    .uc-trad-content { overflow: hidden; overflow-anchor: none; }
    .uc-trad-demo { width: 100%; max-width: 100%; min-width: 0; position: relative; background: rgba(239,68,68,0.04); border: 1px solid rgba(239,68,68,0.2); border-radius: 10px; overflow: hidden; margin: 6px 0; }
    /* view title bar */
    .uc-view-bar { display: flex; align-items: center; gap: 6px; padding: 7px 12px; background: rgba(239,68,68,0.08); border-bottom: 1px solid rgba(239,68,68,0.15); font-size: 11px; font-weight: 600; color: #f87171; letter-spacing: 0.5px; }
    .uc-view-dot { width: 7px; height: 7px; border-radius: 50%; background: #f87171; flex-shrink: 0; }
    .uc-view-crumb { opacity: 0.45; margin: 0 2px; }
    /* panels */
    .uc-trad-panel { padding: 8px 12px; display: none; animation: ucPanelIn 0.28s ease; }
    .uc-trad-panel.uc-panel-active { display: block; }
    @keyframes ucPanelIn { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
    /* nav menu (Home panel) */
    .uc-nav-menu { display: flex; flex-direction: column; gap: 4px; }
    .uc-nav-item { padding: 6px 10px; border-radius: 6px; font-size: 12px; color: var(--text-muted); background: rgba(255,255,255,0.04); cursor: default; transition: background 0.15s, color 0.15s; }
    .uc-nav-item.uc-nav-highlight { background: rgba(239,68,68,0.12); color: #f87171; }
    .uc-nav-item.uc-nav-click { background: rgba(239,68,68,0.28); }
    /* search form */
    .uc-trad-form { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 9px; }
    .uc-trad-field label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.7px; color: var(--text-muted); display: block; margin-bottom: 3px; }
    .uc-trad-input { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 5px; padding: 4px 7px; font-size: 12px; color: var(--text); min-height: 24px; display: flex; align-items: center; font-family: 'DM Mono', monospace; }
    .uc-trad-input.uc-field-active { border-color: rgba(239,68,68,0.45); }
    .uc-trad-cur { width: 2px; height: 11px; background: rgba(255,255,255,0.55); animation: ucblink 0.75s step-end infinite; display: none; }
    .uc-trad-cur.uc-cur-on { display: inline-block; }
    .uc-trad-btn { width: 100%; background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.28); border-radius: 6px; color: #f87171; font-size: 12px; font-weight: 600; padding: 6px; cursor: default; margin-bottom: 0; transition: background 0.15s; }
    .uc-trad-btn.uc-btn-flash { background: rgba(239,68,68,0.3); }
    /* result rows */
    .uc-trad-result-row { padding: 5px 8px; border-radius: 5px; font-size: 12px; background: rgba(255,255,255,0.04); margin-bottom: 4px; color: var(--text-muted); opacity: 0; transition: opacity 0.2s; }
    .uc-trad-result-row.uc-visible { opacity: 1; }
    .uc-trad-result-row.uc-row-select { background: rgba(59,130,246,0.1); color: #93c5fd; cursor: default; }
    .uc-trad-result-row.uc-row-flash { background: rgba(59,130,246,0.25); }
    /* customer view panel */
    .uc-cust-field { display: flex; justify-content: space-between; font-size: 11px; padding: 3px 0; border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--text-muted); }
    /* ── GOZMAN 360° INLINE CUSTOMER VIEW ── */
    .uc-360-view { width: 100%; max-width: 100%; min-width: 0; background: rgba(59,130,246,0.06); border: none; border-top: 1px solid rgba(59,130,246,0.14); border-radius: 0 0 14px 14px; padding: 16px 18px 18px; margin-top: 0; display: none; overflow: hidden; }
    .uc-360-view.uc-visible { display: block; animation: ucPanelIn 0.3s ease; }
    .uc-360-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(59,130,246,0.12); }
    .uc-360-header-main { display: flex; align-items: center; gap: 10px; min-width: 0; }
    .uc-360-avatar { width: 30px; height: 30px; border-radius: 50%; background: rgba(59,130,246,0.18); color: #93c5fd; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .uc-360-name { font-size: 12px; font-weight: 700; color: var(--text); display: flex; align-items: center; gap: 6px; }
    .uc-badge-green { background: rgba(59,130,246,0.15); color: #93c5fd; border: 1px solid rgba(59,130,246,0.3); }
    .uc-360-chip { display: inline-flex; align-items: center; justify-content: center; padding: 4px 9px; border-radius: 999px; background: rgba(59,130,246,0.12); border: 1px solid rgba(59,130,246,0.24); color: #bfdbfe; font-size: 10px; font-weight: 700; letter-spacing: 0.7px; text-transform: uppercase; }
    .uc-360-sub { font-size: 10px; color: var(--text-muted); margin-top: 2px; }
    .uc-360-row { width: 100%; min-width: 0; display: none; align-items: flex-start; gap: 10px; overflow-wrap: anywhere; word-break: break-word; font-size: 11px; color: var(--text-muted); padding: 10px 12px; margin-top: 8px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; opacity: 0; transform: translateY(3px); transition: opacity 0.25s, transform 0.25s; }
    .uc-360-row.uc-visible { display: flex; opacity: 1; transform: translateY(0); }
    .uc-360-row-icon { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; background: rgba(59,130,246,0.12); color: #bfdbfe; flex-shrink: 0; }
    .uc-360-row-body { min-width: 0; flex: 1; }
    .uc-360-row-title { font-size: 11.5px; font-weight: 700; color: var(--text); }
    .uc-360-row-sub { font-size: 10.5px; line-height: 1.5; color: var(--text-muted); margin-top: 2px; }
    /* ── LOOP COUNTER ── */
    /* ── Speedometer ── */
    .flow-side { position: relative; }
    .uc-speedo { position: absolute; top: 14px; right: 14px; z-index: 2; max-width: calc(100% - 28px); }
    .spd-bars { display: flex; flex-direction: column; gap: 4px; padding: 7px 10px; background: rgba(15,23,42,0.82); border: 1px solid rgba(255,255,255,0.09); border-radius: 10px; min-width: 112px; backdrop-filter: none; -webkit-backdrop-filter: none; }
    .spd-bar-row { display: flex; align-items: center; gap: 5px; }
    .spd-bar-label { font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; width: 30px; flex-shrink: 0; }
    .spd-bar-slow-row .spd-bar-label { color: rgba(248,113,113,0.7); }
    .spd-bar-fast-row .spd-bar-label { color: rgba(110,231,183,0.7); }
    .spd-bar-track { width: 62px; height: 5px; background: rgba(255,255,255,0.07); border-radius: 3px; overflow: hidden; flex-shrink: 0; }
    .spd-bar-fill { height: 100%; border-radius: 3px; transition: width 0.9s ease; }
    .spd-bar-fill-slow { background: rgba(239,68,68,0.65); }
    .spd-bar-fill-fast { background: rgba(59,130,246,0.82); }
    .spd-bar-time { font-size: 7px; white-space: nowrap; flex-shrink: 0; }
    .spd-bar-slow-row .spd-bar-time { color: rgba(248,113,113,0.6); }
    .spd-bar-fast-row .spd-bar-time { color: rgba(110,231,183,0.65); }
    .uc-speedo-count { font-size: 8px; color: #475569; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; display: block; text-align: center; }

    .uc-trad-demo { height: 185px; overflow: hidden; }
    .uc-demo { display: flex; flex-direction: column; }
    .uc-demo-results { display: flex; flex-direction: column; min-height: 0; }
    #uc1-demo { min-height: 380px; }
    #uc2-demo { min-height: 640px; }
    #uc3-demo { min-height: 532px; }
    #ai-uc2-demo { min-height: clamp(42rem, 54vw, 44rem); }
    #uc1-demo .uc-demo-results { min-height: 286px; }
    #uc2-demo .uc-demo-results { min-height: 520px; }
    #uc3-demo .uc-demo-results { min-height: 424px; }
    #ai-uc2-demo .uc-demo-results {
      min-height: clamp(34rem, 45vw, 36rem);
      height: clamp(34rem, 45vw, 36rem);
    }
    .flow-case[data-uc="uc2"] .flow-side:last-child { min-height: 820px; }
    .flow-case[data-uc="uc3"] .flow-side:last-child { min-height: 704px; }
    .flow-case[data-uc="uc2"] .flow-side:last-child,
    .flow-case[data-uc="uc3"] .flow-side:last-child,
    #uc2-demo,
    #uc3-demo,
    #uc2-demo .uc-demo-results,
    #uc3-demo .uc-demo-results,
    #uc2-finish,
    #uc3-bar,
    #uc3-360,
    #uc3-finish,
    .flow-case[data-uc="uc2"] .flow-result-good,
    .flow-case[data-uc="uc3"] .flow-result-good { overflow-anchor: none; }
    @media (max-width: 680px) {
      #uc1-demo { min-height: 436px; }
      #uc2-demo { min-height: 756px; }
      #uc3-demo { min-height: 636px; }
      #ai-uc2-demo { min-height: clamp(48rem, 120vw, 52rem); }
      #uc1-demo .uc-demo-results { min-height: 340px; }
      #uc2-demo .uc-demo-results { min-height: 600px; }
      #uc3-demo .uc-demo-results { min-height: 512px; }
      #ai-uc2-demo .uc-demo-results {
        min-height: clamp(40rem, 102vw, 44rem);
        height: clamp(40rem, 102vw, 44rem);
      }
      .flow-case[data-uc="uc2"] .flow-side:last-child { min-height: 960px; }
      .flow-case[data-uc="uc3"] .flow-side:last-child { min-height: 824px; }
    }

    /* ── Zero Navigation Benefits ── */
    .znav-benefits { margin-top: 48px; padding-top: 36px; border-top: 1px solid rgba(59,130,246,0.14); }
    .znav-benefits-header { text-align: center; margin-bottom: 20px; }
    .znav-benefits-headline { font-size: clamp(14px, 1.8vw, 17px); font-weight: 600; color: var(--text-muted); margin: 6px 0 0; letter-spacing: 0.2px; }
    .znav-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; align-items: flex-start; }
    .znav-pill { display: inline-flex; flex-direction: column; background: rgba(59,130,246,0.05); border: 1px solid rgba(59,130,246,0.18); border-radius: 24px; padding: 7px 14px; font: inherit; font-size: 12.5px; font-weight: 600; text-align: left; color: #bfdbfe; transition: background 0.2s, border-color 0.2s, border-radius 0.2s, padding 0.2s; cursor: pointer; user-select: none; }
    .znav-pill:hover { background: rgba(59,130,246,0.1); border-color: rgba(59,130,246,0.32); }
    .znav-pill.open { background: rgba(59,130,246,0.1); border-color: rgba(59,130,246,0.38); border-radius: 14px; padding: 10px 16px; flex-basis: 100%; max-width: 480px; }
    .znav-pill-row { display: flex; align-items: center; gap: 7px; }
    .znav-pill-icon { font-size: 14px; line-height: 1; flex-shrink: 0; }
    .znav-pill-label { flex: 1; }
    .znav-pill-arrow { font-size: 11px; color: rgba(167,243,208,0.5); margin-left: 4px; transition: transform 0.2s; display: inline-block; }
    .znav-pill.open .znav-pill-arrow { transform: rotate(90deg); color: #93c5fd; }
    .znav-pill-desc { display: none; font-size: 12px; font-weight: 400; color: var(--text-muted); line-height: 1.62; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(59,130,246,0.15); }
    .znav-pill.open .znav-pill-desc { display: block; }

    /* ── Problem cards — stripped, no card feel ── */
    .problem-card.glass-card {
      background: transparent;
      border: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      box-shadow: none;
      border-top: 1px solid rgba(148, 163, 184, 0.10);
      border-radius: 0;
      padding: 28px 20px;
    }
    .problem-card.glass-card:hover {
      border-color: rgba(148, 163, 184, 0.10);
      box-shadow: none;
    }
    .problem-number {
      font-size: 2rem;
      font-weight: 600;
      color: rgba(226, 232, 240, 0.45);
    }
    .problem-grid .problem-card:last-child .problem-number {
      color: rgba(252, 165, 165, 0.60);
    }
    .problem-label {
      font-size: 15px;
      color: rgba(226, 232, 240, 0.62);
    }
    .problem-result span {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--text-muted);
    }
    .problem-result strong {
      font-size: 1.3rem;
      color: rgba(252, 165, 165, 0.65);
      margin-top: 10px;
    }
    .section-turning-point-text {
      font-size: 1rem;
      font-style: italic;
      text-transform: none;
      letter-spacing: 0.1px;
      color: rgba(226, 232, 240, 0.78);
    }
    .section-turning-point-line { opacity: 0.80; }
    .section-turning-point-line--reverse { opacity: 0.45; }

    /* ── Benefits footnote ── */
    .benefits-stat-note {
      margin-top: 20px;
      font-size: 11px;
      color: var(--text-muted);
      opacity: 0.7;
      text-align: center;
    }

    /* ── Solution pillar hub ── */
    .solution-sub { font-size: 16px; color: var(--text-muted); max-width: 560px; margin: 12px auto 0; padding-bottom: 20px; border-bottom: 1px solid rgba(96, 165, 250, 0.08); line-height: 1.65; }

    /* ── Pillar-Trio (section header badge row) ── */
    .pillar-trio {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin: 20px auto 4px;
    }
    .pillar-trio-chip {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 10px 24px;
      border: 1px solid rgba(96, 165, 250, 0.30);
      border-radius: 999px;
      background: rgba(59, 130, 246, 0.07);
      color: #f1f5f9;
      text-decoration: none;
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.01em;
      transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
    }
    .pillar-trio-chip:hover {
      background: rgba(59, 130, 246, 0.16);
      border-color: rgba(96, 165, 250, 0.55);
      transform: translateY(-1px);
    }
    .pillar-trio-icon { font-size: 1rem; line-height: 1; }
    .pillar-trio-label { color: #f1f5f9; }
    .pillar-trio-sep {
      color: rgba(148, 163, 184, 0.4);
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1;
    }
    @media (max-width: 480px) {
      .pillar-trio { gap: 4px; }
      .pillar-trio-chip { padding: 8px 12px; font-size: 0.82rem; gap: 6px; }
    }
    .visually-hidden {
      position: absolute;
      width: 1px; height: 1px;
      padding: 0; margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }
    .pillar-megacard { position: relative; max-width: 1280px; margin: 48px auto 72px; background: linear-gradient(180deg, rgba(6,11,20,0.94) 0%, rgba(9,15,26,0.98) 100%); border: 1px solid rgba(96,165,250,0.20); border-radius: 30px; overflow: hidden; box-shadow: 0 22px 52px rgba(0,0,0,0.24), 0 0 0 1px rgba(96,165,250,0.08), 0 0 28px rgba(59,130,246,0.22), 0 0 72px rgba(59,130,246,0.10); isolation: isolate; }
    .pillar-megacard::before { content: ''; position: absolute; inset: 0; background:
        radial-gradient(circle at 50% 38%, rgba(59,130,246,0.06) 0%, rgba(59,130,246,0.03) 26%, transparent 66%),
        radial-gradient(circle at 14% 16%, rgba(255,255,255,0.02) 0%, transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(255,255,255,0.02) 0%, transparent 20%);
      pointer-events: none; z-index: 0; }
    .pillar-megacard::after { content: ''; position: absolute; inset: 0; background-image:
        linear-gradient(rgba(148,163,184,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148,163,184,0.03) 1px, transparent 1px);
      background-size: 96px 96px; mask-image: radial-gradient(ellipse 78% 72% at 50% 38%, black 20%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 78% 72% at 50% 38%, black 20%, transparent 100%); opacity: 0.13; pointer-events: none; z-index: 0; }
    .pillar-megacard .solution { padding-bottom: 0; }
    .pillar-hub { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; text-align: center; margin: 28px 12px 0; padding: 12px 12px 0; position: relative; z-index: 2; align-items: end; background: linear-gradient(180deg, rgba(8,13,24,0.72) 0%, rgba(10,16,29,0.58) 100%); border: 1px solid rgba(148,163,184,0.08); border-bottom: none; border-radius: 24px 24px 0 0; box-shadow: inset 0 1px 0 rgba(255,255,255,0.015); }
    .pillar-card { position: relative; overflow: visible; min-height: 176px; background: linear-gradient(180deg, rgba(18,24,39,0.88) 0%, rgba(15,23,42,0.78) 100%); border: 1px solid rgba(148,163,184,0.12); border-bottom-color: rgba(148,163,184,0.18); border-radius: 20px 20px 0 0; padding: 18px 18px 16px; text-decoration: none; color: inherit; transition: border-color 0.22s, background 0.22s, transform 0.22s, box-shadow 0.22s; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; cursor: pointer; }
    .pillar-card:not(.active):hover { background: linear-gradient(180deg, rgba(19,27,45,0.92) 0%, rgba(15,23,42,0.82) 100%); border-color: rgba(147,197,253,0.22); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,0.14); }
    .pillar-card.active,
    .pillar-card[aria-selected="true"] { background:
        radial-gradient(circle at 16% 18%, rgba(59,130,246,0.28) 0%, rgba(59,130,246,0.14) 18%, transparent 42%),
        radial-gradient(circle at 84% 22%, rgba(139,92,246,0.22) 0%, rgba(139,92,246,0.10) 14%, transparent 34%),
        linear-gradient(180deg, rgba(8,18,37,0.96) 0%, rgba(13,28,55,0.94) 100%);
      border-color: rgba(96,165,250,0.38); border-bottom-color: transparent; border-radius: 22px 22px 0 0; margin-bottom: -12px; box-shadow: 0 0 0 1px rgba(255,255,255,0.025) inset, 0 10px 20px rgba(0,0,0,0.10), 0 0 18px rgba(59,130,246,0.12); z-index: 3; }
    .pillar-card.active::after,
    .pillar-card[aria-selected="true"]::after { content: ''; position: absolute; left: -1px; right: -1px; bottom: -12px; height: 12px; background:
        radial-gradient(circle at 16% 18%, rgba(59,130,246,0.28) 0%, rgba(59,130,246,0.14) 18%, transparent 42%),
        radial-gradient(circle at 84% 22%, rgba(139,92,246,0.22) 0%, rgba(139,92,246,0.10) 14%, transparent 34%),
        linear-gradient(180deg, rgba(8,18,37,0.96) 0%, rgba(13,28,55,0.94) 100%);
      border-left: 1px solid rgba(96,165,250,0.28); border-right: 1px solid rgba(96,165,250,0.28); border-bottom: 1px solid rgba(96,165,250,0.28); border-radius: 0 0 26px 26px; pointer-events: none; z-index: 2; }
    .pillar-card:focus-visible { outline: 2px solid rgba(147,197,253,0.65); outline-offset: 2px; }
    .pillar-card.active .pillar-card-num,
    .pillar-card[aria-selected="true"] .pillar-card-num { color: #93c5fd; }
    .pillar-card.active .pillar-card-title,
    .pillar-card[aria-selected="true"] .pillar-card-title { color: #f8fafc; }
    .pillar-card-num { font-size: 11px; font-weight: 800; color: #4a90c0; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; transition: color 0.2s; }
    .pillar-card-icon { font-size: 28px; margin-bottom: 8px; transition: transform 0.2s; }
    .pillar-card:not(.active):hover .pillar-card-icon { transform: scale(1.08); }
    .pillar-card-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 0; transition: color 0.2s; line-height: 1.25; }
    .pillar-card-desc { margin: 10px 0 0; max-width: 30ch; font-size: 12px; line-height: 1.55; color: var(--text-muted); transition: color 0.2s, opacity 0.2s; }
    .pillar-card.active .pillar-card-desc,
    .pillar-card[aria-selected="true"] .pillar-card-desc { color: rgba(226,232,240,0.82); }
    .pillar-card-cta { margin-top: auto; padding-top: 14px; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #3b82f6; transition: color 0.2s, transform 0.2s; }
    .pillar-card:not(.active):hover .pillar-card-cta { transform: translateY(1px); }
    /* ── Pillar megacard ── */
    .pillar-drawer { margin: -12px 12px 12px; background: linear-gradient(180deg, rgba(6,16,32,0.90) 0%, rgba(10,19,40,0.86) 100%); padding: 0; position: relative; z-index: 1; isolation: isolate; border: 1px solid rgba(96,165,250,0.24); border-top: 0; border-radius: 44px 44px 34px 34px; overflow: hidden; box-shadow: 0 0 0 1px rgba(96,165,250,0.08), 0 18px 32px rgba(0,0,0,0.07), 0 0 18px rgba(59,130,246,0.08); }
    .pillar-drawer::before { content: ''; position: absolute; inset: 0; background:
        radial-gradient(circle at 50% 18%, rgba(59,130,246,0.18) 0%, rgba(59,130,246,0.08) 24%, transparent 58%),
        radial-gradient(circle at 16% 24%, rgba(59,130,246,0.12) 0%, transparent 40%),
        radial-gradient(circle at 84% 26%, rgba(139,92,246,0.10) 0%, transparent 36%),
        linear-gradient(180deg, rgba(8,18,34,0.78) 0%, rgba(11,20,40,0.80) 100%);
      pointer-events: none; z-index: 0; }
    .pillar-drawer::after { content: ''; position: absolute; inset: 0; background:
        radial-gradient(circle at 0 0, rgba(96,165,250,0.42) 0%, rgba(96,165,250,0.18) 42%, transparent 78%) left top / 40px 40px no-repeat,
        radial-gradient(circle at 100% 0, rgba(96,165,250,0.42) 0%, rgba(96,165,250,0.18) 42%, transparent 78%) right top / 40px 40px no-repeat,
        linear-gradient(180deg, rgba(96,165,250,0) 0%, rgba(96,165,250,0) 34%, rgba(96,165,250,0.10) 52%, rgba(96,165,250,0.24) 100%) left top / 1px 100% no-repeat,
        linear-gradient(180deg, rgba(96,165,250,0) 0%, rgba(96,165,250,0) 34%, rgba(96,165,250,0.10) 52%, rgba(96,165,250,0.24) 100%) right top / 1px 100% no-repeat;
      pointer-events: none; z-index: 1; }
    .pillar-panel { display: none; padding: 44px 0 76px; position: relative; z-index: 2; }
    .pillar-panel[hidden] { display: none !important; }
    .pillar-panel.active { display: block; animation: pillarIn 0.3s ease; }
    .pillar-panel > .container { position: relative; z-index: 1; }
    @keyframes pillarIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
    /* ── Pillar chapter marker ── */
    .pillar-chapter-marker { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; justify-content: center; }
    .pillar-chapter-marker-num { font-size: 13px; font-weight: 800; color: #4a90c0; letter-spacing: 2px; background: rgba(74,144,192,0.1); border: 1px solid rgba(74,144,192,0.25); border-radius: 20px; padding: 4px 12px; }
    .pillar-chapter-marker-name { font-size: 13px; font-weight: 600; color: #64748b; letter-spacing: 0.5px; text-transform: uppercase; }
    /* ── Zero-Config section ── */
    .zconfig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin-top: 40px; }
    .zconfig-steps { display: flex; flex-direction: column; gap: 28px; }
    .zconfig-step { display: flex; gap: 18px; align-items: flex-start; padding: 18px 18px 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.02); }
    .zconfig-step-num { width: 34px; height: 34px; border-radius: 50%; background: rgba(74,144,192,0.12); border: 1px solid rgba(74,144,192,0.3); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #8EC8E8; flex-shrink: 0; margin-top: 2px; }
    .zconfig-step-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 5px; }
    .zconfig-step-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0; }
    .zconfig-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .zconfig-stat { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 24px 16px; text-align: center; }
    .zconfig-stat-num { display: block; font-size: 30px; font-weight: 800; color: #8EC8E8; line-height: 1.1; margin-bottom: 7px; }
    .zconfig-stat-label { font-size: 11.5px; color: var(--text-muted); line-height: 1.4; }
    /* ── Pipeline demo ── */
    .pipeline-demo { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0; margin: 0 0 48px; padding: 28px 20px; background: rgba(15,23,42,0.45); border: 1px solid rgba(74,144,192,0.18); border-radius: 20px; }
    .pipeline-sources { display: flex; flex-direction: column; gap: 9px; }
    .pipeline-source { display: flex; align-items: center; gap: 10px; padding: 8px 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; animation: none; }
    .pipeline-source:nth-child(1) { animation-delay: 0s; }
    .pipeline-source:nth-child(2) { animation-delay: 0.5s; }
    .pipeline-source:nth-child(3) { animation-delay: 1s; }
    .pipeline-source:nth-child(4) { animation-delay: 1.5s; }
    @keyframes srcHL { 0%,100% { border-color: rgba(255,255,255,0.07); } 25% { border-color: rgba(74,144,192,0.5); box-shadow: 0 0 10px rgba(74,144,192,0.12); } }
    .src-icon { font-size: 15px; flex-shrink: 0; }
    .src-name { font-size: 11px; font-weight: 700; color: var(--text); line-height: 1.2; }
    .src-schema { font-size: 9.5px; color: var(--text-muted); font-family: var(--font); opacity: 0.82; line-height: 1.35; }
    .pipeline-mid { display: flex; align-items: center; padding: 0 12px; gap: 0; }
    .pipe-flows { display: flex; flex-direction: column; gap: 13px; width: 44px; }
    .pipe-flow { height: 2px; background: rgba(74,144,192,0.12); border-radius: 1px; position: relative; overflow: hidden; }
    .pipe-flow::after { content: ''; position: absolute; top: -1px; left: 28%; height: 4px; width: 45%; background: linear-gradient(to right, transparent, rgba(74,144,192,0.55), transparent); animation: none; border-radius: 2px; }
    .pipe-flows-in .pipe-flow:nth-child(1)::after { animation-delay: 0s; }
    .pipe-flows-in .pipe-flow:nth-child(2)::after { animation-delay: 0.35s; }
    .pipe-flows-in .pipe-flow:nth-child(3)::after { animation-delay: 0.7s; }
    .pipe-flows-in .pipe-flow:nth-child(4)::after { animation-delay: 1.05s; }
    .pipe-flows-out .pipe-flow:nth-child(1)::after { animation-delay: 0.2s; }
    .pipe-flows-out .pipe-flow:nth-child(2)::after { animation-delay: 0.55s; }
    .pipe-flows-out .pipe-flow:nth-child(3)::after { animation-delay: 0.9s; }
    @keyframes flowPt { from { left: -45%; } to { left: 110%; } }
    .pipeline-ai-node { width: 76px; height: 76px; border-radius: 50%; background: rgba(74,144,192,0.15); border: 2px solid rgba(74,144,192,0.5); display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; animation: none; box-shadow: 0 0 0 6px rgba(74,144,192,0.08); }
    @keyframes aiGlw { 0%,100% { box-shadow: 0 0 0 rgba(74,144,192,0); } 50% { box-shadow: 0 0 0 8px rgba(74,144,192,0.1), 0 0 28px rgba(74,144,192,0.25); } }
    .ai-node-spark { font-size: 20px; line-height: 1; }
    .ai-node-label { max-width: 58px; font-size: 7.5px; font-weight: 800; color: #8EC8E8; letter-spacing: 0.7px; text-transform: uppercase; margin-top: 3px; line-height: 1.15; text-align: center; }
    .pipeline-output { display: flex; flex-direction: column; gap: 9px; }
    .pipeline-cdm-label { font-size: 9.5px; font-weight: 800; color: #4a90c0; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 2px; }
    .pipeline-rec { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: rgba(74,144,192,0.07); border: 1px solid rgba(74,144,192,0.2); border-radius: 10px; animation: none; opacity: 1; }
    .pipeline-rec:nth-child(2) { animation-delay: 0.4s; }
    .pipeline-rec:nth-child(3) { animation-delay: 0.8s; }
    .pipeline-rec:nth-child(4) { animation-delay: 1.2s; }
    @keyframes recRvl { 0%,100% { opacity: 0.4; } 45%,70% { opacity: 1; border-color: rgba(74,144,192,0.5); } }
    .rec-badge { font-size: 9px; font-weight: 700; color: #8EC8E8; background: rgba(74,144,192,0.15); border-radius: 6px; padding: 2px 8px; white-space: nowrap; flex-shrink: 0; }
    .rec-fields { font-size: 10px; color: var(--text-muted); font-family: var(--font); line-height: 1.4; }
    html.page-animations-paused *, html.page-animations-paused *::before, html.page-animations-paused *::after { animation-play-state: paused !important; }
    @media (max-width: 760px) { .pillar-hub { grid-template-columns: 1fr; gap: 12px; padding: 0 16px; } .pillar-card { min-height: 0; border-radius: 18px; } .pillar-card.active, .pillar-card[aria-selected="true"] { border-radius: 20px 20px 0 0; margin-bottom: -10px; } .pillar-card.active::after, .pillar-card[aria-selected="true"]::after { bottom: -10px; height: 10px; border-radius: 0 0 20px 20px; } .pillar-panel { padding: 32px 0 60px; } .pillar-drawer { margin: -10px 8px 12px; padding-top: 0; } .pillar-drawer::before { inset: 0 8px 8px; border-radius: 20px 20px 22px 22px; } .zconfig-grid { grid-template-columns: 1fr; } .pipeline-demo { grid-template-columns: 1fr; gap: 20px; } .pipeline-mid { flex-direction: row; justify-content: center; } }
    /* ── Trust + audience strip ── */
    .trust-strip-section { padding: 48px 0; }
    /* ── Metric strip (full-width below hero) ── */
    .metric-strip {
      position: relative; z-index: 1;
      border-top: 1px solid rgba(59,130,246,0.14);
      border-bottom: 1px solid rgba(59,130,246,0.10);
      background: rgba(15,23,42,0.72);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      padding: 32px 0;
    }
    .metric-strip-inner {
      display: flex; align-items: center; justify-content: center; gap: 0;
    }
    .metric-pill {
      flex: 1; max-width: 220px; text-align: center; padding: 16px 24px;
    }
    .metric-pill-val {
      font-size: clamp(1.6rem, 2.5vw, 2.2rem); font-weight: 800; line-height: 1;
      background: linear-gradient(135deg, #93c5fd 0%, #3b82f6 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
      margin-bottom: 6px;
    }
    .metric-pill-label {
      font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
      color: var(--text-muted);
    }
    .metric-pill-divider {
      width: 1px; height: 48px; background: rgba(59,130,246,0.20); flex-shrink: 0;
    }
    .metric-strip-note {
      margin: 14px auto 0;
      max-width: 760px;
      text-align: center;
      font-size: 11px;
      line-height: 1.5;
      color: var(--text-muted);
    }
    @media (max-width: 600px) {
      .metric-strip-inner { flex-direction: column; gap: 16px; }
      .metric-pill-divider { width: 40px; height: 1px; }
    }
    /* ── FINISH LINE BANNER ── */
    .uc-finish { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 36px; padding: 8px 12px; border-radius: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.4px; opacity: 0; transform: scale(0.92); transition: opacity 0.35s, transform 0.35s; margin-top: 8px; }
    .uc-finish.uc-visible { opacity: 1; transform: scale(1); }
    .uc-finish-good { background: rgba(34,197,94,0.10); border: 1px solid rgba(34,197,94,0.28); color: #bbf7d0; }
    .uc-finish-bad  { background: rgba(239,68,68,0.08);  border: 1px solid rgba(239,68,68,0.28);  color: #f87171; }
    /* step highlight — synced to demo animation */
    .flow-step.uc-step-active { background: rgba(239,68,68,0.09); border-radius: 7px; outline: 1px solid rgba(239,68,68,0.28); }
    .flow-step.uc-step-active .flow-num { background: rgba(239,68,68,0.18); color: #f87171; }
    .flow-step.uc-step-active-good { background: rgba(59,130,246,0.09); border-radius: 7px; outline: 1px solid rgba(59,130,246,0.3); }
    .flow-step.uc-step-active-good .flow-num { background: rgba(59,130,246,0.18); color: #93c5fd; }
    .flow-step.uc-step-complete-good { background: rgba(34,197,94,0.09); border-radius: 7px; outline: 1px solid rgba(34,197,94,0.28); }
    .flow-step.uc-step-complete-good .flow-num { background: rgba(34,197,94,0.16); color: #bbf7d0; }
    .flow-num-done { background: rgba(59,130,246,0.15); color: #93c5fd; border-color: rgba(59,130,246,0.3); }
    .flow-num-done-bad { background: rgba(239,68,68,0.12); color: #f87171; border-color: rgba(239,68,68,0.28); }
    /* status bar (used as inline label at bottom of results panel) */
    .uc-trad-status { font-size: 11px; padding: 5px 8px; border-radius: 5px; text-align: center; opacity: 0; transition: opacity 0.25s; margin-top: 6px; }
    .uc-trad-status.uc-visible { opacity: 1; }
    .uc-trad-status-bad { background: rgba(239,68,68,0.08); color: #f87171; border: 1px solid rgba(239,68,68,0.18); }
    .uc-trad-status-warn { background: rgba(251,191,36,0.08); color: #fcd34d; border: 1px solid rgba(251,191,36,0.18); }
    .uc-trad-status-ok { background: rgba(59,130,246,0.07); color: #93c5fd; border: 1px solid rgba(59,130,246,0.18); }
    @media (max-width: 680px) { .flow-compare-grid { grid-template-columns: 1fr; } .flow-universal-cards { grid-template-columns: 1fr; } .flow-universal-inner { padding: 28px 20px; } .flow-why { grid-template-columns: 1fr; } .uc-trad-form { grid-template-columns: 1fr; } }

    .legal-page {
      padding-top: 120px;
      padding-bottom: 80px;
    }
    .legal-page__container {
      max-width: 920px;
    }
    .legal-page__header {
      margin-bottom: 28px;
    }
    .legal-page__eyebrow {
      display: inline-flex;
      align-items: center;
      padding: 5px 12px;
      border-radius: 999px;
      background: rgba(59,130,246,0.12);
      border: 1px solid rgba(59,130,246,0.28);
      color: #bfdbfe;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .legal-page__title {
      text-align: left;
      margin-bottom: 10px;
    }
    .legal-page__subtitle {
      color: var(--text-muted);
      max-width: 72ch;
      line-height: 1.7;
    }
    .legal-card {
      background: rgba(15,23,42,0.64);
      border: 1px solid rgba(59,130,246,0.2);
      border-radius: 16px;
      padding: 24px;
      margin-bottom: 16px;
      box-shadow: 0 10px 28px rgba(2,6,23,0.24);
    }
    .legal-card__title {
      font-size: clamp(1.05rem, 2vw, 1.25rem);
      margin-bottom: 12px;
      color: #dbeafe;
      line-height: 1.35;
    }
    .legal-card p {
      margin: 0;
      color: var(--text);
      line-height: 1.75;
    }
    .legal-card p + p {
      margin-top: 12px;
    }
    .legal-card__block {
      background: rgba(15,23,42,0.42);
      border: 1px solid rgba(148,163,184,0.16);
      border-radius: 12px;
      padding: 14px 16px;
    }
    .legal-card__stack {
      display: grid;
      gap: 12px;
    }
    .legal-info-box {
      background: rgba(15,23,42,0.42);
      border: 1px solid rgba(148,163,184,0.16);
      border-radius: 12px;
      padding: 14px 16px;
    }
    .legal-info-box h3 {
      font-size: 0.98rem;
      margin-bottom: 8px;
      color: #bfdbfe;
    }
    .legal-list {
      margin: 0;
      padding-left: 20px;
      display: grid;
      gap: 8px;
      color: var(--text);
    }
    .legal-page__backlink {
      margin-top: 26px;
      font-weight: 600;
    }
    .legal-page__backlink a:hover {
      text-decoration: none;
    }
    @media (max-width: 640px) {
      .legal-page {
        padding-top: 98px;
        padding-bottom: 64px;
      }
      .legal-card {
        padding: 18px;
      }
    }

    /* ── DIDACTIC SIMPLIFICATION: Hide complex sections ──
       Sections are preserved in HTML for potential reactivation.
       Remove this block to restore the full landing page. */
    .pillar-drawer { display: none !important; }
    .mobile-early-cta { display: none !important; }

    /* Keep pillar-hub (old tabs) hidden — preserved for potential reactivation */
    .pillar-hub { display: none !important; }

    /* ── Pillar Chapters (scroll-through sections) ── */
    .pillar-chapter {
      padding: 64px 0;
      border-top: 1px solid rgba(96, 165, 250, 0.12);
      text-align: left;
    }
    .pillar-chapter .container { max-width: 680px; }
    .pillar-chapter-marker { margin-bottom: 16px; }
    .pillar-chapter-marker-num {
      font-size: 11px;
      font-weight: 800;
      color: #93c5fd;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      line-height: 1;
      background: rgba(59, 130, 246, 0.10);
      border: 1px solid rgba(96, 165, 250, 0.28);
      border-radius: 999px;
      padding: 4px 11px;
    }
    .pillar-chapter-title {
      font-size: clamp(1.85rem, 3vw, 2.15rem);
      font-weight: 700;
      line-height: 1.22;
      letter-spacing: -0.02em;
      margin-top: 12px;
      margin-bottom: 28px;
      color: #f1f5f9;
    }
    .pillar-chapter-desc {
      font-size: 1rem;
      line-height: 1.6;
      color: rgba(226,232,240,0.75);
      margin-bottom: 28px;
    }
    .pillar-chapter-points {
      list-style: none;
      padding: 0;
      margin: 0 0 28px;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .pillar-chapter-points li {
      position: relative;
      padding-left: 24px;
      font-size: 0.95rem;
      line-height: 1.6;
      color: rgba(226,232,240,0.85);
    }
    .pillar-chapter-points li::before {
      content: '→';
      position: absolute;
      left: 0;
      color: var(--accent, #3b82f6);
      font-weight: 700;
    }
    .pillar-chapter-cfo {
      font-size: 0.85rem;
      font-style: italic;
      color: rgba(148,163,184,0.7);
      border-left: 2px solid var(--accent, #3b82f6);
      padding-left: 14px;
      margin: 0;
    }

    /* ── Pillar Chapter Split-Card Redesign ── */
    .pillar-chapter-container { max-width: 1100px !important; }

    .pillar-chapter-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
    }
    .pillar-chapter-icon {
      font-size: 32px;
      line-height: 1;
      flex-shrink: 0;
    }
    .pillar-chapter-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
      margin-top: 36px;
    }

    /* ── Feature Chips ── */
    .pillar-chip-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-bottom: 20px;
    }
    .pillar-chip {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 12px 14px;
      background: rgba(15, 23, 42, 0.72);
      border: 1px solid rgba(96, 165, 250, 0.14);
      border-radius: 12px;
      transition: border-color 150ms ease, box-shadow 150ms ease;
    }
    .pillar-chip:hover {
      border-color: rgba(96, 165, 250, 0.32);
      box-shadow: 0 0 18px rgba(59, 130, 246, 0.06);
    }
    .pillar-chip-icon {
      font-size: 17px;
      line-height: 1;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .pillar-chip-label {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.45;
      color: rgba(226, 232, 240, 0.9);
    }

    /* ── Metric Chip ── */
    .pillar-metric-chip {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 18px;
      background: linear-gradient(135deg, rgba(59, 130, 246, 0.09) 0%, rgba(59, 130, 246, 0.03) 100%);
      border: 1px solid rgba(96, 165, 250, 0.22);
      border-left: 3px solid var(--accent, #3b82f6);
      border-radius: 12px;
    }
    .pillar-metric-chip--highlight .pillar-metric-value {
      font-size: 1.55rem;
      font-weight: 800;
      color: #93c5fd;
      line-height: 1;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .pillar-metric-chip .pillar-metric-label {
      font-size: 13px;
      color: rgba(226, 232, 240, 0.72);
      line-height: 1.45;
    }

    /* ── Visual Column (shared) ── */
    .pillar-visual {
      background: rgba(8, 14, 28, 0.84);
      border: 1px solid rgba(96, 165, 250, 0.16);
      border-radius: 16px;
      padding: 0;
      min-height: 240px;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22), 0 0 20px rgba(59, 130, 246, 0.05);
    }

    /* ── Chrome bar (Simpler visual) ── */
    .pv-chrome {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 7px 14px;
      background: rgba(255, 255, 255, 0.035);
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .pv-chrome-dots { display: flex; gap: 5px; }
    .pv-chrome-dots span {
      width: 9px; height: 9px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.18);
    }
    .pv-chrome-dots span:first-child  { background: rgba(255, 95, 87, 0.7); }
    .pv-chrome-dots span:nth-child(2) { background: rgba(255, 189, 46, 0.7); }
    .pv-chrome-dots span:nth-child(3) { background: rgba(39, 201, 63, 0.7); }
    .pv-chrome-url {
      font-size: 11px;
      color: rgba(255, 255, 255, 0.3);
      font-family: monospace;
      letter-spacing: 0.5px;
    }

    /* ── Simpler visual: search mockup ── */
    .pillar-visual--simpler { align-items: stretch; }
    .pv-search-bar {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 9px 13px;
      margin: 12px 14px 10px;
      background: rgba(59, 130, 246, 0.08);
      border: 1px solid rgba(59, 130, 246, 0.24);
      border-radius: 8px;
    }
    .pv-search-icon { font-size: 13px; opacity: 0.65; }
    .pv-search-typed {
      font-size: 13px;
      font-weight: 500;
      color: #dbeafe;
      font-family: monospace;
    }
    .pv-search-cursor {
      display: inline-block;
      width: 2px;
      height: 13px;
      background: #3b82f6;
      vertical-align: middle;
      animation: blink 1s step-end infinite;
    }
    @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
    .pv-result-list {
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding: 0 14px 16px;
    }
    .pv-result {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 10px;
      background: rgba(255, 255, 255, 0.025);
      border: 1px solid rgba(255, 255, 255, 0.055);
      border-radius: 8px;
    }
    .pv-result--highlight {
      background: rgba(59, 130, 246, 0.07);
      border-color: rgba(59, 130, 246, 0.22);
    }
    .pv-result-icon { font-size: 14px; flex-shrink: 0; }
    .pv-result-body { flex: 1; min-width: 0; }
    .pv-result-title {
      font-size: 12px;
      font-weight: 600;
      color: rgba(226, 232, 240, 0.9);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .pv-result-sub { font-size: 11px; color: rgba(148, 163, 184, 0.75); }
    .pv-result-badge {
      font-size: 10px;
      font-weight: 700;
      padding: 3px 8px;
      background: rgba(59, 130, 246, 0.12);
      border: 1px solid rgba(59, 130, 246, 0.28);
      border-radius: 20px;
      color: #93c5fd;
      flex-shrink: 0;
      white-space: nowrap;
    }

    /* ── Faster visual: before/after compare ── */
    .pillar-visual--faster { padding: 20px; align-items: stretch; }
    .pv-compare {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
    }
    .pv-compare-col { display: flex; flex-direction: column; gap: 6px; }
    .pv-compare-header { margin-bottom: 4px; }
    .pv-compare-tag {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 3px 10px;
      border-radius: 20px;
    }
    .pv-compare-tag--bad {
      background: rgba(239, 68, 68, 0.12);
      border: 1px solid rgba(239, 68, 68, 0.25);
      color: #fca5a5;
    }
    .pv-compare-tag--good {
      background: rgba(59, 130, 246, 0.12);
      border: 1px solid rgba(59, 130, 246, 0.28);
      color: #93c5fd;
    }
    .pv-compare-steps { display: flex; flex-direction: column; gap: 3px; }
    .pv-cstep {
      font-size: 11px;
      padding: 5px 8px;
      border-radius: 6px;
      font-weight: 500;
    }
    .pv-cstep--bad {
      background: rgba(239, 68, 68, 0.07);
      border: 1px solid rgba(239, 68, 68, 0.16);
      color: rgba(252, 165, 165, 0.85);
    }
    .pv-cstep--good {
      background: rgba(59, 130, 246, 0.08);
      border: 1px solid rgba(59, 130, 246, 0.2);
      color: #93c5fd;
    }
    .pv-cstep-arrow {
      font-size: 10px;
      color: rgba(148, 163, 184, 0.4);
      text-align: center;
      padding: 0 4px;
    }
    .pv-compare-stat {
      font-size: 13px;
      font-weight: 800;
      margin-top: 6px;
      padding: 5px 8px;
      border-radius: 8px;
      text-align: center;
    }
    .pv-compare-stat--bad  { background: rgba(239, 68, 68, 0.1);  color: #fca5a5; }
    .pv-compare-stat--good { background: rgba(59, 130, 246, 0.12); color: #93c5fd; }
    .pv-compare-vs {
      font-size: 11px;
      font-weight: 700;
      color: rgba(148, 163, 184, 0.65);
      padding-top: 22px;
      text-transform: uppercase;
    }

    /* ── Smarter visual: AI bubble ── */
    .pillar-visual--smarter { padding: 20px; align-items: stretch; }
    .pv-ai { display: flex; flex-direction: column; gap: 10px; width: 100%; }
    .pv-ai-context { display: flex; flex-wrap: wrap; gap: 6px; }
    .pv-ai-chip {
      font-size: 11px;
      padding: 3px 10px;
      background: rgba(59, 130, 246, 0.08);
      border: 1px solid rgba(59, 130, 246, 0.18);
      border-radius: 20px;
      color: #93c5fd;
      font-weight: 500;
    }
    .pv-ai-bubble {
      background: rgba(10, 18, 40, 0.9);
      border: 1px solid rgba(96, 165, 250, 0.28);
      border-radius: 12px;
      padding: 13px 15px;
      box-shadow: 0 0 20px rgba(59, 130, 246, 0.08);
    }
    .pv-ai-bubble-header { margin-bottom: 8px; }
    .pv-ai-badge {
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      padding: 3px 10px;
      background: rgba(59, 130, 246, 0.14);
      border: 1px solid rgba(59, 130, 246, 0.32);
      border-radius: 20px;
      color: #93c5fd;
    }
    .pv-ai-bubble-text {
      font-size: 13px;
      line-height: 1.5;
      color: rgba(226, 232, 240, 0.9);
      margin-bottom: 11px;
    }
    .pv-ai-bubble-actions { display: flex; gap: 7px; border-top: 1px solid rgba(96, 165, 250, 0.10); padding-top: 10px; margin-top: 4px; }
    .pv-ai-action-btn {
      font-size: 11px;
      font-weight: 700;
      padding: 5px 13px;
      border-radius: 20px;
      cursor: default;
    }
    .pv-ai-action-btn--primary {
      background: linear-gradient(135deg, #3b82f6, #2563eb);
      color: #fff;
    }
    .pv-ai-action-btn:not(.pv-ai-action-btn--primary) {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(148, 163, 184, 0.85);
    }

    /* ── Mobile: stack visual above copy ── */
    @media (max-width: 767px) {
      .pillar-chapter-inner {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .pillar-chapter-inner .pillar-visual { order: -1; }
      .pillar-chip-grid { grid-template-columns: 1fr 1fr; }
      .pv-compare {
        grid-template-columns: 1fr;
        gap: 8px;
      }
      .pv-compare-vs { display: none; }
      .pv-compare-col--good { margin-top: 8px; }
    }

