@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;1,9..144,300;1,9..144,400&display=swap");:root{--brand-purple:#6b22d2;--brand-blue:#2e99fb;--brand-green:#64fe3e;--grad-text:linear-gradient(90deg,#6b22d2,#2e99fb);--grad-btn:linear-gradient(90deg,#2e99fb,#64fe3e);--neon-green:#64fe3e;--neon-glow-sm:0 0 12px rgba(100,254,62,.35),0 0 30px rgba(100,254,62,.15);--neon-glow-md:0 0 20px rgba(100,254,62,.4),0 0 60px rgba(100,254,62,.15);--neon-blue-glow:0 0 20px rgba(46,153,251,.4),0 0 50px rgba(46,153,251,.15);--dark-900:#07060f;--dark-800:#0e0b1e;--dark-700:#150f2d;--light-50:#fff;--light-100:#f8f7fc;--light-200:#f0eef9;--light-300:#e4e0f5;--text-primary:#12092e;--text-secondary:#3d2f6b;--text-muted:#7a6fa0;--text-light:hsla(0,0%,100%,.93);--text-light-soft:hsla(0,0%,100%,.65);--text-light-muted:hsla(0,0%,100%,.35);--border-light:rgba(107,34,210,.1);--border-medium:rgba(107,34,210,.22);--border-strong:rgba(107,34,210,.4);--border-dark:hsla(0,0%,100%,.08);--shadow-sm:0 2px 8px rgba(107,34,210,.08);--shadow-md:0 8px 24px rgba(107,34,210,.12);--shadow-lg:0 20px 60px rgba(107,34,210,.16);--shadow-btn:0 4px 20px rgba(46,153,251,.3);--font-body:"Open Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-display:"Fraunces",Georgia,serif;--container-max:1280px;--section-pad:clamp(5rem,10vh,9rem);--ease-smooth:cubic-bezier(0.22,1,0.36,1);--ease-gentle:cubic-bezier(0.4,0,0.2,1)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--light-50);color:var(--text-primary);line-height:1.6;overflow-x:hidden}::selection{background:var(--brand-purple);color:#fff}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary)}h1{font-size:clamp(2.75rem,6vw,5.5rem);font-weight:300;letter-spacing:-.035em}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.25rem,1.8vw,1.65rem);font-weight:500}h4{font-size:1.1rem;font-weight:600}p{font-size:clamp(.975rem,1.1vw,1.05rem);line-height:1.8;max-width:65ch}.lead,p{color:var(--text-secondary)}.lead{font-size:clamp(1.1rem,1.4vw,1.3rem);line-height:1.65;font-weight:300}.container{max-width:var(--container-max);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem);position:relative;z-index:2}section{padding:var(--section-pad) 0;position:relative;z-index:3;background:var(--light-50)}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55;z-index:0}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,6,15,.2) 0,rgba(7,6,15,.45) 60%,var(--dark-900) 100%)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light-100)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--brand-purple)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}