/* ══════════════════
   HERO
══════════════════ */
.hero {
  min-height: 100vh;
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
  padding-bottom: 80px;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, #2D5A3D 0%, #1A3D2B 40%, #0D2419 100%);
}
.hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 20% 50%, rgba(122,188,188,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 80% 30%, rgba(45,90,61,0.6) 0%, transparent 60%);
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Big Logo in hero */
.hero-logo-large {
  display: flex; justify-content: center; align-items: center;
  flex: 1; max-width: 500px;
  text-decoration: none;
}
.hero-logo-large .logo-img-hero {
  width: 100%; height: auto; aspect-ratio: 1; object-fit: cover;
  border-radius: 50%; border: 8px solid rgba(255,255,255,0.25);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}
.hero-logo-large:hover .logo-img-hero {
  transform: scale(1.02);
}

.hero-content {
  position: relative; z-index: 1;
  width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 48px;
  display: flex; justify-content: space-between; align-items: center; gap: 60px;
}
.hero-text { max-width: 580px; }
.hero-badge {
  display: inline-block; padding: 6px 16px;
  background: rgba(122,188,188,0.18); border: 1px solid rgba(122,188,188,0.4);
  border-radius: 4px; font-size: .72rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--teal);
  margin-bottom: 22px;
}
.hero-title {
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  font-weight: 900; line-height: 1.0; margin-bottom: 22px;
  color: #fff; letter-spacing: -0.025em;
}
.hero-subtitle {
  font-size: 1rem; color: rgba(255,255,255,0.82);
  line-height: 1.75; margin-bottom: 36px; max-width: 460px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-stats {
  display: inline-flex; align-items: stretch;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 6px; overflow: hidden;
  backdrop-filter: blur(8px);
}
.stat-item { padding: 18px 32px; text-align: center; }
.stat-number { display: block; font-size: 1.6rem; font-weight: 900; color: var(--teal); }
.stat-label { font-size: .68rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 2px; display: block; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.12); }

/* ══════════════════
   SECTION TYPOGRAPHY
══════════════════ */
.section-tag {
  display: inline-block; padding: 5px 14px;
  background: rgba(122,188,188,0.12); color: var(--teal-hover);
  border: 1px solid rgba(122,188,188,0.3); border-radius: 4px;
  font-size: .7rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 900; color: var(--black);
  line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 14px;
}
.section-title.light { color: var(--navy); }
.section-desc {
  color: var(--muted); font-size: .95rem; line-height: 1.75; max-width: 540px;
}
.section-header { text-align: center; margin-bottom: 60px; }
.section-header .section-desc { margin: 0 auto; }
.section-header-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: start; margin-bottom: 60px;
}

/* ══════════════════
   ANNOUNCEMENTS
══════════════════ */
.announcements-section { background: var(--off-white); }
.ann-item {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 6px; padding: 22px 24px; margin-bottom: 14px;
  border-left: 3px solid var(--teal);
}
.ann-item h3 { font-weight: 800; font-size: 1.02rem; color: var(--black); margin-bottom: 8px; }
.ann-item p { color: var(--muted); font-size: .88rem; line-height: 1.7; }
.ann-item .ann-meta { font-size: .75rem; color: var(--teal-hover); margin-top: 10px; font-weight: 600; }
.ann-item .ann-date { font-size: .72rem; color: var(--muted); float: right; }

/* Announcement Carousel Classes */
.ann-carousel-wrapper { overflow: hidden; position: relative; width: 100%; border-radius: 8px; margin-bottom: 24px; }
.ann-carousel-track { display: flex; transition: transform 0.5s ease-in-out; }

