:root{--orange:#f47b20;--orange2:#d85d05;--green:#1fa45a;--ink:#1a1b1e;--muted:#686d75;--soft:#f4f5f6;--line:#e5e7e9;--white:#fff;--radius:22px;--shadow:0 20px 60px rgba(0,0,0,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.header{position:absolute;z-index:10;width:100%;color:#fff;border-bottom:1px solid #ffffff2e}.header-inner{height:94px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px}.brand img{border-radius:15px;object-fit:cover}.brand span{display:flex;flex-direction:column}.brand strong{font-size:19px}.brand small{opacity:.75}.header nav{display:flex;gap:28px;font-weight:800;font-size:14px}.header nav a:hover{color:#ffc18f}.menu-button{display:none;background:none;border:0;color:white;font-size:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:16px 24px;font-weight:850;cursor:pointer;transition:.2s}.button:hover{transform:translateY(-2px)}.compact{padding:12px 18px}.button-call{background:var(--orange);color:#fff;box-shadow:0 12px 30px #f47b2040}.button-whatsapp{background:var(--green);color:#fff;box-shadow:0 12px 30px #1fa45a40}.button-light{background:#fff;color:#111}.hero{height:min(860px,94vh);min-height:690px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#080808ef 0%,#080808b8 48%,#0808082f 100%),linear-gradient(0deg,#0006,transparent 45%)}.hero-content{padding-top:88px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:13px;font-weight:900;color:#ffd0aa}.hero h1{max-width:770px;font-size:clamp(46px,6vw,82px);line-height:1.03;letter-spacing:-.045em;margin:20px 0 18px}.hero h1 span{color:var(--orange)}.hero p{max-width:700px;font-size:20px;line-height:1.65;color:#ffffffd1}.hero-actions,.hero-points{display:flex;gap:14px;flex-wrap:wrap}.hero-actions{margin-top:32px}.hero-points{margin-top:32px;gap:25px;font-weight:750;color:#ffffffe0}.trust-strip{box-shadow:0 -12px 40px #00000013}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{display:flex;align-items:center;gap:14px;padding:28px 20px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-grid b{font-size:27px}.trust-grid span{display:flex;flex-direction:column}.trust-grid small{color:var(--muted);margin-top:4px}.section{padding:100px 0}.section-heading{max-width:770px;margin-bottom:44px}.section-heading>span{color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:13px}.section-heading h2{font-size:clamp(34px,4vw,54px);line-height:1.12;letter-spacing:-.035em;margin:12px 0 14px}.section-heading p{font-size:18px;color:var(--muted);line-height:1.7}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:250px;transition:.25s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}.card i{font-style:normal;font-size:33px;background:#fff0e5;border-radius:17px;width:58px;height:58px;display:grid;place-items:center}.card h3{font-size:22px;margin:24px 0 10px}.card p{color:var(--muted);line-height:1.65}.dark-section{background:#121212;color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.section-heading.light h2{color:#fff}.check-list{display:grid;gap:16px;margin:28px 0 34px;color:#ffffffd3}.feature-image{width:100%;height:520px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.gallery{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:270px 270px;gap:18px}.gallery button{border:0;padding:0;background:none;overflow:hidden;border-radius:24px;cursor:zoom-in}.gallery button:first-child{grid-row:1/3}.gallery img{width:100%;height:100%;object-fit:cover;transition:.3s}.gallery button:hover img{transform:scale(1.025)}.soft-section{background:var(--soft)}.coverage-tags{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.coverage-tags span{background:#fff;border:1px solid var(--line);padding:10px 15px;border-radius:999px;font-weight:750}.quote-card{background:#fff;border-radius:28px;padding:34px;box-shadow:var(--shadow);display:grid;gap:17px}.quote-title{display:flex;align-items:center;gap:14px}.quote-title>b{font-size:30px}.quote-title div{display:flex;flex-direction:column}.quote-title strong{font-size:22px}.quote-title span,.quote-card small{color:var(--muted)}.quote-card label{display:grid;gap:8px;font-size:14px;font-weight:800}.quote-card input,.quote-card select{border:1px solid var(--line);border-radius:13px;padding:15px 16px;font:inherit;outline:none}.quote-card input:focus,.quote-card select:focus{border-color:var(--orange);box-shadow:0 0 0 4px #f47b201a}.quote-card small{text-align:center}.narrow{max-width:900px}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:17px;padding:0 22px}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;padding:21px 0;font-weight:850;font-size:17px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--orange);font-size:27px}.faq-list p{color:var(--muted);line-height:1.7;padding:0 0 22px;margin:0}.final-cta{background:var(--orange);color:#fff;padding:72px 0}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.final-cta span{text-transform:uppercase;font-size:13px;letter-spacing:.12em;font-weight:900}.final-cta h2{font-size:clamp(34px,4vw,54px);margin:10px 0}.final-cta p{font-size:18px;color:#ffffffd8}.final-cta-inner>div:last-child{display:flex;flex-direction:column;align-items:center;gap:15px}.phone-link{font-size:22px;font-weight:900}footer{background:#0d0d0e;color:#fff;padding:66px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand img{width:92px;height:92px;object-fit:cover;border-radius:20px}.footer-brand strong{font-size:24px}.footer-brand p{max-width:420px;color:#a8abb0;line-height:1.6}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:13px}.footer-grid a{color:#c3c5c8}.copyright{border-top:1px solid #29292b;margin-top:48px;padding-top:24px;color:#83868b;font-size:13px;display:flex;justify-content:space-between}.mobile-actions{display:none}.lightbox{position:fixed;inset:0;z-index:99;background:#000e;display:none;place-items:center;padding:30px}.lightbox.open{display:grid}.lightbox img{max-height:88vh;border-radius:16px}.lightbox button{position:absolute;right:20px;top:15px;background:none;border:0;color:#fff;font-size:45px;cursor:pointer}
@media(max-width:900px){.header nav,.header .compact{display:none}.menu-button{display:block}.header nav.open{position:absolute;display:flex;flex-direction:column;top:82px;left:14px;right:14px;background:#111;padding:24px;border-radius:18px}.hero{min-height:760px}.trust-grid{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;gap:42px}.gallery{grid-template-columns:1fr;grid-template-rows:360px 260px 260px}.gallery button:first-child{grid-row:auto}.final-cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.header-inner{height:82px}.brand img{width:56px;height:56px}.brand small{font-size:11px}.hero{min-height:735px;height:auto;padding:120px 0 70px}.hero-content{padding-top:28px}.hero h1{font-size:43px}.hero p{font-size:17px}.hero-actions{display:grid}.button{width:100%}.hero-points{display:grid;gap:12px}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:20px 8px}.section{padding:72px 0}.cards{grid-template-columns:1fr}.card{min-height:auto}.section-heading h2{font-size:36px}.feature-image{height:310px}.gallery{grid-template-rows:280px 230px 230px}.quote-card{padding:24px}.final-cta{padding:58px 0}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-brand{grid-column:auto;align-items:flex-start}.copyright{padding-bottom:82px;display:block;line-height:1.8}.mobile-actions{position:fixed;z-index:50;bottom:0;left:0;right:0;background:#fff;padding:9px 10px calc(9px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1.25fr;gap:9px;box-shadow:0 -10px 34px #0003}.mobile-actions a{display:flex;justify-content:center;padding:14px;border-radius:12px;background:#171717;color:#fff;font-weight:850}.mobile-actions a:last-child{background:var(--green)}}
