/* ════════════════════════════════════════════════════════════
   300 Receitas Fit — Sales page
   Receitinhas Caseiras identity: Lora + Karla, warm cream + orange,
   raspberry accent (nods to "doces"), gold price, refined green for trust.
   ════════════════════════════════════════════════════════════ */

:root {
  --orange:       #F07B1A;
  --orange-deep:  #C85E00;
  --orange-soft:  #FCEEDD;
  --berry:        #D6336C;
  --berry-deep:   #A61E4D;
  --berry-soft:   #FBE3EC;
  --gold:         #E8A317;
  --green:        #2F9E44;
  --green-soft:   #E7F5EA;
  --ink:          #1A1714;
  --ink-soft:     #57514B;
  --ink-faint:    #8A827A;
  --line:         #ECE3D6;
  --line-strong:  #D8CCBA;
  --bg:           #FFFFFF;
  --cream:        #FDF7EF;
  --cream-2:      #F8F0E4;
  --footer:       #14110E;
  --container:    1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  background: var(--cream);
  color: var(--ink);
  font-family: "Karla", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { width: min(100%, var(--container)); margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 820px; }
.center { text-align: center; }

/* ─── TYPOGRAPHY HELPERS ─── */
.eyebrow {
  display: inline-block;
  font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange-deep); background: var(--orange-soft);
  padding: .35rem .85rem; border-radius: 999px; margin-bottom: 1.1rem;
}
.section-label {
  display: inline-block;
  font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--berry); margin-bottom: .7rem;
}
.section-label.on-dark { color: #FFC9DC; }
.section-title {
  font-family: "Lora", serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700; line-height: 1.15; letter-spacing: -.015em;
  color: var(--ink); margin: 0 0 1rem;
}
.section-title.on-dark { color: #fff; }
.section-title em { font-style: italic; color: var(--orange); }
.lead { font-size: 1.1rem; color: var(--ink-soft); line-height: 1.75; margin: 0 0 1rem; }
.center-lead { max-width: 56ch; margin-left: auto; margin-right: auto; }

/* ─── CHECK BULLET ─── */
.ck {
  display: inline-grid; place-items: center; flex: 0 0 22px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--green); position: relative;
}
.ck::after {
  content: ""; width: 11px; height: 6px;
  border-left: 2.5px solid #fff; border-bottom: 2.5px solid #fff;
  transform: translateY(-1px) rotate(-45deg);
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: "Karla", sans-serif; font-weight: 800; letter-spacing: .02em;
  text-align: center; cursor: pointer; border: none; border-radius: 14px;
  transition: transform .18s ease, box-shadow .18s ease, background .2s ease;
  line-height: 1.15;
}
.btn small { font-weight: 600; font-size: .72em; opacity: .92; margin-top: .2rem; letter-spacing: .01em; }
.btn-primary {
  background: linear-gradient(180deg, #F78A2E, var(--orange));
  color: #fff; padding: 1rem 1.8rem; font-size: 1.05rem;
  box-shadow: 0 12px 26px -10px rgba(200, 94, 0, .6);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(200, 94, 0, .7); }
.btn-lg { padding: 1.1rem 2rem; font-size: 1.12rem; }
.btn-xl { padding: 1.25rem 2rem; font-size: 1.25rem; border-radius: 16px; }
.btn-block { display: flex; width: 100%; }
.btn-ghost {
  flex-direction: row; background: transparent; color: var(--ink);
  border: 1.5px solid var(--line-strong); padding: .6rem 1.2rem; font-size: .92rem; border-radius: 999px;
}
.btn-ghost:hover { border-color: var(--orange); color: var(--orange-deep); background: var(--orange-soft); }
.btn-light {
  background: #fff; color: var(--orange-deep); padding: 1.2rem 2.4rem; font-size: 1.2rem;
  box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .35);
}
.btn-light:hover { transform: translateY(-2px); }

.stars { color: var(--gold); letter-spacing: 2px; font-size: 1.05rem; }

/* ─── ANNOUNCEMENT BAR ─── */
.announce {
  background: var(--berry-deep); color: #fff;
  font-size: .9rem; position: relative; z-index: 60;
}
.announce-inner {
  width: min(100%, var(--container)); margin: 0 auto; padding: .55rem 24px;
  display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap;
}
.announce-text b { font-weight: 800; }
.announce-timer { font-weight: 600; opacity: .95; }
.announce-timer strong { font-variant-numeric: tabular-nums; background: rgba(255,255,255,.16); padding: .1rem .45rem; border-radius: 6px; }

/* ─── HEADER ─── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 252, 248, .9); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-bar {
  width: min(100%, var(--container)); margin: 0 auto; padding: .75rem 24px;
  display: flex; align-items: center; gap: 1.5rem;
}
.brand { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.brand-name { font-family: "Lora", serif; font-size: 1.3rem; font-weight: 700; color: var(--ink); line-height: 1; }
.brand-name span { color: var(--orange); font-style: italic; }
.nav-links { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.nav-links a {
  font-size: .9rem; font-weight: 600; color: var(--ink-soft);
  padding: .5rem .85rem; border-radius: 8px; transition: color .2s, background .2s;
}
.nav-links a:hover { color: var(--orange-deep); background: var(--orange-soft); }
.nav-cta { flex-shrink: 0; }

/* ─── HERO ─── */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 80% at 85% 0%, var(--berry-soft) 0%, rgba(251,227,236,0) 55%),
    radial-gradient(90% 70% at 0% 20%, var(--orange-soft) 0%, rgba(252,238,221,0) 55%),
    var(--cream);
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3.25rem);
}
.hero-inner {
  width: min(100%, var(--container)); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.hero-copy { max-width: 600px; }
.hero h1 {
  font-family: "Lora", serif; font-weight: 700;
  font-size: clamp(2.3rem, 5.2vw, 3.7rem); line-height: 1.08; letter-spacing: -.02em;
  margin: 0 0 1.1rem; color: var(--ink);
}
.hero h1 em { font-style: italic; color: var(--orange); }
.hero h1 .hl {
  background: linear-gradient(180deg, transparent 62%, var(--berry-soft) 62%);
  color: var(--berry-deep); padding: 0 .1em; border-radius: 2px;
}
.hero-sub { font-size: 1.18rem; color: var(--ink-soft); line-height: 1.6; margin: 0 0 1.4rem; max-width: 48ch; }
.hero-sub strong { color: var(--ink); font-weight: 700; }

.hero-checks { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; list-style: none; margin: 0 0 1.8rem; padding: 0; }
.hero-checks li { display: flex; align-items: center; gap: .5rem; font-weight: 700; font-size: 1rem; }

.hero-cta { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.price-anchor { display: flex; flex-direction: column; line-height: 1; }
.pa-old { font-size: .95rem; color: var(--ink-faint); text-decoration: line-through; }
.pa-now { font-family: "Lora", serif; font-size: 2.1rem; font-weight: 700; color: var(--berry-deep); }

.hero-proof { display: flex; align-items: center; gap: .7rem; font-size: .95rem; color: var(--ink-soft); flex-wrap: wrap; }
.hero-proof strong { color: var(--ink); }

.hero-product { position: relative; display: grid; place-items: center; }
.hero-product img { width: min(100%, 560px); filter: drop-shadow(0 30px 50px rgba(26,23,20,.22)); position: relative; z-index: 1; animation: float 6s ease-in-out infinite; }
.hero-glow {
  position: absolute; inset: 8% 6%; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,123,26,.28), rgba(214,51,108,.18) 55%, transparent 70%);
  filter: blur(30px); z-index: 0;
}
.hero-glow.soft { inset: 14% 10%; opacity: .8; }
.badge-float {
  position: absolute; top: 6%; right: 4%; z-index: 2;
  display: grid; place-items: center; line-height: 1;
  width: 92px; height: 92px; border-radius: 50%;
  background: var(--berry); color: #fff; font-family: "Lora", serif; font-weight: 700; font-size: 1.7rem;
  box-shadow: 0 12px 24px -8px rgba(166,30,77,.6); transform: rotate(8deg);
  flex-direction: column;
}
.badge-float small { font-family: "Karla"; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .9; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ─── GALLERY MARQUEE ─── */
.gallery-marquee { overflow: hidden; margin-top: clamp(2rem, 4vw, 3.5rem); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.gallery-marquee.dark { margin-top: 2.5rem; }
.gm-track { display: flex; width: max-content; gap: 18px; padding-bottom: 4px; animation: scroll-x 55s linear infinite; }
.gm-track.reverse { animation-direction: reverse; animation-duration: 65s; }
.gm-track img { width: clamp(160px, 18vw, 220px); height: clamp(190px, 21vw, 260px); object-fit: cover; border-radius: 16px; box-shadow: 0 10px 24px -12px rgba(26,23,20,.4); }
.gallery-marquee:hover .gm-track { animation-play-state: paused; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── TRUST STRIP ─── */
.trust-strip {
  background: var(--orange-soft); color: var(--ink);
  border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong);
}
.trust-inner {
  width: min(100%, var(--container)); margin: 0 auto; padding: 1.4rem 24px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.5rem;
}
.trust-item { display: flex; align-items: center; gap: .55rem; font-weight: 700; font-size: .95rem; color: var(--ink); }
.ti-ico { font-size: 1.15rem; }

/* ─── SECTION RHYTHM ─── */
section.empathy, section.product, section.benefits, section.bonus-section,
section.testimonials, section.offer, section.guarantee-section, section.faq { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }

/* ─── EMPATHY ─── */
.empathy { background: var(--bg); }
.empathy .lead { font-size: 1.2rem; max-width: 60ch; margin-left: auto; margin-right: auto; }
.empathy .lead strong { color: var(--berry-deep); }

/* ─── PRODUCT ─── */
.product { background: var(--cream-2); }
.product-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.product-figure { position: relative; display: grid; place-items: center; }
.product-figure img { width: min(100%, 520px); filter: drop-shadow(0 26px 44px rgba(26,23,20,.2)); position: relative; z-index: 1; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.5rem; }
.chip {
  font-size: .85rem; font-weight: 700; color: var(--berry-deep);
  background: var(--berry-soft); border: 1px solid #F4C6D6;
  padding: .35rem .8rem; border-radius: 999px;
}
.feature-list, .offer-includes, .hero-checks { list-style: none; }
.feature-list { padding: 0; margin: 0 0 1.8rem; display: grid; gap: .8rem; }
.feature-list li { display: flex; align-items: flex-start; gap: .7rem; font-size: 1.02rem; color: var(--ink); line-height: 1.45; }
.feature-list .ck { margin-top: .15rem; }

/* ─── BENEFITS ─── */
.benefits { background: var(--bg); }
.benefit-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.benefit-card {
  background: var(--cream); border: 1px solid var(--line); border-radius: 16px;
  padding: 1.6rem; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.benefit-card:hover { transform: translateY(-4px); border-color: var(--orange); box-shadow: 0 18px 40px -22px rgba(26,23,20,.4); }
.bc-ico {
  display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px;
  background: var(--orange-soft); font-size: 1.6rem; margin-bottom: 1rem;
}
.benefit-card h3 { font-family: "Lora", serif; font-size: 1.2rem; font-weight: 700; margin: 0 0 .4rem; color: var(--ink); }
.benefit-card p { margin: 0; color: var(--ink-soft); font-size: .98rem; line-height: 1.55; }

/* ─── RECIPE GALLERY (dark band) ─── */
.recipe-gallery { background: var(--footer); padding: clamp(3rem, 6vw, 4.5rem) 0; }

/* ─── BONUSES ─── */
.bonus-section { background: var(--berry-soft); position: relative; }
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.bonus-card {
  position: relative; background: #fff; border-radius: 18px; overflow: hidden;
  border: 1px solid #F2CBD9; box-shadow: 0 18px 40px -26px rgba(166,30,77,.5);
  text-align: center; padding-bottom: 1.6rem; transition: transform .2s, box-shadow .2s;
}
.bonus-card:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -26px rgba(166,30,77,.6); }
.bonus-card img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.bonus-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--berry); color: #fff; font-size: .72rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; padding: .3rem .65rem; border-radius: 999px;
}
.bonus-card h3 { font-family: "Lora", serif; font-size: 1.4rem; font-weight: 700; margin: 1.1rem 0 .25rem; }
.bonus-card p { margin: 0 0 .9rem; color: var(--ink-soft); font-size: .92rem; }
.bonus-price { display: flex; flex-direction: column; align-items: center; line-height: 1.1; }
.bonus-price .strike { color: var(--ink-faint); text-decoration: line-through; font-size: 1rem; font-weight: 700; }
.bonus-price strong { color: var(--green); font-size: 1.7rem; font-weight: 800; letter-spacing: .02em; }
.bonus-total { font-family: "Lora", serif; font-size: 1.5rem; font-weight: 700; color: var(--berry-deep); margin: 2.5rem 0 1.5rem; }
.bonus-total span { display: block; font-family: "Karla"; font-size: .95rem; font-weight: 600; color: var(--ink-soft); }

