/* ------------------------------------------------------ */
/* CSS EXCLUSIVO DA PÁGINA REIKI                           */
/* ------------------------------------------------------ */

.pagina-servico {
  max-width: 520px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.88) 40%,
    rgba(255, 255, 255, 0.85) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

/* Cabeçalho */
.header-servico {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.header-servico-titulo {
  flex: 1;
}

/* Botão voltar */
.link-voltar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #6a3d88;
  text-decoration: none;
  font-size: 14px;
  box-shadow:
    0 6px 14px rgba(90, 50, 120, 0.16),
    0 2px 6px rgba(90, 50, 120, 0.10);
  transition: 0.25s ease;
}

.link-voltar:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: translateY(-2px);
}

/* Títulos */
.titulo-servico {
  font-size: 30px;
  text-align: left;
}

.subtitulo-servico {
  font-size: 16px;
  margin-top: 2px;
  text-align: left;
}

/* Conteúdo */
.conteudo-servico {
  margin-top: 10px;
}

.bloco-texto {
  margin-bottom: 22px;
}

.titulo-bloco {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: #3b2640;
  margin-bottom: 8px;
}

.bloco-texto p,
.lista-servico li {
  font-size: 14px;
  line-height: 1.6;
  color: #5b3c66;
}

/* Lista */
.lista-servico {
  margin-top: 6px;
  padding-left: 20px;
}

/* CTA */
.cta-wrapper {
  margin-top: 14px;
}

.cta-whatsapp {
  height: 58px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(120deg, #7a4f96, #6a3d88, #5d307b);
  box-shadow:
    0 10px 25px rgba(90, 50, 120, 0.25),
    0 4px 10px rgba(90, 50, 120, 0.15);
  text-decoration: none;
  transition: 0.25s ease;
}

.cta-whatsapp:hover {
  transform: translateY(-3px);
}

.cta-whatsapp i,
.cta-whatsapp p {
  color: #ffffff;
}

.legenda-cta {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  color: #6f5a79;
}

/* Responsivo */
@media (max-width: 480px) {
  .titulo-servico {
    font-size: 26px;
  }

  .subtitulo-servico {
    font-size: 15px;
  }

  .bloco-texto p,
  .lista-servico li {
    font-size: 13px;
  }
}
