/* ==========================================================================
   +100 FOLDERS VISUAIS DE PROVÉRBIOS - ESTILOS PRINCIPAIS
   Visual Identity: Premium Editorial Biblical Study / Warm Terroso + Amber + Emerald
   Typography: Poppins (Root font-size ajustado ~7% para legibilidade global)
   ========================================================================== */

:root {
  /* Cores Principais */
  --bg-dark: #201007;
  --bg-dark-card: #2a170f;
  --bg-dark-card-inner: #1e0e06;
  --bg-dark-border: #3c1e10;
  --bg-cream: #faf7f2;
  --bg-cream-alt: #f6ede3;
  --bg-warm-white: #fcfbf9;
  --bg-white: #ffffff;

  /* Acentos & Destaques (Amarelo / Dourado Padrão) */
  --color-amber: #f59e0b;
  --color-amber-light: #fcd34d;
  --color-gold: #fbbf24;
  --color-orange-deep: #f59e0b;
  --color-emerald: #22c55e;
  --color-emerald-dark: #15803d;
  --color-emerald-light: #4ade80;
  --color-red: #ef4444;

  /* Textos */
  --text-dark: #1a0e08;
  --text-dark-muted: #594d45;
  --text-light: #ffffff;
  --text-cream: #ebdcd0;
  --text-gray: #4b5563;
  --text-gray-light: #9ca3af;

  /* Sombras e Bordas */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 6px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 14px 30px rgba(0, 0, 0, 0.14);
  --shadow-cta: 0 10px 25px rgba(34, 197, 94, 0.35);
  --shadow-cta-hover: 0 14px 32px rgba(34, 197, 94, 0.5);

  /* Dimensões */
  --container-max: 1120px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  /* Transições */
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset Global */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-warm-white);
  color: var(--text-dark);
  line-height: 1.6;
  font-size: 17.2px; /* Aumento global de ~7.5% na tipografia geral */
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

/* Utilitários de Layout */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 20px;
}

@media (min-width: 768px) {
  .container {
    padding-inline: 32px;
  }
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.highlight {
  color: var(--color-amber-light);
  font-weight: 900;
  display: inline;
}

/* ==========================================================================
   1. BARRA SUPERIOR (Top Banner)
   ========================================================================== */
.top-bar {
  background: linear-gradient(90deg, #160b05 0%, #2a150c 50%, #160b05 100%);
  color: #f3e8df;
  padding: 9px 12px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  border-bottom: 1px solid rgba(253, 211, 77, 0.2);
  position: relative;
  z-index: 40;
}

.top-bar-text {
  margin: 0;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
}

.top-bar-icon {
  width: 14px;
  height: 14px;
  color: var(--color-amber-light);
  flex-shrink: 0;
}

.top-bar-highlight {
  color: var(--color-amber-light);
  font-weight: 900;
  letter-spacing: 0.04em;
}

@media (max-width: 380px) {
  .top-bar {
    font-size: 0.72rem;
    padding: 8px 6px;
  }
  .top-bar-icon {
    width: 13px;
    height: 13px;
  }
}

/* ==========================================================================
   2. HERO SECTION (Composição Vertical e Centralizada)
   ========================================================================== */
.hero-section {
  background-color: var(--bg-dark);
  color: var(--text-light);
  padding-top: 52px;
  padding-bottom: 64px;
  border-bottom: none;
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 992px) {
  .hero-section {
    padding-top: 68px;
    padding-bottom: 78px;
  }
}

.hero-glow {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 750px);
  height: 480px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.16) 0%, rgba(32, 16, 7, 0) 70%);
  filter: blur(80px);
  pointer-events: none;
}

.hero-container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Wrapper da Headline com Efeito Sutil de Fundo */
.hero-headline-wrap {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.hero-headline-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92%, 580px);
  height: 150px;
  background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.15) 0%, rgba(245, 158, 11, 0.04) 55%, transparent 80%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

