/* ==========================================================================
   RECEITUÁRIO ANTI-INFLAMATÓRIO (+1000 RECEITAS) — CLEAN LIGHT THEME
   Design Moderno, Fresco, Editorial e com Alta Conversão
   ========================================================================== */

:root {
  /* Cores de Fundo (Tema Claro & Orgânico) */
  --bg-body: #f8faf7;
  --bg-surface: #ffffff;
  --bg-surface-soft: #f0f6f0;
  --bg-surface-alt: #edf4ec;
  --bg-card: #ffffff;
  
  --border-light: #e2ede0;
  --border-subtle: #ebf3ea;
  --border-focus: #16a34a;

  /* Verdes & Acentos */
  --green-primary: #15803d;     /* Verde esmeralda rico para títulos e botões */
  --green-accent: #16a34a;      /* Verde vibrante para destaques */
  --green-hover: #14532d;       /* Verde escuro para hover */
  --green-light-bg: #dcfce7;    /* Verde menta suave para badges e fundos */
  --green-forest: #0f2918;      /* Verde floresta profundo para textos principais */
  --green-dark: #0a1f12;        /* Quase preto esverdeado */

  --lime-neon: #84cc16;         /* Acento sutil para brilhos e contrastes */

  /* Neutros e Textos */
  --text-main: #132418;         /* Texto escuro com excelente contraste */
  --text-body: #3c5243;         /* Texto de parágrafo legível */
  --text-muted: #627969;        /* Texto auxiliar e legendas */
  --text-white: #ffffff;

  /* Tipografia */
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Outfit', 'Plus Jakarta Sans', sans-serif;

  /* Efeitos e Sombras */
  --shadow-sm: 0 2px 10px rgba(15, 38, 22, 0.04);
  --shadow-md: 0 10px 25px -4px rgba(15, 38, 22, 0.07), 0 4px 10px -2px rgba(15, 38, 22, 0.04);
  --shadow-lg: 0 20px 40px -10px rgba(15, 38, 22, 0.10), 0 8px 16px -4px rgba(15, 38, 22, 0.05);
  --shadow-card: 0 14px 35px rgba(15, 38, 22, 0.06);

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  
  --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
}

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

/* --------------------------------------------------------------------------
   Layout Utilities
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.text-green-dark {
  color: var(--green-forest) !important;
}

.text-muted {
  color: var(--text-muted) !important;
}

.highlight-lime {
  color: var(--green-primary);
  position: relative;
  display: inline-block;
  font-weight: 900;
}

/* --------------------------------------------------------------------------
   Sections Themes & Backgrounds (Clean Light Architecture)
   -------------------------------------------------------------------------- */
.section-dark {
  background-color: var(--bg-surface-soft);
  background-image: linear-gradient(180deg, #f3f8f2 0%, #edf5eb 100%);
  color: var(--text-main);
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden;
}

.hero.section-dark {
  background-image: radial-gradient(circle at 50% 15%, #eaf5eb 0%, #f6faf5 65%, #edf4ec 100%);
  background-color: #f6faf5;
  padding-top: 70px;
  padding-bottom: 90px;
}

.section-light {
  background-color: #ffffff;
  color: var(--text-main);
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden;
}

/* Glow orbs decorativos suaves */
.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
.orb-1 {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.12), transparent 70%);
  top: 5%;
  right: -120px;
}
.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(22, 163, 74, 0.10), transparent 70%);
  bottom: 10%;
  left: -100px;
}
.orb-3 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.10), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orb-4 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.10), transparent 70%);
  top: 20%;
  right: 10%;
}

/* --------------------------------------------------------------------------
   Badges & Tags
   -------------------------------------------------------------------------- */
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #bbf7d0;
  box-shadow: 
    0 4px 14px rgba(22, 101, 52, 0.08),
    inset 0 1px 1px #ffffff;
  color: #14532d;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
  position: relative;
  transition: all 0.3s ease;
  user-select: none;
}

.badge-pill:hover {
  border-color: #86efac;
  background-color: #ffffff;
  box-shadow: 0 6px 20px rgba(22, 101, 52, 0.12);
  transform: translateY(-1px);
}

.badge-dot {
  width: 8px;
  height: 8px;
  background-color: #16a34a;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(22, 163, 74, 0.6);
  position: relative;
  flex-shrink: 0;
}

.badge-dot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #16a34a;
  animation: sonarPing 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: 1;
}

.badge-text {
  color: #14532d;
  font-weight: 800;
  display: inline-block;
}

.badge-outline {
  background: #ffffff;
  border: 1px solid #c7e6c9;
}

.badge-light-theme {
  background-color: #eaf5ea;
  border: 1px solid #c7e6c9;
  color: var(--green-forest);
}

@keyframes sonarPing {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  75%, 100% {
    transform: scale(2.8);
    opacity: 0;
  }
}

