/* ═══════════════════════════════════════════════════════════
   BUDGET CHALLENGE — SPONSORS 2026 SKIN STYLES

   Companion CSS for Sponsors2026.ascx.
   Extracted from preview.html on 2026-05-05.

   This file handles LAYOUT and SECTION styling for the Sponsors
   page. The existing Budget skin CSS (bootstrap.css, default_mod.css,
   init.css, start.css) handles the header, nav, footer, and base
   Bootstrap styles.

   Visual language mirrors StateStandards2026 — same brand tokens,
   same .bc-section / .bc-ss-* pattern, same hero / stats-band /
   strip conventions.
   ═══════════════════════════════════════════════════════════ */

  :root {
    --bc-blue: #4070B8;
    --bc-blue-dark: #1A4E8A;
    --bc-green: #70B840;
    --bc-amber: #EC971F;
    --bc-text: rgb(65, 65, 65);
    --bc-body: rgb(114, 113, 113);
    --bc-secondary: rgb(85, 85, 85);
    --bc-border: #CCCCCC;
    --bc-light-bg: #F9F9F9;
    --bc-light-bg-2: #F5F5F5;
    --bc-card-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 12px rgba(0,0,0,0.04);
  }

  /* Sponsor-page scope — keep specificity to the page's main wrapper
     so we don't override the rest of the site by accident. */
  .bc-sponsors-2026 { box-sizing: border-box; }
  .bc-sponsors-2026 *, .bc-sponsors-2026 *::before, .bc-sponsors-2026 *::after { box-sizing: border-box; }
  .bc-sponsors-2026 a { color: var(--bc-blue); text-decoration: none; }
  .bc-sponsors-2026 a:hover { text-decoration: underline; }
  .bc-sponsors-2026 h1,
  .bc-sponsors-2026 h2,
  .bc-sponsors-2026 h3,
  .bc-sponsors-2026 h4,
  .bc-sponsors-2026 h5 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: var(--bc-text);
  }

  /* ─────────────────────────────────────────────────────────
     HERO  (light gray, contained)
     ───────────────────────────────────────────────────────── */
  .bc-ss-hero {
    background: var(--bc-light-bg);
    padding: 64px 0 48px;
  }
  .bc-ss-hero .hero-inner { text-align: center; }
  .bc-ss-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
    line-height: 1.15;
  }
  .bc-ss-hero h1 .accent { color: var(--bc-blue); }
  .bc-ss-hero .subhead {
    font-size: 19px;
    color: var(--bc-secondary);
    max-width: 780px;
    margin: 0 auto 8px;
    line-height: 1.55;
  }
  .bc-ss-hero .lede {
    font-size: 15px;
    color: var(--bc-body);
    max-width: 720px;
    margin: 16px auto 0;
  }

  /* ─────────────────────────────────────────────────────────
     STATS BAND  (blue full-width)
     ───────────────────────────────────────────────────────── */
  .bc-ss-stats {
    background: var(--bc-blue);
    padding: 28px 0;
  }
  .bc-ss-stats .stats-bar {
    display: flex;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
    color: white;
  }
  .bc-ss-stats .stat { text-align: center; }
  .bc-ss-stats .stat .num {
    font-family: 'Ubuntu', sans-serif;
    font-size: 34px;
    font-weight: 700;
    display: block;
    line-height: 1;
  }
  .bc-ss-stats .stat .label {
    font-size: 12px;
    opacity: 0.92;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
  }

  /* ─────────────────────────────────────────────────────────
     PROMISE STATEMENT  (white, contained — single bold tagline
     above the trust + two-path sections.)
     ───────────────────────────────────────────────────────── */
  .bc-ss-twin {
    padding: 64px 0 48px;
  }
  .promise-block {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  .promise-statement {
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--bc-text);
    margin: 0;
    letter-spacing: -0.2px;
  }
  .promise-statement .accent { color: var(--bc-blue); }
  @media (max-width: 720px) { .promise-statement { font-size: 22px; } }

  /* ─────────────────────────────────────────────────────────
     TWO-PATH SPLIT  (white, contained)
     ───────────────────────────────────────────────────────── */
  .bc-ss-paths { padding: 64px 0 48px; }
  .bc-ss-paths .section-eyebrow {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 12px;
    font-weight: 700;
    color: var(--bc-blue);
    margin: 0 0 12px;
  }
  .bc-ss-paths h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px;
  }
  .bc-ss-paths .section-lede {
    text-align: center;
    color: var(--bc-secondary);
    font-size: 16px;
    max-width: 760px;
    margin: 0 auto 40px;
  }
  .path-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  @media (max-width: 880px) { .path-grid { grid-template-columns: 1fr; } }
  .path-card {
    background: white;
    border: 1px solid var(--bc-border);
    border-radius: 8px;
    padding: 32px 32px 28px;
    box-shadow: var(--bc-card-shadow);
    display: flex;
    flex-direction: column;
  }
  .path-card.premier { border-top: 4px solid var(--bc-blue); }
  .path-card.cause { border-top: 4px solid var(--bc-green); }
  .path-card .card-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.0px;
    font-size: 11px;
    font-weight: 700;
    color: var(--bc-body);
    margin: 0 0 6px;
  }
  .path-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .path-card .one-liner {
    color: var(--bc-secondary);
    font-size: 15px;
    margin: 0 0 20px;
    line-height: 1.55;
  }
  .path-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
  }
  .path-card li {
    position: relative;
    padding: 10px 0 10px 26px;
    border-top: 1px solid #EFEFEF;
    color: var(--bc-text);
    font-size: 14.5px;
    line-height: 1.55;
  }
  .path-card li:first-child { border-top: none; }
  .path-card li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .path-card.premier li::before { background: var(--bc-blue); }
  .path-card.cause li::before { background: var(--bc-green); }
  .path-card .fits {
    font-size: 13px;
    color: var(--bc-body);
    background: var(--bc-light-bg);
    padding: 12px 14px;
    border-radius: 6px;
    margin-bottom: 22px;
    line-height: 1.55;
  }
  .path-card .fits strong { color: var(--bc-text); }
  .path-card .card-cta {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    align-self: flex-start;
    margin-top: auto;
    text-decoration: none;
    transition: opacity 0.15s;
  }
  .path-card.premier .card-cta { background: var(--bc-blue); }
  .path-card.cause .card-cta { background: var(--bc-green); }
  .path-card .card-cta:hover { opacity: 0.92; text-decoration: none; }
  .path-card .stack-note {
    font-size: 13px;
    color: var(--bc-body);
    margin: 16px 0 0;
    font-style: italic;
  }

  /* ─────────────────────────────────────────────────────────
     ECOSYSTEM  (pale blue full-width band)
     ───────────────────────────────────────────────────────── */
  .bc-ss-ecosystem {
    background: #EFF4FA;
    border-top: 1px solid #DCE5F1;
    border-bottom: 1px solid #DCE5F1;
    padding: 60px 0;
  }
  .bc-ss-ecosystem .section-eyebrow {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 12px;
    font-weight: 700;
    color: var(--bc-blue);
    margin: 0 0 12px;
  }
  .bc-ss-ecosystem h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 12px;
    max-width: 860px;
    line-height: 1.25;
  }
  .bc-ss-ecosystem .section-lede {
    text-align: center;
    color: var(--bc-secondary);
    font-size: 16px;
    max-width: 760px;
    margin: 0 auto 40px;
    line-height: 1.55;
  }
  .ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  @media (max-width: 980px) { .ecosystem-grid { grid-template-columns: 1fr; } }
  .eco-node {
    background: white;
    border-radius: 10px;
    padding: 28px 26px 24px;
    box-shadow: var(--bc-card-shadow);
    display: flex;
    flex-direction: column;
  }
  .eco-node .eco-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bc-blue);
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .eco-node h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.35;
  }
  .eco-node p {
    font-size: 14.5px;
    color: var(--bc-body);
    line-height: 1.6;
    margin: 0;
  }
  .ecosystem-summary {
    text-align: center;
    margin: 36px auto 0;
    max-width: 860px;
    font-size: 16px;
    font-weight: 600;
    color: var(--bc-text);
    line-height: 1.6;
  }

  /* ─────────────────────────────────────────────────────────
     TRUST SECTION  ("What your team will want to know first")
     White, contained — three trust cards across.
     CSS class names retained as .bc-ss-proof / .proof-grid /
     .proof-card from the original draft so existing rule
     specificity is preserved.
     ───────────────────────────────────────────────────────── */
  .bc-ss-proof {
    background: var(--bc-light-bg);
    padding: 64px 0 56px;
  }
  .bc-ss-proof h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px;
  }
  .bc-ss-proof .section-lede {
    text-align: center;
    color: var(--bc-secondary);
    font-size: 16px;
    max-width: 780px;
    margin: 0 auto 36px;
  }
  .proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  @media (max-width: 880px) { .proof-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .proof-grid { grid-template-columns: 1fr; } }
  .proof-card {
    border: 1px solid var(--bc-border);
    border-radius: 8px;
    padding: 22px 22px 20px;
  }
  .proof-card .num {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: var(--bc-blue-dark);
    line-height: 1;
    margin-bottom: 10px;
  }
  .proof-card .title {
    font-weight: 700;
    color: var(--bc-text);
    font-size: 15px;
    margin: 0 0 6px;
  }
  .proof-card .sub {
    font-size: 13.5px;
    color: var(--bc-body);
    line-height: 1.55;
    margin: 0;
  }

  /* ─────────────────────────────────────────────────────────
     CONTACT / CTA  (blue full-width)
     The contact-us module that drops in here brings its own form
     markup. These rules style the band itself plus any heading /
     intro the module exposes.
     ───────────────────────────────────────────────────────── */
  .bc-ss-cta {
    background: var(--bc-blue);
    padding: 56px 0;
    color: white;
  }
  .bc-ss-cta .cta-inner {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
  }
  .bc-ss-cta h2 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 14px;
  }
  .bc-ss-cta p {
    font-size: 16px;
    opacity: 0.95;
    line-height: 1.6;
    margin: 0 0 24px;
  }
  .bc-ss-cta .cta-button {
    display: inline-block;
    background: white;
    color: var(--bc-blue);
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.15s;
  }
  .bc-ss-cta .cta-button:hover { opacity: 0.92; text-decoration: none; }
  .bc-ss-cta .cta-direct {
    display: block;
    margin-top: 18px;
    color: white;
    opacity: 0.9;
    font-size: 14px;
  }
  .bc-ss-cta .cta-direct a { color: white; text-decoration: underline; }
