/* =============================================================
   PROATIV — ESTILO VISUAL
   Você normalmente NÃO precisa mexer aqui.
   Para mudar textos, edite js/conteudo.js
   Para mudar cores, altere só o bloco :root abaixo.
   ============================================================= */

:root{
  --azul-hero:  #12325F;
  --azul:       #14386B;
  --azul-forte: #0D2751;
  --azul-rodape:#0A1F42;
  --azul-claro: #C9D6EA;
  --prata:      #9AA6B4;
  --cinza-bg:   #F4F6F8;
  --cinza-bg2:  #FAFBFC;
  --texto:      #2A3441;
  --texto-suave:#5C6773;
  --borda:      #E3E7EC;
  --branco:     #FFFFFF;
  --raio:       10px;
  --sombra:     0 4px 24px rgba(16,42,80,.08);
  --sombra-forte:0 10px 34px rgba(16,42,80,.13);
  --largura:    1180px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  color:var(--texto);
  background:var(--branco);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none;margin:0;padding:0}
h1,h2,h3,h4{font-family:'Manrope',Arial,sans-serif;margin:0;line-height:1.2;letter-spacing:-.02em}
p{margin:0}

.container{width:100%;max-width:var(--largura);margin:0 auto;padding:0 28px}

/* ---------- CHAPÉU (texto pequeno em maiúsculas) ---------- */
.chapeu{
  font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;
  color:var(--texto-suave);margin-bottom:14px;
}
.chapeu--claro{color:#AFC0DA}
.chapeu--centro{text-align:center;margin-bottom:34px}

/* ---------- BOTÕES ---------- */
.botao{
  display:inline-flex;align-items:center;gap:12px;
  padding:13px 24px;border-radius:6px;
  font-size:14.5px;font-weight:600;
  transition:.25s;white-space:nowrap;cursor:pointer;border:1.5px solid transparent;
}
.seta{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s}
.botao:hover .seta{transform:translateX(4px)}

.botao--escuro{background:var(--azul-forte);color:#fff}
.botao--escuro:hover{background:var(--azul)}
.botao--contorno-claro{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.55)}
.botao--contorno-claro:hover{background:rgba(255,255,255,.16)}
.botao--claro{background:#fff;color:var(--azul-forte)}
.botao--claro:hover{background:#EAF0F8}
.botao--contorno{background:#fff;color:var(--azul-forte);border-color:#C3CCD8}
.botao--contorno:hover{border-color:var(--azul);box-shadow:var(--sombra)}
.botao--branco{background:#fff;color:var(--azul-forte)}
.botao--branco:hover{background:#EAF0F8}

/* ---------- CABEÇALHO ---------- */
.cabecalho{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--borda)}
.cabecalho__linha{display:flex;align-items:center;justify-content:space-between;gap:24px;height:88px}
.cabecalho__logo img{height:58px;width:auto;object-fit:contain}
.menu{display:flex;align-items:center;gap:34px}
.menu__lista{display:flex;align-items:center;gap:26px}
.menu__lista a{
  font-size:14.5px;font-weight:500;color:var(--texto);padding:6px 0;
  border-bottom:2px solid transparent;transition:.2s;display:inline-block;
}
.menu__lista a:hover{color:var(--azul)}
.menu__lista a.ativo{color:var(--azul-forte);font-weight:600;border-bottom-color:var(--azul-forte)}
.menu__lista .tem-filhos::after{content:"";display:inline-block;width:6px;height:6px;margin-left:7px;
  border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.hamburguer{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:8px;cursor:pointer}
.hamburguer span{width:24px;height:2px;background:var(--azul-forte);border-radius:2px}

/* ---------- HERO ---------- */
.hero{position:relative;background:var(--azul-hero);overflow:hidden;isolation:isolate}
.hero__fundo{position:absolute;inset:0;z-index:-1}
.hero__fundo img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero__veu{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(18,50,95,.98) 0%,rgba(18,50,95,.92) 30%,rgba(18,50,95,.34) 54%,rgba(18,50,95,0) 72%),
    linear-gradient(180deg,rgba(10,31,66,.10),rgba(10,31,66,.20));
}
.hero__grade{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:60px;align-items:center;
  padding-top:82px;padding-bottom:82px;min-height:clamp(520px,46vw,900px)}
/* quando o selo "40 anos" já vem desenhado na foto */
.hero__grade--sem-selo{grid-template-columns:minmax(0,1fr);max-width:1180px}
.hero__grade--sem-selo .hero__texto{max-width:600px}
.hero__titulo{font-size:clamp(30px,4vw,49px);font-weight:800;color:#fff;margin-bottom:24px}
.hero__descricao{color:#C6D3E6;font-size:15.5px;max-width:520px;margin-bottom:32px}
.hero__botoes{display:flex;flex-wrap:wrap;gap:14px}

.selo{
  background:rgba(13,39,81,.72);border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(6px);border-radius:8px;padding:34px 26px;text-align:center;
}
.selo__icone{display:flex;justify-content:center;margin-bottom:14px}
.selo__icone svg{width:34px;height:34px;fill:none;stroke:#D3DEEE;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.selo__topo{color:#C6D3E6;font-size:14px}
.selo__numero{font-family:'Manrope',sans-serif;font-size:64px;font-weight:800;line-height:1;color:#fff;margin:2px 0 4px}
.selo__unidade{font-family:'Manrope',sans-serif;font-size:26px;font-weight:700;color:#fff;line-height:1.1}
.selo__compl{color:#C6D3E6;font-size:14px;margin-bottom:16px}
.selo__rodape{color:#94A9C6;font-size:11.5px;line-height:1.5;border-top:1px solid rgba(255,255,255,.14);padding-top:14px}

/* ---------- SEÇÕES ---------- */
.secao__cabecalho{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:60px;align-items:start;margin-bottom:46px}
.secao__titulo{font-size:clamp(25px,2.9vw,34px);font-weight:700;color:var(--azul-forte)}
.secao__texto{color:var(--texto-suave);font-size:15px;padding-top:32px}

.solucoes{background:var(--cinza-bg);padding:84px 0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.card{background:#fff;border-radius:var(--raio);padding:32px 28px 28px;box-shadow:var(--sombra);
  display:grid;grid-template-columns:62px minmax(0,1fr);grid-template-rows:auto 1fr auto;
  column-gap:18px;align-content:start;transition:.28s}
.card:hover{transform:translateY(-5px);box-shadow:var(--sombra-forte)}
.card__icone{width:62px;height:62px;border-radius:50%;background:var(--azul-forte);
  display:flex;align-items:center;justify-content:center;flex:none;grid-row:1;grid-column:1}
.card__icone svg{width:30px;height:30px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card__titulo{font-size:19px;font-weight:700;color:var(--azul-forte);grid-row:1;grid-column:2;align-self:center}
.card__texto{color:var(--texto-suave);font-size:14.5px;grid-row:2;grid-column:2;margin:16px 0 22px}
.card__link{grid-row:3;grid-column:2}
.card__link{display:inline-flex;align-items:center;gap:9px;color:var(--azul);font-weight:600;font-size:14.5px;justify-self:start}
.card__link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s}
.card__link:hover svg{transform:translateX(4px)}

/* ---------- SOBRE ---------- */
.sobre{background:var(--cinza-bg2)}
.sobre__grade{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:stretch}
.sobre__imagem{min-height:340px}
.sobre__imagem img{width:100%;height:100%;object-fit:cover}
.sobre__texto{padding:78px 60px 78px 62px;max-width:640px}
.sobre__texto .secao__titulo{margin-bottom:22px}
.sobre__texto p.corpo{color:var(--texto-suave);font-size:15px;margin-bottom:16px}
.sobre__texto .botao{margin-top:14px}

/* ---------- NÚMEROS ---------- */
.numeros{background:var(--azul-hero);padding:44px 0}
.numeros__grade{display:grid;grid-template-columns:repeat(4,1fr)}
.numero{display:flex;align-items:center;gap:18px;padding:10px 22px;border-left:1px solid rgba(255,255,255,.16);justify-content:center}
.numero:first-child{border-left:0}
.numero__icone{width:56px;height:56px;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);
  display:flex;align-items:center;justify-content:center;flex:none}
.numero__icone svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.numero__valor{font-family:'Manrope',sans-serif;font-size:31px;font-weight:800;color:#fff;line-height:1.1}
.numero__rotulo{color:#B9C8DE;font-size:13px}

/* ---------- DEPOIMENTOS ---------- */
.depoimentos{background:var(--cinza-bg);padding:74px 0}
.carrossel{display:flex;align-items:center;gap:26px;justify-content:center}
.carrossel__seta{width:44px;height:44px;border-radius:50%;border:1px solid var(--borda);background:#fff;
  display:flex;align-items:center;justify-content:center;cursor:pointer;flex:none;transition:.2s;color:var(--azul-forte)}
.carrossel__seta:hover{border-color:var(--azul);box-shadow:var(--sombra)}
.carrossel__seta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.carrossel__palco{max-width:760px;text-align:center}
.depoimento{margin:0;font-size:clamp(17px,2vw,21px);font-style:italic;color:var(--azul-forte);
  font-family:'Manrope',sans-serif;font-weight:500;line-height:1.55;transition:opacity .3s}
.depoimento__autor{margin-top:16px;color:var(--texto-suave);font-size:13.5px}
.pontos{display:flex;gap:9px;justify-content:center;margin-top:26px}
.ponto{width:8px;height:8px;border-radius:50%;background:#C6CDD6;border:0;padding:0;cursor:pointer;transition:.2s}
.ponto.ativo{background:var(--azul-forte)}

/* ---------- CTA ---------- */
.cta{background:linear-gradient(100deg,var(--azul-forte) 0%,var(--azul) 55%,#1B4A87 100%);padding:52px 0}
.cta__grade{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:34px}
.cta__icone{width:88px;height:88px;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);
  display:flex;align-items:center;justify-content:center;flex:none}
.cta__icone svg{width:40px;height:40px;fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.cta__texto h2{font-size:clamp(20px,2.3vw,25px);color:#fff;font-weight:700;margin-bottom:10px}
.cta__texto p{color:#C6D3E6;font-size:14.5px;max-width:520px}

/* ---------- RODAPÉ ---------- */
.rodape{background:var(--azul-rodape);color:#B9C8DE;padding-top:56px}
.rodape__grade{display:grid;grid-template-columns:1.1fr 1.7fr 1.1fr;gap:48px;padding-bottom:44px}
.rodape__logo{height:62px;width:auto;object-fit:contain;opacity:.97}
.rodape__tagline{font-size:11px;letter-spacing:.07em;text-transform:uppercase;margin:14px 0 20px;color:#94A9C6;white-space:nowrap}
.rodape__redes{display:flex;gap:12px}
.rodape__redes a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.22);
  display:flex;align-items:center;justify-content:center;transition:.2s}
.rodape__redes a:hover{background:rgba(255,255,255,.12)}
.rodape__redes svg{width:17px;height:17px;fill:#D3DEEE}
.rodape__colunas{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:34px}
.rodape h4{font-size:15.5px;color:#fff;font-weight:700;margin-bottom:18px}
.rodape__colunas li{margin-bottom:11px}
.rodape__colunas a{font-size:14px;color:#B9C8DE;transition:.2s}
.rodape__colunas a:hover{color:#fff}
.rodape__contato li{display:flex;align-items:center;gap:11px;margin-bottom:13px;font-size:14px}
.rodape__contato svg{width:16px;height:16px;fill:none;stroke:#B9C8DE;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}
.rodape__contato a:hover{color:#fff}
.rodape__base{border-top:1px solid rgba(255,255,255,.12);padding:20px 0}
.rodape__base p{text-align:center;font-size:12.5px;color:#8FA3C0}

/* =============================================================
   RESPONSIVO (celular e tablet)
   ============================================================= */
@media (max-width:1080px){
  .hero__grade{grid-template-columns:1fr;gap:40px}
  .selo{max-width:300px}
  .sobre__grade{grid-template-columns:1fr}
  .sobre__texto{padding:52px 28px}
  .sobre__imagem{height:300px}
  .rodape__grade{grid-template-columns:1fr 1fr;gap:38px}
}
@media (max-width:900px){
  /* no celular a foto vai para baixo do texto, inteira, sem cortes */
  .hero{display:flex;flex-direction:column}
  .hero__fundo{position:static;order:2;z-index:0}
  .hero__fundo img{height:auto;object-fit:contain}
  .hero__veu{display:none}
  .hero__grade{order:1;min-height:0}

  .hamburguer{display:flex}
  .menu{position:fixed;top:88px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;
    gap:0;padding:14px 28px 26px;border-bottom:1px solid var(--borda);box-shadow:var(--sombra);
    transform:translateY(-140%);transition:transform .3s;max-height:calc(100vh - 88px);overflow:auto}
  .menu.aberto{transform:translateY(0)}
  .menu__lista{flex-direction:column;align-items:stretch;gap:0}
  .menu__lista a{padding:13px 0;border-bottom:1px solid var(--borda)}
  .menu__lista a.ativo{border-bottom-color:var(--borda)}
  .menu__botao{margin-top:16px;justify-content:center}
  .cards{grid-template-columns:1fr}
  .secao__cabecalho{grid-template-columns:1fr;gap:18px}
  .secao__texto{padding-top:0}
  .numeros__grade{grid-template-columns:1fr 1fr;gap:22px 0}
  .numero{border-left:0;justify-content:flex-start}
  .cta__grade{grid-template-columns:1fr;text-align:center;justify-items:center;gap:22px}
}
@media (max-width:600px){
  .container{padding:0 20px}
  .cabecalho__linha{height:72px}
  .cabecalho__logo img{height:42px}
  .menu{top:72px}
  .hero__grade{padding-top:52px;padding-bottom:52px}
  .hero__botoes .botao{flex:1;justify-content:center}
  .numeros__grade{grid-template-columns:1fr}
  .carrossel{gap:10px}
  .carrossel__seta{width:36px;height:36px}
  .rodape__grade{grid-template-columns:1fr}
  .rodape__colunas{grid-template-columns:1fr}
}