/* --------------------------------------------------------------------------
   Buttons & CTAs
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  text-align: center;
  border-radius: var(--radius-full);
  transition: var(--transition-smooth);
  cursor: pointer;
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.btn-lime {
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  color: #ffffff;
  border: 1px solid #4ade80;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-lime:hover {
  background: linear-gradient(135deg, #16a34a 0%, #14532d 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 30px rgba(21, 128, 61, 0.35);
  color: #ffffff;
}
.btn-lime:active {
  transform: translateY(-1px) scale(0.99);
}

.btn-outline-lime {
  background-color: #ffffff;
  color: var(--green-primary);
  border: 2px solid var(--green-primary);
  padding: 10px 22px;
  font-size: 0.95rem;
  font-weight: 800;
}
.btn-outline-lime:hover {
  background-color: var(--green-primary);
  color: #ffffff;
  border-color: var(--green-primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.btn-large {
  padding: 18px 36px;
  font-size: 1.15rem;
  width: 100%;
  max-width: 520px;
}

.btn-huge {
  padding: 20px 38px;
  font-size: 1.25rem;
  width: 100%;
  max-width: 580px;
  letter-spacing: -0.01em;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.9rem;
}

.pulse-glow {
  animation: buttonPulse 3s infinite;
}

.pulse-glow-strong {
  animation: pulseStrong 2.2s infinite ease-in-out;
  position: relative;
  overflow: hidden;
}

.pulse-glow-strong::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -70%;
  width: 45%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 100%
  );
  transform: rotate(25deg);
  animation: buttonShimmer 3.2s infinite ease-in-out;
  pointer-events: none;
}

@keyframes buttonPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.4), var(--shadow-md);
  }
  50% {
    box-shadow: 0 0 25px 6px rgba(22, 163, 74, 0.25), var(--shadow-lg);
  }
}

@keyframes pulseStrong {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.65), 0 10px 25px rgba(22, 163, 74, 0.4);
  }
  50% {
    transform: scale(1.025);
    box-shadow: 0 0 28px 8px rgba(34, 197, 94, 0.45), 0 18px 40px rgba(22, 163, 74, 0.65);
  }
}

@keyframes buttonShimmer {
  0% {
    left: -70%;
  }
  30%, 100% {
    left: 140%;
  }
}

/* --------------------------------------------------------------------------
   1. HERO SECTION
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.hero-video-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0.40;
  filter: brightness(1.02) saturate(1.15) contrast(1.05);
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.58) 0%, rgba(246, 250, 245, 0.78) 65%, rgba(237, 244, 236, 0.90) 100%);
  backdrop-filter: blur(1px);
}

.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-title {
  font-family: var(--font-display);
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  max-width: 860px;
  color: var(--green-forest);
}

.hero-subtitle {
  font-size: 1.15rem;
  color: var(--text-body);
  max-width: 700px;
  margin-bottom: 28px;
  font-weight: 450;
  line-height: 1.55;
}

/* Hero Visual Composition */
.hero-composition {
  width: 100%;
  max-width: 440px;
  margin: 0 auto 35px auto;
}

.hero-photo-showcase {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  perspective: 1000px;
}

.hero-halo-glow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 45px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.25) 0%, rgba(22, 101, 52, 0.05) 60%, transparent 80%);
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
}

.hero-photo-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid #c8e6c7;
  box-shadow: 
    0 25px 50px -10px rgba(15, 38, 22, 0.18),
    0 0 35px rgba(34, 197, 94, 0.1),
    inset 0 1px 0 #ffffff;
  background: #ffffff;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
}

.hero-photo-frame:hover {
  transform: translateY(-6px);
  border-color: #86efac;
  box-shadow: 
    0 35px 65px -10px rgba(15, 38, 22, 0.24),
    0 0 45px rgba(34, 197, 94, 0.18),
    inset 0 1px 0 #ffffff;
}

.hero-main-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 26px;
}

.hero-photo-overlay-sheen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.05) 30%,
    transparent 60%
  );
  pointer-events: none;
  border-radius: 26px;
}

.floating-pill {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid #bbf7d0;
  padding: 9px 18px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--green-forest);
  box-shadow: 
    0 10px 25px rgba(15, 38, 22, 0.10),
    0 0 15px rgba(34, 197, 94, 0.08);
  z-index: 10;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.floating-pill:hover {
  transform: scale(1.05);
  border-color: var(--green-accent);
}

.pill-top-left {
  top: -14px;
  left: -14px;
}

.pill-bottom-right {
  bottom: -16px;
  right: -14px;
}

.hero-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.guarantee-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
}
.guarantee-mini .sep {
  opacity: 0.4;
}

.hero-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid #dbe8da;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-sm);
}

.user-avatars {
  display: flex;
  align-items: center;
}
.user-avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -8px;
  object-fit: cover;
}
.user-avatars img:first-child {
  margin-left: 0;
}
.avatar-count {
  background-color: var(--green-light-bg);
  color: var(--green-primary);
  font-size: 0.72rem;
  font-weight: 800;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  margin-left: -8px;
}

.social-proof-text {
  font-size: 0.95rem;
  color: var(--text-body);
}
.social-proof-text strong {
  color: var(--green-forest);
}

/* --------------------------------------------------------------------------
   2. SEÇÃO DE IDENTIFICAÇÃO (É PARA VOCÊ?)
   -------------------------------------------------------------------------- */
