@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #1B4F8A;
  --navy-dark: #0f3260;
  --navy-mid: #163e70;
  --bg: #ffffff;
  --bg-light: #f7f9fc;
  --bg-blue: #e8f0fb;
  --border: #eaeff5;
  --border-blue: #dde6f0;
  --border-blue-mid: #c8d8ef;
  --text: #111111;
  --text-muted: #555555;
  --text-faint: #999999;
}

body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ── Nav ── */
.nav { background: #fff; border-bottom: 0.5px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1100px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 58px; }
.nav-brand { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--navy); letter-spacing: -0.01em; }
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { font-size: 13px; color: var(--text-faint); transition: color 0.15s; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); font-weight: 500; }
.nav-cta { background: var(--navy) !important; color: white !important; padding: 8px 16px; border-radius: 6px; font-weight: 500 !important; transition: background 0.15s !important; }
.nav-cta:hover { background: var(--navy-mid) !important; }

/* ── Footer ── */
footer { background: var(--navy-dark); padding: 28px 32px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.55); }
.footer-legal { font-size: 11px; color: rgba(255,255,255,0.3); }
.footer-links { display: flex; gap: 16px; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,0.4); transition: color 0.15s; }
.footer-links a:hover { color: rgba(255,255,255,0.75); }

/* ── Layout ── */
.section { padding: 64px 32px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 11px; letter-spacing: 0.1em; color: var(--text-faint); font-weight: 500; text-align: center; margin-bottom: 8px; text-transform: uppercase; }
.section-title { font-size: 26px; font-weight: 600; color: var(--text); letter-spacing: -0.01em; text-align: center; margin-bottom: 8px; }
.section-sub { font-size: 14px; color: var(--text-faint); text-align: center; margin-bottom: 32px; }

/* ── Buttons ── */
.btn { display: inline-block; padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: 'Inter', sans-serif; border: none; transition: background 0.15s, border-color 0.15s; }
.btn-white { background: white; color: var(--navy); }
.btn-white:hover { background: #e8f0fb; }
.btn-outline { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.5); }
.btn-outline:hover { border-color: white; }
.btn-navy { background: var(--navy); color: white; }
.btn-navy:hover { background: var(--navy-mid); }
.btn-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Heroes ── */
.hero { background: var(--navy); padding: 80px 48px; text-align: center; }
.page-hero { background: var(--navy); padding: 60px 48px; text-align: center; }
.hero-label, .page-hero-label { font-size: 11px; letter-spacing: 0.12em; color: rgba(255,255,255,0.5); margin-bottom: 16px; font-weight: 500; text-transform: uppercase; }
.hero-title { font-size: 40px; font-weight: 600; color: white; line-height: 1.2; margin-bottom: 28px; letter-spacing: -0.02em; }
.page-hero-title { font-size: 34px; font-weight: 600; color: white; line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.02em; }
.page-hero-sub { font-size: 16px; color: rgba(255,255,255,0.75); max-width: 500px; margin: 0 auto; line-height: 1.75; }

