/* ============================================================
   NFMSS "WHY SPORTS MATTER" PAGE STYLES
   Scoped under .nfwsm. Matches NFMSS brand: Barlow / Barlow
   Condensed, navy #0e3a66, deep navy #06182f, red #c8102e.
   Self-contained — safe to paste into a Custom HTML block.
   ============================================================ */
.nfwsm {
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1c2430;
  line-height: 1.6;
  font-size: 17px;
  background: #ffffff;
  margin: 0;
}
.nfwsm *, .nfwsm *::before, .nfwsm *::after { box-sizing: border-box; }
.nfwsm img { max-width: 100%; height: auto; display: block; }
.nfwsm h1, .nfwsm h2, .nfwsm h3 { margin: 0; line-height: 1.08; }
.nfwsm p { margin: 0 0 1em; }
.nfwsm ul { margin: 0; padding: 0; list-style: none; }
.nfwsm .wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

.nfwsm .eyebrow {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #c8102e;
  border-bottom: 2px solid #c8102e;
  padding-bottom: 6px;
  margin-bottom: 18px;
}
.nfwsm .eyebrow.on-dark { color: #e81c34; border-color: #e81c34; }
.nfwsm .headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(34px, 5vw, 54px);
  color: #0e3a66;
}
.nfwsm .headline em { font-style: italic; color: #c8102e; }
.nfwsm .headline.on-dark { color: #ffffff; }
.nfwsm .headline.on-dark em { color: #e81c34; }

/* ---- HERO (intro + 5-role list) ---- */
.nfwsm .wsm-hero {
  padding: 88px 0 76px;
  background: #06182f;
  background-image: linear-gradient(160deg, #0e3a66 0%, #06182f 100%);
  color: #ffffff;
  text-align: center;
}
.nfwsm .wsm-hero .wrap { display: flex; flex-direction: column; align-items: center; }
.nfwsm .wsm-hero .headline { max-width: 20ch; margin-bottom: 20px; }
.nfwsm .wsm-hero-body {
  max-width: 60ch;
  color: rgba(255,255,255,.85);
  font-size: 18px;
  margin-bottom: 34px;
}
.nfwsm .wsm-roles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  max-width: 880px;
  text-align: left;
}
.nfwsm .wsm-role-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  border-left: 4px solid #e81c34;
  padding: 16px 20px;
  font-size: 15.5px;
  color: rgba(255,255,255,.88);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.nfwsm .wsm-role-card .num {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #e81c34;
  line-height: 1.3;
  flex-shrink: 0;
}

/* ---- WHY SPORTS MATTER (intro copy) ---- */
.nfwsm .wsm-why { padding: 80px 0; background: #ffffff; }
.nfwsm .wsm-why .headline { margin-bottom: 18px; max-width: 22ch; }
.nfwsm .wsm-why-body { max-width: 74ch; font-size: 18px; }

/* ---- THREE BENEFIT COLUMNS ---- */
.nfwsm .wsm-benefits { padding: 80px 0; background: #06182f; color: #ffffff; }
.nfwsm .wsm-benefits .headline { margin-bottom: 40px; text-align: center; max-width: none; }
.nfwsm .wsm-benefits-grid { display: grid; gap: 20px; }
.nfwsm .wsm-benefit-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  border-top: 3px solid #e81c34;
  padding: 30px 28px;
}
.nfwsm .wsm-benefit-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #ffffff;
  margin-bottom: 18px;
}
.nfwsm .wsm-benefit-card ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 15.5px;
  color: rgba(255,255,255,.82);
}
.nfwsm .wsm-benefit-card ul li:last-child { margin-bottom: 0; }
.nfwsm .wsm-benefit-card ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #e81c34;
  font-weight: 700;
}

/* ---- CLOSING STATEMENT ---- */
.nfwsm .wsm-closing {
  padding: 84px 0;
  background: #f6f7f9;
  text-align: center;
}
.nfwsm .wsm-closing-inner {
  max-width: 74ch;
  margin: 0 auto;
  border-left: 4px solid #c8102e;
  border-right: 4px solid #0e3a66;
  padding: 8px 40px;
}
.nfwsm .wsm-closing p {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 26px);
  color: #0e3a66;
  line-height: 1.4;
  margin: 0;
}

/* ---- DESKTOP (768px and up) ---- */
@media (min-width: 768px) {
  .nfwsm .wsm-roles-grid { grid-template-columns: repeat(2, 1fr); }
  .nfwsm .wsm-benefits-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .nfwsm * { transition: none !important; }
}