.identification-section {
  padding-top: 75px;
  padding-bottom: 85px;
  border-top: 1px solid var(--border-subtle);
}

.section-title {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--green-forest);
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 35px auto;
}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto 35px auto;
}

.check-card {
  background-color: #ffffff;
  border: 1px solid #e2ede0;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.check-card:hover {
  transform: translateX(4px);
  border-color: #86efac;
  box-shadow: var(--shadow-md);
}

.check-card-highlight {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  border: 1px solid #86efac;
}

.check-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  color: #ffffff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  box-shadow: 0 4px 10px rgba(22, 163, 74, 0.3);
}

.check-content p {
  font-size: 1rem;
  color: var(--text-body);
}
.check-content strong {
  color: var(--green-forest);
}

.callout-banner {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #bbf7d0;
  padding: 18px 24px;
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.callout-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.callout-sparkle {
  font-size: 1.4rem;
}

.callout-text {
  font-size: 1.05rem;
  color: var(--text-body);
}
.callout-text strong {
  color: var(--green-primary);
}

/* --------------------------------------------------------------------------
   3. QUEBRA DE CRENÇA
   -------------------------------------------------------------------------- */
.belief-break-section {
  background-color: #ffffff;
  color: var(--text-main);
}

.belief-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.belief-title {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
  color: var(--green-forest);
}

.belief-body {
  font-size: 1.05rem;
  color: var(--text-body);
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.belief-highlight-p {
  font-size: 1.15rem;
  color: var(--green-forest);
  font-weight: 600;
}

.belief-quote-box {
  background-color: var(--bg-surface-soft);
  border-left: 4px solid var(--green-primary);
  padding: 16px 20px;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin-bottom: 28px;
  position: relative;
}

.quote-icon {
  font-size: 2.5rem;
  color: var(--green-accent);
  line-height: 1;
  font-family: serif;
  opacity: 0.3;
  position: absolute;
  top: 8px;
  right: 14px;
}

.quote-text {
  font-style: italic;
  font-weight: 600;
  color: var(--green-forest);
  font-size: 1rem;
}

.features-mini-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-mini-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--text-main);
  font-size: 0.95rem;
}

.image-showcase-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid #e2ece0;
  background-color: #ffffff;
}

.showcase-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.floating-tag-top {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  color: var(--green-primary);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 1px solid #bbf7d0;
  box-shadow: var(--shadow-sm);
}

.showcase-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 16px 10px;
  background-color: #ffffff;
  border-top: 1px solid #edf2ec;
}

.footer-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-stat strong {
  font-size: 1.15rem;
  color: var(--green-forest);
  font-family: var(--font-display);
}
.footer-stat span {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.footer-divider {
  width: 1px;
  height: 28px;
  background-color: #e2ede0;
}

/* --------------------------------------------------------------------------
   4. DEMONSTRAÇÃO DO PRODUTO (RECEITAS EDITORIAIS)
   -------------------------------------------------------------------------- */
.product-demo-section {
  padding-top: 80px;
  padding-bottom: 90px;
}

.recipes-display-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 40px;
}

.recipe-card-frame {
  background-color: #ffffff;
  color: var(--text-main);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid #e3ece1;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.recipe-card-frame:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: #86efac;
}

.recipe-card-header {
  padding: 20px 24px 14px 24px;
}

.recipe-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.recipe-category {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--green-primary);
}

.recipe-time {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--green-forest);
  background-color: var(--green-light-bg);
  padding: 3px 10px;
  border-radius: var(--radius-full);
}

.recipe-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--green-forest);
  line-height: 1.3;
}

.recipe-img-box {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.recipe-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.recipe-card-frame:hover .recipe-img-box img {
  transform: scale(1.04);
}

.recipe-tag-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  color: var(--green-primary);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  border: 1px solid #bbf7d0;
  box-shadow: var(--shadow-sm);
}

.recipe-card-body {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  background-color: #fafdfa;
  flex-grow: 1;
}

.recipe-col h4 {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--green-forest);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.recipe-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.recipe-col ul li {
  font-size: 0.88rem;
  color: var(--text-body);
  position: relative;
  padding-left: 14px;
}
.recipe-col ul li::before {
  content: "•";
  color: var(--green-accent);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.recipe-col p {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.5;
}

.recipe-card-footer {
  padding: 12px 24px;
  background-color: #f3f8f2;
  border-top: 1px solid #e7eee5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
}

.library-counter-banner {
  background: #ffffff;
  border: 1px solid #c7e6c9;
  padding: 24px 30px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  box-shadow: var(--shadow-sm);
}

.library-counter-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.library-icon {
  font-size: 2.2rem;
}
.library-counter-content p {
  font-size: 1.05rem;
  color: var(--text-body);
  line-height: 1.4;
}
.library-counter-content strong {
  color: var(--green-forest);
}

/* --------------------------------------------------------------------------
   5. APRESENTAÇÃO DA OFERTA PRINCIPAL (CARD DE LUXO EM DESTAQUE)
   -------------------------------------------------------------------------- */
.offer-main-section {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f0f7ef 0%, #eaf4e9 100%);
}

.offer-ambient-glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  width: 750px;
  height: 550px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.15) 0%, rgba(22, 101, 52, 0.05) 50%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}

