:root {
  --cream: #FFF7F2;
  --sand: #F3E6D8;
  --nude: #E8D3C2;
  --rose: #E6B7B2;
  --terracotta: #C97C5D;
  --dark: #4A2D22;
  --text: #7A5446;
  --sage: #B8C4A4;
  --gold: #F3D98B;
  --white: #FFFFFF;
  --cta: #22C55E;
  
  --shadow-light: 0 8px 24px rgba(74, 45, 34, 0.06);
  --shadow-md: 0 12px 32px rgba(74, 45, 34, 0.08);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { width: min(100% - 28px, var(--container)); margin-inline: auto; }
.narrow { width: min(100% - 28px, 860px); }
.center { text-align: center; }
.section { padding: 58px 0; }

/* Tipografia */
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: "Poppins", "Inter", Arial, sans-serif; letter-spacing: -0.02em; }
h1 {
  font-size: clamp(2.15rem, 9vw, 3.45rem);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 18px;
  text-align: center;
}
h2 {
  font-size: clamp(1.95rem, 8vw, 3rem);
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
}
p { font-size: 1.06rem; margin-bottom: 16px; }
strong { font-weight: 800; }

.section-heading { max-width: 800px; margin: 0 auto 34px; text-align: center; }
.section-heading p { max-width: 720px; margin-inline: auto; }
.eyebrow { display: inline-block; color: var(--terracotta); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.eyebrow.light { color: var(--gold); }
.cta-space { margin-top: 30px; }
.title-icon { display: inline-block; margin-right: 6px; transform: translateY(1px); }

/* Botoes */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 390px;
  min-height: 56px;
  padding: 17px 26px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  font-size: 0.94rem;
  line-height: 1.18;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
}
.btn:hover { transform: translateY(-2px); opacity: 0.95; }
.btn-primary { background: var(--cta); color: var(--white); box-shadow: var(--shadow-md); }

/* Imagens */
.image-shell {
  position: relative;
  overflow: hidden;
  display: block;
  background: var(--sand);
  border: 1px solid var(--nude);
  border-radius: var(--radius-xl);
}
.image-shell img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.image-shell.is-missing { display: flex; align-items: center; justify-content: center; border: 2px dashed var(--terracotta); }
.image-shell.is-missing img { display: none; }
.image-shell.is-missing::after {
  content: "Subir: " attr(data-missing);
  display: inline-flex;
  max-width: calc(100% - 34px);
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--text);
  font-weight: 800;
  font-size: 0.84rem;
  text-align: center;
  box-shadow: var(--shadow-light);
}
.image-shell.tiny { width: 22px; height: 22px; min-height: 22px; border-radius: 999px; box-shadow: none; flex: 0 0 22px; background: transparent; border: 0; }

.hero-mockup, .receive-image, .pain-image, .step-image, .gallery-image, .bonus-image, .price-image, .testimonial-image, .final-image, .warranty-badge {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  min-height: 0;
}
.mosaic-main {
  aspect-ratio: 427 / 540;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 0 auto;
  border-radius: 26px;
}

/* Grids Gerais */
.receive-grid, .pain-grid, .steps-grid, .gallery-grid, .bonus-grid, .pricing-grid, .testimonials-grid, .final-grid, .warranty-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

/* 1. BARRA SUPERIOR DE URGÊNCIA */
.top-alert {
  background: var(--terracotta);
  color: var(--white);
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 0.8rem;
  line-height: 1.25;
  padding: 10px 8px;
}

/* 2. HERO / PRIMEIRA DOBRA */
.hero { background: var(--cream); padding: 42px 0 60px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr; justify-items: center; }
.hero-copy { width: 100%; max-width: 580px; text-align: center; margin-inline: auto; }
.hero h1 { color: var(--dark) !important; text-shadow: none !important; }
.hero-lead { color: var(--text) !important; font-size: clamp(1.02rem, 3.8vw, 1.18rem); font-weight: 600; margin: 0 auto 20px; }
.hero-sub { color: var(--text) !important; font-size: clamp(1.02rem, 3.8vw, 1.14rem); margin: 24px auto 22px; text-align: center; }
.hero-mockup { background: var(--sand); max-width: 430px; margin: 18px auto 0; border-radius: 28px; border: 1px solid var(--nude); }
.hero-mockup img { padding: 14px; }
.hero-list { list-style: none; padding: 0; margin: 26px auto 30px; display: grid; gap: 10px; max-width: 330px; text-align: left; }
.hero-list li { position: relative; padding-left: 30px; color: var(--text); font-size: 1.03rem; font-weight: 700; }
.hero-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--sage); font-weight: 900; font-size: 1.12em; }
.hero .btn-primary { background: var(--terracotta); color: var(--white); box-shadow: var(--shadow-md); }
.instant-note { margin-top: 16px; display: grid; justify-items: center; gap: 6px; color: var(--text); font-size: 0.95rem; }
.access-icons { display: inline-flex; align-items: center; gap: 12px; }
.access-item { display: inline-flex; align-items: center; gap: 5px; color: var(--dark); font-weight: 600; }

