/* ============================================================
   INNER PAGE STYLES — About, Courses, Events, Achievements
   Extends style.css
   ============================================================ */

/* ── Page Hero Banner ── */
.page-hero {
  padding: 100px 0 70px;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, #fff5f5 0%, var(--navy-deep) 60%);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(222,31,38,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(222,31,38,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
}
.page-hero h1 span { color: var(--gold); }
.page-hero p {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.breadcrumb a { color: var(--gold); }
.breadcrumb i { font-size: 0.6rem; color: rgba(244,163,0,0.5); }

/* ── About Page ── */
.about-page-section { padding: 90px 0; }
.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-img-wrap {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  animation: floatY 5s ease-in-out infinite;
}
.about-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}
.about-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #FFFFFF;
  padding: 14px 22px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 0.85rem;
  box-shadow: 0 8px 30px rgba(222, 31, 38, 0.3);
}
.about-img-badge span { font-size: 1.4rem; font-weight: 900; display: block; }

.about-text { }
.about-text p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 18px;
}
.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.value-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 18px;
  backdrop-filter: blur(14px);
  transition: all var(--dur-med);
}
.value-card:hover {
  border-color: rgba(244,163,0,0.35);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.value-card i { color: var(--gold); font-size: 1.4rem; margin-bottom: 8px; display: block; }
.value-card h4 { font-size: 0.9rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.value-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; margin: 0; }

/* Vision / Mission */
.vm-section {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
}
.vm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.vm-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 36px 28px;
  text-align: center;
  backdrop-filter: blur(18px);
  transition: all var(--dur-med);
  position: relative;
  overflow: hidden;
}
.vm-card::before {
  content: '';
  position: absolute;
  top: -40px; left: 50%;
  transform: translateX(-50%);
  width: 120px; height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222,31,38,0.06), transparent 70%);
}
.vm-card:hover {
  border-color: rgba(244,163,0,0.3);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
}
.vm-icon {
  width: 64px; height: 64px;
  border-radius: 18px;
  background: rgba(222, 31, 38, 0.08);
  border: 1px solid rgba(222, 31, 38, 0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 20px;
  animation: floatY 4s ease-in-out infinite;
}
.vm-card:nth-child(2) .vm-icon { animation-delay: -1.5s; }
.vm-card:nth-child(3) .vm-icon { animation-delay: -3s; }
.vm-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--gold); margin-bottom: 12px; }
.vm-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; }

/* ── Our Values Section ── */
.values-section {
  padding: 100px 0;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}

/* Educational doodle background pattern */
.values-doodle-bg {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23DE1F26' stroke-width='1.2'%3E%3Ccircle cx='20' cy='20' r='8'/%3E%3Cpath d='M50 10 L60 30 L40 30Z'/%3E%3Crect x='85' y='10' width='18' height='14' rx='3'/%3E%3Cpath d='M15 60 Q25 45 35 60'/%3E%3Cpath d='M55 55 L75 55 M65 45 L65 65'/%3E%3Crect x='90' y='55' width='12' height='16' rx='2'/%3E%3Cline x1='92' y1='59' x2='100' y2='59'/%3E%3Cline x1='92' y1='63' x2='98' y2='63'/%3E%3Ccircle cx='25' cy='100' r='6'/%3E%3Ccircle cx='25' cy='100' r='3'/%3E%3Cpath d='M55 95 L65 85 L75 95 L65 105Z'/%3E%3Cpath d='M90 90 Q100 80 110 95'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
  pointer-events: none;
  z-index: 1;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.ov-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 32px 24px 28px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

/* Subtle top-left glow accent */
.ov-card::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 31, 38, 0.05), transparent 70%);
  transition: opacity 0.45s;
  opacity: 0;
}

