:root {
  --green: #123f2a;
  --green-soft: #1d5138;
  --black: #050403;
  --gold: #d9b46f;
  --gold-bright: #f0cd82;
  --cream: #f3ead7;
  --red: #d51e27;
  --orange: #ff7f11;
  --text: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 10%, rgba(32, 196, 90, 0.22), transparent 21rem),
    linear-gradient(180deg, #07130d 0%, #050403 68%, #0b0a08 100%);
}

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

.thanks-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 16px;
}

.thanks-card {
  width: min(100%, 620px);
  border: 1px solid rgba(217, 180, 111, 0.44);
  background:
    linear-gradient(135deg, rgba(217, 180, 111, 0.12), transparent 40%),
    rgba(255, 255, 255, 0.035);
  padding: clamp(28px, 7vw, 54px);
  text-align: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.thanks-kicker {
  margin: 0 0 14px;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 900;
}

.thanks-card h1 {
  color: #fff8e8;
  font-size: clamp(2.3rem, 7vw, 4.2rem);
  line-height: 0.98;
}

.thanks-copy {
  margin: 20px auto 0;
  max-width: 520px;
  color: #fff;
  font-size: clamp(1.15rem, 3.6vw, 1.5rem);
  line-height: 1.36;
  font-weight: 800;
}

.thanks-note {
  margin: 24px auto 0;
  max-width: 500px;
  background: linear-gradient(180deg, #20c45a 0%, #0c9a3b 100%);
  color: #fff;
  padding: 18px 20px;
  font-size: clamp(0.98rem, 3vw, 1.12rem);
  line-height: 1.45;
  font-weight: 700;
}

.thanks-note strong {
  display: block;
  color: #fff8e8;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.thanks-footer {
  margin: 22px auto 0;
  max-width: 470px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.45;
}

.page-shell {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 50% 11%, rgba(217, 180, 111, 0.16), transparent 18rem),
    linear-gradient(180deg, #07130d 0%, #050403 34%, #0b0a08 100%);
  min-height: 100vh;
  overflow: hidden;
}

.confirmation {
  background: linear-gradient(180deg, #20c45a 0%, #0c9a3b 100%);
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.confirmation p {
  margin: 0 auto;
  max-width: 1100px;
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 900;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

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

.offer-hero {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.88)),
    var(--black);
  padding: 18px 18px 24px;
}

.offer-pill {
  width: min(100%, 620px);
  margin: 0 auto 14px;
  min-height: 42px;
  border: 1px solid rgba(217, 180, 111, 0.55);
  border-radius: 999px;
  color: var(--gold-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(0.68rem, 1.8vw, 0.82rem);
  line-height: 1.55;
  letter-spacing: 0.22em;
  overflow-wrap: anywhere;
}

.offer-pill span {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 127, 17, 0.16);
}

.headline-box {
  max-width: 620px;
  margin: 0 auto 14px;
  border: 1px solid rgba(217, 180, 111, 0.42);
  padding: 16px 22px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(217, 180, 111, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  font-weight: 800;
}

h1,
h2 {
  margin: 0;
}

h1 {
  color: #fff8e8;
  font-size: clamp(1.72rem, 4.6vw, 2.55rem);
  line-height: 1;
  font-weight: 900;
  text-wrap: balance;
}

h1 .headline-course {
  display: inline-block;
  color: var(--gold-bright);
  font-family: "Playfair Display", Georgia, serif;
  text-transform: uppercase;
}

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

.course-art {
  max-width: 480px;
  margin: 0 auto 14px;
  border: 2px solid rgba(217, 180, 111, 0.55);
  border-radius: 18px;
  overflow: hidden;
  background: #100b06;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
}

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

.buy-button {
  width: min(100%, 620px);
  min-height: 64px;
  margin: 0 auto;
  padding: 18px 24px;
  border: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #20c45a 0%, #0c9a3b 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(0.92rem, 3.6vw, 1.2rem);
  font-weight: 900;
  line-height: 1.18;
  overflow-wrap: anywhere;
  box-shadow:
    0 14px 0 #076928,
    0 26px 42px rgba(12, 154, 59, 0.32);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hotmart-widget-shell {
  width: min(100%, 620px);
  min-height: 64px;
  margin: 0 auto;
}

.hotmart-widget-shell > div {
  width: 100%;
}

.secondary-widget {
  margin-top: 4px;
}

.buy-button:hover,
.buy-button:focus-visible {
  transform: translateY(3px);
  box-shadow:
    0 10px 0 #076928,
    0 22px 34px rgba(12, 154, 59, 0.38);
}

.decision-note {
  margin: 28px auto 0;
  max-width: 520px;
  color: #fff8e8;
  text-align: center;
  font-size: clamp(1.4rem, 6vw, 2.6rem);
  line-height: 1.02;
  font-weight: 900;
}

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

.seal {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  background: var(--green);
  border: 2px solid var(--gold);
  color: var(--gold-bright);
  box-shadow: 0 14px 28px rgba(18, 63, 42, 0.24);
}

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

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

.guarantee h2,
.results h2 {
  font-size: clamp(1.7rem, 6vw, 3rem);
  line-height: 1.04;
  font-weight: 900;
  text-wrap: balance;
}

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

.results {
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 180, 111, 0.16), transparent 18rem),
    var(--green);
  padding: clamp(34px, 8vw, 58px) 18px 50px;
  text-align: center;
}

.results h2 {
  max-width: 650px;
  margin: 0 auto 26px;
  color: #fff8e8;
}

.result-list {
  display: grid;
  gap: 18px;
  margin: 0 auto 30px;
}

.result-list figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(217, 180, 111, 0.48);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

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

.buy-button.secondary {
  background: linear-gradient(180deg, #f6c65f 0%, #d18c20 100%);
  color: #180f05;
  box-shadow:
    0 14px 0 #845714,
    0 24px 42px rgba(209, 140, 32, 0.32);
}

.buy-button.secondary:hover,
.buy-button.secondary:focus-visible {
  box-shadow:
    0 10px 0 #845714,
    0 20px 34px rgba(209, 140, 32, 0.38);
}

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

  .confirmation p {
    max-width: 620px;
    font-size: clamp(0.98rem, 3.65vw, 1.28rem);
  }

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

  .offer-hero {
    padding-top: 22px;
  }

  .offer-pill {
    min-height: 48px;
    margin-bottom: 18px;
    border-radius: 24px;
    letter-spacing: 0.12em;
    padding: 10px 14px;
    font-size: 0.66rem;
  }

  .headline-box {
    margin-bottom: 18px;
    padding: 18px 14px;
    border-radius: 0;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  h1 {
    font-size: clamp(1.7rem, 8.6vw, 2.12rem);
    line-height: 1;
  }

  h1 .headline-course {
    display: block;
  }

  h1 .headline-copy {
    margin-top: 6px;
    font-size: 0.68em;
    line-height: 1.08;
    overflow-wrap: normal;
  }

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

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

  .buy-button {
    border-radius: 24px;
  }
}
