.Header-module__85i50G__header{z-index:50;transition:all var(--transition-slow);background:0 0;padding:.3rem 0;position:fixed;top:0;left:0;right:0}.Header-module__85i50G__headerScrolled{background:var(--header-bg-scrolled);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-lg);border-bottom:1px solid var(--border-color-light);padding:calc(var(--spacing-element) * .5) 0}.Header-module__85i50G__nav{justify-content:space-between;align-items:center;display:flex}.Header-module__85i50G__logo{z-index:50;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__85i50G__logoImageWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Header-module__85i50G__logo:hover .Header-module__85i50G__logoGlow{opacity:.5}.Header-module__85i50G__logoImage{width:auto;height:2.5rem;transition:all var(--transition-base);filter:brightness();display:block;position:relative}.Header-module__85i50G__logoDark{display:block}.Header-module__85i50G__logoLight,[data-theme=light] .Header-module__85i50G__logoDark{display:none}[data-theme=light] .Header-module__85i50G__logoLight{display:block}.Header-module__85i50G__logo:hover .Header-module__85i50G__logoImage{transform:scale(1.05)}@media (max-width:480px){.Header-module__85i50G__logoImage{height:2rem}}.Header-module__85i50G__desktopNav{align-items:center;gap:.25rem;display:flex}.Header-module__85i50G__navItem{position:relative}.Header-module__85i50G__navLink{border-radius:var(--border-radius-md);font-size:var(--font-size-sm);color:var(--header-link-color);transition:all var(--transition-base);padding:.5rem 1rem;font-weight:500;text-decoration:none;display:inline-block;position:relative}.Header-module__85i50G__navLink:hover{color:var(--header-link-hover);background:#8080801a;transform:translateY(-1px)}.Header-module__85i50G__navLinkActive{color:var(--header-link-hover);background:var(--header-link-active-bg)}.Header-module__85i50G__activeIndicator{background:var(--primary-light);border-radius:var(--border-radius-full);width:.375rem;height:.375rem;box-shadow:0 0 10px var(--primary-light);position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.Header-module__85i50G__dropdownButton{border-radius:var(--border-radius-md);font-size:var(--font-size-sm);color:var(--header-link-color);cursor:pointer;transition:all var(--transition-base);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;display:flex}.Header-module__85i50G__dropdownButton:hover{color:var(--header-link-hover);background:#8080801a}.Header-module__85i50G__dropdownIcon{width:1rem;height:1rem;transition:transform var(--transition-base)}.Header-module__85i50G__dropdownIconOpen{transform:rotate(180deg)}.Header-module__85i50G__dropdownMenu{background:var(--header-dropdown-bg);-webkit-backdrop-filter:blur(30px);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);width:15rem;box-shadow:var(--shadow-xl);padding:.5rem;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden}.Header-module__85i50G__dropdownLink{border-radius:var(--border-radius-md);font-size:var(--font-size-sm);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;display:flex}.Header-module__85i50G__dropdownLink:hover{color:var(--text-primary);background:#8080801a}.Header-module__85i50G__dropdownLinkIcon{width:1rem;height:1rem;color:var(--primary-light);flex-shrink:0}.Header-module__85i50G__dropdownLinkArrow{opacity:0;width:.75rem;height:.75rem;transition:all var(--transition-fast);margin-left:auto;transform:translate(-4px)}.Header-module__85i50G__dropdownLink:hover .Header-module__85i50G__dropdownLinkArrow{opacity:1;transform:translate(0)}.Header-module__85i50G__ctaButton{background:var(--gradient-primary);color:#fff;border-radius:var(--border-radius-md);font-size:var(--font-size-sm);transition:all var(--transition-base);align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #2563eb4d}.Header-module__85i50G__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2563eb80}.Header-module__85i50G__ctaButtonIcon{width:1rem;height:1rem;transition:transform var(--transition-base)}.Header-module__85i50G__ctaButton:hover .Header-module__85i50G__ctaButtonIcon{transform:translate(4px)}.Header-module__85i50G__ctaButtonShine{opacity:0;background:linear-gradient(135deg,#0000 0%,#ffffff4d 50%,#0000 100%);transition:all .6s;position:absolute;inset:0;transform:translate(-100%)skew(-12deg)}.Header-module__85i50G__ctaButton:hover .Header-module__85i50G__ctaButtonShine{opacity:1;transform:translate(100%)skew(-12deg)}.Header-module__85i50G__desktopActions{align-items:center;gap:.75rem;display:flex}.Header-module__85i50G__mobileMenuButton{z-index:50;border-radius:var(--border-radius-md);width:2.5rem;height:2.5rem;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__85i50G__mobileMenuButton:hover{background:#80808026}.Header-module__85i50G__mobileMenuButton svg{width:1.5rem;height:1.5rem}.Header-module__85i50G__mobileOverlay{z-index:40;background:var(--background-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:fixed;inset:0}.Header-module__85i50G__mobileMenu{background:var(--background-dark);border-left:1px solid var(--border-color);width:320px;height:100%;box-shadow:var(--shadow-xl);flex-direction:column;padding:5rem 1.5rem 1.5rem;display:flex;position:absolute;top:0;right:0}.Header-module__85i50G__mobileNav{flex:1;overflow-y:auto}.Header-module__85i50G__mobileNavList{margin:0;padding:0;list-style:none}.Header-module__85i50G__mobileNavItem{margin-bottom:.25rem}.Header-module__85i50G__mobileNavLink{border-radius:var(--border-radius-md);font-size:var(--font-size-lg);color:var(--text-secondary);transition:all var(--transition-base);padding:.875rem 1rem;font-weight:500;text-decoration:none;display:block}.Header-module__85i50G__mobileNavLink:hover{color:var(--text-primary);background:#80808014}.Header-module__85i50G__mobileNavLinkActive{color:var(--text-primary);background:var(--header-link-active-bg);border-left:3px solid var(--primary-light);padding-left:calc(1rem - 3px)}.Header-module__85i50G__mobileSubLinks{border-left:1px solid var(--border-color);margin-top:.25rem;margin-left:1rem;padding-left:.5rem}.Header-module__85i50G__mobileSubLink{border-radius:var(--border-radius-md);font-size:var(--font-size-sm);color:var(--text-tertiary);transition:all var(--transition-fast);align-items:center;gap:.75rem;padding:.625rem 1rem;text-decoration:none;display:flex}.Header-module__85i50G__mobileSubLink:hover{color:var(--text-primary);background:#8080800d}.Header-module__85i50G__mobileSubLinkIcon{color:var(--primary-light);width:1rem;height:1rem}.Header-module__85i50G__mobileMenuFooter{padding-top:var(--spacing-element);border-top:1px solid var(--border-color)}.Header-module__85i50G__mobileCtaButton{background:var(--gradient-primary);color:#fff;border-radius:var(--border-radius-md);width:100%;font-size:var(--font-size-sm);transition:all var(--transition-base);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:600;text-decoration:none;display:flex}.Header-module__85i50G__mobileCtaButton:hover{box-shadow:var(--shadow-primary-hover)}.Header-module__85i50G__mobileCopyright{text-align:center;font-size:var(--font-size-xs);color:var(--text-tertiary);margin-top:1rem}.Header-module__85i50G__scrollIndicator{background:var(--gradient-text);height:2px;transition:opacity var(--transition-base);transform-origin:0;position:absolute;bottom:0;left:0}.Header-module__85i50G__scrollIndicatorVisible{opacity:1}.Header-module__85i50G__scrollIndicatorHidden{opacity:0}@media (max-width:1024px){.Header-module__85i50G__desktopNav,.Header-module__85i50G__desktopActions{display:none}.Header-module__85i50G__mobileMenuButton{display:flex}}@media (min-width:1025px){.Header-module__85i50G__mobileMenuButton{display:none}}@media (max-width:480px){.Header-module__85i50G__mobileMenu{width:100%}.Header-module__85i50G__logoTitle{font-size:var(--font-size-lg)}.Header-module__85i50G__logoSubtitle{font-size:.5rem}.Header-module__85i50G__logoIcon{width:2rem;height:2rem}.Header-module__85i50G__logoIcon svg{width:1.25rem;height:1.25rem}}.Header-module__85i50G__themeToggle{border-radius:var(--border-radius-md);border:1px solid var(--border-color);cursor:pointer;width:2.5rem;height:2.5rem;transition:all var(--transition-base);background:#8080801f;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Header-module__85i50G__themeToggle:hover{border-color:var(--border-color-hover);background:#80808033;transform:scale(1.05)}.Header-module__85i50G__themeToggle:active{transform:scale(.95)}.Header-module__85i50G__themeIconWrapper{justify-content:center;align-items:center;display:flex}.Header-module__85i50G__themeIconWrapper svg{color:#fbbf24;filter:drop-shadow(0 0 4px #fbbf2480);width:1.25rem;height:1.25rem}.Header-module__85i50G__themeToggle .Header-module__85i50G__themeIconWrapper:first-child svg{color:#e2e8f0;filter:drop-shadow(0 0 4px #e2e8f04d)}[data-theme=light] .Header-module__85i50G__themeToggle{background:#2563eb14;border:1px solid #2563eb33}[data-theme=light] .Header-module__85i50G__themeToggle:hover{background:#2563eb26;border-color:#2563eb4d}[data-theme=light] .Header-module__85i50G__themeIconWrapper svg{color:var(--primary);filter:drop-shadow(0 0 4px #2563eb4d)}[data-theme=light] .Header-module__85i50G__themeToggle .Header-module__85i50G__themeIconWrapper:first-child svg{color:var(--primary-dark);filter:drop-shadow(0 0 4px #1d4ed84d)}.Header-module__85i50G__mobileThemeToggle{border-radius:var(--border-radius-md);border:1px solid var(--border-color);width:100%;color:var(--text-secondary);font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-base);background:#8080801a;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.75rem 1rem;font-weight:500;display:flex}.Header-module__85i50G__mobileThemeToggle:hover{color:var(--text-primary);background:#8080802e}.Header-module__85i50G__mobileThemeIcon{color:#fbbf24;width:1.25rem;height:1.25rem}[data-theme=light] .Header-module__85i50G__mobileThemeIcon{color:var(--primary)}.Header-module__85i50G__mobileActions{z-index:50;align-items:center;gap:.5rem;display:none}.Header-module__85i50G__mobileThemeIconBtn{z-index:50;border-radius:var(--border-radius-full);width:2rem;height:2rem;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);background:#80808014;border:none;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__85i50G__mobileThemeIconBtn:hover{background:#8080802e}.Header-module__85i50G__mobileThemeIconSvg{color:#f3fdff;filter:drop-shadow(0 0 4px #fbbf2480);width:1.25rem;height:1.25rem}[data-theme=light] .Header-module__85i50G__mobileThemeIconSvg{color:var(--primary);filter:drop-shadow(0 0 4px #2563eb4d)}@media (max-width:1024px){.Header-module__85i50G__mobileActions{display:flex}}
.Footer-module__hP-FLq__footer{background:var(--background-darker);border-top:1px solid var(--border-color-light);transition:background-color var(--transition-theme);position:relative;overflow:hidden}.Footer-module__hP-FLq__footerGlow{background:var(--gradient-primary);opacity:.3;filter:blur(20px);width:600px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__hP-FLq__footerGrid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding:4rem 0 3rem;display:grid}.Footer-module__hP-FLq__brandColumn{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__hP-FLq__logoLink{text-decoration:none;display:block}.Footer-module__hP-FLq__logoImageWrapper{display:inline-block;position:relative}.Footer-module__hP-FLq__logoGlow{border-radius:var(--border-radius-lg);background:var(--gradient-primary);opacity:0;filter:blur(14px);transition:opacity var(--transition-base);position:absolute;inset:-6px}.Footer-module__hP-FLq__footerLogo{width:auto;height:2.25rem;transition:all var(--transition-base);display:block;position:relative}.Footer-module__hP-FLq__logoLink:hover .Footer-module__hP-FLq__footerLogo{transform:scale(1.04)}.Footer-module__hP-FLq__logoDark{display:block}.Footer-module__hP-FLq__logoLight,[data-theme=light] .Footer-module__hP-FLq__logoDark{display:none}[data-theme=light] .Footer-module__hP-FLq__logoLight{display:block}.Footer-module__hP-FLq__description{color:var(--text-secondary);font-size:var(--font-size-sm);max-width:320px;transition:color var(--transition-theme);line-height:1.8}.Footer-module__hP-FLq__socialLinks{align-items:center;gap:.75rem;display:flex}.Footer-module__hP-FLq__socialLink{border-radius:var(--border-radius-md);width:2.5rem;height:2.5rem;color:var(--text-secondary);transition:all var(--transition-base);border:1px solid var(--border-color-light);background:#8080801a;justify-content:center;align-items:center;display:flex}.Footer-module__hP-FLq__socialLink:hover{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-primary);border-color:#0000;transform:translateY(-3px)}.Footer-module__hP-FLq__socialLink svg{width:1.25rem;height:1.25rem}.Footer-module__hP-FLq__columnTitle{font-size:var(--font-size-sm);color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;transition:color var(--transition-theme);margin-bottom:1.5rem;font-weight:700}.Footer-module__hP-FLq__footerLinks{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__hP-FLq__footerLink{color:var(--text-secondary);font-size:var(--font-size-sm);transition:all var(--transition-fast);align-items:center;gap:.5rem;width:fit-content;text-decoration:none;display:inline-flex;position:relative}.Footer-module__hP-FLq__footerLink:after{content:"";background:var(--gradient-primary);width:0;height:1.5px;transition:width var(--transition-base);position:absolute;bottom:-2px;left:0}.Footer-module__hP-FLq__footerLink:hover{color:var(--primary-light);transform:translate(4px)}.Footer-module__hP-FLq__footerLink:hover:after{width:100%}.Footer-module__hP-FLq__linkIcon{width:.75rem;height:.75rem;color:var(--primary-light);flex-shrink:0}.Footer-module__hP-FLq__contactList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__hP-FLq__contactItem{color:var(--text-secondary);font-size:var(--font-size-sm);transition:color var(--transition-theme);align-items:flex-start;gap:.75rem;display:flex}.Footer-module__hP-FLq__contactIcon{width:1.25rem;height:1.25rem;color:var(--primary-light);flex-shrink:0;margin-top:.125rem}.Footer-module__hP-FLq__contactItem span{line-height:1.6}.Footer-module__hP-FLq__divider{background:var(--border-color-light);width:100%;height:1px}.Footer-module__hP-FLq__bottomBar{justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.Footer-module__hP-FLq__copyright{color:var(--text-tertiary);font-size:var(--font-size-xs);transition:color var(--transition-theme)}.Footer-module__hP-FLq__bottomLinks{align-items:center;gap:1.5rem;display:flex}.Footer-module__hP-FLq__bottomLink{color:var(--text-tertiary);font-size:var(--font-size-xs);transition:color var(--transition-fast);text-decoration:none}.Footer-module__hP-FLq__bottomLink:hover{color:var(--primary-light)}.Footer-module__hP-FLq__scrollToTop{border-radius:var(--border-radius-md);background:var(--gradient-primary);color:#fff;cursor:pointer;width:2.5rem;height:2.5rem;transition:all var(--transition-base);box-shadow:var(--shadow-primary);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Footer-module__hP-FLq__scrollToTop:hover{box-shadow:var(--shadow-primary-hover);transform:translateY(-3px)}.Footer-module__hP-FLq__scrollToTop svg{width:1.25rem;height:1.25rem}.Footer-module__hP-FLq__heartIcon{color:var(--error);margin:0 .25rem;animation:1.5s ease-in-out infinite Footer-module__hP-FLq__heartbeat;display:inline-block}@keyframes Footer-module__hP-FLq__heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}75%{transform:scale(1.15)}}@media (max-width:1024px){.Footer-module__hP-FLq__footerGrid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__hP-FLq__brandColumn{grid-column:1/-1}.Footer-module__hP-FLq__description{max-width:100%}}@media (max-width:768px){.Footer-module__hP-FLq__footerGrid{grid-template-columns:1fr;gap:2rem;padding:3rem 0 2rem}.Footer-module__hP-FLq__brandColumn{text-align:center;grid-column:1;align-items:center}.Footer-module__hP-FLq__description{text-align:center}.Footer-module__hP-FLq__socialLinks{justify-content:center}.Footer-module__hP-FLq__bottomBar{text-align:center;flex-direction:column;gap:1rem}.Footer-module__hP-FLq__bottomLinks{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.Footer-module__hP-FLq__footerGrid{padding:2rem 0 1.5rem}}
:root,[data-theme=dark]{--primary:#2563eb;--primary-light:#3b82f6;--primary-dark:#1d4ed8;--primary-50:#eff6ff;--primary-100:#dbeafe;--primary-200:#bfdbfe;--primary-500:#2563eb;--primary-600:#1d4ed8;--primary-700:#1e40af;--background-body:#0b1220;--background-light:#0f172a;--background-white:#1a2332;--background-dark:#0b1220;--background-darker:#060b14;--background-card:#1a2332;--background-card-hover:#1e293b;--background-glass:#0f172acc;--background-input:#1a2332;--background-overlay:#000000b3;--text-primary:#f5f7fa;--text-secondary:#94a3b8;--text-tertiary:#64748b;--text-light:#f5f7fa;--text-muted:#475569;--text-inverse:#0b1220;--border-color:#ffffff1a;--border-color-light:#ffffff0d;--border-color-hover:#fff3;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 20px #0006;--shadow-lg:0 10px 40px #00000080;--shadow-xl:0 20px 60px #0009;--shadow-primary:0 10px 30px #2563eb4d;--shadow-primary-hover:0 15px 40px #2563eb80;--shadow-card:0 4px 20px #0000004d;--header-bg:#0b1220f2;--header-bg-scrolled:#0b1220f7;--header-link-color:#ffffffb3;--header-link-hover:#fff;--header-link-active-bg:#2563eb40;--header-dropdown-bg:#0b1220fa}[data-theme=light]{--primary:#2563eb;--primary-light:#3b82f6;--primary-dark:#1d4ed8;--background-body:#f5f7fa;--background-light:#f5f7fa;--background-white:#fff;--background-dark:#fff;--background-darker:#e8ecf1;--background-card:#fff;--background-card-hover:#f8fafc;--background-glass:#fffc;--background-input:#fff;--background-overlay:#0000004d;--text-primary:#0b1220;--text-secondary:#475569;--text-tertiary:#64748b;--text-light:#f5f7fa;--text-muted:#94a3b8;--text-inverse:#f5f7fa;--border-color:#0000001a;--border-color-light:#0000000d;--border-color-hover:#0003;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 20px #0000000f;--shadow-lg:0 10px 40px #00000014;--shadow-xl:0 20px 60px #0000001a;--shadow-primary:0 10px 30px #2563eb33;--shadow-primary-hover:0 15px 40px #2563eb59;--shadow-card:0 2px 10px #0000000f;--header-bg:#ffffffe6;--header-bg-scrolled:#fffffff7;--header-link-color:var(--text-secondary);--header-link-hover:var(--primary);--header-link-active-bg:#2563eb1a;--header-dropdown-bg:#fff}:root{--success:#10b981;--warning:#f59e0b;--error:#ef4444;--info:#3b82f6;--gradient-primary:linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);--gradient-primary-hover:linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);--gradient-dark:linear-gradient(135deg, #0b1220 0%, #1a2332 50%, #0f172a 100%);--gradient-dark-card:linear-gradient(145deg, #0f172a 0%, #1a2332 100%);--gradient-hero:linear-gradient(135deg, #0b1220 0%, #1e3a5f 50%, #2563eb 100%);--gradient-text:linear-gradient(135deg, #2563eb 0%, #60a5fa 100%);--gradient-glass:linear-gradient(135deg, #ffffff1a 0%, #ffffff0d 100%);--border-radius-sm:.375rem;--border-radius-md:.5rem;--border-radius-lg:.75rem;--border-radius-xl:1rem;--border-radius-2xl:1.5rem;--border-radius-full:9999px;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--spacing-section:6rem;--spacing-container:2rem;--spacing-element:1.5rem;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--transition-spring:.6s cubic-bezier(.34, 1.56, .64, 1);--transition-theme:.4s cubic-bezier(.4, 0, .2, 1)}@layer base{*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--background-body);color:var(--text-primary);font-family:var(--font-sans);font-size:var(--font-size-base);min-height:100vh;transition:background-color var(--transition-theme), color var(--transition-theme);line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--text-primary);transition:color var(--transition-theme);font-weight:700;line-height:1.2}h1{font-size:var(--font-size-6xl)}h2{font-size:var(--font-size-5xl)}h3{font-size:var(--font-size-4xl)}h4{font-size:var(--font-size-3xl)}h5{font-size:var(--font-size-2xl)}h6{font-size:var(--font-size-xl)}p{color:var(--text-secondary);transition:color var(--transition-theme);line-height:1.8}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-body)}::-webkit-scrollbar-thumb{background:var(--gradient-primary);border-radius:var(--border-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}::selection{background:var(--primary);color:#fff}::selection{background:var(--primary);color:#fff}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--border-radius-sm)}input,textarea,select{background:var(--background-input);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);font-family:var(--font-sans);font-size:var(--font-size-base);transition:all var(--transition-fast);padding:.75rem 1rem}input:focus,textarea:focus,select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb33}}@layer components{.container-main{max-width:1280px;padding:0 var(--spacing-container);width:100%;margin:0 auto}.container-narrow{max-width:900px;padding:0 var(--spacing-container);margin:0 auto}.section{padding:var(--spacing-section) 0;position:relative}.section-dark{background:var(--gradient-dark);color:var(--text-light)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark h5,.section-dark h6{color:#fff}.section-dark p{color:#94a3b8}.section-light{background:var(--background-light);transition:background-color var(--transition-theme)}.section-white{background:var(--background-white);transition:background-color var(--transition-theme)}.btn{border-radius:var(--border-radius-md);font-weight:600;font-size:var(--font-size-base);transition:all var(--transition-base);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-primary)}.btn-primary:hover{box-shadow:var(--shadow-primary-hover);transform:translateY(-3px)}.btn-primary:active{transform:translateY(-1px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:#fff;box-shadow:var(--shadow-primary);transform:translateY(-3px)}.btn-white{color:var(--primary);box-shadow:var(--shadow-md);background:#fff}.btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.btn-lg{font-size:var(--font-size-lg);padding:1.125rem 2.5rem}.btn-sm{font-size:var(--font-size-sm);padding:.625rem 1.25rem}.card{background:var(--background-card);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-card);transition:all var(--transition-base);border:1px solid var(--border-color-light);padding:2rem}.card:hover{box-shadow:var(--shadow-lg);background:var(--background-card-hover);transform:translateY(-8px)}.card-glass{background:var(--background-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:2rem}.card-dark{background:var(--gradient-dark-card);border:1px solid var(--border-color);color:#fff}.card-dark p{color:#94a3b8}.badge{border-radius:var(--border-radius-full);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:.25rem .75rem;font-weight:600;display:inline-flex}.badge-primary{background:var(--primary-100);color:var(--primary)}.badge-gradient{background:var(--gradient-primary);color:#fff}.text-gradient{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-balance{text-wrap:balance}.divider{background:var(--gradient-primary);border-radius:var(--border-radius-full);width:80px;height:4px;margin:1rem 0}.divider-center{margin:1rem auto}}@layer utilities{.animate-fade-in{animation:.8s ease-out forwards fadeIn}.animate-slide-up{animation:.8s ease-out forwards slideUp}.animate-slide-right{animation:.8s ease-out forwards slideRight}.animate-slide-left{animation:.8s ease-out forwards slideLeft}.animate-scale{animation:.5s ease-out forwards scale}.animate-float{animation:3s ease-in-out infinite float}.animate-pulse-glow{animation:2s ease-in-out infinite pulseGlow}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #2563eb33}50%{box-shadow:0 0 40px #2563eb66}}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.bg-dots{background-image:radial-gradient(circle, var(--primary) 1px, transparent 1px);opacity:.1;background-size:30px 30px}.bg-grid{background-image:linear-gradient(#2563eb1a 1px,#0000 1px),linear-gradient(90deg,#2563eb1a 1px,#0000 1px);background-size:50px 50px}}@media (max-width:1024px){:root{--spacing-section:4rem;--font-size-6xl:2.5rem;--font-size-5xl:2rem;--font-size-4xl:1.75rem;--font-size-3xl:1.5rem}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--spacing-section:3rem;--spacing-container:1rem;--font-size-6xl:2rem;--font-size-5xl:1.75rem;--font-size-4xl:1.5rem;--font-size-3xl:1.25rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:var(--spacing-section) 0}.btn{padding:.75rem 1.5rem}}@media (max-width:480px){:root{--spacing-section:2rem;--font-size-6xl:1.75rem;--font-size-5xl:1.5rem;--font-size-4xl:1.25rem}}
