/* =========================================
   GOSPEL LIFE — BASE TIPOGRÁFICA 2026
   Ecossistema Educacional Cristão
========================================= */

/* ===== BASE GLOBAL ===== */

body {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  background-color: #f4f6f9;
  color: #2c2c2c;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 17px;
}

/* Container principal */
main.conteudo-principal {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
}

/* ===== H1 INSTITUCIONAL ===== */

h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
  position: relative;
}

/* Linha discreta abaixo do título */
h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #f1c40f;
  margin: 15px auto 0;
  border-radius: 2px;
}

/* ===== H2 PADRÃO INSTITUCIONAL ===== */

h2 {
  font-size: 1.4rem;
  margin-top: 40px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #1b263b;
  background-color: #f5f8f6;
  border-left: 6px solid #2e7d32;
  padding: 12px 14px;
  border-radius: 4px;
}

h3 {
  font-size: 1.15rem;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #2c3e50;
}

/* ===== PARÁGRAFOS ===== */

p {
  margin-bottom: 18px;
  text-align: justify;
  color: #333;
}

/* ===== LINKS ===== */

a {
  color: #0d3b66;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

/* ===== NOTAS PADRÃO ===== */

.nota {
  background: #f1f3f5;
  border-left: 6px solid #f1c40f;
  padding: 16px 18px;
  margin: 30px 0;
  font-size: 0.95rem;
  border-radius: 6px;
  color: #333;
}

/* ===== ANÚNCIOS ===== */

.anuncio {
  margin: 35px auto;
  text-align: center;
  max-width: 728px;
}

/* ===== FIGURAS ===== */

figure.imagem-legenda {
  text-align: center;
  margin: 35px auto;
  max-width: 900px;
}

figure.imagem-legenda img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

figure.imagem-legenda figcaption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 8px;
}

/* ===== VÍDEOS ===== */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin: 30px 0;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===== COMPARTILHAMENTO ===== */

.compartilhar {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.compartilhar a {
  margin: 0 8px;
}

/* ===== BREADCRUMB ===== */

.breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 25px;
  color: #777;
}

.breadcrumb a {
  color: #0d3b66;
}

/* ===== RESPONSIVO ===== */

@media (max-width: 768px) {

  main.conteudo-principal {
    margin: 20px;
    padding: 25px 15px;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  body {
    font-size: 16px;
  }

}
