.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(20px);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(57, 198, 255, 0.24);
  background: rgba(7, 17, 31, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.nav {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 154px;
  height: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-menu a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: var(--radius-sm);
  padding: 10px 13px;
  color: rgba(237, 246, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu a.is-active {
  background: rgba(57, 198, 255, 0.12);
  color: var(--white);
}

.nav-menu .nav-cta {
  margin-left: 6px;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #03101e;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  width: 21px;
  height: 2px;
  border-radius: 99px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--header-height) + 64px);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(57, 198, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 198, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 22% 28%, rgba(57, 198, 255, 0.22), transparent 34rem),
    radial-gradient(circle at 80% 22%, rgba(138, 92, 255, 0.18), transparent 32rem),
    radial-gradient(circle at 70% 85%, rgba(255, 200, 87, 0.12), transparent 26rem),
    linear-gradient(140deg, #06101d 0%, #0a1d33 48%, #07111f 100%);
  background-size: 58px 58px, 58px 58px, auto, auto, auto, auto;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.hero-copy {
  max-width: 790px;
}

.hero-lead {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(237, 246, 255, 0.76);
  font-size: clamp(1.04rem, 2vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 640px;
  margin: 40px 0 0;
}

.hero-stats div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.hero-stats dt {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 850;
  line-height: 1;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
}

.media-frame-large {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
}

.hero-panel {
  position: absolute;
  left: -18px;
  bottom: 24px;
  display: flex;
  width: min(92%, 430px);
  flex-wrap: wrap;
  gap: 10px;
  border-radius: var(--radius);
  padding: 18px;
}

.hero-panel span,
.tag-list span {
  border: 1px solid rgba(57, 198, 255, 0.24);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(57, 198, 255, 0.1);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
}

.presence {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.presence-row {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.presence-row::-webkit-scrollbar {
  display: none;
}

.presence-row strong {
  color: var(--accent);
  white-space: nowrap;
}

.presence-row span {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(237, 246, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 700;
}

.feature-stack {
  display: grid;
  gap: 18px;
}

.feature-card,
.program-card,
.lab-card {
  padding: 26px;
}

.feature-card h3,
.program-card h3,
.lab-card h3 {
  margin-bottom: 12px;
  color: var(--white);
}

#about {
  background:
    radial-gradient(circle at 8% 20%, rgba(57, 198, 255, 0.09), transparent 28rem),
    var(--bg);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.check-grid span {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 13px 14px 13px 34px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 750;
}

.check-grid span::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 18px rgba(91, 230, 169, 0.72);
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--primary);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.program-card {
  min-height: 250px;
}

.program-card p,
.lab-card p,
.feature-card p {
  margin-top: 0;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  border: 1px solid rgba(20, 143, 244, 0.18);
  border-radius: var(--radius);
  padding: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.timeline-item span {
  display: inline-flex;
  width: max-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(57, 198, 255, 0.12);
  color: var(--primary);
  font-weight: 900;
}

.timeline-item h3 {
  color: var(--white);
}

.timeline-item p {
  margin-top: 10px;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
  border: 1px solid rgba(57, 198, 255, 0.24);
  border-radius: var(--radius);
  padding: 26px;
  background:
    radial-gradient(circle at 0 0, rgba(57, 198, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.cta-band h3 {
  color: var(--white);
}

.cta-band p {
  margin-top: 8px;
}

.lab-section {
  background: linear-gradient(180deg, #081422, #0a1726);
}

.lab-image {
  aspect-ratio: 16 / 8;
  margin-bottom: 26px;
}

.school-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.school-logo-card {
  min-height: 150px;
  display: grid;
  place-items: center;
  gap: 12px;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--surface-light);
  color: var(--text-dark);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.school-logo-card span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--white);
  font-weight: 900;
}

.school-logo-card h3 {
  font-size: 0.98rem;
  line-height: 1.25;
}

#schools,
#curriculum,
#media,
#lms {
  background: var(--surface-light);
  color: var(--text-dark);
}

#schools p,
#curriculum p,
#media p,
#lms p,
#schools .section-heading p,
#curriculum .section-heading p,
#media .section-heading p,
#lms .section-heading p,
#lms .section-copy p {
  color: var(--text-soft);
}

#schools .eyebrow,
#curriculum .eyebrow,
#media .eyebrow,
#lms .eyebrow {
  color: var(--primary-strong);
}

#curriculum .timeline-item,
#curriculum .cta-band,
#lms .media-frame,
#media .media-frame,
#media .media-feature {
  border-color: rgba(16, 32, 51, 0.12);
  background: var(--white);
}

#curriculum .timeline-item h3,
#curriculum .cta-band h3,
#lms h2,
#media h2,
#media .media-feature h3 {
  color: var(--text-dark);
}

.testimonial-shell {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 16px;
  align-items: center;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 260ms ease;
}

.testimonial-card {
  flex: 0 0 100%;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 5vw, 52px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
}

.testimonial-card p {
  max-width: 820px;
  color: rgba(237, 246, 255, 0.86);
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  line-height: 1.35;
}

.testimonial-card h3 {
  margin-top: 28px;
  color: var(--white);
}

.testimonial-card span {
  display: block;
  margin-top: 5px;
  color: var(--primary);
  font-weight: 800;
}

.slider-btn {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.slider-btn::before {
  content: "";
  position: absolute;
  inset: 15px 13px 15px 17px;
  border-left: 2px solid var(--text);
  border-bottom: 2px solid var(--text);
  transform: rotate(45deg);
}

.slider-btn.next::before {
  inset: 15px 17px 15px 13px;
  transform: rotate(-135deg);
}

.lms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lms-grid .media-frame {
  aspect-ratio: 16 / 10;
}

.competition-section {
  background:
    radial-gradient(circle at 80% 14%, rgba(138, 92, 255, 0.12), transparent 32rem),
    var(--bg);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-grid .media-frame {
  aspect-ratio: 4 / 3;
}

.nova-section {
  background: linear-gradient(140deg, #07111f, #0e1c2d);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.video-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.65fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.media-feature {
  padding: 28px;
  align-content: start;
}

.media-feature p {
  margin: 14px 0 24px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.media-grid .media-frame {
  aspect-ratio: 3 / 4;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.faq-list summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  color: var(--white);
  font-weight: 850;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.faq-list p {
  padding: 0 22px 22px;
}

.contact-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(57, 198, 255, 0.16), transparent 32rem),
    linear-gradient(180deg, #0a1726, #07111f);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: 42px;
  align-items: start;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.contact-card h3 {
  margin-bottom: 12px;
  color: var(--white);
}

.contact-card span,
.contact-card a {
  display: block;
  color: var(--text-muted);
}

.contact-card a + a {
  margin-top: 8px;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.lead-form h3 {
  color: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label span {
  color: rgba(237, 246, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--primary);
  background: rgba(57, 198, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(57, 198, 255, 0.14);
}

.form-note {
  font-size: 0.86rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050b14;
  padding: 58px 0 28px;
}

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

.footer-grid img {
  width: 168px;
  height: auto;
}

.footer-heading {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
}

.footer-grid > div:first-child p {
  max-width: 360px;
  margin-top: 18px;
}

.footer-grid a {
  display: block;
  color: var(--text-muted);
  transition: color 180ms ease;
}

.footer-grid a + a {
  margin-top: 10px;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--primary);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  color: rgba(237, 246, 255, 0.58);
  font-size: 0.9rem;
}

.floating-whatsapp,
.back-to-top {
  position: fixed;
  z-index: 900;
  right: 20px;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
}

.floating-whatsapp {
  bottom: 22px;
  background: #23d366;
  color: #06111d;
}

.back-to-top {
  bottom: 82px;
  border: 1px solid var(--line);
  background: rgba(7, 17, 31, 0.82);
  color: var(--text);
  opacity: 0;
  visibility: hidden;
}

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

.floating-whatsapp:hover,
.back-to-top:hover {
  transform: translateY(-3px);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(2, 8, 15, 0.9);
  backdrop-filter: blur(18px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-height: min(82vh, 900px);
  width: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: var(--white);
}

.lightbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Restored Shatrunjay visual language: navy, amber and polished education-card styling. */
.site-header {
  border-bottom-color: rgba(245, 166, 35, 0.28);
  background: rgba(250, 250, 250, 0.96);
}

.site-header.is-scrolled {
  border-color: rgba(245, 166, 35, 0.35);
  background: rgba(250, 250, 250, 0.98);
  box-shadow: 0 12px 38px rgba(20, 31, 78, 0.16);
}

.nav-menu a {
  color: var(--navy);
}

.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu a.is-active {
  background: rgba(245, 166, 35, 0.12);
  color: var(--amber-dark);
}

.nav-menu .nav-cta {
  color: var(--navy-dark);
}

.nav-toggle {
  background: rgba(30, 45, 107, 0.08);
}

.nav-toggle span {
  background: var(--navy);
}

.btn-primary {
  box-shadow: 0 14px 30px rgba(245, 166, 35, 0.34);
}

.hero-bg {
  background:
    linear-gradient(rgba(245, 166, 35, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 166, 35, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 22% 28%, rgba(245, 166, 35, 0.2), transparent 34rem),
    radial-gradient(circle at 80% 22%, rgba(44, 62, 122, 0.56), transparent 32rem),
    linear-gradient(135deg, #0a1230 0%, var(--navy) 52%, #0d1937 100%);
  background-size: 58px 58px, 58px 58px, auto, auto, auto;
}

.hero-panel span,
.tag-list span {
  border-color: rgba(245, 166, 35, 0.34);
  background: rgba(245, 166, 35, 0.12);
}

.section-dark,
.lab-section,
.competition-section,
.nova-section,
.contact-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(245, 166, 35, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 14%, rgba(44, 62, 122, 0.58), transparent 34rem),
    linear-gradient(135deg, #0a1230 0%, var(--navy-dark) 48%, var(--navy) 100%);
}

#about,
.people-section,
.advisory-section,
.career-section,
.reviews-section {
  background: var(--surface-light);
  color: var(--text-dark);
}

#about p,
.people-section p,
.advisory-section p,
.career-section p,
.reviews-section p {
  color: var(--text-soft);
}

#about h2,
.people-section h2,
.advisory-section h2,
.career-section h2,
.reviews-section h2 {
  color: var(--text-dark);
}

#about .eyebrow,
.people-section .eyebrow,
.advisory-section .eyebrow,
.career-section .eyebrow,
.reviews-section .eyebrow {
  color: var(--amber-dark);
}

#about .feature-card,
.person-card,
.career-card,
.reviews-widget {
  border-color: rgba(30, 45, 107, 0.12);
  background: var(--white);
  color: var(--text-dark);
}

#about .feature-card h3,
.person-card h3,
.career-card h3 {
  color: var(--navy-dark);
}

#about .check-grid span,
#lms .check-grid span {
  border-color: rgba(30, 45, 107, 0.12);
  background: var(--white);
  color: var(--text-dark);
}

.check-grid span::before {
  background: var(--amber);
  box-shadow: 0 0 16px rgba(245, 166, 35, 0.6);
}

/* ─── CURRICULUM ─── */
  #curriculum { background: var(--off-white); }

  .curriculum-timeline {
    margin-top: 3rem;
    position: relative;
  }

  .curriculum-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--amber), var(--navy));
    border-radius: 3px;
  }

  .curr-item {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
    align-items: center;
  }

  .curr-item:nth-child(odd) .curr-content { grid-column: 1; text-align: right; }
  .curr-item:nth-child(odd) .curr-empty { grid-column: 3; }
  .curr-item:nth-child(even) .curr-content { grid-column: 3; text-align: left; }
  .curr-item:nth-child(even) .curr-empty { grid-column: 1; }

  .curr-dot {
    grid-column: 2;
    width: 44px; height: 44px;
    background: var(--navy-dark);
    border: 3px solid var(--amber);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Exo 2', sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    color: var(--amber);
    margin: auto;
    z-index: 1;
    position: relative;
  }

  .curr-content {
    background: var(--white);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid var(--gray-light);
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    transition: all 0.3s;
  }

  .curr-content:hover { border-color: var(--amber); box-shadow: 0 8px 24px rgba(245,166,35,0.12); }
  .curr-grade { font-size: 0.78rem; color: var(--amber); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.4rem; }
  .curr-focus { font-family: 'Exo 2', sans-serif; font-size: 1rem; font-weight: 700; color: var(--navy-dark); margin-bottom: 0.5rem; }
  .curr-projects { font-size: 0.82rem; color: var(--gray); line-height: 1.6; }
  .curr-projects strong { color: var(--text-mid); }


#curriculum .timeline-item,
#curriculum .cta-band,
#lms .media-frame,
#media .media-frame,
#media .media-feature,
.school-logo-card {
  border-color: rgba(30, 45, 107, 0.12);
  background: var(--white);
}

.school-logo-card span {
  background: linear-gradient(135deg, var(--navy), var(--amber));
}

.metro-grid,
.person-grid,
.pricing-grid,
.why-grid,
.career-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.metro-card,
.why-card,
.price-card {
  padding: 26px;
}

.metro-card span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--amber);
  color: var(--navy-dark);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 900;
}

.metro-card h3,
.why-card h3,
.price-card h3 {
  margin-bottom: 12px;
  color: var(--white);
}

.person-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}

.person-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--navy), var(--amber));
}

.person-card img {
  width: 118px;
  height: 118px;
  margin: 8px auto 18px;
  border: 4px solid rgba(245, 166, 35, 0.22);
  border-radius: 50%;
  object-fit: cover;
  background: var(--surface-light);
}

.person-card:first-child img,
.advisory-card img {
  width: 140px;
  height: 140px;
}

.person-card span {
  display: block;
  margin: 8px 0 12px;
  color: var(--amber-dark);
  font-weight: 900;
}

.person-card p {
  font-size: 0.92rem;
}

.pricing-grid {
  align-items: stretch;
}

.price-card {
  position: relative;
}

.price-card p {
  margin-bottom: 18px;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.price-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.74);
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
}

.price-card.popular {
  border-color: rgba(245, 166, 35, 0.66);
  background: linear-gradient(180deg, rgba(245, 166, 35, 0.18), rgba(255, 255, 255, 0.05));
}

.price-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  padding: 7px 11px;
  background: var(--amber);
  color: var(--navy-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.why-card p,
.career-card p {
  margin-top: 0;
}

.career-card {
  padding: 24px;
}

.reviews-widget {
  min-height: 220px;
  padding: 26px;
}
