*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#111820;background:#fff;line-height:1.55}.container{width:min(1160px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:20;background:#05080b;border-bottom:2px solid #159fe3}.nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:block}.brand img{height:62px;width:auto;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#18a83b;color:#fff;padding:14px 22px;border-radius:8px;text-decoration:none;font-weight:800;border:0;cursor:pointer;font-size:16px;transition:.2s}.btn:hover{background:#12872f;transform:translateY(-1px)}.btn-small{padding:12px 18px}.btn-light{background:#18a83b;color:#fff}.btn-light:hover{background:#12872f}.wa-icon{width:19px;height:19px;border:2px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;line-height:1;position:relative}.wa-icon:after{content:"";position:absolute;width:5px;height:5px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;bottom:-3px;left:1px;transform:skew(-20deg)}.hero{position:relative;overflow:hidden;padding:60px 0 45px;min-height:680px;background:#edf5f9}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(239,247,251,.98) 0%,rgba(239,247,251,.92) 35%,rgba(239,247,251,.32) 58%,rgba(239,247,251,.1) 78%),url('/ativos/vw-8150.jpg') 70% center/cover no-repeat}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.hero-copy{padding:15px 0}.eyebrow{font-size:13px;letter-spacing:1.5px;font-weight:900;color:#087fc1;margin:0 0 12px}.hero h1{font-size:clamp(38px,5vw,65px);line-height:1.02;letter-spacing:-2px;margin:0 0 20px;max-width:690px}.hero h1 span{color:#087fc1}.lead{font-size:19px;color:#2f3d48;max-width:610px}.trust{display:flex;gap:18px;flex-wrap:wrap;color:#26343e;font-size:14px;font-weight:700;margin-top:25px}.quote-card{background:#fff;border:1px solid #e1e7ec;border-radius:16px;padding:28px;box-shadow:0 18px 50px rgba(20,40,60,.18)}.quote-card h2{font-size:30px;margin:0 0 5px}.quote-card p{color:#687581}.quote-card label{display:block;font-weight:700;font-size:13px;margin:12px 0}.quote-card input,.quote-card textarea{width:100%;margin-top:6px;padding:12px;border:1px solid #ccd5dd;border-radius:8px;font:inherit}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.full{width:100%;margin-top:10px}.features{background:#070a0d;color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:18px 0}.feature-grid div{padding:12px 22px;border-right:1px solid #38414a;min-height:70px}.feature-grid div:last-child{border-right:0}.feature-grid b,.feature-grid small{display:block}.feature-grid b{margin-bottom:4px}.feature-grid small{color:#c0c9d0}.section{padding:76px 0}.section h2{font-size:40px;line-height:1.1;margin:0 0 18px;letter-spacing:-1px}.section-intro{color:#62707b;margin-bottom:28px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}.cards article{border:1px solid #e2e8ed;border-radius:14px;padding:26px}.cards h3{margin:8px 0}.cards p{color:#65727d}.icon{font-weight:900;color:#159fe3}.soft{background:#f5f8fa}.states{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0}.states div{background:#fff;border:1px solid #e0e6eb;border-radius:14px;padding:22px}.states strong,.states span{display:block}.states strong{font-size:21px;margin-bottom:5px}.states span{color:#65727d}.cities{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:20px}.cities span{background:#fff;border:1px solid #18a83b;border-radius:999px;padding:8px 14px;font-weight:800;color:#207d32;white-space:nowrap}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:35px}.steps b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#159fe3;color:#fff}.steps p{color:#65727d}.cta{background:#0b1117;color:#fff;padding:55px 0;border-top:3px solid #159fe3}.cta .eyebrow{color:#4fc1f4}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{margin:0;font-size:36px}footer{background:#070a0d;color:#d9e0e5;padding:40px 0 18px}.footer{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-logo{height:52px;width:auto;display:block}.footer p{color:#9eabb5;margin:5px 0}.footer a{color:#19b33e;font-weight:800}.copyright{border-top:1px solid #2a343d;margin-top:25px;padding-top:15px;font-size:12px;color:#82909b}.floating-whatsapp{position:fixed;right:18px;bottom:18px;background:#18a83b;color:#fff;padding:13px 18px;border-radius:999px;text-decoration:none;font-weight:900;box-shadow:0 8px 25px rgba(0,0,0,.2);display:inline-flex;align-items:center;gap:7px;z-index:30}.floating-whatsapp:hover{background:#12872f}.cities+*{margin-top:0}@media(max-width:800px){.nav{min-height:72px}.brand img{height:48px}.hero{padding:45px 0}.hero-grid,.cards,.steps,.states,.feature-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.quote-card{margin-top:10px}.feature-grid div{border-right:0;border-bottom:1px solid #38414a}.feature-grid div:last-child{border-bottom:0}.cta-inner,.footer{display:block}.cta .btn{margin-top:20px}.two{grid-template-columns:1fr}.hero-bg{background:linear-gradient(90deg,rgba(239,247,251,.96),rgba(239,247,251,.82)),url('/ativos/vw-8150.jpg') center/cover no-repeat}.section{padding:58px 0}.section h2{font-size:32px}}
