@font-face {
  font-family: "Bookman CE";
  src: url("assets/fonts/Bookman-Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bookman CE";
  src: url("assets/fonts/Bookman-LightItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bookman CE";
  src: url("assets/fonts/Bookman-Demi.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus CE";
  src: url("assets/fonts/NimbusSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "C059 CE";
  src: url("assets/fonts/C059-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "C059 CE";
  src: url("assets/fonts/C059-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "C059 CE";
  src: url("assets/fonts/C059-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus CE";
  src: url("assets/fonts/NimbusSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #173360;
  --ink-soft: #536681;
  --blue: #397fc8;
  --blue-deep: #234e96;
  --sky: #e7f6ff;
  --pink: #ef5d97;
  --pink-deep: #d93e7e;
  --pink-soft: #fff0f6;
  --lilac: #826dc9;
  --lilac-soft: #f1edff;
  --gold: #e5b451;
  --white: #fff;
  --line: rgba(39, 78, 135, 0.13);
  --shadow-soft: 0 14px 42px rgba(43, 82, 137, 0.11);
  --shadow-deep: 0 28px 72px rgba(45, 69, 128, 0.22);
  --shell: 1120px;
  --font-display: "C059 CE", "Palatino Linotype", Georgia, serif;
  --font-body: "Bookman CE", "Trebuchet MS", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.82) 0 2px, transparent 3px),
    radial-gradient(circle at 83% 34%, rgba(255, 225, 142, 0.36) 0 2px, transparent 3px),
    linear-gradient(180deg, #dff3ff 0%, #edf8ff 34%, #f3efff 68%, #e6f5ff 100%);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.62;
  letter-spacing: -0.008em;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.sky-atmosphere {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sky-cloud,
.sky-stars {
  position: absolute;
  max-width: none;
  user-select: none;
  will-change: transform, opacity;
}

.sky-cloud {
  width: clamp(360px, 42vw, 650px);
  opacity: 0.5;
  filter: drop-shadow(0 14px 22px rgba(76, 118, 178, 0.08));
}

.sky-cloud-one {
  top: 14%;
  left: -18%;
  animation: cloud-drift-one 22s ease-in-out infinite alternate;
}

.sky-cloud-two {
  top: 48%;
  right: -20%;
  opacity: 0.42;
  transform: scale(0.78) rotate(2deg);
  animation: cloud-drift-two 26s ease-in-out infinite alternate;
}

.sky-cloud-three {
  bottom: -7%;
  left: 18%;
  width: clamp(440px, 52vw, 760px);
  opacity: 0.36;
  transform: scale(0.92);
  animation: cloud-drift-three 30s ease-in-out infinite alternate;
}

.sky-stars {
  width: clamp(150px, 18vw, 260px);
  opacity: 0.72;
  filter: drop-shadow(0 5px 8px rgba(207, 157, 55, 0.12));
}

.sky-stars-one {
  top: 16%;
  right: 2%;
  animation: stars-float-one 8s ease-in-out infinite, stars-twinkle 3.2s ease-in-out infinite;
}

.sky-stars-two {
  top: 57%;
  left: 2%;
  width: clamp(130px, 15vw, 220px);
  opacity: 0.58;
  transform: rotate(-13deg);
  animation: stars-float-two 10s ease-in-out infinite, stars-twinkle 4.1s 0.8s ease-in-out infinite;
}

.sky-stars-three {
  right: 8%;
  bottom: 7%;
  width: clamp(115px, 13vw, 190px);
  opacity: 0.52;
  transform: rotate(11deg);
  animation: stars-float-three 9s ease-in-out infinite, stars-twinkle 3.6s 1.4s ease-in-out infinite;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.section {
  padding: 70px 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  padding: 9px 15px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
}

.skip-link:focus {
  transform: translateY(0);
}

.vip-strip {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 6px 16px;
  background: linear-gradient(90deg, #715cc1, #d25898 58%, #f178a4);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.vip-strip span {
  color: #ffe6a0;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 24px rgba(39, 71, 121, 0.05);
  backdrop-filter: blur(15px);
}

.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(43, 85, 146, 0.15);
}

.brand span,
.footer-brand span {
  display: grid;
  line-height: 1.15;
}

.brand strong,
.footer-brand strong {
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.brand small,
.footer-brand small {
  margin-top: 4px;
  color: var(--lilac);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header-buy {
  padding: 9px 16px;
  border: 1px solid rgba(232, 78, 140, 0.2);
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.header-buy:hover {
  transform: translateY(-2px);
  background: #ffe1ed;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 56px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.96) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 12%, rgba(255, 225, 147, 0.85) 0 2px, transparent 3px),
    linear-gradient(145deg, rgba(237, 249, 255, 0.92) 0%, rgba(217, 240, 255, 0.88) 48%, rgba(248, 236, 255, 0.9) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -115px;
  left: -8%;
  height: 150px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #fff;
}

.spark {
  position: absolute;
  color: rgba(225, 176, 78, 0.75);
}

.spark-one {
  top: 70px;
  left: 5%;
  font-size: 1.3rem;
}

.spark-two {
  right: 4%;
  bottom: 105px;
  font-size: 1.05rem;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.07fr 0.73fr;
  align-items: center;
  gap: 54px;
}

.eyebrow,
.section-kicker,
.product-badge,
.bonus-label,
.offer-label,
.modal-kicker {
  color: var(--pink-deep);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(234, 84, 145, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.hero h1 {
  max-width: 720px;
  margin: 19px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(3.15rem, 5.7vw, 5.1rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.hero h1 em {
  display: block;
  margin-top: 7px;
  color: var(--pink);
  font-weight: 400;
}

.hero-subtitle,
.section-subtitle,
.offer-subtitle {
  font-family: var(--font-display);
  font-size: 1.14rem;
  line-height: 1.62;
}

.hero-subtitle {
  max-width: 650px;
  margin-bottom: 21px;
  color: #405877;
  font-style: italic;
}

.hero-benefits,
.value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li,
.value-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-benefits span,
.value-list span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--pink);
  font-size: 0.69rem;
  box-shadow: 0 4px 12px rgba(43, 80, 135, 0.1);
}

.hero-proof {
  max-width: 625px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
  padding: 14px 17px;
  border: 1px solid rgba(117, 93, 194, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.63);
}

.hero-proof > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--lilac-soft);
  color: var(--lilac);
  font-size: 1.35rem;
}

.hero-proof p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.52;
}

.hero-proof strong {
  display: block;
  color: var(--ink);
  font-size: 0.94rem;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(10px);
}

.product-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 28px;
  border-radius: 50%;
  background: rgba(140, 179, 231, 0.22);
  filter: blur(10px);
}

.product-badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(40, 78, 134, 0.08);
}

.ebook-cover {
  width: min(100%, 250px);
  max-height: 286px;
  margin: -2px auto 3px;
  object-fit: contain;
  filter: drop-shadow(0 19px 24px rgba(42, 68, 119, 0.18));
}

.buy-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #f56da2, #e9478a 62%, #d83a7b);
  color: #fff;
  box-shadow: 0 13px 28px rgba(222, 56, 124, 0.3), inset 0 1px rgba(255, 255, 255, 0.38);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.product-card .buy-button {
  width: 100%;
}

.buy-button:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow: 0 18px 36px rgba(222, 56, 124, 0.38), inset 0 1px rgba(255, 255, 255, 0.38);
}

.secure-note {
  display: block;
  margin-top: 9px;
  color: #6e7e94;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.price-line {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 2px 0 10px;
  padding: 0 3px;
}

.price-line span {
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.price-line strong {
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 1.55rem;
}

.order-bump {
  width: 100%;
  margin-bottom: 13px;
  padding: 10px;
  border: 1px dashed rgba(224, 62, 126, 0.42);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff8fb, #f7f2ff);
}

.order-bump p {
  margin: 7px 4px 8px;
  color: var(--ink-soft);
  font-size: 0.69rem;
  line-height: 1.35;
  text-align: left;
}

.order-bump-check {
  display: grid;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border: 1px solid rgba(224, 62, 126, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.order-bump-check:hover {
  transform: translateY(-1px);
  border-color: rgba(224, 62, 126, 0.42);
}

.order-bump-check:has(input:checked) {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(239, 93, 151, 0.12);
}

.order-bump-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.custom-check {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(217, 62, 126, 0.4);
  border-radius: 8px;
  background: #fff;
  color: transparent;
  font-size: 0.78rem;
  font-weight: 700;
}

.order-bump-check input:focus-visible + .custom-check {
  outline: 3px solid rgba(50, 115, 199, 0.45);
  outline-offset: 3px;
}

.order-bump-check input:checked + .custom-check {
  border-color: var(--pink);
  background: var(--pink);
  color: #fff;
}

.order-bump-check > span:last-child {
  min-width: 0;
  display: grid;
  line-height: 1.2;
}

.order-bump-check small {
  color: var(--pink-deep);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.order-bump-check strong {
  margin-top: 3px;
  font-size: 0.78rem;
}

.order-bump-check b {
  margin-top: 3px;
  color: var(--blue-deep);
  font-size: 0.77rem;
}

.audio-preview {
  width: 100%;
  height: 34px;
  display: block;
  border-radius: 12px;
}

.pulse {
  animation: purchase-pulse 1.7s ease-in-out infinite;
}

.quick-trust {
  position: relative;
  z-index: 3;
  padding: 17px 0 25px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 19px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.trust-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 15px 18px;
  background: #fff;
}

.trust-grid > div + div {
  border-left: 1px solid var(--line);
}

.trust-grid > div > span {
  color: var(--pink);
  font-size: 1.35rem;
}

.trust-grid p {
  display: grid;
  margin: 0;
  line-height: 1.2;
}

.trust-grid strong {
  font-size: 0.9rem;
}

.trust-grid small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 0.73rem;
}

.compact-heading {
  max-width: 850px;
  text-align: center;
}

.problem-solution {
  position: relative;
  background: rgba(231, 246, 255, 0.5);
  backdrop-filter: blur(1px);
}

.problem-solution::before,
.problem-solution::after {
  content: "✦";
  position: absolute;
  color: rgba(228, 179, 81, 0.45);
  font-size: 1.4rem;
  animation: single-star-float 6s ease-in-out infinite;
}

.problem-solution::before {
  top: 16%;
  left: 4%;
}

.problem-solution::after {
  right: 5%;
  bottom: 18%;
  color: rgba(128, 108, 200, 0.34);
  font-size: 1rem;
  animation-delay: 1.5s;
}

.section-kicker {
  display: block;
  margin-bottom: 10px;
}

.compact-heading h2,
.value-copy h2,
.offer-copy h2 {
  margin-bottom: 15px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.9vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.section-subtitle {
  color: var(--ink-soft);
}

.compact-heading .section-subtitle {
  max-width: 770px;
  margin: 0 auto;
}

.trigger-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 37px;
}

.trigger-card {
  position: relative;
  min-height: 190px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 255, 0.88));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.trigger-card.featured {
  border-color: rgba(235, 83, 144, 0.22);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(255, 240, 246, 0.9));
}

.trigger-number {
  display: inline-grid;
  place-items: center;
  width: 37px;
  height: 37px;
  margin-bottom: 17px;
  border-radius: 12px;
  background: var(--sky);
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
}

.trigger-card.featured .trigger-number {
  background: #ffe2ed;
  color: var(--pink-deep);
}

.trigger-card h3,
.bonus-box h3 {
  margin-bottom: 7px;
  font-family: var(--font-display);
  font-size: 1.36rem;
  line-height: 1.24;
}

.trigger-card p,
.bonus-box p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.value-section {
  position: relative;
  padding-top: 24px;
  background: rgba(242, 238, 255, 0.28);
}

.value-section::after {
  content: "☾";
  position: absolute;
  right: 4%;
  top: 9%;
  color: rgba(228, 178, 78, 0.18);
  font-family: var(--font-display);
  font-size: clamp(4rem, 8vw, 7rem);
  transform: rotate(-10deg);
  animation: moon-float 9s ease-in-out infinite;
}

.value-section .shell {
  position: relative;
  z-index: 1;
}

.value-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
  gap: 35px;
  padding: 39px;
  border: 1px solid rgba(83, 112, 164, 0.13);
  border-radius: 31px;
  background: linear-gradient(135deg, rgba(242, 250, 255, 0.93), rgba(247, 242, 255, 0.93) 58%, rgba(255, 242, 247, 0.93));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.value-copy {
  align-self: center;
}

.value-copy h2 {
  margin-top: 7px;
}

.value-copy .section-subtitle {
  max-width: 660px;
}

.value-list {
  margin-top: 21px;
}

.bonus-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid rgba(231, 179, 78, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.bonus-label {
  position: relative;
  z-index: 2;
}

.bonus-moon {
  position: absolute;
  top: -15px;
  right: 17px;
  color: rgba(230, 180, 81, 0.18);
  font-family: var(--font-display);
  font-size: 7.5rem;
  transform: rotate(-11deg);
}

.bonus-box h3,
.bonus-box p,
.bonus-box strong {
  position: relative;
  z-index: 2;
}

.playlist-section {
  position: relative;
  padding-top: 30px;
  background: rgba(232, 247, 255, 0.42);
}

.playlist-card {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 48px;
  padding: 42px;
  border: 1px solid rgba(83, 112, 164, 0.14);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.95) 55%, rgba(250, 238, 255, 0.93));
  box-shadow: var(--shadow-deep);
}

.playlist-art-wrap {
  position: relative;
}

.playlist-art-wrap img {
  width: min(100%, 380px);
  margin-inline: auto;
  border-radius: 30px;
  box-shadow: 0 24px 54px rgba(38, 71, 128, 0.22);
}

.playlist-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--pink-deep));
  color: #fff;
  box-shadow: 0 8px 18px rgba(217, 62, 126, 0.25);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.playlist-copy h2 {
  margin: 8px 0 13px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.9vw, 3.2rem);
  line-height: 1.08;
}

.track-list {
  display: grid;
  gap: 7px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.track-list li {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 700;
}

.track-list li > span {
  color: var(--pink-deep);
  font-family: var(--font-display);
}

.track-list small {
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.safe-audio-note {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: flex-start;
  gap: 10px;
  margin: 17px 0;
  padding: 12px 14px;
  border: 1px solid rgba(49, 129, 108, 0.18);
  border-radius: 14px;
  background: rgba(225, 247, 240, 0.68);
}

.safe-audio-note > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: #31816c;
  font-size: 1.1rem;
}

.safe-audio-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.45;
}

.safe-audio-note strong {
  color: var(--ink);
}

.order-bump-check-wide {
  grid-template-columns: 31px 1fr;
  max-width: 560px;
  padding: 12px 14px;
  border: 2px dashed rgba(224, 62, 126, 0.38);
  background: #fff8fb;
}

.order-bump-check-wide strong {
  font-size: 0.93rem;
}

.order-bump-check-wide b {
  font-size: 0.88rem;
}

.bonus-box h3 {
  margin-top: 16px;
  font-size: 1.45rem;
}

.bonus-box strong {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 0.79rem;
}

.final-offer {
  position: relative;
  padding-top: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(227, 243, 255, 0.82));
}

.offer-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.69fr 1.31fr;
  align-items: center;
  gap: 55px;
  padding: 44px 55px;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 226, 146, 0.8) 0 2px, transparent 3px),
    linear-gradient(145deg, #224991, #5369b8 60%, #7961c2);
  color: #fff;
  box-shadow: var(--shadow-deep);
}

.offer-cover-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.offer-cover-wrap::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
}

.offer-cover {
  position: relative;
  z-index: 2;
  width: min(100%, 300px);
  max-height: 355px;
  object-fit: contain;
  filter: drop-shadow(0 24px 26px rgba(18, 35, 78, 0.3));
}

.offer-star {
  position: absolute;
  z-index: 3;
  color: #ffe29a;
}

.offer-star-one {
  top: 14px;
  right: 10px;
  font-size: 1.7rem;
}

.offer-star-two {
  bottom: 18px;
  left: 5px;
  font-size: 1rem;
}

.offer-label {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffe29a;
}

.offer-copy h2 {
  max-width: 720px;
  margin-top: 16px;
  color: #fff;
}

.offer-subtitle {
  max-width: 700px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.offer-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.offer-items span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 700;
}

.offer-items b {
  color: #ffe29a;
}

.order-bump-dark {
  max-width: 520px;
  margin-bottom: 15px;
  border: 1px dashed rgba(255, 226, 154, 0.58);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.order-bump-dark:hover,
.order-bump-dark:has(input:checked) {
  border-color: #ffe29a;
  box-shadow: 0 0 0 3px rgba(255, 226, 154, 0.12);
}

.order-bump-dark small,
.order-bump-dark b {
  color: #ffe29a;
}

.offer-total {
  max-width: 520px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.offer-total strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.offer-copy .buy-button {
  min-width: 360px;
  min-height: 59px;
  font-size: 1rem;
}

.secure-note.light {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.65);
}

.safety-note {
  padding: 25px 0 38px;
  background: rgba(231, 245, 255, 0.82);
  backdrop-filter: blur(7px);
}

.safety-inner {
  max-width: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 19px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.safety-inner > span {
  color: var(--blue);
  font-size: 1.35rem;
}

.safety-inner p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.safety-inner a {
  color: var(--blue-deep);
  font-weight: 700;
}

.site-footer {
  padding: 25px 0;
  background: #132b53;
  color: rgba(255, 255, 255, 0.68);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand strong {
  color: #fff;
}

.footer-brand small {
  color: #c5b6ed;
}

.site-footer p {
  margin: 0;
  font-size: 0.77rem;
}

.mobile-buy {
  position: fixed;
  z-index: 45;
  right: 10px;
  bottom: max(10px, env(safe-area-inset-bottom));
  left: 10px;
  display: none;
  align-items: center;
  gap: 9px;
  padding: 7px 7px 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 15px 42px rgba(28, 57, 106, 0.24);
  backdrop-filter: blur(14px);
  transform: translateY(150%);
  opacity: 0;
  transition: transform 240ms ease, opacity 240ms ease;
}

.mobile-buy.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.mobile-buy img {
  flex: 0 0 auto;
  width: 36px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 5px 12px rgba(39, 72, 126, 0.16);
}

.mobile-buy > div {
  min-width: 0;
  display: grid;
  flex: 1;
  line-height: 1.15;
}

.mobile-buy small {
  color: var(--pink-deep);
  font-size: 0.63rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-buy strong {
  margin-top: 3px;
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 0.86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-buy {
  flex: 0 0 auto;
  padding: 10px 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f56da2, #df3e81);
  color: #fff;
  box-shadow: 0 9px 21px rgba(222, 56, 124, 0.27);
  font-size: 0.77rem;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 34, 70, 0.58);
  backdrop-filter: blur(7px);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 450px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  background: linear-gradient(155deg, #fff, #f3efff);
  box-shadow: 0 28px 85px rgba(22, 42, 84, 0.35);
  text-align: center;
  animation: modal-in 220ms ease both;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #edf4fb;
  color: var(--ink);
  font-size: 1.4rem;
  cursor: pointer;
}

.modal-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--sky), var(--lilac-soft));
  color: var(--lilac);
  font-size: 2.35rem;
}

.modal-kicker {
  display: block;
  margin-bottom: 7px;
}

.modal-dialog h2 {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1.14;
}

.modal-dialog p {
  margin-bottom: 21px;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 1rem;
}

.checkout-dialog {
  width: min(100%, 510px);
  max-height: min(92vh, 820px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.checkout-step[hidden] {
  display: none;
}

#checkout-form {
  display: grid;
  gap: 12px;
  text-align: left;
}

.form-field {
  display: grid;
  gap: 5px;
}

.form-field label,
.pix-code-label {
  color: var(--ink);
  font-size: 0.77rem;
  font-weight: 700;
}

.form-field input,
.pix-code-row input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(53, 91, 145, 0.2);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
}

.form-field input[aria-invalid="true"] {
  border-color: #c74862;
  box-shadow: 0 0 0 3px rgba(199, 72, 98, 0.1);
}

.field-error {
  min-height: 0.9em;
  color: #a9334e;
  font-size: 0.66rem;
}

.checkout-bump {
  margin: 2px 0;
  border-style: dashed;
  background: #fff6fa;
}

.checkout-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 13px;
  background: var(--sky);
}

.checkout-summary span {
  font-size: 0.78rem;
  font-weight: 700;
}

.checkout-summary strong {
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 1.35rem;
  white-space: nowrap;
}

.checkout-charge-note {
  display: block;
  margin: -5px 0 2px;
  color: #4f6286;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.checkout-submit {
  width: 100%;
}

.checkout-submit[disabled] {
  cursor: wait;
  filter: grayscale(0.22);
  opacity: 0.75;
}

.checkout-privacy {
  margin: 2px 0 0;
  color: #667695;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  line-height: 1.45;
  text-align: center;
}

.two-step-badge {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  padding: 10px 12px;
  border-radius: 13px;
  background: rgba(225, 247, 240, 0.72);
  text-align: left;
}

.two-step-badge > span {
  color: #31816c;
  font-size: 1rem;
  font-weight: 700;
}

.two-step-badge p {
  display: grid;
  margin: 0;
  line-height: 1.25;
}

.two-step-badge strong {
  font-family: var(--font-body);
  font-size: 0.75rem;
}

.two-step-badge small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 0.65rem;
}

.pix-step,
.success-step,
.error-step {
  text-align: center;
}

.pix-qr {
  width: min(100%, 260px);
  aspect-ratio: 1;
  margin: 10px auto 15px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.pix-code-label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

.pix-code-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
}

.pix-code-row input {
  min-width: 0;
  font-family: "Nimbus CE", sans-serif;
  font-size: 0.73rem;
}

.pix-code-row button {
  padding: 9px 13px;
  border: 0;
  border-radius: 11px;
  background: var(--blue-deep);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.payment-status {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 12px;
  border-radius: 14px;
  background: var(--lilac-soft);
  text-align: left;
}

.payment-status p {
  display: grid;
  margin: 0;
  line-height: 1.3;
}

.payment-status strong {
  font-family: var(--font-body);
  font-size: 0.78rem;
}

.payment-status small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 0.67rem;
}

.status-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid rgba(130, 109, 201, 0.2);
  border-top-color: var(--lilac);
  border-radius: 50%;
  animation: status-spin 0.9s linear infinite;
}

.success-icon,
.error-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #dff6ee;
  color: #31816c;
  font-size: 2rem;
  font-weight: 700;
}

.error-icon {
  background: #fff0f4;
  color: #b84a61;
}

.download-actions {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.download-button {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #397fc8, #4e67b2);
  color: #fff;
  box-shadow: 0 11px 24px rgba(35, 78, 150, 0.23);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.playlist-download {
  background: linear-gradient(135deg, #ef5d97, #826dc9);
}

.download-note {
  display: block;
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 0.66rem;
  line-height: 1.4;
}

@keyframes status-spin {
  to { transform: rotate(360deg); }
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes purchase-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 13px 28px rgba(222, 56, 124, 0.28), 0 0 0 0 rgba(239, 93, 151, 0.34);
  }
  50% {
    transform: scale(1.028);
    box-shadow: 0 17px 34px rgba(222, 56, 124, 0.38), 0 0 0 10px rgba(239, 93, 151, 0);
  }
}

@keyframes modal-in {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes cloud-drift-one {
  from { transform: translate3d(0, 0, 0) rotate(-1deg); }
  to { transform: translate3d(58px, -15px, 0) rotate(1deg); }
}

@keyframes cloud-drift-two {
  from { transform: translate3d(0, 0, 0) scale(0.78) rotate(2deg); }
  to { transform: translate3d(-64px, 18px, 0) scale(0.8) rotate(-1deg); }
}

@keyframes cloud-drift-three {
  from { transform: translate3d(0, 0, 0) scale(0.92); }
  to { transform: translate3d(72px, -12px, 0) scale(0.96); }
}

@keyframes stars-float-one {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(-12px, -20px, 0) rotate(4deg); }
}

@keyframes stars-float-two {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-13deg); }
  50% { transform: translate3d(15px, -16px, 0) rotate(-8deg); }
}

@keyframes stars-float-three {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(11deg); }
  50% { transform: translate3d(-10px, -18px, 0) rotate(6deg); }
}