/* Headline com Hierarquia Visual e 4 Linhas Exatas no Mobile */
.hero-headline {
  position: relative;
  z-index: 1;
  font-weight: 800;
  color: #ffffff;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: clamp(21px, 6.2vw, 24px);
    line-height: 1.08;
    letter-spacing: -0.8px;
    text-align: center;
    max-width: 100%;
    margin-inline: auto;
    padding: 0 4px;
  }

  .hero-line {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 481px) and (max-width: 640px) {
  .hero-headline {
    font-size: clamp(24px, 5.2vw, 28px);
    line-height: 1.1;
    letter-spacing: -0.6px;
  }

  .hero-line {
    display: block;
  }
}

@media (min-width: 641px) {
  .hero-headline {
    font-size: clamp(2.35rem, 4.6vw, 3.35rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  .hero-line {
    display: inline;
    white-space: normal;
  }
}

.hero-line-1 {
  color: #ffffff;
  font-weight: 900;
}

.highlight-chapters {
  color: var(--color-gold);
  font-weight: 900;
}

.highlight-proverbios {
  color: var(--color-amber-light);
  font-weight: 900;
  text-shadow: 0 2px 14px rgba(245, 158, 11, 0.20);
}

.hero-subheadline {
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--text-cream);
  line-height: 1.52;
  margin: 20px auto 30px;
  max-width: 560px;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Mockup Centralizado no Hero com Brilho Sutil de Fundo */
.hero-mockup-wrap {
  width: 100%;
  max-width: 660px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-mockup-wrap::before {
  content: "";
  position: absolute;
  inset: auto 10% 8% 10%;
  height: 45%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.18) 0%, rgba(245, 158, 11, 0.08) 35%, rgba(245, 158, 11, 0) 70%);
  filter: blur(22px);
  z-index: 0;
  pointer-events: none;
}

.hero-mockup-img {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.8));
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .hero-mockup-wrap {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 26px;
  }

  .hero-mockup-img {
    width: 96%;
    max-width: 100%;
  }
}

.hero-mockup-img:hover {
  transform: scale(1.015);
}

.hero-mockup-fallback {
  width: 100%;
  max-width: 520px;
  height: 300px;
  background: rgba(255, 255, 255, 0.04);
  border: 2px dashed rgba(245, 158, 11, 0.4);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--color-amber-light);
  padding: 20px;
  text-align: center;
}

.hero-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Área de Entrega WhatsApp + E-mail */
.hero-delivery-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;
  margin-top: 14px;
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-delivery-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-delivery-whatsapp {
  color: #4ade80;
}

.hero-delivery-email {
  color: var(--color-amber-light);
}

.delivery-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ==========================================================================
   BOTÕES CTA (Formato Pill, Shimmer & Efeito Suave)
   ========================================================================== */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);
  color: #ffffff;
  font-size: clamp(0.98rem, 2.3vw, 1.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 18px 36px;
  border-radius: var(--radius-full);
  border-bottom: 4px solid #065f46;
  box-shadow: var(--shadow-cta);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

.btn-cta:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: var(--shadow-cta-hover);
  background: linear-gradient(135deg, #34d399 0%, #10b981 50%, #059669 100%);
}

.btn-cta:active {
  transform: translateY(2px) scale(0.99);
  border-bottom-width: 1px;
}

/* Shimmer Light Reflection */
.btn-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.28) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shimmer 3.5s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  35% { left: 150%; }
  100% { left: 150%; }
}

/* ==========================================================================
   3. CARROSSEL DE PRÉVIAS (Marquee Contínuo Full-Bleed com Imagens Ampliadas)
   ========================================================================== */
.previews-section {
  background-color: var(--bg-cream);
  padding: 56px 0 60px;
  border-bottom: none; /* Barra divisória removida para transição limpa para O QUE VOCÊ VAI APRENDER */
  position: relative;
  overflow: hidden;
}

.section-title {
  font-size: clamp(1.42rem, 2.7vw, 2.25rem);
  font-weight: 900;
  line-height: 1.25;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: clamp(0.92rem, 1.45vw, 1.08rem);
  color: var(--text-dark-muted);
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto 32px;
}

/* Container Full Bleed: ocupa toda a largura da tela sem causar scroll horizontal */
.carousel-fullbleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding-block: 10px;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.carousel-fullbleed:active {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}

