/* ============================================================
   NFMSS HOMEPAGE STYLES - v3.0 (district partnership + education-based restructure)
   - Sanitizer-safe backgrounds (no radial-gradient "at" syntax)
   - Photos are SMALL by design: capped heights, thin strips
   - New .action-row strip between How It Works and Sports
   All rules scoped under .nfp. ASCII-only.
   ============================================================ */
.nfp {
  margin-top: -40px;
  position: relative;
  z-index: 2;
  --blue: #0e3a66;
  --blue-deep: #06182f;
  --red: #c8102e;
  --red-dark: #9e0c24;
  --red-bright: #e81c34;
  --off: #f6f7f9;
  --border: #e4e7eb;
  --ink: #1c2430;
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1c2430;
  line-height: 1.6;
  font-size: 17px;
  background: #ffffff;
  margin: 0;
}
.nfp *, .nfp *::before, .nfp *::after { box-sizing: border-box; }
.nfp img { max-width: 100%; height: auto; display: block; }
.nfp h1, .nfp h2, .nfp h3 { margin: 0; line-height: 1.05; }
.nfp p { margin: 0 0 1em; }
.nfp a:focus-visible,
.nfp button:focus-visible,
.nfp summary:focus-visible {
  outline: 3px solid #c8102e;
  outline-offset: 3px;
}

