@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";
:root{--bg-color:#0f172a;--surface-color:#1e293b;--surface-hover:#334155;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-color:#3b82f6;--accent-hover:#2563eb;--error-color:#ef4444;--success-color:#22c55e;--glass-bg:#1e293bb3;--glass-border:#ffffff1a;--glass-shadow:0 8px 32px 0 #0000005e;--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s cubic-bezier(.4,0,.2,1);--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-full:9999px;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-md)}.btn{border-radius:var(--radius-full);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--accent-color);color:#fff;box-shadow:0 4px 14px #3b82f663}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f63b}.btn-outline{border:1px solid var(--glass-border);color:var(--text-primary);background:0 0}.btn-outline:hover{background:var(--surface-hover);border-color:var(--text-secondary)}.gradient-text{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
.Navbar-module__cRh5nW__header{z-index:50;border-top:none;border-left:none;border-right:none;border-radius:0;padding:1rem 0;position:sticky;top:0}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cRh5nW__logo{letter-spacing:-.05em;font-size:1.5rem;font-weight:800}.Navbar-module__cRh5nW__navLinks{gap:2rem;display:none}@media (min-width:768px){.Navbar-module__cRh5nW__navLinks{display:flex}}.Navbar-module__cRh5nW__link{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.95rem;font-weight:500}.Navbar-module__cRh5nW__link:hover{color:var(--text-primary)}.Navbar-module__cRh5nW__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__cRh5nW__iconBtn{width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__cRh5nW__iconBtn:hover{background:var(--surface-hover);color:var(--text-primary)}.Navbar-module__cRh5nW__badge{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0;transform:translate(25%,-25%)}.Navbar-module__cRh5nW__mobileMenu{color:var(--text-primary);display:flex}@media (min-width:768px){.Navbar-module__cRh5nW__mobileMenu{display:none}}
.Footer-module__3hUVsW__footer{background:var(--surface-color);border-top:1px solid var(--glass-border);margin-top:5rem;padding-top:4rem}.Footer-module__3hUVsW__footerGrid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:2fr 1fr 1fr}}.Footer-module__3hUVsW__brand h2{margin-bottom:1rem;font-size:1.5rem}.Footer-module__3hUVsW__tagline{color:var(--text-secondary);max-width:300px}.Footer-module__3hUVsW__linksGroup h3{margin-bottom:1.5rem;font-size:1.1rem}.Footer-module__3hUVsW__link{color:var(--text-secondary);margin-bottom:.75rem;display:block}.Footer-module__3hUVsW__link:hover{color:var(--accent-color)}.Footer-module__3hUVsW__bottomBar{border-top:1px solid var(--glass-border);text-align:center;color:var(--text-secondary);padding:1.5rem 0;font-size:.875rem}
.NewsletterSignup-module__B2wVcq__container{background:linear-gradient(145deg,#17171766 0%,#0a0a0acc 100%);border:1px solid #ffffff0d;align-items:center;gap:2rem;margin-top:1rem;margin-bottom:2rem;padding:3rem;display:flex}.NewsletterSignup-module__B2wVcq__iconWrapper{background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.NewsletterSignup-module__B2wVcq__icon{color:var(--text-secondary)}.NewsletterSignup-module__B2wVcq__successIcon{color:var(--success-color);animation:.5s cubic-bezier(.175,.885,.32,1.275) NewsletterSignup-module__B2wVcq__popIn}.NewsletterSignup-module__B2wVcq__content h3{background:linear-gradient(90deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.8rem}.NewsletterSignup-module__B2wVcq__content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.NewsletterSignup-module__B2wVcq__form{flex-direction:column;gap:.5rem;width:100%;max-width:500px;display:flex}.NewsletterSignup-module__B2wVcq__inputGroup{gap:1rem;width:100%;display:flex}.NewsletterSignup-module__B2wVcq__input{color:var(--text-primary);background:#0003;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:.8rem 1.2rem;font-size:1rem;transition:all .2s}.NewsletterSignup-module__B2wVcq__input:focus{border-color:var(--accent-light);background:#0006;outline:none}.NewsletterSignup-module__B2wVcq__submitBtn{white-space:nowrap;align-items:center;gap:.5rem;display:flex}.NewsletterSignup-module__B2wVcq__successMessage{color:var(--success-color);background:#2ed5731a;border:1px solid #2ed57333;border-radius:8px;padding:1rem;font-weight:500}.NewsletterSignup-module__B2wVcq__errorText{color:var(--error-color);margin-top:.5rem;font-size:.9rem}@keyframes NewsletterSignup-module__B2wVcq__popIn{0%{opacity:0;transform:scale(0)}80%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.NewsletterSignup-module__B2wVcq__container{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.NewsletterSignup-module__B2wVcq__inputGroup{flex-direction:column}.NewsletterSignup-module__B2wVcq__form{margin:0 auto}}
