/* ==========================================================================
   50 DECORAÇÕES QUE PARECEM CARAS, MAS VOCÊ FAZ
   CSS Mobile-First & Otimizado para Velocidade (Connect Rate Máximo)
   Paleta Editorial Viva: Verde Floresta Profundo + Terracota Vibrante + Marfim Iluminado
   TIPOGRAFIA MODERNA DE ALTA CONVERSÃO: POPPINS (Títulos) + INTER (Textos)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. DESIGN TOKENS & VARIÁVEIS DE COR E TIPOGRAFIA
   -------------------------------------------------------------------------- */
:root {
  /* Cores Principais Vivas (Exatas da Referência Oficial) */
  --verde-floresta: #0D4D3B;
  --verde-floresta-rich: #105541;
  --verde-floresta-dark: #073528;
  --verde-floresta-night: #042018;
  --verde-floresta-soft: #EFF7F3;       /* Verde folha translúcido super fresco */
  --verde-floresta-subtle: rgba(13, 77, 59, 0.12);

  --terracota: #C84E2F;
  --terracota-rich: #C2532F;
  --terracota-dark: #A93E23;
  --terracota-soft: #FDF4F0;          /* Terracota pêssego translúcido */
  --terracota-glow: rgba(200, 78, 47, 0.35);

  --dourado: #D6A62A;
  --dourado-rich: #F2D179;
  --dourado-dark: #B58819;
  --dourado-soft: #FCF8EC;
  --dourado-border: rgba(214, 166, 42, 0.45);

  /* Tipografia de Alto Contraste (Grafite botânico nítido, sem cinza opaco) */
  --grafite: #121815;
  --grafite-medium: #2C3833;           /* Preto suave, nítido e altamente legível */
  --grafite-light: #52635C;

  /* Superfícies LUMINOSAS (Marfim, creme iluminado e branco puro) */
  --bg-marfim: #FCFBF8;                /* Marfim nobre, claro e acolhedor */
  --bg-creme-luz: #FAF6EE;             /* Creme acetinado iluminado */
  --bg-card: #FFFFFF;                  /* Cartão branco puro com bordas coloridas nítidas */
  --border-green: rgba(13, 77, 59, 0.22);
  --border-terracota: rgba(200, 78, 47, 0.25);
  --border-gold: rgba(214, 166, 42, 0.35);

  /* Sombras Coloridas Profundas */
  --shadow-sm: 0 4px 14px rgba(13, 77, 59, 0.08);
  --shadow-md: 0 10px 30px rgba(13, 77, 59, 0.12);
  --shadow-lg: 0 18px 48px rgba(13, 77, 59, 0.2);
  --shadow-cta: 0 8px 25px rgba(200, 78, 47, 0.42);

  /* Tipografia Solicitada: POPPINS (Títulos com peso e geometria moderna) + INTER (Textos ultra legíveis) */
  --font-title: 'Poppins', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-hand: 'Caveat', cursive, serif;

  /* Aliases para compatibilidade total */
  --font-serif: var(--font-title);
  --font-sans: var(--font-body);

  /* Transições */
  --trans-fast: 0.2s ease;
  --trans-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --------------------------------------------------------------------------
   2. RESET & BASE
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--grafite);
  background-color: var(--bg-marfim);
  line-height: 1.55;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
  color: var(--grafite);
  letter-spacing: -0.02em;
}

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

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

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

.container {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 860px;
  }
}

.section-mockup-showcase,
.plan-mockup-showcase {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-mockup-showcase {
  max-width: 360px;
  margin-top: 0.8rem;
  margin-bottom: 1.4rem;
}

.plan-mockup-showcase {
  max-width: 250px;
  margin-top: 0.35rem;
  margin-bottom: 1.2rem;
}

.section-mockup-showcase img,
.plan-mockup-showcase img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.22));
}

.plan-mockup-showcase img {
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.32));
}

/* --------------------------------------------------------------------------
   4. TIPOGRAFIA MODERNA COM POPPINS & INTER
   -------------------------------------------------------------------------- */
.kicker {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--verde-floresta);
  background: var(--verde-floresta-soft);
  padding: 0.42rem 1rem;
  border-radius: 999px;
  border: 1.5px solid var(--border-green);
  margin-bottom: 1rem;
}

