.product-page {
  background: var(--paper);
}

.product-header {
  background: rgba(255, 250, 252, 0.88);
}

.top-banner-section {
  padding: 22px 0 30px;
  background: var(--ink);
}

.top-banner-frame {
  margin: 0;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.top-banner-frame picture {
  display: block;
}

.top-banner-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: calc(var(--radius) - 2px);
}

.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 66px 0 54px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--purple);
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: 34px;
  align-items: center;
}

.lp-copy h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 5.7vw, 5.4rem);
}

.lead {
  max-width: 680px;
  margin: 22px 0;
  color: #504a5f;
  font-size: clamp(1.04rem, 1.7vw, 1.24rem);
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin: 0 0 24px;
}

.price-row span {
  color: var(--muted);
  font-weight: 800;
}

.offer-ribbon {
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 14px;
  color: #fff;
  background: var(--purple);
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-row del,
.offer-price del {
  color: #8b8398;
  font-weight: 900;
  text-decoration-thickness: 2px;
}

.price-row strong {
  padding: 7px 15px;
  color: #fff;
  background: var(--purple);
  border-radius: 999px;
  font-size: 1.7rem;
  line-height: 1;
}

.savings-copy {
  margin: -10px 0 20px;
  color: var(--purple);
  font-size: 1rem;
  font-weight: 900;
}

.microcopy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.mockup-wrap {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.mockup-wrap img {
  width: min(100%, 520px);
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(83, 42, 137, 0.22));
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.narrow {
  max-width: 860px;
}

.intro-section p,
.solution-section p,
.chapter-layout p,
.no-need-section p,
.guarantee-section p,
.honest-section p {
  color: #504a5f;
  font-size: 1.08rem;
}

.quick-cards {
  display: grid;
  gap: 12px;
}

.quick-cards article,
.learn-grid article,
.section-card,
.chapter-list,
.check-list,
.trust-box,
.pending-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(31, 36, 48, 0.07);
}

.quick-cards article {
  padding: 16px 18px;
  font-weight: 800;
}

.problem-band {
  color: #fff;
  background: var(--ink);
}

.problem-band .eyebrow,
.eyebrow.light {
  color: rgba(255, 255, 255, 0.78);
}

.problem-band p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
}

.accent-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #fff;
  background: var(--purple);
}

.accent-card h2 {
  color: #fff;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.learn-grid article {
  min-height: 178px;
  padding: 18px;
  font-weight: 750;
}

.learn-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #fff;
  background: var(--purple);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.products-can-create {
  background: var(--soft);
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.tile-grid span {
  min-height: 86px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  font-weight: 800;
}

.chapter-layout {
  align-items: start;
}

.chapter-list {
  margin: 0;
  padding: 24px 24px 24px 48px;
}

.chapter-list li + li {
  margin-top: 10px;
}

.no-need-section {
  background: #fff;
}

.check-list,
.included-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list {
  padding: 24px;
}

.check-list li,
.included-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li + li,
.included-list li + li {
  margin-top: 12px;
}

.check-list li::before,
.included-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 14px;
  background: var(--purple);
  border-radius: 50%;
}

.honest-section {
  background: #1f2430;
}

.trust-box {
  padding: 34px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.trust-box h2,
.trust-box p {
  color: #fff;
}

.trust-box p {
  color: rgba(255, 255, 255, 0.86);
}

.offer-section {
  background: var(--soft);
}

.offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.75fr);
  gap: 28px;
  padding: 34px;
  color: #fff;
  background: var(--purple);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.offer-card h2,
.offer-card p {
  color: #fff;
}

.offer-price {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px;
  color: var(--ink);
  background: #fff;
  border-radius: var(--radius);
}

.offer-badge {
  width: fit-content;
  padding: 7px 12px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-price strong {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1;
}

.offer-price p {
  margin: 0;
  color: #6f687c;
  font-weight: 800;
}

.included-list {
  grid-column: 1 / -1;
  columns: 2;
  column-gap: 34px;
}

.included-list li {
  break-inside: avoid;
}

.guarantee-section {
  background: #fff;
}

.guarantee-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 24px;
  align-items: center;
}

.guarantee-copy {
  max-width: 760px;
}

.guarantee-seal {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 22px;
  color: #fff;
  text-align: center;
  background: var(--purple);
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 18px 50px rgba(247, 47, 158, 0.26);
}

.guarantee-seal span {
  font-family: "Space Grotesk", Inter, "Segoe UI", Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 0.9;
}

.guarantee-seal strong {
  max-width: 130px;
  font-size: 1.02rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.guarantee-seal small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.74rem;
  font-weight: 800;
}

.reviews-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
}

.reviews-grid article {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(31, 36, 48, 0.07);
}

.reviews-grid p {
  margin: 10px 0 14px;
  color: #504a5f;
}

.reviews-grid strong {
  color: var(--ink);
}

.stars {
  color: #ffb000;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-item button {
  width: 100%;
  min-height: 58px;
  padding: 17px 48px 17px 18px;
  color: var(--ink);
  background: #fff;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
  position: relative;
}

.faq-item button::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--purple);
  font-size: 1.5rem;
  font-weight: 800;
}

.faq-item button[aria-expanded="true"]::after {
  content: "-";
}

.faq-panel {
  padding: 0 18px 18px;
  color: #504a5f;
}

.checkout-pending {
  background: #fffafc;
}

.pending-box {
  padding: 28px;
}

.final-cta {
  padding: 74px 0 86px;
  color: #fff;
  text-align: center;
  background: var(--purple);
}

.final-cta h2 {
  margin-bottom: 24px;
  color: #fff;
}

.final-cta .button {
  background: #fff;
  color: var(--purple);
}

.mobile-sticky-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 40;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--purple);
  border-radius: 999px;
  box-shadow: 0 12px 38px rgba(31, 36, 48, 0.28);
  font-weight: 900;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(90px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.mobile-sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .icon-grid,
  .tile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .lp-hero {
    padding-top: 54px;
  }

  .lp-hero-grid,
  .two-col,
  .guarantee-layout,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .mockup-wrap {
    min-height: auto;
    order: -1;
  }

  .mockup-wrap img {
    width: min(86vw, 380px);
  }

  .included-list {
    columns: 1;
  }

  .guarantee-seal {
    width: min(230px, 70vw);
    justify-self: center;
  }

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

@media (max-width: 620px) {
  .product-header nav {
    display: none;
  }

  .lp-copy h1 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .icon-grid,
  .tile-grid {
    grid-template-columns: 1fr;
  }

  .learn-grid article,
  .tile-grid span {
    min-height: 88px;
  }

  .offer-card,
  .pending-box,
  .trust-box {
    padding: 22px;
  }

  .top-banner-section {
    padding: 14px 0 18px;
  }

  .top-banner-frame {
    padding: 5px;
  }


  .mobile-sticky-cta {
    display: flex;
  }

  .site-footer {
    padding-bottom: 92px;
  }
}
