/* ================================================================
   CRAQUE DA ATENÇÃO — Landing Page v3
   Mobile-first | Paleta futebol | Alta conversão
================================================================ */

/* ── TOKENS ── */
:root {
  --verde:       #1b8a4b;
  --verde-esc:   #116637;
  --verde-claro: #d4f0e1;
  --amarelo:     #ffd23f;
  --amarelo-esc: #e8b800;
  --azul:        #1c5dd8;
  --azul-esc:    #1448b0;
  --branco:      #ffffff;
  --cinza-f:     #f5f6f8;
  --cinza-b:     #e8eaed;
  --cinza-t:     #6b7280;
  --preto:       #111827;
  --texto:       #1f2937;

  --raio:        12px;
  --raio-g:      20px;
  --sombra:      0 4px 24px rgba(0,0,0,.12);
  --sombra-g:    0 8px 40px rgba(0,0,0,.18);

  --fonte:       'Segoe UI', 'Inter', Arial, sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fonte);
  color: var(--texto);
  background: var(--branco);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ── CONTAINER ── */
.container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── SEÇÕES ── */
.secao { padding: 64px 0; }
.secao--verde    { background: var(--verde);    color: var(--branco); }
.secao--verde-cl { background: var(--verde-claro); }
.secao--amarelo  { background: var(--amarelo);  }
.secao--cinza    { background: var(--cinza-f);  }
.secao--escura   { background: #0d1f14;         color: var(--branco); }

/* ── TIPOGRAFIA SEÇÃO ── */
.titulo-secao {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 12px;
}
.subtitulo-secao {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  text-align: center;
  color: var(--cinza-t);
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.secao--verde    .subtitulo-secao,
.secao--escura   .subtitulo-secao { color: rgba(255,255,255,.75); }

/* ═══════════════════════════════════════════════════════════════
   TOPBAR STICKY
═══════════════════════════════════════════════════════════════ */
.topbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #0d1f14;
  border-bottom: 2px solid var(--verde);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  gap: 12px;
}
.topbar__logo {
  height: 42px;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,.30));
}
.topbar__cta {
  background: var(--amarelo);
  color: var(--preto);
  font-weight: 800;
  font-size: .85rem;
  padding: 8px 18px;
  border-radius: 50px;
  white-space: nowrap;
  transition: background .2s;
}
.topbar__cta:hover { background: var(--amarelo-esc); }

/* ═══════════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════════ */
.hero {
  background: linear-gradient(155deg, #0a1a0d 0%, #1b4a2e 60%, #1b8a4b 100%);
  color: var(--branco);
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 80% 30%, rgba(255,210,63,.08) 0%, transparent 60%);
  pointer-events: none;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

/* Selo */
.hero__selo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--amarelo);
  color: var(--preto);
  font-weight: 800;
  font-size: .85rem;
  padding: 6px 18px;
  border-radius: 50px;
  letter-spacing: .03em;
}

/* Visual */
.hero__visual {
  position: relative;
  width: 100%;
  max-width: 420px;
}
.hero__cora {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  filter: drop-shadow(0 12px 32px rgba(0,0,0,.4));
}
.hero__letreiro {
  width: 80%;
  max-width: 320px;
  margin: 12px auto 0;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.3));
}

/* Headline */
.hero__headline {
  font-size: clamp(1.7rem, 5vw, 2.6rem);
  font-weight: 900;
  line-height: 1.2;
  max-width: 720px;
}
.hero__headline span {
  color: var(--amarelo);
  display: block;
  margin-top: 6px;
}

/* Sub */
.hero__subheadline {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: rgba(255,255,255,.85);
  max-width: 600px;
  line-height: 1.7;
}

/* Badges hero */
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.hero__badge {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--branco);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: .85rem;
  font-weight: 600;
}

/* Capa hero */
.hero__capa-wrap {
  position: relative;
}
.hero__capa {
  width: 220px;
  height: auto;
  border-radius: var(--raio);
  box-shadow: var(--sombra-g);
  margin: 0 auto;
}
.hero__capa-selos {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: wrap;
}
.hero__capa-selo {
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  color: var(--branco);
  font-size: .78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
}