.kicker.kicker-terracota {
  color: var(--terracota);
  background: var(--terracota-soft);
  border-color: var(--border-terracota);
}

.kicker.kicker-dourado {
  color: #7D5904;
  background: var(--dourado-soft);
  border-color: var(--border-gold);
}

.kicker.kicker-inverted {
  color: var(--dourado-rich);
  background: rgba(242, 209, 121, 0.16);
  border-color: rgba(242, 209, 121, 0.4);
}

.headline-hero {
  font-family: var(--font-title);
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  color: var(--grafite);
  margin-bottom: 1.1rem;
  letter-spacing: -0.03em;
}

.headline-hero span.highlight {
  color: var(--terracota);
  display: inline;
}

.headline-section {
  font-family: var(--font-title);
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 800;
  color: var(--grafite);
  text-align: center;
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
}

.subtitle-section {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--grafite-medium);
  text-align: center;
  margin-bottom: 1.6rem;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.editorial-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.editorial-divider::before,
.editorial-divider::after {
  content: '';
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--verde-floresta-subtle), transparent);
  flex: 1;
}

.editorial-divider-icon {
  display: inline-flex;
  color: var(--terracota);
  font-size: 0.95rem;
}

/* --------------------------------------------------------------------------
   5. BOTÕES DE ALTA CONVERSÃO (CTAs)
   -------------------------------------------------------------------------- */
.cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: var(--font-title);
  background: linear-gradient(180deg, #E05E39 0%, var(--terracota) 48%, var(--terracota-dark) 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 1.05rem 1.25rem;
  border-radius: 14px;
  box-shadow: var(--shadow-cta);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: transform var(--trans-fast), box-shadow var(--trans-fast);
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  position: relative;
  overflow: hidden;
}

.cta-button:active,
.cta-button:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 12px 32px rgba(200, 78, 47, 0.55);
}

.cta-button .cta-sub {
  font-family: var(--font-body);
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  opacity: 0.95;
  margin-top: 0.2rem;
}

.cta-button::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: rotate(25deg);
  animation: shimmer 3.5s infinite;
}

@keyframes shimmer {
  0% { left: -60%; }
  25% { left: 140%; }
  100% { left: 140%; }
}

.trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--grafite-medium);
  text-align: center;
  margin-top: 0.9rem;
  font-weight: 600;
}

.trust-badge svg {
  width: 16px;
  height: 16px;
  fill: var(--verde-floresta);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   6. SEÇÕES VIVAS COM CORES DA MARCA (SEM CINZA!)
   -------------------------------------------------------------------------- */

/* DOBRA 1: HERO / PROMESSA */
.hero-section {
  padding: 2.4rem 0 2.2rem;
  background: linear-gradient(180deg, #FBF8F2 0%, var(--bg-marfim) 100%);
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border-green);
}

.hero-mockup-wrapper {
  margin: 1.5rem auto 2.1rem;
  max-width: 360px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-product-art {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(13, 77, 59, 0.24));
  background: transparent;
  transition: transform var(--trans-smooth);
}

.hero-product-art:hover {
  transform: translateY(-3px) scale(1.015);
}

.hero-pill-tag {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--verde-floresta);
  color: #FFFFFF;
  font-family: var(--font-title);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.38rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(13, 77, 59, 0.35);
  border: 1px solid rgba(255,255,255,0.3);
}

.hero-support-text {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--grafite-medium);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: center;
  padding: 0 0.5rem;
}

.hero-support-text strong {
  color: var(--verde-floresta);
  font-weight: 800;
}

.hero-flow-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 1.35rem;
}

.flow-step-tag {
  font-family: var(--font-title);
  font-size: 0.75rem;
  font-weight: 800;
  background: var(--bg-card);
  border: 1.5px solid var(--border-green);
  padding: 0.32rem 0.65rem;
  border-radius: 8px;
  color: var(--verde-floresta);
  box-shadow: var(--shadow-sm);
}

.flow-arrow {
  color: var(--terracota);
  font-size: 0.85rem;
  font-weight: 900;
}

/* SEÇÃO PADRÃO */
.dobra-section {
  padding: 3rem 0;
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}

.scroll-effects-ready .scroll-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.scroll-effects-ready .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .dobra-section {
    content-visibility: visible;
  }

  .scroll-effects-ready .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Fundos Vivos Sem Cinza */
