@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #050510;--bg-secondary: #0a0a1a;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-hover: rgba(255, 255, 255, .06);--accent-purple: #8b5cf6;--accent-blue: #3b82f6;--accent-glow: rgba(139, 92, 246, .4);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5);--font-main: "Outfit", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%;position:relative}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6}.bg-orb{position:absolute;border-radius:50%;z-index:0;opacity:.5;pointer-events:none;will-change:transform;transform:translateZ(0);contain:strict}.orb-1{top:-10%;left:-10%;width:50vw;height:50vw;background:radial-gradient(circle,#8b5cf6cc,#8b5cf600 70%)}.orb-2{bottom:-10%;right:-10%;width:40vw;height:40vw;background:radial-gradient(circle,#3b82f6cc,#3b82f600 70%)}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 4px 30px #0000001a;transition:background .3s ease,border-color .3s ease;will-change:transform;transform:translateZ(0)}.glass-panel:hover{background:var(--glass-hover);border-color:#ffffff26}#root{position:relative;width:100%;min-height:100vh;z-index:1;display:flex;flex-direction:column;overflow-x:hidden}.max-w-7xl{max-width:80rem;margin:0 auto;padding:0 1.5rem;width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.text-gradient{background:linear-gradient(135deg,#fff 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.email-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:1rem 1.5rem;border-radius:99px;font-family:inherit;font-size:16px;width:100%;max-width:400px;outline:none;transition:all .3s ease}.email-input::placeholder{color:#fff6}.email-input:focus{border-color:var(--accent-purple);box-shadow:0 0 15px var(--accent-glow);background:#ffffff14}.btn-primary{background:linear-gradient(135deg,var(--accent-purple) 0%,var(--accent-blue) 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:99px;font-weight:600;font-family:inherit;font-size:1rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px var(--accent-glow)}.nav-header{padding:2rem 0;display:flex;justify-content:space-between;align-items:center}.nav-links{display:flex;gap:2rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);align-items:center}.social-icons-desktop{display:flex;align-items:center;gap:1.5rem}.hero-main{margin-top:5rem;margin-bottom:6rem;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-title{font-size:4.5rem;max-width:1000px;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.1}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin-bottom:3rem}.hero-buttons{display:flex;gap:1rem;justify-content:center}.lead-title{font-size:2.5rem;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2}.subscribe-form{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;max-width:600px;margin:0 auto;position:relative}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.social-icons-footer{display:flex;gap:1.5rem;align-items:center}@media(max-width:768px){.hero-main{margin-top:2rem;margin-bottom:3rem}.nav-header{flex-direction:column;gap:1.5rem;padding:1.5rem 0}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.social-icons-desktop{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem;padding:0 1rem}.hero-buttons{flex-direction:column;width:100%;padding:0 1.5rem}.hero-buttons>a{width:100%;justify-content:center;text-align:center}.glass-panel{padding:1.5rem!important}.lead-title{font-size:2rem}.footer-content{flex-direction:column;text-align:center;justify-content:center}.social-icons-footer{gap:1rem;flex-wrap:wrap;justify-content:center}}
