@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Montserrat:wght@600;700;800&display=swap";:root{--background:#f5f8fa;--foreground:#1d3b58;--card:#fff;--primary:#1c3b5a;--primary-soft:#204569;--secondary:#2680c9;--muted:#ebf0f5;--muted-foreground:#5e758d;--accent:#f0a000;--border:#d9e0e8;--whatsapp:#25d466;--radius:.75rem;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,Roboto,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}svg{display:block}.container{width:min(calc(100% - 2.5rem), var(--container));margin-inline:auto}.skip-link{z-index:1000;color:#fff;background:var(--primary);border-radius:.5rem;padding:.75rem 1rem;position:fixed;top:.5rem;left:.5rem;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{z-index:40;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;min-height:6rem;display:flex}.header-inner nav{align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;display:flex}.header-inner nav a{transition:color .18s}.header-inner nav a:hover{color:var(--secondary)}.button{color:#fff;background:var(--whatsapp);border:0;border-radius:.5rem;justify-content:center;align-items:center;gap:.55rem;min-height:3rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:filter .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 5px 15px #00000024}.button:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 8px 20px #0000002e}.button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.button svg,.whatsapp-float svg{fill:currentColor;width:1.25rem}.button--header{padding:.55rem 1rem;font-size:.875rem}.button--large{min-height:3.6rem;padding:.9rem 2rem;font-size:1.075rem}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Montserrat,Arial,sans-serif}h2{max-width:900px;color:var(--foreground);text-align:center;margin:0 auto;font-size:clamp(1.75rem,3.5vw,2.3rem);line-height:1.2}.hero{color:#fff;background:var(--primary);min-height:80vh;position:relative;overflow:hidden}.hero__image{object-fit:cover;opacity:.3}.hero__overlay{background:linear-gradient(90deg,#1c3a59f7,#1c3a59d4 52%,#1c3a5999);position:absolute;inset:0}.hero__content{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;min-height:80vh;padding-block:5rem;display:flex;position:relative}.hero h1{max-width:860px;margin-bottom:1rem;font-size:clamp(2.3rem,5vw,3.75rem);line-height:1.12;animation:.65s both rise}.hero__address{color:#ffffffe6;max-width:700px;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:300;animation:.65s .12s both rise}.hero .button{animation:.65s .26s both rise}.hero__rating{color:#ffffffd1;align-items:center;gap:.7rem;margin-top:1.5rem;font-size:.875rem;animation:.65s .38s both rise;display:flex}.stars{color:var(--accent);letter-spacing:.06em;white-space:nowrap}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.section{padding:6rem 0}.section--white{background:var(--card)}.section--muted{background:var(--muted)}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.benefit-card,.testimonial-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);margin:0;padding:1.5rem;transition:box-shadow .18s,transform .18s;box-shadow:0 2px 5px #12314c0d}.benefit-card:hover,.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #12314c17}.benefit-card__icon{font-size:2.5rem;line-height:1;display:block}.benefit-card h3{margin:1rem 0 .5rem;font-size:1.05rem}.benefit-card p,.service-card p{margin-bottom:0}.benefit-card p{color:var(--muted-foreground);font-size:.95rem}.services-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem;display:grid}.service-card{background:var(--card);border-radius:.55rem;align-items:flex-start;gap:.75rem;min-height:92px;padding:1.25rem;display:flex;box-shadow:0 2px 6px #12314c12}.service-card>span{color:var(--secondary);flex:none;font-size:1.55rem;font-weight:700;line-height:1}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.testimonial-card blockquote{margin:1rem 0;font-style:italic}.testimonial-card figcaption{color:var(--muted-foreground);font-size:.875rem;font-weight:600}.centered{text-align:center}.steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:930px;margin:3rem auto 2.5rem;padding:0;list-style:none;display:grid}.steps-grid li{flex-direction:column;align-items:center;gap:.8rem;display:flex}.steps-grid li>span{color:#fff;background:var(--secondary);border-radius:50%;place-items:center;width:3rem;height:3rem;font-size:1.2rem;font-weight:800;display:grid}.steps-grid p{margin:0}.faq-wrap{max-width:800px}.faq-list{margin-top:2.5rem}.faq-list details{border-bottom:1px solid var(--border)}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 0;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--secondary);font-size:1.3rem;transition:transform .18s}.faq-list details[open] summary span{transform:rotate(180deg)}.faq-list details p{color:var(--muted-foreground);padding:0 2.5rem 1.2rem 0}.final-cta{color:#fff;background:var(--primary);padding:6rem 0}.final-cta h2{color:#fff;max-width:900px;margin-bottom:2rem}.footer{color:#ffffffc7;background:var(--primary);border-top:1px solid #ffffff1f;padding:2.5rem 0 1.5rem}.footer-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-brand img{filter:brightness(0)invert();object-fit:contain;width:auto!important;height:3rem!important}.footer-brand p{margin:.7rem 0 0;font-size:.875rem}.footer-list{flex-direction:column;gap:.45rem;font-size:.875rem;display:flex}.footer-list a:hover{color:#fff;text-decoration:underline}.footer-bottom{text-align:center;border-top:1px solid #ffffff29;margin-top:2rem;padding-top:1.5rem;font-size:.75rem}.footer-bottom p{margin:.15rem 0}.whatsapp-float{z-index:50;color:#fff;background:#00ad57;border-radius:50%;place-items:center;width:4rem;height:4rem;transition:transform .18s;display:grid;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 25px #0000003d}.whatsapp-float:hover{transform:scale(1.08)}.whatsapp-float svg{width:2rem}.cookie{z-index:100;border:1px solid var(--border);background:#fff;border-radius:.75rem;align-items:center;gap:1.25rem;width:min(100% - 2rem,680px);padding:1rem;display:flex;position:fixed;bottom:1rem;right:1rem;box-shadow:0 12px 35px #12314c2e}.cookie strong{color:var(--foreground)}.cookie p{color:var(--muted-foreground);margin:.2rem 0 0;font-size:.78rem}.cookie__actions{flex:none;gap:.5rem;display:flex}.cookie .button--ghost{color:var(--foreground);border:1px solid var(--border);box-shadow:none;background:#fff}@media (width<=980px){.header-inner nav{display:none}.benefits-grid,.services-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.container{width:min(calc(100% - 1.5rem), var(--container))}.header-inner{min-height:5rem}.button--header span{display:none}.button--header{border-radius:50%;width:2.8rem;height:2.8rem;min-height:0;padding:0}.hero,.hero__content{min-height:72vh}.hero h1{font-size:clamp(2rem,10vw,3rem)}.hero .button--large{width:100%;padding-inline:1rem;font-size:.95rem}.hero__rating{flex-direction:column;align-items:flex-start}.section,.final-cta{padding:4rem 0}.benefits-grid,.services-grid,.testimonials-grid,.steps-grid,.footer-grid{grid-template-columns:1fr}.benefit-card:last-child{grid-column:auto}.steps-grid{gap:2rem}.footer-grid{gap:1.5rem}.cookie{flex-direction:column;align-items:stretch}.cookie__actions{grid-template-columns:1fr 1fr;display:grid}.cookie__actions .button{padding-inline:.6rem;font-size:.72rem}.whatsapp-float{width:3.7rem;height:3.7rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