/* ─── TESTIMONIALS ─── */
.testimonials { background: var(--cream-2); }
.rating-summary { display: inline-flex; align-items: center; gap: .6rem; margin-top: .5rem; font-size: .98rem; color: var(--ink-soft); }
.rating-summary strong { color: var(--ink); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.tcard {
  margin: 0; background: #fff; padding: 12px; border-radius: 22px;
  border: 1px solid var(--line); box-shadow: 0 18px 40px -24px rgba(26,23,20,.45);
  transition: transform .2s;
}
.tcard:hover { transform: translateY(-4px); }
.tcard img { width: 100%; border-radius: 14px; }

/* ─── OFFER / PRICING ─── */
.offer {
  background:
    radial-gradient(100% 60% at 50% 0%, var(--orange-soft), transparent 60%),
    var(--bg);
}
.offer-card {
  width: min(100%, 540px); margin: 2.5rem auto 0;
  background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--orange);
  border-radius: 22px; padding: 2rem; box-shadow: 0 30px 70px -34px rgba(26,23,20,.5);
}
.stack { display: grid; gap: .65rem; padding-bottom: 1.25rem; margin-bottom: 1.25rem; border-bottom: 2px dashed var(--line-strong); }
.stack-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; font-size: .98rem; color: var(--ink); }
.stack-row .sv { font-weight: 700; color: var(--ink-soft); white-space: nowrap; }
.stack-row.total { font-weight: 800; font-size: 1.05rem; padding-top: .35rem; }
.stack-row.total .sv.strike { color: var(--berry-deep); text-decoration: line-through; }

