*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('../fonts/Inter-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('../fonts/Inter-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-300:#93c5fd;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--cyan-500:#06b6d4;--red-50:#fef2f2;--red-300:#fca5a5;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--red-900:#7f1d1d;--green-50:#f0fdf4;--green-500:#22c55e;--green-600:#16a34a;--amber-50:#fffbeb;--amber-500:#f59e0b;--yellow-400:#fbbf24;--sky-500:#0ea5e9;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--white:#fff;--radius:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-lg:0 10px 30px rgba(0,0,0,.1);--shadow-xl:0 20px 50px rgba(0,0,0,.15);--max-w:1280px}html{font-family:'Inter',system-ui,-apple-system,sans-serif;scroll-behavior:smooth}body{color:var(--slate-800);-webkit-font-smoothing:antialiased;line-height:1.5}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-w);margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(15,23,42,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--slate-800);box-shadow:0 4px 20px rgba(0,0,0,.3)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.header-logo{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer}.header-logo-icon{width:40px;height:40px;border-radius:var(--radius);background:var(--blue-600);display:flex;align-items:center;justify-content:center;transition:transform .2s}.header-logo:hover .header-logo-icon{transform:scale(1.05)}.header-logo-text{text-align:left}.header-logo-title{display:block;color:var(--white);font-weight:700;font-size:1.125rem;line-height:1.1}.header-logo-sub{display:block;color:var(--blue-300);font-size:.75rem}.header-nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.header-nav{display:flex}}.header-nav a,.header-nav button{font-size:.875rem;font-weight:500;background:none;border:none;cursor:pointer;color:var(--slate-300);transition:color .2s;font-family:inherit}.header-nav a:hover,.header-nav button:hover{color:var(--white)}.header-nav a.active{color:var(--blue-400)}.header-nav .btn-call{display:flex;align-items:center;gap:.5rem;background:var(--blue-600);color:var(--white);padding:.625rem 1.25rem;border-radius:8px;font-weight:600;transition:background .2s}.header-nav .btn-call:hover{background:var(--blue-700);color:var(--white)}.header-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--white);cursor:pointer;padding:.5rem}@media(min-width:768px){.header-toggle{display:none}}.header-mobile{display:none;background:var(--slate-900);border-top:1px solid var(--slate-800);padding:1rem}.header-mobile.open{display:block}.header-mobile a,.header-mobile button{display:block;width:100%;text-align:left;padding:.5rem 0;font-weight:500;background:none;border:none;cursor:pointer;color:var(--slate-300);font-family:inherit;font-size:1rem}.header-mobile a.active{color:var(--blue-400)}.header-mobile .btn-call{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--blue-600);color:var(--white);padding:.75rem 1.25rem;border-radius:8px;font-weight:600;margin-top:.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius);font-weight:600;transition:all .25s;cursor:pointer;border:none;font-family:inherit;font-size:1rem}.btn-primary{background:var(--blue-600);color:var(--white);box-shadow:0 4px 20px rgba(37,99,235,.3)}.btn-primary:hover{background:var(--blue-700);transform:scale(1.05)}.btn-red{background:var(--red-600);color:var(--white);box-shadow:0 4px 20px rgba(220,38,38,.3)}.btn-red:hover{background:var(--red-700);transform:scale(1.05)}.btn-ghost{background:rgba(255,255,255,.1);color:var(--white);border:1px solid rgba(255,255,255,.2)}.btn-ghost:hover{background:rgba(255,255,255,.2)}.btn-white{background:var(--white);color:var(--blue-700);font-weight:700;font-size:1.125rem;padding:1rem 2rem;box-shadow:var(--shadow-xl)}.btn-white:hover{transform:scale(1.05)}.btn-white-red{background:var(--white);color:var(--red-700);font-weight:700;font-size:1.125rem;padding:1rem 2rem;box-shadow:var(--shadow-xl)}.btn-white-red:hover{transform:scale(1.05)}.btn svg{width:20px;height:20px;flex-shrink:0}.btn-white svg,.btn-white-red svg{width:24px;height:24px}.hero{position:relative;padding-top:6rem;padding-bottom:4rem;overflow:hidden;background:linear-gradient(135deg,var(--slate-900),var(--slate-800),var(--blue-900))}.hero-emergency{background:linear-gradient(135deg,var(--red-900),var(--slate-900),var(--blue-900))}.hero-bg{position:absolute;inset:0;opacity:.1;pointer-events:none}.hero-bg-circle{position:absolute;border-radius:50%;filter:blur(60px)}.hero-bg-circle.blue{width:288px;height:288px;background:var(--blue-500);top:5rem;left:2.5rem}.hero-bg-circle.cyan{width:384px;height:384px;background:var(--cyan-500);bottom:2.5rem;right:2.5rem}.hero-bg-circle.red{width:288px;height:288px;background:var(--red-500);top:5rem;left:2.5rem}.hero-content{position:relative}.hero-grid{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-text{max-width:48rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;background:rgba(37,99,235,.2);border:1px solid rgba(59,130,246,.3);color:var(--blue-300)}.hero-badge.red{background:rgba(220,38,38,.2);border-color:rgba(239,68,68,.3);color:var(--red-300)}.hero-badge svg{width:16px;height:16px}.hero h1{font-size:2.25rem;font-weight:700;color:var(--white);line-height:1.1;margin-bottom:1.5rem}@media(min-width:640px){.hero h1{font-size:3rem}}@media(min-width:1024px){.hero h1{font-size:3.75rem}}.hero p{font-size:1.125rem;color:var(--slate-300);margin-bottom:2rem;line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-rating{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.hero-stars{display:flex;gap:.25rem}.hero-stars svg{width:20px;height:20px;color:var(--yellow-400);fill:var(--yellow-400)}.hero-rating span{color:var(--slate-400);font-size:.875rem}.hero-img{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:100%}.info-bar{background:var(--blue-600);color:var(--white);padding:1.5rem 0}.info-bar-grid{display:grid;gap:1.5rem;text-align:center}@media(min-width:640px){.info-bar-grid{grid-template-columns:repeat(3,1fr)}}.info-bar-item{display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:600}.info-bar-item svg{width:24px;height:24px}.section{padding:5rem 0}.section-slate{background:var(--slate-50)}.section-white{background:var(--white)}.section-center{text-align:center}.section-title{font-size:1.875rem;font-weight:700;color:var(--slate-900);margin-bottom:1rem}@media(min-width:640px){.section-title{font-size:2.25rem}}.section-subtitle{font-size:1.125rem;color:var(--slate-600);max-width:42rem;margin:0 auto 3rem}.services-grid{display:grid;gap:2rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem;border:1px solid var(--slate-100);transition:box-shadow .3s}.service-card:hover{box-shadow:var(--shadow-xl)}.service-card img{width:128px;height:128px;margin:0 auto 1.5rem}.service-card h3{font-size:1.25rem;font-weight:700;color:var(--slate-900);margin-bottom:.75rem;text-align:center}.service-card p{color:var(--slate-600);line-height:1.6}.emergency-grid{display:grid;gap:1.5rem}@media(min-width:768px){.emergency-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.emergency-grid{grid-template-columns:repeat(4,1fr)}}.emergency-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.75rem;border:1px solid var(--slate-100);transition:box-shadow .3s}.emergency-card:hover{box-shadow:var(--shadow-xl)}.emergency-card-icon{width:56px;height:56px;border-radius:var(--radius);background:var(--red-50);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.emergency-card-icon svg{width:28px;height:28px;color:var(--red-600)}.emergency-card h3{font-size:1.125rem;font-weight:700;color:var(--slate-900);margin-bottom:.5rem}.emergency-card p{color:var(--slate-600);font-size:.875rem;line-height:1.6}.content-text{max-width:56rem;margin:0 auto}.content-text h2{font-size:1.875rem;font-weight:700;color:var(--slate-900);margin-bottom:1.5rem}.content-text p{color:var(--slate-700);line-height:1.7;margin-bottom:1rem}.content-text .spacer{margin-top:1.5rem}.features-grid{display:grid;gap:1rem;max-width:64rem;margin:0 auto}@media(min-width:640px){.features-grid{grid-template-columns:1fr 1fr}}.feature-item{display:flex;align-items:flex-start;gap:.75rem;background:var(--white);padding:1.25rem;border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--slate-100)}.feature-item svg{width:24px;height:24px;color:var(--blue-600);flex-shrink:0;margin-top:2px}.feature-item span{color:var(--slate-700)}.cities{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.cities span{background:var(--blue-50);color:var(--blue-700);padding:.625rem 1.25rem;border-radius:8px;font-weight:500;border:1px solid var(--blue-100)}.cta{padding:4rem 0;text-align:center}.cta-blue{background:linear-gradient(90deg,var(--blue-600),var(--blue-800))}.cta-red-blue{background:linear-gradient(90deg,var(--red-600),var(--blue-700))}.cta-inner{max-width:42rem;margin:0 auto}.cta h2{font-size:1.875rem;font-weight:700;color:var(--white);margin-bottom:1rem}.cta p{color:rgba(219,234,254,.8);margin-bottom:2rem;font-size:1.125rem}.cta .cta-icon{width:48px;height:48px;color:var(--white);margin:0 auto 1rem}.cta-email{color:rgba(191,219,254,.8);font-size:.875rem;margin-top:1.5rem}.contact-grid{display:grid;gap:3rem}@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.75rem;border:1px solid var(--slate-100);display:flex;align-items:flex-start;gap:1rem}.contact-info-icon{width:56px;height:56px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{width:28px;height:28px}.contact-info-icon.blue{background:var(--blue-50)}.contact-info-icon.blue svg{color:var(--blue-600)}.contact-info-icon.green{background:var(--green-50)}.contact-info-icon.green svg{color:var(--green-600)}.contact-info-icon.amber{background:var(--amber-50)}.contact-info-icon.amber svg{color:var(--amber-500)}.contact-info-icon.red{background:var(--red-50)}.contact-info-icon.red svg{color:var(--red-600)}.contact-info-card h3{font-size:1.125rem;font-weight:700;color:var(--slate-900);margin-bottom:.25rem}.contact-info-card p{color:var(--slate-600)}.contact-info-card a.blue{color:var(--blue-600);font-weight:600;margin-top:.5rem;display:inline-block}.contact-info-card a.green{color:var(--green-600);font-weight:600;margin-top:.5rem;display:inline-block}.contact-info-card a:hover{text-decoration:underline}.contact-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem;border:1px solid var(--slate-100)}.contact-form h2{font-size:1.5rem;font-weight:700;color:var(--slate-900);margin-bottom:.5rem}.contact-form p.form-desc{color:var(--slate-600);margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--slate-700);margin-bottom:.375rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border-radius:var(--radius);border:1px solid var(--slate-200);font-family:inherit;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(59,130,246,.2)}.form-group textarea{resize:vertical}.form-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--blue-600);color:var(--white);padding:.875rem 1.5rem;border-radius:var(--radius);font-weight:600;border:none;cursor:pointer;font-family:inherit;font-size:1rem;box-shadow:0 4px 20px rgba(37,99,235,.3);transition:background .2s,transform .2s}.form-submit:hover{background:var(--blue-700);transform:scale(1.02)}.form-hint{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:var(--slate-500);margin-top:1.25rem}.form-hint svg{width:16px;height:16px;flex-shrink:0;margin-top:2px;color:var(--amber-500)}.form-success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.form-success-icon{width:64px;height:64px;border-radius:50%;background:var(--green-100);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.form-success-icon svg{width:36px;height:36px;color:var(--green-600)}.form-success h3{font-size:1.25rem;font-weight:700;color:var(--slate-900);margin-bottom:.5rem}.form-success p{color:var(--slate-600);margin-bottom:1.5rem}.form-success button{background:none;border:none;color:var(--blue-600);font-weight:600;cursor:pointer;font-family:inherit}.form-success button:hover{text-decoration:underline}.hidden{display:none !important}.footer{background:var(--slate-900);color:var(--slate-400);padding-top:4rem;padding-bottom:2rem}.footer-grid{display:grid;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-brand-icon{width:40px;height:40px;border-radius:var(--radius);background:var(--blue-600);display:flex;align-items:center;justify-content:center}.footer-brand-icon svg{width:24px;height:24px;color:var(--white)}.footer-brand span{color:var(--white);font-weight:700;font-size:1.125rem}.footer-col p{font-size:.875rem;line-height:1.6}.footer-col h3{color:var(--white);font-weight:600;margin-bottom:1rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.footer-col ul li{margin-bottom:.5rem;font-size:.875rem}.footer-col ul li a{color:var(--slate-400);transition:color .2s}.footer-col ul li a:hover{color:var(--white)}.footer-contact li{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem}.footer-contact svg{width:16px;height:16px;color:var(--blue-400);flex-shrink:0}.footer-contact a:hover{color:var(--white)}.footer-share{border-top:1px solid var(--slate-800);padding-top:1.5rem}.footer-share-label{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;margin-bottom:1rem}.footer-share-label svg{width:16px;height:16px}.footer-share-buttons{display:flex;justify-content:center;gap:.75rem;margin-bottom:1rem}.share-btn{width:44px;height:44px;border-radius:50%;background:var(--slate-800);display:flex;align-items:center;justify-content:center;color:var(--slate-300);transition:all .3s;border:none;cursor:pointer}.share-btn svg{width:20px;height:20px}.share-btn:hover{transform:scale(1.1);box-shadow:0 4px 20px rgba(0,0,0,.3)}.share-btn.facebook:hover{background:var(--blue-600);color:var(--white)}.share-btn.twitter:hover{background:var(--sky-500);color:var(--white)}.share-btn.linkedin:hover{background:var(--blue-700);color:var(--white)}.footer-copy{text-align:center;font-size:.75rem;color:var(--slate-500)}.floating-phone{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;display:flex;align-items:center;gap:.75rem;background:var(--green-500);color:var(--white);border-radius:999px;box-shadow:0 8px 30px rgba(34,197,94,.4);transition:all .3s;opacity:0;transform:translateY(1rem) scale(.9);pointer-events:none}.floating-phone.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.floating-phone:hover{background:var(--green-600)}.floating-phone-icon{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:56px}@media(min-width:640px){.floating-phone-icon{width:64px;height:64px}}.floating-phone-ping{position:absolute;inset:0;border-radius:50%;background:var(--green-400);animation:ping 1.5s cubic-bezier(0,0,.2,1) infinite;opacity:.6}.floating-phone-icon svg{position:relative;width:28px;height:28px}@media(min-width:640px){.floating-phone-icon svg{width:32px;height:32px}}.floating-phone-text{font-weight:700;font-size:1rem;padding-right:1.5rem;white-space:nowrap}@media(max-width:639px){.floating-phone-text{display:none}}@keyframes ping{75%,100%{transform:scale(2);opacity:0}}.reviews{max-width:64rem;margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reviews-header{text-align:center;margin-bottom:2rem}.reviews-stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:.5rem}.reviews-stars svg{width:20px;height:20px;color:var(--yellow-400)}.reviews-title{font-size:1.25rem;font-weight:600;color:var(--slate-700)}.reviews-grid{display:grid;gap:1.5rem}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--slate-50);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--slate-100)}.review-stars{display:flex;gap:.125rem;margin-bottom:.75rem}.review-stars svg{width:16px;height:16px;color:var(--yellow-400);fill:var(--yellow-400)}.review-text{font-size:.875rem;color:var(--slate-600);line-height:1.6;font-style:italic;margin-bottom:.75rem}.review-author{font-size:.8125rem;font-weight:600;color:var(--slate-700)}.faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--slate-100);overflow:hidden}.faq-item summary{padding:1.25rem 1.5rem;font-weight:600;font-size:1.0625rem;color:var(--slate-900);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';font-size:1.5rem;color:var(--blue-600);transition:transform .2s;flex-shrink:0;margin-left:1rem}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item summary:hover{color:var(--blue-700)}.faq-item p{padding:0 1.5rem 1.25rem;color:var(--slate-600);line-height:1.7}@media(prefers-reduced-motion:no-preference){.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}