:root{--color-primary:oklch(0.35 0.07 140);--color-primary-light:oklch(0.45 0.08 140);--color-primary-dark:oklch(0.25 0.06 140);--color-accent:oklch(0.65 0.18 45);--color-accent-light:oklch(0.75 0.15 45);--color-success:oklch(0.62 0.17 145);--color-error:oklch(0.55 0.22 25);--color-surface-1:oklch(0.99 0 0);--color-surface-2:oklch(0.97 0.01 140);--color-surface-offset:oklch(0.92 0.01 140);--color-text:oklch(0.15 0.02 140);--color-text-muted:oklch(0.45 0.03 140);--color-text-faint:oklch(0.65 0.02 140);--color-divider:oklch(0.9 0.01 140);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--space-32:8rem;--font-display:'Barlow Condensed', system-ui, sans-serif;--font-sans:'Satoshi', 'Inter', system-ui, sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--shadow-lg:0 12px 32px rgba(0,0,0,0.12);--ease-out:cubic-bezier(0.16, 1, 0.3, 1);--container-max:1280px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);line-height:1.6;background:var(--color-surface-1);margin:0;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;text-transform:uppercase;line-height:1.1;margin:0;letter-spacing:-.01em}p{margin:0 0 var(--space-4)}a{color:inherit;text-decoration:none;transition:color 200ms ease}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--space-6);width:100%}h1{font-size:clamp(var(--text-3xl), 8vw, var(--text-5xl))}h2{font-size:clamp(var(--text-2xl), 5vw, var(--text-4xl))}h3{font-size:var(--text-2xl)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);font-family:var(--font-display);font-weight:700;font-size:var(--text-base);text-transform:uppercase;transition:all 250ms var(--ease-out);border:none;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--color-primary-light);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-accent{background:var(--color-accent);color:var(--color-primary-dark)}.btn-accent:hover{background:var(--color-accent-light);transform:translateY(-1px)}.btn-outline{border:2px solid var(--color-primary);color:var(--color-primary);background:#fff0}.btn-outline:hover{background:var(--color-primary);color:#fff}.btn-white{background:#fff;color:var(--color-primary)}.btn-outline-white{border:2px solid #fff;color:#fff;background:#fff0}.btn-lg{padding:var(--space-4) var(--space-8);font-size:var(--text-lg)}.section-padding{padding-block:var(--space-24)}.text-center{text-align:center}.grid{display:grid;gap:var(--space-6)}.flex{display:flex;gap:var(--space-4);align-items:center}.topbar{background:var(--color-primary-dark);color:oklch(.9 .05 140 / .8);font-size:var(--text-xs);padding-block:var(--space-2);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.topbar .container{display:flex;justify-content:space-between;align-items:center}.topbar-left{display:flex;gap:var(--space-6)}.topbar-item{display:flex;align-items:center;gap:var(--space-2)}.topbar-item strong{color:#fff}.topbar-cta{color:var(--color-accent);font-weight:700;border-bottom:1px dashed var(--color-accent)}.site-header{position:sticky;top:0;z-index:100;background:oklch(1 0 0 / .95);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-divider);padding-block:var(--space-3)}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:var(--space-3)}.logo-mark{width:44px;height:44px;filter:drop-shadow(var(--shadow-sm))}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-name{font-family:var(--font-display);font-size:var(--text-xl);font-weight:800;color:var(--color-primary);text-transform:uppercase;letter-spacing:-.02em}.logo-sub{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--color-text-faint);letter-spacing:.1em}.site-nav{display:flex;gap:var(--space-6);font-family:var(--font-display);font-weight:700;font-size:var(--text-sm);text-transform:uppercase;color:var(--color-text-muted)}.site-nav a:hover{color:var(--color-primary)}.header-cta{display:flex;align-items:center;gap:var(--space-4)}.hamburger{display:none;flex-direction:column;gap:4px;width:30px;background:none;border:none;padding:5px;cursor:pointer}.hamburger span{display:block;width:100%;height:2px;background:var(--color-primary);border-radius:2px;transition:transform 200ms ease}.hero{position:relative;padding-block:var(--space-32);overflow:hidden;background:var(--color-primary-dark);color:#fff}.hero-bg{position:absolute;inset:0;z-index:1;opacity:.3}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;z-index:2;background:radial-gradient(circle at top left,oklch(.25 .05 140 / .8),transparent)}.hero .container{position:relative;z-index:3;display:grid;grid-template-columns:1.2fr 0.8fr;gap:var(--space-12);align-items:center}.hero-tag{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);background:oklch(1 0 0 / .1);border:1px solid oklch(1 0 0 / .2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:700;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-6)}.hero h1{margin-bottom:var(--space-6)}.hero h1 span{color:var(--color-success);display:block;font-size:.4em;letter-spacing:.2em;margin-bottom:var(--space-2)}.hero p{font-size:var(--text-lg);color:oklch(1 0 0 / .8);max-width:60ch;margin-bottom:var(--space-8)}.hero-actions{display:flex;gap:var(--space-4)}.hero-form-card{background:var(--color-surface-1);padding:var(--space-8);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);color:var(--color-text)}.hero-form-card h3{font-size:var(--text-xl);margin-bottom:var(--space-2);color:var(--color-primary)}.hero-form-card p{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-6)}.trust-bar{background:var(--color-surface-2);padding-block:var(--space-6);border-bottom:1px solid var(--color-divider)}.trust-bar-inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--space-8)}.trust-item-v{display:flex;align-items:center;gap:var(--space-3)}.trust-icon{width:32px;height:32px;color:var(--color-primary)}.trust-label{line-height:1.2}.trust-label strong{display:block;font-family:var(--font-display);font-size:var(--text-base);text-transform:uppercase;color:var(--color-primary-dark)}.trust-label span{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:600}.trust-divider{width:1px;height:40px;background:var(--color-divider)}.services-section{background:var(--color-surface-1)}.section-header{max-width:800px;margin-inline:auto;margin-bottom:var(--space-16)}.section-badge{color:var(--color-primary);font-family:var(--font-display);font-weight:800;font-size:var(--text-sm);letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:var(--space-3)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:var(--color-surface-1);border:1px solid var(--color-divider);border-radius:var(--radius-md);padding:var(--space-8);transition:all 300ms var(--ease-out);position:relative;overflow:hidden}.service-card:hover{border-color:var(--color-primary);transform:translateY(-4px);box-shadow:var(--shadow-md)}.service-icon{width:48px;height:48px;background:var(--color-surface-2);color:var(--color-primary);padding:var(--space-3);border-radius:var(--radius-md);margin-bottom:var(--space-6)}.service-card h3{margin-bottom:var(--space-3);font-size:var(--text-xl);color:var(--color-primary-dark)}.service-card p{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-6)}.service-link{font-family:var(--font-display);font-weight:800;font-size:var(--text-sm);color:var(--color-primary);display:inline-flex;align-items:center;gap:var(--space-2);text-transform:uppercase}.service-link svg{transition:transform 200ms ease}.service-link:hover svg{transform:translateX(4px)}.service-card.emergency-full{grid-column:1 / -1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:oklch(.98 .05 30);border-color:oklch(.9 .1 30)}.service-card.emergency-full .service-icon{background:oklch(.9 .1 30);color:oklch(.5 .2 30);margin-bottom:0}.emergency-phone{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;color:oklch(.5 .2 30)}.why-us-section{background:var(--color-surface-2)}.why-us-grid{grid-template-columns:1fr 1fr;align-items:center;gap:var(--space-16)}.why-us-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);position:relative;aspect-ratio:4/5}.why-us-image img{width:100%;height:100%;object-fit:cover}.why-us-floating{position:absolute;bottom:var(--space-6);left:var(--space-6);right:var(--space-6);background:oklch(1 0 0 / .9);backdrop-filter:blur(8px);padding:var(--space-4);border-radius:var(--radius-md);display:flex;align-items:center;gap:var(--space-4);border:1px solid oklch(1 0 0 / .2)}.stat-item strong{display:block;font-size:var(--text-2xl);color:var(--color-primary);font-family:var(--font-display);line-height:1}.stat-item span{font-size:var(--text-xs);font-weight:700;color:var(--color-text-muted);text-transform:uppercase}.check-list{list-style:none;padding:0;display:grid;gap:var(--space-4)}.check-item{display:flex;align-items:flex-start;gap:var(--space-3)}.check-icon{flex-shrink:0;width:20px;height:20px;color:var(--color-success);margin-top:4px}.check-text strong{display:block;color:var(--color-primary-dark);font-size:var(--text-lg);margin-bottom:2px}.check-text p{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.reviews-section{background:var(--color-surface-1)}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.review-card{background:var(--color-surface-1);border:1px solid var(--color-divider);border-radius:var(--radius-md);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.review-header{display:flex;align-items:center;gap:var(--space-3)}.review-avatar{width:40px;height:40px;border-radius:var(--radius-full);background:var(--color-surface-offset);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--color-primary)}.review-meta h4{font-family:var(--font-sans);text-transform:none;font-size:var(--text-base);color:var(--color-text)}.stars{display:flex;gap:2px;color:#f59e0b}.review-content{font-size:var(--text-sm);font-style:italic;color:var(--color-text-muted)}.faq-section{background:var(--color-surface-2)}.faq-container{max-width:800px;margin-inline:auto}.faq-item{background:var(--color-surface-1);border:1px solid var(--color-divider);border-radius:var(--radius-md);margin-bottom:var(--space-3);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--space-4) var(--space-6);background:none;border:none;font-family:var(--font-display);font-weight:700;font-size:var(--text-lg);color:var(--color-primary-dark);text-align:left;cursor:pointer}.faq-icon{width:20px;height:20px;transition:transform 300ms ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 300ms var(--ease-out);background:var(--color-surface-2)}.faq-answer-inner{padding:var(--space-6);font-size:var(--text-base);color:var(--color-text-muted)}.cta-section{background:var(--color-primary);color:#fff;text-align:center}.cta-section h2{margin-bottom:var(--space-4)}.cta-section p{font-size:var(--text-lg);margin-bottom:var(--space-8);opacity:.9}.cta-actions{display:flex;justify-content:center;gap:var(--space-4)}.site-footer{background:var(--color-primary-dark);color:oklch(.9 .05 140 / .6);padding-block:var(--space-24) var(--space-12);border-top:4px solid var(--color-accent)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:var(--space-12);margin-bottom:var(--space-16)}.footer-title{color:#fff;font-family:var(--font-display);font-size:var(--text-lg);font-weight:800;margin-bottom:var(--space-6);text-transform:uppercase;letter-spacing:.05em}.footer-brand p{font-size:var(--text-sm);line-height:1.6}.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-2)}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-contact-item{display:flex;gap:var(--space-3);margin-bottom:var(--space-4);font-size:var(--text-sm)}.footer-contact-item svg{flex-shrink:0;color:var(--color-accent);margin-top:4px}.footer-contact-item strong{display:block;color:#fff;margin-bottom:2px}.footer-bottom{border-top:1px solid oklch(1 0 0 / .1);padding-top:var(--space-8);display:flex;justify-content:space-between;align-items:center;font-size:var(--text-xs)}.footer-legal{display:flex;gap:var(--space-6)}.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:oklch(1 0 0 / .95);backdrop-filter:blur(12px);border-top:1px solid var(--color-divider);padding:var(--space-3) var(--space-4);box-shadow:0 -4px 12px rgb(0 0 0 / .1)}.mobile-cta-inner{display:flex;gap:var(--space-3)}.mobile-cta-inner .btn{flex:1;padding-block:var(--space-4)}.rating-pill{display:inline-flex;align-items:center;gap:var(--space-1);background:#fef3c7;color:#92400e;padding:2px 8px;border-radius:var(--radius-full);font-size:10px;font-weight:800;text-transform:uppercase}.reviews-summary{background:var(--color-surface-2);border:1px solid var(--color-divider);border-radius:var(--radius-lg);padding:var(--space-8);display:grid;grid-template-columns:auto 1fr auto;gap:var(--space-12);align-items:center;margin-bottom:var(--space-12)}.reviews-summary-score{text-align:center}.reviews-summary-score .score-big{display:block;font-size:var(--text-5xl);font-weight:800;font-family:var(--font-display);color:var(--color-primary);line-height:1}.reviews-summary-bars{display:flex;flex-direction:column;gap:var(--space-2)}.rating-bar-row{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-xs);color:var(--color-text-muted);font-weight:500}.rating-bar-row span:first-child{width:20px;text-align:right;color:#f59e0b;font-weight:700}.rating-bar-row span:last-child{width:30px}.bar-track{flex:1;height:8px;background:var(--color-surface-offset);border-radius:var(--radius-full);overflow:hidden}.bar-fill{height:100%;background:var(--color-primary);border-radius:var(--radius-full);transition:width 800ms var(--ease-out)}.reviews-summary-cta{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-3)}.google-badge{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted);font-weight:600}.reviews-footer{display:flex;justify-content:center;margin-top:var(--space-8)}.review-card{position:relative}.review-card .review-date{font-size:var(--text-xs);color:var(--color-text-faint)}.review-card .review-source{position:absolute;top:var(--space-4);right:var(--space-4)}.review-card .review-helpful{font-size:var(--text-xs);color:var(--color-text-faint);margin-top:var(--space-2)}.review-card.featured{border-color:oklch(.35 .07 140 / .3);background:color-mix(in oklch,var(--color-primary-light) 30%,var(--color-surface-2))}@media (max-width:768px){.reviews-summary{grid-template-columns:1fr}.reviews-summary-cta{align-items:flex-start}}@media (max-width:480px){.reviews-summary-bars{display:none}}.reveal{opacity:0;transform:translateY(20px);transition:opacity 500ms var(--ease-out),transform 500ms var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero-content{grid-template-columns:1fr}.hero-form-card{width:100%;max-width:480px}.why-us-grid{grid-template-columns:1fr}.why-us-image{aspect-ratio:16/9}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.topbar-left{flex-wrap:wrap;gap:var(--space-3)}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-surface-2);border-bottom:1px solid var(--color-divider);padding:var(--space-4);flex-direction:column;gap:var(--space-1);box-shadow:var(--shadow-md)}.site-nav.open{display:flex}.site-nav a{padding:var(--space-3) var(--space-4)}.header-cta .btn-primary{display:none}.hamburger{display:flex}.service-card.emergency-full{grid-template-columns:1fr;text-align:center}.service-card.emergency-full .service-icon{margin-inline:auto}.emergency-phone{margin-inline:auto}.footer-grid{grid-template-columns:1fr}.mobile-cta-bar{display:block}body{padding-bottom:80px}.trust-bar-inner{justify-content:center}.trust-divider{display:none}}@media (max-width:480px){.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;justify-content:center}.cta-actions{flex-direction:column;align-items:stretch}}