/* Individual Announcement Slide styling */
.ann-slide {
  display: block; text-decoration: none; cursor: pointer; min-width: 100%; box-sizing: border-box;
  padding: 24px; text-align: center; margin: 0; transition: transform 0.2s;
}
.ann-slide:hover { transform: scale(0.99); }
.ann-slide h2 { font-size: 2.8rem; font-weight: 900; color: #0F1C35; margin-bottom: 12px; line-height: 1.2; text-transform: uppercase; }
.ann-slide p { font-size: 1.8rem; font-weight: 800; margin: 0; text-transform: uppercase; letter-spacing: 2px; }

/* Specific colored variants */
.ann-slide-ngh { border-left: 4px solid #4f8ef7; background: rgba(79, 142, 247, 0.05); }
.ann-slide-ngh p { color: #d9534f; }
.ann-slide-podcast { border-left: 4px solid #10b981; background: rgba(16, 185, 129, 0.05); }
.ann-slide-podcast p { color: #10b981; }

/* ══════════════════
   INITIATIVES (PROGRAMS)
══════════════════ */
.initiatives-section { background: var(--white); }
.initiatives-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.initiative-card { display: flex; flex-direction: column; }
.initiative-img-wrap {
  width: 100%; aspect-ratio: 4/3;
  border-radius: 4px; overflow: hidden; margin-bottom: 20px;
  background: var(--off-white); position: relative;
}
.initiative-emoji {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem;
  background: linear-gradient(135deg, rgba(122,188,188,0.15), rgba(26,46,74,0.08));
}
.initiative-title { font-size: 1.35rem; font-weight: 900; color: var(--black); margin-bottom: 10px; }
.initiative-desc { color: var(--muted); font-size: .9rem; line-height: 1.75; margin-bottom: 20px; flex: 1; }
.btn-report {
  display: block; text-align: center;
  padding: 13px 20px; background: var(--teal);
  color: var(--navy); font-weight: 700; font-size: .88rem;
  text-decoration: none; border-radius: 4px; transition: background .2s, color .2s;
}
.btn-report:hover { background: var(--teal-hover); color: #fff; }

/* NGH Banner */
.ngh-banner {
  margin-top: 52px;
  background: linear-gradient(135deg, rgba(26,46,74,0.06), rgba(122,188,188,0.1));
  border: 1px solid rgba(122,188,188,0.3);
  border-radius: 10px; padding: 44px 40px;
  display: grid; grid-template-columns: 1fr auto;
  gap: 32px; align-items: center;
}
.ngh-badge {
  display: inline-block; padding: 4px 14px;
  background: rgba(122,188,188,0.12); border: 1px solid rgba(122,188,188,0.3);
  border-radius: 50px; font-size: .7rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--teal-hover);
  margin-bottom: 14px;
}
.ngh-banner h3 { font-size: 1.8rem; font-weight: 900; color: var(--black); margin-bottom: 10px; }
.ngh-banner p { color: var(--muted); font-size: .92rem; line-height: 1.75; max-width: 560px; }
.ngh-features { display: flex; gap: 24px; margin-top: 16px; flex-wrap: wrap; }
.ngh-features span { font-size: .8rem; color: var(--muted); }
.ngh-features span::before { content: '✦ '; color: var(--teal); }
.ngh-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; background: var(--navy); color: #fff;
  border-radius: 4px; font-weight: 700; font-size: .9rem;
  text-decoration: none; white-space: nowrap; flex-shrink: 0;
  transition: all .25s;
}
.ngh-btn:hover { background: #132240; transform: translateY(-1px); }

/* ══════════════════
   TEAM
══════════════════ */
.team-section { background: var(--white); }
.team-grid { display: grid; gap: 24px; margin-bottom: 28px; }
.team-grid-3 { grid-template-columns: repeat(3, 1fr); }
.team-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 660px; margin-left: auto; margin-right: auto; }
.sub-section-label {
  font-size: .68rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--teal-hover); border-left: 3px solid var(--teal);
  padding-left: 14px; margin-bottom: 28px; margin-top: 16px;
}
.permanent-card { border-color: rgba(122,188,188,0.3) !important; }
.permanent-badge {
  display: inline-block; padding: 4px 12px;
  background: rgba(122,188,188,0.1); border: 1px solid rgba(122,188,188,0.3);
  color: var(--teal-hover); border-radius: 4px; font-size: .68rem; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px;
}
.team-card {
  padding: 30px 22px; text-align: center;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.09); border-color: rgba(122,188,188,0.4); }
.team-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--teal); opacity: 0; transition: opacity .3s;
}
.team-card:hover::before { opacity: 1; }
.team-photo-wrapper { position: relative; display: inline-block; margin-bottom: 18px; }
.team-photo {
  width: 100px; height: 100px; border-radius: 50%; object-fit: cover;
  border: 3px solid rgba(122,188,188,0.4); display: block;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.avatar-placeholder {
  width: 100px; height: 100px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--navy));
  border: 3px solid rgba(122,188,188,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; font-weight: 700; color: #fff;
}
.founder-badge {
  position: absolute; bottom: 0; right: -4px;
  background: var(--teal); color: var(--navy);
  font-size: .62rem; font-weight: 800; padding: 3px 8px;
  border-radius: 4px; letter-spacing: 1px; text-transform: uppercase;
}
.team-name { font-size: 1.05rem; font-weight: 800; margin-bottom: 4px; color: var(--black); }
.team-role {
  display: inline-block; padding: 4px 12px;
  background: rgba(122,188,188,0.1); color: var(--teal-hover);
  border-radius: 4px; font-size: .75rem; font-weight: 600; margin-bottom: 10px;
  border: 1px solid rgba(122,188,188,0.25);
}
.team-bio { color: var(--muted); font-size: .82rem; margin-bottom: 16px; min-height: 36px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.social-icon {
  width: 34px; height: 34px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; border: 1px solid var(--border);
  background: var(--off-white); transition: transform .2s, background .2s;
  font-size: .9rem;
}
.social-icon:hover { transform: translateY(-2px); }
.social-icon.ig { color: #E1306C; }
.social-icon.ig:hover { background: rgba(225,48,108,0.08); }
.social-icon.li { color: #0A66C2; }
.social-icon.li:hover { background: rgba(10,102,194,0.08); }

/* ══════════════════
   SUCCESS STORIES
══════════════════ */
.success-section { background: var(--teal-bg); }
.success-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 900; color: var(--navy); margin-bottom: 20px; }
.success-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}
.success-intro { font-size: 1rem; color: var(--navy); line-height: 1.8; opacity: 0.85; }
.akf-tagline-block {
  margin-top: 32px; padding: 24px 28px;
  background: rgba(122,188,188,0.1); border-left: 4px solid var(--teal);
  border-radius: 0 8px 8px 0;
}
.akf-tagline-label {
  display: inline-block; font-size: .68rem; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--teal-hover);
  margin-bottom: 8px;
}
.akf-tagline {
  font-size: 1.45rem; font-weight: 900; color: var(--navy);
  margin-bottom: 12px; font-style: italic; line-height: 1.3;
}
.akf-tagline-desc { font-size: .92rem; color: var(--navy); line-height: 1.8; opacity: 0.8; margin: 0; }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.testimonial-card { background: rgba(255,255,255,0.22); border-radius: 4px; overflow: hidden; }
.testimonial-img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  display: flex; align-items: center; justify-content: center;
  background: rgba(26,46,74,0.15); font-size: 4rem;
}
.testimonial-img img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-body { padding: 18px; background: rgba(255,255,255,0.25); }
.testimonial-quote { font-size: .87rem; color: var(--navy); line-height: 1.7; margin-bottom: 12px; font-style: italic; opacity: 0.9; }
.testimonial-name { font-weight: 800; color: var(--navy); font-size: .9rem; }

/* ══════════════════
   IMPACT METRICS
══════════════════ */
.impact-section { background: var(--off-white); }
.impact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.impact-card {
  background: var(--white); border-radius: 4px;
  padding: 36px 28px; border: 1px solid var(--border);
  transition: box-shadow .3s, transform .3s;
}
.impact-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.impact-icon-box {
  width: 56px; height: 56px; background: var(--teal);
  border-radius: 4px; display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 22px;
}
.impact-title { font-size: 1.25rem; font-weight: 900; color: var(--black); margin-bottom: 10px; }
.impact-desc { color: var(--muted); font-size: .88rem; line-height: 1.75; margin-bottom: 24px; }
.btn-impact {
  display: block; text-align: center;
  padding: 12px 20px; background: rgba(0,0,0,0.06);
  color: var(--navy); font-weight: 700; font-size: .85rem;
  text-decoration: none; border-radius: 4px; transition: background .2s;
}
.btn-impact:hover { background: rgba(0,0,0,0.1); }

