@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}
.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{align-items:center;gap: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:1rem;display:flex}@media (max-width:768px){.Navbar-module__cRh5nW__navLinks{display:none}.Navbar-module__cRh5nW__ctaGroup{justify-content:space-between;width:100%}.Navbar-module__cRh5nW__ctaGroup .Navbar-module__cRh5nW__btn{flex:1;justify-content:center}}
.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}
