/* =========================================================
   CÓDIGO DIVINO — style.css
   Metodologia: container central único (mobile-first),
   empilhamento de "cards" de conteúdo (mesmo método do
   funil de referência: card-bg + card-container + blocos)
   ========================================================= */

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
  background-color: #05070f;
}

body {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  color: #f5efe0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ---------- Fundo fixo (mesma técnica do card-bg) ---------- */
.card-bg {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url("../images/biblia-luz-bg.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(18px) brightness(0.35);
  transform: scale(1.1);
  z-index: 0;
}

/* ---------- Container central (formato celular) ---------- */
.card-container {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #0a0d1a;
  background-image:
    linear-gradient(180deg, rgba(5,7,15,0.55) 0%, rgba(5,7,15,0.85) 100%),
    url("../images/biblia-luz-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-shadow: 0 0 60px rgba(0,0,0,0.6);
  padding-bottom: 10px;
  overflow: hidden;
}

/* ---------- Botão compartilhar (mesmo do original) ---------- */
.share-button {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.3);
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 40;
  display: none;
}

/* ---------- Logo / topo com símbolo da Bíblia ---------- */
.logo.center {
  text-align: center;
  padding: 28px 20px 6px;
}

.bible-symbol {
  width: 86px;
  height: 86px;
  margin: 0 auto 14px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #d4af37;
  box-shadow: 0 0 25px rgba(212,175,55,0.55), 0 0 0 6px rgba(212,175,55,0.08);
  animation: pulse-glow 2.8s ease-in-out infinite;
}

.bible-symbol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 25px rgba(212,175,55,0.55), 0 0 0 6px rgba(212,175,55,0.08); }
  50% { box-shadow: 0 0 40px rgba(212,175,55,0.85), 0 0 0 10px rgba(212,175,55,0.14); }
}

.brand-title {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 2px;
  color: #f4e3a1;
  text-shadow: 0 0 18px rgba(212,175,55,0.5);
  margin-top: 35px;
  margin-bottom: 12px;
}

.brand-subtitle {
  font-size: 13px;
  color: #cbd0e0;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.85;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.verse-tag {
  margin-top: 14px;
  font-size: 13px;
  font-style: italic;
  color: #d4af37;
  padding: 0 24px;
}

/* ---------- Perfil / prova social ---------- */
.profile-box {
  margin: 14px 20px 0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: 14px;
  padding: 14px 16px;
  text-align: center;
  backdrop-filter: blur(4px);
}

.profile-box .stars {
  color: #f4c430;
  font-size: 15px;
  margin-bottom: 4px;
}

.profile-box .rating-text {
  font-size: 12.5px;
  color: #e6e6e6;
  opacity: 0.9;
}

/* ---------- Botões CTA (buttons/buttons-row) ---------- */
.buttons {
  padding: 18px 20px 4px;
}

.cta-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, #e6c15c, #b8860b);
  color: #1a1200;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 12px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(212,175,55,0.35);
  letter-spacing: 0.4px;
  transition: transform 0.15s ease;
}

.cta-btn:active {
  transform: scale(0.97);
}

.cta-btn.secondary {
  background: transparent;
  border: 2px solid #d4af37;
  color: #f4e3a1;
  box-shadow: none;
  margin-top: 10px;
}

/* ---------- Cards de conteúdo (mesmo método dos "banner") ---------- */
.card {
  margin: 16px 20px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(212,175,55,0.18);
  border-radius: 16px;
  padding: 20px 18px;
  backdrop-filter: blur(3px);
}

.card-eyebrow {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 8px;
}

