@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#0b1124;--ink:#11182d;--muted:#697183;--teal:#4de5dc;--coral:#ff8d86;--lav:#b7a1ff;--paper:#f8f9fc;--line:#e5e7ef;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font:16px/1.6 'DM Sans',system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(calc(100% - 48px),var(--max));margin:auto}.skip{position:absolute;top:-60px;left:16px;z-index:100;background:#fff;padding:12px}.skip:focus{top:8px}.site-header{height:80px;background:var(--navy);color:#fff;position:relative;z-index:2;border-bottom:1px solid #ffffff18}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:12px;font:700 20px/1 'Manrope',sans-serif;letter-spacing:-.05em}.brand img{border-radius:10px;object-fit:cover}.brand b{font-weight:800}.nav nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}.nav nav a:not(.nav-cta){color:#d3d8e4}.nav nav a:hover,.footer a:hover{color:var(--teal)}.nav-cta{border:1px solid #7e8da6;border-radius:100px;padding:10px 17px}.nav-cta:hover{background:#fff;color:var(--navy)}.hero{min-height:650px;background:var(--navy);color:#fff;position:relative;overflow:hidden}.hero-image{position:absolute;inset:0 0 0 28%;background:url('/assets/hero.png') center center/cover no-repeat;opacity:.9}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 0%,#0b1124f7 24%,#0b1124a8 49%,transparent 80%)}.hero-inner{position:relative;z-index:1;padding:104px 0 92px}.eyebrow,.kicker{font-weight:800;letter-spacing:.18em;text-transform:uppercase;font-size:12px}.eyebrow{color:#b7d7dc;display:flex;gap:12px;align-items:center}.eyebrow-dot,.pulse{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 16px var(--teal)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',system-ui,sans-serif}h1{font-size:clamp(58px,6.5vw,96px);letter-spacing:-.075em;line-height:1.08;margin:27px 0 26px;font-weight:800}h1 em{font-style:normal;background:linear-gradient(100deg,var(--teal),var(--lav),var(--coral));background-clip:text;color:transparent}.hero-copy{max-width:555px;color:#d2d8e5;font-size:18px;line-height:1.75}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin:31px 0 17px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:14px 22px;border-radius:8px;font-weight:700;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--teal);color:#06222a}.button.primary:hover{background:#85f3eb}.button.secondary{border:1px solid #6e778d;color:#fff}.button.secondary:hover{background:#ffffff1c}.hero-note{color:#aeb8ca;font-size:13px}.proof{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-top:35px;padding-bottom:35px}.proof>div{padding:12px 25px;border-right:1px solid var(--line)}.proof>div:last-child{border:0}.proof-num{font-size:12px;font-weight:800;color:#188a91;display:block;margin-bottom:10px}.proof strong{font:800 17px 'Manrope';display:block}.proof p{color:var(--muted);font-size:14px;margin:3px 0 0}.section{padding:105px 0}.process{background:var(--paper)}.section-intro{max-width:760px;margin-bottom:44px}.kicker{color:#138a93;margin-bottom:13px}.section h2,.cta h2{font-size:clamp(39px,4vw,58px);line-height:1.14;letter-spacing:-.055em;font-weight:800;margin-bottom:18px}.section-intro>p:last-child,.feature-text>p{color:var(--muted);font-size:18px;max-width:665px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{border:1px solid var(--line);border-radius:17px;background:#fff;padding:31px;min-height:310px;box-shadow:0 15px 35px #19233b08}.step-id{font-size:11px;font-weight:800;letter-spacing:.13em;color:#24919a}.step-icon{width:62px;height:62px;border-radius:16px;background:#eefafa;color:#148a94;display:grid;place-items:center;font:600 32px 'Manrope';margin:26px 0}.step h3{font-size:21px;letter-spacing:-.035em;margin-bottom:8px}.step p{font-size:15px;color:var(--muted);margin:0}.feature-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:10%}.feature-art{background:#111b32;border-radius:23px;overflow:hidden;position:relative;max-width:500px}.feature-art img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.art-caption{position:absolute;bottom:17px;left:17px;right:17px;border:1px solid #ffffff55;backdrop-filter:blur(18px);background:#081127a8;color:#fff;border-radius:8px;padding:13px 18px;display:flex;align-items:center;gap:12px;font-weight:600;font-size:13px}.feature-text ul{list-style:none;padding:0;margin:28px 0}.feature-text li{padding:8px 0;font-weight:700}.feature-text li span{color:#13979b;margin-right:14px}.text-link{color:#057982;font-weight:800;border-bottom:1px solid #057982;padding-bottom:4px}.cta{background:linear-gradient(110deg,#3ca6ae,#8674c9,#ed8f88);padding:75px 0}.cta-inner{display:flex;align-items:end;justify-content:space-between;gap:24px}.cta .kicker{color:#09283a}.cta h2{color:#07152a;margin:0}.button.light{background:#fff;color:#10203a;white-space:nowrap}.footer{background:var(--navy);color:#fff;padding:60px 0 24px}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer p{color:#aeb8c9;font-size:14px;margin:20px 0 0}.footer-links{display:grid;grid-template-columns:repeat(2,auto);gap:12px 35px;font-size:14px}.footer-bottom{border-top:1px solid #ffffff25;margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;color:#9fa9be;font-size:12px}.legal{background:var(--paper);min-height:70vh;padding:75px 0}.legal article{max-width:820px}.legal h1{color:var(--ink);font-size:clamp(42px,5vw,64px);margin:0 0 15px}.legal h2{font-size:24px;margin:37px 0 9px}.legal p,.legal li{color:#4e586b}.legal .meta{font-size:14px;color:#697183}.studio-page{background:var(--paper);min-height:74vh;padding:65px 0}.studio-head{max-width:760px;margin-bottom:30px}.studio-head h1{color:var(--ink);font-size:clamp(40px,5vw,64px);margin:0 0 12px}.studio-head p{color:var(--muted);font-size:18px}.studio-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:22px}.panel{background:#fff;border:1px solid var(--line);border-radius:17px;padding:28px;box-shadow:0 15px 30px #10204108}.panel h2{font-size:23px;margin:0 0 10px;letter-spacing:-.04em}.panel p{color:var(--muted)}.panel label{display:block;font-weight:700;margin:23px 0 8px}.panel input[type=file]{width:100%;border:2px dashed #bfcbd4;border-radius:10px;padding:32px;background:#f8fcfc}.panel video{width:100%;max-height:390px;background:#0b1124;border-radius:10px;margin-top:18px}.panel .button{border:0;cursor:pointer;margin-top:20px}.panel .button:disabled{opacity:.45;cursor:not-allowed;transform:none}.status{padding:12px 15px;border-radius:8px;background:#eff7f7;color:#135b63;font-size:14px;margin-top:17px}.status.error{background:#fff0ef;color:#a63839}.small{font-size:13px!important}.account{display:flex;gap:12px;align-items:center;margin:15px 0}.account img{width:46px;height:46px;object-fit:cover;border-radius:50%}.account strong{display:block}.account span{color:var(--muted);font-size:13px}.panel button.link-button{border:0;background:none;color:#0b818b;text-decoration:underline;cursor:pointer;padding:0}.hidden{display:none!important}@media(max-width:800px){.nav nav{gap:15px}.nav nav a:not(.nav-cta){display:none}.hero{min-height:590px}.hero-image{inset:0 0 0 10%;background-position:63% center;opacity:.56}.hero:after{background:linear-gradient(90deg,#0b1124 0%,#0b1124df 55%,#0b112455 100%)}.hero-inner{padding:80px 0}.proof,.steps,.feature-grid,.studio-grid{grid-template-columns:1fr}.proof>div{border-right:0;border-bottom:1px solid var(--line)}.proof>div:last-child{border:0}.feature-art{max-width:420px}.cta-inner,.footer-grid,.footer-bottom{display:block}.cta .button{margin-top:25px}.footer-links{margin-top:32px}.footer-bottom span{display:block;margin:6px 0}}@media(max-width:480px){.shell{width:min(calc(100% - 32px),var(--max))}h1{font-size:53px}.hero-copy{font-size:16px}.button{width:100%;justify-content:space-between}.nav-cta{font-size:12px;padding:9px 12px}.brand{font-size:17px}.steps{gap:12px}.section{padding:75px 0}}
