/* PinLaunchr marketing design system.
   Extracted verbatim from the inline <style> blocks of the existing marketing
   pages (features/pinterest-scheduler.html) so newer pages — the category hubs,
   /pricing, and the WordPress/Shopify use cases — share one stylesheet instead
   of each carrying its own 1,200-line copy. Existing pages keep their inline
   styles untouched; this file is additive. */
    /* Page additions: 5-step timeline + comparison table (reuses landing tokens) */
    .tl-grid.tl-5 { grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 1100px) { .tl-grid.tl-5 { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 560px) { .tl-grid.tl-5 { grid-template-columns: 1fr; } }
    .cmp-wrap { max-width: 920px; margin: 48px auto 0; overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line-dark); background: linear-gradient(165deg, rgba(255,255,255,0.035), rgba(255,255,255,0.008)); box-shadow: 0 24px 60px -34px rgba(0,0,0,0.85); }
    .cmp-table { width: 100%; border-collapse: collapse; min-width: 660px; font-size: 15px; }
    .cmp-table th, .cmp-table td { padding: 15px 20px; text-align: left; border-bottom: 1px solid var(--line-dark-2); vertical-align: top; line-height: 1.5; }
    .cmp-table thead th { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; letter-spacing: 0.01em; color: var(--paper-on-dark); background: rgba(255,255,255,0.04); border-bottom: 1px solid var(--line-dark); }
    .cmp-table tbody th { font-weight: 600; color: var(--paper-on-dark); }
    .cmp-table td { color: var(--soft-on-dark); }
    .cmp-table tbody tr:last-child th, .cmp-table tbody tr:last-child td { border-bottom: none; }
    .cmp-yes { color: var(--jade-soft); font-weight: 600; }
    .cmp-note { color: var(--mute-on-dark); }
    .cmp-foot { max-width: 920px; margin: 16px auto 0; text-align: center; font-size: 13.5px; color: var(--mute-on-dark); }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --ink-950: #08090d;
      --ink-900: #0c0e14;
      --ink-850: #111420;
      --ink-800: #161a28;
      --ink-700: #1f2435;
      --ink-600: #2b3149;
      --line-dark: rgba(255,255,255,0.09);
      --line-dark-2: rgba(255,255,255,0.06);

      /* "Paper" sections are now dark to match the rest of the page.
         Names kept so existing rules keep working; values remapped to ink tones. */
      --paper: #0c0e14;
      --paper-2: #08090d;
      --paper-card: #161a28;
      --line-light: rgba(255,255,255,0.09);

      /* Coral/red accent variant of the landing page.
         Names kept so existing rules keep working; values are red/coral. */
      --coral: #ff4d5e;
      --coral-bright: #ff6173;
      --coral-deep: #e22f44;
      --jade: #1fd29a;
      --jade-soft: #6ef0c6;
      --amber: #ffb23e;

      /* Body text on the (now dark) paper sections reads light. */
      --ink-text: #f4f0e8;
      --ink-text-soft: rgba(244,240,232,0.62);
      --ink-text-mute: rgba(244,240,232,0.40);
      --paper-on-dark: #f4f0e8;
      --soft-on-dark: rgba(244,240,232,0.62);
      --mute-on-dark: rgba(244,240,232,0.40);

      --r-sm: 10px; --r-md: 16px; --r-lg: 22px; --r-xl: 30px;
      --maxw: 1240px;
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: 'Hanken Grotesk', sans-serif;
      background: var(--ink-900); color: var(--ink-text);
      line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden;
    }
    ::selection { background: var(--coral); color: #fff; }
    h1, h2, h3, h4 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; letter-spacing: -0.02em; line-height: 1.04; }
    a { color: inherit; text-decoration: none; }
    img, svg, video { display: block; max-width: 100%; }
    .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

    .kicker { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 9px; }
    .kicker::before { content: ''; width: 22px; height: 1px; background: currentColor; opacity: 0.55; }
    .kicker.k-coral { color: var(--coral); }
    .kicker.k-on-dark { color: var(--coral-bright); }

    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: 'Hanken Grotesk', sans-serif; font-size: 15.5px; font-weight: 600; padding: 14px 26px; border-radius: 100px; border: 1px solid transparent; cursor: pointer; transition: transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s, background .22s, color .22s, border-color .22s; white-space: nowrap; }
    .btn svg { width: 17px; height: 17px; }
    .btn-signal { background: var(--coral); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset, 0 10px 30px -8px rgba(255,77,94,0.6); }
    .btn-signal:hover { background: var(--coral-bright); transform: translateY(-2px) scale(1.015); box-shadow: 0 1px 0 rgba(255,255,255,0.35) inset, 0 18px 46px -10px rgba(255,77,94,0.78); }
    .btn-signal:active { transform: translateY(0) scale(1); }
    .btn-line-light { background: rgba(255,255,255,0.04); color: var(--paper-on-dark); border-color: rgba(255,255,255,0.22); }
    .btn-line-light:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.4); transform: translateY(-2px); }
    .btn-line-dark { background: rgba(255,255,255,0.04); color: var(--paper-on-dark); border-color: rgba(255,255,255,0.18); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
    .btn-line-dark:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.34); transform: translateY(-2px); }
    .btn-paper { background: #f4f0e8; color: #14110b; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5); }
    .btn-paper:hover { transform: translateY(-2px); background: #fff; }
    .btn-lg { font-size: 16.5px; padding: 17px 34px; }
    .btn-sm { font-size: 14px; padding: 10px 20px; }

    .sec-head { max-width: 740px; }
    .sec-head.center { margin: 0 auto; text-align: center; }
    .sec-title { font-size: clamp(30px, 4.4vw, 50px); }
    .sec-title .hl { background: linear-gradient(135deg, #ff4d5e 0%, #ff6173 50%, #ff8a5b 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .sec-sub { font-size: 18px; margin-top: 18px; line-height: 1.6; }
    .on-dark { color: var(--paper-on-dark); } .on-dark .sec-sub { color: var(--soft-on-dark); }
    .on-paper { color: var(--ink-text); } .on-paper .sec-sub { color: var(--ink-text-soft); }

    .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
    .reveal.in { opacity: 1; transform: none; }
    .d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; }
    .d4 { transition-delay: .32s; } .d5 { transition-delay: .4s; } .d6 { transition-delay: .48s; }

    /* NAV */
    #nav { position: fixed; inset: 0 0 auto 0; z-index: 900; padding: 18px 0; transition: padding .3s, background .3s, border-color .3s; border-bottom: 1px solid transparent; }
    #nav.scrolled { background: rgba(10,12,18,0.82); -webkit-backdrop-filter: blur(18px) saturate(140%); backdrop-filter: blur(18px) saturate(140%); border-bottom-color: var(--line-dark); padding: 12px 0; }
    .nav-in { position: relative; display: flex; align-items: center; gap: 28px; }
    .nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
    .nav-logo img { height: 30px; width: auto; }
    .nav-os-tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 600; letter-spacing: 0.07em; color: #ff6173; background: rgba(255,97,115,0.12); border: 1px solid rgba(255,97,115,0.55); border-radius: 5px; padding: 3px 7px; text-transform: uppercase; }
    .nav-links { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 4px; list-style: none; }
    .nav-links a { font-size: 14.5px; font-weight: 500; color: var(--soft-on-dark); padding: 8px 14px; border-radius: 8px; transition: color .2s, background .2s; }
    .nav-links a:hover { color: var(--paper-on-dark); background: rgba(255,255,255,0.06); }
    .nav-right { display: flex; align-items: center; gap: 14px; margin-left: auto; margin-right: 0; }
    .nav-login { font-size: 14.5px; font-weight: 600; color: var(--soft-on-dark); transition: color .2s; }
    .nav-login:hover { color: var(--paper-on-dark); }
    .hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; background: none; border: none; }
    .hamburger span { width: 22px; height: 2px; background: var(--paper-on-dark); border-radius: 2px; transition: .3s; }

    /* HERO */
    #hero { position: relative; overflow: hidden; background: var(--ink-900); padding: 128px 0 0; }
    @media (min-width: 981px) { #hero > .wrap { min-height: calc(100vh - 100px); display: flex; flex-direction: column; justify-content: center; } }
    .hero-aurora { position: absolute; inset: 0; pointer-events: none; }
    .hero-aurora::before, .hero-aurora::after { content: ''; position: absolute; border-radius: 50%; filter: blur(110px); }
    .hero-aurora::before { width: 680px; height: 680px; top: -260px; right: -160px; background: radial-gradient(circle, rgba(255,77,94,0.28), transparent 68%); }
    .hero-aurora::after { width: 520px; height: 520px; bottom: -240px; left: -140px; background: radial-gradient(circle, rgba(31,210,154,0.16), transparent 68%); }
    .hero-grid-tex { position: absolute; inset: 0; opacity: 0.5; pointer-events: none; background-image: linear-gradient(var(--line-dark-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark-2) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 75%); -webkit-mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 75%); }
    .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; }
    .hero-visual { position: relative; z-index: 2; width: calc(100% + min(360px, max(0px, (100vw - 1184px) / 2 - 24px))); }
    .hero-copy { max-width: 560px; }

    /* Hero video card (ported from the dashboard frame) */
    .hero-dashboard-wrap { display: flex; flex-direction: column; align-items: center; }
    .hero-watch-label { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 6px 14px 6px 10px; border-radius: 100px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); font-family: 'JetBrains Mono', monospace; font-size: 11.5px; letter-spacing: 0.02em; color: var(--soft-on-dark); }
    .hero-watch-label b { color: var(--paper-on-dark); font-weight: 600; }
    .hero-watch-label .wl-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,77,94,0.16); flex-shrink: 0; }
    /* Minimal 3-step workflow indicator under the hero video */
    .hero-flow-steps { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px 12px; margin-top: 14px; font-family: 'JetBrains Mono', monospace; font-size: 12.7px; letter-spacing: 0.01em; color: var(--soft-on-dark); }
    .hero-flow-steps .hfs-step { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 7px; border-radius: 100px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); will-change: transform; transition: border-color .45s ease, background .45s ease, color .45s ease, transform .5s cubic-bezier(.2,.7,.3,1), box-shadow .5s ease; }
    .hero-flow-steps .hfs-label { display: inline-block; text-align: left; transition: color .45s ease; }
    .hero-flow-steps .hfs-step:hover { border-color: rgba(255,77,94,0.4); background: rgba(255,255,255,0.055); transform: translateY(-1px); cursor: pointer; }
    .hero-flow-steps .hfs-step.is-active { border-color: rgba(255,97,115,0.55); background: rgba(255,255,255,0.075); color: #fff; transform: scale(1.025); box-shadow: 0 0 0 1px rgba(255,77,94,0.3), 0 10px 30px -10px rgba(255,77,94,0.5), 0 0 22px -6px rgba(255,97,115,0.5); }
    .hero-flow-steps .hfs-step.is-active .hfs-label { color: #fff; }
    .hero-flow-steps .hfs-num { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(255,77,94,0.16); color: var(--coral-bright); font-weight: 700; font-size: 12px; flex-shrink: 0; transition: background .45s ease, color .45s ease, box-shadow .45s ease; }
    .hero-flow-steps .hfs-step.is-active .hfs-num { background: linear-gradient(135deg, #ff4d5e 0%, #ff6173 55%, #ff8a5b 100%); color: #fff; box-shadow: 0 0 12px -1px rgba(255,97,115,0.7); }
    .hero-flow-steps .hfs-arrow { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 22px; color: var(--mute-on-dark); font-size: 12px; }
    .hero-flow-steps .hfs-dot { position: absolute; top: 50%; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--coral-bright); box-shadow: 0 0 8px 1px rgba(255,97,115,0.85); opacity: 0; transform: translate(0, -50%); pointer-events: none; }
    .hero-flow-steps .hfs-arrow.is-traveling .hfs-dot { animation: hfsDotTravel .68s cubic-bezier(.4,0,.2,1) both; }
    @keyframes hfsDotTravel { 0% { opacity: 0; transform: translate(-2px, -50%) scale(.6); } 18% { opacity: 1; } 82% { opacity: 1; } 100% { opacity: 0; transform: translate(20px, -50%) scale(.6); } }
    @media (min-width: 981px) { .hero-flow-steps { margin-top: 40px; } }
    @media (max-width: 560px) { .hero-flow-steps .hfs-arrow { display: none; } }
    .hero-dashboard-frame { position: relative; width: 100%; border-radius: 10px; overflow: hidden; cursor: pointer; box-shadow: 0 20px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.06); animation: dashboard-float 6s ease-in-out infinite; }
    @keyframes dashboard-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(0.3deg); } }
    .hero-dashboard-img { width: 100%; height: auto; display: block; border-radius: 10px; filter: brightness(1.19) saturate(1.06) contrast(1.03); transition: transform .6s cubic-bezier(.2,.7,.3,1), filter .6s cubic-bezier(.2,.7,.3,1); }
    .hero-dashboard-frame:hover .hero-dashboard-img, .hero-dashboard-frame:focus-visible .hero-dashboard-img { transform: scale(1.028); filter: brightness(1.24) saturate(1.1) contrast(1.04); }
    /* "Blind in" — the card resolves into focus on scroll-reveal */
    .hero-dashboard-frame { filter: blur(18px) saturate(1.4); opacity: 0; transition: filter 1.1s cubic-bezier(.2,.7,.3,1) .12s, opacity 1.1s cubic-bezier(.2,.7,.3,1) .12s; }
    .hero-visual.in .hero-dashboard-frame { filter: blur(0) saturate(1); opacity: 1; }
    /* Click-to-play overlay */
    .hero-play { position: absolute; inset: 0; z-index: 4; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background: linear-gradient(0deg, rgba(8,9,13,0.36), rgba(8,9,13,0.03)); transition: background .35s; }
    .hero-dashboard-frame:hover .hero-play, .hero-dashboard-frame:focus-visible .hero-play { background: linear-gradient(0deg, rgba(8,9,13,0.48), rgba(8,9,13,0.14)); }
    .hero-dashboard-frame:focus-visible { outline: 2px solid var(--coral-bright); outline-offset: 3px; }
    .hero-play-orb { position: relative; width: 78px; height: 78px; border-radius: 50%; background: var(--coral); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 8px rgba(255,77,94,0.22), 0 20px 50px -12px rgba(255,77,94,0.7); transition: transform .3s; }
    .hero-dashboard-frame:hover .hero-play-orb, .hero-dashboard-frame:focus-visible .hero-play-orb { transform: scale(1.09); }
    .hero-play-orb svg { width: 27px; height: 27px; margin-left: 4px; }
    .hero-play-orb::before { content: ''; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid rgba(255,77,94,0.55); animation: heroPulse 2.4s ease-out infinite; }
    @keyframes heroPulse { 0% { transform: scale(.82); opacity: .85; } 100% { transform: scale(1.55); opacity: 0; } }
    .hero-play-label { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.07em; color: var(--paper-on-dark); background: rgba(8,9,13,0.55); border: 1px solid var(--line-dark); padding: 7px 14px; border-radius: 100px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
    @media (prefers-reduced-motion: reduce) {
      .hero-dashboard-frame { animation: none; filter: none; opacity: 1; transition: none; }
      .hero-play-orb::before { animation: none; }
      .hero-flow-steps .hfs-step { transition: border-color .25s, background .25s; transform: none; }
      .hero-flow-steps .hfs-step.is-active { transform: none; }
      .hero-flow-steps .hfs-arrow.is-traveling .hfs-dot { animation: none; }
    }
    @media (min-width: 981px) {
      .hero-dashboard-frame { aspect-ratio: 16 / 10; }
      .hero-dashboard-img { height: 100%; object-fit: cover; object-position: left center; }
    }
    .hero-pill { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 28px; padding: 7px 14px 7px 8px; border-radius: 100px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); font-size: 13px; color: var(--soft-on-dark); font-weight: 500; transition: border-color .3s cubic-bezier(.2,.7,.3,1), background .3s cubic-bezier(.2,.7,.3,1), transform .3s cubic-bezier(.2,.7,.3,1); }
    .hero-pill:hover { border-color: rgba(255,77,94,0.42); background: rgba(255,255,255,0.06); transform: translateY(-1px); }
    .hero-pill b { color: var(--paper-on-dark); font-weight: 600; }
    .hero-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--jade); box-shadow: 0 0 0 4px rgba(31,210,154,0.18); animation: blip 2.2s ease-in-out infinite; }
    @keyframes blip { 0%,100% { opacity:1; } 50% { opacity:.45; } }
    .hero-title { font-size: clamp(34px, 4.35vw, 52px); color: var(--paper-on-dark); font-weight: 800; line-height: 1.04; letter-spacing: -0.028em; }
    .hero-title .hero-title-hl { color: var(--paper-on-dark); }
    .hero-title .hero-title-line3 { white-space: nowrap; font-size: 0.88em; }
    .hero-title .grad { position: relative; background: linear-gradient(100deg, #ff4d5e 0%, #ff6173 42%, #ff8a5b 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .hero-sub { font-size: 18px; color: var(--soft-on-dark); margin: 26px 0 26px; line-height: 1.62; max-width: 512px; }
    .hero-sub b { color: var(--paper-on-dark); font-weight: 600; }
    .hero-flowline { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; font-family: 'JetBrains Mono', monospace; font-size: 12.5px; color: var(--soft-on-dark); }
    .hero-flowline b { color: var(--paper-on-dark); font-weight: 600; }
    .hero-flowline .step { display: inline-flex; align-items: center; gap: 7px; }
    .hero-flowline .step .d { width: 7px; height: 7px; border-radius: 50%; }
    .hero-flowline .a { color: var(--coral); }
    .hero-cta { display: flex; align-items: center; gap: 14px; flex-wrap: nowrap; }
    .hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 32px; flex-wrap: wrap; }
    .hero-trust-line { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--mute-on-dark); }
    .hero-trust-line svg { width: 15px; height: 15px; color: var(--jade); flex-shrink: 0; }
    .hero-cta { margin-bottom: 30px; }
    .hero-powerline { font-size: 14.5px; color: var(--soft-on-dark); margin-bottom: 20px; }
    .hero-powerline strong { color: var(--coral-bright); font-weight: 700; }
    .hero-bullets { display: grid; grid-template-columns: repeat(2, max-content); column-gap: 36px; row-gap: 14px; align-items: center; }
    .hero-bullet { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--paper-on-dark); }
    .hero-bullet-icon { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(31,210,154,0.16); color: var(--jade); flex-shrink: 0; }
    .hero-bullet-icon svg { width: 10px; height: 10px; }
    .hero-trust-details { display: flex; flex-direction: column; gap: 4px; }
    .hero-rating { display: flex; gap: 2px; }
    .hero-rating .star { color: var(--amber); font-size: 15px; line-height: 1; }
    .hero-rating .star.half { color: rgba(255,178,62,0.5); }
    .hero-trust-text { font-size: 13.5px; color: var(--mute-on-dark); }
    .hero-trust-text strong { color: var(--paper-on-dark); font-weight: 700; }

    #proof-bar { background: var(--ink-950); border-top: 1px solid var(--line-dark-2); padding: 52px 0 54px; margin-top: 32px; }
    .proof-head { text-align: center; max-width: 900px; margin: 0 auto 18px; }
    .proof-kicker { display: inline-block; margin-bottom: 16px; font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coral-bright); }
    .proof-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(26px, 3.7vw, 46px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; color: var(--paper-on-dark); white-space: nowrap; }
    .proof-title .hl { background: linear-gradient(135deg, #ff4d5e 0%, #ff6173 50%, #ff8a5b 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    @media (max-width: 680px) { .proof-title { white-space: normal; } }
    .proof-sub { margin-top: 18px; font-size: 18px; line-height: 1.6; color: var(--soft-on-dark); }
    .proof-badge { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; padding: 6px 13px 6px 10px; border-radius: 100px; background: rgba(31,210,154,0.1); border: 1px solid rgba(31,210,154,0.32); color: var(--jade-soft); font-family: 'JetBrains Mono', monospace; font-size: 11.5px; font-weight: 600; letter-spacing: 0.04em; }
    .proof-badge svg { width: 12px; height: 12px; color: var(--jade); }
    .proof-subnote { margin: 14px auto 0; max-width: 680px; font-size: 14px; line-height: 1.6; color: var(--mute-on-dark); }
    /* ── Proven Results — analytics-dashboard redesign ── */
    #proof-bar { position: relative; overflow: hidden; }
    .pa-glow { position: absolute; left: 50%; top: 58%; width: min(1120px, 94%); height: 560px; transform: translate(-50%, -50%); pointer-events: none; z-index: 0; background: radial-gradient(58% 56% at 50% 45%, rgba(255,77,94,0.10), rgba(255,77,94,0.028) 46%, transparent 72%); filter: blur(14px); }
    .pa-shell { position: relative; z-index: 1; }
    .pa-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 720px; margin: 0 auto 14px; padding: 0 4px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.05em; color: var(--mute-on-dark); }
    .pa-tb-left { display: inline-flex; align-items: center; gap: 9px; color: var(--soft-on-dark); text-transform: uppercase; letter-spacing: 0.1em; }
    .pa-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--jade); box-shadow: 0 0 0 4px rgba(31,210,154,0.16); animation: blip 2s ease-in-out infinite; }
    .pa-tb-right { display: inline-flex; align-items: center; gap: 16px; }
    .pa-tb-right span { display: inline-flex; align-items: center; gap: 6px; }
    .pa-tb-right svg { width: 12px; height: 12px; opacity: 0.85; }

    .pa-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 720px; margin: 0 auto; align-items: stretch; }
    .pa-card { position: relative; display: flex; flex-direction: column; padding: 22px 22px 20px; border-radius: var(--r-lg); border: 1px solid var(--line-dark); background: linear-gradient(165deg, rgba(255,255,255,0.038), rgba(255,255,255,0.008)); box-shadow: 0 24px 60px -34px rgba(0,0,0,0.85), inset 0 1px 0 rgba(255,255,255,0.04); overflow: hidden; transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s ease, border-color .4s ease; }
    .pa-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(120% 82% at 50% 0%, rgba(255,77,94,0.07), transparent 62%); opacity: 0; transition: opacity .4s ease; pointer-events: none; }
    .pa-card:hover { transform: translateY(-5px); border-color: rgba(255,77,94,0.28); box-shadow: 0 34px 78px -34px rgba(0,0,0,0.9), 0 0 40px -14px rgba(255,77,94,0.4), inset 0 1px 0 rgba(255,255,255,0.06); }
    .pa-card:hover::before { opacity: 1; }
    .pa-card.is-featured { border-color: rgba(255,97,115,0.34); background: linear-gradient(165deg, rgba(255,77,94,0.07), rgba(255,255,255,0.006)); box-shadow: 0 28px 66px -34px rgba(0,0,0,0.9), 0 0 44px -16px rgba(255,77,94,0.42), inset 0 1px 0 rgba(255,255,255,0.05); }
    .pa-card.is-featured::before { opacity: .6; }
    .pa-card.is-featured:hover { transform: translateY(-6px); }

    .pa-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
    .pa-ico { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(255,77,94,0.12); border: 1px solid rgba(255,77,94,0.24); color: var(--coral-bright); transition: transform .4s cubic-bezier(.2,.7,.3,1); }
    .pa-ico svg { width: 17px; height: 17px; }
    .pa-card:hover .pa-ico { transform: scale(1.08) translateY(-1px); }
    .pa-card.is-featured .pa-ico { background: rgba(255,77,94,0.2); border-color: rgba(255,97,115,0.5); }
    .pa-tag { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute-on-dark); padding: 4px 8px; border-radius: 6px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark-2); }

    .pa-metric { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; letter-spacing: -0.02em; line-height: 1; font-size: 30px; background: linear-gradient(100deg, #ff4d5e, #ff6173 55%, #ff8a5b); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; width: fit-content; }
    .pa-label { margin-top: 9px; font-size: 13.5px; font-weight: 600; color: var(--paper-on-dark); letter-spacing: 0.01em; }
    .pa-desc { margin-top: 5px; font-size: 11.5px; line-height: 1.45; color: var(--soft-on-dark); }

    .pa-viz { margin-top: auto; padding-top: 18px; width: 100%; }
    .pa-viz svg { display: block; width: 100%; height: 48px; }
    .pa-line { fill: none; stroke: var(--coral-bright); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .pa-draw { stroke-dasharray: 1; stroke-dashoffset: 1; }
    .reveal.in .pa-draw { animation: paDraw 1.7s cubic-bezier(.25,.6,.25,1) .25s forwards; }
    @keyframes paDraw { to { stroke-dashoffset: 0; } }
    .pa-bars { display: flex; align-items: flex-end; gap: 5px; height: 48px; }
    .pa-bar { flex: 1; border-radius: 3px 3px 2px 2px; background: linear-gradient(180deg, var(--coral-bright), rgba(255,77,94,0.32)); transform: scaleY(0.001); transform-origin: bottom; }
    .reveal.in .pa-bar { animation: paBar .85s cubic-bezier(.2,.8,.3,1) forwards; }
    @keyframes paBar { from { transform: scaleY(0.001); } to { transform: scaleY(1); } }
    .pa-bar:nth-child(1) { animation-delay: .30s; } .pa-bar:nth-child(2) { animation-delay: .37s; }
    .pa-bar:nth-child(3) { animation-delay: .44s; } .pa-bar:nth-child(4) { animation-delay: .51s; }
    .pa-bar:nth-child(5) { animation-delay: .58s; } .pa-bar:nth-child(6) { animation-delay: .65s; }
    .pa-bar:nth-child(7) { animation-delay: .72s; }

    .pa-trend { margin-top: 16px; display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; padding: 5px 11px; border-radius: 100px; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.01em; }
    .pa-trend svg { width: 12px; height: 12px; }
    .pa-trend.up { color: var(--jade-soft); background: rgba(31,210,154,0.1); border: 1px solid rgba(31,210,154,0.3); }
    .pa-trend.hot { color: var(--coral-bright); background: rgba(255,77,94,0.1); border: 1px solid rgba(255,77,94,0.3); }

    .pa-trust { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 22px; max-width: 880px; margin: 10px auto 0; }
    #proof-bar .results-video { max-width: 1056px; margin-top: 20px; }
    .pa-trust-item { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; line-height: 1.5; color: var(--soft-on-dark); }
    .pa-trust-item.muted { color: var(--mute-on-dark); }
    .pa-trust-item svg { width: 16px; height: 16px; flex-shrink: 0; }
    .pa-trust-item.verified { color: #86efac; font-weight: 600; }
    .pa-trust-item.verified svg { color: #86efac; }
    .pa-trust-sep { width: 1px; height: 16px; background: var(--line-dark); }
    .pa-note { display: flex; align-items: center; gap: 9px; width: max-content; max-width: 100%; margin: 18px auto 0; padding: 8px 16px; border-radius: 100px; background: rgba(255,77,94,0.1); border: 1px solid rgba(255,77,94,0.3); font-size: 14px; font-weight: 500; line-height: 1.4; color: var(--coral-bright); }
    .pa-note svg { width: 16px; height: 16px; color: var(--coral-bright); flex-shrink: 0; }

    .pa-card.reveal:nth-child(1) { transition-delay: .04s; }
    .pa-card.reveal:nth-child(2) { transition-delay: .12s; }
    .pa-card.reveal:nth-child(3) { transition-delay: .20s; }

    @media (max-width: 720px) { #proof-bar { padding: 44px 0 46px; } .proof-head { margin-bottom: 30px; } }
    @media (max-width: 720px) {
      .pa-grid { grid-template-columns: 1fr; gap: 14px; max-width: 440px; }
      .pa-toolbar, .pa-trust { max-width: 440px; }
      .pa-card { padding: 22px 20px 20px; }
      .pa-trust { gap: 8px 16px; }
      .pa-trust-sep { display: none; }
    }
    @media (max-width: 540px) {
      .pa-toolbar { flex-direction: column; align-items: flex-start; gap: 8px; }
      .pa-trust { flex-direction: column; text-align: center; }
      .pa-trust-item { justify-content: center; }
      .pa-note { border-radius: 16px; text-align: left; }
    }
    .hero-avatars { display: flex; align-items: center; }
    .hero-avatars img { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--ink-900); margin-left: -9px; object-fit: cover; }
    .hero-avatars img:first-child { margin-left: 0; }

    /* Console shell (reused) */
    .console { position: relative; border-radius: var(--r-xl); overflow: hidden; background: linear-gradient(165deg, var(--ink-850), var(--ink-900)); border: 1px solid var(--line-dark); box-shadow: 0 40px 90px -40px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,255,255,0.03) inset; }
    .console-bar { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid var(--line-dark-2); }
    .console-dots { display: flex; gap: 6px; }
    .console-dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
    .cd-r { background: #ff5f57; } .cd-y { background: #febc2e; } .cd-g { background: #28c840; }
    .console-tab { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--soft-on-dark); margin-left: 10px; letter-spacing: 0.04em; }
    .console-live { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--jade); letter-spacing: 0.1em; }
    .console-live .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--jade); animation: blip 1.6s infinite; }

    /* HERO CLARITY LOOP (Input → Output → Result) */
    .clarity-body { padding: 20px; }
    .console-gif { display: block; width: 100%; height: auto; }
    .cl-stage { background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark-2); border-radius: var(--r-md); padding: 16px; }
    .cl-label { display: flex; align-items: center; gap: 9px; font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute-on-dark); margin-bottom: 13px; }
    .cl-label .n { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #fff; font-weight: 700; }
    .cl-in .n { background: var(--coral); } .cl-out .n { background: #8b5cf6; } .cl-res .n { background: var(--jade); }
    .cl-search { display: flex; align-items: center; gap: 10px; }
    .cl-field { flex: 1; display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.05); border: 1px solid var(--line-dark); border-radius: 10px; padding: 11px 14px; font-size: 14px; color: var(--paper-on-dark); font-weight: 600; }
    .cl-field svg { width: 15px; height: 15px; color: var(--mute-on-dark); flex-shrink: 0; }
    .cl-field .cur { width: 1.5px; height: 15px; background: var(--coral); animation: blip 1s steps(1) infinite; }
    .cl-gen { background: var(--coral); color: #fff; border: none; border-radius: 10px; padding: 11px 16px; font-size: 12.5px; font-weight: 700; font-family: 'Hanken Grotesk'; white-space: nowrap; }
    .cl-pins { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
    .cl-pin { aspect-ratio: 2/3; border-radius: 7px; animation: pinpulse 3s ease-in-out infinite; }
    .cl-pin:nth-child(2){animation-delay:.25s} .cl-pin:nth-child(3){animation-delay:.5s} .cl-pin:nth-child(4){animation-delay:.75s} .cl-pin:nth-child(5){animation-delay:1s} .cl-pin:nth-child(6){animation-delay:1.25s}
    .cl-out-meta { font-size: 11.5px; color: var(--mute-on-dark); margin-top: 10px; font-family: 'JetBrains Mono', monospace; }
    .cl-result-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
    .cl-chip { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--paper-on-dark); background: rgba(255,255,255,0.05); border: 1px solid var(--line-dark); border-radius: 100px; padding: 8px 13px; }
    .cl-chip.jade { color: var(--jade-soft); border-color: rgba(31,210,154,0.3); background: rgba(31,210,154,0.08); }
    .cl-chip svg { width: 14px; height: 14px; }
    .cl-arrow { display: flex; justify-content: center; padding: 9px 0; color: var(--mute-on-dark); }
    .cl-arrow svg { width: 18px; height: 18px; }
    .clarity-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(8,9,13,0.55); backdrop-filter: blur(2px); cursor: pointer; opacity: 0; transition: opacity .3s; z-index: 3; }
    .console:hover .clarity-play { opacity: 1; }
    .play-orb { width: 72px; height: 72px; border-radius: 50%; background: var(--coral); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 8px rgba(255,77,94,0.22), 0 20px 50px -12px rgba(255,77,94,0.7); }
    .play-orb svg { width: 24px; height: 24px; margin-left: 3px; }
    .console-caption { position: absolute; left: 18px; bottom: 16px; z-index: 4; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--paper-on-dark); display: flex; align-items: center; gap: 8px; background: rgba(8,9,13,0.6); padding: 7px 12px; border-radius: 100px; border: 1px solid var(--line-dark); }
    .console-caption .pp { width: 20px; height: 20px; border-radius: 50%; background: var(--coral); display: flex; align-items: center; justify-content: center; }
    .console-caption .pp svg { width: 9px; height: 9px; color: #fff; margin-left: 1px; }

    /* HERO DEMO CARD (premium mockup) */
    .demo-stage { position: relative; isolation: isolate; }
    .demo-glow { position: absolute; inset: -12% -10% -16% -8%; z-index: 0; pointer-events: none;
      background: radial-gradient(58% 56% at 68% 36%, rgba(255,77,94,0.40), transparent 70%),
                  radial-gradient(48% 60% at 24% 82%, rgba(139,92,246,0.20), transparent 72%);
      filter: blur(50px); opacity: 0.9; }
    .demo-card { position: relative; z-index: 2; display: flex; flex-direction: column; width: 100%; max-width: 710px; aspect-ratio: 710 / 444; margin-left: auto; border-radius: var(--r-xl); overflow: hidden;
      background: linear-gradient(168deg, rgba(27,31,46,0.92), rgba(12,14,20,0.94));
      border: 1px solid rgba(255,255,255,0.13);
      box-shadow: 0 1px 0 rgba(255,255,255,0.10) inset, 0 0 0 1px rgba(255,255,255,0.03),
        0 50px 120px -48px rgba(0,0,0,0.95), 0 26px 60px -44px rgba(255,77,94,0.40);
      -webkit-backdrop-filter: blur(14px) saturate(140%); backdrop-filter: blur(14px) saturate(140%); }
    .demo-bar { display: flex; align-items: center; gap: 12px; flex-shrink: 0; padding: 12px 15px; border-bottom: 1px solid rgba(255,255,255,0.07); background: rgba(255,255,255,0.02); }
    .demo-dots { display: flex; gap: 7px; flex-shrink: 0; }
    .demo-dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
    .demo-dots i:nth-child(1) { background: #ff5f57; } .demo-dots i:nth-child(2) { background: #febc2e; } .demo-dots i:nth-child(3) { background: #28c840; }
    .demo-url { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 1; min-width: 0; max-width: 300px; margin: 0 auto; font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--soft-on-dark); background: rgba(255,255,255,0.05); border: 1px solid var(--line-dark); border-radius: 8px; padding: 6px 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .demo-url svg { width: 12px; height: 12px; color: var(--jade); opacity: 0.85; flex-shrink: 0; }
    .demo-live { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--jade-soft); background: rgba(31,210,154,0.10); border: 1px solid rgba(31,210,154,0.28); border-radius: 100px; padding: 5px 11px; }
    .demo-live .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--jade); box-shadow: 0 0 0 3px rgba(31,210,154,0.20); animation: blip 1.6s infinite; }
    .demo-media { position: relative; flex: 1 1 auto; min-height: 0; }
    .demo-gif { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .demo-scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(8,9,13,0.82) 0%, rgba(8,9,13,0.30) 22%, rgba(8,9,13,0) 42%); }
    .demo-pill { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 600; color: var(--paper-on-dark); background: rgba(8,9,13,0.60); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.14); border-radius: 100px; padding: 9px 16px 9px 9px; box-shadow: 0 14px 36px -14px rgba(0,0,0,0.85); }
    .demo-pill-orb { width: 26px; height: 26px; border-radius: 50%; background: var(--coral); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 0 0 4px rgba(255,77,94,0.22), 0 6px 16px -4px rgba(255,77,94,0.7); }
    .demo-pill-orb svg { width: 10px; height: 10px; color: #fff; margin-left: 1px; }
    .demo-badge { position: absolute; z-index: 4; top: -24px; right: -16px; display: inline-flex; align-items: center; gap: 11px; padding: 11px 16px 11px 11px; border-radius: 16px;
      background: linear-gradient(150deg, rgba(28,32,48,0.97), rgba(14,16,24,0.97));
      border: 1px solid rgba(255,255,255,0.15);
      box-shadow: 0 22px 48px -18px rgba(0,0,0,0.85), 0 0 0 1px rgba(255,255,255,0.03) inset;
      -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); animation: floaty 5.5s ease-in-out infinite; }
    .demo-badge-icon { width: 34px; height: 34px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: linear-gradient(140deg, var(--coral), var(--coral-deep)); color: #fff; box-shadow: 0 10px 22px -8px rgba(255,77,94,0.75); }
    .demo-badge-icon svg { width: 16px; height: 16px; }
    .demo-badge-txt { display: flex; flex-direction: column; line-height: 1.2; }
    .demo-badge-txt b { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14.5px; font-weight: 800; color: var(--paper-on-dark); letter-spacing: -0.01em; }
    .demo-badge-txt small { font-size: 11px; color: var(--soft-on-dark); }
    @keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

    .float-chip { position: absolute; z-index: 6; display: flex; align-items: center; gap: 10px; background: rgba(15,18,28,0.92); border: 1px solid var(--line-dark); border-radius: 13px; padding: 11px 14px; box-shadow: 0 18px 40px -16px rgba(0,0,0,0.8); animation: floaty 5s ease-in-out infinite; }
    .float-chip .fc-ico { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .float-chip .fc-ico svg { width: 16px; height: 16px; color: #fff; }
    .fc-main { font-size: 13px; font-weight: 700; color: var(--paper-on-dark); }
    .fc-sub { font-size: 11px; color: var(--mute-on-dark); }
    .float-a { top: -22px; right: 22px; } .float-b { bottom: -20px; left: -26px; animation-delay: 1.4s; }
    @keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

    .logostrip { border-top: 1px solid var(--line-dark-2); margin-top: 64px; padding-top: 32px; }
    .logostrip-label { text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.16em; color: var(--mute-on-dark); text-transform: uppercase; margin-bottom: 20px; }
    .logostrip-row { display: flex; align-items: center; justify-content: center; gap: 44px; flex-wrap: wrap; }
    .logostrip-row span { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 19px; color: rgba(244,240,232,0.34); letter-spacing: -0.01em; transition: color .2s; }
    .logostrip-row span:hover { color: rgba(244,240,232,0.7); }

    /* Pin gradients (shared) */
    .pn-a { background: linear-gradient(150deg,#ff4d5e,#ff8a5b); } .pn-b { background: linear-gradient(150deg,#8b5cf6,#ff8a5b); }
    .pn-c { background: linear-gradient(150deg,#3b82f6,#06b6d4); } .pn-d { background: linear-gradient(150deg,#1fd29a,#34d399); }
    .pn-e { background: linear-gradient(150deg,#f59e0b,#ef4444); } .pn-f { background: linear-gradient(150deg,#6366f1,#ff4d5e); }
    @keyframes pinpulse { 0%,100% { opacity:.55; transform: translateY(0); } 50% { opacity:1; transform: translateY(-4px); } }

    /* ═══ DEMO FLOW (NEW) ═══ */
    #flow { background: var(--paper); padding: 110px 0; }
    .flow-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; margin-top: 56px; }
    .flow-step { background: var(--paper-card); border: 1px solid var(--line-light); border-radius: var(--r-xl); padding: 30px; display: flex; flex-direction: column; box-shadow: 0 20px 50px -36px rgba(20,16,8,0.4); }
    .flow-arrow { display: flex; align-items: center; justify-content: center; padding: 0 16px; color: var(--coral); }
    .flow-arrow svg { width: 28px; height: 28px; }
    .flow-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-text-mute); margin-bottom: 16px; display: flex; align-items: center; gap: 9px; }
    .flow-num .b { width: 24px; height: 24px; border-radius: 7px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 800; font-family: 'Bricolage Grotesque'; }
    .flow-b1 { background: var(--coral); } .flow-b2 { background: #8b5cf6; } .flow-b3 { background: var(--jade); }
    .flow-h { font-size: 21px; color: var(--ink-text); margin-bottom: 8px; }
    .flow-p { font-size: 14px; color: var(--ink-text-soft); line-height: 1.55; margin-bottom: 20px; }
    .flow-visual { margin-top: auto; }
    .flow-keyword { display: inline-flex; align-items: center; gap: 9px; background: var(--paper); border: 1.5px solid var(--coral); border-radius: 100px; padding: 12px 18px; font-size: 15px; font-weight: 700; color: var(--coral-deep); }
    .flow-pins { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
    .flow-pin { aspect-ratio: 2/3; border-radius: 7px; }
    .flow-meta { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
    .flow-meta li { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--ink-text-soft); font-weight: 500; }
    .flow-meta svg { width: 15px; height: 15px; color: var(--jade); flex-shrink: 0; }
    .flow-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
    .flow-cal span { aspect-ratio: 1; border-radius: 4px; background: rgba(20,16,8,0.07); }
    .flow-cal span.on { background: linear-gradient(150deg,#ff4d5e,#ff8a5b); }
    .flow-cal span.on2 { background: linear-gradient(150deg,#1fd29a,#34d399); }
    .flow-cta-row { text-align: center; margin-top: 44px; }
    .flow-cta-note { font-size: 13.5px; color: var(--ink-text-mute); margin-top: 12px; }

    /* Video frame (reused for walkthrough + features) */
    .vframe { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-dark); background: var(--ink-850); box-shadow: 0 30px 70px -34px rgba(0,0,0,0.85); cursor: pointer; }
    .vframe-poster { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
    .vframe-poster video, .vframe-poster img { width: 100%; height: 100%; object-fit: cover; }
    .vframe-gif { position: absolute; inset: 0; z-index: 2; display: block; }
    .vframe:not(.js-play) { cursor: default; }
    .vframe-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; }
    .vf-bar { display: flex; align-items: center; gap: 7px; padding: 12px 14px; border-bottom: 1px solid var(--line-dark-2); }
    .vf-bar i { width: 9px; height: 9px; border-radius: 50%; }
    .vf-canvas { flex: 1; position: relative; overflow: hidden; }
    .vframe-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 4; background: linear-gradient(0deg, rgba(8,9,13,0.5), rgba(8,9,13,0.15)); transition: background .3s; }
    .vframe:hover .vframe-play { background: linear-gradient(0deg, rgba(8,9,13,0.62), rgba(8,9,13,0.25)); }
    .vframe-play .play-orb { width: 60px; height: 60px; box-shadow: 0 0 0 7px rgba(255,77,94,0.2), 0 14px 36px -10px rgba(255,77,94,0.65); transition: transform .3s; }
    .vframe:hover .vframe-play .play-orb { transform: scale(1.08); }
    .vframe-play .play-orb svg { width: 21px; height: 21px; }
    .vf-dur { position: absolute; right: 12px; bottom: 12px; z-index: 5; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #fff; background: rgba(8,9,13,0.7); border: 1px solid var(--line-dark); padding: 4px 9px; border-radius: 6px; }
    .results-video { max-width: 880px; margin: 56px auto 0; }
    .rv-head { text-align: center; margin-bottom: 24px; }
    .rv-h { font-size: clamp(22px, 3vw, 30px); font-weight: 800; margin-top: 14px; color: var(--paper-on-dark); letter-spacing: -0.02em; }
    .results-video .sec-sub { margin-top: 10px; }
    .vf-tag { position: absolute; left: 12px; bottom: 12px; z-index: 5; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--paper-on-dark); background: rgba(8,9,13,0.7); border: 1px solid var(--line-dark); padding: 5px 10px; border-radius: 100px; }
    .poster-grad-1 { background: radial-gradient(120% 120% at 0% 0%, #2a1730, #11131e); }
    .poster-grad-2 { background: radial-gradient(120% 120% at 100% 0%, #11271f, #11131e); }
    .poster-grad-3 { background: radial-gradient(120% 120% at 0% 100%, #161d33, #11131e); }
    .poster-grad-4 { background: radial-gradient(120% 120% at 100% 100%, #2a1820, #11131e); }
    .poster-pins { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; padding: 18px; }
    .poster-pin { border-radius: 9px; aspect-ratio: 2/3; animation: pinpulse 3s ease-in-out infinite; }
    .poster-pin:nth-child(2){ animation-delay:.3s } .poster-pin:nth-child(3){ animation-delay:.6s } .poster-pin:nth-child(4){ animation-delay:.9s }
    .poster-pin:nth-child(5){ animation-delay:1.2s } .poster-pin:nth-child(6){ animation-delay:1.5s } .poster-pin:nth-child(7){ animation-delay:1.8s } .poster-pin:nth-child(8){ animation-delay:2.1s }
    .poster-cal { position: absolute; inset: 0; padding: 22px; display: grid; grid-template-columns: repeat(7,1fr); grid-auto-rows: 1fr; gap: 7px; }
    .cal-cell { border-radius: 6px; background: rgba(255,255,255,0.05); border: 1px solid var(--line-dark-2); position: relative; }
    .cal-cell.has::after { content:''; position:absolute; inset: 5px; border-radius: 4px; background: linear-gradient(150deg,#ff4d5e,#ff8a5b); animation: pinpulse 3s ease-in-out infinite; }
    .cal-cell.has2::after { background: linear-gradient(150deg,#1fd29a,#34d399); }
    .cal-cell.has3::after { background: linear-gradient(150deg,#8b5cf6,#ff8a5b); }
    .poster-chart { position: absolute; inset: 0; padding: 26px; display: flex; align-items: flex-end; gap: 12px; }
    .chart-bar { flex: 1; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, #1fd29a, rgba(31,210,154,0.25)); animation: grow 2.4s ease-in-out infinite alternate; transform-origin: bottom; }
    @keyframes grow { from { transform: scaleY(.5); } to { transform: scaleY(1); } }
    .poster-chart .chart-bar:nth-child(1){ height: 40%; animation-delay: 0s } .poster-chart .chart-bar:nth-child(2){ height: 62%; animation-delay: .2s }
    .poster-chart .chart-bar:nth-child(3){ height: 50%; animation-delay: .4s } .poster-chart .chart-bar:nth-child(4){ height: 80%; animation-delay: .6s }
    .poster-chart .chart-bar:nth-child(5){ height: 68%; animation-delay: .8s } .poster-chart .chart-bar:nth-child(6){ height: 95%; animation-delay: 1s }
    .poster-brands { position: absolute; inset: 0; padding: 22px; display: flex; flex-direction: column; gap: 10px; justify-content: center; }
    .brand-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 11px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark-2); }
    .brand-dot { width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0; }
    .brand-line { height: 8px; border-radius: 4px; background: rgba(255,255,255,0.14); }

    /* ═══ WALKTHROUGH (6 steps) ═══ */
    #walk { background: var(--ink-900); padding: 110px 0; position: relative; overflow: hidden; }
    #walk .hero-grid-tex { opacity: 0.4; }
    .walk-steps { margin-top: 60px; display: flex; flex-direction: column; gap: 40px; position: relative; z-index: 2; }
    .walk-step { display: grid; grid-template-columns: 1fr 1.32fr; gap: 52px; align-items: center; padding: 40px 0; }
    .walk-step.flip { grid-template-columns: 1.32fr 1fr; }
    .walk-step.flip .ws-copy { order: 2; } .walk-step.flip .ws-visual { order: 1; }
    .walk-step + .walk-step { border-top: 1px solid var(--line-dark-2); }
    .ws-index { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
    .ws-num { font-family: 'Bricolage Grotesque', sans-serif; font-size: 54px; font-weight: 800; line-height: 1; color: var(--paper-on-dark); }
    .ws-num span { color: var(--coral); }
    .ws-label { font-family: 'JetBrains Mono', monospace; font-size: 12.1px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute-on-dark); }
    .ws-h { font-size: 26px; color: var(--paper-on-dark); margin-bottom: 12px; }
    .ws-p { font-size: 16px; color: var(--soft-on-dark); line-height: 1.6; max-width: 420px; }
    /* Walkthrough GIF presentation — brand glow, larger radius, gentle hover + subtle scroll parallax */
    .ws-visual { will-change: transform; transition: transform .1s linear; }
    #walk .vframe { border-radius: 18px; box-shadow: 0 30px 70px -34px rgba(0,0,0,0.85), 0 0 0 1px rgba(255,77,94,0.05), 0 18px 60px -34px rgba(255,77,94,0.28); transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s cubic-bezier(.2,.7,.3,1), border-color .4s cubic-bezier(.2,.7,.3,1); }
    #walk .vframe:hover { transform: translateY(-6px); border-color: rgba(255,77,94,0.34); box-shadow: 0 42px 92px -40px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,77,94,0.14), 0 28px 82px -32px rgba(255,77,94,0.45); }
    #walk .vframe-poster { border-radius: 17px; }
    /* Hover "Play Demo" indicator */
    .vf-playhint { display: none; }
    .vframe:hover .vf-playhint, .vframe:focus-visible .vf-playhint { opacity: 1; }
    .vf-playhint .ph-orb { width: 52px; height: 52px; border-radius: 50%; background: var(--coral); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 7px rgba(255,77,94,0.2), 0 14px 36px -10px rgba(255,77,94,0.65); transform: scale(.9); transition: transform .32s cubic-bezier(.2,.7,.3,1); }
    .vframe:hover .vf-playhint .ph-orb { transform: scale(1); }
    .vf-playhint .ph-orb svg { width: 18px; height: 18px; margin-left: 3px; }
    .vf-playhint .ph-text { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: rgba(8,9,13,0.6); border: 1px solid var(--line-dark); padding: 6px 12px; border-radius: 100px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }

    /* Walkthrough closing CTA */
    .walk-cta { margin-top: 60px; text-align: center; padding: 52px 32px; border-radius: 22px; border: 1px solid var(--line-dark); background: radial-gradient(130% 150% at 50% 0%, rgba(255,77,94,0.11), rgba(255,255,255,0.014) 62%); position: relative; z-index: 2; }
    .walk-cta-h { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(24px, 3.2vw, 34px); font-weight: 800; color: var(--paper-on-dark); letter-spacing: -0.02em; line-height: 1.15; }
    .walk-cta-sub { font-size: 16.5px; color: var(--soft-on-dark); line-height: 1.6; max-width: 540px; margin: 15px auto 30px; }
    .walk-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
    .walk-cta-trust { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px 22px; margin-top: 22px; font-size: 13px; color: var(--soft-on-dark); }
    .walk-cta-trust span { display: inline-flex; align-items: center; gap: 7px; }
    .walk-cta-trust svg { width: 13px; height: 13px; color: var(--jade); flex-shrink: 0; }
    @media (max-width: 560px) { .walk-cta { padding: 40px 22px; } .walk-cta-btns { flex-direction: column; } .walk-cta-btns .btn { width: 100%; } }

    /* ═══ RESULTS ═══ */
    #results { background: var(--ink-950); padding: 110px 0; position: relative; overflow: hidden; }
    #results .hero-aurora::before { background: radial-gradient(circle, rgba(255,77,94,0.22), transparent 68%); top: -300px; }
    #results .hero-aurora::after { background: radial-gradient(circle, rgba(255,138,91,0.16), transparent 68%); }
    .results-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
    .result-card { border-radius: var(--r-xl); padding: 40px 30px 36px; min-height: 262px; display: flex; flex-direction: column; background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); text-align: left; transition: transform .35s cubic-bezier(.2,.7,.3,1), border-color .35s, background .35s, box-shadow .35s; }
    .result-card:hover { transform: translateY(-6px); border-color: rgba(255,77,94,0.38); background: rgba(255,255,255,0.05); box-shadow: 0 26px 60px -32px rgba(255,77,94,0.42), 0 0 0 1px rgba(255,77,94,0.12); }
    .result-ico { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; background: rgba(255,77,94,0.12); border: 1px solid rgba(255,77,94,0.22); color: var(--coral-bright); }
    .result-ico svg { width: 22px; height: 22px; }
    .result-num { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(34px, 3.8vw, 56px); font-weight: 800; line-height: 1; margin-top: auto; white-space: nowrap; background: linear-gradient(135deg, #ff4d5e 0%, #ff6173 50%, #ff8a5b 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .result-label { font-size: 15.5px; color: var(--soft-on-dark); margin-top: 14px; font-weight: 500; }
    .result-sub { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--mute-on-dark); margin-top: 9px; line-height: 1.4; }
    .result-sub svg { width: 13px; height: 13px; color: var(--jade); flex-shrink: 0; }
    .results-foot { position: relative; z-index: 2; text-align: center; margin-top: 40px; font-family: 'JetBrains Mono', monospace; font-size: 12.5px; letter-spacing: 0.06em; color: var(--soft-on-dark); display: flex; align-items: center; gap: 9px; width: 100%; justify-content: center; }
    .results-foot .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--jade); animation: blip 1.8s infinite; }
    .results-foot svg { width: 15px; height: 15px; color: var(--jade); flex-shrink: 0; }
    /* Analytics preview — larger presentation, premium shadow + soft brand glow */
    #results .results-video { max-width: 940px; margin: 60px auto 0; }
    #results .results-video .rv-head { margin-bottom: 30px; }
    #results .results-video .vframe { border-radius: 18px; box-shadow: 0 40px 100px -42px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,77,94,0.06), 0 24px 82px -42px rgba(255,77,94,0.3); transition: transform .45s cubic-bezier(.2,.7,.3,1), box-shadow .45s cubic-bezier(.2,.7,.3,1); }
    #results .results-video .vframe:hover { transform: translateY(-5px); box-shadow: 0 52px 122px -46px rgba(0,0,0,0.92), 0 0 0 1px rgba(255,77,94,0.14), 0 34px 104px -42px rgba(255,77,94,0.45); }
    @media (max-width: 980px) { #results .results-video { max-width: 720px; } }
    @media (max-width: 560px) { .results-grid { grid-template-columns: 1fr; } }

    /* ═══ SOCIAL PROOF ═══ */
    #proof { background: var(--paper); padding: 110px 0; }
    .casestudy { display: grid; grid-template-columns: 1fr 1.05fr; margin-top: 56px; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line-light); box-shadow: 0 40px 90px -50px rgba(20,16,8,0.4); }
    .cs-left { background: var(--ink-900); color: var(--paper-on-dark); padding: 48px; }
    .cs-badge { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); background: rgba(255,178,62,0.1); border: 1px solid rgba(255,178,62,0.24); padding: 6px 12px; border-radius: 100px; margin-bottom: 24px; }
    .cs-person { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
    .cs-person img { width: 58px; height: 58px; border-radius: 50%; border: 2px solid var(--ink-700); object-fit: cover; }
    .cs-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 19px; color: var(--paper-on-dark); }
    .cs-role { font-size: 13.5px; color: var(--coral-bright); font-weight: 600; }
    .cs-biz { font-size: 12.5px; color: var(--mute-on-dark); }
    .cs-quote { font-size: 20px; line-height: 1.55; color: rgba(244,240,232,0.92); font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500; letter-spacing: -0.01em; }
    .cs-right { background: var(--paper-card); padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-content: center; }
    .cs-metric { background: var(--paper); border: 1px solid var(--line-light); border-radius: var(--r-md); padding: 24px; }
    .cs-metric.wide { grid-column: span 2; }
    .cs-m-label { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-text-mute); margin-bottom: 12px; }
    .cs-m-vals { display: flex; align-items: baseline; gap: 10px; }
    .cs-m-before { font-size: 17px; color: var(--ink-text-mute); text-decoration: line-through; font-weight: 600; }
    .cs-m-arrow { color: var(--coral); }
    .cs-m-after { font-family: 'Bricolage Grotesque', sans-serif; font-size: 30px; font-weight: 800; color: var(--ink-text); }
    .cs-m-after.jade { color: var(--jade); }
    .tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
    .tcard { background: var(--paper-card); border: 1px solid var(--line-light); border-radius: var(--r-lg); padding: 28px; transition: transform .3s, box-shadow .3s; }
    .tcard:hover { transform: translateY(-5px); box-shadow: 0 24px 50px -28px rgba(20,16,8,0.32); }
    .tcard-metric { font-family: 'Bricolage Grotesque', sans-serif; font-size: 34px; font-weight: 800; color: var(--coral); line-height: 1; }
    .tcard-metric.jade { color: var(--jade); }
    .tcard-metric-label { font-size: 13px; color: var(--ink-text-mute); font-weight: 600; margin-top: 4px; margin-bottom: 16px; }
    .tcard-quote { font-size: 14.5px; color: var(--ink-text-soft); line-height: 1.6; margin-bottom: 20px; }
    .tcard-author { display: flex; align-items: center; gap: 11px; }
    .tcard-author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
    .tcard-name { font-size: 13.5px; font-weight: 700; color: var(--ink-text); }
    .tcard-role { font-size: 12px; color: var(--ink-text-mute); }

    /* ═══ FEATURES (simplified — what you get) ═══ */
    #features { background: var(--paper-2); padding: 110px 0; }
    .feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
    .feat-card { background: var(--paper-card); border: 1px solid var(--line-light); border-radius: var(--r-lg); padding: 28px; transition: transform .3s, box-shadow .3s; }
    .feat-card:hover { transform: translateY(-4px); box-shadow: 0 22px 46px -28px rgba(20,16,8,0.3); }
    .feat-ico { width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
    .feat-ico svg { width: 23px; height: 23px; color: #fff; }
    .feat-h { font-size: 17px; color: var(--ink-text); margin-bottom: 7px; font-family: 'Bricolage Grotesque'; font-weight: 700; }
    .feat-p { font-size: 14px; color: var(--ink-text-soft); line-height: 1.55; }

    /* ═══ WHO IT'S FOR — target audience (ported from landing2, dark-themed) ═══ */
    #audience { background: var(--ink-900); padding: 110px 0; position: relative; overflow: hidden; }
    #audience .hero-grid-tex { opacity: 0.4; }
    .audience-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
    .audience-card { position: relative; overflow: hidden; background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); border-radius: var(--r-xl); padding: 32px; text-align: center; box-shadow: 0 20px 50px -36px rgba(0,0,0,0.6); transition: transform .3s, border-color .3s, box-shadow .3s; cursor: pointer; }
    .audience-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #e22f44, #ff4d5e 50%, #ff8a5b); opacity: 0; transition: opacity .3s; }
    .audience-card:hover::before { opacity: 0.08; }
    .audience-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -34px rgba(0,0,0,0.7); border-color: rgba(255,77,94,0.35); }
    .audience-emoji { font-size: 40px; display: block; margin-bottom: 16px; position: relative; z-index: 1; }
    .audience-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 700; color: var(--paper-on-dark); margin-bottom: 6px; position: relative; z-index: 1; }
    .audience-desc { font-size: 13px; color: var(--soft-on-dark); position: relative; z-index: 1; }
    @media (max-width: 980px) { .audience-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 760px) { .audience-grid { grid-template-columns: 1fr; } }

    /* ═══ 30-DAY TIMELINE (outcome-focused, replaces audience cards) ═══ */
    .tl-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
    .tl-grid.reveal { opacity: 1; transform: none; }
    .tl-grid::before { content: ''; position: absolute; top: 34px; left: 9%; right: 9%; height: 2px; z-index: 0; background: linear-gradient(90deg, rgba(255,77,94,0.04), rgba(255,77,94,0.4) 18%, rgba(255,77,94,0.4) 82%, rgba(255,77,94,0.04)); transform: scaleX(0); transform-origin: left center; transition: transform 1.15s cubic-bezier(.4,.8,.3,1) .15s; }
    .tl-grid.in::before { transform: scaleX(1); }
    .tl-card { position: relative; z-index: 1; background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); border-radius: var(--r-xl); padding: 26px 26px 30px; box-shadow: 0 20px 50px -36px rgba(0,0,0,0.6); transition: transform .35s cubic-bezier(.2,.7,.3,1), border-color .35s, box-shadow .35s; }
    .tl-card:hover { transform: translateY(-6px); border-color: rgba(255,77,94,0.38); box-shadow: 0 32px 66px -34px rgba(0,0,0,0.72), 0 0 0 1px rgba(255,77,94,0.1), 0 20px 56px -32px rgba(255,77,94,0.32); }
    .tl-card.tl-active { border-color: rgba(255,77,94,0.28); box-shadow: 0 20px 50px -36px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,77,94,0.08), 0 18px 50px -32px rgba(255,77,94,0.24); }
    .tl-ico { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; vertical-align: middle; align-items: center; justify-content: center; margin: 0 10px 0 0; background: rgba(255,77,94,0.12); border: 1px solid rgba(255,77,94,0.22); color: var(--coral-bright); }
    .tl-ico svg { width: 21px; height: 21px; }
    .tl-node { width: 16px; height: 16px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,77,94,0.16), 0 0 0 8px var(--ink-900); margin-bottom: 22px; }
    .tl-week { display: inline-flex; vertical-align: middle; align-items: center; font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral-bright); background: rgba(255,77,94,0.10); border: 1px solid rgba(255,77,94,0.28); border-radius: 100px; padding: 5px 12px; margin-bottom: 0; }
    .tl-phase { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 700; color: var(--paper-on-dark); margin: 14px 0 16px; }
    .tl-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
    .tl-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--soft-on-dark); line-height: 1.5; }
    .tl-list svg { width: 15px; height: 15px; color: var(--coral); flex-shrink: 0; margin-top: 3px; }
    @media (max-width: 980px) {
      .tl-grid { grid-template-columns: repeat(2, 1fr); }
      .tl-grid::before { display: none; }
    }
    @media (max-width: 560px) { .tl-grid { grid-template-columns: 1fr; } }

    /* ═══ SYSTEMS (compact, supporting) — legacy, no longer rendered ═══ */
    #systems { background: var(--ink-900); padding: 110px 0; position: relative; overflow: hidden; }
    #systems .hero-grid-tex { opacity: 0.4; }
    .sys-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 56px; position: relative; z-index: 2; }
    .syscard { background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); border-radius: var(--r-lg); padding: 28px; transition: transform .3s, border-color .3s, background .3s; cursor: pointer; }
    .syscard:hover { transform: translateY(-4px); border-color: rgba(255,97,115,0.3); background: rgba(255,255,255,0.05); }
    .syscard-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
    .syscard-ico { width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .syscard-ico svg { width: 23px; height: 23px; color: #fff; }
    .syscard-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--coral-bright); letter-spacing: 0.1em; }
    .syscard-h { font-size: 19px; color: var(--paper-on-dark); font-family: 'Bricolage Grotesque'; font-weight: 700; }
    .syscard-p { font-size: 14.5px; color: var(--soft-on-dark); line-height: 1.55; margin-bottom: 16px; }
    .syscard-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
    .syscard-chips { display: flex; flex-wrap: wrap; gap: 6px; }
    .syscard-chip { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--soft-on-dark); padding: 4px 9px; border-radius: 100px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); }
    .syscard-play { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--coral-bright); white-space: nowrap; }
    .syscard-play svg { width: 14px; height: 14px; }

    /* ═══ SHIFT (before/after, supporting) ═══ */
    #shift { background: var(--paper); padding: 110px 0; position: relative; }
    .shift-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; align-items: stretch; }
    .shift-col { border-radius: var(--r-xl); padding: 36px; position: relative; }
    .shift-before { background: var(--paper-2); border: 1px solid var(--line-light); }
    .shift-after { background: linear-gradient(168deg, rgba(31,210,154,0.10), rgba(22,26,40,0.55)); border: 1px solid rgba(31,210,154,0.28); color: var(--paper-on-dark); box-shadow: 0 30px 70px -30px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,77,94,0.08), 0 22px 60px -30px rgba(255,77,94,0.2); transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s cubic-bezier(.2,.7,.3,1), border-color .4s; }
    .shift-after:hover { transform: translateY(-5px); border-color: rgba(31,210,154,0.42); box-shadow: 0 38px 84px -32px rgba(0,0,0,0.68), 0 0 0 1px rgba(255,77,94,0.14), 0 30px 76px -30px rgba(255,77,94,0.34); }
    .shift-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 100px; margin-bottom: 8px; }
    .shift-before .shift-tag { color: #ff8577; background: rgba(176,69,47,0.08); border: 1px solid rgba(176,69,47,0.18); }
    .shift-after .shift-tag { color: var(--jade); background: rgba(31,210,154,0.12); border: 1px solid rgba(31,210,154,0.24); }
    .shift-h { font-size: 25px; margin: 14px 0 24px; }
    .shift-before .shift-h { color: var(--ink-text); } .shift-after .shift-h { color: var(--paper-on-dark); }
    .shift-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
    .shift-list li { display: flex; align-items: center; gap: 13px; padding: 15px 0; font-size: 15.5px; opacity: 0; transform: translateY(7px); transition: opacity .5s ease, transform .5s ease; }
    .shift-col.in .shift-list li { opacity: 1; transform: none; }
    .shift-col.in .shift-list li:nth-child(1) { transition-delay: .14s; }
    .shift-col.in .shift-list li:nth-child(2) { transition-delay: .22s; }
    .shift-col.in .shift-list li:nth-child(3) { transition-delay: .30s; }
    .shift-col.in .shift-list li:nth-child(4) { transition-delay: .38s; }
    .shift-col.in .shift-list li:nth-child(5) { transition-delay: .46s; }
    .shift-before .shift-list li { color: var(--ink-text-mute); border-bottom: 1px solid var(--line-light); }
    .shift-before .shift-list li:last-child { border: none; }
    .shift-before .shift-list li span.txt { text-decoration: line-through; text-decoration-color: rgba(176,69,47,0.4); }
    .shift-after .shift-list li { color: rgba(244,240,232,0.9); border-bottom: 1px solid var(--line-dark-2); font-weight: 500; }
    .shift-after .shift-list li:last-child { border: none; }
    .x-mark, .c-mark { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .x-mark { background: rgba(176,69,47,0.12); color: #ff8577; } .x-mark svg { width: 12px; height: 12px; }
    .c-mark { background: var(--jade); color: var(--ink-900); } .c-mark svg { width: 13px; height: 13px; }
    .shift-arrow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 5; width: 54px; height: 54px; border-radius: 50%; background: var(--coral); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 8px var(--paper), 0 14px 30px -8px rgba(255,77,94,0.6); animation: shiftArrowPulse 2.6s ease-in-out infinite; }
    .shift-arrow svg { width: 22px; height: 22px; animation: shiftArrowNudge 2.6s ease-in-out infinite; }
    @keyframes shiftArrowPulse { 0%, 100% { box-shadow: 0 0 0 8px var(--paper), 0 14px 30px -8px rgba(255,77,94,0.5); } 50% { box-shadow: 0 0 0 8px var(--paper), 0 0 0 15px rgba(255,77,94,0.12), 0 16px 34px -8px rgba(255,77,94,0.82); } }
    @keyframes shiftArrowNudge { 0%, 100% { transform: translateX(-2.5px); } 50% { transform: translateX(2.5px); } }

    /* ═══ PRICING ═══ */
    #pricing { background: var(--paper-2); padding: 110px 0; }
    .price-toggle-wrap { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 34px; }
    .price-toggle { display: inline-flex; background: var(--paper-card); border: 1px solid var(--line-light); border-radius: 100px; padding: 5px; }
    .ptg-btn { padding: 10px 24px; border-radius: 100px; border: none; cursor: pointer; font-family: 'Hanken Grotesk', sans-serif; font-size: 14.5px; font-weight: 700; background: transparent; color: var(--ink-text-soft); transition: .25s; }
    .ptg-btn.active { background: var(--ink-900); color: var(--paper-on-dark); }
    .price-save { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--jade); letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 7px; }
    .price-save .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--jade); }
    .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; align-items: stretch; }
    .price-card { background: var(--paper-card); border: 1px solid var(--line-light); border-radius: var(--r-xl); padding: 36px; display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; position: relative; }
    .price-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px rgba(20,16,8,0.36); }
    .price-card.feat { background: linear-gradient(168deg, rgba(255,77,94,0.14), rgba(22,26,40,0.62)); color: var(--paper-on-dark); border-color: rgba(255,97,115,0.55); transform: translateY(-8px); z-index: 2; box-shadow: 0 48px 100px -42px rgba(0,0,0,0.72), 0 0 0 1px rgba(255,97,115,0.2), 0 26px 70px -34px rgba(255,77,94,0.4); }
    .price-card.feat:hover { transform: translateY(-14px); box-shadow: 0 56px 116px -44px rgba(0,0,0,0.78), 0 0 0 1px rgba(255,97,115,0.28), 0 34px 90px -34px rgba(255,77,94,0.5); }
    .price-pop { position: absolute; top: 20px; right: 20px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: var(--coral); padding: 5px 11px; border-radius: 100px; animation: pricePopPulse 2.6s ease-in-out infinite; }
    @keyframes pricePopPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,77,94,0.45); } 50% { box-shadow: 0 0 0 7px rgba(255,77,94,0); } }
    .price-tier { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--coral); margin-bottom: 8px; }
    .price-card.feat .price-tier { color: var(--coral-bright); }
    .price-name { font-size: 24px; color: var(--ink-text); margin-bottom: 6px; }
    .price-card.feat .price-name { color: var(--paper-on-dark); }
    .price-tagline { font-size: 13.5px; color: var(--ink-text-mute); margin-bottom: 22px; min-height: 46px; line-height: 1.5; }
    .price-card.feat .price-tagline { color: var(--soft-on-dark); }
    .price-amount { display: flex; align-items: flex-start; gap: 3px; margin-bottom: 4px; }
    .price-cur { font-size: 22px; font-weight: 600; color: var(--ink-text-mute); margin-top: 10px; }
    .price-num { font-family: 'Bricolage Grotesque', sans-serif; font-size: 56px; font-weight: 800; line-height: 1; color: var(--ink-text); }
    .price-card.feat .price-num { color: var(--paper-on-dark); }
    .price-per { font-size: 15px; color: var(--ink-text-mute); align-self: flex-end; margin-bottom: 9px; }
    .price-card.feat .price-per { color: var(--mute-on-dark); }
    .price-note { font-size: 12.5px; color: var(--ink-text-mute); margin-bottom: 24px; }
    .price-card.feat .price-note { color: var(--soft-on-dark); }
    .price-feats-lead { font-size: 13px; font-weight: 700; color: var(--ink-text); margin-bottom: 15px; }
    .price-card.feat .price-feats-lead { color: var(--paper-on-dark); }
    .price-feats { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 28px; flex: 1; }
    .price-feats li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; line-height: 1.5; color: var(--ink-text-soft); }
    .price-card.feat .price-feats li { color: rgba(244,240,232,0.85); }
    .price-feats svg { width: 16px; height: 16px; color: var(--jade); flex-shrink: 0; margin-top: 2px; }
    .price-card.feat .price-feats svg { color: var(--jade-soft); }
    .price-cta { width: 100%; }
    .price-guarantee { text-align: center; margin-top: 34px; font-size: 14px; color: var(--ink-text-mute); display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
    .price-guarantee svg { width: 15px; height: 15px; color: var(--jade); }
    .price-microcopy { margin-top: 14px; text-align: center; font-size: 12.5px; line-height: 1.5; color: var(--coral-bright); opacity: 0.85; }
    .price-trust { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 28px; margin-top: 40px; }
    .price-trust span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink-text-soft); }
    .price-trust svg { width: 15px; height: 15px; color: var(--jade); flex-shrink: 0; }

    /* ═══ FAQ ═══ */
    #faq { background: var(--paper); padding: 110px 0; }
    .faq-list { max-width: 800px; margin: 56px auto 0; }
    .faq-item { border-bottom: 1px solid var(--line-light); }
    .faq-q { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 28px 6px; cursor: pointer; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 19px; color: var(--ink-text); user-select: none; transition: color .25s; }
    .faq-q-main { display: flex; align-items: center; gap: 14px; min-width: 0; }
    .faq-ico { width: 34px; height: 34px; border-radius: 10px; background: rgba(255,77,94,0.1); border: 1px solid rgba(255,77,94,0.2); color: var(--coral); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .25s, border-color .25s; }
    .faq-ico svg { width: 17px; height: 17px; }
    .faq-q:hover { color: var(--coral-bright); }
    .faq-q:hover .faq-ico { background: rgba(255,77,94,0.16); border-color: rgba(255,77,94,0.38); }
    .faq-q:hover .faq-toggle { border-color: rgba(255,77,94,0.45); }
    .faq-item.open .faq-q { color: var(--ink-text); }
    .faq-toggle { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: .3s; color: var(--coral); }
    .faq-toggle svg { width: 16px; height: 16px; }
    .faq-toggle .fq-v { transform-box: fill-box; transform-origin: center; transition: transform .3s cubic-bezier(.2,.7,.3,1); }
    .faq-item.open .faq-toggle { background: var(--coral); color: #fff; border-color: var(--coral); }
    .faq-item.open .faq-toggle .fq-v { transform: scaleY(0); }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.2,.7,.3,1); }
    .faq-item.open .faq-a { max-height: 360px; }
    .faq-a-in { padding: 0 6px 28px 54px; font-size: 16px; color: var(--ink-text-soft); line-height: 1.75; max-width: 720px; }
    @media (max-width: 600px) { .faq-q { font-size: 17px; } .faq-a-in { padding-left: 6px; } }

    /* ═══ FINAL CTA (ported from landing2, purple gradient) ═══ */
    #final { padding: 132px 0; background: var(--ink-900); position: relative; overflow: hidden; }
    .cta-bg-orb { position: absolute; border-radius: 50%; filter: blur(100px); pointer-events: none; will-change: transform; }
    .cta-bg-orb-1 { width: 500px; height: 500px; top: -200px; right: -100px; background: radial-gradient(circle, rgba(255,77,94,0.4) 0%, transparent 70%); animation: ctaOrb1 15s ease-in-out infinite; }
    .cta-bg-orb-2 { width: 400px; height: 400px; bottom: -150px; left: -50px; background: radial-gradient(circle, rgba(255,120,90,0.3) 0%, transparent 70%); animation: ctaOrb2 17s ease-in-out infinite; }
    @keyframes ctaOrb1 { 0%, 100% { transform: translate(0,0) scale(1); opacity: .9; } 50% { transform: translate(-32px,22px) scale(1.08); opacity: 1; } }
    @keyframes ctaOrb2 { 0%, 100% { transform: translate(0,0) scale(1); opacity: .85; } 50% { transform: translate(26px,-18px) scale(1.1); opacity: 1; } }
    .cta-content { position: relative; z-index: 2; text-align: center; max-width: 940px; margin: 0 auto; }
    .cta-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(30px, 4.6vw, 48px); font-weight: 800; color: #fff; letter-spacing: -0.025em; line-height: 1.12; margin-bottom: 22px; max-width: 760px; margin-left: auto; margin-right: auto; }
    .cta-title span { background: linear-gradient(135deg, #ff6173, #ffb199); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .cta-sub { font-size: 18px; color: rgba(255,255,255,0.65); line-height: 1.7; margin: 0 auto 26px; max-width: 720px; }
    .cta-microtrust { position: relative; z-index: 2; font-size: 14px; color: rgba(255,255,255,0.52); line-height: 1.6; max-width: 720px; margin: 0 auto 32px; }
    .cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 42px; }
    .cta-btn-light { background: #fff; color: #e22f44; box-shadow: 0 8px 30px rgba(0,0,0,0.2), 0 0 0 6px rgba(255,77,94,0.14); transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s cubic-bezier(.2,.7,.3,1); }
    .cta-btn-light:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 16px 46px rgba(0,0,0,0.3), 0 0 0 8px rgba(255,77,94,0.22), 0 18px 52px -10px rgba(255,77,94,0.6); }
    .cta-btn-ghost { background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.2); }
    .cta-btn-ghost:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.4); transform: translateY(-2px); }
    .cta-trust { display: flex; align-items: center; justify-content: center; gap: 16px 30px; flex-wrap: wrap; }
    .cta-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.5); }
    .cta-trust-icon { font-size: 16px; color: #a5f3c9; }

    /* ═══ FOOTER ═══ */
    #footer { background: var(--ink-950); padding: 70px 0 36px; border-top: 1px solid var(--line-dark-2); }
    .foot-top { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 40px; margin-bottom: 48px; }
    .foot-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
    .foot-logo img { height: 28px; }
    .foot-desc { font-size: 14px; color: var(--mute-on-dark); line-height: 1.7; max-width: 280px; margin-bottom: 20px; }
    .foot-cta { margin-bottom: 24px; }
    .foot-cta-text { display: block; font-size: 13.5px; color: var(--soft-on-dark); line-height: 1.5; margin-bottom: 12px; max-width: 260px; }
    .foot-socials-h { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute-on-dark); margin-bottom: 10px; }
    .foot-socials { display: flex; flex-wrap: wrap; gap: 9px; }
    .foot-social { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,0.05); border: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: center; color: var(--soft-on-dark); transition: background .25s, border-color .25s, color .25s, transform .25s cubic-bezier(.2,.7,.3,1); }
    .foot-social svg { width: 16px; height: 16px; fill: currentColor; }
    .foot-social:hover { background: rgba(255,77,94,0.16); border-color: rgba(255,77,94,0.35); color: #fff; transform: translateY(-3px); }
    .foot-col-h { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute-on-dark); margin-bottom: 16px; }
    .foot-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
    .foot-links a { display: inline-block; font-size: 14px; color: var(--soft-on-dark); transition: color .2s, transform .2s; }
    .foot-links a:hover { color: var(--paper-on-dark); transform: translateX(3px); }
    .foot-bottom { border-top: 1px solid var(--line-dark-2); padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
    .foot-copy { font-size: 13px; color: var(--mute-on-dark); display: flex; flex-direction: column; gap: 5px; }
    .foot-builtfor { font-size: 12.5px; color: rgba(244,240,232,0.34); }
    .foot-bottom-links { display: flex; gap: 20px; }
    .foot-bottom-links a { font-size: 13px; color: var(--mute-on-dark); transition: color .2s; }
    .foot-bottom-links a:hover { color: var(--paper-on-dark); }

    /* ═══ MOBILE STICKY CTA ═══ */
    #sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 880; display: none; align-items: center; gap: 12px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(10,12,18,0.94); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-top: 1px solid var(--line-dark); transform: translateY(110%); transition: transform .35s cubic-bezier(.2,.7,.3,1); }
    #sticky-cta.show { transform: none; }
    #sticky-cta .sc-text { flex: 1; min-width: 0; }
    #sticky-cta .sc-h { font-size: 13.5px; font-weight: 700; color: var(--paper-on-dark); }
    #sticky-cta .sc-s { font-size: 11.5px; color: var(--mute-on-dark); }

    /* ═══ VIDEO LIGHTBOX — premium product-demo modal ═══ */
    #lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px;
      overflow-y: auto; background: rgba(2,6,23,0.78); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
    #lightbox.open { display: flex; animation: lbFade .3s ease both; }
    @keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }

    /* Card: centered, max 960px, responsive width, capped to the viewport height so
       the header + 16:9 video + footer always fit; scrolls internally if shorter. */
    .lb-inner { position: relative; display: flex; flex-direction: column; width: min(960px, calc(100vw - 32px));
      overflow: visible;
      border-radius: 22px; border: 1px solid rgba(255,255,255,0.08); background: #070B12;
      box-shadow: 0 30px 80px rgba(0,0,0,0.55); }
    /* Soft coral/warm brand glow bleeding out behind the card. */
    .lb-inner::before { content: ""; position: absolute; inset: -1px; z-index: -1; border-radius: inherit; pointer-events: none;
      background:
        radial-gradient(60% 55% at 22% 0%, rgba(255,77,94,0.22), transparent 70%),
        radial-gradient(55% 60% at 88% 12%, rgba(120,110,255,0.16), transparent 72%);
      filter: blur(26px); opacity: 0.9; }
    #lightbox.open .lb-inner { animation: lbPop .4s cubic-bezier(.2,.8,.3,1) both; }
    @keyframes lbPop { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }

    /* Header */
    .lb-head { position: relative; padding: 26px 30px 20px; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .lb-badge { display: inline-flex; align-items: center; gap: 7px; font-family: 'JetBrains Mono', monospace; font-size: 10.5px;
      letter-spacing: 0.10em; text-transform: uppercase; color: var(--coral-bright);
      background: rgba(255,77,94,0.10); border: 1px solid rgba(255,77,94,0.28); border-radius: 100px; padding: 5px 12px; }
    .lb-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 3px rgba(255,77,94,0.20); }
    .lb-head h3 { margin-top: 14px; font-size: 25px; color: var(--paper-on-dark); letter-spacing: -0.02em; }
    .lb-sub { margin-top: 9px; max-width: 620px; font-size: 14.5px; line-height: 1.55; color: var(--soft-on-dark); }
    .lb-close { position: absolute; top: 20px; right: 22px; width: 38px; height: 38px; border-radius: 50%;
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); color: var(--paper-on-dark);
      display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .2s; }
    .lb-close svg { width: 17px; height: 17px; }
    .lb-close:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.22); transform: rotate(90deg); }
    .lb-close:focus-visible { outline: 2px solid var(--coral-bright); outline-offset: 2px; }

    /* Video stage */
    .lb-stage { padding: 22px 30px; }
    /* 16:9, but also capped by viewport height (minus the header/footer chrome) so
       the whole modal fits on short screens without any scrollbars. Narrower than
       the card on short/wide viewports → it just centers with side gutters. */
    .lb-video-wrap { position: relative; aspect-ratio: 16/9; width: min(100%, calc((100dvh - 380px) * 16 / 9)); margin-inline: auto;
      border-radius: 16px; overflow: hidden; background: #000;
      box-shadow: 0 0 0 1px rgba(255,255,255,0.08), inset 0 0 0 1px rgba(255,255,255,0.05), 0 20px 50px -24px rgba(0,0,0,0.8); }
    .lb-video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
    /* Custom poster / thumbnail */
    .lb-poster { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; cursor: pointer;
      background-color: #0c0e14; background-size: cover; background-position: center; display: flex; flex-direction: column;
      align-items: center; justify-content: center; gap: 22px; overflow: hidden; }
    .lb-poster-scrim { position: absolute; inset: 0; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
      background: radial-gradient(120% 120% at 50% 38%, rgba(8,9,13,0.35), rgba(8,9,13,0.82)); }
    .lb-play { position: relative; z-index: 2; width: 78px; height: 78px; border-radius: 50%;
      background: linear-gradient(140deg, var(--coral), var(--coral-deep)); color: #fff;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 0 0 8px rgba(255,77,94,0.16), 0 18px 42px -10px rgba(255,77,94,0.75); transition: transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s; }
    .lb-play svg { width: 26px; height: 26px; margin-left: 3px; }
    .lb-poster:hover .lb-play { transform: scale(1.07); box-shadow: 0 0 0 10px rgba(255,77,94,0.20), 0 22px 54px -10px rgba(255,77,94,0.9); }
    .lb-poster:focus-visible { outline: none; }
    .lb-poster:focus-visible .lb-play { outline: 3px solid #fff; outline-offset: 4px; }
    .lb-poster-text { position: relative; z-index: 2; max-width: 340px; padding: 0 18px; text-align: center;
      font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 19px; line-height: 1.2; letter-spacing: -0.01em; color: var(--paper-on-dark);
      text-shadow: 0 2px 18px rgba(0,0,0,0.6); }
    /* Fallback when the video source is missing */
    .lb-fallback { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; padding: 40px; }
    .lb-fallback .lf-orb { width: 70px; height: 70px; border-radius: 50%; background: rgba(255,77,94,0.14); border: 1px solid rgba(255,77,94,0.4); display: flex; align-items: center; justify-content: center; color: var(--coral-bright); }
    .lb-fallback h4 { font-size: 22px; color: var(--paper-on-dark); }
    .lb-fallback p { font-size: 14.5px; color: var(--soft-on-dark); max-width: 420px; }
    .lb-fallback code { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--jade-soft); background: rgba(31,210,154,0.1); padding: 3px 8px; border-radius: 6px; }

    /* Footer — single centered CTA */
    .lb-foot { display: flex; align-items: center; justify-content: center;
      padding: 18px 30px 24px; border-top: 1px solid rgba(255,255,255,0.06); }
    .lb-foot .btn { font-size: 15px; padding: 13px 30px; }
    .lb-foot .btn:focus-visible { outline: 2px solid var(--coral-bright); outline-offset: 2px; }

    @media (max-width: 560px) {
      #lightbox { padding: 12px; }
      .lb-inner { width: calc(100vw - 24px); border-radius: 18px; }
      .lb-head { padding: 20px 18px 16px; }
      .lb-head h3 { font-size: 21px; }
      .lb-sub { font-size: 13.5px; }
      .lb-close { top: 16px; right: 16px; }
      .lb-stage { padding: 16px; }
      .lb-video-wrap { border-radius: 13px; }
      .lb-play { width: 64px; height: 64px; }
      .lb-play svg { width: 22px; height: 22px; }
      .lb-poster-text { font-size: 16px; }
      .lb-foot { padding: 16px 18px 20px; }
      .lb-foot .btn { width: 100%; }
    }
    @media (prefers-reduced-motion: reduce) {
      #lightbox.open, #lightbox.open .lb-inner { animation: none; }
      .lb-close:hover { transform: none; }
    }

    /* ═══ RESPONSIVE ═══ */
    /* Nav: collapse the centered links into the hamburger before they can
       overlap the logo / CTA (they collide between ~760px and ~1080px). */
    @media (max-width: 1080px) {
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .nav-right { margin-right: 0; }
    }
    /* Hero bullets sit in a narrower column on small desktops — tighten the gap. */
    @media (min-width: 981px) and (max-width: 1140px) {
      .hero-bullets { column-gap: 20px; }
    }
    @media (max-width: 980px) {
      .hero-grid { grid-template-columns: 1fr; gap: 56px; }
      .hero-copy { max-width: 100%; }
      .hero-visual { max-width: 710px; margin: 0 auto; width: 100%; }
      .float-b { display: none; }
      .flow-grid { grid-template-columns: 1fr; gap: 16px; }
      .flow-arrow { transform: rotate(90deg); padding: 4px 0; }
      .feat-grid { grid-template-columns: 1fr 1fr; }
      .sys-cards { grid-template-columns: 1fr; }
      /* .flip needs its own override — its two-column rule outranks .walk-step */
      .walk-step, .walk-step.flip { grid-template-columns: 1fr; gap: 32px; }
      .walk-step.flip .ws-copy, .walk-step.flip .ws-visual { order: 0; }
      .results-grid { grid-template-columns: repeat(2, 1fr); }
      .casestudy { grid-template-columns: 1fr; }
      .tgrid { grid-template-columns: 1fr 1fr; }
      /* Stacked cards differ in height, so an absolute 50% arrow lands on top of
         the first card's text — put it in its own grid row between the cards. */
      .shift-grid { grid-template-columns: 1fr; gap: 22px; }
      .shift-before { grid-row: 1; }
      .shift-arrow { grid-row: 2; position: static; margin: 2px auto; transform: rotate(90deg); }
      .shift-after { grid-row: 3; }
      .price-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
      .foot-top { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 760px) {
      .nav-login { display: none; }
      #nav .btn { display: none; }
      .wrap { padding: 0 18px; }
      #hero { padding: 128px 0 0; }
      #workflow, #walk, #results, #proof, #features, #audience, #shift, #pricing, #faq { padding: 70px 0; }
      #final { padding: 90px 0; }
      .hero-cta { flex-direction: row; flex-wrap: nowrap; align-items: center; gap: 10px; }
      .hero-cta .btn { width: auto; flex: 1 1 0; min-width: 0; justify-content: center; }
      .hero-bullets { grid-template-columns: 1fr; row-gap: 13px; }
      .hero-watch-label { font-size: 11px; }
      .demo-badge { top: -18px; right: 6px; padding: 9px 13px 9px 9px; }
      .demo-badge-icon { width: 30px; height: 30px; }
      .demo-badge-txt b { font-size: 13px; }
      .demo-pill { font-size: 12px; padding: 8px 13px 8px 8px; gap: 9px; }
      .demo-url { font-size: 10.5px; max-width: 200px; }
      .feat-grid { grid-template-columns: 1fr; }
      .tgrid { grid-template-columns: 1fr; }
      .cs-left, .cs-right { padding: 32px; }
      .cs-right { grid-template-columns: 1fr; }
      .cs-metric.wide { grid-column: span 1; }
      .cta-actions { flex-direction: column; align-items: stretch; }
      .cta-actions .btn { width: 100%; }
      .foot-top { grid-template-columns: 1fr; gap: 32px; }
      .foot-bottom { flex-direction: column; text-align: center; }
      #sticky-cta { display: flex; }
    }
    @media (max-width: 700px) {
      /* Decorative line breaks in section subtitles fight the natural wrap on phones. */
      .wf-sub br, .walk-sub-nowrap br { display: none; }
    }
    @media (max-width: 640px) {
      .hero-cta { flex-direction: column; align-items: stretch; }
      .hero-cta .btn { width: 100%; flex: none; }
      .wf-title .wf-title-line { white-space: normal; }
      .sec-sub, .wf-sub, .proof-sub { font-size: 16px; }
      .hero-sub { font-size: 16.5px; }
      /* Wrapped answers can exceed 360px on narrow screens and get cut off. */
      .faq-item.open .faq-a { max-height: 900px; }
    }
    @media (max-width: 480px) {
      .hero-title .hero-title-line3 { white-space: normal; }
      .price-card { padding: 30px 24px; }
      .shift-col { padding: 30px 22px; }
      .tst-card { padding: 24px 20px; }
      .tst-featured { padding: 28px 22px; }
    }
    @media (max-width: 400px) {
      .wrap { padding: 0 16px; }
      .hero-title { font-size: 31px; }
      .btn-lg { font-size: 16px; padding: 16px 22px; }
    }

    #mobmenu { position: fixed; inset: 0; z-index: 950; background: rgba(10,12,18,0.98); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); display: none; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
    #mobmenu.open { display: flex; }
    #mobmenu a { font-family: 'Bricolage Grotesque', sans-serif; font-size: 26px; font-weight: 700; color: var(--paper-on-dark); padding: 10px; }
    #mobmenu .btn { margin-top: 16px; }
    /* Landscape phones: the centered link stack is taller than the viewport — let it scroll. */
    @media (max-height: 520px) {
      #mobmenu { justify-content: flex-start; overflow-y: auto; padding: 76px 24px 36px; gap: 2px; }
      #mobmenu a { font-size: 20px; padding: 8px; }
    }
    .mob-close { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid var(--line-dark); color: #fff; font-size: 20px; cursor: pointer; }

    /* ═══ WORKFLOW — Three Steps (ported from old landing, dark-themed) ═══ */
    #workflow { background: var(--ink-950); padding: 116px 0; position: relative; overflow: hidden; }
    #workflow .hero-grid-tex { opacity: 0.35; }
    .wf-label { font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #ff6173; margin-bottom: 14px; display: block; }
    .wf-title { font-size: clamp(26px, 3.6vw, 44px); font-weight: 800; line-height: 1.15; color: var(--paper-on-dark); letter-spacing: -0.02em; }
    .wf-title .wf-title-line { white-space: nowrap; }
    .wf-title .grad { background: linear-gradient(135deg, #ff4d5e 0%, #ff6173 50%, #ff8a5b 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .wf-sub { font-size: 18px; color: var(--soft-on-dark); line-height: 1.7; max-width: 600px; margin: 22px auto 0; }
    .walk-sub-nowrap { white-space: nowrap; }
    @media (max-width: 900px) { .walk-sub-nowrap { white-space: normal; } }
    .wf-steps { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: center; gap: 14px; margin-top: 76px; }
    /* min-width: 0 lets the cards shrink below their chip row's natural width,
       otherwise the 3-step row overflows the viewport between ~981-1240px. */
    .wf-step { flex: 1; min-width: 0; max-width: 360px; text-align: center; position: relative; padding: 8px 6px; transition: transform .38s cubic-bezier(.2,.7,.3,1); }
    .wf-step:hover { transform: translateY(-7px); }
    .wf-connector { position: relative; flex: 0 0 72px; display: flex; align-items: center; justify-content: center; margin-top: 18px; color: #ff6173; }
    .wf-connector svg { width: 46px; height: 46px; filter: drop-shadow(0 2px 8px rgba(255,77,94,0.35)); animation: wf-arrow-flow 1.9s ease-in-out infinite; transition: color .4s ease, filter .4s ease; }
    .wf-connector.reveal.d3 svg { animation-delay: .4s; }
    @keyframes wf-arrow-flow { 0%, 100% { transform: translateX(-4px); opacity: .72; } 50% { transform: translateX(4px); opacity: 1; } }
    /* Traveling dot + arrow lift when the flow reaches this connector */
    .wf-dot { position: absolute; top: 50%; left: 12px; width: 6px; height: 6px; border-radius: 50%; background: var(--coral-bright); box-shadow: 0 0 9px 1px rgba(255,97,115,0.9); opacity: 0; transform: translate(0, -50%); pointer-events: none; }
    .wf-connector.is-flowing .wf-dot { animation: wfDotTravel 1s cubic-bezier(.4,0,.2,1) both; }
    .wf-connector.is-flowing svg { color: #ff8a5b; filter: drop-shadow(0 2px 13px rgba(255,97,115,0.75)); }
    @keyframes wfDotTravel { 0% { opacity: 0; transform: translate(0, -50%) scale(.5); } 15% { opacity: 1; } 85% { opacity: 1; } 100% { opacity: 0; transform: translate(48px, -50%) scale(.5); } }
    /* Sequential active-step highlight (ported from the hero flow steps) */
    .wf-step.is-active { transform: translateY(-7px); }
    .wf-step.is-active .wf-num { box-shadow: 0 10px 28px rgba(226,47,68,0.55), 0 0 0 5px rgba(255,77,94,0.15), 0 0 30px -2px rgba(255,97,115,0.8); }
    .wf-step.is-active .wf-num::after { border-color: rgba(255,77,94,0.9); }
    .wf-step.is-active .wf-preview { box-shadow: 0 22px 44px -20px rgba(0,0,0,0.8), 0 0 40px -8px rgba(255,77,94,0.55); border-color: rgba(255,77,94,0.4); }
    .wf-step.is-active .wf-chip { background: rgba(255,77,94,0.2); border-color: rgba(255,77,94,0.5); }
    .wf-num { width: 66px; height: 66px; border-radius: 50%; margin: 0 auto 24px; background: linear-gradient(135deg, #e22f44 0%, #ff4d5e 50%, #ff8a5b 100%); color: #fff; font-size: 24px; font-weight: 800; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(226,47,68,0.45); position: relative; z-index: 1; }
    .wf-num::after { content: ''; position: absolute; width: 82px; height: 82px; border-radius: 50%; border: 2px dashed rgba(255,77,94,0.45); animation: spin-slow 8s linear infinite; }
    .reveal .wf-num { opacity: 0; transform: scale(.55); transition: opacity .6s cubic-bezier(.2,.8,.3,1), transform .6s cubic-bezier(.2,.8,.3,1), box-shadow .45s ease; }
    .reveal.in .wf-num { opacity: 1; transform: scale(1); }
    @keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
    @keyframes draw-arrow { to { stroke-dashoffset: 0; } }
    .wf-step-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 18px; font-weight: 700; color: var(--paper-on-dark); margin-bottom: 10px; }
    .wf-step-desc { font-size: 14px; color: var(--soft-on-dark); line-height: 1.65; margin-bottom: 20px; }

    /* Mini in-product UI previews per step */
    .wf-preview { width: 100%; max-width: 340px; aspect-ratio: 16 / 9; display: flex; flex-direction: column; margin: 0 auto 20px; border-radius: 12px; border: 1px solid var(--line-dark); background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)); box-shadow: 0 14px 34px -20px rgba(0,0,0,0.72), 0 0 26px -12px rgba(255,77,94,0.28); overflow: hidden; opacity: 0; transform: translateY(12px); transition: opacity .6s ease, transform .6s ease, box-shadow .35s ease, border-color .35s ease; }
    .reveal.in .wf-preview { opacity: 1; transform: none; transition-delay: .18s; }
    .wf-step:hover .wf-preview { box-shadow: 0 22px 44px -20px rgba(0,0,0,0.8), 0 0 34px -10px rgba(255,77,94,0.45); border-color: rgba(255,77,94,0.3); }
    .wfp-bar { display: flex; align-items: center; gap: 5px; padding: 8px 11px; border-bottom: 1px solid var(--line-dark-2); background: rgba(255,255,255,0.02); }
    .wfp-bar i { width: 8px; height: 8px; border-radius: 50%; opacity: 0.9; }
    .wfp-body { flex: 1; min-height: 0; display: flex; flex-direction: column; justify-content: center; padding: 12px 14px; text-align: left; overflow: hidden; }
    /* preview 1 — import */
    .wfp-tabs { display: flex; gap: 6px; margin-bottom: 12px; }
    .wfp-tab { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; letter-spacing: 0.02em; padding: 4px 9px; border-radius: 7px; color: var(--mute-on-dark); background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark-2); }
    .wfp-tab.on { color: #fff; background: rgba(255,77,94,0.16); border-color: rgba(255,77,94,0.42); }
    .wfp-field { display: flex; align-items: center; gap: 8px; height: 34px; padding: 0 11px; border-radius: 8px; background: rgba(0,0,0,0.28); border: 1px solid var(--line-dark); }
    .wfp-field-text { font-size: 12px; color: var(--soft-on-dark); }
    .wfp-caret { width: 1.5px; height: 15px; background: #ff6173; animation: wfp-blink 1.1s steps(1) infinite; }
    @keyframes wfp-blink { 50% { opacity: 0; } }
    .wfp-hint { margin-top: 11px; display: flex; align-items: center; gap: 6px; }
    .wfp-hint span { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--mute-on-dark); padding: 2px 7px; border-radius: 5px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark-2); }
    /* preview 2 — generated pins + SEO */
    .wfp-pins { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; width: 68%; margin: 0 auto; }
    .wfp-pin { aspect-ratio: 2 / 3; border-radius: 6px; position: relative; overflow: hidden; }
    .wfp-pin::after { content: ''; position: absolute; left: 6px; right: 6px; bottom: 6px; height: 4px; border-radius: 2px; background: rgba(255,255,255,0.6); }
    .wfp-pin.p1 { background: linear-gradient(150deg, #ff4d5e, #ff8a5b); }
    .wfp-pin.p2 { background: linear-gradient(150deg, #7c5cff, #ff6173); }
    .wfp-pin.p3 { background: linear-gradient(150deg, #1fd29a, #3a7bff); }
    .wfp-meta { display: flex; flex-direction: column; gap: 6px; }
    .wfp-line { height: 7px; border-radius: 4px; background: rgba(255,255,255,0.14); }
    .wfp-line.w1 { width: 92%; } .wfp-line.w2 { width: 60%; }
    .wfp-tagrow { display: flex; gap: 5px; margin-top: 3px; }
    .wfp-tag2 { height: 13px; width: 40px; border-radius: 4px; background: rgba(255,77,94,0.16); border: 1px solid rgba(255,77,94,0.32); }
    /* preview 3 — schedule calendar */
    .wfp-cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 11px; }
    .wfp-cal-title { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--soft-on-dark); }
    .wfp-cal-nav { display: flex; gap: 4px; }
    .wfp-cal-nav i { width: 6px; height: 6px; border-radius: 2px; background: rgba(255,255,255,0.18); }
    .wfp-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
    .wfp-cell { aspect-ratio: 1; border-radius: 5px; background: rgba(255,255,255,0.045); }
    .wfp-cell.on { background: rgba(255,77,94,0.22); border: 1px solid rgba(255,77,94,0.5); position: relative; }
    .wfp-cell.on::after { content: ''; position: absolute; left: 50%; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: #ff6173; transform: translate(-50%, -50%); }

    .wf-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; }
    .wf-chip { display: inline-block; white-space: nowrap; padding: 4px 8px; border-radius: 100px; background: rgba(255,77,94,0.12); color: #ffb3a8; font-size: 10.5px; font-weight: 600; border: 1px solid rgba(255,77,94,0.28); margin: 0; opacity: 0; transform: translateY(7px); transition: opacity .5s ease, transform .5s ease, background .22s ease, border-color .22s ease; }
    .wf-step:hover .wf-chip { background: rgba(255,77,94,0.18); border-color: rgba(255,77,94,0.42); }
    .reveal.in .wf-chip { opacity: 1; transform: none; }
    .reveal.in .wf-chip:nth-child(1) { transition-delay: .30s; }
    .reveal.in .wf-chip:nth-child(2) { transition-delay: .38s; }
    .reveal.in .wf-chip:nth-child(3) { transition-delay: .46s; }
    .reveal.in .wf-chip:nth-child(4) { transition-delay: .54s; }
    @media (max-width: 980px) {
      .wf-steps { flex-direction: column; align-items: center; gap: 8px; }
      /* .reveal.in resets transform to none, so it must be out-specified here
         or the arrow snaps back to horizontal after the reveal animation. */
      .wf-connector, .wf-connector.reveal.in { transform: rotate(90deg); margin: 6px 0; }
      .wf-chips { flex-wrap: wrap; }
    }

    /* ═══ SOCIAL PROOF — testimonials grid (X/Twitter-style cards) ═══ */
    .tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
    .tst-card { position: relative; display: flex; flex-direction: column; background: var(--paper-card); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--r-lg); padding: 28px; box-shadow: 0 24px 56px -40px rgba(0,0,0,0.7); transition: transform .38s cubic-bezier(.2,.7,.3,1), border-color .38s, box-shadow .38s; }
    .tst-card:hover { transform: translateY(-6px); border-color: rgba(255,77,94,0.34); box-shadow: 0 34px 74px -38px rgba(0,0,0,0.78), 0 0 0 1px rgba(255,77,94,0.1), 0 22px 60px -34px rgba(255,77,94,0.28); }
    .tst-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
    .tst-stars { display: inline-flex; gap: 2px; color: var(--amber); font-size: 15px; letter-spacing: 1.5px; line-height: 1; }
    .tst-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; color: var(--jade); background: rgba(31,210,154,0.1); border: 1px solid rgba(31,210,154,0.26); padding: 4px 10px; border-radius: 100px; white-space: nowrap; }
    .tst-badge svg { width: 11px; height: 11px; flex-shrink: 0; }
    .tst-quote { font-size: 15px; color: var(--soft-on-dark); line-height: 1.66; margin-bottom: 18px; }
    .tst-quote b, .tst-quote strong { color: var(--paper-on-dark); font-weight: 600; }
    .tst-result { display: inline-flex; align-items: center; gap: 7px; align-self: flex-start; margin-top: auto; margin-bottom: 18px; font-size: 12.5px; font-weight: 600; color: #ffb3a8; background: rgba(255,77,94,0.1); border: 1px solid rgba(255,77,94,0.26); padding: 6px 12px; border-radius: 100px; }
    .tst-result svg { width: 13px; height: 13px; color: var(--coral-bright); flex-shrink: 0; }
    .tst-person { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.06); }
    .tst-avatar { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; color: #fff; flex-shrink: 0; box-shadow: 0 4px 14px rgba(226,47,68,0.28); overflow: hidden; }
    .tst-avatar img { width: 100%; height: 100%; object-fit: cover; }
    .ta-1 { background: linear-gradient(135deg, #e22f44, #ff4d5e); }
    .ta-2 { background: linear-gradient(135deg, #4f46e5, #6366f1); }
    .ta-3 { background: linear-gradient(135deg, #9333ea, #ff8a5b); }
    .ta-4 { background: linear-gradient(135deg, #0ea5e9, #6366f1); }
    .ta-5 { background: linear-gradient(135deg, #10b981, #3b82f6); }
    .ta-6 { background: linear-gradient(135deg, #f59e0b, #ef4444); }
    .ta-7 { background: linear-gradient(135deg, #ec4899, #8b5cf6); }
    .tst-id { min-width: 0; }
    .tst-name { font-size: 15px; font-weight: 700; color: var(--paper-on-dark); line-height: 1.3; }
    .tst-role { font-size: 12.5px; color: var(--coral-bright); font-weight: 600; margin-top: 1px; }
    /* Featured (primary success story) — spans full width, larger type */
    .tst-featured { grid-column: 1 / -1; padding: 40px 44px; background: radial-gradient(130% 170% at 0% 0%, rgba(255,77,94,0.09), transparent 55%), var(--paper-card); }
    .tst-featured .tst-quote { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(20px, 2.3vw, 27px); line-height: 1.45; color: rgba(244,240,232,0.94); font-weight: 500; letter-spacing: -0.01em; max-width: 780px; margin-bottom: 26px; }
    .tst-featured .tst-stars { font-size: 17px; }
    .tst-featured-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); }
    .tst-featured .tst-person { padding-top: 0; border-top: none; }
    .tst-featured .tst-result { margin: 0; }
    .tst-featured .tst-avatar { width: 56px; height: 56px; font-size: 21px; }
    .tst-featured .tst-name { font-size: 16.5px; }
    /* Trust strip */
    .tst-trustbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 28px; margin-top: 44px; }
    .tst-trustbar span { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--soft-on-dark); }
    .tst-trustbar svg { width: 15px; height: 15px; color: var(--jade); flex-shrink: 0; }
    @media (max-width: 980px) { .tst-grid { grid-template-columns: repeat(2, 1fr); } .tst-featured { padding: 32px; } }
    @media (max-width: 760px) { .tst-grid { grid-template-columns: 1fr; } }

    /* ═══ SOLUTION — feature cards (ported from landing2, dark-themed) ═══ */
    .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
    .feature-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 244px; background: var(--paper-card); border: 1px solid var(--line-light); border-radius: var(--r-xl); padding: 32px; box-shadow: 0 20px 50px -36px rgba(0,0,0,0.6); text-decoration: none; color: inherit; transition: transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s, border-color .35s; }
    .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(135deg, #e22f44, #ff4d5e 50%, #ff8a5b); opacity: 0; transform: scaleX(0); transform-origin: left; transition: opacity .35s, transform .45s cubic-bezier(.2,.7,.3,1); }
    .feature-card:hover { transform: translateY(-6px); box-shadow: 0 32px 66px -34px rgba(0,0,0,0.72), 0 0 0 1px rgba(255,77,94,0.1), 0 20px 56px -32px rgba(255,77,94,0.3); border-color: rgba(255,77,94,0.38); }
    .feature-card:hover::before { opacity: 1; transform: scaleX(1); }
    .feature-card:focus-visible { outline: 2px solid var(--coral-bright); outline-offset: 3px; }
    .feature-icon-wrap { width: 52px; height: 52px; border-radius: var(--r-md); background: rgba(255,77,94,0.14); color: var(--coral-bright); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: transform .3s, background .3s, color .3s; }
    .feature-icon-wrap svg { width: 25px; height: 25px; }
    .feature-card:hover .feature-icon-wrap { background: linear-gradient(135deg, #e22f44, #ff4d5e 50%, #ff8a5b); color: #fff; transform: scale(1.08); }
    .feature-card-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 700; color: var(--paper-on-dark); margin-bottom: 10px; }
    .feature-card-desc { font-size: 14px; color: var(--soft-on-dark); line-height: 1.65; margin-bottom: 0; }
    .feature-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
    .feature-badge { display: inline-block; font-size: 11.5px; font-weight: 600; color: #ffb3a8; background: rgba(255,77,94,0.1); border: 1px solid rgba(255,77,94,0.24); padding: 4px 10px; border-radius: 100px; opacity: 0; transform: translateY(6px); transition: opacity .45s ease, transform .45s ease, background .2s ease, border-color .2s ease; }
    .feature-card:hover .feature-badge { background: rgba(255,77,94,0.16); border-color: rgba(255,77,94,0.4); }
    .feature-card.in .feature-badge { opacity: 1; transform: none; }
    .feature-card.in .feature-badge:nth-child(1) { transition-delay: .18s; }
    .feature-card.in .feature-badge:nth-child(2) { transition-delay: .26s; }
    .feature-card.in .feature-badge:nth-child(3) { transition-delay: .34s; }
    .feature-card.in .feature-badge:nth-child(4) { transition-delay: .42s; }
    @media (max-width: 980px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 760px) { .features-grid { grid-template-columns: 1fr; } .feature-card { min-height: 0; } }

    /* ═══ SOCIAL PROOF TOAST (SaaS-style live-signup notification) ═══ */
    .sp-toast { position: fixed; left: 22px; bottom: 22px; z-index: 870; display: flex; align-items: flex-start; gap: 13px; width: 330px; max-width: calc(100vw - 32px); padding: 15px 16px; border-radius: 16px; background: rgba(15,17,28,0.92); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 20px 50px -18px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.02) inset; -webkit-backdrop-filter: blur(14px) saturate(140%); backdrop-filter: blur(14px) saturate(140%); transform: translateY(20px) scale(0.96); opacity: 0; transition: transform .4s cubic-bezier(.2,.8,.3,1), opacity .4s cubic-bezier(.2,.8,.3,1), box-shadow .25s ease; pointer-events: none; }
    .sp-toast.show { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
    .sp-toast.show:hover { transform: translateY(-2px) scale(1); box-shadow: 0 28px 64px -18px rgba(0,0,0,0.82), 0 0 0 1px rgba(255,255,255,0.05) inset; }
    .sp-toast-avatar { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque', sans-serif; font-size: 14.5px; font-weight: 800; color: #fff; background: linear-gradient(140deg, #a78bfa, #8b5cf6); box-shadow: 0 4px 14px -4px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.06) inset; }
    .sp-av-purple { background: linear-gradient(140deg, #a78bfa, #8b5cf6); }
    .sp-av-blue { background: linear-gradient(140deg, #60a5fa, #2563eb); }
    .sp-av-emerald { background: linear-gradient(140deg, #34d399, #059669); }
    .sp-av-orange { background: linear-gradient(140deg, #fbbf24, #f97316); }
    .sp-toast-body { flex: 1; min-width: 0; }
    .sp-toast-head { padding-right: 16px; display: flex; flex-direction: column; gap: 1px; }
    .sp-toast-head .sp-name { color: var(--paper-on-dark); font-weight: 700; font-size: 14px; line-height: 1.25; }
    .sp-toast-head .sp-loc { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--mute-on-dark); line-height: 1.3; }
    .sp-toast-head .sp-flag { width: 18px; height: 13px; border-radius: 2px; object-fit: cover; flex-shrink: 0; box-shadow: 0 0 0 1px rgba(255,255,255,0.14); }
    .sp-toast-action { font-size: 13px; font-weight: 500; color: var(--paper-on-dark); margin-top: 9px; line-height: 1.75; }
    .sp-plan-badge { display: inline-flex; align-items: center; gap: 6px; vertical-align: middle; margin: 0 3px; padding: 2px 10px; border-radius: 100px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.01em; color: var(--coral-bright); background: color-mix(in srgb, var(--coral) 12%, transparent); border: 1px solid color-mix(in srgb, var(--coral) 34%, transparent); }
    .sp-plan-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0.9; }
    .sp-plan-badge.is-pro { color: #fff; background: linear-gradient(135deg, var(--coral), var(--coral-deep)); border-color: transparent; box-shadow: 0 5px 16px -5px color-mix(in srgb, var(--coral) 70%, transparent); }
    .sp-toast-foot { display: flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 10.5px; color: var(--mute-on-dark); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.03em; }
    .sp-toast-foot .sp-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--jade); box-shadow: 0 0 0 3px rgba(31,210,154,0.16); animation: blip 2s ease-in-out infinite; }
    .sp-toast-close { position: absolute; top: 10px; right: 10px; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; padding: 0; border-radius: 50%; border: none; background: transparent; color: var(--paper-on-dark); cursor: pointer; opacity: 0.25; transition: opacity .2s, background .2s; }
    .sp-toast-close svg { width: 11px; height: 11px; }
    .sp-toast:hover .sp-toast-close { opacity: 0.9; }
    .sp-toast-close:hover { opacity: 1; background: rgba(255,255,255,0.08); }
    @media (max-width: 760px) { .sp-toast { display: none; } }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
      .wf-num, .wf-preview, .wf-chip { opacity: 1 !important; transform: none !important; }
      .pa-draw { stroke-dashoffset: 0 !important; }
      .pa-bar { transform: none !important; }
      .tl-grid::before { transform: scaleX(1) !important; }
      .feature-badge { opacity: 1 !important; transform: none !important; }
      .shift-list li { opacity: 1 !important; transform: none !important; }
    }
    /* ── Feature page layout (reuses the landing design tokens/components) ── */
    #feat-hero { position: relative; overflow: hidden; padding: 168px 0 84px; text-align: center; color: var(--paper-on-dark); }
    #feat-hero .hero-pill { margin: 0 auto; }
    #feat-hero .hero-title { margin-top: 22px; }
    #feat-hero .hero-sub { margin: 22px auto 0; max-width: 680px; }
    #feat-hero .hero-cta { justify-content: center; margin-top: 32px; }
    #feat-hero .hero-powerline { margin: 26px auto 0; max-width: 600px; }
    .about-sec { position: relative; padding: 84px 0; }
    .about-sec .sec-head { margin-bottom: 44px; }
    .about-prose { max-width: 760px; margin: 0 auto; text-align: center; }
    .about-prose p { font-size: 18px; line-height: 1.75; color: var(--soft-on-dark); margin-top: 16px; }
    .about-prose a { color: var(--coral-bright); text-decoration: none; }
    .about-prose a:hover { text-decoration: underline; }
    .about-step-desc { margin-top: 10px; font-size: 15px; line-height: 1.65; color: var(--soft-on-dark); }
    .faq-list h3.faq-q-main { margin: 0; font-size: inherit; font-weight: inherit; line-height: inherit; }
    /* ── Real product screenshot ── */
    .shot-fig { max-width: 960px; margin: 48px auto 0; }
    .shot-frame { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-dark); background: linear-gradient(165deg, var(--ink-850), var(--ink-900)); box-shadow: 0 40px 90px -40px rgba(0,0,0,0.9), 0 0 0 1px rgba(255,255,255,0.03) inset; }
    .shot-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line-dark-2); }
    .shot-dots { display: flex; gap: 6px; }
    .shot-dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }
    .sd-r { background: #ff5f57; } .sd-y { background: #febc2e; } .sd-g { background: #28c840; }
    .shot-tab { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--soft-on-dark); margin-left: 10px; letter-spacing: 0.04em; }
    .shot-img { display: block; width: 100%; height: auto; }
    .shot-caption { margin: 16px auto 0; max-width: 720px; text-align: center; font-size: 14px; line-height: 1.6; color: var(--mute-on-dark); }
    /* ── Best for / not best for ── */
    .fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 960px; margin: 48px auto 0; }
    @media (max-width: 760px) { .fit-grid { grid-template-columns: 1fr; } }
    .fit-card { background: var(--paper-card); border: 1px solid var(--line-light); border-radius: var(--r-xl); padding: 32px; box-shadow: 0 20px 50px -36px rgba(0,0,0,0.6); }
    .fit-card.fit-yes { border-color: rgba(31,210,154,0.32); }
    .fit-card.fit-no { border-color: rgba(255,178,62,0.28); }
    .fit-title { display: flex; align-items: center; gap: 10px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 19px; font-weight: 700; color: var(--paper-on-dark); }
    .fit-title .fit-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; }
    .fit-yes .fit-badge { background: rgba(31,210,154,0.16); color: var(--jade); }
    .fit-no .fit-badge { background: rgba(255,178,62,0.14); color: var(--amber); }
    .fit-badge svg { width: 14px; height: 14px; }
    .fit-list { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 13px; }
    .fit-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; line-height: 1.55; color: var(--soft-on-dark); }
    .fit-list .fit-ico { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; margin-top: 2px; }
    .fit-yes .fit-ico { background: rgba(31,210,154,0.14); color: var(--jade); }
    .fit-no .fit-ico { background: rgba(255,178,62,0.12); color: var(--amber); }
    .fit-ico svg { width: 10px; height: 10px; }
    @media (max-width: 640px) {
      #feat-hero { padding: 128px 0 56px; }
      .about-sec { padding: 60px 0; }
      .about-prose p { font-size: 16.5px; }
      .fit-card { padding: 26px 22px; }
    }
