:root {
  --navy: #17364a;
  --navy-deep: #10283a;
  --teal: #1f766f;
  --teal-dark: #175d58;
  --cream: #f3ebdd;
  --paper: #fcfbf7;
  --pale: #dcebe6;
  --coral: #c75f47;
  --coral-dark: #a94632;
  --ink: #24313a;
  --muted: #5e6a70;
  --line: #cbd8d5;
  --success: #176d4c;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
p { margin: 0; line-height: 1.65; }
h1, h2, h3 { margin: 0; color: var(--navy); letter-spacing: -.038em; }
h1 { font-size: clamp(2.55rem, 5.4vw, 4.7rem); line-height: .99; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.07; }
h3 { font-size: 1.18rem; line-height: 1.18; }

.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 840px; }
.section { padding: 84px 0; }
.eyebrow { margin-bottom: 14px; color: var(--teal-dark); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.center { text-align: center; }
.light { color: #9fd7d1; }
.lead { color: var(--muted); font-size: 1.12rem; }
.compact { margin-top: 22px; }

.topbar {
  padding: 11px 16px;
  background: var(--navy-deep);
  color: #d9e9e8;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-align: center;
}

.topbar span {
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 99px;
  background: var(--coral);
  color: #fff;
  font-size: .68rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 46px;
  align-items: center;
  min-height: 730px;
  padding-top: 64px;
  padding-bottom: 58px;
}

.hero h1 { max-width: 720px; }
.hero h1 em { color: var(--teal-dark); font-style: normal; }
.hero-sub { max-width: 690px; margin-top: 24px; color: #485962; font-size: 1.15rem; }
.checks { margin: 24px 0; padding: 0; list-style: none; }
.checks li { display: flex; gap: 11px; align-items: flex-start; margin: 11px 0; }
.checks li > span { display: grid; flex: 0 0 24px; height: 24px; border-radius: 50%; place-items: center; background: var(--pale); color: var(--teal-dark); font-weight: 900; }
.checks li p { line-height: 1.45; }
.hero-action { max-width: 530px; }

.cta {
  display: flex;
  width: min(100%, 540px);
  min-height: 68px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 0;
  border-radius: 13px;
  outline-offset: 4px;
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
  box-shadow: 0 13px 28px rgba(169, 70, 50, .25);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cta:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(169, 70, 50, .3); }
.cta small { margin-top: 4px; font-size: .72rem; font-weight: 650; opacity: .88; }
.cta:focus-visible, .mobile-sticky:focus-visible, summary:focus-visible, .text-cta:focus-visible, footer a:focus-visible { outline: 3px solid #e6a18f; outline-offset: 4px; }
.microtrust { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 13px; color: var(--muted); font-size: .78rem; }

.hero-visual { position: relative; display: grid; min-height: 580px; place-items: center; }
.hero-visual img { position: relative; z-index: 1; width: auto; max-width: 110%; max-height: 720px; filter: drop-shadow(0 28px 24px rgba(24, 50, 74, .2)); }
.visual-glow { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: radial-gradient(circle, #cce5df, transparent 68%); }
.hero-badge { position: absolute; z-index: 2; right: 2%; bottom: 9%; display: flex; width: 118px; height: 118px; flex-direction: column; align-items: center; justify-content: center; border: 5px solid #fff; border-radius: 50%; background: var(--coral); box-shadow: 0 15px 38px rgba(24, 50, 74, .22); color: #fff; transform: rotate(-7deg); }
.hero-badge b { font-size: 2rem; line-height: 1; }
.hero-badge span { margin-top: 4px; font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.canva-badge { position: absolute; z-index: 3; top: 12%; left: 2%; display: flex; flex-direction: column; padding: 10px 15px; border: 2px solid #fff; border-radius: 12px; background: linear-gradient(135deg, #6b2bd4, #088d95); box-shadow: 0 12px 25px rgba(16, 40, 58, .2); color: #fff; text-align: center; transform: rotate(-4deg); }
.canva-badge b { font-size: .78rem; letter-spacing: .08em; }
.canva-badge span { font-size: .64rem; font-weight: 800; letter-spacing: .11em; }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy); color: #fff; }
.proof-strip div { display: flex; min-height: 112px; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255, 255, 255, .13); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip b { color: #9fd7d1; font-size: 2rem; }
.proof-strip span { margin-top: 4px; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.problem { text-align: center; }
.problem h2 { margin-bottom: 20px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 38px; text-align: left; }
.pain-grid article { padding: 24px; border: 1px solid #e2e8e8; border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(24, 50, 74, .05); }
.pain-grid span { color: var(--coral-dark); font-size: .78rem; font-weight: 900; }
.pain-grid h3 { margin: 12px 0 8px; }
.pain-grid p { color: var(--muted); font-size: .9rem; }
.turning-point { margin-top: 26px; padding: 27px; border: 1px solid #cce1dc; border-radius: 18px; background: var(--pale); text-align: left; }
.turning-point b { color: var(--navy); font-size: 1.2rem; }
.turning-point p { margin-top: 6px; color: #3e605d; }

.product-intro { overflow: hidden; background: var(--cream); }
.product-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; }
.product-preview { position: relative; display: flex; height: 570px; align-items: center; justify-content: center; overflow: hidden; border-radius: 28px; background: #e7ddcd; }
.product-preview img { width: 100%; height: 100%; padding: 8px; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(16, 40, 58, .16)); }
.product-preview p { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 13px; border-radius: 10px; background: rgba(16, 40, 58, .89); color: #fff; font-size: .76rem; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.feature-grid article { display: flex; min-height: 96px; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid rgba(23, 54, 74, .11); border-radius: 15px; background: rgba(255, 255, 255, .58); }
.feature-grid b { color: var(--teal-dark); font-size: 1.42rem; }
.feature-grid span { margin-top: 3px; color: var(--muted); font-size: .82rem; }
.responsible-note { margin-top: 20px; padding-left: 14px; border-left: 3px solid var(--coral); color: #655e54; font-size: .84rem; }

.inside { background: #f4f7f6; }
.section-heading { max-width: 780px; margin: 0 auto 40px; text-align: center; }
.section-heading > p:last-child { margin-top: 14px; color: var(--muted); font-size: 1.03rem; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.resource-grid article { display: flex; gap: 17px; padding: 23px; border: 1px solid #d7e3e1; border-radius: 18px; background: #fff; box-shadow: 0 9px 22px rgba(24, 50, 74, .035); }
.resource-number { display: grid; flex: 0 0 48px; height: 48px; border-radius: 13px; place-items: center; background: var(--navy); color: #fff; font-weight: 900; }
.resource-grid article > div > p { margin-top: 7px; color: var(--muted); font-size: .88rem; }
.resource-grid ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0 0; padding: 0; list-style: none; }
.resource-grid li { padding: 5px 8px; border-radius: 99px; background: var(--pale); color: var(--teal-dark); font-size: .7rem; font-weight: 700; }
.included-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; margin-top: 24px; padding: 34px; border-radius: 22px; background: var(--navy); color: #fff; }
.included-card h3 { color: #fff; font-size: 2rem; }
.included-card > div > p:last-child { margin-top: 12px; color: #d6e3e5; }
.mini-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 0; padding: 0; list-style: none; }
.mini-list li { padding: 12px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 10px; background: rgba(255, 255, 255, .07); font-size: .82rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 36px 0 22px; }
.steps article { padding: 22px 15px; border: 1px solid #dfe7e5; border-radius: 17px; background: #fff; text-align: center; }
.steps b { display: grid; width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 50%; place-items: center; background: var(--teal-dark); color: #fff; font-size: 1.3rem; }
.steps p { margin-top: 8px; color: var(--muted); font-size: .88rem; }
.steps-note { margin-bottom: 24px; color: var(--teal-dark); font-weight: 750; text-align: center; }
.use > .cta { margin-inline: auto; }

.journey { background: var(--navy); color: #d8e6e8; text-align: center; }
.journey h2 { color: #fff; }
.journey-flow { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; justify-content: center; margin: 27px 0 21px; }
.journey-flow span { padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 99px; background: rgba(255, 255, 255, .08); color: #fff; font-size: .8rem; font-weight: 750; }
.journey-flow i { color: #9fd7d1; font-style: normal; }

.bonuses { background: #10283a; color: #fff; }
.bonuses .section-heading h2 { color: #fff; }
.bonuses .section-heading > p:last-child { color: #cbd9dd; }
.bonus-list { display: grid; gap: 14px; }
.bonus-list article { display: grid; grid-template-columns: 190px 1fr 88px; gap: 23px; align-items: center; padding: 17px; border-radius: 18px; background: var(--paper); color: var(--ink); }
.bonus-mockup { aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(23, 54, 74, .09); border-radius: 14px; background: #f3ebdd; box-shadow: 0 13px 27px rgba(3, 12, 20, .18); }
.bonus-mockup img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bonus-copy h3 { font-size: 1.35rem; }
.bonus-copy > p:not(.bonus-tag) { margin-top: 8px; color: var(--muted); font-size: .9rem; }
.bonus-tag { margin-bottom: 7px; color: var(--coral-dark); font-size: .69rem; font-weight: 900; letter-spacing: .08em; }
.bonus-value { text-align: center; }
.bonus-value span { display: block; color: var(--muted); font-size: .66rem; font-weight: 800; }
.bonus-value b { color: var(--success); font-size: .78rem; }
.bonus-total { display: flex; flex-direction: column; align-items: center; margin-top: 28px; padding: 27px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; background: rgba(255, 255, 255, .06); text-align: center; }
.bonus-total > span { color: #9fd7d1; font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.bonus-total > strong { margin: 5px 0 18px; font-size: 1.6rem; }

.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.compare-grid > div { padding: 30px; border-radius: 20px; }
.compare-grid h3 { margin-bottom: 18px; }
.compare-grid p { margin: 10px 0; }
.before { border: 1px solid #ebd5cf; background: #fff3ef; }
.before p { color: #775951; }
.after { border: 1px solid #c7ded9; background: var(--pale); }
.after p { color: #315f58; }

.audience { background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 62px; align-items: center; }
.audience-list { margin: 0; padding: 0; list-style: none; }
.audience-list li { margin: 0 0 11px; padding: 14px; border-radius: 13px; background: rgba(255, 255, 255, .62); }

#oferta { scroll-margin-top: 10px; }
.offer { padding-inline: 20px; background: linear-gradient(180deg, #e8f0ee, var(--paper)); }
.offer-card { max-width: 650px; margin: auto; padding: 43px; border: 1px solid #294b5f; border-radius: 26px; background: var(--navy); box-shadow: 0 30px 70px rgba(24, 50, 74, .18); color: #fff; text-align: center; }
.offer-card h2 { max-width: 560px; margin-inline: auto; color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.promo-price-label { display: inline-block; margin-top: 26px; padding: 7px 13px; border-radius: 99px; background: var(--coral); color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.price { display: flex; height: 105px; align-items: flex-start; justify-content: center; margin-top: 4px; }
.price span { margin-top: 40px; margin-right: 6px; font-size: 1.3rem; font-weight: 800; line-height: 1; }
.price b { font-size: 6.2rem; line-height: 1; }
.price sup { margin-top: 14px; font-size: 2.2rem; font-weight: 900; line-height: 1; vertical-align: initial; }
.payment-note { margin: 12px 0 0; color: #cfdbdf; font-size: .82rem; }
.checkout { width: 100%; }
.offer-trust { display: flex; flex-wrap: wrap; gap: 9px 15px; justify-content: center; margin: 18px 0 0; padding: 0; color: #d2dfe2; font-size: .76rem; list-style: none; }
.offer-divider { height: 1px; margin: 30px 0 25px; background: rgba(255, 255, 255, .15); }
.offer-card > h3 { margin-bottom: 14px; color: #fff; font-size: 1.25rem; }
.stack { overflow: hidden; border: 1px solid rgba(255, 255, 255, .15); border-radius: 13px; text-align: left; }
.stack div { display: flex; gap: 15px; justify-content: space-between; padding: 11px 13px; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: .8rem; }
.stack div:last-child { border-bottom: 0; }
.stack b { flex: 0 0 auto; color: #9fd7d1; }
.offer-total { margin-top: 17px; color: #d2dfe2; font-size: .72rem; font-weight: 800; letter-spacing: .09em; }
.text-cta { display: inline-block; margin-top: 14px; color: #f5aa97; font-size: .86rem; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }

.guarantee { display: grid; grid-template-columns: 120px 1fr; gap: 28px; align-items: center; }
.shield { display: grid; width: 108px; height: 108px; border: 7px solid var(--teal-dark); border-radius: 50%; place-items: center; color: var(--teal-dark); }
.shield span { align-self: end; font-size: 2.8rem; font-weight: 900; line-height: 1; }
.shield small { align-self: start; font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.guarantee p:last-child { margin-top: 12px; color: var(--muted); }
.warning { padding: 24px; border: 1px solid #e5d5bc; border-radius: 15px; background: #fff8ec; }
.warning p { margin-top: 6px; color: #6d5c44; font-size: .88rem; }

.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; cursor: pointer; justify-content: space-between; gap: 18px; padding: 21px 2px; color: var(--navy); font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--teal-dark); font-size: 1.4rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { padding: 0 35px 21px 2px; color: var(--muted); }

.final-cta { background: var(--navy); color: #fff; text-align: center; }
.final-cta h2 { color: #fff; }
.final-cta p:not(.eyebrow) { margin-top: 17px; color: #d2dfe2; font-size: 1.05rem; }
.final-cta .cta { margin: 27px auto 0; }
footer { padding: 30px 20px 100px; background: #0b2233; color: #b7c7cd; font-size: .75rem; text-align: center; }
footer b { color: #fff; }
footer nav { display: flex; gap: 14px; justify-content: center; margin-top: 10px; }
footer a { color: #dce8eb; text-decoration: underline; text-underline-offset: 3px; }
.mobile-sticky { display: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-visual { min-height: 500px; }
  .product-intro-grid { gap: 35px; }
  .bonus-list article { grid-template-columns: 160px 1fr 80px; }
  .steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), 620px); }
  .section { padding: 52px 0; }
  .topbar { padding: 9px 7px; font-size: .67rem; letter-spacing: .055em; }
  .topbar span { margin-right: 5px; padding: 3px 6px; font-size: .62rem; }
  .eyebrow { margin-bottom: 10px; font-size: .72rem; line-height: 1.4; }
  .hero { grid-template-columns: 1fr; gap: 10px; min-height: auto; padding-top: 37px; padding-bottom: 33px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { max-width: 540px; font-size: clamp(2.35rem, 11vw, 3.2rem); line-height: 1.01; }
  .hero-sub { margin-top: 16px; font-size: 1rem; line-height: 1.55; }
  .hero-checks { margin: 18px 0 20px; text-align: left; }
  .hero-checks li { margin: 9px 0; }
  .hero-checks li p { font-size: .9rem; }
  .hero-action { width: 100%; }
  .cta { width: 100%; min-height: 62px; padding: 13px 15px; font-size: .9rem; }
  .cta small { font-size: .71rem; }
  .microtrust { gap: 8px 12px; justify-content: center; font-size: .72rem; }
  .hero-visual { min-height: 390px; margin-top: 4px; }
  .hero-visual img { width: min(108%, 440px); max-height: 660px; }
  .visual-glow { width: 315px; height: 315px; }
  .hero-badge { right: 0; bottom: 1%; width: 90px; height: 90px; border-width: 4px; }
  .hero-badge b { font-size: 1.45rem; }
  .hero-badge span { font-size: .58rem; }
  .canva-badge { top: 6%; left: 0; padding: 8px 11px; }

  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div { min-height: 88px; border-right: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .proof-strip b { font-size: 1.55rem; }
  .proof-strip span { padding: 0 7px; font-size: .7rem; text-align: center; }
  .problem h2, .section-heading h2 { font-size: 2rem; }
  .lead { font-size: 1rem; }
  .pain-grid, .resource-grid, .compare-grid, .audience-grid { grid-template-columns: 1fr; }
  .pain-grid { gap: 10px; margin-top: 28px; }
  .pain-grid article { padding: 19px; }
  .turning-point { padding: 21px; }

  .product-intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .product-preview { height: 420px; order: 2; }
  .feature-grid { margin-top: 22px; }
  .feature-grid article { min-height: 86px; padding: 14px; }
  .section-heading { margin-bottom: 30px; }
  .resource-grid article { padding: 19px; }
  .resource-number { flex-basis: 43px; height: 43px; }
  .resource-grid ul { display: none; }
  .included-card { grid-template-columns: 1fr; gap: 22px; padding: 24px; }
  .included-card h3 { font-size: 1.65rem; }
  .mini-list { gap: 7px; }
  .mini-list li { padding: 10px; font-size: .74rem; }

  .steps { grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0 18px; }
  .steps article { padding: 18px 10px; }
  .steps b { width: 44px; height: 44px; margin-bottom: 11px; font-size: 1.1rem; }
  .steps p { font-size: .78rem; line-height: 1.45; }
  .journey-flow { gap: 7px; }
  .journey-flow i { display: none; }

  .bonus-list article { grid-template-columns: 128px 1fr; gap: 13px; padding: 12px; }
  .bonus-mockup { align-self: start; border-radius: 11px; }
  .bonus-copy h3 { font-size: 1.03rem; }
  .bonus-copy > p:not(.bonus-tag) { font-size: .79rem; line-height: 1.5; }
  .bonus-tag { font-size: .62rem; }
  .bonus-value { grid-column: 2; display: flex; gap: 7px; align-items: center; text-align: left; }
  .bonus-value span, .bonus-value b { font-size: .67rem; }
  .bonus-total { padding: 22px 14px; }
  .bonus-total > strong { font-size: 1.35rem; }

  .compare-grid { gap: 12px; }
  .compare-grid > div { padding: 24px; }
  .audience-grid { gap: 24px; }
  .audience-list li { padding: 12px; }

  #oferta { scroll-margin-top: 8px; }
  .offer { padding: 44px 10px; }
  .offer-card { padding: 29px 17px; border-radius: 20px; }
  .offer-card h2 { font-size: 2rem; }
  .promo-price-label { margin-top: 20px; padding: 6px 11px; font-size: .68rem; }
  .price { height: 91px; }
  .price span { margin-top: 34px; font-size: 1.12rem; }
  .price b { font-size: 5.35rem; }
  .price sup { margin-top: 12px; font-size: 1.9rem; }
  .offer-trust { font-size: .7rem; }
  .offer-divider { margin: 25px 0 21px; }
  .stack div { gap: 10px; padding: 10px; font-size: .72rem; }
  .offer-total { font-size: .67rem; }

  .guarantee { grid-template-columns: 75px 1fr; gap: 16px; }
  .shield { width: 72px; height: 72px; border-width: 5px; }
  .shield span { font-size: 1.9rem; }
  .guarantee h2 { font-size: 1.55rem; }
  .guarantee p:last-child { font-size: .88rem; }
  .warning { width: calc(100% - 28px); padding: 20px; }
  summary { padding: 18px 2px; font-size: .93rem; }
  details p { padding-right: 10px; font-size: .9rem; }
  .final-cta { padding-bottom: 104px; }
  footer { padding-bottom: 108px; }

  .mobile-sticky { position: fixed; z-index: 50; right: 9px; bottom: max(9px, env(safe-area-inset-bottom)); left: 9px; display: flex; align-items: center; justify-content: space-between; padding: 9px 10px 9px 13px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 14px; outline-offset: 3px; background: rgba(16, 40, 58, .97); box-shadow: 0 12px 35px rgba(0, 0, 0, .3); color: #fff; backdrop-filter: blur(10px); }
  .mobile-sticky span { display: flex; flex-direction: column; }
  .mobile-sticky b { font-size: 1.2rem; }
  .mobile-sticky small { color: #c2d2d7; font-size: .65rem; }
  .mobile-sticky strong { min-height: 43px; padding: 13px 15px; border-radius: 10px; background: var(--coral); font-size: .72rem; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2.18rem; }
  .topbar { font-size: .61rem; }
  .proof-strip span { font-size: .65rem; }
  .steps { grid-template-columns: 1fr; }
  .product-preview { height: 370px; }
  .bonus-list article { grid-template-columns: 1fr; padding: 14px; }
  .bonus-mockup { width: min(100%, 270px); margin-inline: auto; }
  .bonus-value { grid-column: 1; justify-content: center; text-align: center; }
  .mobile-sticky strong { padding-inline: 11px; font-size: .67rem; }
}

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