:root{--green:#1f8f55;--green-dark:#0e3c2c;--green-soft:#eaf7ef;--ink:#14231d;--muted:#607067;--line:#dce8e1;--white:#fff;--shadow:0 18px 50px rgba(14,60,44,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:var(--green-dark);color:#dff4e7;font-size:.9rem}.topbar .container{display:flex;justify-content:space-between;padding:8px 0;gap:20px}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,232,225,.8)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.logo{width:245px;max-width:58vw}.menu{display:flex;align-items:center;gap:26px;font-weight:650}.menu a:hover{color:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:12px;font-weight:800;transition:.2s;cursor:pointer;border:0}.btn-primary{background:var(--green);color:#fff;box-shadow:0 12px 25px rgba(31,143,85,.25)}.btn-primary:hover{transform:translateY(-2px);background:#167a47}.btn-outline{border:1px solid rgba(255,255,255,.55);color:#fff}.mobile-toggle{display:none;background:none;border:0;font-size:1.7rem}.hero{min-height:660px;position:relative;display:grid;align-items:center;color:#fff;overflow:hidden;background:#0b2119}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,26,18,.92) 0%,rgba(5,26,18,.7) 42%,rgba(5,26,18,.12) 72%),url('assets/images/hero.webp') center/cover no-repeat}.hero .container{position:relative;z-index:1}.hero-content{max-width:680px;padding:96px 0}.eyebrow{display:inline-flex;gap:8px;align-items:center;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.8rem;color:#9fe0b8}.hero h1{font-size:clamp(2.5rem,5vw,5.2rem);line-height:1.02;margin:18px 0 20px;max-width:850px}.hero p{font-size:1.15rem;color:#e2eee7;max-width:590px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px;max-width:650px}.stat{border-left:3px solid #67c987;padding-left:14px}.stat strong{display:block;font-size:1.35rem}.stat span{font-size:.9rem;color:#cbd9d1}.section{padding:92px 0}.section-soft{background:#f5faf7}.section-head{max-width:760px;margin-bottom:42px}.section-head .tag{color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.section-head h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.1;margin:10px 0 14px}.section-head p{color:var(--muted);font-size:1.05rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(14,60,44,.06);transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-visual{height:230px;background:linear-gradient(145deg,#eaf7ef,#d4ebdd);display:grid;place-items:center;position:relative}.cabin{width:102px;height:168px;border-radius:26px 26px 10px 10px;background:linear-gradient(135deg,#1e9b58,#0b5f36);box-shadow:inset -10px 0 0 rgba(0,0,0,.12),0 18px 25px rgba(14,60,44,.2);position:relative}.cabin:before{content:"";position:absolute;width:64px;height:112px;left:19px;top:34px;border:3px solid rgba(255,255,255,.75);border-radius:12px}.cabin:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;right:28px;top:90px}.luxo{background:linear-gradient(135deg,#3f5662,#16242b)}.extra{background:linear-gradient(135deg,#d2b27c,#71512d)}.pcd{width:126px;background:linear-gradient(135deg,#4a8ed8,#1e4b89)}.product-body{padding:24px}.product-body h3{margin:0 0 8px;font-size:1.35rem}.product-body p{color:var(--muted);min-height:78px}.link{color:var(--green);font-weight:800}.about{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.about-image{border-radius:24px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3}.about-image img{width:100%;height:100%;object-fit:cover}.checklist{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:28px}.check{background:var(--green-soft);padding:14px 16px;border-radius:12px;font-weight:700}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service{padding:28px;border:1px solid var(--line);border-radius:18px;background:white}.service-icon{font-size:2rem}.service h3{margin:10px 0 8px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.step{background:#fff;border:1px solid var(--line);padding:24px;border-radius:18px}.step-number{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900}.faq{max-width:900px}.faq details{border-bottom:1px solid var(--line);padding:19px 0}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted)}.cta{background:linear-gradient(135deg,#0c3a2a,#147a49);color:#fff;border-radius:28px;padding:58px;display:flex;justify-content:space-between;gap:30px;align-items:center}.cta h2{font-size:clamp(2rem,4vw,3rem);margin:0 0 10px}.footer{background:#071d15;color:#d6e4dc;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}.footer h4{color:#fff}.footer a{display:block;margin:8px 0;color:#b8c8bf}.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:22px;color:#8da197}.wa-float{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#20bd5a;color:#fff;display:grid;place-items:center;font-size:1.7rem;box-shadow:0 12px 30px rgba(0,0,0,.25);z-index:70}.notice{font-size:.83rem;color:var(--muted);margin-top:10px}
@media(max-width:960px){.menu{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:20px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.menu.open{display:flex}.mobile-toggle{display:block}.product-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.services{grid-template-columns:1fr 1fr}.steps{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:620px}.hero:before{background:linear-gradient(90deg,rgba(5,26,18,.92),rgba(5,26,18,.65)),url('assets/images/hero.webp') 66% center/cover no-repeat}}
@media(max-width:620px){.topbar .container{display:none}.nav{height:72px}.logo{width:200px}.hero{min-height:610px}.hero-content{padding:70px 0}.hero h1{font-size:2.55rem}.stats{grid-template-columns:1fr;gap:12px}.section{padding:68px 0}.product-grid,.services,.steps,.checklist,.footer-grid{grid-template-columns:1fr}.cta{padding:36px 24px;display:block}.cta .btn{margin-top:18px}.product-body p{min-height:auto}.about{gap:35px}}

/* Imagens reais dos modelos */
.product-visual{height:250px;padding:16px;background:linear-gradient(145deg,#f3fbf6,#e4f2e9);overflow:hidden}
.product-image{width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 14px 16px rgba(14,60,44,.18));transition:transform .25s ease}
.product-card:hover .product-image{transform:scale(1.035)}
.product-image-pcd{padding:4px}
@media(max-width:620px){.product-visual{height:285px;padding:18px}.product-image{max-width:100%;margin:auto}}


/* Refinamento visual dos cards e nova identidade */
.logo{width:268px;height:58px;object-fit:contain;object-position:left center}
.product-grid{align-items:stretch}
.product-card{display:flex;flex-direction:column;height:100%}
.product-visual{
  height:270px;
  padding:22px;
  background:#f7f8f7;
  border-bottom:1px solid #edf1ee;
  overflow:hidden;
}
.product-image{
  display:block;
  width:auto;
  max-width:88%;
  height:100%;
  max-height:226px;
  object-fit:contain;
  object-position:center;
  margin:auto;
  filter:drop-shadow(0 16px 18px rgba(20,35,29,.14));
}
.product-image-pcd{max-width:92%;padding:0}
.product-body{display:flex;flex:1;flex-direction:column;padding:25px 24px 26px}
.product-body h3{margin:0 0 10px}
.product-body p{min-height:0;margin:0 0 22px;flex:1}
.product-body .link{margin-top:auto}
.footer-logo-box{display:inline-flex;background:#fff;border-radius:14px;padding:9px 14px;margin-bottom:16px}
.footer-logo{width:250px;height:auto;object-fit:contain}
@media(max-width:960px){
  .logo{width:232px;height:52px}
  .product-visual{height:260px}
}
@media(max-width:620px){
  .logo{width:205px;height:48px;max-width:62vw}
  .product-visual{height:250px;padding:20px}
  .product-image{max-height:210px;max-width:86%}
  .product-image-pcd{max-width:90%}
  .product-body{padding:22px 22px 25px}
}


/* Correção definitiva dos cards de modelos - v5 */
.product-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.product-visual{
  height:190px !important;
  min-height:190px;
  padding:18px !important;
  background:#f7f8f7 !important;
  border-bottom:1px solid #edf1ee;
  display:flex !important;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.product-image,
.product-image-pcd{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:72% !important;
  max-height:158px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 auto !important;
  padding:0 !important;
  filter:drop-shadow(0 10px 12px rgba(20,35,29,.13));
  transform:none !important;
}
.product-card:hover .product-image{transform:none !important}
.product-body{
  position:relative;
  z-index:2;
  background:#fff;
  padding:22px 22px 24px !important;
}
.product-body h3{margin:0 0 8px !important}
.product-body p{margin:0 0 18px !important;min-height:0 !important}
@media(max-width:620px){
  .product-visual{
    height:175px !important;
    min-height:175px;
    padding:16px !important;
  }
  .product-image,
  .product-image-pcd{
    max-width:64% !important;
    max-height:145px !important;
  }
  .product-body{padding:20px 20px 22px !important}
}
