/* ================================================================
   LARAWARE WELFARE FOUNDATION — Page-Specific Styles
   WordPress · Version 1.0
================================================================ */

/* ═══════════════════════════════════════
   HOME PAGE
   ═══════════════════════════════════════ */

/* ─── HOME HERO ─── */
.home-hero {
  min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
  padding: calc(var(--nav-height) + 40px) 0 60px;
  position: relative; overflow: hidden;
}
.home-hero::before {
  content: ''; position: absolute; top: 0; right: 0;
  width: 52%; height: 100%;
  background: linear-gradient(140deg, var(--saffron-pale) 0%, #FFE0C8 100%);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
}
.hero-content { position: relative; z-index: 1; padding-left: max(24px, calc((100vw - var(--container)) / 2 + 20px)); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--saffron-pale); border: 1px solid rgba(232,96,10,0.2);
  padding: 8px 18px; border-radius: var(--radius-full);
  font-size: 12px; font-weight: 700; color: var(--saffron);
  letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 28px; animation: fadeInUp 0.6s var(--ease-out) both;
}
.hero-badge .pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--saffron); animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.85)} }
.hero-content h1 { animation: fadeInUp 0.7s 0.1s var(--ease-out) both; }
.hero-content h1 em { font-style: italic; }
.hero-desc { max-width: 520px; margin: 24px 0 40px; animation: fadeInUp 0.7s 0.2s var(--ease-out) both; }
.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; animation: fadeInUp 0.7s 0.3s var(--ease-out) both; }

.hero-visual { position: relative; z-index: 1; padding-right: max(24px, calc((100vw - var(--container)) / 2 + 20px)); }
.hero-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hero-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 28px 22px; box-shadow: var(--shadow-md);
  transition: all 0.35s var(--ease-out);
  animation: fadeInUp 0.7s var(--ease-out) both;
}
.hero-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.hero-card:nth-child(1) { animation-delay: 0.2s; }
.hero-card:nth-child(2) { animation-delay: 0.3s; margin-top: 28px; }
.hero-card:nth-child(3) { animation-delay: 0.4s; }
.hero-card:nth-child(4) { animation-delay: 0.5s; margin-top: -28px; }
.hero-card .card-icon { font-size: 32px; margin-bottom: 10px; }
.hero-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.hero-card p { font-size: 13px; color: var(--grey-500); line-height: 1.5; }
.hero-card .card-tag {
  display: inline-block; margin-top: 10px;
  background: var(--saffron-pale); color: var(--saffron);
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: var(--radius-full);
}

/* ─── MISSION ─── */
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.mission-quote {
  border-left: 4px solid var(--saffron); padding: 20px 24px;
  background: var(--saffron-pale); border-radius: 0 var(--radius-md) var(--radius-md) 0; margin: 28px 0;
}
.mission-quote p { font-family: var(--font-display); font-style: italic; font-size: 20px; color: var(--deep); line-height: 1.5; margin: 0; }
.mission-image { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }

/* ─── PROGRAMS HOME ─── */
.programs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.program-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 32px 24px; text-align: center;
  box-shadow: var(--shadow-sm); transition: all 0.35s var(--ease-out);
  position: relative; overflow: hidden; cursor: pointer; display: block;
}
.program-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  transform: scaleX(0); transform-origin: left; transition: transform 0.35s;
}
.program-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.program-card:hover::after { transform: scaleX(1); }
.program-icon {
  width: 68px; height: 68px; border-radius: 50%; background: var(--saffron-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; margin: 0 auto 18px; transition: background 0.3s;
}
.program-card:hover .program-icon { background: rgba(232,96,10,0.2); }
.program-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.program-card p { font-size: 13px; color: var(--grey-500); line-height: 1.6; }

/* ─── DONATE HOME ─── */
.donate-home {
  background: linear-gradient(135deg, var(--deep) 0%, #2D1A00 100%);
  color: var(--white); padding: 100px 0;
  position: relative; overflow: hidden; text-align: center;
}
.donate-home::before {
  content: ''; position: absolute; top: -50%; left: -10%; right: -10%; height: 200%;
  background: radial-gradient(ellipse at 50% 50%, rgba(232,96,10,0.15) 0%, transparent 60%);
}
.donate-home .container { position: relative; z-index: 1; }
.donate-home h2 em { color: var(--saffron-light); font-style: italic; }
.donate-sub { font-size: 18px; color: rgba(255,255,255,0.6); max-width: 520px; margin: 16px auto 44px; line-height: 1.65; }
.donate-amounts { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.amount-btn {
  padding: 14px 30px; border-radius: var(--radius-sm);
  border: 2px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.05);
  color: var(--white); font-size: 18px; font-weight: 600;
  cursor: pointer; transition: all 0.25s; font-family: var(--font-body);
}
.amount-btn:hover, .amount-btn.active { background: var(--saffron); border-color: var(--saffron); box-shadow: var(--shadow-saffron); }
.donate-trust { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin-top: 40px; }
.trust-item { font-size: 13px; color: rgba(255,255,255,0.45); display: flex; align-items: center; gap: 8px; }
.trust-item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--saffron-light); }