/* 3. SEÇÃO “VEJA ALGUNS DOS MODELOS" (Mosaico) */
#modelos { background: var(--white); }
#modelos h2 { color: var(--dark); }
#modelos p { color: var(--text); }
.mosaic-main { background: var(--sand); border: 1px solid var(--nude); padding: 10px; }
#modelos .btn-primary { background: var(--cta); color: var(--white); }

/* 4. SEÇÃO “TUDO ORGANIZADO EM UM ÚNICO ACERVO DIGITAL” */
#recebe { background: var(--sand); }
#recebe h2 { color: var(--dark); }
#recebe p { color: var(--text); }
.receive-image { background: var(--cream); border: 1px solid var(--nude); max-width: 540px; margin-inline: auto; }
.receive-cards { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }
.receive-cards article { background: var(--cream); border: 1px solid var(--nude); border-radius: 18px; padding: 20px 18px; box-shadow: var(--shadow-light); }
.receive-cards h3 { color: var(--dark); }
.receive-cards p { color: var(--text); }
.receive-cards article:nth-child(even) h3 .title-icon { color: var(--terracotta); }
.receive-cards article:nth-child(odd) h3 .title-icon { color: var(--sage); }

/* 5. SEÇÃO “SEM RECEITAS SOLTAS” (Dor) */
#dor { background: var(--dark) !important; }
#dor h2 { color: var(--white) !important; text-shadow: none !important; }
#dor .eyebrow { color: var(--sand); }
#dor p { color: var(--cream) !important; }
.pain-image { border: 2px solid var(--terracotta); border-radius: var(--radius-xl); max-width: 540px; margin-inline: auto; }
#dor .btn-primary { background: var(--cta); color: var(--white); }

/* 6. SEÇÃO “COMO FUNCIONA” */
#como-funciona { background: var(--white); }
#como-funciona h2 { color: var(--dark); }
#como-funciona p { color: var(--text); }
.step-card { background: var(--cream); border: 1px solid var(--nude); border-radius: 22px; padding: 22px 18px; text-align: center; box-shadow: var(--shadow-light); max-width: 540px; margin-inline: auto; }
.step-image { background: var(--white); width: min(100%, 260px); margin: 0 auto 18px; border-radius: 22px; border: 1px solid var(--nude); }
.step-card span { display: inline-block; background: var(--terracotta); color: var(--white); padding: 4px 12px; border-radius: 999px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.05em; margin-bottom: 8px; }
.step-card h3 { color: var(--dark); margin: 7px 0 8px; font-size: 1.25rem; }
.step-card p { color: var(--text); font-size: 1.04rem; margin-bottom: 0; }

/* 7. SEÇÃO DOS TIPOS DE NANINHAS (Galeria Premium) */
#galeria { background: var(--cream); }
#galeria h2 { color: var(--dark); }
#galeria p { color: var(--text); }
.gallery-card { background: var(--white); border: 1px solid var(--nude); border-radius: 22px; padding: 18px; box-shadow: var(--shadow-light); max-width: 540px; margin-inline: auto; }
.gallery-image { background: var(--cream); border-radius: 18px; margin-bottom: 14px; border: 1px solid var(--nude); }
.gallery-card h3 { color: var(--dark); }
.gallery-card p { color: var(--text); }

