body.cura-page{color:var(--cream);background-color:#121315}html:has(body.cura-page){color:var(--cream);background-color:#121315}.immersive-page{z-index:1;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:10px 20px 80px;display:flex;position:relative;overflow:hidden}.ambient-orb{filter:blur(120px);z-index:-1;border-radius:50%;animation:15s ease-in-out infinite alternate floatOrb;position:absolute}.orb-1{background:radial-gradient(circle,#d3540026 0%,#0000 70%);width:45vw;height:45vw;animation-delay:0s;top:5%;left:5%}.orb-2{background:radial-gradient(circle,#a0522d1f 0%,#0000 70%);width:55vw;height:55vw;animation-delay:-5s;bottom:-5%;right:-5%}.orb-3{background:radial-gradient(circle,#ff8c0014 0%,#0000 70%);width:35vw;height:35vw;animation-delay:-3s;top:40%;right:15%}.orb-4{background:radial-gradient(circle,#8b45131a 0%,#0000 70%);width:40vw;height:40vw;animation-delay:-7s;bottom:20%;left:10%}@keyframes floatOrb{0%{transform:translate(0)scale(1)}to{transform:translate(8%,12%)scale(1.15)}}@media (width<=900px){.ambient-orb{filter:blur(80px);width:160vw!important;height:160vw!important}.orb-3{background:radial-gradient(circle,#d3540026 0%,#0000 70%);top:30%;left:-30%}}.beta-content-wrapper{z-index:10;justify-content:center;align-items:center;gap:80px;width:100%;max-width:1000px;display:flex}@media (width<=900px){.beta-content-wrapper{justify-content:center;align-items:center;display:flex;position:static}.glass-card{z-index:2;margin-top:-60px}.beta-phone-stage{z-index:1;pointer-events:none;opacity:.7;position:absolute;bottom:-100px;right:-60px}.beta-phone-stage.mobile-top-phone{inset:-100px auto auto -60px;display:flex!important}.beta-phone-stage.mobile-top-phone .cura-phone{transform:rotateY(15deg)rotateX(10deg)}}.beta-phone-stage.mobile-top-phone{display:none}.beta-phone-stage{perspective:1500px;flex-shrink:0;justify-content:center;display:flex}.beta-phone-stage .cura-phone{width:320px;transition:transform .5s;position:relative;bottom:auto;left:auto;transform:rotateY(-15deg)rotateX(10deg);box-shadow:inset 0 0 0 1px #ffffff12,inset 0 1px 1px #ffffff1f,0 44px 80px -26px #000000a6,0 0 60px #b5896326}.beta-phone-stage.reveal-3d{opacity:0;transition:opacity 1.2s}.beta-phone-stage.reveal-3d.in{opacity:1}.beta-phone-stage.reveal-3d .cura-phone{transition:transform 1.4s cubic-bezier(.2,.7,.1,1);transform:rotateY(-30deg)rotateX(20deg)translateY(40px)translateZ(-50px)scale(.95)}.beta-phone-stage.reveal-3d.in .cura-phone{transform:rotateY(-15deg)rotateX(10deg)translateY(0)translateZ(0)scale(1)}@media (width<=900px){.beta-phone-stage.mobile-top-phone.reveal-3d .cura-phone{transform:rotateY(30deg)rotateX(20deg)translateY(40px)translateZ(-50px)scale(.95)}.beta-phone-stage.mobile-top-phone.reveal-3d.in .cura-phone{transform:rotateY(15deg)rotateX(10deg)translateY(0)translateZ(0)scale(1)}}.beta-phone-stage .cura-phone-screen:after{display:none}.beta-phone-stage .cura-phone-notch{background:#050505;border-radius:50%;width:14px;height:14px;top:18px;box-shadow:inset 0 0 2px #fff3,0 0 4px #00000080}@media (width<=900px){.beta-phone-stage .cura-phone{width:260px;transform:rotateX(15deg)}}.glass-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#1e1f2366;border-radius:32px;width:100%;max-width:480px;padding:56px 40px;position:relative;box-shadow:inset 0 0 0 1px #ffffff0f,inset 0 1px 1px #ffffff1a,0 40px 80px -20px #000c}@media (width<=768px){.glass-card{background:linear-gradient(135deg,#3c190ad9 0%,#1e140fbf 40%,#1e1f2380 100%);padding:48px 24px}}.glass-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffff26 0%,#fff0 100%);border-radius:32px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.card-title{font-family:var(--font-serif);letter-spacing:-.02em;background:linear-gradient(#fff 0%,#a3a3a3 100%);-webkit-text-fill-color:transparent;text-shadow:0 4px 24px #ffffff1a;-webkit-background-clip:text;margin-bottom:16px;font-size:clamp(40px,6vw,56px);line-height:1}.card-subtitle{color:#efe8d6a6;margin-bottom:40px;font-size:15px;line-height:1.6}.input-group{text-align:left;margin-bottom:24px;position:relative}.input-group label{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:#efe8d680;margin-bottom:8px;font-size:11px;display:block}.premium-input{width:100%;color:var(--cream);font-family:var(--font-sans);background:#0003;border:1px solid #ffffff14;border-radius:12px;padding:16px 20px;font-size:16px;transition:all .3s;box-shadow:inset 0 2px 4px #0003}.premium-input:focus{background:#0000004d;border-color:#b5896366;outline:none;box-shadow:inset 0 2px 4px #0003,0 0 0 4px #b589631a}.premium-input::placeholder{color:#efe8d64d}.cura-cta-group{flex-direction:column;gap:12px;display:flex}.beta-form-wrap{grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.4,0,.2,1),margin-top .45s cubic-bezier(.4,0,.2,1);display:grid}.beta-form-wrap>.beta-form{opacity:0;filter:blur(12px);min-height:0;transition:opacity .5s,filter .5s,transform .5s cubic-bezier(.4,0,.2,1);overflow:hidden;transform:translateY(6px)}.beta-form-wrap.is-open{grid-template-rows:1fr;margin-top:20px}.beta-form-wrap.is-open>.beta-form{opacity:1;filter:blur();transition-delay:.12s;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.beta-form-wrap>.beta-form{filter:none;transition:opacity .3s;transform:none}}.beta-toggle-caret{transition:transform .35s cubic-bezier(.4,0,.2,1);display:inline-block}.premium-btn--secondary.is-open .beta-toggle-caret{transform:rotate(90deg)}.premium-btn{background:var(--cream);width:100%;height:56px;color:var(--ink);font-family:var(--font-sans);border-radius:14px;justify-content:center;align-items:center;gap:12px;font-size:15px;font-weight:500;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 4px 12px #efe8d626}.premium-btn:hover{background:#fff}.premium-btn:active{background:#eaeaea}.premium-btn>span{transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.premium-btn:hover>span:not(.beta-toggle-caret){transform:translate(4px)}.premium-btn--secondary{color:var(--cream);background:#ffffff0a;border:1px solid #ffffff24;box-shadow:inset 0 1px #ffffff0f}.premium-btn--secondary:hover{background:#ffffff17;border-color:#ffffff3d}.premium-btn--secondary:active{background:#ffffff0f}.site-footer{color:var(--cream);border-top:1px solid #ffffff0d;background:#121315!important}.footer-brand p{color:#efe8d699}.footer-col-title{color:#efe8d666}.footer-col a{color:#efe8d6b3}.footer-col a:hover{color:var(--cream)}.footer-bottom{color:#efe8d680;border-top:1px solid #ffffff0d}.footer-bottom a{color:#efe8d680}.footer-bottom a:hover{color:var(--cream)}
