:root {
      --ink: #111026;
      --muted: #68657c;
      --soft: #f7f4ff;
      --card: rgba(255,255,255,.76);
      --line: rgba(43, 31, 84, .12);
      --brand: #7c3cff;
      --brand2: #ff4fa3;
      --brand3: #00c2ff;
      --dark: #151022;
      --cream: #fffaf4;
      --success: #18a66a;
      --shadow: 0 24px 70px rgba(31, 20, 75, .13);
      --radius: 28px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background: radial-gradient(circle at 20% 0%, rgba(124,60,255,.18), transparent 32%), radial-gradient(circle at 80% 8%, rgba(255,79,163,.15), transparent 30%), #fffdfb;
      color: var(--ink);
      line-height: 1.5;
      min-height: 100vh;
    }
    a { color: inherit; text-decoration: none; }
    .shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
    .nav { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(255,253,251,.76); border-bottom: 1px solid var(--line); transition: box-shadow .28s ease, background .28s ease; }
    .nav.is-scrolled { background: rgba(255,253,251,.9); box-shadow: 0 18px 40px rgba(31, 20, 75, .08); }
    .nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
    .brand { display: inline-flex; align-items: center; height: 48px; flex: 0 0 auto; transition: transform .28s cubic-bezier(.16, 1, .3, 1); }
    .brand:hover { transform: translateY(-1px); }
    .brand img { display: block; object-fit: contain; flex: 0 0 auto; }
    .brand-logo { width: 136px; height: 50px; }
    .nav-links { display: flex; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 700; white-space: nowrap; }
    .nav-links a { position: relative; flex: 0 0 auto; transition: color .24s ease; }
    .nav-links a:after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 2px; border-radius: 999px; background: linear-gradient(135deg, var(--brand), var(--brand2)); transform: scaleX(0); transform-origin: center; transition: transform .24s ease; }
    .nav-links a:hover, .nav-links a.is-active { color: var(--ink); }
    .nav-links a:hover:after, .nav-links a.is-active:after { transform: scaleX(1); }
    .nav-actions { display: flex; gap: 10px; }
    .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.7); font-weight: 850; font-size: 14px; box-shadow: 0 8px 24px rgba(32, 24, 75, .06); transition: transform .24s cubic-bezier(.16, 1, .3, 1), box-shadow .24s ease, border-color .24s ease; }
    .button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(32, 24, 75, .1); border-color: rgba(124,60,255,.22); }
    .button:active { transform: translateY(0) scale(.98); }
    .button.primary { color: white; border: 0; background: linear-gradient(135deg, var(--brand), var(--brand2)); box-shadow: 0 18px 36px rgba(124,60,255,.26); }
    .button.primary:hover { box-shadow: 0 22px 44px rgba(124,60,255,.3); }
    .hero { padding: 94px 0 60px; position: relative; overflow: hidden; }
    .ai-field { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
    .ai-field span { position: absolute; width: 9px; height: 9px; border-radius: 999px; background: linear-gradient(135deg, var(--brand), var(--brand3)); opacity: .34; box-shadow: 0 0 22px rgba(124,60,255,.24); animation: floatSignal 9s ease-in-out infinite; }
    .ai-field span:nth-child(1) { left: 10%; top: 18%; animation-delay: 0s; }
    .ai-field span:nth-child(2) { left: 44%; top: 10%; animation-delay: -2s; }
    .ai-field span:nth-child(3) { right: 12%; top: 30%; animation-delay: -4s; }
    .ai-field span:nth-child(4) { left: 56%; bottom: 18%; animation-delay: -6s; }
    .hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 48px; align-items: center; }
    .eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 8px 13px; border: 1px solid rgba(124,60,255,.2); border-radius: 999px; background: rgba(255,255,255,.74); color: #5d31d5; font-size: 13px; font-weight: 900; margin-bottom: 18px; }
    h1 { margin: 0; font-size: clamp(46px, 7vw, 82px); line-height: .94; letter-spacing: -.075em; max-width: 900px; }
    .grad { background: linear-gradient(135deg, var(--brand), var(--brand2) 52%, var(--brand3)); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .lead { margin: 24px 0 0; max-width: 720px; color: #464059; font-size: clamp(18px, 2vw, 22px); }
    .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
    .hero-card { background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.58)); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 34px; padding: 24px; position: relative; overflow: hidden; transform-style: preserve-3d; transition: transform .24s ease, box-shadow .24s ease; }
    .hero-card:hover { box-shadow: 0 30px 80px rgba(31, 20, 75, .17); }
    .hero-card:before { content: ""; position: absolute; inset: -80px -100px auto auto; width: 260px; height: 260px; background: radial-gradient(circle, rgba(124,60,255,.24), transparent 64%); }
    .signal-card { position: relative; border-radius: 24px; padding: 18px; background: white; border: 1px solid var(--line); margin-bottom: 14px; }
    .signal-top { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
    .signal-card b { display: block; margin-top: 10px; font-size: 18px; letter-spacing: -.03em; }
    .signal-card p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
    .signal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 12px; }
    .mini-signal { border-radius: 18px; padding: 14px; background: var(--soft); border: 1px solid rgba(124,60,255,.12); transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease; }
    .mini-signal.is-active { background: white; border-color: rgba(124,60,255,.28); box-shadow: 0 16px 34px rgba(31, 20, 75, .09); transform: translateY(-3px); }
    .mini-signal strong { display:block; font-size: 22px; letter-spacing: -.06em; }
    .mini-signal span { color: var(--muted); font-size: 12px; font-weight: 750; }
    section { padding: 72px 0; }
    .section-head { max-width: 820px; margin-bottom: 30px; }
    .pill { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: #efe8ff; color: #6231d7; font-size: 12px; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px; }
    h2 { margin: 0; font-size: clamp(34px, 4.8vw, 58px); line-height: 1.02; letter-spacing: -.06em; }
    h3 { margin: 0; font-size: 26px; line-height: 1.1; letter-spacing: -.045em; }
    .section-head p { color: var(--muted); font-size: 18px; margin: 16px 0 0; }
    .three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .card { border-radius: var(--radius); background: var(--card); border: 1px solid var(--line); padding: 26px; box-shadow: 0 16px 40px rgba(31, 20, 75, .08); transition: transform .28s cubic-bezier(.16, 1, .3, 1), box-shadow .28s ease, border-color .28s ease; }
    .card:hover { transform: translateY(-5px); border-color: rgba(124,60,255,.18); box-shadow: 0 22px 54px rgba(31, 20, 75, .12); }
    .with-yeeto:hover { transform: translateY(-14px); box-shadow: 0 40px 100px rgba(124,60,255,.34); }
    .card.dark { color: white; background: linear-gradient(145deg, #171226, #2b174f); }
    .card.dark p { color: rgba(255,255,255,.72); }
    .icon { width: 42px; height: 42px; border-radius: 15px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--brand), var(--brand2)); font-weight: 950; margin-bottom: 18px; }
    .card p { color: var(--muted); margin: 12px 0 0; }
    .split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; align-items: stretch; }
    .with-yeeto { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 88% 8%, rgba(0,194,255,.28), transparent 32%), linear-gradient(145deg, #21133f, #7c3cff 52%, #ff4fa3); border-color: rgba(255,255,255,.34); box-shadow: 0 34px 90px rgba(124,60,255,.3); transform: translateY(-10px); }
    .with-yeeto:before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(255,255,255,.24), transparent 38%, rgba(255,255,255,.12)); opacity: .72; }
    .with-yeeto:after { content: ""; position: absolute; width: 190px; height: 190px; border-radius: 999px; right: -70px; bottom: -70px; background: radial-gradient(circle, rgba(255,255,255,.24), transparent 68%); }
    .with-yeeto > * { position: relative; z-index: 1; }
    .with-yeeto h2 { max-width: 720px; color: white; text-shadow: 0 12px 30px rgba(16, 10, 44, .22); }
    .with-yeeto .pill { color: #3c1f9f; background: rgba(255,255,255,.82); }
    .with-yeeto .list-row { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.16); }
    .with-yeeto .list-row:hover { background: rgba(255,255,255,.2); }
    .with-yeeto .list-row b { color: white; }
    .with-yeeto .muted { color: rgba(255,255,255,.76); }
    .with-yeeto .dot { width: 30px; height: 30px; background: #111026; color: #7ee9ff; box-shadow: 0 12px 26px rgba(16, 10, 44, .28), 0 0 0 1px rgba(255,255,255,.26); }
    .problem-list, .win-list { display: grid; gap: 12px; margin-top: 20px; }
    .list-row { display: flex; gap: 12px; align-items: flex-start; padding: 15px; border-radius: 18px; background: rgba(255,255,255,.72); border: 1px solid var(--line); transition: transform .24s ease, background .24s ease; }
    .list-row:hover { transform: translateX(4px); background: white; }
    .dot { width: 24px; height: 24px; border-radius: 50%; flex: 0 0 auto; display: grid; place-items: center; color: white; background: #b6adc8; font-size: 12px; font-weight: 950; }
    .dot svg { width: 16px; height: 16px; display: block; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
    .win-list .dot { background: var(--success); }
    .flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
    .flow-step { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 20px; min-height: 210px; position: relative; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
    .flow-step:after { content: ""; position: absolute; inset: auto 18px 18px 18px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--brand), var(--brand2), var(--brand3)); transform: scaleX(.18); transform-origin: left; opacity: .45; transition: transform .32s ease, opacity .32s ease; }
    .flow-step:hover { transform: translateY(-5px); border-color: rgba(124,60,255,.18); box-shadow: 0 18px 44px rgba(31, 20, 75, .1); }
    .flow-step:hover:after { transform: scaleX(1); opacity: .9; }
    .flow-step small { color: #6d41d9; font-weight: 950; }
    .flow-step b { display: block; margin: 18px 0 8px; font-size: 18px; letter-spacing: -.03em; }
    .flow-step p { margin: 0; color: var(--muted); font-size: 14px; }
    .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .value-card { min-height: 210px; }
    .discovery { background: linear-gradient(145deg, #14101f, #2a1748); color: white; border-radius: 40px; padding: 44px; overflow: hidden; position: relative; }
    .discovery:after { content:""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -160px; top: -150px; background: radial-gradient(circle, rgba(255,79,163,.25), transparent 68%); }
    .discovery p { color: rgba(255,255,255,.76); font-size: 18px; max-width: 780px; }
    .discovery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; position: relative; z-index: 1; }
    .discovery-card { border-radius: 24px; padding: 22px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); transition: transform .28s ease, background .28s ease; }
    .discovery-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.13); }
    .discovery-card p { font-size: 14px; margin: 10px 0 0; }
    .industries-slider { overflow: hidden; position: relative; padding: 4px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
    .industries-track { display: flex; width: max-content; gap: 10px; animation: slideIndustries 28s linear infinite; }
    .industries-track:hover { animation-play-state: paused; }
    .industries-track span { flex: 0 0 auto; padding: 12px 16px; border-radius: 999px; border: 1px solid var(--line); background: white; color: #514b65; font-weight: 850; box-shadow: 0 10px 24px rgba(31, 20, 75, .06); transition: transform .22s ease, border-color .22s ease; }
    .industries-track span:hover { transform: translateY(-2px); border-color: rgba(124,60,255,.22); }
    .faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
    details { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 18px 20px; margin-bottom: 12px; transition: border-color .24s ease, box-shadow .24s ease; }
    details[open] { border-color: rgba(124,60,255,.22); box-shadow: 0 14px 34px rgba(31, 20, 75, .07); }
    summary { cursor: pointer; font-weight: 900; letter-spacing: -.02em; }
    details p { color: var(--muted); margin: 12px 0 0; }
    .cta { padding: 50px; border-radius: 40px; background: radial-gradient(circle at 80% 0%, rgba(255,79,163,.22), transparent 34%), linear-gradient(135deg, #fff, #f2ecff); border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
    footer { padding: 44px 0; color: var(--muted); }
    .footer-inner { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 28px; gap: 20px; }
    .footer-brand { height: 38px; }
    .footer-brand img { width: 104px; height: 38px; }
    .muted { color: var(--muted); }
    .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1); }
    .reveal.is-visible { opacity: 1; transform: translateY(0); }
    .reveal-group .reveal:nth-child(2) { transition-delay: .08s; }
    .reveal-group .reveal:nth-child(3) { transition-delay: .16s; }
    .reveal-group .reveal:nth-child(4) { transition-delay: .24s; }
    .reveal-group .reveal:nth-child(5) { transition-delay: .32s; }
    @keyframes floatSignal {
      0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .18; }
      45% { transform: translate3d(28px, -34px, 0) scale(1.8); opacity: .42; }
      70% { transform: translate3d(-14px, 18px, 0) scale(.9); opacity: .26; }
    }
    @keyframes slideIndustries {
      from { transform: translate3d(0, 0, 0); }
      to { transform: translate3d(calc(-50% - 5px), 0, 0); }
    }
    @media (max-width: 940px) {
      .nav-inner { min-height: 88px; flex-wrap: wrap; justify-content: center; row-gap: 8px; padding: 10px 0 12px; }
      .brand { margin-right: auto; }
      .nav-links { order: 3; width: 100%; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 0 2px 2px; }
      .nav-links::-webkit-scrollbar { display: none; }
      .nav-links a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.64); }
      .nav-links a:after { display: none; }
      .nav-links a.is-active { color: white; border-color: transparent; background: linear-gradient(135deg, var(--brand), var(--brand2)); }
      .hero-grid, .split, .faq, .cta { grid-template-columns: 1fr; }
      .three, .discovery-grid { grid-template-columns: 1fr; }
      .flow, .value-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 620px) {
      .shell { width: min(100% - 28px, 1160px); }
      .nav-inner { align-items: center; gap: 10px; }
      .nav-actions .button:not(.primary) { display: none; }
      .nav-actions .button.primary { min-height: 40px; padding: 0 13px; font-size: 13px; }
      .hero { padding-top: 64px; }
      .hero-card { padding: 16px; }
      .flow, .value-grid, .signal-grid { grid-template-columns: 1fr; }
      .cta, .discovery { padding: 28px; border-radius: 28px; }
      .footer-inner { display: block; }
      .footer-brand { height: 34px; margin-bottom: 12px; }
      .footer-brand img { width: 94px; height: 34px; }
      .brand-logo { width: 112px; height: 42px; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }
