/* ================================================================
   TEAMER DREAMS FOUNDATION — PREMIUM DESIGN SYSTEM
   Royal Blue + Gold + White | "Untouchable" Edition
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@700;800;900&display=swap');

/* === CSS VARIABLES === */
:root {
  --navy: #0a1f6b;
  --navy-deep: #060f33;
  --blue: #1a3a8f;
  --blue-light: #2952c4;
  --blue-bright: #3d6ae8;
  --gold: #FFD700;
  --gold-light: #ffec80;
  --gold-dark: #d4a900;
  --white: #ffffff;
  --off-white: #f8faff;
  --gray-light: #f0f4ff;
  --gray-mid: #e0e8ff;
  --text-dark: #1a1a2e;
  --text-body: #3a3a4a;
  --text-light: #6a6a7a;
  --shadow-sm: 0 2px 8px rgba(10,31,107,0.06);
  --shadow-md: 0 8px 30px rgba(10,31,107,0.1);
  --shadow-lg: 0 20px 60px rgba(10,31,107,0.15);
  --shadow-gold: 0 8px 30px rgba(255,215,0,0.3);
  --radius: 20px;
  --radius-sm: 12px;
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-premium: cubic-bezier(0.77, 0, 0.175, 1);
}

/* === MOUSE GLOW CURSOR === */
.glow-cursor {
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,215,0,0.06) 0%, rgba(255,215,0,0.02) 40%, transparent 70%);
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
  .glow-cursor { display: none; }
}

.hero { position: relative; }
.hero > * { position: relative; z-index: 2; }

/* === NAV SCROLL STATE === */
nav.nav-scrolled {
  box-shadow: 0 4px 40px rgba(0,0,0,0.5);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background: rgba(6,15,51,0.92);
}

/* === HAMBURGER ANIMATION === */
.menu-toggle.active {
  transform: rotate(90deg);
}

/* === SECTION ENTRANCE ANIMATION === */
/* Sections are always visible. Only .fade-in elements animate on scroll. */

/* ============================================
   HOMEPAGE HERO — UNTOUCHABLE EDITION
   ============================================ */
.hero-home {
  background: var(--navy-deep);
  color: var(--white);
  text-align: center;
  padding: 80px 30px 100px;
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(26,58,143,0.95) 0%, transparent 70%),
    radial-gradient(ellipse 60% 60% at 0% 50%, rgba(255,215,0,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 100% 50%, rgba(61,106,232,0.1) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 50% 100%, rgba(255,215,0,0.05) 0%, transparent 50%),
    linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 30%, var(--blue) 60%, var(--navy-deep) 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 200% 200%;
  animation: hero-bg-shift 20s ease infinite;
}

@keyframes hero-bg-shift {
  0% { background-position: center, center, center, center, 0% 50%; }
  50% { background-position: center, center, center, center, 100% 50%; }
  100% { background-position: center, center, center, center, 0% 50%; }
}

/* CSS Starfield — tiny gold and white dots */
.hero-home::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1.5px 1.5px at 5% 15%, rgba(255,215,0,0.6) 50%, transparent 100%),
    radial-gradient(1px 1px at 12% 45%, rgba(255,255,255,0.4) 50%, transparent 100%),
    radial-gradient(2px 2px at 18% 78%, rgba(255,215,0,0.5) 50%, transparent 100%),
    radial-gradient(1px 1px at 25% 25%, rgba(255,255,255,0.35) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 32% 62%, rgba(255,215,0,0.4) 50%, transparent 100%),
    radial-gradient(1px 1px at 40% 10%, rgba(255,255,255,0.3) 50%, transparent 100%),
    radial-gradient(2px 2px at 48% 88%, rgba(255,215,0,0.45) 50%, transparent 100%),
    radial-gradient(1px 1px at 55% 35%, rgba(255,255,255,0.35) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 62% 55%, rgba(255,215,0,0.5) 50%, transparent 100%),
    radial-gradient(1px 1px at 70% 80%, rgba(255,255,255,0.3) 50%, transparent 100%),
    radial-gradient(2px 2px at 78% 20%, rgba(255,215,0,0.4) 50%, transparent 100%),
    radial-gradient(1px 1px at 85% 50%, rgba(255,255,255,0.35) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 92% 72%, rgba(255,215,0,0.45) 50%, transparent 100%),
    radial-gradient(1px 1px at 97% 8%, rgba(255,255,255,0.3) 50%, transparent 100%),
    radial-gradient(1px 1px at 8% 92%, rgba(255,215,0,0.35) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 45% 48%, rgba(255,215,0,0.3) 50%, transparent 100%),
    radial-gradient(1px 1px at 58% 12%, rgba(255,255,255,0.4) 50%, transparent 100%),
    radial-gradient(1px 1px at 75% 65%, rgba(255,215,0,0.35) 50%, transparent 100%);
  animation: starfield-twinkle 6s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes starfield-twinkle {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}

/* Gold accent line at top + bottom glow */
.hero-home::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 5%, var(--gold-dark) 20%, var(--gold) 35%, var(--gold-light) 50%, var(--gold) 65%, var(--gold-dark) 80%, transparent 95%);
  box-shadow: 0 0 30px rgba(255,215,0,0.3), 0 0 60px rgba(255,215,0,0.15);
}

/* Giant faded watermark behind hero */
.hero-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(5rem, 14vw, 12rem);
  font-weight: 900;
  color: rgba(255,255,255,0.02);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
  letter-spacing: 10px;
  text-transform: uppercase;
  user-select: none;
}

/* Bottom edge glow */
.hero-bottom-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(255,215,0,0.04), transparent);
  pointer-events: none;
  z-index: 1;
}

/* Established badge */
.hero-badge {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--gold);
  border: 1px solid rgba(255,215,0,0.3);
  padding: 8px 25px;
  border-radius: 50px;
  margin-bottom: 30px;
  font-weight: 600;
  backdrop-filter: blur(6px);
  background: rgba(255,215,0,0.04);
}

.hero-home-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  animation: hero-entrance 0.8s ease both;
}

@keyframes hero-entrance {
  from { opacity: 0.4; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-home h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw + 1rem, 4.5rem);
  font-weight: 900;
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 40px rgba(0,0,0,0.5), 0 0 80px rgba(255,215,0,0.08);
}

.hero-home h1 span {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 30%, #fff5b3 50%, var(--gold) 70%, var(--gold-dark) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gold-shimmer 4s ease-in-out infinite;
  display: inline-block;
  filter: drop-shadow(0 0 20px rgba(255,215,0,0.3));
}

@keyframes gold-shimmer {
  0% { background-position: 0% center; }
  50% { background-position: 200% center; }
  100% { background-position: 0% center; }
}

