:root {
  --navy: #002244;
  --blue: #004e7e;
  --cyan: #00a3e0;
  --cream: #f9f2e2;
  --soft: #fcf5f5;
  --yellow: #ffe200;
  --text: #10213d;
  --muted: #5d6880;
  --line: rgba(0, 34, 68, 0.12);
  --shadow: 0 18px 45px rgba(0, 26, 61, 0.14);
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 12% 18%, rgba(0, 163, 224, 0.2), transparent 22%), radial-gradient(circle at 88% 20%, rgba(255, 226, 0, 0.16), transparent 16%), linear-gradient(135deg, #031124 0%, #08376a 46%, #03152c 100%);
}

img {
  max-width: 100%;
}

.shell-1366 {
  max-width: 1366px;
}

.site-header {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.navbar {
  min-height: 108px;
}

.brand-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.btn-primary-hero,
.btn-program {
  border: 1px solid #003b64;
  background: var(--navy);
  color: #fff;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.btn-secondary-hero {
  border-radius: 999px;
  background: #ffd700;
  color: #000;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #050c18;
  background-image: url("../images/hero-new.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-origin: content-box;
}

/* Absolute media elements removed as image is now inline content */
.hero-media,
.hero-overlay,
.hero-shell {
  display: none;
}

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

.hero-section>.container-fluid {
  position: relative;
  z-index: 2;
}

.hero-row {
  padding: 28px 15px 36px;
}

.hero-mobile-media {
  display: none;
  overflow: hidden;
  border-radius: 22px;
}

.hero-mobile-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.hero-copy {
  color: #fff;
  padding-right: 50px;
}

.admission-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 10px 18px;
  margin-bottom: 30px;
  font-size: 14px;
}

.admission-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.hero-copy h1 {
  font-size: 56px;
  line-height: 1.12;
  font-weight: 800;
  margin-bottom: 24px;
}

.hero-copy h1 span {
  color: var(--cyan);
}

.hero-copy p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 34px;
  color: #fff;
}

.hero-fact {
  font-size: 15px;
  font-weight: 600;
}

.hero-fact.glass {
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-form-card {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.hero-form-head {
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding: 22px 20px;
}

.hero-form-body {
  padding: 16px 16px 4px;
  background: #f8f9fa;
}

.hero-form-body iframe,
.custom-modal__body iframe {
  width: 100%;
  height: 440px;
  border: 0;
}

.hero-poster img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.hero-poster {
  display: flex;
  align-items: center;
  height: 100%;
}

.section-space {
  padding: 96px 0;
}

.section-white {
  background: radial-gradient(circle at 12% 18%, rgba(0, 163, 224, 0.2), transparent 22%), radial-gradient(circle at 88% 20%, rgba(255, 226, 0, 0.16), transparent 16%), linear-gradient(135deg, #031124 0%, #08376a 46%, #03152c 100%);
}

.section-cream {
  background: radial-gradient(circle at 12% 18%, rgba(0, 163, 224, 0.2), transparent 22%), radial-gradient(circle at 88% 20%, rgba(255, 226, 0, 0.16), transparent 16%), linear-gradient(135deg, #031124 0%, #08376a 46%, #03152c 100%);
}

.section-yellow {
  background: var(--yellow);
}

.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.eyebrow.dark {
  color: var(--navy);
  border: 1px solid rgba(0, 34, 68, 0.2);
  border-radius: 999px;
  padding: 8px 18px;
}

.section-title {
  font-size: 46px;
  line-height: 1.16;
  font-weight: 900;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.section-title.left {
  text-transform: none;
}

.section-title span {
  color: var(--blue);
}

.section-title.dark {
  color: var(--navy);
}

/* Typography overrides for sections using the new dark background */
#why-choose .section-title,
#certifications .section-title,
#partners .section-title {
  color: #fff;
}

#why-choose .section-title span,
#certifications .section-title span,
#partners .section-title span,
#why-choose .eyebrow,
#certifications .eyebrow,
#partners .eyebrow {
  color: #0077b6; /* darker blue matching AI-Integrated PGDM */
}

#why-choose .section-note,
#certifications .section-note,
#partners .section-note,
#why-choose .section-text,
#certifications .section-text,
#partners .section-text {
  color: rgba(255, 255, 255, 0.7);
}

.section-note,
.section-text {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.section-note {
  max-width: 700px;
  margin: 14px auto 0;
}

.section-note.dark {
  color: rgba(0, 34, 68, 0.7);
}

.immersion-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 163, 224, 0.2), transparent 22%),
    radial-gradient(circle at 88% 20%, rgba(255, 226, 0, 0.16), transparent 16%),
    linear-gradient(135deg, #031124 0%, #08376a 46%, #03152c 100%);
}

.immersion-panel {
  position: relative;
  z-index: 1;
  padding: 0;
}

.immersion-main-row {
  margin-bottom: 40px;
}

.immersion-fee-band {
  margin-bottom: 34px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 48px rgba(1, 11, 26, 0.18);
}

.immersion-fee-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.immersion-fee-kicker {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 226, 0, 0.14);
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.immersion-fee-head p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
  text-align: right;
}

.immersion-fee-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
  border-left: 6px solid #ffc400;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: #001d3b;
}

.immersion-fee-card--primary {
  background: linear-gradient(135deg, #ffe25e 0%, #ffc400 100%);
  color: #001d3b;
}

.immersion-fee-card--secondary {
  background: #fff;
}

.immersion-banner-box {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.12);
}

.immersion-banner-box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.immersion-fee-card--dark {
  background: #0a1628;
  color: #fff;
  border-left: 6px solid var(--yellow);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
  min-height: auto;
  flex: 0 0 auto;
  padding: 39px 30px;
}

.immersion-fee-card--dark h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.immersion-fee-card--dark p {
  font-size: 13px;
  margin-bottom: 12px;
}

.immersion-fee-card--dark strong {
  font-size: 32px;
}

.immersion-fee-card--dark .immersion-fee-kicker {
  background: rgba(255, 226, 0, 0.14);
  color: var(--yellow);
}

.immersion-fee-card--dark h3 {
  color: var(--yellow);
}

.immersion-fee-card--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.immersion-fee-card--dark strong {
  color: var(--yellow);
}

.immersion-fee-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 34, 68, 0.1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.immersion-fee-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.immersion-fee-card p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: inherit;
  opacity: 0.82;
}

.immersion-fee-card strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.immersion-eyebrow {
  color: var(--yellow);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 10px 18px;
  margin-bottom: 18px;
}

.immersion-title {
  max-width: 640px;
  margin-bottom: 18px;
  color: #fff;
  text-transform: none;
}

.immersion-title span {
  color: #0077b6;
}

.immersion-lead {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.85;
}

.immersion-route {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 560px;
  margin-bottom: 30px;
}

.immersion-route-stop {
  flex: 1 1 0;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.immersion-route-stop small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.immersion-route-stop strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.immersion-route-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 152px;
  height: 96px;
}

.immersion-route-icon {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.immersion-package-row {
  margin-bottom: 14px;
}

.immersion-package-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 120px;
  height: 100%;
  padding: 24px;
  border-radius: 8px;
  background: #111a28;
}

.immersion-package-card span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.immersion-package-card strong {
  display: block;
  margin-top: 12px;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

.immersion-package-card.international {
  border-bottom: 4px solid #ffc400;
}

.immersion-package-card.international strong {
  color: #ffc400;
}

.immersion-package-card.domestic {
  border-bottom: 4px solid #00a3e0;
}

.immersion-package-card.domestic strong {
  color: #00a3e0;
}

.immersion-feature-grid {
  margin-top: 24px;
}

.immersion-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  padding: 24px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.immersion-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(255, 196, 0, 0.4);
  color: #ffc400;
}

