/* ===== Pricing — IQ vs Super IQ ===== */
.price-page .lp-ambient__glow--gold {
  width: 42vw;
  height: 42vw;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(245,215,110,.18), transparent 70%);
  filter: blur(40px);
}
.price-main {
  max-width: var(--lp-max, 1180px);
  margin: 0 auto;
  padding: calc(var(--lp-nav, 80px) + 28px) 20px 80px;
}
.price-hero { text-align: center; margin-bottom: 36px; }
.price-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 8px 0 12px;
}
.price-hero__lead {
  color: var(--lp-muted);
  max-width: 560px;
  margin: 0 auto 22px;
  font-size: 1.05rem;
}

.price-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid var(--lp-border);
  background: rgba(255,255,255,.03);
}
.price-toggle__btn {
  border: 0;
  background: transparent;
  color: var(--lp-muted);
  font: inherit;
  font-size: .88rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: background .25s, color .25s, box-shadow .25s;
}
.price-toggle__btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, #7b6cff, #5bdbff);
  box-shadow: 0 8px 22px rgba(123,108,255,.35);
}
.price-toggle__save {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  color: #b8f5c8;
  background: rgba(46, 160, 90, .22);
  border: 1px solid rgba(87, 242, 135, .35);
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 56px;
}
.price-cards--trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.price-card {
  position: relative;
  padding: 28px 26px 24px;
  border-radius: 22px;
  border: 1px solid var(--lp-border);
  background: rgba(255,255,255,.03);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform .35s var(--lp-ease), box-shadow .35s var(--lp-ease), border-color .35s;
  animation: priceCardIn .55s var(--lp-ease) both;
}
.price-card:nth-child(2) { animation-delay: .08s; }
.price-card:nth-child(3) { animation-delay: .16s; }
.price-card--blue {
  border-color: rgba(139, 124, 255, .32);
  background: linear-gradient(165deg, rgba(123,92,255,.1), rgba(14,14,24,.96));
}
.price-card.is-featured {
  border-color: rgba(245, 215, 110, .55);
  background:
    linear-gradient(165deg, rgba(245,215,110,.12), rgba(20,18,12,.92) 40%, rgba(14,14,20,.96)),
    rgba(255,255,255,.02);
  box-shadow: 0 0 0 1px rgba(245,215,110,.12), 0 24px 60px rgba(245,215,110,.12);
  transform: translateY(-6px);
}
@media (hover: hover) and (pointer: fine) {
  .price-card:hover { transform: translateY(-4px); }
  .price-card.is-featured:hover { transform: translateY(-10px); }
}
.price-card__badge {
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  color: #1a1408;
  background: linear-gradient(135deg, #ffe08a, #f5d76e);
}
.price-card__save {
  position: absolute;
  top: 14px;
  inset-inline-start: 14px;
  font-size: .68rem;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 999px;
  color: #b8f5c8;
  background: rgba(46, 160, 90, .22);
  border: 1px solid rgba(87, 242, 135, .35);
}
.price-card.is-featured .price-card__save { top: 48px; }
.price-card__head h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 1.45rem;
  margin-bottom: 8px;
}
.price-card__head h2 small {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--lp-muted);
}
.price-card__crown { color: #f5d76e; }
.price-card__spark { color: #a99cff; }
.price-card__head p { color: var(--lp-muted); font-size: .92rem; line-height: 1.5; }
.price-card__price strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.price-card--gold .price-card__price strong,
.price-card--blue .price-card__price strong { color: #ffe08a; }
.price-card--blue .price-card__price strong { color: #cfc8ff; }
.price-card__price span { display: block; margin-top: 4px; color: var(--lp-muted); font-size: .82rem; }
.price-card__feats { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.price-card__feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .92rem;
  color: #ddd8f5;
}
.price-card__feats svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #8b7cff;
  margin-top: 1px;
}
.price-card--gold .price-card__feats svg { color: #f5d76e; }
.price-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.price-card__cta:hover { transform: translateY(-1px); background: rgba(255,255,255,.1); }
.price-card__cta--gold {
  border: 0;
  color: #1a1408;
  background: linear-gradient(135deg, #ffe08a, #e8b84a);
  box-shadow: 0 10px 28px rgba(245,215,110,.28);
}
.price-card__cta--gold:hover { box-shadow: 0 14px 34px rgba(245,215,110,.38); }

.price-durations { margin-bottom: 56px; text-align: center; }
.price-durations h2 { font-size: 1.55rem; margin-bottom: 8px; }
.price-duration-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  text-align: start;
}
.price-duration {
  position: relative;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--lp-border);
  background: rgba(255,255,255,.03);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform .3s var(--lp-ease), border-color .3s, box-shadow .3s;
}
.price-duration.is-popular {
  border-color: rgba(245,215,110,.5);
  background: rgba(245,215,110,.08);
  box-shadow: 0 12px 32px rgba(245,215,110,.1);
}
@media (hover: hover) and (pointer: fine) {
  .price-duration:hover { transform: translateY(-3px); border-color: rgba(139,124,255,.4); }
}
.price-duration__tag {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 3px 8px;
  border-radius: 999px;
  color: #1a1408;
  background: linear-gradient(135deg, #ffe08a, #f5d76e);
}
.price-duration h3 { font-size: .95rem; margin: 0; }
.price-duration strong { font-size: 1.45rem; letter-spacing: -0.02em; }
.price-duration span { color: var(--lp-muted); font-size: .82rem; }
.price-duration em {
  font-style: normal;
  font-size: .75rem;
  font-weight: 800;
  color: #86efac;
}
.price-duration a {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.price-duration a:hover { background: rgba(255,255,255,.1); transform: translateY(-1px); }
.price-duration.is-popular a {
  border: 0;
  color: #1a1408;
  background: linear-gradient(135deg, #ffe08a, #e8b84a);
}

.price-foot-cta__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

@keyframes priceCardIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .price-cards--trio { grid-template-columns: 1fr; }
  .price-card.is-featured { transform: none; }
  .price-duration-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .price-duration-grid { grid-template-columns: 1fr; }
}

.price-table-wrap { margin-bottom: 48px; }
.price-table-wrap h2 {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 8px;
}
.price-table-lead {
  text-align: center;
  color: var(--lp-muted);
  margin-bottom: 22px;
}
.price-table {
  border-radius: 20px;
  border: 1px solid var(--lp-border);
  overflow: hidden;
  background: rgba(8,8,14,.7);
}
.price-table__head,
.price-table__row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
}
.price-table__head {
  background: rgba(255,255,255,.03);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--lp-muted);
}
.price-table__head > div,
.price-table__row > div {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.price-table__head .is-gold,
.price-table__row .is-gold {
  background: rgba(245,215,110,.06);
  box-shadow: inset 1px 0 0 rgba(245,215,110,.28), inset -1px 0 0 rgba(245,215,110,.28);
}
.price-table__section {
  padding: 10px 16px;
  background: rgba(139,124,255,.12);
  border: 1px solid rgba(139,124,255,.28);
  border-inline: 0;
  margin: 0;
}
.price-table__section span {
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #cfc8ff;
}
.price-table__row { transition: background .2s; }
@media (hover: hover) and (pointer: fine) {
  .price-table__row:hover { background: rgba(139,124,255,.06); }
}
.price-check {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: .85rem;
  font-weight: 800;
}
.price-check--blue { color: #cfc8ff; background: rgba(139,124,255,.2); border: 1px solid rgba(139,124,255,.4); }
.price-check--gold { color: #1a1408; background: linear-gradient(135deg, #ffe08a, #f5d76e); }
.price-dash { color: #5a5670; font-size: 1.1rem; }

.price-foot-cta {
  text-align: center;
  padding: 40px 24px;
  border-radius: 24px;
  border: 1px solid rgba(245,215,110,.28);
  background: linear-gradient(135deg, rgba(245,215,110,.1), rgba(123,92,255,.08));
}
.price-foot-cta h2 { margin-bottom: 8px; }
.price-foot-cta p { color: var(--lp-muted); margin-bottom: 18px; }

@media (max-width: 860px) {
  .price-cards { grid-template-columns: 1fr; }
  .price-table { overflow-x: auto; }
  .price-table__head,
  .price-table__row { min-width: 520px; }
}

@media (prefers-reduced-motion: reduce) {
  .price-card, .price-toggle__btn { transition: none !important; }
}