/* ══════════════════
   PODCAST
══════════════════ */
.podcast-section { background: var(--off-white); }
.podcast-wrapper { max-width: 1000px; margin: 0 auto; text-align: center; }
.podcast-video-link {
  display: block; position: relative; border-radius: 12px;
  overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.podcast-video-link:hover {
  transform: translateY(-6px); box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}
.podcast-video-link img { width: 100%; display: block; transition: transform 0.5s ease; }
.podcast-video-link:hover img { transform: scale(1.03); }
.podcast-overlay {
  position: absolute; inset: 0;
  background: rgba(26,46,74,0.2);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s ease;
}
.podcast-video-link:hover .podcast-overlay { background: rgba(26,46,74,0.1); }
.podcast-play-btn {
  width: 80px; height: 80px; background: rgba(255,255,255,0.95);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2); transition: transform 0.3s ease, background 0.3s ease;
}
.podcast-video-link:hover .podcast-play-btn { transform: scale(1.1); background: #fff; }
.podcast-play-icon {
  width: 0; height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid var(--teal);
  margin-left: 6px;
}

/* ══════════════════
   DONATE CTA
══════════════════ */
.donate-cta-section { background: var(--teal); padding: 90px 0; }
.donate-cta-inner {
  display: grid; grid-template-columns: 1fr auto;
  gap: 48px; align-items: center;
}
.donate-cta-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 900;
  color: var(--navy); margin-bottom: 12px;
}
.donate-cta-desc { color: var(--navy); opacity: 0.75; font-size: .95rem; line-height: 1.7; max-width: 500px; }
.donate-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: #132240; transform: translateY(-1px); }
.btn-white { background: rgba(255,255,255,0.9); color: var(--navy); }
.btn-white:hover { background: #fff; transform: translateY(-1px); }

/* ══════════════════
   ABOUT CARDS (Programs page)
══════════════════ */
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 24px; }
.about-card {
  padding: 36px 28px; background: var(--white);
  border: 1px solid var(--border); border-radius: 8px;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.about-card:hover { border-color: var(--teal); transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.07); }
.about-icon { font-size: 2.2rem; margin-bottom: 16px; }
.about-card h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 10px; color: var(--black); }
.about-card p { color: var(--muted); font-size: .87rem; line-height: 1.75; }
.glass-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 8px;
  transition: transform .3s, box-shadow .3s;
}
.glass-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.08); }

/* ══════════════════
   CONTACT (contact.html)
══════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-info h3 { font-size: 1.9rem; font-weight: 800; margin-bottom: 18px; color: var(--black); }
.contact-info p { color: var(--muted); margin-bottom: 30px; font-size: .93rem; }
.contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.contact-detail-icon {
  width: 44px; height: 44px; background: rgba(122,188,188,0.12);
  border: 1px solid rgba(122,188,188,0.25); border-radius: 8px;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0;
}
.contact-detail-text { font-size: .9rem; }
.contact-detail-text span { display: block; color: var(--muted); font-size: .76rem; margin-bottom: 2px; }
.contact-detail-text a { color: var(--text); text-decoration: none; }
.contact-detail-text a:hover { color: var(--teal); }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.social-pill {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 16px; background: var(--off-white);
  border: 1px solid var(--border); border-radius: 6px;
  color: var(--text); text-decoration: none; font-size: .8rem; transition: all .2s;
}
.social-pill:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }
.contact-form-wrapper {
  background: var(--off-white); border: 1px solid var(--border);
  border-radius: 10px; padding: 36px;
}
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .82rem; color: var(--muted); margin-bottom: 8px; font-weight: 600; }
.form-group input, .form-group textarea {
  width: 100%; background: var(--white); border: 1px solid var(--border);
  border-radius: 6px; padding: 12px 16px; color: var(--text);
  font-family: 'Inter', sans-serif; font-size: .9rem; transition: border-color .2s; outline: none;
}
.form-group input:focus, .form-group textarea:focus { border-color: var(--teal); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ══════════════════
   STICKY SOCIAL SIDEBAR
══════════════════ */
.sticky-social-bar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background: var(--off-white);
  box-shadow: 2px 0 12px rgba(0,0,0,0.08);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-left: none;
}
.sticky-social-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--navy);
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.sticky-social-bar a:hover {
  background: var(--teal);
  color: #fff;
  width: 52px;
}
.sticky-social-bar a:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
@media (max-width: 768px) {
  .sticky-social-bar {
    transform: translateY(-50%) scale(0.85);
    transform-origin: left center;
  }
}

/* ══════════════════
   ANIMATIONS
══════════════════ */
[data-animate] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-animate].visible { opacity: 1; transform: translateY(0); }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(8px)} }

