/* ===========================================================================
   ATIVATO — FOLHA DE ESTILO ÚNICA DO SITE
   Todas as páginas usam este arquivo. Não existe CSS embutido em página
   nenhuma: mudou aqui, mudou no site inteiro.

   Sumário
   1. Tokens da marca          6. Componentes de conteúdo
   2. Base e tipografia        7. Equipe / Sobre
   3. Botões                   8. Rodapé e flutuantes
   4. Cabeçalho e navegação    9. Cookies (LGPD)
   5. Hero e placeholders     10. Responsivo / acessibilidade
=========================================================================== */

:root{
  --blue:#0849a4;--blue-d:#063a86;--navy:#0a2e63;--navy-d:#08234c;
  --sky:#8fb7d0;--pink:#e895b6;--pink-d:#cf6f97;--yellow:#f7d98e;--yellow-d:#a9791a;
  --lilac:#b79bd8;--lilac-d:#8a6bc0;
  --bg:#f7f9fc;--bg-2:#eaf1f9;--surface:#ffffff;
  --ink:#14284f;--ink-2:#5a6688;--line:#e4e9f3;
  --wa:#25d366;--wa-d:#1da851;--header:#e9f1fa;
  --green:var(--blue);--green-d:var(--blue-d);--green-dd:var(--navy);
  --accent:var(--yellow);--accent-d:var(--yellow-d);--coral:var(--pink);
  --radius:20px;--radius-s:14px;
  --shadow:0 14px 40px rgba(26,42,99,.13);--shadow-s:0 6px 20px rgba(26,42,99,.09);
  --wrap:1160px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:"Fraunces",Georgia,serif;line-height:1.15;font-weight:600;color:var(--ink)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}
