  :root {
    --gx: 50vw;
    --gy: 50vh;
    --bg: #000000;
    --bg-elev: #0a0a0a;
    --bg-card: #0e0e0e;
    --border: rgba(255,255,255,0.08);
    --border-strong: rgba(255,255,255,0.16);
    --text: #ededed;
    --text-dim: #a1a1a1;
    --text-muted: #6b6b6b;
    --accent: #ffffff;
    --blue: #3b82f6;
    --purple: #8b5cf6;
    --pink: #ec4899;
    --orange: #fb923c;
    --green: #10b981;

    --grad-1: #0070f3;
    --grad-2: #7928ca;
    --grad-3: #ff0080;
    --grad-4: #f5a623;

    --sans: "Funnel Display", -apple-system, BlinkMacSystemFont, sans-serif;
    --mono: "Funnel Display", var(--sans);
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  *::selection { background: rgba(120, 80, 220, 0.4); color: #fff; }

  html { scroll-behavior: smooth; scroll-padding-top: 72px; }

  body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--sans);
    font-optical-sizing: auto;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
  }

  /* ───────── Background grid ───────── */
  .bg-grid {
    position: fixed;
    inset: 0;
    z-index: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  }

  /* ───────── Page-wide cursor glow ───────── */
  .page-cursor-glow {
    position: fixed;
    inset: 0;
    z-index: 25;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(
      480px circle at var(--gx) var(--gy),
      rgba(0, 112, 243, 0.20) 0%,
      rgba(121, 40, 202, 0.15) 38%,
      rgba(255, 0, 128, 0.09) 58%,
      transparent 72%
    );
    transition: opacity 600ms ease;
  }
  .page-cursor-glow.glow-on { opacity: 0.55; }
  body:has([data-glow].glow-active) .page-cursor-glow {
    opacity: 0.85;
  }
  /* Phones & touch tablets: no cursor glow */
  @media (hover: none), (pointer: coarse) {
    .page-cursor-glow {
      display: none !important;
    }
    [data-glow].glow-active {
      transform: none !important;
      box-shadow: none !important;
    }
    [data-glow].glow-active::after {
      opacity: 0 !important;
    }
  }

  /* ───────── Widget stage glow (cursor over cards/panels) ───────── */
  [data-glow] > * { position: relative; z-index: 1; }
  [data-glow]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transition: opacity 180ms ease;
    background: radial-gradient(
      160px circle at var(--mx, 50%) var(--my, 50%),
      rgba(255, 255, 255, 0.14) 0%,
      rgba(139, 92, 246, 0.42) 28%,
      rgba(59, 130, 246, 0.18) 48%,
      transparent 62%
    );
  }
  [data-glow].glow-active {
    border-color: var(--border-strong) !important;
    transform: translateY(-3px);
    box-shadow:
      0 18px 50px rgba(0, 0, 0, 0.5),
      0 8px 28px rgba(120, 80, 220, 0.22),
      0 0 0 1px rgba(255, 255, 255, 0.1);
  }
  [data-glow].glow-active::after { opacity: 1; }
  .case-card[data-glow].glow-active::after,
  .tier[data-glow].glow-active::after {
    background: radial-gradient(
      160px circle at var(--mx, 50%) var(--my, 50%),
      rgba(255, 255, 255, 0.14) 0%,
      rgba(139, 92, 246, 0.48) 28%,
      rgba(255, 0, 128, 0.14) 48%,
      transparent 62%
    );
  }
  .tabs[data-glow].glow-active::after,
  .faq[data-glow].glow-active::after {
    background: radial-gradient(
      200px circle at var(--mx, 50%) var(--my, 50%),
      rgba(255, 255, 255, 0.12) 0%,
      rgba(139, 92, 246, 0.44) 30%,
      rgba(59, 130, 246, 0.2) 50%,
      transparent 65%
    );
  }

  a { color: inherit; text-decoration: none; }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
  }

  /* ───────── Typography ───────── */
  .mono {
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--text-dim);
  }
  .mono-accent { color: var(--text); }

  h1, h2, h3, h4 { font-weight: 500; letter-spacing: -0.04em; color: var(--text); }
  h1 { font-size: clamp(48px, 7vw, 88px); line-height: 0.98; }
  h2 { font-size: clamp(34px, 4.4vw, 56px); line-height: 1.02; letter-spacing: -0.04em; text-wrap: balance; }
  h3 { font-size: clamp(24px, 2.4vw, 28px); line-height: 1.15; letter-spacing: -0.03em; }
  h4 { font-size: 18px; line-height: 1.3; letter-spacing: -0.02em; }
  p  { color: var(--text-dim); font-size: 15px; line-height: 1.55; }

  /* ───────── Buttons ───────── */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 18px;
    border-radius: 8px;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
    white-space: nowrap;
    position: relative;
  }
  .btn-primary {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
  .btn-primary:hover { background: #e5e5e5; border-color: #e5e5e5; transform: translateY(-1px); }
  .btn-outline {
    background: transparent;
    color: var(--text);
    border-color: var(--border-strong);
  }
  .btn-outline:hover { border-color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.04); }
  .btn .arrow { transition: transform 180ms ease; }
  .btn:hover .arrow { transform: translateX(3px); }

  /* ───────── Pill / badge ───────── */
  .pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid var(--border);
    border-radius: 9999px;
    background: rgba(255,255,255,0.03);
    font-family: var(--mono);
    font-size: 11px;
    text-transform: uppercase;
    color: var(--text-dim);
    letter-spacing: 0.04em;
  }
  .pill .dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 8px var(--green);
    animation: pulse 2s ease-in-out infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.85); }
  }

  /* ───────── Top nav ───────── */
  .nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    transition: background 200ms ease, border-color 200ms ease, backdrop-filter 200ms ease;
    border-bottom: 1px solid transparent;
  }
  .nav.scrolled {
    background: rgba(0,0,0,0.6);
    border-bottom-color: var(--border);
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
  }
  .nav-inner {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .wordmark {
    font-family: "Funnel Display", var(--sans);
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: var(--text);
    transition: opacity 200ms ease;
    display: inline-block;
  }
  .wordmark:hover { opacity: 0.85; }
  .nav-links { display: flex; align-items: center; gap: 28px; }
  .nav-links a {
    font-size: 14px;
    color: var(--text-dim);
    transition: color 150ms ease;
    font-weight: 400;
  }
  .nav-links a:hover { color: var(--text); }
  .nav-cta { display: flex; align-items: center; gap: 10px; }
  @media (max-width: 900px) { .nav-links { display: none; } }

  /* ───────── Hero ───────── */
  .hero {
    position: relative;
    padding: 200px 0 120px;
    overflow: hidden;
    isolation: isolate;
  }
  .hero-mesh {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
  }
  .hero-mesh::before {
    content: "";
    position: absolute;
    top: -20%; left: 50%;
    width: 1200px; height: 1200px;
    margin-left: -600px;
    background: conic-gradient(from 90deg at 50% 50%,
      var(--grad-1) 0deg,
      var(--grad-2) 90deg,
      var(--grad-3) 180deg,
      var(--grad-4) 270deg,
      var(--grad-1) 360deg);
    filter: blur(110px);
    opacity: 0.3;
    border-radius: 50%;
    animation: rotate 20s linear infinite;
  }
  .hero-mesh::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 70% 45% at 50% 38%, rgba(0,0,0,0.45), transparent 70%),
      radial-gradient(ellipse 60% 50% at 50% 100%, rgba(0,0,0,1), transparent 80%),
      radial-gradient(ellipse 80% 60% at 50% 0%,  rgba(0,0,0,0.6), transparent 75%);
  }
  @keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  .hero-content { text-align: center; position: relative; z-index: 1; }
  .hero .pill { margin-bottom: 28px; }
  .hero h1 {
    margin: 0 auto 28px;
    max-width: 980px;
  }
  .hero h1 .grad { color: var(--text); }
  .hero .typewriter {
    display: inline-block;
    min-width: 0.6em;
    /* background-clip: text only paints inside the box; with the h1's 0.98
       line-height, descenders (y, g) fall outside it and render transparent.
       Taller line box + bottom padding keeps the paint box under the tails. */
    line-height: 1.12;
    padding-bottom: 0.06em;
    border-right: 2px solid var(--text);
    padding-right: 4px;
    margin-right: 4px;
    animation: blink 1s step-end infinite;
    background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @keyframes blink { 0%, 50% { border-color: var(--text); } 51%, 100% { border-color: transparent; } }
  .hero p.lede {
    max-width: 640px;
    margin: 0 auto 36px;
    font-size: 17px;
    color: var(--text-dim);
  }
  .hero-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
  /* Hero terminal preview */
  .hero-terminal {
    margin: 64px auto 0;
    max-width: 760px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 100px rgba(0, 70, 200, 0.15), 0 8px 24px rgba(0,0,0,0.4);
    position: relative;
  }
  .terminal-head {
    height: 36px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid var(--border);
    display: flex; align-items: center;
    padding: 0 14px;
    gap: 8px;
    position: relative;
  }
  .terminal-head::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -1px;
    height: 2px;
    background: linear-gradient(90deg, var(--grad-1), var(--grad-2), var(--grad-3));
    opacity: 0.55;
  }
  .terminal-head .dot { width: 11px; height: 11px; border-radius: 50%; background: #333; }
  .terminal-head .label { margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--text-muted); }
  .terminal-body {
    padding: 22px 24px;
    font-family: var(--mono);
    font-size: 13px;
    line-height: 1.7;
    color: var(--text-dim);
    text-align: left;
    min-height: 244px;
  }
  .terminal-body .line { display: block; min-height: 1.7em; }
  .terminal-body .prompt { color: var(--green); }
  .terminal-body .cmd { color: var(--text); }
  .terminal-body .ok { color: var(--green); }
  .terminal-body .info { color: var(--blue); }
  .terminal-body .warn { color: var(--orange); }
  .terminal-body .accent { color: var(--purple); }
  .terminal-cursor {
    display: inline-block;
    width: 7px;
    height: 1.05em;
    margin-left: 1px;
    background: var(--green);
    vertical-align: text-bottom;
    opacity: 0.85;
    animation: terminal-cursor-blink 1s step-end infinite;
  }
  .terminal-body.is-done .terminal-cursor { display: none; }
  @keyframes terminal-cursor-blink { 50% { opacity: 0; } }

  /* ───────── Sections ───────── */
  section { position: relative; }
  .section { padding: 120px 0; }
  .section-head {
    max-width: 760px;
    margin-bottom: 64px;
  }
  .section-head .mono { display: inline-block; margin-bottom: 16px; }
  .section-head h2 { margin-bottom: 20px; }
  .section-head p { font-size: 17px; max-width: 600px; }

  /* ───────── Reveal animation ───────── */
  .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 700ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }

  /* ───────── Stats strip ───────── */
  .stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
  }
  @media (max-width: 800px) { .stats { grid-template-columns: repeat(2, 1fr); } }
  .stat {
    background: var(--bg);
    padding: 32px 28px;
    transition: background 200ms ease;
  }
  .stat:hover { background: var(--bg-elev); }
  .stat .num {
    font-size: 44px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--text);
    margin-bottom: 8px;
    font-feature-settings: "tnum";
  }
  .stat .label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; color: var(--text-muted); letter-spacing: 0.06em; }

  /* ───────── Strength tabs ───────── */
  .tabs {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 32px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--bg-card);
    padding: 8px;
    min-height: 380px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
  }
  @media (max-width: 800px) { .tabs { grid-template-columns: 1fr; } }
  .tab-list { display: flex; flex-direction: column; gap: 4px; }
  .tab-btn {
    text-align: left;
    background: transparent;
    border: 0;
    color: var(--text-dim);
    padding: 16px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background 180ms ease, color 180ms ease;
  }
  .tab-btn:hover { color: var(--text); }
  .tab-btn.active {
    background: rgba(255,255,255,0.06);
    color: var(--text);
  }
  .tab-btn .idx {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--text-muted);
    width: 24px;
    flex-shrink: 0;
  }
  .tab-panes { position: relative; padding: 28px; border-radius: 10px; background: var(--bg); border: 1px solid var(--border); overflow: hidden; min-height: 560px; }
  .tab-panes::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink), var(--orange));
  }
  @media (max-width: 800px) { .tab-panes { min-height: 0; } }
  .tab-pane { display: none; opacity: 0; transition: opacity 250ms ease; }
  .tab-pane.active { display: block; animation: fadeIn 300ms ease forwards; }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
  .tab-pane h3 { margin-bottom: 14px; max-width: 540px; }
  .tab-pane p  { max-width: 560px; }
  .tab-pane .bullets { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }
  .tab-pane .bullets li {
    list-style: none;
    padding-left: 22px;
    position: relative;
    color: var(--text-dim);
    font-size: 14px;
  }
  .tab-pane .bullets li::before {
    content: "";
    position: absolute; left: 0; top: 9px;
    width: 6px; height: 6px;
    background: var(--purple);
    border-radius: 1px;
    transform: rotate(45deg);
  }

  /* ───────── Use-case explorer (inside tabs) ───────── */
  .uc-cmd {
    font-family: var(--mono);
    font-size: 12px;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
  }
  .uc-cmd .prompt { color: var(--green); }
  .uc-cmd .cmd { color: var(--text-muted); }
  .uc-rows { list-style: none; margin-top: 24px; max-width: 640px; }
  .uc-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
  }
  .uc-row:last-child { border-bottom: 0; }
  .uc-row .name { color: var(--text); font-weight: 500; }
  .uc-row .target {
    color: var(--text-muted);
    font-family: var(--mono);
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .uc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
  .uc-tags span {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--text-dim);
    padding: 4px 8px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(255,255,255,0.02);
    letter-spacing: 0.02em;
  }
  .uc-proof {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--text-dim);
    max-width: 640px;
  }
  .uc-proof a {
    color: var(--text);
    border-bottom: 1px solid var(--border-strong);
    transition: border-color 150ms ease;
    white-space: nowrap;
  }
  .uc-proof a:hover { border-bottom-color: var(--text); }
  .uc-demo {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 640px;
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid var(--border-strong);
    border-radius: 10px;
    background:
      radial-gradient(ellipse 70% 130% at 0% 50%, rgba(59,130,246,0.10), transparent 60%),
      radial-gradient(ellipse 70% 130% at 100% 50%, rgba(139,92,246,0.08), transparent 60%),
      var(--bg-card);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }
  .uc-demo:hover {
    border-color: rgba(255,255,255,0.32);
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(59,130,246,0.12);
  }
  .uc-demo-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 9px;
    border: 1px solid var(--border-strong);
    background: linear-gradient(135deg, rgba(59,130,246,0.18), rgba(139,92,246,0.18));
    display: grid;
    place-items: center;
    color: var(--text);
  }
  .uc-demo-kicker {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--blue);
    margin-bottom: 3px;
  }
  .uc-demo-title {
    display: block;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text);
    letter-spacing: -0.01em;
  }
  .uc-demo-arrow {
    margin-left: auto;
    flex-shrink: 0;
    color: var(--text-dim);
    font-size: 16px;
    transition: transform 180ms ease, color 180ms ease;
  }
  .uc-demo:hover .uc-demo-arrow { transform: translateX(4px); color: var(--text); }
  .uc-demo.case-tour { max-width: none; margin-top: 16px; }
  .uc-note {
    margin-top: 20px;
    font-family: var(--mono);
    font-size: 12px;
    color: var(--text-muted);
    letter-spacing: 0.02em;
  }
  @media (max-width: 800px) {
    .tab-list {
      flex-direction: row;
      overflow-x: auto;
      gap: 6px;
      padding-bottom: 6px;
      scrollbar-width: none;
      mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent);
      -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent);
    }
    .tab-list::-webkit-scrollbar { display: none; }
    .tab-btn { white-space: nowrap; padding: 12px 14px; flex-shrink: 0; }
    .uc-row { flex-direction: column; gap: 2px; }
    .uc-row .target { text-align: left; white-space: normal; }
  }

  /* ───────── Mobile rhythm & ergonomics ───────── */
  @media (max-width: 700px) {
    .section { padding: 72px 0; }
    .section-tight { padding: 56px 0; }
    .hero { padding: 140px 0 64px; }
    .hero-terminal { margin-top: 48px; }
    h1 { font-size: clamp(38px, 9.5vw, 48px); }
    .hero h1 { min-height: 4lh; }
    footer { margin-top: 64px; padding: 56px 0 32px; }
  }
  @media (max-width: 600px) {
    .tier .btn { width: 100%; justify-content: center; min-height: 48px; align-self: stretch; }
  }
  @media (pointer: coarse) {
    .team-row .links a { width: 40px; height: 40px; }
    .plan-btn { padding: 10px 0 8px; }
    .ships a { padding: 9px 10px; }
    .footer-col ul { gap: 4px; }
    .footer-col a { display: inline-block; padding: 6px 0; }
    .uc-proof a { display: inline-block; padding: 8px 0; }
  }

  /* ───────── Pricing ───────── */
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  @media (max-width: 1100px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px)  { .pricing-grid { grid-template-columns: 1fr; } }
  .tier {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    isolation: isolate;
    transition: border-color 250ms ease, transform 250ms ease;
  }
  .tier:hover { border-color: var(--border-strong); transform: translateY(-2px); }
  .tier .btn { margin-top: auto; align-self: flex-start; }
  .tier.featured {
    border-color: transparent;
    background:
      linear-gradient(var(--bg-card), var(--bg-card)) padding-box,
      linear-gradient(135deg, var(--blue), var(--purple), var(--pink)) border-box;
    border-width: 1px;
    border-style: solid;
  }
  .tier.featured::before {
    content: "MOST CHOSEN";
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 28px;
    background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink));
    color: #fff;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 9999px;
    letter-spacing: 0.1em;
    z-index: 2;
  }
  .tier h3 { font-size: 18px; font-weight: 500; }
  .tier .price {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--text);
  }
  .tier .price small {
    font-size: 13px;
    color: var(--text-muted);
    margin-left: 8px;
    font-family: var(--mono);
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
    display: inline-block;
  }
  .tier p { font-size: 14px; color: var(--text-dim); }
  .tier ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .tier li {
    font-size: 14px;
    color: var(--text-dim);
    padding-left: 22px;
    position: relative;
    line-height: 1.5;
  }
  .tier li::before {
    content: "✓";
    position: absolute;
    left: 0; top: 0;
    color: var(--text);
    font-weight: 600;
  }
  .tier .meta-line {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    font-family: var(--mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
  }

  /* ───────── FAQ accordion ───────── */
  .faq {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--bg-card);
    overflow: hidden;
    position: relative;
    isolation: isolate;
    transition: border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
  }
  .faq-item {
    border-bottom: 1px solid var(--border);
  }
  .faq-item:last-child { border-bottom: 0; }
  .faq-q {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    color: var(--text);
    padding: 22px 28px;
    font-family: var(--sans);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.02em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 180ms ease;
  }
  .faq-q:hover { color: var(--text); }
  .faq-q .ic {
    width: 22px; height: 22px;
    border: 1px solid var(--border-strong);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 250ms cubic-bezier(0.2, 0.8, 0.2, 1), background 200ms ease;
  }
  .faq-q .ic::before, .faq-q .ic::after {
    content: ""; position: absolute;
    background: var(--text);
    transition: transform 250ms ease, opacity 250ms ease;
  }
  .faq-q .ic { position: relative; }
  .faq-q .ic::before { width: 10px; height: 1.5px; }
  .faq-q .ic::after  { width: 1.5px; height: 10px; }
  .faq-item.open .faq-q .ic { background: rgba(255,255,255,0.06); transform: rotate(45deg); }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .faq-a-inner {
    padding: 0 28px 24px;
    color: var(--text-dim);
    font-size: 15px;
    line-height: 1.65;
    max-width: 720px;
  }

  /* ───────── CTA band ───────── */
  .cta-band {
    margin: 0 24px;
    padding: 80px 48px;
    border-radius: 24px;
    background:
      radial-gradient(ellipse 80% 60% at 50% 0%, rgba(120, 80, 220, 0.25), transparent 70%),
      radial-gradient(ellipse 60% 50% at 50% 100%, rgba(59, 130, 246, 0.18), transparent 70%),
      var(--bg-card);
    border: 1px solid var(--border);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse at center, black, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black, transparent 70%);
  }
  .cta-band > * { position: relative; z-index: 1; }
  .cta-band h2 { margin: 0 auto 16px; max-width: 700px; }
  .cta-band p  { margin: 0 auto 32px; max-width: 540px; font-size: 17px; }
  .cta-band .actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

  /* ───────── Footer ───────── */
  /* ───────── Legal pages (privacy / terms) ───────── */
  .legal-page {
    padding: 140px 0 80px;
  }
  .legal-head {
    max-width: 760px;
    margin-bottom: 56px;
  }
  .legal-head .mono { display: inline-block; margin-bottom: 16px; }
  .legal-head h1 {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 16px;
  }
  .legal-meta {
    font-family: var(--mono);
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.04em;
  }
  .legal-body {
    max-width: 720px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dim);
  }
  .legal-lede {
    font-size: 18px;
    color: var(--text);
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .legal-body h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--text);
    margin: 40px 0 14px;
  }
  .legal-body p { margin-bottom: 16px; }
  .legal-body ul {
    list-style: none;
    margin: 14px 0 20px;
    padding-left: 0;
  }
  .legal-body ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
  }
  .legal-body ul li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--text-muted);
  }
  .legal-body a {
    color: var(--text);
    border-bottom: 1px solid var(--border-strong);
    transition: border-color 150ms ease;
  }
  .legal-body a:hover { border-bottom-color: var(--text); }
  .legal-body strong { color: var(--text); font-weight: 500; }

  footer {
    border-top: 1px solid var(--border);
    padding: 80px 0 40px;
    margin-top: 120px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 64px;
    margin-bottom: 48px;
    align-items: start;
  }
  @media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
  @media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
  .footer-col h5 {
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 16px;
  }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-col a { color: var(--text-dim); font-size: 14px; transition: color 150ms ease; }
  .footer-col a:hover { color: var(--text); }
  .footer-col p { font-size: 14px; max-width: 320px; color: var(--text-dim); }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    border-top: 1px solid var(--border);
    padding-top: 24px;
    color: var(--text-muted);
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  /* ───────── Scroll progress bar ───────── */
  .scroll-bar {
    position: fixed;
    top: 0; left: 0;
    height: 2px;
    width: 0%;
    background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink));
    z-index: 100;
    transition: width 60ms linear;
  }

  /* ───────── Accessibility: skip link + focus ───────── */
  .skip-link {
    position: absolute;
    top: -100px;
    left: 16px;
    z-index: 1000;
    background: #fff;
    color: #000;
    padding: 10px 14px;
    border-radius: 8px;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 500;
    transition: top 150ms ease;
  }
  .skip-link:focus {
    top: 16px;
    outline: 2px solid var(--purple);
    outline-offset: 2px;
  }
  :focus-visible {
    outline: 2px solid var(--purple);
    outline-offset: 3px;
    border-radius: 4px;
  }
  .sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
    .marquee-track, .hero-mesh::before { animation: none !important; }
    .terminal-cursor { display: none !important; }
    .page-cursor-glow { display: none !important; }
  }

  /* ───────── Mobile nav (hamburger) ───────── */
  .nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid var(--border-strong);
    border-radius: 8px;
    width: 40px; height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text);
  }
  .nav-toggle span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: var(--text);
    position: relative;
    transition: transform 200ms ease, opacity 200ms ease;
  }
  .nav-toggle span::before,
  .nav-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 1.5px;
    background: var(--text);
    transition: transform 200ms ease;
  }
  .nav-toggle span::before { top: -6px; }
  .nav-toggle span::after { top: 6px; }
  .nav-toggle[aria-expanded="true"] span { background: transparent; }
  .nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

  @media (max-width: 900px) {
    .nav-toggle { display: inline-flex; }
    .nav-cta .btn-outline { display: none; }
    .nav-links {
      position: absolute;
      top: 64px; left: 0; right: 0;
      flex-direction: column;
      gap: 0;
      background: rgba(0,0,0,0.92);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--border);
      padding: 8px 0 16px;
      transform: translateY(-8px);
      opacity: 0;
      pointer-events: none;
      transition: transform 200ms ease, opacity 200ms ease;
    }
    .nav-links.open {
      display: flex;
      transform: translateY(0);
      opacity: 1;
      pointer-events: auto;
    }
    .nav-links a {
      padding: 14px 24px;
      border-bottom: 1px solid var(--border);
      width: 100%;
    }
  }

  /* ───────── Case Studies ───────── */
  .case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  @media (max-width: 1000px) { .case-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px)  { .case-grid { grid-template-columns: 1fr; } }
  .case-card {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: border-color 250ms ease, transform 250ms ease;
    isolation: isolate;
    overflow: hidden;
  }
  #cases .case-grid {
    align-items: stretch;
  }
  #cases .stats { margin-bottom: 48px; }
  .case-card:hover { border-color: var(--border-strong); }
  .case-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 14px;
    background: radial-gradient(200px circle at var(--gx) var(--gy), rgba(139,92,246,0.22), transparent 40%);
    background-attachment: fixed;
    opacity: 0;
    transition: opacity 250ms ease;
    z-index: -1;
    pointer-events: none;
  }
  .case-card .case-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .case-card .case-meta .sector {
    color: var(--text-dim);
    padding: 4px 10px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255,255,255,0.03);
  }
  .case-card h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .case-card .blurb {
    color: var(--text-dim);
    font-size: 14px;
    line-height: 1.55;
    flex: 1;
  }
  #cases .case-card .stack {
    margin-top: auto;
  }
  .case-card .metrics {
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--border);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border);
  }
  .case-card .metric {
    background: var(--bg);
    padding: 14px 12px;
  }
  .case-card .metric .num {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--text);
    line-height: 1;
    font-variant-numeric: tabular-nums;
  }
  .case-card .metric .lbl {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 6px;
  }
  .case-card .stack {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .case-card .stack span {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--text-dim);
    padding: 4px 8px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(255,255,255,0.02);
    letter-spacing: 0.02em;
  }
  /* ───────── Tight section variant (pre-CTA trust strip) ───────── */
  .section-tight { padding: 80px 0; }
  .section-tight .section-head { margin-bottom: 40px; }
  .section-tight .section-head h2 { font-size: clamp(26px, 3vw, 38px); }

  /* ───────── Team list (two-person, non-card) ───────── */
  .team-list { max-width: 1000px; border-top: 1px solid var(--border); }
  .team-row {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 240px;
    gap: 36px;
    align-items: start;
    padding: 26px 6px;
    border-bottom: 1px solid var(--border);
    transition: background 200ms ease;
  }
  .team-row:hover { background: rgba(255,255,255,0.015); }
  .team-id { display: flex; align-items: center; gap: 14px; min-width: 0; }
  .team-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--sans);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
    flex-shrink: 0;
  }
  .team-row h4 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--text);
  }
  .team-row .role {
    font-family: var(--mono);
    font-size: 10px;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 0.07em;
    margin-top: 4px;
  }
  .team-row .bio {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-dim);
    max-width: 560px;
    margin: 0;
  }
  .team-side { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
  .team-row .links { display: flex; gap: 10px; }
  .team-row .links a {
    width: 28px; height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 6px;
    color: var(--text-dim);
    transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
  }
  .team-row .links a:hover {
    color: var(--text);
    border-color: var(--border-strong);
    background: rgba(255,255,255,0.04);
  }
  .team-row .links svg { width: 14px; height: 14px; }
  @media (max-width: 900px) {
    .team-row { grid-template-columns: 1fr; gap: 14px; padding: 22px 2px; }
    .team-row .bio { max-width: none; }
  }

  /* ───────── Google Calendar scheduling ───────── */
  .scheduling-wrap {
    margin: 32px auto 0;
    width: 100%;
    max-width: 920px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-strong);
    background: #ffffff;
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.06) inset,
      0 32px 64px -16px rgba(0,0,0,0.75),
      0 0 120px -24px rgba(139, 92, 246, 0.22);
    position: relative;
    isolation: isolate;
  }
  .scheduling-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--grad-1), var(--grad-2), var(--grad-3));
    z-index: 1;
    pointer-events: none;
  }
  .scheduling-wrap iframe {
    display: block;
    width: 100%;
    min-width: 280px;
    height: min(600px, 72dvh);
    min-height: 520px;
    border: 0;
    background: #ffffff;
    vertical-align: top;
  }
  .scheduling-mobile {
    display: none;
    margin: 28px auto 0;
    max-width: 400px;
    padding: 28px 24px;
    border-radius: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-strong);
  }
  .scheduling-mobile h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    color: var(--text);
  }
  .scheduling-mobile p {
    font-size: 15px;
    line-height: 1.55;
    color: var(--text-dim);
    margin-bottom: 22px;
  }
  .scheduling-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .scheduling-mobile-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
  .section-contact { padding: 40px 0; }
  .footer-col .wordmark { margin-bottom: 16px; }
  .footer-fineprint { margin-top: 14px; font-size: 12px; color: var(--text-muted); }
  @media (max-width: 768px) {
    .cta-band {
      margin: 0 24px;
      padding: 56px 20px 48px;
      border-radius: 18px;
    }
    .cta-band p {
      font-size: 15px;
      margin-bottom: 24px;
    }
    .scheduling-embed {
      display: none !important;
    }
    .scheduling-mobile {
      display: block;
    }
  }

  /* ───────── Pricing: delivery plan explorer ───────── */
  .tier { cursor: pointer; }
  .tier.selected { border-color: rgba(59,130,246,0.65); box-shadow: 0 0 0 1px rgba(59,130,246,0.35); }
  .tier.featured.selected { box-shadow: 0 0 0 1px rgba(59,130,246,0.35), 0 0 44px rgba(139,92,246,0.16); }
  /* A selected non-featured tier must outrank the featured frame */
  .pricing-grid:has(.tier.selected) .tier.featured:not(.selected) {
    border-color: var(--border);
    background: var(--bg-card);
  }
  .plan-btn {
    background: transparent;
    border: 0;
    padding: 0 0 2px;
    align-self: flex-start;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-dim);
    cursor: pointer;
    border-bottom: 1px solid var(--border-strong);
    transition: color 150ms ease, border-color 150ms ease;
  }
  .plan-btn:hover { color: var(--text); border-bottom-color: var(--text); }
  .tier.selected .plan-btn { color: var(--blue); border-bottom-color: rgba(59,130,246,0.55); }
  .plan-panel {
    margin-top: 18px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
  }
  .plan-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
    background: var(--bg-elev);
    position: relative;
  }
  .plan-head::after {
    content: "";
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--grad-1), var(--grad-2), var(--grad-3));
    opacity: 0.55;
  }
  .plan-head .dot { width: 11px; height: 11px; border-radius: 50%; background: #333; }
  .plan-label { margin-left: 10px; font-family: var(--mono); font-size: 11px; color: var(--text-muted); }
  .plan-cmd { margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--text-muted); }
  @media (max-width: 700px) { .plan-cmd { display: none; } }
  .plan-track {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(var(--cols, 4), 1fr);
    gap: 14px;
    padding: 22px 20px 6px;
    margin: 0;
  }
  .plan-step {
    position: relative;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: rgba(255,255,255,0.015);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 300ms ease, transform 300ms ease;
  }
  .plan-step.in { opacity: 1; transform: none; }
  .plan-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 12px;
  }
  .plan-step .wk {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 6px;
  }
  .plan-step .ti { display: block; font-size: 14px; font-weight: 500; color: var(--text); margin-bottom: 4px; }
  .plan-step .de { font-size: 12.5px; color: var(--text-dim); line-height: 1.5; }
  .plan-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px 20px 20px;
  }
  .plan-keep { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
  .plan-keep .k-label {
    font-family: var(--mono);
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-right: 2px;
  }
  .plan-keep .k-chip {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--text-dim);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 4px 8px;
    background: rgba(255,255,255,0.02);
    letter-spacing: 0.02em;
  }
  .plan-note { font-family: var(--mono); font-size: 11.5px; color: var(--text-muted); margin: 0; }
  @media (max-width: 1100px) {
    .plan-track { grid-template-columns: repeat(2, 1fr); }
    .plan-step:not(:last-child)::after { content: none; }
  }
  @media (max-width: 600px) {
    .plan-track { grid-template-columns: 1fr; }
  }

  /* ───────── Team: engagement rail + proof chips ───────── */
  .eng-rail {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    position: relative;
  }
  .eng-rail::before {
    content: "";
    position: absolute;
    top: 5px; left: 0;
    /* End the line at the last stop's dot instead of running to the container edge */
    right: calc(20% - 12px);
    height: 1px;
    background: linear-gradient(90deg, var(--blue), var(--purple), var(--pink), var(--orange), var(--green));
    opacity: 0.3;
  }
  .eng-stop { position: relative; padding-top: 20px; }
  .eng-dot {
    position: absolute;
    top: 0; left: 0;
    width: 11px; height: 11px;
    border-radius: 50%;
    background: var(--bg);
    border: 1px solid var(--border-strong);
  }
  .eng-dot::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    color: var(--blue);
    background: currentColor;
    opacity: 0.3;
    animation: engpulse 7.5s linear infinite;
  }
  .eng-stop:nth-child(2) .eng-dot::after { color: var(--purple); animation-delay: 1.5s; }
  .eng-stop:nth-child(3) .eng-dot::after { color: var(--pink); animation-delay: 3s; }
  .eng-stop:nth-child(4) .eng-dot::after { color: var(--orange); animation-delay: 4.5s; }
  .eng-stop:nth-child(5) .eng-dot::after { color: var(--green); animation-delay: 6s; }
  @keyframes engpulse {
    0%, 100% { opacity: 0.3; box-shadow: none; }
    6% { opacity: 1; box-shadow: 0 0 10px 1px currentColor; }
    18% { opacity: 0.3; box-shadow: none; }
  }
  .eng-name { font-size: 13.5px; font-weight: 500; color: var(--text); letter-spacing: -0.01em; }
  .eng-who { font-family: var(--mono); font-size: 10.5px; color: var(--text-muted); margin-top: 2px; letter-spacing: 0.03em; }
  @media (max-width: 700px) {
    .eng-rail { grid-template-columns: 1fr; gap: 16px; }
    .eng-rail::before {
      top: 6px; bottom: 6px; left: 5px; right: auto;
      width: 1px; height: auto;
      background: linear-gradient(180deg, var(--blue), var(--purple), var(--pink), var(--orange), var(--green));
    }
    .eng-stop { padding-top: 0; padding-left: 24px; }
    .eng-dot { top: 3px; }
  }

  .ships { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
  .ships-label {
    font-family: var(--mono);
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-right: 2px;
  }
  .ships a, .ships span:not(.ships-label) {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--text-dim);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 3px 7px;
    background: rgba(255,255,255,0.02);
    letter-spacing: 0.02em;
    transition: color 150ms ease, border-color 150ms ease;
  }
  .ships a:hover { color: var(--text); border-color: var(--border-strong); }

  .team-avatar { position: relative; }
  .team-avatar::before {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    padding: 1.5px;
    background: conic-gradient(var(--blue), var(--purple), var(--pink), var(--orange), var(--blue));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 250ms ease;
  }
  .team-row:hover .team-avatar::before { opacity: 1; animation: avatarspin 5s linear infinite; }
  @keyframes avatarspin { to { transform: rotate(360deg); } }

  /* ───────── FAQ: streamed answers ───────── */
  .faq-a-inner .w { opacity: 0; transition: opacity 160ms ease; }
  .faq-a-inner .w.in { opacity: 1; }

  @media (prefers-reduced-motion: reduce) {
    .faq-a-inner .w { opacity: 1 !important; transition: none !important; }
    .plan-step { opacity: 1 !important; transform: none !important; transition: none !important; }
    .eng-dot::after { animation: none !important; opacity: 0.8; }
    .team-row:hover .team-avatar::before { animation: none !important; }
  }
