@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--primary-blue:#0091da;--secondary-blue:#006ba6;--text-dark:#2d3748;--text-gray:#4a5568;--text-light:#718096;--bg-light:#f7fafc;--bg-white:#fff;--border-color:#e2e8f0;--accent-orange:#ff6b00;--success:#48bb78;--warning:#ed8936;--error:#f56565;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--container-width:1200px;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--bg-light);font-family:Outfit,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--primary-blue);font-weight:700;line-height:1.25}h1{margin-bottom:1.5rem;font-size:2.5rem}h2{margin-bottom:1rem;font-size:2rem}h3{margin-bottom:.75rem;font-size:1.5rem}p{margin-bottom:1rem}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius-md);cursor:pointer;border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary-blue);color:#fff;box-shadow:0 4px 6px #0091da33}.btn-primary:hover{background:var(--secondary-blue);transform:translateY(-2px);box-shadow:0 6px 12px #0091da4d}.btn-secondary{background:var(--text-dark);color:#fff;box-shadow:0 4px 6px #2d374833}.btn-secondary:hover{background:#1a202c;transform:translateY(-2px);box-shadow:0 6px 12px #2d37484d}.btn-outline{color:var(--primary-blue);border:2px solid var(--primary-blue);background:0 0}.btn-outline:hover{background:var(--primary-blue);color:#fff}.section-padding{padding:4rem 0}.text-center{text-align:center}.text-primary{color:var(--primary-blue)}.text-accent{color:var(--accent-orange)}.glass-panel{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}@keyframes pulse-white{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 15px #fff0}to{box-shadow:0 0 #fff0}}.btn-pulse-white{animation:2s infinite pulse-white}
.Navbar-module__cRh5nW__navbar{border-bottom:1px solid var(--border-color);z-index:1000;box-shadow:var(--shadow-sm);background:#fff;padding:1rem 0;position:sticky;top:0}.Navbar-module__cRh5nW__navLinks{flex-grow:1;justify-content:center;align-items:center;gap:3rem;margin-left:2rem;display:flex}.Navbar-module__cRh5nW__navLinks a{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__cRh5nW__navLinks a:hover{color:var(--primary-blue)}.Navbar-module__cRh5nW__ctaGroup{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cRh5nW__hamburger{cursor:pointer;color:var(--text-dark);z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__cRh5nW__mobileMenu{border-bottom:2px solid var(--accent-orange);z-index:999;background:#fff;flex-direction:column;gap:1.5rem;padding:1.5rem;transition:transform .3s ease-in-out;display:flex;position:fixed;top:80px;left:0;right:0;transform:translateY(-150%);box-shadow:0 10px 15px -3px #0000001a}.Navbar-module__cRh5nW__mobileMenuOpen{transform:translateY(0)}.Navbar-module__cRh5nW__mobileMenu a{color:var(--text-dark);border-bottom:1px solid #f1f5f9;padding:.5rem 0;font-size:1.1rem;font-weight:500;text-decoration:none}.Navbar-module__cRh5nW__mobilePhoneBtn{background-color:var(--bg-light);border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;padding:.75rem;font-weight:700;display:flex;color:var(--primary-blue)!important}@media (max-width:900px){.Navbar-module__cRh5nW__navLinks{display:none}.Navbar-module__cRh5nW__hamburger{display:block}.Navbar-module__cRh5nW__ctaGroup{display:none}.Navbar-module__cRh5nW__hamburger{align-items:center;margin-left:.5rem;display:flex}}.Navbar-module__cRh5nW__btnPulse{color:var(--primary-blue);border:2px solid var(--primary-blue);background-color:#fff;font-weight:600;animation:2s infinite Navbar-module__cRh5nW__pulse-blue}.Navbar-module__cRh5nW__btnPulse:hover{background-color:var(--primary-blue);color:#fff}
.Footer-module__3hUVsW__footer{color:#e2e8f0;background-color:#0f172a;margin-top:4rem;padding-top:4rem}.Footer-module__3hUVsW__footerGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__3hUVsW__colTitle{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;position:relative}.Footer-module__3hUVsW__colTitle:after{content:"";background-color:var(--accent-orange);width:40px;height:2px;position:absolute;bottom:-.5rem;left:0}.Footer-module__3hUVsW__description{color:var(--text-gray);margin-bottom:1.5rem}.Footer-module__3hUVsW__contactInfo{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__contactItem{color:#cbd5e1;align-items:center;gap:.75rem;display:flex}.Footer-module__3hUVsW__icon{color:var(--accent-orange)}.Footer-module__3hUVsW__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__linkList a{color:#cbd5e1;transition:color .2s,padding-left .2s}.Footer-module__3hUVsW__linkList a:hover{color:var(--accent-orange);padding-left:5px}.Footer-module__3hUVsW__hoursList{color:#cbd5e1;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__hoursList li{align-items:center;gap:.5rem;display:flex}.Footer-module__3hUVsW__copyright{text-align:center;color:var(--text-gray);background-color:#020617;padding:1.5rem 0;font-size:.875rem}@media (max-width:768px){.Footer-module__3hUVsW__footer{margin-top:2rem;padding-top:2rem}.Footer-module__3hUVsW__footerGrid{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module__3hUVsW__colTitle:after{left:50%;transform:translate(-50%)}.Footer-module__3hUVsW__contactInfo,.Footer-module__3hUVsW__linkList,.Footer-module__3hUVsW__hoursList{align-items:center}.Footer-module__3hUVsW__linkList a:hover{color:var(--accent-orange);padding-left:0}}
