/* =========================================================
   Comiditas del Bebé: Landing (modelo ES / $5)
   Paleta inspirada em receitasdanutri.net.br
   ========================================================= */

:root {
  --background: 33 50% 93%;
  --foreground: 20 15% 20%;
  --card: 0 0% 100%;
  --card-foreground: 20 15% 20%;
  --primary: 340 82% 52%;
  --primary-foreground: 0 0% 100%;
  --primary-strong: 340 85% 45%;
  --secondary: 33 40% 90%;
  --muted: 20 10% 55%;
  --muted-foreground: 20 10% 45%;
  --accent: 33 35% 88%;
  --pain: 0 65% 55%;
  --warm: 42 90% 55%;
  --gold: 42 85% 55%;
  --success: 145 60% 42%;
  --success-foreground: 0 0% 100%;
  --section-alt: 33 45% 95%;
  --section-warm: 40 55% 92%;
  --section-green: 145 30% 92%;
  --border: 33 25% 85%;
  --radius: 0.75rem;
  --shadow-soft: 0 8px 28px rgba(60, 40, 20, 0.08);
  --shadow-card: 0 4px 18px rgba(60, 40, 20, 0.07);
  --max: 480px;
  --checkout-url: "https://pay.hotmart.com/K106701628P?checkoutMode=10";
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  line-height: 1.55;
  font-size: 15px;
  overflow-x: hidden;
}

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

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

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

.font-baloo {
  font-family: "Baloo 2", cursive;
}

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.container-wide {
  max-width: 720px;
}

/* ---------- Typography ---------- */
.section-title {
  font-family: "Baloo 2", cursive;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  color: hsl(var(--primary));
}

@media (min-width: 768px) {
  .section-title {
    font-size: 1.875rem;
  }
}

.text-pain {
  color: hsl(var(--pain));
}

.text-success {
  color: hsl(var(--success));
}

.text-warm {
  color: hsl(var(--warm));
}

.text-muted {
  color: hsl(var(--muted-foreground));
}

/* ---------- Buttons ---------- */
.btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  background: hsl(var(--success));
  color: #fff;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 0 hsl(145 60% 32%), 0 12px 24px rgba(30, 120, 60, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  animation: pulse-cta 2s ease-in-out infinite;
}

.btn-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.btn-cta:active {
  transform: translateY(3px);
  box-shadow: 0 4px 0 hsl(145 60% 32%), 0 6px 12px rgba(30, 120, 60, 0.2);
  animation: none;
}

.btn-cta--lg {
  font-size: 1.125rem;
  padding: 1.1rem 1.75rem;
}

.btn-cta svg {
  flex-shrink: 0;
}

