/* Captee landing · quiet purple. Tokens first, then sections top to bottom, then breakpoints. */

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(font/Inter-var.ttf) format('truetype'); }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 500; font-display: swap; src: url(font/web/SpaceGrotesk-500-latin.woff2) format('woff2'); 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; }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 500; font-display: swap; src: url(font/web/SpaceGrotesk-500-latin-ext.woff2) format('woff2'); 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; }

:root {
  --bg: #0B0B0E; --panel: #101014;
  --tx: #F2F2F5; --tx2: #B4B4BE; --mut: #8A8A96; --faint: #5A5A66;
  --acc: #9D8DF1; --acc-l: #C7BDFF; --acc-d: #7461E0; --acc-dd: #2B2358; --R: 157,141,241; --L: 199,189,255;
  --line: rgba(255,255,255,0.08); --line-2: rgba(255,255,255,0.13);
  --disp: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  --ui: 'Inter', system-ui, -apple-system, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, monospace;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --wrap: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--tx); font-family: var(--ui); font-weight: 400; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--acc); text-decoration: none; }
a:hover { color: var(--acc-l); }
img, video { max-width: 100%; display: block; }
h1, h2, h3, p, ul, ol { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 2px solid var(--acc-l); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; padding: 8px 12px; background: var(--acc); color: #fff; border-radius: 8px; }
.skip:focus { left: 8px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.disp { font-family: var(--disp); font-weight: 500; letter-spacing: -0.03em; }
h1.disp, h2.disp { background: linear-gradient(180deg, #FFFFFF 0%, #A3A3AE 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-wrap: balance; }
h2.disp { font-size: 44px; line-height: 1.08; }
.dim { color: #8A8A96; -webkit-text-fill-color: #8A8A96; }
.acc { color: var(--acc); -webkit-text-fill-color: var(--acc); }
.faint { color: var(--faint); }
.mono { font-family: var(--mono); }
.center { display: flex; justify-content: center; }
.sub { max-width: 520px; font-size: 15px; line-height: 1.5; color: var(--mut); }
.sub b { color: var(--tx); font-weight: 600; }
.q { font-size: 12px; font-weight: 500; color: var(--acc-l); }
.sec-head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.sec-head .sub { margin-top: 0; }
.eyebrow-l { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--acc); font-weight: 600; }
.eyebrow-l .dot, .live-l .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--acc); box-shadow: 0 0 10px var(--acc); }

/* ---- buttons ---- */
.cta { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 22px 0 24px; border-radius: 999px; background: linear-gradient(180deg, #C7BDFF 0%, #9D8DF1 55%, #7461E0 100%); color: #FFFFFF; font-weight: 600; font-size: 15px; white-space: nowrap; box-shadow: 0 0 0 1px rgba(var(--R),0.18), 0 12px 30px -8px rgba(var(--R),0.28), inset 0 1px 0 rgba(255,255,255,0.45); transition: transform 0.25s var(--ease), box-shadow 0.25s ease; }
.cta:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(var(--R),0.3), 0 16px 36px -8px rgba(var(--R),0.45), inset 0 1px 0 rgba(255,255,255,0.5); }
.cta .arr { width: 24px; height: 24px; border-radius: 999px; background: rgba(255,255,255,0.18); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.cta-sm { height: 40px; font-size: 13.5px; padding: 0 16px 0 18px; }
.cta-ghost { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 22px 0 24px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.04); color: var(--tx); font-weight: 500; font-size: 15px; white-space: nowrap; transition: border-color 0.25s ease, background 0.25s ease; }
.cta-ghost:hover { color: var(--tx); border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.07); }
.pill { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 14px 0 10px; border-radius: 999px; background: rgba(11,11,14,0.6); border: 1px solid rgba(255,255,255,0.09); color: var(--tx2); font-size: 12px; font-weight: 500; white-space: nowrap; }
.pill .dot { width: 6px; height: 6px; border-radius: 999px; background: var(--acc); box-shadow: 0 0 10px var(--acc); }
.founding { display: inline-flex; align-items: center; gap: 12px; height: 44px; padding: 0 20px 0 14px; border-radius: 999px; font-size: 15px; font-weight: 600; color: var(--acc-l); background: rgba(var(--R),0.10); border: 1px solid rgba(var(--R),0.38); box-shadow: 0 0 28px -8px rgba(var(--R),0.55), inset 0 0 0 1px rgba(var(--R),0.10); white-space: nowrap; }
.founding-dot { width: 10px; height: 10px; border-radius: 999px; background: var(--acc-l); box-shadow: 0 0 10px rgba(var(--L),0.9), 0 0 0 4px rgba(var(--R),0.18); flex: none; }
.glass { position: relative; background: linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.02) 100%); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 24px 50px -30px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.05); }

