/* ============================================================
   PROVEN — Pricing (SaaS-style plan page)
   Shell inherited from homepage.css. All selectors namespaced .pr-*.
   ============================================================ */

.pr-page { background: var(--bg); color: var(--fg1); }
.pr-wrap { max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.pr-wrap--narrow { max-width: 760px; }
.pr-section { scroll-margin-top: 132px; }

/* ---------- Hero ---------- */
.pr-hero {
  position: relative;
  background: linear-gradient(105deg, rgba(25,34,77,0.95) 0%, rgba(25,34,77,0.82) 45%, rgba(246,138,50,0.74) 100%),
              url("/proven-web/assets/hero-bg-coaches.jpg") center/cover no-repeat;
  color: #fff;
}
.pr-hero-inner { position: relative; max-width: 1080px; margin: 0 auto; padding: clamp(48px,8vw,96px) 32px clamp(48px,8vw,88px); }
.pr-crumb { display: inline-flex; align-items: center; min-height: 44px; touch-action: manipulation; color: var(--brand-light-blue); text-decoration: none; font-family: var(--font-body); font-size: 14px; margin-bottom: 14px; }
.pr-crumb:hover { text-decoration: underline; }
.pr-eyebrow { font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: var(--tracking-label); text-transform: uppercase; color: var(--brand-light-blue); margin-bottom: 14px; }
.pr-title { font-family: var(--font-display); font-weight: 900; font-size: clamp(34px,4.8vw,54px); line-height: 1.04; letter-spacing: var(--tracking-display); text-transform: uppercase; margin: 0 0 16px; max-width: 28ch; }
.pr-title .accent { color: var(--brand-orange); }
.pr-subtitle { font-family: var(--font-body); font-size: clamp(17px,2.2vw,21px); color: rgba(255,255,255,0.86); margin: 0 0 28px; max-width: 56ch; }
.pr-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.pr-hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pr-pill { font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); border-radius: var(--radius-pill); padding: 7px 14px; }

/* ---------- Sections ---------- */
.pr-section { padding: clamp(48px,8vw,88px) 0; border-bottom: 1px solid var(--border); }
.pr-section--dark { background: var(--brand-dark-blue); color: #fff; border-bottom: 0; }
.pr-section--tint { background: #F2F7FA; border-bottom-color: #E2EBF1; }
.pr-section--slim { padding: clamp(28px,4.5vw,48px) 0; }
.pr-kicker { font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: var(--tracking-label); text-transform: uppercase; color: #2C7FA3; margin-bottom: 14px; }
.pr-kicker--center { text-align: center; }
.pr-h2 { font-family: var(--font-display); font-weight: 900; font-size: clamp(26px,4.2vw,42px); line-height: 1.08; letter-spacing: var(--tracking-display); text-transform: uppercase; color: var(--fg1); margin: 0 0 16px; max-width: 22ch; }
.pr-h2--center { text-align: center; max-width: 28ch; margin-left: auto; margin-right: auto; }
.pr-h2 .accent { color: var(--brand-orange); }
.pr-lede { font-family: var(--font-body); font-size: 18px; line-height: 1.6; color: var(--fg2); margin: 0 0 32px; max-width: 62ch; }
.pr-lede--center { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- Check icon (shared) ---------- */
.pr-check { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: var(--radius-pill); background: rgba(26,142,92,0.12); color: var(--color-success); font-weight: 800; font-size: 14px; }

/* ---------- ROI comparison (condensed) ---------- */
.pr-roi { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(16px,3vw,36px); align-items: stretch; max-width: 880px; margin: 0 auto; }
.pr-roi-figure { display: flex; flex-direction: column; align-items: center; text-align: center; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--radius-lg); padding: 26px 28px; }
.pr-roi-figure--accent { background: rgba(246,138,50,0.10); border-color: rgba(246,138,50,0.35); }
.pr-roi-tag { font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: var(--tracking-label); text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 12px; }
.pr-roi-figure--accent .pr-roi-tag { color: var(--brand-orange); }
.pr-roi-num { font-family: var(--font-display); font-weight: 900; font-size: clamp(40px,5.5vw,58px); line-height: 1; letter-spacing: 0.01em; color: rgba(255,255,255,0.5); }
.pr-roi-num span { font-size: 0.5em; vertical-align: top; }
.pr-roi-figure--accent .pr-roi-num { color: var(--brand-orange); }
.pr-roi-figure p { font-family: var(--font-body); font-size: 15px; line-height: 1.5; color: rgba(255,255,255,0.82); margin: 12px 0 0; max-width: 32ch; }
.pr-roi-figure p b { color: #fff; }
.pr-roi-vs { align-self: center; flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.22); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.6); }

/* ---------- Pay-later banner ---------- */
.pr-banner { display: flex; align-items: flex-start; gap: 12px; max-width: 760px; margin: 0 auto 36px; background: rgba(246,138,50,0.10); border: 1px solid rgba(246,138,50,0.32); border-radius: var(--radius-lg); padding: 16px 20px; font-family: var(--font-body); font-size: 15.5px; line-height: 1.5; color: var(--fg1); }
.pr-banner-mark { color: var(--brand-orange); font-size: 14px; line-height: 1.5; }
.pr-banner b { font-weight: 800; }

/* ---------- Plan cards ---------- */
.pr-plans { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: stretch; }
.pr-plan { position: relative; display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 20px 24px; text-align: center; min-width: 0; }
.pr-plan--featured { border-color: var(--brand-orange); border-width: 2px; box-shadow: var(--shadow-md); }
.pr-plan-flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-family: var(--font-display); font-weight: 800; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: var(--brand-orange); border-radius: var(--radius-pill); padding: 5px 12px; white-space: nowrap; }
.pr-plan-class { font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg1); min-height: 2.6em; display: flex; align-items: center; justify-content: center; }
.pr-plan-price { font-family: var(--font-display); font-weight: 900; font-size: 34px; line-height: 1; color: var(--fg1); margin: 12px 0 4px; }
.pr-plan-per { font-family: var(--font-body); font-weight: 600; font-size: 13px; color: var(--fg3); letter-spacing: 0; margin-left: 4px; }
.pr-plan-note { font-family: var(--font-body); font-size: 13px; color: var(--fg2); margin-bottom: 18px; }
.pr-plan-btn { width: 100%; margin-top: auto; padding-left: 8px; padding-right: 8px; font-size: 11px; letter-spacing: 0.04em; white-space: nowrap; }
.pr-plan-sub { font-family: var(--font-body); font-size: 12px; color: var(--fg3); margin-top: 10px; }
.pr-plans-foot { text-align: center; font-family: var(--font-body); font-size: 15px; color: var(--fg2); margin: 28px 0 0; }
.pr-plans-foot a { color: var(--link); text-decoration: underline; }

