:root {
  --blue: #145daa;
  --blue-dark: #0c3f78;
  --gold: #e9ad18;
  --gold-soft: #fff4cc;
  --ink: #14304a;
  --muted: #64748b;
  --bg: #fffdf7;
  --card: #ffffff;
  --ring: rgba(20, 93, 170, .18);
  --shadow: 0 24px 70px rgba(20, 48, 74, .14);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(255,253,247,.86); border-bottom: 1px solid rgba(20,93,170,.1); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; color: var(--blue-dark); }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; border: 2px solid var(--gold); }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 700; font-size: 15px; }
.nav-links a { text-decoration: none; }
.nav-toggle { display: none; border: 0; background: var(--blue); color: white; border-radius: 999px; padding: 10px 16px; font-weight: 800; }
.btn { display: inline-flex; align-items: center; justify-content: center; background: var(--gold); color: #2f2504; text-decoration: none; border: 0; border-radius: 999px; padding: 14px 22px; font-weight: 800; box-shadow: 0 12px 24px rgba(233,173,24,.28); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(233,173,24,.36); }
.btn-outline { background: white; color: var(--blue); box-shadow: inset 0 0 0 2px var(--ring); }
.btn-small { padding: 10px 16px; }
.hero { overflow: hidden; padding: 88px 0 64px; background: radial-gradient(circle at 85% 10%, rgba(233,173,24,.22), transparent 28%), radial-gradient(circle at 10% 10%, rgba(20,93,170,.13), transparent 30%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 13px; font-weight: 900; margin: 0 0 12px; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.04; margin: 0 0 20px; }
h1 { font-size: clamp(44px, 7vw, 82px); max-width: 820px; }
h2 { font-size: clamp(34px, 4.5vw, 56px); }
h3 { margin: 0 0 12px; font-size: 21px; }
.lead { font-size: 20px; color: #38536c; max-width: 660px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-card { background: white; border-radius: 48px; padding: 22px; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-card img { display: block; width: 100%; border-radius: 34px; }
.section { padding: 82px 0; }
.stats-band { padding: 36px 0; background: var(--blue-dark); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stats-grid div { display: grid; gap: 4px; }
.stats-grid strong { color: var(--gold); font-size: 22px; }
.stats-grid span { color: rgba(255,255,255,.84); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.reverse { align-items: center; }
.info-panel, .card, .story-card, .quote-card, .contact-form { background: var(--card); border: 1px solid rgba(20,93,170,.12); border-radius: var(--radius); padding: 30px; box-shadow: 0 14px 42px rgba(20,48,74,.08); }
.tick-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 12px; }
.tick-list li { position: relative; padding-left: 30px; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.condition-grid { margin-top: 28px; }
.card { transition: transform .2s ease; }
.card:hover { transform: translateY(-4px); }
.source-note { margin-top: 26px; background: var(--gold-soft); border-radius: 20px; padding: 18px 22px; color: #5c4710; }
.warm { background: linear-gradient(135deg, #fff4cc, #ffffff 55%, #eaf4ff); }
.story-card p { font-size: 18px; }
.quote-card { background: var(--blue); color: white; min-height: 280px; display: flex; flex-direction: column; justify-content: center; }
.quote-card p { font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 4vw, 46px); line-height: 1.1; margin: 0 0 20px; }
.quote-card span { color: var(--gold); font-weight: 900; }
.section-heading { text-align: center; max-width: 720px; }
.donate-section { background: var(--blue-dark); color: white; }
.donate-grid, .contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 40px; align-items: start; }
.donate-section .eyebrow { color: var(--gold); }
.donation-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 12px; }
.donation-buttons button { padding: 14px 22px; border-radius: 18px; border: 2px solid rgba(255,255,255,.22); background: rgba(255,255,255,.1); color: white; font-weight: 900; cursor: pointer; }
.donation-buttons button.active { background: var(--gold); color: #2f2504; border-color: var(--gold); }
.selected-donation { color: rgba(255,255,255,.78); }
.donation-options { color: var(--ink); }
details { border-top: 1px solid rgba(20,93,170,.12); padding: 16px 0; }
details:first-of-type { border-top: 0; }
summary { cursor: pointer; font-weight: 900; color: var(--blue-dark); }
.email-line a { color: var(--blue); font-weight: 900; font-size: 22px; }
.contact-form { display: grid; gap: 16px; }
label { display: grid; gap: 7px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid rgba(20,93,170,.2); border-radius: 16px; padding: 14px 16px; font: inherit; outline: none; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px var(--ring); }
.form-note { margin: 0; color: var(--muted); font-size: 13px; }
.footer { background: #071d34; color: white; padding: 58px 0 22px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 34px;
}
.footer img { width: 82px; border-radius: 50%; border: 2px solid var(--gold); }
.footer a { display: block; color: rgba(255,255,255,.78); text-decoration: none; margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; }
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; top: 82px; left: 20px; right: 20px; padding: 18px; background: white; border-radius: 22px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .donate-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .cards-grid, .stats-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
}
.media-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.media-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.media-card .btn {
  margin-top: auto;
}

/* PRIVACY PAGE */
.privacy-page {
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.8;
}

.privacy-page h1 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.privacy-page h2 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  color: #1f2937;
}

.privacy-page p,
.privacy-page li {
  font-size: 1rem;
  color: #4b5563;
}

.privacy-page ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.privacy-page a {
  color: #2563eb;
  text-decoration: none;
}

.privacy-page a:hover {
  text-decoration: underline;
}
.footer a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer a i {
  width: 18px;
  font-size: 1rem;
}