.offer-card-container {
  background: #ffffff;
  border: 2px solid #86efac;
  border-radius: 28px;
  padding: 48px 28px 36px 28px;
  box-shadow: 
    0 25px 60px -10px rgba(22, 101, 52, 0.12),
    0 10px 25px rgba(0, 0, 0, 0.03),
    inset 0 1px 0 #ffffff;
  position: relative;
  z-index: 1;
  color: var(--text-main);
}

.offer-card-light-beam {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #22c55e 50%, transparent 100%);
  pointer-events: none;
}

/* Badge Superior de Alta Conversão */
.offer-top-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 6px 18px;
  border-radius: var(--radius-full);
  box-shadow: 0 8px 25px rgba(22, 163, 74, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.badge-fire-anim {
  font-size: 1rem;
  animation: fireBounce 1.5s infinite alternate ease-in-out;
}

@keyframes fireBounce {
  0% { transform: scale(1) rotate(-5deg); }
  100% { transform: scale(1.15) rotate(5deg); }
}

.badge-text-main {
  font-weight: 900;
}

.badge-time-tag {
  background: rgba(6, 26, 11, 0.85);
  color: #86efac;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  letter-spacing: 0.05em;
}

.offer-inner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

/* Mockup 3D */
.offer-mockup-col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.hero-bundle-mockup {
  position: relative;
  perspective: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mockup-pedestal-glow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 45px;
  background: radial-gradient(ellipse at center, rgba(34, 197, 94, 0.3) 0%, rgba(34, 197, 94, 0.05) 50%, transparent 70%);
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.book-3d {
  width: 250px;
  height: 350px;
  position: relative;
  transform: rotateY(-15deg) rotateX(6deg);
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
  box-shadow: 
    20px 25px 45px rgba(15, 38, 22, 0.22),
    4px 8px 15px rgba(15, 38, 22, 0.12);
  border-radius: 6px 16px 16px 6px;
}

.book-3d:hover {
  transform: rotateY(-5deg) rotateX(1deg) translateY(-8px) scale(1.03);
  box-shadow: 
    25px 35px 55px rgba(15, 38, 22, 0.28),
    0 0 35px rgba(74, 222, 128, 0.25);
}

.book-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px 16px 16px 6px;
  overflow: hidden;
  box-shadow: inset 3px 0 6px rgba(0, 0, 0, 0.2);
}

.book-cover-real {
  background: #0d2214;
}

.book-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 16px 16px 6px;
  display: block;
}

.book-sheen-glare {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.05) 30%,
    transparent 50%,
    rgba(255, 255, 255, 0.1) 85%,
    transparent 100%
  );
  pointer-events: none;
  border-radius: 6px 16px 16px 6px;
}

