:root {
  --navy: #071f49;
  --blue: #0c3475;
  --red: #c51f2f;
  --light: #f6f8fc;
  --white: #ffffff;
  --text: #172033;
  --muted: #5f6b7c;
  --shadow: 0 24px 70px rgba(7, 31, 73, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 90px 0; }
.centered { text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(7,31,73,.1);
}
.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img { width: 155px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 800; color: var(--navy); }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--red); }
.nav-donate { background: var(--red); color: white !important; padding: 12px 20px; border-radius: 999px; box-shadow: 0 10px 25px rgba(197,31,47,.25); }
.menu-toggle { display: none; border: 0; background: var(--navy); color: white; border-radius: 8px; padding: 8px 12px; font-size: 22px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8fbff 0%, #eef3fb 100%); }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 12% 20%, rgba(197,31,47,.15), transparent 28%), radial-gradient(circle at 82% 8%, rgba(12,52,117,.17), transparent 25%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; font-size: .78rem; }
.eyebrow.red { color: var(--red); }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.05; }
h1 { font-family: Merriweather, Georgia, serif; font-size: clamp(2.4rem, 6vw, 5rem); margin-bottom: 24px; }
h2 { font-family: Merriweather, Georgia, serif; font-size: clamp(2rem, 4vw, 3.25rem); margin-bottom: 20px; }
h3 { font-size: 1.3rem; margin-bottom: 10px; }
.lead { font-size: 1.22rem; line-height: 1.7; color: var(--muted); max-width: 650px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 15px 26px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--red); color: white; box-shadow: 0 15px 32px rgba(197,31,47,.25); }
.btn.secondary { background: white; color: var(--navy); border: 2px solid rgba(7,31,73,.14); }
.btn.full { width: 100%; margin-top: 12px; }
.quote { padding-left: 18px; border-left: 5px solid var(--red); color: var(--navy); font-weight: 800; font-size: 1.05rem; }
.hero-card { background: rgba(255,255,255,.78); border: 1px solid rgba(7,31,73,.1); border-radius: 36px; padding: 28px; box-shadow: var(--shadow); }
.hero-card img { border-radius: 24px; background: white; }
.date-box { margin-top: 20px; background: var(--navy); color: white; border-radius: 22px; padding: 24px; text-align: center; }
.date-box span { display: block; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; color: #cbd7f0; }
.date-box strong { display: block; font-family: Merriweather, Georgia, serif; font-size: 2.2rem; margin-top: 6px; }

.support-strip { background: var(--navy); color: white; padding: 28px 0; }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.strip-grid div { padding: 14px 0; }
.strip-grid strong { display: block; font-size: 1.15rem; }
.strip-grid span { color: #cbd7f0; }

.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; }
.body-copy p { color: var(--muted); line-height: 1.85; font-size: 1.08rem; margin-top: 0; }
.priorities { background: var(--light); }
.section-heading { max-width: 760px; margin: 0 auto 40px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card { background: white; padding: 30px; border-radius: 24px; box-shadow: 0 14px 40px rgba(7,31,73,.07); border: 1px solid rgba(7,31,73,.08); }
.info-card span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; background: rgba(197,31,47,.1); color: var(--red); border-radius: 50%; font-weight: 900; margin-bottom: 18px; }
.info-card p { color: var(--muted); line-height: 1.65; }

.involved { background: linear-gradient(135deg, #ffffff, #f3f6fb); }
.involved-box { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; background: white; border-radius: 34px; padding: 54px; box-shadow: var(--shadow); }
.involved-box p { color: var(--muted); line-height: 1.75; font-size: 1.08rem; }
.action-panel { background: var(--light); padding: 30px; border-radius: 26px; }
.small-note { font-size: .9rem !important; margin-bottom: 0; }
.final-cta { background: var(--navy); color: white; }
.final-cta h2, .final-cta p { color: white; }
.final-cta p { color: #d5dff0; font-size: 1.14rem; }

footer {
    padding: 25px 0;
    background: #0d2b5c;
    color: white;
}

.footer-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-grid p {
    margin: 0;
    width: 100%;
}
.disclaimer { color: #cbd7f0; font-size: .88rem; text-align: right; max-width: 620px; }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; padding: 24px; background: white; border-bottom: 1px solid rgba(7,31,73,.1); }
  .nav-links.open { display: flex; }
  .hero-grid, .two-col, .involved-box { grid-template-columns: 1fr; }
  .cards-grid, .strip-grid { grid-template-columns: 1fr; }
  .section-pad { padding: 64px 0; }
  .involved-box { padding: 30px; }
  .footer-grid { flex-direction: column; text-align: center; }
  .disclaimer { text-align: center; }
}

footer {
    display: flex;
    justify-content: center; /* Horizontal */
    align-items: center;     /* Vertical */
    text-align: center;
}