section{padding:52px 0}
.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--green-d)}
.lead{font-size:1.05rem;color:var(--ink-2)}
.center{text-align:center}
.center .lead{max-width:640px;margin:14px auto 0}
.alt{background:var(--surface)}
.sec-head{max-width:820px}
.sec-head .eyebrow{margin-bottom:8px}
.sec-head h2{font-size:1.6rem}
.prose p{margin-top:14px;color:var(--ink-2);max-width:820px}
.prose p:first-child{margin-top:0}
.prose strong{color:var(--ink)}
.flag{display:inline-block;background:#fff3d3;color:#8a6d1a;border:1px dashed #e3c766;padding:2px 9px;border-radius:8px;font-size:.72rem;font-weight:800;letter-spacing:.02em}
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:800;font-size:.98rem;padding:14px 22px;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:.18s;line-height:1}
.btn svg{width:18px;height:18px}
.btn-wa{background:var(--wa);color:#fff;box-shadow:0 8px 22px rgba(37,211,102,.35)}
.btn-wa:hover{background:var(--wa-d);transform:translateY(-2px)}
.btn-ghost{background:transparent;border-color:var(--green);color:var(--green-d)}
.btn-ghost:hover{background:var(--green);color:#fff}
.btn-solid{background:var(--green);color:#fff}.btn-solid:hover{background:var(--green-d)}
.proto-bar{background:#2b2b2b;color:#f4efe7;font-size:.82rem;padding:9px 16px;text-align:center;position:relative}
.proto-bar b{color:var(--accent)}
.proto-bar .x{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;opacity:.7}
header{position:sticky;top:0;z-index:50;background:var(--header);backdrop-filter:blur(10px);border-bottom:1px solid #d6e3f1}
.nav{display:flex;align-items:center;justify-content:space-between;height:70px}
.brand{display:flex;align-items:center;gap:11px}
.brand .logo-real{width:46px;height:46px;object-fit:contain}
.brand .txt strong{color:var(--blue);font-family:"Fraunces";font-size:1.18rem;display:block;line-height:1}
.brand .txt span{font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-2);font-weight:700}
.menu{display:none;align-items:center;gap:26px}
.menu a{font-weight:700;font-size:.92rem;color:var(--ink)}
.menu a:hover{color:var(--green-d)}
.nav-cta{display:none}
.burger{display:flex;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.burger span{width:24px;height:2.5px;background:var(--ink);border-radius:2px}
.mobile-menu{display:none;flex-direction:column;padding:12px 20px 22px;background:var(--header);border-bottom:1px solid #d6e3f1}
.mobile-menu.open{display:flex}
.mobile-menu a{padding:12px 0;font-weight:700;border-bottom:1px solid var(--line)}
.mobile-menu .btn{margin-top:16px;justify-content:center}
.crumb{font-size:.8rem;color:var(--ink-2);padding-top:16px}
.crumb a:hover{color:var(--blue)}
.crumb b{color:var(--blue);font-weight:800}
.hero{padding:26px 0 26px}
.hero-grid{display:grid;gap:26px}
.hero .eyebrow{margin-bottom:12px}
.hero h1{font-size:1.95rem;letter-spacing:-.01em}
.hero-lead{font-size:1.12rem;color:var(--ink-2);margin-top:16px;max-width:560px}
.hero-loc{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-weight:700;color:var(--navy);background:var(--bg-2);padding:9px 15px;border-radius:999px;font-size:.88rem}
.hero-loc svg{width:16px;height:16px;color:var(--green)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.trust{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:24px}
.trust div{display:flex;align-items:center;gap:8px;font-weight:700;font-size:.84rem;color:var(--ink-2)}
.trust svg{width:18px;height:18px;color:var(--green);flex:0 0 18px}
.ph{position:relative;border:2px dashed #c3ccdf;border-radius:var(--radius);background:repeating-linear-gradient(45deg,#eef2fa,#eef2fa 12px,#e5ecf7 12px,#e5ecf7 24px);display:grid;place-items:center;text-align:center;color:#7c88a6;min-height:230px;padding:20px}
.ph .cam{width:34px;height:34px;margin:0 auto 8px;opacity:.7}
.ph b{display:block;font-weight:800;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}
.ph small{font-size:.72rem;opacity:.85}
.hero-media .ph{min-height:300px}
.jump{display:flex;flex-wrap:wrap;gap:8px}
.jump a{background:var(--surface);border:1px solid var(--line);padding:8px 14px;border-radius:999px;font-size:.82rem;font-weight:700;color:var(--navy)}
.jump a:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.areas{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.areas span{background:var(--bg-2);border:1px solid var(--line);color:var(--navy);font-weight:700;font-size:.84rem;padding:7px 13px;border-radius:999px}
.note-box{margin-top:18px;font-size:.9rem;color:var(--ink-2);background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-s);padding:14px 16px}
.callout{margin-top:8px;background:linear-gradient(135deg,#eef3fb,#f4eefb);border:1px solid #e2e2f4;border-radius:var(--radius);padding:24px}
.callout h2{font-size:1.4rem}
.callout p{margin-top:10px;color:var(--ink-2);max-width:820px}
.callout .btn{margin-top:16px}
.when-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:24px}
.when{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);padding:18px 18px;box-shadow:var(--shadow-s)}
.when .ic{width:44px;height:44px;border-radius:12px;background:#e4edf8;display:grid;place-items:center;margin-bottom:12px}
.when .ic svg{width:22px;height:22px;color:var(--blue)}
.when:nth-child(3n+2) .ic{background:#fbe6f0}.when:nth-child(3n+2) .ic svg{color:var(--pink-d)}
.when:nth-child(3n+3) .ic{background:#fdf2d4}.when:nth-child(3n+3) .ic svg{color:var(--yellow-d)}
.when b{font-family:"Fraunces";font-size:1.05rem}
.when p{color:var(--ink-2);font-size:.9rem;margin-top:5px}
.softnote{margin-top:20px;font-size:.88rem;color:var(--ink-2);background:var(--bg-2);border-radius:var(--radius-s);padding:14px 16px;border:1px solid var(--line)}
.steps{display:grid;grid-template-columns:1fr;gap:12px;margin-top:26px}
.step{display:flex;gap:14px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);padding:16px 18px}
.step .n{width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-family:"Fraunces";font-weight:600;font-size:1.05rem}
.step b{font-family:"Fraunces";font-size:1.05rem}
.step p{color:var(--ink-2);font-size:.9rem;margin-top:2px}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}
.gallery .ph{min-height:150px}.gallery .ph.big{grid-column:1 / -1;min-height:200px}
.loc{background:var(--bg-2)}
.loc-grid{display:grid;gap:24px}
.loc h2{font-size:1.6rem}
.loc .addr{margin-top:16px;display:grid;gap:12px}
.loc .addr div{display:flex;gap:11px;align-items:flex-start}
.loc .addr svg{width:20px;height:20px;color:var(--green-d);flex:0 0 20px;margin-top:3px}
.loc .addr b{display:block;font-size:.95rem}
.loc .addr span{font-size:.9rem;color:var(--ink-2)}
.loc .region{margin-top:18px;font-size:.92rem;color:var(--ink-2);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);padding:16px}
.loc .actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.map .ph{min-height:280px}
.faq{margin-top:24px;max-width:860px}
.faq details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);margin-bottom:10px}
.faq summary{cursor:pointer;font-weight:800;color:var(--navy);padding:16px 18px;list-style:none;display:flex;justify-content:space-between;gap:14px;font-size:.98rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--blue);font-size:1.35rem;line-height:1;flex:0 0 auto}
.faq details[open] summary::after{content:"–"}
.faq .a{padding:0 18px 16px;color:var(--ink-2);font-size:.93rem}
.spec-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:26px}
.spec{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px;box-shadow:var(--shadow-s);transition:.18s;display:flex;flex-direction:column}
.spec:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.spec .ic{width:50px;height:50px;border-radius:14px;background:#e4edf8;display:grid;place-items:center;margin-bottom:12px}
.spec .ic svg{width:24px;height:24px;color:var(--blue)}
.spec:nth-child(4n+2) .ic{background:#fbe6f0}.spec:nth-child(4n+2) .ic svg{color:var(--pink-d)}
.spec:nth-child(4n+3) .ic{background:#fdf2d4}.spec:nth-child(4n+3) .ic svg{color:var(--yellow-d)}
.spec:nth-child(4n+4) .ic{background:#efe8fa}.spec:nth-child(4n+4) .ic svg{color:var(--lilac-d)}
.spec h3{font-size:1.1rem;margin-bottom:5px}
.spec p{font-size:.88rem;color:var(--ink-2);flex:1}
.spec .more{margin-top:12px;font-weight:800;color:var(--green-d);font-size:.88rem;display:inline-flex;align-items:center;gap:6px}
.spec .more svg{width:15px;height:15px}
.posts{display:grid;grid-template-columns:1fr;gap:12px;margin-top:24px}
.post{display:flex;gap:12px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);padding:15px 16px;font-weight:700;color:var(--navy)}
.post:hover{border-color:var(--blue)}
.post .dot{width:9px;height:9px;border-radius:50%;background:var(--pink);flex:0 0 9px}
.post:nth-child(2) .dot{background:var(--yellow)}.post:nth-child(3) .dot{background:var(--lilac)}.post:nth-child(4) .dot{background:var(--blue)}.post:nth-child(5) .dot{background:var(--sky)}
.finalcta{text-align:center;background:linear-gradient(135deg,var(--green-d),var(--green-dd));color:#fff}
.finalcta h2{color:#fff;font-size:1.6rem;max-width:660px;margin:0 auto}
.finalcta p{max-width:560px;margin:14px auto 22px;color:#dfe6ff}
footer{background:var(--navy-d);color:#cdd6f0;padding:46px 0 24px;font-size:.9rem}
.foot-grid{display:grid;gap:30px}
.foot-brand strong{font-family:"Fraunces";font-size:1.2rem;color:#fff;display:block}
.foot-brand p{margin-top:10px;max-width:320px;color:#b7c1e2}
footer h4{color:#fff;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;font-weight:800}
footer ul{list-style:none;display:grid;gap:8px}
footer a:hover{color:#fff;text-decoration:underline}
.foot-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:32px;padding-top:18px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;font-size:.8rem;color:#97a4cf}
.foot-bottom a{color:#c3cdec}
.wa-float{position:fixed;right:16px;bottom:16px;z-index:60;background:var(--wa);color:#fff;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;box-shadow:0 10px 26px rgba(37,211,102,.5);transition:.18s}
.wa-float:hover{transform:scale(1.07)}
.wa-float svg{width:30px;height:30px}
.wa-float .pulse{position:absolute;inset:0;border-radius:50%;animation:pulse 2.4s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.45)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}
.toast{position:fixed;left:50%;bottom:86px;transform:translateX(-50%) translateY(20px);background:var(--ink);color:#fff;padding:12px 18px;border-radius:12px;font-size:.85rem;font-weight:700;opacity:0;pointer-events:none;transition:.25s;z-index:70;box-shadow:var(--shadow)}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
/* ===========================================================================
   6. COMPONENTES DE CONTEÚDO (home, sobre, artigos)
=========================================================================== */
.hero h1 .amp{color:var(--green-d)}

/* Blocos "como podemos ajudar" (home) */
.needs{background:var(--surface)}
.needs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:26px}
.need{display:flex;align-items:center;gap:12px;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-s);padding:14px}
.need .ic{width:40px;height:40px;flex:0 0 40px;border-radius:11px;background:#e4edff;display:grid;place-items:center}
.need .ic svg{width:20px;height:20px;color:var(--green-d)}
.need span{font-weight:700;font-size:.92rem;line-height:1.25}
.needs .note{margin-top:18px;font-size:.86rem;color:var(--ink-2);text-align:center}

/* Faixa "não sabe qual especialidade" */
.helpme{background:linear-gradient(135deg,var(--green-d),var(--green-dd));color:#fff;border-radius:var(--radius);padding:40px 26px;text-align:center;box-shadow:var(--shadow)}
.helpme h2{color:#fff;font-size:1.7rem}
.helpme p{max-width:560px;margin:14px auto 22px;color:#dfe6ff;font-size:1.02rem}
.helpme .btn-wa{box-shadow:0 8px 24px rgba(0,0,0,.25)}

/* Bloco multidisciplinar */
.multi-grid{display:grid;gap:24px;align-items:center}
.multi h2{font-size:1.7rem}
.multi p{margin-top:14px;color:var(--ink-2)}
.multi ul{list-style:none;margin-top:18px;display:grid;gap:10px}
.multi li{display:flex;gap:10px;align-items:flex-start;font-size:.94rem}
.multi li svg{width:20px;height:20px;color:var(--green);flex:0 0 20px;margin-top:2px}

/* Texto longo dos artigos */
.prose h2{font-size:1.45rem;margin-top:34px}
.prose h3{font-size:1.12rem;margin-top:24px}
.prose ul,.prose ol{margin:14px 0 0 20px;color:var(--ink-2);max-width:820px;display:grid;gap:8px}
.prose li{padding-left:2px}
.prose li::marker{color:var(--blue)}
.prose a{color:var(--blue-d);font-weight:700;text-decoration:underline;text-underline-offset:2px}
.prose a:hover{color:var(--navy)}
.article{max-width:820px}
.article-meta{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.84rem;color:var(--ink-2);margin-top:14px}
.article-meta b{color:var(--navy)}
.toc{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);padding:18px 20px;margin-top:26px}
.toc b{font-family:"Fraunces";font-size:1rem;display:block;margin-bottom:10px}
.toc ol{list-style:none;display:grid;gap:7px;counter-reset:t;margin:0}
.toc li{counter-increment:t;font-size:.92rem;font-weight:700}
.toc li::before{content:counter(t) ". ";color:var(--blue)}
.toc a{color:var(--navy)}
.toc a:hover{color:var(--blue);text-decoration:underline}

/* Grade de clusters da página de conteúdos */
.cluster{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px;box-shadow:var(--shadow-s)}
.cluster h3{font-size:1.1rem;display:flex;align-items:center;gap:9px}
.cluster h3 svg{width:20px;height:20px;color:var(--blue);flex:0 0 20px}
.cluster ul{list-style:none;margin-top:12px;display:grid;gap:9px}
.cluster li a{font-size:.92rem;font-weight:700;color:var(--navy);display:flex;gap:8px}
.cluster li a::before{content:"›";color:var(--blue);font-weight:800}
.cluster li a:hover{color:var(--blue)}
.cluster .to-spec{margin-top:14px;display:inline-flex;font-size:.85rem;font-weight:800;color:var(--blue-d)}
.cluster .to-spec:hover{text-decoration:underline}
.cluster-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:26px}

/* ===========================================================================
   7. EQUIPE / SOBRE
=========================================================================== */
.team{background:var(--surface)}
.team-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:26px}
.member{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--bg);display:flex;flex-direction:column}
.member .ph{border:0;border-radius:0;min-height:210px}
.member img{width:100%;aspect-ratio:4/5;object-fit:cover}
.member .info{padding:16px 18px;display:flex;flex-direction:column;flex:1}
.member .info b{font-family:"Fraunces";font-size:1.1rem}
.member .info .role{color:var(--green-d);font-weight:800;font-size:.85rem;margin-top:2px}
.member .info .reg{color:var(--ink-2);font-size:.82rem;margin-top:6px}
.member .info .bio{color:var(--ink-2);font-size:.88rem;margin-top:10px;flex:1}
.member .info .link{margin-top:12px;font-weight:800;font-size:.85rem;color:var(--blue-d)}
.member .info .link:hover{text-decoration:underline}
.values{display:grid;grid-template-columns:1fr;gap:14px;margin-top:24px}
.value{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);padding:20px}
.value .ic{width:44px;height:44px;border-radius:12px;background:#e4edf8;display:grid;place-items:center;margin-bottom:12px}
.value .ic svg{width:22px;height:22px;color:var(--blue)}
.value:nth-child(3n+2) .ic{background:#fbe6f0}.value:nth-child(3n+2) .ic svg{color:var(--pink-d)}
.value:nth-child(3n+3) .ic{background:#fdf2d4}.value:nth-child(3n+3) .ic svg{color:var(--yellow-d)}
.value b{font-family:"Fraunces";font-size:1.05rem}
.value p{color:var(--ink-2);font-size:.9rem;margin-top:6px}

/* ===========================================================================
   8b. FOTOGRAFIAS
   Toda imagem provisória entra dentro de .figura e recebe o selo
   "Imagem ilustrativa". Quando a foto real da AtivaTO chegar, basta
   trocar o arquivo e remover o atributo data-provisoria do <figure>.
=========================================================================== */
.figura{position:relative;margin:0;border-radius:var(--radius);overflow:hidden;background:var(--bg-2);line-height:0}
.figura img{width:100%;height:100%;object-fit:cover;display:block}
.figura figcaption{
  position:absolute;left:10px;bottom:10px;z-index:2;
  background:rgba(10,46,99,.82);color:#fff;backdrop-filter:blur(4px);
  font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  padding:5px 10px;border-radius:999px;line-height:1;
}
.figura::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(to top,rgba(10,35,76,.30),rgba(10,35,76,0) 42%);
}
.hero-media .figura{aspect-ratio:3/2;box-shadow:var(--shadow)}
.multi-grid .figura{aspect-ratio:4/3;box-shadow:var(--shadow)}
.gallery .figura{aspect-ratio:4/3}
.gallery .figura.big{grid-column:1 / -1;aspect-ratio:16/9}
.map .figura{aspect-ratio:4/3;margin-top:12px}
.artigo-capa{aspect-ratio:2/1;margin-top:24px;box-shadow:var(--shadow-s)}
.figura-legenda{margin-top:9px;font-size:.78rem;color:var(--ink-2);line-height:1.4}

/* O cartão tracejado .ph (seção 5) segue em uso apenas para a fachada,
   a única foto que não substituímos por imagem provisória. */

/* ===========================================================================
   9. COOKIES (LGPD)
=========================================================================== */
.cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--navy-d);color:#dbe3f7;box-shadow:0 -8px 30px rgba(10,30,80,.25)}
.cookie-inner{max-width:var(--wrap);margin:0 auto;padding:16px 20px;display:grid;gap:12px;align-items:center}
.cookie-inner p{font-size:.85rem;line-height:1.55;margin:0}
.cookie-inner a{color:#fff;text-decoration:underline;font-weight:700}
.cookie-acts{display:flex;gap:10px;flex-wrap:wrap}
.btn-sm{padding:10px 18px;font-size:.88rem}
.cookie-bar .btn-ghost{border-color:#7f92c9;color:#e6ebfa}
.cookie-bar .btn-ghost:hover{background:#7f92c9;color:var(--navy-d)}
.cookie-bar .btn-solid{background:#fff;color:var(--navy-d)}
.cookie-bar .btn-solid:hover{background:#e6ebfa}

/* ===========================================================================
   10. RESPONSIVO E ACESSIBILIDADE
=========================================================================== */
.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--blue);color:#fff;padding:12px 18px;border-radius:0 0 10px 0;font-weight:800}
.skip-link:focus{left:0}
:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:4px}
.wa-float:focus-visible,.btn:focus-visible{outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* Áreas clicáveis com no mínimo 44px de altura no toque */
.menu a,.mobile-menu a,.footer-nav a,footer li a{min-height:44px;display:flex;align-items:center}
.faq summary{min-height:48px;align-items:center}

@media(min-width:760px){
  section{padding:64px 0}
  .menu{display:flex}.nav-cta{display:inline-flex}.burger{display:none}
  .hero{padding:30px 0}
  .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center}
  .hero h1{font-size:2.6rem}
  .when-grid{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:repeat(5,1fr);gap:10px}
  .step{flex-direction:column;text-align:center;align-items:center}
  .gallery{grid-template-columns:repeat(3,1fr)}
  .gallery .ph.big,.gallery .figura.big{grid-column:span 2}
  .loc-grid{grid-template-columns:1fr 1fr;align-items:start}
  .spec-grid{grid-template-columns:repeat(2,1fr)}
  .posts{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1.6fr 1fr 1fr 1fr}
  .wa-float{width:62px;height:62px}
  .needs-grid{grid-template-columns:repeat(3,1fr)}
  .multi-grid{grid-template-columns:1fr 1fr}
  .team-grid{grid-template-columns:repeat(3,1fr)}
  .helpme{padding:52px 40px}
  .values{grid-template-columns:repeat(3,1fr)}
  .cluster-grid{grid-template-columns:repeat(2,1fr)}
  .cookie-inner{grid-template-columns:1fr auto;padding:18px 20px}
  .prose h2{font-size:1.6rem}
}
@media(min-width:1000px){
  .spec-grid{grid-template-columns:repeat(4,1fr)}
  .cluster-grid{grid-template-columns:repeat(3,1fr)}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .wa-float .pulse{display:none}
}

/* ===========================================================================
   11. MODO DE PUBLICAÇÃO
   Com modoProducao:true em assets/ativato-config.js, os avisos internos
   [DADO PENDENTE — ATIVATO] continuam no HTML — a auditoria segue
   contando — mas ficam invisíveis para quem visita o site.
=========================================================================== */
[data-producao="true"] .flag,
[data-producao="true"] .pendencia{display:none}

/* Estado vazio da página de equipe, enquanto data/equipe.json não é preenchido */
.equipe-vazia{grid-column:1 / -1;display:grid;gap:22px;align-items:center;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-s)}
.equipe-vazia img{width:120px;height:150px;object-fit:cover;border-radius:var(--radius-s);justify-self:center}
.equipe-vazia h3{font-size:1.2rem}
.equipe-vazia p{margin-top:10px;color:var(--ink-2);font-size:.95rem;max-width:58ch}
.equipe-vazia .equipe-areas{font-size:.88rem;color:var(--navy);font-weight:700}
.equipe-vazia .btn{margin-top:18px}
@media(min-width:760px){
  .equipe-vazia{grid-template-columns:150px 1fr;padding:32px 34px}
  .equipe-vazia img{width:150px;height:188px}
}