@keyframes pulse-cta {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

/* ---------- Image placeholders (Higgsfield) ---------- */
.ph {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(145deg, #f5e6d0 0%, #f0d4c4 45%, #e8c4b8 100%);
  border: 2px dashed rgba(180, 100, 80, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(80, 50, 40, 0.75);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  padding: 0.75rem;
  min-height: 140px;
}

.ph::before {
  content: "🎨 Higgsfield";
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(var(--primary));
  margin-bottom: 0.35rem;
  opacity: 0.9;
}

.ph span {
  max-width: 90%;
}

.ph--hero {
  min-height: 220px;
  border-radius: 1.25rem;
  aspect-ratio: 4 / 3;
}

.ph--recipe {
  min-height: 120px;
  aspect-ratio: 1;
  border-radius: 0.9rem;
}

.ph--guide {
  min-height: 150px;
  aspect-ratio: 3 / 4;
  border-radius: 0.85rem;
}

.ph--bonus {
  min-height: 110px;
  aspect-ratio: 16 / 10;
  border-radius: 0.85rem;
}

.ph--avatar {
  width: 132px;
  height: 132px;
  min-height: 132px;
  border-radius: 50%;
  flex-shrink: 0;
  border-width: 3px;
  border-style: solid;
  border-color: hsl(var(--primary) / 0.35);
  position: relative;
  overflow: hidden;
}

.ph--product {
  min-height: 180px;
  aspect-ratio: 1;
  max-width: 220px;
  margin: 0 auto;
}

.ph--testimonial {
  width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 0.55rem;
  padding: 0.25rem;
}

.ph--testimonial::before {
  font-size: 0.5rem;
  margin-bottom: 0.1rem;
}

/* When real images replace placeholders */
.ph img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ph.has-img {
  border-style: solid;
  border-color: transparent;
  background: #f0e4d4;
  padding: 0;
}

.ph.has-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recipe-card .ph--recipe.has-img {
  min-height: 0;
  aspect-ratio: 1;
}

.ph--avatar.has-img img {
  border-radius: 50%;
}

.ph--testimonial.has-img img {
  border-radius: 50%;
}

.ph.has-img::before,
.ph.has-img > span:not(.sr-only) {
  display: none;
}

/* ---------- BRAND ---------- */
.brand-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.brand-logo {
  width: min(260px, 72vw);
  height: auto;
  display: block;
}

.offer__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.offer__logo {
  width: min(220px, 70%);
  height: auto;
  display: block;
}

.offer__price-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

.offer__price-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(60, 40, 20, 0.12);
  background: #fff8ee;
}

.offer__price-name {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  font-size: 1rem;
  color: hsl(var(--primary));
}

/* ---------- PDF SHOWCASE (prints grandes y legibles) ---------- */
.inside--showcase {
  padding: 2.5rem 0 2.75rem;
  background: linear-gradient(
    180deg,
    hsl(var(--section-warm)) 0%,
    hsl(var(--section-alt)) 100%
  );
  overflow: hidden;
}

.container--showcase {
  max-width: 100%;
  padding: 0;
}

.container--showcase .section-title,
.container--showcase .inside__sub {
  padding: 0 1.25rem;
}

.inside__sub--wide {
  max-width: 26rem;
  margin-bottom: 1.35rem;
}

.pdf-showcase {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 1.25rem 1rem;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--primary) / 0.35) transparent;
}

.pdf-showcase::-webkit-scrollbar {
  height: 6px;
}

.pdf-showcase::-webkit-scrollbar-thumb {
  background: hsl(var(--primary) / 0.35);
  border-radius: 99px;
}

.pdf-page {
  flex: 0 0 min(86vw, 340px);
  scroll-snap-align: center;
  background: #fff;
  border-radius: 1.15rem;
  border: 1px solid hsl(var(--border));
  box-shadow: 0 12px 36px rgba(60, 40, 20, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pdf-page__chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.75rem;
  background: linear-gradient(180deg, #faf6f0, #f3ebe0);
  border-bottom: 1px solid hsl(var(--border));
}

.pdf-page__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0d0bc;
}

.pdf-page__dot:nth-child(1) {
  background: #ff8a80;
}

.pdf-page__dot:nth-child(2) {
  background: #ffd54f;
}

.pdf-page__dot:nth-child(3) {
  background: #a5d6a7;
}

.pdf-page__chrome-title {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 700;
  color: hsl(var(--muted-foreground));
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pdf-page__frame {
  background: #ebe2d4;
  padding: 0.65rem 0.65rem 0.35rem;
}

.pdf-page__frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.35rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.pdf-page__label {
  padding: 0.7rem 0.85rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  color: hsl(var(--foreground));
  margin: 0;
}

.pdf-showcase__hint {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: hsl(var(--muted-foreground));
  margin: 0.15rem 1.25rem 0;
  opacity: 0.85;
}

@media (min-width: 720px) {
  .container--showcase {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .pdf-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    overflow: visible;
    padding: 0.25rem 0 0.5rem;
    scroll-snap-type: none;
  }

  .pdf-page {
    flex: none;
    width: 100%;
  }

  .pdf-showcase__hint {
    display: none;
  }
}

@media (min-width: 1000px) {
  .container--showcase {
    max-width: 1080px;
  }

  .pdf-showcase {
    grid-template-columns: repeat(3, 1fr);
  }

  .pdf-page {
    /* slightly larger feel */
  }

  .pdf-page__frame {
    padding: 0.85rem 0.85rem 0.5rem;
  }
}

/* ---------- HERO / PAIN ---------- */
.hero {
  padding: 1.75rem 0 2rem;
  background: linear-gradient(
    180deg,
    hsl(var(--section-warm)) 0%,
    hsl(var(--background)) 100%
  );
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: hsl(var(--pain) / 0.12);
  color: hsl(var(--pain));
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}

.hero h1 {
  font-family: "Baloo 2", cursive;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.15;
  color: hsl(var(--foreground));
  margin-bottom: 0.85rem;
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 2.25rem;
  }
}

.hero__sub {
  font-size: 0.98rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 0.5rem;
}

.hero__promise {
  font-size: 0.98rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1.25rem;
}

.hero__media {
  margin: 1.25rem 0 1.5rem;
}

.hero__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
  font-size: 0.78rem;
  color: hsl(var(--muted-foreground));
  font-weight: 500;
}

