/* ═══════════════════════════════════════════════════════════
   CityCalc — Insights & Reports page (/reports.html)
   Institutional navy/gold. One dominant report; manual lead capture.
═══════════════════════════════════════════════════════════ */

.rp-main { width: 100%; }

.rp-section { padding: 72px 24px; }
.rp-section-inner { max-width: 1080px; margin: 0 auto; }
.rp-section-inner-narrow { max-width: 760px; }
.rp-section-cream { background: var(--cream); }
.rp-section-dark { background: var(--ink); color: #fff; }

.rp-eyebrow-dark {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}

/* ─── Hero ─── */
.rp-hero {
  background: radial-gradient(120% 140% at 80% -10%, #16213c 0%, var(--ink) 55%);
  color: #fff; padding: 84px 24px 76px;
}
.rp-hero-inner { max-width: 1080px; margin: 0 auto; }
.rp-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.rp-section-dark .rp-eyebrow { color: var(--gold); }
.rp-title {
  font-family: 'Playfair Display', serif; font-weight: 500;
  font-size: clamp(32px, 5vw, 54px); line-height: 1.1; max-width: 16ch; margin-bottom: 22px;
}
.rp-title em { color: var(--gold); font-style: italic; }
.rp-lede {
  font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; color: #cdd6e6;
  max-width: 60ch; margin-bottom: 32px;
}
.rp-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ─── Buttons (self-contained) ─── */
.btn-gold, .btn-dark, .btn-ghost, .btn-ghost-light, .btn-link {
  font-size: 15px; font-weight: 600; padding: 13px 24px; border-radius: 8px;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
  display: inline-block; line-height: 1.2; cursor: pointer; border: none;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #a3782f; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--border-2); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.32); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn-block { width: 100%; margin-top: 8px; }

/* ─── Featured report card ─── */
.rp-report {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 40px; margin-top: 8px;
  box-shadow: 0 1px 2px rgba(10,15,28,.04), 0 14px 40px -24px rgba(10,15,28,.25);
}
.rp-report-head { border-bottom: 1px solid var(--border); padding-bottom: 26px; margin-bottom: 30px; }
.rp-report-tag {
  display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink); background: var(--gold);
  padding: 4px 12px; border-radius: 20px; margin-bottom: 16px;
}
.rp-report-title {
  font-family: 'Playfair Display', serif; font-weight: 500;
  font-size: clamp(24px, 3.2vw, 38px); line-height: 1.18; color: var(--ink); margin-bottom: 14px;
}
.rp-report-lede { font-size: clamp(15px, 1.5vw, 18px); line-height: 1.6; color: var(--ink-2); max-width: 60ch; }

.rp-report-body {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px 40px; align-items: start;
}
.rp-report-covers { grid-column: 1 / -1; }
.rp-h3 {
  font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.rp-report-who p { font-size: 15px; line-height: 1.6; color: var(--ink-2); }
.rp-covers-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.rp-covers-list li {
  position: relative; padding-left: 22px; font-size: 15px; line-height: 1.55; color: var(--ink-2);
}
.rp-covers-list li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px;
  background: var(--gold); border-radius: 2px;
}
.rp-contents-list {
  margin: 0; padding-left: 20px; columns: 2; column-gap: 40px;
  font-size: 15px; line-height: 1.7; color: var(--ink-2);
}
.rp-contents-list li { break-inside: avoid; }

.rp-sourced {
  margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--border);
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 17px; color: var(--ink);
}
.rp-report-cta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; margin-top: 24px;
}
.rp-report-pricing { font-size: 14px; color: var(--ink-3); }

/* ─── Advisory band ─── */
.rp-advisory-title {
  font-family: 'Playfair Display', serif; font-weight: 500;
  font-size: clamp(24px, 3vw, 34px); line-height: 1.2; color: #fff; margin-bottom: 14px;
}
.rp-advisory-sub { font-size: 17px; line-height: 1.6; color: #cdd6e6; max-width: 56ch; margin-bottom: 28px; }

/* ─── Lead form ─── */
.rp-apply-title {
  font-family: 'Playfair Display', serif; font-weight: 500;
  font-size: clamp(24px, 3vw, 34px); line-height: 1.2; color: var(--ink); margin-bottom: 10px;
}
.rp-apply-sub { font-size: 16px; line-height: 1.6; color: var(--ink-3); margin-bottom: 28px; max-width: 56ch; }
.rp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rp-form-wide { grid-column: 1 / -1; }
.form-textarea { resize: vertical; min-height: 110px; }
.rp-form-success {
  display: none; margin-top: 20px; padding: 18px 20px; border-radius: 10px;
  background: #ecf6ee; border: 1px solid #cfe6d4; color: #1f5130; font-weight: 500;
}
.rp-note { margin-top: 20px; font-size: 13px; line-height: 1.55; color: var(--ink-3); }

/* ─── Responsive ─── */
@media (max-width: 720px) {
  .rp-section { padding: 52px 20px; }
  .rp-report { padding: 26px 22px; }
  .rp-report-body { grid-template-columns: 1fr; gap: 26px; }
  .rp-covers-list { grid-template-columns: 1fr; }
  .rp-contents-list { columns: 1; }
  .rp-form-grid { grid-template-columns: 1fr; }
}