.immersion-feature-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.immersion-feature-item h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.immersion-feature-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
}

.immersion-cert-band {
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(233, 242, 252, 0.92));
}

.immersion-cert-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.immersion-cert-copy {
  min-width: 0;
}

.immersion-cert-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.immersion-cert-head strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.immersion-cert-head p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

.immersion-cert-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.immersion-cert-list span {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(0, 34, 68, 0.06);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.immersion-cert-list span:last-child {
  background: rgba(255, 226, 0, 0.3);
}

.immersion-visual {
  position: relative;
  min-height: 100%;
  padding-left: 36px;
}

.immersion-poster-frame {
  position: relative;
  max-width: 420px;
  margin-left: auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.28);
}

.immersion-poster-frame img {
  display: block;
  width: 100%;
  border-radius: 22px;
}

.immersion-ticket {
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 10px 16px;
  border-radius: 16px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.immersion-ticket-top {
  top: 24px;
  transform: rotate(-7deg);
}

.immersion-ticket-bottom {
  bottom: 168px;
  transform: rotate(6deg);
}

.immersion-note-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(0, 34, 68, 0.08);
  border-radius: 24px;
  background: linear-gradient(145deg, #03254a 0%, #0a4b82 100%);
  box-shadow: 0 18px 36px rgba(0, 34, 68, 0.18);
}

.immersion-note-card span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 226, 0, 0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.immersion-note-card strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
}

.immersion-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  align-self: flex-start;
}

.mini-card,
.why-card,
.cert-card,
.partner-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.mini-card {
  padding: 24px 20px;
}

.mini-icon,
.why-icon,
.cert-icon,
.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mini-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  margin-bottom: 16px;
  background: rgba(0, 78, 126, 0.1);
  color: var(--blue);
  font-weight: 700;
}

.mini-card h3,
.why-card h3,
.cert-card h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.mini-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.why-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: #fff;
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 78, 126, 0.1);
  color: var(--blue);
  font-weight: 700;
}

.why-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  background: var(--navy);
  border-left: 4px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 24px;
}

.stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 800;
}

.stat-number {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.stat-card p,
.stat-card small {
  display: block;
}

.stat-card p {
  margin: 6px 0 2px;
  color: #fff;
  font-weight: 600;
}

.stat-card small {
  color: rgba(255, 255, 255, 0.42);
}

.program-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(0, 34, 68, 0.12);
  border-color: rgba(0, 163, 224, 0.35);
}

.program-top {
  padding: 32px;
  border-bottom: 1px solid var(--line);
  min-height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program-badge-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.program-badge {
  display: inline-block;
  border: 1px solid rgba(0, 78, 126, 0.25);
  border-radius: 999px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 8px 14px;
  line-height: 1;
}

.program-top small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.program-top h3 {
  font-size: 42px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 1.15;
}

.program-top h3 span {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 78, 126, 0.12);
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: middle;
  line-height: 1.4;
}

.program-top p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.program-highlights {
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
}

.program-highlights>div {
  padding: 16px 8px;
  text-align: center;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 86px;
}

.program-highlights>div:last-child {
  border-right: 0;
}

.program-body {
  padding: 30px 32px;
  border-bottom: 1px solid var(--line);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program-body h4,
.program-eligibility h4 {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.program-body ul {
  padding-left: 20px;
  margin-bottom: 10px;
  flex-grow: 1;
}

.program-body li {
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
}

.program-note {
  margin-top: 6px;
  margin-bottom: 14px;
  font-size: 12.5px;
  color: var(--muted);
  font-style: italic;
  min-height: 38px;
}

.program-fee-row {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 34, 68, 0.08);
}

.program-eligibility {
  padding: 24px 32px;
  border-bottom: 1px solid var(--line);
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.program-eligibility p {
  margin: 0;
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.6;
}

.program-action {
  padding: 24px 32px;
  margin-top: auto;
}

.program-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-top: 42px;
  padding: 26px 22px;
  border: 1px solid rgba(0, 78, 126, 0.12);
  border-radius: 24px;
  background: #fff;
}

.program-strip strong {
  display: block;
  text-align: center;
  color: var(--navy);
}

.program-strip span {
  display: block;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}

.cert-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 26px;
  min-height: 120px;
  background: var(--soft);
}

.cert-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.cert-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(0, 78, 126, 0.2);
  background: #fff;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
}

.admission-section {
  background: var(--soft);
}

.instruction-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 78, 126, 0.2);
  border-radius: 32px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.instruction-card h3,
.steps-head {
  margin-bottom: 22px;
  color: var(--navy);
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.instruction-item {
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.instruction-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
}

.instruction-item.bold {
  font-weight: 700;
}

.instruction-item.warning {
  border-left: 2px solid rgba(0, 78, 126, 0.3);
  padding-left: 18px;
  font-style: italic;
}

.instruction-item.warning::before {
  display: none;
}

.qms-card {
  margin-top: 28px;
  padding: 24px;
  border-radius: 24px;
  background: var(--navy);
}

.qms-card h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.qms-card p,
.qms-card li {
  color: rgba(255, 255, 255, 0.76);
}

.qms-card ol {
  padding-left: 20px;
  margin-bottom: 0;
}

.steps-head {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-size: 24px;
  border-radius: 22px;
  padding: 20px 32px;
}

.timeline {
  position: relative;
  padding: 12px 0 12px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 78, 126, 0.35);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.timeline-item.left {
  justify-content: flex-start;
}

.timeline-item.right {
  justify-content: flex-end;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 18px;
  border: 2px solid var(--blue);
  background: #fff;
  color: var(--blue);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 78, 126, 0.2);
}

.timeline-copy {
  width: 42%;
}

.timeline-copy h4 {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-copy p {
  margin: 0;
  color: #8f99ac;
  font-size: 14px;
}

.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 16px;
}

.partner-card img {
  width: 100%;
  height: 68px;
  object-fit: contain;
}

.testimonial-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.testimonial-tabs button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
}

.testimonial-tabs button.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.testimonial-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

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

.testimonial-video iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
}

.testimonial-copy {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-copy blockquote {
  margin: 0 0 26px;
  color: rgba(16, 33, 61, 0.78);
  font-size: 22px;
  line-height: 1.75;
  font-style: italic;
}

.testimonial-copy strong {
  display: block;
  color: var(--text);
  font-size: 26px;
}

.testimonial-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 16px;
  background: #fff;
}

.testimonial-grid-two iframe {
  width: 100%;
  min-height: 280px;
  border: 0;
  border-radius: 18px;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.testimonial-controls button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-size: 24px;
}

.testimonial-dots {
  display: flex;
  gap: 8px;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(93, 104, 128, 0.3);
}

.testimonial-dots button.active {
  width: 28px;
  background: var(--blue);
}

.site-footer {
  position: relative;
  background: #031124;
  padding: 36px 0 60px;
  border-top: none;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 163, 224, 0.28);
}

.footer-logo img {
  width: 170px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  display: block;
}

.footer-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65;
  max-width: 660px;
  margin: 0 auto 16px;
}

.footer-meta {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-meta p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  margin-bottom: 6px;
}

.footer-meta span {
  color: #ffc400;
  font-weight: 600;
}

.back-top {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 42px;
  text-decoration: none;
}

.floating-apply {
  display: none !important;
}

.custom-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
}

.custom-modal.open {
  display: block;
}

.custom-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.custom-modal__dialog {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: 580px;
  margin: 40px auto;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.custom-modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1a1a2e;
  color: #fff;
  padding: 16px 22px;
}

.custom-modal__head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.custom-modal__close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.navbar-toggler span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
}

