﻿@font-face {
      font-family: "FK Screamer";
      src: url("/10x-clean/assets/fonts/fk-screamer.woff2") format("woff2");
      font-style: normal;
      font-weight: 100 900;
      font-display: block;
    }

    @font-face {
      font-family: "Geist";
      src: url("/10x-clean/assets/fonts/geist-latin-ext.woff2") format("woff2");
      font-style: normal;
      font-weight: 100 900;
      font-display: block;
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }

    @font-face {
      font-family: "Geist";
      src: url("/10x-clean/assets/fonts/geist-latin.woff2") format("woff2");
      font-style: normal;
      font-weight: 100 900;
      font-display: block;
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }

    :root {
      --bg: #f4f4f4;
      --surface: #ffffff;
      --ink: #212121;
      --ink-soft: #555555;
      --ink-faint: rgba(33, 33, 33, .58);
      --line: #e3e3e3;
      --subtle: rgba(33, 33, 33, .08);
      --orange: #fe6e00;
      --pink: #ffb8fc;
      --blue: #c3dbff;
      --blue-light: #e7f1ff;
      --yellow: #fffa64;
      --green: #d1f864;
      --green-soft: #d1f48c;
      --radius: 20px;
      --rail: 1152px;
      --wide-panel: min(1848px, calc(100vw - 64px));
      --section-gap: 112px;
      --showcase-width: min(1380px, calc(100vw - 64px));
      --motion-spring: cubic-bezier(.18, .86, .28, 1);
      --motion-soft: cubic-bezier(.4, 0, .2, 1);
      --motion-float: 12px;
      --motion-stagger: .16s;
    }

    * { box-sizing: border-box; }
    html {
      background: var(--bg);
      color: var(--ink);
      scroll-behavior: smooth;
    }
    body {
      margin: 0;
      background: var(--bg);
      color: var(--ink);
      font-family: "Geist", sans-serif;
      letter-spacing: 0;
      line-height: 1.5;
      text-rendering: geometricPrecision;
    }
    a { color: inherit; text-decoration: none; }
    img, svg, video { display: block; max-width: 100%; }
    button, input { font: inherit; }
    button { border: 0; cursor: pointer; }

    .page {
      min-height: 100vh;
      overflow: hidden;
    }

    section {
      scroll-margin-top: 112px;
    }

    .nav-shell {
      position: fixed;
      inset: 14px 0 auto;
      z-index: 50;
      display: flex;
      justify-content: center;
      pointer-events: none;
      padding: 0 32px;
    }

    .nav-inner {
      width: min(100%, 1336px);
      min-height: 56px;
      border-radius: 999px;
      pointer-events: auto;
      --glass-frost: .24;
      --glass-saturation: 1.18;
      --glass-brightness: 1.03;
      --filter-id: url(#nav-glass-filter);
    }

    .glass-surface {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transition: opacity .26s ease-out, transform .2s ease-out;
    }

    .glass-surface__filter {
      width: 100%;
      height: 100%;
      pointer-events: none;
      position: absolute;
      inset: 0;
      opacity: 0;
      z-index: -1;
    }

    .glass-surface__content {
      width: 100%;
      height: 100%;
      display: grid;
      grid-template-columns: minmax(180px, 1fr) auto minmax(250px, 1fr);
      align-items: center;
      justify-content: center;
      gap: 0;
      padding: 8px;
      border-radius: inherit;
      position: relative;
      z-index: 1;
    }

    .glass-surface--svg {
      background:
        linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, .18)),
        rgba(248, 248, 248, var(--glass-frost));
      -webkit-backdrop-filter: var(--filter-id) saturate(var(--glass-saturation)) brightness(var(--glass-brightness)) blur(18px);
      backdrop-filter: var(--filter-id) saturate(var(--glass-saturation)) brightness(var(--glass-brightness)) blur(18px);
      border: 1px solid rgba(255, 255, 255, .58);
      box-shadow:
        0 0 0 1px rgba(255, 255, 255, .18) inset,
        0 18px 58px rgba(0, 0, 0, .13),
        0 6px 18px rgba(0, 0, 0, .08),
        inset 0 1px 0 rgba(255, 255, 255, .86),
        inset 0 -1px 0 rgba(0, 0, 0, .08);
    }

    .glass-surface--fallback {
      background:
        linear-gradient(145deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .2)),
        rgba(248, 248, 248, .24);
      -webkit-backdrop-filter: blur(18px) saturate(1.18) brightness(1.03);
      backdrop-filter: blur(18px) saturate(1.18) brightness(1.03);
      border: 1px solid rgba(255, 255, 255, .58);
      box-shadow:
        0 18px 58px rgba(0, 0, 0, .13),
        0 6px 18px rgba(0, 0, 0, .08),
        inset 0 1px 0 rgba(255, 255, 255, .86),
        inset 0 -1px 0 rgba(0, 0, 0, .08);
    }

    .glass-surface::before {
      position: absolute;
      inset: 1px;
      border-radius: inherit;
      background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .62), rgba(255, 255, 255, 0) 28%),
        linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(0, 0, 0, .03));
      content: "";
      pointer-events: none;
      z-index: 0;
    }

    .glass-surface:focus-visible {
      outline: 2px solid #007aff;
      outline-offset: 2px;
    }

    .brand {
      width: 94px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-self: start;
      padding-left: 14px;
    }
    .brand img {
      width: 72px;
      height: auto;
    }

    .nav-links {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2px;
      color: rgba(33, 33, 33, .72);
      font-size: 14px;
      font-weight: 620;
      line-height: 1;
      position: relative;
      justify-self: center;
      padding: 3px;
      border-radius: 999px;
      isolation: isolate;
    }
    .nav-links a {
      position: relative;
      z-index: 3;
      border-radius: 999px;
      padding: 13px 14px;
      text-shadow: none;
      transition: color .2s ease;
    }
    .nav-links a:hover {
      color: var(--ink);
    }
    .nav-links a.is-active {
      color: #fff;
    }

    .gooey-indicator {
      position: absolute;
      left: 1px;
      top: 1px;
      width: var(--gooey-width, 82px);
      height: calc(var(--gooey-height, 40px) - 2px);
      border-radius: 999px;
      pointer-events: none;
      transform: translate3d(var(--gooey-left, 3px), var(--gooey-top, 3px), 0);
      will-change: transform, width, height;
      transition:
        transform .36s cubic-bezier(.22, 1, .36, 1),
        width .36s cubic-bezier(.22, 1, .36, 1),
        height .36s cubic-bezier(.22, 1, .36, 1);
    }

    .gooey-indicator {
      z-index: 1;
      background: var(--ink);
      box-shadow:
        0 10px 26px rgba(33, 33, 33, .2),
        inset 0 1px 0 rgba(255, 255, 255, .16);
      filter: url(#gooey-filter);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      justify-self: end;
      gap: 10px;
    }

    .pill {
      min-height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 999px;
      padding: 0 24px;
      font-size: 14px;
      font-weight: 720;
      line-height: 1;
      white-space: nowrap;
      transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
    }
    .pill:hover { transform: translateY(-1px); }
    .pill-dark {
      background: var(--ink);
      color: #fff;
      border: 1px solid var(--ink);
    }
    .pill-dark:hover { background: #000; }
    .pill-light {
      background: #fff;
      color: var(--ink);
      border: 1px solid rgba(255, 255, 255, .74);
    }
    .pill-light:hover { border-color: rgba(33, 33, 33, .12); }
    .pill-outline {
      background: rgba(255, 255, 255, .08);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .54);
    }
    .pill-outline:hover { background: rgba(255, 255, 255, .16); }

    .nav-actions .pill {
      position: relative;
      overflow: hidden;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    }

    .nav-actions .pill::after {
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(145deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0) 42%);
      content: "";
      opacity: 0;
      transition: opacity .2s ease;
      pointer-events: none;
    }

    .nav-actions .pill:hover::after {
      opacity: 1;
    }

    .nav-actions .pill-light {
      background: rgba(255, 255, 255, .62);
      -webkit-backdrop-filter: blur(10px) saturate(1.5);
      backdrop-filter: blur(10px) saturate(1.5);
      border-color: rgba(255, 255, 255, .62);
    }
    .nav-actions .pill-dark:hover,
    .nav-actions .pill-dark:focus-visible {
      background: var(--orange);
      border-color: var(--orange);
      color: #fff;
      box-shadow:
        0 12px 30px rgba(254, 110, 0, .3),
        inset 0 1px 0 rgba(255, 255, 255, .28);
    }
    #start .pill-dark:hover,
    #start .pill-dark:focus-visible {
      background: var(--orange);
      border-color: var(--orange);
      color: #fff;
      box-shadow: 0 14px 34px rgba(254, 110, 0, .34);
    }

    .lift {
      transition: transform .2s ease-out, box-shadow .2s ease-out, border-color .2s ease-out;
    }

    .lift:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 48px rgba(0, 0, 0, .12);
    }

    .glass-icon {
      --icon-gradient: linear-gradient(160deg, #ffb22e, var(--orange));
      position: relative;
      width: 4.5rem;
      height: 4.5rem;
      display: inline-block;
      flex: 0 0 auto;
      perspective: 24rem;
      transform-style: preserve-3d;
      -webkit-tap-highlight-color: transparent;
    }
    .glass-icon--sm {
      width: 3.7rem;
      height: 3.7rem;
    }
    .glass-icon--tiny {
      width: 2.85rem;
      height: 2.85rem;
    }
    .glass-icon--blue { --icon-gradient: linear-gradient(160deg, #8fc8ff, #3478ff); }
    .glass-icon--pink { --icon-gradient: linear-gradient(160deg, #ff9af8, #e76cff); }
    .glass-icon--orange { --icon-gradient: linear-gradient(160deg, #ffbf36, var(--orange)); }
    .glass-icon--green { --icon-gradient: linear-gradient(160deg, #d1f864, #67c836); }
    .glass-icon--black { --icon-gradient: linear-gradient(160deg, #404040, #050505); }
    .glass-icon__back,
    .glass-icon__front {
      position: absolute;
      inset: 0;
      border-radius: 1.25rem;
      transition: transform .3s cubic-bezier(.83, 0, .17, 1), opacity .3s cubic-bezier(.83, 0, .17, 1);
      will-change: transform;
    }
    .glass-icon__back {
      display: block;
      background: var(--icon-gradient);
      box-shadow: .5rem -.5rem .75rem rgba(17, 17, 17, .15);
      transform: rotate(15deg);
      transform-origin: 100% 100%;
    }
    .glass-icon__front {
      display: flex;
      background-color: rgba(255, 255, 255, .18);
      border: 1px solid rgba(255, 255, 255, .34);
      box-shadow:
        0 0 0 .08rem rgba(255, 255, 255, .28) inset,
        inset 0 1px 0 rgba(255, 255, 255, .55),
        inset 0 -1px 0 rgba(0, 0, 0, .12);
      -webkit-backdrop-filter: blur(.75rem) saturate(1.25);
      backdrop-filter: blur(.75rem) saturate(1.25);
      transform-origin: 80% 50%;
    }
    .glass-icon__glyph {
      width: 1.55rem;
      height: 1.55rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      color: #fff;
      filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .22));
    }
    .glass-icon__glyph svg {
      width: 100%;
      height: 100%;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.35;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .seller-card:hover .glass-icon__back,
    .flow-card:hover .glass-icon__back,
    .feature-copy:hover .glass-icon__back,
    .platform-card:hover .glass-icon__back,
    .ownership-stack-card:hover .glass-icon__back {
      transform: rotate(25deg) translate3d(-.45rem, -.45rem, .5rem);
    }
    .seller-card:hover .glass-icon__front,
    .flow-card:hover .glass-icon__front,
    .feature-copy:hover .glass-icon__front,
    .platform-card:hover .glass-icon__front,
    .ownership-stack-card:hover .glass-icon__front {
      transform: translate3d(0, 0, 1.35rem);
    }

    .scroll-fill {
      --progress: 0%;
      --fill-ink: var(--ink);
      --fill-faded: rgba(33, 33, 33, .12);
      color: transparent;
      background: linear-gradient(90deg, var(--fill-ink) 0 var(--progress), var(--fill-faded) var(--progress));
      -webkit-background-clip: text;
      background-clip: text;
    }

    .animate-in {
      opacity: 1;
      transform: translateY(0);
    }

    [data-reveal] {
      --reveal-opacity: 1;
      --reveal-x: 0px;
      --reveal-y: 0px;
      --reveal-scale: 1;
      --reveal-rotate: 0deg;
      --reveal-tilt: 0deg;
      --reveal-clip: 0%;
      opacity: var(--reveal-opacity);
      clip-path: inset(var(--reveal-clip) 0 0 0 round 18px);
      transform:
        perspective(900px)
        translate3d(var(--reveal-x), var(--reveal-y), 0)
        rotateX(var(--reveal-tilt))
        rotate(var(--reveal-rotate))
        scale(var(--reveal-scale));
      transform-origin: 50% 72%;
      will-change: opacity, transform, clip-path;
    }

    [data-reveal="media"] {
      clip-path: inset(var(--reveal-clip) 0 0 0 round 18px);
    }

    .menu-button {
      display: none;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(33, 33, 33, .06);
      color: var(--ink);
      transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .menu-button:focus-visible {
      outline: 2px solid rgba(33, 33, 33, .22);
      outline-offset: 2px;
    }
    .menu-lines,
    .menu-lines::before,
    .menu-lines::after {
      width: 16px;
      height: 2px;
      display: block;
      border-radius: 999px;
      background: currentColor;
      content: "";
      transition: transform .18s ease, opacity .18s ease;
    }
    .menu-lines::before { transform: translateY(-6px); }
    .menu-lines::after { transform: translateY(4px); }
    body.menu-open .menu-lines { transform: rotate(45deg); }
    body.menu-open .menu-lines::before { opacity: 0; }
    body.menu-open .menu-lines::after { transform: translateY(-2px) rotate(-90deg); }

    .mobile-menu {
      display: block;
      position: fixed;
      inset: 70px 14px auto;
      z-index: 45;
      border-radius: 24px;
      background: rgba(255, 255, 255, .62);
      -webkit-backdrop-filter: blur(22px) saturate(1.5);
      backdrop-filter: blur(22px) saturate(1.5);
      border: 1px solid rgba(255, 255, 255, .7);
      box-shadow: 0 22px 70px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .55);
      padding: 8px;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-10px) scale(.98);
      transform-origin: top center;
      visibility: hidden;
      transition: opacity .2s ease, transform .24s var(--motion-spring), visibility .2s ease;
    }
    .mobile-menu-main {
      display: grid;
      gap: 3px;
    }
    .mobile-menu a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 44px;
      padding: 0 12px;
      border-radius: 14px;
      font-weight: 680;
      color: var(--ink);
    }
    .mobile-menu a + a { margin-top: 2px; }
    .mobile-menu a:active,
    .mobile-menu a:focus-visible {
      background: rgba(31, 31, 31, .06);
      outline: 0;
    }
    .mobile-menu a span {
      display: block;
      color: rgba(33, 33, 33, .42);
      font-size: 11px;
      font-weight: 780;
      letter-spacing: .14em;
    }
    .mobile-menu-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid rgba(33, 33, 33, .1);
    }
    .mobile-menu .mobile-menu-action {
      min-height: 44px;
      justify-content: center;
      margin-top: 0;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 780;
    }
    .mobile-menu .mobile-menu-action--secondary {
      background: rgba(255, 255, 255, .64);
      border: 1px solid rgba(255, 255, 255, .75);
    }
    .mobile-menu .mobile-menu-action--primary {
      background: var(--ink);
      color: #fff;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
    }

    @media (min-width: 960px) {
      .mobile-menu {
        display: none;
      }
    }

    .hero {
      position: relative;
      z-index: 1;
      padding: 96px 32px 48px;
    }

    .hero-card {
      position: relative;
      min-height: min(804px, calc(100vh - 120px));
      overflow: hidden;
      border-radius: 10px;
      background: #111;
      isolation: isolate;
    }

    .hero-card video,
    .hero-card .hero-poster {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transform: scale(1);
      transform-origin: center;
      background: #050505;
    }

    .hero-card::after {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: rgba(0, 0, 0, .34);
      content: "";
    }

    .hero-content {
      position: relative;
      z-index: 2;
      min-height: inherit;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 88px 28px 58px;
    }

    h1,
    h2,
    .display {
      margin: 0;
      font-family: "FK Screamer", sans-serif;
      font-weight: 800;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    h1 {
      max-width: 1050px;
      color: #fff;
      font-size: 136px;
      padding: .04em 0 .08em;
      line-height: .9;
      text-wrap: balance;
    }

    .hero-copy {
      max-width: 560px;
      margin: 24px auto 0;
      color: rgba(255, 255, 255, .9);
      font-size: 16px;
      font-weight: 560;
      line-height: 1.48;
      text-wrap: balance;
    }

    .hero-prompt {
      width: min(610px, 100%);
      min-height: 58px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 8px;
      margin: 26px auto 0;
      padding: 6px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 18px 60px rgba(0, 0, 0, .2);
    }
    .hero-prompt-field {
      position: relative;
      min-width: 0;
      display: flex;
      align-items: center;
    }
    .hero-prompt input {
      position: relative;
      z-index: 2;
      width: 100%;
      min-width: 0;
      border: 0;
      outline: 0;
      background: transparent;
      color: var(--ink);
      padding: 0 18px;
      font-size: 14px;
      font-weight: 620;
    }
    .hero-prompt input::placeholder { color: rgba(33, 33, 33, .56); }
    .hero-typed-placeholder {
      position: absolute;
      inset: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      min-width: 0;
      padding: 0 18px;
      color: rgba(33, 33, 33, .6);
      font-size: 14px;
      font-weight: 660;
      line-height: 1;
      pointer-events: none;
      transition: opacity .18s ease;
      white-space: nowrap;
      overflow: hidden;
    }
    .hero-typed-copy {
      min-width: 0;
      overflow: hidden;
      text-overflow: clip;
    }
    .hero-typed-cursor {
      width: 2px;
      height: 1.12em;
      margin-left: 4px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .68);
      flex: 0 0 auto;
    }
    .hero-prompt-field:focus-within .hero-typed-placeholder,
    .hero-prompt-field.has-value .hero-typed-placeholder {
      opacity: 0;
    }
    .main-stack {
      width: min(var(--rail), calc(100% - 64px));
      display: flex;
      flex-direction: column;
      gap: var(--section-gap);
      margin: 0 auto;
      padding: 48px 0 0;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
      align-items: end;
      gap: 32px;
      margin-bottom: 18px;
    }
    .section-head.center {
      display: block;
      max-width: 870px;
      margin: 0 auto 26px;
      text-align: center;
    }
    h2 {
      color: var(--ink);
      font-size: 80px;
      line-height: .86;
      text-wrap: balance;
    }
    #product .section-head h2 {
      line-height: 1;
    }
    .section-head p,
    .section-head.center p {
      margin: 0;
      color: var(--ink-soft);
      font-size: 15px;
      font-weight: 560;
      line-height: 1.5;
    }
    .section-head.center p {
      max-width: 620px;
      margin: 14px auto 0;
    }

    .seller-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .seller-card {
      min-height: 455px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      border: 1px solid rgba(33, 33, 33, .1);
      border-radius: var(--radius);
      background: #fff;
      transition: transform .2s ease-out, box-shadow .2s ease-out, border-color .2s ease-out;
    }
    .seller-card:hover {
      transform: translateY(-2px);
      border-color: rgba(33, 33, 33, .2);
      box-shadow: 0 18px 48px rgba(0, 0, 0, .1);
    }
    .seller-copy {
      padding: 22px 22px 10px;
    }
    .seller-copy-top {
      display: flex;
      align-items: start;
      justify-content: space-between;
      gap: 16px;
    }
    .seller-card h3 {
      margin: 0;
      font-family: "FK Screamer", sans-serif;
      font-size: 52px;
      line-height: 1;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .seller-card p {
      margin: 10px 0 0;
      color: rgba(33, 33, 33, .62);
      font-size: 14px;
      font-weight: 560;
      line-height: 1.38;
    }
    .seller-media {
      height: 250px;
      margin: 0 12px 12px;
      overflow: hidden;
      border-radius: 14px;
      background: var(--blue-light);
    }
    .seller-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .35s cubic-bezier(.22, 1, .36, 1);
    }
    .seller-card:hover .seller-media img {
      transform: scale(1.02);
    }
    .seller-card:nth-child(1) { background: var(--blue-light); }
    .seller-card:nth-child(2) { background: var(--yellow); }
    .seller-card:nth-child(3) { background: var(--pink); }

    .flow-panel {
      position: relative;
      overflow: visible;
      isolation: isolate;
      margin-top: 0;
      border-radius: var(--radius);
      background: transparent;
      color: #fff;
      padding: 36px;
    }
    .flow-panel::before,
    .night-panel::before,
    .platform::before,
    .ownership::before,
    .audience-section::before,
    .stories-section::before,
    .compare-section::before,
    .final-cta::before {
      position: absolute;
      inset: 0 auto;
      left: 50%;
      z-index: 0;
      width: var(--wide-panel);
      border-radius: inherit;
      content: "";
      opacity: 1;
      pointer-events: none;
      transform: translateX(-50%);
      transform-origin: center;
    }
    .flow-panel::before,
    .stories-section::before {
      background: var(--ink);
    }
    .flow-panel::before {
      top: 0;
      bottom: 0;
      height: auto;
      transform: translateX(-50%);
    }
    .final-cta::before {
      background: var(--green);
      border: 1px solid rgba(33, 33, 33, .1);
    }
    .night-panel::before {
      background: var(--pink);
      border: 1px solid rgba(33, 33, 33, .1);
    }
    .ownership::before {
      top: -18px;
      bottom: -18px;
      min-height: 0;
      width: var(--showcase-width);
      background: var(--blue);
      border: 1px solid rgba(33, 33, 33, .1);
      transform: translateX(-50%);
    }
    .platform::before,
    .audience-section::before,
    .compare-section::before {
      background: #fff;
      border: 1px solid rgba(33, 33, 33, .1);
    }
    .platform::before {
      top: -76px;
      bottom: -96px;
      background: #fff;
      border: 1px solid rgba(33, 33, 33, .08);
      box-shadow: 0 28px 90px rgba(33, 33, 33, .08);
    }
    .flow-panel > *,
    .night-panel > *,
    .platform > *,
    .ownership > *,
    .audience-section > *,
    .stories-section > *,
    .compare-section > *,
    .final-cta > * {
      position: relative;
      z-index: 1;
    }
    .flow-panel .section-head {
      grid-template-columns: minmax(0, 560px) minmax(260px, 360px);
      margin-bottom: 28px;
    }
    .flow-panel h2 {
      color: #fff;
    }
    .flow-panel .section-head p {
      color: rgba(255, 255, 255, .66);
    }
    .flow-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }
    .flow-card {
      min-height: 238px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 18px;
      border: 1px solid rgba(255, 255, 255, .1);
      background: rgba(255, 255, 255, .08);
      padding: 18px;
      transition: transform .2s ease-out, background .2s ease-out, border-color .2s ease-out;
    }
    .flow-card:hover {
      transform: translateY(-2px);
      background: rgba(255, 255, 255, .12);
      border-color: rgba(255, 255, 255, .18);
    }
    .flow-card-top {
      display: flex;
      align-items: start;
      justify-content: space-between;
      gap: 14px;
    }
    .flow-card strong {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--green-soft);
      color: var(--ink);
      font-size: 14px;
      font-weight: 840;
      line-height: 1;
    }
    .flow-card h3 {
      margin: 34px 0 8px;
      font-family: "FK Screamer", sans-serif;
      font-size: 42px;
      line-height: .88;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .flow-card p {
      margin: 0;
      color: rgba(255, 255, 255, .68);
      font-size: 13px;
      font-weight: 560;
      line-height: 1.38;
    }
    .flow-card:nth-child(1) strong { background: var(--blue); }
    .flow-card:nth-child(2) strong { background: var(--yellow); }
    .flow-card:nth-child(3) strong { background: var(--pink); }
    .flow-card:nth-child(4) strong { background: var(--green); }

    .proof-band {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 16px;
    }
    .proof-card {
      min-height: 235px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: var(--radius);
      border: 1px solid rgba(33, 33, 33, .1);
      background: var(--green-soft);
      padding: 24px;
    }
    .proof-card:nth-child(1) { background: var(--pink); }
    .proof-card:nth-child(2) { background: var(--green); }
    .proof-card:nth-child(3) { background: var(--blue); }
    .proof-card .number {
      font-family: "FK Screamer", sans-serif;
      font-size: 86px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: .82;
      text-transform: uppercase;
    }
    .proof-card p {
      margin: 18px 0 0;
      max-width: 270px;
      color: rgba(33, 33, 33, .72);
      font-size: 14px;
      font-weight: 650;
      line-height: 1.36;
    }

    .night-panel {
      position: relative;
      display: grid;
      gap: 22px;
      overflow: visible;
      isolation: isolate;
      border-radius: var(--radius);
      background: transparent;
      border: 0;
      padding: 38px;
      color: var(--ink);
    }
    .flow-panel + .night-panel {
      margin-top: 0;
    }
    .night-top {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
      gap: 32px;
      align-items: end;
    }
    .night-panel h2 {
      max-width: 660px;
      font-size: 92px;
      line-height: .86;
    }
    .night-top p {
      margin: 0;
      color: rgba(33, 33, 33, .68);
      font-size: 15px;
      font-weight: 620;
      line-height: 1.5;
    }
    .night-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 14px;
      align-items: stretch;
    }
    .night-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      grid-column: 1 / -1;
    }
    .night-stat,
    .graph-card,
    .activity-card {
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .72);
      box-shadow: 0 18px 50px rgba(33, 33, 33, .08);
    }
    .night-stat {
      min-height: 150px;
      padding: 18px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .night-stat strong {
      display: block;
      font-family: "FK Screamer", sans-serif;
      font-size: 58px;
      line-height: .84;
      font-weight: 800;
      letter-spacing: 0;
      font-variant-numeric: tabular-nums;
      text-transform: uppercase;
    }
    .night-stat span:last-child {
      display: block;
      max-width: 210px;
      color: rgba(33, 33, 33, .64);
      font-size: 13px;
      font-weight: 650;
      line-height: 1.34;
    }
    .graph-card {
      min-height: 254px;
      padding: 22px;
      background: var(--yellow);
      position: relative;
      overflow: hidden;
      cursor: crosshair;
      --graph-x: 50%;
      --graph-y: 50%;
    }
    .graph-card::after {
      position: absolute;
      inset: 0;
      z-index: 0;
      background: radial-gradient(circle at var(--graph-x) var(--graph-y), rgba(255, 255, 255, .42), rgba(255, 255, 255, 0) 31%);
      content: "";
      opacity: 0;
      pointer-events: none;
      transition: opacity .22s ease;
    }
    .graph-card.is-graph-hovered::after {
      opacity: 1;
    }
    .activity-card {
      min-height: 254px;
      padding: 18px;
      background: var(--ink);
      color: #fff;
    }
    .graph-head,
    .activity-head {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 22px;
      color: rgba(33, 33, 33, .68);
      font-size: 12px;
      font-weight: 760;
    }
    .activity-head {
      color: rgba(255, 255, 255, .66);
    }
    .status-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 5px rgba(209, 248, 100, .2);
    }
    .live-graph {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 154px;
      overflow: visible;
    }
    .graph-area {
      fill: rgba(33, 33, 33, .18);
      transition: fill .22s ease;
    }
    .graph-card.is-graph-hovered .graph-area {
      fill: rgba(33, 33, 33, .23);
    }
    .graph-line {
      fill: none;
      stroke: var(--ink);
      stroke-width: 3;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 620;
      stroke-dashoffset: 620;
      transform-box: fill-box;
      transform-origin: center;
      transition:
        stroke-dashoffset .9s cubic-bezier(.22, 1, .36, 1),
        stroke-width .18s ease,
        filter .18s ease;
    }
    .graph-line-hover {
      fill: none;
      stroke: rgba(33, 33, 33, .48);
      stroke-width: 7;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 0;
      pointer-events: none;
      transform-box: fill-box;
      transform-origin: center;
      transition: opacity .16s ease;
      filter: drop-shadow(0 5px 9px rgba(33, 33, 33, .16));
    }
    .graph-cursor-line {
      stroke: rgba(33, 33, 33, .22);
      stroke-width: 1;
      stroke-dasharray: 4 7;
      opacity: 0;
      pointer-events: none;
      transform-box: fill-box;
      transform-origin: center;
      transition: opacity .16s ease;
    }
    .graph-cursor-ring {
      fill: rgba(255, 255, 255, .58);
      stroke: var(--ink);
      stroke-width: 1.5;
      opacity: 0;
      pointer-events: none;
      transform-box: fill-box;
      transform-origin: center;
      filter: drop-shadow(0 6px 12px rgba(33, 33, 33, .18));
      transition: opacity .16s ease;
    }
    .graph-cursor-dot {
      fill: var(--ink);
      opacity: 0;
      pointer-events: none;
      transform-box: fill-box;
      transform-origin: center;
      transition: opacity .16s ease;
    }
    .graph-card.is-graph-hovered .graph-line {
      stroke-width: 4;
      filter: drop-shadow(0 7px 12px rgba(33, 33, 33, .18));
    }
    .graph-card.is-graph-hovered .graph-line-hover,
    .graph-card.is-graph-hovered .graph-cursor-line,
    .graph-card.is-graph-hovered .graph-cursor-ring,
    .graph-card.is-graph-hovered .graph-cursor-dot {
      opacity: 1;
    }
    .feed-list {
      display: grid;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .feed-list li {
      min-height: 58px;
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 14px;
      align-items: center;
      border-radius: 14px;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .1);
      padding: 10px;
      color: rgba(255, 255, 255, .78);
      font-size: 13px;
      font-weight: 620;
      transition: transform .32s cubic-bezier(.22, 1, .36, 1), background .32s ease, color .32s ease;
    }
    .feed-list li.is-active {
      transform: translateX(8px);
      background: rgba(255, 255, 255, .16);
      color: #fff;
    }
    .feed-list .glass-icon {
      width: 42px;
      height: 42px;
    }
    .feed-list .glass-icon__back,
    .feed-list .glass-icon__front {
      border-radius: 13px;
    }
    .feed-list .glass-icon__glyph {
      width: 1.15rem;
      height: 1.15rem;
    }
    .feature-stack {
      display: grid;
      grid-auto-rows: 520px;
      gap: 16px;
    }
    .feature-row {
      min-height: 0;
      height: 100%;
      display: grid;
      grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
      gap: 16px;
      align-items: stretch;
    }
    .feature-row.flip {
      grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr);
    }
    .feature-copy,
    .feature-media {
      height: 100%;
      overflow: hidden;
      border-radius: var(--radius);
      border: 1px solid rgba(33, 33, 33, .1);
      background: #fff;
    }
    .feature-copy {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 30px;
      transition: transform .2s ease-out, box-shadow .2s ease-out;
    }
    .feature-copy:hover,
    .feature-media:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 48px rgba(0, 0, 0, .1);
    }
    .feature-copy h3 {
      margin: 0;
      font-family: "FK Screamer", sans-serif;
      font-size: 74px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: .86;
      text-transform: uppercase;
      text-wrap: balance;
    }
    [data-scroll-float],
    .feature-scroll-float {
      overflow: hidden;
    }
    [data-scroll-float-text],
    .scroll-float-word {
      display: inline-block;
    }
    .scroll-float-word {
      white-space: nowrap;
    }
    .feature-copy p {
      max-width: 360px;
      margin: 18px 0 0;
      color: rgba(33, 33, 33, .66);
      font-size: 15px;
      font-weight: 560;
      line-height: 1.46;
    }
    .feature-media {
      position: relative;
      display: grid;
      place-items: center;
      padding: 22px;
      background:
        radial-gradient(circle at 18% 14%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at 86% 16%, rgba(255, 237, 204, .72), rgba(255, 237, 204, 0) 38%),
        radial-gradient(circle at 54% 96%, rgba(188, 219, 255, .46), rgba(188, 219, 255, 0) 44%),
        linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .38));
      border-color: rgba(255, 255, 255, .72);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .92),
        inset 0 -1px 0 rgba(33, 33, 33, .06),
        0 18px 54px rgba(33, 33, 33, .06);
      -webkit-backdrop-filter: blur(18px) saturate(1.35);
      backdrop-filter: blur(18px) saturate(1.35);
      transition: transform .2s ease-out, box-shadow .2s ease-out;
    }
    .feature-media::before {
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(120deg, rgba(255, 255, 255, .52), rgba(255, 255, 255, 0) 42%),
        radial-gradient(circle at 30% 24%, rgba(255, 255, 255, .46), rgba(255, 255, 255, 0) 28%);
      content: "";
      pointer-events: none;
    }
    .feature-media video,
    .feature-media img {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      min-height: 0;
      object-fit: cover;
      border-radius: calc(var(--radius) - 4px);
      background: rgba(255, 255, 255, .64);
      box-shadow: 0 18px 52px rgba(33, 33, 33, .1);
    }
    .feature-media video {
      object-fit: contain;
    }
    .feature-media.product video {
      object-fit: contain;
      background:
        radial-gradient(circle at 50% 0%, rgba(255, 222, 172, .72), rgba(255, 255, 255, 0) 38%),
        linear-gradient(180deg, #fff1d7 0%, #fffdf7 62%, #ffffff 100%);
    }
    .feature-row:nth-child(1) .feature-copy { background: var(--yellow); }
    .feature-row:nth-child(2) .feature-copy { background: var(--pink); }
    .feature-row:nth-child(3) .feature-copy { background: var(--blue-light); }

    .platform {
      position: relative;
      overflow: visible;
      isolation: isolate;
      min-height: 0;
      display: grid;
      align-items: start;
      border-radius: var(--radius);
      background: transparent;
      border: 0;
      padding: 38px;
      margin-bottom: 0;
    }
    .platform-title {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 36px;
      margin: 0;
      width: 100%;
      white-space: nowrap;
    }
    .platform-word {
      display: inline-block;
      overflow: hidden;
      font-family: "FK Screamer", sans-serif;
      font-size: clamp(72px, 8.45vw, 122px);
      font-weight: 800;
      letter-spacing: 0;
      line-height: .84;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .platform-title > .platform-word:first-child,
    .platform-title > .platform-word:last-child { text-align: center; }
    .scroll-float-char {
      display: inline-block;
      opacity: 0;
      transform: translateY(120%);
      transform-origin: 50% 50%;
      will-change: opacity, transform;
    }
    .platform-logo.scroll-float-char {
      display: grid;
      opacity: 0;
      transform: scale(.82);
    }
    .platform-logo {
      position: relative;
      width: clamp(178px, 20.8vw, 300px);
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      padding: 0 10px;
    }
    .platform-logo img {
      position: relative;
      z-index: 2;
      width: 100%;
      height: auto;
      filter: none;
    }
    .platform-grid {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 36px;
    }
    .platform-card {
      min-height: 190px;
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: var(--bg);
      padding: 20px;
      transition: transform .2s ease-out, box-shadow .2s ease-out;
    }
    .platform-card-top {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 28px;
    }
    .platform-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 48px rgba(0, 0, 0, .1);
    }
    .platform-card:nth-child(1) { background: var(--green-soft); }
    .platform-card:nth-child(2) { background: var(--blue); }
    .platform-card:nth-child(3) { background: var(--yellow); }
    .platform-card h3 {
      margin: 0;
      font-family: "FK Screamer", sans-serif;
      font-size: 44px;
      line-height: .88;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .platform-card p {
      margin: 14px 0 0;
      color: rgba(33, 33, 33, .66);
      font-size: 14px;
      font-weight: 560;
      line-height: 1.38;
    }

    .ownership {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
      gap: 16px;
      align-items: stretch;
      margin-top: 48px;
      border-radius: var(--radius);
      background: transparent;
      border: 0;
      padding: 16px;
      isolation: isolate;
      overflow: visible;
    }
    .ownership-copy,
    .ownership-panel {
      border-radius: var(--radius);
      border: 1px solid rgba(33, 33, 33, .1);
      background: #fff;
    }
    .ownership-copy {
      min-height: 480px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 32px;
      transition: transform .2s ease-out, box-shadow .2s ease-out;
    }
    .ownership-copy h2 {
      font-size: 84px;
    }
    .ownership-copy p {
      max-width: 470px;
      margin: 18px 0 0;
      color: var(--ink-soft);
      font-weight: 560;
    }
    .ownership-copy p span {
      color: inherit;
    }
    .ownership-copy > .pill {
      margin-top: 32px;
    }
    .ownership-panel {
      position: relative;
      min-height: 480px;
      overflow: hidden;
      padding: 0;
      background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, .74), rgba(255, 255, 255, 0) 28%),
        linear-gradient(135deg, #eaf4ff, #fff4e3 54%, #f7f7f7);
      transition: transform .2s ease-out, box-shadow .2s ease-out;
    }
    .ownership-copy:hover,
    .ownership-panel:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 48px rgba(0, 0, 0, .1);
    }
    .ownership-stack-stage {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 480px;
      border-radius: inherit;
      perspective: none;
      transform-style: flat;
      isolation: isolate;
    }
    .ownership-stack-stage::before {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(33, 33, 33, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33, 33, 33, .045) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: radial-gradient(circle at 50% 50%, #000 0 46%, transparent 78%);
      content: "";
      opacity: .6;
      pointer-events: none;
    }
    .ownership-stack-stage::after {
      position: absolute;
      inset: auto 32px 28px;
      height: 34%;
      border-radius: 50%;
      background: rgba(0, 0, 0, .12);
      filter: blur(28px);
      content: "";
      pointer-events: none;
      transform: translateY(18px);
      z-index: 0;
    }
    .ownership-stack-card {
      --slot-x: 0px;
      --slot-y: 0px;
      --slot-z: 0px;
      --slot-rotate: 0deg;
      --slot-scale: 1;
      --slot-opacity: 1;
      position: absolute;
      top: 53%;
      left: 47%;
      width: min(80%, 382px);
      min-height: 300px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 22px;
      border: 1px solid rgba(33, 33, 33, .14);
      padding: 24px;
      color: var(--ink);
      cursor: pointer;
      opacity: var(--slot-opacity);
      transform:
        translate3d(calc(-50% + var(--slot-x)), calc(-50% + var(--slot-y)), var(--slot-z))
        rotate(var(--slot-rotate))
        scale(var(--slot-scale));
      transform-origin: center;
      transform-style: preserve-3d;
      transition:
        transform .86s cubic-bezier(.22, 1, .36, 1),
        opacity .5s ease,
        box-shadow .28s ease;
      will-change: transform;
      box-shadow: 0 24px 50px rgba(33, 33, 33, .16);
    }
    .ownership-stack-card:focus-visible {
      outline: 2px solid #007aff;
      outline-offset: 4px;
    }
    .ownership-stack-card:hover {
      box-shadow: 0 28px 62px rgba(33, 33, 33, .22);
    }
    .ownership-stack-card[data-slot="0"] {
      --slot-x: -12px;
      --slot-y: 20px;
      --slot-z: 0px;
      --slot-rotate: 0deg;
      --slot-scale: 1;
      --slot-opacity: 1;
      z-index: 6;
    }
    .ownership-stack-card[data-slot="1"] {
      --slot-x: 28px;
      --slot-y: -10px;
      --slot-z: -28px;
      --slot-rotate: 0deg;
      --slot-scale: .96;
      --slot-opacity: .9;
      z-index: 5;
    }
    .ownership-stack-card[data-slot="2"] {
      --slot-x: 56px;
      --slot-y: -40px;
      --slot-z: -54px;
      --slot-rotate: 0deg;
      --slot-scale: .92;
      --slot-opacity: .72;
      z-index: 4;
    }
    .ownership-stack-card[data-slot="3"] {
      --slot-x: 84px;
      --slot-y: -70px;
      --slot-z: -78px;
      --slot-rotate: 0deg;
      --slot-scale: .88;
      --slot-opacity: .52;
      z-index: 3;
    }
    .ownership-card-yellow { background: var(--yellow); }
    .ownership-card-black {
      background: var(--ink);
      color: #fff;
      border-color: rgba(255, 255, 255, .18);
    }
    .ownership-card-green { background: var(--green-soft); }
    .ownership-card-pink { background: var(--pink); }
    .ownership-card-top,
    .ownership-card-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }
    .ownership-card-mark {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .ownership-card-index {
      display: inline-flex;
      width: 44px;
      height: 44px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #fff;
      color: var(--ink);
      font-weight: 900;
    }
    .ownership-card-black .ownership-card-index {
      background: var(--orange);
      color: #fff;
    }
    .ownership-card-icon {
      width: 40px;
      height: 40px;
    }
    .ownership-card-icon .glass-icon__glyph {
      width: 1.2rem;
      height: 1.2rem;
    }
    .ownership-card-type {
      font-size: 13px;
      font-weight: 840;
      opacity: .72;
    }
    .ownership-stack-card h3 {
      max-width: 310px;
      margin: 28px 0 0;
      font-family: "FK Screamer", sans-serif;
      font-size: 58px;
      line-height: .86;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .ownership-stack-card p {
      max-width: 300px;
      margin: 12px 0 0;
      color: currentColor;
      font-size: 14px;
      font-weight: 620;
      line-height: 1.35;
      opacity: .68;
    }
    .mini-export,
    .mini-contacts,
    .mini-history,
    .mini-segments {
      display: grid;
      gap: 8px;
      margin-top: 22px;
    }
    .mini-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      align-items: center;
      border-radius: 999px;
      background: rgba(255, 255, 255, .66);
      padding: 8px 10px 8px 14px;
      font-size: 12px;
      font-weight: 780;
    }
    .ownership-card-black .mini-row {
      background: rgba(255, 255, 255, .12);
    }
    .mini-bar {
      height: 8px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .14);
      overflow: hidden;
    }
    .mini-bar span {
      display: block;
      width: var(--w, 72%);
      height: 100%;
      border-radius: inherit;
      background: currentColor;
    }
    .mini-contact-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      margin-top: 22px;
    }
    .mini-contact {
      border-radius: 18px;
      background: rgba(255, 255, 255, .62);
      padding: 10px;
      font-size: 12px;
      font-weight: 800;
    }
    .mini-contact span {
      display: block;
      margin-top: 5px;
      color: rgba(33, 33, 33, .56);
      font-size: 11px;
      font-weight: 760;
    }
    .mini-chart {
      display: flex;
      align-items: end;
      gap: 8px;
      height: 76px;
      margin-top: 22px;
    }
    .mini-chart span {
      flex: 1;
      min-width: 0;
      height: var(--h, 50%);
      border-radius: 999px 999px 6px 6px;
      background: var(--ink);
    }
    .ownership-card-black .mini-chart span {
      background: #fff;
    }

    .audience-section {
      position: relative;
      border-radius: var(--radius);
      background: transparent;
      padding: 64px 44px 84px;
      isolation: isolate;
      overflow: visible;
    }
    .audience-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
      gap: 56px;
      align-items: start;
    }
    .audience-head {
      position: sticky;
      top: 128px;
      display: flex;
      max-width: 620px;
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
    }
    .audience-eyebrow {
      display: inline-flex;
      min-height: 28px;
      align-items: center;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      padding: 0 13px;
      font-size: 12px;
      font-weight: 860;
      line-height: 1;
      white-space: nowrap;
    }
    .audience-head h2 {
      margin: 0;
      font-family: "FK Screamer", sans-serif;
      font-size: clamp(70px, 7.35vw, 104px);
      font-weight: 800;
      line-height: .86;
      letter-spacing: 0;
      text-align: left;
      text-transform: uppercase;
      text-wrap: balance;
    }
    .audience-stack {
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding-top: 8px;
    }
    .audience-card {
      --audience-accent: var(--yellow);
      position: relative;
      overflow: hidden;
      min-height: 128px;
      border-radius: 8px;
      border: 1px solid rgba(33, 33, 33, .12);
      background: #fff;
      color: var(--ink);
      transition:
        min-height .6s cubic-bezier(.625, .05, 0, 1),
        background-color .3s ease,
        box-shadow .3s ease;
    }
    .audience-card--individuals { --audience-accent: var(--yellow); }
    .audience-card--ecommerce { --audience-accent: var(--blue); }
    .audience-card--agencies { --audience-accent: var(--pink); }
    .audience-card[data-audience-status="active"] {
      min-height: 334px;
      background: var(--audience-accent);
      box-shadow: 0 18px 48px rgba(33, 33, 33, .08);
    }
    .audience-dot {
      position: absolute;
      z-index: 2;
      width: 14px;
      height: 14px;
      background: url("/10x-clean/assets/10x-corner-mark.png") center / contain no-repeat;
      filter: drop-shadow(0 1px 1px rgba(33, 33, 33, .12));
      pointer-events: none;
      transition:
        opacity .3s ease,
        transform .3s ease;
    }
    .audience-card[data-audience-status="active"] .audience-dot {
      opacity: .95;
      transform: scale(1.04);
    }
    .audience-dot--tl { top: 7px; left: 7px; }
    .audience-dot--tr { top: 7px; right: 7px; }
    .audience-dot--bl,
    .audience-dot--br { display: none; }
    .audience-card-toggle {
      width: 100%;
      min-height: 126px;
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
      gap: 24px;
      align-items: start;
      background: transparent;
      color: inherit;
      padding: 28px 24px;
      text-align: left;
    }
    .audience-card-title {
      display: block;
      font-family: "FK Screamer", sans-serif;
      font-size: clamp(52px, 4.7vw, 62px);
      font-weight: 800;
      line-height: .86;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .audience-card-summary {
      display: block;
      margin: 2px 0 0;
      color: rgba(33, 33, 33, .62);
      font-size: 15px;
      font-weight: 620;
      line-height: 1.35;
    }
    .audience-card-copy {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows .6s cubic-bezier(.625, .05, 0, 1);
    }
    .audience-card[data-audience-status="active"] .audience-card-copy {
      grid-template-rows: 1fr;
    }
    .audience-card-copy-inner {
      overflow: hidden;
      padding: 0 24px;
      transition: padding-bottom .6s cubic-bezier(.625, .05, 0, 1);
    }
    .audience-card[data-audience-status="active"] .audience-card-copy-inner {
      padding-bottom: 28px;
    }
    .audience-card-copy ul {
      display: grid;
      gap: 16px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .audience-card-copy li {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 12px;
      color: rgba(33, 33, 33, .66);
      font-size: 15px;
      font-weight: 560;
      line-height: 1.42;
    }
    .audience-card-copy li::before {
      width: 9px;
      height: 9px;
      margin-top: 6px;
      border-radius: 50%;
      background: var(--ink);
      content: "";
    }
    .audience-card-action {
      width: fit-content;
      min-width: 190px;
      min-height: 54px;
      margin-top: 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      padding: 0 22px;
      font-size: 14px;
      font-weight: 860;
      transition: transform .2s ease-out, box-shadow .2s ease-out;
      white-space: nowrap;
    }
    .audience-card-action:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 42px rgba(33, 33, 33, .22);
    }

    .stories-section {
      position: relative;
      border-radius: var(--radius);
      background: transparent;
      color: #fff;
      padding: 36px;
      isolation: isolate;
      overflow: visible;
    }
    .stories-section h2 {
      color: #fff;
    }
    .stories-section .section-head p {
      color: rgba(255, 255, 255, .62);
    }
    .stories {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .story-card {
      overflow: hidden;
      border-radius: var(--radius);
      border: 1px solid rgba(33, 33, 33, .1);
      background: #fff;
      transition: transform .2s ease-out, box-shadow .2s ease-out;
    }
    .story-card:hover {
      transform: translateY(-2px) scale(1.01);
      box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
    }
    .story-card:nth-child(1) { background: var(--blue-light); }
    .story-card:nth-child(2) { background: var(--yellow); }
    .story-card:nth-child(3) { background: var(--pink); }
    .story-card:nth-child(2):hover { transform: rotate(-1deg) translateY(-2px) scale(1.01); }
    .story-card:nth-child(3):hover { transform: rotate(1deg) translateY(-2px) scale(1.01); }
    .story-media {
      height: clamp(285px, 25vw, 330px);
      background: var(--ink);
    }
    .story-media img,
    .story-media video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .story-card:nth-child(1) .story-media img {
      object-position: center 25%;
    }
    .story-card:nth-child(2) .story-media img {
      object-position: center 22%;
    }
    .story-card:nth-child(3) .story-media img {
      object-position: center 26%;
    }
    .story-copy {
      padding: 20px;
      color: var(--ink);
    }
    .story-copy strong {
      display: block;
      color: var(--ink);
      font-family: "FK Screamer", sans-serif;
      font-size: 48px;
      line-height: .86;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .story-copy p {
      margin: 12px 0 0;
      color: rgba(33, 33, 33, .64);
      font-size: 14px;
      font-weight: 560;
      line-height: 1.4;
    }

    .compare-section {
      position: relative;
      border-radius: var(--radius);
      background: transparent;
      border: 0;
      padding: 36px;
      isolation: isolate;
      overflow: visible;
    }
    .comparison {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .compare-card {
      min-height: 420px;
      border-radius: var(--radius);
      border: 1px solid rgba(33, 33, 33, .1);
      padding: 26px;
      background: #fff;
      transition: transform .2s ease-out, box-shadow .2s ease-out;
    }
    .compare-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 48px rgba(0, 0, 0, .1);
    }
    .compare-card.good {
      background: var(--green);
    }
    .compare-card h3 {
      margin: 0 0 22px;
      font-family: "FK Screamer", sans-serif;
      font-size: 60px;
      line-height: .86;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .compare-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .compare-list li {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      border-top: 1px solid rgba(33, 33, 33, .12);
      padding-top: 12px;
      color: rgba(33, 33, 33, .72);
      font-size: 14px;
      font-weight: 620;
    }
    .compare-list b {
      color: var(--ink);
      font-weight: 820;
      white-space: nowrap;
    }

    .final-cta {
      position: relative;
      overflow: visible;
      isolation: isolate;
      border-radius: var(--radius);
      background: transparent;
      color: var(--ink);
      text-align: center;
      padding: 68px 28px;
    }
    .final-cta h2 {
      max-width: 860px;
      margin: 0 auto;
      padding: .05em 0 .14em;
      color: var(--ink);
      font-size: 92px;
      line-height: .96;
    }
    .final-cta p {
      max-width: 540px;
      margin: 18px auto 0;
      color: rgba(33, 33, 33, .66);
      font-size: 15px;
      font-weight: 560;
    }
    .final-cta .hero-prompt {
      box-shadow: none;
    }

    .growth-section {
      position: relative;
      display: grid;
      gap: 26px;
      overflow: hidden;
      border-radius: var(--radius);
      border: 1px solid rgba(33, 33, 33, .09);
      background: #fff;
      padding: 36px;
      box-shadow: 0 24px 90px rgba(33, 33, 33, .07);
    }
    .growth-section.is-yellow { background: var(--yellow); }
    .growth-section.is-pink { background: var(--pink); }
    .growth-section.is-blue { background: var(--blue-light); }
    .growth-section.is-dark {
      background:
        radial-gradient(circle at 14% 0%, rgba(254, 110, 0, .18), rgba(254, 110, 0, 0) 28%),
        linear-gradient(180deg, #252525 0%, #181818 100%);
      color: #fff;
    }
    .growth-section > * {
      position: relative;
      z-index: 1;
    }
    .growth-section::after {
      position: absolute;
      inset: 1px;
      border-radius: inherit;
      background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, .58), rgba(255, 255, 255, 0) 26%),
        linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 46%);
      content: "";
      pointer-events: none;
    }
    .growth-head {
      display: grid;
      grid-template-columns: minmax(0, 660px) minmax(280px, 420px);
      gap: 30px;
      align-items: end;
    }
    .growth-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      color: rgba(33, 33, 33, .72);
      font-size: 12px;
      font-weight: 840;
      letter-spacing: .06em;
      line-height: 1;
      text-transform: uppercase;
    }
    .growth-kicker::before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 0 6px rgba(254, 110, 0, .12);
      content: "";
    }
    .is-dark .growth-kicker {
      color: rgba(255, 255, 255, .7);
    }
    .growth-head h2,
    .growth-section > h2 {
      margin: 0;
      padding: .03em 0 .07em;
      font-size: clamp(66px, 8.4vw, 106px);
      line-height: .9;
    }
    .growth-lede {
      margin: 0;
      color: rgba(33, 33, 33, .66);
      font-size: 15px;
      font-weight: 660;
      line-height: 1.5;
    }
    .is-dark .growth-lede,
    .is-dark .growth-note {
      color: rgba(255, 255, 255, .68);
    }
    .growth-note {
      margin: 0;
      color: rgba(33, 33, 33, .62);
      font-size: 13px;
      font-weight: 680;
      line-height: 1.45;
    }
    .signal-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }
    .signal-card {
      min-height: 392px;
      display: grid;
      grid-template-rows: auto minmax(174px, 1fr) auto;
      align-items: stretch;
      gap: 18px;
      overflow: hidden;
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      padding: 20px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .signal-card:hover,
    .operator-card:hover,
    .matrix-card:hover,
    .proof-receipt:hover,
    .audience-tile:hover {
      transform: translateY(-3px);
      border-color: rgba(33, 33, 33, .2);
      box-shadow: 0 18px 48px rgba(33, 33, 33, .12);
    }
    .signal-card--ads { background: var(--yellow); }
    .signal-card--search { background: var(--blue); }
    .signal-card--site { background: var(--pink); }
    .signal-card--life { background: var(--green); }
    .signal-card h3,
    .operator-card h3,
    .matrix-card h3,
    .proof-receipt h3,
    .audience-tile h3 {
      margin: 0;
      padding: .03em 0 .07em;
      font-family: "FK Screamer", sans-serif;
      font-size: 48px;
      line-height: .96;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .signal-card .logo-cloud {
      min-height: 42px;
      justify-content: center;
      align-content: center;
      align-self: end;
      flex-wrap: nowrap;
      gap: 8px;
      overflow: hidden;
    }
    .logo-cloud,
    .mini-logo-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
    }
    .logo-chip {
      width: 42px;
      min-height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(255, 255, 255, .72);
      border: 1px solid rgba(33, 33, 33, .08);
      padding: 0;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
    }
    .logo-chip img {
      width: 24px;
      height: 24px;
      object-fit: contain;
      flex: 0 0 auto;
    }
    .signal-card .logo-chip {
      width: 38px;
      height: 38px;
      min-height: 38px;
      flex: 0 0 38px;
    }
    .signal-card .logo-chip img {
      width: 23px;
      height: 23px;
    }
    .signal-motion {
      position: relative;
      min-height: 184px;
      border-radius: 16px;
      border: 1px solid rgba(33, 33, 33, .08);
      background:
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .75), transparent 24%),
        radial-gradient(circle at 82% 74%, rgba(255, 255, 255, .48), transparent 28%),
        rgba(255, 255, 255, .26);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .68);
      overflow: hidden;
      isolation: isolate;
    }
    .signal-motion::before,
    .signal-motion::after {
      content: "";
      position: absolute;
      pointer-events: none;
    }
    .signal-motion::before {
      inset: 0;
      z-index: 0;
      background-image:
        linear-gradient(rgba(33, 33, 33, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33, 33, 33, .045) 1px, transparent 1px);
      background-size: 26px 26px;
      mask-image: radial-gradient(circle at 50% 50%, #000 0 58%, transparent 82%);
      opacity: .55;
    }
    .signal-motion::after {
      z-index: 1;
      top: -32px;
      left: -72px;
      width: 58px;
      height: calc(100% + 64px);
      border-radius: 999px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
      filter: blur(1px);
      transform: rotate(16deg);
      animation: motionSheen 6.2s ease-in-out infinite;
    }
    .signal-motion > * {
      position: absolute;
      z-index: 2;
      display: block;
    }
    .motion-ad-frame {
      left: 12%;
      top: 18%;
      width: 61%;
      height: 55%;
      border-radius: 14px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .78);
      box-shadow: 0 12px 34px rgba(33, 33, 33, .12);
      animation: motionFloat 5.8s ease-in-out infinite;
    }
    .motion-ad-frame::before,
    .motion-ad-frame::after {
      content: "";
      position: absolute;
      left: 14px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .18);
    }
    .motion-ad-frame::before {
      top: 15px;
      width: 48%;
      height: 8px;
    }
    .motion-ad-frame::after {
      top: 34px;
      width: 70%;
      height: 42px;
      border-radius: 12px;
      background: linear-gradient(135deg, rgba(255, 75, 37, .9), rgba(255, 255, 255, .82));
    }
    .motion-bars {
      left: 20%;
      bottom: 19%;
      display: flex;
      align-items: end;
      gap: 6px;
      height: 42px;
    }
    .motion-bars i {
      width: 9px;
      height: 18px;
      display: block;
      border-radius: 999px;
      background: rgba(33, 33, 33, .82);
      animation: motionBar 5.8s ease-in-out infinite;
    }
    .motion-bars i:nth-child(2) { height: 30px; animation-delay: .18s; background: #ff4b25; }
    .motion-bars i:nth-child(3) { height: 24px; animation-delay: .36s; }
    .motion-bars i:nth-child(4) { height: 36px; animation-delay: .54s; background: #ff4b25; }
    .motion-ad-orbit {
      right: 12%;
      top: 18%;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 1px solid rgba(33, 33, 33, .16);
      animation: motionOrbit 5.8s cubic-bezier(.45, 0, .2, 1) infinite;
    }
    .motion-ad-orbit i {
      position: absolute;
      right: -5px;
      top: 28px;
      width: 14px;
      height: 14px;
      display: block;
      border-radius: 50%;
      background: #ff4b25;
      box-shadow: 0 0 0 8px rgba(255, 75, 37, .18);
    }
    .motion-search-ring {
      left: 50%;
      top: 50%;
      width: 88px;
      height: 88px;
      margin: -48px 0 0 -48px;
      border-radius: 50%;
      border: 3px solid rgba(33, 33, 33, .78);
      background: rgba(255, 255, 255, .5);
      animation: motionSearchPulse 6.4s ease-in-out infinite;
    }
    .motion-search-ring::after {
      content: "";
      position: absolute;
      right: -25px;
      bottom: 5px;
      width: 34px;
      height: 8px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .78);
      transform: rotate(42deg);
      transform-origin: left center;
    }
    .motion-query {
      width: 46%;
      height: 13px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .75);
      box-shadow: inset 0 0 0 1px rgba(33, 33, 33, .08);
      animation: motionQueryDrift 6.4s ease-in-out infinite;
    }
    .motion-query::before {
      content: "";
      position: absolute;
      left: 8px;
      top: 4px;
      width: 38%;
      height: 5px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .24);
    }
    .motion-query--one { left: 11%; top: 20%; }
    .motion-query--two { right: 10%; top: 34%; animation-delay: .35s; }
    .motion-query--three { left: 14%; bottom: 24%; animation-delay: .7s; }
    .motion-scan {
      top: 10%;
      left: 16%;
      width: 2px;
      height: 80%;
      border-radius: 999px;
      background: rgba(255, 75, 37, .78);
      box-shadow: 0 0 18px rgba(255, 75, 37, .38);
      animation: motionScan 6.4s ease-in-out infinite;
    }
    .motion-search-dot {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #ff4b25;
      box-shadow: 0 0 0 8px rgba(255, 75, 37, .16);
      animation: motionDotPop 6.4s ease-in-out infinite;
    }
    .motion-search-dot--one { left: 25%; top: 42%; }
    .motion-search-dot--two { right: 20%; bottom: 24%; animation-delay: 1.05s; }
    .motion-browser {
      left: 9%;
      top: 17%;
      width: 67%;
      height: 56%;
      border-radius: 14px;
      border: 1px solid rgba(33, 33, 33, .12);
      background: rgba(255, 255, 255, .78);
      box-shadow: 0 14px 36px rgba(33, 33, 33, .11);
      animation: motionSiteBuild 5.6s ease-in-out infinite;
    }
    .motion-browser::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 22px;
      border-bottom: 1px solid rgba(33, 33, 33, .1);
      border-radius: 14px 14px 0 0;
      background:
        radial-gradient(circle at 12px 11px, #ff4b25 0 4px, transparent 5px),
        radial-gradient(circle at 26px 11px, rgba(33, 33, 33, .24) 0 4px, transparent 5px),
        radial-gradient(circle at 40px 11px, rgba(33, 33, 33, .18) 0 4px, transparent 5px),
        rgba(255, 255, 255, .6);
    }
    .motion-browser::after {
      content: "";
      position: absolute;
      left: 14px;
      right: 14px;
      top: 36px;
      bottom: 16px;
      border-radius: 12px;
      background:
        linear-gradient(90deg, rgba(33, 33, 33, .22) 0 38%, transparent 38%),
        linear-gradient(rgba(255, 75, 37, .9) 0 34%, rgba(255, 255, 255, .75) 34% 100%);
      background-size: 100% 100%;
    }
    .motion-phone {
      right: 10%;
      bottom: 14%;
      width: 34%;
      height: 56%;
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .12);
      background: rgba(255, 255, 255, .85);
      box-shadow: 0 16px 34px rgba(33, 33, 33, .14);
      animation: motionPhoneBob 5.6s ease-in-out infinite;
    }
    .motion-phone::before,
    .motion-phone::after {
      content: "";
      position: absolute;
      left: 18%;
      right: 18%;
      border-radius: 999px;
      background: rgba(33, 33, 33, .18);
    }
    .motion-phone::before { top: 18%; height: 10px; }
    .motion-phone::after { top: 39%; height: 34%; border-radius: 12px; background: rgba(255, 75, 37, .74); }
    .motion-cursor {
      left: 19%;
      bottom: 18%;
      width: 0;
      height: 0;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      border-left: 16px solid rgba(33, 33, 33, .9);
      filter: drop-shadow(0 4px 8px rgba(33, 33, 33, .2));
      transform: rotate(-18deg);
      animation: motionCursorPath 5.6s ease-in-out infinite;
    }
    .motion-flow-line {
      left: 13%;
      right: 13%;
      top: 50%;
      height: 3px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .18);
      overflow: hidden;
    }
    .motion-flow-line::after {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 34%;
      border-radius: inherit;
      background: #ff4b25;
      animation: motionFlowTravel 6.8s ease-in-out infinite;
    }
    .motion-node {
      top: calc(50% - 16px);
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1px solid rgba(33, 33, 33, .14);
      background: rgba(255, 255, 255, .86);
      box-shadow: 0 10px 26px rgba(33, 33, 33, .12);
      animation: motionNodePulse 6.8s ease-in-out infinite;
    }
    .motion-node--one { left: 12%; }
    .motion-node--two { left: calc(50% - 16px); animation-delay: .45s; }
    .motion-node--three { right: 12%; animation-delay: .9s; }
    .motion-node::after {
      content: "";
      position: absolute;
      inset: 9px;
      border-radius: inherit;
      background: #ff4b25;
    }
    .motion-message {
      width: 39%;
      height: 30px;
      border-radius: 13px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .8);
      box-shadow: 0 12px 26px rgba(33, 33, 33, .1);
      animation: motionMessageLift 6.8s ease-in-out infinite;
    }
    .motion-message::before {
      content: "";
      position: absolute;
      left: 12px;
      right: 24px;
      top: 11px;
      height: 8px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .2);
    }
    .motion-message--one { left: 10%; top: 18%; }
    .motion-message--two { right: 10%; bottom: 16%; animation-delay: .55s; }
    @keyframes motionSheen {
      0%, 34% { transform: translateX(0) rotate(16deg); opacity: 0; }
      48% { opacity: .7; }
      68%, 100% { transform: translateX(430px) rotate(16deg); opacity: 0; }
    }
    @keyframes motionFloat {
      0%, 100% { transform: translateY(2px) rotate(-1deg); }
      46% { transform: translateY(-7px) rotate(1deg); }
    }
    @keyframes motionBar {
      0%, 100% { transform: scaleY(.74); transform-origin: bottom; }
      38% { transform: scaleY(1.12); transform-origin: bottom; }
      68% { transform: scaleY(.9); transform-origin: bottom; }
    }
    @keyframes motionOrbit {
      0%, 100% { transform: rotate(0deg) scale(.98); }
      52% { transform: rotate(220deg) scale(1.04); }
      78% { transform: rotate(330deg) scale(1); }
    }
    @keyframes motionSearchPulse {
      0%, 100% { transform: scale(.92); box-shadow: 0 0 0 0 rgba(255, 75, 37, 0); }
      42% { transform: scale(1.04); box-shadow: 0 0 0 14px rgba(255, 75, 37, .12); }
      70% { transform: scale(.98); box-shadow: 0 0 0 4px rgba(255, 75, 37, .08); }
    }
    @keyframes motionQueryDrift {
      0%, 100% { transform: translateX(0); opacity: .78; }
      44% { transform: translateX(10px); opacity: 1; }
      72% { transform: translateX(-6px); opacity: .86; }
    }
    @keyframes motionScan {
      0%, 100% { transform: translateX(0); opacity: .18; }
      42% { transform: translateX(164px); opacity: .85; }
      70% { transform: translateX(94px); opacity: .34; }
    }
    @keyframes motionDotPop {
      0%, 100% { transform: scale(.72); opacity: .32; }
      43% { transform: scale(1.05); opacity: 1; }
      72% { transform: scale(.9); opacity: .64; }
    }
    @keyframes motionSiteBuild {
      0%, 100% { transform: translateY(3px) scale(.98); }
      36% { transform: translateY(-5px) scale(1.01); }
      70% { transform: translateY(0) scale(1); }
    }
    @keyframes motionPhoneBob {
      0%, 100% { transform: translateY(0) rotate(2deg); }
      46% { transform: translateY(-10px) rotate(-1deg); }
      78% { transform: translateY(-3px) rotate(1deg); }
    }
    @keyframes motionCursorPath {
      0%, 100% { transform: translate(0, 0) rotate(-18deg); }
      34% { transform: translate(78px, -40px) rotate(-18deg); }
      64% { transform: translate(120px, -12px) rotate(-18deg); }
      82% { transform: translate(54px, 8px) rotate(-18deg); }
    }
    @keyframes motionFlowTravel {
      0%, 100% { transform: translateX(-110%); opacity: .35; }
      46% { transform: translateX(110%); opacity: 1; }
      76% { transform: translateX(190%); opacity: .2; }
    }
    @keyframes motionNodePulse {
      0%, 100% { transform: scale(.92); }
      42% { transform: scale(1.08); }
      70% { transform: scale(.98); }
    }
    @keyframes motionMessageLift {
      0%, 100% { transform: translateY(4px); opacity: .68; }
      45% { transform: translateY(-8px); opacity: 1; }
      72% { transform: translateY(-2px); opacity: .82; }
    }
    .operator-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }
    .operator-card {
      min-height: 356px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 20px;
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .74);
      padding: 18px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .operator-card:nth-child(1) { background: #fff; }
    .operator-card:nth-child(2) { background: var(--yellow); }
    .operator-card:nth-child(3) { background: var(--blue); }
    .operator-card:nth-child(4) { background: var(--pink); }
    .operator-card-top {
      display: flex;
      align-items: start;
      justify-content: space-between;
      gap: 14px;
    }
    .operator-card ul,
    .matrix-card ul,
    .audience-tile ul {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .operator-card li,
    .matrix-card li,
    .audience-tile li {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 8px;
      color: rgba(33, 33, 33, .66);
      font-size: 13px;
      font-weight: 650;
      line-height: 1.34;
    }
    .operator-card li::before,
    .matrix-card li::before,
    .audience-tile li::before {
      width: 7px;
      height: 7px;
      margin-top: .45em;
      border-radius: 50%;
      background: var(--orange);
      content: "";
    }
    .loop-strip {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
    }
    .loop-step {
      min-height: 188px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 18px;
      border-radius: 18px;
      border: 1px solid rgba(255, 255, 255, .1);
      background: rgba(255, 255, 255, .08);
      padding: 16px;
    }
    .loop-step strong {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--yellow);
      color: var(--ink);
      font-size: 13px;
      font-weight: 860;
    }
    .loop-step h3 {
      margin: 0 0 6px;
      padding: .03em 0 .07em;
      font-family: "FK Screamer", sans-serif;
      font-size: 39px;
      line-height: .96;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .loop-step p {
      margin: 0;
      color: rgba(255, 255, 255, .66);
      font-size: 13px;
      font-weight: 610;
      line-height: 1.38;
    }
    .matrix-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }
    .matrix-card {
      min-height: 344px;
      display: flex;
      flex-direction: column;
      gap: 22px;
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .74);
      padding: 20px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .matrix-card:nth-child(1) { background: var(--green); }
    .matrix-card:nth-child(2) { background: #fff; }
    .matrix-card:nth-child(3) { background: var(--blue); }
    .matrix-card:nth-child(4) { background: var(--pink); }
    .control-layout {
      display: grid;
      grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
      gap: 16px;
      align-items: stretch;
    }
    .control-copy,
    .queue-panel {
      border-radius: 18px;
      border: 1px solid rgba(255, 255, 255, .1);
      background: rgba(255, 255, 255, .08);
      padding: 20px;
    }
    .control-copy {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 28px;
      min-height: 520px;
    }
    .control-copy h2 {
      margin: 0;
      padding: .03em 0 .07em;
      color: #fff;
      font-size: clamp(64px, 7.5vw, 96px);
      line-height: .9;
    }
    .control-rules {
      display: grid;
      gap: 10px;
    }
    .control-rule {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      border-radius: 14px;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .08);
      padding: 12px;
      color: rgba(255, 255, 255, .72);
      font-size: 13px;
      font-weight: 680;
    }
    .control-rule b {
      color: #fff;
      font-weight: 820;
      white-space: nowrap;
    }
    .queue-panel {
      display: grid;
      gap: 10px;
    }
    .queue-head,
    .queue-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 16px;
      align-items: center;
      border-radius: 14px;
      background: rgba(255, 255, 255, .88);
      color: var(--ink);
      padding: 14px;
    }
    .queue-head {
      background: var(--yellow);
    }
    .queue-row {
      min-height: 86px;
      transition: transform .22s ease, background .22s ease;
    }
    .queue-row:hover {
      transform: translateX(4px);
      background: #fff;
    }
    .queue-row strong,
    .queue-head strong {
      display: block;
      margin-bottom: 4px;
      font-size: 14px;
      font-weight: 840;
    }
    .queue-row span,
    .queue-head span {
      display: block;
      color: rgba(33, 33, 33, .62);
      font-size: 12px;
      font-weight: 650;
      line-height: 1.35;
    }
    .queue-actions {
      display: flex;
      gap: 7px;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: wrap;
    }
    .tiny-pill {
      min-height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      padding: 0 11px;
      font-size: 11px;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }
    .tiny-pill.is-muted {
      background: rgba(33, 33, 33, .08);
      color: rgba(33, 33, 33, .68);
    }
    .proof-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr);
      gap: 14px;
      align-items: stretch;
    }
    .proof-screen,
    .proof-receipt {
      overflow: hidden;
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: #fff;
    }
    .proof-screen {
      min-height: 548px;
      display: grid;
      grid-template-rows: auto 1fr;
      background: var(--ink);
      color: #fff;
    }
    .proof-screen-copy {
      display: grid;
      gap: 10px;
      padding: 20px;
    }
    .proof-screen-copy h3 {
      margin: 0;
      padding: .03em 0 .07em;
      font-family: "FK Screamer", sans-serif;
      font-size: 56px;
      line-height: .94;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .proof-screen-copy p {
      max-width: 560px;
      margin: 0;
      color: rgba(255, 255, 255, .68);
      font-size: 14px;
      font-weight: 620;
      line-height: 1.45;
    }
    .proof-screen img {
      width: 100%;
      height: 100%;
      min-height: 330px;
      object-fit: cover;
      object-position: left top;
      border-top: 1px solid rgba(255, 255, 255, .09);
    }
    .proof-receipts {
      display: grid;
      gap: 12px;
    }
    .proof-receipt {
      min-height: 173px;
      display: grid;
      grid-template-columns: 140px 1fr;
      gap: 14px;
      padding: 12px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .proof-receipt img {
      width: 100%;
      height: 100%;
      min-height: 144px;
      object-fit: cover;
      object-position: left top;
      border-radius: 12px;
      background: var(--ink);
    }
    .proof-receipt-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
    }
    .proof-receipt h3 {
      font-size: 34px;
    }
    .proof-receipt p {
      margin: 0;
      color: rgba(33, 33, 33, .64);
      font-size: 13px;
      font-weight: 650;
      line-height: 1.38;
    }
    .agency-layout {
      display: grid;
      grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
      gap: 16px;
      align-items: stretch;
    }
    .agency-copy {
      min-height: 520px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 28px;
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: #fff;
      padding: 22px;
    }
    .agency-copy h2 {
      margin: 0;
      padding: .03em 0 .07em;
      font-size: clamp(62px, 7vw, 94px);
      line-height: .9;
    }
    .agency-copy p {
      margin: 0;
      color: rgba(33, 33, 33, .66);
      font-size: 15px;
      font-weight: 650;
      line-height: 1.48;
    }
    .agency-board {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      border-radius: 18px;
      background: var(--ink);
      color: #fff;
      padding: 14px;
    }
    .agency-stat,
    .agency-list,
    .agency-approval {
      border-radius: 14px;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .08);
      padding: 14px;
    }
    .agency-stat strong {
      display: block;
      margin-bottom: 8px;
      font-family: "FK Screamer", sans-serif;
      font-size: 50px;
      line-height: .82;
      letter-spacing: 0;
    }
    .agency-stat span,
    .agency-list span,
    .agency-approval span {
      color: rgba(255, 255, 255, .64);
      font-size: 12px;
      font-weight: 680;
      line-height: 1.34;
    }
    .agency-list,
    .agency-approval {
      grid-column: 1 / -1;
      display: grid;
      gap: 8px;
    }
    .agency-client,
    .agency-task {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      align-items: center;
      border-radius: 12px;
      background: rgba(255, 255, 255, .08);
      padding: 10px;
    }
    .agency-client b,
    .agency-task b {
      display: block;
      color: #fff;
      font-size: 13px;
      font-weight: 800;
    }
    .agency-client em,
    .agency-task em {
      display: block;
      color: rgba(255, 255, 255, .56);
      font-size: 11px;
      font-style: normal;
      font-weight: 650;
    }
    .roas-pill {
      border-radius: 999px;
      background: var(--green);
      color: var(--ink);
      padding: 5px 8px;
      font-size: 11px;
      font-weight: 860;
      white-space: nowrap;
    }
    .audience-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }
    .audience-tile {
      min-height: 294px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 18px;
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: #fff;
      padding: 20px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .audience-tile:nth-child(1) { background: var(--yellow); }
    .audience-tile:nth-child(2) { background: var(--blue); }
    .audience-tile:nth-child(3) { background: var(--pink); }
    .audience-tile:nth-child(4) { background: var(--green); }

    .flow-panel h2,
    .section-head h2,
    .night-panel h2,
    .feature-copy h3,
    .platform-card h3,
    .ownership-copy h2,
    .ownership-stack-card h3,
    .audience-head h2,
    .audience-card-title {
      padding: .04em 0 .12em;
      line-height: .96;
    }
    .flow-card h3 {
      padding: .03em 0 .1em;
      line-height: .96;
    }

    .inside-section {
      position: relative;
      left: 50%;
      width: min(1380px, calc(100vw - 64px));
      margin-left: -50vw;
      transform: translateX(calc(50vw - 50%));
      display: grid;
      gap: 34px;
      overflow: hidden;
      border-radius: var(--radius);
      background: var(--green-soft);
      border: 1px solid rgba(33, 33, 33, .08);
      padding: 42px 36px 36px;
      box-shadow: 0 24px 90px rgba(33, 33, 33, .07);
    }
    .inside-section h2,
    .work-library h2,
    .demand-section h2,
    .lift-section h2 {
      margin: 0;
      padding: .04em 0 .1em;
      font-family: "Geist", sans-serif;
      font-size: clamp(44px, 5.2vw, 76px);
      font-weight: 760;
      letter-spacing: 0;
      line-height: 1.03;
      text-transform: none;
    }
    .inside-section h2 {
      text-align: center;
      max-width: 840px;
      margin-inline: auto;
    }
    .inside-strip {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 16px;
      align-items: start;
    }
    .inside-card {
      position: relative;
      width: 100%;
      aspect-ratio: 9 / 16;
      min-height: 0;
      overflow: hidden;
      border-radius: 10px;
      border: 1px solid rgba(33, 33, 33, .08);
      background: #f7f7f7;
      box-shadow: 0 18px 44px rgba(33, 33, 33, .12);
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .inside-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 24px 58px rgba(33, 33, 33, .16);
    }
    .inside-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .inside-card .inside-bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.02);
      filter: saturate(1.04) contrast(1.02);
    }
    .inside-card::after {
      position: absolute;
      inset: auto 0 0;
      height: 45%;
      background: linear-gradient(180deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, .78));
      content: "";
      pointer-events: none;
    }
    .inside-label {
      position: absolute;
      inset: auto 16px 14px;
      z-index: 2;
      color: #fff;
      font-size: 12px;
      font-weight: 780;
      letter-spacing: .12em;
      line-height: 1.2;
      text-align: center;
      text-transform: uppercase;
    }
    .inside-floating {
      position: absolute;
      z-index: 2;
      border-radius: 10px;
      background: rgba(255, 255, 255, .88);
      border: 1px solid rgba(33, 33, 33, .08);
      box-shadow: 0 10px 24px rgba(33, 33, 33, .14);
      padding: 8px;
      color: var(--ink);
      font-size: 11px;
      font-weight: 760;
      line-height: 1.1;
    }
    .inside-floating b {
      display: block;
      margin-bottom: 4px;
      font-size: 10px;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .inside-floating small {
      color: rgba(33, 33, 33, .58);
      font-size: 10px;
      font-weight: 650;
    }
    .inside-floating--tl { top: 54px; left: 16px; }
    .inside-floating--tr { top: 62px; right: 16px; }
    .inside-floating--bl { left: 16px; bottom: 76px; }
    .inside-scan-line {
      position: absolute;
      z-index: 2;
      left: 8%;
      right: 8%;
      top: 22%;
      height: 2px;
      border-radius: 999px;
      background: rgba(255, 75, 37, .86);
      box-shadow: 0 0 22px rgba(255, 75, 37, .32);
      animation: insideScan 6.2s ease-in-out infinite;
    }
    .inside-spark {
      position: absolute;
      z-index: 2;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 0 9px rgba(254, 110, 0, .16);
      animation: insideSpark 5.8s ease-in-out infinite;
    }
    .inside-spark--one { right: 21%; top: 30%; }
    .inside-spark--two { left: 23%; bottom: 28%; animation-delay: .7s; }
    .inside-creative-icons {
      position: absolute;
      z-index: 2;
      inset: auto 20px 72px;
      display: flex;
      justify-content: center;
      gap: 10px;
    }
    .inside-creative-icons span {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, .84);
      color: var(--ink);
      box-shadow: 0 12px 28px rgba(33, 33, 33, .14);
      animation: insideIconLift 6s ease-in-out infinite;
    }
    .inside-creative-icons span:nth-child(2) { animation-delay: .25s; }
    .inside-creative-icons span:nth-child(3) { animation-delay: .5s; }
    .inside-creative-icons svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .inside-card--audit,
    .inside-card--chat,
    .inside-card--keywords {
      padding: 0;
      background: #fff;
    }
    .inside-card--image-only::after {
      display: none;
    }
    .inside-card--image-only .inside-bg {
      transform: none;
      filter: none;
    }
    .inside-card--audit::after,
    .inside-card--chat::after,
    .inside-card--keywords::after {
      height: 52%;
      background: linear-gradient(180deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, .82));
    }
    .audit-rows,
    .keyword-rows,
    .chat-rows {
      position: absolute;
      z-index: 2;
      inset: 18px 14px 58px;
      display: grid;
      gap: 0;
      align-content: center;
      border-radius: 12px;
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(255, 255, 255, .62);
      padding: 10px 12px;
      backdrop-filter: blur(12px);
      box-shadow: 0 18px 44px rgba(33, 33, 33, .14);
      animation: insidePanelFloat 6.6s ease-in-out infinite;
    }
    .audit-row {
      display: grid;
      grid-template-columns: 54px 1fr;
      gap: 10px;
      border-bottom: 1px solid rgba(33, 33, 33, .08);
      padding: 10px 0;
      align-items: start;
    }
    .audit-row:last-child,
    .chat-row:last-child,
    .keyword-row:last-child {
      border-bottom: 0;
    }
    .audit-row strong {
      color: var(--orange);
      font-size: 20px;
      line-height: 1;
    }
    .audit-row b,
    .keyword-row b,
    .chat-row b {
      display: block;
      margin-bottom: 4px;
      font-size: 11px;
      font-weight: 820;
    }
    .audit-row span,
    .keyword-row span,
    .chat-row span {
      color: rgba(33, 33, 33, .62);
      font-size: 10px;
      font-weight: 610;
      line-height: 1.38;
    }
    .chat-rows { animation-delay: .25s; }
    .keyword-rows { animation-delay: .5s; }
    .chat-row,
    .keyword-row {
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 8px;
      align-items: center;
      border-bottom: 1px solid rgba(33, 33, 33, .08);
      padding: 8px 0;
      font-size: 11px;
    }
    .avatar-dot {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background:
        radial-gradient(circle at 36% 32%, rgba(255, 255, 255, .9), transparent 32%),
        var(--blue);
      box-shadow: 0 0 0 5px rgba(195, 219, 255, .28);
    }
    .status-badge {
      border-radius: 999px;
      padding: 4px 7px;
      background: var(--green);
      color: var(--ink);
      font-size: 9px;
      font-weight: 820;
      white-space: nowrap;
    }
    .status-badge.is-red {
      background: #ffd3d3;
      color: #e73535;
    }
    @keyframes insideScan {
      0%, 100% { transform: translateY(0); opacity: .18; }
      42% { transform: translateY(182px); opacity: .85; }
      68% { transform: translateY(94px); opacity: .42; }
    }
    @keyframes insideSpark {
      0%, 100% { transform: scale(.76); opacity: .48; }
      45% { transform: scale(1.1); opacity: 1; }
      70% { transform: scale(.92); opacity: .72; }
    }
    @keyframes insideIconLift {
      0%, 100% { transform: translateY(4px); }
      45% { transform: translateY(-10px); }
      72% { transform: translateY(-2px); }
    }
    @keyframes insidePanelFloat {
      0%, 100% { transform: translateY(5px); }
      46% { transform: translateY(-7px); }
      72% { transform: translateY(-2px); }
    }
    .work-library {
      position: relative;
      display: grid;
      gap: 34px;
      overflow: hidden;
      border-radius: var(--radius);
      background:
        radial-gradient(circle at 8% 8%, rgba(254, 110, 0, .08), rgba(254, 110, 0, 0) 24%),
        #fffef8;
      border: 1px solid rgba(33, 33, 33, .08);
      padding: 56px 36px;
    }
    .work-library h2 {
      max-width: 800px;
    }
    .work-library > p {
      max-width: 780px;
      margin: -18px 0 0;
      color: rgba(33, 33, 33, .58);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.45;
    }
    .work-command {
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 14px;
      border-radius: 999px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .76);
      padding: 8px 10px 8px 18px;
      box-shadow: 0 14px 42px rgba(33, 33, 33, .08);
    }
    .work-command strong {
      font-size: 13px;
      font-weight: 820;
      white-space: nowrap;
    }
    .work-command span {
      min-width: 0;
      overflow: hidden;
      color: rgba(33, 33, 33, .58);
      font-size: 14px;
      font-weight: 620;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .work-command-action {
      display: inline-grid;
      place-items: center;
      min-height: 42px;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      padding: 0 18px;
      font-size: 13px;
      font-weight: 760;
      white-space: nowrap;
    }
    .work-columns {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      border-top: 1px solid rgba(33, 33, 33, .1);
      border-bottom: 1px solid rgba(33, 33, 33, .1);
    }
    .work-column {
      min-width: 0;
      padding: 28px 24px 30px;
      border-right: 1px solid rgba(33, 33, 33, .08);
      transition: background .2s ease, transform .2s ease;
    }
    .work-column:last-child {
      border-right: 0;
    }
    .work-column:hover {
      background: rgba(255, 255, 255, .56);
      transform: translateY(-2px);
    }
    .work-column h3 {
      margin: 0 0 22px;
      font-family: "Geist", sans-serif;
      font-size: 30px;
      font-weight: 560;
      line-height: 1;
      text-transform: none;
    }
    .work-list {
      display: grid;
      gap: 15px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .work-list li {
      display: grid;
      grid-template-columns: 38px 1fr;
      gap: 14px;
      align-items: center;
      color: rgba(33, 33, 33, .7);
      font-size: 14px;
      font-weight: 560;
      line-height: 1.35;
    }
    .work-list span {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      background: rgba(254, 110, 0, .14);
      color: var(--orange);
    }
    .work-column:nth-child(2) .work-list span { background: rgba(255, 184, 252, .45); color: #b548ff; }
    .work-column:nth-child(3) .work-list span { background: rgba(54, 190, 170, .18); color: #11a795; }
    .work-column:nth-child(4) .work-list span { background: rgba(255, 205, 84, .28); color: #d48b00; }
    .work-list svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .demand-section {
      position: relative;
      left: 50%;
      width: min(1480px, calc(100vw - 64px));
      margin-left: -50vw;
      transform: translateX(calc(50vw - 50%));
      display: grid;
      gap: 38px;
      overflow: hidden;
      border-radius: var(--radius);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .9)),
        radial-gradient(circle at 18% 18%, rgba(195, 219, 255, .35), transparent 28%),
        #fff;
      border: 1px solid rgba(33, 33, 33, .08);
      padding: 62px 56px 56px;
    }
    .demand-section h2 {
      max-width: 900px;
    }
    .demand-section > p {
      max-width: 1120px;
      margin: -24px 0 0;
      color: rgba(33, 33, 33, .58);
      font-size: 19px;
      font-weight: 460;
      line-height: 1.45;
    }
    .demand-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
      gap: 58px;
    }
    .scan-panel,
    .build-panel {
      display: grid;
      gap: 22px;
    }
    .build-panel {
      border-left: 1px solid rgba(33, 33, 33, .12);
      padding-left: 58px;
    }
    .panel-title {
      display: flex;
      align-items: center;
      gap: 14px;
      border-bottom: 1px solid rgba(33, 33, 33, .22);
      padding-bottom: 14px;
      font-size: 20px;
      font-weight: 760;
    }
    .panel-title span {
      color: rgba(33, 33, 33, .48);
      font-family: "Geist", sans-serif;
      font-size: 13px;
      font-weight: 560;
      letter-spacing: .08em;
    }
    .scan-group {
      display: grid;
      grid-template-columns: 110px 1fr;
      gap: 18px;
      align-items: center;
      border-bottom: 1px solid rgba(33, 33, 33, .08);
      padding: 18px 0;
    }
    .scan-group strong {
      letter-spacing: .12em;
      font-size: 13px;
    }
    .scan-pills {
      display: flex;
      flex-wrap: nowrap;
      gap: 10px;
      min-width: 0;
      overflow: hidden;
      mask-image: linear-gradient(90deg, transparent, #000 5%, #000 92%, transparent);
      min-width: 0;
    }
    .scan-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex: 0 0 auto;
      border-radius: 999px;
      background: rgba(33, 33, 33, .04);
      border: 1px solid rgba(33, 33, 33, .06);
      padding: 8px 11px;
      color: rgba(33, 33, 33, .62);
      font-size: 14px;
      font-weight: 560;
      white-space: nowrap;
      animation: scanPillFloat 8s ease-in-out infinite;
    }
    .scan-pill:nth-child(2) { animation-delay: .25s; }
    .scan-pill:nth-child(3) { animation-delay: .5s; }
    .scan-pill img {
      width: 18px;
      height: 18px;
      object-fit: contain;
      flex: 0 0 auto;
    }
    .build-row {
      display: grid;
      grid-template-columns: 22px 108px 1fr auto;
      gap: 12px;
      align-items: center;
      border-bottom: 1px solid rgba(33, 33, 33, .08);
      padding: 13px 0;
      min-width: 0;
      animation: buildRowGlow 7s ease-in-out infinite;
    }
    .build-row:nth-child(3) { animation-delay: .25s; }
    .build-row:nth-child(4) { animation-delay: .5s; }
    .build-row:nth-child(5) { animation-delay: .75s; }
    .build-row:nth-child(6) { animation-delay: 1s; }
    .checkmark {
      color: var(--ink);
      font-size: 16px;
      font-weight: 820;
    }
    .page-type {
      border: 1px solid rgba(33, 33, 33, .18);
      padding: 8px 10px;
      text-align: center;
      color: rgba(33, 33, 33, .72);
      font-size: 11px;
      font-weight: 740;
      letter-spacing: .14em;
    }
    .build-row b {
      font-size: 14px;
      font-weight: 760;
      line-height: 1.25;
    }
    .build-row em {
      color: rgba(33, 33, 33, .42);
      font-size: 12px;
      font-style: normal;
      font-weight: 560;
      white-space: nowrap;
    }
    @keyframes scanPillFloat {
      0%, 100% { transform: translateX(0); opacity: .74; }
      45% { transform: translateX(-10px); opacity: 1; }
      72% { transform: translateX(6px); opacity: .86; }
    }
    @keyframes buildRowGlow {
      0%, 100% { background: transparent; }
      42% { background: rgba(209, 248, 100, .18); }
      64% { background: transparent; }
    }
    .lift-section {
      position: relative;
      left: 50%;
      width: min(1380px, calc(100vw - 64px));
      margin-left: -50vw;
      transform: translateX(calc(50vw - 50%));
      overflow: hidden;
      display: grid;
      gap: 42px;
      border-radius: var(--radius);
      background: var(--blue-light);
      border: 1px solid rgba(33, 33, 33, .08);
      padding: 48px 36px 36px;
    }
    .lift-section::after {
      display: none;
      position: absolute;
      inset: auto 0 -22%;
      height: 0;
      background: none;
      content: "";
      pointer-events: none;
    }
    .lift-section h2 {
      position: relative;
      z-index: 1;
      text-align: center;
    }
    .lift-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
      gap: 56px;
      align-items: start;
    }
    .timeline-list,
    .summary-panel {
      display: grid;
      gap: 8px;
    }
    .timeline-item,
    .summary-panel {
      border-radius: 4px;
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(255, 255, 255, .74);
      box-shadow: 0 14px 34px rgba(33, 33, 33, .08);
    }
    .timeline-item {
      display: grid;
      grid-template-columns: 100px 1fr;
      gap: 20px;
      padding: 16px 20px;
      align-items: center;
      animation: timelineLift 8s ease-in-out infinite;
    }
    .timeline-item:nth-child(2) { animation-delay: .25s; }
    .timeline-item:nth-child(3) { animation-delay: .5s; }
    .timeline-item:nth-child(4) { animation-delay: .75s; }
    .timeline-item:nth-child(5) { animation-delay: 1s; }
    .timeline-item span {
      color: rgba(33, 33, 33, .55);
      font-size: 12px;
      font-weight: 760;
      letter-spacing: .18em;
    }
    .timeline-item b {
      display: block;
      margin-bottom: 4px;
      font-size: 18px;
      font-weight: 760;
    }
    .timeline-item p {
      margin: 0;
      color: rgba(33, 33, 33, .56);
      font-size: 14px;
      font-weight: 500;
      line-height: 1.35;
    }
    .summary-panel {
      gap: 20px;
      padding: 24px;
    }
    .summary-panel > span {
      display: block;
      font-size: 12px;
      font-weight: 720;
    }
    .summary-panel h3 {
      margin: 0;
      font-family: "Geist", sans-serif;
      font-size: 30px;
      line-height: 1;
    }
    .summary-panel p {
      margin: 0;
      color: rgba(33, 33, 33, .56);
      font-size: 14px;
      line-height: 1.45;
    }
    .summary-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }
    .summary-metric {
      min-height: 88px;
      display: grid;
      align-content: space-between;
      border-radius: 6px;
      border: 1px solid rgba(33, 33, 33, .08);
      background: rgba(255, 255, 255, .58);
      padding: 12px;
    }
    .summary-metric strong {
      font-size: 24px;
      line-height: 1;
    }
    .summary-metric span {
      color: rgba(33, 33, 33, .54);
      font-size: 11px;
      font-weight: 680;
      line-height: 1.25;
    }
    .calendar-card {
      border: 1px solid rgba(33, 33, 33, .1);
      border-radius: 4px;
      background: rgba(255, 255, 255, .66);
      padding: 18px;
    }
    .calendar-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 16px;
    }
    .calendar-head strong {
      font-size: 20px;
    }
    .calendar-head span {
      font-size: 11px;
      font-weight: 820;
      letter-spacing: .16em;
    }
    .calendar-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 8px;
      color: rgba(33, 33, 33, .62);
      font-size: 14px;
      text-align: center;
    }
    .calendar-grid b {
      color: rgba(33, 33, 33, .44);
      font-weight: 700;
    }
    .calendar-grid span {
      min-height: 25px;
      display: grid;
      place-items: center;
      border-radius: 4px;
    }
    .calendar-grid .is-summary {
      background: var(--ink);
      color: #fff;
      box-shadow: 0 6px 12px rgba(33, 33, 33, .16);
      animation: summaryDayPulse 6s ease-in-out infinite;
    }
    .calendar-grid .is-summary:nth-of-type(10) { animation-delay: .2s; }
    .calendar-grid .is-summary:nth-of-type(17) { animation-delay: .4s; }
    .calendar-grid .is-summary:nth-of-type(24) { animation-delay: .6s; }
    .calendar-grid .is-summary:nth-of-type(31) { animation-delay: .8s; }
    @keyframes timelineLift {
      0%, 100% { transform: translateX(0); }
      42% { transform: translateX(6px); }
      62% { transform: translateX(0); }
    }
    @keyframes summaryDayPulse {
      0%, 100% { transform: scale(1); }
      45% { transform: scale(1.08); }
      70% { transform: scale(1); }
    }

    /* Visual motion pass: shared 10X showcase language */
    .growth-section,
    .work-library,
    .inside-section,
    .demand-section,
    .lift-section {
      left: 50%;
      width: var(--showcase-width);
      margin-left: -50vw;
      transform: translateX(calc(50vw - 50%));
      border-radius: var(--radius);
      border: 1px solid rgba(33, 33, 33, .1);
      box-shadow: 0 24px 90px rgba(33, 33, 33, .07);
    }
    .inside-section h2,
    .work-library h2,
    .demand-section h2,
    .lift-section h2 {
      font-family: "FK Screamer", sans-serif;
      font-size: clamp(58px, 7.1vw, 106px);
      font-weight: 800;
      letter-spacing: 0;
      line-height: .86;
      text-transform: uppercase;
    }
    .growth-section {
      padding: 42px 36px 36px;
    }
    .signal-card {
      min-height: 430px;
      grid-template-rows: auto auto auto;
      align-content: start;
      gap: 16px;
      border-radius: 10px;
      transform-origin: 50% 88%;
      transition: transform .42s var(--motion-spring), box-shadow .42s var(--motion-spring), border-color .22s ease;
    }
    .signal-motion {
      min-height: 224px;
      border-radius: 12px;
      background:
        radial-gradient(circle at 22% 12%, rgba(255, 255, 255, .76), transparent 25%),
        rgba(255, 255, 255, .28);
    }
    .signal-motion--image {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 0;
      aspect-ratio: 1402 / 1122;
      border-color: rgba(33, 33, 33, .08);
      background: rgba(255, 252, 247, .58);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .72),
        0 12px 30px rgba(33, 33, 33, .06);
    }
    .signal-motion--image::before,
    .signal-motion--image::after {
      display: none;
    }
    .signal-art-image {
      position: relative;
      z-index: 2;
      width: 100%;
      height: auto;
      max-width: none;
      border-radius: inherit;
      object-fit: contain;
      object-position: center;
    }
    .signal-motion::before {
      opacity: .35;
      background-size: 22px 22px;
    }
    .signal-motion > span,
    .signal-motion > div {
      position: absolute;
      z-index: 2;
    }
    .mini-window {
      border-radius: 12px;
      border: 1px solid rgba(33, 33, 33, .12);
      background: rgba(255, 255, 255, .86);
      box-shadow: 0 14px 34px rgba(33, 33, 33, .12);
    }
    .mini-thumb,
    .mini-chip,
    .mini-bar,
    .mini-line,
    .mini-node {
      display: block;
      border-radius: 999px;
      background: rgba(33, 33, 33, .18);
    }
    .ad-ui-window {
      inset: 16px 16px 54px;
      overflow: hidden;
      padding: 12px;
      animation: miniPanelBob 7s var(--motion-spring) infinite;
    }
    .ad-ui-row {
      display: grid;
      grid-template-columns: 54px 1fr 42px;
      gap: 10px;
      align-items: center;
      padding: 9px;
      border-bottom: 1px solid rgba(33, 33, 33, .08);
      animation: adRowFocus 7s ease-in-out infinite;
    }
    .ad-ui-row:nth-child(2) { animation-delay: .3s; }
    .ad-ui-row:nth-child(3) { animation-delay: .6s; }
    .ad-ui-row .mini-thumb {
      width: 54px;
      height: 36px;
      border-radius: 9px;
      background: linear-gradient(135deg, var(--pink), #fff 55%, var(--orange));
    }
    .ad-ui-row:nth-child(2) .mini-thumb { background: linear-gradient(135deg, var(--blue), #fff 55%, var(--green)); }
    .ad-ui-row:nth-child(3) .mini-thumb { background: linear-gradient(135deg, var(--green), #fff 55%, var(--orange)); }
    .ad-ui-copy {
      display: grid;
      gap: 6px;
    }
    .ad-ui-copy .mini-line {
      height: 7px;
      width: 82%;
    }
    .ad-ui-copy .mini-line:nth-child(2) {
      width: 58%;
      background: rgba(255, 75, 37, .72);
    }
    .ad-roas-pill {
      height: 28px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: var(--green);
      color: var(--ink);
      font-size: 11px;
      font-weight: 860;
      animation: roasPulse 4.6s ease-in-out infinite;
    }
    .ad-budget-rail {
      left: 26px;
      right: 26px;
      bottom: 20px;
      height: 12px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(33, 33, 33, .14);
    }
    .ad-budget-rail::after {
      position: absolute;
      inset: 0 auto 0 0;
      width: 66%;
      border-radius: inherit;
      background: var(--orange);
      content: "";
      animation: budgetTravel 6.2s var(--motion-spring) infinite;
    }
    .ad-approval-chip {
      right: 22px;
      top: 24px;
      min-width: 84px;
      min-height: 36px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      font-size: 11px;
      font-weight: 820;
      animation: approvalPop 6.2s var(--motion-spring) infinite;
    }
    .search-stream {
      inset: 16px 16px auto;
      display: grid;
      gap: 10px;
    }
    .search-query-card {
      position: relative;
      min-height: 42px;
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 10px;
      align-items: center;
      border-radius: 12px;
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(33, 33, 33, .08);
      padding: 7px 10px;
      animation: queryToResult 7.4s var(--motion-spring) infinite;
    }
    .search-query-card:nth-child(2) { animation-delay: .35s; }
    .search-query-card:nth-child(3) { animation-delay: .7s; }
    .search-query-card img {
      width: 24px;
      height: 24px;
      object-fit: contain;
    }
    .search-query-card .mini-line {
      height: 8px;
      width: 82%;
    }
    .search-result-board {
      left: 18px;
      right: 18px;
      bottom: 16px;
      min-height: 84px;
      padding: 12px;
      display: grid;
      gap: 8px;
      animation: miniPanelBob 7.4s var(--motion-spring) infinite;
    }
    .search-result-board .mini-line {
      height: 9px;
      background: rgba(33, 33, 33, .18);
    }
    .search-result-board .mini-line:nth-child(2) { width: 70%; background: rgba(255, 75, 37, .72); }
    .search-result-board .mini-line:nth-child(3) { width: 54%; background: rgba(33, 33, 33, .12); }
    .site-browser {
      left: 15px;
      top: 18px;
      width: 66%;
      height: 64%;
      padding: 34px 12px 12px;
      overflow: hidden;
      animation: miniPanelBob 6.8s var(--motion-spring) infinite;
    }
    .site-browser::before {
      position: absolute;
      inset: 0 0 auto;
      height: 25px;
      border-bottom: 1px solid rgba(33, 33, 33, .1);
      background:
        radial-gradient(circle at 14px 13px, var(--orange) 0 4px, transparent 5px),
        radial-gradient(circle at 30px 13px, var(--pink) 0 4px, transparent 5px),
        radial-gradient(circle at 46px 13px, var(--green) 0 4px, transparent 5px),
        rgba(255, 255, 255, .5);
      content: "";
    }
    .site-hero-block {
      height: 58px;
      border-radius: 12px;
      background: var(--orange);
      animation: heroVariantSwap 6.8s ease-in-out infinite;
    }
    .site-path {
      display: grid;
      gap: 9px;
      margin-top: 12px;
    }
    .site-path .mini-line {
      height: 10px;
      width: 84%;
    }
    .site-path .mini-line:nth-child(2) { width: 62%; }
    .site-phone {
      right: 18px;
      bottom: 22px;
      width: 35%;
      height: 60%;
      padding: 40px 12px 12px;
      animation: phoneSettle 6.8s var(--motion-spring) infinite;
    }
    .site-phone::before {
      position: absolute;
      top: 14px;
      left: 35%;
      right: 35%;
      height: 6px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .25);
      content: "";
    }
    .heat-dot {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(255, 75, 37, .42);
      box-shadow: 0 0 0 12px rgba(255, 75, 37, .12);
      animation: heatPulse 3.6s ease-in-out infinite;
    }
    .site-cursor {
      left: 50%;
      top: 55%;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 18px solid var(--ink);
      filter: drop-shadow(0 6px 8px rgba(33, 33, 33, .2));
      transform: rotate(-20deg);
      animation: siteCursor 6.8s var(--motion-spring) infinite;
    }
    .life-crm {
      inset: 20px 18px 18px;
      padding: 14px;
      display: grid;
      gap: 11px;
      overflow: hidden;
      animation: miniPanelBob 7s var(--motion-spring) infinite;
    }
    .life-row {
      display: grid;
      grid-template-columns: 32px 1fr 48px;
      gap: 10px;
      align-items: center;
      border-radius: 12px;
      background: rgba(33, 33, 33, .04);
      padding: 9px;
      animation: lifeRowQueue 7s var(--motion-spring) infinite;
    }
    .life-row:nth-child(2) { animation-delay: .28s; }
    .life-row:nth-child(3) { animation-delay: .56s; }
    .life-row .mini-node {
      width: 30px;
      height: 30px;
      background: var(--orange);
      box-shadow: 0 0 0 8px rgba(255, 75, 37, .12);
    }
    .life-row .mini-line {
      height: 9px;
      width: 86%;
    }
    .life-row .mini-chip {
      height: 24px;
      background: var(--green);
    }
    .life-flow {
      left: 50%;
      top: 36px;
      bottom: 34px;
      width: 3px;
      background: rgba(255, 75, 37, .45);
      animation: lifeFlow 7s ease-in-out infinite;
    }
    .ad-ui-window::after,
    .search-result-board::after,
    .site-browser::after,
    .life-crm::after {
      position: absolute;
      inset: 0;
      z-index: 4;
      background: linear-gradient(105deg, transparent 0 34%, rgba(255, 255, 255, .7) 47%, transparent 60% 100%);
      content: "";
      mix-blend-mode: screen;
      pointer-events: none;
      transform: translateX(-130%);
      animation: panelScan 6.8s var(--motion-spring) infinite;
    }
    .search-result-board::after { animation-delay: .45s; }
    .site-browser::after { animation-delay: .8s; }
    .life-crm::after { animation-delay: 1.05s; }
    .motion-status-chip,
    .motion-work-chip,
    .search-rank-jump,
    .site-draft-card,
    .life-task-card {
      border: 1px solid rgba(33, 33, 33, .1);
      box-shadow: 0 14px 32px rgba(33, 33, 33, .14);
      backdrop-filter: blur(10px);
      font-size: 10px;
      font-weight: 860;
      letter-spacing: .02em;
      white-space: nowrap;
    }
    .motion-status-chip {
      min-height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      padding: 0 10px;
      background: rgba(255, 255, 255, .86);
      color: var(--ink);
      animation: statusChipPop 6.8s var(--motion-spring) infinite;
    }
    .motion-status-chip::before {
      width: 8px;
      height: 8px;
      display: inline-block;
      margin-right: 7px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 0 7px rgba(255, 75, 37, .12);
      content: "";
      vertical-align: middle;
    }
    .motion-status-chip--hot {
      left: 20px;
      top: 20px;
    }
    .motion-status-chip--answer {
      right: 22px;
      top: 18px;
      animation-delay: .3s;
    }
    .motion-status-chip--site {
      left: 22px;
      bottom: 20px;
      animation-delay: .55s;
    }
    .motion-status-chip--life {
      left: 22px;
      top: 20px;
      animation-delay: .7s;
    }
    .motion-work-chip,
    .site-draft-card,
    .life-task-card {
      min-height: 36px;
      display: grid;
      place-items: center;
      border-radius: 12px;
      background: rgba(33, 33, 33, .92);
      color: #fff;
      padding: 0 12px;
      animation: workChipArrive 6.8s var(--motion-spring) infinite;
    }
    .motion-work-chip--ads {
      right: 20px;
      bottom: 42px;
      animation-delay: .35s;
    }
    .search-rank-jump {
      right: 26px;
      bottom: 28px;
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: var(--green);
      color: var(--ink);
      font-size: 20px;
      animation: rankJumpLive 7.4s var(--motion-spring) infinite;
    }
    .site-draft-card {
      right: 20px;
      top: 26px;
      animation-delay: .75s;
    }
    .life-task-card {
      right: 20px;
      bottom: 24px;
      background: var(--ink);
      animation-delay: .9s;
    }
    .life-row:nth-child(3) .mini-chip {
      animation: chipApprove 7s var(--motion-spring) infinite;
    }
    @keyframes panelScan {
      0%, 24%, 100% { transform: translateX(-130%); opacity: 0; }
      38% { opacity: .9; }
      58% { transform: translateX(130%); opacity: 0; }
    }
    @keyframes statusChipPop {
      0%, 25%, 100% { transform: translateY(-8px) scale(.92); opacity: 0; }
      38%, 74% { transform: translateY(0) scale(1); opacity: 1; }
    }
    @keyframes workChipArrive {
      0%, 36%, 100% { transform: translateY(12px) scale(.92); opacity: 0; }
      50%, 78% { transform: translateY(0) scale(1); opacity: 1; }
    }
    @keyframes rankJumpLive {
      0%, 30%, 100% { transform: translateY(12px) scale(.82); opacity: 0; }
      44% { transform: translateY(-6px) scale(1.08); opacity: 1; }
      66%, 82% { transform: translateY(0) scale(1); opacity: 1; }
    }
    @keyframes chipApprove {
      0%, 38%, 100% { transform: scaleX(.72); transform-origin: left; }
      58%, 78% { transform: scaleX(1); transform-origin: left; }
    }

    .demand-section {
      background: var(--yellow);
      padding: 48px 36px 36px;
      gap: 30px;
    }
    .demand-section h2 {
      max-width: 980px;
      text-wrap: balance;
    }
    .demand-section > p {
      max-width: 900px;
      margin: -14px 0 0;
      color: rgba(33, 33, 33, .68);
      font-size: 16px;
      font-weight: 650;
      line-height: 1.45;
    }
    .demand-grid {
      display: block;
    }
    .operator-stage {
      position: relative;
      min-height: 500px;
      overflow: hidden;
      border-radius: 16px;
      border: 1px solid rgba(33, 33, 33, .12);
      background:
        radial-gradient(circle at 50% 46%, rgba(255, 255, 255, .9), rgba(255, 255, 255, .2) 25%, transparent 40%),
        linear-gradient(135deg, rgba(255, 184, 252, .58), rgba(195, 219, 255, .62) 48%, rgba(209, 248, 100, .62));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
    }
    .operator-stage::before {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(33, 33, 33, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33, 33, 33, .055) 1px, transparent 1px);
      background-size: 34px 34px;
      mask-image: radial-gradient(circle at 50% 50%, #000 0 60%, transparent 86%);
      content: "";
    }
    .signal-orbit,
    .operator-core,
    .operator-output {
      position: absolute;
      z-index: 2;
    }
    .signal-orbit {
      left: 28px;
      top: 34px;
      bottom: 34px;
      width: 30%;
    }
    .signal-token {
      position: absolute;
      display: grid;
      grid-template-columns: 30px 1fr;
      gap: 9px;
      align-items: center;
      width: min(245px, 100%);
      min-height: 52px;
      border-radius: 999px;
      border: 1px solid rgba(33, 33, 33, .08);
      background: rgba(255, 255, 255, .82);
      padding: 9px 14px 9px 10px;
      box-shadow: 0 14px 28px rgba(33, 33, 33, .1);
      animation: signalDrift 9s var(--motion-spring) infinite;
    }
    .signal-token:nth-child(1) { top: 0; left: 10px; }
    .signal-token:nth-child(2) { top: 28%; left: 54px; animation-delay: .28s; }
    .signal-token:nth-child(3) { top: 58%; left: 20px; animation-delay: .56s; }
    .signal-token:nth-child(4) { bottom: 0; left: 72px; animation-delay: .84s; }
    .signal-token img {
      width: 26px;
      height: 26px;
      object-fit: contain;
    }
    .signal-token span {
      height: 8px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .22);
    }
    .operator-core {
      left: 50%;
      top: 50%;
      width: 218px;
      height: 218px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--ink);
      color: #fff;
      transform: translate(-50%, -50%);
      box-shadow: 0 24px 60px rgba(33, 33, 33, .22);
      animation: corePulse 7.8s var(--motion-spring) infinite;
    }
    .operator-core img {
      width: 124px;
      height: auto;
      filter: brightness(0) invert(1);
    }
    .operator-ring {
      position: absolute;
      inset: -20px;
      border-radius: inherit;
      border: 2px solid rgba(255, 75, 37, .38);
      animation: coreRing 3.4s ease-in-out infinite;
    }
    .operator-beam {
      position: absolute;
      left: calc(30% + 40px);
      right: calc(30% + 40px);
      top: 50%;
      z-index: 1;
      height: 3px;
      border-radius: 999px;
      background: rgba(255, 75, 37, .7);
      overflow: hidden;
    }
    .operator-beam::after {
      position: absolute;
      inset: 0 auto 0 0;
      width: 36%;
      border-radius: inherit;
      background: #fff;
      content: "";
      animation: beamTravel 4.8s ease-in-out infinite;
    }
    .operator-output {
      top: 34px;
      right: 28px;
      bottom: 34px;
      width: 31%;
      display: grid;
      align-content: center;
      gap: 10px;
    }
    .output-card {
      display: grid;
      grid-template-columns: 58px 1fr auto;
      gap: 10px;
      align-items: center;
      min-height: 62px;
      border-radius: 14px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .86);
      padding: 10px;
      box-shadow: 0 14px 30px rgba(33, 33, 33, .1);
      animation: outputDraft 9s var(--motion-spring) infinite;
    }
    .output-card:nth-child(2) { animation-delay: .22s; }
    .output-card:nth-child(3) { animation-delay: .44s; }
    .output-card:nth-child(4) { animation-delay: .66s; }
    .output-card:nth-child(5) { animation-delay: .88s; }
    .output-card b {
      display: grid;
      place-items: center;
      min-height: 34px;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      font-size: 11px;
      letter-spacing: .08em;
    }
    .output-lines {
      display: grid;
      gap: 7px;
    }
    .output-lines i {
      height: 8px;
      display: block;
      border-radius: 999px;
      background: rgba(33, 33, 33, .22);
    }
    .output-lines i:nth-child(2) { width: 62%; background: rgba(255, 75, 37, .72); }
    .output-check {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .55);
    }

    .demand-section {
      background: #fff;
      padding: 52px 36px 36px;
    }
    .demand-section h2 {
      max-width: 1120px;
    }
    .demand-section > p {
      max-width: 760px;
      margin-top: -8px;
      color: rgba(33, 33, 33, .62);
    }
    .buyer-console {
      position: relative;
      min-height: 560px;
      display: grid;
      grid-template-columns: minmax(260px, .9fr) minmax(220px, .74fr) minmax(360px, 1.22fr);
      gap: 16px;
      overflow: hidden;
      border-radius: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      background:
        radial-gradient(circle at 50% 44%, rgba(255, 250, 100, .18), transparent 30%),
        linear-gradient(180deg, #f8f8f2 0%, #f2f1ea 100%);
      padding: 18px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
    }
    .buyer-console::before {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(33, 33, 33, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33, 33, 33, .045) 1px, transparent 1px);
      background-size: 38px 38px;
      mask-image: radial-gradient(circle at 50% 52%, #000 0 55%, transparent 86%);
      content: "";
      pointer-events: none;
    }
    .buyer-panel,
    .buyer-operator,
    .site-update-board {
      position: relative;
      z-index: 2;
      min-width: 0;
      border-radius: 16px;
      border: 1px solid rgba(33, 33, 33, .09);
      background: rgba(255, 255, 255, .82);
      box-shadow: 0 18px 44px rgba(33, 33, 33, .08);
      backdrop-filter: blur(12px);
    }
    .buyer-panel {
      display: grid;
      gap: 12px;
      align-content: start;
      padding: 16px;
    }
    .buyer-panel-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      color: rgba(33, 33, 33, .56);
      font-size: 11px;
      font-weight: 820;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .buyer-panel-top::after {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 0 7px rgba(255, 75, 37, .1);
      content: "";
    }
    .buyer-signal-lane {
      position: relative;
      min-height: 118px;
      overflow: hidden;
      border-radius: 14px;
      border: 1px solid rgba(33, 33, 33, .07);
      background: rgba(246, 246, 239, .76);
      padding: 12px;
    }
    .buyer-signal-lane strong {
      display: block;
      margin-bottom: 12px;
      color: rgba(33, 33, 33, .72);
      font-size: 12px;
      font-weight: 860;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .buyer-signal-chip {
      position: absolute;
      left: var(--x);
      top: var(--y);
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 8px;
      align-items: center;
      width: 178px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid rgba(33, 33, 33, .07);
      background: rgba(255, 255, 255, .92);
      padding: 6px 12px 6px 7px;
      box-shadow: 0 12px 26px rgba(33, 33, 33, .08);
      animation: buyerChipFloat 7.5s var(--motion-spring) infinite;
    }
    .buyer-signal-chip:nth-child(3) { animation-delay: .22s; }
    .buyer-signal-chip img {
      width: 24px;
      height: 24px;
      object-fit: contain;
    }
    .buyer-signal-chip i {
      height: 7px;
      display: block;
      border-radius: 999px;
      background: rgba(33, 33, 33, .22);
    }
    .buyer-signal-chip i::after {
      width: var(--w, 62%);
      height: 7px;
      display: block;
      border-radius: inherit;
      background: var(--accent, var(--orange));
      content: "";
    }
    .buyer-operator {
      display: grid;
      place-items: center;
      overflow: hidden;
      padding: 18px;
      background: var(--ink);
      color: #fff;
    }
    .buyer-operator::before,
    .buyer-operator::after {
      position: absolute;
      inset: 50% auto auto 50%;
      width: 230px;
      height: 230px;
      border: 1px solid rgba(255, 75, 37, .35);
      border-radius: 50%;
      content: "";
      transform: translate(-50%, -50%);
      animation: buyerRing 5.2s ease-in-out infinite;
    }
    .buyer-operator::after {
      width: 330px;
      height: 330px;
      border-color: rgba(255, 255, 255, .14);
      animation-delay: .6s;
    }
    .buyer-core {
      position: relative;
      z-index: 2;
      width: 138px;
      height: 138px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 0 14px rgba(255, 255, 255, .06);
      animation: corePulse 6s var(--motion-spring) infinite;
    }
    .buyer-core img {
      width: 84px;
      filter: none;
    }
    .intent-cluster {
      position: absolute;
      z-index: 3;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: var(--green);
      color: var(--ink);
      padding: 8px 11px;
      font-size: 11px;
      font-weight: 860;
      letter-spacing: .08em;
      box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
      animation: clusterDrift 6.8s var(--motion-spring) infinite;
    }
    .intent-cluster:nth-child(2) { left: 24px; top: 74px; background: var(--yellow); }
    .intent-cluster:nth-child(3) { right: 24px; top: 154px; background: var(--blue); animation-delay: .22s; }
    .intent-cluster:nth-child(4) { left: 44px; bottom: 96px; background: var(--pink); animation-delay: .44s; }
    .site-update-board {
      display: grid;
      grid-template-rows: auto 1fr auto;
      gap: 12px;
      overflow: hidden;
      padding: 16px;
    }
    .site-browser-top {
      height: 42px;
      display: flex;
      align-items: center;
      gap: 7px;
      border-radius: 13px;
      background: rgba(246, 246, 239, .9);
      padding: 0 12px;
    }
    .site-browser-top i {
      width: 9px;
      height: 9px;
      display: block;
      border-radius: 50%;
      background: var(--orange);
    }
    .site-browser-top i:nth-child(2) { background: var(--yellow); }
    .site-browser-top i:nth-child(3) { background: var(--green); }
    .site-preview {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      border: 1px solid rgba(33, 33, 33, .08);
      background: #fff;
      padding: 14px;
    }
    .site-preview::before {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 84% 18%, rgba(209, 248, 100, .42), transparent 24%),
        linear-gradient(180deg, rgba(195, 219, 255, .34), transparent 48%);
      content: "";
    }
    .site-hero-skeleton,
    .site-copy-row,
    .site-product-grid,
    .site-update-chip {
      position: relative;
      z-index: 2;
    }
    .site-hero-skeleton {
      min-height: 148px;
      border-radius: 14px;
      background: rgba(255, 250, 100, .58);
      padding: 18px;
      animation: siteRewrite 7s var(--motion-spring) infinite;
    }
    .site-hero-skeleton i,
    .site-copy-row i {
      display: block;
      height: 10px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .24);
      margin-bottom: 10px;
    }
    .site-hero-skeleton i:nth-child(1) { width: 70%; height: 18px; background: var(--ink); }
    .site-hero-skeleton i:nth-child(2) { width: 88%; }
    .site-hero-skeleton i:nth-child(3) { width: 52%; background: var(--orange); }
    .site-copy-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 9px;
      margin-top: 10px;
    }
    .site-copy-row span {
      min-height: 72px;
      border-radius: 12px;
      background: rgba(246, 246, 239, .9);
      padding: 12px;
    }
    .site-product-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin-top: 10px;
    }
    .site-product-grid span {
      min-height: 54px;
      border-radius: 12px;
      background: rgba(33, 33, 33, .08);
    }
    .site-product-grid span:nth-child(2) { background: rgba(195, 219, 255, .7); }
    .site-product-grid span:nth-child(3) { background: rgba(209, 248, 100, .72); }
    .site-update-queue {
      display: grid;
      gap: 8px;
    }
    .site-update-chip {
      min-height: 42px;
      display: grid;
      grid-template-columns: 58px 1fr auto;
      gap: 9px;
      align-items: center;
      border-radius: 13px;
      background: rgba(246, 246, 239, .92);
      padding: 8px;
      animation: outputDraft 7s var(--motion-spring) infinite;
    }
    .site-update-chip:nth-child(2) { animation-delay: .2s; }
    .site-update-chip b {
      display: grid;
      place-items: center;
      min-height: 26px;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      font-size: 10px;
      letter-spacing: .08em;
    }
    .site-update-chip i {
      height: 8px;
      display: block;
      border-radius: 999px;
      background: rgba(33, 33, 33, .22);
    }
    .site-update-chip em {
      width: 18px;
      height: 18px;
      display: block;
      border-radius: 50%;
      background: var(--green);
      box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .6);
    }
    @keyframes buyerChipFloat {
      0%, 100% { transform: translate3d(0, 0, 0); }
      50% { transform: translate3d(12px, -5px, 0); }
    }
    @keyframes buyerRing {
      0%, 100% { opacity: .48; transform: translate(-50%, -50%) scale(.94); }
      50% { opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
    }
    @keyframes clusterDrift {
      0%, 100% { transform: translate3d(0, 0, 0); }
      50% { transform: translate3d(0, -8px, 0); }
    }
    @keyframes siteRewrite {
      0%, 100% { background: rgba(255, 250, 100, .58); }
      50% { background: rgba(209, 248, 100, .7); }
    }

    .demand-section {
      background: #fff;
      padding: 56px 36px 42px;
      gap: 30px;
    }
    .demand-section h2 {
      max-width: 1080px;
      text-wrap: balance;
    }
    .demand-section > p {
      max-width: 940px;
      margin: -10px 0 0;
      color: rgba(33, 33, 33, .62);
      font-size: 17px;
      font-weight: 620;
      line-height: 1.5;
    }
    .demand-flow {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
      gap: 62px;
      padding: 10px 0 6px;
    }
    .demand-flow::before {
      position: absolute;
      inset: 0 auto 0 calc(50% + 19px);
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(33, 33, 33, .16) 12%, rgba(33, 33, 33, .16) 88%, transparent);
      content: "";
      pointer-events: none;
    }
    .demand-lane {
      position: relative;
      min-width: 0;
      display: grid;
      gap: 28px;
      align-content: start;
    }
    .demand-lane-head {
      display: flex;
      align-items: center;
      gap: 14px;
      border-bottom: 1px solid rgba(33, 33, 33, .22);
      padding-bottom: 14px;
    }
    .demand-lane-head::before {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 0 8px rgba(254, 110, 0, .1);
      content: "";
    }
    .demand-step {
      color: rgba(33, 33, 33, .58);
      font-size: 13px;
      font-weight: 760;
      letter-spacing: .16em;
      line-height: 1;
    }
    .demand-lane-head h3 {
      margin: 0;
      color: var(--ink);
      font-family: "Geist", sans-serif;
      font-size: clamp(22px, 2vw, 30px);
      font-weight: 780;
      letter-spacing: 0;
      line-height: 1.05;
      text-transform: none;
    }
    .demand-source-stack,
    .demand-output-board {
      display: grid;
      min-width: 0;
    }
    .demand-source-row {
      position: relative;
      min-height: 116px;
      display: grid;
      grid-template-columns: 112px minmax(0, 1fr);
      gap: 22px;
      align-items: center;
      overflow: hidden;
      border-bottom: 1px solid rgba(33, 33, 33, .1);
    }
    .demand-source-row:first-child {
      border-top: 1px solid rgba(33, 33, 33, .1);
    }
    .demand-source-row::after {
      position: absolute;
      top: 16px;
      bottom: 16px;
      left: 112px;
      width: 1px;
      background: rgba(33, 33, 33, .08);
      content: "";
    }
    .demand-source-label {
      color: rgba(33, 33, 33, .82);
      font-size: 13px;
      font-weight: 820;
      letter-spacing: .16em;
      line-height: 1.25;
      text-transform: uppercase;
    }
    .demand-signal-stream {
      position: relative;
      min-height: 84px;
      overflow: hidden;
      mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
    }
    .demand-signal-pill {
      position: absolute;
      left: var(--x, 0);
      top: var(--y, 18px);
      display: inline-flex;
      align-items: center;
      gap: 9px;
      max-width: min(280px, 80%);
      min-height: 34px;
      border-radius: 999px;
      border: 1px solid rgba(33, 33, 33, .09);
      background: rgba(255, 255, 255, .92);
      padding: 6px 14px 6px 8px;
      box-shadow: 0 12px 26px rgba(33, 33, 33, .08);
      color: rgba(33, 33, 33, .68);
      font-size: 13px;
      font-weight: 650;
      line-height: 1;
      white-space: nowrap;
      animation: demandSignalDrift 8.5s var(--motion-spring) infinite;
      animation-delay: var(--delay, 0s);
    }
    .demand-signal-pill img {
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      object-fit: contain;
    }
    .demand-signal-pill::after {
      width: 7px;
      height: 7px;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--accent, var(--orange));
      box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent, var(--orange)) 18%, transparent);
      content: "";
    }
    .demand-output-board {
      border-top: 1px solid rgba(33, 33, 33, .1);
    }
    .demand-output-row {
      position: relative;
      min-height: 76px;
      display: grid;
      grid-template-columns: 22px 92px minmax(0, 1fr) auto;
      gap: 12px;
      align-items: center;
      overflow: hidden;
      border-bottom: 1px solid rgba(33, 33, 33, .1);
      padding: 13px 0;
      animation: demandWorkDraft 8.8s var(--motion-spring) infinite;
      animation-delay: var(--delay, 0s);
    }
    .demand-check {
      width: 18px;
      height: 18px;
      display: grid;
      place-items: center;
      color: var(--ink);
      font-size: 16px;
      font-weight: 820;
    }
    .demand-type {
      display: grid;
      place-items: center;
      min-height: 30px;
      border: 1px solid rgba(33, 33, 33, .16);
      background: rgba(255, 255, 255, .72);
      color: rgba(33, 33, 33, .72);
      font-size: 10px;
      font-weight: 830;
      letter-spacing: .18em;
      line-height: 1;
      text-transform: uppercase;
    }
    .demand-output-copy {
      min-width: 0;
      display: grid;
      gap: 5px;
    }
    .demand-output-copy strong {
      min-width: 0;
      overflow: hidden;
      color: var(--ink);
      font-size: 16px;
      font-weight: 760;
      line-height: 1.15;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .demand-output-copy span {
      min-width: 0;
      overflow: hidden;
      color: rgba(33, 33, 33, .48);
      font-size: 12px;
      font-weight: 620;
      line-height: 1.2;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .demand-time {
      color: rgba(33, 33, 33, .42);
      font-size: 12px;
      font-weight: 650;
      white-space: nowrap;
    }
    .demand-output-row::before {
      position: absolute;
      inset: 0 auto 0 0;
      width: 3px;
      background: var(--accent, var(--orange));
      opacity: .78;
      transform: scaleY(.2);
      transform-origin: 50% 100%;
      animation: demandAccentRise 8.8s var(--motion-spring) infinite;
      animation-delay: var(--delay, 0s);
      content: "";
    }
    @keyframes demandSignalDrift {
      0%, 100% { transform: translate3d(0, 0, 0); opacity: .86; }
      44% { transform: translate3d(18px, -4px, 0); opacity: 1; }
      72% { transform: translate3d(7px, 3px, 0); opacity: .92; }
    }
    @keyframes demandWorkDraft {
      0%, 100% { transform: translateY(0); background: transparent; }
      38% { transform: translateY(-3px); background: rgba(255, 250, 100, .24); }
      68% { transform: translateY(0); background: transparent; }
    }
    @keyframes demandAccentRise {
      0%, 100% { transform: scaleY(.2); opacity: .36; }
      42% { transform: scaleY(1); opacity: .9; }
      68% { transform: scaleY(.55); opacity: .56; }
    }

    .work-library {
      background: var(--pink);
      padding: 48px 36px 36px;
      gap: 28px;
    }
    .work-library h2 {
      max-width: 980px;
    }
    .work-library > p {
      max-width: 860px;
      margin: -10px 0 0;
      color: rgba(33, 33, 33, .68);
      font-size: 16px;
      font-weight: 650;
    }
    .work-command {
      grid-template-columns: 72px 1fr auto;
      gap: 16px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .78);
      padding: 14px;
      box-shadow: 0 18px 48px rgba(33, 33, 33, .1);
    }
    .work-command::before {
      width: 54px;
      height: 54px;
      display: block;
      border-radius: 16px;
      background: var(--ink) url("/10x-clean/assets/10x-corner-mark.png") center / 26px 26px no-repeat;
      content: "";
    }
    .work-command strong {
      display: none;
    }
    .work-command > span:not(.work-command-action) {
      color: var(--ink);
      font-size: 16px;
      font-weight: 700;
      white-space: normal;
      text-overflow: clip;
      overflow: visible;
    }
    .work-command-action {
      min-height: 48px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      font-weight: 860;
    }
    .work-command span.work-command-action {
      color: #fff;
      overflow: visible;
      text-overflow: clip;
      white-space: nowrap;
    }
    .work-columns {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      border: 0;
    }
    .work-column {
      min-height: 430px;
      display: flex;
      flex-direction: column;
      gap: 18px;
      border: 1px solid rgba(33, 33, 33, .1);
      border-radius: 10px;
      background: rgba(255, 255, 255, .7);
      padding: 20px;
      overflow: hidden;
      transition: transform .42s var(--motion-spring), box-shadow .42s var(--motion-spring);
    }
    .work-column:nth-child(1) { background: var(--yellow); }
    .work-column:nth-child(2) { background: var(--blue); }
    .work-column:nth-child(3) { background: #fff; }
    .work-column:nth-child(4) { background: var(--green); }
    .work-column:hover {
      transform: translateY(-5px) rotate(-.4deg);
      box-shadow: 0 24px 58px rgba(33, 33, 33, .15);
    }
    .work-column h3 {
      margin: 0;
      font-family: "FK Screamer", sans-serif;
      font-size: 54px;
      font-weight: 800;
      padding: .04em 0 .08em;
      line-height: .96;
      text-transform: uppercase;
    }
    .work-list {
      gap: 10px;
      margin-top: auto;
    }
    .work-list li {
      grid-template-columns: 34px 1fr;
      gap: 10px;
      border-radius: 12px;
      background: rgba(255, 255, 255, .42);
      padding: 8px;
      color: rgba(33, 33, 33, .72);
      font-size: 13px;
      font-weight: 680;
      animation: workItemFloat 7.2s var(--motion-spring) infinite;
    }
    .work-list li:nth-child(2) { animation-delay: .15s; }
    .work-list li:nth-child(3) { animation-delay: .3s; }
    .work-list li:nth-child(4) { animation-delay: .45s; }
    .work-list li:nth-child(5) { animation-delay: .6s; }
    .work-list li:nth-child(6) { animation-delay: .75s; }
    .work-list span {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      background: rgba(33, 33, 33, .88);
      color: #fff;
    }

    .inside-section {
      background: var(--green-soft);
      padding: 48px 36px 36px;
      gap: 30px;
    }
    .inside-strip {
      gap: 12px;
    }
    .inside-card {
      border-radius: 10px;
      box-shadow: 0 18px 44px rgba(33, 33, 33, .12);
      transition: transform .42s var(--motion-spring), box-shadow .42s var(--motion-spring);
    }
    .inside-card:hover {
      transform: translateY(-6px) scale(1.012);
    }
    .inside-card--smart {
      background:
        radial-gradient(circle at 18% 12%, rgba(255, 250, 100, .42), transparent 32%),
        radial-gradient(circle at 86% 14%, rgba(195, 219, 255, .5), transparent 34%),
        linear-gradient(180deg, #fff 0%, #f7f7f2 58%, #ecece6 100%);
    }
    .smart-browser {
      position: absolute;
      inset: 18px 14px 58px;
      z-index: 2;
      overflow: hidden;
      border-radius: 16px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .82);
      box-shadow: 0 18px 46px rgba(33, 33, 33, .1);
      backdrop-filter: blur(12px);
    }
    .smart-browser::before {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(33, 33, 33, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33, 33, 33, .05) 1px, transparent 1px);
      background-size: 28px 28px;
      mask-image: linear-gradient(#000, transparent 70%);
      content: "";
      opacity: .8;
    }
    .smart-top {
      position: relative;
      z-index: 2;
      height: 42px;
      display: flex;
      align-items: center;
      gap: 7px;
      border-bottom: 1px solid rgba(33, 33, 33, .08);
      padding: 0 12px;
    }
    .smart-top i {
      width: 9px;
      height: 9px;
      display: block;
      border-radius: 50%;
      background: var(--orange);
    }
    .smart-top i:nth-child(2) { background: var(--yellow); }
    .smart-top i:nth-child(3) { background: var(--green); }
    .smart-core {
      position: absolute;
      left: 50%;
      top: 36%;
      z-index: 3;
      width: 78px;
      height: 78px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--ink);
      box-shadow: 0 22px 44px rgba(33, 33, 33, .22);
      transform: translate(-50%, -50%);
      animation: corePulse 6s var(--motion-spring) infinite;
    }
    .smart-core span {
      color: #fff;
      font-family: "FK Screamer", sans-serif;
      font-size: 38px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 1;
    }
    .smart-source {
      position: absolute;
      z-index: 3;
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(33, 33, 33, .08);
      background: rgba(255, 255, 255, .9);
      box-shadow: 0 12px 26px rgba(33, 33, 33, .1);
      animation: signalDrift 7s var(--motion-spring) infinite;
    }
    .smart-source img {
      width: 22px;
      height: 22px;
      object-fit: contain;
    }
    .smart-source:nth-of-type(2) { left: 22px; top: 78px; }
    .smart-source:nth-of-type(3) { right: 24px; top: 88px; animation-delay: .22s; }
    .smart-source:nth-of-type(4) { left: 42px; top: 178px; animation-delay: .44s; }
    .smart-source:nth-of-type(5) { right: 44px; top: 188px; animation-delay: .66s; }
    .smart-beam {
      position: absolute;
      z-index: 2;
      left: 18%;
      right: 18%;
      top: 36%;
      height: 2px;
      background: rgba(255, 75, 37, .42);
      overflow: hidden;
    }
    .smart-beam::after {
      position: absolute;
      inset: 0 auto 0 0;
      width: 42%;
      background: #fff;
      content: "";
      animation: beamTravel 3.8s ease-in-out infinite;
    }
    .smart-rank-stack {
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 18px;
      z-index: 4;
      display: grid;
      gap: 8px;
    }
    .smart-row {
      min-height: 44px;
      display: grid;
      grid-template-columns: 44px 1fr 18px;
      gap: 9px;
      align-items: center;
      border-radius: 13px;
      border: 1px solid rgba(33, 33, 33, .08);
      background: rgba(255, 255, 255, .88);
      padding: 8px;
      animation: outputDraft 7.2s var(--motion-spring) infinite;
    }
    .smart-row:nth-child(2) { animation-delay: .2s; }
    .smart-row:nth-child(3) { animation-delay: .4s; }
    .smart-row b {
      display: grid;
      place-items: center;
      min-height: 28px;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      font-size: 10px;
      letter-spacing: .06em;
    }
    .smart-row i,
    .smart-row em {
      display: block;
      border-radius: 999px;
      font-style: normal;
    }
    .smart-row i {
      height: 8px;
      background: rgba(33, 33, 33, .22);
    }
    .smart-row i::after {
      width: 68%;
      height: 8px;
      display: block;
      border-radius: inherit;
      background: var(--orange);
      content: "";
    }
    .smart-row em {
      width: 18px;
      height: 18px;
      background: var(--green);
      box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .6);
    }
    .draft-doc {
      position: absolute;
      left: 16px;
      right: 16px;
      top: 58px;
      z-index: 3;
      display: grid;
      gap: 8px;
      border-radius: 15px;
      border: 1px solid rgba(33, 33, 33, .09);
      background: rgba(255, 255, 255, .9);
      padding: 12px;
      box-shadow: 0 14px 30px rgba(33, 33, 33, .09);
      animation: insidePanelFloat 6.2s var(--motion-spring) infinite;
    }
    .draft-line {
      height: 9px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .2);
    }
    .draft-line:nth-child(1) { width: 42%; background: var(--orange); }
    .draft-line:nth-child(2) { width: 88%; }
    .draft-line:nth-child(3) { width: 72%; }
    .draft-line:nth-child(4) { width: 56%; background: rgba(33, 33, 33, .14); }
    .draft-board {
      position: absolute;
      left: 16px;
      right: 16px;
      top: 212px;
      z-index: 3;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }
    .draft-tile {
      min-height: 88px;
      display: grid;
      align-content: space-between;
      border-radius: 14px;
      border: 1px solid rgba(33, 33, 33, .08);
      background: rgba(255, 255, 255, .84);
      padding: 10px;
      box-shadow: 0 12px 24px rgba(33, 33, 33, .08);
      animation: outputDraft 7s var(--motion-spring) infinite;
    }
    .draft-tile:nth-child(2) { animation-delay: .16s; }
    .draft-tile:nth-child(3) { animation-delay: .32s; }
    .draft-tile:nth-child(4) { animation-delay: .48s; }
    .draft-tile b {
      width: fit-content;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      padding: 5px 8px;
      font-size: 10px;
      letter-spacing: .06em;
    }
    .draft-tile i {
      height: 8px;
      display: block;
      border-radius: 999px;
      background: rgba(33, 33, 33, .22);
    }
    .draft-tile:nth-child(1) i { background: var(--yellow); }
    .draft-tile:nth-child(2) i { background: var(--blue); }
    .draft-tile:nth-child(3) i { background: var(--pink); }
    .draft-tile:nth-child(4) i { background: var(--green); }
    .inside-card--audit,
    .inside-card--keywords {
      background:
        radial-gradient(circle at 20% 12%, rgba(255, 250, 100, .7), transparent 34%),
        radial-gradient(circle at 84% 72%, rgba(195, 219, 255, .75), transparent 36%),
        #fff;
    }
    .inside-card--audit .inside-bg,
    .inside-card--keywords .inside-bg {
      display: none;
    }
    .audit-dashboard,
    .keyword-dashboard {
      position: absolute;
      inset: 18px 14px 58px;
      z-index: 2;
      display: grid;
      gap: 10px;
      border-radius: 14px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .78);
      padding: 12px;
      box-shadow: 0 18px 44px rgba(33, 33, 33, .12);
      backdrop-filter: blur(12px);
      animation: insidePanelFloat 6.6s var(--motion-spring) infinite;
    }
    .audit-score-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
    }
    .audit-score {
      min-height: 70px;
      display: grid;
      align-content: space-between;
      border-radius: 12px;
      background: rgba(33, 33, 33, .06);
      padding: 10px;
      overflow: hidden;
    }
    .audit-score::before {
      width: var(--w);
      height: 9px;
      border-radius: 999px;
      background: var(--c);
      content: "";
      animation: scoreGrow 5.8s var(--motion-spring) infinite;
    }
    .audit-score::after {
      width: 58%;
      height: 8px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .24);
      content: "";
    }
    .audit-chart {
      min-height: 112px;
      display: flex;
      align-items: end;
      gap: 8px;
      border-radius: 12px;
      background: var(--ink);
      padding: 14px;
    }
    .audit-chart i {
      flex: 1;
      display: block;
      min-height: 22%;
      border-radius: 999px 999px 6px 6px;
      background: var(--green);
      transform-origin: bottom;
      animation: chartBounce 5.8s var(--motion-spring) infinite;
    }
    .audit-chart i:nth-child(2) { --h: .8; animation-delay: .1s; background: var(--blue); }
    .audit-chart i:nth-child(3) { --h: .52; animation-delay: .2s; background: var(--pink); }
    .audit-chart i:nth-child(4) { --h: .94; animation-delay: .3s; background: var(--orange); }
    .audit-chart i:nth-child(5) { --h: .64; animation-delay: .4s; background: var(--yellow); }
    .audit-scan {
      position: absolute;
      left: 8%;
      right: 8%;
      top: 30%;
      height: 2px;
      z-index: 4;
      border-radius: 999px;
      background: rgba(255, 75, 37, .9);
      box-shadow: 0 0 24px rgba(255, 75, 37, .38);
      animation: insideScan 5.8s ease-in-out infinite;
    }
    .keyword-dashboard {
      align-content: center;
    }
    .keyword-row {
      min-height: 38px;
      display: grid;
      grid-template-columns: 1fr 44px 58px;
      gap: 8px;
      align-items: center;
      border: 0;
      border-radius: 10px;
      background: rgba(33, 33, 33, .05);
      padding: 8px;
      animation: keywordFocus 6.8s var(--motion-spring) infinite;
    }
    .keyword-row:nth-child(2) { animation-delay: .18s; }
    .keyword-row:nth-child(3) { animation-delay: .36s; }
    .keyword-row:nth-child(4) { animation-delay: .54s; }
    .keyword-row:nth-child(5) { animation-delay: .72s; }
    .keyword-row b {
      width: 72%;
      height: 8px;
      display: block;
      border-radius: 999px;
      background: rgba(33, 33, 33, .28);
      font-size: 0;
    }
    .keyword-row em {
      height: 8px;
      border-radius: 999px;
      background: rgba(33, 33, 33, .18);
      font-size: 0;
    }
    .keyword-row .status-badge {
      display: block;
      height: 18px;
      padding: 0;
      font-size: 0;
      background: var(--green);
    }
    .keyword-row .status-badge.is-red {
      background: #ffb2b2;
    }
    .chat-rows {
      inset: 20px 14px 58px;
      gap: 8px;
      background: rgba(255, 255, 255, .84);
    }
    .chat-row {
      border: 0;
      border-radius: 10px;
      background: rgba(33, 33, 33, .05);
      padding: 8px;
      animation: chatApprovalFlow 7s var(--motion-spring) infinite;
    }
    .chat-row:nth-child(2) { animation-delay: .18s; }
    .chat-row:nth-child(3) { animation-delay: .36s; }
    .chat-row:nth-child(4) { animation-delay: .54s; }
    .chat-row:nth-child(5) { animation-delay: .72s; }

    .lift-section {
      background: var(--blue);
      padding: 48px 36px 36px;
      gap: 30px;
    }
    .lift-section::after {
      display: none;
    }
    .lift-grid {
      grid-template-columns: minmax(0, .95fr) minmax(340px, 1fr);
      gap: 24px;
    }
    .timeline-list {
      gap: 10px;
    }
    .timeline-item {
      grid-template-columns: 96px 1fr;
      border-radius: 14px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .68);
      box-shadow: 0 14px 34px rgba(33, 33, 33, .08);
      animation: timelineLift 7s var(--motion-spring) infinite;
    }
    .timeline-item span {
      color: var(--ink);
      font-size: 12px;
      font-weight: 860;
    }
    .timeline-item b {
      color: var(--ink);
      font-weight: 820;
    }
    .summary-panel {
      border-radius: 16px;
      border: 1px solid rgba(33, 33, 33, .1);
      background: rgba(255, 255, 255, .76);
      box-shadow: 0 18px 48px rgba(33, 33, 33, .1);
    }
    .summary-panel h3 {
      font-family: "FK Screamer", sans-serif;
      font-size: 50px;
      padding: .04em 0 .08em;
      line-height: .96;
      text-transform: uppercase;
    }
    .summary-metric {
      border-radius: 12px;
      background: var(--ink);
      color: #fff;
      animation: metricLift 6.6s var(--motion-spring) infinite;
    }
    .summary-metric:nth-child(2) { animation-delay: .2s; background: var(--orange); }
    .summary-metric:nth-child(3) { animation-delay: .4s; background: var(--green); color: var(--ink); }
    .summary-metric span {
      color: currentColor;
      opacity: .72;
    }
    .calendar-card {
      border-radius: 14px;
      background: rgba(33, 33, 33, .92);
      color: #fff;
    }
    .calendar-grid {
      color: rgba(255, 255, 255, .66);
    }
    .calendar-grid b {
      color: rgba(255, 255, 255, .42);
    }
    .calendar-grid .is-summary {
      background: var(--green);
      color: var(--ink);
    }

    @keyframes miniPanelBob {
      0%, 100% { transform: translateY(2px); }
      46% { transform: translateY(calc(var(--motion-float) * -1)); }
      74% { transform: translateY(-3px); }
    }
    @keyframes adRowFocus {
      0%, 100% { background: transparent; transform: translateX(0); }
      42% { background: rgba(209, 248, 100, .24); transform: translateX(4px); }
      70% { background: transparent; transform: translateX(0); }
    }
    @keyframes roasPulse {
      0%, 100% { transform: scale(1); }
      44% { transform: scale(1.12); }
      72% { transform: scale(1.02); }
    }
    @keyframes budgetTravel {
      0%, 100% { width: 32%; }
      48% { width: 78%; }
      72% { width: 64%; }
    }
    @keyframes approvalPop {
      0%, 30%, 100% { transform: translateY(-10px) scale(.88); opacity: 0; }
      44%, 78% { transform: translateY(0) scale(1); opacity: 1; }
    }
    @keyframes queryToResult {
      0%, 100% { transform: translateX(-6px); opacity: .68; }
      42% { transform: translateX(8px); opacity: 1; }
      72% { transform: translateX(0); opacity: .86; }
    }
    @keyframes heroVariantSwap {
      0%, 100% { background: var(--orange); }
      44% { background: var(--pink); }
      72% { background: var(--green); }
    }
    @keyframes phoneSettle {
      0%, 100% { transform: translateY(8px) rotate(2deg); }
      45% { transform: translateY(-8px) rotate(-1deg); }
      72% { transform: translateY(-2px) rotate(.4deg); }
    }
    @keyframes heatPulse {
      0%, 100% { transform: scale(.84); opacity: .55; }
      45% { transform: scale(1.08); opacity: 1; }
      72% { transform: scale(.96); opacity: .78; }
    }
    @keyframes siteCursor {
      0%, 100% { transform: translate(0, 0) rotate(-20deg); }
      38% { transform: translate(-54px, -44px) rotate(-20deg); }
      68% { transform: translate(30px, 24px) rotate(-20deg); }
    }
    @keyframes lifeRowQueue {
      0%, 100% { transform: translateX(0); background: rgba(33, 33, 33, .04); }
      45% { transform: translateX(6px); background: rgba(209, 248, 100, .22); }
      72% { transform: translateX(0); background: rgba(33, 33, 33, .04); }
    }
    @keyframes lifeFlow {
      0%, 100% { transform: scaleY(.36); transform-origin: top; opacity: .45; }
      52% { transform: scaleY(1); opacity: 1; }
    }
    @keyframes signalDrift {
      0%, 100% { transform: translateX(0) translateY(0); }
      44% { transform: translateX(46px) translateY(-4px); }
      72% { transform: translateX(18px) translateY(3px); }
    }
    @keyframes corePulse {
      0%, 100% { transform: translate(-50%, -50%) scale(.98); }
      44% { transform: translate(-50%, -50%) scale(1.04); }
      72% { transform: translate(-50%, -50%) scale(1); }
    }
    @keyframes coreRing {
      0%, 100% { transform: scale(.9); opacity: .35; }
      50% { transform: scale(1.12); opacity: .75; }
    }
    @keyframes beamTravel {
      0%, 100% { transform: translateX(-120%); opacity: .2; }
      46% { transform: translateX(280%); opacity: 1; }
      70% { transform: translateX(380%); opacity: .2; }
    }
    @keyframes outputDraft {
      0%, 100% { transform: translateX(18px); opacity: .58; }
      42% { transform: translateX(0); opacity: 1; }
      72% { transform: translateX(6px); opacity: .86; }
    }
    @keyframes workItemFloat {
      0%, 100% { transform: translateY(0); }
      48% { transform: translateY(-4px); }
      74% { transform: translateY(-1px); }
    }
    @keyframes scoreGrow {
      0%, 100% { transform: scaleX(.58); transform-origin: left; }
      48% { transform: scaleX(1); }
    }
    @keyframes chartBounce {
      0%, 100% { transform: scaleY(.55); }
      44% { transform: scaleY(var(--h, .7)); }
      72% { transform: scaleY(.72); }
    }
    @keyframes keywordFocus {
      0%, 100% { background: rgba(33, 33, 33, .05); transform: translateX(0); }
      42% { background: rgba(255, 250, 100, .42); transform: translateX(5px); }
      72% { background: rgba(33, 33, 33, .05); transform: translateX(0); }
    }
    @keyframes chatApprovalFlow {
      0%, 100% { transform: translateX(0); background: rgba(33, 33, 33, .05); }
      42% { transform: translateX(4px); background: rgba(209, 248, 100, .22); }
      72% { transform: translateX(0); }
    }
    @keyframes metricLift {
      0%, 100% { transform: translateY(0); }
      44% { transform: translateY(-6px); }
      72% { transform: translateY(-2px); }
    }
    .calendar-card {
      position: relative;
      overflow: hidden;
    }
    .calendar-grid .is-summary {
      animation: none;
      transform: translateZ(0);
    }
    @media (min-width: 960px) {
      .calendar-card {
        animation: calendarCardBreath 7.5s ease-in-out infinite;
        will-change: box-shadow;
      }
      .calendar-grid .is-summary {
        position: relative;
        animation: calendarSummaryPop 7.5s var(--motion-spring) infinite;
        will-change: transform, box-shadow;
      }
      .calendar-grid .is-summary::after {
        position: absolute;
        inset: -5px;
        border-radius: 8px;
        border: 1px solid rgba(209, 248, 100, .5);
        content: "";
        opacity: 0;
        transform: scale(.82);
        animation: calendarSummaryRing 7.5s ease-in-out infinite;
      }
      .calendar-grid .is-summary:nth-of-type(3) { animation-delay: 0s; }
      .calendar-grid .is-summary:nth-of-type(3)::after { animation-delay: 0s; }
      .calendar-grid .is-summary:nth-of-type(10) { animation-delay: .22s; }
      .calendar-grid .is-summary:nth-of-type(10)::after { animation-delay: .22s; }
      .calendar-grid .is-summary:nth-of-type(17) { animation-delay: .44s; }
      .calendar-grid .is-summary:nth-of-type(17)::after { animation-delay: .44s; }
      .calendar-grid .is-summary:nth-of-type(24) { animation-delay: .66s; }
      .calendar-grid .is-summary:nth-of-type(24)::after { animation-delay: .66s; }
      .calendar-grid .is-summary:nth-of-type(31) { animation-delay: .88s; }
      .calendar-grid .is-summary:nth-of-type(31)::after { animation-delay: .88s; }
    }
    @keyframes calendarCardBreath {
      0%, 100% {
        box-shadow:
          inset 0 0 0 1px rgba(255, 255, 255, .02),
          0 0 0 rgba(33, 33, 33, 0);
      }
      44% {
        box-shadow:
          inset 0 0 0 1px rgba(209, 248, 100, .22),
          0 16px 34px rgba(33, 33, 33, .16);
      }
      68% {
        box-shadow:
          inset 0 0 0 1px rgba(255, 255, 255, .06),
          0 8px 18px rgba(33, 33, 33, .08);
      }
    }
    @keyframes calendarSummaryPop {
      0%, 30%, 100% { transform: translateY(0) scale(1); box-shadow: 0 6px 12px rgba(33, 33, 33, .16); }
      42% { transform: translateY(-4px) scale(1.08); box-shadow: 0 12px 24px rgba(209, 248, 100, .24); }
      58% { transform: translateY(-1px) scale(1.02); box-shadow: 0 8px 16px rgba(33, 33, 33, .18); }
    }
    @keyframes calendarSummaryRing {
      0%, 30%, 100% { opacity: 0; transform: scale(.82); }
      44% { opacity: .8; transform: scale(1); }
      64% { opacity: 0; transform: scale(1.18); }
    }

    .footer-wrap {
      padding: 14px 0 24px;
    }
    footer {
      width: var(--wide-panel);
      margin: 0 auto;
      overflow: hidden;
      border-radius: var(--radius);
      background:
        linear-gradient(180deg, #252525 0%, #191919 100%);
      color: #fff;
      padding: 48px 56px 30px;
      border: 1px solid rgba(255, 255, 255, .06);
      box-shadow: 0 24px 70px rgba(33, 33, 33, .12);
    }
    .footer-content {
      width: min(var(--rail), 100%);
      margin: 0 auto;
    }
    .footer-top {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: start;
      gap: 40px;
      padding-bottom: 44px;
      border-bottom: 1px solid rgba(255, 255, 255, .13);
    }
    .footer-brand {
      width: 178px;
      min-height: 72px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      border-radius: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
      padding: 0;
      overflow: visible;
    }
    .footer-logo-split {
      position: relative;
      width: 178px;
      height: 72px;
      display: block;
      filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .24));
    }
    .footer-logo-piece {
      position: absolute;
      display: block;
      pointer-events: none;
    }
    .footer-logo-piece--ten {
      top: 0;
      left: 0;
      width: 178px;
      height: 72px;
      overflow: visible;
    }
    .footer-logo-piece--ten img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: none;
    }
    .footer-logo-piece--x {
      top: 5px;
      left: 115px;
      width: 60px;
      height: 60px;
      overflow: visible;
      transform-origin: 50% 50%;
      animation: footer-x-rotate 4.8s ease-in-out infinite, footer-x-blur 4.8s ease-in-out infinite;
      will-change: transform, filter;
    }
    .footer-logo-piece--x img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: none;
    }
    /* Smooth spin with a soft anticipation and settle, then pause. */
    @keyframes footer-x-rotate {
      0%, 16% {
        transform: rotate(0deg) scale(1);
        animation-timing-function: cubic-bezier(.16, .82, .24, 1);
      }
      22% {
        transform: rotate(-9deg) scale(.985);
        animation-timing-function: cubic-bezier(.14, .94, .28, 1);
      }
      42% {
        transform: rotate(372deg) scale(1.035);
        animation-timing-function: cubic-bezier(.18, .86, .28, 1);
      }
      52% {
        transform: rotate(356deg) scale(.998);
        animation-timing-function: cubic-bezier(.18, .86, .28, 1);
      }
      62%, 100% {
        transform: rotate(360deg) scale(1);
      }
    }
    /* Light focus blur that eases in and out with the spin. */
    @keyframes footer-x-blur {
      0%, 17%, 62%, 100% { filter: blur(0px); }
      30% { filter: blur(1.8px); }
      42% { filter: blur(2.4px); }
      54% { filter: blur(.8px); }
    }
    .footer-tagline {
      max-width: 500px;
      margin: 20px 0 0;
      color: rgba(255, 255, 255, .68);
      font-size: 15px;
      font-weight: 560;
    }
    .footer-links {
      display: grid;
      grid-template-columns: repeat(4, minmax(110px, 1fr));
      gap: 28px;
    }
    .footer-links h4 {
      margin: 0 0 12px;
      color: rgba(255, 255, 255, .42);
      font-size: 11px;
      font-weight: 760;
      letter-spacing: .08em;
      line-height: 1;
      text-transform: uppercase;
    }
    .footer-links a {
      display: block;
      margin-top: 9px;
      color: rgba(255, 255, 255, .78);
      font-size: 13px;
      font-weight: 620;
    }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      padding-top: 24px;
      color: rgba(255, 255, 255, .48);
      font-size: 12px;
      font-weight: 560;
    }

    @media (max-width: 1100px) {
      h1 { font-size: 104px; }
      h2 { font-size: 68px; }
      .nav-links { gap: 0; }
      .nav-links a { padding-inline: 10px; }
      .feature-copy h3 { font-size: 60px; }
      .platform-title { gap: 24px; }
      .platform-word { font-size: clamp(58px, 8.2vw, 94px); }
      .platform-logo { width: clamp(150px, 19vw, 210px); }
      .final-cta h2 {
        font-size: clamp(64px, 8vw, 78px);
      }
      .signal-grid,
      .operator-grid,
      .matrix-grid,
      .audience-grid,
      .inside-strip,
      .work-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .demand-grid,
      .lift-grid {
        grid-template-columns: 1fr;
      }
      .work-column:nth-child(2n) {
        border-right: 0;
      }
      .work-column:nth-child(n+3) {
        border-top: 1px solid rgba(33, 33, 33, .08);
      }
      .loop-strip {
        grid-template-columns: repeat(5, minmax(150px, 1fr));
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x proximity;
      }
      .loop-step {
        scroll-snap-align: start;
      }
    }

    @media (max-width: 959px) {
      :root {
        --wide-panel: calc(100vw - 32px);
        --section-gap: 84px;
      }
      /* ========== MOBILE / TABLET NAV ========== */
      .nav-shell {
        inset: 10px 0 auto;
        padding: 0 14px;                   /* constant wide pill, ~full-width */
        justify-content: center;
        transition: padding 0.34s cubic-bezier(.4,0,.2,1);
      }
      .nav-inner {
        width: 100%;
        max-width: 100%;
        min-height: 48px;
        -webkit-backdrop-filter: blur(12px) saturate(1.12) brightness(1.02);
        backdrop-filter: blur(12px) saturate(1.12) brightness(1.02);
        transition: width 0.34s cubic-bezier(.4,0,.2,1),
                    max-width 0.34s cubic-bezier(.4,0,.2,1),
                    height 0.34s cubic-bezier(.4,0,.2,1),
                    border-radius 0.34s ease;
      }
      .nav-content {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;   /* logo left · actions right */
        gap: 4px;
        padding: 6px 10px 6px 8px;
      }
      .brand {
        width: auto;
        height: 32px;
        padding: 0;
        margin-left: 2px;
        flex: 0 0 auto;
        overflow: hidden;
        max-width: 66px;
        display: flex;
        align-items: center;
        transition: max-width 0.3s cubic-bezier(.4,0,.2,1), opacity 0.22s ease, margin 0.3s ease;
      }
      .brand img { width: 50px; }
      .nav-links,
      .gooey-indicator { display: none; }
      .nav-actions {
        gap: 6px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
      }
      .nav-actions .pill {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
        font-weight: 640;
        overflow: hidden;
        max-width: none;
        white-space: nowrap;
        transition: opacity 0.22s ease, padding 0.3s ease, margin 0.3s ease, background .2s ease, color .2s ease, border-color .2s ease;
      }
      .nav-actions .pill-light {
        display: inline-flex;
        background: rgba(255, 255, 255, .46);
        border-color: rgba(255, 255, 255, .54);
      }
      /* clean burger — no chip, no divider; the lines speak for themselves */
      .menu-button {
        display: inline-flex;
        width: 34px;
        height: 34px;
        background: transparent;
        color: var(--ink);
        flex: 0 0 auto;
      }

      .nav-shell.past-hero {
        justify-content: center;
        padding: 0 14px;
      }
      .nav-shell.past-hero .nav-inner {
        width: 100%;
        max-width: 100%;
        min-height: 48px;
        height: auto;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .nav-shell.past-hero .nav-content {
        width: 100%;
        padding: 6px 10px 6px 8px;
        gap: 4px;
        justify-content: space-between;
      }
      .nav-shell.past-hero .brand {
        max-width: 66px;
        opacity: 1;
        margin-left: 2px;
      }
      .nav-shell.past-hero .nav-actions .pill {
        max-width: none;
        opacity: 1;
        padding: 0 12px;
        margin: 0;
      }

      /* ---- menu open: expand pill wide so it reads as one unit with the dropdown ---- */
      body.menu-open {
        overflow: hidden;
      }
      body.menu-open .mobile-menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
        visibility: visible;
      }
      body.menu-open .nav-shell,
      body.menu-open .nav-shell.past-hero {
        justify-content: center;
        padding: 0 14px;
      }
      body.menu-open .nav-shell .nav-inner,
      body.menu-open .nav-shell.past-hero .nav-inner {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 50px;
        border-radius: 999px;
      }
      body.menu-open .nav-shell .nav-content,
      body.menu-open .nav-shell.past-hero .nav-content {
        width: 100%;
        padding: 6px 10px 6px 8px;
        gap: 4px;
        justify-content: space-between;
      }
      body.menu-open .nav-shell .brand,
      body.menu-open .nav-shell.past-hero .brand {
        max-width: 66px;
        opacity: 1;
        margin-left: 2px;
      }
      body.menu-open .nav-shell .nav-actions .pill,
      body.menu-open .nav-shell.past-hero .nav-actions .pill {
        max-width: none;
        opacity: 1;
        padding: 0 12px;
        margin: 0;
      }
      body.menu-open .menu-button {
        background: rgba(33, 33, 33, .94);
        color: #fff;
        box-shadow:
          0 10px 24px rgba(33, 33, 33, .2),
          inset 0 1px 0 rgba(255, 255, 255, .18);
      }
      .mobile-menu {
        -webkit-backdrop-filter: blur(16px) saturate(1.18);
        backdrop-filter: blur(16px) saturate(1.18);
      }
      [data-reveal] {
        opacity: 1;
        clip-path: none;
        transform: none;
        will-change: auto;
      }
      .scroll-fill {
        --progress: 100%;
      }
      .scroll-float-char {
        opacity: 1;
        transform: none;
        will-change: auto;
      }

      .hero {
        padding: 76px 0 32px;
      }
      .hero-card {
        min-height: 760px;
        border-radius: 0;
      }
      h1 { font-size: 84px; }
      .main-stack {
        width: min(100% - 32px, var(--rail));
        gap: var(--section-gap);
      }
      .growth-head,
      .control-layout,
      .proof-layout,
      .agency-layout,
      .demand-grid,
      .lift-grid {
        grid-template-columns: 1fr;
      }
      .inside-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .work-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
      }
      .demand-section > p {
        margin-top: -38px;
      }
      .growth-section {
        padding: 28px;
      }
      .growth-head {
        align-items: start;
      }
      .inside-section,
      .demand-section,
      .lift-section {
        left: auto;
        width: 100%;
        margin-left: 0;
        transform: none;
      }
      .build-panel {
        border-left: 0;
        padding-left: 0;
      }
      .control-copy,
      .agency-copy {
        min-height: 0;
      }
      .proof-screen {
        min-height: 0;
      }
      .proof-receipts {
        grid-template-columns: 1fr;
      }
      .platform {
        margin-bottom: 0;
      }
      .platform::before {
        top: -52px;
        bottom: -72px;
      }
      .section-head,
      .flow-panel .section-head,
      .audience-section .section-head,
      .night-top,
      .night-grid,
      .ownership,
      .feature-row,
      .feature-row.flip {
        grid-template-columns: 1fr;
      }
      .feature-row.flip .feature-copy {
        order: -1;
      }
      .seller-grid,
      .proof-band,
      .stories,
      .comparison,
      .platform-grid {
        grid-template-columns: 1fr;
      }
      .flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .night-stats {
        grid-template-columns: 1fr;
      }
      .night-panel h2 {
        font-size: 72px;
      }
      .flow-panel {
        margin-top: 0;
      }
      .flow-panel + .night-panel {
        margin-top: 0;
      }
      .seller-card {
        min-height: 400px;
      }
      .feature-stack {
        grid-auto-rows: auto;
      }
      .feature-row {
        height: auto;
        min-height: 0;
      }
      .feature-copy,
      .feature-media {
        min-height: 420px;
      }
      .feature-media video,
      .feature-media img {
        min-height: 420px;
      }
      .ownership-panel,
      .ownership-stack-stage {
        min-height: 500px;
      }
      .platform-title {
        gap: 16px;
        text-align: center;
      }
      .platform-logo {
        width: clamp(118px, 23vw, 170px);
      }
      .audience-layout {
        grid-template-columns: 1fr;
        gap: 34px;
      }
      .audience-head {
        position: relative;
        top: auto;
        max-width: 640px;
      }
      .audience-head h2 {
        font-size: 74px;
      }
      .audience-stack {
        padding-top: 0;
      }
      .footer-top {
        grid-template-columns: 1fr;
      }
      .footer-links {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
      }
    }

    @media (max-width: 540px) {
      .nav-shell,
      .nav-shell.past-hero,
      body.menu-open .nav-shell,
      body.menu-open .nav-shell.past-hero {
        padding: 0 10px;
      }
      .nav-content,
      .nav-shell.past-hero .nav-content,
      body.menu-open .nav-shell .nav-content,
      body.menu-open .nav-shell.past-hero .nav-content {
        padding: 6px 8px;
      }
      .nav-actions {
        gap: 5px;
      }
      .nav-actions .pill,
      .nav-shell.past-hero .nav-actions .pill,
      body.menu-open .nav-shell .nav-actions .pill,
      body.menu-open .nav-shell.past-hero .nav-actions .pill {
        min-height: 32px;
        padding: 0 10px;
        font-size: 11px;
      }
      .menu-button {
        width: 32px;
        height: 32px;
      }
      .brand,
      .nav-shell.past-hero .brand,
      body.menu-open .nav-shell .brand,
      body.menu-open .nav-shell.past-hero .brand {
        max-width: 58px;
      }
      .brand img {
        width: 48px;
      }
      .mobile-menu {
        inset: 66px 10px auto;
      }
    }

    @media (max-width: 360px) {
      .nav-actions .pill,
      .nav-shell.past-hero .nav-actions .pill,
      body.menu-open .nav-shell .nav-actions .pill,
      body.menu-open .nav-shell.past-hero .nav-actions .pill {
        padding: 0 8px;
        font-size: 10.5px;
      }
      .brand,
      .nav-shell.past-hero .brand,
      body.menu-open .nav-shell .brand,
      body.menu-open .nav-shell.past-hero .brand {
        max-width: 54px;
      }
      .brand img {
        width: 45px;
      }
    }

    @media (max-width: 540px) {
      :root {
        --section-gap: 64px;
      }
      .hero-card {
        min-height: 720px;
      }
      .hero-content {
        justify-content: flex-end;
        padding: 116px 16px 38px;
      }
      h1 {
        font-size: 58px;
        line-height: .86;
      }
      .hero-copy {
        font-size: 14px;
        margin-top: 16px;
      }
      .hero-prompt {
        min-height: 112px;
        grid-template-columns: 1fr;
        border-radius: 24px;
      }
      .hero-prompt input {
        height: 48px;
        text-align: center;
      }
      .hero-prompt-field {
        height: 48px;
      }
      .hero-typed-placeholder {
        justify-content: center;
        text-align: center;
        padding: 0 12px;
      }
      .hero-prompt .pill {
        min-height: 46px;
        width: 100%;
      }
      .main-stack {
        width: calc(100% - 32px);
        gap: var(--section-gap);
        padding-top: 18px;
      }
      .growth-section {
        gap: 20px;
        padding: 20px;
      }
      .growth-head {
        gap: 16px;
      }
      .growth-head h2,
      .growth-section > h2,
      .control-copy h2,
      .agency-copy h2 {
        font-size: clamp(48px, 14vw, 58px);
        line-height: .88;
      }
      .growth-lede {
        font-size: 14px;
      }
      .signal-grid,
      .operator-grid,
      .matrix-grid,
      .audience-grid,
      .loop-strip,
      .agency-board,
      .inside-strip,
      .work-columns {
        grid-template-columns: 1fr;
      }
      .work-column,
      .work-column:nth-child(2n) {
        border-right: 0;
      }
      .work-column:nth-child(n+2) {
        border-top: 1px solid rgba(33, 33, 33, .08);
      }
      .inside-section,
      .work-library,
      .demand-section,
      .lift-section {
        padding: 24px 20px;
      }
      .inside-section h2,
      .work-library h2,
      .demand-section h2,
      .lift-section h2 {
        font-size: clamp(34px, 10vw, 44px);
      }
      .inside-card,
      .inside-card img {
        min-height: 330px;
      }
      .work-library {
        gap: 30px;
      }
      .work-command {
        grid-template-columns: 1fr auto;
        align-items: start;
        border-radius: 22px;
        padding: 14px;
      }
      .work-command strong {
        min-height: 36px;
        display: flex;
        align-items: center;
      }
      .work-command > span:not(.work-command-action) {
        grid-column: 1 / -1;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
      }
      .work-command-action {
        grid-column: 2;
        grid-row: 1;
        min-height: 36px;
        padding-inline: 14px;
      }
      .demand-section {
        gap: 34px;
      }
      .demand-section > p {
        margin-top: -18px;
        font-size: 15px;
      }
      .scan-pills {
        flex-wrap: wrap;
        overflow: visible;
        mask-image: none;
      }
      .scan-pill {
        animation: none;
      }
      .scan-group,
      .timeline-item {
        grid-template-columns: 1fr;
      }
      .build-row {
        grid-template-columns: 18px 86px 1fr;
      }
      .build-row em {
        grid-column: 3;
      }
      .lift-grid {
        gap: 24px;
      }
      .summary-panel {
        padding: 18px;
      }
      .signal-card,
      .operator-card,
      .matrix-card,
      .audience-tile {
        min-height: 0;
        padding: 18px;
      }
      .signal-card h3,
      .operator-card h3,
      .matrix-card h3,
      .audience-tile h3 {
        font-size: 40px;
      }
      .signal-card .logo-cloud {
        min-height: 0;
      }
      .loop-strip {
        overflow: visible;
        padding-bottom: 0;
      }
      .loop-step {
        min-height: 176px;
      }
      .queue-head,
      .queue-row,
      .proof-receipt,
      .agency-client,
      .agency-task {
        grid-template-columns: 1fr;
      }
      .queue-actions {
        justify-content: flex-start;
      }
      .proof-screen-copy h3 {
        font-size: 44px;
      }
      .proof-screen img {
        min-height: 230px;
      }
      .proof-receipt img {
        min-height: 190px;
      }
      h2,
      .ownership-copy h2 {
        font-size: 48px;
      }
      .section-head {
        gap: 14px;
      }
      .flow-panel .section-head h2,
      .night-panel h2 {
        max-width: 100%;
        font-size: clamp(42px, 12.8vw, 48px);
        line-height: .9;
      }
      .scroll-fill {
        color: var(--ink);
        background: none;
      }
      .seller-card h3,
      .flow-card h3,
      .platform-card h3 {
        font-size: 38px;
      }
      .seller-media {
        height: 220px;
      }
      .flow-panel,
      .night-panel,
      .platform,
      .ownership-copy,
      .feature-copy,
      .audience-section,
      .stories-section,
      .compare-section,
      .compare-card {
        padding: 20px;
      }
      .platform {
        margin-bottom: 0;
      }
      .platform::before {
        top: -38px;
        bottom: -56px;
      }
      .flow-grid {
        grid-template-columns: 1fr;
      }
      .flow-card {
        min-height: 190px;
      }
      .flow-panel {
        margin-top: 0;
      }
      .proof-card .number {
        font-size: 68px;
      }
      .night-panel h2 {
        font-size: 52px;
      }
      .flow-panel + .night-panel {
        margin-top: 0;
      }
      .night-top {
        gap: 16px;
      }
      .graph-card,
      .activity-card {
        min-height: 220px;
      }
      .night-stat strong {
        font-size: 48px;
      }
      .feature-copy h3 {
        font-size: 48px;
      }
      .feature-copy,
      .feature-media {
        min-height: 330px;
      }
      .feature-media video,
      .feature-media img {
        min-height: 330px;
      }
      .platform-word {
        font-size: clamp(48px, 16vw, 64px);
      }
      .platform-title {
        flex-wrap: wrap;
        gap: 8px 12px;
        overflow: visible;
        white-space: normal;
      }
      .platform-logo {
        width: clamp(108px, 32vw, 138px);
        padding: 0 4px;
      }
      .platform-title > .platform-word:last-child {
        flex-basis: 100%;
      }
      .platform {
        min-height: 0;
      }
      .audience-layout {
        gap: 26px;
      }
      .audience-head h2 {
        font-size: 52px;
      }
      .audience-card {
        min-height: 112px;
        border-radius: 8px;
      }
      .audience-card[data-audience-status="active"] {
        min-height: 390px;
      }
      .audience-card-toggle {
        min-height: 112px;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px 20px 22px;
      }
      .audience-card-title {
        font-size: 48px;
      }
      .audience-card-summary {
        max-width: 260px;
        font-size: 14px;
        font-weight: 620;
      }
      .audience-card-copy-inner {
        padding: 0 20px;
      }
      .audience-card[data-audience-status="active"] .audience-card-copy-inner {
        padding-bottom: 22px;
      }
      .audience-card-copy li {
        font-size: 14px;
      }
      .audience-card-action {
        width: auto;
        min-width: 0;
        min-height: 48px;
        padding: 0 20px;
      }
      .ownership-copy {
        min-height: 0;
      }
      .ownership-panel,
      .ownership-stack-stage {
        min-height: 420px;
      }
      .ownership-stack-card {
        top: 55%;
        left: 50%;
        width: min(82vw, 292px);
        min-height: 252px;
        border-radius: 18px;
        padding: 18px;
      }
      .ownership-stack-card h3 {
        font-size: 38px;
      }
      .ownership-stack-card p {
        font-size: 12px;
      }
      .ownership-card-index {
        width: 38px;
        height: 38px;
      }
      .ownership-card-type {
        font-size: 12px;
      }
      .ownership-stack-card[data-slot="0"] {
        --slot-x: 0px;
        --slot-y: 8px;
      }
      .ownership-stack-card[data-slot="1"] {
        --slot-x: 10px;
        --slot-y: -28px;
      }
      .ownership-stack-card[data-slot="2"] {
        --slot-x: 18px;
        --slot-y: -58px;
      }
      .ownership-stack-card[data-slot="3"] {
        --slot-x: 26px;
        --slot-y: -88px;
      }
      .story-card:nth-child(2),
      .story-card:nth-child(3) {
        transform: none;
      }
      .final-cta {
        padding: 48px 18px;
      }
      .final-cta h2 {
        font-size: 52px;
      }
      .footer-wrap {
        padding: 12px 0 16px;
      }
      footer {
        padding: 30px 20px 24px;
      }
      .footer-links {
        grid-template-columns: 1fr;
      }
      .footer-bottom {
        flex-direction: column;
      }
    }

    @media (max-width: 959px) {
      .growth-section,
      .work-library,
      .inside-section,
      .demand-section,
      .lift-section {
        left: auto;
        width: 100%;
        margin-left: 0;
        transform: none;
      }
      .signal-grid,
      .work-columns,
      .inside-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .operator-stage {
        min-height: 760px;
      }
      .signal-orbit {
        left: 22px;
        right: 22px;
        top: 24px;
        bottom: auto;
        width: auto;
        height: 250px;
      }
      .operator-core {
        top: 50%;
      }
      .operator-beam {
        left: 50%;
        right: auto;
        top: 34%;
        bottom: 34%;
        width: 3px;
        height: auto;
      }
      .operator-beam::after {
        width: 100%;
        height: 36%;
      }
      .operator-output {
        left: 22px;
        right: 22px;
        top: auto;
        bottom: 24px;
        width: auto;
      }
      .buyer-console {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 14px;
      }
      .buyer-panel,
      .buyer-operator,
      .site-update-board {
        min-height: 0;
      }
      .buyer-operator {
        min-height: 320px;
      }
      .site-update-board {
        min-height: 520px;
      }
      .lift-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 540px) {
      .growth-section,
      .work-library,
      .inside-section,
      .demand-section,
      .lift-section {
        padding: 24px 20px;
      }
      .inside-section h2,
      .work-library h2,
      .demand-section h2,
      .lift-section h2 {
        font-size: clamp(44px, 13vw, 58px);
      }
      .signal-grid,
      .work-columns,
      .inside-strip {
        grid-template-columns: 1fr;
      }
      .signal-card {
        min-height: 380px;
      }
      .signal-motion {
        min-height: 220px;
      }
      .work-command {
        grid-template-columns: 54px 1fr;
      }
      .work-command::before {
        width: 48px;
        height: 48px;
      }
      .work-command-action {
        grid-column: 1 / -1;
        width: 100%;
      }
      .work-column {
        min-height: 0;
      }
      .operator-stage {
        min-height: 820px;
      }
      .signal-token {
        width: calc(50% - 8px);
        min-height: 46px;
      }
      .signal-token:nth-child(1) { left: 0; top: 0; }
      .signal-token:nth-child(2) { left: calc(50% + 8px); top: 36px; }
      .signal-token:nth-child(3) { left: 0; top: 104px; }
      .signal-token:nth-child(4) { left: calc(50% + 8px); bottom: 0; }
      .operator-core {
        width: 176px;
        height: 176px;
      }
      .operator-core img {
        width: 98px;
      }
      .output-card {
        grid-template-columns: 50px 1fr 18px;
      }
      .buyer-console {
        padding: 12px;
      }
      .buyer-panel {
        padding: 12px;
      }
      .buyer-signal-lane {
        min-height: 116px;
      }
      .buyer-signal-chip {
        width: min(164px, calc(100% - 22px));
      }
      .buyer-signal-chip:nth-child(3) {
        left: auto !important;
        right: 10px;
      }
      .buyer-operator {
        min-height: 280px;
      }
      .buyer-core {
        width: 112px;
        height: 112px;
      }
      .buyer-core img {
        width: 72px;
      }
      .intent-cluster:nth-child(2) { left: 16px; top: 54px; }
      .intent-cluster:nth-child(3) { right: 16px; top: 114px; }
      .intent-cluster:nth-child(4) { left: 28px; bottom: 62px; }
      .site-update-board {
        min-height: 500px;
        padding: 12px;
      }
      .site-hero-skeleton {
        min-height: 124px;
      }
      .site-copy-row,
      .site-product-grid {
        grid-template-columns: 1fr;
      }
      .timeline-item {
        grid-template-columns: 1fr;
      }
      .summary-metrics {
        grid-template-columns: 1fr;
      }
    }

    /* Final width guard: keeps the Ryze-inspired showcase sections on one rail. */
    .growth-section,
    .ryze-demand,
    .work-library,
    .inside-section,
    .demand-section,
    .lift-section {
      width: var(--showcase-width);
      max-width: var(--showcase-width);
      box-sizing: border-box;
    }
    .ryze-demand,
    .work-library,
    .lift-section {
      isolation: isolate;
      overflow: visible;
      border: 0;
      background: transparent;
      box-shadow: none;
    }
    .ryze-demand::before,
    .work-library::before,
    .lift-section::before {
      position: absolute;
      inset: 0 auto;
      left: 50%;
      z-index: 0;
      width: var(--wide-panel);
      border: 1px solid rgba(33, 33, 33, .1);
      border-radius: inherit;
      box-shadow: 0 24px 90px rgba(33, 33, 33, .07);
      content: "";
      pointer-events: none;
      transform: translateX(-50%);
    }
    .ryze-demand::before {
      background: #fff;
    }
    .work-library::before {
      background: var(--pink);
    }
    .lift-section::before {
      background: var(--blue-light);
      width: 100%;
    }
    .ryze-demand > *,
    .work-library > *,
    .lift-section > * {
      position: relative;
      z-index: 1;
    }
    .demand-grid,
    .demand-flow,
    .buyer-console {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      box-sizing: border-box;
    }
    .buyer-console {
      grid-template-columns: minmax(0, .9fr) minmax(0, .74fr) minmax(0, 1.22fr);
    }
    .buyer-panel,
    .buyer-operator,
    .site-update-board {
      min-width: 0;
    }

    @media (max-width: 1100px) {
      .demand-flow {
        grid-template-columns: minmax(0, 1fr);
        gap: 44px;
      }
      .demand-flow::before {
        display: none;
      }
      .buyer-console {
        grid-template-columns: minmax(0, 1fr);
      }
      .buyer-operator {
        min-height: 320px;
      }
      .site-update-board {
        min-height: 520px;
      }
    }

    @media (max-width: 959px) {
      .growth-section,
      .ryze-demand,
      .work-library,
      .inside-section,
      .demand-section,
      .lift-section {
        left: auto;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        transform: none;
      }
      .ownership::before {
        width: 100%;
      }
    }

    @media (max-width: 540px) {
      .demand-flow {
        gap: 34px;
      }
      .demand-lane {
        gap: 18px;
      }
      .demand-lane-head {
        align-items: flex-start;
        gap: 10px;
      }
      .demand-lane-head h3 {
        font-size: 22px;
      }
      .demand-source-row {
        grid-template-columns: 1fr;
        gap: 12px;
        min-height: 146px;
        padding: 18px 0;
      }
      .demand-source-row::after {
        display: none;
      }
      .demand-source-label {
        font-size: 12px;
      }
      .demand-signal-stream {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        gap: 8px;
        min-height: 88px;
        mask-image: none;
      }
      .demand-signal-pill {
        position: relative;
        left: auto;
        top: auto;
        max-width: 74%;
        font-size: 12px;
        animation: none;
      }
      .demand-output-row {
        grid-template-columns: 20px 70px minmax(0, 1fr);
        gap: 9px;
        min-height: 92px;
        padding: 14px 0;
      }
      .demand-output-copy strong,
      .demand-output-copy span {
        white-space: normal;
      }
      .demand-time {
        display: none;
      }
    }

    /* Ryze-reference demand section: flatter, editorial, and signal-row driven. */
    .demand-section {
      overflow: hidden;
      background: #fff;
      border-color: rgba(33, 33, 33, .08);
      box-shadow: 0 14px 48px rgba(33, 33, 33, .04);
      padding: 58px 36px 46px;
      gap: 30px;
    }
    .demand-section h2 {
      max-width: 1120px;
      padding: 0;
      font-family: "Geist", sans-serif;
      font-size: clamp(46px, 4.35vw, 62px);
      font-weight: 760;
      letter-spacing: 0;
      line-height: 1.03;
      text-transform: none;
      text-wrap: balance;
    }
    .demand-section > p {
      max-width: 1240px;
      margin: -14px 0 10px;
      color: rgba(33, 33, 33, .58);
      font-size: clamp(17px, 1.34vw, 20px);
      font-weight: 430;
      line-height: 1.38;
    }
    .demand-flow {
      grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
      gap: 64px;
      padding-top: 8px;
    }
    .demand-flow::before {
      inset: 0 auto 0 calc(53.7% + 16px);
      background: rgba(33, 33, 33, .1);
    }
    .demand-lane {
      gap: 32px;
    }
    .demand-lane-head {
      gap: 13px;
      border-bottom-color: rgba(33, 33, 33, .22);
      padding-bottom: 16px;
    }
    .demand-lane-head::before {
      display: none;
    }
    .demand-lane--build .demand-lane-head::before {
      display: inline-block;
      width: auto;
      height: auto;
      background: transparent;
      box-shadow: none;
      color: rgba(33, 33, 33, .42);
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      content: "→";
    }
    .demand-step {
      color: rgba(33, 33, 33, .46);
      font-size: 13px;
      font-weight: 540;
      letter-spacing: .12em;
    }
    .demand-lane-head h3 {
      font-size: clamp(22px, 1.85vw, 30px);
      font-weight: 740;
      letter-spacing: -.01em;
    }
    .demand-source-row {
      min-height: 100px;
      grid-template-columns: 126px minmax(0, 1fr);
      gap: 18px;
      border-bottom-color: rgba(33, 33, 33, .09);
    }
    .demand-source-row:first-child {
      border-top-color: rgba(33, 33, 33, .09);
    }
    .demand-source-row::after {
      left: 126px;
      background: rgba(33, 33, 33, .07);
    }
    .demand-source-label {
      color: rgba(33, 33, 33, .72);
      font-size: 13px;
      font-weight: 720;
      letter-spacing: .22em;
    }
    .demand-signal-stream {
      min-height: 74px;
      mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    }
    .demand-signal-pill {
      gap: 10px;
      min-height: 28px;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      padding: 0;
      color: rgba(33, 33, 33, .66);
      font-size: 14px;
      font-weight: 500;
      line-height: 1.1;
      animation-duration: 10.5s;
    }
    .demand-signal-pill img {
      width: 21px;
      height: 21px;
      filter: saturate(1.05);
    }
    .demand-signal-pill::after {
      width: 5px;
      height: 5px;
      box-shadow: none;
      opacity: .55;
    }
    .demand-output-board {
      border-top-color: rgba(33, 33, 33, .09);
    }
    .demand-output-row {
      grid-template-columns: 22px 112px minmax(0, 1fr) 34px;
      gap: 12px;
      min-height: 72px;
      border-bottom-color: rgba(33, 33, 33, .08);
      padding: 11px 0;
      animation: none;
    }
    .demand-output-row::before {
      display: none;
    }
    .demand-check {
      color: rgba(33, 33, 33, .9);
      font-size: 17px;
      font-weight: 520;
    }
    .demand-type {
      min-height: 30px;
      border-color: rgba(33, 33, 33, .14);
      background: rgba(255, 255, 255, .7);
      color: rgba(33, 33, 33, .68);
      font-size: 10px;
      font-weight: 680;
      letter-spacing: .2em;
    }
    .demand-output-copy {
      gap: 4px;
    }
    .demand-output-copy strong {
      font-size: 16px;
      font-weight: 720;
      letter-spacing: -.01em;
    }
    .demand-output-copy span {
      color: rgba(33, 33, 33, .44);
      font-size: 12px;
      font-style: italic;
      font-weight: 430;
    }
    .demand-time {
      color: rgba(33, 33, 33, .36);
      font-size: 12px;
      font-weight: 430;
      text-align: right;
    }

    @media (max-width: 1100px) {
      .demand-flow {
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
      }
      .demand-flow::before {
        display: none;
      }
    }

    @media (max-width: 540px) {
      .demand-section {
        padding: 32px 22px 34px;
        gap: 24px;
      }
      .demand-section h2 {
        font-size: clamp(34px, 10.4vw, 44px);
        line-height: 1.03;
      }
      .demand-section > p {
        margin-top: -6px;
        font-size: 16px;
        line-height: 1.48;
      }
      .demand-flow {
        gap: 38px;
      }
      .demand-lane {
        gap: 22px;
      }
      .demand-source-row {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px 0 20px;
      }
      .demand-source-row::after {
        display: none;
      }
      .demand-source-label {
        font-size: 12px;
      }
      .demand-signal-stream {
        display: flex;
        flex-wrap: wrap;
        gap: 9px 13px;
        min-height: 0;
        mask-image: none;
      }
      .demand-signal-pill {
        position: relative;
        left: auto;
        top: auto;
        max-width: 100%;
        font-size: 12px;
        animation: none;
      }
      .demand-output-row {
        grid-template-columns: 20px 74px minmax(0, 1fr);
        min-height: 94px;
      }
      .demand-output-copy strong,
      .demand-output-copy span {
        white-space: normal;
      }
      .demand-time {
        display: none;
      }
    }

    .ryze-demand {
      position: relative;
      left: 50%;
      width: min(1380px, calc(100vw - 64px));
      margin-left: -50vw;
      transform: translateX(calc(50vw - 50%));
      display: grid;
      gap: 58px;
      overflow: hidden;
      border: 1px solid rgba(33, 33, 33, .08);
      border-radius: var(--radius);
      background: #fff;
      padding: 68px 36px 58px;
      box-shadow: 0 18px 60px rgba(33, 33, 33, .05);
    }
    .ryze-demand-copy {
      max-width: 1280px;
      display: grid;
      gap: 18px;
    }
    .ryze-demand h2 {
      max-width: 1180px;
      margin: 0;
      color: var(--ink);
      font-family: "Geist", sans-serif;
      font-size: 56px;
      font-weight: 760;
      letter-spacing: 0;
      line-height: 1.05;
      text-transform: none;
      text-wrap: balance;
    }
    .ryze-demand-copy p {
      max-width: 1260px;
      margin: 0;
      color: rgba(33, 33, 33, .58);
      font-size: 20px;
      font-weight: 430;
      letter-spacing: 0;
      line-height: 1.36;
    }
    .ryze-demand-grid {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
      gap: 64px;
      align-items: stretch;
    }
    .ryze-demand-grid::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(58% + 32px);
      width: 1px;
      background: rgba(33, 33, 33, .1);
      content: "";
      pointer-events: none;
    }
    .ryze-demand-lane {
      min-width: 0;
      display: flex;
      flex-direction: column;
    }
    .ryze-demand-lane-head {
      min-height: 49px;
      display: flex;
      align-items: baseline;
      gap: 13px;
      border-bottom: 1px solid rgba(33, 33, 33, .22);
      padding-bottom: 15px;
    }
    .ryze-demand-lane-head--build::before {
      color: rgba(33, 33, 33, .42);
      font-size: 16px;
      font-weight: 500;
      content: "→";
    }
    .ryze-demand-lane-head span {
      color: rgba(33, 33, 33, .46);
      font-size: 13px;
      font-weight: 540;
      letter-spacing: .12em;
      line-height: 1;
    }
    .ryze-demand-lane-head h3 {
      margin: 0;
      color: var(--ink);
      font-family: "Geist", sans-serif;
      font-size: 24px;
      font-weight: 740;
      letter-spacing: 0;
      line-height: 1.08;
    }
    .ryze-demand-source-stack {
      display: flex;
      flex: 1;
      flex-direction: column;
      min-width: 0;
      border-top: 1px solid rgba(33, 33, 33, .09);
    }
    .ryze-demand-source-row {
      min-height: 122px;
      display: flex;
      align-items: center;
      gap: 20px;
      overflow: hidden;
      border-bottom: 1px solid rgba(33, 33, 33, .09);
      padding: 20px 0;
    }
    .ryze-demand-source-label {
      width: 118px;
      flex: 0 0 118px;
      color: rgba(33, 33, 33, .72);
      font-size: 13px;
      font-weight: 720;
      letter-spacing: .22em;
      line-height: 1.45;
      text-transform: uppercase;
    }
    .ryze-demand-ticker-set {
      min-width: 0;
      flex: 1;
      display: grid;
      gap: 10px;
    }
    .ryze-demand-ticker {
      position: relative;
      min-width: 0;
      overflow: hidden;
    }
    .ryze-demand-ticker::before,
    .ryze-demand-ticker::after {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      width: 24px;
      content: "";
      pointer-events: none;
    }
    .ryze-demand-ticker::before {
      left: 0;
      background: linear-gradient(90deg, #fff, rgba(255, 255, 255, .86), transparent);
    }
    .ryze-demand-ticker::after {
      right: 0;
      background: linear-gradient(270deg, #fff, rgba(255, 255, 255, .86), transparent);
    }
    .ryze-demand-ticker-track {
      display: flex;
      will-change: transform;
      backface-visibility: hidden;
    }
    .ryze-demand-ticker-copy {
      display: flex;
      flex: 0 0 auto;
    }
    .ryze-demand-signal {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
      border-right: 1px solid rgba(33, 33, 33, .12);
      padding: 3px 16px;
      color: rgba(33, 33, 33, .68);
      font-size: 15px;
      font-weight: 430;
      letter-spacing: 0;
      line-height: 1.2;
      white-space: nowrap;
    }
    .ryze-demand-signal img {
      width: 21px;
      height: 21px;
      flex: 0 0 auto;
      border-radius: 4px;
      object-fit: contain;
    }
    .ryze-demand-output-list {
      flex: 1;
      min-height: 0;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      border-top: 1px solid rgba(33, 33, 33, .09);
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .ryze-demand-output-item {
      min-height: 68px;
      display: grid;
      grid-template-columns: 22px 112px minmax(0, 1fr) 54px;
      gap: 12px;
      align-items: center;
      overflow: hidden;
      border-bottom: 1px solid rgba(33, 33, 33, .08);
      padding: 11px 0;
      color: var(--ink);
      transition: background .45s cubic-bezier(.4, 0, .2, 1), opacity .35s cubic-bezier(.4, 0, .2, 1), transform .45s cubic-bezier(.4, 0, .2, 1);
    }
    .ryze-demand-output-item.is-new {
      background: rgba(255, 250, 100, .2);
      animation: ryzeDemandItemIn .45s cubic-bezier(.4, 0, .2, 1) both;
    }
    .ryze-demand-state {
      width: 18px;
      height: 18px;
      display: grid;
      place-items: center;
      color: rgba(33, 33, 33, .88);
      font-size: 16px;
      font-weight: 560;
      line-height: 1;
    }
    .ryze-demand-output-item.is-active .ryze-demand-state {
      border: 1px solid rgba(33, 33, 33, .28);
      border-radius: 50%;
      color: transparent;
    }
    .ryze-demand-output-item.is-active .ryze-demand-state::before {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 0 5px rgba(255, 75, 37, .14);
      content: "";
      animation: ryzeDemandDot 1.2s ease-in-out infinite;
    }
    .ryze-demand-type {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 30px;
      border: 1px solid rgba(33, 33, 33, .14);
      color: rgba(33, 33, 33, .72);
      font-size: 10px;
      font-weight: 680;
      letter-spacing: .2em;
      line-height: 1;
      text-transform: uppercase;
    }
    .ryze-demand-output-copy {
      min-width: 0;
      display: flex;
      align-items: baseline;
      gap: 8px;
    }
    .ryze-demand-output-copy strong {
      min-width: 0;
      max-width: 58%;
      overflow: hidden;
      color: var(--ink);
      font-size: 16px;
      font-weight: 720;
      letter-spacing: 0;
      line-height: 1.16;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .ryze-demand-output-copy em {
      min-width: 0;
      overflow: hidden;
      color: rgba(33, 33, 33, .44);
      font-size: 12px;
      font-style: italic;
      font-weight: 430;
      letter-spacing: 0;
      line-height: 1.2;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .ryze-demand-time {
      color: rgba(33, 33, 33, .36);
      font-size: 12px;
      font-weight: 430;
      letter-spacing: 0;
      line-height: 1;
      text-align: right;
      white-space: nowrap;
    }
    @keyframes ryzeDemandItemIn {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes ryzeDemandDot {
      0%, 100% { transform: scale(.82); opacity: .6; }
      50% { transform: scale(1.12); opacity: 1; }
    }
    @media (max-width: 1100px) {
      .ryze-demand-grid {
        grid-template-columns: 1fr;
        gap: 54px;
      }
      .ryze-demand-grid::before {
        display: none;
      }
    }
    @media (max-width: 760px) {
      .ryze-demand {
        width: calc(100vw - 32px);
        gap: 36px;
        padding: 34px 20px 36px;
      }
      .ryze-demand h2 {
        font-size: 40px;
        line-height: 1.04;
      }
      .ryze-demand-copy p {
        font-size: 16px;
        line-height: 1.46;
      }
      .ryze-demand-lane-head {
        min-height: 0;
      }
      .ryze-demand-lane-head h3 {
        font-size: 21px;
      }
      .ryze-demand-source-row {
        min-height: 116px;
        gap: 14px;
      }
      .ryze-demand-source-label {
        width: 78px;
        flex-basis: 78px;
        font-size: 12px;
        letter-spacing: .16em;
      }
      .ryze-demand-signal {
        font-size: 14px;
        padding-inline: 12px;
      }
      .ryze-demand-output-item {
        grid-template-columns: 20px 70px minmax(0, 1fr);
        gap: 9px;
        min-height: 82px;
        padding: 12px 0;
      }
      .ryze-demand-output-copy {
        display: grid;
        gap: 4px;
      }
      .ryze-demand-output-copy strong {
        max-width: none;
        white-space: normal;
      }
      .ryze-demand-output-copy em {
        white-space: normal;
      }
      .ryze-demand-time {
        display: none;
      }
    }
    @media (max-width: 380px) {
      .ryze-demand {
        width: calc(100vw - 24px);
        padding-inline: 16px;
      }
      .ryze-demand h2 {
        font-size: 34px;
      }
      .ryze-demand-source-row {
        display: grid;
        grid-template-columns: 1fr;
      }
      .ryze-demand-source-label {
        width: auto;
        flex-basis: auto;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .ryze-demand-output-item.is-new,
      .ryze-demand-output-item.is-active .ryze-demand-state::before {
        animation: none;
      }
    }

    /* 10X brand pass for the Ryze-style demand workflow */
    .ryze-demand {
      gap: 44px;
      border-color: rgba(33, 33, 33, .12);
      border-radius: 18px;
      background: #fff;
      padding: 56px 36px 42px;
      box-shadow: 0 26px 94px rgba(33, 33, 33, .08);
    }
    .ryze-demand-copy {
      grid-template-columns: minmax(0, 1.08fr) minmax(280px, .52fr);
      align-items: end;
      gap: 32px;
      max-width: none;
    }
    .ryze-demand h2 {
      max-width: 900px;
      padding: .03em 0 .07em;
      font-family: "FK Screamer", sans-serif;
      font-size: clamp(64px, 7.2vw, 108px);
      font-weight: 800;
      line-height: .86;
      text-transform: uppercase;
    }
    .ryze-demand-copy p {
      max-width: 500px;
      margin-bottom: 12px;
      color: rgba(33, 33, 33, .68);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.46;
    }
    .ryze-demand-grid {
      grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
      gap: 20px;
    }
    .ryze-demand-grid::before {
      display: none;
    }
    .ryze-demand-lane {
      min-height: 520px;
      overflow: hidden;
      border: 1px solid rgba(33, 33, 33, .11);
      border-radius: 14px;
      background: rgba(255, 255, 255, .72);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 18px 48px rgba(33, 33, 33, .08);
    }
    .ryze-demand-lane:first-child {
      background: var(--blue);
    }
    .ryze-demand-lane:nth-child(2) {
      background: var(--pink);
    }
    .ryze-demand-lane-head {
      min-height: 84px;
      align-items: center;
      border-bottom: 1px solid rgba(33, 33, 33, .11);
      padding: 18px 18px 16px;
      background: rgba(255, 255, 255, .42);
    }
    .ryze-demand-lane-head--build::before {
      display: none;
    }
    .ryze-demand-lane-head span {
      display: none;
    }
    .ryze-demand-lane-head h3 {
      padding: .03em 0 .06em;
      font-family: "FK Screamer", sans-serif;
      font-size: 44px;
      font-weight: 800;
      line-height: .9;
      text-transform: uppercase;
    }
    .ryze-demand-source-stack,
    .ryze-demand-output-list {
      border-top: 0;
    }
    .ryze-demand-source-row {
      min-height: 145px;
      gap: 18px;
      border-bottom: 1px solid rgba(33, 33, 33, .08);
      padding: 18px;
    }
    .ryze-demand-source-row:nth-child(2) {
      background: rgba(255, 250, 100, .22);
    }
    .ryze-demand-source-row:nth-child(3) {
      background: rgba(209, 248, 100, .2);
    }
    .ryze-demand-source-label {
      width: 118px;
      flex-basis: 118px;
      color: var(--ink);
      font-family: "FK Screamer", sans-serif;
      font-size: 38px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: .88;
      text-transform: uppercase;
    }
    .ryze-demand-ticker-set {
      gap: 12px;
    }
    .ryze-demand-ticker {
      min-height: 38px;
      border: 1px solid rgba(33, 33, 33, .08);
      border-radius: 999px;
      background: rgba(255, 255, 255, .62);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
    }
    .ryze-demand-ticker::before {
      width: 34px;
      background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .72), transparent);
    }
    .ryze-demand-ticker::after {
      width: 34px;
      background: linear-gradient(270deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .72), transparent);
    }
    .ryze-demand-signal {
      min-height: 38px;
      border-right-color: rgba(33, 33, 33, .07);
      padding: 5px 15px;
      color: rgba(33, 33, 33, .74);
      font-size: 14px;
      font-weight: 760;
    }
    .ryze-demand-signal img {
      width: 24px;
      height: 24px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .9);
      padding: 3px;
      box-shadow: 0 7px 16px rgba(33, 33, 33, .11);
    }
    .ryze-demand-output-list {
      gap: 9px;
      padding: 18px;
      background: transparent;
    }
    .ryze-demand-output-item {
      min-height: 78px;
      grid-template-columns: 24px 86px minmax(0, 1fr) 42px;
      gap: 10px;
      border: 1px solid rgba(33, 33, 33, .08);
      border-radius: 12px;
      background: rgba(255, 255, 255, .72);
      padding: 10px;
      box-shadow: 0 12px 28px rgba(33, 33, 33, .06);
      transition: background .45s var(--motion-spring), opacity .35s ease, transform .45s var(--motion-spring), box-shadow .45s var(--motion-spring);
    }
    .ryze-demand-output-item.is-new {
      background: var(--yellow);
      animation: ryzeDemandItemIn .48s var(--motion-spring) both;
    }
    .ryze-demand-output-item.is-active {
      background: rgba(255, 255, 255, .92);
      box-shadow: 0 18px 34px rgba(255, 75, 37, .18);
      transform: translateY(-2px);
    }
    .ryze-demand-state {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--green);
      color: var(--ink);
      font-size: 13px;
      font-weight: 900;
    }
    .ryze-demand-output-item.is-active .ryze-demand-state {
      border-color: rgba(33, 33, 33, .18);
      background: rgba(255, 255, 255, .72);
    }
    .ryze-demand-output-item.is-active .ryze-demand-state::before {
      animation: ryzeDemandDot 1.15s var(--motion-spring) infinite;
    }
    .ryze-demand-type {
      min-height: 34px;
      border: 0;
      border-radius: 999px;
      background: var(--ink);
      color: #fff;
      font-size: 10px;
      font-weight: 860;
      letter-spacing: .1em;
    }
    .ryze-demand-output-copy {
      display: grid;
      gap: 4px;
    }
    .ryze-demand-output-copy strong {
      max-width: none;
      font-size: 15px;
      font-weight: 820;
      white-space: nowrap;
    }
    .ryze-demand-output-copy em {
      max-width: none;
      color: rgba(33, 33, 33, .52);
      font-size: 12px;
      font-style: normal;
      font-weight: 690;
      white-space: nowrap;
    }
    .ryze-demand-time {
      color: rgba(33, 33, 33, .46);
      font-size: 11px;
      font-weight: 780;
    }
    @media (max-width: 1100px) {
      .ryze-demand-copy {
        grid-template-columns: 1fr;
      }
      .ryze-demand-copy p {
        max-width: 760px;
        margin-bottom: 0;
      }
      .ryze-demand-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .ryze-demand-lane {
        min-height: 0;
      }
    }
    @media (max-width: 760px) {
      .ryze-demand {
        gap: 28px;
        border-radius: 14px;
        padding: 28px 16px 30px;
      }
      .ryze-demand h2 {
        font-size: 54px;
        line-height: .88;
      }
      .ryze-demand-copy p {
        font-size: 14px;
        font-weight: 700;
      }
      .ryze-demand-lane-head {
        min-height: 0;
        gap: 10px;
        padding: 14px;
      }
      .ryze-demand-lane-head span,
      .ryze-demand-lane-head--build::before {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 11px;
      }
      .ryze-demand-lane-head h3 {
        font-size: 34px;
      }
      .ryze-demand-source-row {
        min-height: 136px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
      }
      .ryze-demand-source-label {
        width: auto;
        flex-basis: auto;
        font-size: 32px;
      }
      .ryze-demand-output-list {
        padding: 14px;
      }
      .ryze-demand-output-item {
        grid-template-columns: 22px 70px minmax(0, 1fr);
        min-height: 92px;
      }
      .ryze-demand-output-copy strong,
      .ryze-demand-output-copy em {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
      }
      .ryze-demand-time {
        display: none;
      }
    }
    @media (max-width: 380px) {
      .ryze-demand h2 {
        font-size: 46px;
      }
      .ryze-demand-lane-head h3 {
        font-size: 30px;
      }
      .ryze-demand-source-label {
        font-size: 29px;
      }
    }
    @media (max-width: 959px) {
      .ryze-demand {
        left: auto;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        transform: none;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
      }
      .animate-in {
        opacity: 1;
        transform: none;
      }
      [data-reveal] {
        opacity: 1;
        clip-path: none;
        transform: none;
        animation: none !important;
      }
      .scroll-fill {
        --progress: 100%;
      }
      .scroll-float-char {
        opacity: 1;
        transform: none;
      }
      .footer-logo-piece--x {
        animation: none !important;
        transform: none !important;
      }
      .graph-line {
        stroke-dashoffset: 0;
      }
    }
