/* Purchase page — premium layout (scoped to .purchase-page) */

.purchase-page {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

.purchase-hero {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}

@media (min-width: 900px) {
  .purchase-hero {
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 3rem;
    margin-bottom: 3.5rem;
  }
}

.purchase-hero__cover {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
}

.purchase-hero__cover-inner {
  aspect-ratio: 2 / 3;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.25),
    0 25px 50px -12px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(232, 228, 220, 0.1);
}

.purchase-hero__cover-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.purchase-hero__glow {
  position: absolute;
  inset: -20% -15% auto -15%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(201, 162, 39, 0.22) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.purchase-hero__text {
  text-align: center;
}

@media (min-width: 900px) {
  .purchase-hero__text {
    text-align: left;
  }
}

.purchase-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.75rem;
}

.purchase-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  color: var(--off-white);
}

.purchase-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(232, 228, 220, 0.82);
  margin: 0 0 1rem;
  max-width: 36rem;
}

.purchase-hero__text .purchase-lead {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .purchase-hero__text .purchase-lead {
    margin-left: 0;
  }
}

.purchase-book-meta {
  font-size: 0.9375rem;
  color: rgba(232, 228, 220, 0.65);
  margin: 0;
  line-height: 1.5;
}

.purchase-book-meta strong {
  color: var(--off-white);
  font-weight: 600;
}

/* --- Pricing --- */
.purchase-section-head {
  text-align: center;
  margin-bottom: 1.75rem;
}

.purchase-section-head h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.purchase-section-head p {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(232, 228, 220, 0.6);
}

.pricing-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 52rem;
  margin: 0 auto 3rem;
}

@media (min-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
  }
}

.price-card {
  position: relative;
  border: 1px solid rgba(232, 228, 220, 0.12);
  border-radius: 1rem;
  padding: 1.5rem 1.35rem;
  background: rgba(20, 18, 16, 0.65);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.price-card:hover {
  border-color: rgba(232, 228, 220, 0.18);
}

.price-card--featured {
  border-color: rgba(201, 162, 39, 0.45);
  background: linear-gradient(155deg, rgba(201, 162, 39, 0.12) 0%, rgba(20, 18, 16, 0.75) 45%);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.15);
}

.price-card__badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 9999px;
  background: rgba(232, 228, 220, 0.95);
  color: var(--charcoal-deep);
}

.price-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--gold);
}

.price-card--featured h3 {
  padding-right: 5.5rem;
}

.price-card__tag {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(232, 228, 220, 0.45);
  margin-bottom: 1rem;
}

.price-card__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.price-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 0.85rem;
  border-radius: 0.5rem;
  background: rgba(232, 228, 220, 0.06);
  border: 1px solid rgba(232, 228, 220, 0.1);
}

.price-pill span:first-child {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 228, 220, 0.5);
  margin-bottom: 0.15rem;
}

.price-pill span:last-child {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--off-white);
  font-variant-numeric: tabular-nums;
}

.price-card__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(232, 228, 220, 0.88);
  margin: 0 0 1rem;
}

.price-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  flex: 1;
}

.price-card__list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: rgba(232, 228, 220, 0.82);
}

.price-card__list li:last-child {
  margin-bottom: 0;
}

.price-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.85;
}

.price-card__list li.is-neg::before {
  background: rgba(232, 228, 220, 0.25);
  opacity: 1;
}

.price-card__list li.is-neg {
  color: rgba(232, 228, 220, 0.55);
}

/* --- How it works --- */
.how-it-works {
  max-width: 48rem;
  margin: 0 auto 3rem;
  padding: 2rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(232, 228, 220, 0.1);
  background: rgba(20, 18, 16, 0.4);
}

.how-it-works h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.75rem;
}

.how-steps {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .how-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.how-step {
  text-align: center;
}

.how-step__num {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 auto 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--charcoal);
  background: var(--gold);
  box-shadow: 0 4px 14px rgba(201, 162, 39, 0.35);
}

.how-step h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
  color: var(--off-white);
}

.how-step p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(232, 228, 220, 0.65);
}

/* --- Pay regions --- */
.pay-cta {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.pay-cta__head {
  text-align: center;
  margin-bottom: 1.25rem;
}

.pay-cta__head h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.pay-cta__head p {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(232, 228, 220, 0.6);
}

.pay-region-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 560px) {
  .pay-region-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pay-region-card {
  display: block;
  padding: 1.25rem 1.15rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(232, 228, 220, 0.12);
  background: rgba(26, 24, 20, 0.85);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.pay-region-card:hover {
  border-color: rgba(201, 162, 39, 0.4);
  background: rgba(201, 162, 39, 0.08);
  transform: translateY(-2px);
}

.pay-region-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.pay-region-card__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 228, 220, 0.5);
  margin-bottom: 0.5rem;
}

.pay-region-card__tel {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--gold);
}

.pay-region-card__hint {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.75rem;
  color: rgba(232, 228, 220, 0.45);
}

.purchase-note {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(201, 162, 39, 0.25);
  background: var(--gold-muted);
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(232, 228, 220, 0.92);
}

.purchase-note strong {
  color: var(--gold);
}

/* --- Trust --- */
.purchase-trust {
  max-width: 40rem;
  margin: 0 auto 2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(232, 228, 220, 0.55);
  border: 1px solid rgba(232, 228, 220, 0.08);
  background: rgba(232, 228, 220, 0.03);
}

.purchase-trust svg {
  flex-shrink: 0;
  margin-top: 0.1rem;
  opacity: 0.7;
}

/* --- Form --- */
.purchase-form-wrap {
  max-width: 32rem;
  margin: 0 auto;
}

.purchase-form-wrap > .purchase-section-head {
  margin-bottom: 1.25rem;
}

#proof-msg {
  border-radius: 0.5rem;
  padding: 0.85rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.purchase-form-card {
  border: 1px solid rgba(232, 228, 220, 0.12);
  border-radius: 1rem;
  padding: 1.75rem 1.35rem;
  background: rgba(20, 18, 16, 0.55);
  backdrop-filter: blur(6px);
}

.purchase-form-card .field-group {
  margin-bottom: 1.15rem;
}

.purchase-form-card .field-group:last-of-type {
  margin-bottom: 1.5rem;
}

.field-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(232, 228, 220, 0.75);
  margin-bottom: 0.4rem;
}

.field-hint {
  display: block;
  font-size: 0.75rem;
  color: rgba(232, 228, 220, 0.45);
  margin-top: 0.35rem;
  line-height: 1.4;
}

.purchase-form-card .input-field,
.purchase-form-card select.input-field {
  border-radius: 0.5rem;
  border-color: rgba(232, 228, 220, 0.18);
}

.purchase-form-card select.input-field {
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--charcoal);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23c9a227' d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.purchase-form-card textarea.input-field {
  min-height: 100px;
  border-radius: 0.5rem;
}

.btn-purchase-submit {
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(201, 162, 39, 0.25);
}

.btn-purchase-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

@media (max-width: 767px) {
  .purchase-page {
    padding-top: 1.75rem;
  }

  .price-card__badge {
    position: static;
    display: inline-block;
    margin-bottom: 0.75rem;
  }

  .price-card h3,
  .price-card--featured h3 {
    padding-right: 0;
  }
}