@media (max-width: 1199.98px) {
  .immersion-main-row {
    margin-bottom: 34px;
  }

  .immersion-fee-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .immersion-fee-head p {
    max-width: none;
    text-align: left;
  }

  .immersion-visual {
    margin-top: 42px;
    padding-left: 0;
  }

  .immersion-poster-frame {
    max-width: 420px;
    margin: 0 auto;
  }

  .immersion-ticket {
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  .immersion-ticket-top {
    top: -12px;
  }

  .immersion-ticket-bottom {
    top: 54px;
    bottom: auto;
  }
}

@media (max-width: 1199.98px) {
  .hero-copy h1 {
    font-size: 48px;
  }

  .timeline-copy {
    width: 40%;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 88px;
  }

  .brand-logo {
    width: 74px;
    height: 74px;
  }

  .hero-row {
    min-height: auto;
  }

  .hero-copy {
    padding-right: 0;
    margin-bottom: 36px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .section-title {
    font-size: 36px;
  }

  .immersion-cert-layout {
    grid-template-columns: 1fr;
  }

  .immersion-route {
    flex-direction: column;
    align-items: stretch;
  }

  .immersion-route-line {
    flex: 0 0 auto;
    width: min(180px, 100%);
    height: auto;
    margin: 0 auto;
  }

  .immersion-cert-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .immersion-cert-head p {
    max-width: none;
    text-align: left;
  }

  .timeline::before {
    left: 24px;
    transform: none;
  }

  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    justify-content: flex-start;
    padding-left: 64px;
  }

  .timeline-dot {
    left: 24px;
  }

  .timeline-copy {
    width: 100%;
  }

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

  .collapse.navbar-collapse {
    display: none;
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  }

  .collapse.navbar-collapse.show {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 72px 0;
  }

  .hero-copy h1 {
    font-size: 31px;
  }

  .hero-actions .btn,
  .hero-actions a,
  .btn-program {
    width: 100%;
    text-align: center;
  }

  .hero-section {
    background-image: none;
    background-color: #050c18;
  }

  .hero-row {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .hero-mobile-media {
    display: block;
    margin-bottom: 18px;
  }

  .hero-mobile-media img {
    width: 100%;
    height: clamp(240px, 72vw, 340px);
    object-fit: cover;
    object-position: 16% 38%;
    border-radius: 22px;
  }

  .hero-section .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .immersion-fee-band {
    margin-bottom: 28px;
    padding: 22px;
    border-radius: 24px;
  }

  .immersion-fee-head {
    margin-bottom: 18px;
  }

  .immersion-fee-card {
    padding: 22px;
    border-radius: 22px;
  }

  .immersion-fee-card h3 {
    font-size: 22px;
  }

  .immersion-fee-card strong {
    font-size: 34px;
  }

  .immersion-route {
    align-items: center;
    gap: 12px;
  }

  .immersion-route-stop {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: auto;
    max-width: 100%;
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--yellow);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
    text-align: center;
    white-space: nowrap;
  }

  .immersion-route-stop small {
    display: inline;
    margin-bottom: 0;
    order: 1;
    color: var(--navy);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .immersion-route-stop small::before {
    content: none;
  }

  .immersion-route-stop small::after {
    content: " --> ";
  }

  .immersion-route-stop strong {
    display: inline;
    order: 2;
    color: var(--navy);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .immersion-main-row {
    margin-bottom: 28px;
  }

  .immersion-title {
    font-size: 34px;
  }

  .immersion-lead {
    font-size: 16px;
  }

  .immersion-package-card strong {
    font-size: 36px;
  }

  .immersion-feature-item {
    padding: 18px;
  }

  .immersion-feature-item h3 {
    font-size: 19px;
  }

  .immersion-cert-band {
    padding: 22px;
  }

  .immersion-ticket {
    position: static;
    display: inline-block;
    margin: 0 0 12px;
    transform: none;
  }

  .immersion-visual {
    text-align: center;
  }

  .immersion-ticket {
    display: table;
    margin: 0 auto 12px;
  }

  .immersion-visual {
    margin-top: 34px;
    padding-left: 0;
  }

  .immersion-poster-frame {
    padding: 10px;
    border-radius: 24px;
  }

  .immersion-poster-frame img {
    border-radius: 18px;
  }

  .immersion-note-card strong {
    font-size: 19px;
  }

  .immersion-note-card .btn {
    width: 100%;
  }

  .hero-form-head {
    font-size: 26px;
  }

  .program-top h3 {
    font-size: 40px;
  }

  .program-badge-group {
    flex-direction: column;
  }

  .program-strip {
    gap: 20px;
  }

  .testimonial-copy {
    padding: 28px 22px;
  }

  .testimonial-copy blockquote {
    font-size: 18px;
  }

  .floating-apply {
    right: -48px;
    width: 140px;
    font-size: 13px;
  }
}

/* Header refresh to match reference layout */
.site-header {
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  width: 220px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.header-contact-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  flex-wrap: wrap;
}

.header-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 180px;
}

.header-contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.header-contact-copy strong {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 3px;
}

.header-contact-copy span {
  display: block;
  color: #213d63;
  font-size: 15px;
  line-height: 1.35;
}

.hero-section {
  padding-top: 126px;
}

.hero-row {
  min-height: clamp(420px, calc(100vw * 888 / 2000), 888px);
}

@media (max-width: 1199.98px) {
  .header-contact-wrap {
    gap: 18px;
  }

  .header-contact-item {
    min-width: 160px;
  }

  .header-contact-copy span {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .header-main {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 12px;
  }

  .brand-logo {
    width: 220px;
    max-height: 72px;
  }

  .header-contact-wrap {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
  }

  .header-contact-item {
    min-width: 0;
    width: calc(50% - 7px);
  }

  .hero-section {
    padding-top: 178px;
  }

  .hero-row {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .header-main {
    padding-top: 14px;
  }

  .brand-logo {
    width: 200px;
    max-height: 64px;
  }

  .header-contact-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-contact-item {
    width: 100%;
  }


}







.header-contact-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.btn-primary-hero:hover,
.btn-primary-hero:focus,
.btn-primary-hero:active {
  color: #fff !important;
  text-decoration: none;
}

.hero-facts {
  align-items: center;
  gap: 16px 24px;
}

.hero-fact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.hero-fact svg,
.mini-icon svg,
.why-icon svg,
.stat-icon svg,
.cert-icon svg,
.timeline-dot svg,
.program-top-icon svg,
.program-highlight-icon svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-fact svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.mini-icon,
.why-icon,
.stat-icon,
.cert-icon,
.timeline-dot {
  font-size: 0;
}

.mini-icon svg {
  width: 22px;
  height: 22px;
}

.why-icon svg {
  width: 22px;
  height: 22px;
}

.stat-icon svg {
  width: 20px;
  height: 20px;
}

.cert-icon svg {
  width: 24px;
  height: 24px;
}

.timeline-dot svg {
  width: 18px;
  height: 18px;
}

.program-top-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(0, 78, 126, 0.08);
  border: 1px solid rgba(0, 78, 126, 0.18);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.program-top-icon svg {
  width: 28px;
  height: 28px;
}

.program-highlights>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.program-highlight-icon {
  display: inline-flex;
  color: rgba(0, 78, 126, 0.65);
}

.program-highlight-icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 767.98px) {
  .hero-facts {
    gap: 12px;
  }

  .hero-fact {
    white-space: normal;
  }
}

.program-strip>div {
  min-width: 170px;
}

.program-strip strong {
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 4px;
}

.program-strip span {
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 767.98px) {
  .program-strip strong {
    font-size: 19px;
  }
}

/* Program cards: keep eligibility and CTA aligned across both variants */
.program-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.program-action {
  padding-top: 30px;
}

.btn-program {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

/* Footer logo: keep the original wide rectangular proportion */
.footer-logo img {
  width: 240px;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}

/* Recruitment partners: Marquee animation */
.partner-marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.partner-marquee-container::before,
.partner-marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.partner-marquee-container::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.partner-marquee-container::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.partner-marquee {
  display: flex;
  width: max-content;
  animation: marqueeScroll 45s linear infinite;
}

.partner-marquee:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.partner-item {
  flex: 0 0 auto;
  width: 200px;
  padding: 0 15px;
}

.partner-card {
  min-height: 112px;
  padding: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card img {
  height: 64px;
  width: 100%;
  object-fit: contain;
}

@keyframes lexPulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.45;
    transform: scale(0.82);
  }
}

@keyframes lexFloat {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, -14px, 0);
  }
}

@keyframes lexPing {
  0% {
    transform: translateX(-50%) scale(0.85);
    box-shadow: 0 0 0 0 rgba(255, 226, 0, 0.55);
  }

  75%,
  100% {
    transform: translateX(-50%) scale(1.75);
    box-shadow: 0 0 0 18px rgba(255, 226, 0, 0);
  }
}

@keyframes lexFadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.admission-pill span {
  animation: lexPulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.hero-section::before {
  top: 40px;
  right: 40px;
  width: 280px;
  height: 280px;
  background: rgba(0, 78, 126, 0.12);
  animation: lexFloat 12s ease-in-out infinite;
}

.hero-section::after {
  left: -20px;
  bottom: 40px;
  width: 340px;
  height: 340px;
  background: rgba(0, 163, 224, 0.08);
  animation: lexFloat 16s ease-in-out infinite reverse;
}

.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  filter: blur(3px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-left {
  transform: translate3d(-30px, 0, 0);
}

.motion-right {
  transform: translate3d(30px, 0, 0);
}

.motion-scale {
  transform: scale(0.92);
}

.motion-up {
  transform: translate3d(0, 24px, 0);
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

.mini-card,
.why-card,
.stat-card,
.program-card,
.cert-card,
.partner-card,
.instruction-card,
.hero-form-card,
.testimonial-panel,
.program-strip>div,
.btn-primary-hero,
.btn-secondary-hero,
.btn-program,
.floating-apply,
.testimonial-tabs button,
.testimonial-controls button,
.back-top,
.timeline-dot,
.header-contact-icon,
.program-top-icon,
.program-highlight-icon svg,
.mini-icon svg,
.why-icon svg,
.cert-icon svg,
.stat-icon svg,
.timeline-dot svg {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.mini-card:hover,
.why-card:hover,
.program-card:hover,
.cert-card:hover,
.partner-card:hover,
.instruction-card:hover,
.hero-form-card:hover,
.testimonial-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 34, 68, 0.14);
}

.program-card:hover,
.partner-card:hover,
.cert-card:hover,
.mini-card:hover,
.why-card:hover,
.instruction-card:hover {
  border-color: rgba(0, 78, 126, 0.22);
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 34, 68, 0.22);
}

.program-strip>div:hover,
.testimonial-tabs button:hover,
.testimonial-controls button:hover,
.back-top:hover,
.header-contact-item:hover .header-contact-icon {
  transform: translateY(-2px);
}

.btn-primary-hero:hover,
.btn-secondary-hero:hover,
.btn-program:hover,
.floating-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 34, 68, 0.18);
  filter: brightness(1.05);
}

