@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";
.Header-module__85i50G__header{z-index:1000;height:var(--header-height);background:var(--bg);border-bottom:1px solid var(--border);transition:background-color var(--t-base), box-shadow var(--t-base);position:fixed;top:0;left:0;right:0}.Header-module__85i50G__header.Header-module__85i50G__scrolled{-webkit-backdrop-filter:blur(12px);background:#fffffff2;box-shadow:0 4px 20px #0000000d}.Header-module__85i50G__inner{align-items:center;gap:16px;height:100%;display:flex}.Header-module__85i50G__nav{flex:1;align-items:center;gap:2px;display:flex}.Header-module__85i50G__navItem{position:relative}.Header-module__85i50G__navBtn{border-radius:var(--r-sm);color:var(--text-secondary);transition:color var(--t-fast), background var(--t-fast);cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--font-body);white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding:6px 10px;display:flex}.Header-module__85i50G__navBtn:hover,.Header-module__85i50G__navBtnActive{color:var(--text-primary);background:var(--bg-2)}.Header-module__85i50G__navLink{border-radius:var(--r-sm);color:var(--text-secondary);transition:color var(--t-fast), background var(--t-fast);white-space:nowrap;padding:6px 10px;font-size:.875rem;font-weight:500}.Header-module__85i50G__navLink:hover,.Header-module__85i50G__navLinkActive{color:var(--text-primary);background:var(--bg-2)}.Header-module__85i50G__chevron{color:var(--text-muted);transition:transform var(--t-fast);flex-shrink:0}.Header-module__85i50G__chevronOpen{transform:rotate(180deg)}.Header-module__85i50G__megaMenu{z-index:100;min-width:320px;max-width:360px;padding-top:6px;animation:.18s Header-module__85i50G__menuFadeIn;position:absolute;top:100%;left:0}.Header-module__85i50G__megaMenuInner{border:1px solid var(--border);border-radius:var(--r-md);background:#fff;overflow:hidden;box-shadow:0 12px 36px #0f172a1f,0 2px 6px #0000000a}.Header-module__85i50G__megaMenuGrid{flex-direction:column;gap:2px;padding:8px;display:flex}.Header-module__85i50G__megaMenuItem{border-radius:var(--r-sm);transition:background var(--t-fast);align-items:center;gap:12px;padding:10px 12px;text-decoration:none;display:flex}.Header-module__85i50G__megaMenuItem:hover{background:var(--bg-2)}.Header-module__85i50G__megaMenuItem:hover .Header-module__85i50G__megaMenuTitle{color:var(--accent)}.Header-module__85i50G__megaMenuIcon{background:var(--bg-2);border:1px solid var(--border);width:32px;height:32px;color:var(--accent);transition:border-color var(--t-fast), background var(--t-fast);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__85i50G__megaMenuItem:hover .Header-module__85i50G__megaMenuIcon{border-color:var(--accent);background:var(--accent-glow)}.Header-module__85i50G__megaMenuTitle{font-family:var(--font-heading);color:var(--text-primary);transition:color var(--t-fast);font-size:.875rem;font-weight:600;line-height:1.3}.Header-module__85i50G__megaMenuDesc{color:var(--text-muted);margin-top:1px;font-size:.775rem;line-height:1.3}.Header-module__85i50G__megaMenuFooter{border-top:1px solid var(--border);background:var(--bg-2);padding:12px 24px}.Header-module__85i50G__megaMenuCta{color:var(--accent);transition:gap var(--t-fast);align-items:center;gap:6px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.Header-module__85i50G__megaMenuCta:hover{gap:10px}.Header-module__85i50G__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.Header-module__85i50G__statusPill{color:#059669;background:#10b98114;border:1px solid #10b98138;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.Header-module__85i50G__statusDot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Header-module__85i50G__pulseDot;box-shadow:0 0 8px #10b981}@keyframes Header-module__85i50G__pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.25)}}.Header-module__85i50G__emergencyBtn{border-radius:var(--r-full);color:#ef4444;transition:all var(--t-fast);font-size:.8125rem;font-weight:600;font-family:var(--font-body);background:#ef444414;border:1px solid #ef444440;align-items:center;gap:6px;padding:8px 14px;text-decoration:none;display:inline-flex}.Header-module__85i50G__emergencyBtn:hover{background:#ef444429;border-color:#ef444466;transform:translateY(-1px)}.Header-module__85i50G__emergencyIcon{color:#ef4444}.Header-module__85i50G__contactLink{color:var(--text-secondary);border-radius:var(--r-sm);transition:color var(--t-fast);padding:8px 14px;font-size:.9375rem;font-weight:500}.Header-module__85i50G__contactLink:hover{color:var(--text-primary)}.Header-module__85i50G__ctaBtn{border-radius:var(--r-full);font-family:var(--font-heading);background:var(--accent);color:#fff;transition:transform var(--t-fast), background var(--t-fast);align-items:center;gap:8px;padding:10px 22px;font-size:.9375rem;font-weight:600;display:inline-flex}.Header-module__85i50G__ctaBtn:hover{background:var(--accent-vivid);transform:translateY(-1px)}.Header-module__85i50G__mobileToggle{width:40px;height:40px;color:var(--text-primary);transition:background var(--t-fast);border-radius:8px;justify-content:center;align-items:center;margin-left:auto;display:none}.Header-module__85i50G__mobileToggle:hover{background:var(--bg-2)}.Header-module__85i50G__mobileMenu{top:var(--header-height);background:var(--bg);border-top:1px solid var(--border);z-index:999;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.Header-module__85i50G__mobileInner{flex-direction:column;gap:4px;padding:16px 20px 40px;display:flex}.Header-module__85i50G__mobileSectionBtn{width:100%;color:var(--text-primary);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font-body);border-radius:var(--r-sm);background:0 0;border:none;justify-content:space-between;align-items:center;padding:14px 12px;display:flex}.Header-module__85i50G__mobileSectionBtn:hover{background:var(--bg-2)}.Header-module__85i50G__mobileSubItems{flex-direction:column;gap:2px;padding:4px 12px 12px;display:flex}.Header-module__85i50G__mobileSubItem{color:var(--text-secondary);border-radius:var(--r-sm);align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;display:flex}.Header-module__85i50G__mobileSubItem:hover{background:var(--bg-2);color:var(--accent)}.Header-module__85i50G__mobileLink{color:var(--text-primary);border-radius:var(--r-sm);padding:14px 12px;font-size:1rem;font-weight:600;display:block}.Header-module__85i50G__mobileLink:hover{background:var(--bg-2)}.Header-module__85i50G__mobileCtas{border-top:1px solid var(--border);flex-direction:column;gap:16px;margin-top:16px;padding-top:16px;display:flex}.Header-module__85i50G__mobileContact{flex-direction:column;gap:8px;padding:8px 4px;display:flex}.Header-module__85i50G__mobileContactItem{color:var(--text-secondary);align-items:center;gap:8px;font-size:.875rem;display:flex}.Header-module__85i50G__mobileContactItem:hover{color:var(--accent)}@media (max-width:1350px){.Header-module__85i50G__statusPill{display:none}}@media (max-width:1120px){.Header-module__85i50G__emergencyBtn{display:none}}@media (max-width:960px){.Header-module__85i50G__nav,.Header-module__85i50G__actions{display:none}.Header-module__85i50G__mobileToggle{display:flex}}@keyframes Header-module__85i50G__menuFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.Logo-module__mS7S6W__logo{-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.Logo-module__mS7S6W__imageWrap{flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s;display:flex}.Logo-module__mS7S6W__logoImage{transition:filter .25s;display:block}.Logo-module__mS7S6W__logo:hover .Logo-module__mS7S6W__imageWrap{transform:scale(1.06)}.Logo-module__mS7S6W__logo:hover .Logo-module__mS7S6W__logoImage{filter:drop-shadow(0 4px 14px #2563eb66)}.Logo-module__mS7S6W__textGroup{flex-direction:column;line-height:1;display:flex}.Logo-module__mS7S6W__brandMain{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.03em;align-items:center;font-size:1.45rem;font-weight:800;line-height:1;display:flex}.Logo-module__mS7S6W__sm .Logo-module__mS7S6W__brandMain{font-size:1.2rem}.Logo-module__mS7S6W__lg .Logo-module__mS7S6W__brandMain{font-size:1.85rem}.Logo-module__mS7S6W__brandAccent{background:linear-gradient(135deg,#2563eb 0%,#3b82f6 40%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-left:1px}.Logo-module__mS7S6W__brandInc{letter-spacing:.12em;text-transform:uppercase;color:#0ea5e9;vertical-align:middle;background:linear-gradient(135deg,#0ea5e91f 0%,#2563eb1f 100%);border:1px solid #0ea5e94d;border-radius:6px;margin-left:6px;padding:3px 7px;font-size:.65rem;font-weight:800;line-height:1;transition:all .25s;display:inline-block;box-shadow:0 2px 6px #0ea5e926}.Logo-module__mS7S6W__logo:hover .Logo-module__mS7S6W__brandInc{background:linear-gradient(135deg,#0ea5e938 0%,#2563eb38 100%);border-color:#0ea5e980;transform:translateY(-1px);box-shadow:0 4px 10px #0ea5e940}.Logo-module__mS7S6W__sm .Logo-module__mS7S6W__brandInc{margin-left:4px;padding:2px 5px;font-size:.54rem}.Logo-module__mS7S6W__lg .Logo-module__mS7S6W__brandInc{margin-left:8px;padding:3px 8px;font-size:.75rem}
.Footer-module__hP-FLq__footer{background:var(--bg-2);border-top:1px solid var(--border);margin-top:auto}.Footer-module__hP-FLq__main{grid-template-columns:280px repeat(5,1fr) 220px;gap:48px;padding-top:64px;padding-bottom:48px;display:grid}.Footer-module__hP-FLq__brandDesc{color:var(--text-muted);margin-top:16px;margin-bottom:20px;font-size:.875rem;line-height:1.65}.Footer-module__hP-FLq__contact{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.Footer-module__hP-FLq__contactItem{color:var(--text-secondary);transition:color var(--t-fast);align-items:center;gap:8px;font-size:.8125rem;display:flex}.Footer-module__hP-FLq__contactItem:hover{color:var(--accent)}.Footer-module__hP-FLq__social{gap:8px;display:flex}.Footer-module__hP-FLq__socialLink{background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--text-muted);transition:all var(--t-fast);border-radius:8px;justify-content:center;align-items:center;display:flex}.Footer-module__hP-FLq__socialLink:hover{background:var(--accent-glow);color:var(--accent);border-color:#2563eb4d}.Footer-module__hP-FLq__colTitle{font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;color:var(--text-primary);margin-bottom:16px;font-size:.8125rem;font-weight:600}.Footer-module__hP-FLq__colLinks{flex-direction:column;gap:10px;display:flex}.Footer-module__hP-FLq__colLink{color:var(--text-muted);transition:color var(--t-fast);font-size:.875rem}.Footer-module__hP-FLq__colLink:hover{color:var(--text-primary)}.Footer-module__hP-FLq__newsletterDesc{color:var(--text-muted);margin-bottom:14px;font-size:.8125rem;line-height:1.6}.Footer-module__hP-FLq__newsletterForm{flex-direction:column;gap:8px;display:flex}.Footer-module__hP-FLq__newsletterInput{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text-primary);transition:border-color var(--t-fast);outline:none;width:100%;padding:10px 14px;font-size:.875rem}.Footer-module__hP-FLq__newsletterInput::placeholder{color:var(--text-xmuted)}.Footer-module__hP-FLq__newsletterInput:focus{border-color:var(--accent)}.Footer-module__hP-FLq__newsletterBtn{background:var(--accent);color:#fff;border-radius:var(--r-sm);cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--font-body);transition:background var(--t-fast);border:none;padding:10px}.Footer-module__hP-FLq__newsletterBtn:hover{background:var(--accent-vivid)}.Footer-module__hP-FLq__badges{border-top:1px solid var(--border);padding:20px 0}.Footer-module__hP-FLq__badgesInner{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.Footer-module__hP-FLq__badgesLabel{color:var(--text-muted);font-size:.8125rem;font-weight:600}.Footer-module__hP-FLq__badgeList{flex-wrap:wrap;gap:10px;display:flex}.Footer-module__hP-FLq__badge{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-full);color:var(--accent);letter-spacing:.03em;padding:4px 12px;font-size:.75rem;font-weight:600}.Footer-module__hP-FLq__bottom{border-top:1px solid var(--border);padding:20px 0}.Footer-module__hP-FLq__bottomInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__hP-FLq__copyright{color:var(--text-muted);font-size:.8125rem}.Footer-module__hP-FLq__bottomLinks{gap:24px;display:flex}.Footer-module__hP-FLq__bottomLink{color:var(--text-muted);transition:color var(--t-fast);font-size:.8125rem}.Footer-module__hP-FLq__bottomLink:hover{color:var(--accent)}@media (max-width:1200px){.Footer-module__hP-FLq__main{grid-template-columns:repeat(3,1fr);gap:32px}.Footer-module__hP-FLq__brand{grid-column:span 3}.Footer-module__hP-FLq__newsletter{grid-column:span 2}}@media (max-width:768px){.Footer-module__hP-FLq__main{grid-template-columns:1fr 1fr;gap:32px;padding-top:40px;padding-bottom:32px}.Footer-module__hP-FLq__brand,.Footer-module__hP-FLq__newsletter{grid-column:span 2}.Footer-module__hP-FLq__bottomInner{text-align:center;flex-direction:column;gap:12px}}
:root{--bg:#fff;--bg-2:#f8fafc;--bg-3:#f1f5f9;--surface:#fff;--surface-2:#f8fafc;--border:#e2e8f0;--border-bright:#cbd5e1;--accent:#2563eb;--accent-2:#3b82f6;--accent-vivid:#1d4ed8;--accent-glow:#2563eb1a;--accent-glow-strong:#2563eb33;--purple:#7c3aed;--purple-light:#f3e8ff;--purple-glow:#7c3aed1f;--cyan:#0284c7;--cyan-light:#e0f2fe;--cyan-glow:#0284c71f;--emerald:#059669;--emerald-light:#d1fae5;--emerald-glow:#0596691f;--amber:#d97706;--amber-light:#fef3c7;--amber-glow:#d977061f;--rose:#e11d48;--rose-light:#ffe4e6;--rose-glow:#e11d481f;--indigo:#4f46e5;--indigo-light:#eef2ff;--indigo-glow:#4f46e51f;--gradient-hero:linear-gradient(135deg, #1e40af 0%, #3b82f6 40%, #06b6d4 75%, #8b5cf6 100%);--gradient-blue:linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);--gradient-purple:linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);--gradient-emerald:linear-gradient(135deg, #059669 0%, #10b981 100%);--gradient-amber:linear-gradient(135deg, #d97706 0%, #f59e0b 100%);--gradient-rose:linear-gradient(135deg, #e11d48 0%, #f43f5e 100%);--gradient-indigo:linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--text-xmuted:#94a3b8;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--font-heading:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--r-sm:8px;--r-md:12px;--r-lg:20px;--r-xl:28px;--r-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 10px 25px #00000014;--shadow-accent:0 4px 16px #2563eb33;--shadow-card:0 4px 20px #0000000a;--t-fast:.15s ease;--t-base:.25s ease;--t-slow:.4s ease;--max-width:1280px;--section-pad:100px;--section-pad-sm:60px;--header-height:72px;--color-bg-primary:#fff;--color-bg-secondary:#f8fafc;--color-bg-card:#fff;--color-bg-card-hover:#f1f5f9;--color-accent:#2563eb;--color-accent-alt:#3b82f6;--color-accent-glow:#2563eb1a;--color-accent-alt-glow:#3b82f61a;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#64748b;--color-border:#e2e8f0;--color-border-light:#cbd5e1;--color-danger:#ef4444;--color-warning:#f59e0b;--color-success:#10b981;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-accent-strong:0 4px 16px #2563eb40;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}*,:before,:after{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(--bg);color:var(--text-primary);font-family:var(--font-body);font-size:16px;line-height:1.6;overflow-x:hidden}img,video,canvas,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:700;line-height:1.15}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4.5rem)}h2{letter-spacing:-.015em;font-size:clamp(2rem,3.5vw,3rem)}h3{letter-spacing:-.01em;font-size:clamp(1.4rem,2.5vw,1.875rem)}h4{font-size:1.25rem}h5{font-size:1rem}p{color:var(--text-secondary);line-height:1.75}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:var(--section-pad) 0}.section-sm{padding:var(--section-pad-sm) 0}.grid-2{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.text-accent{color:var(--accent)}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 45%,#0ea5e9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-card);transition:border-color var(--t-base), transform var(--t-base), box-shadow var(--t-base);padding:32px}.card:hover{border-color:#2563eb4d;transform:translateY(-4px);box-shadow:0 12px 32px #2563eb14}.btn{border-radius:var(--r-full);font-family:var(--font-heading);transition:all var(--t-base);white-space:nowrap;align-items:center;gap:8px;padding:13px 28px;font-size:.9375rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{color:#fff;box-shadow:var(--shadow-accent);background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 50%,#3b82f6 100%)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb59}.btn-secondary{color:var(--accent);border:1.5px solid var(--accent);background:0 0}.btn-secondary:hover{background:var(--accent-glow);transform:translateY(-2px)}.btn-ghost{color:var(--text-primary);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--bg-2);border-color:var(--border-bright)}.btn-lg{padding:16px 36px;font-size:1.0625rem}.btn-sm{padding:9px 20px;font-size:.875rem}.badge{border-radius:var(--r-full);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-accent{background:var(--accent-glow);color:var(--accent);border:1px solid #2563eb33}.section-label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:10px;margin-bottom:16px;font-size:.75rem;font-weight:600;display:flex}.section-label:before{content:"";background:linear-gradient(90deg,#1d4ed8,#0ea5e9);border-radius:2px;width:24px;height:3px;display:block}.section-title{margin-bottom:20px}.section-desc{color:var(--text-secondary);max-width:600px;font-size:1.125rem}.accent-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;display:inline-block}.pulse-dot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-green;display:inline-block}@keyframes pulse-green{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 6px #10b98100}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){:root{--section-pad:72px;--section-pad-sm:48px}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--section-pad:56px;--section-pad-sm:36px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 16px}}