.hero-home .hero-desc {
  font-size: 1.15rem;
  max-width: 650px;
  margin: 0 auto 45px;
  opacity: 0.9;
  line-height: 1.9;
  font-weight: 300;
  letter-spacing: 0.3px;
}

/* Gold decorative divider below description */
.hero-home .hero-desc::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 35px auto 0;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(255,215,0,0.4);
}

.hero-btns {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-home .btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  color: var(--navy);
  padding: 18px 55px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  transition: var(--transition);
  box-shadow: 0 8px 35px rgba(255,215,0,0.35), inset 0 1px 0 rgba(255,255,255,0.3);
  position: relative;
  overflow: hidden;
  animation: btn-glow-pulse 3s ease-in-out infinite;
}

@keyframes btn-glow-pulse {
  0%, 100% { box-shadow: 0 8px 35px rgba(255,215,0,0.3), inset 0 1px 0 rgba(255,255,255,0.3); }
  50% { box-shadow: 0 8px 50px rgba(255,215,0,0.5), 0 0 80px rgba(255,215,0,0.15), inset 0 1px 0 rgba(255,255,255,0.3); }
}

/* Shimmer sweep on button */
.hero-home .btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: btn-shimmer 3s ease-in-out infinite;
}

@keyframes btn-shimmer {
  0%, 100% { left: -100%; }
  50% { left: 100%; }
}

.hero-home .btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 60px rgba(255,215,0,0.6), 0 0 100px rgba(255,215,0,0.2);
  background: linear-gradient(135deg, #fff5b3, var(--gold-light), var(--gold));
}

.hero-home .btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.hero-home .btn-secondary::before { display: none; }

.hero-home .btn-secondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 0 30px rgba(255,215,0,0.15);
}

@media (max-width: 768px) {
  .hero-home {
    padding: 50px 20px 70px;
  }
  .hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .hero-home .btn,
  .hero-home .btn-secondary {
    width: 280px;
    text-align: center;
    padding: 16px 35px;
  }
}

/* === TEXT REVEAL ANIMATION === */
.reveal-text {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s var(--ease-premium);
}

.reveal-text.visible {
  clip-path: inset(0 0% 0 0);
}

/* === RESET & BASE === */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Page load animation */
body.loading {
  overflow: hidden;
}

/* Scroll progress bar at very top of page */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
  z-index: 9999;
  transition: width 0.1s linear;
  box-shadow: 0 0 10px rgba(255,215,0,0.5);
}

/* === NAVIGATION === */
nav {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 40%, var(--blue) 100%);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
}

nav .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

nav .logo {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 900;
  padding: 20px 0;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}

nav .logo span {
  color: var(--gold);
  display: inline-block;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 4px;
  align-items: center;
}

nav ul li a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
  letter-spacing: 0.5px;
  position: relative;
}

nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
  transform: translateX(-50%);
  border-radius: 2px;
}

nav ul li a:hover::after,
nav ul li a.active::after {
  width: 60%;
}

nav ul li a:hover,
nav ul li a.active {
  color: var(--white);
}

nav .donate-nav {
  background: var(--gold) !important;
  color: var(--navy) !important;
  font-weight: 800 !important;
  border-radius: 50px !important;
  padding: 10px 24px !important;
  animation: pulse-glow 2.5s ease-in-out infinite;
  letter-spacing: 1px !important;
}

nav .donate-nav::after {
  display: none !important;
}

nav .donate-nav:hover {
  background: var(--gold-light) !important;
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255,215,0,0.6);
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 5px rgba(255,215,0,0.3); }
  50% { box-shadow: 0 0 25px rgba(255,215,0,0.6), 0 0 50px rgba(255,215,0,0.2); }
}

/* Mobile menu toggle */
nav .menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--gold);
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  transition: var(--transition);
}

nav .menu-toggle:hover {
  transform: scale(1.1);
}

/* === SVG WAVE DIVIDERS === */
.wave-divider {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -2px;
  line-height: 0;
}

.wave-divider-bottom {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -2px;
  line-height: 0;
}

.wave-divider svg,
.wave-divider-bottom svg {
  display: block;
  width: 100%;
  height: auto;
}

/* === HERO SECTION (Subpages) === */
.hero {
  background: var(--navy-deep);
  color: var(--white);
  text-align: center;
  padding: 70px 30px 80px;
  position: relative;
  overflow: hidden;
}

/* Premium gradient overlay */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(26,58,143,0.8) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 0% 50%, rgba(255,215,0,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 100% 50%, rgba(61,106,232,0.07) 0%, transparent 60%);
  pointer-events: none;
}

/* Gold accent line at top */
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 10%, var(--gold) 30%, var(--gold-light) 50%, var(--gold) 70%, transparent 90%);
  pointer-events: none;
}

.hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw + 1rem, 4.2rem);
  font-weight: 900;
  max-width: 850px;
  margin: 0 auto 30px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  letter-spacing: -0.5px;
  color: var(--white);
  text-shadow: 0 2px 30px rgba(0,0,0,0.3), 0 0 60px rgba(255,215,0,0.15);
}

@keyframes gradient-text {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Hero tagline above headline */
.hero-tagline {
  font-size: 0.8rem !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--gold) !important;
  opacity: 0.9 !important;
  margin-bottom: 20px !important;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}

.hero p {
  font-size: 1.15rem;
  max-width: 680px;
  margin: 0 auto 45px;
  opacity: 0.92;
  line-height: 1.9;
  position: relative;
  z-index: 2;
  font-weight: 300;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.hero .btn {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  padding: 18px 50px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: var(--transition);
  box-shadow: var(--shadow-gold);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Gold shimmer sweep on button */
.hero .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: 0.6s;
}

.hero .btn:hover::before {
  left: 100%;
}

.hero .btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 40px rgba(255,215,0,0.5);
  background: var(--gold-light);
}

/* === ACCESSIBLE FOCUS STYLES === */
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
  border-radius: 4px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* === SECTIONS === */
section {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 5vw, 40px);
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw + 0.5rem, 2.8rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 15px;
  letter-spacing: -0.5px;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  margin: 15px auto 0;
  border-radius: 4px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 650px;
  margin: 20px auto 60px;
  font-weight: 400;
  line-height: 1.8;
}

/* === IMPACT NUMBERS === */
.impact {
  background: linear-gradient(180deg, var(--gray-light) 0%, var(--gray-mid) 100%);
  position: relative;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  text-align: center;
}

.impact-item {
  background: var(--white);
  padding: 45px 25px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

/* Animated gold top border */
.impact-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light), var(--gold));
  background-size: 200% 100%;
  animation: gradient-slide 3s ease infinite;
}