/* ─── TESTIMONIALS ─── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 32px 28px; box-shadow: var(--shadow-sm);
  transition: all 0.35s var(--ease-out); border-top: 3px solid transparent;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-top-color: var(--saffron); }
.testimonial-card .stars { color: var(--gold); font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-card .quote { font-size: 15px; color: var(--grey-700); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--saffron-pale); overflow: hidden; flex-shrink: 0; }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-name { font-weight: 700; font-size: 14px; }
.author-role { font-size: 12px; color: var(--grey-500); }

@media (max-width: 1024px) {
  .home-hero { grid-template-columns: 1fr; padding-top: calc(var(--nav-height) + 32px); min-height: auto; }
  .home-hero::before { display: none; }
  .hero-content, .hero-visual { padding: 0 24px !important; }
  .hero-cards { grid-template-columns: 1fr 1fr; }
  .hero-card:nth-child(2), .hero-card:nth-child(4) { margin-top: 0; }
  .mission-grid { grid-template-columns: 1fr; gap: 40px; }
  .programs-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hero-cards { grid-template-columns: 1fr; }
  .programs-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════ */

/* Hindi watermark */
.about-hero-watermark::after {
  content: 'करुणा'; position: absolute; right: 10%; top: 50%;
  transform: translateY(-50%);
  font-family: 'Noto Sans Devanagari', var(--font-display);
  font-size: clamp(100px, 18vw, 240px); font-weight: 700;
  color: rgba(255,255,255,0.03); line-height: 1;
  pointer-events: none;
}