.ov-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(244, 163, 0, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.ov-card:hover::before { opacity: 1; }

/* Icon circle */
.ov-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(222, 31, 38, 0.08);
  border: 1px solid rgba(222, 31, 38, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.ov-icon-wrap i {
  font-size: 1.15rem;
  color: var(--gold);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.ov-card:hover .ov-icon-wrap {
  background: rgba(244, 163, 0, 0.18);
  border-color: rgba(244, 163, 0, 0.4);
  box-shadow: 0 4px 20px rgba(244, 163, 0, 0.15);
  transform: scale(1.08) rotate(-4deg);
}
.ov-card:hover .ov-icon-wrap i {
  transform: scale(1.12) rotate(8deg);
}

.ov-card h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}

.ov-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* Stagger animation for reveal */
.values-grid .ov-card:nth-child(2) { transition-delay: 0.05s; }
.values-grid .ov-card:nth-child(3) { transition-delay: 0.1s; }
.values-grid .ov-card:nth-child(4) { transition-delay: 0.15s; }
.values-grid .ov-card:nth-child(5) { transition-delay: 0.2s; }
.values-grid .ov-card:nth-child(6) { transition-delay: 0.25s; }
.values-grid .ov-card:nth-child(7) { transition-delay: 0.3s; }
.values-grid .ov-card:nth-child(8) { transition-delay: 0.35s; }

/* ── Feature Highlight Section ── */
.highlight-section {
  padding: 100px 0;
  background: var(--navy);
  position: relative;
  text-align: center;
}

.highlight-content {
  max-width: 900px;
  margin: 0 auto;
}

.highlight-btn-wrap {
  margin-bottom: 60px;
}

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

.highlight-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 32px;
  padding: 40px;
  text-align: left;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.highlight-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(244, 163, 0, 0.2), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.5;
  transition: opacity 0.4s;
}

.highlight-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: #fffafa;
  border-color: rgba(222, 31, 38, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06), 0 0 20px rgba(222, 31, 38, 0.05);
}

.highlight-card:hover::before {
  opacity: 1;
}

.highlight-icon {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 20px;
  display: inline-block;
  transition: all 0.4s ease;
}

.highlight-card:hover .highlight-icon {
  transform: scale(1.1);
  text-shadow: 0 0 15px rgba(244, 163, 0, 0.5);
}

.highlight-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.highlight-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  .highlight-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .highlight-card {
    padding: 30px;
  }
}

/* ── Affiliation strip ── */
.affiliation-strip {
  background: rgba(244,163,0,0.06);
  border-top: 1px solid rgba(244,163,0,0.12);
  border-bottom: 1px solid rgba(244,163,0,0.12);
  padding: 28px 0;
  overflow: hidden;
}
.affil-inner {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.affil-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
}
.affil-item i { color: var(--gold); }

/* ── Courses Page ── */
.courses-page-section { padding: 90px 0; }
.courses-page-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.courses-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.course-page-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 36px 28px;
  backdrop-filter: blur(18px);
  transition: all var(--dur-med);
  position: relative;
  overflow: hidden;
}
.course-page-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity var(--dur-med);
}
.course-page-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0,0,0,0.4); border-color: rgba(244,163,0,0.3); }
.course-page-card:hover::after { opacity: 1; }

.cp-icon {
  width: 72px; height: 72px;
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  margin-bottom: 20px;
  animation: floatY 4s ease-in-out infinite;
}
.cp-icon-1 { background: rgba(222,31,38,0.08); border: 1px solid rgba(222,31,38,0.15); }
.cp-icon-2 { background: rgba(100,200,255,0.1); border: 1px solid rgba(100,200,255,0.2); }
.cp-icon-3 { background: rgba(160,100,255,0.1); border: 1px solid rgba(160,100,255,0.2); }
.cp-icon-4 { background: rgba(100,255,180,0.1); border: 1px solid rgba(100,255,180,0.2); }
.cp-icon-5 { background: rgba(255,100,100,0.1); border: 1px solid rgba(255,100,100,0.2); }

.course-page-card h3 { font-size: 1.3rem; font-weight: 800; color: var(--white); margin-bottom: 6px; }
.course-page-card .course-stream { margin-bottom: 14px; }
.course-page-card p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; }
.course-subjects {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px;
}
.subject-tag {
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(0,0,0,0.04);
  border: 1px solid var(--glass-border);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 50px;
}
.course-page-card .btn { font-size: 0.82rem; padding: 10px 22px; }