.book-spine {
  position: absolute;
  top: 0;
  left: -18px;
  width: 18px;
  height: 100%;
  background: linear-gradient(90deg, #051108 0%, #15381f 60%, #0d2415 100%);
  transform: rotateY(-90deg);
  transform-origin: right;
  border-radius: 3px 0 0 3px;
  box-shadow: inset -2px 0 4px rgba(0, 0, 0, 0.5);
}

.book-pages-side {
  position: absolute;
  top: 4px;
  right: -12px;
  width: 12px;
  height: calc(100% - 8px);
  background: linear-gradient(90deg, #d8dfd5 0%, #f4f7f2 50%, #b8c4b5 100%);
  transform: rotateY(90deg);
  transform-origin: left;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 1px 0 3px rgba(0,0,0,0.3);
}

/* Floating Bonus Pill */
.floating-bonus-tag {
  position: absolute;
  bottom: -18px;
  right: -15px;
  background: linear-gradient(135deg, #fef08a 0%, #facc15 50%, #eab308 100%);
  color: #1a1600;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(250, 204, 21, 0.35);
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transform: translateZ(30px);
  transition: transform 0.3s ease;
  z-index: 10;
}

.floating-bonus-tag:hover {
  transform: translateZ(40px) scale(1.05);
}

.bonus-sparkle {
  font-size: 1rem;
}

.bonus-title {
  font-weight: 900;
  letter-spacing: -0.01em;
}

.bonus-chip {
  background: #dc2626;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: var(--radius-full);
  letter-spacing: 0.05em;
}

/* Coluna de Preço e Benefícios */
.offer-info-col {
  display: flex;
  flex-direction: column;
}

.offer-rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.stars-gold {
  color: #f59e0b;
  font-size: 1.15rem;
  letter-spacing: 2px;
  text-shadow: 0 0 8px rgba(245, 158, 11, 0.3);
}

.reviews-count {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.reviews-count strong {
  color: var(--green-forest);
}

.offer-product-title {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.15;
  color: var(--green-forest);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.offer-product-subtitle {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--green-primary);
  margin-bottom: 22px;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Box de Preço Premium com CTA Integrado */
.price-box {
  background: linear-gradient(145deg, #f0fdf4 0%, #ffffff 100%);
  border: 2px solid #86efac;
  border-radius: 22px;
  padding: 28px 24px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 
    0 15px 35px rgba(22, 101, 52, 0.08),
    inset 0 1px 0 #ffffff;
}

.price-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.price-old-block {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 1.05rem;
  color: #64748b;
}

.old-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.old-strike {
  text-decoration: line-through;
  font-weight: 600;
  color: #94a3b8;
}

.price-tag-discount {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  letter-spacing: 0.04em;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.price-current-block {
  display: flex;
  align-items: baseline;
  color: var(--green-primary);
  font-family: var(--font-display);
  line-height: 1;
  margin: 10px 0 16px 0;
}

.price-current-block .currency {
  font-size: 2rem;
  font-weight: 700;
  margin-right: 4px;
}

.price-current-block .val {
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.price-current-block .cents {
  font-size: 2rem;
  font-weight: 700;
}

.price-meta-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid #dcfce7;
  font-size: 0.92rem;
}

.meta-badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-body);
  font-weight: 600;
}

.meta-badge-item.highlight {
  color: var(--green-primary);
  font-weight: 800;
}

.meta-badge-item .meta-icon {
  color: var(--green-accent);
  font-weight: 900;
}

.meta-badge-sep {
  color: #cbd5e1;
}

/* Botão de Compra Direto no Box de Preço */
.price-cta-direct {
  margin: 22px 0 14px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.price-cta-direct .btn-huge {
  width: 100%;
  max-width: 100%;
  padding: 18px 24px;
  font-size: 1.15rem;
  font-weight: 900;
  border-radius: var(--radius-full);
}

.secure-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
  margin-bottom: 8px;
}

.sec-badge {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--green-forest);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sec-badge .sec-ico {
  font-size: 0.85rem;
}

.price-taxes {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

/* Header e Lista de Benefícios de Reforço */
.offer-benefits-header {
  margin-top: 24px;
  margin-bottom: 12px;
}

.benefits-badge-pill {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--green-forest);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-block;
}

.offer-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #e2ede0;
  padding: 10px 16px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(15, 38, 22, 0.03);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.benefit-item:hover {
  transform: translateX(4px);
  background: #f0fdf4;
  border-color: #86efac;
}

.b-icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 8px;
  background: #dcfce7;
  border: 1px solid #86efac;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.b-text {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.4;
}

.b-text strong {
  color: var(--green-forest);
  font-weight: 700;
}

.cta-hero-glow {
  box-shadow: 
    0 10px 30px rgba(22, 163, 74, 0.5),
    0 0 20px rgba(74, 222, 128, 0.3);
  letter-spacing: 0.02em;
}

.cta-hero-glow:hover {
  box-shadow: 
    0 15px 40px rgba(22, 163, 74, 0.7),
    0 0 30px rgba(74, 222, 128, 0.45);
}

.sec-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 600;
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sec-badge .sec-ico {
  font-size: 0.85rem;
}

/* --------------------------------------------------------------------------
   6. STACK — A BIBLIOTECA COMPLETA (14 VOLUMES)
   -------------------------------------------------------------------------- */
.stack-section {
  background-color: #ffffff;
}

.stack-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 40px;
}

.stack-card {
  background-color: #ffffff;
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  gap: 18px;
  align-items: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid #e3ede1;
  transition: var(--transition-smooth);
}

.stack-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: #86efac;
}

.stack-card-special {
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
  border: 2px solid #22c55e;
}

.stack-card-mockup {
  min-width: 78px;
  width: 78px;
  height: 110px;
  position: relative;
  flex-shrink: 0;
  perspective: 500px;
}

.mini-book-spine {
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15) 70%, rgba(255, 255, 255, 0.1));
  border-radius: 4px 0 0 4px;
  z-index: 3;
  pointer-events: none;
}

.mini-book-cover {
  width: 100%;
  height: 100%;
  border-radius: 4px 8px 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px;
  text-align: center;
  color: #ffffff;
  box-shadow: 3px 4px 12px rgba(0,0,0,0.18), 0 1px 3px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stack-card:hover .mini-book-cover {
  transform: translateY(-2px) rotateY(-3deg);
  box-shadow: 5px 8px 16px rgba(0,0,0,0.22);
}

.mini-book-cover-image {
  padding: 0;
  background: #111;
}

.mini-book-cover-image .mini-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.mini-book-cover-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.2) 100%);
  pointer-events: none;
  border-radius: 4px 8px 8px 4px;
}

.mini-book-cover .mini-icon {
  font-size: 1.4rem;
  line-height: 1;
}
.mini-book-cover .mini-qty {
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}
.mini-book-cover .mini-name {
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 2px;
}