/* ══════════════════
   RESPONSIVE
══════════════════ */
@media (max-width: 1024px) {
  .container { padding: 0 32px; }
  .nav-container { padding: 0 32px; }
  .hero-content { padding: 0 32px; }
}
@media (max-width: 900px) {
  .container { padding: 0 24px; }
  .nav-container { padding: 0 24px; }
  .hero-content { padding: 0 24px; gap: 30px; }
  .team-grid-3 { grid-template-columns: 1fr 1fr; }
  .initiatives-grid { grid-template-columns: 1fr 1fr; }
  .impact-cards { grid-template-columns: 1fr 1fr; }
  .success-layout { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section-header-split { grid-template-columns: 1fr; }
  .ngh-banner { grid-template-columns: 1fr; }
  .donate-cta-inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .navbar.scrolled {
    backdrop-filter: none;
    background: rgba(255, 255, 255, 1);
  }
  .nav-links {
    display: none; flex-direction: column;
    position: fixed; top: 0; right: 0; bottom: 0; width: 260px;
    background: rgba(255,255,255,0.98); backdrop-filter: blur(12px);
    padding: 80px 24px 40px; gap: 4px;
    box-shadow: -4px 0 24px rgba(0,0,0,0.1);
  }
  .nav-links a { color: var(--text) !important; }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
  .hamburger.active span:nth-child(2) { opacity: 0; }
  .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
  section { padding: 72px 0; }
  .hero-content { flex-direction: column; text-align: center; justify-content: center; padding-top: 100px; gap: 40px; }
  .hero-logo-large { max-width: 250px; }
  .hero-text { max-width: 100%; }
  .hero-title { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-cta { justify-content: center; }
  .hero-stats { flex-direction: column; }
  .stat-divider { width: 80%; height: 1px; }
  .initiatives-grid { grid-template-columns: 1fr; }
  .impact-cards { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-reg { text-align: center; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .team-grid-3, .team-grid-2 { grid-template-columns: 1fr; max-width: 100%; }
}

/* ==========================================
   RESTORED PAGE-SPECIFIC INLINE STYLES
   ========================================== */

/* --- about.html --- */
/* Hero Section Styles */
    .page-hero {
      padding: 160px 0 80px;
      text-align: center;
      background: linear-gradient(135deg, #1A2E4A 0%, #2D5A3D 60%, #1A2E4A 100%);
    }
    .page-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.2rem, 5vw, 3.5rem);
      font-weight: 900;
      color: #fff;
      margin-bottom: 16px;
    }
    .page-hero p {
      color: rgba(255, 255, 255, 0.9);
      max-width: 560px;
      margin: 0 auto;
      font-size: 1.05rem;
    }
    
    /* Story Grid Styles */
    .story-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      padding: 80px 0;
    }
    .story-text h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: var(--black);
    }
    .story-text p {
      color: var(--muted);
      line-height: 1.9;
      margin-bottom: 16px;
      font-size: .95rem;
    }
    .story-visual {
      background: var(--off-white);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 40px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .story-stat {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 16px;
      background: rgba(0, 0, 0, 0.03);
      border-radius: 10px;
      border: 1px solid var(--border);
      transition: border-color .2s;
    }
    .story-stat:hover {
      border-color: rgba(122, 188, 188, 0.4);
    }
    .story-stat .icon {
      font-size: 1.8rem;
      width: 48px;
      text-align: center;
    }
    .story-stat .text span {
      display: block;
      font-weight: 700;
      font-size: 1.05rem;
      color: var(--black);
    }
    .story-stat .text small {
      color: var(--muted);
      font-size: .78rem;
    }
    
    /* Core Values Styles */
    .values-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 20px;
      padding-bottom: 80px;
    }
    .value-card {
      background: var(--off-white);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 30px 24px;
      transition: transform .3s, border-color .3s;
    }
    .value-card:hover {
      transform: translateY(-5px);
      border-color: rgba(122, 188, 188, 0.4);
    }
    .value-icon {
      font-size: 2rem;
      margin-bottom: 14px;
    }
    .value-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.15rem;
      margin-bottom: 10px;
      color: var(--black);
    }
    .value-card p {
      color: var(--muted);
      font-size: .87rem;
      line-height: 1.75;
    }
    
    /* Registration Bar Styles */
    .reg-bar {
      background: var(--off-white);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 24px 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
      margin-bottom: 80px;
      text-align: center;
    }
    .reg-item span {
      display: block;
      font-size: .7rem;
      color: var(--muted);
      margin-bottom: 4px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }
    .reg-item strong {
      color: var(--black);
      font-size: .9rem;
    }
    
    /* Vision & Mission Styles */
    .vm-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      margin-bottom: 80px;
    }
    .vm-card {
      background: var(--off-white);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 40px;
      transition: transform .3s, border-color .3s;
    }
    .vm-card:hover {
      transform: translateY(-5px);
      border-color: rgba(122, 188, 188, 0.4);
    }
    .vm-icon {
      font-size: 2.5rem;
      margin-bottom: 20px;
    }
    .vm-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.8rem;
      font-weight: 700;
      color: var(--black);
      margin-bottom: 16px;
    }
    .vm-card p {
      color: var(--muted);
      line-height: 1.8;
      font-size: 1.05rem;
    }
    
    /* Responsive Queries */
    @media (max-width: 768px) {
      .story-grid {
        grid-template-columns: 1fr;
        gap: 36px;
      }
      .reg-bar {
        gap: 24px;
      }
      .vm-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }
    }

