:root{--bg:#05070d;--surface:#09101d;--text:#f7f9ff;--muted:#9da8ba;--blue:#247bff;--blue-2:#6caaff;--line:rgba(255,255,255,.12);--glass:rgba(17,24,39,.48);--container:1520px;--ease:cubic-bezier(.16,1,.3,1);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:Inter,sans-serif;line-height:1.55}body::before{content:"";position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E")}button,input,textarea,select{font:inherit;color:inherit}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.skip-link{position:fixed;top:-80px;left:16px;z-index:200;padding:12px 16px;background:#fff;color:#000;border-radius:12px}.skip-link:focus{top:16px}:focus-visible{outline:3px solid var(--blue-2);outline-offset:3px}.glass,.glass-chip,.button,.icon-button{background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),inset 0 -1px 0 rgba(0,0,0,.25),0 10px 36px rgba(0,0,0,.18);backdrop-filter:blur(22px) saturate(155%);-webkit-backdrop-filter:blur(22px) saturate(155%)}.glass-strong{background:linear-gradient(145deg,rgba(24,35,58,.78),rgba(7,11,20,.72));border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.35),0 40px 100px rgba(0,0,0,.4);backdrop-filter:blur(32px) saturate(160%);-webkit-backdrop-filter:blur(32px) saturate(160%)}.glass-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:32px;padding:6px 12px;border-radius:999px;color:#c6d1e2;font-size:11px;letter-spacing:.04em}.cursor-glow{position:fixed;z-index:-1;width:600px;height:600px;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(36,123,255,.1),transparent 66%)}.site-header{position:fixed;top:20px;left:0;z-index:60;width:100%;padding:0 28px}.header-shell{max-width:var(--container);min-height:66px;margin:auto;padding:8px 10px 8px 20px;border-radius:19px;display:flex;align-items:center;gap:32px}.brand{display:inline-flex;align-items:center;gap:10px;font:700 14px/1 Manrope;letter-spacing:.12em}.brand b{padding:4px 6px;border-radius:6px;background:rgba(57,130,255,.16);color:var(--blue-2);font-size:8px}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:#9ac4ff;border:1px solid rgba(109,170,255,.45);background:linear-gradient(145deg,rgba(90,156,255,.18),rgba(255,255,255,.02));box-shadow:inset 0 1px rgba(255,255,255,.22),0 0 24px rgba(36,123,255,.18)}.desktop-nav{display:flex;margin:auto;gap:4px}.desktop-nav a{padding:11px 14px;border-radius:11px;color:#aab4c4;font-size:13px;transition:.25s}.desktop-nav a:hover,.desktop-nav a.active{color:#fff;background:rgba(255,255,255,.075);box-shadow:inset 0 1px rgba(255,255,255,.1)}.header-actions{display:flex;gap:8px}.button{min-height:48px;padding:0 22px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:13px;transition:transform .22s var(--ease),border-color .22s,background .22s,box-shadow .22s}.button:hover{border-color:rgba(129,182,255,.48);background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.055));box-shadow:inset 0 1px rgba(255,255,255,.25),0 14px 42px rgba(0,0,0,.24)}.button:active{transform:scale(.97)}.button:disabled{cursor:wait;opacity:.65}.button-small{min-height:44px;padding:0 17px}.button-large{min-height:58px;padding:0 28px;font-size:14px}.button-primary{background:linear-gradient(145deg,rgba(114,177,255,.98),rgba(25,101,232,.88));border-color:rgba(160,204,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(0,48,137,.5),0 12px 38px rgba(36,123,255,.32)}.button-primary:hover{background:linear-gradient(145deg,#8bc0ff,#267cff);box-shadow:inset 0 1px rgba(255,255,255,.6),0 16px 48px rgba(36,123,255,.45)}.button-quiet{color:#e8effb}.menu-toggle,.mobile-menu{display:none}.section{max-width:var(--container);margin:auto;padding:150px 32px}.hero{position:relative;min-height:100svh;padding:150px max(32px,calc((100vw - var(--container))/2 + 32px)) 100px;display:grid;grid-template-columns:minmax(440px,.78fr) minmax(650px,1.22fr);align-items:center;gap:54px;overflow:hidden}.hero::before{content:"";position:absolute;width:90vw;height:90vw;right:-42vw;top:-50vw;border:1px solid rgba(76,144,255,.1);border-radius:50%;box-shadow:0 0 180px rgba(36,123,255,.08)}.hero-grid{position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:92px 92px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}.hero-copy{position:relative;z-index:4}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--blue-2);box-shadow:0 0 18px var(--blue)}h1,h2,h3{margin:0;font-family:Manrope,sans-serif;letter-spacing:-.045em}h1{margin-top:24px;font-size:clamp(66px,6vw,110px);line-height:.92;font-weight:600}h1 em,h2 em{font-style:normal;color:transparent;-webkit-text-stroke:1px rgba(190,211,244,.76)}.hero-copy>p{max-width:660px;margin:30px 0;color:#aab4c4;font-size:17px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:34px}.hero-product{position:relative;z-index:3;min-width:0}.logo-orbit{position:absolute;z-index:-1;right:-10%;top:-25%;width:580px;height:580px;display:grid;place-items:center;opacity:.7}.logo-orbit img{width:350px;border-radius:50%;mix-blend-mode:screen;filter:saturate(1.2) drop-shadow(0 0 34px rgba(36,123,255,.32));mask-image:radial-gradient(circle,#000 48%,transparent 70%)}.orbit{position:absolute;border:1px solid rgba(105,168,255,.17);border-radius:50%}.orbit-a{width:560px;height:330px;transform:rotate(-18deg);animation:orbit 7s ease-in-out infinite}.orbit-b{width:420px;height:420px;transform:rotate(28deg)}.app-window{position:relative;border-radius:26px;overflow:hidden;box-shadow:0 50px 140px rgba(0,0,0,.52),0 0 100px rgba(35,105,225,.12)}.app-bar{height:52px;padding:0 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);color:#aeb9ca;font-size:11px}.window-dots{display:flex;gap:6px}.window-dots i{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.18)}.app-bar>span:nth-child(2){text-align:center}.ai-status{justify-self:end;display:flex;align-items:center;gap:6px}.ai-status i,.preview-note i{width:6px;height:6px;border-radius:50%;background:#6caaff;box-shadow:0 0 12px #247bff}.workspace{min-height:610px;display:grid;grid-template-columns:.86fr 1.14fr}.composer-pane{padding:24px;border-right:1px solid var(--line);background:rgba(3,7,14,.35)}.segmented{padding:4px;border-radius:14px;display:grid;grid-template-columns:1fr 1fr;gap:4px}.segmented button,.billing-toggle button{min-height:40px;border:0;border-radius:10px;background:transparent;color:#8996aa;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:11px;font-weight:600;transition:.25s}.segmented button[aria-selected="true"],.billing-toggle button.active{color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.055));box-shadow:inset 0 1px rgba(255,255,255,.2),0 5px 18px rgba(0,0,0,.18)}.segmented svg{width:16px}.prompt-label{display:block;margin:24px 0 9px;color:#c7d0df;font-size:12px;font-weight:600}.prompt-box{border-radius:16px;overflow:hidden}.prompt-box textarea{width:100%;padding:15px;border:0;resize:none;background:transparent;outline:none;color:#dfe7f4;font-size:13px;line-height:1.6}.prompt-footer{padding:9px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08)}.attach-button{cursor:pointer;transition:.2s}.attach-button:hover{background:rgba(255,255,255,.12)}.attach-button svg{width:16px}.credit-cost{color:#69778c;font-size:10px}.source-presets{margin:12px 0;display:flex;gap:6px;flex-wrap:wrap}.source-presets button{cursor:pointer;text-align:left;transition:.2s}.source-presets button:hover{color:#fff;border-color:rgba(105,168,255,.45)}.generate-button{width:100%;margin-top:8px}.generation-progress{margin-top:16px;color:#8f9db1;font-size:11px}.progress-line{height:3px;margin-bottom:8px;border-radius:99px;overflow:hidden;background:rgba(255,255,255,.08)}.progress-line i{display:block;height:100%;width:35%;border-radius:inherit;background:#5a9eff;box-shadow:0 0 12px #247bff;animation:loading 1.2s ease-in-out infinite}.preview-pane{position:relative;padding:24px;background:radial-gradient(circle at 70% 10%,rgba(37,105,220,.15),transparent 34%)}.preview-toolbar{height:36px;margin-bottom:18px;display:flex;justify-content:space-between;align-items:center}.preview-toolbar>div{display:flex;gap:7px}.icon-button{width:40px;height:40px;padding:0;border-radius:12px;display:grid;place-items:center}.icon-button svg{width:17px}.slide-canvas,.market-canvas{position:relative;aspect-ratio:16/10;padding:9%;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:radial-gradient(circle at 76% 30%,rgba(32,99,217,.66),transparent 28%),linear-gradient(145deg,#172642,#080d17);box-shadow:0 28px 60px rgba(0,0,0,.45)}.slide-canvas>span,.market-canvas>span{font:500 9px monospace;letter-spacing:.14em;color:#8facd8}.slide-canvas h3,.market-canvas h3{position:relative;z-index:2;margin-top:16%;font-size:clamp(28px,2.6vw,48px);line-height:.94}.slide-canvas p,.market-canvas p{position:relative;z-index:2;color:#98a7bd;font-size:11px}.slide-canvas>i{position:absolute;width:240px;height:240px;border:1px solid #4388f5;border-radius:50%;right:-70px;bottom:-100px;box-shadow:0 0 70px rgba(36,123,255,.22)}.market-canvas{aspect-ratio:.78;max-height:430px;margin:auto;background:radial-gradient(circle at 50% 40%,rgba(40,111,232,.65),transparent 25%),linear-gradient(160deg,#162541,#070c16)}.market-canvas h3{margin-top:10%;font-size:30px}.product-shape{height:45%;display:grid;place-items:center}.product-shape i{display:block;width:36%;height:76%;border-radius:24px;background:linear-gradient(145deg,#202c3e,#030509);box-shadow:inset 0 0 20px rgba(255,255,255,.1),0 25px 45px rgba(0,0,0,.5);transform:rotate(-10deg)}.slide-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.slide-strip button{height:48px;border-radius:9px;color:#617088;font:500 10px monospace}.slide-strip button.active{border-color:rgba(96,159,255,.68);color:#b9d7ff;box-shadow:inset 0 1px rgba(255,255,255,.18),0 0 20px rgba(36,123,255,.15)}.preview-note{position:absolute;left:24px;right:24px;bottom:18px;justify-content:flex-start;font-size:9px;color:#77859a}.ticker{overflow:hidden;border-block:1px solid var(--line);background:rgba(8,12,20,.7);backdrop-filter:blur(18px)}.ticker-track{width:max-content;padding:19px 0;display:flex;align-items:center;gap:34px;animation:ticker 32s linear infinite;color:#91a1b7;font:500 11px/1 Manrope;letter-spacing:.13em}.ticker i{width:5px;height:5px;border-radius:50%;background:var(--blue);box-shadow:0 0 12px var(--blue)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:66px}.section-index{display:block;margin-bottom:20px;color:var(--blue-2);font:600 10px/1 Inter;letter-spacing:.16em}.section-heading h2,h2{font-size:clamp(48px,4.7vw,76px);font-weight:500;line-height:1.02}.section-heading>p{max-width:420px;margin:0 0 6px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.product-card{min-height:720px;padding:28px;border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden}.card-meta{display:flex;justify-content:space-between;align-items:center;color:#617086;font:500 10px monospace}.deck-visual,.cards-visual{height:330px;position:relative;display:grid;place-items:center;perspective:900px}.deck-visual>div{position:absolute;width:50%;aspect-ratio:16/10;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#0c1423;box-shadow:0 25px 65px rgba(0,0,0,.45)}.deck-visual>div:nth-child(1){transform:translate(-75px,-18px) rotate(-6deg);opacity:.35}.deck-visual>div:nth-child(2){transform:translate(50px,-5px) rotate(4deg);opacity:.55}.deck-visual>div:nth-child(3){padding:28px;transform:translateY(28px);background:radial-gradient(circle at 70% 30%,#1e5ebb,transparent 28%),linear-gradient(145deg,#14233c,#080d17)}.deck-visual span{font:500 9px monospace;color:#8aa9d5}.deck-visual strong{display:block;margin-top:16%;font:600 29px/1 Manrope}.deck-visual i{display:block;width:55%;height:3px;margin-top:15px;background:#5a9eff;box-shadow:0 0 20px #247bff}.cards-visual{grid-template-columns:repeat(3,1fr);gap:14px;padding:30px}.cards-visual>div{width:100%;aspect-ratio:.68;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:radial-gradient(circle at 50% 42%,rgba(40,110,230,.5),transparent 26%),linear-gradient(160deg,#172540,#080d16);display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 25px 55px rgba(0,0,0,.4)}.cards-visual>div:nth-child(2){transform:translateY(-22px)}.cards-visual>div:nth-child(1){transform:rotate(-4deg)}.cards-visual>div:nth-child(3){transform:rotate(4deg)}.cards-visual span{font:500 8px monospace;color:#7790b5}.cards-visual i{align-self:center;width:50%;height:44%;border-radius:15px;background:#0c111b;box-shadow:0 18px 30px #000}.cards-visual b{font:600 clamp(11px,1vw,16px) Manrope}.product-card h3{font-size:34px}.product-card>p{max-width:650px;color:var(--muted)}.product-card ul,.price-card ul{list-style:none;margin:20px 0 26px;padding:0;display:flex;flex-wrap:wrap;gap:7px}.product-card li,.price-card li{padding:7px 10px;border-radius:9px;background:rgba(255,255,255,.045);color:#9ba8bb;font-size:10px}.product-card li::before,.price-card li::before{content:"+";margin-right:6px;color:var(--blue-2)}.product-card>.button{margin-top:auto;align-self:flex-start}.features{max-width:none;padding-inline:max(32px,calc((100vw - var(--container))/2 + 32px));background:radial-gradient(circle at 50% 45%,rgba(28,80,175,.09),transparent 35%)}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bento{min-height:280px;padding:28px;border-radius:24px;display:flex;flex-direction:column;justify-content:flex-end}.bento-wide{grid-column:span 2;position:relative}.feature-icon{width:48px;height:48px;margin-bottom:auto;border-radius:15px;display:grid;place-items:center}.feature-icon svg{color:#9bc5ff}.bento h3{font-size:23px}.bento p{margin:10px 0 0;color:var(--muted);font-size:13px}.file-stack{position:absolute;top:28px;right:28px;display:flex;gap:8px}.file-stack span,.avatars span{min-width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:#9fb0c6;font:600 10px monospace}.avatars{position:absolute;right:28px;top:28px;display:flex}.avatars span{margin-left:-10px;border-color:rgba(105,168,255,.28)}.workflow{max-width:none;padding-inline:max(32px,calc((100vw - var(--container))/2 + 32px))}.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps li{min-height:240px;padding:28px;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between}.steps li>span{align-self:flex-start}.steps h3{font-size:26px}.steps p{color:var(--muted);margin-bottom:0}.pricing{max-width:1680px}.billing-toggle{padding:4px;border-radius:14px;display:grid;grid-template-columns:1fr 1fr}.billing-toggle button{padding:0 15px;white-space:nowrap}.billing-toggle span{color:#8cbcff}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch}.price-card{position:relative;min-height:600px;padding:28px;border-radius:24px;display:flex;flex-direction:column}.price-card-main{border-color:rgba(96,159,255,.48);background:radial-gradient(circle at 60% 5%,rgba(48,120,238,.28),transparent 34%),linear-gradient(145deg,rgba(22,39,68,.88),rgba(8,13,23,.8));box-shadow:inset 0 1px rgba(255,255,255,.22),0 35px 100px rgba(0,63,167,.18)}.popular{position:absolute;right:18px;top:18px;color:#bcd8ff;font-size:8px}.price-card h3{margin-top:24px;font-size:31px}.price-card p{color:var(--muted);font-size:13px}.price{padding:26px 0 18px;border-bottom:1px solid var(--line);font-variant-numeric:tabular-nums}.price b{font:600 clamp(36px,3vw,48px)/1 Manrope}.price small{color:#8491a4;font-size:12px}.credits{padding:15px 0;color:#c4d0e1;font-size:11px}.price-card ul{display:block;margin-top:5px}.price-card li{margin:5px 0;background:transparent;padding-left:0}.price-card>.button{width:100%;margin-top:auto}.credit-panel{margin-top:18px;padding:28px;border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:30px}.credit-panel h3{font-size:24px}.credit-panel p{margin:8px 0 0;color:var(--muted)}.credit-packs{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.price-note{color:#66748a;font-size:10px}.faq-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:100px}.faq .section-heading{position:sticky;top:120px;align-self:start}.accordion details{border-top:1px solid var(--line)}.accordion details:last-child{border-bottom:1px solid var(--line)}summary{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px;list-style:none;cursor:pointer;font:600 17px Manrope}summary::-webkit-details-marker{display:none}summary span{flex:0 0 auto;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;position:relative;background:rgba(255,255,255,.04);box-shadow:inset 0 1px rgba(255,255,255,.1)}summary span::before,summary span::after{content:"";position:absolute;width:12px;height:1px;background:#aac3e6;left:10px;top:16px;transition:.25s}summary span::after{transform:rotate(90deg)}details[open] summary span::after{transform:none}details p{max-width:760px;margin:0;padding:0 64px 28px 0;color:var(--muted)}.final-cta{padding-top:70px}.cta-card{position:relative;min-height:560px;padding:70px 32px;border-radius:32px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 35%,rgba(35,107,226,.25),transparent 35%),linear-gradient(145deg,rgba(16,32,57,.82),rgba(5,8,15,.84))}.cta-card>img{position:absolute;right:-100px;bottom:-260px;width:540px;opacity:.035;mix-blend-mode:screen}.cta-card>*:not(img){position:relative;z-index:2}.cta-card h2{margin:22px 0;max-width:1000px}.cta-card p{margin:0 0 26px;color:var(--muted)}.site-footer{max-width:var(--container);margin:auto;padding:45px 32px 28px}.footer-top{padding:55px 0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;border-top:1px solid var(--line)}.footer-top p{margin:0;color:var(--muted)}.footer-top nav{display:grid;grid-template-columns:1fr 1fr;gap:13px}.footer-top a{font-size:12px}.footer-bottom{padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#5f6c80;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.auth-dialog{width:min(510px,calc(100% - 28px));padding:0;border:0;background:transparent;color:var(--text)}.auth-dialog::backdrop{background:rgba(1,3,7,.78);backdrop-filter:blur(10px)}.auth-card{position:relative;padding:38px;border-radius:26px;display:flex;flex-direction:column;gap:16px}.dialog-close{position:absolute;right:16px;top:16px}.auth-card h2{font-size:36px}.auth-card>p{margin:0;color:var(--muted)}.auth-card label:not(.consent){display:flex;flex-direction:column;gap:7px;color:#b8c4d6;font-size:11px}.auth-card input,.auth-card select{width:100%;min-height:50px;padding:12px 14px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:inset 0 1px rgba(255,255,255,.08);outline:none}.auth-card input:focus,.auth-card select:focus{border-color:#69a8ff;box-shadow:0 0 0 3px rgba(36,123,255,.17)}.consent{display:flex;gap:10px;color:#7e8ca1;font-size:10px}.consent input{width:18px;height:18px;accent-color:var(--blue)}.form-note{text-align:center;color:#5f6d82;font-size:9px}.toast{position:fixed;z-index:90;left:50%;bottom:24px;transform:translate(-50%,140%);min-width:260px;padding:14px 20px;border-radius:14px;text-align:center;font-size:12px;transition:transform .35s var(--ease)}.toast.visible{transform:translate(-50%,0)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.in-view{opacity:1;transform:none}.reveal[data-delay="1"]{transition-delay:.08s}.reveal[data-delay="2"]{transition-delay:.16s}.reveal[data-delay="3"]{transition-delay:.24s}@keyframes ticker{to{transform:translateX(-50%)}}@keyframes orbit{50%{transform:rotate(-15deg) scale(1.025)}}@keyframes loading{0%{transform:translateX(-120%)}50%{transform:translateX(100%)}100%{transform:translateX(300%)}}
@media(min-width:1920px){:root{--container:1680px}.site-header{top:26px}.header-shell{min-height:74px}.hero{min-height:1080px;grid-template-columns:.72fr 1.28fr;gap:70px}.app-window{transform:scale(1.02)}.workspace{min-height:660px}.section{padding-top:180px;padding-bottom:180px}.product-card{min-height:780px}.bento{min-height:320px}}
@media(min-width:2300px){:root{--container:1840px}body{font-size:18px}.hero{min-height:1280px}.app-window{transform:scale(1.08)}.workspace{min-height:700px}.section{padding-top:210px;padding-bottom:210px}.header-shell{min-height:78px}.desktop-nav a,.button{font-size:14px}}
@media(max-width:1180px){.desktop-nav,.header-actions{display:none}.menu-toggle{display:flex;margin-left:auto;width:46px;height:46px;padding:0;flex-direction:column;gap:7px}.menu-toggle span{width:21px;height:1px;background:#fff;transition:.25s}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-menu{max-width:var(--container);margin:8px auto;padding:15px;border-radius:18px}.mobile-menu:not([hidden]){display:grid;gap:4px}.mobile-menu a{min-height:48px;padding:13px;border-radius:12px}.hero{grid-template-columns:1fr;padding-top:150px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-product{max-width:900px;width:100%;margin:30px auto 0}.product-grid{grid-template-columns:1fr}.product-card{min-height:670px}.bento-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr 1fr}.faq-layout{grid-template-columns:1fr;gap:20px}.faq .section-heading{position:static}.section-heading{align-items:start}.footer-top{grid-template-columns:1fr 1fr}.footer-top nav{grid-column:1/-1}}
@media(max-width:720px){.site-header{top:10px;padding:0 12px}.header-shell{min-height:58px;padding-left:14px}.section{padding:100px 18px}.hero{min-height:auto;padding:125px 18px 80px}.hero-copy{text-align:left}.hero-actions,.trust-row{justify-content:flex-start}.hero-actions .button{width:100%}h1{font-size:clamp(50px,15vw,70px)}.section-heading h2,h2{font-size:42px}.hero-copy>p{font-size:16px}.hero-product{margin-top:40px}.logo-orbit{width:390px;height:390px;right:-35%;top:-15%}.logo-orbit img{width:240px}.orbit-a{width:380px;height:220px}.orbit-b{width:290px;height:290px}.app-window{border-radius:20px}.app-bar{grid-template-columns:1fr 1fr}.app-bar>span:nth-child(2){display:none}.workspace{display:block;min-height:0}.composer-pane{padding:16px;border-right:0;border-bottom:1px solid var(--line)}.preview-pane{padding:16px;min-height:520px}.preview-note{left:16px;right:16px}.source-presets{display:none}.product-grid,.bento-grid,.steps,.pricing-grid{grid-template-columns:1fr}.product-card{min-height:620px;padding:20px}.deck-visual,.cards-visual{height:280px}.deck-visual>div{width:72%}.cards-visual{padding-inline:0}.bento-wide{grid-column:auto}.bento{min-height:230px;padding:22px}.file-stack,.avatars{position:static;margin-top:22px}.steps li{min-height:210px}.section-heading{display:block;margin-bottom:42px}.section-heading>p,.billing-toggle{margin-top:24px}.billing-toggle{max-width:330px}.price-card{min-height:540px}.credit-panel{display:block}.credit-packs{justify-content:flex-start;margin-top:22px}.faq-layout{gap:0}summary{min-height:84px;font-size:15px}details p{padding-right:42px}.cta-card{min-height:540px;padding:55px 18px}.footer-top{grid-template-columns:1fr}.footer-top nav{grid-column:auto}.footer-bottom{gap:16px;flex-wrap:wrap}.auth-card{padding:34px 20px 24px}.auth-card h2{font-size:31px}.cursor-glow{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* Landing constellation: copy first, brand experience below */
.landing-hero{min-height:unset;padding-top:158px;padding-bottom:70px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;overflow:hidden}.landing-hero::before{width:1100px;height:1100px;right:50%;top:330px;transform:translateX(50%);border-color:rgba(76,144,255,.08);box-shadow:0 0 220px rgba(36,123,255,.1)}.landing-hero-copy{width:min(1120px,100%);display:flex;flex-direction:column;align-items:center}.landing-hero-copy h1{max-width:1100px;margin-top:20px;font-size:clamp(64px,6vw,106px)}.landing-hero-copy>p{max-width:800px;margin:24px auto;color:#aeb9ca;font-size:17px}.landing-hero .hero-actions,.landing-hero .trust-row{justify-content:center}.brand-constellation{position:relative;z-index:3;width:min(1260px,100%);height:640px;margin-top:4px;isolation:isolate}.constellation-glow{position:absolute;z-index:-4;left:50%;top:49%;width:620px;height:620px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(33,111,241,.32) 0,rgba(20,76,179,.13) 35%,transparent 70%);filter:blur(12px)}.hero-emblem{position:absolute;z-index:4;left:50%;top:51%;width:410px;transform:translate(-50%,-50%);border-radius:50%;mix-blend-mode:screen;filter:saturate(1.3) contrast(1.08) drop-shadow(0 0 30px rgba(68,141,255,.42));mask-image:radial-gradient(circle,#000 50%,transparent 73%)}.hero-star{position:absolute;z-index:1;left:50%;top:49%;width:285px;height:285px;transform:translate(-50%,-50%);clip-path:polygon(50% 0,58% 39%,100% 50%,58% 61%,50% 100%,42% 61%,0 50%,42% 39%);background:radial-gradient(circle,#fff 0 7%,#d9eaff 21%,rgba(77,150,255,.62) 43%,rgba(36,123,255,.1) 68%,transparent 72%);filter:blur(.4px) drop-shadow(0 0 32px rgba(104,168,255,.85));animation:starPulse 4.8s ease-in-out infinite}.hero-star::after{content:"";position:absolute;inset:30%;border-radius:50%;background:#fff;filter:blur(14px);box-shadow:0 0 70px #6caaff}.constellation-orbit{position:absolute;z-index:-1;left:50%;top:50%;border:1px solid rgba(109,170,255,.22);border-radius:50%;box-shadow:inset 0 0 40px rgba(47,119,240,.035)}.orbit-one{width:1040px;height:340px;transform:translate(-50%,-50%) rotate(-6deg);animation:orbitFloatA 9s ease-in-out infinite}.orbit-two{width:850px;height:470px;transform:translate(-50%,-50%) rotate(24deg);animation:orbitFloatB 11s ease-in-out infinite}.orbit-three{width:640px;height:580px;transform:translate(-50%,-50%) rotate(-28deg);border-color:rgba(109,170,255,.15)}.constellation-orbit::before,.constellation-orbit::after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#82b7ff;box-shadow:0 0 18px #247bff}.constellation-orbit::before{left:10%;top:27%}.constellation-orbit::after{right:12%;bottom:25%}.orbit-label{position:absolute;z-index:6;color:#9fb7da;background:linear-gradient(145deg,rgba(9,16,29,.88),rgba(9,14,24,.56));font:500 10px/1.2 monospace;letter-spacing:.13em}.orbit-label-a{left:13%;top:19%}.orbit-label-b{right:11%;top:34%}.orbit-label-c{left:23%;bottom:10%}.orbit-node{position:absolute;z-index:7;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#9fc7ff}.orbit-node svg{width:21px}.node-a{left:8%;top:47%}.node-b{right:7%;top:45%}.node-c{left:28%;top:28%}.node-d{right:27%;bottom:17%}.brand-constellation:hover .hero-emblem{filter:saturate(1.55) contrast(1.1) drop-shadow(0 0 45px rgba(68,141,255,.55))}.hero-emblem{transition:filter .5s var(--ease)}

/* Separate product workspace */
.workspace-page{min-height:100svh;background:radial-gradient(circle at 50% -20%,rgba(36,123,255,.16),transparent 36%),#05070d}.workspace-header{position:fixed;z-index:60;top:18px;left:18px;right:18px;min-height:66px;padding:8px 10px;border-radius:19px;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:18px}.workspace-back{padding-inline:14px}.workspace-project{justify-self:center;text-align:center;font:600 12px Manrope}.workspace-project small{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:3px;color:#6f7e93;font:500 8px Inter}.workspace-project i{width:5px;height:5px;border-radius:50%;background:#6caaff;box-shadow:0 0 10px #247bff}.workspace-account{display:flex;align-items:center;gap:8px}.workspace-shell{min-height:100svh;padding:104px 18px 18px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:16px}.workspace-sidebar{min-height:calc(100svh - 122px);padding:12px 8px;border-radius:22px;display:flex;flex-direction:column;gap:7px}.sidebar-action{min-height:68px;padding:8px 4px;border:1px solid transparent;border-radius:16px;background:transparent;color:#77869c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:8px}.sidebar-action svg{width:19px}.sidebar-action:hover,.sidebar-action.active{color:#dcebff;border-color:rgba(121,179,255,.2);background:linear-gradient(145deg,rgba(104,166,255,.15),rgba(255,255,255,.035));box-shadow:inset 0 1px rgba(255,255,255,.15)}.sidebar-bottom{margin-top:auto}.workspace-stage{width:min(1640px,100%);margin:0 auto;padding:34px 28px 60px}.workspace-intro{margin:0 auto 26px;display:flex;align-items:end;justify-content:space-between;gap:40px}.workspace-intro .section-index{margin-bottom:10px}.workspace-intro h1{margin:0;font-size:clamp(40px,4vw,66px)}.workspace-intro>p{max-width:440px;margin:0 0 7px;color:var(--muted)}.workspace-app{width:100%;transform:none!important}.workspace-app .workspace{min-height:680px;grid-template-columns:minmax(360px,.74fr) minmax(520px,1.26fr)}.workspace-app .preview-pane{padding:32px}.workspace-app .slide-canvas{max-height:560px}.workspace-app .market-canvas{max-height:540px}

@keyframes starPulse{0%,100%{opacity:.82;transform:translate(-50%,-50%) scale(.94)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}@keyframes orbitFloatA{0%,100%{transform:translate(-50%,-50%) rotate(-6deg)}50%{transform:translate(-50%,-50%) rotate(-2deg) scale(1.02)}}@keyframes orbitFloatB{0%,100%{transform:translate(-50%,-50%) rotate(24deg)}50%{transform:translate(-50%,-50%) rotate(18deg) scale(.98)}}

@media(min-width:1920px){.landing-hero{min-height:1250px;padding-top:185px}.landing-hero-copy h1{font-size:106px}.brand-constellation{width:min(1450px,100%);height:720px}.hero-emblem{width:470px}.orbit-one{width:1210px;height:390px}.orbit-two{width:980px;height:540px}.orbit-three{width:730px;height:660px}.workspace-stage{padding-top:52px}.workspace-app .workspace{min-height:760px}}
@media(min-width:2300px){.landing-hero{min-height:1430px;padding-top:220px}.brand-constellation{height:820px}.landing-hero-copy h1{font-size:120px}.hero-emblem{width:520px}.workspace-app .workspace{min-height:840px}}
@media(max-width:1180px){.landing-hero{padding-top:145px}.landing-hero-copy{text-align:center}.brand-constellation{height:580px}.orbit-one{width:900px}.orbit-two{width:740px}.workspace-header{grid-template-columns:auto 1fr auto}.workspace-header>.brand{display:none}.workspace-stage{padding-inline:14px}.workspace-intro{align-items:start;flex-direction:column;gap:12px}.workspace-app .workspace{grid-template-columns:1fr}.workspace-app .composer-pane{border-right:0;border-bottom:1px solid var(--line)}}
@media(max-width:720px){.landing-hero{padding:118px 18px 52px;text-align:left;align-items:stretch}.landing-hero-copy{align-items:flex-start;text-align:left}.landing-hero-copy h1{font-size:clamp(48px,14vw,66px)}.landing-hero-copy>p{font-size:15px}.landing-hero .hero-actions,.landing-hero .trust-row{justify-content:flex-start}.brand-constellation{height:410px;width:calc(100% + 36px);margin-left:-18px;margin-top:22px;overflow:hidden}.hero-emblem{width:255px}.hero-star{width:175px;height:175px}.constellation-glow{width:400px;height:400px}.orbit-one{width:610px;height:220px}.orbit-two{width:510px;height:300px}.orbit-three{width:360px;height:350px}.orbit-node{width:46px;height:46px}.node-a{left:3%;top:51%}.node-b{right:3%;top:44%}.node-c{left:20%;top:21%}.node-d{right:20%;bottom:12%}.orbit-label{font-size:8px;min-height:27px;padding:5px 9px}.orbit-label-a{left:5%;top:9%}.orbit-label-b{right:3%;top:24%}.orbit-label-c{left:10%;bottom:5%}.workspace-header{top:10px;left:10px;right:10px;min-height:58px;grid-template-columns:auto 1fr}.workspace-back span:last-child,.workspace-project,.workspace-account .glass-chip{display:none}.workspace-account{justify-self:end}.workspace-shell{padding:82px 10px 10px;display:block}.workspace-sidebar{position:fixed;z-index:50;left:10px;right:10px;bottom:10px;min-height:0;height:72px;padding:6px;display:grid;grid-template-columns:repeat(4,1fr);border-radius:20px}.sidebar-action{min-height:58px}.sidebar-bottom{margin:0}.workspace-stage{padding:20px 0 88px}.workspace-intro{padding:0 8px;margin-bottom:20px}.workspace-intro h1{font-size:38px}.workspace-intro>p{font-size:13px}.workspace-app{border-radius:20px}.workspace-app .workspace{display:block}.workspace-app .composer-pane{padding:16px}.workspace-app .preview-pane{padding:16px;min-height:520px}.workspace-app .app-bar{grid-template-columns:1fr 1fr}.workspace-app .app-bar>span:nth-child(2){display:none}}

.hero-star{width:190px;height:190px}@media(min-width:1920px){.hero-star{width:220px;height:220px}}@media(max-width:720px){.hero-star{width:145px;height:145px}}

/* The star is a distant light source; the monogram stays visually in front. */
.brand-constellation::after{content:"";position:absolute;z-index:2;left:50%;top:50%;width:430px;height:430px;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(3,9,20,.94) 0 34%,rgba(4,12,27,.78) 48%,rgba(4,13,29,.2) 65%,transparent 74%);box-shadow:inset 0 0 70px rgba(67,140,255,.09)}.hero-star{z-index:1;width:520px;height:520px;opacity:.48;background:radial-gradient(circle,#fff 0 3%,rgba(197,224,255,.92) 8%,rgba(78,153,255,.48) 25%,rgba(36,123,255,.12) 48%,transparent 70%);filter:blur(3px) drop-shadow(0 0 54px rgba(75,148,255,.5));animation:starBackdropPulse 6s ease-in-out infinite}.hero-emblem{z-index:4;width:430px;filter:saturate(1.48) contrast(1.15) brightness(1.08) drop-shadow(0 0 28px rgba(58,134,255,.48))}.brand-constellation:hover .hero-emblem{filter:saturate(1.65) contrast(1.18) brightness(1.12) drop-shadow(0 0 42px rgba(68,141,255,.6))}@keyframes starBackdropPulse{0%,100%{opacity:.38;transform:translate(-50%,-50%) scale(.96)}50%{opacity:.56;transform:translate(-50%,-50%) scale(1.04)}}
@media(min-width:1920px){.brand-constellation::after{width:500px;height:500px}.hero-star{width:610px;height:610px}.hero-emblem{width:480px}}
@media(max-width:720px){.brand-constellation::after{width:250px;height:250px}.hero-star{width:330px;height:330px}.hero-emblem{width:255px}}

.ticker-track{gap:0}.ticker-group{flex:none;display:flex;align-items:center;gap:34px;padding-right:34px}.ticker-group i{flex:none}@keyframes ticker{to{transform:translateX(-25%)}}

.ticker+.section{padding-top:105px}.brand-constellation::after{width:370px;height:370px}.hero-star{opacity:.68;background:radial-gradient(circle,rgba(232,244,255,.94) 0 4%,rgba(145,194,255,.78) 16%,rgba(60,139,255,.5) 42%,rgba(28,104,230,.24) 64%,transparent 76%);filter:blur(1.2px) drop-shadow(0 0 64px rgba(65,143,255,.62));animation:starBackdropPulse2 6s ease-in-out infinite}@keyframes starBackdropPulse2{0%,100%{opacity:.54;transform:translate(-50%,-50%) scale(.97)}50%{opacity:.74;transform:translate(-50%,-50%) scale(1.035)}}
@media(min-width:1920px){.ticker+.section{padding-top:120px}.brand-constellation::after{width:420px;height:420px}}
@media(min-width:2300px){.ticker+.section{padding-top:130px}}
@media(max-width:720px){.ticker+.section{padding-top:78px}.brand-constellation::after{width:220px;height:220px}}

.ticker+.section{padding-top:80px}@media(min-width:1920px){.ticker+.section{padding-top:90px}}@media(min-width:2300px){.ticker+.section{padding-top:100px}}@media(max-width:720px){.ticker+.section{padding-top:68px}}

/* Brand mark, project story and team badges */
.brand-mark{overflow:hidden}.brand-mark img{display:block;width:30px;height:30px;object-fit:cover;border-radius:50%;mix-blend-mode:screen;filter:saturate(1.45) contrast(1.12);mask-image:radial-gradient(circle,#000 48%,transparent 73%)}.about{max-width:1680px}.about-layout{display:grid;grid-template-columns:1.14fr .86fr;gap:18px}.about-story{min-height:610px;padding:34px;border-radius:30px;display:grid;grid-template-rows:1fr auto;overflow:hidden;background:radial-gradient(circle at 50% 28%,rgba(43,117,237,.2),transparent 34%),linear-gradient(145deg,rgba(19,33,56,.78),rgba(6,10,18,.82))}.about-logo-scene{position:relative;min-height:300px;display:grid;place-items:center}.about-logo-scene::before,.about-logo-scene::after{content:"";position:absolute;width:78%;height:42%;border:1px solid rgba(102,166,255,.18);border-radius:50%;transform:rotate(-12deg)}.about-logo-scene::after{width:55%;height:68%;transform:rotate(24deg)}.about-logo-scene i{position:absolute;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(53,132,255,.24),transparent 68%);box-shadow:0 0 90px rgba(36,123,255,.1)}.about-logo-scene img{position:relative;z-index:2;width:285px;border-radius:50%;mix-blend-mode:screen;filter:saturate(1.45) contrast(1.12) drop-shadow(0 0 35px rgba(53,133,255,.38));mask-image:radial-gradient(circle,#000 48%,transparent 73%)}.about-copy{position:relative;z-index:3;max-width:820px}.about-copy .glass-chip{margin-bottom:20px;color:#a9cfff}.about-copy h3{max-width:760px;font-size:clamp(32px,3vw,50px);line-height:1.02}.about-copy p{max-width:770px;margin:20px 0 0;color:var(--muted)}.about-values{display:grid;gap:14px}.about-value{min-height:194px;padding:28px;border-radius:24px;display:grid;grid-template-columns:48px 1fr;align-content:center;column-gap:16px}.about-value>span{grid-row:1/3;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#8dbdff;background:rgba(72,143,255,.1);border:1px solid rgba(106,169,255,.22);font:600 10px monospace}.about-value h3{font-size:22px}.about-value p{margin:8px 0 0;color:var(--muted);font-size:13px}.about-facts{margin-top:18px;padding:28px;border-radius:24px;display:grid;grid-template-columns:repeat(3,180px) 1fr;align-items:center;gap:24px}.about-facts>div{display:flex;align-items:center;gap:13px}.about-facts b{font:600 42px/1 Manrope;color:#cfe3ff}.about-facts span{color:#77869b;font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.08em}.about-facts p{max-width:540px;margin:0 0 0 auto;color:#a2aec0}.avatars{gap:9px}.avatars span{margin-left:0}
@media(max-width:1180px){.about-layout{grid-template-columns:1fr}.about-story{min-height:570px}.about-values{grid-template-columns:repeat(3,1fr)}.about-value{min-height:230px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.about-value>span{margin-bottom:auto}.about-facts{grid-template-columns:repeat(3,1fr)}.about-facts p{grid-column:1/-1;margin:6px 0 0}.avatars{gap:8px}}
@media(max-width:720px){.brand-mark img{width:28px;height:28px}.about-story{min-height:620px;padding:22px}.about-logo-scene{min-height:270px}.about-logo-scene img{width:230px}.about-copy h3{font-size:34px}.about-values{grid-template-columns:1fr}.about-value{min-height:210px}.about-facts{padding:22px;grid-template-columns:1fr}.about-facts p{grid-column:auto}.about-facts>div{padding-bottom:14px;border-bottom:1px solid var(--line)}}

.brand-mark{width:40px;height:40px}.brand-mark img{width:38px;height:38px}@media(max-width:900px){.about>.section-heading{display:block}.about>.section-heading>p{max-width:650px;margin-top:22px}}@media(max-width:720px){.brand-mark{width:38px;height:38px}.brand-mark img{width:36px;height:36px}}

main section[id]{scroll-margin-top:112px}@media(max-width:720px){main section[id]{scroll-margin-top:86px}}

/* Coming-soon workspace */
.coming-page{min-height:100svh;overflow:hidden;background:radial-gradient(circle at 50% 52%,rgba(30,98,214,.18),transparent 34%),#05070d}.coming-main{position:relative;min-height:100svh;padding:112px 24px 26px;display:grid;place-items:center;overflow:hidden}.coming-grid{position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:86px 86px;mask-image:radial-gradient(circle at 50% 50%,#000,transparent 78%)}.coming-hero{position:relative;z-index:2;width:min(1500px,100%);min-height:calc(100svh - 138px);display:grid;grid-template-rows:auto minmax(410px,1fr) auto;align-items:center}.coming-copy{text-align:center;display:flex;flex-direction:column;align-items:center}.coming-copy h1{margin-top:14px;font-size:clamp(76px,8vw,150px);line-height:.76;letter-spacing:-.07em}.coming-copy h1 em{display:inline-block;color:transparent;-webkit-text-stroke:1px rgba(170,207,255,.75);filter:drop-shadow(0 0 26px rgba(56,132,255,.2))}.coming-copy>p{max-width:730px;margin:25px auto 0;color:#9caabd;font-size:15px}.flight-stage{--flight-x:min(34vw,500px);--flight-y:145px;position:relative;width:100%;height:100%;min-height:410px;isolation:isolate}.flight-aura{position:absolute;z-index:-2;left:50%;top:50%;width:570px;height:330px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(44,124,255,.25),rgba(25,82,183,.08) 42%,transparent 70%);filter:blur(20px)}.flight-orbit{position:absolute;z-index:-1;left:50%;top:50%;border:1px solid rgba(100,164,255,.17);border-radius:50%;transform:translate(-50%,-50%)}.orbit-flight-a{width:min(92%,1260px);height:295px;transform:translate(-50%,-50%) rotate(-7deg)}.orbit-flight-b{width:min(72%,970px);height:390px;transform:translate(-50%,-50%) rotate(19deg);border-color:rgba(100,164,255,.1)}.flight-orbit::before,.flight-orbit::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#79b1ff;box-shadow:0 0 16px #247bff}.flight-orbit::before{left:14%;top:20%}.flight-orbit::after{right:12%;bottom:23%}.flight-label{position:absolute;z-index:6;color:#91acd2;background:linear-gradient(145deg,rgba(9,16,29,.86),rgba(9,14,24,.52));font:500 9px monospace;letter-spacing:.12em}.label-build{left:10%;top:24%}.label-team{right:9%;bottom:20%}.flyer{position:absolute;left:50%;top:50%;will-change:transform;animation:workspaceOrbit 10s linear infinite}.flying-logo{z-index:5}.flying-logo>div{width:190px;height:190px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,rgba(30,95,210,.16),transparent 70%);filter:drop-shadow(0 0 32px rgba(55,136,255,.38));animation:logoBreathe 2.4s ease-in-out infinite}.flying-logo img{width:180px;border-radius:50%;mix-blend-mode:screen;filter:saturate(1.55) contrast(1.15);mask-image:radial-gradient(circle,#000 48%,transparent 73%)}.flying-person{z-index:4}.person-one{animation-delay:-9.45s}.person-two{animation-delay:-8.9s}.person-three{animation-delay:-8.35s}.person-four{animation-delay:-7.8s}.person{position:relative;width:50px;height:76px;filter:drop-shadow(0 0 13px rgba(72,150,255,.56));animation:personBob 1.2s ease-in-out infinite alternate}.person i{position:absolute;display:block}.person-head{left:13px;top:0;width:25px;height:25px;border-radius:50%;border:2px solid #9fcaff;background:radial-gradient(circle at 38% 35%,rgba(230,243,255,.8),rgba(51,126,240,.48) 40%,rgba(8,21,44,.92) 72%);box-shadow:inset 0 0 0 5px rgba(4,12,26,.54)}.person-body{left:11px;top:25px;width:29px;height:31px;border:2px solid #78b0ff;border-radius:10px 10px 13px 13px;background:linear-gradient(145deg,rgba(93,160,255,.74),rgba(20,66,144,.78));box-shadow:inset 0 1px rgba(255,255,255,.35)}.person-arm,.person-leg{width:18px;height:3px;border-radius:99px;background:#83b9ff;transform-origin:2px 50%;box-shadow:0 0 8px rgba(70,147,255,.5)}.person-arm{top:31px}.arm-left{left:9px;transform:rotate(145deg)}.arm-right{right:7px;transform:rotate(35deg)}.person-leg{top:54px}.leg-left{left:17px;transform:rotate(112deg)}.leg-right{right:12px;transform:rotate(68deg)}.person-two .person{transform:scale(.93);animation-delay:-.2s}.person-three .person{transform:scale(.86);animation-delay:-.4s}.person-four .person{transform:scale(.79);animation-delay:-.6s}.coming-status{width:min(820px,100%);min-height:78px;margin:0 auto;padding:10px 12px 10px 20px;border-radius:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.status-pulse{width:10px;height:10px;border-radius:50%;background:#70adff;box-shadow:0 0 0 7px rgba(57,134,255,.08),0 0 24px #247bff;animation:statusPulse 2s ease-in-out infinite}.coming-status>div{display:flex;flex-direction:column}.coming-status b{font:600 13px Manrope}.coming-status>div span{color:#748298;font-size:10px}.coming-header .workspace-project small{color:#7e9eca}
@keyframes workspaceOrbit{0%{transform:translate(-50%,-50%) translate(calc(var(--flight-x) * -1),0) scale(.78) rotate(-8deg)}25%{transform:translate(-50%,-50%) translate(0,calc(var(--flight-y) * -1)) scale(1) rotate(2deg)}50%{transform:translate(-50%,-50%) translate(var(--flight-x),0) scale(.82) rotate(9deg)}75%{transform:translate(-50%,-50%) translate(0,var(--flight-y)) scale(.65) rotate(-2deg)}100%{transform:translate(-50%,-50%) translate(calc(var(--flight-x) * -1),0) scale(.78) rotate(-8deg)}}@keyframes logoBreathe{50%{transform:scale(1.06);filter:drop-shadow(0 0 45px rgba(65,145,255,.54))}}@keyframes personBob{to{translate:0 -6px;rotate:4deg}}@keyframes statusPulse{50%{opacity:.5;transform:scale(.84)}}
@media(min-width:1920px){.coming-main{padding-top:126px}.coming-hero{min-height:calc(100svh - 155px)}.flight-stage{--flight-x:min(36vw,650px);--flight-y:175px;min-height:500px}.flying-logo>div{width:230px;height:230px}.flying-logo img{width:220px}.orbit-flight-a{width:min(94%,1500px);height:360px}.orbit-flight-b{width:min(74%,1180px);height:470px}}
@media(max-width:1180px){.coming-header{grid-template-columns:auto auto 1fr auto}.coming-header>.brand{display:inline-flex}.coming-header .workspace-project{justify-self:end}.coming-hero{min-height:calc(100svh - 138px)}.flight-stage{--flight-x:min(36vw,330px);--flight-y:125px}.flying-logo>div{width:160px;height:160px}.flying-logo img{width:152px}}
@media(max-width:720px){.coming-page{overflow:auto}.coming-main{min-height:100svh;padding:92px 14px 18px}.coming-header{grid-template-columns:auto 1fr auto}.coming-header>.brand{display:inline-flex;justify-self:center}.coming-header .workspace-project,.coming-header .workspace-account{display:none}.coming-hero{min-height:calc(100svh - 110px);grid-template-rows:auto minmax(330px,1fr) auto}.coming-copy h1{font-size:clamp(66px,22vw,96px)}.coming-copy>p{font-size:13px;margin-top:20px}.flight-stage{--flight-x:min(35vw,135px);--flight-y:102px;min-height:330px}.flying-logo>div{width:122px;height:122px}.flying-logo img{width:116px}.person{transform:scale(.74)}.orbit-flight-a{width:115%;height:210px}.orbit-flight-b{width:82%;height:290px}.flight-label{font-size:7px}.label-build{left:1%;top:20%}.label-team{right:1%;bottom:16%}.coming-status{min-height:70px;padding:12px 14px;grid-template-columns:auto 1fr}.coming-status .button{grid-column:1/-1;width:100%}.coming-status>div span{display:none}}
@media(prefers-reduced-motion:reduce){.flyer,.flying-logo>div,.person,.status-pulse{animation:none!important}.flying-logo{transform:translate(-50%,-50%)!important}.flying-person{display:none}}

/* Legal documents */
.legal-page{min-height:100svh;background:radial-gradient(circle at 50% -18%,rgba(36,123,255,.16),transparent 34%),#05070d}.legal-main{width:min(1180px,100%);margin:0 auto;padding:128px 24px 72px}.legal-hero{padding:42px;border-radius:28px;margin-bottom:18px}.legal-hero h1{margin:0;font-size:clamp(42px,5vw,76px);line-height:.98}.legal-hero p{max-width:830px;color:#aeb9ca}.legal-note{padding:14px 16px;border:1px solid rgba(108,170,255,.28);border-radius:14px;background:rgba(36,123,255,.08)}.legal-document{padding:42px;border-radius:28px}.legal-document h2{margin:34px 0 12px;font-size:26px;line-height:1.15;letter-spacing:-.03em}.legal-document h2:first-child{margin-top:0}.legal-document p{margin:0 0 12px;color:#b5c0d0}.legal-document a,.consent a{color:#9fcaff;text-decoration:underline;text-decoration-color:rgba(159,202,255,.42);text-underline-offset:3px}.consent span{line-height:1.45}.consent input{margin-top:4px;flex:0 0 auto}.footer-top nav{align-content:start}@media(max-width:720px){.legal-main{padding:96px 14px 44px}.legal-hero,.legal-document{padding:24px;border-radius:22px}.legal-hero h1{font-size:40px}.legal-document h2{font-size:22px}}
