/* =============================================================
   Site institucional ACISFS/CDL — São Francisco de Sales
   Cores da marca: azul CDL #1b3281 · verde #009845 · amarelo #ffcc00
   ============================================================= */
:root {
  --azul: #1b3281;
  --azul-escuro: #142561;
  --azul-claro: #2547b8;
  --verde: #009845;
  --verde-escuro: #007a37;
  --amarelo: #ffcc00;
  --vermelho: #e30613;
  --texto: #1f2937;
  --texto-suave: #6b7280;
  --bg: #ffffff;
  --bg-alt: #f4f6fb;
  --borda: #e5e7eb;
  --radius: 14px;
  --sombra: 0 8px 30px rgba(17, 24, 39, .08);
  --fonte: 'Inter', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fonte); color: var(--texto); background: var(--bg); line-height: 1.6; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: var(--azul); text-decoration: none; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

/* ---------------- Botões ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 28px; border-radius: 999px; font-weight: 700; font-size: 15px;
  border: none; cursor: pointer; transition: .2s; text-decoration: none; font-family: inherit;
}
.btn-verde { background: var(--verde); color: #fff; }
.btn-verde:hover { background: var(--verde-escuro); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,152,69,.35); }
.btn-azul { background: var(--azul); color: #fff; }
.btn-azul:hover { background: var(--azul-claro); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(27,50,129,.35); }
.btn-amarelo { background: var(--amarelo); color: var(--azul); }
.btn-amarelo:hover { filter: brightness(1.05); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255,204,0,.4); }
.btn-borda { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7); }
.btn-borda:hover { background: #fff; color: var(--azul); }

/* ---------------- Header ---------------- */
.topo-header {
  position: sticky; top: 0; z-index: 100; background: #fff;
  box-shadow: 0 2px 14px rgba(17,24,39,.08);
}
.header-inner { display: flex; align-items: center; gap: 22px; height: 82px; }
.header-logos { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.header-logos img.logo-cdl { height: 48px; width: auto; }
.header-logos img.logo-acisfs { height: 54px; width: auto; }
.header-logos .divisor { width: 1px; height: 40px; background: var(--borda); }

.nav-site { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav-site a {
  padding: 9px 14px; border-radius: 8px; font-weight: 600; font-size: 14.5px;
  color: var(--texto); transition: .15s; white-space: nowrap;
}
.nav-site a:hover { color: var(--azul); background: var(--bg-alt); }
.nav-site .nav-cta { background: var(--verde); color: #fff; margin-left: 8px; padding: 10px 20px; border-radius: 999px; }
.nav-site .nav-cta:hover { background: var(--verde-escuro); color: #fff; }

.menu-hamburger { display: none; margin-left: auto; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-hamburger span { display: block; width: 26px; height: 3px; background: var(--azul); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* ---------------- Hero / banners ---------------- */
.hero { position: relative; overflow: hidden; background: var(--azul); }
.hero-slides { position: relative; min-height: 480px; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; pointer-events: none;
  background-size: cover; background-position: center; display: flex; align-items: center;
}
.hero-slide.ativo { opacity: 1; pointer-events: auto; }
.hero-slide::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13,25,72,.82) 0%, rgba(13,25,72,.45) 55%, rgba(13,25,72,.15) 100%);
}
.hero-conteudo { position: relative; z-index: 2; max-width: 620px; padding: 70px 0; color: #fff; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,204,0,.15);
  border: 1px solid rgba(255,204,0,.5); color: var(--amarelo); font-weight: 700; font-size: 13px;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; letter-spacing: .5px; text-transform: uppercase;
}
.hero-conteudo h1 { font-size: clamp(30px, 4.4vw, 50px); line-height: 1.12; font-weight: 800; margin-bottom: 16px; }
.hero-conteudo p { font-size: clamp(15px, 1.6vw, 18px); color: #dbe3ff; margin-bottom: 28px; }
.hero-botoes { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-pontos { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; z-index: 5; }
.hero-pontos button { width: 11px; height: 11px; border-radius: 50%; border: none; background: rgba(255,255,255,.45); cursor: pointer; transition: .2s; }
.hero-pontos button.ativo { background: var(--amarelo); transform: scale(1.25); }

.hero-setas button {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,.14); color: #fff; font-size: 20px; transition: .2s; backdrop-filter: blur(4px);
}
.hero-setas button:hover { background: var(--verde); }
.hero-setas .seta-esq { left: 18px; }
.hero-setas .seta-dir { right: 18px; }

/* faixa tricolor da marca */
.faixa-marca { display: flex; height: 6px; }
.faixa-marca span:nth-child(1) { flex: 1; background: var(--verde); }
.faixa-marca span:nth-child(2) { flex: 1; background: var(--amarelo); }
.faixa-marca span:nth-child(3) { flex: 1; background: var(--vermelho); }

/* ---------------- Seções ---------------- */
.secao { padding: 84px 0; }
.secao-alt { background: var(--bg-alt); }
.secao-cabecalho { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.secao-etiqueta {
  display: inline-block; color: var(--verde); font-weight: 800; font-size: 13px;
  text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px;
}
.secao-cabecalho h2 { font-size: clamp(26px, 3.2vw, 38px); color: var(--azul); font-weight: 800; line-height: 1.2; }
.secao-cabecalho p { color: var(--texto-suave); margin-top: 12px; }

/* ---------------- Notícias ---------------- */
.grade-noticias { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 26px; }
.card-noticia {
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--sombra);
  display: flex; flex-direction: column; transition: .25s; border: 1px solid var(--borda);
}
.card-noticia:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(17,24,39,.14); }
.card-noticia .thumb { height: 190px; background: linear-gradient(135deg, var(--azul), var(--azul-claro)); position: relative; overflow: hidden; }
.card-noticia .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card-noticia .thumb .sem-imagem { display: grid; place-items: center; height: 100%; }
.card-noticia .thumb .sem-imagem img { width: 84px; height: auto; opacity: .9; object-fit: contain; }
.card-noticia .corpo { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.card-noticia .categoria { color: var(--verde); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.card-noticia h3 { font-size: 18px; color: var(--azul); line-height: 1.35; margin-bottom: 10px; }
.card-noticia p { color: var(--texto-suave); font-size: 14.5px; flex: 1; }
.card-noticia .rodape-card { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; font-size: 13px; color: var(--texto-suave); }
.card-noticia .rodape-card b { color: var(--verde); font-weight: 700; }
.centro { text-align: center; margin-top: 40px; }

/* ---------------- CTA Currículo ---------------- */
.cta-curriculo {
  background: linear-gradient(115deg, var(--azul) 0%, var(--azul-claro) 70%);
  border-radius: 22px; padding: 54px; color: #fff; display: flex; align-items: center; gap: 40px;
  position: relative; overflow: hidden; box-shadow: var(--sombra);
}
.cta-curriculo::after {
  content: ''; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px;
  border-radius: 50%; background: rgba(255,204,0,.13);
}
.cta-curriculo::before {
  content: ''; position: absolute; right: 60px; bottom: -120px; width: 260px; height: 260px;
  border-radius: 50%; background: rgba(0,152,69,.22);
}
.cta-curriculo .texto { flex: 1; position: relative; z-index: 2; }
.cta-curriculo h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; margin-bottom: 12px; }
.cta-curriculo p { color: #dbe3ff; max-width: 560px; }
.cta-curriculo .acao { position: relative; z-index: 2; }

/* ---------------- Soluções ---------------- */
.grade-solucoes { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 26px; }
.card-solucao {
  border-radius: var(--radius); overflow: hidden; position: relative; min-height: 260px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(135deg, var(--azul) 0%, var(--azul-claro) 100%);
  box-shadow: var(--sombra); transition: .25s;
}
.card-solucao:nth-child(3n+2) { background: linear-gradient(135deg, var(--verde-escuro), var(--verde)); }
.card-solucao:nth-child(3n) { background: linear-gradient(135deg, #14255e, var(--azul)); }
.card-solucao:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(17,24,39,.18); }
.card-solucao .fundo { position: absolute; inset: 0; }
.card-solucao .fundo img { width: 100%; height: 100%; object-fit: cover; }
.card-solucao .fundo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,25,72,.05) 0%, rgba(13,25,72,.88) 78%); }
.card-solucao .conteudo { position: relative; z-index: 2; padding: 26px; color: #fff; }
.card-solucao .icone {
  width: 52px; height: 52px; border-radius: 12px; background: rgba(255,255,255,.16);
  display: grid; place-items: center; font-size: 25px; margin-bottom: 14px; backdrop-filter: blur(4px);
}
.card-solucao h3 { font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.card-solucao p { font-size: 14px; color: rgba(255,255,255,.85); margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-solucao .btn { padding: 10px 22px; font-size: 14px; }

/* ---------------- Empresas associadas ---------------- */
.grade-associados { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.card-associado {
  background: #fff; border: 1px solid var(--borda); border-radius: var(--radius);
  padding: 18px; display: flex; align-items: center; gap: 14px; box-shadow: var(--sombra); transition: .2s;
}
.card-associado:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(17,24,39,.13); }
.card-associado .logo-emp {
  width: 62px; height: 62px; border-radius: 12px; flex-shrink: 0; border: 1px solid var(--borda);
  background: #fff; display: grid; place-items: center; overflow: hidden;
}
.card-associado .logo-emp img { width: 100%; height: 100%; object-fit: contain; }
.card-associado .logo-emp span { font-size: 24px; font-weight: 800; color: var(--azul); }
.card-associado .info { min-width: 0; flex: 1; }
.card-associado .info strong { display: block; color: var(--azul); font-size: 15.5px; line-height: 1.3; }
.card-associado .info .fone { display: flex; align-items: center; gap: 6px; color: var(--texto-suave); font-size: 13.5px; margin-top: 4px; }
.card-associado .zap {
  width: 40px; height: 40px; border-radius: 50%; background: #25d366; color: #fff; flex-shrink: 0;
  display: grid; place-items: center; font-size: 18px; transition: .2s; text-decoration: none;
}
.card-associado .zap:hover { transform: scale(1.12); }

.busca-associados { max-width: 560px; margin: 0 auto 36px; position: relative; }
.busca-associados input {
  width: 100%; padding: 16px 20px 16px 52px; border: 2px solid var(--borda); border-radius: 999px;
  font-size: 16px; font-family: inherit; box-shadow: var(--sombra);
}
.busca-associados input:focus { outline: none; border-color: var(--verde); box-shadow: 0 0 0 4px rgba(0,152,69,.14); }
.busca-associados .lupa { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); font-size: 19px; color: var(--texto-suave); }

/* Banner "Conheça as empresas associadas" */
.banner-conheca {
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  border-radius: 22px; padding: 46px 50px; text-decoration: none; position: relative; overflow: hidden;
  background:
    linear-gradient(100deg, rgba(13,25,72,.92) 0%, rgba(27,50,129,.82) 55%, rgba(13,25,72,.55) 100%),
    url('/assets/img/cidade.jpg') center/cover no-repeat;
  box-shadow: var(--sombra); transition: .25s;
}
.banner-conheca:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(17,24,39,.22); }
.banner-conheca .texto h3 { color: #fff; font-size: clamp(21px, 2.6vw, 30px); font-weight: 800; margin-bottom: 8px; }
.banner-conheca .texto p { color: #dbe3ff; font-size: 15px; max-width: 520px; }
.banner-conheca .btn { pointer-events: none; }

/* ---------------- Parceiros ---------------- */
.parceiros-vazio { color: var(--texto-suave); text-align: center; width: 100%; padding: 10px 0; }
.grade-parceiros { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.card-parceiro {
  background: #fff; border: 1px solid var(--borda); border-radius: var(--radius);
  width: 190px; height: 110px; display: grid; place-items: center; padding: 18px;
  box-shadow: var(--sombra); transition: .2s;
}
.card-parceiro img { max-width: 100%; max-height: 100%; object-fit: contain; filter: grayscale(1); opacity: .75; transition: .25s; }
.card-parceiro:hover { transform: translateY(-4px); }
.card-parceiro:hover img { filter: none; opacity: 1; }

/* ---------------- Banner associado ---------------- */
.banner-associado {
  background: linear-gradient(100deg, var(--verde-escuro) 0%, var(--verde) 100%);
  padding: 58px 0; position: relative; overflow: hidden;
}
.banner-associado::after {
  content: ''; position: absolute; right: -60px; bottom: -140px; width: 380px; height: 380px;
  border-radius: 50%; background: rgba(255,255,255,.08);
}
.banner-associado .inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; z-index: 2; }
.banner-associado h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 800; }
.banner-associado p { color: rgba(255,255,255,.88); margin-top: 6px; max-width: 560px; }

/* ---------------- Localização ---------------- */
.grade-local { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.grade-local .mapa, .grade-local .foto { border-radius: var(--radius); overflow: hidden; box-shadow: var(--sombra); min-height: 380px; border: 1px solid var(--borda); }
.grade-local .mapa iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }
.grade-local .foto { position: relative; }
.grade-local .foto img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.grade-local .foto .legenda {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px;
  background: linear-gradient(180deg, transparent, rgba(13,25,72,.92)); color: #fff;
}
.grade-local .foto .legenda strong { display: block; font-size: 17px; }
.grade-local .foto .legenda span { font-size: 14px; color: #dbe3ff; }
.info-endereco { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 26px; }
.info-endereco .item { display: flex; align-items: flex-start; gap: 12px; flex: 1; min-width: 240px; }
.info-endereco .item .ico {
  width: 44px; height: 44px; border-radius: 11px; background: var(--bg-alt); color: var(--verde);
  display: grid; place-items: center; font-size: 19px; flex-shrink: 0;
}
.info-endereco .item strong { display: block; color: var(--azul); font-size: 14.5px; }
.info-endereco .item span { color: var(--texto-suave); font-size: 14px; }

/* ---------------- Rodapé ---------------- */
.rodape { background: var(--azul-escuro); color: #c9d4f5; padding: 64px 0 0; }
.rodape-grade { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; padding-bottom: 44px; }
.rodape .logos-rodape { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.rodape .logos-rodape img.cdl { height: 44px; width: auto; }
.rodape .logos-rodape img.acisfs { height: 52px; width: auto; background: #fff; border-radius: 10px; padding: 4px; }
.rodape p.descricao { font-size: 14px; line-height: 1.7; max-width: 380px; }
.rodape h4 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; }
.rodape ul { list-style: none; }
.rodape ul li { margin-bottom: 10px; }
.rodape ul a { color: #c9d4f5; font-size: 14.5px; transition: .15s; }
.rodape ul a:hover { color: var(--amarelo); }
.rodape .contato-item { display: flex; gap: 10px; margin-bottom: 14px; font-size: 14.5px; align-items: flex-start; }
.rodape .contato-item .ic { color: var(--amarelo); flex-shrink: 0; }
.rodape .redes { display: flex; gap: 10px; margin-top: 18px; }
.rodape .redes a {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1);
  display: grid; place-items: center; color: #fff; font-size: 17px; transition: .2s;
}
.rodape .redes a:hover { background: var(--verde); transform: translateY(-3px); }
.rodape-base { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; font-size: 13px; text-align: center; color: #8fa0d6; }
.rodape-base .credito { display: block; margin-top: 6px; font-size: 11.5px; color: #6f7fb5; }
.rodape-base .credito a { color: #8fa0d6; text-decoration: none; transition: .15s; }
.rodape-base .credito a:hover { color: var(--amarelo); }

/* ---------------- Modal do currículo ---------------- */
.modal-fundo {
  position: fixed; inset: 0; background: rgba(13, 25, 72, .6); backdrop-filter: blur(4px);
  z-index: 300; display: none; align-items: center; justify-content: center; padding: 18px;
}
.modal-fundo.aberto { display: flex; }
.modal-cv {
  background: #fff; border-radius: 18px; width: 100%; max-width: 760px; max-height: 92vh;
  display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.modal-topo { background: var(--azul); color: #fff; padding: 20px 26px; display: flex; align-items: center; gap: 14px; }
.modal-topo h3 { font-size: 18px; font-weight: 800; flex: 1; }
.modal-topo .fechar { background: rgba(255,255,255,.15); border: none; color: #fff; width: 36px; height: 36px; border-radius: 50%; font-size: 17px; cursor: pointer; }
.modal-topo .fechar:hover { background: var(--vermelho); }

.cv-progresso { display: flex; gap: 6px; padding: 16px 26px 0; }
.cv-progresso span { flex: 1; height: 6px; border-radius: 3px; background: var(--borda); transition: .3s; }
.cv-progresso span.feito { background: var(--verde); }
.cv-etapa-titulo { padding: 14px 26px 0; }
.cv-etapa-titulo .num { color: var(--verde); font-weight: 800; font-size: 12.5px; text-transform: uppercase; letter-spacing: 1px; }
.cv-etapa-titulo h4 { color: var(--azul); font-size: 20px; font-weight: 800; }

.modal-cv form { display: flex; flex-direction: column; flex: 1; min-height: 0; overflow: hidden; }
.modal-corpo { padding: 18px 26px 26px; overflow-y: auto; flex: 1; min-height: 0; -webkit-overflow-scrolling: touch; }
.cv-etapa { display: none; }
.cv-etapa.ativa { display: block; animation: aparecer .25s ease; }
@keyframes aparecer { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.cv-grade { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; }
.cv-campo { display: flex; flex-direction: column; gap: 6px; }
.cv-campo.longo { grid-column: 1 / -1; }
.cv-campo label { font-weight: 700; font-size: 13.5px; color: var(--texto); }
.cv-campo label .req { color: var(--vermelho); }
.cv-campo input[type=text], .cv-campo input[type=email], .cv-campo input[type=tel],
.cv-campo input[type=date], .cv-campo select, .cv-campo textarea {
  padding: 12px 14px; border: 1.5px solid var(--borda); border-radius: 10px; font-size: 15px;
  font-family: inherit; background: #fff; color: var(--texto); width: 100%;
}
.cv-campo input:focus, .cv-campo select:focus, .cv-campo textarea:focus {
  outline: none; border-color: var(--verde); box-shadow: 0 0 0 3px rgba(0,152,69,.14);
}
.cv-campo textarea { resize: vertical; min-height: 84px; }
.cv-radios { display: flex; flex-wrap: wrap; gap: 8px; }
.cv-radios label {
  display: inline-flex; align-items: center; gap: 7px; border: 1.5px solid var(--borda);
  padding: 9px 15px; border-radius: 999px; cursor: pointer; font-weight: 600; font-size: 14px; transition: .15s;
}
.cv-radios label:hover { border-color: var(--verde); }
.cv-radios input { accent-color: var(--verde); }
.cv-radios label:has(input:checked) { background: rgba(0,152,69,.08); border-color: var(--verde); color: var(--verde-escuro); }
.cv-subgrupo { border: 1.5px solid var(--borda); border-radius: 12px; padding: 16px; margin-bottom: 14px; }
.cv-subgrupo > strong { display: block; color: var(--azul); margin-bottom: 12px; font-size: 14.5px; }

.cv-upload { border: 2px dashed var(--borda); border-radius: 12px; padding: 18px; text-align: center; transition: .2s; }
.cv-upload:hover { border-color: var(--verde); }
.cv-upload .botoes { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 10px; }
.cv-upload .botoes .btn { padding: 10px 18px; font-size: 13.5px; }
.cv-upload .arquivo-nome { margin-top: 10px; font-size: 13.5px; color: var(--verde-escuro); font-weight: 700; }
.cv-upload .previa-foto { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin: 10px auto 0; border: 3px solid var(--verde); display: none; }

.cv-declaracao { background: var(--bg-alt); border-radius: 12px; padding: 16px; font-size: 14px; margin-top: 14px; }
.cv-declaracao label { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.cv-declaracao input { margin-top: 4px; accent-color: var(--verde); width: 18px; height: 18px; flex-shrink: 0; }

.modal-acoes { display: flex; justify-content: space-between; gap: 12px; padding: 16px 26px; border-top: 1px solid var(--borda); background: #fafbfe; }
.modal-acoes .btn { padding: 12px 26px; font-size: 14.5px; }
.btn-cinza { background: #e5e7eb; color: var(--texto); }
.btn-cinza:hover { background: #d1d5db; }

.cv-erro { background: #fee2e2; color: #991b1b; border-radius: 10px; padding: 12px 16px; margin-bottom: 14px; font-size: 14px; display: none; }
.cv-sucesso { text-align: center; padding: 40px 20px; }
.cv-sucesso .circulo {
  width: 86px; height: 86px; border-radius: 50%; background: rgba(0,152,69,.12); color: var(--verde);
  display: grid; place-items: center; font-size: 40px; margin: 0 auto 20px;
}
.cv-sucesso h4 { color: var(--azul); font-size: 22px; margin-bottom: 10px; }
.cv-sucesso p { color: var(--texto-suave); max-width: 420px; margin: 0 auto; }

/* Câmera */
.camera-area { display: none; margin-top: 12px; }
.camera-area video { width: 100%; max-width: 380px; border-radius: 12px; margin: 0 auto; display: block; background: #000; }
.camera-area .botoes-camera { display: flex; gap: 10px; justify-content: center; margin-top: 10px; }

/* ---------------- Páginas internas ---------------- */
.pagina-interna { padding: 60px 0 84px; min-height: 50vh; }
.pagina-interna .miolo { max-width: 800px; margin: 0 auto; }
.pagina-cabecalho { background: linear-gradient(115deg, var(--azul), var(--azul-claro)); color: #fff; padding: 56px 0; }
.pagina-cabecalho h1 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; }
.pagina-cabecalho .migalha { color: #b9c6f4; font-size: 14px; margin-bottom: 8px; }
.pagina-cabecalho .migalha a { color: var(--amarelo); }
.conteudo-rico h2 { color: var(--azul); margin: 26px 0 12px; }
.conteudo-rico h3 { color: var(--azul); margin: 20px 0 10px; }
.conteudo-rico p { margin-bottom: 14px; }
.conteudo-rico ul, .conteudo-rico ol { margin: 0 0 14px 24px; }
.conteudo-rico img { border-radius: 12px; margin: 14px 0; }
.noticia-capa { border-radius: var(--radius); overflow: hidden; margin-bottom: 26px; box-shadow: var(--sombra); }
.noticia-meta { display: flex; gap: 14px; color: var(--texto-suave); font-size: 14px; margin-bottom: 22px; flex-wrap: wrap; }
.noticia-meta b { color: var(--verde); }

/* ---------------- Responsivo ---------------- */
@media (max-width: 940px) {
  .rodape-grade { grid-template-columns: 1fr 1fr; }
  .grade-local { grid-template-columns: 1fr; }
  .cta-curriculo { flex-direction: column; text-align: center; padding: 40px 28px; }
}
@media (max-width: 820px) {
  .nav-site {
    position: fixed; top: 82px; left: 0; right: 0; background: #fff; flex-direction: column;
    align-items: stretch; padding: 14px 20px 22px; gap: 6px; box-shadow: 0 18px 30px rgba(17,24,39,.12);
    transform: translateY(-130%); transition: transform .25s ease; z-index: 90;
  }
  .nav-site.aberto { transform: translateY(0); }
  .nav-site a { padding: 13px 14px; font-size: 16px; }
  .nav-site .nav-cta { margin-left: 0; text-align: center; justify-content: center; display: flex; }
  .menu-hamburger { display: block; }
  .cv-grade { grid-template-columns: 1fr; }
  .hero-setas { display: none; }
  .rodape-grade { grid-template-columns: 1fr; gap: 32px; }
  .secao { padding: 60px 0; }
}
