:root {
  --purple: #7227c3;
  --purple-soft: #9536ce;
  --green: #10e848;
  --green-dark: #08b938;
  --black: #050305;
  --ink: #0b0610;
  --cream: #f4eef8;
  --gold: #ead37d;
  --white: #f8f7fb;
  --red: #ef233c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

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

.confirmation {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  padding: 14px 18px;
  text-align: center;
}

.confirmation p {
  margin: 0;
  color: #061408;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  font-weight: 900;
  line-height: 1.18;
}

.confirmation strong {
  color: var(--red);
}

.page-shell {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 5%, rgba(149, 54, 206, 0.24), transparent 20rem),
    linear-gradient(180deg, #09040f 0%, #050305 40%, #0b0610 100%);
}

.offer-hero {
  padding: 18px 18px 30px;
}

.offer-pill {
  width: min(100%, 640px);
  min-height: 50px;
  margin: 0 auto 16px;
  border: 1px solid rgba(234, 211, 125, 0.5);
  border-radius: 999px;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(0.7rem, 1.8vw, 0.88rem);
  line-height: 1.45;
  letter-spacing: 0.18em;
  font-weight: 900;
}

.offer-pill span {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(16, 232, 72, 0.14);
}

.headline-box {
  max-width: 660px;
  margin: 0 auto 12px;
  border: 1px solid rgba(149, 54, 206, 0.72);
  background:
    linear-gradient(135deg, rgba(149, 54, 206, 0.16), transparent 48%),
    rgba(255, 255, 255, 0.035);
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.44);
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 900;
}

h1,
h2 {
  margin: 0;
}

h1 {
  color: var(--white);
  font-size: clamp(1.85rem, 4vw, 2.45rem);
  line-height: 1;
  font-weight: 900;
  text-wrap: balance;
}

.headline-course {
  display: block;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  text-transform: uppercase;
  line-height: 0.92;
}

.headline-copy {
  display: block;
  margin-top: 8px;
  font-size: 0.58em;
  line-height: 1.08;
}

.course-art {
  max-width: 500px;
  margin: 0 auto 12px;
  overflow: hidden;
  border: 2px solid rgba(149, 54, 206, 0.72);
  border-radius: 14px;
  background: #12071c;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.course-art img {
  width: 100%;
}

.buy-button {
  width: min(100%, 620px);
  min-height: 62px;
  margin: 0 auto;
  padding: 18px 24px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--green) 0%, var(--green-dark) 100%);
  color: #061408;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.92rem, 3vw, 1.16rem);
  font-weight: 900;
  line-height: 1.15;
  box-shadow:
    0 13px 0 #057e28,
    0 24px 44px rgba(16, 232, 72, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.buy-button:hover,
.buy-button:focus-visible {
  transform: translateY(3px);
  box-shadow:
    0 9px 0 #057e28,
    0 20px 34px rgba(16, 232, 72, 0.3);
}

.decision-note {
  margin: 24px auto 0;
  max-width: 520px;
  color: var(--white);
  text-align: center;
  font-size: clamp(1.35rem, 5vw, 2.4rem);
  line-height: 1.02;
  font-weight: 900;
}

.summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(149, 54, 206, 0.5);
}

.summary div {
  background: #110719;
  padding: 18px 12px;
  text-align: center;
}

.summary strong,
.summary span {
  display: block;
}

.summary strong {
  color: var(--green);
  font-size: clamp(1rem, 2.6vw, 1.25rem);
  font-weight: 900;
}

.summary span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.3;
}

.learn,
.results {
  padding: clamp(32px, 7vw, 54px) 18px;
  text-align: center;
}

.learn h2,
.results h2,
.guarantee h2 {
  color: #fff;
  font-size: clamp(1.65rem, 5.5vw, 3rem);
  line-height: 1.04;
  font-weight: 900;
  text-wrap: balance;
}

.learn-grid {
  display: grid;
  gap: 12px;
  margin: 24px auto 0;
}

.learn-grid article {
  border: 1px solid rgba(149, 54, 206, 0.56);
  background: rgba(255, 255, 255, 0.045);
  padding: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.98rem, 3vw, 1.12rem);
  font-weight: 800;
  line-height: 1.35;
}

.results {
  background:
    radial-gradient(circle at 50% 0%, rgba(149, 54, 206, 0.22), transparent 18rem),
    #13081e;
}

.result-list {
  display: grid;
  gap: 16px;
  margin: 24px auto 28px;
}

.result-list figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 211, 125, 0.4);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
}

.result-list img {
  width: 100%;
}

.secondary {
  background: linear-gradient(180deg, #b258f2 0%, var(--purple) 100%);
  color: #fff;
  box-shadow:
    0 13px 0 #43116f,
    0 24px 44px rgba(149, 54, 206, 0.32);
}

.secondary:hover,
.secondary:focus-visible {
  box-shadow:
    0 9px 0 #43116f,
    0 20px 34px rgba(149, 54, 206, 0.4);
}

.guarantee {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: center;
  background: var(--cream);
  color: var(--ink);
  padding: clamp(30px, 7vw, 46px) 22px;
}

.seal {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  background: var(--purple);
  border: 2px solid var(--gold);
  color: var(--gold);
  box-shadow: 0 14px 28px rgba(114, 39, 195, 0.24);
}

.seal strong {
  display: block;
  font-size: 3.8rem;
  line-height: 0.82;
  font-weight: 900;
}

.seal span {
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guarantee h2 {
  color: var(--ink);
}

.guarantee p {
  margin: 12px 0 0;
  color: #2c1b3c;
  font-size: clamp(1rem, 3.7vw, 1.18rem);
  line-height: 1.5;
}

@media (max-width: 560px) {
  .confirmation {
    padding: 14px 12px;
  }

  .confirmation p {
    font-size: clamp(0.98rem, 3.8vw, 1.22rem);
  }

  .offer-hero {
    padding: 20px 12px 32px;
  }

  .offer-pill {
    min-height: 46px;
    border-radius: 24px;
    letter-spacing: 0.11em;
    font-size: 0.64rem;
    padding: 10px 14px;
  }

  .headline-box {
    padding: 18px 14px;
  }

  h1 {
    font-size: clamp(1.72rem, 8.6vw, 2.18rem);
  }

  .headline-copy {
    font-size: 0.66em;
    line-height: 1.08;
  }

  .course-art,
  .result-list figure {
    border-radius: 10px;
  }

  .buy-button {
    min-height: 62px;
    border-radius: 22px;
    padding: 16px 18px;
  }

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

  .summary div {
    padding: 16px 12px;
  }

  .learn,
  .results {
    padding-left: 12px;
    padding-right: 12px;
  }

  .guarantee {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}
