.price-page { font-family: var(--font); color: var(--body); background: var(--white); }

/* ── HERO ── */
.price-hero { position: relative; overflow: hidden; padding: 96px 0 64px; background: var(--bg); border-bottom: 1px solid var(--border); text-align: center; }
.price-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.price-orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5; }
.price-orb.o1 { width: 420px; height: 420px; background: #9dc0ff; top: -150px; left: -110px; }
.price-orb.o2 { width: 360px; height: 360px; background: #b7f0e6; bottom: -170px; right: -90px; opacity: .4; }
.price-hero-inner { position: relative; z-index: 1; }
.price-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); background: var(--blue-light); border: 1px solid var(--border); padding: 8px 16px; border-radius: 999px; margin-bottom: 22px; }
.price-h1 { font-size: clamp(32px, 5vw, 54px); font-weight: 700; color: var(--dark); line-height: 1.12; letter-spacing: -.015em; }
.price-sub { font-size: 18px; color: var(--muted); max-width: 660px; margin: 18px auto 0; line-height: 1.6; }

/* ── PLANS ── */
.price-plans { padding: 72px 0 40px; background: var(--white); }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 340px)); gap: 24px; justify-content: center; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 36px 32px; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s, border-color .18s; }
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan-card.featured { border: 2px solid var(--blue); box-shadow: var(--shadow-lg); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); font-size: 12px; font-weight: 700; letter-spacing: .04em; color: var(--on-blue); background: var(--blue); padding: 5px 16px; border-radius: 999px; white-space: nowrap; box-shadow: var(--shadow-sm); }
.plan-name { font-size: 22px; font-weight: 700; color: var(--dark); }
.plan-tagline { font-size: 14.5px; color: var(--muted); margin-top: 6px; line-height: 1.5; min-height: 44px; }
.plan-price { display: flex; align-items: baseline; gap: 8px; margin: 12px 0 4px; flex-wrap: wrap; }
.plan-amount { font-size: clamp(38px, 5vw, 46px); font-weight: 700; color: var(--dark); letter-spacing: -.02em; }
.plan-period { font-size: 15px; font-weight: 600; color: var(--muted); }
.plan-note { font-size: 13px; color: var(--blue); font-weight: 500; margin-bottom: 4px; min-height: 20px; }
.plan-cta { display: block; text-align: center; margin: 20px 0 24px; padding: 14px 20px; border-radius: var(--radius-sm); font-family: var(--font); font-size: 15px; font-weight: 600; text-decoration: none; border: 1.5px solid var(--blue); color: var(--blue); background: transparent; transition: all .15s; }
.plan-cta:hover { background: var(--blue-light); }
.plan-cta.primary { background: var(--blue); color: var(--on-blue); border-color: var(--blue); }
.plan-cta.primary:hover { background: var(--blue-dark); }
.plan-perks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--border); padding-top: 22px; }
.plan-perks li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: var(--body); line-height: 1.45; }
.plan-check { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: color-mix(in oklab, var(--green) 16%, transparent); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; margin-top: 1px; }
.plan-cross { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: color-mix(in oklab, var(--muted) 12%, transparent); color: var(--muted); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; margin-top: 1px; }
.plan-perks li.excluded { color: var(--muted); }
.price-reassure { text-align: center; font-size: 15px; color: var(--muted); margin-top: 36px; }
.price-reassure a { color: var(--blue); font-weight: 600; text-decoration: none; }
.price-reassure a:hover { text-decoration: underline; }

/* ── EVERYTHING INCLUDED ── */
.price-included { padding: 72px 0 96px; background: var(--bg); border-top: 1px solid var(--border); }
.incl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 22px; max-width: 900px; margin: 48px auto 0; }
.incl-item { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 500; color: var(--dark); background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 14px 18px; box-shadow: var(--shadow-sm); }
.incl-check { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--blue-light); color: var(--blue); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }

/* ── REVIEWS ── */
.price-reviews { padding: 88px 0; background: var(--white); }
.price-reviews .section-title { text-align: center; }
.price-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.price-review { margin: 0; padding: 30px; background: var(--bg); border: 1px solid var(--border); border-radius: 16px; }
.price-review-stars { color: #9a6200; letter-spacing: .08em; }
.price-review blockquote { margin: 14px 0 24px; color: var(--body); font-size: 15px; font-style: italic; line-height: 1.7; }
.price-review figcaption { display: flex; align-items: center; gap: 12px; }
.price-review-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--blue-light); color: var(--blue); font-weight: 700; }
.price-review figcaption strong, .price-review figcaption small { display: block; }
.price-review figcaption strong { color: var(--dark); font-size: 14px; }
.price-review figcaption small { color: var(--muted); font-size: 12px; }

/* ── FINAL CTA ── */
.price-cta { background: #0c152d; color: #fff; text-align: center; padding: 92px 0; }
[data-theme="dark"] .price-cta { background: #020510; }
.price-cta h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 700; color: #fff; margin-bottom: 14px; }
.price-cta p { font-size: 17px; color: #A8BED0; max-width: 560px; margin: 0 auto 34px; line-height: 1.65; }
.price-cta-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn-white { font-family: var(--font); font-size: 16px; font-weight: 600; padding: 14px 28px; border-radius: var(--radius-sm); background: #fff; color: #0c152d; text-decoration: none; transition: transform .1s, box-shadow .15s; }
.btn-white:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.btn-ghost-white { font-family: var(--font); font-size: 16px; font-weight: 600; padding: 14px 28px; border-radius: var(--radius-sm); background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); text-decoration: none; transition: background .15s, border-color .15s; }
.btn-ghost-white:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.6); }

/* ── RESPONSIVE ── */
@media (max-width: 1040px) {
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 360px)); }
  .price-review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .plan-grid { grid-template-columns: minmax(0, 420px); }
}
@media (max-width: 820px) {
  .incl-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .incl-grid { grid-template-columns: 1fr; }
}