/* 8. SEÇÃO DE BÔNUS */
#bonus { background: var(--sand) !important; }
#bonus .section-heading h2 { color: var(--dark) !important; text-shadow: none !important; }
#bonus .section-heading p { color: var(--text) !important; }
#bonus .eyebrow { color: var(--terracotta); }
.bonus-card { background: var(--white); border-radius: 24px; padding: 20px; box-shadow: var(--shadow-md); border: 1px solid var(--nude); max-width: 540px; margin-inline: auto; }
.bonus-card h3, .bonus-card p { color: var(--text); }
.bonus-card h3 { color: var(--dark); }
.bonus-card strong { color: var(--dark) !important; font-weight: 800; display: block; margin-top: 10px; }
.bonus-image { background: var(--cream); border-radius: 18px; margin-bottom: 18px; border: 1px solid var(--nude); }
.bonus-premium { border: 2px solid var(--terracotta); background: var(--white); }
.premium-label { display: inline-flex; background: var(--terracotta); color: var(--white); font-weight: 800; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; padding: 6px 12px; margin-bottom: 14px; }

/* 9. SEÇÃO DE PLANOS / OFERTA */
#oferta { background: var(--white); }
#oferta h2 { color: var(--dark); }
.price-card { background: var(--cream); border: 1px solid var(--nude); border-radius: 24px; padding: 24px 20px; box-shadow: var(--shadow-light); max-width: 540px; margin-inline: auto; position: relative; }
.price-card.featured { background: var(--sand); border: 2px solid var(--terracotta); box-shadow: var(--shadow-md); }
.choice-badge { display: inline-flex; background: var(--terracotta); color: var(--white); font-weight: 800; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; padding: 6px 12px; margin-bottom: 14px; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); }
.price-image { background: var(--white); border-radius: 18px; margin: 18px 0; border: 1px solid var(--nude); }
.price-card h3 { color: var(--dark); }
.plan-desc { color: var(--text); }
.price-card ul { list-style: none; padding: 0; margin: 18px 0 22px; color: var(--text); }
.price-card li { position: relative; padding-left: 24px; margin-bottom: 10px; font-weight: 700; }
.price-card li::before { content: "✓"; position: absolute; left: 4px; color: var(--sage); font-weight: 900; }
.price { color: var(--dark); font-size: clamp(3.2rem, 13vw, 5rem); line-height: .95; font-weight: 900; margin: 18px 0 22px; }
.js-basic-checkout { background: var(--terracotta); color: var(--white); }
.js-complete-checkout { background: var(--cta); color: var(--white); }
.small-note { margin: 14px 0 0; font-size: .94rem; font-weight: 700; color: var(--text); text-align: center; }

/* 10. SEÇÃO DE URGÊNCIA / CONTADOR */
#urgencia { background: var(--terracotta) !important; color: var(--white); }
#urgencia h2 { color: var(--white) !important; text-shadow: none !important; }
#urgencia p { color: var(--white) !important; opacity: 0.9; }
#urgencia .eyebrow { color: var(--gold); }
.timer { display: flex; justify-content: center; gap: 8px; margin: 28px 0; }
.timer div { width: 88px; background: var(--cream); color: var(--dark); border-radius: 16px; padding: 13px 6px; box-shadow: var(--shadow-light); }
.timer strong { display: block; font-size: 2rem; line-height: 1; color: var(--dark); font-weight: 800; }
.timer span { display: block; margin-top: 6px; font-size: .7rem; font-weight: 800; text-transform: uppercase; color: var(--text); }
#urgencia .btn-primary { background: var(--cta); color: var(--white); }

/* 11. SEÇÃO DE GARANTIA */
#garantia { background: var(--cream); }
#garantia h2 { color: var(--dark); }
#garantia p { color: var(--text); }
.warranty-card { background: var(--white); border: 1px solid var(--nude); border-radius: 30px; padding: 26px; box-shadow: var(--shadow-light); text-align: center; max-width: 540px; margin-inline: auto; }
.warranty-badge { width: min(100%, 260px); margin: 0 auto 16px; border-radius: 999px; background: transparent; border: 0; box-shadow: none; }

/* 12. SEÇÃO DE DEPOIMENTOS */
#depoimentos { background: var(--white) !important; }
#depoimentos h2 { color: var(--dark) !important; text-shadow: none !important; }
#depoimentos p { color: var(--text) !important; }
.testimonial-image { background: var(--cream); border-radius: 22px; border: 1px solid var(--nude); max-width: 540px; margin-inline: auto; }