@keyframes stars-twinkle {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.82; }
}

@keyframes single-star-float {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.45; }
  50% { transform: translateY(-12px) rotate(8deg); opacity: 0.78; }
}

@keyframes moon-float {
  0%, 100% { transform: translateY(0) rotate(-10deg); }
  50% { transform: translateY(-14px) rotate(-6deg); }
}

:focus-visible {
  outline: 3px solid rgba(50, 115, 199, 0.45);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .hero-grid,
  .value-card,
  .offer-card,
  .playlist-card {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-copy {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-subtitle,
  .hero-proof {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-benefits {
    justify-content: center;
  }

  .product-card {
    width: min(100%, 440px);
    margin-inline: auto;
  }

  .trigger-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trigger-card:last-child {
    grid-column: 1 / -1;
  }

  .value-card {
    gap: 25px;
  }

  .offer-card {
    gap: 30px;
    text-align: center;
  }

  .playlist-card {
    gap: 30px;
  }

  .playlist-art-wrap img {
    width: min(100%, 330px);
  }

  .offer-copy h2,
  .offer-subtitle {
    margin-right: auto;
    margin-left: auto;
  }

  .offer-items {
    justify-content: center;
  }

  .offer-copy .buy-button {
    min-width: min(100%, 420px);
  }

  .secure-note.light {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 74px;
  }

  body {
    padding-bottom: 74px;
    font-size: 16px;
  }

  .shell {
    width: min(calc(100% - 26px), var(--shell));
  }

  .section {
    padding: 52px 0;
  }

  .sky-cloud {
    width: 390px;
    opacity: 0.34;
  }

  .sky-cloud-one {
    top: 18%;
    left: -58%;
  }

  .sky-cloud-two {
    top: 52%;
    right: -62%;
  }

  .sky-cloud-three {
    bottom: -3%;
    left: -22%;
    width: 470px;
    opacity: 0.3;
  }

  .sky-stars {
    width: 130px;
    opacity: 0.58;
  }

  .sky-stars-one {
    top: 20%;
    right: -11%;
  }

  .sky-stars-two {
    top: 61%;
    left: -12%;
  }

  .sky-stars-three {
    right: -7%;
    bottom: 11%;
  }

  .problem-solution::before,
  .problem-solution::after,
  .value-section::after {
    opacity: 0.55;
  }

  .vip-strip {
    min-height: 27px;
    padding: 5px 10px;
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .header-inner {
    min-height: 62px;
  }

  .brand img {
    width: 43px;
    height: 43px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    display: none;
  }

  .header-buy {
    padding: 8px 11px;
    font-size: 0.74rem;
  }

  .hero {
    padding: 38px 0 53px;
  }

  .hero h1 {
    margin: 15px 0;
    font-size: clamp(2.65rem, 13vw, 3.85rem);
  }

  .eyebrow {
    padding: 6px 9px;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
  }

  .hero-subtitle,
  .section-subtitle,
  .offer-subtitle {
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-benefits {
    gap: 7px 11px;
  }

  .hero-benefits li {
    font-size: 0.78rem;
  }

  .hero-proof {
    grid-template-columns: 39px 1fr;
    gap: 10px;
    padding: 12px 13px;
    text-align: left;
  }

  .hero-proof > span {
    width: 38px;
    height: 38px;
  }

  .product-card {
    padding: 15px 16px 17px;
    border-radius: 25px;
  }

  .product-badge {
    font-size: 0.66rem;
  }

  .ebook-cover {
    width: min(100%, 235px);
    max-height: 270px;
  }

  .buy-button {
    min-height: 56px;
    padding: 13px 14px;
    font-size: 0.9rem;
  }

  .quick-trust {
    padding-top: 12px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid > div {
    justify-content: flex-start;
    padding: 12px 17px;
  }

  .trust-grid > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .compact-heading h2,
  .value-copy h2,
  .offer-copy h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .trigger-grid {
    grid-template-columns: 1fr;
    margin-top: 29px;
  }

  .trigger-card,
  .trigger-card:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 21px;
  }

  .trigger-number {
    margin-bottom: 12px;
  }

  .value-section {
    padding-top: 12px;
  }

  .value-card {
    padding: 27px 20px;
    border-radius: 26px;
  }

  .playlist-section {
    padding-top: 18px;
  }

  .playlist-card {
    padding: 25px 18px;
    border-radius: 27px;
  }

  .playlist-copy h2 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .track-list li {
    grid-template-columns: 30px 1fr auto;
    padding: 8px 9px;
    font-size: 0.76rem;
  }

  .order-bump-check-wide {
    padding: 11px;
  }

  .value-list {
    display: grid;
  }

  .bonus-box {
    padding: 23px;
  }

  .final-offer {
    padding-top: 26px;
  }

  .offer-card {
    width: min(calc(100% - 18px), var(--shell));
    padding: 28px 18px;
    border-radius: 28px;
  }

  .offer-cover {
    width: min(100%, 245px);
    max-height: 280px;
  }

  .offer-items {
    display: grid;
  }

  .offer-items span {
    justify-content: center;
  }

  .offer-copy .buy-button {
    width: 100%;
    min-width: 0;
  }

  .order-bump-dark,
  .offer-total {
    max-width: none;
  }

  .safety-inner {
    align-items: flex-start;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-buy {
    display: flex;
  }

  .modal-dialog {
    padding: 31px 21px 24px;
  }

  .checkout-dialog {
    max-height: calc(100dvh - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
