:root{--color-purple-50:245 243 255;--color-purple-100:237 233 254;--color-purple-200:221 214 254;--color-purple-300:196 181 253;--color-purple-400:167 139 250;--color-purple-500:131 80 232;--color-purple-600:124 58 237;--color-purple-700:109 40 217;--color-purple-800:91 33 182;--color-purple-900:76 29 149;--color-blue-50:239 246 255;--color-blue-100:219 234 254;--color-blue-200:191 219 254;--color-blue-300:147 197 253;--color-blue-400:96 165 250;--color-blue-500:59 130 246;--color-blue-600:37 99 235;--color-blue-700:29 78 216;--color-blue-800:30 64 175;--color-blue-900:30 58 138;--color-cyan:6 182 212;--color-teal:20 184 166;--color-emerald:16 185 129;--color-pink:236 72 153;--color-rose:244 63 94;--color-amber:245 158 11;--color-neutral-50:250 250 250;--color-neutral-100:244 244 245;--color-neutral-200:228 228 231;--color-neutral-300:212 212 216;--color-neutral-400:161 161 170;--color-neutral-500:113 113 122;--color-neutral-600:82 82 91;--color-neutral-700:63 63 70;--color-neutral-800:39 39 42;--color-neutral-900:24 24 27;--color-neutral-950:9 9 11;--color-success:34 197 94;--color-warning:234 179 8;--color-error:239 68 68;--color-info:59 130 246;--gradient-primary:linear-gradient(135deg,rgb(var(--color-purple-500)) 0%,rgb(var(--color-blue-500)) 100%);--gradient-primary-reverse:linear-gradient(135deg,rgb(var(--color-blue-500)) 0%,rgb(var(--color-purple-500)) 100%);--gradient-hero:linear-gradient(to bottom right,#581c87,#1e3a8a,#000000);--gradient-card:linear-gradient(180deg,rgba(131,80,232,0.1),transparent);--gradient-cta:linear-gradient(to top,rgb(var(--color-blue-500)),rgb(var(--color-blue-400)));--gradient-dark:linear-gradient(180deg,rgb(var(--color-neutral-900)) 0%,rgb(var(--color-neutral-950)) 100%);--gradient-glow:radial-gradient(circle at center,rgba(131,80,232,0.4) 0%,transparent 70%);--gradient-text:linear-gradient(135deg,#8350e8,#60a5fa);--shadow-card:0 4px 6px -1px rgba(0,0,0,0.3),0 2px 4px -1px rgba(0,0,0,0.2);--shadow-card-hover:0 20px 25px -5px rgba(0,0,0,0.3),0 10px 10px -5px rgba(0,0,0,0.2);--shadow-glow-purple:0 0 40px rgba(131,80,232,0.4);--shadow-glow-blue:0 0 40px rgba(59,130,246,0.4);--shadow-glow-mixed:0 0 60px rgba(131,80,232,0.3),0 0 40px rgba(59,130,246,0.2);--shadow-button:0 4px 14px 0 rgba(131,80,232,0.3);--shadow-button-hover:0 6px 20px rgba(131,80,232,0.4);--shadow-input-focus:0 0 0 3px rgba(131,80,232,0.3);--duration-instant:50ms;--duration-fast:150ms;--duration-normal:300ms;--duration-slow:500ms;--duration-slower:700ms;--duration-slowest:1000ms;--ease-linear:linear;--ease-in:cubic-bezier(0.4,0,1,1);--ease-out:cubic-bezier(0,0,0.2,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1);--ease-bounce:cubic-bezier(0.68,-0.55,0.265,1.55);--ease-spring:cubic-bezier(0.175,0.885,0.32,1.275);--section-padding-sm:3rem;--section-padding-md:6rem;--section-padding-lg:8rem}.text-gradient-primary{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:white;border-radius:9999px;transition:all .3s;background:var(--gradient-primary);box-shadow:var(--shadow-button)}.btn-primary:hover{transform:scale(1.02);box-shadow:var(--shadow-button-hover)}.btn-primary:focus{outline:none;box-shadow:0 0 0 2px rgb(168 85 247),0 0 0 4px rgb(9 9 11)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;background:rgba(255,255,255,.1);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);color:white;border-radius:9999px;transition:all .3s}.btn-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.card-premium{position:relative;padding:1.5rem;background:rgba(24,24,27,.8);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;transition:all .3s}.card-premium:hover{border-color:rgba(168,85,247,.3);box-shadow:var(--shadow-glow-purple)}.card-gradient{position:relative;overflow:hidden}.card-gradient:before{content:"";position:absolute;inset:0;pointer-events:none;background:var(--gradient-card);border-radius:1rem}.input-premium{width:100%;padding:.75rem 1rem;background:rgba(39,39,42,.5);border:1px solid rgb(63,63,70);border-radius:.75rem;color:white;transition:all .2s}.input-premium::placeholder{color:rgb(113,113,122)}.input-premium:focus{outline:none;border-color:rgb(168,85,247);box-shadow:var(--shadow-input-focus)}.badge-primary{border-radius:9999px;background:rgba(168,85,247,.2);color:rgb(196,181,253);border:1px solid rgba(168,85,247,.3)}.badge-primary,.badge-secondary{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.badge-secondary{border-radius:9999px;background:rgba(59,130,246,.2);color:rgb(147,197,253);border:1px solid rgba(59,130,246,.3)}.badge-success{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;background:rgba(16,185,129,.2);color:rgb(110,231,183);border:1px solid rgba(16,185,129,.3)}.section-sm{padding-top:3rem;padding-bottom:3rem}.section-md{padding-top:4rem;padding-bottom:4rem}.section-lg{padding-top:6rem;padding-bottom:6rem}@media (min-width:768px){.section-sm{padding-top:4rem;padding-bottom:4rem}.section-md{padding-top:6rem;padding-bottom:6rem}.section-lg{padding-top:8rem;padding-bottom:8rem}}.glow-purple{box-shadow:var(--shadow-glow-purple)}.glow-blue{box-shadow:var(--shadow-glow-blue)}.glow-mixed{box-shadow:var(--shadow-glow-mixed)}.glass{background:rgba(255,255,255,.05)}.glass,.glass-dark{backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1)}.glass-dark{background:rgba(0,0,0,.5)}.headline-hero{font-size:2.5rem;line-height:1.05}.headline-hero,.headline-section{font-family:inherit;font-weight:200;letter-spacing:-.025em;color:white}.headline-section{font-size:2rem;line-height:1.1}.headline-card{font-family:inherit;font-size:1.25rem;color:white}.headline-card,.text-light{font-weight:300;letter-spacing:-.01em}.text-light{color:rgba(255,255,255,.75)}.text-extralight{font-weight:200;letter-spacing:-.025em}@media (min-width:640px){.headline-hero{font-size:3.5rem}.headline-section{font-size:2.5rem}}@media (min-width:768px){.headline-hero{font-size:4rem}.headline-section{font-size:3rem}.headline-card{font-size:1.5rem}}@media (min-width:1024px){.headline-hero{font-size:5rem}.headline-section{font-size:3.5rem}}.subheadline{font-size:1rem;font-weight:300;color:rgba(255,255,255,.75);line-height:1.65;letter-spacing:-.01em;max-width:42rem}@media (min-width:768px){.subheadline{font-size:1.125rem}}@media (min-width:1024px){.subheadline{font-size:1.25rem}}.badge-premium{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:300;letter-spacing:.05em;border-radius:9999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(4px);color:rgba(255,255,255,.8)}.hover-scale{transition:transform .3s}.hover-scale:hover{transform:scale(1.02)}.animate-fade-in-up{animation:fadeInUp .6s var(--ease-out) forwards}.stagger-children>*{opacity:0;animation:fadeInUp .5s var(--ease-out) forwards}.stagger-children>:first-child{animation-delay:0s}.stagger-children>:nth-child(2){animation-delay:.1s}.stagger-children>:nth-child(3){animation-delay:.2s}.stagger-children>:nth-child(4){animation-delay:.3s}.stagger-children>:nth-child(5){animation-delay:.4s}.stagger-children>:nth-child(6){animation-delay:.5s}.shimmer{position:relative;overflow:hidden}.shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 2s infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse-glow{animation:pulseGlow 2s ease-in-out infinite}.divider-gradient{height:1px;width:100%;background:linear-gradient(90deg,transparent,rgba(131,80,232,.5),transparent)}.bg-grid-pattern{background-image:linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:50px 50px}.bg-dot-pattern{background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 0);background-size:20px 20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px rgba(131,80,232,.4)}50%{box-shadow:0 0 40px rgba(131,80,232,.6)}}@keyframes borderGlow{0%,to{border-color:rgba(131,80,232,.3)}50%{border-color:rgba(131,80,232,.6)}}@media print{.no-print{display:none!important}body{background:white;color:black}a{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}}