.devocional-hero {
  padding: 95px 20px;
  text-align: center;
  background: linear-gradient(rgba(20, 33, 61, 0.84), rgba(20, 33, 61, 0.84)), url('../imagens/biblia.jpg') center/cover no-repeat;
  color: #fff;
}

.devocional-hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.7rem);
  margin: 15px 0;
}

.devocional-hero p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
}

.devocional-area {
  padding: 75px 0;
}

.devocional-card {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  padding: 45px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.data-devocional {
  color: #a67c00;
  font-weight: 900;
  margin-bottom: 10px;
}

.devocional-card h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 20px;
  color: #14213d;
}

.versiculo {
  padding: 20px;
  background: #f7f2e8;
  border-left: 5px solid #fca311;
  font-style: italic;
  margin-bottom: 25px;
  color: #333;
  line-height: 1.7;
}

.texto-devocional {
  font-size: 1.08rem;
  line-height: 1.8;
  color: #333;
}

.texto-devocional p {
  margin-bottom: 18px;
}

.oracao {
  margin-top: 30px;
  padding: 20px;
  background: #14213d;
  color: #fff;
  border-radius: 16px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .devocional-card {
    padding: 28px;
  }
}
.endereco-topo {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.endereco-topo:hover {
  color: var(--dourado);
}
.compartilhar-area{
    margin-top:40px;
    text-align:center;
}

.btn-story{

    background:linear-gradient(45deg,#833AB4,#FD1D1D,#FCAF45);

    color:#fff;

    border:none;

    padding:18px 35px;

    border-radius:50px;

    font-size:18px;

    font-weight:bold;

    cursor:pointer;

    transition:.3s;
}

.btn-story:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(0,0,0,.2);

}