.btn-secondary-hero:hover {
  color: #000;
}

.why-card:hover .why-icon,
.mini-card:hover .mini-icon,
.cert-card:hover .cert-icon,
.stat-card:hover .stat-icon,
.program-card:hover .program-top-icon {
  background: rgba(0, 78, 126, 0.14);
}

.why-card:hover .why-icon svg,
.mini-card:hover .mini-icon svg,
.cert-card:hover .cert-icon svg,
.stat-card:hover .stat-icon svg,
.program-card:hover .program-top-icon svg {
  transform: rotate(10deg) scale(1.05);
}

.program-card:hover .program-highlight-icon svg {
  transform: translateX(2px);
}

.partner-card:hover img {
  opacity: 0.94;
}

.timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
  transform: translateX(-50%);
  animation: lexPing 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.timeline-item:hover .timeline-dot {
  transform: translateX(-50%) scale(1.1) rotate(6deg);
}

.timeline-item:hover .timeline-copy h4 {
  color: var(--blue);
}

.testimonial-panel.is-animating>* {
  animation: lexFadeUp 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.custom-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.custom-modal.open {
  display: block;
}

.custom-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-modal__backdrop {
  opacity: 0;
  backdrop-filter: blur(0px);
  transition: opacity 0.22s ease, backdrop-filter 0.22s ease;
}

.custom-modal.is-active .custom-modal__backdrop {
  opacity: 1;
  backdrop-filter: blur(3px);
}

.custom-modal__dialog {
  transform: translateY(24px) scale(0.95);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.custom-modal.is-active .custom-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .timeline::after {
    left: 24px;
    transform: none;
  }

  .hero-section::before {
    width: 180px;
    height: 180px;
  }

  .hero-section::after {
    width: 220px;
    height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .admission-pill span,
  .hero-section::before,
  .hero-section::after,
  .timeline::after,
  .testimonial-panel.is-animating>* {
    animation: none !important;
  }

  .mini-card,
  .why-card,
  .stat-card,
  .program-card,
  .cert-card,
  .partner-card,
  .instruction-card,
  .hero-form-card,
  .testimonial-panel,
  .program-strip>div,
  .btn-primary-hero,
  .btn-secondary-hero,
  .btn-program,
  .floating-apply,
  .testimonial-tabs button,
  .testimonial-controls button,
  .back-top,
  .timeline-dot,
  .header-contact-icon,
  .program-top-icon,
  .program-highlight-icon svg,
  .mini-icon svg,
  .why-icon svg,
  .cert-icon svg,
  .stat-icon svg,
  .timeline-dot svg,
  .custom-modal,
  .custom-modal__backdrop,
  .custom-modal__dialog {
    transition: none !important;
  }
}

/* Placement stats: match the live-page card sizing more closely */
#placements .stat-card {
  gap: 20px;
  padding: 20px 24px;
  min-height: 110px;
  border-radius: 16px;
}

#placements .stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

#placements .stat-icon svg {
  width: 18px;
  height: 18px;
}

#placements .stat-number {
  font-size: 30px;
  letter-spacing: -0.03em;
}

#placements .stat-card p {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

#placements .stat-card small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.4;
}

#placements .stat-card>div:last-child {
  min-width: 0;
}

@media (max-width: 767.98px) {
  #placements .stat-card {
    min-height: 104px;
    padding: 18px 20px;
  }

  #placements .stat-number {
    font-size: 28px;
  }
}

/* About section: match the live-page cream background */
#about,
#placements,
#programs,
#admission-process {
  background: #fff;
}

/* Testimonial section: match the live-page cream background */
.section-space.section-white.pt-0 {
  background: hsl(44 64% 93%);
}

/* Floating apply button: keep the live-page perpendicular orientation */
.floating-apply {
  right: 16px;
  width: 144px;
  margin-right: -64px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center center;
}

.floating-apply.motion-reveal {
  opacity: 0;
  transform: translate3d(30px, -50%, 0) rotate(90deg);
  filter: none;
}

.floating-apply.motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, -50%, 0) rotate(90deg);
}

.floating-apply:hover {
  transform: translate3d(0, -50%, 0) rotate(90deg) scale(1.02);
}