.card-title {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.card-text {
  font-size: 14.5px;
  color: #d9dbe6;
  line-height: 1.6;
}

.card-text strong {
  color: #f4e3a1;
}

.card.highlight {
  background: linear-gradient(155deg, rgba(212,175,55,0.18), rgba(212,175,55,0.04));
  border: 1px solid rgba(212,175,55,0.45);
}

.card-icon {
  font-size: 26px;
  color: #d4af37;
  margin-bottom: 10px;
}

/* Lista de benefícios */
.check-list {
  list-style: none;
  margin-top: 10px;
}

.check-list li {
  font-size: 14.5px;
  color: #e7e9f2;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.45;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4af37;
  font-weight: 900;
  font-size: 16px;
}

/* Bônus grid */
.bonus-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.bonus-number {
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  background: #d4af37;
  color: #1a1200;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonus-info .bonus-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.bonus-info .bonus-desc {
  font-size: 13px;
  color: #c9cbdb;
}

/* Depoimentos */
.testimonial {
  margin: 16px 20px;
  background: rgba(255,255,255,0.05);
  border-left: 3px solid #d4af37;
  border-radius: 10px;
  padding: 14px 16px;
}

.testimonial .stars {
  color: #f4c430;
  font-size: 13px;
  margin-bottom: 6px;
}

.testimonial p {
  font-size: 13.5px;
  color: #e2e3ee;
  font-style: italic;
  margin-bottom: 8px;
}

.testimonial .author {
  font-size: 12.5px;
  color: #d4af37;
  font-weight: 600;
  font-style: normal;
}

/* Preço */
.price-box {
  margin: 20px 20px;
  text-align: center;
  background: linear-gradient(155deg, rgba(212,175,55,0.22), rgba(0,0,0,0.2));
  border: 1px solid rgba(212,175,55,0.5);
  border-radius: 18px;
  padding: 22px 18px;
}

.price-old {
  font-size: 15px;
  color: #9c9fb0;
  text-decoration: line-through;
}

.price-new {
  font-size: 38px;
  font-weight: 800;
  color: #f4e3a1;
  margin: 4px 0;
}

.price-new span {
  font-size: 16px;
  vertical-align: super;
}

.price-note {
  font-size: 12.5px;
  color: #cfd1e0;
  margin-bottom: 14px;
}

/* Selo de garantia */
.guarantee {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 20px;
  background: rgba(255,255,255,0.05);
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px dashed rgba(212,175,55,0.4);
}

.guarantee-icon {
  font-size: 30px;
  color: #d4af37;
  flex: 0 0 auto;
}

.guarantee-text {
  font-size: 13px;
  color: #d9dbe6;
}

.guarantee-text strong {
  display: block;
  color: #fff;
  font-size: 14.5px;
  margin-bottom: 2px;
}

/* FAQ */
.faq-item {
  margin: 0 20px 12px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  border: 1px solid rgba(212,175,55,0.15);
  overflow: hidden;
}

.faq-question {
  padding: 14px 16px;
  font-size: 14.5px;
  font-weight: 600;
  color: #f4e3a1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: "+";
  font-size: 18px;
  color: #d4af37;
}

.faq-item.open .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
  font-size: 13.5px;
  color: #c9cbdb;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  padding-bottom: 14px;
}

/* Countdown */
.countdown-box {
  margin: 16px 20px;
  text-align: center;
  background: rgba(200,30,30,0.15);
  border: 1px solid rgba(230,60,60,0.4);
  border-radius: 14px;
  padding: 14px 16px;
}

.countdown-label {
  font-size: 12.5px;
  color: #ffb3b3;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.countdown-timer .time-unit {
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 8px 10px;
  min-width: 48px;
}

.countdown-timer .time-unit span {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.countdown-timer .time-unit small {
  font-size: 9.5px;
  color: #d9dbe6;
  text-transform: uppercase;
}

/* Rodapé */
.footer-text-box {
  margin-top: 30px;
  text-align: center;
  background-color: #c9a439;
  padding: 18px 16px;
}

.footer-text-box .footer-main {
  color: #1a1200;
  font-size: 13.5px;
  font-weight: 700;
  margin-bottom: 4px;
}

.footer-text-box .footer-sub {
  color: #3a2c00;
  font-size: 11.5px;
  opacity: 0.85;
}

.footer-links {
  margin-top: 8px;
  font-size: 11px;
}

.footer-links a {
  color: #1a1200;
  text-decoration: underline;
  margin: 0 4px;
}

/* Barra fixa inferior de CTA (fica só dentro do container, mobile) */
.sticky-cta {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: rgba(10,13,26,0.95);
  border-top: 1px solid rgba(212,175,55,0.35);
  padding: 10px 20px;
  backdrop-filter: blur(6px);
}

.sticky-cta .cta-btn {
  padding: 13px 10px;
  font-size: 15px;
}

/* Utilitário */
.center { text-align: center; }
.mt-0 { margin-top: 30 !important; }
.small-note {
  text-align: center;
  font-size: 11.5px;
  color: #9fa2b5;
  padding: 6px 24px 0;
}

@media (min-width: 481px) {
  .card-container {
    border-radius: 18px;
    margin: 18px auto;
    min-height: calc(100vh - 36px);
  }
}