/* ── Stat strip ── */
.stat-strip { background: white; padding: 36px 48px; display: flex; justify-content: space-around; border-bottom: 0.5px solid var(--border); }
.stat-item { text-align: center; transition: transform 0.18s ease; cursor: default; will-change: transform; padding: 4px 12px; border-radius: 8px; }
.stat-item:hover { transform: scale(1.08); }
.stat-num { font-size: 30px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.stat-label { font-size: 12px; color: var(--text-faint); font-weight: 500; }

/* ── Step strip ── */
.step-strip { display: flex; justify-content: center; max-width: 720px; margin: 0 auto; }
.step { flex: 1; text-align: center; padding: 0 16px; position: relative; }
.step:not(:last-child)::after { content: ''; position: absolute; top: 20px; right: -8px; width: 16px; height: 1.5px; background: var(--border-blue-mid); }
.step-num { width: 42px; height: 42px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; color: white; font-size: 13px; font-weight: 600; }
.step-title { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.step-desc { font-size: 12px; color: var(--text-faint); line-height: 1.65; }

/* ── Get involved cards ── */
.gc-wrap { display: flex; gap: 14px; max-width: 820px; margin: 0 auto; }
.gc { border-radius: 14px; padding: 28px 24px; cursor: pointer; transition: transform 0.18s ease; will-change: transform; flex: 1; display: flex; flex-direction: column; }
.gc:hover { transform: scale(1.03); }
.gc-label { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; margin-bottom: 6px; text-transform: uppercase; }
.gc-title { font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.gc-body { font-size: 13px; line-height: 1.65; margin-bottom: 20px; flex: 1; }
.gc-link { font-size: 13px; font-weight: 500; }

/* ── Who we serve cards ── */
.wc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.wc { background: white; border: 0.5px solid var(--border-blue); border-radius: 12px; padding: 22px; transition: transform 0.18s ease, border-color 0.18s ease; cursor: default; will-change: transform; }
.wc:hover { transform: scale(1.04); border-color: var(--navy); }
.icon-chip { width: 40px; height: 40px; background: var(--bg-blue); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.wc-title { font-size: 14px; font-weight: 600; margin-bottom: 8px; color: var(--text); }
.wc-body { font-size: 13px; color: var(--text-muted); line-height: 1.65; }

/* ── Quote ── */
.quote-section { background: var(--navy); padding: 60px 48px; text-align: center; }
.quote-text { font-size: 28px; font-weight: 500; color: white; line-height: 1.55; max-width: 580px; margin: 0 auto 20px; font-style: italic; }
.quote-attr { font-size: 12px; color: rgba(255,255,255,0.45); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; }

/* ── CTA section ── */
.cta-section { background: var(--navy); padding: 64px 48px; text-align: center; }
.cta-label { font-size: 11px; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); font-weight: 500; margin-bottom: 14px; text-transform: uppercase; }
.cta-title { font-size: 26px; font-weight: 600; color: white; margin-bottom: 12px; letter-spacing: -0.01em; }
.cta-sub { font-size: 15px; color: rgba(255,255,255,0.75); max-width: 440px; margin: 0 auto 32px; line-height: 1.75; }

/* ── Prose (About / Legal) ── */
.prose-wrap { max-width: 680px; margin: 0 auto; }
.prose-section { padding: 64px 32px; }
.prose-section + .prose-section { padding-top: 0; }
.prose-eyebrow { font-size: 11px; letter-spacing: 0.1em; color: var(--navy); font-weight: 600; text-transform: uppercase; margin-bottom: 10px; }
.prose-heading { font-size: 22px; font-weight: 600; color: var(--text); margin-bottom: 24px; letter-spacing: -0.01em; line-height: 1.3; }
.prose p { font-size: 15px; color: var(--text-muted); line-height: 1.9; margin-bottom: 18px; }
.prose p strong { color: var(--text); font-weight: 600; }
.prose ul { list-style: none; padding: 0; margin-bottom: 18px; }
.prose ul li { font-size: 15px; color: var(--text-muted); line-height: 1.8; padding-left: 20px; position: relative; margin-bottom: 8px; }
.prose ul li::before { content: '–'; position: absolute; left: 0; color: var(--navy); }
.prose-divider { border: none; border-top: 0.5px solid var(--border); margin: 40px 0; }

/* ── Download box ── */
.download-box { background: var(--bg-light); border: 0.5px solid var(--border-blue); border-radius: 12px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; transition: border-color 0.15s; }
.download-box:hover { border-color: var(--navy); }
.download-info { display: flex; align-items: center; gap: 14px; }
.download-icon { width: 36px; height: 36px; background: var(--bg-blue); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.download-name { font-size: 14px; font-weight: 500; color: var(--text); margin-bottom: 2px; }
.download-desc { font-size: 12px; color: var(--text-faint); }
.download-btn { font-size: 13px; font-weight: 500; color: var(--navy); display: flex; align-items: center; gap: 4px; flex-shrink: 0; }

/* ── Volunteer path cards ── */
.vol-path { background: white; border: 0.5px solid var(--border-blue); border-radius: 14px; padding: 32px 28px; margin-bottom: 24px; }
.vol-path-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.vol-path-badge { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; color: var(--navy); background: var(--bg-blue); padding: 4px 10px; border-radius: 20px; text-transform: uppercase; white-space: nowrap; margin-top: 3px; }
.vol-path-title { font-size: 18px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.vol-path-sub { font-size: 14px; color: var(--text-muted); line-height: 1.65; }
.vol-path-body { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }
.vol-path-perks { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 24px; }
.perk { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); }
.perk-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--navy); flex-shrink: 0; }

/* ── Contact ── */
.contact-card { background: white; border: 0.5px solid var(--border-blue); border-radius: 14px; padding: 28px; margin-bottom: 14px; }
.contact-label { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; color: var(--navy); text-transform: uppercase; margin-bottom: 6px; }
.contact-value { font-size: 16px; font-weight: 500; color: var(--text); margin-bottom: 4px; }
.contact-sub { font-size: 13px; color: var(--text-faint); }

/* ── Impact placeholder ── */
.impact-placeholder { text-align: center; padding: 80px 32px; }
.impact-placeholder h2 { font-size: 24px; font-weight: 600; color: var(--text); margin-bottom: 12px; }
.impact-placeholder p { font-size: 15px; color: var(--text-faint); max-width: 400px; margin: 0 auto; line-height: 1.75; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .wc-grid { grid-template-columns: 1fr; }
  .gc-wrap { flex-direction: column; }
  .stat-strip { flex-wrap: wrap; gap: 20px; padding: 28px 24px; }
  .step-strip { flex-direction: column; gap: 24px; }
  .step:not(:last-child)::after { display: none; }
  .hero, .page-hero { padding: 48px 24px; }
  .hero-title { font-size: 28px; }
  .page-hero-title { font-size: 26px; }
  .section, .prose-section { padding: 48px 24px; }
  .cta-section { padding: 48px 24px; }
  .btn-group { flex-direction: column; align-items: center; }
  .vol-path-perks { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}
