/*
Theme Name: Zila Trust
Theme URI: https://zilaalumni.org
Author: Zila School Saharsa Student Alumni Welfare Forum
Author URI: https://zilaalumni.org
Description: Custom WordPress theme for Zila School Saharsa Student Alumni Welfare Forum — a registered charitable trust (Deed No. 35, Book 4, Dist. Registry Saharsa). Maroon & gold branding with donation, alumni registration, and event features.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zila-trust
Tags: nonprofit, charity, custom-colors, custom-menu, threaded-comments, translation-ready
*/

:root {
  --maroon: #7B1C2E;
  --gold: #C4922A;
  --gold-light: #F0D080;
  --cream: #FDF8F0;
  --charcoal: #1E1E1E;
  --mid: #5A5A5A;
  --border: #E2D9C8;
  --white: #FFFFFF;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

/* ── NOTICE BANNER ── */
.notice-banner {
  background: var(--gold);
  color: var(--maroon);
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* ══════════════════════════════
   NAV — mobile-first hamburger
══════════════════════════════ */
nav#site-nav {
  background: var(--maroon);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 60px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex: 1;
  min-width: 0;
}
.nav-logo-icon {
  width: 38px; height: 38px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: var(--maroon);
  font-size: 15px;
  flex-shrink: 0;
}
.nav-logo-text {
  color: var(--white);
  line-height: 1.2;
  overflow: hidden;
}
.nav-logo-text strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-logo-text span {
  font-size: 10px;
  color: var(--gold-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.nav-links { display: none; list-style: none; }

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
  background: none;
  border: none;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: white;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  background: #5c1522;
  padding: 8px 0 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: block;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu a:active { background: rgba(255,255,255,0.1); }
.mobile-menu .mob-cta {
  margin: 12px 16px 0;
  background: var(--gold);
  color: var(--maroon) !important;
  font-weight: 700 !important;
  text-align: center;
  border-radius: 8px;
  border-bottom: none !important;
  padding: 14px 20px !important;
}

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero {
  background: linear-gradient(160deg, var(--maroon) 0%, #4A0E1A 60%, #2A0A10 100%);
  position: relative;
  overflow: hidden;
  padding: 48px 20px 52px;
  text-align: center;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23C4922A' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
.hero-badge {
  display: inline-block;
  background: rgba(196,146,42,0.2);
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 18px;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: var(--white);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 auto 16px;
  max-width: 340px;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero > p {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  max-width: 320px;
  margin: 0 auto 28px;
  font-weight: 300;
  line-height: 1.7;
}
.hero-actions { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.btn-primary {
  background: var(--gold); color: var(--maroon);
  border: none; padding: 15px 36px; border-radius: 8px;
  font-size: 16px; font-weight: 700; cursor: pointer; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: all 0.2s; letter-spacing: 0.3px;
  width: 100%; max-width: 280px;
  -webkit-tap-highlight-color: transparent;
}
.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.5); padding: 13px 36px;
  border-radius: 8px; font-size: 15px; font-weight: 500; cursor: pointer;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: all 0.2s;
  width: 100%; max-width: 280px;
  -webkit-tap-highlight-color: transparent;
}
.hero-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  margin-top: 40px; padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.stat { text-align: center; padding: 12px 8px; }
.stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.08); }
.stat:nth-child(1), .stat:nth-child(3) { border-right: 1px solid rgba(255,255,255,0.08); }
.stat-num { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 900; color: var(--gold); }
.stat-label { font-size: 10px; color: rgba(255,255,255,0.5); letter-spacing: 0.8px; text-transform: uppercase; margin-top: 2px; }

/* ══════════════════════════════
   SHARED SECTION STYLES
══════════════════════════════ */
section { padding: 52px 20px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-tag { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--charcoal); margin-bottom: 12px; line-height: 1.2; }
.section-sub { font-size: 15px; color: var(--mid); line-height: 1.7; }
.section-header { margin-bottom: 36px; }
.divider { width: 40px; height: 3px; background: var(--gold); margin: 12px 0; border-radius: 2px; }

/* ══════════════════════════════
   ABOUT
══════════════════════════════ */
#about { background: var(--white); }
.about-visual {
  background: linear-gradient(145deg, var(--maroon), #4A0E1A);
  border-radius: 14px; padding: 28px 22px; color: white;
  position: relative; overflow: hidden; margin-bottom: 32px;
}
.about-visual::after {
  content: '"'; position: absolute; right: 12px; top: -16px;
  font-size: 120px; color: rgba(196,146,42,0.12);
  font-family: 'Playfair Display', serif; line-height: 1;
  pointer-events: none;
}
.about-visual h3 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--gold-light); margin-bottom: 12px; }
.about-visual > p { color: rgba(255,255,255,0.8); line-height: 1.75; font-size: 14px; }
.trust-meta { margin-top: 20px; }
.trust-meta-item { padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.trust-meta-item .label { font-size: 10px; color: var(--gold-light); letter-spacing: 1px; text-transform: uppercase; }
.trust-meta-item .value { font-size: 13px; color: white; margin-top: 3px; line-height: 1.4; }

.about-content p { color: var(--mid); line-height: 1.85; margin-bottom: 16px; font-size: 15px; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.value-card { background: var(--cream); border: 1px solid var(--border); border-radius: 10px; padding: 14px 12px; }
.value-card .icon { font-size: 20px; margin-bottom: 6px; }
.value-card h4 { font-size: 13px; font-weight: 600; color: var(--charcoal); margin-bottom: 3px; }
.value-card p { font-size: 12px; color: var(--mid); line-height: 1.45; }

/* ══════════════════════════════
   TRUSTEES
══════════════════════════════ */
#trustees { background: var(--cream); }
.trustees-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trustee-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 12px; padding: 20px 14px; text-align: center;
  position: relative; overflow: hidden;
}
.trustee-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--maroon), var(--gold));
}
.trustee-avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--maroon), var(--gold));
  margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: white;
}
.trustee-card h3 { font-size: 14px; font-weight: 600; color: var(--charcoal); margin-bottom: 4px; }
.trustee-card .role { font-size: 10px; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 6px; }
.trustee-card .address { font-size: 11px; color: var(--mid); line-height: 1.45; }
.trustee-card.founder { grid-column: 1 / -1; max-width: 280px; margin: 0 auto; width: 100%; }