/* CTAs */
.btn-cta {
  display: inline-block;
  background: var(--amarelo);
  color: var(--preto);
  font-weight: 900;
  font-size: 1.15rem;
  padding: 18px 36px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(255,210,63,.35), 0 2px 8px rgba(0,0,0,.2);
  transition: transform .15s, box-shadow .15s, background .15s;
  letter-spacing: .01em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255,210,63,.45), 0 3px 12px rgba(0,0,0,.2);
  background: #ffe066;
}
.btn-cta:active { transform: translateY(0); }
.btn-cta--grande {
  font-size: 1.25rem;
  padding: 20px 44px;
  width: 100%;
  max-width: 480px;
}
.btn-cta--verde {
  background: var(--verde);
  color: var(--branco);
  box-shadow: 0 4px 20px rgba(27,138,75,.35);
}
.btn-cta--verde:hover {
  background: var(--verde-esc);
  box-shadow: 0 8px 28px rgba(27,138,75,.45);
  color: var(--branco);
}

.cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.cta-micro {
  font-size: .82rem;
  color: rgba(255,255,255,.65);
}

/* Selos de confiança */
.selos-conf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  font-size: .88rem;
  font-weight: 600;
}
.selos-conf span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,.9);
}

/* Countdown */
.countdown {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.countdown__bloco {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 10px 18px;
  min-width: 64px;
}
.countdown__num {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.countdown__label { font-size: .7rem; opacity: .7; text-transform: uppercase; letter-spacing: .05em; }
.countdown__aviso {
  font-size: .82rem;
  opacity: .75;
  text-align: center;
}

/* ═══════════════════════════════════════════════════════════════
   BANDEIRA DE CONFIANÇA rápida
═══════════════════════════════════════════════════════════════ */
.faixa-conf {
  background: #0d1f14;
  color: var(--branco);
  padding: 14px 20px;
  overflow-x: auto;
}
.faixa-conf__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
  font-size: .85rem;
  font-weight: 700;
  white-space: nowrap;
}
.faixa-conf__inner span { display: flex; align-items: center; gap: 6px; }
.faixa-conf__sep { color: rgba(255,255,255,.25); }

/* ═══════════════════════════════════════════════════════════════
   PROBLEMA / PAS
═══════════════════════════════════════════════════════════════ */
.problema__lista {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 660px;
  margin: 0 auto;
}
.problema__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--branco);
  border: 1px solid var(--cinza-b);
  border-left: 4px solid #e74c3c;
  border-radius: var(--raio);
  padding: 18px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.problema__icone { font-size: 1.5rem; flex-shrink: 0; line-height: 1; }
.problema__texto strong { display: block; font-weight: 800; margin-bottom: 4px; color: var(--preto); }
.problema__texto span { font-size: .95rem; color: var(--cinza-t); }

/* ═══════════════════════════════════════════════════════════════
   VIRADA
═══════════════════════════════════════════════════════════════ */
.virada {
  background: linear-gradient(135deg, #0a1a0d 0%, #1b4a2e 100%);
  color: var(--branco);
  padding: 72px 0;
}
.virada__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
}
.virada__img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: var(--raio-g);
  box-shadow: var(--sombra-g);
}
.virada__titulo {
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 16px;
}
.virada__titulo span { color: var(--amarelo); }
.virada__texto {
  font-size: 1.05rem;
  color: rgba(255,255,255,.85);
  line-height: 1.75;
  max-width: 540px;
  margin: 0 auto 24px;
}
.virada__pilares {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.virada__pilar {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 700;
}

/* ═══════════════════════════════════════════════════════════════
   BLOCOS COGNITIVOS
═══════════════════════════════════════════════════════════════ */
.blocos__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bloco__card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--branco);
  border-radius: var(--raio-g);
  padding: 24px;
  box-shadow: var(--sombra);
  border: 1px solid var(--cinza-b);
  transition: transform .2s, box-shadow .2s;
}
.bloco__card:hover {
  transform: translateY(-2px);
  box-shadow: var(--sombra-g);
}
.bloco__img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: var(--raio);
  flex-shrink: 0;
}
.bloco__num {
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--verde);
  margin-bottom: 4px;
}
.bloco__nome {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--preto);
  margin-bottom: 6px;
}
.bloco__beneficio {
  font-size: .95rem;
  color: var(--cinza-t);
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════
   CREDIBILIDADE
═══════════════════════════════════════════════════════════════ */
.cred__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;
}
.cred__item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--branco);
  border-radius: var(--raio);
  padding: 18px 22px;
  box-shadow: var(--sombra);
  border: 1px solid var(--cinza-b);
}
.cred__icone { font-size: 2rem; flex-shrink: 0; }
.cred__texto strong { display: block; font-weight: 800; color: var(--preto); margin-bottom: 3px; }
.cred__texto span { font-size: .92rem; color: var(--cinza-t); }

