/* ══════════════════════════════════════════
   SEÇÃO 4 — PRODUTO
══════════════════════════════════════════ */

.section-product {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.875rem 1.25rem 2rem;
}

.product-title {
  font-family: var(--fonte-corpo);
  font-size: 2.125rem;
  /* 34px */
  font-weight: 400;
  color: #713a3a;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.product-box-wrapper {
  width: 16.5rem;
  /* 264px */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}

.product-mockup {
  width: 8.8125rem;
  /* 141px — tamanho original do Klickpages */
  height: auto;
  display: block;
  margin-bottom: -4.5rem;
  /* -72px — sobrepõe a caixa */
  position: relative;
  z-index: 2;
}

.product-box {
  width: 100%;
  border: 0.125rem dashed #f5941f;
  border-radius: 0.625rem;
  /* 10px */
  padding: 4.625rem 0.75rem 1rem;
  /* 74px top — espaço para mockup */
  background: #ffffff;
  box-shadow: 0 0.1875rem 0.5rem rgba(0, 0, 0, 0.12);
  /* sombra sutil do original */
}

.product-description {
  font-family: var(--fonte-corpo);
  font-size: 1.0625rem;
  /* 17px */
  color: #333;
  text-align: center;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.ingredient-list {
  list-style: none;
}

.ingredient-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.375rem 0;
  font-family: var(--fonte-corpo);
  font-size: 1rem;
  color: #333;
}

.ingredient-item+.ingredient-item {
  border-top: none;
}

.ingredient-icon {
  width: 2.1875rem;
  /* 35px */
  height: 2.1875rem;
  flex-shrink: 0;
}

.ingredient-sub {
  font-weight: 400;
  color: #666;
}

.ingredient-note {
  font-style: italic;
  color: #888;
  font-size: 0.875rem;
}

/* Botão CTA — compartilhado pelas seções 4 e 14 */
.btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.5rem;
  /* 280px */
  height: 4.5625rem;
  /* 73px — +5px */
  background-color: #ffd57f;
  border: none;
  border-bottom: 0.4375rem solid #f5941f;
  /* 7px — apenas borda inferior */
  border-radius: 0.375rem;
  /* 6px — +1px */
  box-shadow: 0 0.5625rem 1.4375rem rgba(0, 0, 0, 0.18);
  font-family: var(--fonte-corpo);
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  line-height: 1.3;
  color: #1a1310;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.02em;
  /* text-shadow sutil branco, como no original */
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(255, 255, 255, 0.27);
}

/* ══════════════════════════════════════════
   SEÇÃO 5 — AUTHOR INTRO
══════════════════════════════════════════ */

.section-author-intro {
  display: flex;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  background: #fff;
}

.author-ig-logo-inline {
  width: 1.125rem;
  /* 18px — -2px */
  height: 1.125rem;
  vertical-align: middle;
  margin-right: 0.125rem;
}

.author-ig-text {
  font-family: var(--fonte-corpo);
  font-size: 1rem;
  /* 16px */
  color: #000;
  line-height: 1.4;
}

