@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 900;
}
@font-face {
  font-family: DMSans;
  src: url("/assets/fonts/dm-sans-latin.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 800;
}
:root {
  --lp-night: #080610;
  --lp-ink: #16111d;
  --lp-muted: #706979;
  --lp-pink: #fd1d71;
  --lp-line: #eee8f1;
  --lp-soft: #faf7fb;
  --lp-gradient: linear-gradient(
    115deg,
    #833ab4 0%,
    #c13584 32%,
    #fd1d1d 68%,
    #fcb045 100%
  );
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--lp-ink);
  background: #fff;
  font-family: DMSans, Arial, sans-serif;
}
button,
input {
  font: inherit;
}
.ig-noise {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 54px 0 80px;
  color: #fff;
  background:
    radial-gradient(
      circle at 87% 18%,
      rgba(193, 53, 132, 0.38),
      transparent 27%
    ),
    radial-gradient(
      circle at 16% 80%,
      rgba(131, 58, 180, 0.25),
      transparent 32%
    ),
    var(--lp-night);
}
.hero::after {
  position: absolute;
  right: -12%;
  bottom: -300px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}
.hero-copy,
.cover-stage {
  position: relative;
  z-index: 2;
}
.creator-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 7px 12px 7px 7px;
  margin-bottom: 36px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}
