/* Justificação apenas em parágrafos longos e em telas com espaço suficiente. */
@media (min-width: 900px) {
  p.co-texto-longo {
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    overflow-wrap: break-word;
  }
}
.site-faq{margin:48px 0;padding:30px;border:1px solid #d0ded0;border-radius:18px;background:#f4f8f1}.site-faq h2{margin:0 0 18px}.site-faq details{border-bottom:1px solid #d0ded0;padding:4px 0}.site-faq summary{cursor:pointer;padding:14px 0;font-weight:700}.site-faq p{max-width:720px;line-height:1.6}.site-cta{margin:52px 0;padding:36px 40px;border-radius:20px;background:#053024;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px}.site-cta h2{color:#fff;margin:0 0 10px}.site-cta p{color:#d9ead7}.site-cta .button{background:#bce6b6;color:#053024;border:0}@media(max-width:700px){.site-cta{display:block;padding:28px 24px}.site-cta .button{display:inline-block;margin-top:18px}}
.human-strip{padding:70px 0;border-top:1px solid #dfe8dc}.human-strip-inner{max-width:1120px;margin:auto;padding:0 24px;display:grid;grid-template-columns:360px 1fr;gap:48px;align-items:center}.human-strip img{width:100%;height:290px;object-fit:cover;border-radius:22px;box-shadow:0 20px 45px -28px #053024}.human-strip h2{font-size:clamp(28px,4vw,44px);margin-bottom:14px}.human-strip p{color:#4b6253;line-height:1.6}.human-strip .eyebrow{color:#00803f}@media(max-width:760px){.human-strip-inner{grid-template-columns:1fr;gap:26px}.human-strip img{height:230px}}
.subpage-nav{display:flex;gap:18px;align-items:center;margin-left:auto;font-size:14px;font-weight:600}.subpage-nav a{color:var(--ink-2);padding:9px 8px;border-radius:7px}.subpage-nav a:hover{background:var(--accent-soft);color:var(--brand)}@media(max-width:760px){.subpage-nav{gap:4px;font-size:12px;overflow-x:auto}.subpage-nav a{white-space:nowrap}}
