/*  Information Top  */

.faith-message {
  max-width: 950px;
  margin: 40px auto;
  padding: 34px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
}

.faith-header {
  text-align: center;
  margin-bottom: 34px;
}

.faith-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.faith-header h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.15;
}

.faith-header p {
  max-width: 680px;
  margin: 0 auto;
  color: #4b5563;
  font-size: 1.08rem;
  line-height: 1.8;
}

.faith-content {
  color: #374151;
  font-size: 1.05rem;
  line-height: 1.9;
}

.faith-content p {
  margin-bottom: 18px;
}

.verse-box {
  margin: 22px 0;
  padding: 20px 22px;
  border-radius: 18px;
  background: #f9fafb;
  border-left: 5px solid #111827;
}

.verse-box p {
  margin: 0 0 10px;
  color: #1f2937;
  font-weight: 600;
}

.verse-box span {
  display: block;
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 700;
}

.faith-highlight {
  margin: 26px 0;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
  border: 1px solid #e5e7eb;
}

.faith-highlight p {
  margin: 0;
  color: #1f2937;
  font-weight: 600;
}

.faith-callout {
  margin-top: 30px;
  padding: 26px;
  border-radius: 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.faith-callout h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 1.35rem;
}

.final-verse {
  background: linear-gradient(135deg, #f9fafb, #eef2ff);
}

.faith-ending {
  margin-top: 28px;
  text-align: center;
  color: #111827;
  font-weight: 800;
  font-size: 1.15rem;
}

@media (max-width: 640px) {
  .faith-message {
    margin: 24px 12px;
    padding: 24px;
  }

  .faith-content {
    font-size: 1rem;
  }
}