:root{--primary:#2563eb;--primary-rgb:37, 99, 235;--primary-hover:#1d4ed8;--secondary:#64748b;--accent:#f59e0b;--background:#fff;--foreground:#0f172a;--foreground-rgb:15, 23, 42;--surface:#f8fafc;--border:#e2e8f0;--success-bg:#dcfce7;--success-text:#166534;--warning-bg:#fef3c7;--warning-text:#92400e;--error-bg:#fdf2f2;--error-border:#fee2e2;--error-text:#991b1b;--error-primary:#ef4444;--error-accent:#b91c1c;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-md:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-xl:0 25px 50px -12px #00000040;--white-alpha-5:#ffffff0d;--white-alpha-10:#ffffff1a;--white-alpha-20:#fff3;--white-alpha-60:#fff9;--white-alpha-80:#fffc;--white-alpha-90:#ffffffe6;--black-alpha-5:#0000000d;--black-alpha-10:#0000001a;--black-alpha-20:#0003;--primary-alpha-5:#2563eb0d;--primary-alpha-10:#2563eb1a;--primary-alpha-20:#2563eb33;--primary-alpha-30:#2563eb4d;--text-muted:#64748b;--text-inverse:#fff;--container-max-width:1280px;--header-height:72px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-full:9999px;--transition-fast:.2s ease;--transition-base:.3s ease}@media (prefers-color-scheme:dark){:root{--background:#0f172a;--foreground:#f8fafc;--surface:#1e293b;--border:#334155;--text-muted:#94a3b8}}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;display:flex}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin-bottom:var(--space-4);font-weight:700;line-height:1.2}p{margin-bottom:var(--space-4)}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{margin-left:var(--space-6);margin-bottom:var(--space-4);list-style:outside}ol{margin-left:var(--space-6);list-style:decimal}nav ul,footer ul,.no-bullets{margin-top:0;margin-bottom:0;margin-left:0;list-style:none}.container{width:100%;max-width:var(--container-max-width);padding:0 var(--space-4);margin:0 auto}.section{padding:var(--space-16) 0}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.Navbar-module__b5_koG__header{height:var(--header-height);z-index:1000;transition:var(--transition-base);background:0 0;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__b5_koG__scrolled{background:var(--background);box-shadow:0 4px 6px -1px var(--black-alpha-10);border-bottom:1px solid var(--border)}.Navbar-module__b5_koG__nav{justify-content:space-between;align-items:center;display:flex}.Navbar-module__b5_koG__logo{color:var(--foreground);letter-spacing:-.025em;z-index:1001;font-size:1.5rem;font-weight:800}.Navbar-module__b5_koG__logo span{color:var(--primary)}.Navbar-module__b5_koG__links{align-items:center;gap:var(--space-8);display:flex}.Navbar-module__b5_koG__hasDropdown{position:relative}.Navbar-module__b5_koG__dropTrigger{align-items:center;gap:var(--space-1);color:var(--text-muted);font-size:.9375rem;font-weight:600;display:flex}.Navbar-module__b5_koG__dropTrigger:hover{color:var(--primary)}.Navbar-module__b5_koG__dropdown{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 10px 15px -3px var(--black-alpha-10);padding:var(--space-4);gap:var(--space-2);flex-direction:column;min-width:200px;display:flex;position:absolute;top:100%;left:0}.Navbar-module__b5_koG__megaMenu{top:var(--header-height);background:var(--background);border-bottom:1px solid var(--border);box-shadow:0 10px 15px -3px var(--black-alpha-10);padding:var(--space-12) 0;z-index:999;position:fixed;left:0;right:0}.Navbar-module__b5_koG__megaGrid{max-width:var(--container-max-width);padding:0 var(--space-4);gap:var(--space-12);grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.Navbar-module__b5_koG__megaColumn h4{text-transform:uppercase;color:var(--primary);letter-spacing:.05em;margin-bottom:var(--space-4);font-size:.875rem}.Navbar-module__b5_koG__megaColumn a{padding:var(--space-2) 0;color:var(--foreground);font-size:.9375rem;font-weight:500;display:block}.Navbar-module__b5_koG__megaColumn a:hover{color:var(--primary)}.Navbar-module__b5_koG__cta{background:var(--primary);padding:var(--space-3) var(--space-8);border-radius:var(--radius-md);color:var(--text-inverse)!important;font-weight:600!important}.Navbar-module__b5_koG__mobileToggle{z-index:1001;display:none}@media (max-width:1024px){.Navbar-module__b5_koG__mobileToggle{display:block}.Navbar-module__b5_koG__links{background:var(--background);width:80%;height:100vh;padding:var(--space-16) var(--space-8);transition:var(--transition-base);box-shadow:-10px 0 30px var(--black-alpha-10);flex-direction:column;align-items:flex-start;position:fixed;top:0;right:-100%}.Navbar-module__b5_koG__links.Navbar-module__b5_koG__mobileOpen{right:0}.Navbar-module__b5_koG__megaMenu,.Navbar-module__b5_koG__dropdown{box-shadow:none;padding:var(--space-4) 0;background:0 0;border:none;position:static}.Navbar-module__b5_koG__megaGrid{gap:var(--space-6);grid-template-columns:1fr}}
.Footer-module__KWgBSG__footer{background:var(--surface);border-top:1px solid var(--border);padding:var(--space-16) 0 var(--space-8);margin-top:auto}.Footer-module__KWgBSG__grid{gap:var(--space-12);margin-bottom:var(--space-16);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__KWgBSG__brand{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__KWgBSG__brand p{color:var(--text-muted);max-width:320px}.Footer-module__KWgBSG__logo{color:var(--foreground);font-size:1.5rem;font-weight:800}.Footer-module__KWgBSG__logo span{color:var(--primary)}.Footer-module__KWgBSG__links h4,.Footer-module__KWgBSG__contact h4{margin-bottom:var(--space-6);color:var(--foreground);font-size:1.125rem}.Footer-module__KWgBSG__links ul{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__KWgBSG__links a{color:var(--text-muted);font-size:.9375rem}.Footer-module__KWgBSG__links a:hover{color:var(--primary)}.Footer-module__KWgBSG__contact p{color:var(--text-muted);margin-bottom:var(--space-2);font-size:.9375rem}.Footer-module__KWgBSG__bottom{padding-top:var(--space-8);border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.Footer-module__KWgBSG__legal{gap:var(--space-6);display:flex}@media (max-width:1024px){.Footer-module__KWgBSG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Footer-module__KWgBSG__grid{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__KWgBSG__bottom{gap:var(--space-4);text-align:center;flex-direction:column}}