.price-box { text-align: center; margin-bottom: 1.5rem; }
.pb-label { margin: 0; font-size: .95rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .06em; }
.pb-price { font-family: "Lora", serif; font-weight: 700; color: var(--orange-deep); font-size: clamp(3.5rem, 11vw, 5rem); line-height: 1; margin: .35rem 0; }
.pb-price .cents { font-size: .42em; vertical-align: super; }
.pb-perrecipe { margin: 0; font-size: 1rem; color: var(--ink-soft); }
.pb-perrecipe strong { color: var(--berry-deep); }

.offer-includes { padding: 1.4rem 0 0; margin: 1.4rem 0 0; display: grid; gap: .7rem; border-top: 1px solid var(--line); }
.offer-includes li { display: flex; align-items: center; gap: .6rem; font-size: .98rem; font-weight: 600; }
.pay-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: 1.25rem; }
.pay-badges span {
  font-size: .8rem; font-weight: 700; color: var(--ink-soft);
  background: var(--cream); border: 1px solid var(--line); padding: .3rem .7rem; border-radius: 8px;
}

/* ─── GUARANTEE ─── */
.guarantee-section { background: var(--green-soft); }
.guarantee-inner { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.seal {
  display: grid; place-items: center; gap: .1rem; flex-shrink: 0;
  width: 150px; height: 150px; border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #fff 0 38%, var(--green) 38%);
  border: 4px dashed var(--green); color: #fff; text-align: center;
  box-shadow: 0 16px 40px -16px rgba(47,158,68,.6);
}
.seal-num { font-family: "Lora", serif; font-size: 2.6rem; font-weight: 700; color: var(--green); margin-top: .6rem; line-height: 1; }
.seal-txt { font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; line-height: 1.15; margin-bottom: .4rem; }
.guarantee-section .lead strong { color: var(--green); }

/* ─── FAQ ─── */
.faq { background: var(--bg); }
.faq-list { margin-top: 2.5rem; display: grid; gap: .85rem; }
.faq-item { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: border-color .2s; }
.faq-item[open] { border-color: var(--orange); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  cursor: pointer; list-style: none; padding: 1.1rem 1.3rem;
  font-family: "Lora", serif; font-size: 1.1rem; font-weight: 600; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; flex-shrink: 0; width: 20px; height: 20px; }
.faq-plus::before, .faq-plus::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: var(--orange); border-radius: 2px; transition: transform .25s;
}
.faq-plus::before { width: 14px; height: 2.5px; }
.faq-plus::after { width: 2.5px; height: 14px; }
.faq-item[open] .faq-plus::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-item p { margin: 0; padding: 0 1.3rem 1.2rem; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }

/* ─── FINAL CTA ─── */
.final-cta {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0; color: #fff;
  background:
    radial-gradient(120% 120% at 0% 0%, var(--berry) 0%, transparent 55%),
    linear-gradient(120deg, var(--orange-deep), var(--berry-deep));
}
.final-cta h2 { font-family: "Lora", serif; font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 700; line-height: 1.15; margin: 0 auto 1rem; max-width: 18ch; }
.final-cta h2 em { font-style: italic; color: #FFE0B8; }
.final-cta p { font-size: 1.15rem; opacity: .95; margin: 0 auto 2rem; max-width: 50ch; }

/* ─── FOOTER ─── */
.site-footer { background: var(--footer); color: rgba(255,255,255,.6); padding: 3.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-name span { color: var(--orange); }
.footer-brand p { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.5); max-width: 280px; margin: 1rem 0 0; }
.footer-col { display: flex; flex-direction: column; gap: .55rem; }
.footer-col h4 { font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin: 0 0 .5rem; }
.footer-col a { font-size: .9rem; color: rgba(255,255,255,.55); transition: color .2s; }
.footer-col a:hover { color: var(--orange); }
.footer-bottom { padding-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: rgba(255,255,255,.4); }
.footer-bottom .disclaimer { max-width: 46ch; }

/* ─── STICKY MOBILE CTA ─── */
.sticky-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70;
  display: none; align-items: center; justify-content: space-between; gap: 1rem;
  background: linear-gradient(180deg, #F78A2E, var(--orange)); color: #fff;
  padding: .85rem 1.2rem; border-radius: 14px;
  box-shadow: 0 16px 34px -12px rgba(200,94,0,.7);
  transform: translateY(140%); transition: transform .3s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sc-price { font-weight: 700; font-size: .95rem; }
.sc-price s { opacity: .7; font-weight: 600; margin-right: .25rem; }
.sc-btn { font-weight: 800; font-size: 1rem; white-space: nowrap; }

/* ─── REVEAL ANIMATION ─── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 640px; margin: 0 auto; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-checks, .hero-cta, .hero-proof { justify-content: center; }
  .hero-product { order: -1; }
  .hero-product img { width: min(100%, 440px); }
  .product-grid { grid-template-columns: 1fr; text-align: center; }
  .product-figure { order: -1; }
  .chips, .feature-list { justify-content: center; }
  .feature-list li { text-align: left; }
  .benefit-cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav-links, .nav-cta { display: none; }
  .hero-product { display: none; }
  .announce-inner { gap: .5rem 1.5rem; font-size: .82rem; }
  .benefit-cards { grid-template-columns: 1fr; }
  .bonus-grid { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
  .testimonial-grid { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
  .guarantee-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .sticky-cta { display: flex; }
  .hero-cta { flex-direction: column; }
}

@media (max-width: 420px) {
  .brand-name { font-size: 1.1rem; }
  .offer-card { padding: 1.4rem; }
  .stack-row { font-size: .9rem; }
}

/* ─── REDUCED MOTION ─── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}