@media (max-width: 767.98px) {
  .floating-apply {
    right: 12px;
    width: 138px;
    margin-right: -60px;
  }

  .floating-apply.motion-reveal {
    transform: translate3d(24px, -50%, 0) rotate(90deg);
  }

  .floating-apply.motion-reveal.is-visible,
  .floating-apply:hover {
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {

  .floating-apply.motion-reveal,
  .floating-apply.motion-reveal.is-visible,
  .floating-apply:hover {
    opacity: 1 !important;
    transform: translateY(-50%) rotate(90deg) !important;
  }
}

/* Testimonial section: restore top spacing like the live page */
.section-space.section-white.pt-0 {
  padding-top: 96px;
}

@media (max-width: 767.98px) {
  .section-space.section-white.pt-0 {
    padding-top: 72px;
  }
}

/* Testimonial section: own class so Bootstrap pt-0 no longer removes top spacing */
.testimonials-section {
  background: #fff;
}

/* Mobile header + hero form responsiveness */
.header-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 0 0 auto;
}

.header-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 34, 68, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.header-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--navy);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

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

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

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

@media (max-width: 991.98px) {
  .site-header {
    overflow: visible;
  }

  .header-main {
    display: block;
    position: relative;
    padding: 14px 0;
  }

  .header-topbar {
    width: 100%;
  }

  .header-toggle {
    display: inline-flex;
  }

  .header-contact-wrap {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 5;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(0, 34, 68, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(0, 34, 68, 0.12);
  }

  .header-contact-wrap.show {
    display: flex;
  }

  .header-contact-item {
    width: 100%;
    min-width: 0;
  }

  .hero-section {
    padding-top: 112px;
  }

  .hero-row {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .hero-copy {
    padding-right: 0;
    margin-bottom: 36px;
  }

  .hero-form-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
}

@media (max-width: 767.98px) {
  .header-main {
    padding: 12px 0;
  }

  .brand-logo {
    width: 180px;
    max-height: 60px;
  }

  .header-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .header-contact-wrap {
    padding: 14px;
    border-radius: 18px;
  }

  .header-contact-item {
    gap: 12px;
  }

  .header-contact-icon {
    width: 42px;
    height: 42px;
  }

  .header-contact-copy strong {
    font-size: 12px;
  }

  .header-contact-copy span {
    font-size: 14px;
  }

  .hero-section {
    padding-top: 102px;
  }

  .hero-row {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .hero-copy {
    margin-bottom: 28px;
  }

  .hero-form-card {
    max-width: none;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 24px;
  }
}

/* Mobile form heading: keep Admissions Open 2026 on one line */
.hero-form-head {
  white-space: nowrap;
  line-height: 1.1;
}

@media (max-width: 767.98px) {
  .hero-form-head {
    font-size: 23px;
    letter-spacing: -0.02em;
    padding: 20px 16px;
  }
}

/* Form title: reduce slightly for cleaner fit */
.hero-form-head {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .hero-form-head {
    font-size: 21px;
  }
}

/* Uploaded builds: bust cache and stabilize mobile modal/header behavior */
.floating-apply {
  z-index: 1201;
}

.custom-modal {
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
}

.custom-modal.open {
  display: flex;
}

.custom-modal__dialog {
  width: min(100%, 580px);
  margin: 0;
  max-height: calc(100vh - 32px);
}

.custom-modal__body {
  overflow-y: auto;
}

body.modal-open-custom .floating-apply {
  opacity: 1;
  visibility: visible;
}

.header-toggle {
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 767.98px) {
  .custom-modal {
    padding: 12px;
  }

  .custom-modal__dialog {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
  }

  .custom-modal__head {
    padding: 14px 16px;
  }

  .custom-modal__head h3 {
    font-size: 18px;
  }

  .custom-modal__body iframe {
    height: 70vh;
    min-height: 360px;
  }

  .floating-apply {
    display: none !important;
  }
}

/* Keep Reserve Your Seat text white across all interactive states */
.btn-program,
.btn-program:hover,
.btn-program:focus,
.btn-program:active,
.btn-program:not(:disabled):not(.disabled):active,
.btn-program:not(:disabled):not(.disabled).active,
.show>.btn-program.dropdown-toggle {
  color: #fff !important;
  background: var(--navy);
  border-color: #003b64;
  text-decoration: none;
}

/* Final hard override for program CTA hover color */
.program-action .btn.btn-program,
.program-action .btn.btn-program:hover,
.program-action .btn.btn-program:focus,
.program-action .btn.btn-program:active,
.program-action .btn.btn-program:visited,
.program-action .btn.btn-program:not(:disabled):not(.disabled):active,
.program-action .btn.btn-program:not(:disabled):not(.disabled).active,
.show>.program-action .btn.btn-program.dropdown-toggle {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-color: var(--navy) !important;
  border-color: #003b64 !important;
}

/* @charset removed from middle of file */

/* Offering Section Styles */
.offering-section {
  padding: 80px 0;
  background: #f8fbff;
  position: relative;
}

.pkg-card {
  padding: 30px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pkg-card.intl {
  background: linear-gradient(135deg, #002244 0%, #004e7e 100%);
  border-bottom: 5px solid var(--yellow);
}

.pkg-card.domestic {
  background: linear-gradient(135deg, var(--yellow) 0%, #ffcc00 100%);
  color: var(--navy);
  border-bottom: 5px solid var(--navy);
}

.pkg-card:hover {
  transform: translateY(-8px);
}

.pkg-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.pkg-value {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}

.pkg-sub {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.offering-features {
  text-align: center;
}

.offering-item {
  background: #fff;
  padding: 40px 25px;
  border-radius: 20px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.offering-item:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
  border-color: var(--blue);
}

.offering-icon {
  width: 70px;
  height: 70px;
  background: rgba(0, 163, 224, 0.1);
  color: var(--blue);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.offering-icon svg {
  width: 32px;
  height: 32px;
}

.offering-item h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}

.offering-item p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 0;
}

.certifications-block {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 34, 68, 0.05);
  border: 1px solid rgba(0, 78, 126, 0.1);
}

.cert-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
  text-align: center;
  margin-bottom: 40px;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.cert-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.cert-item-box:hover {
  background: #fff;
  border-color: var(--yellow);
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.cert-icon-wrap {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.cert-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cert-item-box span {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
}

.cert-item-box.more span {
  color: var(--blue);
  font-style: italic;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pkg-value {
    font-size: 40px;
  }

  .certifications-block {
    padding: 30px 20px;
  }
}

.cert-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}

.section-professional {
  background: #fff;
}

/* Mobile cards icon on top */
@media (max-width: 767px) {
  .why-card,
  .stat-card,
  .immersion-feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .cert-card {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}

/* ===================================================
   NEW SECTIONS COMPATIBILITY & DARK LUXURY THEME
   Matches Upper Page Design System (Image 2 Reference)
   =================================================== */

/* ===================================================
   BALANCED ALTERNATING THEME SYSTEM (UPPER & LOWER)
   Alternates Dark and Proper White Backgrounds
   =================================================== */

/* --- DARK SECTIONS --- */
#new-banner,
#new-pillars,
#prog-pgdm,
#prog-bba,
#new-hyperbuild,
#new-placements,
#new-admission,
#new-voices {
  background: radial-gradient(circle at 12% 18%, rgba(0, 163, 224, 0.18), transparent 24%),
              radial-gradient(circle at 88% 20%, rgba(255, 196, 0, 0.12), transparent 20%),
              linear-gradient(135deg, #031124 0%, #08376a 46%, #03152c 100%) !important;
  color: #ffffff;
}

#new-banner .section-title,
#new-pillars .section-title,
#prog-pgdm .section-title,
#prog-bba .section-title,
#new-hyperbuild .section-title,
#new-placements .section-title,
#new-admission .section-title,
#new-voices .section-title {
  color: #ffffff !important;
}

#new-banner .section-title span,
#new-pillars .section-title span,
#prog-pgdm .section-title span,
#prog-bba .section-title span,
#new-hyperbuild .section-title span,
#new-placements .section-title span,
#new-admission .section-title span,
#new-voices .section-title span {
  color: #0077b6 !important;
}

#new-banner .section-note,
#new-pillars .section-note,
#prog-pgdm .section-note,
#prog-bba .section-note,
#new-hyperbuild .section-note,
#new-placements .section-note,
#new-admission .section-note,
#new-voices .section-note {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* --- PROPER WHITE SECTIONS (BALANCING THE BOTTOM PAGE) --- */
#new-stats,
#new-programmes,
#prog-mba,
#prog-hmct,
#new-mentors,
#new-campus,
#new-scholarships,
#new-faqs,
.section-white-balanced {
  background: #ffffff !important;
  color: #1e293b !important;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

#new-stats .section-title,
#new-programmes .section-title,
#prog-mba .section-title,
#prog-hmct .section-title,
#new-mentors .section-title,
#new-campus .section-title,
#new-scholarships .section-title,
#new-faqs .section-title,
.section-white-balanced .section-title {
  color: #002244 !important;
}

#new-stats .section-title span,
#new-programmes .section-title span,
#prog-mba .section-title span,
#prog-hmct .section-title span,
#new-mentors .section-title span,
#new-campus .section-title span,
#new-scholarships .section-title span,
#new-faqs .section-title span,
.section-white-balanced .section-title span {
  color: #0077b6 !important;
}

#new-stats .section-note,
#new-programmes .section-note,
#prog-mba .section-note,
#prog-hmct .section-note,
#new-mentors .section-note,
#new-campus .section-note,
#new-scholarships .section-note,
#new-faqs .section-note,
.section-white-balanced .section-note {
  color: #475569 !important;
}

#new-stats .eyebrow,
#new-programmes .eyebrow,
#prog-mba .eyebrow,
#prog-hmct .eyebrow,
#new-mentors .eyebrow,
#new-campus .eyebrow,
#new-scholarships .eyebrow,
#new-faqs .eyebrow,
.section-white-balanced .eyebrow {
  color: #0077b6 !important;
}

/* --- WHITE SECTION COMPONENT OVERRIDES --- */

/* 1. #new-stats */
#new-stats .stat-highlight-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 18px rgba(0, 34, 68, 0.06);
}
#new-stats .stat-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 34, 68, 0.12);
}
#new-stats .stat-highlight-card .stat-label {
  color: #64748b;
}
#new-stats .stat-highlight-card strong {
  color: #002244;
}
#new-stats .stat-highlight-card.gold-border {
  border-bottom: 4px solid #f59e0b;
}
#new-stats .stat-highlight-card.gold-border strong {
  color: #d97706;
}
#new-stats .stat-highlight-card.cyan-border {
  border-bottom: 4px solid #0077b6;
}
#new-stats .stat-highlight-card.cyan-border strong {
  color: #0077b6;
}
#new-stats .stat-highlight-card .stat-sub {
  color: #475569;
}

