<!-- ═══════════════════════════════════════════════
     STYLES (scoped to NRC components)
     Place in assets/css/nrc-home.css in production
══════════════════════════════════════════════════ -->

/* ── Brand tokens ───────────────────────────── */
:root {
  --nrc-blue:       #1F4E79;
  --nrc-blue-mid:   #2E75B6;
  --nrc-gold:       #BF8F00;
  --nrc-gold-lt:    #FFF2CC;
  --nrc-blue-lt:    #D6E4F0;
  --nrc-bg:         #F8F7F4;
  --nrc-text:       #2C2C2C;
  --nrc-muted:      #595959;
}
 
/* ── Hero ───────────────────────────────────── */
.nrc-hero {
  background-color: var(--nrc-bg);
  border-bottom: 4px solid var(--nrc-gold);
}
.nrc-logo-img {
  max-width: 700px;
  height: auto;
}
.nrc-hero-lead {
  font-family: 'Nunito', sans-serif;
  font-size: 1.15rem;
  color: var(--nrc-muted);
  line-height: 1.7;
}
 
/* ── Promise badge ──────────────────────────── */
.nrc-promise-badge {
  background-color: var(--nrc-blue);
  color: #fff;
  display: inline-flex;
}
.nrc-promise-pct {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--nrc-gold);
  line-height: 1;
  white-space: nowrap;
}
.nrc-promise-text {
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
 
/* ── Timeline wrap ──────────────────────────── */
.nrc-timeline-wrap {
  background-color: #fff;
  border: 1px solid #e4e0d8;
  box-shadow: 0 2px 12px rgba(31,78,121,.07);
}
 
/* ── Buttons ────────────────────────────────── */
.btn-nrc-primary {
  background-color: var(--nrc-blue);
  border-color:     var(--nrc-blue);
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  letter-spacing: .03em;
  transition: background .2s, border-color .2s;
}
.btn-nrc-primary:hover,
.btn-nrc-primary:focus {
  background-color: var(--nrc-blue-mid);
  border-color:     var(--nrc-blue-mid);
  color: #fff;
}
.btn-nrc-outline {
  background-color: transparent;
  border: 2px solid var(--nrc-blue);
  color: var(--nrc-blue);
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  letter-spacing: .03em;
  transition: background .2s, color .2s;
}
.btn-nrc-outline:hover,
.btn-nrc-outline:focus {
  background-color: var(--nrc-blue);
  color: #fff;
}
.btn-nrc-outline-light {
  background-color: transparent;
  border: 2px solid rgba(255,255,255,.6);
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  transition: background .2s, border-color .2s;
}
.btn-nrc-outline-light:hover {
  background-color: rgba(255,255,255,.15);
  border-color: #fff;
  color: #fff;
}
 
/* ── Impact numbers ─────────────────────────── */
.nrc-impact {
  background-color: var(--nrc-blue);
}
.nrc-stat-card {
  background-color: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
}
.nrc-stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--nrc-gold);
  line-height: 1.1;
}
.nrc-stat-label {
  font-family: 'Nunito', sans-serif;
  font-size: 0.88rem;
  color: rgba(255,255,255,.8);
  margin-top: .4rem;
}
 
/* ── Section titles ─────────────────────────── */
.nrc-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--nrc-blue);
}
.nrc-section-sub {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: var(--nrc-muted);
}
 
/* ── Who can apply cards ────────────────────── */
.nrc-who {
  background-color: #fff;
}
.nrc-who-card {
  background-color: var(--nrc-bg);
  border: 1px solid #e4e0d8;
  transition: box-shadow .2s, transform .2s;
}
.nrc-who-card:hover {
  box-shadow: 0 6px 20px rgba(31,78,121,.1);
  transform: translateY(-3px);
}
.nrc-who-icon {
  font-size: 2rem;
  line-height: 1;
}
.nrc-who-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--nrc-blue);
}
.nrc-who-text {
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  color: var(--nrc-muted);
  line-height: 1.6;
}
.nrc-award-pill {
  display: inline-block;
  background-color: var(--nrc-gold-lt);
  color: var(--nrc-gold);
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 999px;
  border: 1px solid var(--nrc-gold);
}
 
/* ── Donate / Sponsor CTA ───────────────────── */
.nrc-cta {
  background-color: var(--nrc-bg);
}
.nrc-cta-card {
  background-color: #fff;
  border: 1px solid #e4e0d8;
  box-shadow: 0 2px 12px rgba(31,78,121,.06);
}
.nrc-cta-card--sponsor {
  background-color: var(--nrc-blue);
  border-color: var(--nrc-blue);
}
.nrc-cta-card--sponsor .nrc-cta-title,
.nrc-cta-card--sponsor .nrc-cta-text,
.nrc-cta-card--sponsor .nrc-giving-levels li {
  color: rgba(255,255,255,.9);
}
.nrc-cta-card--sponsor .nrc-giving-amt {
  color: var(--nrc-gold);
}
.nrc-cta-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--nrc-blue);
  margin-bottom: .75rem;
}
.nrc-cta-text {
  font-family: 'Nunito', sans-serif;
  font-size: 0.95rem;
  color: var(--nrc-muted);
  line-height: 1.7;
}
.nrc-giving-levels li {
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  color: var(--nrc-muted);
  padding: .35rem 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.nrc-giving-amt {
  font-weight: 800;
  color: var(--nrc-blue);
  margin-right: .5rem;
  min-width: 54px;
  display: inline-block;
}
 
/* ── Responsive tweaks ──────────────────────── */
@media (max-width: 767.98px) {
  .nrc-logo-img   { max-width: 100%; }
  .nrc-promise-pct { font-size: 1.8rem; }
  .nrc-stat-num   { font-size: 2rem; }
  .nrc-section-title { font-size: 1.6rem; }
}