.dobra-section.bg-marfim {
  background-color: var(--bg-marfim);
}

.dobra-section.bg-verde-soft {
  background-color: var(--verde-floresta-soft);
  border-top: 1px solid var(--border-green);
  border-bottom: 1px solid var(--border-green);
}

.dobra-section.bg-terracota-soft {
  background-color: var(--terracota-soft);
  border-top: 1px solid var(--border-terracota);
  border-bottom: 1px solid var(--border-terracota);
}

.dobra-section.bg-creme-luz {
  background-color: var(--bg-creme-luz);
  border-top: 1px solid rgba(214, 166, 42, 0.2);
  border-bottom: 1px solid rgba(214, 166, 42, 0.2);
}

/* QUEBRA DE IMPACTO: VERDE FLORESTA PROFUNDO */
.dobra-section.bg-verde-floresta {
  background: linear-gradient(180deg, #09372B 0%, var(--verde-floresta) 50%, #06261D 100%);
  color: #FFFFFF;
  position: relative;
}

.dobra-section.bg-verde-floresta .headline-section {
  color: #FAF6EE;
}

.dobra-section.bg-verde-floresta .subtitle-section {
  color: #C8DCD3;
}

/* REGRA 3: CARROSSÉIS CONTÍNUOS E ANIMADOS RÁPIDOS */
.carousel-ticker-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.85rem 0;
  margin: 1.35rem 0;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.carousel-ticker-track {
  display: flex;
  gap: 1.15rem;
  width: max-content;
  animation: fastMarquee 15s linear infinite;
  will-change: transform;
}

.carousel-ticker-track:hover {
  animation-play-state: paused;
}

@keyframes fastMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ticker-card {
  width: 250px;
  flex-shrink: 0;
  background: var(--bg-card);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border-green);
  display: flex;
  flex-direction: column;
  transition: transform var(--trans-fast), box-shadow var(--trans-fast);
}

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

.ticker-card-img {
  width: 100%;
  height: 175px;
  background: var(--verde-floresta-soft);
  position: relative;
  overflow: hidden;
  display: block;
}

.ticker-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  transition: transform var(--trans-smooth);
}

.ticker-card:hover .ticker-card-img img {
  transform: scale(1.04);
}

.ticker-photo-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(13, 77, 59, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #FFFFFF;
  font-family: var(--font-title);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  z-index: 2;
}

.ticker-card-content {
  padding: 0.85rem 1rem 1rem;
  background: var(--bg-card);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ticker-card-category {
  font-family: var(--font-title);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--terracota);
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}

.ticker-card-title {
  font-family: var(--font-title);
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--grafite);
  line-height: 1.3;
}

.ticker-card-quote {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-style: italic;
  color: var(--grafite-medium);
  line-height: 1.45;
  margin: 0.45rem 0 0.55rem;
}

.ticker-card-footer {
  margin-top: auto;
  padding-top: 0.45rem;
  border-top: 1px dashed rgba(13, 77, 59, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-body);
  font-size: 0.7rem;
}

.ticker-card-author {
  font-weight: 700;
  color: var(--verde-floresta);
}

.ticker-card-cost {
  font-weight: 800;
  color: var(--terracota);
  background: var(--terracota-soft);
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
}

/* DOBRA 2: TEMAS / CONDIÇÕES COBERTAS */
.grid-8-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  margin: 1.5rem 0 2rem;
}

@media (min-width: 540px) {
  .grid-8-items {
    grid-template-columns: 1fr 1fr;
  }
}

.item-card-compact {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: var(--bg-card);
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1.5px solid var(--border-green);
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--verde-floresta);
}

.item-bullet-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 8px;
  background: var(--verde-floresta);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.9rem;
  margin-top: 0.1rem;
}

.item-card-compact h4 {
  font-family: var(--font-title);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--grafite);
  margin-bottom: 0.25rem;
}

.item-card-compact p {
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: var(--grafite-medium);
  line-height: 1.45;
}

/* DOBRA 3: POR QUE É VALIOSO (VERDE FLORESTA LUXURY) */
.grid-6-benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.6rem 0;
}

