/* ══════════════════════════════════════════════
   PRICING SECTION — Price Display & Period
   ══════════════════════════════════════════════ */

/* ── PRICE BLOCK ── */
.price-block {
  text-align: center;
  padding: 20px;
  background: var(--yellow-soft);
  border: 1px solid rgba(250, 204, 21, 0.15);
  border-radius: 14px;
  margin-bottom: 24px;
}

.price-amount {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 2.8rem;
  color: var(--yellow);
  line-height: 1;
  letter-spacing: -0.02em;
}

.price-period {
  font-size: 0.72rem;
  color: var(--white2);
  margin-top: 6px;
}