/* Quote Cora */
.quote-cora {
  background: var(--verde-claro);
  border-radius: var(--raio-g);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 640px;
  margin: 36px auto 0;
}
.quote-cora__img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.quote-cora__texto {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--verde-esc);
  line-height: 1.7;
  font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════════
   PARA QUEM É
═══════════════════════════════════════════════════════════════ */
.quem__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto;
}
.quem__card {
  background: var(--branco);
  border-radius: var(--raio);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: var(--sombra);
  border: 1px solid var(--cinza-b);
}
.quem__icone { font-size: 2rem; }
.quem__titulo { font-weight: 800; font-size: .95rem; color: var(--preto); }
.quem__desc { font-size: .85rem; color: var(--cinza-t); line-height: 1.5; }

/* ═══════════════════════════════════════════════════════════════
   OFERTA / CAIXA DE COMPRA
═══════════════════════════════════════════════════════════════ */
.oferta {
  background: linear-gradient(155deg, #0a1a0d 0%, #1b4a2e 100%);
  color: var(--branco);
  padding: 72px 0;
}
.oferta__box {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--raio-g);
  padding: 40px 32px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.oferta__badge {
  display: inline-block;
  background: var(--amarelo);
  color: var(--preto);
  font-weight: 800;
  font-size: .8rem;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.oferta__titulo {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
}
.oferta__inclui {
  list-style: none;
  text-align: left;
  margin: 20px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.oferta__inclui li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .97rem;
  color: rgba(255,255,255,.9);
}
.oferta__inclui li::before {
  content: '\2713';
  background: var(--verde);
  color: var(--branco);
  font-weight: 900;
  font-size: .75rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.oferta__preco-old {
  font-size: .9rem;
  color: rgba(255,255,255,.5);
  text-decoration: line-through;
  margin-bottom: 4px;
}
.oferta__preco {
  font-size: clamp(2.4rem, 7vw, 3.2rem);
  font-weight: 900;
  color: var(--amarelo);
  line-height: 1;
  margin-bottom: 6px;
}
.oferta__preco sup { font-size: 1.3rem; vertical-align: top; margin-top: .4rem; }
.oferta__preco-parce { font-size: .85rem; color: rgba(255,255,255,.6); margin-bottom: 24px; }
.oferta__selos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin-top: 20px;
  font-size: .82rem;
  color: rgba(255,255,255,.7);
  font-weight: 600;
}
.oferta__selos span { display: flex; align-items: center; gap: 5px; }

/* ═══════════════════════════════════════════════════════════════
   GARANTIA
═══════════════════════════════════════════════════════════════ */
.garantia__box {
  background: var(--branco);
  border: 2px solid var(--verde);
  border-radius: var(--raio-g);
  padding: 36px 28px;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.garantia__icone { font-size: 3.5rem; }
.garantia__titulo { font-size: 1.3rem; font-weight: 900; color: var(--preto); }
.garantia__texto { font-size: .97rem; color: var(--cinza-t); line-height: 1.7; }

/* ═══════════════════════════════════════════════════════════════
   FAQ
═══════════════════════════════════════════════════════════════ */
.faq__lista {
  list-style: none;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq__item {
  border-radius: var(--raio);
  overflow: hidden;
  border: 1px solid var(--cinza-b);
}
.faq__pergunta {
  all: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 18px 20px;
  font-weight: 800;
  font-size: .97rem;
  cursor: pointer;
  background: var(--branco);
  transition: background .15s;
  box-sizing: border-box;
  color: var(--preto);
}
.faq__pergunta:hover { background: var(--cinza-f); }
.faq__pergunta .faq__arrow {
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: transform .2s;
  color: var(--verde);
}
.faq__resposta {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s;
  background: var(--cinza-f);
  font-size: .95rem;
  color: var(--cinza-t);
  line-height: 1.7;
  padding: 0 20px;
}
.faq__item--aberto .faq__resposta {
  max-height: 300px;
  padding: 16px 20px;
}
.faq__item--aberto .faq__arrow { transform: rotate(45deg); }

/* ═══════════════════════════════════════════════════════════════
   CTA FINAL
═══════════════════════════════════════════════════════════════ */
.cta-final {
  background: linear-gradient(155deg, #0a1a0d 0%, #1b4a2e 100%);
  color: var(--branco);
  padding: 72px 0;
  text-align: center;
}
.cta-final__titulo {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.25;
  max-width: 600px;
  margin: 0 auto 14px;
}
.cta-final__titulo span { color: var(--amarelo); }
.cta-final__sub {
  color: rgba(255,255,255,.75);
  font-size: 1rem;
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.65;
}
.cta-final__img {
  width: 200px;
  height: auto;
  margin: 0 auto 32px;
  border-radius: var(--raio);
  box-shadow: var(--sombra-g);
}
/* Anti-distorção: imagens de conteúdo mantêm a proporção real */
.hero__cora, .hero__letreiro { height: auto; }

/* ═══════════════════════════════════════════════════════════════
   FAIXA BEC
═══════════════════════════════════════════════════════════════ */
.faixa-bec {
  background: #0d1f14;
  border-top: 2px solid var(--verde);
  padding: 24px 20px;
  text-align: center;
  color: rgba(255,255,255,.6);
  font-size: .85rem;
}
.faixa-bec__logo {
  height: 58px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.30));
  opacity: 1;
  margin: 0 auto 8px;
}
.faixa-bec a { color: rgba(255,255,255,.6); text-decoration: underline; }

/* RODAPÉ */
.rodape {
  background: #060e09;
  color: rgba(255,255,255,.5);
  padding: 32px 20px;
  text-align: center;
  font-size: .82rem;
  line-height: 1.7;
}
.rodape__logo {
  height: 50px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.30));
  opacity: .95;
  margin: 0 auto 12px;
}
.rodape a { color: rgba(255,255,255,.5); text-decoration: underline; }
.rodape__aviso {
  background: rgba(255,255,255,.05);
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 12px;
  font-size: .78rem;
  color: rgba(255,255,255,.4);
  max-width: 640px;
  margin: 12px auto 0;
}

/* ═══════════════════════════════════════════════════════════════
   BARRA STICKY MOBILE
═══════════════════════════════════════════════════════════════ */
.sticky-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: #0d1f14;
  border-top: 2px solid var(--verde);
  padding: 12px 16px;
}
.sticky-mobile .btn-cta {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 1rem;
  border-radius: 12px;
  text-align: center;
}