@media (min-width: 540px) {
  .grid-6-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

.benefit-card-dark {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 1.25rem;
  border: 1.5px solid rgba(242, 209, 121, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  transition: transform var(--trans-fast);
}

.benefit-card-dark:hover {
  transform: translateY(-2px);
  border-color: var(--dourado-rich);
}

.benefit-emoji-dark {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  background: var(--terracota);
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(200, 78, 47, 0.45);
}

.benefit-info-dark h4 {
  font-family: var(--font-title);
  font-size: 0.98rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.benefit-info-dark p {
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: #D3E5DD;
  line-height: 1.45;
}

/* DOBRA 4: DOR DO PÚBLICO (TERRACOTA INTENSO VIBRANTE) */
.pain-strip {
  background: var(--verde-floresta-night);
  color: #ffffff;
  padding: 1.2rem 1.1rem;
  border-radius: 14px;
  text-align: center;
  margin-bottom: 1.35rem;
  border-left: 5px solid var(--terracota);
}

.pain-strip h3 {
  font-family: var(--font-title);
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 800;
  color: #FFF6F0;
}

.pain-card-highlight {
  background: linear-gradient(180deg, #D45B38 0%, var(--terracota) 60%, #B14125 100%);
  color: #FFFFFF;
  border-radius: 20px;
  padding: 1.75rem 1.35rem;
  box-shadow: 0 16px 40px rgba(200, 78, 47, 0.38);
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.pain-card-highlight h3 {
  font-family: var(--font-title);
  font-size: 1.45rem;
  color: #FFFFFF;
  margin-bottom: 0.85rem;
  line-height: 1.3;
  font-weight: 900;
}

.pain-card-highlight p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #FFF0EB;
  line-height: 1.6;
  margin-bottom: 1.45rem;
}

.pain-card-highlight p strong {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: var(--dourado-rich);
}

.pain-card-highlight .cta-button {
  background: linear-gradient(180deg, #135E47 0%, var(--verde-floresta) 100%);
  box-shadow: 0 10px 28px rgba(13, 77, 59, 0.55);
  border-top-color: rgba(255, 255, 255, 0.35);
}

/* DOBRA 5: CARROSSEL DE AMOSTRA */
.sample-card-item {
  width: 280px;
  flex-shrink: 0;
  background: var(--bg-card);
  border-radius: 16px;
  padding: 0.65rem;
  box-shadow: var(--shadow-md);
  border: 1.5px solid var(--border-green);
  overflow: hidden;
}

.sample-sheet-preview {
  background: #FCFBF8;
  border: 1px solid var(--border-green);
  border-radius: 10px;
  padding: 0.85rem;
  aspect-ratio: 1 / 1.414;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.sample-sheet-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  border-radius: 11px;
  border: 1px solid var(--border-green);
}

@media (max-width: 420px) {
  .sample-card-item {
    width: 250px;
  }
}

.sheet-header-mock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid var(--border-green);
  padding-bottom: 0.4rem;
  margin-bottom: 0.45rem;
}

.sheet-badge {
  font-family: var(--font-title);
  font-size: 0.58rem;
  font-weight: 800;
  background: var(--verde-floresta);
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.sheet-body-mock {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.sheet-illustration-placeholder {
  width: 100%;
  height: 95px;
  background: var(--verde-floresta-soft);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.sheet-illustration-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
}

.sheet-box-highlight {
  background: var(--terracota-soft);
  border-left: 3px solid var(--terracota);
  padding: 0.4rem 0.5rem;
  border-radius: 4px;
}

.sheet-box-highlight small {
  display: block;
  font-family: var(--font-title);
  font-size: 0.58rem;
  font-weight: 800;
  color: var(--terracota);
}

.sheet-box-highlight p {
  font-family: var(--font-body);
  font-size: 0.54rem;
  color: var(--grafite);
  line-height: 1.25;
}

/* DOBRA 6: IDEAL PARA VOCÊ */
.grid-ideal-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  margin: 1.5rem 0 2rem;
}

@media (min-width: 540px) {
  .grid-ideal-items {
    grid-template-columns: 1fr 1fr;
  }
}

.ideal-card {
  background: var(--bg-card);
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  border: 1.5px solid var(--border-green);
  border-left: 5px solid var(--verde-floresta);
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  box-shadow: var(--shadow-sm);
  transition: transform var(--trans-fast), border-color var(--trans-fast);
}

.ideal-card:hover {
  transform: translateY(-2px);
  border-left-color: var(--terracota);
}

.ideal-emoji {
  font-size: 1.5rem;
  line-height: 1;
  background: var(--verde-floresta-soft);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ideal-card h4 {
  font-family: var(--font-title);
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--grafite);
  margin-bottom: 0.25rem;
}

.ideal-card p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grafite-medium);
  line-height: 1.45;
}

/* DOBRA 7: CARD TUDO O QUE VOCÊ VAI RECEBER (VERDE FLORESTA NOBRE) */
.receive-big-card-dark {
  background: linear-gradient(180deg, #0D4D3B 0%, #062C21 100%);
  color: #FFFFFF;
  border-radius: 24px;
  padding: 2rem 1.4rem;
  border: 2px solid var(--dourado-border);
  box-shadow: 0 20px 50px rgba(13, 77, 59, 0.4);
  position: relative;
  overflow: hidden;
}

.receive-big-card-dark .headline-section {
  color: #FAF6EE;
  text-align: left;
  margin-bottom: 0.5rem;
}

.receive-big-card-dark p.intro-desc {
  font-family: var(--font-body);
  font-size: 0.94rem;
  color: #D6E8E0;
  margin-bottom: 1.35rem;
}

.access-badge-float {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--dourado);
  color: #181404;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 0.74rem;
  padding: 0.42rem 1rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.35rem;
  box-shadow: 0 4px 14px rgba(214, 166, 42, 0.45);
}

.deliverables-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.85rem;
}

.deliverable-item-dark {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #EAF4EE;
  line-height: 1.45;
}

.deliverable-item-dark strong {
  font-family: var(--font-title);
  color: #FFFFFF;
}

.deliverable-check-gold {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: var(--dourado);
  color: #181404;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 900;
  margin-top: 0.1rem;
}

.confirmation-grid-dark {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 1.15rem;
  border-radius: 14px;
  margin-top: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.confirmation-item-dark {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-title);
  font-size: 0.82rem;
  font-weight: 700;
  color: #FAF6EE;
}

/* DOBRA 8: BÔNUS EXCLUSIVOS */
.bonus-badge-count {
  display: inline-block;
  background: var(--dourado-soft);
  color: #7D5904;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 0.78rem;
  padding: 0.45rem 1.15rem;
  border-radius: 999px;
  border: 1.5px solid var(--border-gold);
  margin-bottom: 1.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.grid-4-bonus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .grid-4-bonus {
    grid-template-columns: 1fr 1fr;
  }
}

.bonus-card {
  background: var(--bg-card);
  border-radius: 18px;
  padding: 1.35rem;
  border: 1.5px solid var(--border-green);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  border-top: 4px solid var(--terracota);
}

.bonus-stars {
  color: var(--dourado);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.12em;
}

.bonus-image-square {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  background: var(--verde-floresta-soft);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--border-green);
  position: relative;
}

.bonus-image-square picture,
.bonus-image-square img {
  width: 100%;
  height: 100%;
  display: block;
}

.bonus-image-square img {
  object-fit: cover;
}

.bonus-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--terracota);
  color: #ffffff;
  font-family: var(--font-title);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.28rem 0.65rem;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 10px rgba(200, 78, 47, 0.4);
}

