/* ===== VIJAY — Página "Ser Referência" — estilos específicos ===== */

.closing-line.italic { font-style: italic; }

.footer-minimal { text-align: center; }
.footer-minimal .footer-logo { margin: 0 auto 16px; }
.footer-minimal .footer-address { color: var(--text-secondary); font-size: 14px; margin-bottom: 8px; }

/* ---------- Hero solo (sem imagem) ---------- */

.hero-solo .container { max-width: 780px; text-align: center; }
.hero-solo .hero-ctas { justify-content: center; margin-top: 36px; }
.hero-solo .body-text { max-width: 56ch; margin-left: auto; margin-right: auto; }
.hero-solo .eyebrow { text-align: center; }

/* ---------- Cards de identificação (4 colunas) ---------- */

.id-cards-4 {
  grid-template-columns: repeat(4, 1fr);
}

.id-cards-4 .quote-block { margin: 0; height: 100%; }

@media (max-width: 1024px) {
  .id-cards-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .id-cards-4 { grid-template-columns: 1fr; gap: 24px; }
}

/* ---------- Comparação SEM x COM ---------- */

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 48px;
}

.compare-col h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.compare-without h3 { color: var(--text-secondary); }
.compare-with h3 { color: var(--accent); }

.compare-without .differentiators .arrow { color: var(--text-secondary); }
.compare-without .differentiators li { font-weight: 400; color: var(--text-secondary); }

@media (max-width: 768px) {
  .compare-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---------- Método — passos numerados ---------- */

.method-name.step-number { font-size: 34px; }

/* ---------- FAQ estático (sem accordion, tudo aberto) ---------- */

.qa-list { max-width: 760px; margin: 48px auto 0; }

.qa-item { border-bottom: 1px solid var(--border); padding: 28px 0; }
.qa-item:first-child { padding-top: 0; }
.qa-item:last-child { border-bottom: none; }

.qa-question {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.qa-answer {
  color: var(--text-secondary);
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 62ch;
}

/* ---------- CTA final — linha de impacto ---------- */

.cta-lead {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2.6vw, 28px);
  color: #0A0A0A;
  margin-top: 4px;
}

/* ---------- Footer sem cidade ---------- */

.footer-minimal .footer-address:last-of-type { margin-bottom: 0; }

/* ---------- Mobile: menos "caixa", mais respiro ---------- */

@media (max-width: 768px) {
  .section { padding: 48px 0; }

  #metodo .method-card,
  #resultados .case-card {
    background: none;
    border: none;
    border-radius: 0;
    backdrop-filter: none;
    border-left: 3px solid var(--accent);
    padding: 2px 0 2px 18px;
  }

  #metodo .method-card:hover,
  #resultados .case-card:hover {
    transform: none;
    box-shadow: none;
  }

  #metodo .cards-grid,
  #resultados .cards-grid {
    gap: 28px;
    margin-top: 32px;
  }

  .id-cards-4 { gap: 24px; }

  .desktop-only-cta { display: none; }
}