/* 13. SEÇÃO DE FAQ */
#faq { background: var(--sand); }
#faq h2 { color: var(--dark); }
#faq .eyebrow { color: var(--terracotta); }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--nude); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-light); }
.faq-question { width: 100%; background: transparent; border: 0; cursor: pointer; text-align: left; padding: 18px 52px 18px 20px; color: var(--dark); font-family: "Inter", Arial, sans-serif; font-size: 1.02rem; font-weight: 700; position: relative; }
.faq-question::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--terracotta); font-size: 1.4rem; font-weight: 900; }
.faq-item.active .faq-question::after { content: "−"; }
.faq-answer { display: none; padding: 0 20px 20px; }
.faq-item.active .faq-answer { display: block; }
.faq-answer p { margin: 0; font-size: 1rem; color: var(--text); }

/* 14. CTA FINAL / FECHAMENTO */
#cta-final { background: var(--dark) !important; padding: 62px 0; }
#cta-final h2 { color: var(--white) !important; text-shadow: none !important; }
#cta-final p { color: var(--sand) !important; font-size: 1.08rem; }
.final-image { background: var(--cream); border: 2px solid var(--nude); max-width: 540px; margin-inline: auto; border-radius: var(--radius-xl); }
#cta-final .btn-primary { background: var(--cta); color: var(--white); }
.final-stack { max-width: 560px; margin: 0 auto; text-align: left; }

/* 15. RODAPÉ / AVISOS LEGAIS */
.footer { background: #3A241C; color: var(--nude); padding: 28px 0; text-align: center; }
.footer p { color: var(--nude); font-size: .8rem; margin: 6px 0; }
.footer a { color: var(--gold); text-decoration: underline; }

/* REGRAS GERAIS DE ESTRUTURA PARA AJUSTAR IMAGENS E BLOCOS */
.section-stack { max-width: 560px; margin: 0 auto; text-align: left; }
.section-stack h2, .section-stack p, .section-stack .eyebrow { text-align: left; }
.section-stack .image-shell { width: 100%; max-width: 100%; margin: 18px auto 18px; }
.stack-intro { margin-bottom: 18px; }

.receive-stack .receive-cards, .receive-cards-single { grid-template-columns: 1fr !important; gap: 14px !important; }
.receive-stack .receive-cards article { padding: 18px 16px !important; }
.pain-stack .btn, .final-stack .btn, .block-cta-center .btn { display: inline-flex; }
.block-cta-center { text-align: center; margin-top: 20px; }

.bonus-video { grid-column: 1 / -1; display: block; border: 2px solid var(--terracotta); }
.bonus-video .bonus-image { margin-bottom: 18px; }

/* MOBILE AJUSTES */
@media (max-width: 430px) {
  .container, .narrow { width: min(100% - 24px, var(--container)); }
  h1 { font-size: clamp(2.02rem, 11vw, 3rem); }
  h2 { font-size: clamp(1.85rem, 9.2vw, 2.65rem); }
  .hero-list { max-width: 310px; }
  .hero-list li { font-size: 1rem; }
  .receive-cards article, .bonus-card, .price-card, .gallery-card { padding: 18px; }
  .timer div { width: 82px; }
  .btn { font-size: .88rem; }
}

/* DESKTOP AJUSTES */
@media (min-width: 1180px) {
  .container { width: min(100% - 48px, var(--container)); }
  .section { padding: 78px 0; }
  .hero { padding: 64px 0 84px; }
  .receive-grid, .pain-grid, .final-grid { grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 48px; }
  .steps-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: 1.12fr .88fr .88fr; }
  .gallery-card.large { grid-row: span 2; }
  .bonus-grid { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 980px; }
  .bonus-premium { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; }
  .pricing-grid { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); max-width: 930px; }
  .testimonials-grid { grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 980px; }
  
  .hero-mockup, .receive-image, .pain-image, .final-image { max-width: 540px; }
  .step-image { width: min(100%, 230px); max-width: 230px; }
  .btn { width: auto; }
}

@media (min-width: 1025px) {
  .section-stack { max-width: 620px; }
  .bonus-grid { grid-template-columns: 1fr 1fr !important; }
  .bonus-premium, .bonus-video { grid-column: 1 / -1 !important; }
}
