.LaunchModal-module__AOpV4G__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;padding:var(--spacing-4);opacity:0;background:#000c;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.LaunchModal-module__AOpV4G__backdrop.LaunchModal-module__AOpV4G__visible{opacity:1}.LaunchModal-module__AOpV4G__modal{background:linear-gradient(135deg,hsl(var(--surface)),hsl(var(--background)));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);width:100%;max-width:600px;padding:var(--spacing-12);opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;transform:scale(.9)translateY(20px);box-shadow:0 24px 48px #0006}.LaunchModal-module__AOpV4G__modal.LaunchModal-module__AOpV4G__visible{opacity:1;transform:scale(1)translateY(0)}.LaunchModal-module__AOpV4G__closeBtn{top:var(--spacing-4);right:var(--spacing-4);background:hsl(var(--surface-highlight));border:1px solid hsl(var(--border));border-radius:var(--radius-md);width:40px;height:40px;color:hsl(var(--foreground)/.6);cursor:pointer;z-index:10;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute}.LaunchModal-module__AOpV4G__closeBtn:hover{background:hsl(var(--surface));color:hsl(var(--foreground));transform:rotate(90deg)}.LaunchModal-module__AOpV4G__glow1,.LaunchModal-module__AOpV4G__glow2{filter:blur(60px);opacity:.3;pointer-events:none;border-radius:50%;position:absolute}.LaunchModal-module__AOpV4G__glow1{background:hsl(var(--primary)/.3);width:300px;height:300px;animation:8s ease-in-out infinite LaunchModal-module__AOpV4G__float;top:-100px;right:-100px}.LaunchModal-module__AOpV4G__glow2{background:hsl(var(--accent)/.3);width:300px;height:300px;animation:8s ease-in-out infinite reverse LaunchModal-module__AOpV4G__float;bottom:-100px;left:-100px}@keyframes LaunchModal-module__AOpV4G__float{0%,to{transform:translate(0)}50%{transform:translate(20px,20px)}}.LaunchModal-module__AOpV4G__stars{pointer-events:none;height:60px;position:absolute;top:0;left:0;right:0}.LaunchModal-module__AOpV4G__star{color:hsl(var(--accent));animation:2s ease-in-out infinite LaunchModal-module__AOpV4G__twinkle;position:absolute}@keyframes LaunchModal-module__AOpV4G__twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.LaunchModal-module__AOpV4G__content{z-index:1;text-align:center;align-items:center;gap:var(--spacing-6);flex-direction:column;display:flex;position:relative}.LaunchModal-module__AOpV4G__iconWrapper{justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.LaunchModal-module__AOpV4G__iconBg{z-index:2;background:linear-gradient(135deg,hsl(var(--primary)/.1),hsl(var(--accent)/.1));border:2px solid hsl(var(--primary)/.3);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.LaunchModal-module__AOpV4G__iconPulse{background:hsl(var(--primary)/.2);border-radius:50%;animation:2s ease-in-out infinite LaunchModal-module__AOpV4G__pulse;position:absolute;inset:0}@keyframes LaunchModal-module__AOpV4G__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:0;transform:scale(1.3)}}.LaunchModal-module__AOpV4G__title{background:linear-gradient(135deg,hsl(var(--foreground))0%,hsl(var(--primary))50%,hsl(var(--accent))100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;line-height:1.2;animation:3s infinite LaunchModal-module__AOpV4G__gradientShift}@keyframes LaunchModal-module__AOpV4G__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.LaunchModal-module__AOpV4G__dateBox{padding:var(--spacing-6);background:linear-gradient(135deg,hsl(var(--primary)/.08),hsl(var(--accent)/.08));border:2px solid hsl(var(--primary)/.2);border-radius:var(--radius-lg);width:100%;max-width:400px}.LaunchModal-module__AOpV4G__dateLabel{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--foreground)/.6);margin-bottom:var(--spacing-3);font-size:.875rem}.LaunchModal-module__AOpV4G__date{justify-content:center;align-items:baseline;gap:var(--spacing-3);font-weight:700;display:flex}.LaunchModal-module__AOpV4G__dateMonth{color:hsl(var(--primary));font-size:1.5rem}.LaunchModal-module__AOpV4G__dateDay{color:hsl(var(--foreground));font-size:3rem;line-height:1}.LaunchModal-module__AOpV4G__dateYear{color:hsl(var(--accent));font-size:1.5rem}.LaunchModal-module__AOpV4G__description{color:hsl(var(--foreground)/.8);max-width:450px;font-size:1rem;line-height:1.6}.LaunchModal-module__AOpV4G__features{gap:var(--spacing-3);flex-direction:column;width:100%;max-width:400px;display:flex}.LaunchModal-module__AOpV4G__feature{align-items:center;gap:var(--spacing-3);padding:var(--spacing-3);background:hsl(var(--surface-highlight)/.5);border:1px solid hsl(var(--border)/.5);border-radius:var(--radius-md);color:hsl(var(--foreground)/.9);font-size:.95rem;transition:all .2s;display:flex}.LaunchModal-module__AOpV4G__feature svg{color:hsl(var(--primary));stroke-width:2.5px;flex-shrink:0}.LaunchModal-module__AOpV4G__feature:hover{background:hsl(var(--surface-highlight));border-color:hsl(var(--primary)/.3);transform:translate(4px)}.LaunchModal-module__AOpV4G__ctaGroup{gap:var(--spacing-3);width:100%;max-width:400px;margin-top:var(--spacing-4);flex-direction:column;display:flex}.LaunchModal-module__AOpV4G__primaryBtn,.LaunchModal-module__AOpV4G__secondaryBtn{justify-content:center;align-items:center;gap:var(--spacing-2);padding:var(--spacing-4)var(--spacing-6);border-radius:var(--radius-full);cursor:pointer;border:none;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.LaunchModal-module__AOpV4G__primaryBtn{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));color:#fff;box-shadow:0 4px 12px hsl(var(--primary)/.3)}.LaunchModal-module__AOpV4G__primaryBtn:hover{box-shadow:0 8px 20px hsl(var(--primary)/.4);transform:translateY(-2px)}.LaunchModal-module__AOpV4G__primaryBtn svg{stroke-width:2px}.LaunchModal-module__AOpV4G__secondaryBtn{background:hsl(var(--surface-highlight));color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.LaunchModal-module__AOpV4G__secondaryBtn:hover{background:hsl(var(--surface));border-color:hsl(var(--primary)/.3)}.LaunchModal-module__AOpV4G__socialProof{align-items:center;gap:var(--spacing-3);color:hsl(var(--foreground)/.7);margin-top:var(--spacing-2);font-size:.875rem;display:flex}.LaunchModal-module__AOpV4G__avatarGroup{margin-right:var(--spacing-2);display:flex}.LaunchModal-module__AOpV4G__avatar{border:2px solid hsl(var(--background));background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));border-radius:50%;width:32px;height:32px;margin-left:-8px}.LaunchModal-module__AOpV4G__avatar:first-child{margin-left:0}.LaunchModal-module__AOpV4G__socialProof strong{color:hsl(var(--primary))}@media (max-width:640px){.LaunchModal-module__AOpV4G__modal{padding:var(--spacing-8)}.LaunchModal-module__AOpV4G__title{font-size:1.5rem}.LaunchModal-module__AOpV4G__dateDay{font-size:2.5rem}.LaunchModal-module__AOpV4G__dateMonth,.LaunchModal-module__AOpV4G__dateYear{font-size:1.25rem}.LaunchModal-module__AOpV4G__ctaGroup{gap:var(--spacing-2)}.LaunchModal-module__AOpV4G__primaryBtn,.LaunchModal-module__AOpV4G__secondaryBtn{padding:var(--spacing-3)var(--spacing-4);font-size:.9rem}}
.Header-module__Pzgc7q__header{z-index:50;-webkit-backdrop-filter:blur(12px)saturate(150%);background:linear-gradient(#09090bcc 0%,#09090b99 70%,#09090b33 90%,#09090b00 100%);height:80px;transition:all .3s;position:fixed;top:0;left:0;right:0}html[data-theme=light] .Header-module__Pzgc7q__header{background:linear-gradient(#ffffffe6 0%,#ffffffb3 70%,#ffffff4d 90%,#fff0 100%)}.Header-module__Pzgc7q__scrolled{-webkit-backdrop-filter:blur(24px)saturate(180%);background:linear-gradient(#09090bfa 0%,#09090bf2 60%,#09090bb3 85%,#09090b4d 95%,#09090b00 100%);height:70px;box-shadow:0 4px 30px #0003,inset 0 0 0 1px #ffffff14}html[data-theme=light] .Header-module__Pzgc7q__scrolled{background:linear-gradient(#fffffffa 0%,#fffffff2 60%,#ffffffb3 85%,#ffffff4d 95%,#fff0 100%);box-shadow:0 4px 30px #0000000d,inset 0 0 0 1px #0000000d}.Header-module__Pzgc7q__container{max-width:1280px;padding:0 var(--spacing-4);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.Header-module__Pzgc7q__brandGroup{align-items:center;gap:var(--spacing-4);display:flex}.Header-module__Pzgc7q__logoLink{align-items:center;gap:var(--spacing-4);text-decoration:none;transition:opacity .2s;display:flex}.Header-module__Pzgc7q__logoLink:hover{opacity:.8}.Header-module__Pzgc7q__logoImage{border-radius:.75rem;width:40px;height:40px;box-shadow:0 10px 30px #00000073}.Header-module__Pzgc7q__brandName{font-family:var(--font-heading);color:hsl(var(--foreground));letter-spacing:.025em;font-size:1.125rem;font-weight:700;line-height:1}.Header-module__Pzgc7q__tagline{color:hsl(var(--foreground));opacity:.6;font-size:1rem;font-weight:500;display:none}@media (min-width:1024px){.Header-module__Pzgc7q__tagline{display:block}}.Header-module__Pzgc7q__nav{display:none}.Header-module__Pzgc7q__navLink{color:hsl(var(--foreground));margin-left:var(--spacing-8);opacity:.8;font-size:.95rem;font-weight:500;transition:opacity .2s}.Header-module__Pzgc7q__navLink:hover{opacity:1}.Header-module__Pzgc7q__themeToggle{width:40px;height:40px;color:hsl(var(--foreground));cursor:pointer;margin-left:var(--spacing-8);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;outline:none;justify-content:center;align-items:center;transition:all .3s;display:flex}.Header-module__Pzgc7q__themeToggle:hover{background:#ffffff1a;border-color:#fff3;transform:rotate(180deg)}.Header-module__Pzgc7q__themeToggle:focus-visible{outline-offset:2px;outline:2px solid #ffffff4d}.Header-module__Pzgc7q__themeToggle svg{transition:transform .3s}.Header-module__Pzgc7q__mobileMenuBtn{color:hsl(var(--foreground));cursor:pointer;background:0 0;border:none;display:block}@media (min-width:768px){.Header-module__Pzgc7q__nav{align-items:center;display:flex}.Header-module__Pzgc7q__mobileMenuBtn{display:none}}
.Footer-module__y_mvga__footer{background:linear-gradient(to bottom,hsl(var(--background)),hsl(var(--surface)));color:hsl(var(--foreground));padding:var(--spacing-24)0 var(--spacing-8);border-top:1px solid hsl(var(--border)/.5);margin-top:auto;position:relative;overflow:hidden}.Footer-module__y_mvga__footerGlow{background:radial-gradient(ellipse at center,hsl(var(--primary)/.08)0%,transparent 70%);pointer-events:none;z-index:0;width:600px;height:400px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.Footer-module__y_mvga__container{z-index:1;max-width:1280px;padding:0 var(--spacing-4);margin:0 auto;position:relative}.Footer-module__y_mvga__grid{gap:var(--spacing-16);margin-bottom:var(--spacing-16);padding-bottom:var(--spacing-16);border-bottom:1px solid hsl(var(--border)/.5);grid-template-columns:1fr;display:grid}.Footer-module__y_mvga__brandCol{gap:var(--spacing-6);flex-direction:column;display:flex}.Footer-module__y_mvga__logoLink{align-items:center;gap:var(--spacing-3);width:fit-content;transition:transform .2s;display:inline-flex}.Footer-module__y_mvga__logoLink:hover{transform:translateY(-2px)}.Footer-module__y_mvga__logoImage{border-radius:var(--radius-md)}.Footer-module__y_mvga__brand{font-family:var(--font-heading);letter-spacing:-.02em;background:linear-gradient(135deg,hsl(var(--foreground))0%,hsl(var(--primary))100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.Footer-module__y_mvga__tagline{color:hsl(var(--foreground));opacity:.7;max-width:320px;font-size:.95rem;line-height:1.6}.Footer-module__y_mvga__socialLinks{gap:var(--spacing-3);margin-top:var(--spacing-2);display:flex}.Footer-module__y_mvga__socialLink{border-radius:var(--radius-md);background:hsl(var(--surface-highlight));border:1px solid hsl(var(--border)/.5);width:40px;height:40px;color:hsl(var(--foreground)/.6);justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__y_mvga__socialLink:hover{background:hsl(var(--primary)/.1);border-color:hsl(var(--primary)/.3);color:hsl(var(--primary));transform:translateY(-2px)}.Footer-module__y_mvga__linksCol{gap:var(--spacing-12);grid-template-columns:repeat(2,1fr);display:grid}.Footer-module__y_mvga__linkGroup h3{margin-bottom:var(--spacing-4);text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--foreground)/.9);font-size:.875rem;font-weight:600}.Footer-module__y_mvga__linkGroup ul{gap:var(--spacing-3);flex-direction:column;list-style:none;display:flex}.Footer-module__y_mvga__linkGroup a{color:hsl(var(--foreground));opacity:.6;font-size:.95rem;transition:all .2s;display:inline-block}.Footer-module__y_mvga__linkGroup a:hover{opacity:1;color:hsl(var(--primary));transform:translate(4px)}.Footer-module__y_mvga__newsletter{gap:var(--spacing-6);padding:var(--spacing-8);background:linear-gradient(135deg,hsl(var(--primary)/.05),hsl(var(--accent)/.05));border:1px solid hsl(var(--border)/.5);border-radius:var(--radius-lg);margin-bottom:var(--spacing-16);flex-direction:column;display:flex}.Footer-module__y_mvga__newsletterContent h3{margin-bottom:var(--spacing-2);font-size:1.25rem;font-weight:600}.Footer-module__y_mvga__newsletterContent p{color:hsl(var(--foreground));opacity:.7;font-size:.95rem}.Footer-module__y_mvga__newsletterForm{gap:var(--spacing-3);flex-direction:column;display:flex}.Footer-module__y_mvga__emailInput{padding:var(--spacing-3)var(--spacing-4);background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius-md);color:hsl(var(--foreground));flex:1;font-size:.95rem;transition:all .2s}.Footer-module__y_mvga__emailInput:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.1);outline:none}.Footer-module__y_mvga__emailInput::placeholder{color:hsl(var(--foreground)/.4)}.Footer-module__y_mvga__subscribeBtn{padding:var(--spacing-3)var(--spacing-6);background:hsl(var(--primary));color:#fff;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.Footer-module__y_mvga__subscribeBtn:hover{background:hsl(var(--primary)/.9);box-shadow:0 4px 12px hsl(var(--primary)/.3);transform:translateY(-2px)}.Footer-module__y_mvga__subscribeBtn:active{transform:translateY(0)}.Footer-module__y_mvga__bottom{gap:var(--spacing-4);text-align:center;flex-direction:column;align-items:center;font-size:.875rem;display:flex}.Footer-module__y_mvga__bottom p{color:hsl(var(--foreground));opacity:.5}.Footer-module__y_mvga__launchBadge{align-items:center;gap:var(--spacing-2);padding:var(--spacing-2)var(--spacing-4);background:linear-gradient(135deg,hsl(var(--primary)/.1),hsl(var(--accent)/.1));border:1px solid hsl(var(--primary)/.2);border-radius:var(--radius-full);color:hsl(var(--primary));font-size:.875rem;font-weight:500;display:inline-flex}.Footer-module__y_mvga__launchBadge svg{color:hsl(var(--accent));animation:2s ease-in-out infinite Footer-module__y_mvga__sparkle}@keyframes Footer-module__y_mvga__sparkle{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.7;transform:scale(1.1)rotate(180deg)}}@media (min-width:640px){.Footer-module__y_mvga__newsletterForm{flex-direction:row}.Footer-module__y_mvga__subscribeBtn{width:auto}}@media (min-width:768px){.Footer-module__y_mvga__grid{grid-template-columns:1.5fr 2.5fr}.Footer-module__y_mvga__linksCol{grid-template-columns:repeat(4,1fr)}.Footer-module__y_mvga__newsletter{flex-direction:row;justify-content:space-between;align-items:center}.Footer-module__y_mvga__newsletterContent{flex:1}.Footer-module__y_mvga__newsletterForm{flex:none;min-width:400px}.Footer-module__y_mvga__bottom{text-align:left;flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.Footer-module__y_mvga__footer{padding:var(--spacing-24)0 var(--spacing-12)}}
.Hero-module__s-6kkG__hero{background:radial-gradient(circle at 15%,#4c1d9533 0%,#0000 30%),radial-gradient(circle at 85% 30%,#d946ef33 0%,#0000 30%),radial-gradient(circle at 50% 80%,#6366f126 0%,#0000 40%);justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__s-6kkG__hero:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px);background-size:60px 60px;animation:10s ease-in-out infinite Hero-module__s-6kkG__gridPulse;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 80%);mask-image:radial-gradient(circle,#000 40%,#0000 80%)}@keyframes Hero-module__s-6kkG__gridPulse{0%,to{opacity:1}50%{opacity:.5}}.Hero-module__s-6kkG__content{z-index:10;text-align:center;max-width:900px;position:relative}.Hero-module__s-6kkG__badge{color:hsl(var(--foreground));margin-bottom:var(--spacing-6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.875rem;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.Hero-module__s-6kkG__badge:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);animation:3s infinite Hero-module__s-6kkG__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes Hero-module__s-6kkG__shimmer{to{transform:translate(100%)}}.Hero-module__s-6kkG__sparkle{animation:8s ease-in-out infinite Hero-module__s-6kkG__sparkle}@keyframes Hero-module__s-6kkG__sparkle{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.1)rotate(20deg)}}.Hero-module__s-6kkG__pulse{display:none}.Hero-module__s-6kkG__headline{letter-spacing:-.02em;margin-bottom:var(--spacing-6);font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1.1}.Hero-module__s-6kkG__glowText{animation:3s ease-in-out infinite Hero-module__s-6kkG__textGlow;display:inline-block;position:relative}@keyframes Hero-module__s-6kkG__textGlow{0%,to{filter:drop-shadow(0 0 20px hsla(var(--primary),.5))}50%{filter:drop-shadow(0 0 40px hsla(var(--accent),.8))}}.Hero-module__s-6kkG__subheadline{color:hsl(var(--foreground));opacity:.7;max-width:600px;margin:0 auto var(--spacing-8);font-size:clamp(1.125rem,2vw,1.35rem);line-height:1.6}.Hero-module__s-6kkG__ctaGroup{justify-content:center;gap:var(--spacing-4);margin-bottom:var(--spacing-12);flex-wrap:wrap;display:flex}.Hero-module__s-6kkG__primaryBtn{align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;padding:.9rem 2.5rem!important;font-size:1.1rem!important;display:inline-flex!important}.Hero-module__s-6kkG__primaryBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.Hero-module__s-6kkG__primaryBtn:hover:before{transform:translate(100%)}.Hero-module__s-6kkG__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px -2px #6366f199}.Hero-module__s-6kkG__primaryBtn svg{transition:transform .3s}.Hero-module__s-6kkG__primaryBtn:hover svg{transform:translate(4px)}.Hero-module__s-6kkG__secondaryBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff0d!important;border:1px solid #ffffff1a!important;padding:.9rem 2.5rem!important;font-size:1.1rem!important}.Hero-module__s-6kkG__secondaryBtn:hover{transform:translateY(-2px);background:#ffffff1a!important;border-color:#fff3!important}.Hero-module__s-6kkG__socialProof{align-items:center;gap:var(--spacing-3);margin-top:var(--spacing-8);flex-direction:column;display:flex}.Hero-module__s-6kkG__avatarGroup{margin-left:-8px;display:flex}.Hero-module__s-6kkG__avatar{border:2px solid hsl(var(--background));background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));border-radius:50%;width:40px;height:40px;margin-left:-8px;animation:.5s ease-out backwards Hero-module__s-6kkG__avatarPop}.Hero-module__s-6kkG__avatar:first-child{animation-delay:.4s}.Hero-module__s-6kkG__avatar:nth-child(2){animation-delay:.5s}.Hero-module__s-6kkG__avatar:nth-child(3){animation-delay:.6s}.Hero-module__s-6kkG__avatar:nth-child(4){animation-delay:.7s}@keyframes Hero-module__s-6kkG__avatarPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.Hero-module__s-6kkG__socialProof p{color:hsl(var(--foreground));opacity:.7;font-size:.95rem}.Hero-module__s-6kkG__socialProof strong{color:hsl(var(--primary));font-weight:600}.Hero-module__s-6kkG__glow{background:conic-gradient(from 180deg at 50% 50%,hsl(var(--primary))0deg,hsl(var(--accent))160deg,transparent 360deg);opacity:.2;filter:blur(100px);z-index:0;pointer-events:none;border-radius:50%;width:700px;height:700px;transition:all .3s;animation:15s linear infinite Hero-module__s-6kkG__pulseRotate;position:absolute;transform:translate(-50%,-50%)}.Hero-module__s-6kkG__glow2{background:radial-gradient(circle,hsl(var(--secondary))0%,transparent 70%);opacity:.15;filter:blur(80px);z-index:0;pointer-events:none;border-radius:50%;width:500px;height:500px;animation:20s ease-in-out infinite Hero-module__s-6kkG__float;position:absolute;top:30%;right:10%}@keyframes Hero-module__s-6kkG__pulseRotate{0%{transform:translate(-50%,-50%)rotate(0)scale(1)}50%{transform:translate(-50%,-50%)rotate(180deg)scale(1.2)}to{transform:translate(-50%,-50%)rotate(360deg)scale(1)}}@keyframes Hero-module__s-6kkG__float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-30px,30px)scale(.9)}}.Hero-module__s-6kkG__particles{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__s-6kkG__particle{background:hsl(var(--primary));opacity:0;width:3px;height:3px;box-shadow:0 0 10px hsl(var(--primary)),0 0 20px hsl(var(--primary));border-radius:50%;animation:25s linear infinite Hero-module__s-6kkG__particleFloat;position:absolute;top:-10%}@keyframes Hero-module__s-6kkG__particleFloat{0%{opacity:0;transform:translateY(0)translate(0)scale(0)}10%{opacity:1}90%{opacity:.5}to{opacity:0;transform:translateY(110vh)translate(100px)scale(1.5)}}@media (max-width:768px){.Hero-module__s-6kkG__ctaGroup{width:100%;max-width:300px;margin:0 auto var(--spacing-8);flex-direction:column}.Hero-module__s-6kkG__primaryBtn,.Hero-module__s-6kkG__secondaryBtn{width:100%}.Hero-module__s-6kkG__socialProof{font-size:.875rem}}
.Features-module__mTnrVG__features{padding:var(--spacing-24)0;background:hsl(var(--background));position:relative}.Features-module__mTnrVG__header{text-align:center;max-width:800px;margin:0 auto var(--spacing-16)}.Features-module__mTnrVG__eyebrow{color:hsl(var(--primary));margin-bottom:var(--spacing-6);letter-spacing:.05em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}html[data-theme=light] .Features-module__mTnrVG__eyebrow{color:#3b1ae6;background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border:1px solid #6366f14d}.Features-module__mTnrVG__title{letter-spacing:-.02em;margin-bottom:var(--spacing-6);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2}.Features-module__mTnrVG__subtitle{color:hsl(var(--foreground));opacity:.7;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.Features-module__mTnrVG__grid{gap:var(--spacing-8);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));max-width:1200px;margin:0 auto;display:grid}.Features-module__mTnrVG__featureCard{padding:var(--spacing-8);border-radius:var(--radius-lg);opacity:0;background:#ffffff05;border:1px solid #ffffff0d;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(30px)}.Features-module__mTnrVG__featureCard.Features-module__mTnrVG__visible{opacity:1;transform:translateY(0)}.Features-module__mTnrVG__featureCard:before{content:"";background:radial-gradient(600px circle at var(--mouse-x,50%)var(--mouse-y,50%),#ffffff0f,transparent 40%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.Features-module__mTnrVG__featureCard:hover:before{opacity:1}.Features-module__mTnrVG__featureCard:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 20px 40px -10px #0000004d}.Features-module__mTnrVG__iconWrapper{width:80px;height:80px;margin-bottom:var(--spacing-6);justify-content:center;align-items:center;display:flex;position:relative}.Features-module__mTnrVG__icon{z-index:2;font-size:2.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:block;position:relative}.Features-module__mTnrVG__featureCard:hover .Features-module__mTnrVG__icon{transform:scale(1.1)rotate(5deg)}.Features-module__mTnrVG__iconGlow{background:radial-gradient(circle,hsl(var(--primary))0%,transparent 70%);opacity:.2;filter:blur(20px);border-radius:50%;transition:opacity .3s;position:absolute;inset:0}.Features-module__mTnrVG__featureCard:hover .Features-module__mTnrVG__iconGlow{opacity:.4;animation:2s ease-in-out infinite Features-module__mTnrVG__iconPulse}@keyframes Features-module__mTnrVG__iconPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.Features-module__mTnrVG__featureTitle{margin-bottom:var(--spacing-3);color:hsl(var(--foreground));font-size:1.5rem;font-weight:700}.Features-module__mTnrVG__featureDesc{color:hsl(var(--foreground));opacity:.7;font-size:1rem;line-height:1.6}.Features-module__mTnrVG__cardShine{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Features-module__mTnrVG__featureCard:hover .Features-module__mTnrVG__cardShine{left:100%}@media (max-width:768px){.Features-module__mTnrVG__grid{gap:var(--spacing-6);grid-template-columns:1fr}.Features-module__mTnrVG__featureCard{padding:var(--spacing-6)}}
.HowItWorks-module__Hv8dkq__howItWorks{padding:var(--spacing-24)0;background:linear-gradient(180deg,hsl(var(--background))0%,hsl(var(--surface))50%,hsl(var(--background))100%);position:relative}.HowItWorks-module__Hv8dkq__header{text-align:center;max-width:800px;margin:0 auto var(--spacing-16)}.HowItWorks-module__Hv8dkq__eyebrow{color:hsl(var(--secondary));margin-bottom:var(--spacing-6);letter-spacing:.05em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}html[data-theme=light] .HowItWorks-module__Hv8dkq__eyebrow{color:#3b1ae6;background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border:1px solid #6366f14d}.HowItWorks-module__Hv8dkq__title{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2}.HowItWorks-module__Hv8dkq__timeline{max-width:900px;margin:0 auto;position:relative}.HowItWorks-module__Hv8dkq__step{gap:var(--spacing-8);margin-bottom:var(--spacing-16);opacity:0;grid-template-columns:100px 1fr;animation:.8s ease-out forwards HowItWorks-module__Hv8dkq__fadeInUp;display:grid;position:relative}.HowItWorks-module__Hv8dkq__step:first-child{animation-delay:.1s}.HowItWorks-module__Hv8dkq__step:nth-child(2){animation-delay:.2s}.HowItWorks-module__Hv8dkq__step:nth-child(3){animation-delay:.3s}.HowItWorks-module__Hv8dkq__step:nth-child(4){animation-delay:.4s}@keyframes HowItWorks-module__Hv8dkq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HowItWorks-module__Hv8dkq__stepNumber{width:100px;height:100px;color:hsl(var(--foreground));background:#ffffff08;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:800;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}html[data-theme=light] .HowItWorks-module__Hv8dkq__stepNumber{background:linear-gradient(135deg,#6366f114 0%,#8b5cf614 100%);border:2px solid #6366f140}html[data-theme=light] .HowItWorks-module__Hv8dkq__step:hover .HowItWorks-module__Hv8dkq__stepNumber{background:linear-gradient(135deg,#6366f126 0%,#8b5cf626 100%);border-color:#6366f166}.HowItWorks-module__Hv8dkq__stepNumber span{z-index:2;position:relative}.HowItWorks-module__Hv8dkq__numberGlow{background:radial-gradient(circle,hsl(var(--primary))0%,transparent 70%);opacity:0;filter:blur(30px);transition:opacity .4s;position:absolute;inset:-20px}.HowItWorks-module__Hv8dkq__step:hover .HowItWorks-module__Hv8dkq__numberGlow{opacity:.4}.HowItWorks-module__Hv8dkq__step:hover .HowItWorks-module__Hv8dkq__stepNumber{background:#ffffff0d;border-color:#fff3;transform:scale(1.05)}.HowItWorks-module__Hv8dkq__stepContent{padding:var(--spacing-4)0}.HowItWorks-module__Hv8dkq__stepIcon{margin-bottom:var(--spacing-4);font-size:3rem;animation:3s ease-in-out infinite HowItWorks-module__Hv8dkq__float;display:inline-block}.HowItWorks-module__Hv8dkq__step:first-child .HowItWorks-module__Hv8dkq__stepIcon{animation-delay:0s}.HowItWorks-module__Hv8dkq__step:nth-child(2) .HowItWorks-module__Hv8dkq__stepIcon{animation-delay:.5s}.HowItWorks-module__Hv8dkq__step:nth-child(3) .HowItWorks-module__Hv8dkq__stepIcon{animation-delay:1s}.HowItWorks-module__Hv8dkq__step:nth-child(4) .HowItWorks-module__Hv8dkq__stepIcon{animation-delay:1.5s}@keyframes HowItWorks-module__Hv8dkq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.HowItWorks-module__Hv8dkq__stepTitle{margin-bottom:var(--spacing-3);color:hsl(var(--foreground));font-size:1.75rem;font-weight:700}.HowItWorks-module__Hv8dkq__stepDesc{color:hsl(var(--foreground));opacity:.7;max-width:600px;font-size:1.125rem;line-height:1.7}.HowItWorks-module__Hv8dkq__connector{flex-direction:column;align-items:center;width:2px;height:calc(100% - 60px);display:flex;position:absolute;top:100px;left:50px}.HowItWorks-module__Hv8dkq__connectorLine{background:linear-gradient(#fff3 0%,#ffffff0d 100%);width:2px;height:100%;position:relative;overflow:hidden}.HowItWorks-module__Hv8dkq__connectorLine:after{content:"";background:linear-gradient(180deg,hsl(var(--primary))0%,transparent 100%);width:100%;height:50%;animation:3s ease-in-out infinite HowItWorks-module__Hv8dkq__flowDown;position:absolute;top:0;left:0}@keyframes HowItWorks-module__Hv8dkq__flowDown{0%{opacity:0;transform:translateY(-100%)}50%{opacity:1}to{opacity:0;transform:translateY(200%)}}.HowItWorks-module__Hv8dkq__connectorDot{background:hsl(var(--primary));width:10px;height:10px;box-shadow:0 0 20px hsl(var(--primary));border-radius:50%;animation:2s ease-in-out infinite HowItWorks-module__Hv8dkq__pulse;position:absolute;bottom:-5px}@media (max-width:768px){.HowItWorks-module__Hv8dkq__step{gap:var(--spacing-4);margin-bottom:var(--spacing-12);grid-template-columns:1fr}.HowItWorks-module__Hv8dkq__stepNumber{width:80px;height:80px;margin:0 auto;font-size:1.5rem}.HowItWorks-module__Hv8dkq__stepContent{text-align:center}.HowItWorks-module__Hv8dkq__stepDesc{margin:0 auto}.HowItWorks-module__Hv8dkq__connector{display:none}}
.Pricing-module__ZDVZWq__pricing{padding:var(--spacing-24)0;background:hsl(var(--background));position:relative}.Pricing-module__ZDVZWq__header{text-align:center;max-width:800px;margin:0 auto var(--spacing-16)}.Pricing-module__ZDVZWq__eyebrow{color:hsl(var(--accent));margin-bottom:var(--spacing-6);letter-spacing:.05em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.Pricing-module__ZDVZWq__title{letter-spacing:-.02em;margin-bottom:var(--spacing-6);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.2}.Pricing-module__ZDVZWq__subtitle{color:hsl(var(--foreground));opacity:.7;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.Pricing-module__ZDVZWq__grid{gap:var(--spacing-8);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1200px;margin:0 auto;display:grid}.Pricing-module__ZDVZWq__pricingCard{padding:var(--spacing-8);border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #ffffff0d;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Pricing-module__ZDVZWq__pricingCard:hover{border-color:#ffffff26;transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000004d}.Pricing-module__ZDVZWq__highlighted{border:2px solid hsl(var(--primary));background:#ffffff0a;transform:scale(1.05)}.Pricing-module__ZDVZWq__highlighted:hover{transform:translateY(-8px)scale(1.05)}.Pricing-module__ZDVZWq__badge{top:var(--spacing-4);right:var(--spacing-4);background:hsl(var(--primary));color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;position:absolute;box-shadow:0 4px 12px #6366f166}.Pricing-module__ZDVZWq__cardHeader{margin-bottom:var(--spacing-6)}.Pricing-module__ZDVZWq__planName{margin-bottom:var(--spacing-4);color:hsl(var(--foreground));font-size:1.5rem;font-weight:700}.Pricing-module__ZDVZWq__priceWrapper{margin-bottom:var(--spacing-3);align-items:baseline;gap:.25rem;display:flex}.Pricing-module__ZDVZWq__price{color:hsl(var(--foreground));letter-spacing:-.02em;font-size:3rem;font-weight:800}.Pricing-module__ZDVZWq__period{color:hsl(var(--foreground));opacity:.6;font-size:1rem}.Pricing-module__ZDVZWq__planDesc{color:hsl(var(--foreground));opacity:.7;font-size:1rem;line-height:1.5}.Pricing-module__ZDVZWq__featureList{margin:var(--spacing-6)0;flex:1;list-style:none}.Pricing-module__ZDVZWq__feature{align-items:flex-start;gap:var(--spacing-3);padding:var(--spacing-3)0;color:hsl(var(--foreground));opacity:.85;font-size:1rem;display:flex}.Pricing-module__ZDVZWq__feature svg{color:hsl(var(--success));flex-shrink:0;margin-top:2px}.Pricing-module__ZDVZWq__ctaButton{width:100%;padding:var(--spacing-3)var(--spacing-6);border-radius:var(--radius-full);text-align:center;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.Pricing-module__ZDVZWq__primaryCta{background:hsl(var(--primary));color:#fff;border:none}.Pricing-module__ZDVZWq__primaryCta:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.Pricing-module__ZDVZWq__primaryCta:hover:before{transform:translate(100%)}.Pricing-module__ZDVZWq__primaryCta:hover{transform:translateY(-2px);box-shadow:0 8px 30px -2px #6366f199}.Pricing-module__ZDVZWq__secondaryCta{color:hsl(var(--foreground));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a}.Pricing-module__ZDVZWq__secondaryCta:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.Pricing-module__ZDVZWq__cardGlow{background:radial-gradient(circle at 50% 50%,hsl(var(--primary))0%,transparent 50%);opacity:0;filter:blur(40px);pointer-events:none;transition:opacity .4s;position:absolute;inset:-100px}.Pricing-module__ZDVZWq__pricingCard:hover .Pricing-module__ZDVZWq__cardGlow{opacity:.1}.Pricing-module__ZDVZWq__highlighted .Pricing-module__ZDVZWq__cardGlow{opacity:.15}@media (max-width:768px){.Pricing-module__ZDVZWq__grid{gap:var(--spacing-6);grid-template-columns:1fr}.Pricing-module__ZDVZWq__highlighted{transform:scale(1)}.Pricing-module__ZDVZWq__highlighted:hover{transform:translateY(-8px)scale(1)}.Pricing-module__ZDVZWq__pricingCard{padding:var(--spacing-6)}}