/* Card do Carrossel Ampliado no Tamanho das Imagens Originais */
.preview-card {
  flex: 0 0 520px;
  height: 367px;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(245, 158, 11, 0.18);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  pointer-events: none;
}

@media (min-width: 768px) {
  .preview-card {
    flex: 0 0 600px;
    height: 424px;
    border-radius: var(--radius-lg);
  }
}

@media (max-width: 480px) {
  .preview-card {
    flex: 0 0 440px;
    height: 311px;
  }
}

@media (max-width: 380px) {
  .preview-card {
    flex: 0 0 400px;
    height: 283px;
  }
}

.preview-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.preview-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==========================================================================
   4. SEÇÃO: O QUE VOCÊ VAI APRENDER (Editorial & Clean)
   ========================================================================== */
.learn-section {
  background-color: var(--bg-warm-white);
  padding: 64px 0 68px;
  border-bottom: none;
}

.section-gold-line {
  width: 42px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-amber), var(--color-gold));
  border-radius: 2px;
  margin: 0 auto 14px;
}

.learn-editorial-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  column-gap: 44px;
  max-width: 960px;
  margin: 0 auto 38px;
}

@media (min-width: 768px) {
  .learn-editorial-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    column-gap: 52px;
  }
}

.learn-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 6px 18px;
  border-bottom: 1px solid rgba(32, 16, 7, 0.08);
  text-align: left;
  transition: transform 0.2s ease;
}

.learn-item:hover {
  transform: translateX(3px);
}

.learn-item-icon {
  width: 44px;
  height: 44px;
  background: rgba(245, 158, 11, 0.10);
  border: 1px solid rgba(245, 158, 11, 0.20);
  border-radius: 12px;
  color: var(--color-orange-deep);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.learn-item-icon svg {
  width: 22px;
  height: 22px;
}

.learn-item-text {
  font-size: clamp(0.98rem, 1.35vw, 1.05rem);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.48;
  margin: 0;
}

/* ==========================================================================
   5. SEÇÃO DE BÔNUS (Clean & Editorial)
   ========================================================================== */
.bonus-section {
  background-color: var(--bg-cream-alt);
  padding: 64px 0 68px;
  border-bottom: none;
  position: relative;
}

.bonus-clean-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 980px;
  margin: 0 auto 36px;
}

@media (min-width: 768px) {
  .bonus-clean-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }
}

.bonus-clean-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(245, 158, 11, 0.15);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: left;
}

.bonus-clean-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.bonus-clean-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #fbf7f1 0%, #f1e7da 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 14px 14px 10px;
  border-bottom: 1px solid rgba(245, 158, 11, 0.15);
  position: relative;
}

.bonus-clean-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(32, 16, 7, 0.16));
  transition: transform 0.25s ease;
}

.bonus-clean-card:hover .bonus-clean-thumb img {
  transform: scale(1.02);
}

.bonus-thumb-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--color-orange-deep);
}

.bonus-thumb-fallback svg {
  width: 42px;
  height: 42px;
}

.bonus-thumb-fallback span {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.bonus-clean-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bonus-clean-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.bonus-tag-label {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--color-orange-deep);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bonus-badge-free {
  background: rgba(34, 197, 94, 0.15);
  color: var(--color-emerald-dark);
  border: 1px solid rgba(34, 197, 94, 0.35);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: var(--radius-full);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bonus-clean-title {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.35;
  margin-bottom: 8px;
}

.bonus-clean-desc {
  font-size: 0.92rem;
  color: var(--text-dark-muted);
  line-height: 1.52;
}

/* ==========================================================================
   6. SEÇÃO DE OFERTA (#offer)
   ========================================================================== */
.offer-section {
  background-color: var(--bg-dark);
  color: var(--text-light);
  padding: 64px 0 72px;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}

.offer-header {
  text-align: center;
  margin-bottom: 40px;
}

.offer-header-title {
  font-size: clamp(1.5rem, 3.1vw, 2.35rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.offer-header-subtitle {
  font-size: clamp(0.94rem, 1.5vw, 1.1rem);
  color: var(--text-cream);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.52;
}

.offer-cards-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
  gap: 28px;
}

/* 1º Card: Plano Básico (Discreto / Mais Apagado) */
.plan-basic-card {
  width: 100%;
  max-width: 580px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-cream);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  box-shadow: none;
  text-align: center;
  transition: var(--transition);
}

@media (min-width: 640px) {
  .plan-basic-card {
    padding: 28px 34px;
  }
}

.plan-basic-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.045);
}

