*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
:root{--verde:#0F6E56;--verde-claro:#E1F5EE;--verde-med:#1D9E75;--text:#2C2C2A;--text-sec:#5F5E5A;--borda:#D3D1C7;}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
a,button{touch-action:manipulation}
img,svg{max-width:100%}
p,h1,h2,h3,h4,.section-title,.detalhe-titulo,.info-box-value{overflow-wrap:anywhere}
.text-lead{font-size:0.92rem;color:var(--text-sec);line-height:1.8;margin-bottom:1rem}
.text-helper{font-size:0.82rem;color:var(--text-sec);margin-bottom:1rem}
.text-center{text-align:center}
.mb-sm{margin-bottom:1.25rem}
.mt-xs{margin-top:4px}
.inline-icon{display:inline-flex;align-items:center;gap:6px}
.inline-icon::before{content:"";width:14px;height:14px;display:inline-block;background:currentColor;flex:0 0 auto}
.icon-phone::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.91.32 1.8.57 2.66a2 2 0 0 1-.45 2.11L8.09 9.63a16 16 0 0 0 6.28 6.28l1.14-1.14a2 2 0 0 1 2.11-.45c.86.25 1.75.45 2.66.57A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center/contain no-repeat}
.icon-mail::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E") center/contain no-repeat}
.contact-line{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center}
nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.75rem clamp(1rem,4vw,2rem);border-bottom:0.5px solid var(--borda);position:sticky;top:0;background:#fff;z-index:10}
.logo-wrap{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-img{height:38px;width:auto;mix-blend-mode:multiply}
.logo-text{font-family:'Fraunces',serif;font-size:1.2rem;color:var(--verde);font-weight:600;white-space:nowrap}
.logo-text span{color:var(--text)}
.nav-menu{display:block}
.nav-toggle{display:none}
.nav-menu:not([open]) .nav-links{display:flex}
.nav-links{display:flex;gap:1.2rem;flex-wrap:wrap}
.nav-links a{font-size:0.82rem;color:var(--text-sec);text-decoration:none;cursor:pointer}
.nav-links a:hover{color:var(--verde)}
.hero-top{background:var(--verde);padding:clamp(3rem,8vw,4rem) clamp(1.25rem,5vw,2rem) clamp(2.5rem,7vw,3rem);text-align:center}
.badge{display:inline-block;background:rgba(255,255,255,0.2);color:#fff;font-size:0.75rem;font-weight:500;padding:4px 14px;border-radius:20px;margin-bottom:1.5rem}
.hero-h1{font-family:'Fraunces',serif;font-size:clamp(2rem,8vw,2.8rem);line-height:1.16;margin-bottom:clamp(1.25rem,5vw,2rem);font-weight:600;color:#fff}
.hero-h1 .preto{color:#2C2C2A}
.hero-sub{font-size:1rem;color:#fff;line-height:1.7;max-width:560px;margin:1.5rem auto 2rem}
.btn-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}
.btn-white{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:#fff;color:var(--verde);border:none;padding:12px 28px;border-radius:8px;font-size:0.9rem;font-weight:500;cursor:pointer;text-decoration:none}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,0.6);padding:12px 28px;border-radius:8px;font-size:0.9rem;font-weight:500;cursor:pointer;text-decoration:none}
.divider{width:60px;height:3px;background:var(--verde-med);margin:2rem auto;border-radius:2px}
section{padding:clamp(2.25rem,7vw,3rem) clamp(1.25rem,5vw,2rem);max-width:900px;margin:0 auto}
.section-label{font-size:0.78rem;font-weight:500;color:var(--verde);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.5rem}
.section-title{font-family:'Fraunces',serif;font-size:clamp(1.45rem,5vw,1.8rem);color:var(--text);margin-bottom:0.75rem;font-weight:600}
.section-sub{font-size:0.95rem;color:var(--text-sec);line-height:1.7;margin-bottom:2rem}
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:16px;margin-bottom:2rem}
.card{background:#fff;border:0.5px solid var(--borda);border-radius:12px;padding:1.25rem}
.card-icon{width:36px;height:36px;background:var(--verde-claro);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.card-icon svg{width:18px;height:18px;stroke:var(--verde);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-size:0.95rem;font-weight:500;margin-bottom:6px;color:var(--text)}
.card p{font-size:0.85rem;color:var(--text-sec);line-height:1.6}
.mapa-section{background:var(--verde-claro);border-radius:16px;padding:clamp(1.25rem,5vw,2rem);margin-bottom:2rem}
.mapa-section h3{font-family:'Fraunces',serif;font-size:1.3rem;color:var(--verde);margin-bottom:1rem;font-weight:600}
.servicos-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:12px}
.servico-item{background:#fff;border-radius:10px;padding:1rem;border:0.5px solid #9FE1CB;cursor:pointer;text-decoration:none;display:block;transition:border-color 0.2s,box-shadow 0.2s}
.servico-item:hover{border-color:var(--verde);box-shadow:0 2px 8px rgba(15,110,86,0.12)}
.servico-item h4{font-size:0.88rem;font-weight:500;color:var(--verde);margin-bottom:4px}
.servico-item p{font-size:0.8rem;color:var(--text-sec);line-height:1.5}
.servico-item .ver-mais{font-size:0.75rem;color:var(--verde-med);margin-top:8px;display:flex;align-items:center;gap:4px;font-weight:500}
.servico-item .ver-mais::after{content:"";width:13px;height:13px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center/contain no-repeat}
.fluxo-steps{display:flex;flex-direction:column;gap:12px;margin-bottom:2rem}
.fluxo-step{display:flex;align-items:flex-start;gap:14px;padding:1rem 1.25rem;background:#fff;border:0.5px solid var(--borda);border-radius:10px}
.step-num{min-width:28px;height:28px;background:var(--verde);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:500;margin-top:2px}
.step-content h4{font-size:0.9rem;font-weight:500;margin-bottom:3px;color:var(--text)}
.step-content p{font-size:0.82rem;color:var(--text-sec);line-height:1.5}
.guias-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:12px;margin-bottom:2rem}
.guia-card{border:0.5px solid var(--borda);border-radius:10px;padding:1.1rem;cursor:pointer;transition:border-color 0.2s;text-decoration:none;display:block}
.guia-card:hover{border-color:var(--verde-med)}
.guia-tag{font-size:0.72rem;font-weight:500;color:var(--verde);background:var(--verde-claro);padding:3px 10px;border-radius:12px;display:inline-block;margin-bottom:8px}
.guia-card h4{font-size:0.88rem;font-weight:500;color:var(--text);margin-bottom:4px}
.guia-card p{font-size:0.8rem;color:var(--text-sec);line-height:1.5}
.quem-box{background:var(--verde-claro);border-radius:16px;padding:clamp(1.25rem,5vw,2rem);margin-bottom:2rem}
.quem-intro{font-size:0.95rem;color:var(--text-sec);line-height:1.7;margin-bottom:1rem}
.quem-problema{background:#fff;border-radius:10px;padding:1rem 1.25rem;border:0.5px solid #9FE1CB;margin-bottom:1.5rem}
.quem-problema-titulo{font-size:0.78rem;font-weight:500;color:var(--verde);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.5rem}
.quem-problema p{font-size:0.88rem;color:var(--text-sec);line-height:1.7}
.membros{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr));gap:14px}
.membro{display:flex;flex-direction:column;align-items:center;gap:10px;background:#fff;border-radius:10px;padding:1.25rem 1rem;border:0.5px solid #9FE1CB;text-align:center}
.avatar{width:92px;height:92px;border-radius:50%;object-fit:cover;object-position:center;background:var(--verde);border:3px solid var(--verde-claro)}
.membro-nome{font-size:0.9rem;font-weight:500;color:var(--verde);line-height:1.35}
.cta-section{background:var(--verde);border-radius:16px;padding:clamp(1.75rem,6vw,2.5rem);text-align:center;color:#fff;margin:2rem 0}
.cta-section-compact{margin-top:0}
.cta-section h2{font-family:'Fraunces',serif;font-size:1.8rem;font-weight:600;margin-bottom:0.75rem}
.cta-section p{font-size:0.9rem;opacity:0.85;margin-bottom:1.5rem;line-height:1.7}
.btn-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:#fff;color:var(--verde);border:none;padding:12px 28px;border-radius:8px;font-size:0.9rem;font-weight:500;cursor:pointer;text-decoration:none}
footer{border-top:0.5px solid var(--borda);padding:1.5rem 2rem;text-align:center}
footer p{font-size:0.8rem;color:var(--text-sec)}
footer strong{color:var(--verde)}

/* Páginas de detalhe */
.detalhe-hero{background:var(--verde);padding:clamp(2.25rem,7vw,3rem) clamp(1.25rem,5vw,2rem) clamp(2rem,6vw,2.5rem)}
.detalhe-hero-inner{max-width:900px;margin:0 auto}
.back-link{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,0.8);font-size:0.82rem;text-decoration:none;margin-bottom:1.5rem}
.back-link::before{content:"";width:14px;height:14px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 19-7-7 7-7'/%3E%3Cpath d='M19 12H5'/%3E%3C/svg%3E") center/contain no-repeat}
.back-link:hover{color:#fff}
.detalhe-tag{display:inline-block;background:rgba(255,255,255,0.2);color:#fff;font-size:0.75rem;font-weight:500;padding:4px 14px;border-radius:20px;margin-bottom:1rem}
.detalhe-titulo{font-family:'Fraunces',serif;font-size:clamp(1.75rem,8vw,2.2rem);font-weight:600;color:#fff;line-height:1.18;margin-bottom:0.75rem}
.detalhe-subtitulo{font-size:0.95rem;color:rgba(255,255,255,0.85);line-height:1.7;max-width:620px}
.detalhe-content{max-width:900px;margin:0 auto;padding:clamp(2rem,6vw,2.5rem) clamp(1.25rem,5vw,2rem)}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:16px;margin-bottom:2.5rem}
.info-box{background:var(--verde-claro);border-radius:12px;padding:1.25rem}
.info-box-label{font-size:0.72rem;font-weight:500;color:var(--verde);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:6px}
.info-box-value{font-size:0.9rem;color:var(--text);line-height:1.6;font-weight:500}
.info-box-value small{font-weight:400;color:var(--text-sec);font-size:0.82rem}
.detalhe-block{margin-bottom:2rem}
.detalhe-block-title{font-family:'Fraunces',serif;font-size:1.2rem;color:var(--text);margin-bottom:1rem;font-weight:600}
.atende-list{display:flex;flex-direction:column;gap:8px}
.atende-item{display:flex;align-items:flex-start;gap:10px;padding:0.9rem 1rem;background:#fff;border:0.5px solid var(--borda);border-radius:8px}
.atende-dot{min-width:8px;height:8px;border-radius:50%;background:var(--verde-med);margin-top:6px}
.atende-item p{font-size:0.88rem;color:var(--text-sec);line-height:1.6}
.atende-item strong{color:var(--text);font-weight:500}
.docs-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr));gap:10px}
.doc-item{background:var(--verde-claro);border-radius:8px;padding:0.75rem 1rem;font-size:0.85rem;color:var(--text);display:flex;align-items:center;gap:8px}
.doc-item::before{content:"";width:15px;height:15px;background:var(--verde);flex:0 0 auto;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z'/%3E%3Cpath d='M14 2v4a2 2 0 0 0 2 2h4'/%3E%3Cpath d='M10 9H8'/%3E%3Cpath d='M16 13H8'/%3E%3Cpath d='M16 17H8'/%3E%3C/svg%3E") center/contain no-repeat}
.alerta-box{background:#FFF8E1;border:0.5px solid #FFD54F;border-radius:10px;padding:1.1rem 1.25rem;margin-bottom:2rem}
.alerta-box p{font-size:0.88rem;color:#795548;line-height:1.6}
.alerta-box strong{color:#5D4037}
.como-chegar{background:var(--verde-claro);border-radius:12px;padding:1.5rem;margin-bottom:2rem}
.como-chegar h4{font-family:'Fraunces',serif;font-size:1rem;color:var(--verde);margin-bottom:0.75rem;font-weight:600}
.como-chegar p{font-size:0.88rem;color:var(--text-sec);line-height:1.7}
.como-chegar strong{color:var(--text)}

.unidades-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:16px;margin-bottom:2rem}
.unidade-box{background:#fff;border:0.5px solid var(--borda);border-radius:12px;padding:1.25rem}
.unidade-box-label{font-size:0.72rem;font-weight:500;color:var(--verde);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px}
.unidade-box h4{font-family:'Fraunces',serif;font-size:1rem;color:var(--text);font-weight:600;margin-bottom:10px}
.unidade-info{display:flex;flex-direction:column;gap:6px}
.unidade-linha{font-size:0.85rem;color:var(--text-sec);line-height:1.5;display:flex;gap:6px}
.unidade-linha strong{color:var(--text);white-space:nowrap}

/* Botão de download */
.btn-download{display:inline-flex;align-items:center;gap:8px;background:var(--verde);color:#fff;border:none;padding:11px 24px;border-radius:8px;font-size:0.88rem;font-weight:500;cursor:pointer;text-decoration:none;margin-bottom:2rem}
.btn-download:hover{background:var(--verde-med)}
.btn-download svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.btn-download-inline{display:inline-flex;margin-bottom:0}
.download-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;border-bottom:0.5px solid var(--borda);padding-bottom:1.5rem;margin-bottom:2rem}
.download-bar-info{font-size:0.82rem;color:var(--text-sec)}

/* Base legal */
.lei-box{background:#F0F4FF;border:0.5px solid #C5D0F5;border-radius:10px;padding:1.1rem 1.25rem;margin-bottom:2rem}
.lei-box-title{font-size:0.72rem;font-weight:500;color:#3B5BDB;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.5rem}
.lei-box p{font-size:0.88rem;color:#2C3E8C;line-height:1.6}

/* Passo a passo */
.passo-list{display:flex;flex-direction:column;gap:10px;margin-bottom:1rem}
.passo-item{display:flex;align-items:flex-start;gap:14px;padding:1rem 1.25rem;background:#fff;border:0.5px solid var(--borda);border-radius:10px}
.passo-num{min-width:28px;height:28px;background:var(--verde);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:500;flex-shrink:0;margin-top:2px}
.passo-item p{font-size:0.88rem;color:var(--text-sec);line-height:1.6}
.passo-item strong{color:var(--text);font-weight:500}

@media (max-width:760px){
  nav{position:sticky;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:0.75rem 1rem;gap:0.75rem;box-shadow:0 1px 10px rgba(44,44,42,0.06)}
  .logo-wrap{justify-content:flex-start;min-width:0}
  .logo-text{font-size:1.08rem;white-space:normal;line-height:1.05}
  .logo-img{height:34px;flex:0 0 auto}
  .nav-menu{position:relative;justify-self:end}
  .nav-menu:not([open]) .nav-links{display:none}
  .nav-menu[open] .nav-links{display:grid}
  .nav-toggle{list-style:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 13px;border:0.5px solid var(--borda);border-radius:999px;background:#fff;color:var(--verde);font-size:0.82rem;font-weight:500;cursor:pointer;box-shadow:0 1px 5px rgba(44,44,42,0.06)}
  .nav-toggle::-webkit-details-marker{display:none}
  .nav-toggle::before{content:"";width:17px;height:17px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h16'/%3E%3C/svg%3E") center/contain no-repeat}
  .nav-menu[open] .nav-toggle{background:var(--verde);border-color:var(--verde);color:#fff}
  .nav-menu[open] .nav-toggle::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E") center/contain no-repeat}
  .nav-links{position:absolute;right:0;top:calc(100% + 10px);width:min(86vw,320px);grid-template-columns:1fr;gap:4px;padding:8px;background:#fff;border:0.5px solid var(--borda);border-radius:12px;box-shadow:0 18px 42px rgba(44,44,42,0.18);z-index:30;transform-origin:top right}
  .nav-menu[open] .nav-links{animation:menu-drop 180ms ease-out both}
  .nav-links a{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:0 12px;border-radius:8px;color:var(--text);font-size:0.9rem;text-align:left}
  .nav-links a::after{content:"";width:14px;height:14px;background:var(--verde-med);opacity:0.7;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center/contain no-repeat}
  .nav-links a:hover{background:var(--verde-claro);color:var(--verde)}
  .hero-sub{font-size:0.95rem;line-height:1.6}
  .btn-group{flex-direction:column;align-items:stretch;max-width:320px;margin-left:auto;margin-right:auto}
  .card,.servico-item,.guia-card,.fluxo-step,.passo-item,.atende-item,.info-box,.doc-item{border-radius:8px}
  .fluxo-step,.passo-item{gap:12px;padding:0.95rem}
  .download-bar{align-items:stretch}
  .download-bar-info{line-height:1.5}
  .btn-download,.btn-cta{width:100%}
  .membros{grid-template-columns:1fr}
  .membro{padding:1.35rem 1rem}
  .avatar{width:104px;height:104px}
}

@media (max-width:430px){
  nav{padding:0.7rem 0.85rem}
  .logo-wrap{gap:8px}
  .logo-text{font-size:1rem;max-width:170px}
  .nav-toggle span{display:none}
  .nav-toggle{width:42px;padding:0;border-radius:50%}
  .nav-links{width:calc(100vw - 1.7rem)}
  .hero-h1{font-size:2rem}
  .badge{line-height:1.4;max-width:100%}
  .section-label{letter-spacing:0.05em}
  .mapa-section,.quem-box{margin-left:-0.25rem;margin-right:-0.25rem}
  .atende-item{gap:8px}
  .atende-dot{min-width:7px;height:7px}
  .unidade-linha{display:block}
  .contact-line{display:grid;gap:6px}
  footer{padding:1.25rem}
}

@keyframes menu-drop{
  from{opacity:0;transform:translateY(-8px) scale(0.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .nav-menu[open] .nav-links{animation:none}
}

@media print{
  nav,.btn-download,.download-bar,.cta-section,footer,.back-link{display:none!important}
  body{font-size:12pt;color:#000}
  .detalhe-hero{background:var(--verde)!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .detalhe-content{padding:1rem 0}
  .atende-item,.passo-item,.info-box,.lei-box,.alerta-box,.como-chegar{break-inside:avoid}
  a[href]::after{content:none}
}