@keyframes gradient-slide {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.impact-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.impact-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--navy);
  display: block;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--navy), var(--blue-bright));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.impact-label {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.6;
  font-weight: 500;
}

/* === WHAT WE DO / SERVICE CARDS === */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius);
  padding: 50px 35px;
  text-align: center;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.6);
}

/* Gradient top border */
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--blue));
  opacity: 0.8;
}

/* Glow effect on hover */
.service-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,215,0,0.06) 0%, transparent 70%);
  transition: var(--transition);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.service-card:hover::after {
  width: 300px;
  height: 300px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(10,31,107,0.15), 0 0 30px rgba(255,215,0,0.1);
  border-color: rgba(255,215,0,0.3);
}

.service-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gray-light), var(--gray-mid));
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.service-card h3 {
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

.service-card p {
  color: var(--text-body);
  font-size: 0.98rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* === PHOTOS SECTION === */
.photos {
  background: linear-gradient(180deg, var(--gray-mid) 0%, var(--gray-light) 100%);
}

.photos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

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

.photo-card {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 300px;
  position: relative;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  cursor: default;
}

.photo-card:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-lg);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: var(--transition);
}

.photo-card:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Color overlay on hover */
.photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,31,107,0.3), rgba(255,215,0,0.15));
  opacity: 0;
  transition: var(--transition);
  z-index: 1;
  border-radius: var(--radius);
}

.photo-card:hover::after {
  opacity: 1;
}

.photo-label {
  z-index: 2;
}

.photo-placeholder {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background: linear-gradient(135deg, var(--gray-light), var(--gray-mid));
}

/* Premium founder photo placeholder */
.founder-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy), var(--blue));
  text-align: center;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.founder-photo-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255,215,0,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(61,106,232,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.founder-monogram {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid rgba(255,215,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 20px;
  background: rgba(255,215,0,0.06);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px rgba(255,215,0,0.15);
}

.founder-photo-placeholder p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.founder-photo-placeholder span {
  font-size: 0.85rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.photo-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(6,15,51,0.9));
  color: var(--white);
  padding: 40px 20px 18px;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  letter-spacing: 0.5px;
}

.photo-caption {
  text-align: center;
  margin-top: 25px;
  font-style: italic;
  color: var(--text-light);
  font-size: 1.1rem;
  font-weight: 600;
}

/* === DONATE SECTION === */
.donate-section {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 30%, var(--blue) 60%, var(--navy) 100%);
  text-align: center;
  color: var(--white);
  padding: 100px 30px;
  position: relative;
  overflow: hidden;
}

.donate-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255,215,0,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(61,106,232,0.06) 0%, transparent 50%);
  pointer-events: none;
}

/* Floating particles in donate section */
.donate-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(2px 2px at 15% 25%, rgba(255,215,0,0.35) 0%, transparent 100%),
    radial-gradient(2px 2px at 50% 15%, rgba(255,215,0,0.25) 0%, transparent 100%),
    radial-gradient(2px 2px at 85% 40%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(2px 2px at 30% 75%, rgba(255,215,0,0.3) 0%, transparent 100%),
    radial-gradient(2px 2px at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 100%);
  animation: float-particles 15s ease-in-out infinite;
  pointer-events: none;
}

.donate-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.donate-section p {
  font-size: 1.15rem;
  opacity: 0.92;
  margin-bottom: 40px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  font-weight: 300;
}

.donate-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  padding: 20px 65px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: var(--transition);
  box-shadow: 0 8px 35px rgba(255,215,0,0.4);
  position: relative;
  z-index: 2;
  overflow: hidden;
  animation: pulse-glow 2.5s ease-in-out infinite;
}

.donate-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: 0.6s;
}

.donate-btn:hover::before {
  left: 100%;
}

.donate-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 50px rgba(255,215,0,0.5);
  background: var(--gold-light);
}

/* === ABOUT PAGE — MEMORIAL === */
.memorial {
  background: linear-gradient(180deg,
    rgba(26,58,143,0.7) 0%,
    rgba(74,128,212,0.4) 20%,
    rgba(200,223,248,0.3) 50%,
    rgba(255,255,255,0.5) 80%,
    rgba(255,255,255,0.8) 100%
  );
  color: var(--navy);
  text-align: center;
  padding: 60px 20px 80px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

/* Clouds - bottom layer */
.memorial::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 70%;
  z-index: 1;
  background:
    radial-gradient(ellipse 100% 70% at 10% 100%, rgba(255,255,255,1) 0%, transparent 50%),
    radial-gradient(ellipse 80% 60% at 30% 95%, rgba(255,255,255,0.95) 0%, transparent 45%),
    radial-gradient(ellipse 100% 65% at 55% 100%, rgba(255,255,255,1) 0%, transparent 50%),
    radial-gradient(ellipse 85% 60% at 75% 95%, rgba(255,255,255,0.95) 0%, transparent 45%),
    radial-gradient(ellipse 100% 70% at 95% 100%, rgba(255,255,255,1) 0%, transparent 50%);
}

/* Clouds - top wispy layer */
.memorial::after {
  content: '';
  position: absolute;
  bottom: 10%;
  left: -5%;
  width: 110%;
  height: 55%;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 50% at 5% 75%, rgba(255,255,255,0.9) 0%, transparent 50%),
    radial-gradient(ellipse 60% 45% at 25% 85%, rgba(255,255,255,0.8) 0%, transparent 45%),
    radial-gradient(ellipse 55% 40% at 50% 70%, rgba(255,255,255,0.75) 0%, transparent 45%),
    radial-gradient(ellipse 65% 50% at 70% 80%, rgba(255,255,255,0.85) 0%, transparent 50%),
    radial-gradient(ellipse 60% 45% at 90% 75%, rgba(255,255,255,0.8) 0%, transparent 45%);
}

/* Golden light rays from behind photo */
.memorial-glow {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255,215,0,0.25) 0%, rgba(255,215,0,0.12) 30%, rgba(255,215,0,0.04) 50%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  animation: glow-pulse 4s ease-in-out infinite;
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.8; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.05); }
}

/* Full page photo */
.memorial-fullphoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.memorial-fullphoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.9;
  filter: brightness(1.2);
}

/* Words at the bottom over the clouds */
.memorial-words {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

.memorial .memorial-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--blue);
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.memorial .memorial-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
  color: var(--blue);
  text-shadow: 0 2px 8px rgba(255,255,255,0.7);
  text-align: center;
  letter-spacing: 1px;
}

.memorial p {
  font-size: 1.1rem;
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  font-style: italic;
  color: var(--text-dark);
  text-shadow: 0 1px 3px rgba(255,255,255,0.5);
}