/* ---------- Included list ---------- */
.pr-included { list-style: none; margin: 8px auto 0; padding: 0; max-width: 760px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.pr-included li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: center; font-family: var(--font-body); font-size: 16px; color: var(--fg1); padding: 10px 0; border-bottom: 1px solid var(--border); }

/* ---------- FAQ ---------- */
.pr-faq { display: grid; gap: 0; margin-top: 8px; }
.pr-faq-item { border-bottom: 1px solid var(--border-strong); }
.pr-faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; font-family: var(--font-body); font-weight: 700; font-size: 17px; color: var(--fg1); }
.pr-faq-item summary::-webkit-details-marker { display: none; }
.pr-faq-item summary::after { content: "+"; font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--brand-orange); line-height: 1; flex: 0 0 auto; transition: transform .2s; }
.pr-faq-item[open] summary::after { content: "−"; }
.pr-faq-item p { font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: var(--fg2); margin: 0 0 22px; max-width: 64ch; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .pr-plans { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .pr-plan-class { min-height: 0; }
}
@media (max-width: 760px) {
  .pr-wrap, .pr-hero-inner { padding-left: 20px; padding-right: 20px; }
  .pr-plans { grid-template-columns: 1fr; }
  .pr-included { grid-template-columns: 1fr; }
  .pr-roi { grid-template-columns: 1fr; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* ---------- Typography polish — no widows/orphans ---------- */
.pr-title, .pr-h2, .pr-eyebrow, .pr-kicker,
.pr-plan-class, .pr-faq-item summary,
.pr-page .cta-band h2 { text-wrap: balance; }
.pr-subtitle, .pr-lede, .pr-roi-figure p,
.pr-banner, .pr-included li, .pr-faq-item p, .pr-plans-foot,
.pr-page .cta-band p { text-wrap: pretty; }

/* ---------- State selector ---------- */
.pr-state-selector { max-width: 480px; margin: 0 auto 32px; text-align: center; }
.pr-state-label { display: block; font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: var(--tracking-label); text-transform: uppercase; color: #2C7FA3; margin-bottom: 10px; }
.pr-state-field { position: relative; display: inline-block; width: 100%; max-width: 360px; }
.pr-state-field select { appearance: none; -webkit-appearance: none; width: 100%; font-family: var(--font-body); font-size: 16px; font-weight: 600; color: var(--fg1); background: var(--bg); border: 1px solid var(--border-strong); border-radius: var(--radius-pill); padding: 14px 44px 14px 20px; cursor: pointer; }
.pr-state-field select:focus-visible { outline: 2px solid var(--brand-orange); outline-offset: 2px; }
.pr-state-field::after { content: "\25BE"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--brand-orange); font-size: 14px; }
.pr-state-panel[hidden] { display: none; }

/* ---------- Out-of-state contact panel ---------- */
.pr-contact { max-width: 640px; margin: 0 auto; text-align: center; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: clamp(28px,5vw,44px); }
.pr-contact-kicker { font-family: var(--font-display); font-weight: 700; font-size: 12px; letter-spacing: var(--tracking-label); text-transform: uppercase; color: #2C7FA3; margin-bottom: 12px; }
.pr-contact-h { font-family: var(--font-display); font-weight: 900; font-size: clamp(24px,3.6vw,34px); line-height: 1.1; letter-spacing: var(--tracking-display); text-transform: uppercase; color: var(--fg1); margin: 0 0 14px; text-wrap: balance; }
.pr-contact-h .accent { color: var(--brand-orange); }
.pr-contact-p { font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: var(--fg2); margin: 0 auto 24px; max-width: 48ch; text-wrap: pretty; }
.pr-contact-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.pr-contact-foot { font-family: var(--font-body); font-size: 14px; color: var(--fg3); margin: 22px 0 0; }
