.downsell-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 12%, rgba(200, 155, 60, .18), transparent 30%),
    radial-gradient(circle at 90% 82%, rgba(165, 28, 40, .18), transparent 32%),
    #100c09;
}

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

.downsell-card {
  width: min(1040px, 100%);
  overflow: hidden;
  display: grid;
  border: 1px solid rgba(231, 200, 120, .48);
  border-radius: 10px;
  background: #1a120e;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .46);
}

.downsell-card__content {
  padding: 34px 22px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.downsell-kicker {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.downsell-card h1 {
  max-width: 12ch;
  font-size: clamp(2.25rem, 10vw, 4.5rem);
  line-height: .98;
}

.downsell-card h1 em { color: #f3c866; }

.downsell-lead {
  max-width: 610px;
  margin: 22px auto 0;
  color: #eee1cd;
  font-size: 1.05rem;
  line-height: 1.55;
}

.downsell-price {
  margin: 27px 0 20px;
  display: grid;
  justify-items: center;
  gap: 2px;
}

.downsell-price > span {
  color: #b8a995;
  font-size: 1rem;
}

.downsell-price s {
  color: #d8c9b5;
  text-decoration-color: #e14b57;
  text-decoration-thickness: 2px;
}

.downsell-price > strong {
  color: #fff8e9;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.1;
}

.downsell-price b {
  display: block;
  margin-top: 5px;
  color: var(--gold-light);
  font-size: clamp(3rem, 14vw, 5.2rem);
  line-height: .95;
  letter-spacing: -.045em;
}

.downsell-cta {
  width: 100%;
  margin: 0 auto;
}

.downsell-note {
  margin: 10px 0 0;
  color: #bdb09c;
  font-size: .82rem;
  line-height: 1.4;
}

.downsell-decline { margin-top: 20px; }

.downsell-card__visual {
  position: relative;
  min-height: 0;
  background: #211811;
}

.downsell-card__visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
}

.downsell-seal {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 102px;
  height: 102px;
  display: grid;
  place-content: center;
  border: 2px solid #f0c66e;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .32);
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.1;
  text-align: center;
  transform: rotate(7deg);
}

.downsell-seal strong { font-size: 1.12rem; }

@media (min-width: 840px) {
  .downsell-shell { padding: 42px; }
  .downsell-card { grid-template-columns: 1.06fr .94fr; }
  .downsell-card__content { min-height: 650px; padding: 54px 48px 46px; }
  .downsell-card h1 { font-size: clamp(3.45rem, 5.2vw, 4.6rem); }
  .downsell-card__visual img { min-height: 650px; }
}

@media (max-width: 839px) {
  .downsell-shell { align-items: start; padding-top: 18px; }
  .downsell-card__visual { order: -1; }
  .downsell-card__visual img { height: auto; min-height: 0; aspect-ratio: 16 / 10; object-position: center 47%; }
  .downsell-seal { width: 84px; height: 84px; top: 12px; right: 12px; font-size: .86rem; }
  .downsell-seal strong { font-size: 1rem; }
}

@media (max-width: 420px) {
  .downsell-shell { padding-inline: 10px; }
  .downsell-card__content { padding: 28px 16px 25px; }
  .downsell-card h1 { font-size: clamp(2.15rem, 10.8vw, 2.75rem); }
  .downsell-lead { margin-top: 18px; font-size: .98rem; }
  .downsell-price { margin: 23px 0 17px; }
  .downsell-price b { font-size: clamp(3rem, 16vw, 4rem); }
  .downsell-cta { font-size: .86rem; }
}