/* === FOUNDER'S TESTIMONY SECTION === */
.testimony-section {
  background: linear-gradient(180deg, var(--white) 0%, var(--gray-light) 100%);
  padding: 100px 30px;
  position: relative;
  overflow: hidden;
}

.testimony-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 10% 50%, rgba(255,215,0,0.04) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 50%, rgba(10,31,107,0.03) 0%, transparent 50%);
  pointer-events: none;
}

.testimony-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.testimony-content .testimony-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 10px;
}

.testimony-content .testimony-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  margin: 15px auto 0;
  border-radius: 4px;
}

.testimony-quote {
  font-size: 1.5rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--navy);
  font-style: italic;
  margin: 40px auto 30px;
  max-width: 650px;
  line-height: 1.6;
  position: relative;
}

.testimony-quote::before {
  content: '\201C';
  font-size: 6rem;
  color: var(--gold);
  position: absolute;
  top: -40px;
  left: -10px;
  font-family: Georgia, serif;
  line-height: 1;
  opacity: 0.4;
}

.testimony-body {
  text-align: left;
  margin: 0 auto;
  max-width: 700px;
}

.testimony-body p {
  font-size: 1.08rem;
  color: var(--text-body);
  line-height: 2;
  margin-bottom: 20px;
}

.testimony-body .testimony-lines {
  text-align: center;
  margin: 35px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(255,215,0,0.3);
  border-bottom: 1px solid rgba(255,215,0,0.3);
}

.testimony-body .testimony-lines p {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.8;
}

.testimony-body .testimony-closing {
  text-align: center;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,215,0,0.3);
}

.testimony-body .testimony-closing p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
}

.testimony-body .testimony-closing .testimony-sig {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-light);
  font-style: italic;
}

/* Healing section within testimony */
.testimony-healing {
  background: var(--white);
  border-radius: var(--radius);
  padding: 45px 40px;
  margin: 40px auto 0;
  max-width: 700px;
  box-shadow: var(--shadow-md);
  border-left: 5px solid var(--gold);
  text-align: left;
}

.testimony-healing h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 18px;
  font-weight: 800;
}

.testimony-healing p {
  font-size: 1.05rem;
  color: var(--text-body);
  line-height: 1.9;
  margin-bottom: 15px;
}

.testimony-healing .healing-closing {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 0;
}

/* === STORY SECTION === */
.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.story-section .story-photo {
  background: linear-gradient(135deg, var(--gray-light), var(--gray-mid));
  border-radius: var(--radius);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  position: relative;
}

.story-section .story-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 3px solid rgba(255,215,0,0.15);
  pointer-events: none;
}

.story-section .story-photo img {
  width: 100%;
  border-radius: var(--radius);
}

.story-text h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  color: var(--navy);
  margin-bottom: 25px;
  font-weight: 900;
}

.story-text p {
  color: var(--text-body);
  line-height: 2;
  margin-bottom: 20px;
  font-size: 1.05rem;
}

/* === MISSION & VISION === */
.mission-vision {
  background: linear-gradient(180deg, var(--gray-light) 0%, var(--gray-mid) 100%);
}

.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.mv-card {
  background: var(--white);
  padding: 50px 45px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
}

.mv-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.mv-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 18px;
  font-weight: 800;
}

.mv-card p {
  color: var(--text-body);
  line-height: 1.9;
  font-size: 1.02rem;
}

/* === BOARD MEMBERS === */
.board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  text-align: center;
}

.board-member {
  background: var(--white);
  padding: 45px 25px;
  border-radius: var(--radius);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.board-member::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--blue));
}

.board-member:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.board-member h4 {
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 6px;
  font-weight: 800;
}

.board-member p {
  color: var(--text-light);
  font-size: 0.95rem;
  font-weight: 500;
}

.board-bio {
  margin-top: 12px;
  font-size: 0.88rem !important;
  color: var(--text) !important;
  font-weight: 400 !important;
  line-height: 1.7;
  font-style: italic;
}

/* === PROGRAM SIGNUP BUTTON === */
.program-signup-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 35px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.5px;
  transition: var(--transition);
}

.program-signup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(10,31,107,0.3);
}

/* === PROGRAMS PAGE === */
.program-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 50px 50px;
  margin-bottom: 30px;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(224,232,255,0.5);
}

.program-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--gold), var(--blue));
}

.program-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateX(6px);
  border-color: rgba(255,215,0,0.15);
}

.program-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 18px;
  font-weight: 900;
}

.program-card p {
  color: var(--text-body);
  line-height: 1.9;
  font-size: 1.02rem;
  margin-bottom: 16px;
}

.program-card ul {
  list-style: none;
  padding: 0;
}

.program-card ul li {
  padding: 10px 0;
  color: var(--text-body);
  font-size: 1rem;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
}

.program-card ul li::before {
  content: "\2714";
  color: var(--gold);
  font-weight: 900;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: 10px;
}

/* === TESTIMONIALS === */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 45px 35px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(224,232,255,0.5);
}

.testimonial-card::before {
  content: '\201C';
  font-size: 5rem;
  color: var(--gold);
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1;
  opacity: 0.35;
}

.testimonial-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--blue-light));
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(255,215,0,0.15);
}

.testimonial-text {
  font-size: 1.02rem;
  color: var(--text-body);
  line-height: 1.9;
  font-style: italic;
  margin-bottom: 22px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--navy);
  position: relative;
  z-index: 1;
}

/* === FOOTER === */
footer {
  background: linear-gradient(135deg, var(--navy-deep) 0%, #080e2a 40%, var(--navy) 100%);
  color: var(--white);
  padding: 80px 30px 40px;
  position: relative;
  overflow: hidden;
}

/* Subtle pattern in footer */
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(2px 2px at 10% 30%, rgba(255,215,0,0.15) 0%, transparent 100%),
    radial-gradient(2px 2px at 90% 70%, rgba(255,215,0,0.1) 0%, transparent 100%),
    radial-gradient(2px 2px at 50% 50%, rgba(255,215,0,0.08) 0%, transparent 100%);
  pointer-events: none;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr;
  gap: 50px;
  position: relative;
  z-index: 1;
}

.footer-col h4 {
  font-size: 1rem;
  margin-bottom: 18px;
  font-weight: 800;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.footer-col p,
.footer-col a,
.footer-col a[href^="tel"],
.footer-col a[href^="mailto"] {
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  line-height: 2;
  text-decoration: none;
  transition: var(--transition);
}

/* Phone & email links everywhere — override browser default blue */
a[href^="tel"],
a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}

