@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Open+Sans:wght@400;500;600;700;800&display=swap";:root{--red:#bf0c11;--red-dark:#cf2d43;--blue:#253d85;--blue-dark:#1f316b;--green:#22c963;--ink:#202938;--muted:#5d6675;--line:#e6e9ee;--soft:#f6f7f9;--white:#fff;--shadow:0 14px 34px #20293814;--radius:8px;--font-heading:Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:"Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-body);color:var(--ink);background:var(--white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);min-width:320px;margin:0}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer}.container{width:min(100% - 32px,1200px);margin-inline:auto}.section{padding:76px 0}.section-soft{background:var(--soft)}.section-heading{text-align:center;margin-bottom:40px}.section-heading h2,.coverage-grid h2,.urgency-content h2,.differential-band h2,.final-cta h2{color:var(--ink);font-family:var(--font-heading);letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.18}.section-heading p{max-width:760px;color:var(--muted);margin:16px auto 0;font-size:1.08rem;line-height:1.65}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e6e9eed9;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:22px;min-height:76px;display:flex}.brand{flex:none;align-items:center;display:inline-flex}.brand img{width:118px;height:auto;display:block}.footer-brand{color:var(--red);font-family:var(--font-heading);font-size:2rem;font-weight:800}.desktop-nav{color:var(--ink);font-family:var(--font-heading);align-items:center;gap:24px;font-weight:600;display:flex}.desktop-nav a{border-bottom:2px solid #0000;padding:8px 0}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--blue);border-bottom-color:var(--blue)}.mobile-menu{display:none}.icon-button{border:1px solid var(--line);border-radius:var(--radius);width:44px;height:44px;color:var(--ink);background:var(--white);place-items:center;display:inline-grid}.menu-button{display:none}.button{min-height:48px;font-family:var(--font-heading);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:13px 22px;font-weight:800;line-height:1;transition:transform .16s,border-color .16s,background .16s,color .16s;display:inline-flex}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button-primary{background:var(--red);color:var(--white)}.button-primary:hover,.button-primary:focus-visible{background:var(--red-dark)}.button-secondary{border-color:var(--red);color:var(--red);background:var(--white)}.button-secondary:hover,.button-secondary:focus-visible{background:var(--red);color:var(--white)}.button-whatsapp{background:var(--green);color:var(--white)}.button-soft{width:100%;color:var(--red);background:#fde8ec}.button-soft:hover,.button-soft:focus-visible{background:var(--red);color:var(--white)}.hero{padding-top:72px}.hero-grid{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);align-items:center;gap:58px;display:grid}.hero-copy{align-content:center;gap:24px;display:grid}.eyebrow{color:var(--blue);font-family:var(--font-heading);letter-spacing:0;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.hero h1{max-width:720px;color:var(--ink);font-family:var(--font-heading);letter-spacing:0;margin:0;font-size:clamp(2.3rem,5vw,4rem);font-weight:800;line-height:1.16}.hero-text{max-width:620px;color:var(--muted);margin:0;font-size:1.14rem;line-height:1.7}.cta-row{flex-wrap:wrap;gap:16px;display:flex}.cta-row.centered{justify-content:center}.microcopy{color:var(--muted);margin:0;font-weight:700}.hero-media{border-radius:var(--radius);box-shadow:var(--shadow);background:var(--blue-dark);overflow:hidden}.hero-media img{object-fit:cover;width:100%;height:clamp(330px,42vw,520px)}.trust-grid,.services-grid,.steps-grid,.testimonials-grid{gap:28px;display:grid}.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{border-radius:var(--radius);background:var(--white);min-height:150px;box-shadow:var(--shadow);border:1px solid #e6e9eea6;align-items:flex-start;gap:18px;padding:28px;display:flex}.feature-icon,.service-icon{color:var(--red);background:#fde8ec;flex:none;place-items:center;display:grid}.feature-icon{border-radius:50%;width:52px;height:52px}.feature-card h3,.service-card h3,.step-card h3{font-family:var(--font-heading);margin:0;font-size:1.28rem;line-height:1.35}.feature-card p,.service-card p,.step-card p{color:var(--muted);margin:8px 0 0;line-height:1.55}.services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;min-height:430px;padding:30px;display:flex;box-shadow:0 8px 22px #2029380a}.service-icon{width:66px;height:66px;color:var(--blue);background:#e9ecf3;border-radius:50%;margin-bottom:22px}.service-card ul{gap:10px;margin:18px 0 28px;padding:0;list-style:none;display:grid}.service-card li{color:var(--muted);align-items:center;gap:9px;font-size:.95rem;line-height:1.35;display:flex}.service-card li svg{color:var(--red);flex:none}.service-card .button{margin-top:auto}.urgency-band,.differential-band{background:var(--blue);color:var(--white)}.urgency-band{padding:76px 0}.urgency-content{text-align:center;justify-items:center;display:grid}.urgency-mark{color:var(--red);font-size:4.8rem;font-weight:800;line-height:.8}.urgency-content h2,.differential-band h2{color:var(--white)}.urgency-content p,.differential-band p{color:#ffffffe0;max-width:760px;margin:18px 0 0;font-size:1.08rem;line-height:1.7}.quick-data{flex-wrap:wrap;justify-content:center;gap:10px;max-width:860px;margin:26px 0 28px;display:flex}.quick-data span,.badges span{border-radius:999px;padding:10px 14px;font-weight:800}.quick-data span{color:var(--white);background:#ffffff1f}.steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.step-card{text-align:center;justify-items:center;gap:18px;display:grid}.step-card span{background:var(--red);width:66px;height:66px;color:var(--white);border-radius:50%;place-items:center;font-size:1.55rem;font-weight:800;display:grid}.coverage-grid{grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);align-items:center;gap:64px;display:grid}.coverage-grid p{max-width:650px;color:var(--muted);font-size:1.08rem;line-height:1.7}.badges{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.badges span{color:var(--blue);background:var(--white);border:1px solid #253d8538}.map-panel{border-radius:var(--radius);min-height:320px;color:var(--red);background:linear-gradient(135deg,#f3f5f8 0%,#fff 100%);place-items:center;display:grid;position:relative;overflow:hidden}.map-panel svg{z-index:1}.map-line{background:#253d8524;border-radius:999px;height:2px;position:absolute;transform:rotate(-22deg)}.map-line.one{width:80%;top:32%;left:12%}.map-line.two{width:62%;top:54%;left:22%;transform:rotate(18deg)}.map-line.three{width:74%;top:72%;left:8%}.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-card{border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);padding:28px}.stars{color:#f5b700;gap:3px;display:flex}.testimonial-card p{color:var(--muted);margin:18px 0;font-size:1rem;font-style:italic;line-height:1.65}.google-business,.reviews-status{color:var(--muted);text-align:center;margin-top:-18px;margin-bottom:28px;font-weight:700}.google-business{justify-items:center;gap:10px;display:grid}.google-business p{margin:0}.google-reviews-button{width:auto;min-height:44px;padding:12px 18px}.google-reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.google-review-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);min-height:230px;box-shadow:var(--shadow);flex-direction:column;padding:28px;display:flex}.google-review-card h3{font-family:var(--font-heading);margin:0;font-size:1.12rem;line-height:1.35}.google-review-stars{color:#f5b700;letter-spacing:0;margin:12px 0 0}.google-review-text{color:var(--muted);margin:16px 0;font-size:.98rem;line-height:1.65}.google-review-card small{color:var(--muted);margin-top:auto;font-weight:700}.differential-band{text-align:center;padding:78px 0}.differential-band p{margin-inline:auto}.form-shell{border-radius:var(--radius);background:var(--soft);max-width:900px;padding:42px;box-shadow:0 10px 26px #2029380a}.quote-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px;display:grid}.quote-form label{color:var(--ink);font-family:var(--font-heading);gap:9px;font-weight:800;display:grid;position:relative}.field-note{color:var(--red);font-family:var(--font-body);margin-top:-4px;font-size:.88rem;font-weight:700}.quote-form input,.quote-form select,.quote-form textarea{border-radius:var(--radius);width:100%;color:var(--ink);font-family:var(--font-body);background:var(--white);border:1px solid #cfd5dd;outline:none;padding:14px 16px}.quote-form textarea{resize:vertical}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #f23f5726}.quote-form select{appearance:none;padding-right:46px}.select-label svg{color:var(--muted);pointer-events:none;position:absolute;bottom:15px;right:16px}.wide{grid-column:1/-1}.final-cta{text-align:center;background:var(--soft);padding:52px 0}.final-cta h2{margin-bottom:24px;font-size:clamp(1.6rem,3vw,2rem)}.site-footer{color:var(--white);background:var(--red);padding:64px 0 34px}.footer-grid{grid-template-columns:1.4fr .7fr .8fr;gap:64px;display:grid}.footer-grid p,.footer-grid a{color:#ffffffeb;line-height:1.7}.footer-grid h3{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:0;margin:0 0 16px;font-size:.9rem}.footer-grid a,.footer-grid p{align-items:center;gap:8px;margin:0 0 9px;display:flex}.footer-social-icon{color:currentColor;flex:none;width:17px;height:17px;display:inline-flex}.footer-social-icon svg{width:100%;height:100%;display:block}.footer-bottom{text-align:center;color:#ffffffe6;border-top:1px solid #ffffff47;margin-top:44px;padding-top:24px}.mobile-sticky-cta{display:none}@media (width<=980px){.section{padding:62px 0}.desktop-nav,.header-call{display:none}.menu-button{display:inline-grid}.mobile-menu{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);width:min(100% - 32px,1200px);box-shadow:var(--shadow);gap:4px;margin:0 auto 16px;padding:10px;display:grid}.mobile-menu a{border-radius:var(--radius);color:var(--ink);padding:13px 14px;font-weight:800}.mobile-menu a:active,.mobile-menu a:hover{background:var(--soft)}.hero-grid,.coverage-grid{grid-template-columns:1fr}.hero{padding-top:44px}.hero-grid{gap:34px}.trust-grid,.services-grid,.steps-grid,.testimonials-grid,.google-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr;gap:32px}}@media (width<=640px){body{padding-bottom:84px}.container{width:min(100% - 24px,1200px)}.header-inner{min-height:68px}.brand img{width:104px}.section{padding:52px 0}.section-heading{text-align:left;margin-bottom:28px}.section-heading p{margin-left:0}.hero-copy{gap:18px}.hero h1{font-size:2.18rem}.hero-text{font-size:1rem}.cta-row,.cta-row.centered{flex-direction:column}.button{width:100%;min-height:52px;padding-inline:16px}.hero-media img{height:300px}.trust-grid,.services-grid,.steps-grid,.testimonials-grid,.google-reviews-grid,.quote-form{grid-template-columns:1fr}.google-business,.reviews-status{text-align:left}.google-business{justify-items:start}.feature-card{padding:22px}.service-card{min-height:auto;padding:24px}.urgency-band,.differential-band{padding:58px 0}.urgency-content,.differential-band{text-align:left}.urgency-content{justify-items:start}.urgency-mark{font-size:4rem}.quick-data{justify-content:flex-start}.coverage-grid{gap:30px}.map-panel{min-height:230px}.form-shell{width:min(100% - 24px,1200px);padding:22px}.mobile-sticky-cta{z-index:30;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;grid-template-columns:1fr 1fr;gap:10px;padding:12px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 26px #2029381a}.mobile-sticky-cta .button{min-height:50px;padding:10px;font-size:.95rem}}