.hero__trust svg {
  color: hsl(var(--success));
}

/* ---------- PAIN STORY ---------- */
.pain {
  padding: 2rem 0;
  background: hsl(var(--section-alt));
}

.pain h2 {
  font-family: "Baloo 2", cursive;
  font-size: 1.35rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.25rem;
  color: hsl(var(--foreground));
}

.pain__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.pain__item {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow-card);
  border-left: 4px solid hsl(var(--pain));
  font-size: 0.92rem;
  color: hsl(var(--foreground) / 0.9);
}

.pain__relief {
  text-align: center;
  background: #fff;
  border-radius: 1.15rem;
  padding: 1.35rem 1.15rem;
  box-shadow: var(--shadow-soft);
  border: 2px solid hsl(var(--success) / 0.25);
}

.pain__relief > strong {
  display: block;
  font-family: "Baloo 2", cursive;
  font-size: 1.35rem;
  color: hsl(var(--success));
  margin-bottom: 0.5rem;
}

.pain__relief p strong {
  color: hsl(var(--success));
  font-weight: 700;
}

.pain__relief p {
  font-size: 0.92rem;
  color: hsl(var(--muted-foreground));
}

.pain__relief p + p {
  margin-top: 0.65rem;
}

/* ---------- SOLUTION / PROTOCOL ---------- */
.solution {
  padding: 2.25rem 0;
}

.solution__name {
  text-align: center;
  font-family: "Baloo 2", cursive;
  font-size: 1.55rem;
  font-weight: 800;
  color: hsl(var(--primary));
  line-height: 1.2;
  margin: 0.5rem 0 0.75rem;
}

@media (min-width: 768px) {
  .solution__name {
    font-size: 2rem;
  }
}

.solution__lead {
  text-align: center;
  font-size: 0.98rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.5rem;
}

.solution__lead strong {
  color: hsl(var(--foreground));
  font-weight: 700;
}

.pillars {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.pillar {
  background: #fff;
  border-radius: 1rem;
  padding: 1.1rem 1rem;
  box-shadow: var(--shadow-card);
  text-align: center;
}

.pillar__icon {
  font-size: 1.75rem;
  margin-bottom: 0.4rem;
}

.pillar h3 {
  font-family: "Baloo 2", cursive;
  font-size: 1.1rem;
  font-weight: 800;
  color: hsl(var(--primary));
  margin-bottom: 0.35rem;
}

.pillar p {
  font-size: 0.85rem;
  color: hsl(var(--muted-foreground));
}

/* ---------- RECIPES GRID ---------- */
.recipes {
  padding: 2rem 0 2.25rem;
  background: hsl(var(--section-warm));
}

.recipes__sub {
  text-align: center;
  font-size: 0.9rem;
  color: hsl(var(--muted-foreground));
  margin: 0.5rem auto 1.25rem;
  max-width: 22rem;
}

.recipes__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.recipe-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.recipe-card__body {
  padding: 0.65rem 0.7rem 0.85rem;
}

.recipe-card h3 {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.recipe-card p {
  font-size: 0.72rem;
  color: hsl(var(--muted-foreground));
  font-weight: 500;
}

.recipes__more {
  text-align: center;
  font-family: "Baloo 2", cursive;
  font-size: 1.1rem;
  font-weight: 800;
  color: hsl(var(--primary));
  margin-bottom: 1rem;
}

/* ---------- INSIDE GUIDE ---------- */
.inside {
  padding: 2.25rem 0;
}

.inside__sub {
  text-align: center;
  font-size: 0.9rem;
  color: hsl(var(--muted-foreground));
  margin: 0.45rem auto 1.25rem;
  max-width: 22rem;
}

.inside__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .inside__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.inside-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  text-align: center;
}

.inside-card__label {
  padding: 0.65rem 0.5rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
  color: hsl(var(--foreground));
}

/* ---------- BONUSES ---------- */
.bonuses {
  padding: 2.25rem 0;
  background: hsl(var(--section-alt));
}

.bonuses__eyebrow {
  display: block;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(var(--warm));
  margin-bottom: 0.35rem;
}

.bonuses .section-title {
  margin-bottom: 1.25rem;
}

/* Mobile-first: sempre um embaixo do outro (sem carrossel) */
.bonuses__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  overflow-x: visible;
}