/* ---- nav ---- */
.nav { position: sticky; top: 0; z-index: 60; transition: background 0.3s ease, border-color 0.3s ease; border-bottom: 1px solid transparent; }
.nav.is-stuck { background: rgba(11,11,14,0.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-color: var(--line); }
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--tx); }
.brand:hover { color: var(--tx); }
.brand-mark { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(180deg, #C7BDFF, #7461E0); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px -6px rgba(var(--R),0.28); flex: none; }
.brand-mark.sm { width: 28px; height: 28px; border-radius: 8px; }
.brand-name { font-family: var(--disp); font-size: 18px; letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 4px; padding: 5px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); }
.nav-links a { height: 34px; padding: 0 16px; border-radius: 999px; display: inline-flex; align-items: center; font-size: 13.5px; color: var(--tx2); transition: background 0.2s ease, color 0.2s ease; }
.nav-links a:hover, .nav-links a.on { color: var(--tx); background: rgba(255,255,255,0.07); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-login { font-size: 13.5px; color: var(--tx2); padding: 0 8px; }
.nav-login:hover { color: var(--tx); }

/* ---- hero ---- */
.hero { position: relative; overflow: hidden; padding: 84px 0 0; }
.hero-in { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero h1 { margin-top: 22px; font-size: 60px; line-height: 1.06; white-space: nowrap; }
.lede { margin-top: 22px; max-width: 720px; font-size: 17px; line-height: 1.55; color: var(--mut); }
.hero-ctas { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; justify-content: center; }
.hero-micro { margin-top: 14px; font-size: 12.5px; color: var(--faint); }
.hero-in .founding { margin-top: 10px; }

.sky { position: absolute; left: 0; right: 0; top: 0; height: 1150px; pointer-events: none; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, #000 55%, rgba(0,0,0,0) 100%); mask-image: linear-gradient(180deg, #000 55%, rgba(0,0,0,0) 100%); }
.stars { position: absolute; left: 0; top: 0; width: calc(100% + 120px); height: calc(100% + 60px); will-change: transform, opacity; background-image: radial-gradient(1px 1px at 22px 34px, rgba(255,255,255,0.75), rgba(255,255,255,0) 1.6px), radial-gradient(1.3px 1.3px at 210px 26px, rgba(199,189,255,0.85), rgba(199,189,255,0) 2px), radial-gradient(1px 1px at 64px 230px, rgba(255,255,255,0.5), rgba(255,255,255,0) 1.5px), radial-gradient(1px 1px at 280px 190px, rgba(255,255,255,0.65), rgba(255,255,255,0) 1.6px); background-size: 340px 340px; animation: drift 240s linear infinite, twinkle 7s ease-in-out infinite; }
.stars.b { background-image: radial-gradient(1px 1px at 150px 90px, rgba(255,255,255,0.6), rgba(255,255,255,0) 1.6px), radial-gradient(1.2px 1.2px at 330px 300px, rgba(199,189,255,0.7), rgba(199,189,255,0) 1.8px), radial-gradient(1px 1px at 40px 380px, rgba(255,255,255,0.5), rgba(255,255,255,0) 1.5px); background-size: 460px 460px; opacity: 0.6; animation: drift 360s linear infinite reverse, twinkle 11s ease-in-out -5s infinite; }
.nebula { position: absolute; left: 50%; top: -120px; width: 1100px; height: 640px; border-radius: 999px; background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(var(--R),0.12) 0%, rgba(var(--R),0.07) 25%, rgba(var(--R),0.03) 50%, rgba(var(--R),0) 72%); will-change: transform; animation: nebula 18s ease-in-out infinite; }
.shoot { will-change: transform, opacity; position: absolute; top: 90px; right: 14%; width: 240px; height: 1.5px; border-radius: 2px; background: linear-gradient(90deg, rgba(199,189,255,0) 0%, rgba(199,189,255,0.85) 70%, #FFFFFF 100%); box-shadow: 0 0 12px rgba(199,189,255,0.6); transform-origin: right center; opacity: 0; animation: shoot 17s cubic-bezier(0.2, 0.6, 0.4, 1) 3s infinite; }
.shoot.two { top: 40px; right: 58%; width: 170px; animation-duration: 23s; animation-delay: 11s; }
.shoot.three { top: 300px; right: 4%; width: 200px; animation-duration: 29s; animation-delay: 19s; animation-name: shoot2; }
.horizon { position: absolute; left: 0; right: 0; top: 0; height: 900px; pointer-events: none; overflow: hidden; }
.ring { position: absolute; left: 50%; top: 175px; width: 1500px; height: 1500px; transform: translateX(-50%); border-radius: 999px; border-top: 1.5px solid rgba(199,189,255,0.8); box-shadow: 0 -2px 14px rgba(199,189,255,0.55), 0 -22px 70px -12px rgba(var(--R),0.4); background: radial-gradient(ellipse 60% 22% at 50% 0%, rgba(var(--R),0.10) 0%, rgba(10,10,10,0) 70%); -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 15%, #000 36%, #000 64%, rgba(0,0,0,0) 85%); mask-image: linear-gradient(to right, rgba(0,0,0,0) 15%, #000 36%, #000 64%, rgba(0,0,0,0) 85%); }
.arcpath { position: absolute; left: 50%; top: 175px; width: 0; height: 0; }
.streak { position: absolute; width: 180px; height: 2px; margin: -1px 0 0 -90px; border-radius: 2px; background: linear-gradient(90deg, rgba(199,189,255,0) 0%, rgba(199,189,255,0.9) 55%, #FFFFFF 100%); box-shadow: 0 0 14px rgba(199,189,255,0.7); offset-path: path('M -525 215 A 750 750 0 0 1 525 215'); offset-rotate: auto; will-change: offset-distance, opacity; animation: ride 7s cubic-bezier(0.45, 0, 0.55, 1) 1.2s infinite; }
.glow-top { position: absolute; left: 50%; top: -260px; width: 1100px; height: 560px; transform: translateX(-50%); background: radial-gradient(ellipse 50% 50% at 50% 80%, rgba(var(--R),0.10) 0%, rgba(var(--R),0) 70%); filter: blur(30px); }
.glow-mid { position: absolute; left: 50%; top: 540px; width: 1300px; height: 900px; transform: translateX(-50%); background: radial-gradient(ellipse 50% 40% at 50% 30%, rgba(var(--R),0.10) 0%, rgba(var(--R),0) 70%); }

/* the app frame */
.app-wrap { position: relative; max-width: 1140px; margin-top: 64px; -webkit-mask-image: linear-gradient(180deg, #000 82%, rgba(0,0,0,0) 100%); mask-image: linear-gradient(180deg, #000 82%, rgba(0,0,0,0) 100%); }
.app { position: relative; height: 540px; border-radius: 24px; overflow: hidden; display: grid; grid-template-columns: 250px minmax(0, 1fr); background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.045) 35%, rgba(255,255,255,0.02) 100%); border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 24px 50px -30px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.05); }
.app-side { border-right: 1px solid rgba(255,255,255,0.07); padding: 22px 16px; display: flex; flex-direction: column; gap: 2px; background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 40%); min-width: 0; }
.app-brand { display: flex; align-items: center; gap: 10px; padding: 0 6px 18px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.app-brand > span:nth-child(2) { display: flex; flex-direction: column; line-height: 1.15; }
.app-brand b { font-size: 14px; font-weight: 600; }
.app-brand i { font-style: normal; font-size: 10.5px; color: var(--faint); }
.app-collapse { margin-left: auto; width: 28px; height: 28px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.10); display: inline-flex; align-items: center; justify-content: center; color: var(--mut); font-size: 14px; }
.app-welcome { padding: 18px 6px 14px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.app-welcome .disp { font-size: 22px; line-height: 1.1; }
.app-welcome small { display: block; font-size: 11.5px; color: var(--faint); margin-top: 6px; }
.app-sec { font-size: 11.5px; color: var(--faint); padding: 12px 14px 4px; }
.app-item { display: flex; align-items: center; gap: 12px; height: 38px; padding: 0 14px; font-size: 13.5px; color: var(--mut); border-radius: 12px; }
.app-item svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.app-item.on { height: 42px; color: var(--tx); background: linear-gradient(90deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%); border: 1px solid rgba(255,255,255,0.10); }
.app-item .bar { margin-left: auto; width: 2px; height: 16px; border-radius: 2px; background: var(--acc); }
.app-item .dot { margin-left: auto; width: 6px; height: 6px; border-radius: 999px; background: var(--acc); }
.app-item .tag { margin-left: auto; font-size: 10px; padding: 2px 7px; border-radius: 6px; background: rgba(var(--R),0.14); color: var(--acc-l); }
.app-main { padding: 22px 28px; display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.app-crumb { display: flex; align-items: center; justify-content: space-between; font-size: 14px; color: var(--mut); }
.app-crumb > span { display: inline-flex; align-items: center; gap: 10px; }
.app-crumb svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.app-crumb i { font-style: normal; color: var(--faint); }
.app-crumb b { color: var(--tx); font-weight: 600; }
.app-right { gap: 14px; }
.avatar { width: 26px; height: 26px; border-radius: 999px; background: linear-gradient(180deg, #C7BDFF, #7461E0); display: inline-block; }
.demo { position: relative; flex: 1; display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 0; }
.phone { position: relative; margin: 0; width: 236px; height: 420px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(var(--R),0.18); background: #0E0E13; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.9); flex: none; }
.phone.lit { border-color: rgba(var(--R),0.55); box-shadow: 0 0 60px -10px rgba(var(--R),0.45), 0 30px 60px -30px rgba(0,0,0,0.9); }
.phone video { width: 100%; height: 100%; object-fit: cover; }
.phone-tag { position: absolute; left: 12px; bottom: 12px; padding: 5px 10px; border-radius: 999px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(14,14,19,0.85); color: var(--tx2); border: 1px solid rgba(255,255,255,0.12); }
.phone-tag.on { background: var(--acc-l); color: #1A1240; border-color: rgba(255,255,255,0.3); }
.demo-chip { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 14px 0 10px; border-radius: 999px; background: rgba(14,14,19,0.94); border: 1px solid rgba(var(--R),0.5); font-size: 12px; font-weight: 600; color: var(--tx); white-space: nowrap; box-shadow: 0 0 28px -4px rgba(var(--R),0.65), 0 10px 24px -10px rgba(0,0,0,0.9); }
.demo-chip .chk { width: 18px; height: 18px; border-radius: 999px; background: var(--acc-l); display: inline-flex; align-items: center; justify-content: center; }
.demo-chip .mono { color: var(--mut); font-size: 11px; }
.demo-video.single { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }

/* ---- live counters ---- */
.live { padding: 96px 0 0; text-align: center; }
.live-cap { font-size: 13px; color: var(--mut); }
.live-cap b { color: var(--tx); font-weight: 600; }
.live-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 760px; margin: 16px auto 0; }
.live-card { text-align: left; padding: 18px 20px; border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,0.11) 0%, rgba(255,255,255,0.05) 45%, rgba(255,255,255,0.025) 100%); border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 20px 40px -24px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.12); }
.live-n { font-size: 32px; line-height: 1; font-variant-numeric: tabular-nums; }
.live-l { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 13px; color: var(--mut); }

/* ---- steps ---- */
.steps { padding: 140px 0 0; }
.steps-in { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.stepper { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; max-width: 760px; margin-top: 28px; }
.stepper-line { position: absolute; left: 12.5%; right: 12.5%; top: 17px; height: 2px; background: rgba(255,255,255,0.10); border-radius: 2px; }
.stepper-line i { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, #8F80FF, #C7BDFF); box-shadow: 0 0 12px rgba(var(--R),0.9); transition: width .7s var(--ease); }
.stepper li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.stepper .node svg { display: none; }
.stepper .done .node svg { display: block; }
.stepper .done .node em { display: none; }
.stepper .node em { font-style: normal; }
.stepper li { transition: opacity .4s; }
.stepper .node { transition: all .45s var(--ease); width: 36px; height: 36px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; color: var(--faint); background: var(--panel); border: 1px solid rgba(255,255,255,0.12); position: relative; z-index: 1; }
.stepper .done .node { background: linear-gradient(180deg, #C7BDFF, #7461E0); border-color: transparent; color: #fff; box-shadow: 0 0 18px -4px rgba(var(--R),0.6); }
.stepper .now .node { width: 42px; height: 42px; margin-top: -3px; color: #fff; background: linear-gradient(180deg, #C7BDFF, #7461E0); border-color: transparent; box-shadow: 0 0 0 6px rgba(var(--R),0.18), 0 0 30px -4px rgba(var(--R),0.8); animation: pulse 2.4s ease-out infinite; }
.stepper small { font-size: 11px; color: var(--faint); margin-top: 6px; }
.stepper b { font-size: 14px; font-weight: 600; }
.stepper i { font-style: normal; font-size: 11px; color: var(--mut); }
.stepper .now b { color: var(--acc-l); }
.approve { width: 100%; max-width: 700px; margin-top: 28px; padding: 22px 24px 24px; text-align: left; display: flex; flex-direction: column; gap: 16px; background: rgba(16,16,20,0.9); }
.approve-head { display: flex; align-items: center; gap: 16px; font-size: 14px; }
.approve-thumb { width: 48px; height: 86px; border-radius: 8px; object-fit: cover; border: 1px solid rgba(var(--R),0.45); flex: none; }
.approve-head b { font-weight: 600; }
.approve-sub { font-size: 12.5px; color: var(--mut); margin-top: 4px; }
.approve-opts { display: flex; flex-direction: column; gap: 10px; font-size: 13.5px; color: var(--tx2); }
.approve-opts label { display: inline-flex; align-items: center; gap: 12px; }
.switch { width: 30px; height: 18px; border-radius: 999px; background: rgba(255,255,255,0.12); position: relative; display: inline-block; }
.switch::after { content: ""; position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; border-radius: 999px; background: #fff; }
.switch.on { background: var(--acc); }
.switch.on::after { left: 14px; }
.approve-ctas { display: grid; grid-template-columns: 1fr 1.4fr; gap: 10px; }
.btn-ghost, .btn-solid { height: 40px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 500; }
.btn-ghost { border: 1px solid rgba(255,255,255,0.14); color: var(--tx2); }
.btn-solid { color: #fff; font-weight: 600; background: linear-gradient(180deg, #C7BDFF 0%, #9D8DF1 55%, #7461E0 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }

/* ---- feature cards ---- */
.features { padding: 140px 0 0; }
.cards { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; margin-top: 48px; }
.fcard { grid-column: span 2; position: relative; overflow: hidden; border-radius: 24px; border: 1px solid var(--line-2); background: linear-gradient(180deg, rgba(255,255,255,0.085) 0%, rgba(255,255,255,0.04) 40%, rgba(255,255,255,0.022) 100%); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.10); display: flex; flex-direction: column; transition: transform 0.35s var(--ease), border-color 0.35s ease; }
.fcard.wide { grid-column: span 3; }
.fcard:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.2); }
.sweep { position: absolute; top: -60%; right: -25%; width: 90%; height: 220%; background: linear-gradient(112deg, rgba(255,255,255,0) 44%, rgba(255,255,255,0.045) 50%, rgba(255,255,255,0) 56%); pointer-events: none; }
.art { position: relative; height: 220px; margin: 18px 18px 0; border-radius: 16px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.art-batch { height: 250px; }
.fbody { position: relative; padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 8px; }
.fbody h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.fbody h3 .dim { color: #9A93B0; font-weight: 600; }
.fbody p { font-size: 13px; line-height: 1.55; color: #8F88A6; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.chips span { font-size: 11px; font-weight: 600; padding: 4px 9px; border-radius: 999px; background: rgba(var(--R),0.12); border: 1px solid rgba(var(--R),0.28); color: var(--acc-l); white-space: nowrap; }
.art-pill { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 4; padding: 7px 13px; border-radius: 999px; background: rgba(14,14,19,0.94); border: 1px solid rgba(var(--R),0.5); font-size: 11.5px; font-weight: 600; color: var(--tx); white-space: nowrap; box-shadow: 0 0 28px -4px rgba(var(--R),0.65), 0 10px 24px -10px rgba(0,0,0,0.9); }
.art-pill.left { left: 14px; top: auto; bottom: 12px; transform: none; font-weight: 500; }
.art-pill i { font-style: normal; color: var(--mut); }
.art-pill .acc { color: var(--acc-l); -webkit-text-fill-color: var(--acc-l); }

/* calendar */
.cal { position: absolute; left: 14px; right: 14px; top: 10px; bottom: 6px; display: flex; flex-direction: column; gap: 6px; }
.cal-head { display: flex; align-items: center; justify-content: space-between; }
.cal-head b { font-size: 13px; font-weight: 600; }
.cal-head b i { font-style: normal; color: var(--acc-l); }
.cal-head .mono { font-size: 11px; color: var(--mut); }
.cal-head em { font-style: normal; color: var(--tx); }
.cal-head u { text-decoration: none; opacity: 0.5; }
.cal-head strong { color: var(--acc-l); font-weight: 700; }
.cal-grid { flex: 1; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: center; }
.cal-grid .dow { font-size: 9px; letter-spacing: 0.08em; color: var(--faint); text-align: center; }
.cal-grid .day { text-align: center; font-size: 14px; font-weight: 600; }
.cal-grid .cell { display: flex; align-items: center; justify-content: center; }
.clip { position: relative; width: 28px; height: 40px; border-radius: 8px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; box-shadow: 0 8px 18px -8px rgba(0,0,0,0.9); }
.clip .play { width: 0; height: 0; border-left: 8px solid var(--acc-l); border-top: 5px solid transparent; border-bottom: 5px solid transparent; margin-left: 2px; }
.clip .bar { width: 14px; height: 2.5px; border-radius: 2px; background: rgba(var(--R),0.6); }
.clip .chk { position: absolute; right: -6px; top: -6px; width: 14px; height: 14px; border-radius: 999px; background: var(--acc-l); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 0 10px rgba(var(--R),0.7); }
.clip.sched { border-style: dashed; border-color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.03); box-shadow: none; color: var(--mut); }
.art-batch::after { content: ""; position: absolute; left: 20%; right: 20%; bottom: -60px; height: 120px; background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(var(--R),0.22) 0%, rgba(var(--R),0) 70%); pointer-events: none; }

/* captions posters */
.posters { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 6px; }
.posters video { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; border: 1px solid rgba(255,255,255,0.10); background: #0E0E13; }
.posters video:nth-child(1) { transform: rotate(-3deg); } .posters video:nth-child(3) { transform: rotate(3deg); }
.posters video:nth-child(7) { transform: rotate(3deg); } .posters video:nth-child(9) { transform: rotate(-3deg); }

/* studio */
.art-studio { background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(var(--R),0.10) 0%, rgba(var(--R),0) 70%); }
.studio-tabs { position: absolute; left: 16px; top: 14px; display: flex; flex-direction: column; gap: 8px; }
.studio-tabs span { padding: 5px 10px; border-radius: 999px; background: rgba(14,14,19,0.85); border: 1px solid rgba(255,255,255,0.12); color: var(--tx2); font-size: 11px; }
.studio-tabs .on { background: var(--acc); color: #fff; border-color: transparent; font-weight: 600; }
.studio-phone { position: relative; width: 104px; height: 184px; margin-left: -20px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,0.18); background: linear-gradient(180deg, #1A1A22 0%, #0E0E13 100%); box-shadow: 0 0 40px -6px rgba(var(--R),0.45); }
.studio-phone::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 50% at 50% 30%, rgba(var(--R),0.18) 0%, rgba(var(--R),0) 70%); }
.studio-cap { position: absolute; left: 6px; right: 6px; top: 56%; text-align: center; font-size: 13px; line-height: 1.05; font-weight: 600; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.8); }
.studio-cap em { font-style: normal; color: var(--acc-l); }
.studio-vals { position: absolute; right: 16px; top: 18px; display: flex; flex-direction: column; align-items: flex-end; gap: 9px; font-size: 11px; color: var(--mut); text-align: right; }
.studio-vals .save { margin-top: 6px; padding: 5px 10px; border-radius: 999px; background: rgba(14,14,19,0.9); border: 1px solid rgba(var(--R),0.4); color: var(--acc-l); }

/* edit tab */
.art-edit { height: 230px; border: 1px solid rgba(255,255,255,0.08); background: #0E0E13; align-items: flex-start; justify-content: flex-start; }
.art-edit img { width: 168%; max-width: none; margin: -1.5% 0 0 -1%; }

/* agent */
.art-agent { height: 230px; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 10px; padding: 38px 16px 14px; }
.soon { position: absolute; right: 0; top: 0; font-size: 11px; font-weight: 600; padding: 4px 9px; border-radius: 6px; background: rgba(var(--R),0.18); color: var(--acc-l); border: 1px solid rgba(var(--R),0.35); }
.bubble { max-width: 70%; padding: 9px 13px; font-size: 12.5px; line-height: 1.4; }
.bubble.me { align-self: flex-end; border-radius: 14px 14px 4px 14px; background: rgba(var(--R),0.20); border: 1px solid rgba(var(--R),0.32); color: var(--tx); }
.bubble.bot { align-self: flex-start; border-radius: 14px 14px 14px 4px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); color: var(--tx2); }
.agent-input { margin-top: auto; display: flex; align-items: center; gap: 8px; padding: 7px 7px 7px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.10); background: rgba(0,0,0,0.35); }
.agent-input span { flex: 1; font-size: 12px; color: var(--faint); }
.agent-input b { height: 28px; padding: 0 12px; border-radius: 999px; display: inline-flex; align-items: center; font-size: 11.5px; font-weight: 600; color: #fff; background: var(--acc); }
.also { margin: 28px auto 0; max-width: 720px; text-align: center; font-size: 12.5px; line-height: 1.6; color: var(--faint); }
.features .center { margin-top: 26px; }

/* ---- who ---- */
.who { padding: 140px 0 0; }
.who-in { max-width: 760px; }
.who h2 { max-width: 620px; }
.who-in-x { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; }
.checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 40px; margin-top: 10px; text-align: left; font-size: 14px; color: var(--tx2); }
.checks li { display: flex; gap: 10px; align-items: flex-start; }
.checks li::before { content: ""; flex: none; width: 16px; height: 16px; margin-top: 2px; border-radius: 999px; background: rgba(var(--R),0.16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23C7BDFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 6.5 5 9l4.5-6'/%3E%3C/svg%3E") center/9px no-repeat; }

/* ---- pricing ---- */
.pricing { padding: 130px 0 0; }
.vs { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr); gap: 14px; align-items: center; max-width: 960px; margin: 30px auto 0; }
.vs-card { position: relative; border-radius: 18px; padding: 20px 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.03); }
.vs-card.lit { border-color: rgba(var(--R),0.45); background: linear-gradient(180deg, rgba(var(--R),0.14) 0%, rgba(var(--R),0.05) 100%); box-shadow: 0 0 50px -14px rgba(var(--R),0.55); transform: translateY(-8px); }
.vs-who { font-size: 12px; color: var(--mut); font-weight: 500; }
.lit .vs-who { color: var(--acc-l); font-weight: 600; }
.vs-amt { margin-top: 8px; font-size: 30px; line-height: 1; color: var(--tx2); }
.lit .vs-amt { color: var(--tx); }
.vs-amt span { font-size: 12px; letter-spacing: 0; color: var(--faint); margin-left: 4px; font-family: var(--ui); }
.vs-amt i { font-style: normal; font-size: 12px; letter-spacing: 0; color: var(--mut); margin-right: 6px; font-family: var(--ui); }
.vs-amt #vsPrice { font-size: inherit; color: inherit; margin: 0; font-family: var(--disp); }
.vs-card p { margin-top: 10px; font-size: 13px; line-height: 1.5; color: var(--mut); }
.lit p { color: var(--tx2); }
.vs-card small { display: block; margin-top: 10px; font-size: 11.5px; color: var(--faint); }
.pricing-mid { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 30px; }
.toggle { display: flex; gap: 4px; padding: 5px; border-radius: 999px; background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.09); }
.toggle button { height: 36px; padding: 0 18px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--mut); transition: background 0.2s ease, color 0.2s ease; }
.toggle button.on { color: var(--tx); font-weight: 600; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.08); }
.toggle em { font-style: normal; font-size: 11px; font-weight: 600; padding: 4px 8px; border-radius: 7px; background: var(--acc); color: #fff; }
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin: 44px auto 0; max-width: 820px; align-items: stretch; }
.plan { position: relative; border-radius: 25px; padding: 1px; background: rgba(255,255,255,0.16); box-shadow: 0 40px 80px -40px rgba(0,0,0,0.9); transition: transform 0.35s var(--ease), box-shadow 0.35s ease; }
.plan-edge { position: absolute; inset: 0; border-radius: 25px; background: linear-gradient(160deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.14) 30%, rgba(255,255,255,0.08) 100%); opacity: 0; transition: opacity 0.35s ease; }
.plan-in { position: relative; z-index: 1; border-radius: 24px; padding: 30px 30px 32px; background: var(--panel); display: flex; flex-direction: column; gap: 18px; overflow: hidden; height: 100%; }
.plan .glow { position: absolute; pointer-events: none; opacity: 0; transition: opacity 0.35s ease; }
.plan .glow.a { inset: 0; border-radius: 24px; background: linear-gradient(160deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.06) 38%, rgba(255,255,255,0.025) 100%); }
.plan .glow.b { left: 0; top: 0; width: 70%; height: 55%; border-radius: 24px 0 0 0; background: radial-gradient(ellipse 60% 60% at 0% 0%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0) 70%); }
.plan:hover { transform: translateY(-6px); box-shadow: 0 40px 80px -40px rgba(0,0,0,0.9), 0 0 60px -30px rgba(var(--R),0.35); }
.plan:hover .plan-edge, .plan:hover .glow { opacity: 1; }
.plan-top { position: relative; display: flex; justify-content: space-between; align-items: center; font-size: 15px; font-weight: 600; }
.badge { font-size: 11px; font-weight: 600; padding: 4px 9px; border-radius: 7px; background: var(--acc); color: #fff; }
.plan-price { position: relative; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.plan-price .now { font-size: 46px; letter-spacing: -0.04em; line-height: 1; }
.plan-price .per { font-size: 13px; color: var(--tx2); }
.plan-price .was { color: #7C7C88; margin-right: 4px; }
.plan-tag { position: relative; font-size: 13.5px; line-height: 1.5; color: var(--mut); }
.plan-tag .faint { color: #7C7C88; }
.btn-plan { position: relative; display: flex; align-items: center; justify-content: center; height: 48px; border-radius: 999px; font-size: 14.5px; font-weight: 500; transition: transform 0.25s var(--ease), background 0.25s ease; }
.btn-plan.ghost { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.10); color: var(--tx); }
.btn-plan.ghost:hover { background: rgba(255,255,255,0.11); color: var(--tx); }
.btn-plan.solid { background: var(--tx); color: var(--bg); font-weight: 600; box-shadow: 0 10px 30px -12px rgba(255,255,255,0.35); }
.btn-plan.solid:hover { background: #fff; color: var(--bg); transform: translateY(-1px); }
.plan-list { position: relative; display: flex; flex-direction: column; gap: 11px; padding-top: 4px; font-size: 13.5px; line-height: 1.45; color: var(--tx2); }
.plan-list li { position: relative; padding-left: 24px; }
.plan-list li::before { content: ""; position: absolute; left: 0; top: 3px; width: 14px; height: 14px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%23D6D6DE' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7.5 5.8 10 11 4'/%3E%3C/svg%3E") center/contain no-repeat; }
.plan-list b { color: var(--tx); font-weight: 600; }
.plan-foot { position: relative; margin-top: auto; font-size: 11.5px; color: var(--faint); }
.plan-note { margin: 26px auto 0; text-align: center; font-size: 12.5px; color: var(--faint); max-width: 520px; line-height: 1.5; }
.is-closed .founder-only, .is-closed .was { display: none; }

/* ---- founder ---- */
.founder { padding: 130px 0 0; }
.founder-in { max-width: 640px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.quote-mark { font-family: var(--disp); font-size: 64px; line-height: 0.6; color: var(--acc); margin-bottom: 10px; }
.founder p { font-size: 15.5px; line-height: 1.65; color: var(--mut); }
.founder p.lead { color: var(--tx2); }
.sig { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; text-align: left; }
.sig img { width: 44px; height: 44px; border-radius: 999px; object-fit: cover; border: 1px solid rgba(var(--R),0.4); }
.sig span { display: flex; flex-direction: column; line-height: 1.2; }
.sig b { font-size: 13px; font-weight: 600; }
.sig i { font-style: normal; font-size: 11.5px; color: var(--mut); }

/* ---- faq ---- */
.faq { padding: 120px 0 0; }
.faq-in { max-width: 640px; }
.faq h2 { text-align: center; margin-bottom: 26px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; font-size: 14px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--acc-l); }
.chev { flex: none; width: 22px; height: 22px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%238A8A96' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5 6 7.5l3-3'/%3E%3C/svg%3E") center/11px no-repeat; transition: transform 0.25s ease; }
.faq details[open] .chev { transform: rotate(180deg); }
.faq details p { padding: 0 0 16px; font-size: 14px; line-height: 1.6; color: var(--mut); max-width: 58ch; }
.faq details p + p { margin-top: -6px; }

/* ---- close + footer ---- */
.close { padding: 130px 0 0; }
.close-in { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.close .cta { margin-top: 10px; }
.foot { margin-top: 120px; border-top: 1px solid var(--line); }
.foot-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 22px; padding-bottom: 28px; font-size: 12px; color: var(--faint); flex-wrap: wrap; }
.foot-links { display: flex; gap: 18px; }
.foot-links a { color: var(--faint); }
.foot-links a:hover { color: var(--tx2); }

/* ---- sticky (phones) ---- */
.sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70; display: none; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 10px 10px 16px; border-radius: 999px; background: rgba(16,16,20,0.92); border: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 20px 40px -20px rgba(0,0,0,0.9); font-size: 13px; color: var(--mut); }
.sticky b { color: var(--tx); font-weight: 600; }
.sticky.show { display: flex; }

/* ---- motion ---- */
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes ride { 0% { offset-distance: 0%; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { offset-distance: 100%; opacity: 0; } }
@keyframes breathe { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 6px rgba(var(--R),0.18), 0 0 30px -4px rgba(var(--R),0.8); } 70% { box-shadow: 0 0 0 12px rgba(var(--R),0), 0 0 30px -4px rgba(var(--R),0.8); } }
@keyframes hover { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes drift { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-120px, -60px, 0); } }
@keyframes twinkle { 0%, 100% { opacity: 0.35; } 50% { opacity: 0.9; } }
@keyframes shoot { 0% { transform: translate(0, 0) rotate(-24deg); opacity: 0; } 3% { opacity: 1; } 14% { transform: translate(-560px, 250px) rotate(-24deg); opacity: 0; } 100% { transform: translate(-560px, 250px) rotate(-24deg); opacity: 0; } }
@keyframes shoot2 { 0% { transform: translate(0, 0) rotate(-18deg); opacity: 0; } 3% { opacity: 1; } 16% { transform: translate(-420px, 140px) rotate(-18deg); opacity: 0; } 100% { transform: translate(-420px, 140px) rotate(-18deg); opacity: 0; } }
@keyframes nebula { 0%, 100% { transform: translate(-50%, 0) scale(1); } 50% { transform: translate(-44%, 40px) scale(1.1); } }
.rise { animation: rise 0.9s var(--ease) both; }
.d1 { animation-delay: 0.05s; } .d2 { animation-delay: 0.15s; } .d3 { animation-delay: 0.3s; } .d4 { animation-delay: 0.42s; } .d5 { animation-delay: 0.52s; } .d6 { animation-delay: 0.65s; }
.breathe { animation: breathe 6s ease-in-out infinite; }
.hover { animation: hover 9s ease-in-out 1.6s infinite; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise, .streak, .breathe, .hover, .stars, .nebula, .shoot, .stepper .now .node { animation: none !important; opacity: 1; transform: none; }
  .plan, .plan-edge, .plan .glow, .fcard, .cta { transition: none; }
}

/* ---- breakpoints ---- */
@media (max-width: 1100px) {
  .hero h1 { font-size: 52px; white-space: normal; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fcard, .fcard.wide { grid-column: span 1; }
  .app { grid-template-columns: 220px minmax(0, 1fr); }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .app-side { display: none; }
  .app { grid-template-columns: minmax(0, 1fr); height: auto; }
  .demo { padding: 6px 0 10px; }
  .phone { width: 200px; height: 356px; }
  .vs { grid-template-columns: minmax(0, 1fr); max-width: 460px; }
  .vs-card.lit { transform: none; order: -1; }
  .plans { grid-template-columns: minmax(0, 1fr); max-width: 460px; }
  .live-grid { grid-template-columns: minmax(0, 1fr); max-width: 420px; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 18px; }
  h2.disp { font-size: 34px; }
  .hero { padding-top: 56px; }
  .hero h1 { font-size: 40px; }
  .lede { font-size: 15.5px; }
  .hero-ctas { flex-direction: column; align-items: stretch; width: 100%; max-width: 360px; }
  .hero-ctas .cta, .hero-ctas .cta-ghost { justify-content: center; }
  .nav-login { display: none; }
  .app-wrap { margin-top: 44px; }
  .app-main { padding: 16px; }
  .phone { width: 46%; height: auto; aspect-ratio: 9 / 16; }
  .demo { gap: 12px; }
  .demo-chip { font-size: 11px; height: 30px; }
  .cards { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .steps, .features, .who, .pricing, .founder, .faq, .close { padding-top: 96px; }
  .stepper { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
  .stepper-line { display: none; }
  .approve-ctas { grid-template-columns: minmax(0, 1fr); }
  .checks { grid-template-columns: minmax(0, 1fr); }
  .art-edit img { width: 200%; }
  .bubble { max-width: 86%; }
  .plan-in { padding: 24px 22px 26px; }
  .foot-in { flex-direction: column; align-items: flex-start; }
  .sticky.show { display: flex; }
}
@media (min-width: 721px) { .sticky { display: none !important; } }

/* ---- 🚪 upload-first hero (the frame is web/start.html on the app) ---- */
/* ⚠ FULL WIDTH ON PURPOSE. A frame clips whatever it draws at its own edge, and at 1000px wide that
   edge sat exactly where the outer tiles' glow falls: a hard vertical cut through the glow
   (Patrik 2026-09-19). The frame spans the page; the board centres itself inside it. */
.hero-start { width: 100vw; max-width: none; margin: 10px 0 0; align-self: center; }
.hero-start iframe { display: block; width: 100%; height: 240px; border: 0; background: transparent; color-scheme: dark; }
/* A clip is in: the frame becomes the whole screen for format, brand and the reveal.
   ⚠ The .rise entrance leaves transform: matrix(1,0,0,1,0,0) on this wrapper (fill-mode), and ANY
   transform makes an ancestor the containing block for position: fixed, so the "full screen" frame
   stayed trapped in the hero under the rest of the page. Clear it while open. The frame must not be
   moved in the DOM instead: re-parenting an iframe reloads it and loses the visitor's clip. */
.hero-start.open { animation: none; transform: none; }
.hero-start.open iframe { position: fixed; inset: 0; width: 100vw; height: 100vh !important; z-index: 1000; background: #0B0B0E; }
html.start-open, html.start-open body { overflow: hidden; }
.hero-in.has-start .hero-ctas { display: none; }

/* ---- HOW IT WORKS, live (Patrik's reference): light beams behind, glowing nodes, and a glass card
   that shows the active step's own screen. next.js walks the step along while it is on screen. ---- */
.how-stage { position: relative; width: 100%; max-width: 900px; display: flex; flex-direction: column; align-items: center; padding: 10px 0 30px; }
.how-rays { position: absolute; inset: -60px -12% -40px; pointer-events: none; overflow: hidden; border-radius: 40px;
  -webkit-mask-image: radial-gradient(70% 70% at 40% 40%, #000, transparent 75%); mask-image: radial-gradient(70% 70% at 40% 40%, #000, transparent 75%); }
.how-rays i { position: absolute; top: -40%; width: 18%; height: 180%; transform: rotate(28deg); filter: blur(18px); mix-blend-mode: screen;
  background: linear-gradient(180deg, rgba(var(--R),0), rgba(200,190,255,0.42) 45%, rgba(var(--R),0)); animation: howRay 9s ease-in-out infinite alternate; }
.how-rays i:nth-child(1) { left: 2%; } .how-rays i:nth-child(2) { left: 22%; width: 9%; animation-delay: -3s; opacity: .7; }
.how-rays i:nth-child(3) { left: 38%; width: 14%; animation-delay: -6s; opacity: .55; }
.how-rays i:nth-child(4) { left: 64%; width: 26%; transform: rotate(-18deg); opacity: .35; background: linear-gradient(180deg, rgba(90,140,255,0), rgba(90,140,255,0.4) 50%, rgba(90,140,255,0)); }
@keyframes howRay { from { opacity: .35; } to { opacity: 1; } }
.how-stage .stepper { position: relative; z-index: 1; }
.stepper .now .node { box-shadow: 0 0 0 7px rgba(var(--R),0.16), 0 0 34px -2px rgba(var(--R),0.95); }
.howcard { position: relative; z-index: 1; width: 100%; max-width: 560px; height: 176px; margin-top: 34px; border-radius: 26px; text-align: left;
  background: linear-gradient(170deg, rgba(34,32,48,0.72), rgba(14,14,20,0.82)); border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 34px 70px -30px rgba(0,0,0,0.95); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.hp { position: absolute; inset: 0; padding: 26px 28px; display: flex; align-items: center; gap: 22px; opacity: 0; transform: translateY(8px);
  transition: opacity .45s var(--ease), transform .45s var(--ease); pointer-events: none; }
.hp.on { opacity: 1; transform: none; }
.hp-file { position: relative; flex: none; }
.hp-file img { display: block; width: 54px; height: 76px; object-fit: cover; border-radius: 12px; border: 1px solid rgba(255,255,255,0.2); }
.hp-file.big img { width: 64px; height: 112px; }
.hp-ext { position: absolute; left: -10px; bottom: 8px; padding: 4px 7px; border-radius: 7px; font: 700 10.5px/1 var(--disp); letter-spacing: .06em;
  background: linear-gradient(160deg, rgba(70,66,100,.95), rgba(34,32,50,.95)); border: 1px solid rgba(255,255,255,.28); }
.hp-grow { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.hp-name { font: 600 17px/1.2 var(--disp); }
.hp-sub { font-size: 12.5px; color: var(--mut); }
.hp-prog { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 13px; color: var(--tx2); }
.hp-spin { width: 13px; height: 13px; border-radius: 50%; border: 2px solid rgba(255,255,255,.2); border-top-color: var(--acc-l); animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hp-pct { margin-left: auto; font: 500 22px/1 var(--disp); color: var(--tx); }
.hp-bar { height: 4px; border-radius: 4px; background: rgba(255,255,255,.08); margin-top: 10px; }
.hp-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #fff, #CFC7FF); box-shadow: 0 0 12px rgba(214,208,255,.9); }
.hp-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; width: 100%; font-size: 14px; color: var(--tx2); }
.hp-list label { display: inline-flex; align-items: center; gap: 12px; }
.hp-soon { font-style: normal; font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--acc-l); border: 1px solid rgba(var(--R),.4); border-radius: 99px; padding: 2px 6px; }
.hp-fonts { display: flex; gap: 10px; }
.hp-font { width: 76px; height: 76px; border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 28px; line-height: 1;
  border: 1.5px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); }
.hp-font small { font: 500 10px var(--ui); color: var(--mut); margin-top: 6px; }
.hp-font.on { border-color: rgba(var(--R),.9); box-shadow: 0 8px 26px -12px rgba(var(--R),.9); }
.hp-sw { display: flex; gap: 10px; margin-left: auto; }
.hp-sw i { width: 26px; height: 26px; border-radius: 50%; border: 2px solid rgba(255,255,255,.12); }
.hp-sw i.on { border-color: #fff; box-shadow: 0 0 0 2px rgba(var(--R),.8); }
.hp-open { align-self: flex-start; margin-top: 10px; padding: 0 18px; height: 36px; }
@font-face { font-family: 'Anton'; font-display: swap; src: url(font/Anton-Regular.ttf) format('truetype'); }
@media (prefers-reduced-motion: reduce) { .how-rays i { animation: none; } }

/* ONE ring on the page (Patrik 2026-09-19: "we have two of them"). With the upload card in the hero,
   the card's own ring rises behind it (web/start.css .st-ring), so the hero's horizon ring steps aside. */
.hero.with-start .horizon .ring, .hero.with-start .horizon .arcpath { opacity: 0; transition: opacity .4s; }

/* ---- 🪐 THE HERO, toward Patrik's "Nova" reference (2026-09-19): an orb mark over the headline, a
   violet atmosphere, and a planet rising behind the upload card. Only with the card (desktop);
   phones keep the page as it was. ---- */
.orb-mark { display: none; align-items: center; gap: 12px; }
.hero.with-start .orb-mark { display: inline-flex; }
.hero.with-start .pill.eyebrow { display: none; }
.orb-mark .ln { display: block; width: 150px; height: 1px; }
.orb-mark .ln.l { background: linear-gradient(90deg, transparent, rgba(200,190,255,.7)); }
.orb-mark .ln.r { background: linear-gradient(90deg, rgba(200,190,255,.7), transparent); }
.orb-mark .spk { width: 12px; height: 12px; background: #EDE9FF; filter: drop-shadow(0 0 6px rgba(200,190,255,.9));
  clip-path: polygon(50% 0, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0 50%, 40% 40%); }
.orb-mark .orb { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle at 50% 28%, rgba(210,200,255,.40), rgba(60,54,84,.85) 60%, rgba(22,22,28,.95));
  border: 1px solid rgba(220,212,255,.40); box-shadow: 0 0 0 6px rgba(255,255,255,.03), 0 0 34px rgba(150,126,255,.45), inset 0 1px 0 rgba(255,255,255,.45); }
.hero.with-start h1 { margin-top: 26px; }
/* the violet atmosphere, rising from under the planet */
.hero.with-start::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 34% at 50% 52%, rgba(150,122,255,.09), transparent 72%); }
.hero-start { position: relative; }
.hero-start iframe { position: relative; z-index: 1; }
/* the planet: the top of a wide ellipse, lit along its rim, fading down into the violet. Its top sits
   about 110px above the card (card top = 79px into the frame: 40px padding + 46% of the 430px board
   - half the 318px card). */
.hero-dome { position: absolute; left: 50%; top: 22px; width: 1180px; height: 560px; transform: translateX(-50%); z-index: 0; pointer-events: none; }
.hero-dome .dome { position: absolute; inset: 0; border-radius: 50% 50% 0 0 / 100% 100% 0 0; border-top: 1.5px solid rgba(236,232,255,.85);
  /* NEUTRAL body, violet only at the rim: the charcoal of the feature cards, lit from the edge */
  background: radial-gradient(80% 100% at 50% 0%, rgba(236,232,255,.16) 0%, rgba(190,178,255,.10) 8%, rgba(255,255,255,.04) 24%, rgba(255,255,255,.015) 48%, transparent 72%);
  box-shadow: inset 0 12px 30px -10px rgba(200,188,255,.45);
  /* the sides and the flat bottom fade away; safe to mask, this element draws nothing outside itself */
  -webkit-mask-image: linear-gradient(180deg, #000 0, #000 34%, transparent 68%); mask-image: linear-gradient(180deg, #000 0, #000 34%, transparent 68%); }
.hero-dome .dome-glow { position: absolute; left: 12%; right: 12%; top: -150px; height: 320px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(170,150,255,.20), rgba(170,150,255,.06) 60%, transparent); filter: blur(12px); }
.hero-dome .dome-sparks { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.dome-sparks circle { fill: #F2EEFF; animation: twinkle var(--t, 3s) ease-in-out infinite; animation-delay: var(--d, 0s); }
@keyframes twinkle { 0%, 100% { opacity: .15; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .dome-sparks circle { animation: none; opacity: .6; } }

/* The dashboard mock now lives INSIDE the upload screen (web/start.html .st-mock); with the card on
   the page, the copy under the hero steps aside. Phones keep it. */
.hero.with-start .app-wrap { display: none; }

/* Patrik 2026-09-19: the "3 videos free" line leaves the hero; and the hero's tint no longer ends in a
   hard line against the next section: the last stretch fades into the page. */
.hero.with-start .hero-micro { display: none; }
.hero.with-start::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; pointer-events: none;
  background: linear-gradient(180deg, rgba(11,11,14,0), var(--bg)); z-index: 0; }

/* The planet's rim must not run through the feature tiles (Patrik 2026-09-19): the dome fades out
   sideways before the tile columns, so it reads as light rising behind the card only. */
.hero-dome { -webkit-mask-image: linear-gradient(90deg, transparent 18%, #000 36%, #000 64%, transparent 82%);
  mask-image: linear-gradient(90deg, transparent 18%, #000 36%, #000 64%, transparent 82%); }
/* How it works sits right under the hero ("place below the hero"), not after a gap */
.hero.with-start ~ .steps { padding-top: 24px; }

/* the frame above the hero's bottom fade (the .rise transform makes .hero-start its own stacking
   context at z auto, which painted UNDER the fade and dimmed Continue) */
.hero-start { z-index: 1; }
/* the planet follows the centre: low behind the small upload hub, rising as it grows into the screen */
.hero-dome { transition: top .55s cubic-bezier(.2,.8,.2,1); top: 112px; }
.hero.has-clip .hero-dome { top: 22px; }

/* open (full screen): the frame must sit above the nav and every later section, and z-index:1 above
   made .hero-start its own stacking context, trapping the fixed iframe inside it */
.hero-start.open { z-index: 1000; }

/* the sideways fade lives on the dome and its sparks, NOT the container: a mask clips everything to
   the box, and it was cutting the glow above the dome off in a flat line */
.hero-dome { -webkit-mask-image: none; mask-image: none; }
.hero-dome .dome { -webkit-mask-image: linear-gradient(90deg, transparent 25%, #000 38%, #000 62%, transparent 75%), linear-gradient(180deg, #000 0, #000 34%, transparent 68%);
  -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent 25%, #000 38%, #000 62%, transparent 75%), linear-gradient(180deg, #000 0, #000 34%, transparent 68%); mask-composite: intersect; }
.hero-dome .dome-sparks, .hero-dome .dome-glow { -webkit-mask-image: linear-gradient(90deg, transparent 25%, #000 38%, #000 62%, transparent 75%); mask-image: linear-gradient(90deg, transparent 25%, #000 38%, #000 62%, transparent 75%); }

/* ---- How it works sits IN the planet's air (Patrik 2026-09-19): the violet atmosphere continues from
   the hero into this section, and the light beams have no box edge (they were clipped by a rounded
   overflow box whose top showed as a hard line across the headline). ---- */
.hero.with-start ~ .steps { position: relative; }
.hero.with-start ~ .steps::before { content: ""; position: absolute; left: 0; right: 0; top: -220px; height: 900px; pointer-events: none;
  background: radial-gradient(55% 45% at 50% 22%, rgba(150,122,255,.12), transparent 72%), radial-gradient(30% 22% at 50% 8%, rgba(214,202,255,.08), transparent 70%); }
.hero.with-start ~ .steps .steps-in { position: relative; z-index: 1; }
.how-rays { overflow: visible; border-radius: 0;
  -webkit-mask-image: radial-gradient(closest-side at 45% 50%, #000 35%, transparent 100%); mask-image: radial-gradient(closest-side at 45% 50%, #000 35%, transparent 100%); }
/* the hero's own bottom fade becomes a soft hand-off, not a wall */
.hero.with-start::after { height: 120px; background: linear-gradient(180deg, rgba(11,11,14,0), rgba(11,11,14,.35)); }
/* the hard line under the hero was the .horizon layer's own bottom edge (900px tall, clipped):
   fade it out over its last stretch */
.hero.with-start .horizon { -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent 100%); mask-image: linear-gradient(180deg, #000 55%, transparent 100%); }
/* the glow above the planet is blurred: a mask clips a blur to the element's box, and its box ends just
   under the Upload button, which drew the hard line across the hero. No mask on the glow. */
.hero-dome .dome-glow { -webkit-mask-image: none; mask-image: none; filter: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(170,150,255,.18), rgba(170,150,255,.05) 55%, transparent 100%); }
/* that glow started at full strength at its own top edge (-220px, inside the hero), which drew the
   band across the hero at narrower windows: fade it in from nothing */
.hero.with-start ~ .steps::before { -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 35%, #000 70%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 35%, #000 70%, transparent 100%); }

/* six features in the Pick card: three rows */
.hp-list { gap: 10px 30px; font-size: 13.5px; }
.howcard { height: 196px; }

/* the frosted pane behind the upload card (web/start.js reports the card's rect) */
.hero-glass { position: absolute; z-index: 0; pointer-events: none; opacity: 0; transition: opacity .4s;
  -webkit-backdrop-filter: blur(22px) saturate(1.35); backdrop-filter: blur(22px) saturate(1.35); background: rgba(24,20,40,.18); }
.hero-glass.on { opacity: 1; }
.hero-dome { z-index: -1; }
.hero-start { isolation: isolate; }

/* ---- the hard edge under the hero: .hero clipped its own backgrounds at its bottom. Clip sideways
   only (no horizontal scroll), let them fade out below. ---- */
.hero.with-start { overflow-x: clip; overflow-y: visible; }
.hero.with-start ~ * { position: relative; }
/* ---- GLASS NEEDS SOMETHING BEHIND IT (Patrik's references: spheres behind the pane). Soft orbs sit
   behind the card, peeking out sharp at its edges and blurred through it. ---- */
.hero-orbs { position: absolute; z-index: 0; pointer-events: none; opacity: 0; transition: opacity .5s; }
.hero-orbs.on { opacity: 1; }
.hero-orbs i { position: absolute; border-radius: 50%; }
.hero-orbs .o1 { width: 170px; height: 170px; left: -58px; top: -46px;
  background: radial-gradient(circle at 35% 30%, #E9E3FF 0%, #9C86FF 28%, #5A3FD8 62%, #2A1C6E 100%); box-shadow: 0 20px 50px -10px rgba(40,20,120,.8); }
.hero-orbs .o2 { width: 120px; height: 120px; right: -40px; top: 34%;
  background: radial-gradient(circle at 35% 30%, #DDF0FF 0%, #6FA8FF 30%, #2F5BD8 65%, #16286E 100%); box-shadow: 0 20px 50px -10px rgba(20,40,120,.8); }
.hero-orbs .o3 { width: 90px; height: 90px; left: 24%; bottom: -34px;
  background: radial-gradient(circle at 35% 30%, #F4E9FF 0%, #C08BFF 30%, #7A3FD0 65%, #341a6a 100%); box-shadow: 0 16px 40px -10px rgba(40,20,120,.8); }
.hero-glass { z-index: 0; background: rgba(255,255,255,.035); -webkit-backdrop-filter: blur(26px) saturate(1.5); backdrop-filter: blur(26px) saturate(1.5); }
.hero-orbs { z-index: 0; }
.hero-glass { z-index: 0; }
/* no sideways scroll: the hero's decorations are wider than a narrow window, and with the hero no
   longer clipping vertically, the page's main column clips them sideways instead */
main { overflow-x: clip; }
/* orbs: tucked mostly behind the card, only a sliver peeking out */
.hero-orbs .o1 { width: 150px; height: 150px; left: -26px; top: -30px; }
.hero-orbs .o2 { width: 110px; height: 110px; right: -22px; top: 46%; }
.hero-orbs .o3 { display: none; }
/* the reference's underglow: light rising behind the lower half of the card */
.hero-orbs::after { content: ""; position: absolute; left: 6%; right: 6%; bottom: -40px; height: 140px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(150,132,255,.75), rgba(110,90,240,.35) 55%, transparent 100%); filter: blur(6px); }

/* ONE hero (Patrik 2026-09-19): the four steps now live in the hero itself (web/start.html .st-track),
   so the separate How it works section steps aside on desktop. Phones keep it. */
.hero.with-start ~ .steps { display: none; }

/* no orbs (Patrik: "why do we have those purple and blue circles"); the soft underglow stays */
.hero-orbs i { display: none; }
/* the glass and underglow grow WITH the card (same duration and easing), so no dark edge shows */
.hero-glass, .hero-orbs { transition: opacity .4s, left .55s cubic-bezier(.2,.8,.2,1), top .55s cubic-bezier(.2,.8,.2,1),
  width .55s cubic-bezier(.2,.8,.2,1), height .55s cubic-bezier(.2,.8,.2,1), border-radius .55s cubic-bezier(.2,.8,.2,1); }
/* the planet sits where the lowered card can show it */
.hero.has-clip .hero-dome { top: 40px; }

/* ---- SHORT SCREENS (laptops, Patrik 2026-09-19): the whole hero, button included, fits above the fold ---- */
@media (max-height: 940px) {
  .hero.with-start { padding-top: 64px; }
  .hero.with-start .orb-mark { display: none; }
  .hero.with-start h1 { font-size: 48px; margin-top: 8px; }
  .hero.with-start .lede { margin-top: 10px; }
  .hero-start { margin-top: 0; }
}
@media (max-height: 640px) {
  .hero.with-start { padding-top: 52px; }
  .hero.with-start h1 { font-size: 40px; }
}
/* the glass behind the card must never be bigger than the card (the dark corner while it grows): it
   is placed instantly at the final size but only fades in once the card has finished growing */
.hero-glass, .hero-orbs { transition: opacity .35s ease .5s; }
.hero-glass:not(.on), .hero-orbs:not(.on) { transition: opacity .15s; }


/* =====================================================================================
   DESIGN PASS: the rest of the page in the hero's language (Patrik 2026-09-19).
   Glass surfaces with a rim lit from the top-left, lit violet pills with an icon disc,
   soft violet air behind each section, the hero's sparkle mark on section labels, and the
   planet again behind the closing call. Copy untouched.
   ===================================================================================== */
:root { --glass-fill: linear-gradient(165deg, rgba(40,36,58,.62), rgba(18,17,26,.78) 55%, rgba(14,13,20,.85));
  --glass-rim: linear-gradient(140deg, rgba(255,255,255,.42), rgba(255,255,255,.08) 28%, rgba(255,255,255,.04) 62%, rgba(190,176,255,.30));
  --glass-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 30px 70px -34px rgba(0,0,0,.95); }

/* soft violet air behind every section, so the page never drops to flat black */
.features, .who, .pricing, .founder, .faq, .close { position: relative; isolation: isolate; }
.features::before, .who::before, .pricing::before, .founder::before, .faq::before { content: ""; position: absolute; z-index: -1; pointer-events: none;
  left: 50%; top: 40px; width: min(1200px, 100vw); height: 620px; transform: translateX(-50%);
  background: radial-gradient(50% 40% at 50% 18%, rgba(150,122,255,.12), transparent 70%), radial-gradient(30% 22% at 50% 6%, rgba(214,202,255,.06), transparent 70%); }
.who::before, .founder::before { background: radial-gradient(45% 45% at 30% 40%, rgba(150,122,255,.09), transparent 70%); }

/* the section mark: line, sparkle, text, sparkle, line */
.eyebrow-l.mark { gap: 12px; color: var(--acc-l); letter-spacing: .14em; }
.eyebrow-l.mark .ln { display: block; width: 70px; height: 1px; }
.eyebrow-l.mark .ln.l { background: linear-gradient(90deg, transparent, rgba(200,190,255,.7)); }
.eyebrow-l.mark .ln.r { background: linear-gradient(90deg, rgba(200,190,255,.7), transparent); }
.eyebrow-l.mark .spk { width: 9px; height: 9px; background: #EDE9FF; filter: drop-shadow(0 0 5px rgba(200,190,255,.9));
  clip-path: polygon(50% 0, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0 50%, 40% 40%); }

/* GLASS: feature cards, comparison cards, who panel, founder note, FAQ */
.fcard, .vs-card { border: 1px solid transparent !important; background: var(--glass-fill) padding-box, var(--glass-rim) border-box !important;
  box-shadow: var(--glass-shadow); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.fcard:hover, .vs-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 34px 80px -34px rgba(0,0,0,.95), 0 0 50px -26px rgba(157,141,241,.55); }
.vs-card.lit { background: linear-gradient(165deg, rgba(70,58,120,.62), rgba(26,22,44,.82) 60%) padding-box,
  linear-gradient(140deg, rgba(214,204,255,.9), rgba(157,141,241,.3) 40%, rgba(157,141,241,.6)) border-box !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 30px 70px -30px rgba(0,0,0,.9), 0 0 60px -20px rgba(157,141,241,.55); }
.who-in { padding: 44px 48px; border-radius: 28px; border: 1px solid transparent; background: var(--glass-fill) padding-box, var(--glass-rim) border-box; box-shadow: var(--glass-shadow); }
.founder-in { padding: 44px 48px 40px; border-radius: 28px; border: 1px solid transparent; background: var(--glass-fill) padding-box, var(--glass-rim) border-box; box-shadow: var(--glass-shadow); }
.faq-in > details { border: 0 !important; margin-top: 10px; padding: 0 20px; border-radius: 16px;
  background: linear-gradient(165deg, rgba(34,32,46,.55), rgba(16,15,22,.7)) padding-box, linear-gradient(140deg, rgba(255,255,255,.22), rgba(255,255,255,.05) 40%, rgba(255,255,255,.03)) border-box;
  border: 1px solid transparent !important; transition: box-shadow .25s; }
.faq-in > details[open] { box-shadow: 0 0 40px -22px rgba(157,141,241,.6); }
.faq details:last-of-type { border-bottom: 0 !important; }

/* PLANS: glass, Pro lit */
.plan { background: transparent; padding: 0; }
.plan-edge { display: none; }
.plan-in { border: 1px solid transparent; background: var(--glass-fill) padding-box, var(--glass-rim) border-box; box-shadow: var(--glass-shadow); }
.plan:nth-child(2) .plan-in { background: linear-gradient(165deg, rgba(62,52,108,.6), rgba(22,19,36,.85) 55%) padding-box,
  linear-gradient(140deg, rgba(214,204,255,.85), rgba(157,141,241,.25) 40%, rgba(157,141,241,.55)) border-box;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 36px 80px -34px rgba(0,0,0,.95), 0 0 70px -26px rgba(157,141,241,.55); }
.plan-top span:last-child, .plan-top em { font-style: normal; }

/* BUTTONS: the hero's lit pill everywhere */
.cta { height: 54px; padding: 0 8px 0 26px; gap: 14px; font-size: 16px; border: 1.5px solid transparent;
  background: linear-gradient(90deg, rgba(116,97,224,.96), rgba(170,152,255,.96)) padding-box, linear-gradient(90deg, rgba(200,188,255,.6), rgba(236,230,255,1)) border-box;
  box-shadow: 0 12px 36px -10px rgba(140,116,255,.85), inset 0 1px 0 rgba(255,255,255,.3); }
.cta .arr { width: 38px; height: 38px; background: radial-gradient(circle at 35% 30%, #fff, rgb(150,132,255) 75%); box-shadow: 0 0 14px rgba(150,132,255,.8); }
.cta .arr svg { stroke: #1b1538; width: 14px; height: 14px; }
.cta-sm { height: 42px; font-size: 13.5px; padding: 0 6px 0 18px; }
.cta-sm .arr { width: 30px; height: 30px; }
.btn-plan { height: 52px; font-size: 15px; font-weight: 600; border: 1.5px solid transparent !important; }
.btn-plan.solid { color: #fff; background: linear-gradient(90deg, rgba(116,97,224,.96), rgba(170,152,255,.96)) padding-box, linear-gradient(90deg, rgba(200,188,255,.6), rgba(236,230,255,1)) border-box !important;
  box-shadow: 0 12px 36px -10px rgba(140,116,255,.85), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-plan.solid:hover { color: #fff; filter: brightness(1.08); }
.btn-plan.ghost { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)) padding-box, linear-gradient(140deg, rgba(255,255,255,.35), rgba(255,255,255,.08)) border-box !important; }
.toggle { border: 1px solid transparent; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)) padding-box, linear-gradient(140deg, rgba(255,255,255,.28), rgba(255,255,255,.06)) border-box; }
.toggle button.on { background: linear-gradient(90deg, rgba(116,97,224,.55), rgba(170,152,255,.5)); border-color: rgba(214,204,255,.5); }
.chips span { background: linear-gradient(90deg, rgba(28,24,48,.9), rgba(150,132,255,.28)) padding-box, linear-gradient(90deg, rgba(150,132,255,.3), rgba(200,188,255,.8)) border-box; border: 1px solid transparent; }

/* THE CLOSE: the planet again, rising behind the last call */
.close { padding-top: 170px; padding-bottom: 60px; }
.close-dome { position: absolute; z-index: -1; left: 50%; top: 250px; width: min(1180px, 110vw); height: 460px; transform: translateX(-50%); pointer-events: none; }
.close-dome .dome { position: absolute; inset: 0; border-radius: 50% 50% 0 0 / 100% 100% 0 0; border-top: 1.5px solid rgba(236,232,255,.8);
  background: radial-gradient(80% 100% at 50% 0%, rgba(236,232,255,.16) 0%, rgba(190,178,255,.10) 8%, rgba(255,255,255,.04) 24%, transparent 60%);
  box-shadow: inset 0 12px 30px -10px rgba(200,188,255,.45);
  -webkit-mask-image: linear-gradient(90deg, transparent 12%, #000 34%, #000 66%, transparent 88%), linear-gradient(180deg, #000 0, #000 30%, transparent 62%);
  -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent 12%, #000 34%, #000 66%, transparent 88%), linear-gradient(180deg, #000 0, #000 30%, transparent 62%); mask-composite: intersect; }
.close-dome .dome-glow { position: absolute; left: 15%; right: 15%; top: -160px; height: 320px; border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(170,150,255,.2), rgba(170,150,255,.05) 55%, transparent 100%); }
.close-in { position: relative; }

@media (max-width: 760px) {
  .who-in, .founder-in { padding: 28px 22px; }
  .eyebrow-l.mark .ln { width: 30px; }
}
.close-dome { top: 330px; } .close { padding-bottom: 140px; }
