:root{--font-geist-sans:'Geist',Arial,Helvetica,sans-serif;--font-geist-mono:'Geist Mono',ui-monospace,monospace;}

:root {
  --cream: #fff9f2;
  --cream-deep: #f6ecdf;
  --white: #ffffff;
  --ink: #193530;
  --muted: #60746f;
  --pine: #2f6961;
  --pine-dark: #194b44;
  --sage: #d8eee6;
  --sage-soft: #edf7f3;
  --coral: #ee654f;
  --coral-dark: #ce4e3a;
  --coral-soft: #fee7df;
  --lilac: #eee7f8;
  --violet: #7650b6;
  --violet-dark: #5e3997;
  --sky: #e1f0f3;
  --gold: #f1b94f;
  --gold-soft: #fff0c9;
  --line: rgba(25, 75, 68, 0.13);
  --shadow: 0 24px 64px rgba(25, 75, 68, 0.12);
  --soft-shadow: 0 11px 32px rgba(25, 75, 68, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }

.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 760px; margin-inline: auto; }
.center { text-align: center; }
.section { padding: 96px 0; }
.section-lead { color: var(--muted); font-size: 17px; line-height: 1.72; }
.kicker { margin: 0 0 15px; color: var(--coral-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin-bottom: 22px; font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: clamp(43px, 4.9vw, 65px); line-height: 1.02; letter-spacing: -.048em; font-weight: 700; }
h2 { margin-bottom: 20px; font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: clamp(34px, 4vw, 51px); line-height: 1.07; letter-spacing: -.04em; font-weight: 700; }
h3 { letter-spacing: -.02em; }

.topbar {
  min-height: 38px;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  background: var(--pine-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.topbar span + span::before { content: "•"; margin-right: 34px; color: #9dc5ba; }

.header { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 850; letter-spacing: -.025em; }
.logo-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--pine), var(--pine-dark)); box-shadow: 0 5px 14px rgba(25,75,68,.18); color: #fff; font-family: "Iowan Old Style", Georgia, serif; font-size: 20px; font-style: italic; }
.header-link { color: var(--pine); font-size: 13px; font-weight: 850; border-bottom: 1px solid currentColor; }

.hero { position: relative; padding: 58px 0 90px; border-top: 1px solid var(--line); background: linear-gradient(145deg, #fffefb 0%, #f8eee4 55%, #f2eee9 100%); overflow: hidden; }
.hero-orb, .offer-orb { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(1px); opacity: .7; }
.hero-orb-one { width: 320px; height: 320px; top: -185px; right: 4%; background: var(--lilac); }
.hero-orb-two { width: 190px; height: 190px; bottom: -105px; left: -55px; background: var(--sage); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; }
.product-visual { position: relative; z-index: 1; padding: 18px 15px 22px 6px; animation: heroVisualIn .75s cubic-bezier(.2,.8,.2,1) both; }
.product-photo { overflow: hidden; aspect-ratio: 3 / 2; border: 9px solid rgba(255,255,255,.9); border-radius: 30px; box-shadow: var(--shadow); background: #fff; transform: rotate(-1deg); }
.product-photo img { width: 100%; height: 100%; object-fit: cover; }
.visual-chip { position: absolute; padding: 12px 15px; display: flex; align-items: baseline; gap: 5px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--soft-shadow); color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.visual-chip strong { color: var(--pine); font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 25px; font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.chip-one { left: -8px; bottom: 1px; }
.chip-two { right: 0; top: 0; }
.chip-one { animation: chipFloat 4.8s ease-in-out infinite; }
.chip-two { animation: chipFloat 4.8s ease-in-out -2.1s infinite; }
.hero-copy { position: relative; z-index: 1; animation: heroCopyIn .7s .08s cubic-bezier(.2,.8,.2,1) both; }
.hero-copy h1 em { color: var(--pine); font-style: normal; text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 4px; text-underline-offset: 7px; }
.hero-rating { width: fit-content; margin: -5px 0 18px; padding: 9px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(241,185,79,.35); border-radius: 999px; background: rgba(255,255,255,.78); box-shadow: 0 7px 20px rgba(25,75,68,.06); }
.rating-stars { color: #f4b914; font-size: 17px; letter-spacing: 1px; line-height: 1; text-shadow: 0 1px 0 rgba(139,89,17,.1); }
.hero-rating strong { color: var(--ink); font-size: 12px; font-weight: 850; }
.hero-lead { margin-bottom: 25px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.benefit-list { margin: 0 0 26px; padding: 0; display: grid; gap: 11px; list-style: none; font-size: 14px; font-weight: 720; line-height: 1.45; }
.benefit-list li { display: flex; align-items: flex-start; gap: 10px; }
.check { flex: 0 0 auto; width: 21px; height: 21px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--pine-dark); font-size: 12px; font-weight: 900; }
.hero-price { margin-bottom: 17px; padding: 14px 17px; display: grid; grid-template-columns: 72px minmax(142px, 1fr) auto; align-items: center; gap: 4px 12px; border: 1px solid rgba(238,101,79,.18); border-radius: 16px; background: rgba(255,255,255,.82); box-shadow: 0 10px 28px rgba(25,75,68,.06); }
.hero-price > span { color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.hero-price > div { display: flex; align-items: baseline; gap: 9px; }
.hero-price del { color: #9aaaa6; font-size: 14px; }
.hero-price strong { color: var(--coral-dark); font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 32px; font-weight: 950; letter-spacing: -.065em; font-variant-numeric: tabular-nums; }
.hero-price small { grid-column: 2 / 4; color: var(--muted); font-size: 9px; white-space: nowrap; }
.saving-pill { padding: 7px 10px; border-radius: 999px; background: var(--gold-soft); color: #8b5911; font-size: 9px; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.cta { position: relative; overflow: hidden; min-height: 58px; padding: 16px 54px; display: inline-grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg, #f2765f, var(--coral-dark)); box-shadow: 0 13px 28px rgba(206,78,58,.30); color: #fff; text-align: center; font-size: 15px; font-weight: 900; animation: ctaGlow 3.8s ease-in-out infinite; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.cta::before { content: ""; position: absolute; inset: -40% auto -40% -35%; width: 22%; transform: rotate(18deg); background: rgba(255,255,255,.28); animation: buttonShine 4.8s 1.2s ease-in-out infinite; }
.cta-attention { animation: ctaHeartbeat 4.6s ease-in-out infinite, ctaGlow 3.8s ease-in-out infinite; }
.cta:hover { animation: none; transform: translateY(-3px); background: linear-gradient(135deg, #f4826c, #bf4633); box-shadow: 0 18px 34px rgba(206,78,58,.38); }
.cta:active { transform: translateY(0) scale(.985); }
.cta-label { position: relative; z-index: 1; line-height: 1.3; }
.cta-arrow { position: absolute; z-index: 1; top: 50%; right: 21px; transform: translateY(-50%); font-size: 21px; line-height: 1; }
.hero-copy > .cta { width: 100%; }
#oferta { scroll-margin-top: 18px; }
.secure-note { margin: 11px 0 0; color: var(--muted); font-size: 10px; }

.trust-strip { padding: 22px 0; border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 50px; padding: 4px 28px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-grid > div > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--pine); font-family: Georgia, serif; font-weight: 800; }
.trust-grid p { margin: 0; display: grid; gap: 2px; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 10px; }

.problem-section { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.problem-copy > p:not(.kicker) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.problem-photo { overflow: hidden; aspect-ratio: 3 / 2; border-radius: 28px; box-shadow: var(--shadow); }
.problem-photo img { width: 100%; height: 100%; object-fit: cover; }
.quote-card { margin-top: 28px; padding: 23px; display: grid; gap: 8px; border-left: 4px solid var(--coral); border-radius: 0 15px 15px 0; background: var(--cream); }
.quote-card span { color: var(--coral-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.quote-card strong { font-family: Georgia, serif; font-size: 20px; line-height: 1.45; font-weight: 600; }

.solution-section { background: var(--cream); }
.steps-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { padding: 30px 27px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: var(--soft-shadow); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.steps-grid article:hover { transform: translateY(-5px); border-color: rgba(238,101,79,.26); box-shadow: 0 18px 38px rgba(25,75,68,.11); }
.steps-grid article:nth-child(2) > span { background: var(--coral); }
.steps-grid article:nth-child(3) > span { background: #7b6995; }
.steps-grid article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--pine); color: #fff; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 18px; font-weight: 900; }
.steps-grid h3 { margin: 21px 0 8px; font-size: 19px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.previews-section { background: #f4eee6; }
.preview-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.preview-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--soft-shadow); transition: transform .28s ease, box-shadow .28s ease; }
.preview-card:hover { transform: translateY(-6px) rotate(-.25deg); box-shadow: 0 20px 44px rgba(25,75,68,.13); }
.preview-card > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .5s ease; }
.preview-card:hover > img { transform: scale(1.035); }
.preview-copy { padding: 22px; }
.preview-copy > span { color: var(--coral-dark); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.preview-copy h3 { margin: 8px 0 8px; font-size: 19px; }
.preview-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.58; }
.section-cta { margin-top: 38px; }

.use-section { background: var(--white); }
.use-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.use-grid article { padding: 27px 23px; border: 1px solid var(--line); border-radius: 19px; background: var(--cream); }
.use-grid article:nth-child(2) { background: var(--sage-soft); }
.use-grid article:nth-child(3) { background: var(--coral-soft); }
.use-grid article:nth-child(4) { background: var(--lilac); }
.use-grid article { transition: transform .22s ease, box-shadow .22s ease; }
.use-grid article:hover { transform: translateY(-4px); box-shadow: var(--soft-shadow); }
.use-grid span { color: var(--coral-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.use-grid h3 { margin: 13px 0 8px; font-size: 18px; }
.use-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.bonus-section { background: var(--cream); }
.bonus-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.bonus-photo { overflow: hidden; aspect-ratio: 3 / 2; border: 8px solid #fff; border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.bonus-photo img { width: 100%; height: 100%; object-fit: cover; }
.bonus-list { margin: 31px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.bonus-list li { padding: 15px 16px; display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.bonus-list strong { padding: 6px 8px; border-radius: 99px; background: var(--lilac); color: #675975; text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.bonus-list span { font-size: 14px; font-weight: 780; }

.offer-section { position: relative; overflow: hidden; background: linear-gradient(155deg, #ecf7f2 0%, #e2efe8 62%, #f2e9f5 100%); }
.offer-orb-one { width: 260px; height: 260px; top: -130px; left: -95px; background: var(--gold-soft); }
.offer-orb-two { width: 220px; height: 220px; right: -100px; bottom: -90px; background: var(--coral-soft); }
.offer-shell { max-width: 900px; }
.offer-heading { max-width: 770px; margin-inline: auto; }
.value-card { position: relative; z-index: 1; margin-top: 40px; overflow: hidden; border: 1px solid rgba(25,75,68,.14); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.value-row { min-height: 75px; padding: 16px 21px; display: grid; grid-template-columns: 125px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.value-row > span { padding: 7px 9px; border-radius: 99px; text-align: center; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.main-label { background: var(--pine); color: #fff; }
.bonus-label { background: var(--lilac); color: #675975; }
.value-row strong { font-size: 14px; }
.value-row b { color: var(--pine-dark); font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 18px; font-weight: 900; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.value-total { padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; background: #f8f3fb; }
.value-total span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.value-total del { color: var(--muted); font-size: 23px; font-weight: 800; text-decoration-color: var(--coral); }
.checkout-card { position: relative; z-index: 1; margin-top: 22px; padding: 30px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 40px; border-radius: 22px; background: linear-gradient(135deg, var(--pine-dark), #245f56); box-shadow: var(--shadow); color: #fff; }
.checkout-copy > span { color: #b7d2ca; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.checkout-copy > p { margin: 13px 0 0; font-size: 16px; font-weight: 750; }
.checkout-copy > strong { display: block; color: #ffd47d; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 54px; font-weight: 950; letter-spacing: -.075em; line-height: 1.03; font-variant-numeric: tabular-nums; text-shadow: 0 4px 18px rgba(0,0,0,.12); }
.checkout-copy > small { color: #bbd0ca; font-size: 11px; }
.checkout-saving { display: inline-flex; margin-top: 8px; padding: 6px 9px; border: 1px solid rgba(255,212,125,.28); border-radius: 999px; background: rgba(255,212,125,.1); color: #ffe3a7 !important; font-weight: 800; }
.checkout-action { text-align: center; }
.checkout-action .cta { width: 100%; }
.checkout-action > p { margin: 10px 0; color: rgba(255,255,255,.65); font-size: 9px; line-height: 1.5; }
.payment-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; }
.payment-tags span { padding: 5px 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; color: rgba(255,255,255,.65); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }

.guarantee-section { background: var(--white); }
.guarantee-card { padding: 49px 55px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 53px; border: 1px solid var(--line); border-radius: 25px; background: var(--cream); }
.guarantee-seal { width: 140px; height: 140px; display: grid; place-content: center; border: 2px solid var(--pine); border-radius: 50%; box-shadow: inset 0 0 0 8px #fff; background: var(--sage-soft); color: var(--pine); text-align: center; }
.guarantee-seal strong { font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 50px; font-weight: 950; letter-spacing: -.07em; line-height: .85; }
.guarantee-seal span { margin-top: 8px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.guarantee-card h2 { margin-bottom: 14px; }
.guarantee-card > div:last-child > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.7; }
.guarantee-points { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 22px; }
.guarantee-points span { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: 80px; }
.faq-heading { position: sticky; top: 30px; }
.faq-heading > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.65; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 5px 18px rgba(35,68,61,.04); }
.faq-list summary { padding: 19px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 820; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--coral); font-size: 24px; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-section { padding: 18px 0 90px; background: var(--cream); }
.final-card { position: relative; overflow: hidden; padding: 65px 28px; border-radius: 28px; background: linear-gradient(135deg, #173f3a, #28685e); box-shadow: var(--shadow); color: #fff; text-align: center; }
.final-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; top: -130px; border-radius: 50%; background: rgba(255,212,125,.1); }
.final-card .kicker { color: #ffd38c; }
.final-card h2 { max-width: 760px; margin-inline: auto; }
.final-card > p:not(.kicker) { margin: 0 auto 18px; color: rgba(255,255,255,.72); font-size: 16px; }
.final-price { margin-bottom: 19px; display: flex; align-items: baseline; justify-content: center; gap: 11px; }
.final-price del { color: rgba(255,255,255,.55); font-size: 17px; }
.final-price strong { color: #ffd47d; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 46px; font-weight: 950; letter-spacing: -.065em; font-variant-numeric: tabular-nums; }
.final-card > span { display: block; margin-top: 13px; color: rgba(255,255,255,.6); font-size: 10px; }

footer { padding: 37px 0 105px; background: #172a26; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: .7fr 1.2fr 1fr; align-items: center; gap: 38px; }
.footer-logo { color: #fff; }
.footer-grid > p { margin: 0; font-size: 10px; line-height: 1.65; }
.footer-grid nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 13px; font-size: 10px; }
.footer-grid nav a:hover { color: #fff; }
.mobile-buy { display: none; }

@keyframes heroVisualIn { from { opacity: 0; transform: translate3d(-18px, 12px, 0) scale(.98); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
@keyframes heroCopyIn { from { opacity: 0; transform: translate3d(18px, 14px, 0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes chipFloat { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(1deg); } }
@keyframes buttonShine { 0%, 68% { left: -35%; opacity: 0; } 73% { opacity: 1; } 88%, 100% { left: 125%; opacity: 0; } }
@keyframes ctaGlow { 0%, 100% { box-shadow: 0 13px 28px rgba(206,78,58,.27); } 50% { box-shadow: 0 15px 34px rgba(206,78,58,.39), 0 0 0 5px rgba(238,101,79,.08); } }
@keyframes ctaHeartbeat {
  0%, 56%, 76%, 100% { transform: translateY(0) scale(1); }
  61% { transform: translateY(-4px) scale(1.035); }
  66% { transform: translateY(0) scale(1); }
  71% { transform: translateY(-2px) scale(1.02); }
}

@supports (animation-timeline: view()) {
  .section > .shell, .trust-grid, .final-card {
    animation: sectionReveal both cubic-bezier(.2,.7,.2,1);
    animation-timeline: view();
    animation-range: entry 7% cover 24%;
  }
  @keyframes sectionReveal { from { opacity: .35; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .hero-grid, .problem-grid, .bonus-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .product-visual { max-width: 720px; margin-inline: auto; order: 2; }
  .hero-copy { max-width: 700px; margin-inline: auto; text-align: center; }
  .hero-rating { margin-inline: auto; }
  .benefit-list { width: fit-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .hero-price { max-width: 560px; margin-inline: auto; margin-bottom: 17px; }
  .problem-grid, .bonus-grid { gap: 48px; }
  .problem-photo { order: -1; }
  .preview-grid { grid-template-columns: repeat(3, 1fr); }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { gap: 38px; }
  .faq-heading { position: static; text-align: center; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1120px); }
  .section { padding: 64px 0; }
  .topbar { min-height: 34px; justify-content: space-between; gap: 0; padding-inline: 13px; font-size: 8px; }
  .topbar span + span::before { display: none; }
  .header { height: 68px; }
  .header-link { display: none; }
  .hero { padding: 36px 0 62px; }
  .hero-grid { gap: 36px; }
  .product-visual { order: initial; }
  h1 { font-size: 39px; }
  h2 { font-size: 34px; }
  .hero-lead, .section-lead { font-size: 15px; line-height: 1.65; }
  .benefit-list { font-size: 13px; }
  .hero-rating { width: 100%; justify-content: center; margin-top: -4px; border-radius: 13px; }
  .rating-stars { font-size: 16px; }
  .hero-rating strong { font-size: 11px; }
  .hero-price { grid-template-columns: 68px minmax(0, 1fr); gap: 5px 9px; text-align: left; }
  .hero-price .saving-pill { grid-column: 1; width: fit-content; padding-inline: 7px; }
  .hero-price small { grid-column: 2; margin-top: 3px; white-space: normal; }
  .hero-copy > .cta { width: 100%; }
  .product-visual { padding: 10px 0 13px; }
  .product-photo { border-width: 6px; border-radius: 23px; }
  .visual-chip { padding: 9px 11px; font-size: 8px; }
  .visual-chip strong { font-size: 20px; }
  .chip-one { left: -2px; }.chip-two { right: -2px; }
  .trust-strip { padding: 8px 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 55px; justify-content: flex-start; padding: 8px 17px; }
  .trust-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .problem-grid { gap: 35px; }
  .problem-photo { border-radius: 20px; }
  .quote-card strong { font-size: 18px; }
  .steps-grid, .preview-grid, .use-grid { grid-template-columns: 1fr; }
  .steps-grid { margin-top: 32px; }
  .steps-grid article { padding: 24px; display: grid; grid-template-columns: 42px 1fr; gap: 0 14px; }
  .steps-grid h3 { margin: 2px 0 5px; }
  .steps-grid p { grid-column: 2; }
  .preview-grid { margin-top: 32px; gap: 15px; }
  .preview-card { display: grid; grid-template-columns: 43% 57%; }
  .preview-card > img { height: 100%; aspect-ratio: auto; object-fit: cover; }
  .preview-copy { padding: 18px 15px; }
  .preview-copy h3 { font-size: 17px; }
  .use-grid { margin-top: 31px; }
  .bonus-grid { gap: 34px; }
  .bonus-photo { border-width: 5px; border-radius: 21px; }
  .bonus-list li { grid-template-columns: 66px 1fr; }
  .offer-section .shell { width: min(100% - 20px, 900px); }
  .value-card { margin-top: 31px; }
  .value-row { min-height: 0; padding: 15px 13px; grid-template-columns: 75px 1fr auto; gap: 9px; }
  .value-row > span { padding: 6px 4px; font-size: 7px; }
  .value-row strong { font-size: 12px; line-height: 1.35; }
  .value-row b { font-size: 14px; }
  .value-total { padding: 16px 14px; }.value-total span { font-size: 9px; }.value-total del { font-size: 19px; }
  .checkout-card { padding: 26px 18px; grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .checkout-action .cta { width: 100%; }
  .guarantee-card { padding: 34px 22px; grid-template-columns: 1fr; gap: 27px; text-align: center; }
  .guarantee-seal { width: 125px; height: 125px; margin-inline: auto; }
  .guarantee-points { justify-content: center; }
  .faq-list summary { padding: 17px; font-size: 13px; }
  .faq-list details p { padding: 0 17px 18px; font-size: 12px; }
  .final-section { padding-bottom: 65px; }
  .final-card { width: min(100% - 20px, 1120px); padding: 51px 18px; border-radius: 22px; }
  .final-card .cta { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-logo { margin-inline: auto; }.footer-grid nav { justify-content: center; }
  .mobile-buy { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: block; padding: 9px 11px; border-top: 1px solid var(--line); background: rgba(255,255,255,.95); box-shadow: 0 -8px 28px rgba(35,68,61,.12); backdrop-filter: blur(12px); }
  .mobile-buy .cta { width: 100%; min-height: 49px; padding: 11px 14px; border-radius: 11px; font-size: 13px; }
}

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

/* ---- Páginas legales ---- */
.legal { padding: 48px 0 88px; background: var(--cream); }
.legal .shell { width: min(760px, calc(100% - 40px)); }
.legal a.back { display: inline-block; margin-bottom: 26px; color: var(--violet-dark); font-weight: 800; font-size: 14px; letter-spacing: .01em; }
.legal h1 { font-size: clamp(32px, 4vw, 46px); margin-bottom: 6px; }
.legal .updated { color: var(--muted); font-size: 13px; margin-bottom: 30px; }
.legal h2 { font-size: 21px; font-family: var(--font-geist-sans), Arial, sans-serif; font-weight: 800; letter-spacing: -.01em; margin: 34px 0 10px; }
.legal p, .legal li { color: var(--ink); font-size: 16px; line-height: 1.72; }
.legal ul { padding-left: 20px; margin: 0 0 8px; }
.legal li { margin-bottom: 6px; }
.legal a.inline { color: var(--violet-dark); font-weight: 700; text-decoration: underline; }
.legal .foot { margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.6; }

/* ---- Bonos como tarjetas de imagen interactivas ---- */
.bonus-cards { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:44px; }
.bonus-card-img { border-radius:22px; overflow:hidden; background:var(--white); box-shadow:var(--soft-shadow); transition:transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s; }
.bonus-card-img img { width:100%; height:auto; display:block; transition:transform .6s ease; }
.bonus-card-img:hover { transform:translateY(-12px) scale(1.03) rotate(-.6deg); box-shadow:var(--shadow); }
.bonus-card-img:hover img { transform:scale(1.06); }
@media (max-width:900px){ .bonus-cards{ grid-template-columns:repeat(2,1fr); gap:16px; } }

/* ---- Prueba social compacta ---- */
.social-proof .proof-rating { margin-top:14px; }
.social-proof .proof-rating .rating-stars { color:var(--gold); font-size:20px; letter-spacing:2px; }
.social-proof .proof-grid { display:flex; gap:22px; justify-content:center; flex-wrap:wrap; margin-top:28px; }
.social-proof .proof-shot { margin:0; width:230px; max-width:72vw; }
.social-proof .proof-shot img { width:100%; height:auto; border-radius:20px; box-shadow:var(--shadow); display:block; }