/* ═══════════════════════════════════════════════════════════════
   PROVA DE USO REAL
═══════════════════════════════════════════════════════════════ */
.prova-uso {
  background: #0a1a0d;
  color: var(--branco);
}
.prova-uso__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.prova-uso__foto-wrap {
  width: 100%;
  max-width: 640px;
  border-radius: var(--raio-g);
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0,0,0,.45);
}
.prova-uso__foto {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--raio-g);
}
.prova-uso__texto {
  max-width: 580px;
  text-align: center;
}
.prova-uso__headline {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem);
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
  color: var(--branco);
}
.prova-uso__headline strong {
  color: var(--amarelo);
}
.prova-uso__desc {
  font-size: clamp(.95rem, 2vw, 1.05rem);
  color: rgba(255,255,255,.78);
  line-height: 1.7;
  margin-bottom: 28px;
}
.prova-uso__cta {
  display: inline-block;
}

@media (min-width: 720px) {
  .prova-uso__container {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
  .prova-uso__foto-wrap {
    flex: 0 0 auto;
    width: 50%;
    max-width: 440px;
  }
  .prova-uso__texto {
    text-align: left;
  }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */
@media (max-width: 719px) {
  .sticky-mobile { display: block; }
  .topbar__cta { display: none; }
  body { padding-bottom: 80px; }

  .quem__grid { grid-template-columns: 1fr; }

  .bloco__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .bloco__img {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 720px) {
  .virada__grid { flex-direction: row; text-align: left; }
  .virada__texto { margin: 0 0 24px; }
  .virada__pilares { justify-content: flex-start; }
  .virada__titulo { text-align: left; }

  .blocos__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .bloco__card { flex-direction: row; align-items: center; }
  .bloco__img { width: 116px; height: 116px; }

  .quem__grid { grid-template-columns: repeat(2, 1fr); }

  .quote-cora { flex-direction: row; text-align: left; }
  .cred__grid { gap: 14px; }
}

@media (min-width: 960px) {
  .quem__grid { grid-template-columns: repeat(4, 1fr); }
}


/* ── Acessibilidade: foco visível ──────────────────────────────────── */
.btn-cta:focus-visible,
.topbar__cta:focus-visible,
.faq__pergunta:focus-visible {
  outline: 3px solid #ffd23f;
  outline-offset: 3px;
}