/* ---- Shared building blocks ---- */
.nfp .wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.nfp .eyebrow {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #e81c34;
  border-bottom: 2px solid #e81c34;
  padding-bottom: 6px;
  margin-bottom: 18px;
}
.nfp .eyebrow.dark { color: #c8102e; border-color: #c8102e; }
.nfp .headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.nfp .headline em {
  font-style: italic;
  color: #c8102e;
}
.nfp .btn {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 34px;
  border: 2px solid transparent;
  transition: transform .15s ease, background .15s ease, color .15s ease;
}
.nfp .btn:hover { transform: translateY(-2px); }
.nfp .btn-red { background: #c8102e; color: #fff; }
.nfp .btn-red:hover { background: #9e0c24; }
.nfp .btn-ghost { border-color: #0e3a66; color: #0e3a66; }
.nfp .btn-ghost:hover { border-color: #c8102e; color: #fff; background: #c8102e; }
.nfp .btn-blue { background: #0e3a66; color: #fff; }
.nfp .btn-blue:hover { background: #06182f; }

/* Diagonal red sideline stripe - final CTA only */
.nfp .hero::after { display: none; }
.nfp .stripe::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -160px;
  width: 90px;
  height: 140%;
  background: #c8102e;
  transform: rotate(14deg);
  opacity: .38;
  pointer-events: none;
}

/* ---- HERO ---- */
.nfp .hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #1c2430;
  padding: 16px 0 84px;
  border-bottom: 1px solid #e4e7eb;
}
.nfp .hero .eyebrow { color: #c8102e; border-color: #c8102e; }
.nfp .hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .nfp .hero-banner-img { margin-bottom: 28px; }
}
.nfp .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 48px;
}
.nfp .hero .headline {
  font-size: clamp(52px, 9vw, 92px);
  color: #0e3a66;
  margin-bottom: 24px;
}
.nfp .hero .headline em { color: #c8102e; }
.nfp .hero-body {
  font-size: 17px;
  color: #1c2430;
  max-width: 60ch;
}
.nfp .hero-body strong { color: #c8102e; }
.nfp .hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.nfp .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 44px;
  max-width: 780px;
}
.nfp .stat-card {
  background: #06182f;
  border: 1px solid #06182f;
  border-top: 3px solid #0e3a66;
  padding: 22px 20px 18px;
}
.nfp .stat-card.accent {
  border-top-color: #e81c34;
  background: #9e0c24;
  border-color: #9e0c24;
}
.nfp .stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.nfp .stat-card.accent .stat-num { color: #e81c34; }
.nfp .stat-lbl {
  font-size: 14px;
  color: rgba(255,255,255,.78);
  margin-top: 8px;
  line-height: 1.4;
}

/* ---- RANKINGS TEASER (small, click-to-enlarge) ---- */
.nfp .rankings-teaser { padding: 40px 0; background: #f5f6fa; border-top: 1px solid #e4e7eb; border-bottom: 1px solid #e4e7eb; }
.nfp .rankings-teaser-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.nfp .rankings-teaser-img {
  width: 100%;
  max-width: 200px;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(14,58,102,.18);
  cursor: zoom-in;
  transition: transform .15s ease, box-shadow .15s ease;
}
.nfp .rankings-teaser-img:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(14,58,102,.26);
}
.nfp .rankings-teaser-tag {
  display: inline-block;
  background: #c8102e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.nfp .rankings-teaser-copy h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 3vw, 26px);
  color: #0e3a66;
  line-height: 1.15;
  margin: 0 0 8px;
}
.nfp .rankings-teaser-copy p { color: #1c2430; max-width: 46ch; margin: 0 auto 16px; }

/* ---- LIGHTBOX (used by rankings teaser) ---- */
.nfp-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(6,24,47,.92);
  align-items: center;
  justify-content: center;
  padding: 24px;
  cursor: zoom-out;
}
.nfp-lightbox.open { display: flex; }
.nfp-lightbox img {
  max-width: 92vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.nfp-lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.nfp-lightbox-close:hover { background: rgba(255,255,255,.22); }

/* ---- MISSION ---- */
.nfp .mission { padding: 84px 0; background: #fff; }
.nfp .mission-inner { display: grid; gap: 40px; align-items: center; }
.nfp .mission-img {
  width: 100%;
  max-width: 440px;
  justify-self: center;
  border: 1px solid #e4e7eb;
  box-shadow: 10px 10px 0 #0e3a66;
}
.nfp .mission .headline { font-size: clamp(36px, 5vw, 52px); color: #0e3a66; margin-bottom: 20px; }
.nfp .mission-copy p { color: #1c2430; }

/* ---- BANNERS (red / white / blue pennants) ---- */
.nfp .banners { padding: 84px 0; background: #ffffff; border-top: 1px solid #e4e7eb; }
.nfp .banners .headline { font-size: clamp(36px, 5vw, 52px); color: #0e3a66; margin-bottom: 14px; }
.nfp .banners-sub { max-width: 62ch; margin-bottom: 44px; color: #1c2430; }
.nfp .banner-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding-top: 14px;
  border-top: 10px solid #c8102e;
  border-image: repeating-linear-gradient(45deg, #c8102e 0 14px, #ffffff 14px 20px, #0e3a66 20px 34px, #ffffff 34px 40px) 10;
}
.nfp .banner {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  padding: 34px 24px 64px;
  text-align: center;
  min-height: 230px;
}
.nfp .banner-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .3em;
  text-transform: uppercase;
  opacity: .75;
  margin-bottom: 18px;
}
.nfp .banner h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.nfp .banner.blue { background: #0e3a66; color: #ffffff; }
.nfp .banner.blue .banner-tag { color: #e81c34; opacity: 1; }
.nfp .banner.red { background: #c8102e; color: #ffffff; }
.nfp .banner.red .banner-tag { color: #ffffff; }
.nfp .banner.white { background: #f6f7f9; color: #0e3a66; border: 2px solid #0e3a66; }
.nfp .banner.white .banner-tag { color: #c8102e; opacity: 1; }

/* ---- HOW IT WORKS ---- */
.nfp .hiw { padding: 84px 0; background: #f6f7f9; }
.nfp .hiw .headline { font-size: clamp(36px, 5vw, 52px); color: #0e3a66; margin-bottom: 44px; }
.nfp .hiw-grid { display: grid; gap: 20px; }
.nfp .hiw-step {
  background: #fff;
  border: 1px solid #e4e7eb;
  border-left: 4px solid #c8102e;
  padding: 30px 26px;
}
.nfp .hiw-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .14em;
  color: #c8102e;
  text-transform: uppercase;
}
.nfp .hiw-step h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  color: #0e3a66;
  margin: 10px 0 12px;
}
.nfp .hiw-step p { font-size: 16px; margin-bottom: 0; }

/* ---- ACTION ROW (small photo strip) ---- */
.nfp .action-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  background: #06182f;
}
.nfp .action-row img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

/* ---- SPORTS ---- */
.nfp .sports {
  padding: 84px 0;
  background: #06182f;
  background-image: linear-gradient(160deg, #0e3a66 0%, #06182f 100%);
  color: #fff;
}
.nfp .sports .headline { font-size: clamp(36px, 5vw, 52px); color: #fff; margin-bottom: 14px; }
.nfp .sports .headline em { color: #e81c34; }
.nfp .sports-sub { color: rgba(255,255,255,.78); max-width: 60ch; margin-bottom: 36px; }
.nfp .pill-row { display: flex; flex-wrap: wrap; gap: 12px; }
.nfp .pill {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 10px 22px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  color: #fff;
  transition: border-color .15s ease, background .15s ease;
}
.nfp .pill:hover { border-color: #e81c34; background: #c8102e; }

/* ---- PRICING ---- */
.nfp .pricing { padding: 84px 0; background: #fff; }
.nfp .pricing .headline { font-size: clamp(36px, 5vw, 52px); color: #0e3a66; margin-bottom: 12px; }
.nfp .pricing-sub { max-width: 62ch; margin-bottom: 44px; }
.nfp .tier-grid { display: grid; gap: 22px; }
.nfp .tier {
  border: 1px solid #e4e7eb;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  background: #f6f7f9;
}
.nfp .tier.featured {
  background: #fff;
  border: 2px solid #c8102e;
  position: relative;
}
.nfp .tier.best { background: #06182f; color: #fff; border: none; }
.nfp .tier-flag {
  position: absolute;
  top: -14px;
  left: 30px;
  background: #c8102e;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 5px 14px;
}
.nfp .tier h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #0e3a66;
}
.nfp .tier.best h3 { color: #e81c34; }
.nfp .tier-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 62px;
  line-height: 1;
  color: #0e3a66;
  margin: 14px 0 4px;
}
.nfp .tier.best .tier-price { color: #fff; }
.nfp .tier-per { font-size: 14px; color: #6e7684; margin-bottom: 20px; }
.nfp .tier.best .tier-per { color: rgba(255,255,255,.65); }
.nfp .tier ul { list-style: none; margin: 0 0 28px; padding: 0; flex: 1; }
.nfp .tier li {
  padding: 9px 0 9px 28px;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #e4e7eb;
}
.nfp .tier.best li { border-color: rgba(255,255,255,.14); }
.nfp .tier li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #c8102e;
  font-weight: 700;
}
.nfp .tier.best li::before { color: #e81c34; }
.nfp .tier .btn { text-align: center; }

/* ---- FAQ ---- */
.nfp .faq { padding: 84px 0; background: #f6f7f9; }
.nfp .faq .headline { font-size: clamp(36px, 5vw, 52px); color: #0e3a66; margin-bottom: 40px; }
.nfp .faq-inner { display: grid; gap: 40px; align-items: start; }
.nfp .faq-list { max-width: 820px; }
.nfp .faq details {
  background: #fff;
  border: 1px solid #e4e7eb;
  margin-bottom: 12px;
}
.nfp .faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 54px 20px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #0e3a66;
  position: relative;
}
.nfp .faq summary::-webkit-details-marker { display: none; }
.nfp .faq summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #c8102e;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
.nfp .faq details[open] summary::after { content: "\2013"; }
.nfp .faq-a { padding: 0 24px 22px; font-size: 16px; }
.nfp .faq-a p:last-child { margin-bottom: 0; }
.nfp .faq-side { display: none; }
.nfp .faq-side img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid #e4e7eb;
  margin-bottom: 14px;
  box-shadow: 8px 8px 0 #c8102e;
}

/* ---- PHOTO STRIP (small) ---- */
.nfp .photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  background: #06182f;
  position: relative;
  overflow: hidden;
}
.nfp .photos img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

/* ---- RULEBOOK ---- */
.nfp .rulebook {
  padding: 84px 0;
  background: #f6f7f9;
  border-top: 1px solid #e4e7eb;
  border-bottom: 1px solid #e4e7eb;
}
.nfp .rulebook-inner { display: grid; gap: 44px; align-items: center; }
.nfp .rulebook-cover { max-width: 320px; margin: 0 auto; }
.nfp .rulebook-cover img {
  width: 100%;
  border: 1px solid #e4e7eb;
  box-shadow: 10px 10px 0 #c8102e;
  background: #fff;
}
.nfp .rulebook .headline { font-size: clamp(36px, 5vw, 52px); color: #0e3a66; margin-bottom: 14px; }
.nfp .rulebook-sub { max-width: 58ch; margin-bottom: 18px; }
.nfp .rulebook-points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.nfp .rulebook-points li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
}
.nfp .rulebook-points li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #c8102e;
  font-weight: 700;
}
.nfp .rulebook-btns { margin-bottom: 14px; }
.nfp .rulebook-note {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0e3a66;
}

/* ---- FINAL CTA ---- */
.nfp .cta {
  position: relative;
  overflow: hidden;
  background: #06182f;
  background-image: linear-gradient(160deg, #0e3a66 0%, #06182f 100%);
  color: #fff;
  padding: 96px 0;
  text-align: center;
}
.nfp .cta .wrap { position: relative; z-index: 1; }
.nfp .cta .headline { font-size: clamp(44px, 7vw, 74px); color: #fff; margin-bottom: 18px; }
.nfp .cta .headline em { color: #e81c34; }
.nfp .cta p { color: rgba(255,255,255,.82); max-width: 56ch; margin: 0 auto 34px; }
.nfp .cta .stripe-note {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #e81c34;
  margin-top: 22px;
}

/* ---- DESKTOP (768px and up) ---- */
@media (min-width: 768px) {
  .nfp .mission-inner { grid-template-columns: .9fr 1.1fr; gap: 64px; }
  .nfp .rankings-teaser-inner { flex-direction: row; text-align: left; gap: 32px; }
  .nfp .rankings-teaser-img { max-width: 220px; flex-shrink: 0; }
  .nfp .rankings-teaser-copy p { margin: 0 0 16px; }
  .nfp .hiw-grid { grid-template-columns: repeat(3, 1fr); }
  .nfp .banner-row { grid-template-columns: repeat(3, 1fr); }
  .nfp .action-row img { height: 170px; }
  .nfp .tier-grid { grid-template-columns: repeat(2, 1fr); align-items: stretch; max-width: 780px; margin: 0 auto; }
  .nfp .faq-inner { grid-template-columns: 1fr 300px; gap: 56px; }
  .nfp .rulebook-inner { grid-template-columns: 340px 1fr; gap: 72px; }
  .nfp .rulebook-cover { margin: 0; }
  .nfp .faq-side { display: block; }
  .nfp .photos img { height: 160px; }
  .nfp .stripe::after { right: -40px; }
}

@media (prefers-reduced-motion: reduce) {
  .nfp * { transition: none !important; }
}

/* ================================================================
   v3.0 ADDITIONS — National Standards teaser, Why NFMSS, For School
   Districts, Ecosystem diagram, hero subline, 3-tier pricing, ghost
   CTA button on dark backgrounds.
   ================================================================ */

.nfp .hero-subline { font-size: 15px; letter-spacing: .02em; color: #0e3a66; margin-top: 18px; max-width: 60ch; }
.nfp .hero-subline strong { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #0e3a66; }
.nfp .btn-blue { background: #0e3a66; color: #fff; }
.nfp .btn-blue:hover { background: #06182f; }
.nfp .cta .btn-ghost { border-color: #fff; color: #fff; }
.nfp .cta .btn-ghost:hover { border-color: #e81c34; background: #e81c34; color: #fff; }
.nfp .cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 8px; }

/* ---- NATIONAL STANDARDS TEASER ---- */
.nfp .standards { padding: 84px 0; background: #fff; border-top: 1px solid #e4e7eb; }
.nfp .standards .headline { font-size: clamp(36px, 5vw, 52px); color: #0e3a66; margin-bottom: 14px; }
.nfp .standards-sub { max-width: 68ch; margin-bottom: 36px; }
.nfp .pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
.nfp .pillar-card {
  background: #f6f7f9;
  border: 1px solid #e4e7eb;
  border-left: 4px solid #0e3a66;
  padding: 16px 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .02em;
  color: #1c2430;
}
.nfp .pillar-card.more { border-left-color: #c8102e; color: #c8102e; background: #fff; border-style: dashed; }

/* ---- WHY NFMSS (six pillars) ---- */
.nfp .why { padding: 84px 0; }
.nfp .why .headline { font-size: clamp(36px, 5vw, 52px); color: #fff; margin-bottom: 40px; }
.nfp .why .headline em { color: #e81c34; }
.nfp .why-grid { display: grid; gap: 18px; }
.nfp .why-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  border-top: 3px solid #e81c34;
  padding: 26px 24px;
}
.nfp .why-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #fff;
  margin-bottom: 10px;
}
.nfp .why-card p { color: rgba(255,255,255,.78); font-size: 15px; margin-bottom: 0; }

/* ---- FOR SCHOOL DISTRICTS ---- */
.nfp .districts { padding: 84px 0; background: #f6f7f9; border-top: 1px solid #e4e7eb; border-bottom: 1px solid #e4e7eb; }
.nfp .districts .headline { font-size: clamp(36px, 5vw, 52px); color: #0e3a66; margin-bottom: 16px; max-width: 20ch; }
.nfp .districts-sub { max-width: 74ch; margin-bottom: 40px; font-size: 17px; }
.nfp .compare-table { background: #fff; border: 1px solid #e4e7eb; margin-bottom: 32px; overflow: hidden; }
.nfp .compare-head, .nfp .compare-row {
  display: grid;
  grid-template-columns: 32px 1fr 1fr;
  gap: 0;
  align-items: stretch;
}
.nfp .compare-head {
  background: #0e3a66;
}
.nfp .compare-head .compare-without,
.nfp .compare-head .compare-with {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  padding: 14px 18px;
  color: #fff;
}
.nfp .compare-head .compare-with { background: #c8102e; }
.nfp .compare-row { border-top: 1px solid #e4e7eb; }
.nfp .compare-row .compare-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #c8102e;
  background: #f6f7f9;
  font-size: 14px;
}
.nfp .compare-row .compare-without {
  padding: 16px 18px;
  background: #fbfbfc;
  color: #4a5262;
  font-size: 15px;
}
.nfp .compare-row .compare-with {
  padding: 16px 18px;
  background: #fff5f2;
  color: #1c2430;
  font-weight: 600;
  font-size: 15px;
}
.nfp .districts-cta { text-align: center; }
.nfp .districts-note {
  display: block;
  margin-top: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .05em;
  color: #0e3a66;
}

/* ---- NFMSS + RISING RANK SPORTS ECOSYSTEM ---- */
.nfp .ecosystem { padding: 84px 0; background: #fff; text-align: center; }
.nfp .ecosystem .headline { font-size: clamp(32px, 4.6vw, 46px); color: #0e3a66; margin: 6px 0 40px; }
.nfp .eco-inner { display: flex; flex-direction: column; align-items: center; }
.nfp .eco-diagram { display: flex; flex-direction: column; align-items: center; gap: 4px; max-width: 460px; width: 100%; margin-bottom: 28px; }
.nfp .eco-box { width: 100%; padding: 26px 24px; border: 2px solid #0e3a66; }
.nfp .eco-box.eco-nfmss { background: #0e3a66; color: #fff; }
.nfp .eco-box.eco-rrs { background: #06182f; color: #fff; border-color: #06182f; }
.nfp .eco-box-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px;
}
.nfp .eco-box-sub { font-size: 13px; letter-spacing: .03em; color: rgba(255,255,255,.75); }
.nfp .eco-arrow { display: flex; flex-direction: column; align-items: center; padding: 6px 0; }
.nfp .eco-arrow span {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #c8102e;
}
.nfp .eco-arrow-line {
  width: 2px;
  height: 18px;
  background: #c8102e;
  margin-top: 4px;
}
.nfp .eco-tag { max-width: 60ch; margin: 0 auto; color: #4a5262; font-size: 16px; }

/* ---- PRICING: 3-tier variant ---- */
.nfp .tier.district { background: #06182f; color: #fff; border: none; position: relative; }
.nfp .tier.district h3 { color: #fff; }
.nfp .tier-price-text { font-size: 40px; }
.nfp .tier.district .tier-per { color: rgba(255,255,255,.65); }
.nfp .tier.district li { border-color: rgba(255,255,255,.14); }
.nfp .tier.district li::before { color: #e81c34; }
.nfp .tier-flag-blue { background: #0e3a66; }

/* ---- DESKTOP (768px and up) — v3.0 additions ---- */
@media (min-width: 768px) {
  .nfp .pillar-grid { grid-template-columns: repeat(4, 1fr); }
  .nfp .why-grid { grid-template-columns: repeat(3, 1fr); }
  .nfp .compare-head, .nfp .compare-row { grid-template-columns: 48px 1fr 1fr; }
  .nfp .tier-grid-3 { grid-template-columns: repeat(3, 1fr); max-width: 1080px; }
  .nfp .eco-diagram { max-width: 560px; }
}
