:root {
    --brand: #1d6fe8;
    --brand-strong: #1558c4;
    --brand-soft: #eaf2ff;
    --brand-tint: #f5f9ff;
    --navy: #0d1c2e;
    --navy-2: #091422;
    --navy-3: #14243a;
    --ink: #0d1c2e;
    --ink-2: #29384a;
    --muted: #5a6e80;
    --faint: #64748b;
    --line: #e6ecf3;
    --line-2: #eef2f7;
    --bg: #ffffff;
    --bg-soft: #f5f8fc;
    --green: #16a34a;
    --green-soft: #e6f6ec;
    --amber: #d97706;
    --amber-soft: #fdf3e1;
    --red: #dc2626;
    --red-soft: #fdecec;
    --radius: 8px;
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  html {
    background: #ffffff;
  }
  body {
    font-family: "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;
    color: var(--ink);
    background: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "ss01", "cv11";
    line-height: 1.45;
  }
  h1, h2, h3, h4 { font-family: "Geist", ui-sans-serif, system-ui; font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; margin: 0; color: var(--ink); }
  p { margin: 0; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; }
  ::selection { background: #d6e6ff; color: var(--ink); }

  /* Hero display font */
  .display { font-family: "Geist", ui-sans-serif, system-ui; font-weight: 600; letter-spacing: -0.035em; }

  /* Page max + section paddings */
  .wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
  .wrap-narrow { max-width: 920px; margin: 0 auto; padding: 0 28px; }
  .section { padding: 96px 0; position: relative; }
  .section-tight { padding: 64px 0; }

  /* Buttons */
  .btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px; font-weight: 500; font-size: 15px; border: 0; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; white-space: nowrap; }
  .btn-primary { background: var(--brand); color: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 8px 24px -10px rgba(29,111,232,.55); }
  .btn-primary:hover { background: var(--brand-strong); transform: translateY(-1px); }
  .btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }
  .btn-ghost:hover { border-color: #c8d2dd; }
  .btn-dark { background: var(--ink); color: #fff; }
  .btn-dark:hover { background: #000; }
  a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(29,111,232,.45); outline-offset: 3px; }
  .btn:focus-visible, .pillnav a:focus-visible, .store-badge:focus-visible, footer a:focus-visible { box-shadow: 0 0 0 4px rgba(29,111,232,.16); }

  /* Pill nav */
  .pillnav { position: fixed; top: 16px; left: 0; right: 0; z-index: 50; display: flex; justify-content: center; padding: 0 16px; pointer-events: none; }
  .pillnav-inner { pointer-events: auto; display: flex; align-items: center; gap: 6px; padding: 6px 6px 6px 14px; background: rgba(255,255,255,.48); backdrop-filter: blur(24px) saturate(200%); -webkit-backdrop-filter: blur(24px) saturate(200%); border: 1px solid rgba(13,28,46,.08); border-radius: 999px; box-shadow: 0 1px 0 rgba(13,28,46,.04), 0 18px 40px -24px rgba(13,28,46,.18); }
  .pillnav a { padding: 8px 12px; font-size: 14px; color: var(--ink-2); border-radius: 999px; }
  .pillnav a:hover { background: rgba(13,28,46,.05); color: var(--ink); }
  .navlogo { display: flex; align-items: center; gap: 8px; padding-right: 8px; margin-right: 4px; border-right: 1px solid rgba(13,28,46,.08); }
  .navlogo .mark { width: 26px; height: 26px; object-fit: contain; }
  .navlogo .name { font-size: 14px; font-weight: 600; color: var(--ink); letter-spacing: -0.005em; }

  /* Hero */
  .hero { padding-top: 96px; padding-bottom: 0; position: relative; overflow: hidden; background: linear-gradient(180deg, #dce9ff 0%, #e8f3ff 12%, #f0f7ff 30%, #f6faff 55%, #ffffff 88%); }
  .hero::before { content: ""; position: absolute; inset: -200px 0 0 0; background:
    radial-gradient(60% 50% at 50% 0%, rgba(29,111,232,.10), transparent 70%),
    radial-gradient(40% 30% at 80% 10%, rgba(29,111,232,.06), transparent 70%);
    pointer-events: none; }
  .hero-grid-bg { position: absolute; inset: 0; background-image:
    linear-gradient(to right, rgba(13,28,46,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(13,28,46,.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
    pointer-events: none; animation: gridPan 60s linear infinite; }
  @keyframes gridPan { 0% { background-position: 0 0; } 100% { background-position: 56px 56px; } }

  /* Hero big glow ball — anchored at card level, brand blue only */
  .hero-blob {
    position: absolute; z-index: 0; pointer-events: none;
    width: 1300px; height: 900px;
    top: 0; left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(ellipse,
      rgba(29,111,232,1.00) 0%,
      rgba(29,111,232,0.80) 20%,
      rgba(29,111,232,0.52) 42%,
      rgba(29,111,232,0.22) 62%,
      transparent 80%);
    filter: blur(44px);
    animation: blobPulse 6s ease-in-out infinite;
  }
  @keyframes blobPulse {
    0%,100% { transform: translateX(-50%) scale(1.00); opacity: .85; }
    50%      { transform: translateX(-50%) scale(1.18); opacity: 1.00; }
  }

  /* Floating particles behind hero stack */
  .hero-particles { position: absolute; inset: 0; pointer-events: none; }
  .hero-particles i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: rgba(29,111,232,.35); box-shadow: 0 0 12px rgba(29,111,232,.5); }
  .hero-particles i:nth-child(1) { top: 18%; left: 12%; animation: floatP 7s ease-in-out infinite; }
  .hero-particles i:nth-child(2) { top: 38%; left: 88%; width: 4px; height: 4px; animation: floatP 9s ease-in-out infinite .8s; }
  .hero-particles i:nth-child(3) { top: 62%; left: 6%; animation: floatP 8s ease-in-out infinite 1.4s; }
  .hero-particles i:nth-child(4) { top: 75%; left: 92%; width: 5px; height: 5px; animation: floatP 11s ease-in-out infinite .3s; }
  .hero-particles i:nth-child(5) { top: 28%; left: 50%; width: 3px; height: 3px; background: rgba(124,77,255,.5); animation: floatP 10s ease-in-out infinite 2s; }
  .hero-particles i:nth-child(6) { top: 80%; left: 30%; animation: floatP 9s ease-in-out infinite 1s; }
  @keyframes floatP { 0%,100% { transform: translate(0,0); opacity: .4; } 50% { transform: translate(20px,-30px); opacity: 1; } }

  .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; color: var(--ink-2); box-shadow: 0 1px 0 rgba(13,28,46,.03); }
  .hero-eyebrow .dot { width: 18px; height: 18px; border-radius: 999px; background: var(--brand); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 10px; font-weight: 700; }

  .hero-h1 { font-size: clamp(44px, 7.8vw, 96px); line-height: .96; letter-spacing: -0.04em; font-weight: 600; max-width: 12ch; margin: 0 auto; text-align: center; }
  .hero-h1 .accent { color: var(--brand); display: inline-block; min-height: 1em; }
  .hero-h1 .cursor { display: inline-block; width: 4px; height: .85em; background: var(--brand); margin-left: 6px; vertical-align: -0.05em; animation: blink 1.05s steps(2) infinite; border-radius: 2px; }
  @keyframes blink { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: 0; } }

  .hero-sub { margin-top: 22px; max-width: 640px; text-align: center; font-size: 19px; color: var(--muted); line-height: 1.5; }
  .hero-sub b { color: var(--ink); font-weight: 500; }
  .hero-ctas { margin-top: 28px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
  .hero-trust { margin-top: 22px; display: flex; align-items: center; gap: 14px; justify-content: center; font-size: 13px; color: var(--faint); }
  .hero-trust .av { display: inline-flex; }
  .hero-trust .av span { width: 22px; height: 22px; border-radius: 999px; border: 2px solid #fff; margin-left: -6px; background: var(--brand-soft); display: inline-block; overflow: hidden; }
  .hero-trust .av span img { width: 100%; height: 100%; object-fit: cover; display: block; }

  /* Hero stack — layered windows */
  .hero-stack { position: relative; margin: 64px auto 0; max-width: 1180px; padding: 0 16px; min-height: 560px; }
  .hero-stack-inner { position: relative; transform: translateY(0); }
  .winshell { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 2px 0 rgba(13,28,46,.02), 0 30px 60px -25px rgba(13,28,46,.18), 0 60px 120px -40px rgba(13,28,46,.18); overflow: hidden; }
  .wintab { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: #fbfcfe; font-size: 12px; color: var(--muted); }
  .wintab .dots { display: flex; gap: 5px; margin-right: 8px; }
  .wintab .dots i { width: 10px; height: 10px; border-radius: 999px; background: #e6ecf3; display: inline-block; }
  .wintab .url { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 4px 10px; color: var(--ink-2); font-family: "Geist Mono", ui-monospace, monospace; font-size: 11px; }

  .stack-card { position: absolute; }
  .stack-back { left: 0; top: 0; width: 60%; transform: rotate(-2deg); opacity: .9; }
  .stack-mid { left: 18%; top: 28px; width: 70%; transform: rotate(0.5deg); }
  .stack-front { left: 8%; top: 60px; width: 86%; }

  .hero-bottom-fade { position: absolute; left: 0; right: 0; bottom: -1px; height: 140px; background: linear-gradient(to bottom, transparent, #fff); pointer-events: none; }

  /* Hero proof imagery */
  .proof-img { display: block; width: 100%; height: auto; }

  /* Floating chips around hero stack */
  .chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 6px 18px -8px rgba(13,28,46,.18); font-size: 13px; color: var(--ink); animation: chipIn .6s ease both; }
  .chip i { width: 16px; height: 16px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 10px; font-weight: 700; }
  .chip .ok { background: var(--green); }
  .chip .blue { background: var(--brand); }
  .chip .amber { background: var(--amber); }
  @keyframes chipIn { from { opacity: 0; transform: translateY(8px) scale(.96); } to { opacity: 1; transform: none; } }

  /* Dark service strip */
  .dark-strip { background: linear-gradient(180deg, #0a1727 0%, #060f1c 100%); color: #cdd6e1; padding: 48px 0; position: relative; overflow: hidden; }
  .dark-strip::before { content: ""; position: absolute; inset: 0; background:
      radial-gradient(50% 60% at 50% 0%, rgba(29,111,232,.20), transparent 60%);
      pointer-events: none; }
  .dark-strip-title { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #6f8298; text-align: center; margin-bottom: 24px; padding: 0 28px; }

  /* Running marquee strip */
  .ds-marquee-wrap { position: relative; overflow: hidden; max-width: 860px; margin: 0 auto; padding: 4px 0; }
  .ds-track {
    display: flex; gap: 0; width: max-content;
    animation: dsScroll 26s linear infinite;
  }
  .ds-track:hover { animation-play-state: paused; }
  @keyframes dsScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
  }
  .dark-strip .item { display: inline-flex; align-items: center; gap: 9px; padding: 10px 22px; color: #e6edf6; font-size: 15px; font-weight: 500; white-space: nowrap; }
  .dark-strip .item svg { opacity: .8; }
  .ds-fade-l, .ds-fade-r { position: absolute; top: 0; bottom: 0; width: 80px; pointer-events: none; z-index: 2; }
  .ds-fade-l { left: 0;  background: linear-gradient(to right, #0a1727, transparent); }
  .ds-fade-r { right: 0; background: linear-gradient(to left,  #0a1727, transparent); }

  /* Pain section */
  .pain { background: var(--brand-tint); }
  .section-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--brand); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
  .section-h2 { font-size: clamp(34px, 5.2vw, 56px); letter-spacing: -0.035em; line-height: 1.02; }
  .section-lede { margin-top: 14px; font-size: 19px; color: var(--muted); max-width: 56ch; line-height: 1.55; }

  .pain-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: 48px; }
  .pain-card { grid-column: span 6; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; position: relative; }
  .pain-card:hover { border-color: rgba(29,111,232,.4); box-shadow: 0 18px 40px -22px rgba(29,111,232,.4); transform: translateY(-2px); }
  .pain-card .num { font-family: "Geist Mono", ui-monospace, monospace; font-size: 12px; color: var(--faint); letter-spacing: .08em; }
  .pain-card h3 { font-size: 22px; margin-top: 4px; letter-spacing: -0.02em; }
  .pain-card p { color: var(--muted); margin-top: 8px; font-size: 15px; }
  .pain-card .fix { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding: 10px 12px; background: var(--brand-soft); color: var(--brand); border-radius: 8px; font-size: 13.5px; font-weight: 500; opacity: 0; max-height: 0; transform: translateY(-6px); transition: all .25s ease; overflow: hidden; }
  .pain-card:hover .fix { opacity: 1; max-height: 80px; transform: none; }
  .pain-card .fix svg { flex: 0 0 auto; }
  .pain-card.wide { grid-column: span 12; }
  @media (max-width: 820px) { .pain-card, .pain-card.wide { grid-column: span 12; } }

  .pain-closer { margin-top: 32px; padding: 28px; background: #fff; border: 1px dashed var(--line); border-radius: 14px; text-align: center; color: var(--ink-2); font-size: 17px; }
  .pain-closer b { color: var(--ink); font-weight: 600; }

  /* Workflow — vertical activity feed */
  .workflow { background: #fff; position: relative; overflow: hidden; }
  .workflow::before { content: ""; position: absolute; left: 50%; top: 100px; bottom: 80px; width: 1200px; max-width: 90%; transform: translateX(-50%); background: radial-gradient(60% 50% at 50% 50%, rgba(29,111,232,.05), transparent 70%); pointer-events: none; }
  .wf-snake { margin-top: 56px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 64px 32px; }
  .wf-snake-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: visible; }
  .wf-snake-svg path { fill: none; stroke: url(#wfStroke); stroke-width: 2; stroke-dasharray: 6 7; stroke-linecap: round; vector-effect: non-scaling-stroke; }
  .wf-step { position: relative; z-index: 1; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; min-height: 168px; display: flex; flex-direction: column; gap: 10px; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; opacity: 1; transform: none; }
  .wf-snake.in .wf-step { opacity: 1; transform: none; transition: opacity .5s ease, transform .5s ease, border-color .25s ease, box-shadow .25s ease; }
  .wf-snake.in .wf-step:nth-child(1) { transition-delay: 0s; }
  .wf-snake.in .wf-step:nth-child(2) { transition-delay: .08s; }
  .wf-snake.in .wf-step:nth-child(3) { transition-delay: .16s; }
  .wf-snake.in .wf-step:nth-child(4) { transition-delay: .24s; }
  .wf-snake.in .wf-step:nth-child(5) { transition-delay: .32s; }
  .wf-snake.in .wf-step:nth-child(6) { transition-delay: .40s; }
  .wf-snake.in .wf-step:nth-child(7) { transition-delay: .48s; }
  .wf-snake.in .wf-step:nth-child(8) { transition-delay: .56s; }
  .wf-step:hover { border-color: rgba(29,111,232,.35); box-shadow: 0 22px 44px -28px rgba(29,111,232,.32); transform: translateY(-2px); }
  .wf-step:nth-child(4) { grid-column: 3; grid-row: 2; }
  .wf-step:nth-child(5) { grid-column: 2; grid-row: 2; }
  .wf-step:nth-child(6) { grid-column: 1; grid-row: 2; }
  .wf-step:nth-child(7) { grid-column: 1; grid-row: 3; }
  .wf-step:nth-child(8) { grid-column: 2; grid-row: 3; }
  .wf-step__head { display: flex; align-items: center; gap: 12px; }
  .wf-step__icon { width: 38px; height: 38px; border-radius: 10px; background: var(--brand-soft); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .wf-step__num { font-family: "Geist Mono", monospace; font-size: 13px; color: var(--brand); letter-spacing: .04em; font-weight: 500; }
  .wf-step h3 { font-size: 16px; letter-spacing: -0.01em; line-height: 1.3; }
  .wf-step p { color: var(--muted); font-size: 13.5px; line-height: 1.55; }
  .wf-step__auto { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; color: var(--brand); font-size: 12px; font-weight: 500; }
  @media (max-width: 880px) {
    .wf-snake { grid-template-columns: 1fr; gap: 16px; }
    .wf-snake-svg { display: none; }
    .wf-step:nth-child(4), .wf-step:nth-child(5), .wf-step:nth-child(6), .wf-step:nth-child(7), .wf-step:nth-child(8) { grid-column: 1; grid-row: auto; }
  }

  /* Feature rows */
  .feat-row { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: center; padding: 40px 0; }
  .feat-row.flip { grid-template-columns: 1.2fr 1fr; }
  .feat-row.flip .feat-copy { order: 2; }
  .feat-row.flip .feat-vis { order: 1; }
  @media (max-width: 980px) { .feat-row, .feat-row.flip { grid-template-columns: 1fr; gap: 32px; }
    .feat-row.flip .feat-copy { order: 1; } .feat-row.flip .feat-vis { order: 2; } }
  .feat-eyebrow { color: var(--brand); font-size: 13px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
  .feat-h3 { font-size: clamp(28px, 3.6vw, 44px); letter-spacing: -0.03em; margin-top: 8px; line-height: 1.05; }
  .feat-p { margin-top: 14px; color: var(--muted); font-size: 17px; line-height: 1.55; }
  .feat-bullets { margin-top: 18px; display: flex; flex-direction: column; gap: 8px; }
  .feat-bullets li { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-2); font-size: 15px; list-style: none; }
  .feat-bullets li svg { flex: 0 0 auto; margin-top: 3px; color: var(--brand); }
  .feat-bullets { padding: 0; margin-left: 0; }

  .feat-vis { position: relative; }
  .feat-vis .frame { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 2px 0 rgba(13,28,46,.02), 0 30px 60px -25px rgba(13,28,46,.18); overflow: hidden; }
  .feat-vis .frame img { display: block; width: 100%; height: auto; }
  .feat-vis .badge { position: absolute; top: -16px; right: 18px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 13px; box-shadow: 0 10px 24px -10px rgba(13,28,46,.18); }

  /* Outcomes */
  .outcomes { background: var(--brand-tint); }
  .out-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
  .out-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px; min-height: 168px; display: flex; flex-direction: column; justify-content: space-between; }
  .out-card .ic { width: 36px; height: 36px; border-radius: 8px; background: var(--brand-soft); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; }
  .out-card h4 { font-size: 16px; letter-spacing: -0.01em; line-height: 1.2; margin-top: 12px; }
  .out-card .bar { margin-top: 14px; height: 6px; border-radius: 999px; background: #eef2f7; overflow: hidden; }
  .out-card .bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--brand), #6aa9ff); border-radius: 999px; transform: translateX(-100%); transition: transform 1.4s cubic-bezier(.2,.7,.2,1); }
  .out-card.in .bar i { transform: translateX(0); }
  .out-card .stat { font-family: "Geist Mono", ui-monospace, monospace; font-size: 13px; color: var(--muted); margin-top: 8px; }
  @media (max-width: 980px) { .out-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .out-grid { grid-template-columns: 1fr; } }

  /* Dark deep dive */
  .deep { background: linear-gradient(180deg, #0a1727 0%, #050d1a 100%); color: #d6dfeb; padding: 120px 0; position: relative; overflow: hidden; }
  .deep::before { content: ""; position: absolute; inset: 0; background:
      radial-gradient(60% 50% at 50% 0%, rgba(29,111,232,.22), transparent 60%),
      radial-gradient(40% 30% at 90% 100%, rgba(29,111,232,.12), transparent 60%);
      pointer-events: none; }
  .deep h2 { color: #fff; }
  .deep .section-lede { color: #93a4b8; }
  .deep-shot { margin-top: 56px; position: relative; max-width: 1100px; margin-left: auto; margin-right: auto; }
  .deep-shot .frame { background: #0d1c2e; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; overflow: hidden; box-shadow: 0 60px 120px -30px rgba(0,0,0,.6), 0 0 0 1px rgba(29,111,232,.06); }
  .deep-shot .frame img { display: block; width: 100%; height: auto; }
  .deep-pin { position: absolute; display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: rgba(13,28,46,.85); border: 1px solid rgba(255,255,255,.1); color: #d6dfeb; backdrop-filter: blur(8px); border-radius: 999px; font-size: 13px; cursor: default; transition: transform .2s ease, border-color .2s ease; }
  .deep-pin:hover { border-color: rgba(29,111,232,.6); transform: translateY(-2px); }
  .deep-pin .dot { width: 8px; height: 8px; background: var(--brand); border-radius: 999px; box-shadow: 0 0 0 4px rgba(29,111,232,.25); }

  /* Integrations */
  .integ { background: #fff; position: relative; overflow: hidden; }
  .integ-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at center, rgba(13,28,46,.05) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, #000 30%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, #000 30%, transparent 80%); }
  .integ-marquee { margin-top: 56px; position: relative; overflow: hidden; padding: 4px 0; }
  .integ-track { display: flex; gap: 28px; width: max-content; }
  .integ-track.left { animation: scroll-left 40s linear infinite; }
  .integ-track.right { animation: scroll-right 45s linear infinite; margin-top: 22px; }
  @keyframes scroll-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
  @keyframes scroll-right { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
  .integ-bubble { width: 72px; height: 72px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(13,28,46,.03), 0 10px 26px -14px rgba(13,28,46,.16); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
  .integ-bubble:hover { transform: translateY(-3px) scale(1.04); border-color: rgba(29,111,232,.4); box-shadow: 0 18px 36px -16px rgba(29,111,232,.4); }
  .integ-bubble img { width: 38px; height: 38px; object-fit: contain; }
  .integ-fade-l, .integ-fade-r { position: absolute; top: 0; bottom: 0; width: 140px; pointer-events: none; z-index: 2; }
  .integ-fade-l { left: 0; background: linear-gradient(to right, #fff, transparent); }
  .integ-fade-r { right: 0; background: linear-gradient(to left, #fff, transparent); }

  /* FAQ */
  .faq { background: var(--bg); }
  .faq-list { margin-top: 38px; display: grid; gap: 12px; }
  .faq-item { border: 1px solid var(--line); border-radius: 8px; padding: 0; background: #fff; box-shadow: 0 1px 0 rgba(13,28,46,.03); overflow: hidden; }
  .faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-size: 19px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after { content: "+"; width: 24px; height: 24px; border-radius: 999px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--brand); font-size: 18px; line-height: 1; flex: none; }
  .faq-item[open] summary::after { content: "-"; }
  .faq-item p { padding: 0 24px 22px; color: var(--muted); line-height: 1.6; font-size: 15.5px; }

  /* Final CTA */
  .final { padding: 96px 0 0 0; }
  .final-card { background: linear-gradient(180deg, #0d1c2e 0%, #050d1a 100%); color: #d6dfeb; border-radius: 24px; padding: 72px 56px; text-align: center; position: relative; overflow: hidden; }
  .final-card::before { content:""; position:absolute; inset:0; background: radial-gradient(60% 60% at 50% 0%, rgba(29,111,232,.30), transparent 60%); pointer-events:none; }
  .final-card h2 { color: #fff; font-size: clamp(34px, 5vw, 60px); letter-spacing: -0.035em; max-width: 22ch; margin: 0 auto; line-height: 1.05; }
  .final-card p { margin: 18px auto 0; color: #93a4b8; max-width: 60ch; font-size: 18px; }
  .final-card .ctas { margin-top: 28px; display: inline-flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
  .final-stack { margin-top: 40px; display: inline-flex; flex-direction: column; gap: 8px; align-items: stretch; min-width: 320px; }
  .final-stack .row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 14px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); border-radius: 10px; font-size: 14px; color: #cbd6e3; }
  .final-stack .row .left { display: flex; align-items: center; gap: 10px; }
  .final-stack .row .ok { width: 16px; height: 16px; border-radius: 999px; background: var(--green); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 9px; font-weight: 800; }
  .final-stack .row .pending { background: var(--amber); }

  /* Footer */
  footer { padding: 64px 0 32px; color: var(--muted); font-size: 14px; }
  footer .row { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
  footer .brand-block { max-width: 360px; display: grid; gap: 10px; }
  footer .brand-row { display: flex; align-items: center; gap: 8px; }
  footer .brand-desc { color: var(--muted); line-height: 1.55; }
  footer nav { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
  footer .footer-links { list-style: none; padding: 0; margin: 0; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
  footer .footer-links a:hover { color: var(--ink); }
  footer .links { display: flex; gap: 18px; align-items: center; }
  footer .socials { display: flex; align-items: center; gap: 10px; margin-left: 6px; }
  footer .social { width: 32px; height: 32px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; transition: transform .15s ease, filter .15s ease; }
  footer .social:hover { transform: translateY(-2px); filter: brightness(1.1); }
  footer .social svg { width: 16px; height: 16px; }
  footer .social.instagram { background: linear-gradient(135deg, #FEDA77 0%, #F58529 25%, #DD2A7B 50%, #8134AF 75%, #515BD4 100%); }
  footer .social.facebook { background: #1877F2; }
  footer .social.tiktok { background: #010101; }
  footer .bottom { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; justify-content: center; }
  .store-badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; background: #0d1c2e; border: 1px solid #0d1c2e; border-radius: 10px; color: #fff; text-decoration: none; transition: transform .15s ease, background .15s ease; }
  .store-badge:hover { background: #000; transform: translateY(-2px); }
  .store-badge svg { width: 20px; height: 20px; flex: none; }
  .store-badge .store-badge-text { display: flex; flex-direction: column; line-height: 1.1; }
  .store-badge .store-badge-sub { font-size: 10px; font-weight: 400; color: #d6dfeb; }
  .store-badge .store-badge-name { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; color: #fff; }

  /* Booking modal */
  .modal-shade { position: fixed; inset: 0; background: rgba(8,16,28,.55); display: none; align-items: center; justify-content: center; z-index: 100; padding: 16px; }
  .modal-shade.open { display: flex; animation: fade .18s ease both; }
  @keyframes fade { from { opacity: 0; } to { opacity: 1; }}
  .modal { background: #fff; border-radius: 16px; max-width: 460px; width: 100%; padding: 28px; box-shadow: 0 30px 80px -20px rgba(8,16,28,.6); }
  .modal h3 { font-size: 22px; letter-spacing: -0.02em; }
  .modal p { margin-top: 6px; color: var(--muted); font-size: 14.5px; }
  .modal .field { margin-top: 14px; }
  .modal .field label { display: block; font-size: 12px; color: var(--ink-2); margin-bottom: 6px; font-weight: 500; }
  .modal .field input, .modal .field select { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; font: inherit; color: var(--ink); background: #fff; }
  .modal .field input:focus, .modal .field select:focus { outline: 2px solid var(--brand-soft); border-color: var(--brand); }
  .modal .actions { margin-top: 18px; display: flex; gap: 8px; justify-content: flex-end; }
  .modal .close { position: absolute; }

  /* Misc */
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }

  /* In-page mock-UI styles for hero + chat demo + status panel + dispatch panel */
  .mock { font-family: "Geist", system-ui; color: var(--ink); }
  .mock-shell { display: grid; grid-template-columns: 220px 1fr; background: #fff; border-radius: 14px; overflow: hidden; }
  .mock-side { background: linear-gradient(180deg,#0d1c2e 0%, #091422 100%); color: #cdd6e1; padding: 18px 14px; min-height: 480px; }
  .mock-side .brandrow { display:flex; align-items:center; gap:8px; padding: 4px 6px 18px; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 14px; }
  .mock-side .brandrow .mark { width: 24px; height: 24px; }
  .mock-side .brandrow .name { color:#fff; font-weight: 600; font-size: 14px; }
  .mock-side .brandrow .sub { font-size: 9px; color: #6f8298; letter-spacing: .14em; text-transform: uppercase; }
  .mock-side .createbtn { display:flex; align-items:center; justify-content:space-between; padding:9px 12px; border-radius: 8px; background: var(--brand); color:#fff; font-size:13px; font-weight:500; margin-bottom: 12px; }
  .mock-side .group { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #6f8298; padding: 14px 8px 8px; }
  .mock-side ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap: 1px; }
  .mock-side ul li { display:flex; align-items:center; gap:10px; padding: 8px 10px; border-radius: 7px; font-size: 13px; color: #b8c5d4; }
  .mock-side ul li.active { background: rgba(29,111,232,.18); color: #fff; }
  .mock-side ul li .badge { margin-left: auto; background: var(--brand); color:#fff; font-size: 9.5px; font-weight: 600; padding: 1.5px 6px; border-radius: 4px; letter-spacing: .04em; }
  .mock-main { padding: 18px 22px; min-height: 480px; background: #fff; }
  .mock-topbar { display:flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
  .mock-topbar .org { display:flex; align-items:center; gap:6px; font-size: 13px; color: var(--ink-2); }
  .mock-topbar .search { flex: 1; max-width: 380px; padding: 7px 12px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px; font-size: 12.5px; color: var(--faint); }
  .mock-topbar .icons { margin-left:auto; display:flex; gap: 10px; align-items:center; color: var(--muted); }
  .mock-topbar .avatar { width: 28px; height: 28px; border-radius: 999px; background: var(--brand); color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size: 11px; font-weight: 600; }

  /* iPhone mock */
  .iphone { width: 280px; aspect-ratio: 280 / 580; border-radius: 36px; background: #0d1c2e; padding: 8px; box-shadow: 0 30px 70px -20px rgba(13,28,46,.45), 0 0 0 1px rgba(13,28,46,.12); }
  .iphone-screen { background: #fff; border-radius: 28px; height: 100%; overflow: hidden; display: flex; flex-direction: column; position: relative; }
  .iphone-statusbar { display: flex; justify-content: space-between; padding: 14px 22px 8px; font-size: 11px; font-weight: 600; color: var(--ink); }
  .iphone-statusbar .notch { position: absolute; left:50%; top: 6px; width: 90px; height: 24px; background: #0d1c2e; border-radius: 999px; transform: translateX(-50%); }
  .iphone-header { padding: 6px 16px 10px; border-bottom: 1px solid var(--line-2); display: flex; align-items: center; gap: 10px; }
  .iphone-header .av { width: 32px; height: 32px; border-radius: 999px; background: var(--brand-soft); color: var(--brand); display:inline-flex; align-items:center; justify-content:center; }
  .iphone-header .name { font-size: 13px; font-weight: 600; }
  .iphone-header .sub { font-size: 10.5px; color: var(--brand); }
  .imsg-thread { flex: 1; padding: 10px 12px 10px; display: flex; flex-direction: column; gap: 8px; overflow: hidden; }
  .imsg { max-width: 80%; padding: 8px 12px; border-radius: 16px; font-size: 12.5px; line-height: 1.35; }
  .imsg.me { align-self: flex-end; background: var(--brand); color: #fff; border-bottom-right-radius: 4px; }
  .imsg.them { align-self: flex-start; background: #f1f3f7; color: var(--ink); border-bottom-left-radius: 4px; }
  .imsg .ts { display: block; font-size: 9px; opacity: .65; margin-top: 2px; }
  .iphone-input { padding: 8px 12px 12px; border-top: 1px solid var(--line-2); display: flex; align-items: center; gap: 6px; }
  .iphone-input .box { flex: 1; padding: 8px 10px; border-radius: 999px; background: #f1f3f7; font-size: 11.5px; color: var(--faint); }
  .iphone-input .send { width: 28px; height: 28px; border-radius: 999px; background: var(--brand); color: #fff; display: inline-flex; align-items: center; justify-content: center; }

  /* Tweaks panel adjustments */
  body.editmode-active .pillnav { top: 16px; }

  /* ── FIX: accent typed text must NOT uppercase ── */
  .hero-h1 .accent { text-transform: none; }

  /* ── SCROLL PROGRESS BAR ── */
  .scroll-bar {
    position: fixed; top: 0; left: 0; height: 3px; width: 0%;
    background: linear-gradient(90deg, #1d6fe8, #7c4dff, #06b6d4);
    z-index: 9999; box-shadow: 0 0 10px rgba(29,111,232,.7);
    transition: width .08s linear; pointer-events: none;
  }

  /* ── HERO ENTRANCE ANIMATIONS ── */
  @keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: none; }
  }
  @keyframes scaleIn {
    from { opacity: 0; transform: scale(.95) translateY(20px); }
    to   { opacity: 1; transform: none; }
  }
  .hero-eyebrow { animation: fadeSlideUp .55s cubic-bezier(.22,.8,.25,1) .10s both; }
  .hero-h1      { animation: fadeSlideUp .65s cubic-bezier(.22,.8,.25,1) .22s both; }
  .hero-sub     { animation: fadeSlideUp .60s cubic-bezier(.22,.8,.25,1) .38s both; }
  .hero-ctas    { animation: fadeSlideUp .55s cubic-bezier(.22,.8,.25,1) .52s both; }
  .hero-trust   { animation: fadeSlideUp .50s cubic-bezier(.22,.8,.25,1) .65s both; }
  .hero-stack   { animation: scaleIn    .85s cubic-bezier(.22,.8,.25,1) .45s both; }

  /* ── HERO ACCENT — ANIMATED GRADIENT TEXT ── */
  @keyframes gradientFlow {
    0%   { background-position: 0%   50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0%   50%; }
  }
  .hero-h1 .accent {
    background: linear-gradient(90deg, #1d6fe8 0%, #7c4dff 40%, #06b6d4 70%, #1d6fe8 100%);
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientFlow 5s linear infinite;
    display: block;
    min-height: 1.92em;
  }
  .hero-h1 .cursor {
    -webkit-text-fill-color: initial;
    background: linear-gradient(135deg, #1d6fe8, #7c4dff);
    box-shadow: 0 0 12px rgba(29,111,232,.65);
  }

  /* ── HERO STACK FLOAT ── */
  @keyframes floatStack {
    0%,100% { transform: translateY(0px);  }
    50%      { transform: translateY(-10px); }
  }
  .hero-stack-inner { position: relative; z-index: 1; animation: floatStack 7s ease-in-out infinite; }

  /* ── HERO STACK CARD — subtle border + colored glow ── */
  .hero-stack .winshell {
    background: transparent;
    border-color: rgba(255,255,255,.12);
    box-shadow:
      0 0   0  1px  rgba(255,255,255,.10),
      0 30px 60px -20px rgba(13,28,46,.30),
      0 0  80px  0px  rgba(29,111,232,.50),
      0 0 160px  20px rgba(29,111,232,.28),
      0 0 260px  40px rgba(124,77,255,.20);
  }

  /* ── EYEBROW DOT PULSE ── */
  @keyframes dotRing {
    0%  { box-shadow: 0 0 0 0   rgba(29,111,232,.6); }
    70% { box-shadow: 0 0 0 9px rgba(29,111,232,0);  }
    100%{ box-shadow: 0 0 0 0   rgba(29,111,232,0);  }
  }
  .hero-eyebrow .dot { animation: dotRing 2.2s ease infinite; }

  /* ── LIVE DOT ── */
  @keyframes livePulse {
    0%,100% { opacity: 1; }
    50%      { opacity: .4; }
  }
  .live-dot { animation: livePulse 1.8s ease-in-out infinite; color: #22c55e !important; }

  /* ── BUTTON SHINE ── */
  .btn { position: relative; overflow: hidden; }
  .btn::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.30) 50%, transparent 62%);
    transform: translateX(-150%);
  }
  .btn-primary:hover::after { animation: btnShine .55s ease; }
  @keyframes btnShine { to { transform: translateX(200%); } }

  /* ── PAIN CARD ENTRANCE ── */
  .pain-card {
    opacity: 0; transform: translateY(22px);
    transition: opacity .55s ease, transform .55s ease, border-color .2s ease, box-shadow .2s ease;
  }
  .pain-card.in  { opacity: 1; transform: none; }
  .pain-grid .pain-card:nth-child(1) { transition-delay: 0s;   }
  .pain-grid .pain-card:nth-child(2) { transition-delay: .07s; }
  .pain-grid .pain-card:nth-child(3) { transition-delay: .14s; }
  .pain-grid .pain-card:nth-child(4) { transition-delay: .21s; }
  .pain-grid .pain-card:nth-child(5) { transition-delay: .28s; }
  .pain-grid .pain-card:nth-child(6) { transition-delay: .35s; }
  .pain-grid .pain-card:nth-child(7) { transition-delay: .42s; }

  /* ── SECTION HEADING ENTRANCES ── */
  .section-eyebrow {
    opacity: 0; transform: translateY(10px);
    transition: opacity .5s ease, transform .5s ease;
  }
  .section-eyebrow.in { opacity: 1; transform: none; }
  .section-h2 {
    opacity: 0; transform: translateY(18px);
    transition: opacity .6s ease .1s, transform .6s ease .1s;
  }
  .section-h2.in { opacity: 1; transform: none; }
  .section-lede {
    opacity: 0; transform: translateY(14px);
    transition: opacity .6s ease .2s, transform .6s ease .2s;
  }
  .section-lede.in { opacity: 1; transform: none; }

  /* ── FEATURE ROW SLIDE-IN ── */
  .feat-copy {
    opacity: 0; transform: translateX(-26px);
    transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
  }
  .feat-row.flip .feat-copy { transform: translateX(26px); }
  .feat-vis {
    opacity: 0; transform: translateX(26px);
    transition: opacity .7s cubic-bezier(.2,.8,.2,1) .15s, transform .7s cubic-bezier(.2,.8,.2,1) .15s;
  }
  .feat-row.flip .feat-vis { transform: translateX(-26px); }
  .feat-row.in .feat-copy,
  .feat-row.in .feat-vis  { opacity: 1; transform: none; }
  @media (max-width: 980px) {
    .feat-copy,.feat-row.flip .feat-copy,
    .feat-vis, .feat-row.flip .feat-vis { transform: translateY(22px); }
  }

  /* ── WF STEP ENHANCED HOVER ── */
  .wf-step__icon { transition: background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease; }
  .wf-step:hover .wf-step__icon {
    background: var(--brand) !important; color: #fff !important;
    box-shadow: 0 0 24px rgba(29,111,232,.55); transform: scale(1.12);
  }
  .wf-step:hover .wf-step__num { color: var(--brand); transition: color .2s; }

  /* ── OUT CARD ENTRANCE + HOVER ── */
  .out-card {
    opacity: 0; transform: translateY(18px) scale(.98);
    transition: opacity .5s ease, transform .5s ease, box-shadow .25s ease;
  }
  .out-card.in  { opacity: 1; transform: none; }
  .out-card:hover { box-shadow: 0 18px 40px -18px rgba(29,111,232,.28); transform: translateY(-3px); }
  .out-card:nth-child(1) { transition-delay: 0s;   }
  .out-card:nth-child(2) { transition-delay: .08s; }
  .out-card:nth-child(3) { transition-delay: .16s; }
  .out-card:nth-child(4) { transition-delay: .24s; }
  .out-card:nth-child(5) { transition-delay: .32s; }
  .out-card:nth-child(6) { transition-delay: .40s; }
  .out-card:nth-child(7) { transition-delay: .48s; }
  .out-card:nth-child(8) { transition-delay: .56s; }
  .out-card .ic { transition: all .25s ease; }
  .out-card:hover .ic { background: var(--brand); color: #fff; transform: scale(1.12); }

  /* ── DEEP PIN PULSE ── */
  @keyframes pinPulse {
    0%  { box-shadow: 0 0 0 0    rgba(29,111,232,.55); }
    70% { box-shadow: 0 0 0 12px rgba(29,111,232,0);   }
    100%{ box-shadow: 0 0 0 0    rgba(29,111,232,0);   }
  }
  .deep-pin .dot { animation: pinPulse 2.5s ease infinite; }
  .deep-pin:nth-child(3) .dot { animation-delay: .5s;  }
  .deep-pin:nth-child(4) .dot { animation-delay: 1s;   }
  .deep-pin:nth-child(5) .dot { animation-delay: 1.5s; }
  .deep-pin:nth-child(6) .dot { animation-delay: 2s;   }

  /* ── DARK STRIP ITEM ENTRANCE ── */
  .dark-strip-row .item {
    opacity: 0; transform: translateY(12px);
    transition: opacity .4s ease, transform .4s ease;
  }
  .dark-strip-row.in .item { opacity: 1; transform: none; }
  .dark-strip-row.in .item:nth-child(1) { transition-delay: 0s;   }
  .dark-strip-row.in .item:nth-child(2) { transition-delay: .05s; }
  .dark-strip-row.in .item:nth-child(3) { transition-delay: .10s; }
  .dark-strip-row.in .item:nth-child(4) { transition-delay: .15s; }
  .dark-strip-row.in .item:nth-child(5) { transition-delay: .20s; }
  .dark-strip-row.in .item:nth-child(6) { transition-delay: .25s; }
  .dark-strip-row.in .item:nth-child(7) { transition-delay: .30s; }
  .dark-strip-row.in .item:nth-child(8) { transition-delay: .35s; }

  /* ── WINSHELL HOVER LIFT ── */
  .winshell { transition: box-shadow .3s ease, transform .3s ease; }
  .winshell:hover {
    box-shadow: 0 2px 0 rgba(13,28,46,.02), 0 44px 80px -25px rgba(29,111,232,.24), 0 60px 120px -40px rgba(13,28,46,.18);
    transform: translateY(-5px);
  }
  .hero-stack .winshell:hover {
    border-color: rgba(255,255,255,.18);
    box-shadow:
      0 0   0  1px  rgba(255,255,255,.14),
      0 40px 80px -20px rgba(13,28,46,.35),
      0 0  100px  0px  rgba(29,111,232,.60),
      0 0  200px  30px rgba(29,111,232,.32),
      0 0  300px  50px rgba(124,77,255,.24);
    transform: translateY(-6px);
  }

  /* ── CHIP HOVER ── */
  .chip { transition: transform .2s ease, box-shadow .2s ease; }
  .chip:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 12px 28px -8px rgba(13,28,46,.22); }

  /* ── INTEG PAUSE ON HOVER ── */
  .integ-track:hover { animation-play-state: paused; }

  /* ── FEAT BADGE ENTRANCE ── */
  .feat-vis .badge { animation: fadeSlideUp .5s ease .9s both; }

  /* ── EXTRA DEEP SECTION ORB ── */
  .deep::after {
    content: ""; position: absolute;
    width: 480px; height: 480px; border-radius: 50%;
    background: radial-gradient(circle, rgba(29,111,232,.14), transparent 70%);
    filter: blur(60px);
    bottom: -100px; right: -80px; pointer-events: none;
    animation: orb3 20s ease-in-out infinite;
  }

  /* ── FINAL STACK ROW ENTRANCE ── */
  .final-row-in .row {
    opacity: 0; transform: translateX(-18px);
    transition: opacity .45s ease, transform .45s ease;
  }
  .final-row-in.in .row { opacity: 1; transform: none; }
  .final-row-in.in .row:nth-child(1) { transition-delay: .10s; }
  .final-row-in.in .row:nth-child(2) { transition-delay: .20s; }
  .final-row-in.in .row:nth-child(3) { transition-delay: .30s; }
  .final-row-in.in .row:nth-child(4) { transition-delay: .40s; }
  .final-row-in.in .row:nth-child(5) { transition-delay: .50s; }
  .final-row-in.in .row:nth-child(6) { transition-delay: .60s; }
  .final-row-in.in .row:nth-child(7) { transition-delay: .70s; }

  /* ── PAIN CLOSER ENTRANCE ── */
  .pain-closer {
    opacity: 0; transform: translateY(14px);
    transition: opacity .6s ease .5s, transform .6s ease .5s;
  }
  .pain-closer.in { opacity: 1; transform: none; }

  /* ── PIPELINE ANIMATION ── */
  .pipeline { display: flex; align-items: flex-start; justify-content: center; margin: 40px auto 0; max-width: 680px; padding: 0 8px; }
  .pipe-step { display: flex; flex-direction: column; align-items: center; gap: 8px; flex-shrink: 0; opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease; }
  .pipeline.in .pipe-step:nth-child(1) { opacity: 1; transform: none; transition-delay: 0s; }
  .pipeline.in .pipe-step:nth-child(3) { opacity: 1; transform: none; transition-delay: .44s; }
  .pipeline.in .pipe-step:nth-child(5) { opacity: 1; transform: none; transition-delay: .88s; }
  .pipe-icon { width: 52px; height: 52px; border-radius: 14px; background: #fff; border: 1px solid var(--line); box-shadow: 0 2px 10px -5px rgba(13,28,46,.12), 0 0 0 5px rgba(29,111,232,.05); display: flex; align-items: center; justify-content: center; color: var(--brand); transition: box-shadow .3s ease, transform .3s ease; }
  .pipe-step:hover .pipe-icon { box-shadow: 0 8px 22px -8px rgba(29,111,232,.38), 0 0 0 8px rgba(29,111,232,.12); transform: translateY(-2px); }
  .pipeline.in .pipe-step:nth-child(1) .pipe-icon { animation: pipeGlow .5s ease .08s both; }
  .pipeline.in .pipe-step:nth-child(3) .pipe-icon { animation: pipeGlow .5s ease .52s both; }
  .pipeline.in .pipe-step:nth-child(5) .pipe-icon { animation: pipeGlow .5s ease .96s both; }
  @keyframes pipeGlow {
    0%   { box-shadow: 0 2px 10px -5px rgba(13,28,46,.12), 0 0 0 5px rgba(29,111,232,.05); }
    50%  { box-shadow: 0 6px 20px -8px rgba(29,111,232,.55), 0 0 0 10px rgba(29,111,232,.22); }
    100% { box-shadow: 0 4px 14px -6px rgba(29,111,232,.28), 0 0 0 6px rgba(29,111,232,.10); }
  }
  .pipe-label { font-size: 13px; font-weight: 500; color: var(--ink-2); white-space: nowrap; }
  .pipe-track { flex: 1; height: 2px; background: var(--line-2); position: relative; overflow: hidden; margin: 25px 8px 0; }
  .pipe-track::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--brand), #60a5fa); transform: translateX(-100%); transition: transform .65s cubic-bezier(.25,.8,.25,1); }
  .pipe-track::after { content: ""; position: absolute; top: 0; bottom: 0; width: 44px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent); opacity: 0; animation: pipeShimmer 2.4s linear infinite; }
  .pipeline.in .pipe-track:nth-child(2)::before { transform: translateX(0); transition-delay: .15s; }
  .pipeline.in .pipe-track:nth-child(4)::before { transform: translateX(0); transition-delay: .62s; }
  .pipeline.in .pipe-track:nth-child(2)::after { opacity: 1; animation-delay: .82s; }
  .pipeline.in .pipe-track:nth-child(4)::after { opacity: 1; animation-delay: 1.28s; }
  @keyframes pipeShimmer { 0% { left: -44px; } 100% { left: 100%; } }

  /* ══════════════════════════════════════════
     MOBILE RESPONSIVE
     ══════════════════════════════════════════ */

  /* Tablet ≤ 768px */
  @media (max-width: 768px) {
    .section { padding: 60px 0; }
    .section-tight { padding: 40px 0; }
    .deep { padding: 80px 0; }
    .hero-sub { font-size: 17px; }
    .hero-stack { margin-top: 40px; min-height: 0; }
    .chip { display: none; }
    .deep-pin { display: none; }
    .feat-vis { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .feat-vis .winshell { min-width: 420px; }
    .final-card { padding: 48px 32px; }
    .final-stack { min-width: 0; width: 100%; }
    footer .row { flex-direction: column; align-items: flex-start; gap: 20px; }
    footer .links { flex-wrap: wrap; gap: 10px 16px; }
    .section-lede { font-size: 17px; }
    .feat-p { font-size: 16px; }
    .mock-shell { grid-template-columns: 1fr; }
    .mock-side { min-height: auto; }
    .out-grid { grid-template-columns: repeat(2, 1fr); }
  }

  /* Mobile ≤ 540px */
  @media (max-width: 540px) {
    /* Nav — hide logo text + low-priority links so pill fits cleanly */
    .pillnav { padding: 0 8px; }
    .pillnav-inner { max-width: calc(100vw - 16px); padding: 4px 4px 4px 8px; gap: 0; }
    .navlogo .name { display: none; }
    .navlogo { border-right: none; padding-right: 2px; margin-right: 2px; }
    /* Hide Integrations (5th child) and Sign in (6th child) */
    .pillnav-inner > *:nth-child(5),
    .pillnav-inner > *:nth-child(6) { display: none; }
    .pillnav-inner > a { font-size: 12px; padding: 6px 8px; white-space: nowrap; }
    .pillnav .btn { padding: 6px 12px !important; font-size: 12px !important; white-space: nowrap; }

    /* Layout */
    .section { padding: 48px 0; }
    .deep { padding: 60px 0; }
    .wrap, .wrap-narrow { padding: 0 16px; }

    /* Hero */
    .hero { padding-top: 36px; }
    .hero-sub { font-size: 15px; }
    .hero-ctas { flex-direction: column; align-items: stretch; }
    .hero-ctas .btn { justify-content: center; }
    .hero-stack { margin-top: 28px; }

    /* Mock UI — allow horizontal scroll, set a minimum readable width */
    .feat-vis .winshell { min-width: 360px; }
    /* InboxMock: hide sidebar, show only the chat thread */
    .inbox-grid { display: flex !important; flex-direction: column !important; }
    .inbox-grid > :first-child { display: none !important; }

    /* Final CTA */
    .final-card { padding: 36px 16px; border-radius: 16px; }
    .final-stack { min-width: 0; }
    .final-card .ctas { flex-direction: column; align-items: stretch; }
    .final-card .ctas .btn { justify-content: center; }

    /* Outcomes */
    .out-grid { grid-template-columns: 1fr; }

    /* Integration bubbles — slightly smaller */
    .integ-bubble { width: 58px; height: 58px; }
    .integ-bubble img { width: 28px; height: 28px; }

    /* Service strip */
    .dark-strip .item { font-size: 13px; padding: 8px 14px; }
  }

  /* SEO page system */
  .seo-breadcrumbs { padding-top: 118px; display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 13px; }
  .seo-breadcrumbs a { color: var(--brand); }
  .seo-hero { padding: 56px 0 42px; background: linear-gradient(180deg, #f6f9fd 0%, #fff 100%); }
  .seo-hero h1 { max-width: 880px; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(42px, 6vw, 74px); line-height: .98; letter-spacing: -0.035em; margin-top: 16px; }
  .seo-hero p { max-width: 760px; color: var(--muted); font-size: 19px; line-height: 1.55; margin-top: 18px; }
  .seo-prose { color: var(--ink); }
  .seo-prose h2 { font-size: clamp(28px, 3vw, 42px); letter-spacing: -0.03em; margin: 34px 0 14px; }
  .seo-prose h3 { font-size: 20px; letter-spacing: -0.015em; margin: 0 0 8px; }
  .seo-prose p, .seo-prose li { color: var(--muted); font-size: 16.5px; line-height: 1.75; }
  .seo-prose a { color: var(--brand); font-weight: 600; }
  .seo-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 26px 0; }
  .seo-split > div, .seo-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 22px; box-shadow: 0 1px 0 rgba(13,28,46,.03); }
  .seo-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
  .seo-card { display: block; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
  .seo-card:hover { border-color: rgba(29,111,232,.45); transform: translateY(-2px); box-shadow: 0 18px 40px -24px rgba(29,111,232,.45); }
  .seo-card span { display: block; color: var(--ink); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
  .seo-card p { margin-top: 8px; color: var(--muted); font-size: 15px; line-height: 1.55; }
  .seo-steps, .seo-checks { margin: 18px 0 0; padding-left: 22px; display: grid; gap: 10px; }
  @media (max-width: 820px) { .seo-card-grid, .seo-split { grid-template-columns: 1fr; } .seo-breadcrumbs { padding-top: 96px; } }
  @media (max-width: 540px) { .seo-hero { padding-top: 34px; } .seo-hero p { font-size: 16px; } .pillnav-inner > *:nth-child(5), .pillnav-inner > *:nth-child(6), .pillnav-inner > *:nth-child(7) { display: none; } }
