/* ==========================================================================
   DESIGN SYSTEM - CHEFE GABRIELA BELLINI (LAYOUT IMPECÁVEL & SEM QUEBRAS)
   ========================================================================== */

:root {
  --bg-page: #FFFDF9;           /* Creme Quente Muted */
  --bg-card: #FFFFFF;           /* Card Branco Puro */
  --brand-green-dark: #1E5631;  /* Verde Botânico Escuro */
  --brand-green-bright: #22C55E;/* Verde Vivo Botão */
  --brand-green-hover: #16A34A;
  --accent-orange: #FF5722;     /* Laranja Urgência Vivo */
  --accent-gold: #D97706;       /* Ouro Destaque */
  
  --text-dark: #1F2937;         /* Grafite Quase Preto */
  --text-muted: #4B5563;        /* Cinza Suave */
  --border-light: #E5E7EB;      /* Borda Fina */
  
  --font-heading: system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-accent: cursive;
}

/* RESET GLOBAL E REGRA DE IMAGENS SEM DISTORÇÃO */
* { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  font-family: var(--font-sans);
  background: var(--bg-page);
  color: var(--text-dark);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body { overflow-x: hidden; font-weight: 600; }

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

/* REGRA DE SEGURANÇA PARA TODAS AS IMAGENS */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

section:not(.hero), .footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.container { max-width: 1040px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.margin-top-30 { margin-top: 30px; }

/* 1. BARRA SUPERIOR DE AVISO VERDE */
.top-bar-green {
  background: var(--brand-green-dark);
  color: #FFFFFF;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.92rem;
  font-weight: 700;
}

.top-bar-green .dynamic-date {
  background: #FEF08A;
  color: #854D0E;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 4px;
}

/* 2. HERO SECTION */
.hero { padding: 50px 0 40px; }
.hero-title-main {
  font-size: 2.4rem; font-weight: 900; color: var(--brand-green-dark); line-height: 1.2; max-width: 840px; margin: 0 auto 16px;
}

.highlight-gold { color: var(--accent-gold); }
.highlight-green { color: var(--brand-green-bright); }

.hero-subtitle {
  font-size: 1.1rem; color: var(--text-muted); max-width: 680px; margin: 0 auto 28px;
}

/* MOCKUP VISUAL FLUTUANTE PREMIUM (NOVA IMAGEM COMPLETA 1:1) */
.hero-product-visual,
.why-book-product-visual {
  max-width: 560px; margin: 0 auto 28px; border-radius: 24px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12); background: #FFFFFF;
}
.hero-product-visual img,
.why-book-product-visual img {
  width: 100%; height: auto; display: block; border-radius: 24px;
}

.hero-price-box { margin-bottom: 20px; }
.old-price-line {
  font-size: 0.95rem; color: #DC2626; text-decoration: line-through;
  text-decoration-color: #DC2626; font-weight: 700; display: block;
}
.big-green-price { font-size: 3.4rem; font-weight: 900; color: var(--brand-green-bright); line-height: 1; margin-top: 4px; }

/* BOTÕES */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-sans); font-weight: 800; font-size: 1.05rem; padding: 18px 40px;
  border-radius: 999px; text-decoration: none; border: none; cursor: pointer; transition: all 0.3s ease;
}

