/* ============================================================================
   TITLES.CSS - Estilos para títulos, headings e textos descritivos
   ============================================================================ */

/* --- TÍTULO PRINCIPAL DO CARD (font Display, regular) --- */
.box-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 3.5rem;
}

/* Variante: menos espaço embaixo */
.box-title--tight {
  margin-bottom: 8px;
}

/* Variante: landing page com espaço reduzido */
.box-title--landing {
  margin-bottom: 2rem;
}

/* --- TÍTULO GRANDE HERO (font Display, bold) --- */
.hero-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  color: var(--title);
}

/* --- HEADING H2 PADRÃO (font Display, bold) --- */
.step h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}

/* H2 com tamanho hero (quando há espaço extra) */
.step h2.hero-title {
  font-size: 2rem;
  line-height: 2.5rem;
}

/* --- PARÁGRAFOS DESCRITIVOS (font Text, regular) --- */
.step p,
.hero-content p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
}

/* Parágrafo introdutório com espaço maior embaixo */
.step p.field-intro {
  margin-top: 4px;
  margin-bottom: 3.5rem;
}

/* --- TÍTULOS EM TELAS FULL (branco para fundo colorido) --- */
.wrap--full .step h2,
.wrap--full .step h1 {
  margin-top: 0;
}

/* Parágrafos em telas full também herdam cores do container */
.wrap--full .step p {
}

/* --- TÍTULO DO MODAL DE FOTO (centralizado, bold) --- */
.photo-modal-title {
  width: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}

/* --- TEXTO DE AVISOS/NOTICES (pequeno, secundário) --- */
.identity-notice-text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

/* --- TEXTO DO FOOTER (branco, regular) --- */
.step-footer-text {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
}

/* --- TEXTO INSTRUCIONAL DO MODAL (centralizado) --- */
.photo-modal-text {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