/* Paleta de capas */
.color-1 { background: linear-gradient(135deg, #14532d, #052e16); }
.color-2 { background: linear-gradient(135deg, #166534, #14532d); }
.color-3 { background: linear-gradient(135deg, #15803d, #166534); }
.color-4 { background: linear-gradient(135deg, #047857, #064e3b); }
.color-5 { background: linear-gradient(135deg, #b91c1c, #7f1d1d); }
.color-6 { background: linear-gradient(135deg, #0284c7, #0369a1); }
.color-7 { background: linear-gradient(135deg, #d97706, #b45309); }
.color-8 { background: linear-gradient(135deg, #ea580c, #c2410c); }
.color-9 { background: linear-gradient(135deg, #475569, #334155); }
.color-10 { background: linear-gradient(135deg, #991b1b, #15803d); }
.color-11 { background: linear-gradient(135deg, #f59e0b, #d97706); }
.color-12 { background: linear-gradient(135deg, #ca8a04, #a16207); }
.color-planner { background: linear-gradient(135deg, #15803d, #84cc16); }
.color-14 { background: linear-gradient(135deg, #0d9488, #0f766e); }

.stack-card-info {
  flex-grow: 1;
}

.stack-card-header {
  margin-bottom: 6px;
}

.stack-badge {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--green-primary);
  background: var(--green-light-bg);
  padding: 2px 8px;
  border-radius: var(--radius-full);
  display: inline-block;
  margin-bottom: 4px;
}
.badge-special {
  background: #dcfce7;
  color: #14532d;
}

.stack-card-info h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--green-forest);
  line-height: 1.25;
}

.stack-card-info p {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.4;
}

.stack-total-bar {
  background: linear-gradient(135deg, #143521 0%, #0c1f13 100%);
  border-radius: var(--radius-lg);
  padding: 28px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  box-shadow: var(--shadow-lg);
}

.total-badge {
  font-size: 0.75rem;
  font-weight: 800;
  color: #86efac;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 4px;
}

.stack-total-bar h4 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
}

.stack-total-bar p {
  font-size: 0.95rem;
  color: #cbd5e1;
}

/* --------------------------------------------------------------------------
   7. GRANDE REFORÇO DE VALOR
   -------------------------------------------------------------------------- */
.big-value-section {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: var(--bg-surface-soft);
}

.giant-typography-box {
  margin-bottom: 30px;
}

.giant-lead {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--green-primary);
  display: block;
  line-height: 1;
  letter-spacing: -0.02em;
}

.giant-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--green-forest);
  letter-spacing: 0.04em;
  margin-top: 6px;
}

.special-deal-card {
  background-color: #ffffff;
  color: var(--text-main);
  border-radius: var(--radius-xl);
  padding: 36px 24px;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
  border: 1px solid #c7e6c9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.deal-pill {
  background-color: #ef4444;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 4px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.deal-price {
  display: flex;
  align-items: baseline;
  color: var(--green-forest);
  font-family: var(--font-display);
  line-height: 1;
  margin-bottom: 16px;
}
.deal-curr {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 4px;
}
.deal-number {
  font-size: 4.2rem;
  font-weight: 900;
}
.deal-cents {
  font-size: 1.8rem;
  font-weight: 700;
}

.deal-desc {
  font-size: 1.05rem;
  color: var(--text-body);
  margin-bottom: 12px;
  line-height: 1.5;
}

.deal-sub {
  font-size: 0.95rem;
  color: var(--green-primary);
  margin-bottom: 24px;
}

/* --------------------------------------------------------------------------
   8. AUTORIDADE E CONFIANÇA (NUTRICIONISTA)
   -------------------------------------------------------------------------- */
.authority-section {
  background-color: #ffffff;
}

.authority-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.specialist-photo-frame {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  border-radius: var(--radius-xl);
  overflow: visible;
}

.specialist-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  border: 4px solid #ffffff;
}

.specialist-seal-badge {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: var(--green-forest);
  border: 3px solid #86efac;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  z-index: 5;
}

.seal-inner {
  display: flex;
  flex-direction: column;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.1;
}
.seal-inner span {
  color: #86efac;
}
.seal-inner small {
  font-size: 0.6rem;
}

.specialist-name-badge h3 {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 900;
  color: var(--green-forest);
  margin-bottom: 4px;
}

.specialist-role {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 20px;
}

.specialist-validation-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.v-item {
  display: flex;
  gap: 12px;
  font-size: 0.98rem;
  color: var(--text-body);
}
.v-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 2px;
}

.integrative-pill-box {
  background-color: var(--bg-surface-soft);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  margin-bottom: 24px;
}
.pill-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--green-forest);
  margin-bottom: 10px;
}

.integrative-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.int-tag {
  background-color: #ffffff;
  border: 1px solid #c7dec4;
  color: var(--green-forest);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
}

.quote-card-nutri {
  border-left: 3px solid var(--green-primary);
  padding-left: 16px;
  font-style: italic;
  color: var(--text-body);
  font-size: 1rem;
}

/* --------------------------------------------------------------------------
   9. MÉTODO COMPLEMENTAR / COMBO
   -------------------------------------------------------------------------- */
.combo-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--bg-surface-soft);
}

.combo-wrapper {
  max-width: 820px;
  margin: 0 auto;
}

.combo-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--green-forest);
}

.combo-subtitle {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 35px;
}

.combo-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.combo-item-box {
  background-color: #ffffff;
  border: 1px solid #e2ede0;
  padding: 24px;
  border-radius: var(--radius-lg);
  text-align: center;
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-sm);
}

.combo-thumb {
  width: 120px;
  height: 120px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 14px;
  border: 2px solid #86efac;
}
.combo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combo-item-badge {
  font-size: 0.7rem;
  font-weight: 800;
  background-color: var(--green-light-bg);
  color: var(--green-primary);
  padding: 2px 10px;
  border-radius: var(--radius-full);
  margin-bottom: 8px;
}

.combo-item-box h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--green-forest);
  margin-bottom: 6px;
}

.combo-item-box p {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.4;
}

.combo-plus-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: 0 4px 15px rgba(22, 163, 74, 0.3);
}

.combo-cta-card {
  background: #ffffff;
  border: 1px dashed #86efac;
  padding: 24px;
  border-radius: var(--radius-md);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow-sm);
}

.combo-callout-text {
  font-size: 1rem;
  color: var(--green-forest);
}

/* --------------------------------------------------------------------------
   10. FAQ (PERGUNTAS FREQUENTES)
   -------------------------------------------------------------------------- */
.faq-section {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 90px;
}

.faq-accordion-container {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #e2ede0;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.faq-item:hover {
  border-color: #86efac;
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  gap: 16px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--green-forest);
  transition: var(--transition-smooth);
}

.faq-question:hover {
  color: var(--green-primary);
}

.faq-icon {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--green-primary);
  transition: transform 0.3s ease;
  min-width: 24px;
  text-align: center;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #ef4444;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
  padding: 0 24px;
}

.faq-item.active .faq-answer {
  max-height: 350px;
  padding-bottom: 20px;
}

.faq-answer p {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   11. FECHAMENTO — ÚLTIMA OFERTA
   -------------------------------------------------------------------------- */
.final-cta-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: var(--bg-surface-soft);
}

.final-offer-box {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--green-forest);
  margin-bottom: 16px;
  line-height: 1.2;
}

.final-text {
  font-size: 1.1rem;
  color: var(--text-body);
  margin-bottom: 30px;
  max-width: 600px;
}

.final-price-wrapper {
  margin-bottom: 30px;
}

.price-old {
  color: #94a3b8;
  font-size: 1.1rem;
}

.final-price-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6px;
}
.p-pre {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--green-primary);
  letter-spacing: 0.08em;
}
.p-val {
  font-family: var(--font-display);
  font-size: 3.8rem;
  font-weight: 900;
  color: var(--green-forest);
  line-height: 1;
}
.p-sub {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 4px;
}

.final-cta-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.final-inclusions {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 40px;
}

.trust-indicators-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 680px;
}

.trust-item {
  background: #ffffff;
  border: 1px solid #e2ede0;
  padding: 14px 20px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  box-shadow: var(--shadow-sm);
}

.t-icon {
  font-size: 1.5rem;
}
.t-text strong {
  display: block;
  font-size: 0.95rem;
  color: var(--green-forest);
}
.t-text small {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
  background-color: #0c1a11;
  padding: 40px 0 100px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: #94a89a;
}

.footer-brand {
  margin-bottom: 16px;
}
.footer-brand strong {
  display: block;
  font-size: 1rem;
  color: #ffffff;
}
.footer-brand span {
  color: #86efac;
}

.footer-disclaimer {
  max-width: 720px;
  margin: 0 auto 20px auto;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-links a:hover {
  color: #86efac;
}

.footer-copy {
  color: #617869;
}

/* --------------------------------------------------------------------------
   STICKY MOBILE CTA BAR
   -------------------------------------------------------------------------- */
.sticky-mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-top: 1px solid #bbf7d0;
  padding: 12px 16px;
  z-index: 999;
  box-shadow: 0 -5px 20px rgba(15, 38, 22, 0.08);
  transform: translateY(120%);
  transition: transform 0.35s ease-in-out;
}

.sticky-mobile-cta.visible {
  transform: translateY(0);
}

.sticky-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}

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

.sticky-title {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--green-forest);
}

.sticky-price {
  font-size: 0.8rem;
  color: var(--text-body);
}
.sticky-price strong {
  color: var(--green-primary);
}

/* --------------------------------------------------------------------------
   MEDIA QUERIES (DESKTOP & TABLET ADAPTATIONS)
   -------------------------------------------------------------------------- */
@media (min-width: 640px) {
  .checklist-grid {
    grid-template-columns: 1fr;
  }
  .stack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-indicators-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3.2rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .hero-composition {
    max-width: 480px;
  }
  .single-center-frame {
    max-width: 440px;
  }
  .belief-wrapper {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
  }
  .recipes-display-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-inner-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 45px;
    padding: 20px;
  }
  .authority-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 45px;
  }
  .combo-showcase {
    flex-direction: row;
    justify-content: center;
  }
  .stack-total-bar {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.6rem;
  }
  .stack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .giant-lead {
    font-size: 4rem;
  }
  .giant-title {
    font-size: 2.8rem;
  }
}