.plan-basic-label {
  font-size: 0.74rem;
  font-weight: 800;
  color: rgba(235, 220, 208, 0.65);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.plan-basic-title {
  font-size: 1.28rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 14px;
}

.plan-basic-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.92rem;
  color: rgba(235, 220, 208, 0.75);
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.plan-basic-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.plan-basic-price-wrap {
  margin-bottom: 16px;
}

.plan-basic-price {
  font-size: 1.95rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1;
}

.plan-basic-unit {
  font-size: 0.74rem;
  color: rgba(235, 220, 208, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.btn-basic {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: var(--transition);
  cursor: pointer;
  width: 100%;
  max-width: 340px;
}

.btn-basic:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

/* Card: Plano Completo (Herói da Oferta) */
.plan-hero-card {
  width: 100%;
  background: linear-gradient(180deg, #2a170f 0%, #1e0e06 100%);
  border: 2px solid rgba(245, 158, 11, 0.7);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.75), 0 0 35px rgba(245, 158, 11, 0.16);
  position: relative;
  padding: 38px 20px 28px;
}

@media (min-width: 640px) {
  .plan-hero-card {
    padding: 44px 32px 34px;
  }
}

.plan-hero-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--color-amber) 0%, var(--color-gold) 100%);
  color: #0f172a;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 5px 18px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
  white-space: nowrap;
}

/* Grid do Plano Completo: 2 Colunas no Desktop */
.plan-hero-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

@media (min-width: 860px) {
  .plan-hero-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 32px;
    align-items: center;
    text-align: left;
  }
}

.plan-hero-mockup-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-hero-mockup-img {
  width: 100%;
  max-width: min(100%, 360px);
  height: auto;
  display: block;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.7));
}

@media (min-width: 860px) {
  .plan-hero-mockup-img {
    max-width: 380px;
  }
}

.plan-hero-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.plan-hero-label {
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--color-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.plan-hero-title {
  font-size: clamp(1.25rem, 2.5vw, 1.68rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 14px;
  text-transform: none;
}

.plan-feature-list {
  list-style: none;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.plan-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--text-cream);
  line-height: 1.42;
}

.plan-feature-item strong {
  color: #ffffff;
}

.plan-feature-item.is-bonus {
  color: var(--color-gold);
  font-weight: 700;
}

.plan-feature-icon {
  width: 17px;
  height: 17px;
  color: var(--color-emerald-light);
  flex-shrink: 0;
  margin-top: 2px;
}

/* Preços do Plano Completo */
.plan-pricing-box {
  margin-bottom: 18px;
}

.plan-price-anchor {
  font-size: 0.92rem;
  font-weight: 700;
  color: #fca5a5;
  text-decoration: line-through;
  display: block;
  margin-bottom: 2px;
}

.plan-price-main {
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 900;
  color: var(--color-emerald-light);
  line-height: 1;
  letter-spacing: -0.03em;
}

.plan-price-unit {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-cream);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.plan-trust-footer {
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(235, 220, 208, 0.8);
  text-align: center;
}

/* ==========================================================================
   7. PROVA SOCIAL (Feedbacks Reais do WhatsApp)
   ========================================================================== */
.social-proof-section {
  background-color: var(--bg-warm-white);
  padding: 64px 0 70px;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}

.proof-carousel-wrapper {
  position: relative;
  max-width: 1040px;
  margin: 36px auto 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.proof-carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 12px 6px 20px;
  scrollbar-width: none;
  width: 100%;
}

.proof-carousel-track::-webkit-scrollbar {
  display: none;
}

.proof-card {
  flex: 0 0 100%;
  max-width: 320px;
  scroll-snap-align: center;
  background: #ffffff;
  border: 1px solid rgba(245, 158, 11, 0.15);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 640px) {
  .proof-card {
    flex: 0 0 calc(50% - 12px);
    max-width: none;
  }
}

@media (min-width: 992px) {
  .proof-card {
    flex: 0 0 calc(33.333% - 14px);
    max-width: none;
  }
}

.proof-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(245, 158, 11, 0.35);
}