.author-ig-check {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

/* ══════════════════════════════════════════
   SEÇÃO 6 — INSTAGRAM
══════════════════════════════════════════ */

.section-instagram {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1rem 1.5rem;
  text-align: center;
}

.instagram-screenshot {
  width: 17.0625rem;
  /* 273px */
  height: 20.3125rem;
  /* 325px */
  object-fit: cover;
  margin-bottom: 1rem;
}

.instagram-heading {
  font-family: var(--fonte-corpo);
  font-size: 1.8125rem;
  /* 29px */
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.instagram-subtext {
  font-family: var(--fonte-corpo);
  font-size: 1.125rem;
  /* 18px */
  color: #333;
  line-height: 1.3;
  margin-bottom: 2rem;
  /* espaço abaixo antes da próxima seção */
}

.instagram-highlight {
  color: #ff000b;
  font-weight: 700;
}

/* ══════════════════════════════════════════
   SEÇÕES 7–8 — FOTOS PROVA SOCIAL
══════════════════════════════════════════ */

.section-photo {
  display: flex;
  justify-content: center;
  padding: 0 1.75rem;
  /* 28px cada lado */
  background: #ffffff;
}

.photo-full {
  width: 100%;
  display: block;
}

/* ══════════════════════════════════════════
   SEÇÃO 9 — ENTREGA
══════════════════════════════════════════ */

.section-delivery {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem 2rem;
}

.delivery-heading {
  font-family: var(--fonte-corpo);
  font-size: 1.75rem;
  /* 28px */
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  text-align: center;
}

.delivery-box {
  width: 19.0625rem;
  /* 305px */
  background: #fbfbfb;
  border: 2px solid #b0b0b0;
  border-radius: 0.625rem;
  padding: 1rem 1.25rem;
}

.delivery-text {
  font-family: var(--fonte-corpo);
  font-size: 1rem;
  /* 16px */
  font-weight: 300;
  color: #333;
  text-align: center;
  line-height: 1.6;
}

.delivery-icon {
  width: 1.6875rem;
  /* 27px */
  height: 1.6875rem;
  vertical-align: middle;
}

/* ══════════════════════════════════════════
   SEÇÃO 10 — FAQ
══════════════════════════════════════════ */

.section-faq {
  background: #fffbf3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem 2.5rem;
}

.faq-emoji {
  font-size: 2rem;
  margin-bottom: 0.375rem;
  line-height: 1;
}

.faq-heading {
  font-family: var(--fonte-corpo);
  /* Raleway, conforme original */
  font-size: 1.875rem;
  /* 30px */
  font-weight: 700;
  color: #9e542b;
  text-align: center;
  margin-bottom: 1.5rem;
}

.faq-card {
  width: 19.375rem;
  /* 310px */
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-question {
  background: #e8bd84;
  min-height: 3.75rem;
  /* 60px */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  color: #fff;
  font-family: var(--fonte-corpo);
  font-size: 1.1875rem;
  /* 19px */
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.faq-answer {
  background: #fff;
  padding: 0.75rem 1rem;
  color: #777;
  font-family: var(--fonte-corpo);
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.4;
  text-align: center;
}

/* ══════════════════════════════════════════
   SEÇÃO 11 — GARANTIA
══════════════════════════════════════════ */

.section-guarantee {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem 2.5rem;
}

.guarantee-heading {
  font-family: var(--fonte-corpo);
  font-size: 1.875rem;
  /* 30px */
  font-weight: 300;
  color: #000;
}

.guarantee-subheading {
  font-family: var(--fonte-corpo);
  font-size: 1.875rem;
  /* 30px */
  font-weight: 700;
  color: #f2b200;
  margin-bottom: 3rem;
  /* espaço para badge sobreposto */
}

.guarantee-box {
  width: 19rem;
  /* 304px */
  background: #fbfbfb;
  border: 2px solid #b0b0b0;
  border-radius: 0.625rem;
  padding: 3.25rem 1.25rem 1.25rem;
  /* 52px top para badge */
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guarantee-badge {
  position: absolute;
  top: -2.75rem;
  /* -44px — sobrepõe o box */
  left: 50%;
  transform: translateX(-50%);
  width: 5.625rem;
  /* 90px */
}

.guarantee-text {
  font-family: var(--fonte-corpo);
  font-size: 1rem;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

/* ══════════════════════════════════════════
   SEÇÃO 12 — CABEÇALHO DA AUTORA
══════════════════════════════════════════ */

.section-author-header {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* centra texto horizontalmente */
  justify-content: center;
  padding: 1rem;
  min-height: 5.9375rem;
  /* 95px */
}

.author-header-label {
  font-family: var(--fonte-corpo);
  font-size: 1.875rem;
  /* 30px */
  font-weight: 300;
  color: #1f1f1f;
  line-height: 1.2;
  text-align: center;
}

.author-header-name {
  font-family: var(--fonte-corpo);
  font-size: 1.875rem;
  /* 30px */
  font-weight: 700;
  color: #e43b2c;
  line-height: 1.2;
  text-align: center;
}

/* ══════════════════════════════════════════
   SEÇÃO 13 — BIO DA AUTORA
══════════════════════════════════════════ */

.section-author-bio {
  min-height: 27.8125rem;
  /* 445px */
  background-image: url('assets/lara.avif');
  background-size: cover;
  background-position: 50% 100%;
  display: flex;
  align-items: flex-end;
  /* caixa de texto no rodapé da foto */
  justify-content: center;
  padding: 1.5rem 1rem;
}

.author-bio-box {
  width: 19.6875rem;
  /* 315px */
  background: rgba(255, 255, 255, 0.97);
  padding: 1.25rem;
}

.author-bio-text {
  font-family: var(--fonte-corpo);
  font-size: 1rem;
  /* 16px */
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
  text-align: justify;
  line-height: 1.5;
}

.author-bio-emphasis {
  color: #e43b2c;
  /* vermelho — mesmo tom de "Lara Vencato" */
}

/* ══════════════════════════════════════════
   SEÇÃO 14 — CTA FINAL
══════════════════════════════════════════ */

.section-final-cta {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
}

.final-cta-divider {
  width: 4.0625rem;
  /* 65px */
  height: 0.1875rem;
  /* 3px — linha decorativa */
  background-color: #e43b2c;
  margin-bottom: 1rem;
}

.final-cta-heading {
  font-family: var(--fonte-corpo);
  font-size: 1.3125rem;
  /* 21px */
  font-weight: 400;
  color: #6e2d1a;
  line-height: 1.35;
  margin-bottom: 1.25rem;
}

.final-cta-red {
  color: #e2211c;
  font-weight: 700;
}

.btn-cta-final {
  width: 18.75rem;
  /* 300px */
  height: 4.0625rem;
  /* 65px */
}

.final-cta-access {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  font-family: var(--fonte-corpo);
  font-size: 1.125rem;
  /* 18px */
  color: #333;
}

.final-cta-icon {
  width: 1.9375rem;
  /* 31px */
  height: 1.9375rem;
}

/* ══════════════════════════════════════════
   SEÇÃO 15 — RODAPÉ
══════════════════════════════════════════ */

.section-footer {
  background: #090909;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.1875rem;
  /* 35px */
  padding: 0.375rem 1rem;
}

.footer-text {
  font-family: var(--fonte-corpo);
  font-size: 0.75rem;
  /* 12px */
  color: rgba(255, 255, 255, 0.46);
  text-align: center;
}