/* Career paths */
.career-section { padding: 80px 0; background: var(--navy); }
.career-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.career-card {
  text-align: center;
  padding: 28px 20px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  transition: all var(--dur-med);
}
.career-card:hover { transform: translateY(-5px) scale(1.02); border-color: rgba(244,163,0,0.3); }
.career-card i { font-size: 2rem; color: var(--gold); margin-bottom: 12px; display: block; }
.career-card h4 { font-size: 0.88rem; font-weight: 700; color: var(--white); }

/* ── Achievements Page ── */
.achievements-section { padding: 90px 0; }
.achievements-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.achievement-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 32px 26px;
  backdrop-filter: blur(16px);
  text-align: center;
  transition: all var(--dur-med);
  position: relative;
  overflow: hidden;
}
.achievement-card:hover {
  transform: translateY(-8px);
  border-color: rgba(244,163,0,0.35);
  box-shadow: 0 0 50px rgba(244,163,0,0.1);
}
.achievement-card .trophy-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
  animation: floatY 4s ease-in-out infinite;
}
.achievement-card:nth-child(2) .trophy-icon { animation-delay: -1s; }
.achievement-card:nth-child(3) .trophy-icon { animation-delay: -2s; }
.achievement-card:nth-child(4) .trophy-icon { animation-delay: -3s; }
.achievement-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--gold); margin-bottom: 6px; }
.achievement-card h4 { font-size: 0.9rem; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.achievement-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }
.year-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(222,31,38,0.08);
  border: 1px solid rgba(222,31,38,0.2);
  color: var(--gold);
  padding: 3px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* Stats bar */
.stats-bar-section { padding: 60px 0; background: var(--navy-mid); }
.stats-bar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stats-bar-item {
  text-align: center;
  padding: 30px 20px;
  border-right: 1px solid var(--glass-border);
  position: relative;
}
.stats-bar-item:last-child { border-right: none; }
.stats-bar-item h2 {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.stats-bar-item p { font-size: 0.82rem; color: var(--text-muted); font-weight: 500; }

/* ── Events Page ── */
.events-page-section { padding: 90px 0; }
.events-timeline { display: flex; flex-direction: column; gap: 28px; max-width: 800px; margin: 0 auto; }
.event-timeline-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 28px;
  align-items: start;
}
.event-date-col {
  text-align: center;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 16px 10px;
  backdrop-filter: blur(12px);
}
.event-date-col .month { font-size: 0.7rem; font-weight: 700; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }
.event-date-col .day { font-size: 2rem; font-weight: 900; color: var(--white); line-height: 1; }
.event-date-col .year { font-size: 0.7rem; color: var(--text-muted); }

.event-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(14px);
  transition: all var(--dur-med);
}
.event-card:hover {
  border-color: rgba(244,163,0,0.3);
  transform: translateX(6px);
  box-shadow: -4px 0 30px rgba(244,163,0,0.1);
}
.event-card-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.tag-upcoming { background: rgba(244,163,0,0.12); border: 1px solid rgba(244,163,0,0.3); color: var(--gold); }
.tag-past { background: rgba(255,255,255,0.06); border: 1px solid var(--glass-border); color: var(--text-muted); }
.event-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.event-card p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.event-meta { display: flex; gap: 16px; flex-wrap: wrap; }
.event-meta span { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; color: var(--text-muted); }
.event-meta i { color: var(--gold); }