/* Story */
.story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.story-visual { position: relative; }
.story-img-box {
  background: linear-gradient(145deg, var(--saffron-pale), #FFE5CC);
  border-radius: var(--radius-xl); padding: 48px 40px;
  position: relative; overflow: hidden;
}
.story-img-box::before {
  content: ''; position: absolute; bottom: -30px; right: -30px;
  width: 160px; height: 160px; background: rgba(232,96,10,0.15); border-radius: 50%;
}
.story-year {
  font-family: var(--font-display); font-size: 100px; font-weight: 700;
  color: rgba(232,96,10,0.15); line-height: 1; margin-bottom: -20px;
}
.story-blockquote {
  font-family: var(--font-display); font-size: 24px; font-style: italic;
  line-height: 1.5; color: var(--deep); margin-bottom: 20px; position: relative; z-index: 1;
}
.story-blockquote::before {
  content: '\201C'; font-size: 80px; color: var(--saffron); line-height: 0;
  vertical-align: -30px; margin-right: 4px; font-family: Georgia;
}
.story-author { font-size: 14px; font-weight: 600; color: var(--saffron); }

/* Values */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.value-item {
  padding: 48px 36px; border: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s; position: relative;
}
.value-item:hover { background: rgba(232,96,10,0.08); }
.value-num {
  font-family: var(--font-display); font-size: 56px; font-weight: 700;
  color: rgba(255,255,255,0.07); line-height: 1; margin-bottom: -10px;
}
.value-icon { font-size: 36px; margin-bottom: 16px; display: block; }
.value-item h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 12px; }
.value-item p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* Founders */
.founders-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.founder-card {
  background: var(--white); border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow-md); transition: all 0.35s var(--ease-out);
}
.founder-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); }
.founder-banner { height: 160px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.founder-card:nth-child(1) .founder-banner { background: linear-gradient(135deg, #1A0F00, #3A1800); }
.founder-card:nth-child(2) .founder-banner { background: linear-gradient(135deg, #0A2818, #1A4A30); }
.founder-card:nth-child(3) .founder-banner { background: linear-gradient(135deg, #0A0A2A, #1A1A4A); }
.founder-avatar {
  width: 90px; height: 90px; border-radius: 50%;
  overflow: hidden; border: 4px solid rgba(255,255,255,0.2);
  position: absolute; bottom: -30px; left: 36px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.founder-avatar img { width: 100%; height: 100%; object-fit: cover; }
.founder-avatar-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 36px; font-weight: 700; color: var(--white); font-family: var(--font-display);
}
.founder-body { padding: 44px 32px 32px; }
.founder-name { font-family: var(--font-display); font-size: 26px; font-weight: 700; margin-bottom: 4px; }
.founder-role { font-size: 13px; font-weight: 600; color: var(--saffron); letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 14px; }
.founder-location { font-size: 13px; color: var(--grey-500); margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.founder-bio { font-size: 14px; color: var(--grey-700); line-height: 1.7; }
.founder-tag {
  display: inline-block; margin-top: 16px; padding: 6px 14px; border-radius: var(--radius-full);
  border: 1px solid var(--grey-100); font-size: 12px; color: var(--grey-500); font-weight: 500;
}

/* Timeline */
.timeline-track { max-width: 780px; margin: 0 auto; position: relative; }
.timeline-track::before {
  content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(to bottom, var(--saffron), var(--gold), rgba(232,96,10,0.1));
  transform: translateX(-50%);
}
.tl-item { display: grid; grid-template-columns: 1fr 48px 1fr; margin-bottom: 48px; align-items: start; }
.tl-item:nth-child(even) .tl-content { grid-column: 3; text-align: left; }
.tl-item:nth-child(even) .tl-empty { grid-column: 1; }
.tl-content {
  background: var(--white); border-radius: var(--radius-lg); padding: 28px 28px;
  box-shadow: var(--shadow-sm); position: relative;
}
.tl-content::before { content: ''; position: absolute; top: 24px; border: 8px solid transparent; }
.tl-item:nth-child(odd) .tl-content { text-align: right; }
.tl-item:nth-child(odd) .tl-content::before { right: -16px; border-left-color: var(--white); }
.tl-item:nth-child(even) .tl-content::before { left: -16px; border-right-color: var(--white); }
.tl-dot {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 18px;
  box-shadow: 0 4px 16px rgba(232,96,10,0.4); z-index: 1;
}
.tl-date { font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--saffron); text-transform: uppercase; margin-bottom: 8px; }
.tl-content h3 { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.tl-content p { font-size: 14px; color: var(--grey-700); line-height: 1.6; }

/* Legal */
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.legal-table { width: 100%; border-collapse: collapse; }
.legal-table tr { border-bottom: 1px solid var(--grey-100); }
.legal-table td { padding: 14px 0; font-size: 14px; vertical-align: top; }
.legal-table td:first-child { color: var(--grey-500); width: 44%; font-weight: 500; }
.legal-table td:last-child { font-weight: 600; color: var(--deep); }
.badge-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 24px 28px;
  box-shadow: var(--shadow-sm); display: flex; align-items: flex-start; gap: 18px;
  border-left: 4px solid var(--saffron); margin-bottom: 16px;
}
.badge-icon { font-size: 32px; flex-shrink: 0; }
.badge-title { font-weight: 700; font-size: 16px; margin-bottom: 4px; }
.badge-desc { font-size: 13px; color: var(--grey-500); line-height: 1.5; }

@media (max-width: 1024px) {
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .values-grid { grid-template-columns: 1fr; }
  .founders-grid { grid-template-columns: 1fr; }
  .timeline-track::before { left: 24px; }
  .tl-item { grid-template-columns: 48px 1fr; }
  .tl-item:nth-child(even) .tl-content { grid-column: 2; }
  .tl-item:nth-child(even) .tl-empty { display: none; }
  .tl-item:nth-child(odd) .tl-content { grid-column: 2; text-align: left; }
  .tl-item:nth-child(odd) .tl-content::before { left: -16px; border-right-color: var(--white); border-left-color: transparent; }
  .legal-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   PROGRAMS PAGE
   ═══════════════════════════════════════ */
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.program-block {
  display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 4px;
  border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: var(--shadow-md); min-height: 480px;
  transition: box-shadow 0.3s var(--ease-out);
}
.program-block:hover { box-shadow: var(--shadow-xl); }
.program-block:nth-child(even) { direction: rtl; }
.program-block:nth-child(even) > * { direction: ltr; }
.program-block + .program-block { margin-top: 28px; }

.prog-visual {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; min-height: 380px;
}
.prog-visual .big-icon {
  font-size: 110px; opacity: 0.9;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.2));
  transition: transform 0.4s var(--ease-out);
}
.program-block:hover .big-icon { transform: scale(1.08); }
.prog-visual .prog-num {
  position: absolute; bottom: 20px; right: 24px;
  font-family: var(--font-display); font-size: 80px; font-weight: 700;
  color: rgba(255,255,255,0.1); line-height: 1;
}
.prog-visual .prog-status {
  position: absolute; top: 20px; left: 20px;
  padding: 6px 14px; border-radius: var(--radius-full);
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.status-active { background: rgba(45,106,79,0.9); color: #90EEB8; }
.status-soon { background: rgba(200,148,26,0.9); color: #FFE8A0; }

.prog-medical .prog-visual { background: linear-gradient(145deg, #1A0A0A, #4A0A0A); }
.prog-food .prog-visual { background: linear-gradient(145deg, #0A1A0A, #1A4A1A); }
.prog-elderly .prog-visual { background: linear-gradient(145deg, #0A0A2A, #1A1A5A); }
.prog-education .prog-visual { background: linear-gradient(145deg, #1A1000, #4A3000); }
.prog-water .prog-visual { background: linear-gradient(145deg, #001A2A, #003A5A); }
.prog-women .prog-visual { background: linear-gradient(145deg, #2A001A, #5A003A); }
.prog-blood .prog-visual { background: linear-gradient(145deg, #2A0000, #600000); }
.prog-environment .prog-visual { background: linear-gradient(145deg, #001A0A, #003A1A); }

.prog-content { background: var(--white); padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.prog-tag { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.prog-tag .tag-icon { font-size: 20px; }
.prog-tag .tag-text { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--saffron); }
.prog-content h2 { font-family: var(--font-display); font-size: clamp(26px, 3vw, 40px); font-weight: 700; line-height: 1.1; margin-bottom: 14px; }
.prog-tagline { font-family: var(--font-display); font-style: italic; font-size: 17px; color: var(--grey-500); margin-bottom: 18px; line-height: 1.5; }
.prog-content > p { font-size: 15px; color: var(--grey-700); line-height: 1.8; margin-bottom: 12px; font-weight: 300; }
.prog-highlights { display: flex; flex-direction: column; gap: 10px; margin: 16px 0; }
.prog-highlight { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--deep); }
.prog-highlight::before {
  content: '✓'; width: 22px; height: 22px; border-radius: 50%;
  background: var(--saffron-pale); color: var(--saffron);
  font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.prog-metrics { display: flex; gap: 28px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--grey-100); }
.metric .num { font-family: var(--font-display); font-size: 32px; font-weight: 700; color: var(--saffron); line-height: 1; }
.metric .lbl { font-size: 12px; color: var(--grey-500); margin-top: 2px; }

/* How We Work */
.how-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
.how-steps::before {
  content: ''; position: absolute; top: 36px; left: 10%; right: 10%;
  height: 2px; background: linear-gradient(90deg, var(--saffron), var(--gold), rgba(232,96,10,0.2));
}
.how-step { text-align: center; padding: 0 16px; }
.step-circle {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; margin: 0 auto 20px; position: relative; z-index: 1;
  box-shadow: 0 4px 20px rgba(232,96,10,0.4);
}
.how-step h4 { font-family: var(--font-display); font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.how-step p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* Upcoming Programs */
.upcoming-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px 28px;
  box-shadow: var(--shadow-sm); transition: all 0.35s var(--ease-out);
  border-left: 4px solid var(--gold);
}
.upcoming-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.upcoming-card .badge-soon {
  display: inline-block; padding: 4px 12px; border-radius: var(--radius-full);
  background: var(--gold-light); color: var(--gold); font-size: 11px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px;
}
.upcoming-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.upcoming-card p { font-size: 14px; color: var(--grey-700); line-height: 1.7; }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .program-block { grid-template-columns: 1fr; min-height: auto; }
  .program-block:nth-child(even) { direction: ltr; }
  .prog-visual { min-height: 240px; }
  .prog-content { padding: 32px 24px; }
  .how-steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .how-steps::before { display: none; }
}

/* ═══════════════════════════════════════
   DONATE PAGE
   ═══════════════════════════════════════ */
.donate-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.donate-widget {
  background: var(--white); border-radius: var(--radius-xl); padding: 40px;
  box-shadow: var(--shadow-xl); position: relative; z-index: 2;
}
.donate-tabs { display: flex; gap: 4px; background: var(--grey-50); border-radius: var(--radius-sm); padding: 4px; margin-bottom: 24px; }
.donate-tab {
  flex: 1; padding: 12px; text-align: center; border-radius: 6px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  transition: all 0.2s; color: var(--grey-500); background: transparent;
  border: none; font-family: var(--font-body);
}
.donate-tab.active { background: var(--white); color: var(--saffron); box-shadow: var(--shadow-sm); }
.amount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.amount-option {
  padding: 16px 12px; text-align: center; border: 2px solid var(--grey-100);
  border-radius: var(--radius-sm); cursor: pointer; transition: all 0.2s;
  background: var(--white); font-family: var(--font-body);
}
.amount-option:hover { border-color: var(--saffron); }
.amount-option.active { border-color: var(--saffron); background: var(--saffron-pale); }
.amount-option .amt { font-size: 20px; font-weight: 700; color: var(--deep); font-family: var(--font-display); }
.amount-option .impact-text { font-size: 11px; color: var(--grey-500); margin-top: 2px; }

.impact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.impact-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 28px 24px;
  text-align: center; box-shadow: var(--shadow-sm); transition: all 0.35s var(--ease-out);
  border-top: 3px solid var(--saffron);
}
.impact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.impact-card .amount { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--saffron); }
.impact-card .impact-desc { font-size: 14px; color: var(--grey-700); margin-top: 8px; line-height: 1.5; }

/* Campaign progress */
.campaign-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px 28px;
  box-shadow: var(--shadow-sm); transition: all 0.35s;
}
.campaign-card:hover { box-shadow: var(--shadow-md); }
.campaign-progress {
  height: 10px; background: var(--grey-100); border-radius: 5px;
  overflow: hidden; margin: 16px 0;
}
.campaign-progress-bar {
  height: 100%; background: linear-gradient(90deg, var(--saffron), var(--gold));
  border-radius: 5px; transition: width 1s var(--ease-out);
}
.campaign-meta { display: flex; justify-content: space-between; font-size: 13px; color: var(--grey-500); }
.campaign-meta strong { color: var(--saffron); font-weight: 700; }

/* CSR Tiers */
.csr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.csr-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px 24px;
  text-align: center; box-shadow: var(--shadow-sm); transition: all 0.35s;
  border-top: 4px solid transparent;
}
.csr-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.csr-card.silver { border-top-color: #C0C0C0; }
.csr-card.gold { border-top-color: var(--gold); }
.csr-card.platinum { border-top-color: #E5E4E2; }
.csr-card.custom { border-top-color: var(--saffron); }
.csr-card .tier-icon { font-size: 40px; margin-bottom: 12px; }
.csr-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.csr-card .tier-amount { font-size: 14px; color: var(--saffron); font-weight: 700; margin-bottom: 12px; }
.csr-card p { font-size: 13px; color: var(--grey-500); line-height: 1.6; }

@media (max-width: 1024px) {
  .donate-hero-grid { grid-template-columns: 1fr; }
  .impact-cards { grid-template-columns: 1fr 1fr; }
  .csr-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .impact-cards { grid-template-columns: 1fr; }
  .csr-grid { grid-template-columns: 1fr; }
  .amount-grid { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════
   GET INVOLVED PAGE
   ═══════════════════════════════════════ */
.volunteer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.volunteer-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 32px 28px;
  box-shadow: var(--shadow-sm); transition: all 0.35s var(--ease-out);
}
.volunteer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.volunteer-card .v-icon { font-size: 36px; margin-bottom: 14px; }
.volunteer-card h3 { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.volunteer-card .v-type {
  display: inline-block; padding: 4px 12px; border-radius: var(--radius-full);
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 12px;
}
.v-type.on-site { background: var(--green-pale); color: var(--green); }
.v-type.remote { background: var(--blue-pale); color: var(--blue); }
.v-type.hybrid { background: var(--saffron-pale); color: var(--saffron); }
.volunteer-card p { font-size: 14px; color: var(--grey-700); line-height: 1.7; }

/* Blood Donor */
.blood-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.blood-stat {
  text-align: center; padding: 24px;
  background: rgba(255,255,255,0.05); border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.1);
}
.blood-stat .num { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--saffron-light); }
.blood-stat .lbl { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px; }

/* Ambassador */
.perks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.perk-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 28px 24px;
  box-shadow: var(--shadow-sm); text-align: center;
}
.perk-card .perk-icon { font-size: 32px; margin-bottom: 10px; }
.perk-card h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.perk-card p { font-size: 13px; color: var(--grey-500); line-height: 1.5; }

@media (max-width: 1024px) {
  .volunteer-grid { grid-template-columns: 1fr 1fr; }
  .blood-stats { grid-template-columns: 1fr 1fr; }
  .perks-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .volunteer-grid, .blood-stats, .perks-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   GALLERY PAGE
   ═══════════════════════════════════════ */
.gallery-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 48px; }
.gallery-stat { text-align: center; }
.gallery-stat .num { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--saffron); }
.gallery-stat .lbl { font-size: 13px; color: var(--grey-500); }

.gallery-filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.filter-btn {
  padding: 10px 20px; border-radius: var(--radius-full);
  border: 2px solid var(--grey-100); background: var(--white);
  font-size: 13px; font-weight: 600; color: var(--grey-700);
  cursor: pointer; transition: all 0.2s; font-family: var(--font-body);
}
.filter-btn:hover, .filter-btn.active {
  border-color: var(--saffron); background: var(--saffron-pale); color: var(--saffron);
}

.masonry-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  grid-auto-rows: 200px; grid-auto-flow: dense;
}
.gallery-item {
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; cursor: pointer;
  transition: all 0.35s var(--ease-out);
}
.gallery-item:hover { transform: scale(1.02); box-shadow: var(--shadow-lg); }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item .item-bg {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 56px; position: relative;
}
.gallery-item .item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px; opacity: 0; transition: opacity 0.3s;
}
.gallery-item:hover .item-overlay { opacity: 1; }
.gallery-item .item-overlay h4 { color: var(--white); font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.gallery-item .item-overlay span { color: var(--saffron-light); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(0,0,0,0.92); display: none;
  align-items: center; justify-content: center;
  flex-direction: column; padding: 40px;
}
.lightbox.active { display: flex; }
.lightbox-content {
  max-width: 900px; max-height: 80vh; border-radius: var(--radius-lg);
  overflow: hidden; position: relative;
}
.lightbox-content img { width: 100%; height: auto; display: block; }
.lightbox-close {
  position: absolute; top: 20px; right: 20px;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.15); color: var(--white);
  font-size: 24px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 0.2s; border: none;
}
.lightbox-close:hover { background: var(--saffron); }
.lightbox-info { color: var(--white); text-align: center; margin-top: 16px; }
.lightbox-info h3 { font-family: var(--font-display); font-size: 24px; font-weight: 700; }
.lightbox-info p { color: rgba(255,255,255,0.6); font-size: 14px; margin-top: 4px; }

/* Video cards */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-card {
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--deep); aspect-ratio: 16/9;
  position: relative; cursor: pointer;
  transition: all 0.35s var(--ease-out);
}
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.video-card .play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(232,96,10,0.9); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: all 0.3s;
}
.video-card:hover .play-btn { background: var(--saffron); transform: translate(-50%, -50%) scale(1.1); }
.video-card .video-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px; background: linear-gradient(transparent, rgba(0,0,0,0.8));
}
.video-card .video-info h4 { color: var(--white); font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.video-card .video-info span { color: rgba(255,255,255,0.5); font-size: 13px; }

@media (max-width: 1024px) {
  .gallery-stats { grid-template-columns: 1fr 1fr; }
  .masonry-grid { grid-template-columns: 1fr 1fr; }
  .video-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .masonry-grid { grid-template-columns: 1fr; }
  .gallery-item.tall, .gallery-item.wide { grid-row: span 1; grid-column: span 1; }
}

/* ═══════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
.contact-info-cards { display: flex; flex-direction: column; gap: 16px; }
.contact-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 24px 28px;
  box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: 18px;
  transition: all 0.3s var(--ease-out);
}
.contact-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.contact-card .c-icon {
  width: 52px; height: 52px; border-radius: 50%; background: var(--saffron-pale);
  display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0;
}
.contact-card .c-label { font-size: 12px; color: var(--grey-500); font-weight: 500; }
.contact-card .c-value { font-size: 15px; font-weight: 600; color: var(--deep); margin-top: 2px; }

.department-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.dept-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 28px 24px;
  text-align: center; box-shadow: var(--shadow-sm); transition: all 0.35s;
}
.dept-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.dept-card .dept-icon { font-size: 28px; margin-bottom: 10px; }
.dept-card h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.dept-card a { font-size: 13px; color: var(--saffron); font-weight: 600; }

.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.social-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 28px 24px;
  text-align: center; box-shadow: var(--shadow-sm); transition: all 0.35s var(--ease-out);
}
.social-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.social-card .s-icon { font-size: 32px; margin-bottom: 10px; }
.social-card h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.social-card p { font-size: 13px; color: var(--grey-500); }

.map-container {
  border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: var(--shadow-md); height: 400px;
}
.map-container iframe { width: 100%; height: 100%; border: 0; }

/* FAQ Accordion */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--white); border-radius: var(--radius-lg);
  margin-bottom: 12px; overflow: hidden;
  box-shadow: var(--shadow-sm); transition: box-shadow 0.3s;
}
.faq-item:hover { box-shadow: var(--shadow-md); }
.faq-question {
  width: 100%; padding: 22px 28px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 16px; font-weight: 600; color: var(--deep);
  background: transparent; border: none; cursor: pointer;
  font-family: var(--font-body); text-align: left;
}
.faq-question .faq-toggle {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--saffron-pale); color: var(--saffron);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; transition: transform 0.3s; flex-shrink: 0;
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s var(--ease-out), padding 0.35s;
}
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer-inner {
  padding: 0 28px 22px; font-size: 14px;
  color: var(--grey-700); line-height: 1.7;
}

@media (max-width: 1024px) {
  .contact-grid { grid-template-columns: 1fr; }
  .department-grid { grid-template-columns: 1fr 1fr; }
  .social-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .department-grid, .social-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   FORM STYLING (Shared)
   ═══════════════════════════════════════ */
.form-card {
  background: var(--white); border-radius: var(--radius-xl);
  padding: 40px; box-shadow: var(--shadow-md);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group.full { grid-column: 1 / -1; }
.form-label { display: block; font-size: 14px; font-weight: 600; color: var(--deep); margin-bottom: 6px; }
.form-input {
  width: 100%; padding: 14px 18px;
  border: 2px solid var(--grey-100); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 15px; color: var(--deep);
  background: var(--white); transition: border-color 0.2s;
}
.form-input:focus { border-color: var(--saffron); outline: none; box-shadow: 0 0 0 4px rgba(232,96,10,0.1); }
.form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%238A827C'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.topic-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.topic-chip {
  padding: 8px 16px; border: 2px solid var(--grey-100);
  border-radius: var(--radius-full); font-size: 13px; font-weight: 600;
  color: var(--grey-500); cursor: pointer; transition: all 0.2s;
  background: var(--white); font-family: var(--font-body);
}
.topic-chip:hover, .topic-chip.active { border-color: var(--saffron); background: var(--saffron-pale); color: var(--saffron); }

@media (max-width: 640px) {
  .form-grid { grid-template-columns: 1fr; }
  .form-card { padding: 24px; }
}
