/* Launch refinement: polish hierarchy while preserving the existing funnel. */
.offer-page {
  background:
    radial-gradient(circle at 50% 5%, rgba(255, 232, 226, 0.72), transparent 24rem),
    #f8f7f8;
}

.offer-page .offer-shell {
  background: #fff;
}

.lp-quick-buy {
  border: 1px solid rgba(33, 38, 47, 0.06);
}

.lp-quick-buy small {
  color: #77757d;
  letter-spacing: -0.01em;
}

.lp-intro {
  background:
    radial-gradient(circle at 85% 23%, rgba(237, 227, 255, 0.36), transparent 12rem),
    linear-gradient(180deg, #fff 0%, #fffaf9 100%);
}

.lp-pretitle {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 7px 11px;
  border: 1px solid #ffe2dc;
  border-radius: 999px;
  background: #fff7f4;
  box-shadow: 0 6px 18px rgba(255, 111, 97, 0.07);
}

.lp-visual-note,
.lp-proof-warning {
  font-size: 11px;
  line-height: 1.48;
}

.lp-profile-row {
  border: 1px solid rgba(33, 38, 47, 0.06);
  box-shadow: 0 8px 24px rgba(37, 32, 45, 0.06);
}

.lp-value-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: -3px 0 13px;
}

.lp-value-summary span {
  display: grid;
  align-content: center;
  min-height: 60px;
  padding: 9px 5px;
  border: 1px solid #eee8ed;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #74727a;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 7px 18px rgba(48, 39, 54, 0.045);
}

