:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:1rem 0;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;box-shadow:0 2px 10px #0000001a}.container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.logo{display:flex;align-items:center;gap:12px}.logo-img{height:40px;width:auto;object-fit:contain}.logo h1{font-size:1.8rem;font-weight:700;margin:0;letter-spacing:1px;background:linear-gradient(45deg,#fff,#e0f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;position:relative}.nav a:hover{background-color:#ffffff1a;transform:translateY(-2px)}.nav a:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:#fff;transition:all .3s ease;transform:translate(-50%)}.nav a:hover:after{width:80%}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:all .3s ease;border-radius:2px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}@media (max-width: 768px){.container{padding:0 1rem;position:relative}.logo h1{font-size:1.5rem}.menu-toggle{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(135deg,#1e3a8a,#3b82f6);transition:right .3s ease;z-index:1000;padding-top:80px;box-shadow:-5px 0 15px #0000001a}.nav.nav-open{right:0!important}.nav ul{flex-direction:column;gap:0;padding:2rem 0;height:100%}.nav li{width:100%}.nav a{display:block;padding:1rem 2rem;font-size:1.1rem;border-radius:0;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.nav a:hover{background-color:#ffffff26;transform:translate(10px)}.nav a:after{display:none}.nav-overlay{display:block!important;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}}@media (max-width: 480px){.container{padding:0 .75rem}.logo h1{font-size:1.3rem}.nav{width:100%;right:-100%}.nav a{padding:1.2rem 1.5rem;font-size:1rem}}.hero{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e1);display:flex;align-items:center;padding-top:80px;position:relative;overflow:hidden;width:100vw;box-sizing:border-box}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:1}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2;width:100vw;box-sizing:border-box}.hero-content{animation:slideInLeft 1s ease-out}.hero-title{font-size:3.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem;line-height:1.1}.hero-subtitle{display:block;font-size:1.5rem;font-weight:400;color:#3b82f6;margin-top:.5rem}.hero-description{font-size:1.2rem;color:#64748b;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;text-align:center;min-width:180px}.hero-visual{display:flex;flex-direction:column;gap:1.5rem;animation:slideInRight 1s ease-out}.floating-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0}.floating-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.floating-card:nth-child(1){animation-delay:.2s;margin-left:2rem}.floating-card:nth-child(2){animation-delay:.4s;margin-right:2rem}.floating-card:nth-child(3){animation-delay:.6s;margin-left:1rem}.floating-card:nth-child(4){animation-delay:.8s;margin-right:1.5rem}.card-icon{font-size:2.5rem;margin-bottom:1rem}.floating-card h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.floating-card p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.hero-container{gap:3rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}.floating-card{padding:1.5rem}.floating-card h3{font-size:1.2rem}}@media (max-width: 768px){.hero{padding-top:100px;min-height:auto;padding-bottom:4rem}.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center;padding:0 1rem}.hero-title{font-size:2.5rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;margin-top:.8rem}.hero-description{font-size:1.1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center;flex-direction:column;align-items:center;gap:1rem}.btn{min-width:200px;width:100vw;max-width:280px}.hero-visual{gap:1rem}.floating-card{margin:0!important;padding:1.5rem;border-radius:12px}.floating-card h3{font-size:1.1rem}.floating-card p{font-size:.9rem}.card-icon{font-size:2rem;margin-bottom:.8rem}}@media (max-width: 480px){.hero{padding-top:90px;padding-bottom:3rem}.hero-container{padding:0 .75rem;gap:2.5rem}.hero-title{font-size:2rem;line-height:1.1}.hero-subtitle{font-size:1rem;margin-top:.6rem}.hero-description{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.btn{padding:.9rem 1.5rem;font-size:.95rem;min-width:180px}.floating-card{padding:1.2rem;border-radius:10px}.floating-card h3{font-size:1rem;margin-bottom:.4rem}.floating-card p{font-size:.85rem;line-height:1.4}.card-icon{font-size:1.8rem;margin-bottom:.6rem}}@media (max-width: 360px){.hero-title{font-size:1.8rem}.hero-subtitle,.hero-description{font-size:.95rem}.btn{padding:.8rem 1.2rem;font-size:.9rem;min-width:160px}.floating-card{padding:1rem}}.services{padding:6rem 0;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;width:100vw;box-sizing:border-box}.services:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233b82f6' fill-opacity='0.03'%3E%3Cpath d='M20 20c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10 0c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z'/%3E%3C/g%3E%3C/svg%3E");z-index:1}.services-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2;width:100%;box-sizing:border-box}.services-header{text-align:center;margin-bottom:4rem;animation:fadeInUp 1s ease-out}.services-header h2{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:1rem;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;transition:all .4s ease;border:1px solid #e2e8f0;position:relative;overflow:hidden;animation:fadeInUp 1s ease-out}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #3b82f626}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block;padding:1rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.service-description{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0 0 2rem}.service-features li{color:#475569;font-size:.95rem;margin-bottom:.8rem;padding-left:1.5rem;position:relative;line-height:1.5}.service-features li:before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1rem}.service-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 15px #3b82f633}.service-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.8rem}.service-card{padding:2.2rem}.services-header h2{font-size:2.8rem}}@media (max-width: 768px){.services{padding:4rem 0}.services-container{padding:0 1rem}.services-header{margin-bottom:3rem}.services-header h2{font-size:2.5rem;line-height:1.2}.services-header p{font-size:1.1rem;line-height:1.6}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem;border-radius:16px}.service-icon{font-size:2.5rem;padding:.8rem}.service-card h3{font-size:1.4rem}.service-description{font-size:1rem}.service-features li{font-size:.95rem;margin-bottom:.7rem}.service-btn{padding:.9rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.services{padding:3rem 0}.services-container{padding:0 .75rem}.services-header{margin-bottom:2.5rem}.services-header h2{font-size:2rem;line-height:1.1}.services-header p{font-size:1rem;line-height:1.5}.services-grid{gap:1.2rem}.service-card{padding:1.5rem;border-radius:12px}.service-icon{font-size:2.2rem;padding:.7rem}.service-card h3{font-size:1.2rem;margin-bottom:.8rem}.service-description{font-size:.95rem;margin-bottom:1.2rem}.service-features{margin-bottom:1.5rem}.service-features li{font-size:.9rem;margin-bottom:.6rem;padding-left:1.2rem}.service-features li:before{font-size:.9rem}.service-btn{padding:.8rem 1.2rem;font-size:.95rem}}@media (max-width: 360px){.services{padding:2.5rem 0}.services-header h2{font-size:1.8rem}.services-header p{font-size:.95rem}.service-card{padding:1.2rem}.service-icon{font-size:2rem;padding:.6rem}.service-card h3{font-size:1.1rem}.service-description{font-size:.9rem}.service-features li{font-size:.85rem}.service-btn{padding:.7rem 1rem;font-size:.9rem}}.ai-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden;width:100vw;box-sizing:border-box}.ai-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;z-index:1}.ai-section .container{position:relative;z-index:2}.ai-header{text-align:center;margin-bottom:60px;animation:fadeInUp .8s ease-out}.ai-header h2{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#1e3a8a,#3b82f6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;letter-spacing:-1px}.ai-subtitle{font-size:1.3rem;color:#64748b;font-weight:400;max-width:600px;margin:0 auto;line-height:1.6}.ai-content{max-width:1200px;margin:0 auto}.ai-intro{text-align:center;margin-bottom:60px;animation:fadeInUp .8s ease-out .2s both}.ai-intro h3{font-size:2.2rem;color:#1e293b;margin-bottom:20px;font-weight:600}.ai-intro p{font-size:1.1rem;color:#475569;line-height:1.8;max-width:800px;margin:0 auto}.ai-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:80px}.ai-service-card{background:#fff;padding:40px 30px;border-radius:20px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0;animation:fadeInUp .8s ease-out .4s both}.ai-service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #3b82f626;border-color:#3b82f6}.ai-icon{font-size:3rem;margin-bottom:20px;display:block}.ai-service-card h4{font-size:1.5rem;color:#1e293b;margin-bottom:15px;font-weight:600}.ai-service-card p{color:#64748b;line-height:1.7;font-size:1rem}.ai-benefits{margin-bottom:60px;animation:fadeInUp .8s ease-out .6s both}.ai-benefits h3{text-align:center;font-size:2.2rem;color:#1e293b;margin-bottom:40px;font-weight:600}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.benefit-item{background:#fff;padding:30px 25px;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid #f1f5f9}.benefit-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #3b82f61a}.benefit-icon{font-size:2.5rem;margin-bottom:15px;display:block}.benefit-item h5{font-size:1.2rem;color:#1e293b;margin-bottom:10px;font-weight:600}.benefit-item p{color:#64748b;font-size:.95rem;line-height:1.5}.ai-cta{text-align:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:60px 40px;border-radius:25px;box-shadow:0 20px 40px #3b82f64d;animation:fadeInUp .8s ease-out .8s both}.ai-cta h3{font-size:2.5rem;margin-bottom:20px;font-weight:700}.ai-cta p{font-size:1.2rem;margin-bottom:40px;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.ai-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:15px 30px;border-radius:12px;font-weight:600;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:#fff;color:#1e3a8a}.btn-primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#1e3a8a;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.ai-header h2{font-size:2.5rem}.ai-intro h3,.ai-benefits h3{font-size:2rem}.ai-cta h3{font-size:2.2rem}}@media (max-width: 768px){.ai-section{padding:60px 0}.ai-header{margin-bottom:40px}.ai-header h2{font-size:2.2rem}.ai-subtitle{font-size:1.1rem}.ai-intro{margin-bottom:40px}.ai-intro h3{font-size:1.8rem}.ai-services{grid-template-columns:1fr;gap:20px;margin-bottom:60px}.ai-service-card{padding:30px 20px}.benefits-grid{grid-template-columns:1fr;gap:20px}.ai-cta{padding:40px 20px;margin:0 10px}.ai-cta h3{font-size:2rem}.ai-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.ai-header h2{font-size:1.9rem}.ai-intro h3,.ai-benefits h3{font-size:1.6rem}.ai-service-card{padding:25px 15px}.ai-cta{padding:30px 15px}.ai-cta h3{font-size:1.8rem}}.footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:4rem 0 0;position:relative;overflow:hidden;width:100vw;box-sizing:border-box}.footer:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:1}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2;width:100%;box-sizing:border-box}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.8rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;color:#3b82f6}.footer-section h5{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#e2e8f0}.footer-section p{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3b82f61a;border-radius:8px;transition:all .3s ease;text-decoration:none}.social-links a:hover{background:#3b82f6;transform:translateY(-2px)}.social-links span{font-size:1.2rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#cbd5e1;text-decoration:none;transition:all .3s ease;padding:.2rem 0;display:inline-block}.footer-section ul li a:hover{color:#3b82f6;transform:translate(5px)}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.8rem}.contact-icon{font-size:1.1rem;margin-top:.1rem;flex-shrink:0}.contact-item span:last-child{color:#cbd5e1;line-height:1.5}.hours{margin-bottom:2rem}.hour-item{display:flex;justify-content:space-between;margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid rgba(59,130,246,.1)}.hour-item span:first-child{color:#e2e8f0;font-weight:500}.hour-item span:last-child{color:#3b82f6;font-weight:600}.cta-section{background:#3b82f61a;padding:1.5rem;border-radius:12px;border:1px solid rgba(59,130,246,.2)}.emergency-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #dc26264d}.emergency-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.footer-bottom{border-top:1px solid rgba(59,130,246,.2);padding:2rem 0;background:#0003}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#94a3b8;margin:0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#3b82f6}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-section h3{font-size:1.6rem}.footer-section h4{font-size:1.1rem}}@media (max-width: 768px){.footer{padding:3rem 0 0}.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-section h3{font-size:1.5rem;margin-bottom:1.2rem}.footer-section h4{font-size:1.1rem;margin-bottom:1.2rem}.footer-section p{max-width:500px;margin:0 auto 1.5rem}.social-links{justify-content:center;margin-bottom:1rem}.contact-info{align-items:center}.contact-item{justify-content:center;text-align:center}.hours{max-width:300px;margin:0 auto 2rem}.hour-item{flex-direction:column;gap:.3rem;text-align:center}.cta-section{text-align:center;max-width:280px;margin:0 auto}.footer-bottom-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-links{justify-content:center}}@media (max-width: 480px){.footer{padding:2.5rem 0 0}.footer-container{padding:0 .75rem}.footer-content{gap:2rem}.footer-section h3{font-size:1.3rem;margin-bottom:1rem}.footer-section h4{font-size:1rem;margin-bottom:1rem}.footer-section h5{font-size:.95rem}.footer-section p{font-size:.95rem;line-height:1.5}.social-links a{width:36px;height:36px}.social-links span{font-size:1.1rem}.contact-item{flex-direction:column;gap:.5rem}.contact-icon{font-size:1rem}.contact-item span:last-child{font-size:.9rem}.hour-item span:first-child,.hour-item span:last-child{font-size:.9rem}.cta-section{padding:1.2rem}.emergency-btn{padding:.7rem 1.2rem;font-size:.85rem}.footer-bottom{padding:1.5rem 0}.footer-bottom p{font-size:.85rem}.footer-links{flex-direction:column;gap:1rem}.footer-links a{font-size:.85rem}}@media (max-width: 360px){.footer-content{gap:1.5rem}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:.95rem}.footer-section p{font-size:.9rem}.social-links a{width:32px;height:32px}.social-links span{font-size:1rem}.contact-item span:last-child{font-size:.85rem}.cta-section{padding:1rem}.emergency-btn{padding:.6rem 1rem;font-size:.8rem}.footer-bottom p,.footer-links a{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#1e293b;background-color:#fff;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;width:100%;max-width:100vw}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.btn{display:inline-block;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-align:center}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6;box-shadow:0 4px 15px #0000001a}.btn-secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:800}h2{font-size:3rem;font-weight:800}h3{font-size:1.5rem}h4{font-size:1.2rem}a{color:#3b82f6;transition:color .3s ease}a:hover{color:#1d4ed8}ul,ol{margin-bottom:1rem}li{margin-bottom:.5rem}p{margin-bottom:1rem;line-height:1.6}@media (max-width: 768px){.container{padding:0 1rem}h1{font-size:2.5rem}h2{font-size:2rem}.btn{padding:.8rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.8rem}.btn{padding:.7rem 1.2rem;font-size:.85rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}*:focus{outline:2px solid #3b82f6;outline-offset:2px}button,a,input,textarea,select{transition:all .3s ease}img{max-width:100%;height:auto}section{position:relative}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}@media (min-width: 1400px){.App{max-width:100vw;width:100%}html,body{max-width:100%;width:100%}}