/* ══════════════════════════════
   CAUSES / MISSION
══════════════════════════════ */
#causes { background: var(--maroon); }
#causes .section-title { color: var(--white); }
#causes .section-sub { color: rgba(255,255,255,0.65); }
#causes .section-tag { color: var(--gold-light); }
#causes .divider { background: var(--gold); }
.causes-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
.cause-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 22px 18px; }
.cause-icon { font-size: 28px; margin-bottom: 10px; }
.cause-card h3 { font-size: 15px; font-weight: 600; color: var(--gold-light); margin-bottom: 6px; }
.cause-card p { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.6; }

/* ══════════════════════════════
   EVENTS
══════════════════════════════ */
#events { background: var(--white); }
.events-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.event-card { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.event-img { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 44px; }
.event-img.e1 { background: linear-gradient(135deg, #1a3a5c, #2d6a9f); }
.event-img.e2 { background: linear-gradient(135deg, #1a5c2e, #2d9f5a); }
.event-img.e3 { background: linear-gradient(135deg, #5c1a1a, #9f2d2d); }
.event-body { padding: 16px; }
.event-date { font-size: 11px; color: var(--gold); font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; }
.event-body h3 { font-size: 16px; font-weight: 600; color: var(--charcoal); margin: 6px 0 5px; }
.event-body p { font-size: 13px; color: var(--mid); line-height: 1.6; }
.event-tag { display: inline-block; background: var(--cream); border: 1px solid var(--border); font-size: 11px; color: var(--mid); padding: 3px 10px; border-radius: 20px; margin-top: 10px; }

/* ══════════════════════════════
   DONATE
══════════════════════════════ */
#donate { background: var(--cream); }
.donate-info { margin-bottom: 32px; }
.donate-info h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--charcoal); margin-bottom: 12px; }
.donate-info p { color: var(--mid); line-height: 1.8; margin-bottom: 14px; font-size: 14px; }
.impact-list { list-style: none; }
.impact-list li { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; color: var(--mid); }
.impact-list li::before { content: '✦'; color: var(--gold); flex-shrink: 0; margin-top: 1px; }

.donate-form { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 24px 18px; box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
.donate-form h3 { font-family: 'Playfair Display', serif; font-size: 20px; margin-bottom: 18px; color: var(--charcoal); }
.amount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 18px; }
.amount-btn {
  border: 2px solid var(--border); background: var(--cream);
  padding: 13px 6px; border-radius: 8px; font-size: 14px; font-weight: 600;
  cursor: pointer; color: var(--charcoal); transition: all 0.2s; text-align: center;
  -webkit-tap-highlight-color: transparent; min-height: 48px;
}
.amount-btn:active, .amount-btn.active { border-color: var(--maroon); background: var(--maroon); color: white; }

.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 13px; font-weight: 500; color: var(--mid); margin-bottom: 5px; }
.form-group input, .form-group select, textarea {
  width: 100%; padding: 13px 14px;
  border: 1px solid var(--border); border-radius: 8px;
  font-size: 16px;
  color: var(--charcoal); background: var(--cream);
  outline: none; font-family: 'Inter', sans-serif;
  transition: border 0.2s;
  -webkit-appearance: none; appearance: none;
}
.form-group input:focus, .form-group select:focus, textarea:focus { border-color: var(--maroon); background: white; }
textarea { resize: vertical; min-height: 110px; }

.donate-submit {
  width: 100%; background: var(--maroon); color: white; border: none;
  padding: 16px; border-radius: 8px; font-size: 16px; font-weight: 600;
  cursor: pointer; transition: background 0.2s; margin-top: 6px;
  font-family: 'Inter', sans-serif;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; -webkit-tap-highlight-color: transparent;
}
.donate-submit:active { background: #5c1522; }
.secure-note { text-align: center; font-size: 12px; color: var(--mid); margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.razorpay-badge { margin-top: 10px; text-align: center; font-size: 12px; color: #999; }

/* ══════════════════════════════
   ALUMNI
══════════════════════════════ */
#alumni { background: var(--white); }
.alumni-form-wrap { background: var(--cream); border: 1px solid var(--border); border-radius: 14px; padding: 24px 18px; }
.alumni-submit {
  width: 100%; background: var(--maroon); color: white; border: none;
  padding: 16px; border-radius: 8px; font-size: 16px; font-weight: 600;
  cursor: pointer; margin-top: 6px; font-family: 'Inter', sans-serif;
  transition: background 0.2s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; -webkit-tap-highlight-color: transparent;
}
.alumni-submit:active { background: #5c1522; }

/* ══════════════════════════════
   CONTACT
══════════════════════════════ */
#contact { background: var(--cream); }
.contact-info { margin-bottom: 32px; }
.contact-block { margin-bottom: 24px; }
.contact-block h4 { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.contact-block p { font-size: 14px; color: var(--mid); line-height: 1.7; }
.contact-form-box { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 24px 18px; }
.contact-form-box h3 { font-family: 'Playfair Display', serif; font-size: 20px; margin-bottom: 20px; color: var(--charcoal); }
.contact-submit {
  background: var(--maroon); color: white; border: none;
  padding: 14px 28px; border-radius: 8px; font-size: 15px; font-weight: 600;
  cursor: pointer; font-family: 'Inter', sans-serif; transition: background 0.2s;
  min-height: 48px; -webkit-tap-highlight-color: transparent;
}
.contact-submit:active { background: #5c1522; }

.whatsapp-float {
  position: fixed; bottom: 20px; right: 20px; z-index: 300;
  background: #25D366; color: white;
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  text-decoration: none; -webkit-tap-highlight-color: transparent;
}

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
footer#site-footer { background: var(--charcoal); color: rgba(255,255,255,0.7); }
.footer-main { padding: 40px 20px 32px; display: grid; grid-template-columns: 1fr; gap: 32px; }
.footer-brand-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-brand-wrap .fi {
  width: 40px; height: 40px; background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-weight: 900;
  color: var(--maroon); font-size: 16px; flex-shrink: 0;
}
.footer-brand-wrap .ft { color: white; font-weight: 600; font-size: 14px; line-height: 1.3; }
.footer-brand-wrap .ft span { font-size: 11px; color: rgba(255,255,255,0.45); display: block; }
.footer-brand p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.45); }

.footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-col h4 { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13px; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold-light); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 16px 20px; text-align: center;
  font-size: 12px; color: rgba(255,255,255,0.3);
  line-height: 1.6;
}

/* ══════════════════════════════
   MODAL
══════════════════════════════ */
.modal-overlay { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,0.6); align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal { background: white; border-radius: 16px; padding: 32px 24px; max-width: 380px; width: 100%; text-align: center; position: relative; }
.modal h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--maroon); margin-bottom: 10px; }
.modal p { color: var(--mid); font-size: 14px; line-height: 1.7; margin-bottom: 20px; }
.modal-close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 22px; cursor: pointer; color: var(--mid); padding: 4px; line-height: 1; }

/* ══════════════════════════════
   WORDPRESS DEFAULTS / FALLBACKS
══════════════════════════════ */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.wp-block-group, .entry-content { max-width: 1200px; margin: 0 auto; padding: 52px 20px; }
.entry-content h1, .entry-content h2 { font-family: 'Playfair Display', serif; color: var(--charcoal); margin-bottom: 16px; }
.entry-content p { color: var(--mid); line-height: 1.8; margin-bottom: 14px; }
.wp-pagenavi, .pagination { text-align: center; padding: 24px 0; }

/* ══════════════════════════════
   TABLET & DESKTOP OVERRIDES
══════════════════════════════ */
@media (min-width: 600px) {
  .hero h1 { font-size: 36px; max-width: 480px; }
  .hero > p { font-size: 16px; max-width: 420px; }
  .hero-actions { flex-direction: row; justify-content: center; }
  .btn-primary, .btn-outline { width: auto; }
  .causes-grid { grid-template-columns: 1fr 1fr; }
  .events-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .nav-inner { height: 68px; padding: 0 32px; }
  .hamburger { display: none; }
  .mobile-menu { display: none !important; }
  .nav-links { display: flex; gap: 4px; list-style: none; }
  .nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; padding: 8px 14px; border-radius: 6px; font-size: 14px; font-weight: 500; transition: all 0.2s; }
  .nav-links a:hover { background: rgba(255,255,255,0.12); color: var(--white); }
  .nav-cta { background: var(--gold) !important; color: var(--maroon) !important; font-weight: 600 !important; padding: 8px 20px !important; }
  .nav-logo-text strong { font-size: 15px; }
  .nav-logo-text span { font-size: 11px; }

  section { padding: 80px 32px; }
  .section-title { font-size: 38px; }
  .hero { padding: 100px 32px 80px; }
  .hero h1 { font-size: 52px; max-width: 780px; }
  .hero > p { font-size: 18px; max-width: 560px; }
  .hero-stats { display: flex; gap: 40px; justify-content: center; }
  .stat { padding: 0; border: none !important; }
  .stat-num { font-size: 36px; }
  .stat-label { font-size: 12px; }

  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .about-visual { margin-bottom: 0; }
  .about-values { grid-template-columns: 1fr 1fr; }

  .trustees-grid { grid-template-columns: repeat(3, 1fr); }
  .trustee-card.founder { grid-column: auto; max-width: none; }

  .causes-grid { grid-template-columns: repeat(3, 1fr); }
  .events-grid { grid-template-columns: repeat(3, 1fr); }

  .donate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .donate-info { margin-bottom: 0; }

  .contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
  .contact-info { margin-bottom: 0; }
  .form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

  .footer-main { grid-template-columns: 2fr 1.5fr; gap: 48px; padding: 64px 32px 48px; }
  .footer-cols { grid-template-columns: repeat(3, 1fr); }
  .footer-bottom { display: flex; justify-content: space-between; text-align: left; }
}