.bonus-card h4 {
  font-family: var(--font-title);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--grafite);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.bonus-card p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grafite-medium);
  line-height: 1.45;
  margin-bottom: 0.95rem;
  flex-grow: 1;
}

.bonus-pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--verde-floresta-soft);
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: 0.82rem;
  font-weight: 800;
  border: 1px solid var(--border-green);
}

.bonus-pricing-badge .old-price {
  text-decoration: line-through;
  color: var(--grafite-light);
  font-weight: 600;
}

.bonus-pricing-badge .free-text {
  color: var(--verde-floresta);
}

/* DOBRA 9: OFERTA / PLANOS (ÂNCORA DA PÁGINA) */
.plans-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-top: 1.85rem;
}

@media (min-width: 680px) {
  .plans-wrapper {
    flex-direction: row;
    align-items: stretch;
  }
  .plan-card {
    flex: 1;
  }
}

/* REGRA 2: Plano Básico é o primeiro; Plano Completo é o segundo */
.plan-card {
  border-radius: 22px;
  padding: 1.85rem 1.35rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Plano Básico */
.plan-card.plan-basic {
  background: var(--bg-card);
  border: 2px solid var(--border-green);
  box-shadow: var(--shadow-md);
}

/* Plano Completo */
.plan-card.plan-complete {
  background: linear-gradient(180deg, #105541 0%, #083427 100%);
  color: #FFFFFF;
  border: 2.5px solid var(--dourado-rich);
  box-shadow: 0 20px 50px rgba(13, 77, 59, 0.42);
}

.best-seller-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #D6A62A 0%, #F5D77F 50%, #D6A62A 100%);
  color: #181404;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 0.78rem;
  padding: 0.42rem 1.4rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(214, 166, 42, 0.55);
  white-space: nowrap;
}

.plan-header {
  text-align: center;
  padding-bottom: 1.25rem;
  border-bottom: 1.5px solid var(--border-green);
  margin-bottom: 1.25rem;
}

.plan-card.plan-complete .plan-header {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.plan-header h3 {
  font-family: var(--font-title);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--grafite);
  margin-bottom: 0.25rem;
}

.plan-card.plan-complete .plan-header h3 {
  color: #FAF6EE;
}

.plan-header .plan-sub {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--grafite-medium);
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.plan-card.plan-complete .plan-header .plan-sub {
  color: var(--dourado-rich);
}

.plan-header .plan-desc {
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: var(--grafite-light);
  line-height: 1.4;
}

.plan-card.plan-complete .plan-header .plan-desc {
  color: #C8DCD3;
}

/* REGRA 1: Bullets de Planos */
.plan-bullets-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.6rem;
  flex-grow: 1;
}