.creator-avatar {
  display: grid;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: var(--lp-gradient);
  place-items: center;
  font: 800 0.8rem Manrope;
}
.creator-badge span:nth-child(2) {
  display: grid;
  line-height: 1.08;
}
.creator-badge strong {
  font-size: 0.85rem;
}
.creator-badge small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
}
.creator-badge > i {
  color: #3d9cff;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 15px;
  color: #d7a7ff;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 780px;
  margin: 0;
  font:
    800 clamp(2.65rem, 5.4vw, 5.2rem) / 0.98 Manrope,
    sans-serif;
  letter-spacing: -0.065em;
}
.hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, #ff4d9d, #ff7657, #ffc657);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-lead {
  max-width: 610px;
  margin: 25px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.65;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 33px;
}
.hero-points span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.87);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
}
.hero-points i {
  color: #ff7cae;
}
.hero-offer {
  display: flex;
  align-items: center;
  gap: 25px;
}
.hero-offer > div {
  display: grid;
}
.hero-offer small,
.hero-offer span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}
.hero-offer strong {
  font: 900 clamp(3.35rem, 5vw, 4.65rem) / 0.92 Manrope;
  letter-spacing: -0.065em;
  text-shadow: 0 10px 35px rgba(253, 29, 113, 0.28);
}
.cta-button,
.buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px 22px;
  color: #fff;
  background: var(--lp-gradient);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(253, 29, 113, 0.25);
  font-weight: 800;
  transition: 0.25s ease;
}
.cta-button:hover,
.buy-button:hover {
  color: #fff;
  filter: saturate(1.14);
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(253, 29, 113, 0.35);
}
.cover-stage {
  width: min(100%, 590px);
  margin-left: auto;
  padding: 46px;
}
.story-ring {
  padding: 8px;
  background: var(--lp-gradient);
  border-radius: 74px;
  box-shadow: 0 40px 100px rgba(193, 53, 132, 0.3);
  transform: rotate(3deg);
}
.cover-frame {
  overflow: hidden;
  background: #0a0614;
  border: 9px solid var(--lp-night);
  border-radius: 66px;
}
.cover-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.floating-like,
.floating-reel {
  position: absolute;
  display: flex;
  align-items: center;
  color: #16111d;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}
.floating-like {
  right: 0;
  top: 4%;
  gap: 11px;
  padding: 14px 19px;
  border-radius: 18px;
  transform: rotate(-5deg);
}
.floating-like i {
  color: var(--lp-pink);
  font-size: 1.45rem;
}
.floating-like span {
  font-size: 0.72rem;
  line-height: 1.2;
}
.floating-reel {
  left: 0;
  bottom: 14%;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  transform: rotate(-4deg);
}
.floating-reel i {
  display: grid;
  width: 27px;
  height: 27px;
  color: #fff;
  background: var(--lp-gradient);
  border-radius: 50%;
  place-items: center;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
}
.hero-orb--one {
  top: 50px;
  left: -100px;
  width: 260px;
  height: 260px;
  background: rgba(131, 58, 180, 0.12);
}
.hero-orb--two {
  right: 34%;
  bottom: -90px;
  width: 200px;
  height: 200px;
  background: rgba(252, 176, 69, 0.09);
}
.social-proof-strip {
  position: relative;
  z-index: 4;
  margin-top: -34px;
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(36, 17, 48, 0.1);
}
.strip-grid > div {
  padding: 25px;
  border-right: 1px solid var(--lp-line);
}
.strip-grid > div:last-child {
  border: 0;
}
.strip-grid strong,
.strip-grid span {
  display: block;
}
.strip-grid strong {
  font-family: Manrope;
}
.strip-grid strong i {
  margin-right: 7px;
  color: #c13584;
}
.strip-grid span {
  margin-top: 5px;
  color: var(--lp-muted);
  font-size: 0.77rem;
}
.section {
  padding: 110px 0;
}
.section-heading {
  max-width: 760px;
  margin: 0 auto 52px;
}
.section-heading .eyebrow {
  justify-content: center;
  color: #b02a78;
}
.section-heading h2,
.syllabus-section h2,
.audience-box h2,
.checkout-copy h2 {
  margin: 0 0 17px;
  font: 800 clamp(2rem, 4vw, 3.55rem) / 1.06 Manrope;
  letter-spacing: -0.052em;
}
.section-heading > p:last-child,
.section-copy,
.checkout-copy > p {
  color: var(--lp-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}
.result-cards article {
  position: relative;
  height: 100%;
  padding: 31px;
  overflow: hidden;
  background: var(--lp-soft);
  border: 1px solid var(--lp-line);
  border-radius: 25px;
  transition: 0.25s;
}
.result-cards article:hover {
  background: #fff;
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(51, 26, 64, 0.1);
}
.result-cards article > span {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #eee5f1;
  font: 800 4.5rem Manrope;
}
.result-cards article > i {
  display: grid;
  position: relative;
  width: 52px;
  height: 52px;
  margin-bottom: 45px;
  color: #fff;
  background: var(--lp-gradient);
  border-radius: 15px;
  place-items: center;
  font-size: 1.35rem;
}
.result-cards h3,
.syllabus-list h3 {
  font: 800 1.17rem Manrope;
}
.result-cards p,
.syllabus-list p {
  margin: 8px 0 0;
  color: var(--lp-muted);
  font-size: 0.91rem;
  line-height: 1.55;
}
.section-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(100%, 880px);
  padding: 20px 22px 20px 28px;
  margin: 42px auto 0;
  background: linear-gradient(115deg, #fff8fc, #f8f2ff);
  border: 1px solid #eadbea;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(77, 36, 91, 0.09);
}
.section-cta > div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  column-gap: 11px;
}
.section-cta small {
  grid-column: 1 / -1;
  color: #9d3477;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-cta strong {
  font: 900 2.65rem/0.95 Manrope;
  letter-spacing: -0.06em;
}
.section-cta span {
  padding-bottom: 3px;
  color: var(--lp-muted);
  font-size: 0.75rem;
}
.section-cta button {
  flex: 0 0 auto;
  padding: 15px 21px;
  color: #fff;
  background: var(--lp-gradient);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(193, 53, 132, 0.22);
  font-weight: 800;
  transition: 0.2s;
}
.section-cta button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(193, 53, 132, 0.3);
}
.section-cta button i {
  margin-left: 7px;
}
.section-cta--soft {
  background: #fff;
}
.syllabus-section {
  overflow: hidden;
  background: linear-gradient(180deg, #faf7fb, #fff);
}
.syllabus-section .eyebrow,
.audience-box .eyebrow,
.checkout-copy .eyebrow {
  color: #b02a78;
}
.phone-mini {
  width: min(100%, 340px);
  padding: 12px;
  margin: 40px auto 0;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(69, 32, 86, 0.16);
  transform: rotate(-3deg);
}
.phone-mini__top,
.phone-mini__actions {
  display: flex;
  align-items: center;
  padding: 7px 5px;
}
.phone-mini__top span {
  width: 31px;
  height: 31px;
  background: var(--lp-gradient);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #d946a4;
}
.phone-mini__top small {
  margin-left: 10px;
  font-weight: 800;
}
.phone-mini__top i {
  margin-left: auto;
}
.phone-mini__screen {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.phone-mini__screen img {
  display: block;
  width: 100%;
  height: auto;
}
.play-pulse {
  display: grid;
  position: absolute;
  inset: 50% auto auto 50%;
  width: 62px;
  height: 62px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  place-items: center;
  font-size: 1.8rem;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(5px);
}
.phone-mini__actions {
  gap: 14px;
  font-size: 1.2rem;
}
.syllabus-list {
  display: grid;
  gap: 14px;
}
.syllabus-list article {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 20px;
  transition: 0.2s;
}
.syllabus-list article:hover {
  border-color: #e5b8df;
  box-shadow: 0 16px 45px rgba(57, 30, 69, 0.07);
}
.syllabus-list article > span {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  color: #b02a78;
  background: #fff0fa;
  border-radius: 16px;
  place-items: center;
  font-size: 1.35rem;
}
.syllabus-list small {
  color: #b02a78;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}
.syllabus-list h3 {
  margin: 3px 0;
}
.audience-section {
  padding-top: 20px;
}
.audience-box {
  position: relative;
  overflow: hidden;
  padding: 62px;
  color: #fff;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(253, 29, 113, 0.3),
      transparent 26%
    ),
    #110b19;
  border-radius: 35px;
}
.audience-box::after {
  position: absolute;
  right: -90px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}
.audience-box > div:first-child {
  position: relative;
  z-index: 1;
  max-width: 550px;
}
.audience-grid {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 36px;
}
.audience-grid p {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
}
.audience-grid i {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: var(--lp-gradient);
  border-radius: 50%;
  place-items: center;
}
.section-cta--dark {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
}
.section-cta--dark small {
  color: #ff9dc5;
}
.section-cta--dark span {
  color: rgba(255, 255, 255, 0.62);
}
.checkout-section {
  background: #f8f5fa;
}
.checkout-copy {
  position: sticky;
  top: 35px;
}
.offer-summary {
  display: flex;
  gap: 20px;
  padding: 18px;
  margin: 30px 0;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 22px;
}
.offer-summary img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
.offer-summary small {
  color: #b02a78;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}
.offer-summary h3 {
  margin: 5px 0 12px;
  font: 800 1.2rem Manrope;
}
.offer-summary ul {
  display: grid;
  gap: 5px;
  padding: 0;
  margin: 0;
  color: var(--lp-muted);
  list-style: none;
  font-size: 0.79rem;
}
.offer-summary li i {
  margin-right: 6px;
  color: #0a9f63;
}
.secure-note {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  color: #504958;
  background: #eee8f1;
  border-radius: 16px;
}
.secure-note > i {
  color: #833ab4;
  font-size: 1.5rem;
}
.secure-note div {
  display: grid;
}
.secure-note span {
  font-size: 0.8rem;
}
.checkout-card {
  overflow: hidden;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(54, 28, 66, 0.14);
}
.checkout-card__head {
  display: grid;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--lp-line);
  text-align: center;
}
.checkout-card__head span {
  color: #b02a78;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.checkout-card__head strong {
  margin: 7px 0 3px;
  font: 900 clamp(3.7rem, 7vw, 4.8rem) / 0.95 Manrope;
  letter-spacing: -0.065em;
}
.checkout-card__head small {
  color: var(--lp-muted);
}
.checkout-card form {
  display: grid;
  gap: 15px;
}
.checkout-card .form-control {
  height: 58px;
  border: 1px solid #ddd5e1;
  border-radius: 13px;
}
.checkout-card .form-control:focus {
  border-color: #c13584;
  box-shadow: 0 0 0 0.22rem rgba(193, 53, 132, 0.12);
}
.checkout-card .form-floating > label {
  color: #756d79;
}
.terms-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--lp-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}
.terms-check input {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: #c13584;
}
.terms-check a {
  color: #a52678;
}
.buy-button {
  width: 100%;
  min-height: 58px;
  margin-top: 4px;
}
.buy-button i {
  font-size: 1.25rem;
}
.buy-button[disabled] {
  opacity: 0.72;
  pointer-events: none;
}
.checkout-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.75rem;
  text-align: center;
}
.checkout-help i {
  color: #0a9f63;
}
.alert {
  border: 0;
  border-radius: 14px;
  font-size: 0.85rem;
}
.faq-list {
  max-width: 850px;
  margin: 0 auto;
}
.faq-list details {
  border-bottom: 1px solid var(--lp-line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 5px;
  cursor: pointer;
  font: 800 1rem Manrope;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary i {
  color: #c13584;
  transition: 0.2s;
}
.faq-list details[open] summary i {
  transform: rotate(45deg);
}
.faq-list details p {
  padding: 0 45px 22px 5px;
  margin: 0;
  color: var(--lp-muted);
  line-height: 1.7;
}
.section-cta--final {
  margin-top: 48px;
  color: #fff;
  background: linear-gradient(120deg, #190d25, #3b1238);
  border-color: rgba(255, 255, 255, 0.08);
}
.section-cta--final small {
  color: #ff9dc5;
}
.section-cta--final span {
  color: rgba(255, 255, 255, 0.65);
}
.legal-line {
  padding: 22px;
  color: #938b98;
  background: #fff;
  font-size: 0.72rem;
  text-align: center;
}
.mobile-buy {
  display: none;
}
.payment-page {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(193, 53, 132, 0.35),
      transparent 27%
    ),
    var(--lp-night);
}
.payment-shell {
  display: grid;
  min-height: 100vh;
  padding: 35px;
  place-items: center;
}
.payment-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  width: min(100%, 1000px);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.4);
}
.payment-course {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 42px;
  color: #fff;
  background: #130c1d;
}
.payment-course > img {
  width: 100%;
  margin: auto 0;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}