/* 2. #new-programmes */
#new-programmes .prog-select-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 34, 68, 0.06);
}
#new-programmes .prog-select-card:hover {
  border-color: #0077b6;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 34, 68, 0.12);
}
#new-programmes .prog-select-card .badge-pill-cyan {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0284c7;
}
#new-programmes .prog-select-card h5 {
  color: #002244;
}
#new-programmes .prog-select-card p {
  color: #475569 !important;
}
#new-programmes .prog-select-card p strong {
  color: #002244 !important;
}
#new-programmes .prog-select-card .card-action-link {
  color: #0077b6;
  font-weight: 700;
}

/* 3. #prog-mba */
#prog-mba .immersion-lead {
  color: #475569 !important;
}
#prog-mba .dark-card,
#prog-mba .immersion-fee-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 24px rgba(0, 34, 68, 0.06);
}
#prog-mba .dark-card h4,
#prog-mba .immersion-fee-card h5 {
  color: #002244 !important;
}
#prog-mba .dark-card span:not(.text-cyan) {
  color: #1e293b !important;
}
#prog-mba .dark-card .text-cyan {
  color: #0077b6 !important;
}
#prog-mba .immersion-fee-card .immersion-fee-kicker {
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #bae6fd;
}
#prog-mba .immersion-fee-card div {
  color: #334155 !important;
}
#prog-mba .immersion-fee-card ul {
  color: #475569 !important;
}
#prog-mba .immersion-fee-card strong {
  color: #002244;
}
#prog-mba .immersion-fee-card strong[style*="#ffc400"] {
  color: #d97706 !important;
}
#prog-mba .immersion-fee-card strong[style*="#00a3e0"] {
  color: #0077b6 !important;
}
#prog-mba > .container-fluid > div:first-child {
  border-bottom: 1px solid #e2e8f0 !important;
}

/* 4. #prog-hmct */
#prog-hmct .immersion-lead {
  color: #475569 !important;
}
#prog-hmct .immersion-fee-card,
#prog-hmct .dark-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 24px rgba(0, 34, 68, 0.06);
}
#prog-hmct .badge-pill-cyan {
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #bae6fd;
}
#prog-hmct .immersion-fee-card h4,
#prog-hmct .dark-card h5 {
  color: #002244 !important;
}
#prog-hmct .immersion-fee-card ul {
  color: #475569 !important;
}
#prog-hmct .immersion-fee-card strong[style*="#ffc400"] {
  color: #d97706 !important;
}
#prog-hmct .immersion-fee-card strong[style*="#00a3e0"] {
  color: #0077b6 !important;
}
#prog-hmct .dark-card p {
  color: #475569 !important;
}

/* 5. #new-mentors */
#new-mentors .mentor-profile-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(0, 34, 68, 0.05);
}
#new-mentors .mentor-profile-card:hover {
  border-color: #0077b6;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 34, 68, 0.12);
}
#new-mentors .mentor-avatar-badge {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #0077b6;
}
#new-mentors .mentor-name {
  color: #002244;
}
#new-mentors .mentor-title {
  color: #64748b;
}

/* 6. #new-campus */
#new-campus .immersion-banner-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 34, 68, 0.12);
  border: 1px solid #e2e8f0;
}

/* 7. #new-scholarships */
#new-scholarships .immersion-lead {
  color: #334155 !important;
}
#new-scholarships .dark-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 28px rgba(0, 34, 68, 0.08);
}
#new-scholarships .dark-card h5 {
  color: #002244 !important;
}
#new-scholarships .recruiter-chip {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #002244;
  font-weight: 600;
}
#new-scholarships .recruiter-chip:hover {
  background: #e0f2fe;
  border-color: #0077b6;
  color: #0077b6;
}
#new-scholarships .btn-outline-glass {
  background: #002244;
  color: #ffffff;
  border: 1px solid #002244;
}
#new-scholarships .btn-outline-glass:hover {
  background: #0077b6;
  border-color: #0077b6;
  color: #ffffff;
}

/* 8. #new-faqs */
#new-faqs .faq-accordion-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 10px rgba(0, 34, 68, 0.04);
}
#new-faqs .faq-accordion-item:hover {
  border-color: #94a3b8;
}
#new-faqs .faq-question-btn {
  color: #002244;
}
#new-faqs .faq-question-btn:hover {
  color: #0077b6;
}
#new-faqs .faq-question-btn .faq-icon {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #0077b6;
}
#new-faqs .faq-question-btn[aria-expanded="true"] .faq-icon {
  background: #0077b6;
  color: #ffffff;
}
#new-faqs .faq-answer-body {
  color: #475569;
  border-top: 1px solid #f1f5f9;
}
#new-faqs .faq-answer-body strong {
  color: #002244;
}

