
:root{
  --green-950:#062c27;
  --green-900:#0b3d35;
  --green-800:#115346;
  --green-600:#2d765d;
  --terracotta:#c56b3b;
  --sun:#f5a623;
  --sand:#f5efe4;
  --sand-2:#fbf8f1;
  --blue:#d9eef5;
  --graphite:#1e2328;
  --muted:#67716f;
  --white:#fff;
  --line:rgba(11,61,53,.14);
  --shadow:0 24px 70px rgba(6,44,39,.14);
  --radius:24px;
  --container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Manrope,"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--graphite);background:var(--sand-2);line-height:1.65;font-size:16px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}p{margin:0 0 1rem}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,248,241,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:280px;height:auto;max-height:76px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:6px}.main-nav a{font-size:.88rem;font-weight:700;color:#2f3a38;padding:10px 12px;border-radius:999px;transition:.2s}.main-nav a:hover,.main-nav a.active{background:rgba(17,83,70,.09);color:var(--green-900)}.menu-toggle{display:none;border:0;background:var(--green-900);color:white;border-radius:16px;padding:10px 12px;align-items:center;gap:6px}.menu-toggle span{display:block;width:18px;height:2px;background:white;margin:3px 0}.menu-toggle em{font-style:normal;font-weight:700;font-size:.8rem}.hero{min-height:calc(100vh - 84px);max-height:820px;position:relative;display:grid;align-items:center;overflow:hidden;background:var(--green-950)}.hero picture,.hero picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,44,39,.82) 0%,rgba(6,44,39,.58) 36%,rgba(6,44,39,.18) 64%,rgba(6,44,39,.08) 100%)}.hero-content{position:relative;z-index:2;max-width:620px;margin-left:max(20px,calc((100vw - var(--container))/2));padding:78px 0 64px;color:white}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--terracotta);margin-bottom:14px}.hero .eyebrow{color:#ffe3ae}.hero h1{font-size:clamp(2rem,4.4vw,3.55rem);line-height:1.04;letter-spacing:-.05em;margin:0 0 18px;max-width:760px}.hero p{font-size:clamp(1rem,1.4vw,1.22rem);max-width:540px;color:rgba(255,255,255,.88)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:800;font-size:.95rem;border:1px solid transparent;transition:.22s;cursor:pointer}.btn.primary{background:var(--terracotta);color:white;box-shadow:0 18px 38px rgba(197,107,59,.3)}.btn.primary:hover{transform:translateY(-2px);background:#aa5931}.btn.ghost{background:rgba(255,255,255,.12);color:white;border-color:rgba(255,255,255,.32)}.btn.secondary{background:var(--green-900);color:white}.btn.light{background:white;color:var(--green-900)}.quick-panel{position:relative;margin-top:-48px;z-index:5}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.quick-grid article{background:white;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.quick-grid strong{display:block;color:var(--green-900);font-size:1.05rem;margin-bottom:6px}.quick-grid span{color:var(--muted);font-size:.95rem}.section{padding:92px 0}.section.soft{background:var(--sand)}.split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,500px);gap:72px;align-items:center}.section-copy h2,.section-title h2,.landscape h2,.admin-card h2{font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.12;letter-spacing:-.045em;color:var(--green-950);margin:0 0 20px}.section-copy p,.section-title p{color:#4e5c59;font-size:1.05rem}.check-list{padding:0;margin:24px 0 0;list-style:none;display:grid;gap:10px}.check-list li{position:relative;padding-left:28px;color:#35413f}.check-list li:before{content:"";position:absolute;left:0;top:.55em;width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,var(--green-600),var(--sun))}.image-stack{position:relative;min-height:470px}.image-stack .main{width:88%;height:420px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.image-stack .floating{position:absolute;right:0;bottom:0;width:54%;height:230px;object-fit:cover;border-radius:22px;border:10px solid var(--sand-2);box-shadow:var(--shadow)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.section-title.centered{text-align:center;display:block;max-width:780px;margin:0 auto 42px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-card{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(6,44,39,.08)}.feature-card img{height:210px;width:100%;object-fit:cover}.feature-card div{padding:22px}.feature-card h3{font-size:1.1rem;margin:0 0 8px;color:var(--green-900)}.feature-card p{font-size:.96rem;color:var(--muted);margin:0}.landscape{background:linear-gradient(135deg,var(--green-950),var(--green-800));color:white}.landscape-card{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.landscape h2{color:white}.landscape p{font-size:1.08rem;color:rgba(255,255,255,.84)}.landscape img{height:370px;width:100%;object-fit:cover;border-radius:28px;box-shadow:0 30px 70px rgba(0,0,0,.22)}.admin-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}.admin-card{background:white;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.admin-card.dark{background:var(--green-900);color:white}.admin-card.dark h2{color:white}.admin-card.dark p{color:rgba(255,255,255,.82)}.admin-card h3{margin:8px 0;color:var(--green-900)}.muted,.privacy-note{color:var(--muted);font-size:.95rem}.text-link{font-weight:800;color:var(--green-900);text-decoration:underline;text-underline-offset:4px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-grid.wide{grid-template-columns:repeat(2,1fr)}.news-card{background:white;border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:0 16px 40px rgba(6,44,39,.07)}.news-card.featured{border-color:rgba(197,107,59,.35);box-shadow:0 18px 50px rgba(197,107,59,.12)}.news-card time{display:block;color:var(--muted);font-size:.86rem;margin:8px 0}.tag{display:inline-flex;background:rgba(197,107,59,.1);color:#9b4f2a;border-radius:999px;padding:5px 10px;font-weight:800;font-size:.75rem}.news-card h3,.news-card h2{margin:12px 0 10px;color:var(--green-950);font-size:1.28rem;line-height:1.18}.news-card p{color:#53615f}.docs-wrap{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:center}.doc-list{display:grid;gap:14px}.doc-list article{background:var(--sand);border:1px solid var(--line);border-radius:20px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.doc-list strong{color:var(--green-900)}.doc-list span{color:var(--terracotta);font-weight:800}.contact-section{background:linear-gradient(180deg,var(--sand-2),var(--sand))}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:start}.contact-form{background:white;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:grid;gap:7px;font-weight:800;color:var(--green-950);margin-bottom:16px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(6,44,39,.18);background:#fff;border-radius:16px;padding:13px 14px;font:inherit;color:var(--graphite);outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--green-600);box-shadow:0 0 0 4px rgba(45,118,93,.12)}.consent{grid-template-columns:auto 1fr!important;align-items:start;font-weight:600!important;color:#44504e!important}.consent input{width:18px;margin-top:4px}.hidden-field{position:absolute;left:-9999px}.form-alert{border-radius:16px;padding:13px 15px;margin-bottom:18px;font-weight:800}.form-alert.success{background:#e4f6eb;color:#0a5838}.form-alert.error{background:#fff1e8;color:#934218}.page-hero{background:linear-gradient(135deg,var(--green-950),var(--green-800));color:white;padding:88px 0 60px}.page-hero h1{font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.08;margin:0 0 12px;letter-spacing:-.04em}.page-hero p{max-width:700px;color:rgba(255,255,255,.82);font-size:1.08rem}.documents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.document-card{background:white;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}.document-card span{display:inline-flex;color:#9b4f2a;font-weight:800;font-size:.8rem;text-transform:uppercase}.document-card h2{font-size:1.25rem;color:var(--green-950);line-height:1.18}.document-card em{color:var(--muted)}.legal-text{max-width:840px;background:white;border-radius:28px;padding:42px;border:1px solid var(--line);box-shadow:var(--shadow)}.legal-text h2{color:var(--green-900);margin-top:26px}.site-footer{background:var(--green-950);color:white;padding:62px 0 26px}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr .8fr;gap:34px}.footer-logo{width:260px;background:white;border-radius:18px;padding:8px;margin-bottom:18px}.site-footer p,.site-footer li,.site-footer a{color:rgba(255,255,255,.78)}.site-footer h3{font-size:.95rem;text-transform:uppercase;letter-spacing:.12em;color:#ffd99f}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.14);margin-top:36px;padding-top:20px;color:rgba(255,255,255,.65)}
@media (max-width: 1040px){.main-nav{position:fixed;top:84px;left:20px;right:20px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:14px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{padding:12px 14px}.menu-toggle{display:flex}.feature-grid{grid-template-columns:repeat(2,1fr)}.split-grid,.landscape-card,.admin-grid,.docs-wrap,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-content{margin-left:auto}.hero-overlay{background:linear-gradient(0deg,rgba(6,44,39,.82),rgba(6,44,39,.28))}.quick-grid{grid-template-columns:1fr}.quick-panel{margin-top:18px}.section{padding:72px 0}}
@media (max-width: 700px){.container{width:min(100% - 28px,var(--container))}.header-inner{height:72px}.brand img{width:196px;max-height:58px}.main-nav{top:72px}.hero{min-height:680px}.hero-content{padding:56px 0 44px}.hero h1{font-size:clamp(2rem,10vw,2.45rem)}.hero p{font-size:1rem}.hero-actions{gap:10px}.btn{width:100%}.section-title{display:block}.feature-grid,.news-grid,.news-grid.wide,.documents-grid,.field-row,.footer-grid{grid-template-columns:1fr}.image-stack{min-height:auto}.image-stack .main{width:100%;height:330px}.image-stack .floating{position:relative;width:80%;height:180px;margin:-48px 0 0 auto}.contact-form{padding:20px}.admin-card{padding:24px}.footer-bottom{display:grid}.footer-logo{width:220px}.doc-list article{align-items:flex-start;flex-direction:column}.landscape img{height:260px}}

/* Revisão corporativa v3: header limpo, fontes proporcionais e mobile mais claro */
.site-header{box-shadow:0 10px 34px rgba(6,44,39,.06)}
.header-inner{height:78px;justify-content:center;position:relative}.brand{display:flex;align-items:center;justify-content:center}.brand img{width:245px;max-height:66px}.main-nav{position:absolute;right:0}.menu-toggle{position:absolute;right:0}
.hero{min-height:640px;max-height:760px}.hero-content{max-width:560px;padding:62px 0 54px}.hero h1{font-size:clamp(2rem,3.6vw,3.05rem);line-height:1.08;letter-spacing:-.04em}.hero p{font-size:clamp(1rem,1.1vw,1.12rem)}
.section-copy h2,.section-title h2,.landscape h2,.admin-card h2{font-size:clamp(1.65rem,2.55vw,2.55rem);line-height:1.16;letter-spacing:-.035em}.section-copy p,.section-title p{font-size:1rem;line-height:1.75}.eyebrow{letter-spacing:.13em}
.feature-card img{height:190px}.feature-card h3{font-size:1.02rem}.feature-card p{font-size:.93rem;line-height:1.7}
.premium-diffs{background:var(--sand-2)}.diff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.diff-grid article{background:white;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 16px 46px rgba(6,44,39,.07)}.diff-grid strong{display:block;color:var(--green-900);font-size:1.05rem;margin-bottom:8px}.diff-grid span{display:block;color:var(--muted);font-size:.95rem;line-height:1.65}.contact-form .consent{display:grid;grid-template-columns:22px 1fr!important;column-gap:12px;align-items:start;line-height:1.55}.contact-form .consent input{width:18px;height:18px;margin-top:3px}.contact-form .consent span{font-weight:600;color:#34413f}.contact-form .btn{width:auto;min-width:190px}.legal-text p{line-height:1.75}
@media (max-width:1040px){.header-inner{justify-content:center}.main-nav{position:fixed;right:20px}.diff-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:700px){body{font-size:15px;line-height:1.65}.container{width:min(100% - 32px,var(--container))}.site-header{position:sticky}.header-inner{height:68px}.brand img{width:174px;max-height:52px}.menu-toggle{border-radius:12px;padding:8px 10px}.menu-toggle em{display:none}.main-nav{top:68px;left:16px;right:16px;border-radius:18px}.hero{min-height:560px}.hero-content{padding:46px 0 40px;max-width:100%}.hero h1{font-size:clamp(1.8rem,8.2vw,2.25rem);letter-spacing:-.035em;max-width:92%}.hero p{font-size:.98rem;max-width:94%}.hero-actions .btn{width:100%;padding:12px 16px}.quick-panel{margin-top:16px}.quick-grid article{padding:18px}.section{padding:58px 0}.section-copy h2,.section-title h2,.landscape h2,.admin-card h2{font-size:clamp(1.55rem,7.2vw,2rem);letter-spacing:-.025em}.section-title.centered{margin-bottom:28px;text-align:left}.split-grid{gap:32px}.image-stack .main{height:285px}.image-stack .floating{width:82%;height:150px;border-width:7px}.feature-grid,.diff-grid{grid-template-columns:1fr}.feature-card{border-radius:20px}.feature-card img{height:185px}.landscape-card{gap:28px}.landscape img{height:230px}.admin-card{padding:22px;border-radius:22px}.contact-grid{gap:28px}.contact-form{padding:18px;border-radius:22px}.contact-form label{font-size:.95rem}.contact-form input,.contact-form select,.contact-form textarea{border-radius:13px;padding:12px}.contact-form .consent{grid-template-columns:22px 1fr!important;font-size:.92rem}.contact-form .btn{width:100%}.page-hero{padding:62px 0 44px}.page-hero h1{font-size:clamp(1.75rem,8vw,2.2rem)}.footer-grid{gap:24px}.footer-logo{width:190px}.site-footer{padding-top:48px}}


/* Correção final v4 - cabeçalho, menu mobile e refinamento corporativo */
.site-header{
  background:rgba(251,248,241,.96)!important;
  border-bottom:1px solid rgba(11,61,53,.12)!important;
  box-shadow:0 8px 26px rgba(6,44,39,.05)!important;
}
.header-inner{
  height:76px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
  position:relative!important;
}
.brand{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  min-width:0!important;
  z-index:2!important;
}
.brand img{
  width:220px!important;
  max-height:62px!important;
  height:auto!important;
  object-fit:contain!important;
}
.main-nav{
  position:static!important;
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:4px!important;
  max-width:calc(100% - 250px)!important;
  z-index:1!important;
}
.main-nav a{
  font-size:.78rem!important;
  padding:9px 9px!important;
  white-space:nowrap!important;
}
.menu-toggle{
  display:none!important;
  position:static!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:0!important;
  background:var(--green-900)!important;
  color:white!important;
  border-radius:14px!important;
  padding:9px 12px!important;
  cursor:pointer!important;
  z-index:3!important;
}
.menu-toggle .bars{display:grid!important;gap:4px!important}
.menu-toggle .bars i{display:block!important;width:20px!important;height:2px!important;background:white!important;border-radius:999px!important}
.menu-toggle > span:not(.bars){display:none!important}
.menu-toggle em{display:inline!important;font-style:normal!important;font-weight:800!important;font-size:.82rem!important;letter-spacing:.01em!important}
.hero{min-height:620px!important;max-height:760px!important;margin-top:0!important}
.hero-content{max-width:610px!important;padding:68px 0 60px!important}
.hero h1{font-size:clamp(2.1rem,3.25vw,3rem)!important;line-height:1.08!important;letter-spacing:-.04em!important;max-width:620px!important}
.hero p{font-size:clamp(1rem,1.05vw,1.14rem)!important;line-height:1.7!important}
.section-copy h2,.section-title h2,.landscape h2,.admin-card h2{font-size:clamp(1.75rem,2.35vw,2.45rem)!important;line-height:1.17!important;letter-spacing:-.03em!important}
.feature-card img{height:185px!important;object-fit:cover!important}
.feature-card img[src*="fachada"]{object-position:50% 38%!important}
.contact-form .consent{display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;gap:0 12px!important;align-items:flex-start!important;margin-top:2px!important;margin-bottom:20px!important;font-weight:600!important;color:#33413f!important;line-height:1.55!important}
.contact-form .consent input{width:18px!important;height:18px!important;margin:3px 0 0!important;padding:0!important}
.contact-form .consent span{font-size:.96rem!important}
.contact-form .btn{width:auto!important;min-width:190px!important}
@media (max-width:1180px){
  .brand img{width:200px!important;max-height:58px!important}
  .main-nav a{font-size:.74rem!important;padding:8px 7px!important}
}
@media (max-width:1080px){
  .header-inner{height:72px!important;justify-content:space-between!important}
  .brand img{width:190px!important;max-height:56px!important}
  .menu-toggle{display:flex!important}
  .main-nav{
    position:fixed!important;
    top:76px!important;
    left:16px!important;
    right:16px!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    display:none!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:4px!important;
    padding:14px!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid var(--line)!important;
    border-radius:20px!important;
    box-shadow:0 24px 70px rgba(6,44,39,.18)!important;
    z-index:100!important;
  }
  .main-nav.open{display:flex!important}
  .main-nav a{font-size:.98rem!important;padding:13px 14px!important;border-radius:14px!important;color:var(--green-950)!important}
}
@media (max-width:700px){
  body{font-size:15px!important;line-height:1.65!important}
  .container{width:min(100% - 32px,var(--container))!important}
  .header-inner{height:66px!important;gap:12px!important}
  .brand img{width:164px!important;max-height:48px!important}
  .menu-toggle{padding:8px 10px!important;border-radius:12px!important;gap:7px!important}
  .menu-toggle em{display:inline!important;font-size:.78rem!important}
  .menu-toggle .bars i{width:18px!important}
  .main-nav{top:70px!important;left:14px!important;right:14px!important;border-radius:18px!important;padding:12px!important}
  .main-nav a{font-size:.96rem!important;padding:12px 13px!important}
  .hero{min-height:545px!important;max-height:none!important}
  .hero-content{padding:44px 0 42px!important;max-width:100%!important;margin-left:auto!important}
  .hero h1{font-size:clamp(1.75rem,7.7vw,2.18rem)!important;line-height:1.12!important;max-width:96%!important}
  .hero p{font-size:.98rem!important;line-height:1.7!important;max-width:96%!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .btn{width:100%!important;padding:12px 16px!important}
  .quick-grid article{padding:17px!important;border-radius:18px!important}
  .quick-grid strong{font-size:1rem!important}
  .section{padding:56px 0!important}
  .section-copy h2,.section-title h2,.landscape h2,.admin-card h2{font-size:clamp(1.45rem,6.5vw,1.95rem)!important;line-height:1.2!important;letter-spacing:-.02em!important}
  .section-copy p,.section-title p{font-size:.98rem!important;line-height:1.72!important}
  .section-title.centered{text-align:left!important;margin-bottom:26px!important}
  .split-grid,.landscape-card,.admin-grid,.docs-wrap,.contact-grid{gap:28px!important}
  .image-stack .main{height:275px!important;border-radius:22px!important}
  .image-stack .floating{height:145px!important;border-radius:18px!important}
  .feature-grid,.diff-grid,.news-grid,.news-grid.wide,.documents-grid,.field-row,.footer-grid{grid-template-columns:1fr!important}
  .feature-card{border-radius:20px!important}
  .feature-card img{height:180px!important}
  .diff-grid article{padding:20px!important;border-radius:20px!important}
  .landscape img{height:220px!important;border-radius:22px!important}
  .admin-card{padding:22px!important;border-radius:22px!important}
  .contact-form{padding:18px!important;border-radius:22px!important}
  .contact-form label{font-size:.94rem!important;margin-bottom:14px!important}
  .contact-form input,.contact-form select,.contact-form textarea{border-radius:13px!important;padding:12px!important}
  .contact-form .consent{grid-template-columns:22px minmax(0,1fr)!important;gap:0 11px!important;font-size:.9rem!important;line-height:1.55!important}
  .contact-form .consent span{font-size:.9rem!important}
  .contact-form .btn{width:100%!important}
  .footer-logo{width:186px!important}
  .site-footer{padding-top:46px!important}
}


/* Correção final v5 - menu mobile visível, sem botão de três traços, e imagem de fachada tratada */
.menu-toggle{display:none!important;visibility:hidden!important}
.site-header{background:rgba(251,248,241,.98)!important}
.header-inner{justify-content:space-between!important;align-items:center!important;height:76px!important;min-height:76px!important;padding:0!important}
.brand img{width:215px!important;max-height:60px!important}
.main-nav{position:static!important;display:flex!important;visibility:visible!important;opacity:1!important;margin-left:auto!important;max-width:calc(100% - 235px)!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;z-index:2!important;overflow:visible!important}
.main-nav.open{display:flex!important}
.main-nav a{white-space:nowrap!important;font-size:.78rem!important;padding:9px 9px!important;border-radius:999px!important}
.feature-card img[src*="fachada"]{object-position:50% 30%!important}

@media (max-width:1080px){
  .site-header{position:sticky!important;top:0!important}
  .header-inner{height:auto!important;min-height:104px!important;padding:10px 0 9px!important;display:flex!important;flex-wrap:wrap!important;gap:8px 12px!important;justify-content:center!important;align-items:center!important}
  .brand{width:100%!important;justify-content:center!important;order:1!important}
  .brand img{width:178px!important;max-height:52px!important}
  .main-nav{order:2!important;position:static!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;margin:0!important;padding:4px 0 2px!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;scrollbar-width:thin!important;-webkit-overflow-scrolling:touch!important}
  .main-nav a{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;font-size:.82rem!important;line-height:1!important;padding:10px 13px!important;border-radius:999px!important;background:rgba(11,61,53,.08)!important;color:var(--green-950)!important;border:1px solid rgba(11,61,53,.10)!important}
  .main-nav a.active,.main-nav a:hover{background:var(--green-900)!important;color:white!important;border-color:var(--green-900)!important}
}
@media (max-width:700px){
  .container{width:min(100% - 28px,var(--container))!important}
  .header-inner{min-height:110px!important;padding:10px 0 10px!important}
  .brand img{width:160px!important;max-height:48px!important}
  .main-nav{padding-bottom:3px!important;gap:7px!important}
  .main-nav a{font-size:.78rem!important;padding:9px 11px!important}
  .hero{min-height:510px!important}
  .hero-content{padding:38px 0 36px!important}
  .hero h1{font-size:clamp(1.65rem,7.4vw,2.05rem)!important;max-width:100%!important}
  .hero p{font-size:.95rem!important;line-height:1.65!important;max-width:100%!important}
  .feature-card img[src*="fachada"]{object-position:50% 22%!important}
}


/* Correção final v6 - Voltar ao topo e menu ativo por seção */
html{scroll-behavior:smooth!important;scroll-padding-top:96px!important}
[id]{scroll-margin-top:104px!important}
.main-nav a.is-active,.main-nav a.active{background:rgba(17,83,70,.12)!important;color:var(--green-900)!important}
.main-nav a[aria-current="page"],.main-nav a[aria-current="true"]{background:var(--green-900)!important;color:white!important;border-color:var(--green-900)!important}
.back-to-top{position:fixed;right:22px;bottom:22px;z-index:80;width:48px;height:48px;border:0;border-radius:999px;background:var(--green-900);color:#fff;font-size:1.35rem;font-weight:900;line-height:1;display:grid;place-items:center;box-shadow:0 16px 36px rgba(6,44,39,.28);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease,background .22s ease}.back-to-top:hover,.back-to-top:focus-visible{background:var(--terracotta);outline:none;transform:translateY(8px)}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
@media (max-width:1080px){html{scroll-padding-top:118px!important}[id]{scroll-margin-top:126px!important}.main-nav a.is-active,.main-nav a.active,.main-nav a[aria-current="page"],.main-nav a[aria-current="true"]{background:var(--green-900)!important;color:#fff!important;border-color:var(--green-900)!important}.back-to-top{right:16px;bottom:16px;width:46px;height:46px;font-size:1.25rem}}
@media (max-width:700px){html{scroll-padding-top:122px!important}[id]{scroll-margin-top:132px!important}.back-to-top{right:14px;bottom:14px;width:44px;height:44px}}

/* Correção final v7 - desbloqueio de rolagem mobile e navegação ativa segura */
html,body{
  overflow-y:auto!important;
  overflow-x:hidden!important;
  height:auto!important;
  min-height:100%!important;
  position:static;
}
body{touch-action:pan-y;}
.site-header,.header-inner,.main-nav{transform:none!important;}
.main-nav{
  overscroll-behavior-inline:contain!important;
  scroll-behavior:auto!important;
}
@media (max-width:1080px){
  body{overflow-y:auto!important;}
  .main-nav{
    touch-action:pan-x!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:none!important;
  }
  .main-nav a.is-active,.main-nav a.active,.main-nav a[aria-current="page"]{
    background:var(--green-900)!important;
    color:#fff!important;
    border-color:var(--green-900)!important;
  }
}
@media (max-width:700px){
  html,body{overflow-y:auto!important;}
  .main-nav{overscroll-behavior-x:contain!important;overscroll-behavior-y:auto!important;}
}