/* --- ak_care_labs.html --- */
/* Page Hero Styles */
    .page-hero {
      padding: 160px 0 80px;
      text-align: center;
      background: linear-gradient(135deg, #1A2E4A 0%, #2D5A3D 60%, #1A2E4A 100%);
    }
    .page-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.2rem, 5vw, 3.5rem);
      font-weight: 900;
      color: #fff;
      margin-bottom: 16px;
    }
    .page-hero p {
      color: rgba(255, 255, 255, 0.85);
      max-width: 600px;
      margin: 0 auto;
      font-size: 1.05rem;
    }

    /* Content Section */
    .clinic-section {
      padding: 100px 0;
      background: var(--off-white);
    }
    
    .clinic-grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 60px;
      align-items: center;
    }
    
    .clinic-text h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 24px;
      color: var(--navy);
    }
    
    .clinic-text p {
      color: var(--muted);
      line-height: 1.8;
      font-size: 1.05rem;
      margin-bottom: 24px;
    }
    
    .clinic-features {
      list-style: none;
      margin-bottom: 40px;
      background: var(--white);
      padding: 30px;
      border-radius: 12px;
      border: 1px solid var(--border);
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
    
    .clinic-features li {
      color: var(--text);
      font-size: 1rem;
      padding: 12px 0 12px 30px;
      position: relative;
      border-bottom: 1px solid var(--border);
    }
    
    .clinic-features li:last-child {
      border-bottom: none;
    }
    
    .clinic-features li::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: var(--teal);
      font-weight: 700;
      font-size: 1.2rem;
    }

    .clinic-images {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .clinic-images .clinic-image-wrapper:first-child {
      grid-column: 1 / -1;
    }
    
    .clinic-image-wrapper {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      border: 1px solid var(--border);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background: var(--white);
      padding: 8px;
    }
    
    .clinic-image-wrapper:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }
    
    .clinic-image-wrapper img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
      border-radius: 8px;
      transition: transform 0.5s ease;
    }

    .clinic-images .clinic-image-wrapper:first-child img {
      height: 260px;
    }
    
    .clinic-image-wrapper:hover img {
      transform: scale(1.03);
    }
    
    .mission-box {
      background: linear-gradient(135deg, rgba(122,188,188,0.1), rgba(26,46,74,0.05));
      border: 1px solid rgba(122,188,188,0.3);
      border-radius: 16px;
      padding: 60px 40px;
      margin-top: 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    
    .mission-box::before {
      content: '🏥';
      position: absolute;
      top: -30px;
      right: -30px;
      font-size: 150px;
      opacity: 0.05;
      transform: rotate(-15deg);
    }
    
    .mission-box h3 {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      color: var(--navy);
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    }
    
    .mission-box p {
      color: var(--muted);
      line-height: 1.8;
      max-width: 700px;
      margin: 0 auto;
      font-size: 1.05rem;
      position: relative;
      z-index: 1;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .clinic-grid {
        grid-template-columns: 1fr;
      }
      .clinic-images {
        grid-template-columns: 1fr 1fr;
      }
    }
    
    @media (max-width: 600px) {
      .clinic-images {
        grid-template-columns: 1fr;
      }
    }

/* --- contact.html --- */
/* Hero Section Styles */
    .page-hero {
      padding: 160px 0 80px;
      text-align: center;
      background: linear-gradient(135deg, #1A2E4A 0%, #2D5A3D 60%, #1A2E4A 100%);
    }
    .page-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.2rem, 5vw, 3.5rem);
      font-weight: 900;
      color: #fff;
      margin-bottom: 16px;
    }
    .page-hero p {
      color: rgba(255, 255, 255, 0.9);
      max-width: 560px;
      margin: 0 auto;
      font-size: 1.05rem;
    }
    
    /* Contact Section Styles */
    .contact-section {
      padding: 80px 0;
    }

/* --- donate.html --- */
/* Page Specific Styles */
    .page-hero {
      padding: 160px 0 80px;
      text-align: center;
      background: linear-gradient(135deg, #1A2E4A 0%, #2D5A3D 60%, #1A2E4A 100%);
    }
    .page-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.2rem, 5vw, 3.5rem);
      font-weight: 900;
      color: #fff;
      margin-bottom: 16px;
    }
    .page-hero p {
      color: rgba(255, 255, 255, 0.9);
      max-width: 560px;
      margin: 0 auto;
      font-size: 1.05rem;
    }
    
    /* Live Fund Tracker Styles */
    .fund-hero {
      text-align: center;
      padding: 64px 0;
      background: var(--off-white);
      border-radius: 16px;
      border: 1px solid var(--border);
      margin: 0 0 60px;
      transition: border-color .3s;
    }
    .fund-hero:hover {
      border-color: rgba(122,188,188,0.4);
    }
    .fund-label {
      font-size: .75rem;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      color: var(--muted);
      margin-bottom: 16px;
      font-weight: 600;
    }
    .fund-amount {
      font-family: 'Playfair Display', serif;
      font-size: clamp(3rem, 8vw, 5rem);
      font-weight: 900;
      color: #FF9A00;
      line-height: 1;
      margin-bottom: 12px;
      transition: all .5s;
    }
    .fund-sub {
      color: var(--muted);
      font-size: .87rem;
    }
    .fund-bar-wrap {
      max-width: 480px;
      margin: 24px auto 0;
      background: rgba(249,243,232,.07);
      border-radius: 4px;
      height: 6px;
      overflow: hidden;
    }
    .fund-bar {
      height: 100%;
      background: linear-gradient(90deg, #FF9A00, #F0C040);
      border-radius: 4px;
      transition: width 1.5s ease;
      width: 0;
    }

    /* Impact Grid Styles */
    .impact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 2px;
      margin-bottom: 60px;
      background: rgba(249,243,232,.05);
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
    }
    .impact-card {
      text-align: center;
      padding: 40px 20px;
      background: var(--off-white);
      transition: background .2s;
    }
    .impact-card:hover {
      background: #241D13;
    }
    .impact-number {
      font-family: 'Playfair Display', serif;
      font-size: 2.8rem;
      font-weight: 900;
      color: #FF9A00;
      display: block;
    }
    .impact-label {
      color: var(--muted);
      font-size: .85rem;
      margin-top: 8px;
      font-weight: 500;
    }

    /* Ways to Donate Styles */
    .donate-ways {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
      margin-bottom: 80px;
    }
    .donate-card {
      background: var(--off-white);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 32px;
      transition: transform .3s, border-color .3s;
    }
    .donate-card:hover {
      transform: translateY(-5px);
      border-color: rgba(255,154,0,.25);
    }
    .donate-icon {
      font-size: 2rem;
      margin-bottom: 14px;
    }
    .donate-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: var(--black);
    }
    .donate-card p {
      color: var(--muted);
      font-size: .88rem;
      line-height: 1.75;
      margin-bottom: 20px;
    }

/* --- ngh.html --- */
/* ── NGH Page Styles ── */
:root {
  --ngh-blue: #4f8ef7;
  --ngh-accent: #4f8ef7;
  --ngh-glow: rgba(79,142,247,0.12);
  /* NGH dark theme overrides */
  --bg: #0D0A06;
  --bg2: #141008;
  --surface: #1C1610;
  --cream: #F9F3E8;
  --saffron: #FF9933;
  --muted: #9A8A74;
  --white: #FFFFFF;
  --border: rgba(249,243,232,0.08);
  --navy2: #0F1C35;
}