.text-cyan {
  color: #00a3e0 !important;
}

.text-gold {
  color: #ffc400 !important;
}

/* Glass outline button */
.btn-outline-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.btn-outline-glass:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #00a3e0;
  color: #00a3e0;
  transform: translateY(-2px);
}

/* Luxury dark cards */
.dark-card {
  background: #111a28;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  height: 100%;
}

.dark-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 163, 224, 0.35);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

/* Stats highlight cards matching Image 2 */
.stat-highlight-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #111a28;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 22px 18px;
  height: 100%;
  transition: all 0.3s ease;
}

.stat-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.stat-highlight-card.gold-border {
  border-bottom: 4px solid #ffc400;
}

.stat-highlight-card.gold-border strong {
  color: #ffc400;
}

.stat-highlight-card.cyan-border {
  border-bottom: 4px solid #00a3e0;
}

.stat-highlight-card.cyan-border strong {
  color: #00a3e0;
}

.stat-highlight-card .stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
}

.stat-highlight-card strong {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  display: block;
}

.stat-highlight-card .stat-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
}

/* Pillar cards (Four Programmes One Promise) */
.pillar-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: all 0.3s ease;
}

.pillar-feature-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #00a3e0;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.pillar-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: transparent;
  flex-shrink: 0;
}

.pillar-icon-wrap.gold {
  border: 1px solid rgba(255, 196, 0, 0.4);
  color: #ffc400;
}

.pillar-icon-wrap.cyan {
  border: 1px solid rgba(0, 163, 224, 0.4);
  color: #00a3e0;
}

.pillar-icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pillar-feature-card h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.pillar-feature-card p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Programme selection cards */
.prog-select-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #111a28;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 30px 24px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.prog-select-card:hover {
  border-color: #ffc400;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.badge-pill-cyan,
.prog-select-card .badge-pill-cyan {
  display: inline-block;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 163, 224, 0.14);
  border: 1px solid rgba(0, 163, 224, 0.3);
  color: #00a3e0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.prog-select-card h5 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.prog-select-card p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.6;
}

.prog-select-card .card-action-link {
  color: #ffc400;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.prog-select-card:hover .card-action-link {
  gap: 10px;
}

/* Mentor cards */
.mentor-profile-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #111a28;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}

.mentor-profile-card:hover {
  border-color: #ffc400;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.mentor-avatar-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 196, 0, 0.12);
  border: 1px solid rgba(255, 196, 0, 0.35);
  color: #ffc400;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}

.mentor-name {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
}

.mentor-title {
  color: #00a3e0;
  font-size: 12px;
  margin-top: 2px;
}

/* Recruiter tags / chips */
.recruiter-chip-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}

.recruiter-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
}

.recruiter-chip:hover {
  background: rgba(0, 163, 224, 0.15);
  border-color: #00a3e0;
  color: #00a3e0;
}

/* Admission step cards */
.admission-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #111a28;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 36px 24px;
  height: 100%;
  transition: all 0.3s ease;
}

.admission-step-card:hover {
  border-color: #00a3e0;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.admission-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 163, 224, 0.14);
  border: 2px solid #00a3e0;
  color: #00a3e0;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}

.admission-step-card h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.admission-step-card p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Luxury Dark Accordion */
.faq-accordion-item {
  background: #111a28;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faq-accordion-item:hover {
  border-color: rgba(0, 163, 224, 0.4);
}

.faq-question-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 22px 26px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  outline: none !important;
  transition: color 0.2s ease;
}

.faq-question-btn:hover {
  color: #ffc400;
}

.faq-question-btn .faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffc400;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
  margin-left: 16px;
  transition: all 0.3s ease;
}

.faq-question-btn[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  background: #ffc400;
  color: #001d3b;
}

.faq-answer-body {
  color: rgba(255, 255, 255, 0.75);
  padding: 0 26px 24px;
  font-size: 15px;
  line-height: 1.7;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 18px;
}

/* HyperBuild Checkmark item */
.hyperbuild-feature-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  height: 100%;
  transition: all 0.2s ease;
}

.hyperbuild-feature-box:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #00a3e0;
}

.hyperbuild-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(0, 163, 224, 0.15);
  border: 1px solid rgba(0, 163, 224, 0.4);
  color: #00a3e0;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
}

/* Voices testimonial card */
.voice-card {
  background: #111a28;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.voice-card:hover {
  border-color: #ffc400;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.voice-stars {
  color: #ffc400;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.voice-card blockquote {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
  flex-grow: 1;
}

.voice-author strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.voice-author span {
  display: block;
  color: #00a3e0;
  font-size: 12px;
  margin-top: 2px;
}

/* Closing CTA styling - Seamless flow directly into .site-footer */
#new-closing-cta,
.dark-closing-cta {
  background: radial-gradient(circle at 50% 25%, rgba(0, 163, 224, 0.2) 0%, transparent 60%),
              linear-gradient(180deg, #031124 0%, #062244 50%, #031124 100%) !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-bottom: none !important;
  padding-top: 72px !important;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
}

#new-closing-cta .section-title {
  color: #ffffff !important;
  font-size: 42px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

#new-closing-cta .section-title span {
  color: #00e5ff !important;
}

#new-closing-cta .section-note {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

#new-closing-cta .btn-secondary-hero {
  background: #ffc400 !important;
  color: #031124 !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 20px rgba(255, 196, 0, 0.35) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

#new-closing-cta .btn-secondary-hero:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 28px rgba(255, 196, 0, 0.5) !important;
}

/* ===================================================
   THE SIGNATURE EXPERIENCE (Timeline / Day in Life)
   Exact structure matching Image 2 reference
   =================================================== */

.signature-experience-section {
  padding: 96px 0;
  position: relative;
  background: radial-gradient(circle at 86% 28%, rgba(56, 42, 138, 0.38) 0%, transparent 48%),
              radial-gradient(circle at 18% 75%, rgba(0, 163, 224, 0.12) 0%, transparent 42%),
              #080a14 !important;
  transition: background 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.signature-experience-section.theme-build {
  background: radial-gradient(circle at 86% 28%, rgba(145, 60, 16, 0.36) 0%, transparent 48%),
              radial-gradient(circle at 18% 75%, rgba(255, 196, 0, 0.1) 0%, transparent 42%),
              #080a14 !important;
}

.signature-experience-section.theme-live {
  background: radial-gradient(circle at 86% 28%, rgba(135, 22, 58, 0.38) 0%, transparent 48%),
              radial-gradient(circle at 18% 75%, rgba(0, 163, 224, 0.1) 0%, transparent 42%),
              #080a14 !important;
}

.signature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00e5ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.signature-eyebrow .eyebrow-dash {
  width: 18px;
  height: 2px;
  background: #00e5ff;
  display: inline-block;
}

.signature-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

.signature-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
  max-width: 680px;
  margin-bottom: 36px;
}

/* Timeline navigation bar */
.signature-timeline-nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 44px;
  position: relative;
}

.timeline-tabs-wrap {
  display: flex;
  gap: 48px;
}

.timeline-tab-btn {
  background: transparent;
  border: none;
  padding: 0 0 16px 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
  outline: none !important;
}

.timeline-tab-time {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.timeline-tab-title {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.3s ease;
}

.timeline-tab-btn:hover .timeline-tab-time,
.timeline-tab-btn:hover .timeline-tab-title {
  color: rgba(255, 255, 255, 0.85);
}

.timeline-tab-btn.active .timeline-tab-time {
  color: #ffffff;
}

.timeline-tab-btn.active .timeline-tab-title {
  color: #ffffff;
}

.timeline-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00e5ff;
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.6);
}