.contact-detail a,
.contact-info-col a {
  color: var(--gold);
  text-decoration: none;
}

.contact-detail a:hover,
.contact-info-col a:hover {
  color: var(--white);
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,215,0,0.15);
  padding-top: 30px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  position: relative;
  z-index: 1;
}

.footer-bottom p {
  margin-bottom: 6px;
}

/* === SECONDARY HERO BUTTON === */
.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--white);
  padding: 18px 50px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: var(--transition);
  border: 2px solid rgba(255,255,255,0.5);
  margin-left: 15px;
  position: relative;
  z-index: 2;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--white);
  transform: translateY(-4px);
}

/* === FORMS === */
.form-container {
  max-width: 700px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.contact-info-col {
  padding-top: 10px;
}

.contact-detail {
  margin-bottom: 28px;
}

.contact-detail strong {
  display: block;
  color: var(--navy);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  font-weight: 800;
}

.contact-detail p,
.contact-detail a {
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.8;
  text-decoration: none;
}

.contact-detail a:hover {
  color: var(--navy);
}

.contact-form,
.volunteer-form {
  background: var(--white);
  padding: 45px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(224,232,255,0.5);
}

.contact-form h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 30px;
  font-weight: 800;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid var(--gray-mid);
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  transition: var(--transition);
  background: var(--off-white);
  color: var(--text-dark);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(255,215,0,0.1);
}

.form-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  padding: 16px 45px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 800;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition);
  box-shadow: var(--shadow-gold);
  position: relative;
  overflow: hidden;
}

.form-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: 0.5s;
}

.form-btn:hover::before {
  left: 100%;
}

.form-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255,215,0,0.5);
  background: var(--gold-light);
}

/* === NEWSLETTER SIGNUP === */
.newsletter-signup {
  margin-top: 28px;
}

.newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 0.9rem;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  transition: var(--transition);
}

.newsletter-form input::placeholder {
  color: rgba(255,255,255,0.4);
}

.newsletter-form input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255,255,255,0.12);
}

.newsletter-form button {
  padding: 12px 22px;
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.5px;
}

.newsletter-form button:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}

/* === DONATE PAGE === */
.donate-methods {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

/* === PAYPAL DONATE BUTTON === */
.paypal-btn {
  display: inline-block;
  padding: 18px 50px;
  background: linear-gradient(135deg, #FFC439, #FFD700);
  color: #003087;
  font-size: 1.15rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255,199,57,0.4);
}

.paypal-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255,199,57,0.5);
  background: linear-gradient(135deg, #FFD700, #FFC439);
}

/* === CAMPAIGN GOAL === */
.campaign-section {
  padding: 60px 20px 20px;
}

.campaign-card {
  max-width: 700px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius);
  padding: 50px 40px;
  text-align: center;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255,215,0,0.2);
  position: relative;
  overflow: hidden;
}

.campaign-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--blue), var(--gold));
}

.campaign-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 25px;
}

.campaign-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 15px;
}

.campaign-desc {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.progress-bar-container {
  width: 100%;
  height: 22px;
  background: rgba(10,31,107,0.08);
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  border-radius: 50px;
  transition: width 1.5s ease;
  min-width: 8px;
  position: relative;
}

.progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: progress-shine 2s ease-in-out infinite;
}

@keyframes progress-shine {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.campaign-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  font-size: 0.95rem;
  color: var(--text-light);
}

.campaign-raised strong {
  color: var(--navy);
  font-size: 1.1rem;
}

.campaign-goal strong {
  color: var(--navy);
  font-size: 1.1rem;
}

.campaign-cta {
  font-size: 1.05rem;
  color: var(--text);
  font-style: italic;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .campaign-card {
    padding: 35px 25px;
  }
  .campaign-title {
    font-size: 1.4rem;
  }
}

.donate-photo {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.donate-photo img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.donate-photo-caption {
  margin-top: 15px;
  font-size: 0.95rem;
  color: var(--text-light);
  font-style: italic;
}

.donate-other-ways {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.donate-other-ways h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 30px;
  color: var(--gold);
}

.ways-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: left;
}

.way-card {
  background: rgba(255,255,255,0.08);
  padding: 30px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,215,0,0.15);
  transition: var(--transition);
  backdrop-filter: blur(5px);
}

.way-card:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,215,0,0.3);
  transform: translateY(-3px);
}

.way-card strong {
  display: block;
  color: var(--gold);
  font-size: 1.05rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.way-card p {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 1;
  max-width: none;
  margin: 0;
  text-align: left;
}

/* === MAP SECTION === */
.map-section {
  padding: 0;
}

.map-section iframe {
  filter: grayscale(30%) contrast(1.05);
  transition: var(--transition);
}

.map-section iframe:hover {
  filter: grayscale(0%) contrast(1);
}

/* === FADE IN ANIMATIONS === */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delays for grid items */
.fade-in:nth-child(2) { transition-delay: 0.1s; }
.fade-in:nth-child(3) { transition-delay: 0.2s; }
.fade-in:nth-child(4) { transition-delay: 0.3s; }
.fade-in:nth-child(5) { transition-delay: 0.35s; }

/* Slide from left */
.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slide from right */
.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Scale up */
.fade-in-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* === STICKY MOBILE DONATE BAR === */
.mobile-donate-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--navy);
  padding: 12px 20px;
  z-index: 999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}

.mobile-donate-bar a {
  display: block;
  background: var(--gold);
  color: var(--navy);
  text-align: center;
  padding: 14px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  animation: pulse-glow 2.5s ease-in-out infinite;
}

