/* ============================================================
   PROVEN — Recruiters subpage ("Stop Recruiting Blind")
   A product-forward, dark "workbench" flow. Deliberately distinct
   from athletes (chaptered guide + rail), parents (calm editorial),
   and coaches (Coach|AD tabs). Shell inherited from homepage.css.
   All selectors namespaced .rp-*.
   ============================================================ */

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

/* ---------- HERO ---------- */
.rp-hero {
  position: relative;
  background: linear-gradient(105deg, rgba(25,34,77,0.94) 0%, rgba(25,34,77,0.80) 45%, rgba(246,138,50,0.76) 100%),
              url("../assets/hero-bg-recruiters.jpg") center/cover no-repeat;
  color: #fff;
}
.rp-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(80,200,236,0.22) 1.2px, transparent 1.2px);
  background-size: 26px 26px; opacity: .5; pointer-events: none;
}
.rp-hero-inner {
  position: relative; z-index: 1;
  max-width: 1080px; margin: 0 auto;
  padding: clamp(52px, 9vw, 104px) 32px clamp(52px, 8vw, 92px);
}
.rp-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: 16px;
}
.rp-title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(38px, 7vw, 74px); line-height: 1.0;
  letter-spacing: var(--tracking-display); text-transform: uppercase;
  margin: 0 0 16px; max-width: 16ch;
}
.rp-title .accent, .rp-h2 .accent, .rp-pullquote .accent { color: var(--brand-orange); }
.rp-subtitle {
  font-family: var(--font-body); font-size: clamp(17px, 2.3vw, 21px);
  color: rgba(255,255,255,0.86); margin: 0 0 28px; max-width: 46ch;
}
.rp-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.rp-trust { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.7); font-family: var(--font-body); }