/* NAV NGH BADGE */
.nav-ngh-badge {
  background: linear-gradient(135deg, #4f8ef7, #6c5ce7) !important;
  color: #fff !important;
  padding: 7px 16px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  letter-spacing: .5px;
}
.nav-ngh-badge:hover { opacity: .88; transform: translateY(-1px); background: linear-gradient(135deg, #3a7cf5, #5a4fe0) !important; }

/* ── NGH HERO ── */
.ngh-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 80px;
  position: relative;
  overflow: hidden;
}
.ngh-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 100% 70% at 50% 0%, rgba(79,142,247,.18) 0%, transparent 65%),
    radial-gradient(ellipse 60% 50% at 85% 85%, rgba(255,154,0,.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 15% 75%, rgba(108,92,231,.1) 0%, transparent 55%),
    #0D0A06;
}
.ngh-hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(249,243,232,.04) 1px, transparent 1px);
  background-size: 36px 36px;
}
.ngh-hero-bg::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--navy));
}
.ngh-hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }

.ngh-presented-by {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50px;
  font-size: .78rem;
  color: var(--muted);
  letter-spacing: 1px;
  margin-bottom: 28px;
}
.ngh-presented-by img {
  width: 22px; height: 22px;
  border-radius: 50%;
  object-fit: cover;
}
.ngh-presented-by strong { color: var(--saffron); }

.ngh-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 16px;
  color: var(--white);
}
.ngh-title .ngh-grad {
  background: linear-gradient(135deg, #4f8ef7, #c084fc, var(--saffron));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ngh-tagline {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  color: var(--muted);
  margin-bottom: 12px;
  letter-spacing: .5px;
}
.ngh-sub {
  font-size: 1rem;
  color: rgba(255,255,255,.45);
  margin-bottom: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.ngh-stats-row {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  margin-bottom: 48px;
}
.ngh-stat {
  padding: 20px 32px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.08);
}
.ngh-stat:last-child { border-right: none; }
.ngh-stat-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--saffron);
  line-height: 1;
}
.ngh-stat-lbl { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 6px; display: block; }

.ngh-cta-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-ngh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all .3s ease;
  background: linear-gradient(135deg, #4f8ef7, #6c5ce7);
  color: #fff;
  box-shadow: 0 4px 24px rgba(79,142,247,.35);
}
.btn-ngh:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(79,142,247,.5); }