/* === PREFERS REDUCED MOTION === */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .fade-in, .fade-in-left, .fade-in-right, .fade-in-scale {
    opacity: 1;
    transform: none;
  }
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .photos-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  nav .menu-toggle {
    display: block;
  }

  nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy-deep);
    padding: 15px 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    gap: 2px;
  }

  nav ul.open {
    display: flex;
  }

  nav ul li a {
    padding: 14px 18px;
    display: block;
    border-radius: 10px;
  }

  nav ul li a::after {
    display: none;
  }

  nav .donate-nav {
    text-align: center;
    margin-top: 5px;
  }

  section {
    padding: 70px 20px;
  }

  .hero {
    padding: 50px 20px 60px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero .btn,
  .hero .btn-secondary {
    padding: 15px 35px;
    font-size: 1rem;
    width: 260px;
    text-align: center;
  }

  .btn-secondary {
    margin-left: 0;
  }

  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .photos-grid,
  .photos-grid-3 {
    grid-template-columns: 1fr;
  }

  .story-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mv-grid {
    grid-template-columns: 1fr;
  }

  .board-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .donate-section h2 {
    font-size: 2rem;
  }

  .donate-btn {
    padding: 18px 45px;
    font-size: 1.1rem;
  }

  .memorial .memorial-name {
    font-size: 1.5rem;
  }

  .program-card {
    padding: 35px 30px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .ways-grid {
    grid-template-columns: 1fr;
  }

  .testimony-quote {
    font-size: 1.25rem;
  }

  .testimony-content .testimony-title {
    font-size: 2rem;
  }

  .contact-form,
  .volunteer-form {
    padding: 30px 25px;
  }

  /* Show sticky mobile donate bar */
  .mobile-donate-bar {
    display: block;
  }

  /* Add bottom padding to body for sticky bar */
  body {
    padding-bottom: 70px;
  }

  /* Hide donate section donate button on mobile since we have sticky bar */
  footer {
    padding-bottom: 40px;
  }
}

/* === LOADING SCREEN === */
.page-loader {
  position: fixed;
  inset: 0;
  background: var(--navy-deep);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.8s var(--ease-premium), visibility 0.8s var(--ease-premium);
  overflow: hidden;
}

/* Animated gradient background on loader */
.page-loader::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(255,215,0,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(61,106,232,0.06) 0%, transparent 50%);
  animation: shimmer 3s ease-in-out infinite;
}

/* Floating particles on loader */
.page-loader::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(2px 2px at 15% 25%, rgba(255,215,0,0.4) 0%, transparent 100%),
    radial-gradient(2px 2px at 50% 15%, rgba(255,215,0,0.3) 0%, transparent 100%),
    radial-gradient(2px 2px at 85% 40%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(2px 2px at 30% 75%, rgba(255,215,0,0.35) 0%, transparent 100%),
    radial-gradient(2px 2px at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(3px 3px at 60% 45%, rgba(255,215,0,0.25) 0%, transparent 100%);
  animation: float-particles 8s ease-in-out infinite;
}

.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.loader-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: loader-text-in 0.8s 0.2s ease forwards;
}

.loader-logo span {
  color: var(--gold);
  display: block;
  font-size: 1rem;
  letter-spacing: 8px;
  margin-top: 5px;
}

@keyframes loader-text-in {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.loader-bar {
  width: 220px;
  height: 3px;
  background: rgba(255,255,255,0.08);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.loader-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light), var(--gold));
  background-size: 300% 100%;
  border-radius: 3px;
  animation: loader-fill 0.6s ease forwards, gradient-slide 1.5s ease infinite;
}

@keyframes loader-fill {
  0% { width: 0%; }
  100% { width: 100%; }
}

/* === BACK TO TOP BUTTON === */
.back-to-top {
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: var(--navy);
  color: var(--gold);
  border: 2px solid rgba(255,215,0,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255,215,0,0.4);
}

/* === GLOWING CARD BORDERS ON HOVER === */
.impact-item:hover {
  box-shadow: 0 20px 60px rgba(10,31,107,0.12), 0 0 20px rgba(255,215,0,0.15);
}

.testimonial-card:hover {
  box-shadow: 0 20px 60px rgba(10,31,107,0.12), 0 0 20px rgba(255,215,0,0.1);
}

.mv-card:hover {
  box-shadow: 0 20px 60px rgba(10,31,107,0.12), 0 0 20px rgba(255,215,0,0.1);
}

.program-card:hover {
  box-shadow: 0 15px 50px rgba(10,31,107,0.12), 0 0 15px rgba(255,215,0,0.08);
}

/* === DIAGONAL SECTION CLIP === */
.diagonal-top {
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  padding-top: 140px;
  margin-top: -40px;
}

.diagonal-bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  padding-bottom: 140px;
}

/* === PARALLAX FOUNDER QUOTE === */
.founder-parallax {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 30%, var(--blue) 60%, var(--navy) 100%);
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  color: var(--white);
  padding: 120px 30px;
  position: relative;
  overflow: hidden;
}

.founder-parallax::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255,215,0,0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(61,106,232,0.08) 0%, transparent 50%);
  pointer-events: none;
}

.founder-parallax::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(2px 2px at 20% 30%, rgba(255,215,0,0.3) 0%, transparent 100%),
    radial-gradient(2px 2px at 60% 20%, rgba(255,215,0,0.25) 0%, transparent 100%),
    radial-gradient(2px 2px at 80% 60%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(2px 2px at 40% 80%, rgba(255,215,0,0.2) 0%, transparent 100%);
  animation: float-particles 18s ease-in-out infinite;
  pointer-events: none;
}

.founder-parallax .quote-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
  max-width: 750px;
  margin: 0 auto 20px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.founder-parallax .quote-attr {
  font-size: 1.1rem;
  opacity: 0.8;
  position: relative;
  z-index: 2;
  font-weight: 400;
}

.founder-parallax .quote-btn {
  display: inline-block;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  color: var(--white);
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: var(--transition);
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.founder-parallax .quote-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--white);
  transform: translateY(-3px);
}

/* === ROTATING ICON ANIMATION === */
.service-icon {
  transition: var(--transition);
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(10,31,107,0.1));
}

/* === PREMIUM ANIMATED BORDER CARDS === */
.glow-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  padding: 50px 40px;
  overflow: hidden;
  z-index: 1;
}

.glow-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: conic-gradient(from 0deg, var(--gold), var(--blue-bright), var(--gold-dark), var(--blue), var(--gold));
  border-radius: calc(var(--radius) + 2px);
  z-index: -2;
  animation: rotate-border 4s linear infinite;
}

.glow-card::after {
  content: '';
  position: absolute;
  inset: 2px;
  background: var(--white);
  border-radius: calc(var(--radius) - 2px);
  z-index: -1;
}

@keyframes rotate-border {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* === MARQUEE BANNER === */
.marquee-banner {
  background: var(--gold);
  color: var(--navy);
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.marquee-inner {
  display: inline-block;
  animation: marquee-scroll 25s linear infinite;
}

.marquee-inner span {
  display: inline-block;
  padding: 0 40px;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* === SPLIT HERO (ABOUT/PROGRAMS) === */
.hero-split {
  display: flex;
  min-height: 50vh;
  overflow: hidden;
}

.hero-split-text {
  flex: 1;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy), var(--blue));
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px;
  position: relative;
}

.hero-split-text::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(2px 2px at 15% 30%, rgba(255,215,0,0.3) 0%, transparent 100%),
    radial-gradient(2px 2px at 85% 70%, rgba(255,215,0,0.2) 0%, transparent 100%);
  animation: float-particles 15s ease-in-out infinite;
  pointer-events: none;
}

.hero-split-text h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.hero-split-text p {
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 1.8;
  max-width: 500px;
  position: relative;
  z-index: 2;
  font-weight: 300;
}

