:root {
  --offer-ink: #151922;
  --offer-muted: #5f6973;
  --offer-accent: #c9543f;
  --offer-accent-soft: #fff0ec;
  --offer-green: #087f5b;
  --offer-green-dark: #056347;
  --offer-green-soft: #edf8f4;
  --offer-cream: #fffaf8;
  --offer-line: #e9e2de;
  --offer-white: #fff;
  --offer-navy: #131a43;
}

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

html { scroll-behavior: smooth; }

body {
  display: block;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: var(--offer-ink);
  background: #f4f1ef;
  font-family: "Nunito", "Plus Jakarta Sans", system-ui, sans-serif;
  line-height: 1.5;
}

.legacy-offer { display: none !important; }

.offer-page {
  width: min(100%, 620px);
  margin-inline: auto;
  overflow: hidden;
  background: var(--offer-white);
  box-shadow: 0 0 50px rgb(55 38 31 / 8%);
}

.offer-header {
  padding: 23px 22px 8px;
  text-align: center;
  background: var(--offer-cream);
}

.offer-page .offer-brand {
  display: inline-block;
  margin: 0;
  color: var(--offer-accent);
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
  text-decoration: none;
}

.offer-page .offer-brand span { font-style: italic; }

.offer-page .social-proof {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 auto 22px;
  padding: 9px 12px;
  border-top: 3px solid #b9e7dc;
  border-radius: 3px 3px 12px 12px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 8px 24px rgb(42 46 81 / 8%);
  text-align: left;
}

.offer-page .social-faces { display: flex; padding-left: 5px; }