.btn-green-solid { background: var(--brand-green-bright); color: #FFFFFF; box-shadow: 0 8px 24px rgba(34, 197, 94, 0.3); }
.btn-green-solid:hover { background: var(--brand-green-hover); transform: translateY(-2px); }

.btn-white-solid { background: #FFFFFF; color: var(--accent-orange); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.btn-white-solid:hover { background: #F9FAFB; transform: translateY(-2px); }

.btn-full { width: 100%; }

.btn-pulse { animation: pulse-btn 2.5s infinite; }
@keyframes pulse-btn {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
  70% { box-shadow: 0 0 0 16px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.trust-tags-row { display: flex; gap: 20px; justify-content: center; font-size: 0.88rem; font-weight: 600; color: var(--text-muted); margin-top: 16px; flex-wrap: wrap; }

/* PROVA SOCIAL LOGO ABAIXO DOS BOTÕES DE COMPRA (PERFEITAMENTE CENTRALIZADA) */
.sub-btn-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px auto 4px;
  width: 100%;
  max-width: 280px;
}

.avatar-stack { display: flex; align-items: center; flex-shrink: 0; }
.avatar-stack img {
  width: 32px; height: 32px; border-radius: 50%; object-fit: cover;
  border: 2px solid #FFFFFF; margin-left: -10px; box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.avatar-stack img:first-child { margin-left: 0; }

.proof-meta { text-align: left; flex-shrink: 0; }
.proof-stars-row { display: flex; align-items: center; gap: 6px; line-height: 1; }
.proof-stars-row .stars { color: #EA580C; font-size: 0.92rem; letter-spacing: 1px; }
.proof-stars-row strong { font-size: 0.92rem; color: #1F2937; font-weight: 800; }
.proof-count { font-size: 0.8rem; color: #6B7280; font-weight: 600; display: block; margin-top: 3px; }

/* 3. SEÇÃO DE SINTOMAS */
.familiar-situations-section { padding: 60px 0; }
.section-title { font-size: 1.95rem; font-weight: 900; color: var(--brand-green-dark); max-width: 780px; margin: 0 auto 10px; line-height: 1.25; }
.highlight-underline { text-decoration: underline; text-decoration-color: var(--accent-orange); }
.section-desc { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 32px; }

.pill-cards-stack { display: flex; flex-direction: column; gap: 14px; max-width: 760px; margin: 0 auto 28px; }
.pill-card {
  background: #FFFFFF; border: 1px solid var(--border-light); border-radius: 999px;
  padding: 16px 28px; display: flex; align-items: center; gap: 14px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.dot-red { font-size: 1.1rem; }
.pill-card p { font-size: 0.98rem; font-weight: 700; color: var(--text-dark); }

.better-way-tag span {
  display: inline-block; font-size: 0.85rem; font-weight: 900; color: var(--accent-orange);
  letter-spacing: 1.5px; text-transform: uppercase; background: #FFEDD5; padding: 6px 18px; border-radius: 999px;
}

/* 4. CAIXA DE URGÊNCIA LARANJA */
.orange-urgency-banner { padding: 36px 0; }
.orange-urgency-box {
  background: var(--accent-orange); color: #FFFFFF; border-radius: 24px; padding: 32px 28px;
  box-shadow: 0 12px 32px rgba(255, 87, 34, 0.25); max-width: 860px; margin: 0 auto;
}
.orange-urgency-box h3 { font-size: 1.6rem; font-weight: 900; margin-bottom: 8px; letter-spacing: 0.5px; }
.orange-urgency-box p { font-size: 1rem; opacity: 0.95; max-width: 640px; margin: 0 auto; }

/* 5. SEÇÃO POR QUE ESSE LIVRO NÃO PODE FALTAR */
.why-book-section { padding: 60px 0; }
.why-book-title { font-size: 1.95rem; font-weight: 900; color: var(--brand-green-dark); max-width: 760px; margin: 0 auto 28px; line-height: 1.25; }

.why-icon-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; max-width: 900px; margin: 0 auto; }
.why-icon-card {
  background: #FFFFFF; border: 1px solid var(--border-light); border-radius: 16px;
  padding: 18px; display: flex; align-items: center; gap: 14px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.why-icon-card .icon { font-size: 1.8rem; }
.why-icon-card h3 { font-size: 1rem; font-weight: 800; color: var(--text-dark); }

/* 6. SEÇÃO VEJA O QUE VOCÊ VAI APRENDER (VITRINE DE RECEITAS COM CARDS EM PROPORÇÃO CORRETA) */
.learn-recipes-section { padding: 60px 0; background: #FFFFFF; }
.section-title-bold { font-size: 1.95rem; font-weight: 900; color: var(--brand-green-dark); margin-bottom: 10px; line-height: 1.25; }
.section-subtitle-gray { font-size: 1.05rem; color: var(--text-muted); max-width: 680px; margin: 0 auto 36px; }

.recipe-photos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 980px; margin: 0 auto 20px; }
.recipe-photo-card {
  position: relative;
  background: #FFFFFF; border: 1px solid var(--border-light); border-radius: 20px; overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04); transition: transform 0.2s ease;
}
.recipe-photo-card:hover { transform: translateY(-4px); }
.recipe-photo-card img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: center; border-top-left-radius: 20px; border-top-right-radius: 20px; }
.recipe-photo-card figcaption { padding: 14px 16px; font-weight: 800; font-size: 1rem; color: var(--brand-green-dark); text-align: center; }

.and-more-text { font-size: 1.1rem; font-weight: 800; color: var(--brand-green-dark); margin-top: 16px; }

/* 7. SEÇÃO HOJE VOCÊ AINDA LEVA TUDO ISSO DE GRAÇA (5 BÔNUS COM CAPAS PREENCHENDO O ESPAÇO) */
.bonuses-free-section { padding: 75px 0; background: var(--brand-green-dark); color: #FFFFFF; }
.bonuses-title-white { font-size: 2.05rem; font-weight: 900; line-height: 1.25; margin-bottom: 12px; }
.highlight-red-title { color: #FF6B6B; font-weight: 900; }
.bonuses-subtitle-light { color: rgba(255,255,255,0.85); font-size: 1.05rem; max-width: 660px; margin: 0 auto 40px; }

.bonuses-cards-stack { display: flex; flex-direction: column; gap: 20px; max-width: 820px; margin: 0 auto 32px; }
.bonus-horizontal-card {
  background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.18); border-radius: 24px;
  padding: 20px 28px; display: flex; align-items: center; gap: 24px; text-align: left;
}
.bonus-cover {
  width: 110px; height: 145px; object-fit: cover; object-position: center; border-radius: 16px;
  flex-shrink: 0; box-shadow: 0 10px 28px rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.2);
}
.bonus-info { flex-grow: 1; }
.bonus-info h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 6px; }
.bonus-info p { font-size: 0.95rem; opacity: 0.9; margin-bottom: 8px; line-height: 1.4; }
.bonus-price-row { font-size: 0.95rem; }
.bonus-price-row .old { text-decoration: line-through; opacity: 0.65; margin-right: 10px; }
.bonus-price-row .free { font-weight: 900; color: #FEF08A; font-size: 1.05rem; }

.bonuses-total-badge span {
  display: inline-block; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
  padding: 10px 24px; border-radius: 999px; font-size: 0.95rem; font-weight: 600;
}

/* 8. TABELA DE PREÇOS (ESCOLHA SEU PLANO) */
.pricing-matrix-section { padding: 70px 0; }
.pricing-title { font-size: 2.0rem; font-weight: 900; color: var(--brand-green-dark); margin-bottom: 8px; line-height: 1.25; }
.pricing-subtitle { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 40px; }

.pricing-cards-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 28px; max-width: 860px; margin: 0 auto; align-items: stretch; }

.p-card-exact {
  background: #FFFFFF; border-radius: 24px; border: 1px solid var(--border-light);
  padding: 32px 26px; box-shadow: 0 8px 24px rgba(0,0,0,0.04); position: relative;
  display: flex; flex-direction: column; justify-content: space-between; text-align: left;
}

.p-card-exact.featured-vip {
  border: 2.5px solid var(--accent-orange); box-shadow: 0 16px 40px rgba(255, 87, 34, 0.15);
}

.p-top-badge {
  position: absolute; top: -14px; left: 26px; font-weight: 900; font-size: 0.75rem;
  padding: 4px 14px; border-radius: 999px; text-transform: uppercase;
}
.p-top-badge.orange { background: var(--accent-orange); color: #FFFFFF; }
.p-top-badge.gray { background: #E5E7EB; color: #4B5563; }

.p-card-exact h3 { font-size: 1.35rem; font-weight: 900; margin-bottom: 18px; margin-top: 6px; }

.p-check-list { list-style: none; margin-bottom: 18px; }
.p-check-list li { font-size: 0.9rem; padding: 6px 0; border-bottom: 1px dashed #F3F4F6; }
.p-check-list li .check { color: #16A34A; font-weight: 900; margin-right: 6px; }
.p-check-list li.cross { color: #9CA3AF; text-decoration: line-through; opacity: 0.7; }
.p-check-list li .x-mark { color: #EF4444; font-weight: 900; margin-right: 6px; }

/* BLOCO SEPARADO DE BÔNUS EXCLUSIVOS NA TABELA DE OFERTAS */
.exclusive-bonus-subblock {
  margin: 16px 0 20px;
  padding: 16px 18px;
  background: #FFFBEB;
  border: 1.5px dashed #F59E0B;
  border-radius: 16px;
  text-align: left;
}

.bonus-subblock-title {
  font-size: 0.88rem;
  font-weight: 900;
  color: #D97706;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-align: center;
}

.bonus-gift-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bonus-gift-list li {
  font-size: 0.88rem;
  color: #374151;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dashed rgba(245, 158, 11, 0.25);
}

.bonus-gift-list li:last-child {
  border-bottom: none;
}

.bonus-gift-list li .gift {
  font-size: 1rem;
  flex-shrink: 0;
}

.p-price-area { margin-bottom: 20px; text-align: center; }
.p-price-area .old-price {
  font-size: 0.92rem; color: #DC2626; text-decoration: line-through;
  text-decoration-color: #DC2626; font-weight: 700; display: block;
}
.p-price-area .main-price { font-size: 3.1rem; font-weight: 900; color: var(--brand-green-bright); line-height: 1; margin-top: 4px; }

.p-secure-note { display: block; text-align: center; font-size: 0.8rem; color: var(--text-muted); margin-top: 10px; }

/* 9. PROVA SOCIAL (CARDS DE DEPOIMENTO LIMPOS E ALINHADOS) */
.reviews-section { padding: 70px 0; background: #FFFFFF; }
/* 9. PROVA SOCIAL (CARDS DE DEPOIMENTO LIMPOS E ALINHADOS) */
.reviews-section { padding: 70px 0; background: #FFFFFF; }
.reviews-main-title { font-size: 1.95rem; font-weight: 900; color: var(--brand-green-dark); max-width: 780px; margin: 0 auto 8px; line-height: 1.25; }
.highlight-orange { color: var(--accent-orange); font-weight: 900; }
.reviews-subtitle { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 36px; }

.rating-summary-card {
  background: var(--bg-page); border-radius: 24px; padding: 32px 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03); max-width: 860px; margin: 0 auto 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}

.rating-left { text-align: center; min-width: 140px; }
.rating-score { font-size: 4.6rem; font-weight: 900; color: var(--brand-green-dark); line-height: 1; margin-bottom: 4px; }
.rating-stars { color: var(--accent-orange); font-size: 1.2rem; margin-bottom: 6px; letter-spacing: 2px; }
.rating-count { font-size: 0.85rem; color: var(--text-muted); font-weight: 600; }

.rating-bars-right { flex-grow: 1; display: flex; flex-direction: column; gap: 10px; }
.bar-row { display: flex; align-items: center; gap: 14px; }
.star-num { font-weight: 700; font-size: 0.9rem; color: #374151; width: 12px; }
.bar-track { flex-grow: 1; height: 10px; background: #E5E7EB; border-radius: 999px; overflow: hidden; }
.bar-fill { height: 100%; background: var(--accent-orange); border-radius: 999px; }

.reviews-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.review-card {
  background: #FFFFFF; border: 1px solid var(--border-light); border-radius: 20px; padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: space-between;
}
.card-stars { color: var(--accent-orange); font-size: 1rem; margin-bottom: 10px; letter-spacing: 2px; }
.review-user-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.user-avatar-img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid #E5E7EB; flex-shrink: 0; }

.user-name-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.verified-badge { background: #DCFCE7; color: #15803D; font-size: 0.72rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; }
.user-meta small { color: #9CA3AF; font-size: 0.78rem; }
.review-text { font-size: 0.92rem; color: #4B5563; line-height: 1.5; margin-bottom: 12px; flex-grow: 1; }

/* FOTOS REAIS NOS CARDS DE DEPOIMENTO */
.review-photo-container {
  margin: 12px 0 16px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.review-user-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  display: block;
}

.review-actions { display: flex; gap: 10px; }
.btn-like, .btn-comment { background: #F9FAFB; border: 1px solid var(--border-light); padding: 6px 14px; border-radius: 999px; font-size: 0.82rem; font-weight: 600; color: #4B5563; cursor: pointer; display: flex; align-items: center; gap: 4px; }
.btn-like.liked { background: #FEE2E2; color: #DC2626; border-color: #FCA5A5; }

/* 10. FAQ (DÚVIDAS FREQUENTES) */
.faq-section { padding: 70px 0; }
.faq-main-title { font-size: 1.95rem; font-weight: 900; color: var(--brand-green-dark); margin-bottom: 32px; line-height: 1.25; }
.faq-accordion { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #FFFFFF; border: 1px solid var(--border-light); border-radius: 16px; overflow: hidden; }
.faq-question { width: 100%; padding: 18px 24px; background: none; border: none; text-align: left; font-size: 1.02rem; font-weight: 700; color: var(--text-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-answer { max-height: 0; overflow: hidden; padding: 0 24px; transition: all 0.3s ease; color: var(--text-muted); }
.faq-item.active .faq-answer { padding: 0 24px 20px; max-height: 200px; }

/* 11. BANNER FINAL ORANGE CTA */
.orange-final-cta-section { padding: 70px 0; background: var(--accent-orange); color: #FFFFFF; }
.orange-final-cta-section h2 { font-size: 2.0rem; font-weight: 900; margin-bottom: 8px; line-height: 1.25; }
.orange-final-cta-section p { font-size: 1.05rem; opacity: 0.95; }

/* 12. FOOTER */
.footer { background: var(--brand-green-dark); color: #FFFFFF; padding: 36px 0; font-size: 0.88rem; opacity: 0.95; }

/* BOTÃO FLUTUANTE DO WHATSAPP */
.whatsapp-float-btn {
  position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px;
  background: #25D366; color: #FFFFFF; border: 2px solid rgba(255,255,255,0.92);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(15, 81, 50, 0.34); z-index: 9999;
  text-decoration: none; animation: pulse-whatsapp 2s infinite; isolation: isolate;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.whatsapp-float-btn:hover { background: #1EBE5D; transform: translateY(-2px) scale(1.04); }
.whatsapp-float-btn:focus-visible { outline: 3px solid #FFFFFF; outline-offset: 4px; }
.whatsapp-icon { display: block; width: 32px; height: 32px; flex: 0 0 auto; fill: currentColor; }
.whatsapp-tooltip {
  position: absolute; right: calc(100% + 12px); top: 50%; transform: translate(8px, -50%);
  padding: 9px 13px; border-radius: 10px; background: #173F2A; color: #FFFFFF;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18); white-space: nowrap; font-size: 0.82rem;
  font-weight: 800; line-height: 1.2; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.whatsapp-tooltip::after {
  content: ''; position: absolute; top: 50%; left: 100%; transform: translateY(-50%);
  border: 6px solid transparent; border-left-color: #173F2A;
}
.whatsapp-float-btn:hover .whatsapp-tooltip,
.whatsapp-float-btn:focus-visible .whatsapp-tooltip { opacity: 1; visibility: visible; transform: translate(0, -50%); }
@keyframes pulse-whatsapp {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 768px) {
  .hero-title-main { font-size: 1.85rem; line-height: 1.25; }
  .section-title,
  .why-book-title,
  .section-title-bold,
  .pricing-title,
  .reviews-main-title,
  .faq-main-title,
  .orange-final-cta-section h2,
  .how-to-receive-title,
  .expert-title { font-size: 1.65rem; line-height: 1.3; }
  .bonuses-title-white { font-size: 1.75rem; line-height: 1.25; }
  .orange-urgency-box h3 { font-size: 1.4rem; }
  
  /* FIX RESUMO DE AVALIAÇÃO NO MOBILE */
  .rating-summary-card {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
    gap: 24px;
  }
  .rating-bars-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .bar-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .bar-track {
    flex-grow: 1;
    width: 100%;
    height: 10px;
    background: #E5E7EB;
    border-radius: 999px;
    overflow: hidden;
  }

  .bonus-horizontal-card { flex-direction: column; text-align: center; }
  .whatsapp-float-btn { bottom: 16px; right: 16px; width: 54px; height: 54px; }
  .whatsapp-icon { width: 29px; height: 29px; }
  .whatsapp-tooltip { display: none; }
}

/* SEÇÃO COMO VOCÊ VAI RECEBER (GRID 2x2 LINHAS E COLUNAS PREDETERMINADAS) */
.how-to-receive-section {
  padding: 60px 0 30px;
  background: #FFFFFF;
}
.how-to-receive-title {
  font-size: 2.0rem;
  font-weight: 900;
  color: var(--brand-green-dark);
  margin-bottom: 8px;
  line-height: 1.25;
}
.highlight-orange-text {
  color: var(--accent-orange);
  font-weight: 900;
}
.how-to-receive-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.receive-cards-grid-2x2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.receive-grid-card {
  background: #FFFDF9;
  border: 1px solid #F3EFE6;
  border-radius: 20px;
  padding: 22px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.receive-grid-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.receive-icon-box {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.receive-grid-card h3 {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--brand-green-dark);
  margin-bottom: 4px;
  line-height: 1.25;
}
.receive-grid-card p {
  font-size: 0.84rem;
  color: #6B7280;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 768px) {
  .receive-cards-grid-2x2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 500px;
  }
  .receive-grid-card {
    padding: 16px 8px;
    border-radius: 16px;
  }
  .receive-icon-box {
    width: 44px;
    height: 44px;
    font-size: 1.35rem;
    margin-bottom: 10px;
  }
  .receive-grid-card h3 {
    font-size: 0.9rem;
  }
  .receive-grid-card p {
    font-size: 0.78rem;
  }
}

/* SEÇÃO DA EXPERT CHEFE GABRIELA BELLINI */
.expert-author-section {
  padding: 70px 0;
  background: var(--bg-page);
}
.expert-card-wrapper {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: 28px;
  padding: 40px;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.03);
}

.expert-image-col {
  flex-shrink: 0;
  width: 300px;
}
.expert-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(30, 86, 49, 0.15);
  border: 3px solid #FFFFFF;
}

.expert-info-col {
  flex-grow: 1;
}
.expert-badge {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--accent-orange);
  background: #FFEDD5;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.expert-title {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--brand-green-dark);
  margin-bottom: 16px;
  line-height: 1.25;
}
.highlight-green-text {
  color: var(--brand-green-bright);
}
.expert-bio {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

.expert-highlights-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.expert-tag-pill {
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  color: var(--brand-green-dark);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 14px;
  border-radius: 999px;
}

@media (max-width: 768px) {
  .expert-card-wrapper {
    flex-direction: column;
    padding: 28px 20px;
    text-align: center;
    gap: 24px;
  }
  .expert-image-col {
    width: 220px;
  }
  .expert-info-col {
    text-align: center;
  }
  .expert-highlights-row {
    justify-content: center;
  }
  .expert-title {
    font-size: 1.45rem;
  }
}

/* BARRA DE CONFIANÇA DO BOTÃO (COMPRA SEGURA · GARANTIA 15 DIAS · ACESSO IMEDIATO) */
.cta-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.78rem;
  color: #6B7280;
  font-weight: 600;
  margin-top: 10px;
  white-space: nowrap;
  letter-spacing: -0.1px;
}
.cta-trust-bar.light-trust {
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 480px) {
  .cta-trust-bar {
    font-size: 0.7rem;
    gap: 4px;
    letter-spacing: -0.3px;
  }
}