@media (min-width: 1024px) {
  .sticky-mobile-cta {
    display: none;
  }
  .site-footer {
    padding-bottom: 40px;
  }
}

/* ==========================================================================
   4.1 SEÇÃO DE PROVAS SOCIAIS (PRINTS WHATSAPP & CARROSSEL CONTÍNUO)
   ========================================================================== */
.social-proof-section {
  background-color: var(--bg-surface);
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Marquee Container com Fade Lateral Suave */
.social-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 25px 0 35px 0;
  margin: 15px 0 25px 0;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.social-marquee-container:active {
  cursor: grabbing;
}

@media (min-width: 768px) {
  .social-marquee-container {
    mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
  }
}

/* Trilha Marquee com Animação Contínua */
.social-marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marqueeContinuous 50s linear infinite;
  will-change: transform;
}

.social-marquee-track:hover {
  animation-play-state: paused;
}

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

/* Card Individual de Prova Social */
.social-proof-card {
  width: 310px;
  flex-shrink: 0;
  background: var(--bg-card);
  border: 1.5px solid var(--border-light);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(15, 38, 22, 0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
  position: relative;
  outline: none;
}

.social-proof-card:hover,
.social-proof-card:focus-visible {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(22, 163, 74, 0.16), 0 8px 18px rgba(15, 38, 22, 0.08);
  border-color: var(--green-accent);
}

/* Barra Superior do Card */
.social-card-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #ffffff;
  border-bottom: 1px solid var(--border-subtle);
}