/* ── NGH OVERVIEW ── */
.ngh-overview { background: var(--navy2); padding: 100px 0; }
.ngh-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ngh-overview-text .mission-quote {
  background: rgba(79,142,247,.08);
  border-left: 4px solid #4f8ef7;
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  margin-bottom: 28px;
  font-style: italic;
  color: rgba(248,249,250,.8);
  font-size: .95rem;
  line-height: 1.8;
}
.ngh-overview-text .mission-quote cite {
  display: block;
  margin-top: 12px;
  font-size: .78rem;
  color: var(--saffron);
  font-style: normal;
  font-weight: 600;
  letter-spacing: .5px;
}
.ngh-overview-text p { color: var(--muted); line-height: 1.9; margin-bottom: 16px; font-size: .93rem; }
.ngh-overview-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--white), #a5c8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ngh-quick-facts { display: flex; flex-direction: column; gap: 14px; }
.quick-fact {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  transition: border-color .2s;
}
.quick-fact:hover { border-color: rgba(79,142,247,.3); }
.qf-icon {
  width: 44px; height: 44px;
  background: rgba(79,142,247,.12);
  border: 1px solid rgba(79,142,247,.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.qf-text strong { display: block; font-size: .95rem; color: var(--white); font-weight: 600; }
.qf-text span { font-size: .8rem; color: var(--muted); }

/* ── PHASES ── */
.ngh-phases { padding: 100px 0; background: var(--navy); }
.phases-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 0; }

.phase-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.phase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.phase-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
}
.phase-1::before { background: linear-gradient(90deg, #4f8ef7, #06b6d4); }
.phase-1:hover { border-color: rgba(79,142,247,.35); box-shadow: 0 20px 60px rgba(79,142,247,.12); }
.phase-2::before { background: linear-gradient(90deg, #FF9933, #f59e0b); }
.phase-2:hover { border-color: rgba(255,153,51,.35); box-shadow: 0 20px 60px rgba(255,153,51,.12); }
.phase-3::before { background: linear-gradient(90deg, #a855f7, #ec4899); }
.phase-3:hover { border-color: rgba(168,85,247,.35); box-shadow: 0 20px 60px rgba(168,85,247,.12); }
.phase-4::before { background: linear-gradient(90deg, #10b981, #4f8ef7); }
.phase-4:hover { border-color: rgba(16,185,129,.35); box-shadow: 0 20px 60px rgba(16,185,129,.12); }

.phase-num {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.phase-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.25;
}
.phase-duration {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 18px;
}
.phase-1 .phase-duration { background: rgba(79,142,247,.12); color: #4f8ef7; border: 1px solid rgba(79,142,247,.25); }
.phase-2 .phase-duration { background: rgba(255,153,51,.12); color: var(--saffron); border: 1px solid rgba(255,153,51,.25); }
.phase-3 .phase-duration { background: rgba(168,85,247,.12); color: #c084fc; border: 1px solid rgba(168,85,247,.25); }
.phase-4 .phase-duration { background: rgba(16,185,129,.12); color: #34d399; border: 1px solid rgba(16,185,129,.25); }

.phase-basis {
  font-size: .75rem;
  color: var(--muted);
  margin-bottom: 18px;
  padding: 6px 10px;
  background: rgba(255,255,255,.04);
  border-radius: 6px;
  display: inline-block;
}
.phase-basis strong { color: rgba(255,255,255,.6); }

.phase-topics { list-style: none; margin-bottom: 22px; }
.phase-topics li {
  font-size: .83rem;
  color: var(--muted);
  padding: 6px 0 6px 18px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.04);
  line-height: 1.5;
}
.phase-topics li:last-child { border-bottom: none; }
.phase-topics li::before {
  content: '›';
  position: absolute;
  left: 0;
  font-weight: 700;
}
.phase-1 .phase-topics li::before { color: #4f8ef7; }
.phase-2 .phase-topics li::before { color: var(--saffron); }
.phase-3 .phase-topics li::before { color: #c084fc; }
.phase-4 .phase-topics li::before { color: #34d399; }

.phase-capstone {
  padding: 12px 14px;
  border-radius: 10px;
  font-size: .8rem;
  line-height: 1.5;
}
.phase-1 .phase-capstone { background: rgba(79,142,247,.07); border: 1px solid rgba(79,142,247,.15); color: rgba(248,249,250,.8); }
.phase-2 .phase-capstone { background: rgba(255,153,51,.07); border: 1px solid rgba(255,153,51,.15); color: rgba(248,249,250,.8); }
.phase-3 .phase-capstone { background: rgba(168,85,247,.07); border: 1px solid rgba(168,85,247,.15); color: rgba(248,249,250,.8); }
.phase-4 .phase-capstone { background: rgba(16,185,129,.07); border: 1px solid rgba(16,185,129,.15); color: rgba(248,249,250,.8); }
.phase-capstone strong { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; opacity: .7; }

/* ── SCHEDULE ── */
.ngh-schedule { background: var(--navy2); padding: 100px 0; }
.schedule-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 0;
}
.schedule-table-wrap {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  overflow: hidden;
}
.sched-table { width: 100%; border-collapse: collapse; }
.sched-table thead tr { background: rgba(79,142,247,.08); border-bottom: 1px solid rgba(79,142,247,.2); }
.sched-table th { padding: 14px 18px; text-align: left; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #4f8ef7; }
.sched-table tbody tr { border-bottom: 1px solid rgba(255,255,255,.05); transition: background .15s; }
.sched-table tbody tr:last-child { border-bottom: none; }
.sched-table tbody tr:hover { background: rgba(255,255,255,.03); }
.sched-table td { padding: 13px 18px; font-size: .85rem; color: rgba(248,249,250,.85); vertical-align: top; }
.sched-table td:first-child { font-weight: 600; color: var(--white); width: 40%; }
.sched-table .highlight-row td { color: var(--saffron); }
.sched-table .total-row { background: rgba(255,153,51,.06); }
.sched-table .total-row td { color: var(--white); font-weight: 600; border-top: 1px solid rgba(255,153,51,.2); }

.session-breakdown {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  overflow: hidden;
}
.sb-header {
  padding: 18px 22px;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.07);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}
.sb-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.sb-row:last-child { border-bottom: none; }
.sb-time {
  font-size: .78rem;
  font-weight: 700;
  color: #4f8ef7;
  white-space: nowrap;
  min-width: 90px;
  padding-top: 2px;
}
.sb-segment strong { display: block; font-size: .88rem; color: var(--white); margin-bottom: 2px; }
.sb-segment span { font-size: .78rem; color: var(--muted); }

.platform-note {
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(255,153,51,.06);
  border: 1px solid rgba(255,153,51,.15);
  border-radius: 12px;
  font-size: .83rem;
  color: var(--muted);
  line-height: 1.6;
}
.platform-note strong { color: var(--white); }

/* ── MILESTONES ── */
.ngh-milestones { background: var(--navy); padding: 100px 0; }
.milestones-list { max-width: 780px; margin: 0 auto; position: relative; }
.milestones-list::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #4f8ef7, var(--saffron), #10b981);
  opacity: .35;
}
.milestone-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 36px;
  position: relative;
}
.milestone-item:last-child { margin-bottom: 0; }
.ms-dot {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.ms-dot-blue { background: rgba(79,142,247,.15); border: 2px solid rgba(79,142,247,.4); }
.ms-dot-orange { background: rgba(255,153,51,.15); border: 2px solid rgba(255,153,51,.4); }
.ms-dot-purple { background: rgba(168,85,247,.15); border: 2px solid rgba(168,85,247,.4); }
.ms-dot-green { background: rgba(16,185,129,.15); border: 2px solid rgba(16,185,129,.4); }
.ms-dot-gold { background: rgba(212,175,55,.15); border: 2px solid rgba(212,175,55,.4); }
.ms-dot-star { background: linear-gradient(135deg,rgba(255,153,51,.2),rgba(212,175,55,.2)); border: 2px solid rgba(212,175,55,.5); }

.ms-content {
  flex: 1;
  padding: 18px 22px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  transition: border-color .2s;
}
.ms-content:hover { border-color: rgba(255,153,51,.2); }
.ms-when {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 4px;
}
.ms-title { font-weight: 700; font-size: .95rem; color: var(--white); margin-bottom: 4px; }
.ms-desc { font-size: .82rem; color: var(--muted); line-height: 1.6; }

/* ── PILLARS ── */
.ngh-pillars { background: var(--navy2); padding: 100px 0; }
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.pillar-card {
  padding: 30px 24px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  transition: transform .3s, border-color .3s;
}
.pillar-card:hover { transform: translateY(-5px); border-color: rgba(79,142,247,.3); }
.pillar-icon { font-size: 2rem; margin-bottom: 14px; }
.pillar-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); margin-bottom: 8px; }
.pillar-card p { font-size: .83rem; color: var(--muted); line-height: 1.7; }

/* ── APPLY CTA ── */
.ngh-apply {
  padding: 120px 0;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ngh-apply::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(79,142,247,.12) 0%, transparent 70%);
}
.ngh-apply-content { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.ngh-apply h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 18px;
  line-height: 1.15;
}
.ngh-apply p { font-size: 1.05rem; color: var(--muted); margin-bottom: 40px; line-height: 1.7; }
.ngh-apply-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.ngh-eligibility {
  margin-top: 40px;
  padding: 20px 28px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.ngh-eligibility strong { color: var(--white); display: block; margin-bottom: 8px; font-size: .9rem; }
.ngh-eligibility ul { padding-left: 18px; }
.ngh-eligibility ul li { margin-bottom: 4px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .ngh-overview-grid { grid-template-columns: 1fr; gap: 40px; }
  .schedule-layout { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .ngh-stat { padding: 16px 20px; }
  .ngh-stat-num { font-size: 1.4rem; }
  .milestones-list::before { display: none; }
}

/* --- programs.html --- */
block in the <head> to 
        manage layouts specific to just this page, while still sharing the
        general look from style.css.
  ========================================================================
-->
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Programs - Arun-Kumar Foundation</title>
  <meta name="description" content="AKF programs: Social Internship, Internships & Jobs, Education to All, Healthcare Sector.">
  
  <!-- Fonts -->
  <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
  
  <!-- Styles -->
  <link rel="stylesheet" href="style.css">
  <style>
    /* Page Hero Styles */
    .page-hero {
      padding: 160px 0 80px;
      text-align: center;
      background: linear-gradient(135deg, #1A2E4A 0%, #2D5A3D 60%, #1A2E4A 100%);
    }
    .page-hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.2rem, 5vw, 3.5rem);
      font-weight: 900;
      color: #fff;
      margin-bottom: 16px;
    }
    .page-hero p {
      color: rgba(255, 255, 255, 0.9);
      max-width: 560px;
      margin: 0 auto;
      font-size: 1.05rem;
    }
    
    /* Program Section Styles */
    .prog-section {
      padding: 80px 0;
    }
    .prog-feature {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      margin-bottom: 80px;
      padding-bottom: 80px;
      border-bottom: 1px solid rgba(249, 243, 232, .06);
    }
    .prog-feature:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }
    .prog-feature.reverse .prog-text {
      order: 2;
    }
    .prog-feature.reverse .prog-visual {
      order: 1;
    }
    
    /* Visual Representation Block */
    .prog-visual {
      background: var(--off-white);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 48px 40px;
      text-align: center;
      transition: border-color .3s;
    }
    .prog-visual:hover {
      border-color: rgba(255, 154, 0, .25);
    }
    .prog-visual .big-icon {
      font-size: 5rem;
      margin-bottom: 20px;
    }
    .prog-visual h2 {
      font-family: 'Playfair Display', serif;
      font-size: 1.8rem;
      font-weight: 700;
      color: var(--black);
      margin-bottom: 8px;
    }
    .prog-visual .sub {
      color: #FF9A00;
      font-size: .82rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-weight: 700;
    }
    
    /* Text Descriptions Block */
    .prog-text h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 16px;
      color: var(--black);
    }
    .prog-text h3 span {
      color: #FF9A00;
    }
    .prog-text p {
      color: var(--muted);
      line-height: 1.9;
      margin-bottom: 20px;
      font-size: .93rem;
    }
    
    /* Program Feature List */
    .feature-list {
      list-style: none;
      margin-bottom: 28px;
    }
    .feature-list li {
      color: var(--muted);
      font-size: .88rem;
      padding: 9px 0 9px 22px;
      position: relative;
      border-bottom: 1px solid var(--border);
    }
    .feature-list li:last-child {
      border-bottom: none;
    }
    .feature-list li::before {
      content: '→';
      position: absolute;
      left: 0;
      color: #FF9A00;
      font-weight: 700;
    }
    
    /* Responsive Queries */
    @media (max-width: 768px) {
      .prog-feature, .prog-feature.reverse {
        grid-template-columns: 1fr;
      }
      .prog-feature.reverse .prog-text {
        order: 0;
      }
      .prog-feature.reverse .prog-visual {
        order: 0;
      }
      .ngh-flagship-grid {
        grid-template-columns: 1fr !important;
        text-align: center;
      }
      .ngh-stats-row {
        justify-content: center;
      }
      .ngh-stat-divider {
        display: none;
      }
    }

    /* NGH Flagship Card Classes */
    .ngh-flagship-card {
      background: linear-gradient(135deg, rgba(79,142,247,0.1), rgba(108,92,231,0.08));
      border: 1px solid rgba(79,142,247,0.3);
      border-radius: 20px;
      padding: 52px 44px;
      margin-bottom: 80px;
      position: relative;
      overflow: hidden;
    }
    
    .ngh-bg-circle-1 {
      position: absolute; top: -40px; right: -40px;
      width: 280px; height: 280px;
      background: radial-gradient(circle, rgba(79,142,247,0.1), transparent);
      border-radius: 50%;
    }
    
    .ngh-bg-circle-2 {
      position: absolute; bottom: -20px; left: -20px;
      width: 160px; height: 160px;
      background: radial-gradient(circle, rgba(255,153,51,0.06), transparent);
      border-radius: 50%;
    }
    
    .ngh-flagship-grid {
      position: relative; z-index: 1;
      display: grid; grid-template-columns: 1fr auto;
      gap: 40px; align-items: center;
    }
    
    .ngh-flagship-badge {
      display: inline-block; padding: 5px 16px;
      background: rgba(79,142,247,0.15); border: 1px solid rgba(79,142,247,0.3);
      border-radius: 50px; font-size: 0.72rem; font-weight: 700;
      letter-spacing: 2px; text-transform: uppercase; color: #4f8ef7;
      margin-bottom: 16px;
    }
    
    .ngh-flagship-title {
      font-family: 'Playfair Display', serif;
      font-size: 2.2rem; font-weight: 900;
      color: var(--text); margin-bottom: 12px; line-height: 1.15;
    }
    
    .ngh-flagship-desc {
      color: #8a9bbf; font-size: 0.94rem; line-height: 1.8;
      max-width: 600px; margin-bottom: 0;
    }
    
    .ngh-stats-row {
      display: flex; gap: 28px; margin-top: 20px; flex-wrap: wrap;
    }
    
    .ngh-stat-divider { width: 1px; background: rgba(255,255,255,0.08); }
    
    .ngh-stat-number { display: block; font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 900; }
    .ngh-stat-number.blue { color: #4f8ef7; }
    .ngh-stat-number.orange { color: #FF9933; }
    .ngh-stat-number.purple { color: #c084fc; }
    .ngh-stat-number.green { color: #34d399; }
    
    .ngh-stat-label { font-size: 0.72rem; color: #8a9bbf; text-transform: uppercase; letter-spacing: 1px; }
    
    .ngh-action-btn {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 16px 32px; background: linear-gradient(135deg, #4f8ef7, #6c5ce7);
      color: #fff; border-radius: 50px; font-weight: 700; font-size: 0.95rem;
      text-decoration: none; white-space: nowrap;
      box-shadow: 0 4px 28px rgba(79,142,247,0.4); flex-shrink: 0;
      transition: transform 0.2s;
    }
    .ngh-action-btn:hover { transform: translateY(-2px); color: #fff; }