.plan-bullet {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--grafite);
}

.plan-card.plan-complete .plan-bullet {
  color: #EBF3F0;
}

/* Ícone Check */
.bullet-icon-check {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: var(--verde-floresta-soft);
  color: var(--verde-floresta);
  font-size: 0.76rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

.plan-card.plan-complete .bullet-icon-check {
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
}

/* Ícone Presente */
.bullet-icon-gift {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: var(--terracota);
  color: #FFFFFF;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  box-shadow: 0 3px 10px rgba(200, 78, 47, 0.4);
}

.plan-bullet.bonus-bullet {
  background: rgba(200, 78, 47, 0.14);
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  font-weight: 700;
  color: #FFEAE4;
  border: 1px solid rgba(200, 78, 47, 0.3);
}

.plan-pricing-box {
  text-align: center;
  background: var(--verde-floresta-soft);
  padding: 1.1rem;
  border-radius: 14px;
  margin-bottom: 1.35rem;
  border: 1.5px solid var(--border-green);
}

.plan-card.plan-complete .plan-pricing-box {
  background: rgba(0, 0, 0, 0.32);
  border-color: rgba(242, 209, 121, 0.4);
}

.plan-pricing-box .anchor-price {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--grafite-light);
  text-decoration: line-through;
  margin-bottom: 0.15rem;
}

.plan-card.plan-complete .plan-pricing-box .anchor-price {
  color: #B2CDC1;
}

.plan-pricing-box .final-price {
  font-size: 2.35rem;
  font-weight: 900;
  color: var(--verde-floresta);
  line-height: 1.05;
  font-family: var(--font-title);
}

.plan-card.plan-complete .plan-pricing-box .final-price {
  color: var(--dourado-rich);
}

.plan-pricing-box .final-price small {
  font-size: 1.05rem;
  font-weight: 800;
}

.plan-pricing-box .installment-note {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--grafite-medium);
  font-weight: 700;
  margin-top: 0.3rem;
}

.plan-card.plan-complete .plan-pricing-box .installment-note {
  color: #D6E8E0;
}

.plan-cta-button {
  display: block;
  width: 100%;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  text-align: center;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: transform var(--trans-fast), box-shadow var(--trans-fast);
}

.plan-card.plan-basic .plan-cta-button {
  background: transparent;
  color: var(--verde-floresta);
  border: 2.5px solid var(--verde-floresta);
}

.plan-card.plan-basic .plan-cta-button:hover {
  background: var(--verde-floresta);
  color: #ffffff;
}