.hero-split-image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.hero-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === STATS BAR === */
.stats-bar {
  background: var(--navy);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,215,0,0.05), transparent, rgba(255,215,0,0.05));
  pointer-events: none;
}

.stats-bar-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.stats-bar-item {
  padding: 35px 20px;
  border-right: 1px solid rgba(255,215,0,0.1);
  transition: var(--transition);
}

.stats-bar-item:last-child {
  border-right: none;
}

.stats-bar-item:hover {
  background: rgba(255,215,0,0.05);
}

.stats-bar-item .stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--gold);
  display: block;
  margin-bottom: 5px;
}

.stats-bar-item .stat-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* === FULL-WIDTH CTA BANNER === */
.cta-banner {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 50%, var(--gold) 100%);
  background-size: 200% 200%;
  animation: gradient-slide 4s ease infinite;
  padding: 50px 30px;
  text-align: center;
}

.cta-banner h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.8rem;
  color: var(--navy);
  font-weight: 900;
  margin-bottom: 10px;
}

.cta-banner p {
  color: var(--navy);
  font-size: 1.05rem;
  opacity: 0.85;
  margin-bottom: 20px;
}

.cta-banner a {
  display: inline-block;
  background: var(--navy);
  color: var(--gold);
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.95rem;
  transition: var(--transition);
}

.cta-banner a:hover {
  background: var(--navy-deep);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* === IMAGE TEXT OVERLAY CARD === */
.featured-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
}

.featured-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.featured-card:hover img {
  transform: scale(1.05);
}

.featured-card-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  background: linear-gradient(transparent, rgba(6,15,51,0.95));
  width: 100%;
}

.featured-card-content h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 10px;
  font-weight: 800;
}

.featured-card-content p {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* === RESPONSIVE ADDITIONS === */
@media (max-width: 768px) {
  .marquee-banner {
    font-size: 0.75rem;
  }

  .hero-split {
    flex-direction: column;
  }

  .hero-split-text {
    padding: 60px 25px;
  }

  .hero-split-text h1 {
    font-size: 2rem;
  }

  .hero-split-image {
    min-height: 250px;
  }

  .stats-bar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-bar-item {
    padding: 25px 15px;
  }

  .stats-bar-item .stat-num {
    font-size: 2rem;
  }

  .back-to-top {
    bottom: 80px;
    right: 15px;
    width: 44px;
    height: 44px;
  }
}

/* === TYPEWRITER CURSOR === */
.typewriter-cursor {
  display: inline-block;
  width: 3px;
  height: 1.1em;
  background: var(--gold);
  margin-left: 4px;
  animation: blink-cursor 0.8s infinite;
  vertical-align: text-bottom;
}

@keyframes blink-cursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* === SECTION NUMBER LABELS === */
.section-number {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 4rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(10,31,107,0.06), rgba(255,215,0,0.06));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: -15px;
  letter-spacing: 5px;
}

/* === SCROLL DOWN INDICATOR === */
.scroll-indicator {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: scroll-fade-in 1s 2s ease forwards;
  opacity: 0;
}

.scroll-indicator span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
}

.scroll-indicator .scroll-arrow {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255,215,0,0.5);
  border-radius: 12px;
  position: relative;
}

.scroll-indicator .scroll-arrow::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: var(--gold);
  border-radius: 4px;
  animation: scroll-dot 2s ease-in-out infinite;
}

@keyframes scroll-dot {
  0%, 100% { top: 6px; opacity: 1; }
  50% { top: 22px; opacity: 0.3; }
}

@keyframes scroll-fade-in {
  to { opacity: 1; }
}

/* === FLOATING GRADIENT ORBS === */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 1;
  animation: orb-float 12s ease-in-out infinite;
}

.hero-orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,215,0,0.12) 0%, transparent 70%);
  top: -10%;
  left: -5%;
  animation-delay: 0s;
}

.hero-orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(61,106,232,0.15) 0%, transparent 70%);
  bottom: -15%;
  right: -5%;
  animation-delay: -4s;
}

.hero-orb-3 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255,215,0,0.08) 0%, transparent 70%);
  top: 40%;
  right: 20%;
  animation-delay: -8s;
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(20px, -15px) scale(1.05); }
  50% { transform: translate(-10px, 20px) scale(0.95); }
  75% { transform: translate(15px, 10px) scale(1.02); }
}

/* === ENHANCED PHOTO CARD HOVER WITH REVEAL OVERLAY === */
.photo-card .photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(6,15,51,0.95) 100%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 25px;
  opacity: 0;
  transition: opacity 0.5s var(--ease-premium);
}

.photo-card:hover .photo-overlay {
  opacity: 1;
}

.photo-overlay .photo-overlay-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
  transform: translateY(20px);
  transition: transform 0.5s var(--ease-bounce);
}

.photo-card:hover .photo-overlay .photo-overlay-title {
  transform: translateY(0);
}

.photo-overlay .photo-overlay-text {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  transform: translateY(20px);
  transition: transform 0.5s 0.1s var(--ease-bounce);
}

.photo-card:hover .photo-overlay .photo-overlay-text {
  transform: translateY(0);
}

/* === WAVE DIVIDER ABOVE FOOTER === */
.footer-wave {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  margin-bottom: -2px;
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: auto;
}

/* === TESTIMONIAL AUTO-SCROLL CAROUSEL === */
.testimonial-carousel {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-track {
  display: flex;
  transition: transform 0.8s var(--ease-premium);
}

.testimonial-slide {
  min-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.testimonial-slide .testimonial-card {
  margin: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  background: transparent;
  cursor: pointer;
  transition: all 0.4s var(--ease-bounce);
  padding: 0;
}

.carousel-dot.active {
  background: var(--gold);
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(255,215,0,0.4);
}

.carousel-dot:hover {
  background: rgba(255,215,0,0.5);
}

/* === EVENT COUNTDOWN TIMER === */
.countdown-section {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 40%, var(--blue) 100%);
  padding: 80px 30px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.countdown-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(255,215,0,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(61,106,232,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.countdown-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(2px 2px at 10% 20%, rgba(255,215,0,0.35) 0%, transparent 100%),
    radial-gradient(2px 2px at 30% 70%, rgba(255,215,0,0.25) 0%, transparent 100%),
    radial-gradient(2px 2px at 60% 30%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(2px 2px at 85% 60%, rgba(255,215,0,0.3) 0%, transparent 100%);
  animation: float-particles 15s ease-in-out infinite;
  pointer-events: none;
}

.countdown-section h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.countdown-section > p {
  font-size: 1.1rem;
  opacity: 0.85;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  font-weight: 300;
}

.countdown-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.countdown-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,215,0,0.2);
  border-radius: var(--radius);
  padding: 25px 20px;
  min-width: 100px;
  backdrop-filter: blur(10px);
  transition: var(--transition);
}

.countdown-item:hover {
  background: rgba(255,215,0,0.08);
  border-color: rgba(255,215,0,0.4);
  transform: translateY(-4px);
}

.countdown-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--gold);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.countdown-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
}