.offer-page .social-faces img {
  width: 30px;
  height: 30px;
  margin-left: -6px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.offer-page .proof-number b,
.offer-page .proof-number small,
.offer-page .proof-rating b,
.offer-page .proof-rating span,
.offer-page .proof-rating small { display: block; }

.offer-page .proof-number b,
.offer-page .proof-rating > b {
  color: #12182e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.offer-page .proof-number small,
.offer-page .proof-rating small {
  margin-top: 2px;
  color: #657087;
  font-size: 8px;
  line-height: 1.1;
  white-space: nowrap;
}

.offer-page .social-proof > i { width: 1px; height: 33px; background: #d7dbe5; }
.offer-page .proof-rating { display: flex; align-items: center; gap: 7px; }
.offer-page .proof-rating strong { display: block; color: #f5a000; font-size: 9px; letter-spacing: 1px; line-height: 1; }

@media (min-width: 760px) and (min-height: 600px) {
  .app-intro .social-proof { margin-left: 0; margin-right: 0; padding: 10px 15px; gap: 13px; }
  .offer-page .social-proof .social-faces img { width: 34px; height: 34px; }
  .offer-page .proof-number b,
  .offer-page .proof-rating > b { font-size: 16px; }
  .offer-page .proof-number small,
  .offer-page .proof-rating small { font-size: 9px; }
}

.offer-hero {
  position: relative;
  padding: 27px 24px 47px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 8% 12%, rgb(244 190 176 / 22%), transparent 26%),
    radial-gradient(circle at 92% 85%, rgb(113 196 166 / 16%), transparent 26%),
    var(--offer-cream);
}

.offer-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -105px;
  width: 210px;
  height: 210px;
  border: 1px solid rgb(201 84 63 / 10%);
  border-radius: 50%;
}

.offer-eyebrow,
.section-kicker {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 0 auto 12px;
  color: var(--offer-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.offer-eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dc6a57;
  box-shadow: 0 0 0 5px #f7ded7;
}

.offer-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 530px;
  margin: 0 auto;
  color: var(--offer-ink);
  font-size: clamp(30px, 7vw, 40px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
}

.offer-hero h1 > span { color: var(--offer-accent); }

.offer-lead,
.section-lead {
  max-width: 500px;
  margin: 16px auto 0;
  color: var(--offer-muted);
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}

.result-continuity {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 24px auto 20px;
  padding: 16px 17px 17px;
  text-align: left;
  overflow: hidden;
  border: 1px solid #cbe6dc;
  border-radius: 18px;
  background: linear-gradient(135deg, rgb(255 255 255 / 96%), rgb(246 253 250 / 90%));
  box-shadow: 0 12px 28px rgb(45 75 64 / 8%);
  backdrop-filter: blur(6px);
}

.result-continuity::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #0b966c, #94d9c1 70%, transparent);
}

.result-continuity-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.result-continuity small {
  display: block;
  color: var(--offer-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.result-continuity p {
  margin: 0;
  color: #45534f;
  font-size: 13px;
  line-height: 1.55;
  text-wrap: pretty;
}

.offer-cta {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 59px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  color: #fff;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #10a879, var(--offer-green-dark));
  box-shadow: 0 12px 27px rgb(8 127 91 / 25%);
  font: 900 15px/1.25 "Nunito", sans-serif;
  letter-spacing: .015em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.offer-cta:hover {
  filter: brightness(1.04);
  box-shadow: 0 15px 31px rgb(8 127 91 / 32%);
  transform: translateY(-2px);
}

.offer-cta:focus-visible {
  outline: 4px solid rgb(8 127 91 / 20%);
  outline-offset: 3px;
}

.offer-cta-scroll {
  max-width: 500px;
  margin: 0 auto;
}

.offer-cta-scroll span { font-size: 19px; }

.decision-note {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #7b817f;
  font-size: 11px;
}

.offer-section {
  padding: 49px 24px;
  border-top: 1px solid var(--offer-line);
  scroll-margin-top: 20px;
}

.offer-section h2 {
  max-width: 520px;
  margin: 0 auto;
  color: var(--offer-ink);
  font-size: clamp(25px, 6vw, 32px);
  font-weight: 900;
  letter-spacing: -.038em;
  line-height: 1.14;
  text-align: center;
  text-wrap: balance;
}

.offer-section .section-lead { text-align: center; }

.roles-section { background: #fff; }

.role-flow {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin: 25px auto 0;
}

.role-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--offer-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(57 43 37 / 5%);
}

.role-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: top center;
  border: 3px solid #f6e4df;
  border-radius: 50%;
  background: #f7efeb;
}

.role-card small {
  color: var(--offer-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.role-card h3 {
  margin: 2px 0 4px;
  color: var(--offer-ink);
  font-size: 17px;
  line-height: 1.2;
}

.role-card p {
  margin: 0;
  color: var(--offer-muted);
  font-size: 11px;
  line-height: 1.45;
}

.mechanism-section {
  background: linear-gradient(145deg, #fff8f5, #fffdfc);
}

.mechanism-grid {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}

.mechanism-card {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 13px;
  align-items: start;
  padding: 17px;
  border: 1px solid #eaded9;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 20px rgb(69 44 34 / 5%);
}

.mechanism-card > span,
.package-list > article > span {
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  color: var(--offer-accent);
  border-radius: 12px;
  background: var(--offer-accent-soft);
  font-size: 11px;
  font-weight: 900;
}

.mechanism-card h3,
.package-list h3 {
  margin: 0 0 4px;
  color: var(--offer-ink);
  font-size: 15px;
  line-height: 1.25;
}

.mechanism-card p,
.package-list p {
  margin: 0;
  color: var(--offer-muted);
  font-size: 12px;
  line-height: 1.5;
}

.routine-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 21px;
}

.routine-comparison article {
  padding: 15px 13px;
  border: 1px solid #f0cac5;
  border-radius: 15px;
  background: #fff5f3;
}

.routine-comparison article:last-child {
  border-color: #bfdfd3;
  background: #eff9f5;
}

.routine-comparison small {
  display: block;
  min-height: 30px;
  color: #9b3c35;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.routine-comparison article:last-child small { color: var(--offer-green); }

.routine-comparison ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.routine-comparison li {
  position: relative;
  padding-left: 15px;
  color: #6c4541;
  font-size: 10px;
  line-height: 1.4;
}

.routine-comparison li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #cb5449;
  font-weight: 900;
}

.routine-comparison article:last-child li { color: #315e50; }
.routine-comparison article:last-child li::before { content: "✓"; color: var(--offer-green); }

.app-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgb(51 72 158 / 9%), transparent 30%),
    #f4f7fb;
}

.app-intro {
  display: grid;
  align-items: center;
  text-align: center;
}

.app-phone-stage {
  position: relative;
  width: min(100%, 360px);
  height: 470px;
  margin: 27px auto 0;
}

.app-phone {
  position: absolute;
  overflow: hidden;
  width: 150px;
  aspect-ratio: 736 / 1600;
  padding: 0;
  border: 6px solid #161a32;
  border-radius: 31px;
  background: #080916;
  box-shadow: 0 20px 42px rgb(35 29 92 / 20%);
}

.app-phone img { display: block; width: 100%; height: 100%; border-radius: 24px; object-fit: cover; }
.app-phone-center { z-index: 3; top: 0; left: 50%; width: 205px; transform: translateX(-50%); }
.app-phone-left, .app-phone-right { z-index: 1; top: 58px; left: 50%; filter: saturate(.84) brightness(.94); opacity: .96; }
.app-phone-left { transform: translateX(-113%) rotate(-6deg); }
.app-phone-right { transform: translateX(13%) rotate(6deg); }

.app-notification {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #ebe9fa;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 12px 30px rgb(36 34 77 / 15%);
  text-align: left;
}

.app-notification > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  color: #6251e3;
  border-radius: 9px;
  background: #eeeaff;
  font-size: 15px;
  font-weight: 900;
}

.app-notification-saved > span { color: #278967; background: #e6f8f1; }
.app-notification svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.app-notification b, .app-notification small { display: block; white-space: nowrap; }
.app-notification b { color: #30324b; font-size: 8px; }
.app-notification small { margin-top: 2px; color: #85869a; font-size: 6px; }
.app-notification-nap { top: 120px; left: -7px; }
.app-notification-saved { right: -7px; bottom: 110px; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 25px;
}

.feature-grid article {
  padding: 15px 13px;
  border: 1px solid #dee4ec;
  border-radius: 15px;
  background: rgb(255 255 255 / 88%);
  text-align: left;
  box-shadow: 0 7px 20px rgb(36 49 70 / 5%);
}

.feature-grid article > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 10px;
  color: #31429b;
  border-radius: 9px;
  background: #e9ecff;
  font-size: 16px;
  font-weight: 900;
}

.feature-grid h3 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.25;
}

.feature-grid p {
  margin: 0;
  color: var(--offer-muted);
  font-size: 10px;
  line-height: 1.45;
}

.app-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 30px;
}

.feature-grid.app-gallery { gap: 10px; margin-top: 10px; }

.app-gallery figure {
  margin: 0;
  padding: 14px 10px 12px;
  border: 1px solid #dfe4eb;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 24px rgb(26 37 64 / 8%);
}

.app-gallery img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.app-gallery figcaption {
  margin-top: 8px;
  color: #545e6c;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.age-note {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px auto 0;
  padding: 0;
  color: #4c625b;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.age-note > span:first-child {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--offer-green);
  font-size: 10px;
  font-weight: 900;
}

.age-note-text { display: block; text-align: left; }

.lessons-section { background: #fff; }

.lesson-list {
  display: grid;
  gap: 9px;
  max-width: 520px;
  margin: 25px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}

.lesson-list li {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 11px;
  align-items: start;
  padding: 13px 14px;
  border: 1px solid var(--offer-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgb(57 43 37 / 4%);
}

.lesson-list li > span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: var(--offer-green);
  border-radius: 50%;
  background: var(--offer-green-soft);
  font-size: 12px;
  font-weight: 900;
}

.lesson-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--offer-ink);
  font-size: 13px;
}

.lesson-list small {
  display: block;
  color: var(--offer-muted);
  font-size: 10px;
  line-height: 1.4;
}

.teacher-card {
  max-width: 520px;
  margin: 26px auto 0;
  overflow: hidden;
  border: 1px solid #dbe3e7;
  border-radius: 19px;
  background: #f8fafb;
  box-shadow: 0 12px 28px rgb(43 55 62 / 7%);
}

.teacher-card > img {
  display: block;
  width: 100%;
  height: auto;
}

.teacher-card > div { padding: 16px 18px 18px; }

.teacher-card small {
  color: var(--offer-green);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.teacher-card h3 {
  margin: 3px 0 5px;
  font-size: 20px;
}

.teacher-card p {
  margin: 0;
  color: var(--offer-muted);
  font-size: 11px;
  line-height: 1.52;
}

.package-section { background: linear-gradient(145deg, #fff8f6, #fff); }

.package-list {
  display: grid;
  gap: 9px;
  margin-top: 25px;
}

.package-list > article {
  display: grid;
  grid-template-columns: 43px 1fr;
  gap: 12px;
  align-items: start;
  padding: 15px;
  border: 1px solid #eadfdc;
  border-radius: 15px;
  background: #fff;
}

.bonuses-section {
  color: #fff;
  border-top: 0;
  background: linear-gradient(160deg, #5f50e9, #362b9e);
  text-align: center;
}

.bonus-heading > span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 13px;
  color: #6657ee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 9px 25px rgb(31 22 105 / 20%);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bonus-heading h2 {
  max-width: 420px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(27px, 7.5vw, 38px);
  line-height: 1.08;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.bonus-heading h2 em { color: #dcd6ff; font-style: normal; }

.bonus-heading > p {
  max-width: 390px;
  margin: 20px auto 0;
  color: rgb(255 255 255 / 78%);
  font-size: 14px;
  line-height: 1.65;
}

.bonus-heading > p strong { color: #fff; }
.bonus-heading > p span { color: #fff; text-decoration: underline 2px rgb(255 225 200 / 70%); text-underline-offset: 4px; }

.bonus-grid {
  display: grid;
  gap: 16px;
  margin-top: 35px;
  text-align: left;
}

.bonus-grid article {
  overflow: hidden;
  padding: 0;
  color: #202238;
  border: 0;
  border-radius: 20px;
  background: #fff;
}

.bonus-grid img {
  display: block;
  width: 100%;
  aspect-ratio: .75;
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
}

.bonus-grid article > div { width: 100%; margin: 0; padding: 20px; border-radius: 0; }

.bonus-grid small {
  display: inline-block;
  padding: 6px 9px;
  color: #5c4fdb;
  border-radius: 999px;
  background: #eeeaff;
  box-shadow: 0 5px 14px rgb(82 65 210 / 10%);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bonus-grid h3 {
  margin: 8px 0;
  color: #202238;
  font-size: 19px;
  line-height: 1.25;
}

.bonus-grid p {
  margin: 0;
  color: #64677b;
  font-size: 12px;
  line-height: 1.55;
}

.bonus-grid b {
  display: block;
  margin-top: 14px;
  color: #202238;
  font-size: 11px;
  line-height: 1.35;
}

.bonus-grid article > div > b::after {
  display: block;
  margin-top: 12px;
  padding-top: 11px;
  color: #77718e;
  border-top: 1px solid #ece9f6;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.45;
}

.bonus-grid article:first-child > div > b::after { content: "Se adquirido separadamente: R$ 19,90"; }
.bonus-grid article:nth-child(2) > div > b::after { content: "Se adquirido separadamente: R$ 29,90"; }

.testimonials-section {
  background: #fffaf7;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  gap: 12px;
  max-width: 560px;
  margin: 26px auto 0;
  text-align: left;
}

.testimonial-grid figure {
  margin: 0;
  padding: 18px;
  border: 1px solid #eee1dc;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 24px rgb(77 48 39 / 6%);
}

.testimonial-grid blockquote {
  margin: 0;
  color: #44404d;
  font-size: 13px;
  font-style: italic;
  line-height: 1.55;
}

.testimonial-grid figcaption {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid #f0e8e4;
}

.testimonial-grid figcaption > span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(145deg, #e68170, #bd4d67);
  font-size: 11px;
  font-weight: 900;
}

.testimonial-grid figure:nth-child(2) figcaption > span { background: linear-gradient(145deg, #53ad8b, #20785d); }
.testimonial-grid figure:nth-child(3) figcaption > span { background: linear-gradient(145deg, #8877ef, #5e4bce); }
.testimonial-grid figcaption strong, .testimonial-grid figcaption small { display: block; }
.testimonial-grid figcaption strong { color: var(--offer-ink); font-size: 11px; }
.testimonial-grid figcaption small { margin-top: 2px; color: #8c8581; font-size: 9px; }

.audio-testimonial {
  position: relative;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #ded8f5;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff 0%, #fcfaff 52%, #f4f0ff 100%);
  box-shadow: 0 18px 40px rgb(71 52 125 / 12%);
}

.audio-card-glow { position: absolute; top: -92px; right: -62px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgb(161 137 240 / 24%), transparent 68%); pointer-events: none; }
.audio-person { position: relative; display: flex; align-items: center; gap: 12px; }
.audio-person img { width: 54px; height: 54px; padding: 3px; border: 1px solid #dcd3fb; border-radius: 50%; background: #fff; box-shadow: 0 5px 14px rgb(76 55 139 / 13%); object-fit: cover; }
.audio-person > div { min-width: 0; }
.audio-person > div > span { display: block; color: #806ed0; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.audio-person h3 { margin: 3px 0 1px; color: #27203f; font-size: 17px; line-height: 1.15; }
.audio-badge { display: flex; align-items: center; gap: 5px; margin-left: auto; padding: 6px 8px; border: 1px solid #ddd4fb; border-radius: 999px; color: #6856ca; background: rgb(255 255 255 / 76%); font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.audio-badge i { width: 6px; height: 6px; border-radius: 50%; background: #e26478; box-shadow: 0 0 0 3px rgb(226 100 120 / 12%); }
.audio-player { position: relative; display: flex; align-items: center; gap: 12px; margin: 18px 0 0; padding: 12px 13px; border: 1px solid #e5dff6; border-radius: 17px; background: rgb(255 255 255 / 88%); box-shadow: 0 8px 18px rgb(68 50 122 / 7%), inset 0 1px 0 #fff; }
.audio-player button { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 0; border-radius: 50%; background: linear-gradient(145deg, #816ee8, #5944c3); box-shadow: 0 7px 15px rgb(88 67 192 / 28%); opacity: 1; }
.audio-player button span { margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid #fff; }
.audio-player audio { display: none; }
.audio-player button:not(:disabled) { cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.audio-player button:not(:disabled):hover { transform: scale(1.05); box-shadow: 0 9px 19px rgb(88 67 192 / 33%); }
.audio-player button:not(:disabled):active { transform: scale(.97); }
.audio-player button.is-playing span { width: 11px; height: 14px; margin: 0; border: 0; background: linear-gradient(to right, #fff 0 35%, transparent 35% 65%, #fff 65% 100%); }
.audio-track { display: grid; min-width: 0; flex: 1; grid-template-columns: max-content minmax(0, 1fr) max-content; gap: 7px; align-items: center; }
.audio-wave { width: 100%; height: 30px; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; opacity: .82; }
.waveform-01 { background-image: url("../assets/audio/waveform-display-01.png"); }
.waveform-02 { background-image: url("../assets/audio/waveform-display-02.png"); }
.waveform-03 { background-image: url("../assets/audio/waveform-display-03.png"); }
.waveform-04 { background-image: url("../assets/audio/waveform-display-04.png"); }
.audio-track time { color: #8b8598; font-size: 8px; font-variant-numeric: tabular-nums; line-height: 1; }
.audio-tone-green .audio-card-glow { background: radial-gradient(circle, rgb(120 200 173 / 23%), transparent 68%); }
.audio-tone-green .audio-player button { background: linear-gradient(145deg, #42a886, #187359); }
.audio-tone-gold .audio-card-glow { background: radial-gradient(circle, rgb(235 185 104 / 22%), transparent 68%); }
.audio-tone-gold .audio-player button { background: linear-gradient(145deg, #e3a44d, #b66e28); }
.audio-tone-rose .audio-card-glow { background: radial-gradient(circle, rgb(231 137 151 / 22%), transparent 68%); }
.audio-tone-rose .audio-player button { background: linear-gradient(145deg, #df7d8c, #b64d63); }
.testimonial-disclaimer { margin: 14px 0 0; color: #9a9290; font-size: 8px; text-align: center; }

@media (max-width: 390px) {
  .audio-testimonial { padding: 18px; }
}

.outcome-section { background: #fff; }

.outcome-list {
  display: grid;
  gap: 9px;
  max-width: 510px;
  margin: 24px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.outcome-list article {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 13px;
  background: var(--offer-green-soft);
}

.outcome-list span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--offer-green);
  font-size: 10px;
  font-weight: 900;
}

.outcome-list p {
  margin: 0;
  color: #31584c;
  font-size: 12px;
  line-height: 1.4;
}

.guarantee-section {
  border-top-color: #e4ece9;
  background: #fff;
}

.guarantee-card {
  position: relative;
  overflow: hidden;
  max-width: 540px;
  margin: 0 auto;
  padding: 29px 24px 20px;
  border: 1px solid #d3e7df;
  border-radius: 25px;
  background: linear-gradient(145deg, #f0faf6, #fff 72%);
  box-shadow: 0 14px 30px rgb(23 108 80 / 8%);
  text-align: center;
}

.guarantee-card::before {
  position: absolute;
  top: -82px;
  right: -58px;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  background: var(--offer-green);
  content: "";
  opacity: .08;
}

.guarantee-days {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
  margin: 0 auto;
  padding: 0 17px 5px;
  color: var(--offer-green);
  border-bottom: 4px solid #5dc5a1;
  line-height: 1;
}

.guarantee-days strong { font-size: clamp(57px, 15vw, 76px); letter-spacing: -.08em; }
.guarantee-days span { padding-bottom: 9px; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.guarantee-kicker {
  position: relative;
  margin: 24px 0 0;
  color: var(--offer-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guarantee-card h2 {
  position: relative;
  max-width: 340px;
  margin: 16px auto 0;
  color: var(--offer-ink);
  font-size: clamp(25px, 7vw, 34px);
  line-height: 1.1;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.guarantee-description {
  position: relative;
  max-width: 360px;
  margin: 16px auto 0;
  color: #46645a;
  font-size: 12px;
  line-height: 1.52;
  text-wrap: balance;
}

.guarantee-cta { position: relative; width: 100%; margin-top: 21px; }

.guarantee-footnote {
  position: relative;
  display: block;
  margin-top: 11px;
  color: #668278;
  font-size: 9px;
}

.checkout-section {
  padding-block: 55px;
  background:
    radial-gradient(circle at 50% 0, rgb(67 93 192 / 16%), transparent 32%),
    var(--offer-navy);
}

.checkout-section .section-kicker { color: #9ddfc8; }
.checkout-section > h2 { color: #fff; }
.checkout-section > .section-lead { color: #c9cee2; }

.checkout-card {
  position: relative;
  overflow: hidden;
  max-width: 510px;
  margin: 36px auto 0;
  padding: 0 15px 18px;
  border: 2px solid #7260fa;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 23px 45px rgb(4 8 31 / 36%);
  text-align: center;
}

.checkout-badge {
  margin: 0 -15px;
  padding: 8px 15px;
  color: #fff;
  background: #7867f5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.checkout-header {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  padding: 27px 20px 22px;
  color: #fff;
  background: linear-gradient(145deg, #151638, #242050);
}

.checkout-header::before,
.checkout-header::after { position: absolute; border: 1px solid rgb(183 167 255 / 25%); border-radius: 50%; content: ""; }
.checkout-header::before { top: -70px; right: -42px; width: 145px; height: 145px; }
.checkout-header::after { right: 32px; bottom: -96px; width: 175px; height: 175px; }

.checkout-header > * { position: relative; z-index: 1; }
.offer-stars { position: absolute !important; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.offer-stars i { position: absolute; top: -20px; color: #f2cf70; font-size: 10px; font-style: normal; line-height: 1; opacity: 0; animation: offer-star-fall 4.8s linear infinite; }
.offer-stars i:nth-child(1) { left: 7%; animation-delay: -.8s; }
.offer-stars i:nth-child(2) { left: 19%; color: #ae9bff; font-size: 6px; animation-delay: -3.1s; }
.offer-stars i:nth-child(3) { left: 31%; font-size: 7px; animation-delay: -1.9s; }
.offer-stars i:nth-child(4) { left: 46%; color: #ae9bff; font-size: 11px; animation-delay: -4s; }
.offer-stars i:nth-child(5) { left: 59%; font-size: 6px; animation-delay: -2.7s; }
.offer-stars i:nth-child(6) { left: 72%; color: #ae9bff; font-size: 8px; animation-delay: -1.2s; }
.offer-stars i:nth-child(7) { left: 86%; font-size: 11px; animation-delay: -3.5s; }
.offer-stars i:nth-child(8) { left: 92%; color: #ae9bff; font-size: 6px; animation-delay: -2.1s; }
.offer-stars i:nth-child(9) { left: 38%; font-size: 5px; animation-delay: -4.5s; }

@keyframes offer-star-fall {
  0% { opacity: 0; transform: translate3d(0, -10px, 0) rotate(0deg) scale(.6); }
  15% { opacity: .7; }
  82% { opacity: .45; }
  100% { opacity: 0; transform: translate3d(20px, 155px, 0) rotate(150deg) scale(1); }
}

.checkout-header small { color: #afa8ff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.checkout-header h3 { margin: 7px 0 4px; font-size: clamp(27px, 7vw, 35px); line-height: 1.02; letter-spacing: -.05em; }
.checkout-header p { margin: 0; color: #bfc0d8; font-size: 12px; }

.checkout-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 13px 9px 10px;
  text-align: left;
  background: #fff;
  list-style: none;
}

.checkout-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  color: #5d5b72;
  border-bottom: 1px solid #ebeaf1;
  font-size: 11px;
  font-weight: 900;
}

.checkout-card li:last-child { border-bottom: 0; }

.checkout-card li span {
  display: grid;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  place-items: center;
  color: #7663f4;
  border-radius: 50%;
  background: #efedff;
  font-size: 11px;
}

.checkout-card li.bonus-item { font-weight: 700; }
.checkout-card li.bonus-item span { font-size: 9px; }

.checkout-price {
  margin: 12px 0 18px;
  color: #6755e7;
  text-align: center;
}

.checkout-price > small {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 99px;
  background: #efedff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.checkout-price > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  margin-top: 7px;
}

.checkout-price .price-currency { font-size: 22px; font-weight: 900; }
.checkout-price .price-number { display: inline-flex; align-items: flex-end; gap: 2px; }
.checkout-price strong { font-size: 43px; line-height: .9; letter-spacing: -.055em; }
.checkout-price .price-number small { margin-bottom: 1px; font-size: 22px; font-weight: 900; line-height: 1; letter-spacing: -.035em; }
.checkout-price p { margin: 7px 0 0; color: #77778a; font-size: 10px; }

.checkout-card .checkout-button { border-radius: 13px; background: linear-gradient(135deg, #735cf6, #5141dc); box-shadow: 0 13px 25px rgb(84 62 224 / 30%); font-size: 13px; }
.checkout-button { animation: offer-cta-pulse 2.2s ease-in-out infinite; }

@keyframes offer-cta-pulse {
  0%, 100% { box-shadow: 0 12px 27px rgb(84 62 224 / 25%); transform: scale(1); }
  50% { box-shadow: 0 17px 34px rgb(84 62 224 / 42%); transform: scale(1.018); }
}

.checkout-button:hover { animation: none; }

.checkout-access {
  margin: 13px 0 0;
  color: #77778a;
  font-size: 10px;
}

.faq-section { background: #fff; }

.faq-list {
  display: grid;
  gap: 9px;
  max-width: 520px;
  margin: 24px auto 0;
}

.faq-list details {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--offer-line);
  border-radius: 14px;
  background: #fff;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px;
  color: var(--offer-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary span {
  flex: 0 0 auto;
  color: var(--offer-green);
  font-size: 18px;
}

.faq-list details[open] summary span { transform: rotate(45deg); }

.faq-list details p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--offer-muted);
  font-size: 11px;
  line-height: 1.55;
}

.final-call {
  max-width: 520px;
  margin: 32px auto 0;
  padding: 22px 18px;
  border: 1px solid #d1e4dc;
  border-radius: 18px;
  background: linear-gradient(145deg, #eff9f5, #fff);
  text-align: center;
}

.final-call h3 {
  margin: 0;
  color: #174f3d;
  font-size: 20px;
  line-height: 1.25;
}

.final-call p {
  max-width: 290px;
  margin: 8px auto 16px;
  color: #547168;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
}

.offer-footer {
  padding: 32px 24px 38px;
  color: #99918d;
  background: var(--offer-cream);
  text-align: center;
}

.offer-page .offer-brand-small { font-size: 25px; }

.offer-footer p {
  max-width: 430px;
  margin: 12px auto 0;
  font-size: 9px;
  line-height: 1.5;
}

@media (min-width: 560px) {
  .offer-hero { padding-inline: 42px; }
  .offer-section { padding-inline: 42px; }
  .mechanism-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-intro { grid-template-columns: 1.05fr .95fr; text-align: left; }
  .app-intro .section-kicker { margin-left: 0; }
  .app-intro h2, .app-intro .section-lead { margin-left: 0; text-align: left; }
  .app-phone-stage { width: 100%; margin: 0 auto; transform: scale(.95); }
}

@media (max-width: 390px) {
  .offer-header { padding-top: 20px; }
  .offer-page .offer-brand { font-size: 31px; }
  .offer-hero { padding: 24px 18px 42px; }
  .offer-section { padding: 43px 18px; }
  .offer-hero h1 { font-size: 29px; }
  .offer-lead, .section-lead { font-size: 14px; }
  .role-card { grid-template-columns: 62px minmax(0, 1fr); gap: 11px; padding: 13px; }
  .role-card img { width: 62px; height: 62px; }
  .routine-comparison { grid-template-columns: 1fr; }
  .routine-comparison small { min-height: 0; }
  .app-gallery img { height: 230px; }
  .bonus-grid img { height: auto; }
  .offer-cta { padding-inline: 12px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
