.launch-root{background:var(--background);color:var(--foreground);min-height:100vh;position:relative;overflow-x:clip}.launch-root .launch-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.launch-root .launch-bg:before{content:"";background:radial-gradient(68rem 40rem at 14% 8%, color-mix(in srgb, var(--brand-accent) 14%, transparent), transparent 74%), radial-gradient(58rem 36rem at 84% 20%, color-mix(in srgb, var(--foreground-muted) 18%, transparent), transparent 78%), radial-gradient(44rem 26rem at 52% 62%, color-mix(in srgb, var(--brand-primary) 12%, transparent), transparent 80%);filter:saturate(.7);position:absolute;inset:0}[data-theme=nighttime] .launch-root .launch-bg:before,.theme-nighttime .launch-root .launch-bg:before,.dark .launch-root .launch-bg:before{background:radial-gradient(70rem 42rem at 14% 8%, color-mix(in srgb, var(--brand-accent) 22%, transparent), transparent 72%), radial-gradient(60rem 38rem at 84% 18%, color-mix(in srgb, var(--brand-primary) 18%, transparent), transparent 76%), radial-gradient(48rem 30rem at 50% 68%, color-mix(in srgb, var(--brand-primary) 16%, transparent), transparent 80%);filter:saturate(.85)}.launch-root .launch-bg:after{content:"";background-image:linear-gradient(color-mix(in srgb, var(--foreground) 7%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--foreground) 7%, transparent) 1px, transparent 1px);opacity:.03;background-size:5rem 5rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#000,#0000 85%);mask-image:radial-gradient(70% 60% at 50% 30%,#000,#0000 85%)}.launch-root .launch-main{z-index:1;position:relative}.launch-root .launch-section{padding:100px 40px;position:relative}.launch-root .launch-section--hero{padding-top:56px}.launch-root .launch-container{z-index:1;max-width:1280px;margin:0 auto;position:relative}.launch-root .launch-section--hero{--hero-mark-url:url(/branding/daytime/hero-graphic-large.webp);--hero-mark-opacity:.09;--hero-mark-width:42vw;--hero-mark-max-width:720px;--hero-mark-left:-14vw;--hero-mark-top:40%}.launch-root .launch-section--hero:before{content:"";left:var(--hero-mark-left);top:var(--hero-mark-top);width:var(--hero-mark-width);max-width:var(--hero-mark-max-width);aspect-ratio:1;background-image:var(--hero-mark-url);opacity:var(--hero-mark-opacity);pointer-events:none;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;transform:translateY(-50%)}[data-theme=nighttime] .launch-root .launch-section--hero,.theme-nighttime .launch-root .launch-section--hero,.dark .launch-root .launch-section--hero{--hero-mark-url:url(/branding/nighttime/hero-graphic-large.webp);--hero-mark-opacity:.12}@media (max-width:900px){.launch-root .launch-section--hero{--hero-mark-width:60vw;--hero-mark-left:-30vw;--hero-mark-top:40%;--hero-mark-opacity:.06}[data-theme=nighttime] .launch-root .launch-section--hero,.theme-nighttime .launch-root .launch-section--hero,.dark .launch-root .launch-section--hero{--hero-mark-opacity:.09}}@media (prefers-reduced-motion:no-preference){.launch-root .launch-section--hero:before{transition:opacity .4s}}.launch-root .launch-nav{z-index:50;-webkit-backdrop-filter:blur(18px)saturate(1.1);background:color-mix(in srgb, var(--background) 64%, transparent);border-bottom:1px solid color-mix(in srgb, var(--surface-border) 42%, transparent);padding:16px 24px;position:sticky;top:0}.launch-root .launch-nav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;margin:0 auto;display:flex}.launch-root .launch-nav-links{gap:4px;display:flex}@media (max-width:900px){.launch-root .launch-nav-links{display:none}.launch-root .launch-nav{padding:12px 18px}}@media (max-width:560px){.launch-root .launch-nav-inner [data-nav-login]{display:none!important}.launch-root .launch-nav-inner>button>span{display:none}}.launch-root .btn{border-radius:var(--radius-full);letter-spacing:-.01em;cursor:pointer;transition:transform var(--dur-hover) var(--ease-out-expo), background-color var(--dur-hover) ease, box-shadow var(--dur-hover) ease, color var(--dur-hover) ease;font-weight:600;font-family:var(--font-sans);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.launch-root .btn:hover{transform:translateY(-1px)}.launch-root .btn:active{transform:scale(.98)}.launch-root .btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.launch-root .btn-primary{background:linear-gradient(135deg, var(--brand-primary), var(--brand-accent));color:var(--foreground-contrast);box-shadow:0 12px 32px color-mix(in srgb, var(--brand-primary) 28%, transparent)}.launch-root .btn-primary:hover{box-shadow:0 18px 40px color-mix(in srgb, var(--brand-accent) 32%, transparent)}.launch-root .btn-secondary{background:color-mix(in srgb, var(--app-surface-raised) 80%, transparent);color:var(--foreground);border-color:color-mix(in srgb, var(--surface-border) 64%, transparent);box-shadow:inset 0 0 0 1px #ffffff40}.launch-root .btn-secondary:hover{background:var(--app-surface-raised)}.launch-root .btn-ghost{color:var(--foreground-muted);background:0 0}.launch-root .btn-ghost:hover{color:var(--foreground);background:color-mix(in srgb, var(--app-surface-soft) 50%, transparent)}.launch-root .launch-badge{border-radius:var(--radius-full);letter-spacing:.12em;text-transform:uppercase;color:var(--foreground);background:color-mix(in srgb, var(--app-surface-soft) 85%, transparent);border:1px solid color-mix(in srgb, var(--surface-border) 68%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center;gap:10px;padding:8px 16px 8px 12px;font-size:12.5px;font-weight:700;display:inline-flex;box-shadow:inset 0 0 0 1px #fff6}.launch-root .launch-badge-dot{border-radius:var(--radius-full);background:var(--brand-accent);flex-shrink:0;width:8px;height:8px;position:relative}.launch-root .launch-badge-dot:after{content:"";background:color-mix(in srgb, var(--brand-accent) 55%, transparent);border-radius:9999px;animation:2s ease-out infinite launch-pulse;position:absolute;inset:-3px}@keyframes launch-pulse{0%{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.9)}to{opacity:0;transform:scale(1.9)}}.launch-root .launch-hero-headline{letter-spacing:-.055em;color:var(--foreground);text-wrap:balance;max-width:22ch;margin:0;font-size:clamp(2.4rem,4.6vw + .5rem,4.8rem);font-weight:600;line-height:1.02}.launch-root .launch-hero-headline em{background:linear-gradient(120deg, var(--brand-primary), var(--brand-accent) 60%, color-mix(in srgb, var(--brand-accent) 70%, var(--foreground)));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal;display:block}.launch-root .launch-hero-sub{color:var(--foreground-muted);text-wrap:pretty;max-width:58ch;margin:24px 0 0;font-size:clamp(1rem,.6vw + .9rem,1.22rem);line-height:1.6}.launch-root .launch-hero-cta-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:36px;display:flex}.launch-root .launch-monitor-wrap{perspective:1800px;flex-direction:column;align-items:center;display:flex}.launch-root .launch-monitor{width:100%;max-width:1180px;box-shadow:0 3px 0 #00000059, 0 60px 120px -30px color-mix(in srgb, var(--brand-primary) 26%, transparent), 0 80px 160px -40px #0000008c, inset 0 1px 0 #ffffff1f, inset 0 -1px 0 #0009;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform;background:linear-gradient(170deg,#3c3a3a 0%,#1e1d1d 48%,#0d0c0c 100%);border-radius:26px 26px 8px 8px;padding:18px 18px 22px;position:relative;transform:translateZ(0)}[data-theme=nighttime] .launch-root .launch-monitor,.theme-nighttime .launch-root .launch-monitor,.dark .launch-root .launch-monitor{box-shadow:0 3px 0 #0006, 0 60px 140px -30px color-mix(in srgb, var(--brand-primary) 46%, transparent), 0 80px 160px -40px #0000008c, inset 0 1px 0 #ffffff47, inset 0 -1px 0 #00000059, 0 0 0 1px color-mix(in srgb, var(--brand-primary) 22%, transparent);background:linear-gradient(170deg,#8a807c 0%,#554e4b 48%,#3a3431 100%)}[data-theme=nighttime] .launch-root .launch-monitor-foot,.theme-nighttime .launch-root .launch-monitor-foot,.dark .launch-root .launch-monitor-foot{background:linear-gradient(170deg,#554e4b 0%,#3a3431 100%);box-shadow:0 18px 40px -10px #0009,inset 0 1px #ffffff24}[data-theme=nighttime] .launch-root .launch-monitor-stand,.theme-nighttime .launch-root .launch-monitor-stand,.dark .launch-root .launch-monitor-stand{background:linear-gradient(170deg,#6b6461 0%,#3d3835 100%);box-shadow:inset 0 1px #ffffff24}[data-theme=nighttime] .launch-root .launch-monitor-base,.theme-nighttime .launch-root .launch-monitor-base,.dark .launch-root .launch-monitor-base{background:linear-gradient(170deg,#746c69 0%,#3d3835 100%);box-shadow:0 18px 30px -8px #000000b3,inset 0 1px #fff3}.launch-root .launch-monitor:before{content:"";background:color-mix(in srgb, var(--brand-accent) 70%, #000);width:6px;height:6px;box-shadow:0 0 4px color-mix(in srgb, var(--brand-accent) 50%, transparent);opacity:.45;border-radius:9999px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.launch-root .launch-monitor-inset{background:var(--background);aspect-ratio:16/10;border:1px solid #0009;border-radius:10px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a,inset 0 2px 12px #00000080}.launch-root .launch-monitor-screen{position:absolute;inset:0}.launch-root .launch-monitor-foot{background:linear-gradient(#2a2929,#1a1818 60%,#0a0909);border-radius:0 0 14px 14px;width:42%;height:22px;margin-top:-6px;box-shadow:0 18px 40px -10px #0009}.launch-root .launch-monitor-stand{clip-path:polygon(14% 0,86% 0,100% 100%,0 100%);background:linear-gradient(#2c2b2b 0%,#161515 100%);width:18%;height:56px;margin-top:0;box-shadow:inset 0 1px #ffffff0f}.launch-root .launch-monitor-base{background:linear-gradient(#2c2b2b,#0a0909);border-radius:9999px;width:38%;height:12px;box-shadow:0 18px 30px -8px #000000b3,inset 0 1px #ffffff14}.launch-root .launch-monitor-glare{pointer-events:none;mix-blend-mode:screen;background:linear-gradient(105deg,#ffffff29 0%,#ffffff05 26%,#0000 48%),linear-gradient(290deg,#ffffff0f,#0000 40%);border-radius:10px;position:absolute;inset:18px 18px 28px}.launch-root .launch-monitor-caption{width:100%;max-width:860px;margin-top:22px}@keyframes launch-url-in{0%{opacity:0}to{opacity:1}}.launch-root .launch-chrome-url{animation:.3s both launch-url-in}@keyframes launch-ribbon-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.launch-root .launch-slide-ribbon{border-left:2px solid var(--brand-primary);background:color-mix(in srgb, var(--app-surface-soft) 55%, transparent);border-radius:0 6px 6px 0;align-items:flex-start;gap:12px;min-height:42px;padding:11px 18px 11px 16px;display:flex;position:relative;overflow:hidden}.launch-root .launch-slide-ribbon:before{content:"";border:1px solid color-mix(in srgb, var(--surface-border) 35%, transparent);pointer-events:none;border-left:none;border-radius:0 6px 6px 0;position:absolute;inset:0}.launch-root .launch-slide-ribbon-text{color:var(--foreground-muted);letter-spacing:.01em;animation:launch-ribbon-in .36s var(--ease-out-expo) both;font-size:13.5px;font-weight:450;line-height:1.5}.launch-root .launch-stage{isolation:isolate;position:relative}@media (min-width:1025px){.launch-root .launch-stage{height:360vh}}.launch-root .launch-stage-pin{flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:relative}@media (min-width:1025px){.launch-root .launch-stage-pin{background:var(--background);z-index:2;height:calc(100vh - 72px);padding:20px 40px;position:sticky;top:72px;overflow:hidden}.launch-root .launch-stage .launch-monitor{max-width:800px}.launch-root .launch-stage .launch-stage-copy{gap:16px}.launch-root .launch-stage .launch-step-title{font-size:clamp(1.2rem,1.2vw + .5rem,1.5rem)}.launch-root .launch-stage .launch-step[data-active=true] .launch-step-body{max-height:220px}}.launch-root .launch-stage-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.5fr);align-items:center;gap:48px;width:100%;max-width:1400px;display:grid}@media (max-width:1024px){.launch-root .launch-stage-layout{grid-template-columns:1fr;gap:32px}}.launch-root .launch-demo-bands{flex-direction:column;gap:88px;display:flex}.launch-root .launch-demo-band{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:center;gap:60px;display:grid}.launch-root .launch-demo-band--wide{display:block}@media (max-width:1024px){.launch-root .launch-demo-bands{gap:64px}.launch-root .launch-demo-band{grid-template-columns:1fr;gap:28px}}.launch-root .launch-demo-picker{border:1px solid color-mix(in srgb, var(--surface-border) 72%, transparent);background:color-mix(in srgb, var(--app-surface-soft) 80%, transparent);max-width:760px;box-shadow:var(--app-shadow-soft);border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin:30px auto 96px;padding:14px 20px;display:flex}@media (max-width:1024px){.launch-root .launch-demo-picker{margin-bottom:72px}}.launch-root .launch-demo-picker-label{letter-spacing:-.01em;font-size:13px;font-weight:700}.launch-root .launch-demo-picker-swatches{gap:9px;display:flex}.launch-root .launch-demo-swatch{cursor:pointer;border:2px solid color-mix(in srgb, var(--surface-border) 72%, transparent);width:32px;height:32px;transition:transform var(--dur-hover) var(--ease-out-expo);border-radius:9999px;padding:0;overflow:hidden}.launch-root .launch-demo-swatch:hover{transform:translateY(-2px)}.launch-root .launch-demo-swatch[data-active=true]{border-color:var(--foreground);box-shadow:0 0 0 2px var(--surface) inset}.launch-root .launch-demo-swatch:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.launch-root .launch-demo-picker-custom{color:var(--foreground-muted);align-items:center;gap:6px;font-size:12.5px;font-weight:600;display:inline-flex}.launch-root .launch-demo-picker-custom-label{margin-right:1px}.launch-root .launch-demo-picker-custom input[type=color]{cursor:pointer;border:1px solid color-mix(in srgb, var(--surface-border) 72%, transparent);background:0 0;border-radius:9999px;width:26px;height:26px;padding:0;overflow:hidden}.launch-root .launch-demo-picker-custom input[type=color]::-webkit-color-swatch-wrapper{padding:0}.launch-root .launch-demo-picker-custom input[type=color]::-webkit-color-swatch{border:none;border-radius:9999px}.launch-root .launch-demo-picker-custom input[type=color]::-moz-color-swatch{border:none;border-radius:9999px}.launch-root .launch-demo-picker-reset{color:var(--foreground-muted);cursor:pointer;background:0 0;border:0;font-size:12.5px;font-weight:600;text-decoration:underline}.launch-root .launch-demo-picker-reset:hover{color:var(--foreground)}.launch-root .launch-demo-picker-tier{text-align:center;width:100%;color:var(--foreground-muted);font-size:11px}.launch-root .launch-demo-embed{background:var(--surface);border:1px solid color-mix(in srgb, var(--surface-border) 72%, transparent);box-shadow:var(--app-shadow-soft);isolation:isolate;border-radius:16px;overflow:hidden}.launch-root .launch-demo-copy{flex-direction:column;max-width:520px;display:flex}.launch-root .launch-demo-copy--head,.launch-root .launch-demo-copy--foot{text-align:center;align-items:center;max-width:none}.launch-root .launch-demo-copy--head{margin-bottom:28px}.launch-root .launch-demo-copy--foot{margin-top:32px}.launch-root .launch-demo-copy--head .launch-step-head,.launch-root .launch-demo-copy--foot .launch-step-head{justify-content:center}.launch-root .launch-demo-copy--head .launch-step-title{max-width:24ch}.launch-root .launch-demo-blurbs--row{text-align:left;flex-direction:row;width:100%;margin-top:26px}.launch-root .launch-demo-blurbs--row .launch-demo-blurb{flex:1}@media (max-width:760px){.launch-root .launch-demo-blurbs--row{flex-direction:column}}.launch-root .launch-demo-blurbs{flex-direction:column;gap:14px;margin-top:6px;display:flex}.launch-root .launch-demo-blurb{border:1px solid color-mix(in srgb, var(--surface-border) 50%, transparent);background:color-mix(in srgb, var(--app-surface-soft) 60%, transparent);border-radius:12px;padding:12px 14px}.launch-root .launch-demo-blurb-title{letter-spacing:-.01em;color:var(--foreground);margin:0 0 4px;font-size:13px;font-weight:700;line-height:1.3}.launch-root .launch-demo-blurb-body{color:var(--foreground-muted);margin:0;font-size:12.5px;line-height:1.5}.launch-root .launch-stage-copy{flex-direction:column;gap:24px;max-width:520px;display:flex}.launch-root .launch-step{transition:opacity .4s var(--ease-out-expo), transform .5s var(--ease-out-expo);grid-template-rows:1fr;display:grid}.launch-root .launch-step:hover{opacity:.75}.launch-root .launch-step:focus-visible{outline:2px solid var(--brand-primary);outline-offset:6px;border-radius:8px}.launch-root .launch-step[data-active=false]{opacity:.32;filter:saturate(.75);transform:translateY(6px)}.launch-root .launch-step[data-active=false]:hover{opacity:.55}.launch-root .launch-step[data-active=false] .launch-step-body{opacity:0;max-height:0;overflow:hidden}.launch-root .launch-step[data-active=true] .launch-step-body{opacity:1;max-height:320px}.launch-root .launch-step-body{transition:max-height .4s,opacity .4s .1s}.launch-root .launch-step-num{background:color-mix(in srgb, var(--brand-primary) 18%, transparent);width:26px;height:26px;color:var(--brand-primary);border:1px solid color-mix(in srgb, var(--brand-primary) 32%, transparent);border-radius:9999px;justify-content:center;align-items:center;margin-right:10px;font-size:11.5px;font-weight:700;display:inline-flex}.launch-root .launch-step[data-active=false] .launch-step-num{background:color-mix(in srgb, var(--foreground) 12%, transparent);color:var(--foreground);border-color:color-mix(in srgb, var(--foreground) 24%, transparent)}.launch-root .launch-step-head{letter-spacing:.18em;text-transform:uppercase;color:var(--foreground);align-items:center;font-size:13px;font-weight:700;display:flex}.launch-root .launch-step-title{letter-spacing:-.03em;color:var(--foreground);margin:8px 0 0;font-size:clamp(1.6rem,2vw + .6rem,2.2rem);font-weight:600}.launch-root .launch-step-detail{color:var(--foreground-muted);max-width:52ch;margin:0;font-size:15.5px;line-height:1.62}.launch-root .launch-preview-stack{width:100%;height:100%;position:relative}.launch-root .launch-preview-layer{opacity:0;visibility:hidden;transition:opacity .45s var(--ease-out-expo), visibility 0s linear .45s;will-change:opacity;position:absolute;inset:0}.launch-root .launch-preview-layer[data-visible=false]{opacity:0;visibility:hidden;pointer-events:none}.launch-root .launch-preview-layer[data-visible=true]{opacity:1;visibility:visible;transition:opacity .45s var(--ease-out-expo), visibility 0s linear 0s}.launch-root .launch-trust{border-top:1px solid color-mix(in srgb, var(--surface-border) 15%, transparent);border-bottom:1px solid color-mix(in srgb, var(--surface-border) 15%, transparent);padding:40px 0;position:relative}.launch-root .launch-trust-title{text-align:center;letter-spacing:.22em;text-transform:uppercase;color:var(--foreground-muted);margin:0 0 20px;font-size:11.5px;font-weight:700}.launch-root .launch-marquee{opacity:.85;align-items:center;gap:56px;width:max-content;padding:0 28px;animation:38s linear infinite launch-marquee;display:flex}.launch-root .launch-marquee-wrap{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}@keyframes launch-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes launch-scroll-hint{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(3px)}}.launch-root .launch-partner{border:1px solid color-mix(in srgb, var(--surface-border) 50%, transparent);background:color-mix(in srgb, var(--app-surface-soft) 58%, transparent);color:var(--foreground);letter-spacing:-.01em;white-space:nowrap;border-radius:9999px;align-items:center;gap:14px;padding:10px 22px 10px 12px;font-size:15.5px;font-weight:600;text-decoration:none;display:inline-flex}.launch-root .launch-partner-mark{background:var(--logo-mat);border:1px solid color-mix(in srgb, var(--surface-border) 70%, transparent);width:52px;height:52px;color:var(--brand-primary);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:inline-flex;overflow:hidden}.launch-root .launch-partner-mark img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.launch-root .launch-partner-promo{background:linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 14%, transparent), color-mix(in srgb, var(--brand-accent) 14%, transparent));border-color:color-mix(in srgb, var(--brand-primary) 40%, transparent)}.launch-root .launch-partner-promo .launch-partner-mark{background:linear-gradient(135deg, var(--brand-primary), var(--brand-accent));color:var(--foreground-contrast);border-color:#0000;font-size:22px}.launch-root .launch-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}@media (max-width:900px){.launch-root .launch-stats-grid{grid-template-columns:repeat(2,1fr)}}.launch-root .launch-stat{background:linear-gradient(160deg, var(--app-surface-raised), var(--app-surface-soft));border:1px solid color-mix(in srgb, var(--surface-border) 66%, transparent);box-shadow:var(--app-shadow-soft), inset 0 0 0 1px #ffffff59;border-radius:20px;padding:28px 24px}.launch-root .launch-stat-num{letter-spacing:-.04em;color:var(--foreground);font-variant-numeric:tabular-nums;font-size:clamp(2.2rem,3vw + .5rem,3rem);font-weight:600;line-height:1}.launch-root .launch-stat-suffix{color:var(--brand-accent)}.launch-root .launch-stat-label{color:var(--foreground-muted);margin-top:10px;font-size:13px;line-height:1.5}.launch-root .launch-waitlist-card{background:linear-gradient(160deg, var(--app-surface-raised), var(--app-surface-soft));border:1px solid color-mix(in srgb, var(--surface-border) 72%, transparent);box-shadow:var(--app-shadow-soft), inset 0 0 0 1px #ffffff59;border-radius:28px;padding:40px 40px 36px;position:relative;overflow:hidden}.launch-root .launch-waitlist-card:before{content:"";background:radial-gradient(closest-side, color-mix(in srgb, var(--brand-primary) 28%, transparent), transparent);filter:blur(60px);pointer-events:none;border-radius:9999px;width:520px;height:520px;position:absolute;inset:-60% -30% auto auto}.launch-root .launch-waitlist-form{grid-template-columns:1fr 1fr auto;gap:10px;margin-top:20px;display:grid}@media (max-width:800px){.launch-root .launch-waitlist-form{grid-template-columns:1fr}}.launch-root .launch-testimonial{background:color-mix(in srgb, var(--app-surface-soft) 86%, transparent);border:1px solid color-mix(in srgb, var(--surface-border) 60%, transparent);box-shadow:var(--app-shadow-soft);border-radius:20px;flex-direction:column;gap:18px;padding:28px;display:flex}.launch-root .launch-testimonial-quote{color:var(--foreground);letter-spacing:-.01em;text-wrap:pretty;margin:0;font-size:17.5px;line-height:1.55}.launch-root .launch-testimonial-who{align-items:center;gap:12px;display:flex}.launch-root .launch-testimonial-avatar{background:linear-gradient(135deg, var(--brand-primary), var(--brand-accent));width:42px;height:42px;color:var(--foreground-contrast);border-radius:9999px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.launch-root .launch-widget-frame{background:var(--surface);isolation:isolate;width:100%;height:520px;position:relative;overflow:hidden}.launch-root .launch-widget-frame[data-variant=featured-grid]{height:360px}.launch-root .launch-widget-frame-iframe{background:var(--surface);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;border:0;width:100%;height:100%;display:block}@media (prefers-color-scheme:dark){.launch-root .launch-widget-frame-iframe{--lightningcss-light: ;--lightningcss-dark:initial}}.launch-root .launch-widget-frame-skeleton{z-index:1;background:linear-gradient(100deg, var(--surface) 30%, color-mix(in srgb, var(--app-surface-soft) 70%, var(--surface)) 50%, var(--surface) 70%);background-size:220% 100%;justify-content:center;align-items:center;animation:1.4s ease-in-out infinite launch-widget-frame-shimmer;display:flex;position:absolute;inset:0}.launch-root .launch-widget-frame-skeleton-label{letter-spacing:.06em;color:var(--foreground-muted);font-size:12.5px;font-weight:500}@keyframes launch-widget-frame-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.launch-root .launch-widget-frame-skeleton{background:var(--surface);animation:none}}.launch-root .launch-faq-item{border-bottom:1px solid color-mix(in srgb, var(--surface-border) 54%, transparent)}.launch-root .launch-faq-q{cursor:pointer;color:var(--foreground);letter-spacing:-.01em;-webkit-user-select:none;user-select:none;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:22px 4px;font-family:inherit;font-size:17px;font-weight:600;display:flex}.launch-root .launch-faq-a{max-height:0;transition:max-height .36s var(--ease-out-expo), padding .3s ease;color:var(--foreground-muted);padding:0 4px;font-size:15px;line-height:1.65;overflow:hidden}.launch-root .launch-faq-item[data-open=true] .launch-faq-a{max-height:360px;padding:0 4px 24px}.launch-root .launch-faq-chevron{transition:transform .3s var(--ease-out-expo);color:var(--foreground-muted);flex-shrink:0;display:inline-flex}.launch-root .launch-faq-item[data-open=true] .launch-faq-chevron{color:var(--brand-primary);transform:rotate(180deg)}.launch-root .launch-section-header{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-bottom:56px;display:flex}.launch-root .launch-section-title{letter-spacing:-.04em;color:var(--foreground);text-wrap:balance;max-width:18ch;margin:0;font-size:clamp(2rem,2.4vw + .8rem,3rem);font-weight:600}.launch-root .launch-section-sub{color:var(--foreground-muted);text-wrap:pretty;max-width:58ch;margin:0;font-size:16px;line-height:1.62}.launch-root .launch-reveal{opacity:0;transition:opacity 1.1s cubic-bezier(.16,1,.3,1),transform 1.1s cubic-bezier(.16,1,.3,1);transform:translateY(12px)}.launch-root .launch-reveal[data-visible=true]{opacity:1;transform:translateY(0)}.launch-root .launch-final-cta{background:radial-gradient(60% 80% at 18% 20%, color-mix(in srgb, var(--brand-primary) 34%, transparent), transparent 72%), radial-gradient(60% 80% at 90% 84%, color-mix(in srgb, var(--brand-accent) 40%, transparent), transparent 70%), linear-gradient(160deg, var(--app-surface-raised), var(--app-surface-soft));border:1px solid color-mix(in srgb, var(--surface-border) 60%, transparent);box-shadow:0 60px 120px -30px color-mix(in srgb, var(--brand-primary) 24%, transparent), inset 0 0 0 1px #ffffff59;text-align:center;border-radius:32px;padding:72px 56px;position:relative;overflow:hidden}.launch-root .launch-final-cta h2{letter-spacing:-.045em;color:var(--foreground);text-wrap:balance;max-width:18ch;margin:0 auto;font-size:clamp(2.2rem,3vw + .8rem,3.6rem);font-weight:600;line-height:1.05}.launch-root .launch-final-cta p{color:var(--foreground-muted);max-width:52ch;margin:16px auto 0;font-size:16px;line-height:1.6}.launch-root .launch-pricing-toggle{background:color-mix(in srgb, var(--app-surface-soft) 70%, transparent);border:1px solid color-mix(in srgb, var(--surface-border) 60%, transparent);border-radius:9999px;align-items:center;margin-top:8px;padding:4px;display:inline-flex}.launch-root .launch-pricing-toggle button{color:var(--foreground-muted);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);background:0 0;border:0;border-radius:9999px;padding:8px 18px;transition:background .18s,color .18s}.launch-root .launch-pricing-toggle button[data-active=true]{background:var(--surface);color:var(--foreground);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--surface-border) 60%, transparent)}.launch-root .launch-pricing-toggle button:disabled{cursor:not-allowed}.launch-root .launch-pricing-soon{letter-spacing:.12em;text-transform:uppercase;color:var(--brand-accent);margin-left:8px;font-size:10.5px;font-weight:700}.launch-root .launch-theme-daytime-logo,.launch-root .launch-theme-nighttime-logo{display:none}[data-theme=daytime] .launch-root .launch-theme-daytime-logo,.theme-daytime .launch-root .launch-theme-daytime-logo,[data-theme=nighttime] .launch-root .launch-theme-nighttime-logo,.theme-nighttime .launch-root .launch-theme-nighttime-logo,.dark .launch-root .launch-theme-nighttime-logo,:root:not([data-theme]) .launch-root .launch-theme-daytime-logo{display:inline-block}@media (max-width:900px){.launch-root [data-hero-grid]{grid-template-columns:1fr!important;gap:48px!important}.launch-root .launch-section{padding:100px 24px}.launch-root .launch-section--hero{padding-top:48px}.launch-root [data-photo-grid],.launch-root [data-pricing-grid],.launch-root [data-testimonials-grid]{grid-template-columns:1fr!important}.launch-root [data-footer-grid]{grid-template-columns:1fr 1fr!important}}@media (max-width:780px){.launch-root .launch-final-cta{border-radius:24px;padding:48px 28px}}@media (max-width:560px){.launch-root [data-footer-grid]{grid-template-columns:1fr!important}.launch-root .launch-waitlist-card{padding:32px 24px}.launch-root .launch-stat{padding:22px 20px}.launch-root .launch-section{padding:72px 18px}.launch-root .launch-section--hero{padding-top:32px;padding-bottom:60px}.launch-root .launch-hero-headline{font-size:clamp(2.2rem,9vw,3rem)}.launch-root .launch-step-title{letter-spacing:-.025em;font-size:clamp(1.05rem,5vw,1.4rem)}.launch-root .launch-step-detail{font-size:14.5px;line-height:1.55}.launch-root .launch-hero-cta-row{flex-direction:column;align-items:stretch}.launch-root .launch-hero-cta-row .btn{text-align:center;justify-content:center;width:100%}.launch-root .launch-final-cta{border-radius:20px;padding:40px 22px}.launch-root .launch-trust{padding:36px 0}}