/* === TRUST BADGE BAR === */
.trust-bar {
  background: var(--off-white);
  border-top: 1px solid rgba(10,31,107,0.06);
  border-bottom: 1px solid rgba(10,31,107,0.06);
  padding: 35px 30px;
}

.trust-bar-grid {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--text-light);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trust-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--navy);
  flex-shrink: 0;
}

/* === ANIMATED SECTION TITLE UNDERLINE === */
.section-title::after {
  width: 60px;
  animation: underline-grow 1s var(--ease-premium) both;
}

@keyframes underline-grow {
  from { width: 0; }
  to { width: 60px; }
}

/* === ANIMATED GRADIENT BORDER ON SERVICE CARDS === */
.service-card {
  background: var(--white);
  border: 1px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(135deg, rgba(255,215,0,0.2), rgba(10,31,107,0.1), rgba(255,215,0,0.2));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.service-card:hover {
  background-image: linear-gradient(white, white), linear-gradient(135deg, var(--gold), var(--blue-bright), var(--gold));
}

/* === STAGGER ANIMATION ENHANCEMENT === */
.fade-in:nth-child(1) { transition-delay: 0s; }
.fade-in:nth-child(2) { transition-delay: 0.12s; }
.fade-in:nth-child(3) { transition-delay: 0.24s; }
.fade-in:nth-child(4) { transition-delay: 0.36s; }
.fade-in:nth-child(5) { transition-delay: 0.48s; }

/* === PREMIUM HOVER SHINE ON BUTTONS === */
.btn, .donate-btn, .form-btn, .cta-banner a {
  position: relative;
  overflow: hidden;
}

.btn::after, .cta-banner a::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0) 40%,
    rgba(255,255,255,0.3) 50%,
    rgba(255,255,255,0) 60%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(45deg) translateX(-100%);
  transition: none;
}

.btn:hover::after, .cta-banner a:hover::after {
  animation: shine-sweep 0.8s ease forwards;
}

@keyframes shine-sweep {
  0% { transform: rotate(45deg) translateX(-100%); }
  100% { transform: rotate(45deg) translateX(100%); }
}

/* === ANIMATED GRADIENT ON SUBPAGE HERO === */
.hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 30%, var(--blue) 60%, var(--navy-deep) 100%);
  background-size: 200% 200%;
  animation: hero-gradient 20s ease infinite;
}

.hero h1 {
  text-shadow: 0 4px 40px rgba(0,0,0,0.5), 0 0 60px rgba(255,215,0,0.1);
}

@keyframes hero-gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Starfield dots on subpage heroes too */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1.5px 1.5px at 8% 20%, rgba(255,215,0,0.5) 50%, transparent 100%),
    radial-gradient(1px 1px at 20% 60%, rgba(255,255,255,0.35) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 35% 15%, rgba(255,215,0,0.4) 50%, transparent 100%),
    radial-gradient(1px 1px at 50% 75%, rgba(255,255,255,0.3) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 65% 35%, rgba(255,215,0,0.45) 50%, transparent 100%),
    radial-gradient(1px 1px at 80% 55%, rgba(255,255,255,0.35) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 92% 25%, rgba(255,215,0,0.4) 50%, transparent 100%),
    radial-gradient(1px 1px at 45% 85%, rgba(255,255,255,0.3) 50%, transparent 100%);
  animation: starfield-twinkle 6s ease-in-out infinite alternate;
  pointer-events: none;
}

/* Gold accent line at top of subpage heroes */
.hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 10%, var(--gold) 30%, var(--gold-light) 50%, var(--gold) 70%, transparent 90%);
  box-shadow: 0 0 20px rgba(255,215,0,0.25);
  pointer-events: none;
}

/* === GOLD ACCENT ON KEY WORDS === */
.hero h1 .gold-text {
  color: var(--gold);
  text-shadow: 0 0 30px rgba(255,215,0,0.4);
}

/* === PULSING RING AROUND DONATE BUTTON === */
.donate-btn::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50px;
  border: 2px solid rgba(255,215,0,0.4);
  animation: ring-pulse 2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes ring-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.3; }
}

/* === FOUNDER QUOTE ANIMATED TEXT STROKE === */
.founder-parallax .quote-text {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(255,215,0,0.9) 25%,
    #ffffff 50%,
    rgba(255,215,0,0.9) 75%,
    #ffffff 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-text 8s ease infinite;
}

/* === CARD LIFT & GLOW COMPOSITE === */
.service-card, .impact-item, .testimonial-card, .mv-card, .program-card, .board-member, .way-card {
  transition: transform 0.4s var(--ease-bounce), box-shadow 0.4s ease, border-color 0.4s ease;
}

/* === COUNTER NUMBER GLOW === */
.impact-number, .stat-num {
  text-shadow: 0 0 20px rgba(255,215,0,0.15);
}

/* page transitions removed — headline must show instantly */

/* === MISSING KEYFRAMES === */
@keyframes float-particles {
  0% { transform: translateY(0) translateX(0); }
  25% { transform: translateY(-8px) translateX(5px); }
  50% { transform: translateY(0) translateX(-5px); }
  75% { transform: translateY(8px) translateX(3px); }
  100% { transform: translateY(0) translateX(0); }
}

@keyframes shimmer {
  0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; }
}

/* === RESPONSIVE COUNTDOWN === */
@media (max-width: 768px) {
  .countdown-grid {
    flex-wrap: wrap;
    gap: 15px;
  }
  .countdown-item {
    min-width: 80px;
    padding: 20px 15px;
  }
  .countdown-value {
    font-size: 2.2rem;
  }
  .trust-bar-grid {
    gap: 25px;
  }
  .scroll-indicator {
    bottom: 15px;
  }
  .hero-orb { display: none; }
  .carousel-dots {
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-number {
    font-size: 2.8rem;
  }

  .board-grid {
    grid-template-columns: 1fr;
  }

  .testimony-healing {
    padding: 30px 25px;
  }

  .countdown-grid {
    gap: 10px;
  }

  .countdown-item {
    min-width: 70px;
    padding: 15px 10px;
  }

  .countdown-value {
    font-size: 1.8rem;
  }

  .trust-bar-grid {
    flex-direction: column;
    gap: 20px;
  }
}