/* ── Responsive for inner pages ── */
@media (max-width: 1024px) {
  .about-page-grid { grid-template-columns: 1fr; }
  .vm-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .career-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-bar-grid { grid-template-columns: repeat(2, 1fr); }
  .courses-page-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-bar-item:nth-child(2) { border-right: none; }
  .stats-bar-item:nth-child(3), .stats-bar-item:nth-child(4) { border-top: 1px solid var(--glass-border); }
}
@media (max-width: 768px) {
  .page-hero { padding: 70px 0 50px; }
  .vm-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .about-values { grid-template-columns: 1fr; }
  .event-timeline-item { grid-template-columns: 1fr; }
  .event-date-col { display: flex; align-items: center; gap: 12px; justify-content: flex-start; }
  .stats-bar-grid { grid-template-columns: repeat(2, 1fr); }
  .courses-page-grid { grid-template-columns: 1fr; }
  .career-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .values-grid { grid-template-columns: 1fr; }
  .career-grid { grid-template-columns: 1fr; }
  .values-section { padding: 60px 0; }
}

/* ── Journey Timeline ── */
.journey-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
.journey-timeline::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  transform: translateX(-50%);
  opacity: 0.3;
}
.journey-item {
  display: flex;
  justify-content: flex-end;
  padding-right: 50%;
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
.journey-item:nth-child(even) {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 50%;
}
.journey-year {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy-deep);
  padding: 6px 14px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 0.85rem;
  z-index: 5;
  box-shadow: 0 4px 15px rgba(244,163,0,0.4);
}
.journey-dot {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: var(--navy-deep);
  border: 3px solid var(--gold);
  border-radius: 50%;
  z-index: 4;
}
.journey-card {
  width: 85%;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 30px;
  backdrop-filter: blur(14px);
  margin-right: 40px;
  transition: all 0.4s ease;
}
.journey-item:nth-child(even) .journey-card {
  margin-right: 0;
  margin-left: 40px;
}
.journey-card h4 {
  color: var(--gold);
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.journey-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}
.journey-card:hover { border-color: rgba(244,163,0,0.3); transform: translateY(-5px); }

@media (max-width: 768px) {
  .journey-timeline::before { left: 20px; }
  .journey-item { justify-content: flex-start; padding-left: 60px; padding-right: 0; }
  .journey-item:nth-child(even) { padding-left: 60px; }
  .journey-year, .journey-dot { left: 20px; transform: translateX(-50%); }
  .journey-card { width: 100%; margin: 0 !important; }
}

/* ── Leadership Grid ── */
.leadership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.leader-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 32px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.4s ease;
}
.leader-card:hover { transform: translateY(-8px); border-color: rgba(244,163,0,0.3); box-shadow: 0 15px 45px rgba(0,0,0,0.3); }
.leader-visual {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.leader-orb {
  position: absolute;
  top: -10px; right: -10px;
  width: 32px; height: 32px;
  background: var(--gold);
  color: var(--navy-deep);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 900;
  box-shadow: 0 4px 10px rgba(244,163,0,0.3);
}
.leader-initial {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(244,163,0,0.1), rgba(255,255,255,0.05));
  border: 1px solid rgba(244,163,0,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem; font-weight: 900; color: var(--gold);
}
.leader-info h3 { font-size: 1.15rem; font-weight: 800; color: var(--white); margin-bottom: 4px; }
.leader-role { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 10px; }
.leader-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(244,163,0,0.1);
  color: var(--gold);
  padding: 4px 10px;
  border-radius: 4px;
}
.leadership-caption {
  max-width: 600px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
}

@media (max-width: 768px) {
  .about-page-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-img-wrap img { height: 300px; }
  .about-img-badge { bottom: 16px; left: 16px; padding: 10px 14px; }
  .about-img-badge span { font-size: 1.2rem; }

  .leadership-grid { grid-template-columns: 1fr; }
  .leader-card { padding: 30px; }

  .vm-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .courses-page-grid { grid-template-columns: 1fr; }
}
 
/* Meet the Team scope */
.underline-gold {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.underline-gold::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30%;
  right: 30%;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.faculty-card.testimonial-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.faculty-card.testimonial-card:hover {
  border-color: rgba(222, 31, 38, 0.2) !important;
  box-shadow: 0 8px 25px rgba(222, 31, 38, 0.08) !important;
  transform: translateY(-5px) !important;
}
.faculty-card.testimonial-card::before { display: none !important; } /* Remove quote marks */

