.purchase-page {
  background:
    radial-gradient(900px 650px at 76% 16%, rgba(255, 138, 18, .17), transparent 58%),
    radial-gradient(760px 560px at 10% 72%, rgba(42, 230, 200, .07), transparent 64%),
    linear-gradient(180deg, #080b0c, #030505 58%, #080909);
}

.purchase-page .page { isolation: isolate; }
.purchase-page .atmosphere { opacity: .68; }
.purchase-glow {
  position: fixed;
  z-index: 2;
  top: 13vh;
  right: 8vw;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 221, 163, .15), rgba(255, 138, 18, .075) 36%, transparent 68%);
  filter: blur(24px);
}

.purchase-hero {
  min-height: 82vh;
  display: grid;
  align-items: center;
  padding: clamp(124px, 15vh, 180px) 0 clamp(72px, 9vh, 112px);
}

.purchase-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .58fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
}

.purchase-hero-copy { position: relative; z-index: 3; }
.purchase-hero h1 {
  max-width: 970px;
  font-size: clamp(58px, 7vw, 118px);
  text-transform: uppercase;
}

.purchase-summary {
  position: relative;
  z-index: 4;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 0, rgba(255, 138, 18, .16), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
  box-shadow: 0 34px 110px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.summary-price {
  display: block;
  margin-top: 18px;
  font-size: clamp(68px, 8vw, 116px);
  line-height: .85;
  letter-spacing: -.08em;
}

.summary-period {
  display: block;
  margin-top: 12px;
  color: var(--soft);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.summary-rule {
  height: 1px;
  margin: 28px 0 22px;
  background: linear-gradient(90deg, var(--orange), rgba(255, 255, 255, .08));
}

.purchase-summary p {
  color: #d7dfdd;
  font-size: 18px;
  line-height: 1.55;
}

.summary-cta { width: 100%; margin-top: 24px; }
.purchase-section { position: relative; z-index: 4; padding: clamp(70px, 9vw, 118px) 0; }
.purchase-section-head h2 { text-transform: uppercase; }
.purchase-section-head p { max-width: 650px; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.price-card {
  position: relative;
  padding: clamp(26px, 3.8vw, 46px);
  border-radius: 30px;
  overflow: hidden;
}

.price-card-featured {
  border-color: rgba(255, 138, 18, .46);
  background:
    radial-gradient(circle at 12% 0, rgba(255, 138, 18, .18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .026));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .36), 0 0 52px rgba(255, 138, 18, .08);
}

.popular-flag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-radius: 0 0 0 15px;
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  color: #140a02;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.price-card-head {
  display: flex;
  min-height: 70px;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.plan-label,
.platform-label,
.purchase-nudge-kicker {
  display: block;
  color: var(--orange);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.price-card h3 {
  margin-top: 9px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: .98;
  letter-spacing: -.055em;
}

.save-badge {
  margin-top: 28px;
  padding: 8px 10px;
  border: 1px solid rgba(42, 230, 200, .32);
  border-radius: 999px;
  color: var(--teal);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  white-space: nowrap;
}

.plan-price {
  margin: 26px 0 15px;
  font-size: clamp(56px, 6vw, 82px);
  font-weight: 950;
  line-height: .9;
  letter-spacing: -.07em;
}

.plan-price span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
}

.price-card > p { min-height: 48px; color: var(--muted); line-height: 1.5; }
.plan-checks {
  display: grid;
  gap: 12px;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.plan-checks li {
  position: relative;
  padding-left: 25px;
  color: #d7dfdd;
  line-height: 1.4;
}

.plan-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 900;
}

.plan-button { width: 100%; min-height: 58px; }
.checkout-note {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.pricing-legal {
  margin-top: 22px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.pricing-legal a,
.download-help a,
.purchase-page .footer-note a { color: #ffb257; }
.pricing-legal a:hover,
.download-help a:hover,
.purchase-page .footer-note a:hover { text-decoration: underline; text-underline-offset: 4px; }

.reservation-shell {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
  gap: clamp(26px, 6vw, 84px);
  align-items: center;
  max-width: 1160px;
}

.reservation-copy h2 {
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: .91;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.reservation-copy > p {
  max-width: 620px;
  margin-top: 22px;
  color: #d5dddc;
  font-size: 18px;
  line-height: 1.6;
}

.reservation-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.reservation-trust span {
  padding: 8px 11px;
  border: 1px solid rgba(42, 230, 200, .2);
  border-radius: 999px;
  background: rgba(42, 230, 200, .04);
  color: #aef9ed;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.reservation-form {
  position: relative;
  padding: clamp(25px, 4vw, 44px);
  border-color: rgba(255, 138, 18, .25);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0, rgba(255, 138, 18, .13), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .024));
  box-shadow: 0 34px 110px rgba(0, 0, 0, .42);
}

.form-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.form-heading h3 {
  margin-top: 9px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: .95;
  letter-spacing: -.055em;
}

.reservation-price-note {
  padding: 8px 11px;
  border: 1px solid rgba(42, 230, 200, .3);
  border-radius: 999px;
  color: var(--teal);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.reserve-plan-fieldset {
  margin: 28px 0 22px;
  padding: 0;
  border: 0;
}

.reserve-plan-fieldset legend,
.reserve-email-field > span {
  display: block;
  margin-bottom: 10px;
  color: var(--soft);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.reserve-plan-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.reserve-plan-option {
  position: relative;
  display: flex;
  min-height: 86px;
  padding: 16px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(0, 0, 0, .2);
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s;
}

.reserve-plan-option:hover { transform: translateY(-2px); border-color: rgba(255, 138, 18, .4); }
.reserve-plan-option:has(input:checked) {
  border-color: rgba(255, 138, 18, .62);
  background: rgba(255, 138, 18, .085);
  box-shadow: 0 0 26px rgba(255, 138, 18, .07);
}

.reserve-plan-option input { width: 18px; height: 18px; accent-color: var(--orange); flex: 0 0 auto; }
.reserve-plan-option strong { display: block; color: #fff; font-size: 16px; }
.reserve-plan-option small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.35; }

.reserve-email-field { display: block; }
.reserve-email-field input {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 15px;
  outline: none;
  background: #0b1011;
  color: #fff;
  font: inherit;
  transition: border-color .2s, box-shadow .2s;
}

.reserve-email-field input::placeholder { color: rgba(214, 222, 220, .42); }
.reserve-email-field input:focus {
  border-color: rgba(255, 138, 18, .74);
  box-shadow: 0 0 0 4px rgba(255, 138, 18, .13);
}

.reserve-consent {
  display: flex;
  margin: 18px 0;
  align-items: flex-start;
  gap: 11px;
  color: rgba(214, 222, 220, .78);
  font-size: 13px;
  line-height: 1.48;
  cursor: pointer;
}

.reserve-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--orange); flex: 0 0 auto; }
.reserve-submit { width: 100%; min-height: 59px; font-size: 14px; }
.reserve-submit[disabled] { cursor: wait; opacity: .7; }
.reserve-disclosure {
  margin-top: 13px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.reserve-disclosure a { color: #ffb257; text-decoration: underline; text-underline-offset: 3px; }
.reserve-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.reservation-status {
  margin-top: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  color: #d6dfdd;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.reservation-status.is-success { border-color: rgba(42, 230, 200, .34); background: rgba(42, 230, 200, .07); color: #b6fff2; }
.reservation-status.is-error { border-color: rgba(255, 106, 76, .38); background: rgba(255, 79, 48, .07); color: #ffd0c6; }

.feature-ledger {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

.feature-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(24px, 3vw, 38px);
  border-top: 1px solid rgba(255, 255, 255, .075);
}

.feature-row:first-child { border-top: 0; }
.feature-row:hover { background: rgba(255, 138, 18, .035); }
.feature-number {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .16em;
}

.feature-row h3 {
  margin-bottom: 9px;
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1;
  letter-spacing: -.05em;
}

.feature-row p {
  max-width: 960px;
  color: rgba(211, 221, 219, .74);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.58;
}

.download-panel {
  padding: clamp(28px, 5vw, 64px);
  border-color: rgba(255, 138, 18, .2);
  border-radius: 34px;
  background:
    radial-gradient(760px 280px at 0 0, rgba(255, 138, 18, .14), transparent 64%),
    linear-gradient(180deg, rgba(255, 255, 255, .068), rgba(255, 255, 255, .022));
}

.download-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 32px;
}

.download-copy .mini-label { grid-column: 1 / -1; margin-bottom: -15px; }
.download-copy h2 {
  font-size: clamp(42px, 5vw, 76px);
  line-height: .93;
  letter-spacing: -.07em;
}

.download-copy p { color: var(--muted); font-size: 17px; line-height: 1.55; }
.download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.download-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background: rgba(0, 0, 0, .2);
}

.download-card strong {
  display: block;
  margin: 12px 0 8px;
  font-size: clamp(27px, 3vw, 42px);
  letter-spacing: -.05em;
}

.download-card p { color: var(--muted); }
.download-button { width: 100%; margin-top: 24px; }
.download-button[disabled] { cursor: not-allowed; filter: saturate(.45); }
.download-card-disabled { opacity: .56; }
.download-card-disabled .btn[disabled] { cursor: not-allowed; color: var(--muted); }
.download-help { margin-top: 20px; color: var(--muted); font-size: 13px; text-align: center; }

.final-purchase { padding: clamp(48px, 7vw, 86px); border-radius: 34px; text-align: center; }
.final-purchase h2 {
  font-size: clamp(50px, 7vw, 96px);
  line-height: .9;
  letter-spacing: -.075em;
}

.final-purchase p { margin: 22px auto 28px; color: #d6dfdd; font-size: 18px; }
.final-actions,
.cta-pair { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.purchase-nudge {
  position: relative;
  z-index: 8;
  display: flex;
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 20px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 138, 18, .28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0, rgba(255, 138, 18, .13), transparent 34%),
    rgba(8, 10, 11, .8);
  box-shadow: 0 24px 76px rgba(0, 0, 0, .36);
  backdrop-filter: blur(14px);
}

.purchase-nudge-alt { border-color: rgba(42, 230, 200, .22); }
.purchase-nudge strong { display: block; margin-top: 6px; font-size: clamp(21px, 2.1vw, 30px); letter-spacing: -.04em; }
.purchase-nudge-action { display: flex; align-items: center; gap: 18px; }
.purchase-nudge-action > span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  white-space: nowrap;
}

.purchase-nudge-action b { color: #fff; }
.purchase-nudge .btn { min-width: 126px; }

@media (max-width: 1060px) {
  .purchase-hero-grid { grid-template-columns: 1fr; }
  .purchase-summary { max-width: 620px; }
  .reservation-shell { grid-template-columns: 1fr; }
  .reservation-copy { max-width: 760px; }
}

@media (max-width: 860px) {
  .purchase-page .links a:nth-child(2),
  .purchase-page .links a:nth-child(3) { display: none; }
  .pricing-grid,
  .download-grid,
  .download-copy { grid-template-columns: 1fr; }
  .download-copy .mini-label { grid-column: auto; margin-bottom: -12px; }
  .purchase-nudge { align-items: flex-start; flex-direction: column; }
  .purchase-nudge-action { width: 100%; justify-content: space-between; }
}

@media (max-width: 560px) {
  .purchase-page .wrap { width: calc(100% - 30px); }
  .purchase-page .links a:not(:last-child) { display: none; }
  .purchase-hero { min-height: auto; padding-top: 108px; }
  .purchase-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .feature-row { grid-template-columns: 1fr; gap: 10px; }
  .price-card-head { display: block; }
  .save-badge { display: inline-block; margin-top: 14px; }
  .purchase-nudge { width: calc(100% - 30px); padding: 19px; }
  .purchase-nudge-action { align-items: stretch; flex-direction: column; gap: 12px; }
  .purchase-nudge-action > span { white-space: normal; }
  .reserve-plan-options { grid-template-columns: 1fr; }
  .final-actions .btn,
  .cta-pair .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .purchase-glow { display: none; }
}