.plan-card.plan-complete .plan-cta-button {
  background: linear-gradient(180deg, #E05E39 0%, var(--terracota) 50%, var(--terracota-dark) 100%);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(200, 78, 47, 0.5);
  border-top: 1px solid rgba(255,255,255,0.4);
}

.plan-closing-note {
  font-family: var(--font-body);
  text-align: center;
  font-size: 0.88rem;
  color: var(--grafite-medium);
  margin-top: 1.6rem;
  font-style: italic;
  font-weight: 600;
}

/* DOBRA 10: GARANTIA */
.guarantee-box {
  background: #FCF9F0;
  border-radius: 20px;
  padding: 1.85rem 1.35rem;
  border: 2px solid var(--border-gold);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.guarantee-seal-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 1.25rem;
}

.guarantee-box h3 {
  font-family: var(--font-title);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--verde-floresta);
  margin-bottom: 0.8rem;
}

.guarantee-box p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--grafite-medium);
  line-height: 1.55;
}

/* DOBRA 11: COMO FUNCIONA O ACESSO */
.grid-4-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin: 1.75rem 0 2rem;
}

@media (min-width: 540px) {
  .grid-4-steps {
    grid-template-columns: 1fr 1fr;
  }
}

.step-card {
  background: var(--bg-card);
  border-radius: 16px;
  padding: 1.35rem;
  border: 1.5px solid var(--border-green);
  box-shadow: var(--shadow-sm);
  position: relative;
  border-top: 4px solid var(--verde-floresta);
}

.step-number-badge {
  width: 34px;
  height: 34px;
  background: var(--verde-floresta);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 0.85rem;
  box-shadow: 0 4px 12px rgba(13, 77, 59, 0.3);
}

.step-card h4 {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--grafite);
  margin-bottom: 0.55rem;
}

.step-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.step-checklist li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: var(--grafite-medium);
  font-weight: 500;
}

.step-checklist li span.check {
  color: var(--verde-floresta);
  font-weight: 900;
}

/* DOBRA 12: F.A.Q */
.faq-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.faq-item {
  background: var(--bg-card);
  border-radius: 14px;
  border: 1.5px solid var(--border-green);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--trans-fast);
}

.faq-item.active {
  border-color: var(--verde-floresta);
  box-shadow: 0 6px 18px rgba(13, 77, 59, 0.14);
}

.faq-question-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem 1.25rem;
  text-align: left;
  font-family: var(--font-title);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--grafite);
  gap: 0.85rem;
}

.faq-toggle-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: var(--verde-floresta-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: var(--verde-floresta);
  transition: transform var(--trans-fast);
  font-weight: 800;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
  background: var(--terracota-soft);
  color: var(--terracota);
}

.faq-answer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.25rem;
}

.faq-item.active .faq-answer-content {
  max-height: 300px;
  padding: 0 1.25rem 1.2rem;
}

.faq-answer-content p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--grafite-medium);
  line-height: 1.55;
  border-top: 1px solid var(--verde-floresta-subtle);
  padding-top: 0.75rem;
}

/* DOBRA 13: RODAPÉ */
.site-footer {
  background: #0E1411;
  color: #98A6A0;
  padding: 2.6rem 0 4.8rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  line-height: 1.65;
  text-align: center;
  border-top: 1px solid rgba(13, 77, 59, 0.3);
}

.footer-copy {
  color: #FFFFFF;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 1.35rem;
}

.footer-disclaimers {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  opacity: 0.9;
}

/* --------------------------------------------------------------------------
   7. STICKY MOBILE CTA BAR (ALTA CONVERSÃO)
   -------------------------------------------------------------------------- */
.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(252, 251, 248, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 2px solid var(--border-green);
  padding: 0.75rem 1.15rem;
  box-shadow: 0 -6px 20px rgba(13, 77, 59, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  z-index: 999;
  transform: translateY(120%);
  transition: transform var(--trans-smooth);
}

.sticky-bottom-bar.visible {
  transform: translateY(0);
}

.sticky-info {
  display: flex;
  flex-direction: column;
}

.sticky-tag {
  font-family: var(--font-title);
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--terracota);
  text-transform: uppercase;
}

.sticky-price {
  font-family: var(--font-title);
  font-size: 0.98rem;
  font-weight: 900;
  color: var(--verde-floresta);
}

.sticky-btn {
  background: var(--terracota);
  color: #fff;
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.7rem 1.25rem;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(200, 78, 47, 0.4);
}

@media (min-width: 768px) {
  .site-footer {
    padding-bottom: 2.6rem;
  }
  .sticky-bottom-bar {
    display: none;
  }
}