/* Só no desktop mostra 3 colunas lado a lado */
@media (min-width: 900px) {
  .bonuses__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.bonus-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid hsl(var(--border));
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
}

.bonus-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f7efe3;
  overflow: hidden;
  flex-shrink: 0;
}

.bonus-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.bonus-card__tag {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(var(--warm));
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bonus-card__body {
  padding: 0.9rem 1rem 1.05rem;
}

.bonus-card h3 {
  font-family: "Baloo 2", cursive;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 0.25rem;
  color: hsl(var(--foreground));
}

.bonus-card p {
  font-size: 0.85rem;
  color: hsl(var(--muted-foreground));
  margin: 0;
  line-height: 1.4;
}

/* ---------- TESTIMONIALS ---------- */
.testimonials {
  padding: 2.25rem 0;
}

.testimonials__sub {
  text-align: center;
  font-size: 0.9rem;
  color: hsl(var(--muted-foreground));
  margin: 0.4rem auto 1.25rem;
}

.testimonials__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.t-card {
  background: #fff;
  border-radius: 1.1rem;
  padding: 1rem 1.05rem;
  box-shadow: var(--shadow-card);
  border: 1px solid hsl(var(--border));
}

.t-card__top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.65rem;
}

.t-card__name {
  font-weight: 700;
  font-size: 0.9rem;
}

.t-card__meta {
  font-size: 0.72rem;
  color: hsl(var(--muted-foreground));
}

.t-card__stars {
  color: hsl(var(--gold));
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}

.t-card p {
  font-size: 0.88rem;
  color: hsl(var(--foreground) / 0.88);
  line-height: 1.5;
}

/* ---------- FOR YOU ---------- */
.foryou {
  padding: 2rem 0 2.25rem;
  background: hsl(var(--section-green));
}

.foryou__list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.foryou__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow-card);
  font-weight: 600;
  font-size: 0.92rem;
}

.foryou__check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: hsl(var(--success) / 0.15);
  color: hsl(var(--success));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
}

/* ---------- AUTHOR ---------- */
.author {
  padding: 2.25rem 0;
}

.author__eyebrow {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: hsl(var(--primary));
  margin-bottom: 0.75rem;
}

.author__card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.2rem;
  box-shadow: var(--shadow-soft);
  text-align: center;
  border: 1px solid hsl(var(--border));
}

.author__card .ph--avatar {
  margin: 0 auto 0.9rem;
}

.author__card h2 {
  font-family: "Baloo 2", cursive;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.author__role {
  font-size: 0.88rem;
  font-weight: 600;
  color: hsl(var(--primary));
  margin-bottom: 0.85rem;
}

.author__bio {
  font-size: 0.9rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1rem;
  line-height: 1.55;
}

.author__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.author__tags span {
  background: hsl(var(--secondary));
  color: hsl(var(--foreground));
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

/* ---------- OFFER / PRICING ---------- */
#precio {
  scroll-margin-top: 1rem;
}

.offer {
  padding: 2.25rem 0 2.5rem;
  background: linear-gradient(
    180deg,
    hsl(var(--section-warm)) 0%,
    hsl(33 50% 90%) 100%
  );
}

.offer__card {
  background: #fff;
  border-radius: 1.35rem;
  padding: 1.5rem 1.2rem 1.6rem;
  box-shadow: 0 12px 40px rgba(60, 40, 20, 0.12);
  border: 2px solid hsl(var(--success) / 0.3);
  position: relative;
  overflow: hidden;
}

.offer__badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, hsl(var(--warm)), hsl(var(--gold)));
  color: #1a1200;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.45rem 0.75rem;
}

.offer__card-inner {
  padding-top: 1.5rem;
}