/* ---------- SECTIONS ---------- */
.rp-main { display: block; }
.rp-section { padding: clamp(48px, 8vw, 88px) 0; border-bottom: 1px solid var(--border); }
.rp-section--dark, .rp-ese { background: var(--brand-dark-blue); color: #fff; border-bottom: 0; }
.rp-ese { padding: clamp(48px, 8vw, 88px) 0; }

.rp-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;
}
.rp-kicker--light { color: var(--brand-light-blue); }
.rp-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;
}
.rp-h2--light { color: #fff; }
.rp-lede {
  font-family: var(--font-body); font-size: 18px; line-height: 1.6;
  color: var(--fg2); margin: 0 0 36px; max-width: 62ch;
}
.rp-lede--light { color: rgba(255,255,255,0.82); }

/* ---------- Contrast (blind vs Proven) ---------- */
.rp-contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.rp-contrast-col { border-radius: var(--radius-lg); padding: 30px 30px 32px; min-width: 0; }
.rp-contrast-col--blind { background: var(--bg-sunken); border: 1px solid var(--border); color: var(--fg1); }
.rp-contrast-col--proven { background: var(--brand-dark-blue); color: #fff; }
.rp-contrast-tag {
  font-family: var(--font-display); font-weight: 900; font-size: 14px;
  letter-spacing: var(--tracking-label); text-transform: uppercase;
  margin-bottom: 18px; padding-bottom: 14px;
}
.rp-contrast-col--blind .rp-contrast-tag { color: var(--fg3); border-bottom: 1px solid var(--border); }
.rp-contrast-col--proven .rp-contrast-tag { color: var(--brand-orange); border-bottom: 1px solid rgba(255,255,255,0.15); }
.rp-contrast-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.rp-contrast-col li { font-family: var(--font-body); font-size: 16px; line-height: 1.45; padding-left: 24px; position: relative; }
.rp-contrast-col--blind li { color: var(--fg2); }
.rp-contrast-col--blind li::before { content: "✕"; position: absolute; left: 0; color: var(--fg3); font-weight: 700; }
.rp-contrast-col--proven li { color: rgba(255,255,255,0.9); }
.rp-contrast-col--proven li::before { content: "✓"; position: absolute; left: 0; color: var(--brand-orange); font-weight: 700; }

/* ---------- Verified search mock ---------- */
.rp-search {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg); padding: 22px;
}
.rp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.rp-chip {
  font-family: var(--font-display); font-weight: 800; font-size: 12px;
  letter-spacing: 0.04em; text-transform: uppercase;
  background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius-pill);
  padding: 0 18px; min-height: 44px; cursor: pointer;
  touch-action: manipulation; -webkit-tap-highlight-color: transparent;
  transition: background .15s, color .15s, border-color .15s;
}
.rp-chip:hover { color: #fff; border-color: rgba(255,255,255,0.4); }
.rp-chip.is-on { background: var(--brand-orange); color: #fff; border-color: var(--brand-orange); }
.rp-results { display: grid; gap: 10px; }
.rp-result {
  display: grid; grid-template-columns: 1.4fr 0.9fr 1.5fr; gap: 16px; align-items: center;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md); padding: 14px 18px; min-width: 0;
}
.rp-js .rp-result.is-hidden { display: none; }
.rp-r-id { display: flex; align-items: center; gap: 12px; min-width: 0; }
.rp-r-avatar { width: 40px; height: 40px; border-radius: var(--radius-pill); overflow: hidden; background: #0c1230; flex-shrink: 0; }
.rp-r-avatar img { width: 100%; height: 100%; object-fit: cover; }
.rp-r-name { font-family: var(--font-body); font-weight: 800; font-size: 15px; color: #fff; }
.rp-r-sub { font-size: 12px; color: rgba(255,255,255,0.55); }
.rp-r-metrics { display: flex; gap: 14px; font-family: var(--font-mono); font-size: 13px; color: var(--brand-light-blue); }
.rp-r-badges { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.rp-r-badges span {
  font-family: var(--font-display); font-weight: 700; font-size: 10px;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(255,255,255,0.85); background: rgba(80,200,236,0.16);
  border-radius: var(--radius-pill); padding: 5px 9px;
}
.rp-search-meta { margin-top: 16px; font-family: var(--font-body); font-size: 14px; color: rgba(255,255,255,0.6); }
.rp-search-meta b { color: rgba(255,255,255,0.85); }

/* ---------- Pull-quotes ---------- */
.rp-pullquote {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(20px, 3vw, 30px); line-height: 1.25;
  color: var(--fg1); text-align: center; max-width: 48ch; margin: 44px auto 0;
}
.rp-section--dark .rp-pullquote, .rp-pullquote--light { color: #fff; }

/* ---------- Verified pillars ---------- */
.rp-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rp-pillar {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px 22px; min-width: 0;
}
.rp-pillar-n {
  font-family: var(--font-mono); font-size: 13px; color: var(--brand-orange);
  margin-bottom: 12px;
}
.rp-pillar h3 { font-family: var(--font-body); font-weight: 800; font-size: 17px; color: var(--fg1); margin: 0 0 8px; }
.rp-pillar p { font-family: var(--font-body); font-size: 15px; line-height: 1.55; color: var(--fg2); margin: 0; }

/* ---------- ESE callout ---------- */
.rp-ese .rp-lede--light { max-width: 60ch; }

/* ---------- The stakes ---------- */
.rp-stakes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rp-stake {
  background: var(--bg-raised); border: 1px solid var(--border);
  border-left: 3px solid var(--brand-orange);
  border-radius: var(--radius-md); padding: 26px 28px; min-width: 0;
}
.rp-stake-n {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(28px, 4vw, 40px); color: var(--brand-dark-blue); line-height: 1;
  margin-bottom: 10px;
}
.rp-stake-n span { color: var(--brand-orange); }
.rp-stake-l { font-family: var(--font-body); font-size: 15px; line-height: 1.5; color: var(--fg2); }

/* ---------- Proof stat bar ---------- */
.rp-statbar { background: var(--brand-dark-blue); color: #fff; padding: 44px 0; }
.rp-statbar-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rp-statcell { text-align: center; min-width: 0; }
.rp-statcell .n { font-family: var(--font-display); font-weight: 900; font-size: clamp(28px, 4vw, 42px); }
.rp-statcell .n .accent { color: var(--brand-orange); }
.rp-statcell .l {
  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.6); margin-top: 8px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .rp-pillars { grid-template-columns: repeat(2, 1fr); }
  .rp-result { grid-template-columns: 1.4fr 1fr; }
  .rp-r-badges { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 760px) {
  .rp-wrap, .rp-hero-inner { padding-left: 20px; padding-right: 20px; }
  .rp-contrast { grid-template-columns: 1fr; }
  .rp-pillars { grid-template-columns: 1fr; }
  .rp-stakes { grid-template-columns: 1fr; }
  .rp-statbar-inner { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .rp-result { grid-template-columns: 1fr; gap: 10px; }
  .rp-r-metrics { gap: 18px; }
  .rp-r-badges { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rp-chip { transition: none; }
}

/* ============================================================
   TYPOGRAPHY POLISH — no widows/orphans
   balance: headlines/short text · pretty: longer body copy.
   ============================================================ */
.rp-title, .rp-h2, .rp-pullquote, .rp-eyebrow, .rp-kicker,
.rp-contrast-tag, .rp-pillar h3, .rp-stake-l, .rp-statcell .l,
.rp-page .cta-band h2 {
  text-wrap: balance;
}
.rp-subtitle, .rp-lede, .rp-contrast-col li, .rp-pillar p,
.rp-search-meta, .rp-page .cta-band p {
  text-wrap: pretty;
}