.social-user-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-whatsapp-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #25D366;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 12px;
  letter-spacing: 0.3px;
}

.social-whatsapp-badge svg {
  flex-shrink: 0;
}

.social-verified-tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--green-primary);
}

.social-zoom-hint {
  font-size: 0.73rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* Wrapper da Imagem do Print */
.social-card-img-wrapper {
  position: relative;
  height: 460px;
  background: #111b21;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.social-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.social-proof-card:hover .social-card-img-wrapper img {
  transform: scale(1.03);
}

/* Overlay ao passar o mouse */
.social-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 27, 16, 0.45);
  backdrop-filter: blur(2px);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease;
}

.social-proof-card:hover .social-card-overlay {
  opacity: 1;
}

.overlay-zoom-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: var(--green-forest);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transform: translateY(10px);
  transition: transform 0.25s ease;
}

.social-proof-card:hover .overlay-zoom-btn {
  transform: translateY(0);
}

/* Legenda do Card */
.social-card-caption {
  padding: 15px 18px 18px;
  background: #ffffff;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.caption-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.caption-name {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--green-forest);
}

.caption-stars {
  color: #f59e0b;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.caption-quote {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text-body);
  font-style: italic;
}

/* Bloco de Confiança e CTA da Seção */
.social-proof-trust-box {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1.5px solid #bbf7d0;
  border-radius: 24px;
  padding: 30px 25px;
  text-align: center;
  max-width: 780px;
  margin: 15px auto 0;
  box-shadow: 0 10px 30px rgba(22, 163, 74, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.trust-stars-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.trust-stars-row .stars-gold {
  color: #f59e0b;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.trust-rating-num {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--green-forest);
}

.trust-rating-label {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 600;
}

.trust-desc {
  font-size: 1rem;
  color: var(--text-body);
  max-width: 620px;
  line-height: 1.5;
}

.trust-desc strong {
  color: var(--green-forest);
}

/* ==========================================================================
   LIGHTBOX MODAL DE PROVAS SOCIAIS (TELA CHEIA)
   ========================================================================== */
.social-lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
}

.social-lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.social-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 12, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.social-lightbox-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  width: 100%;
  max-height: 92vh;
}

.social-lightbox-img-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  width: 100%;
  animation: lightboxScaleUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes lightboxScaleUp {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.social-lightbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: #f0fdf4;
  border-bottom: 1px solid #dcfce7;
}

.social-lightbox-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--green-forest);
}

.lightbox-whatsapp-icon {
  font-size: 1.1rem;
}

.social-lightbox-counter {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green-primary);
  background: #ffffff;
  padding: 3px 10px;
  border-radius: 12px;
  border: 1px solid var(--border-light);
}

.social-lightbox-img-holder {
  overflow-y: auto;
  max-height: calc(90vh - 55px);
  background: #0b141a;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -webkit-overflow-scrolling: touch;
}

.social-lightbox-img-holder img {
  width: 100%;
  height: auto;
  display: block;
}

/* Botões de Fechar e Navegação */
.social-lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--text-main);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.social-lightbox-close:hover {
  transform: scale(1.1);
  background: #ef4444;
  color: #ffffff;
}

.social-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green-forest);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.social-lightbox-prev {
  left: -58px;
}

.social-lightbox-next {
  right: -58px;
}

.social-lightbox-nav:hover {
  transform: translateY(-50%) scale(1.1);
  background: var(--green-primary);
  color: #ffffff;
}

/* Responsividade Mobile */
@media (max-width: 767px) {
  .social-proof-card {
    width: 275px;
  }
  .social-card-img-wrapper {
    height: 400px;
  }
  .social-lightbox-modal {
    padding: 12px;
  }
  .social-lightbox-wrapper {
    max-width: 100%;
  }
  .social-lightbox-prev {
    left: 8px;
    background: rgba(255, 255, 255, 0.85);
  }
  .social-lightbox-next {
    right: 8px;
    background: rgba(255, 255, 255, 0.85);
  }
  .social-lightbox-close {
    top: -12px;
    right: 0;
    width: 36px;
    height: 36px;
  }
}