.offer__title {
  text-align: center;
  font-family: "Baloo 2", cursive;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: hsl(var(--foreground));
}

.offer__stack {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
}

.offer__stack li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
}

.offer__stack li::before {
  content: "✓";
  color: hsl(var(--success));
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.offer__price-block {
  text-align: center;
  margin-bottom: 1.15rem;
}

.offer__old {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 0.15rem;
}

.offer__old .strike {
  font-size: 0.95rem;
  font-weight: 800;
  color: hsl(var(--pain));
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.offer__old .por {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: hsl(var(--pain));
}

.offer__new {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
  color: hsl(var(--success));
}

.offer__new .currency {
  font-size: 1.1rem;
  font-weight: 800;
}

.offer__new .amount {
  font-family: "Baloo 2", cursive;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.offer__new .cents {
  font-size: 1.4rem;
  font-weight: 800;
}

.offer__guarantee-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: hsl(var(--muted-foreground));
}

.offer__viewers {
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}

.offer__viewers strong {
  color: hsl(var(--pain));
}

/* ---------- GUARANTEE ---------- */
.guarantee {
  padding: 2rem 0 2.25rem;
}

.guarantee__card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
  border: 2px solid hsl(var(--success) / 0.2);
}

.guarantee__icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.guarantee__card h2 {
  font-family: "Baloo 2", cursive;
  font-size: 1.25rem;
  font-weight: 800;
  color: hsl(var(--success));
  margin-bottom: 0.65rem;
}

.guarantee__card p {
  font-size: 0.9rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.15rem;
}

/* ---------- FAQ ---------- */
.faq {
  padding: 2rem 0 2.5rem;
  background: hsl(var(--section-alt));
}

.faq__list {
  margin-top: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.faq__item {
  background: #fff;
  border-radius: 0.9rem;
  border: 1px solid hsl(var(--border));
  overflow: hidden;
}

.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.05rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.92rem;
  color: hsl(var(--foreground));
}

.faq__q span.icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: hsl(var(--secondary));
  color: hsl(var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.faq__item.open .faq__q span.icon {
  transform: rotate(45deg);
  background: hsl(var(--primary) / 0.12);
}

.faq__a {
  display: none;
  padding: 0 1.05rem 1rem;
  font-size: 0.88rem;
  color: hsl(var(--muted-foreground));
  line-height: 1.5;
}

.faq__item.open .faq__a {
  display: block;
}

/* ---------- FOOTER ---------- */
.footer {
  background: hsl(20 15% 16%);
  color: rgba(255, 255, 255, 0.75);
  padding: 2rem 1.25rem 2.5rem;
  text-align: center;
}

.footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 0 auto 1.1rem;
}

.footer__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #fff8ee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.footer__wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-align: left;
}

.footer__name {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
}

.footer__tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  margin-top: 0.15rem;
}

.footer p {
  font-size: 0.82rem;
  margin-bottom: 0.45rem;
}

.footer .legal {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  max-width: 28rem;
  margin: 0.75rem auto 0;
  line-height: 1.45;
}

/* ---------- STICKY CTA (mobile) ---------- */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: linear-gradient(
    180deg,
    transparent 0%,
    hsl(var(--background) / 0.95) 28%,
    hsl(var(--background)) 100%
  );
  transform: translateY(110%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.sticky-cta.visible {
  transform: translateY(0);
  pointer-events: auto;
}

.sticky-cta .btn-cta {
  max-width: 100%;
  animation: none;
  font-size: 0.95rem;
  padding: 0.9rem 1rem;
}

/* ---------- Social proof toast ---------- */
.toast-buy {
  position: fixed;
  left: 1rem;
  bottom: 5.5rem;
  z-index: 40;
  background: #fff;
  border-radius: 0.85rem;
  padding: 0.7rem 0.9rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  border: 1px solid hsl(var(--border));
  font-size: 0.78rem;
  max-width: 240px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.toast-buy.show {
  opacity: 1;
  transform: translateY(0);
}

.toast-buy strong {
  color: hsl(var(--success));
}

/* ---------- Utility ---------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.section-pad {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mt-cta {
  margin-top: 0.25rem;
}

body.has-sticky {
  padding-bottom: 5.5rem;
}