.proof-card-inner {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #0b141a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.proof-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.proof-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-orange-deep);
  padding: 24px;
  text-align: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #faf5ef 0%, #f1e6d8 100%);
}

.proof-placeholder svg {
  width: 36px;
  height: 36px;
}

.proof-placeholder span {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-dark);
}

.proof-nav-btn {
  background: #ffffff;
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: var(--color-orange-deep);
  width: 42px;
  height: 42px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  flex-shrink: 0;
  transition: var(--transition);
  z-index: 2;
}

.proof-nav-btn:hover {
  background: var(--color-orange-deep);
  color: #ffffff;
  border-color: var(--color-orange-deep);
  transform: scale(1.06);
}

.proof-nav-btn svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 640px) {
  .proof-nav-btn {
    display: none;
  }
  .proof-card {
    flex: 0 0 85%;
    max-width: 300px;
  }
}

/* ==========================================================================
   8. GARANTIA (7 Dias)
   ========================================================================== */
.guarantee-section {
  background-color: #ffffff;
  padding: 56px 0;
  border-bottom: none;
}

.guarantee-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .guarantee-wrap {
    flex-direction: row;
    align-items: center;
    gap: 42px;
  }
}

.guarantee-badge-3d {
  width: 165px;
  height: 165px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guarantee-seal-img {
  width: 100%;
  max-width: 165px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(245, 158, 11, 0.45));
  animation: pulse-badge 3s infinite alternate;
}

@keyframes pulse-badge {
  0% { transform: scale(1); }
  100% { transform: scale(1.04); }
}

.guarantee-content {
  text-align: center;
}

@media (min-width: 768px) {
  .guarantee-content {
    text-align: left;
  }
}

.guarantee-title {
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 900;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.guarantee-text {
  font-size: 0.98rem;
  color: var(--text-dark-muted);
  line-height: 1.58;
}

/* ==========================================================================
   9. FAQ (Accordion)
   ========================================================================== */
.faq-section {
  background-color: var(--bg-warm-white);
  padding: 56px 0;
  border-bottom: none;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(230, 216, 200, 0.85);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.faq-item:hover {
  border-color: rgba(245, 158, 11, 0.35);
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-dark);
  cursor: pointer;
  user-select: none;
}

.faq-question-icon {
  width: 18px;
  height: 18px;
  color: var(--color-orange-deep);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq-item.is-active .faq-question-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-inner {
  padding: 0 20px 20px;
  font-size: 0.92rem;
  color: var(--text-dark-muted);
  line-height: 1.58;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 2px;
  padding-top: 14px;
}

/* ==========================================================================
   10. CTA FINAL
   ========================================================================== */
.final-cta-section {
  background-color: var(--bg-dark);
  color: var(--text-light);
  padding: 56px 0;
  border-bottom: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-headline {
  font-size: clamp(1.4rem, 3.1vw, 2.25rem);
  font-weight: 900;
  line-height: 1.25;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 820px;
  margin: 0 auto 28px;
}

/* ==========================================================================
   11. RODAPÉ (Footer)
   ========================================================================== */
.footer {
  background-color: #150a04;
  color: #8c7a6e;
  font-size: 0.78rem;
  padding: 34px 0;
  text-align: center;
}

.footer-copy {
  font-weight: 700;
  color: #b3a195;
  margin-bottom: 6px;
}

.footer-disclaimer {
  font-size: 0.72rem;
  color: #6b5c52;
  margin-bottom: 12px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 0.72rem;
  color: #8c7a6e;
}

.footer-links a:hover {
  color: var(--color-amber-light);
  text-decoration: underline;
}

/* ==========================================================================
   RESPONSIVIDADE AJUSTES FINOS
   ========================================================================== */
@media (max-width: 480px) {
  .btn-cta {
    width: 100%;
    padding: 16px 20px;
    font-size: 0.98rem;
  }

  .section-title {
    font-size: 1.35rem;
  }
}