.payment-course > div {
  padding-top: 28px;
}
.payment-course small {
  color: #e59fd3;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.payment-course h1 {
  margin: 6px 0 10px;
  font: 800 1.65rem/1.15 Manrope;
}
.payment-course p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}
.pix-card {
  min-width: 0;
  padding: 45px;
  color: var(--lp-ink);
  text-align: center;
}
.payment-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  color: #9a6700;
  background: #fff5d6;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}
.pix-card h2 {
  margin: 18px 0 7px;
  font: 800 2.1rem Manrope;
}
.pix-card > p {
  color: var(--lp-muted);
  font-size: 0.88rem;
}
.qr-frame {
  width: 215px;
  padding: 10px;
  margin: 20px auto 10px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--lp-gradient) border-box;
  border: 3px solid transparent;
  border-radius: 20px;
}
.qr-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.pix-price {
  display: block;
  margin: 11px 0;
  font: 900 2.65rem/1 Manrope;
  letter-spacing: -0.055em;
}
.pix-copy-code {
  width: 100%;
  max-width: 100%;
  padding: 12px;
  overflow: hidden;
  color: #5d5662;
  background: #f5f2f6;
  border-radius: 11px;
  font: 500 0.69rem/1.4 monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.payment-wait {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  color: #746c78;
  font-size: 0.76rem;
}
.dot-pulse {
  width: 9px;
  height: 9px;
  background: #fcb045;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(252, 176, 69, 0.7);
  animation: pulse 1.6s infinite;
}
.payment-email-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 15px 0 0 !important;
  padding-top: 15px;
  border-top: 1px solid var(--lp-line);
}
.payment-email-note i {
  color: #0a9f63;
}
.payment-success {
  display: grid;
  position: fixed;
  inset: 0;
  z-index: 10000;
  padding: 25px;
  background: rgba(8, 6, 16, 0.9);
  place-items: center;
  text-align: center;
  backdrop-filter: blur(12px);
}
.payment-success[hidden] {
  display: none;
}
.payment-success > div {
  padding: 45px;
  color: var(--lp-ink);
  background: #fff;
  border-radius: 28px;
}
.payment-success i {
  color: #0a9f63;
  font-size: 4.5rem;
}
.payment-success h2 {
  margin: 13px 0 7px;
  font: 800 2rem Manrope;
}
.payment-success p {
  margin: 0;
  color: var(--lp-muted);
}
@keyframes pulse {
  70% {
    box-shadow: 0 0 0 9px rgba(252, 176, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(252, 176, 69, 0);
  }
}
@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding-top: 36px;
  }
  .hero-copy {
    text-align: center;
  }
  .creator-badge,
  .hero .eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
  .hero .eyebrow,
  .hero-points,
  .hero-offer {
    justify-content: center;
  }
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .cover-stage {
    margin: auto;
  }
  .strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip-grid > div:nth-child(2) {
    border-right: 0;
  }
  .strip-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lp-line);
  }
  .checkout-copy {
    position: static;
  }
  .payment-layout {
    grid-template-columns: 1fr;
    max-width: 610px;
  }
  .payment-course {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 22px;
    align-items: center;
    padding: 25px;
  }
  .payment-course > .eyebrow {
    display: none;
  }
  .payment-course > img {
    margin: 0;
  }
  .payment-course > div {
    padding: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: 72px;
  }
  .hero {
    padding-bottom: 65px;
  }
  .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }
  .hero-offer {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-offer > div {
    justify-items: center;
  }
  .cover-stage {
    padding: 38px 18px;
  }
  .story-ring {
    border-radius: 46px;
  }
  .cover-frame {
    border-width: 6px;
    border-radius: 41px;
  }
  .floating-like {
    right: 2%;
    top: 2%;
  }
  .floating-reel {
    left: 2%;
    bottom: 9%;
  }
  .section {
    padding: 78px 0;
  }
  .result-cards article > i {
    margin-bottom: 28px;
  }
  .section-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 21px;
    margin-top: 30px;
    text-align: center;
  }
  .section-cta > div {
    justify-content: center;
  }
  .section-cta button {
    width: 100%;
  }
  .audience-box {
    padding: 36px 24px;
    border-radius: 26px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .offer-summary {
    align-items: center;
  }
  .offer-summary img {
    width: 110px;
    height: 110px;
  }
  .checkout-card {
    padding: 23px;
    border-radius: 22px;
  }
  .mobile-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    padding: 11px 12px 11px 17px;
    color: #fff;
    background: rgba(15, 9, 21, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 17px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(13px);
  }
  .mobile-buy span {
    display: grid;
    font: 900 1.08rem/1.05 Manrope;
    text-align: left;
  }
  .mobile-buy small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.62rem;
    font-weight: 500;
  }
  .mobile-buy strong {
    padding: 11px 14px;
    background: var(--lp-gradient);
    border-radius: 11px;
    font-size: 0.78rem;
  }
  .payment-shell {
    padding: 14px;
  }
  .payment-layout {
    border-radius: 23px;
  }
  .pix-card {
    padding: 30px 20px;
  }
  .payment-course {
    grid-template-columns: 95px 1fr;
    padding: 18px;
  }
  .payment-course h1 {
    font-size: 1.1rem;
  }
  .payment-course p {
    font-size: 0.72rem;
  }
  .payment-course > img {
    border-radius: 15px;
  }
  .qr-frame {
    width: 190px;
  }
}
@media (max-width: 480px) {
  .strip-grid {
    grid-template-columns: 1fr;
  }
  .strip-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--lp-line) !important;
  }
  .strip-grid > div:last-child {
    border: 0 !important;
  }
  .offer-summary {
    align-items: flex-start;
    flex-direction: column;
  }
  .offer-summary img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .checkout-section .row.g-5 {
    --bs-gutter-y: 2rem;
  }
  .payment-course {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .cta-button,
  .buy-button,
  .section-cta button,
  .result-cards article,
  .syllabus-list article {
    transition: none;
  }
  .dot-pulse {
    animation: none;
  }
}