.lp-value-summary strong {
  color: #1b202b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.lp-reserved--personal {
  border: 1px solid #eadff4;
  background: linear-gradient(100deg, #fff0ec 0%, #f3edff 100%);
  color: #49434e;
  box-shadow: 0 8px 22px rgba(104, 79, 124, 0.07);
}

.lp-plan-option {
  border-color: rgba(38, 40, 48, 0.08);
  box-shadow: 0 10px 24px rgba(36, 31, 42, 0.055);
}

.lp-plan-option.is-selected {
  box-shadow: 0 12px 28px rgba(255, 111, 97, 0.13);
}

.lp-trust span {
  border: 1px solid #eee9ec;
  background: rgba(255, 255, 255, 0.82);
}

.lp-security {
  border: 1px solid #eee9ec;
  background: linear-gradient(155deg, #fff 0%, #fff9f7 100%);
  box-shadow: 0 16px 36px rgba(35, 31, 41, 0.065);
}

.lp-security > div + div {
  border-top-color: #eee9ec;
}

.offer-footer {
  border-top: 1px solid #eee9ec;
}

/* Reservation confirmation. It is intentionally distinct from the paid return screen. */
.reservation-screen {
  min-height: 100svh;
  padding: 0 14px 28px;
  background:
    radial-gradient(circle at 50% 7%, rgba(255, 225, 219, 0.78), transparent 22rem),
    linear-gradient(180deg, #fff9f6 0%, #f8f5f8 100%);
  color: #1a202b;
}

.reservation-shell {
  width: min(100%, 520px);
  margin: 0 auto;
}

.reservation-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
}

.reservation-header .brand__mark-image {
  width: 39px;
  height: 39px;
}

.reservation-header .brand__wordmark {
  font-size: 22px;
}

.reservation-card {
  padding: 30px 24px 24px;
  border: 1px solid rgba(42, 35, 49, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  box-shadow: 0 24px 60px rgba(57, 41, 66, 0.11);
}

.reservation-success {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 17px;
  place-items: center;
  border: 8px solid #fff0ec;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6f61, #ff8b78);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(255, 111, 97, 0.24);
}

.reservation-card .eyebrow {
  margin: 0 0 8px;
  color: #ff6f61;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.reservation-card h1 {
  max-width: 420px;
  margin: 0 auto;
  font-size: clamp(30px, 8.3vw, 42px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.reservation-lead {
  max-width: 390px;
  margin: 16px auto 22px;
  color: #6b6c73;
  font-size: 15px;
  line-height: 1.55;
}

.reservation-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid #f2deda;
  border-radius: 18px;
  background: linear-gradient(110deg, #fff2ee, #f5efff);
  text-align: left;
}

.reservation-plan span {
  display: grid;
  gap: 3px;
  color: #807b84;
  font-size: 11px;
}

.reservation-plan strong {
  color: #232731;
  font-size: 15px;
}

.reservation-plan b {
  flex: none;
  color: #ff6f61;
  font-size: 19px;
}

.reservation-steps {
  display: grid;
  gap: 0;
  margin-top: 16px;
  padding: 4px 17px;
  border: 1px solid #efebef;
  border-radius: 20px;
  background: #fff;
  text-align: left;
}

.reservation-steps > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 11px 0;
}

.reservation-steps > div + div {
  border-top: 1px solid #efebef;
}

.reservation-steps i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #fff0ec;
  color: #ff6f61;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.reservation-steps span {
  display: grid;
  gap: 3px;
}

.reservation-steps strong {
  font-size: 14px;
}

.reservation-steps small {
  color: #7b7a81;
  font-size: 11.5px;
  line-height: 1.4;
}

.reservation-note {
  margin: 17px 10px 0;
  color: #85828a;
  font-size: 11.5px;
  line-height: 1.45;
}

@media (max-width: 560px) {
  .lp-profile-row span,
  .lp-plan-copy small,
  .lp-plan-copy em,
  .lp-security p {
    font-size: 11.5px;
  }

  .lp-goal-visual > img {
    object-position: 50% 2%;
  }

  .reservation-screen {
    padding-inline: 12px;
  }

  .reservation-card {
    padding: 27px 18px 22px;
    border-radius: 25px;
  }
}

@media (max-width: 370px) {
  .lp-value-summary {
    gap: 5px;
  }

  .lp-value-summary span {
    min-height: 58px;
    font-size: 9px;
  }

  .reservation-plan {
    padding-inline: 14px;
  }
}

/* Purchase-intent cues below every offer CTA. */
.lp-payment-methods {
  display: grid;
  gap: 8px;
  width: min(100%, 430px);
  margin: 11px auto 4px;
  text-align: center;
}

.lp-payment-methods__marks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  width: min(100%, 328px);
  margin-inline: auto;
}

.lp-payment-mark {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  height: 29px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid rgba(33, 36, 44, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(27, 29, 36, 0.055);
  color: #252934;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.lp-payment-mark--visa {
  color: #172b85;
  font-size: 13px;
  font-style: italic;
  font-weight: 850;
  letter-spacing: -0.07em;
}

.lp-payment-mark--mastercard {
  padding-inline: 8px;
}

.lp-payment-mark--mastercard i {
  position: relative;
  display: block;
  width: 31px;
  height: 17px;
}

.lp-payment-mark--mastercard b {
  position: absolute;
  top: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.lp-payment-mark--mastercard b:first-child {
  left: 2px;
  background: #e84b36;
}

.lp-payment-mark--mastercard b:last-child {
  right: 2px;
  background: #f4a426;
  opacity: 0.92;
}

.lp-payment-mark--apple b {
  font-weight: 800;
}

.lp-payment-mark--apple,
.lp-payment-mark--google {
  gap: 2px;
}

.lp-payment-mark--google b {
  color: #4285f4;
  font-size: 13px;
  font-weight: 850;
}

.lp-payment-mark--mono {
  color: #17181d;
}

.lp-payment-mark--mono b {
  font-weight: 850;
}

.lp-payment-mark--privat24 {
  color: #43a047;
  font-weight: 800;
}

.lp-payment-mark--prostir {
  color: #176a9e;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: 0.015em;
}

.lp-payment-mark--wayforpay {
  color: #6241a5;
  font-weight: 800;
}

.lp-payment-methods > small {
  color: #7a7880;
  font-size: 11px;
  line-height: 1.35;
}

.lp-how .lp-payment-methods,
.lp-final .lp-payment-methods {
  margin-bottom: 0;
}

@media (max-width: 390px) {
  .lp-payment-methods__marks {
    gap: 5px;
    width: min(100%, 318px);
  }

  .lp-payment-mark {
    height: 28px;
    padding-inline: 5px;
    font-size: 9px;
  }

  .lp-payment-mark--visa {
    font-size: 12px;
  }

  .lp-payment-mark--prostir,
  .lp-payment-mark--wayforpay {
    font-size: 8.5px;
  }
}