/* Stepper/scrollbar icon with slider track & thumb */
.timeline-stepper-icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 18px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.65);
  background: transparent;
  padding: 4px 2px;
  cursor: pointer;
  outline: none !important;
  transition: border-color 0.2s ease;
}

.timeline-stepper-icon:hover {
  border-color: rgba(0, 229, 255, 0.6);
  color: #00e5ff;
}

.stepper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.stepper-track {
  position: relative;
  width: 8px;
  height: 28px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.stepper-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffffff;
  border-radius: 4px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.signature-experience-section[data-active-tab="tab-learn"] .stepper-thumb {
  transform: translateY(0);
}

.signature-experience-section[data-active-tab="tab-build"] .stepper-thumb {
  transform: translateY(9px);
}

.signature-experience-section[data-active-tab="tab-live"] .stepper-thumb {
  transform: translateY(18px);
}

/* Content Panel */
.signature-panel {
  display: none;
}

.signature-panel.active {
  display: block;
  animation: fadeInSignature 0.4s ease;
}

@keyframes fadeInSignature {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.moment-headline {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.25;
}

.moment-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Visual Card / Media Box */
.moment-media-box {
  position: relative;
  width: 100%;
  min-height: 310px;
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 30px 22px;
  transition: all 0.4s ease;
}

/* Media Box Color Variations per Tab */
#tab-learn .moment-media-box {
  background: radial-gradient(circle at 35% 35%, #2e266a 0%, #17153a 58%, #0d0c22 100%);
  box-shadow: 0 20px 48px rgba(32, 26, 75, 0.45), 0 0 24px rgba(68, 51, 160, 0.2);
}

#tab-build .moment-media-box {
  background: radial-gradient(circle at 35% 35%, #a64213 0%, #5e2206 58%, #250c02 100%);
  box-shadow: 0 20px 48px rgba(100, 36, 6, 0.45), 0 0 24px rgba(175, 68, 18, 0.2);
}

#tab-live .moment-media-box {
  background: radial-gradient(circle at 35% 35%, #941b3e 0%, #520e21 58%, #22030d 100%);
  box-shadow: 0 20px 48px rgba(84, 14, 34, 0.45), 0 0 24px rgba(145, 27, 62, 0.2);
}

.moment-become-card {
  position: relative;
  z-index: 2;
}

.become-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00e5ff;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.25);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.become-badge .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

#tab-build .become-badge {
  color: #ffaa5a;
  background: rgba(255, 170, 90, 0.12);
  border-color: rgba(255, 170, 90, 0.3);
}

#tab-live .become-badge {
  color: #ff6b9d;
  background: rgba(255, 107, 157, 0.12);
  border-color: rgba(255, 107, 157, 0.3);
}

.become-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  line-height: 1.15;
}

.become-desc {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 0;
}

.moment-media-footer {
  margin-top: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.moment-media-tag {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 5px 14px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Grid of Cards (All 7 cards in unified 4-column grid matching Image 2) */
.signature-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.signature-card {
  background: rgba(8, 25, 52, 0.65);
  border: 1px solid rgba(0, 163, 224, 0.2);
  border-radius: 12px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  min-height: 180px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.28s ease;
}

.signature-card:hover {
  border-color: rgba(0, 229, 255, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45), 0 0 16px rgba(0, 163, 224, 0.2);
}

.signature-card h4 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.signature-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13.5px;
  line-height: 1.55;
  margin-bottom: 20px;
  flex-grow: 1;
}

.signature-card-tag {
  color: #00e5ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: auto;
}

/* Bottom prompt bar */
.signature-next-prompt {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 44px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.signature-next-prompt strong {
  color: #ffffff;
  font-weight: 700;
  transition: color 0.2s ease;
}

.signature-next-prompt .btn-switch-tab {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  outline: none !important;
}

.signature-next-prompt .btn-switch-tab:hover {
  color: #00e5ff;
}

.signature-next-prompt .btn-switch-tab:hover strong {
  color: #00e5ff;
}

@media (max-width: 991px) {
  .signature-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-tabs-wrap {
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .signature-cards-grid {
    grid-template-columns: 1fr;
  }
  .signature-title {
    font-size: 30px;
  }
  .timeline-tab-title {
    font-size: 20px;
  }
  .moment-headline {
    font-size: 22px;
  }
}

/* ===================================================
   Header Programmes Dropdown (Requested in Brief)
   =================================================== */
.header-programs-nav {
  position: relative;
  display: inline-block;
  margin-left: 24px;
}

.header-nav-btn {
  background: var(--navy);
  color: #ffffff !important;
  border: 1px solid rgba(0, 34, 68, 0.2);
  border-radius: 999px;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none !important;
}

.header-nav-btn::after {
  content: "▾";
  font-size: 11px;
  transition: transform 0.2s ease;
}

.header-nav-btn:hover {
  background: #0077b6;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0, 119, 182, 0.3);
}

.header-programs-menu {
  background: #081d3d;
  border: 1px solid rgba(0, 163, 224, 0.35);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  min-width: 290px;
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1050;
}

.header-programs-menu.show {
  display: block;
  animation: fadeInSignature 0.25s ease;
}

.header-programs-menu .dropdown-item {
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.2s ease;
}

.header-programs-menu .dropdown-item strong {
  font-size: 13px;
  color: #ffffff;
  transition: color 0.2s ease;
}

.header-programs-menu .dropdown-item span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
}

.header-programs-menu .dropdown-item:hover {
  background: rgba(0, 163, 224, 0.18);
}

.header-programs-menu .dropdown-item:hover strong {
  color: #00e5ff;
}

/* ===================================================
   Voices of Lexicon MILE (3-Tab Carousel / Filter)
   =================================================== */
.voices-tabs-wrap {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  gap: 6px;
  margin-bottom: 40px;
}

.voice-tab-btn {
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 8px 24px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none !important;
}

.voice-tab-btn:hover {
  color: #ffffff;
}

.voice-tab-btn.active {
  background: #00a3e0;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 163, 224, 0.4);
}

.voices-panel {
  display: none;
}

.voices-panel.active {
  display: flex;
  animation: fadeInSignature 0.35s ease;
}

/* ===================================================
   Four Programmes. One Promise. (4 Pillars Grid)
   =================================================== */
.four-programmes-promise {
  margin-bottom: 48px;
}

.pillar-overview-card {
  background: rgba(8, 25, 52, 0.75);
  border: 1px solid rgba(0, 163, 224, 0.22);
  border-radius: 14px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.pillar-overview-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 229, 255, 0.55);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45), 0 0 20px rgba(0, 163, 224, 0.25);
}

.pillar-card-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #00e5ff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.pillar-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.learn-dot {
  background: #6366f1;
  box-shadow: 0 0 8px rgba(99, 102, 241, 0.8);
}

.build-dot {
  background: #f59e0b;
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.8);
}

.live-dot {
  background: #f43f5e;
  box-shadow: 0 0 8px rgba(244, 63, 94, 0.8);
}

.become-dot {
  background: #10b981;
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.8);
}

.pillar-overview-card h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.pillar-overview-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}

/* HMCT Recruiters Chips */
.recruiter-chip.hmct-chip {
  border-color: rgba(255, 196, 0, 0.35);
  background: rgba(255, 196, 0, 0.08);
  color: #ffc400;
}

.recruiter-chip.hmct-chip:hover {
  border-color: #ffc400;
  background: rgba(255, 196, 0, 0.18);
  color: #ffffff;
}
