.course-page-body {
  background: #eef4fb;
}

.course-page-body .container {
  width: min(1240px, calc(100% - 76px));
}

.course-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: start;
  overflow: hidden;
  padding: 142px 0 72px;
}

.course-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 16, 31, 0.88), rgba(5, 16, 31, 0.62) 46%, rgba(5, 16, 31, 0.9)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  animation: drift 20s linear infinite;
  z-index: 1;
  pointer-events: none;
}

.course-hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0.58;
  border: 0;
  background-size: auto, 400% auto;
  background-position: center, 33.333% 0%;
  filter: saturate(1.08) contrast(1.05);
}

.course-hero-art.dynamic-course-art {
  opacity: 0.84;
  background-image:
    linear-gradient(90deg, rgba(5, 16, 31, 0.5), rgba(5, 16, 31, 0.18) 48%, rgba(5, 16, 31, 0.56)),
    var(--course-photo-image),
    var(--course-bg-image, none);
  background-size: auto, cover, cover;
  background-position: center;
  background-repeat: no-repeat;
}

.course-hero-art::before {
  opacity: 0.52;
}

.course-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 420px;
  gap: 42px;
  align-items: start;
}

.course-hero-grid > div:first-child {
  align-self: start;
  padding-top: 34px;
}

.course-facts {
  align-self: start;
  margin-top: 34px;
}

.course-hero h1 {
  max-width: 820px;
  margin: 12px 0 20px;
  color: var(--white);
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.95;
}

.course-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.75;
}

/* Authentic course heroes: subject-matched photography with an academic overlay. */
.course-photo-hero-page .course-hero {
  min-height: 760px;
  isolation: isolate;
  background: #071a2f;
}

.course-photo-hero-page .course-hero-art.dynamic-course-art {
  z-index: 0;
  opacity: 1;
  background-image:
    linear-gradient(90deg, rgba(7, 26, 47, 0.68) 0%, rgba(7, 26, 47, 0.64) 38%, rgba(7, 26, 47, 0.58) 68%, rgba(7, 26, 47, 0.64) 100%),
    linear-gradient(0deg, rgba(7, 26, 47, 0.22), rgba(7, 26, 47, 0.04)),
    var(--course-photo-image);
  background-size: cover, cover, cover;
  background-position: center, center, center 48%;
  filter: saturate(0.86) contrast(1.03) brightness(0.96);
  transform: scale(1.015);
}

.course-photo-hero-page .course-hero::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 26, 47, 0.1), transparent 34%, rgba(7, 26, 47, 0.32)),
    linear-gradient(90deg, rgba(30, 80, 155, 0.08), transparent 48%);
  background-size: auto;
}

.course-photo-hero-page .course-hero .detail-graphic {
  display: none;
}

.course-photo-hero-page .course-hero-art::before,
.course-photo-hero-page .course-hero-art::after {
  display: none;
}

.course-photo-hero-page .course-facts {
  border-color: rgba(175, 205, 228, 0.3);
  background: rgba(7, 26, 47, 0.86);
  backdrop-filter: none;
  box-shadow: 0 14px 34px rgba(2, 12, 25, 0.22);
}

.course-photo-hero-page .course-facts > span {
  border-color: rgba(175, 205, 228, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

.pcg-hardware-page .pcg-partner-card {
  background: rgba(7, 26, 47, 0.9);
  box-shadow: 0 12px 30px rgba(2, 12, 25, 0.2);
}

.course-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  align-items: center;
}

.course-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  height: 48px;
  min-width: 328px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.course-brand-logo img {
  display: block;
  width: 196px;
  height: auto;
  max-height: 32px;
  object-fit: contain;
}

.aws-course-logo img {
  width: 154px;
  max-height: 38px;
}

.cisco-course-logo img {
  width: 128px;
  max-height: 36px;
}

.pcg-partner-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  align-items: stretch;
  gap: 22px;
  width: min(100%, 660px);
  margin-top: 28px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 3px solid #2381c5;
  background: rgba(8, 30, 51, 0.94);
}

.pcg-lecturer-photo {
  width: 138px;
  height: 176px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  object-fit: cover;
  object-position: center top;
  background: #fff;
}

.pcg-partner-card .pcg-partner-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 3px;
  padding: 8px 11px;
  border: 1px solid rgba(101, 178, 229, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

.pcg-partner-card .pcg-partner-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: #fff;
}

.pcg-partner-card small {
  display: block;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pcg-partner-card strong {
  display: block;
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
}

.pcg-partner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.55;
}

.course-hero .pcg-partner-copy p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.55;
}

.pcg-partner-copy a {
  color: var(--white);
  font-weight: 900;
}

.pcg-partner-copy .pcg-lecturer-designation {
  display: block;
  color: #a9c8df;
  font-size: 12px;
  font-weight: 800;
}

.pcg-partner-card .pcg-partner-brand strong {
  font-size: 14px;
}

.pcg-partner-card .pcg-partner-brand small {
  color: #9fc9e5;
  font-size: 8px;
}

.course-facts {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.course-facts span {
  display: grid;
  gap: 7px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.course-facts strong {
  color: var(--cyan);
  font-size: 12px;
  text-transform: uppercase;
}

.course-facts em {
  color: var(--white);
  font-style: normal;
  font-weight: 900;
}

.course-price-block {
  display: grid;
  gap: 7px;
  padding: 15px;
  border: 1px solid rgba(22, 217, 227, 0.26);
  background:
    linear-gradient(135deg, rgba(22, 217, 227, 0.16), rgba(9, 105, 255, 0.09)),
    rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(22, 217, 227, 0.1);
}

.course-price-block .price-label {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.course-price-block strong {
  color: var(--white);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
  text-transform: none;
}

.course-price-block small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
}

.course-price-block .sgd-equivalent {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
}

.course-hero .course-price-block em {
  color: var(--cyan);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.course-hero .course-price-block p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  line-height: 1.35;
}

.course-price-block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  margin-top: 3px;
  padding: 9px 13px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--cta-green);
  box-shadow: 0 10px 22px rgba(36, 216, 111, 0.18);
  font-size: 12px;
  font-weight: 900;
}

.course-detail-section {
  padding: 64px 0;
  background: rgba(246, 249, 252, 0.95);
}

.azure-certification-pathway {
  position: relative;
  padding: 72px 0 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 120, 212, 0.12), transparent 34%),
    linear-gradient(180deg, #f5f9fe 0%, #eef4fb 100%);
}

.azure-certification-pathway + .course-detail-section {
  padding-top: 34px;
}

.azure-certification-pathway[data-certification-vendor="aws"] {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 153, 0, 0.14), transparent 34%),
    linear-gradient(180deg, #fffaf2 0%, #f5f7fa 100%);
}

.azure-certification-pathway[data-certification-vendor="cisco"] {
  background:
    radial-gradient(circle at 12% 0%, rgba(4, 159, 217, 0.14), transparent 34%),
    linear-gradient(180deg, #f4fbfe 0%, #eef5f8 100%);
}

.azure-certification-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 28px;
}

.azure-certification-heading h2 {
  max-width: 760px;
  margin: 8px 0 0;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.02;
}

.azure-certification-heading > p {
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

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

.azure-exam-grid--single {
  grid-template-columns: minmax(0, 760px);
}

.microsoft-course-track .azure-certification-heading {
  margin-bottom: 22px;
}

.microsoft-exam-discount {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) minmax(240px, 0.7fr);
  gap: 14px 20px;
  align-items: center;
  margin: 0 0 26px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 185, 0, 0.58);
  border-radius: 18px;
  color: #3b2a00;
  background: linear-gradient(135deg, #fff9dd, #ffe58a);
  box-shadow: 0 14px 32px rgba(160, 105, 0, 0.12);
}

.microsoft-exam-discount span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: #8a6100;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.microsoft-exam-discount strong {
  color: #342400;
  font-size: 20px;
  line-height: 1.25;
}

.microsoft-exam-discount p {
  margin: 0;
  color: #674a00;
  font-size: 12px;
  line-height: 1.5;
}

.diploma-demand-highlight {
  padding: 25px 0;
  border-top: 1px solid #cbe8f3;
  border-bottom: 1px solid #cbe8f3;
  background: linear-gradient(105deg, #effbff, #fff 58%, #e8f5ff);
}

.diploma-demand-highlight-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(360px, 1.45fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: center;
}

.diploma-demand-highlight span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #0078d4;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.diploma-demand-highlight h2 { margin: 0; color: #07192d; font-size: clamp(25px, 3vw, 38px); line-height: 1.08; }
.diploma-demand-highlight p { margin: 0; color: #52647a; font-size: 13px; line-height: 1.55; }
.diploma-demand-highlight--network { border-color: #cae6f4; background: linear-gradient(105deg, #f1faff, #fff 58%, #eaf7fb); }
.diploma-demand-highlight--network span { background: #006b9e; }
.diploma-demand-highlight--security { border-color: #f0d8cd; background: linear-gradient(105deg, #fff6f1, #fff 58%, #fff0e9); }
.diploma-demand-highlight--security span { background: #b94716; }

.cloud-student-exam-discount {
  display: grid;
  grid-template-columns: minmax(210px, 0.65fr) minmax(360px, 1.7fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bddfea;
}

.cloud-student-exam-discount-value { padding: 14px 17px; border-radius: 10px; background: #062c47; }
.cloud-student-exam-discount-value strong, .cloud-student-exam-discount-value span { display: block; width: auto; padding: 0; border-radius: 0; background: none; }
.cloud-student-exam-discount-value strong { color: #5ce4fa; font-size: 22px; line-height: 1; }
.cloud-student-exam-discount-value span { margin-top: 5px; color: #d9f7ff; font-size: 10px; letter-spacing: 0.03em; }
.cloud-student-exam-discount > div:nth-child(2) > span { width: auto; padding: 0; border-radius: 0; background: none; color: #0067b8; }
.cloud-student-exam-discount h3 { margin: 4px 0 0; color: #07192d; font-size: 23px; }
.cloud-student-exam-discount p { margin-top: 5px; font-size: 12px; }
.cloud-student-exam-discount > a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 17px; border-radius: 7px; background: #0b75c9; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }

.microsoft-course-track .azure-exam-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 4px;
  overflow: visible;
}

.microsoft-course-track .azure-exam-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 248px;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  padding: 16px 12px;
  text-align: center;
}

.microsoft-course-track .azure-exam-badge {
  min-height: 88px;
}

.microsoft-course-track .azure-exam-badge img {
  width: 84px;
  height: 84px;
}

.microsoft-course-track .azure-exam-content h3 {
  font-size: 16px;
  line-height: 1.2;
}

.microsoft-course-track .azure-exam-content > p:last-child {
  font-size: 11px;
  line-height: 1.4;
}

.microsoft-course-track .azure-exam-code {
  padding: 5px 9px;
  font-size: 11px;
}

.microsoft-course-track .azure-exam-type {
  margin: 8px 0 4px;
  font-size: 10px;
}

.azure-exam-card {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 250px;
  padding: 26px 30px 26px 22px;
  overflow: hidden;
  border: 1px solid rgba(0, 120, 212, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 58px rgba(7, 35, 71, 0.1);
}

.azure-exam-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 5px;
  background: #0078d4;
}

.azure-exam-card--primary {
  border-color: rgba(0, 120, 212, 0.32);
  background: linear-gradient(135deg, #ffffff, #edf7ff);
}

.azure-exam-badge {
  display: grid;
  place-items: center;
  min-height: 190px;
}

.azure-exam-badge img {
  display: block;
  width: 174px;
  height: 174px;
  object-fit: contain;
}

.azure-exam-badge img.vendor-certification-logo {
  width: 150px;
  height: auto;
  max-height: 82px;
}

.azure-certification-pathway[data-certification-vendor="aws"] .azure-exam-card {
  border-color: rgba(255, 153, 0, 0.32);
  background: linear-gradient(135deg, #ffffff, #fff7e8);
}

.azure-certification-pathway[data-certification-vendor="aws"] .azure-exam-card::after,
.azure-certification-pathway[data-certification-vendor="aws"] .azure-exam-code {
  background: #ff9900;
}

.azure-certification-pathway[data-certification-vendor="aws"] .azure-exam-type {
  color: #9a5700;
}

.azure-certification-pathway[data-certification-vendor="aws"] .azure-certification-note {
  border-left-color: #ff9900;
}

.azure-certification-pathway[data-certification-vendor="cisco"] .azure-exam-card {
  border-color: rgba(4, 159, 217, 0.3);
  background: linear-gradient(135deg, #ffffff, #ebfaff);
}

.azure-certification-pathway[data-certification-vendor="cisco"] .azure-exam-card::after,
.azure-certification-pathway[data-certification-vendor="cisco"] .azure-exam-code {
  background: #049fd9;
}

.azure-certification-pathway[data-certification-vendor="cisco"] .azure-exam-type {
  color: #00769f;
}

.azure-certification-pathway[data-certification-vendor="cisco"] .azure-certification-note {
  border-left-color: #049fd9;
}

.azure-exam-code {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: #0078d4;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.azure-exam-type {
  margin: 12px 0 5px;
  color: #0067b8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.azure-exam-content h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.1;
}

.azure-exam-content > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.azure-certification-note {
  margin: 18px 0 0;
  padding-left: 16px;
  border-left: 3px solid #0078d4;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.pcg-gallery-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 14% 18%, rgba(22, 217, 227, 0.16), transparent 32%),
    linear-gradient(135deg, #061827, #071226 62%, #111a3b);
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.pcg-gallery-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.pcg-gallery-heading {
  display: grid;
  gap: 22px;
  margin-bottom: 0;
  padding-top: 6px;
}

.pcg-gallery-heading h2 {
  max-width: 540px;
  margin-top: 10px;
  color: var(--white);
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 0.98;
}

.pcg-gallery-heading > p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.78;
}

.pcg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 134px;
  grid-auto-flow: dense;
  gap: 12px;
}

.pcg-gallery-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.pcg-gallery-item--feature {
  grid-column: span 2;
  grid-row: span 2;
  border: 6px solid rgba(245, 185, 64, 0.86);
}

.pcg-gallery-item--tall {
  grid-row: span 2;
}

.pcg-gallery-item--wide {
  grid-column: span 2;
}

.pcg-gallery-placeholder {
  display: grid;
  min-height: 150px;
  aspect-ratio: 4 / 3;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at 72% 24%, rgba(22, 217, 227, 0.28), transparent 24%),
    linear-gradient(135deg, rgba(12, 41, 74, 0.98), rgba(15, 25, 52, 0.98));
  border: 1px solid rgba(22, 217, 227, 0.24);
}

.pcg-gallery-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
}

.pcg-gallery-item--certificate .pcg-gallery-photo {
  object-position: center 34%;
}

.pcg-gallery-placeholder::before {
  content: "";
  position: absolute;
}

.pcg-gallery-placeholder span {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pcg-gallery-placeholder strong {
  font-size: 17px;
  line-height: 1.15;
}

.pcg-gallery-item figcaption {
  display: none;
}

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

.course-detail-grid article {
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  background:
    radial-gradient(circle at 14% 0%, rgba(22, 217, 227, 0.12), transparent 28%),
    var(--white);
  box-shadow: 0 20px 54px rgba(7, 17, 31, 0.07);
}

.course-detail-grid h2 {
  margin-bottom: 18px;
  font-size: 30px;
}

.course-detail-grid ul {
  margin: 0;
  padding-left: 18px;
}

.course-detail-grid li {
  margin: 10px 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.career-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(9, 105, 255, 0.12);
  color: var(--ink-soft);
  background: rgba(246, 249, 252, 0.9);
  font-size: 13px;
  line-height: 1.6;
}

.course-detail-grid .course-detail-feature--wide {
  grid-column: 1 / -1;
}

.course-detail-intro {
  max-width: 760px;
  margin: -4px 0 20px;
  color: var(--ink-soft);
  line-height: 1.6;
}

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

.curriculum-phases details {
  align-self: start;
  border: 1px solid rgba(0, 120, 212, 0.16);
  border-radius: 12px;
  background: #f7fbff;
}

.curriculum-phases summary {
  padding: 14px 16px;
  color: #0a3154;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
}

.curriculum-phases details[open] summary {
  color: #ffffff;
  background: #0078d4;
}

.curriculum-phases ol {
  margin: 0;
  padding: 12px 18px 14px 38px;
}

.curriculum-phases li {
  margin: 7px 0;
  color: #46566c;
  font-size: 13px;
  line-height: 1.4;
}

.career-role-list {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.career-role-list span {
  padding: 7px 9px;
  border: 1px solid rgba(0, 120, 212, 0.16);
  border-radius: 7px;
  color: #17446b;
  background: #eef7ff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.career-progression {
  margin: 18px 0 0;
  padding: 13px 14px;
  border-left: 4px solid #107c10;
  color: #3e5368;
  background: #f2f9f2;
  font-size: 12px;
  line-height: 1.55;
}

.vendor-course-map {
  padding: 70px 0;
  border-top: 1px solid rgba(0, 120, 212, 0.12);
  background: linear-gradient(180deg, #f7fbff, #edf4fb);
}

.vendor-course-map--aws { background: linear-gradient(180deg, #fffaf2, #f3f5f8); }
.vendor-course-map--cisco { background: linear-gradient(180deg, #f4fbfe, #edf5f8); }

.vendor-course-map-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 22px;
}

.vendor-course-map-heading h2 { margin: 7px 0 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.04; }
.vendor-course-map-heading > p { margin: 0; color: var(--ink-soft); line-height: 1.65; }

.vendor-course-proof {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.vendor-course-proof > div {
  padding: 14px 10px;
  border-top: 4px solid #0078d4;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 24px rgba(7, 35, 71, 0.07);
}

.vendor-course-map--aws .vendor-course-proof > div { border-top-color: #ff9900; }
.vendor-course-map--cisco .vendor-course-proof > div { border-top-color: #049fd9; }
.vendor-course-proof strong, .vendor-course-proof span { display: block; }
.vendor-course-proof strong { color: #0067b8; font-size: 24px; line-height: 1; }
.vendor-course-map--academic .vendor-course-proof strong { font-size: clamp(17px, 2vw, 22px); }
.vendor-course-map-note a { color: #0067b8; font-weight: 700; }

.course-hero--with-careers {
  padding-bottom: 34px;
}

.hero-career-strip-wrap {
  position: relative;
  z-index: 2;
  margin-top: 32px;
}

.hero-career-strip {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 3.5fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(90, 221, 255, 0.28);
  border-top: 3px solid #31d7f5;
  border-radius: 14px;
  background: linear-gradient(105deg, rgba(9, 36, 59, 0.96), rgba(12, 25, 45, 0.88));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.hero-career-strip-heading {
  padding: 20px 22px;
  background: rgba(24, 208, 236, 0.08);
}

.hero-career-strip-heading .eyebrow { margin: 0 0 5px; color: #58e3fa; }
.hero-career-strip-heading h2 { margin: 0; color: #fff; font-size: clamp(22px, 2.2vw, 31px); line-height: 1.05; }
.hero-career-strip-heading > p:last-child { margin: 8px 0 0; color: #b8c8d9; font-size: 12px; line-height: 1.5; }

.hero-career-strip-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hero-career-strip-list span {
  display: flex;
  min-height: 66px;
  align-items: center;
  padding: 13px 15px;
  border-left: 1px solid rgba(123, 211, 235, 0.18);
  border-bottom: 1px solid rgba(123, 211, 235, 0.13);
  color: #edfaff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-career-strip-list span:nth-last-child(-n + 5) { border-bottom: 0; }

.hero-career-strip-wrap--network .hero-career-strip { border-color: rgba(93, 155, 255, 0.36); border-top-color: #5d9bff; background: linear-gradient(105deg, rgba(8, 36, 67, 0.97), rgba(12, 25, 50, 0.9)); }
.hero-career-strip-wrap--network .hero-career-strip-heading { background: rgba(75, 140, 255, 0.09); }
.hero-career-strip-wrap--network .hero-career-strip-heading .eyebrow { color: #82b3ff; }
.hero-career-strip-wrap--security .hero-career-strip { border-color: rgba(48, 215, 125, 0.32); border-top-color: #30d77d; background: linear-gradient(105deg, rgba(5, 43, 42, 0.97), rgba(10, 25, 43, 0.9)); }
.hero-career-strip-wrap--security .hero-career-strip-heading { background: rgba(48, 215, 125, 0.08); }
.hero-career-strip-wrap--security .hero-career-strip-heading .eyebrow { color: #54e69a; }

.bootcamp-payment-section {
  padding: 56px 0 22px;
  background:
    radial-gradient(circle at 82% 20%, rgba(33, 211, 235, 0.11), transparent 30%),
    linear-gradient(135deg, #061c2a, #0b1328 58%, #151c40);
}

.bootcamp-payment-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.7fr);
  gap: 24px;
  align-items: end;
}

.bootcamp-payment-heading h2 { margin: 6px 0 0; color: #fff; font-size: clamp(31px, 3.5vw, 44px); }
.bootcamp-total-fee { padding: 18px 22px; border: 1px solid rgba(54, 218, 242, 0.28); border-radius: 12px; background: rgba(29, 194, 221, 0.08); text-align: right; }
.bootcamp-total-fee span, .bootcamp-total-fee strong, .bootcamp-total-fee small { display: block; }
.bootcamp-total-fee span { color: #50dcf2; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.bootcamp-total-fee strong { margin-top: 4px; color: #fff; font-size: clamp(28px, 3vw, 40px); line-height: 1; }
.bootcamp-total-fee small { margin-top: 7px; color: #bdcad8; }

.bootcamp-payment-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.bootcamp-payment-option { position: relative; min-height: 195px; padding: 22px 24px; border: 1px solid rgba(161, 182, 207, 0.2); border-radius: 13px; background: rgba(255, 255, 255, 0.035); }
.bootcamp-payment-option--featured { border-color: #26d7ef; background: linear-gradient(135deg, rgba(20, 187, 215, 0.17), rgba(10, 50, 72, 0.34)); }
.bootcamp-payment-tag { position: absolute; top: 0; right: 20px; transform: translateY(-50%); padding: 6px 11px; border-radius: 5px; background: #31d7f5; color: #062131; font-size: 10px; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; }
.bootcamp-payment-option > p:first-of-type { margin: 0; color: #9caec1; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.bootcamp-payment-option > div { display: flex; align-items: baseline; gap: 6px; margin-top: 14px; color: #fff; }
.bootcamp-payment-option > div strong { font-size: clamp(39px, 4.5vw, 54px); line-height: 0.95; }
.bootcamp-payment-option > div small { color: #b6c8d9; font-size: 14px; font-weight: 800; }
.bootcamp-payment-option em { display: inline-block; margin-top: 14px; color: #4fe0f6; font-size: 13px; font-style: normal; font-weight: 800; }
.bootcamp-payment-option .bootcamp-payment-detail { max-width: 520px; margin: 12px 0 0; color: #b8c6d5; font-size: 12px; line-height: 1.55; }

.bootcamp-payment-included { display: grid; grid-template-columns: minmax(210px, 0.6fr) minmax(0, 2fr); gap: 14px; margin-top: 18px; }
.bootcamp-payment-included > div { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border: 1px solid rgba(161, 182, 207, 0.18); border-radius: 9px; background: rgba(255, 255, 255, 0.035); }
.bootcamp-payment-included > div span { color: #b8c6d5; font-size: 12px; }
.bootcamp-payment-included > div strong { color: #42ddf5; font-size: 20px; }
.bootcamp-payment-included ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bootcamp-payment-included li { display: flex; align-items: center; padding: 10px 13px; border: 1px solid rgba(161, 182, 207, 0.18); border-radius: 7px; background: rgba(255, 255, 255, 0.045); color: #dbe7f0; font-size: 11px; font-weight: 700; }
.bootcamp-payment-note { margin: 16px 0 0; color: #8fa2b6; font-size: 11px; line-height: 1.55; }

.course-detail-section--before-payment { padding-bottom: 42px; }
.diploma-payment-section { padding-top: 54px; }
.diploma-payment-section--network { background: radial-gradient(circle at 82% 18%, rgba(75, 140, 255, 0.13), transparent 30%), linear-gradient(135deg, #071b2c, #0c1830 58%, #142143); }
.diploma-payment-section--network .bootcamp-payment-option--featured { border-color: #4b8cff; background: linear-gradient(135deg, rgba(52, 111, 224, 0.2), rgba(11, 39, 76, 0.38)); }
.diploma-payment-section--network .bootcamp-payment-tag { background: #4b8cff; color: #fff; }
.diploma-payment-section--network .bootcamp-payment-option em,
.diploma-payment-section--network .bootcamp-payment-included > div strong { color: #75a9ff; }
.diploma-payment-section--security { background: radial-gradient(circle at 82% 18%, rgba(48, 215, 125, 0.12), transparent 30%), linear-gradient(135deg, #061f20, #0b1726 58%, #10233a); }
.diploma-payment-section--security .bootcamp-payment-option--featured { border-color: #30d77d; background: linear-gradient(135deg, rgba(25, 175, 96, 0.18), rgba(8, 57, 47, 0.36)); }
.diploma-payment-section--security .bootcamp-payment-tag { background: #30d77d; color: #052516; }
.diploma-payment-section--security .bootcamp-payment-option em,
.diploma-payment-section--security .bootcamp-payment-included > div strong { color: #42e992; }
.job-ready-payment-section { padding-top: 54px; }
.job-ready-payment-section--network { background: radial-gradient(circle at 82% 18%, rgba(75, 140, 255, 0.13), transparent 30%), linear-gradient(135deg, #071b2c, #0c1830 58%, #142143); }
.job-ready-payment-section--network .bootcamp-payment-option--featured { border-color: #4b8cff; background: linear-gradient(135deg, rgba(52, 111, 224, 0.2), rgba(11, 39, 76, 0.38)); }
.job-ready-payment-section--network .bootcamp-payment-tag { background: #4b8cff; color: #fff; }
.job-ready-payment-section--network .bootcamp-payment-option em,
.job-ready-payment-section--network .bootcamp-payment-included > div strong { color: #75a9ff; }
.job-ready-payment-section--infrastructure { background: radial-gradient(circle at 82% 18%, rgba(112, 118, 255, 0.13), transparent 30%), linear-gradient(135deg, #081a2b, #10172d 58%, #1b2046); }
.job-ready-payment-section--infrastructure .bootcamp-payment-option--featured { border-color: #777cff; background: linear-gradient(135deg, rgba(88, 91, 221, 0.2), rgba(24, 31, 81, 0.38)); }
.job-ready-payment-section--infrastructure .bootcamp-payment-tag { background: #777cff; color: #fff; }
.job-ready-payment-section--infrastructure .bootcamp-payment-option em,
.job-ready-payment-section--infrastructure .bootcamp-payment-included > div strong { color: #9fa2ff; }
.workshop-payment-section { padding-top: 54px; }
.workshop-payment-options { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); gap: 16px; margin-top: 20px; }
.workshop-payment-policy { display: grid; gap: 8px; padding: 16px; border: 1px solid rgba(161, 182, 207, 0.2); border-radius: 13px; background: rgba(255, 255, 255, 0.035); }
.workshop-payment-policy > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 14px; border-radius: 8px; background: rgba(255, 255, 255, 0.04); }
.workshop-payment-policy span { color: #aebed0; font-size: 11px; }
.workshop-payment-policy strong { color: #fff; font-size: 13px; text-align: right; }
.workshop-payment-policy > div:first-child strong { color: #4fe0f6; font-size: 18px; }
.workshop-payment-section--network { background: radial-gradient(circle at 82% 18%, rgba(75, 140, 255, 0.13), transparent 30%), linear-gradient(135deg, #071b2c, #0c1830 58%, #142143); }
.workshop-payment-section--network .bootcamp-payment-option--featured { border-color: #4b8cff; background: linear-gradient(135deg, rgba(52, 111, 224, 0.2), rgba(11, 39, 76, 0.38)); }
.workshop-payment-section--network .bootcamp-payment-tag { background: #4b8cff; color: #fff; }
.workshop-payment-section--network .bootcamp-payment-option em,
.workshop-payment-section--network .bootcamp-payment-included > div strong,
.workshop-payment-section--network .workshop-payment-policy > div:first-child strong { color: #75a9ff; }
.workshop-payment-section--security { background: radial-gradient(circle at 82% 18%, rgba(48, 215, 125, 0.12), transparent 30%), linear-gradient(135deg, #061f20, #0b1726 58%, #10233a); }
.workshop-payment-section--security .bootcamp-payment-option--featured { border-color: #30d77d; background: linear-gradient(135deg, rgba(25, 175, 96, 0.18), rgba(8, 57, 47, 0.36)); }
.workshop-payment-section--security .bootcamp-payment-tag { background: #30d77d; color: #052516; }
.workshop-payment-section--security .bootcamp-payment-option em,
.workshop-payment-section--security .bootcamp-payment-included > div strong,
.workshop-payment-section--security .workshop-payment-policy > div:first-child strong { color: #42e992; }
.standard-bootcamp-payment-section { padding-top: 54px; }
.standard-bootcamp-payment-section--network { background: radial-gradient(circle at 82% 18%, rgba(75, 140, 255, 0.13), transparent 30%), linear-gradient(135deg, #071b2c, #0c1830 58%, #142143); }
.standard-bootcamp-payment-section--network .bootcamp-payment-option--featured { border-color: #4b8cff; background: linear-gradient(135deg, rgba(52, 111, 224, 0.2), rgba(11, 39, 76, 0.38)); }
.standard-bootcamp-payment-section--network .bootcamp-payment-tag { background: #4b8cff; color: #fff; }
.standard-bootcamp-payment-section--network .bootcamp-payment-option em,
.standard-bootcamp-payment-section--network .bootcamp-payment-included > div strong { color: #75a9ff; }
.microsoft-programme-payment-section { padding-top: 54px; }
.microsoft-programme-payment-section--security { background: radial-gradient(circle at 82% 18%, rgba(48, 215, 125, 0.12), transparent 30%), linear-gradient(135deg, #061f20, #0b1726 58%, #10233a); }
.microsoft-programme-payment-section--security .bootcamp-payment-option--featured { border-color: #30d77d; background: linear-gradient(135deg, rgba(25, 175, 96, 0.18), rgba(8, 57, 47, 0.36)); }
.microsoft-programme-payment-section--security .bootcamp-payment-tag { background: #30d77d; color: #052516; }
.microsoft-programme-payment-section--security .bootcamp-payment-option em,
.microsoft-programme-payment-section--security .bootcamp-payment-included > div strong { color: #42e992; }
.certificate-payment-section { padding-top: 54px; }
.certificate-payment-section--network { background: radial-gradient(circle at 82% 18%, rgba(75, 140, 255, 0.13), transparent 30%), linear-gradient(135deg, #071b2c, #0c1830 58%, #142143); }
.certificate-payment-section--network .bootcamp-payment-option--featured { border-color: #4b8cff; background: linear-gradient(135deg, rgba(52, 111, 224, 0.2), rgba(11, 39, 76, 0.38)); }
.certificate-payment-section--network .bootcamp-payment-tag { background: #4b8cff; color: #fff; }
.certificate-payment-section--network .bootcamp-payment-option em,
.certificate-payment-section--network .bootcamp-payment-included > div strong { color: #75a9ff; }
.certificate-payment-section--security { background: radial-gradient(circle at 82% 18%, rgba(48, 215, 125, 0.12), transparent 30%), linear-gradient(135deg, #061f20, #0b1726 58%, #10233a); }
.certificate-payment-section--security .bootcamp-payment-option--featured { border-color: #30d77d; background: linear-gradient(135deg, rgba(25, 175, 96, 0.18), rgba(8, 57, 47, 0.36)); }
.certificate-payment-section--security .bootcamp-payment-tag { background: #30d77d; color: #052516; }
.certificate-payment-section--security .bootcamp-payment-option em,
.certificate-payment-section--security .bootcamp-payment-included > div strong { color: #42e992; }
.aws-programme-payment-section { padding-top: 54px; background: radial-gradient(circle at 82% 18%, rgba(255, 153, 0, 0.14), transparent 30%), linear-gradient(135deg, #101a28, #121827 58%, #202033); }
.aws-programme-payment-section .bootcamp-total-fee { border-color: rgba(255, 169, 48, 0.34); background: rgba(255, 153, 0, 0.08); }
.aws-programme-payment-section .bootcamp-total-fee span,
.aws-programme-payment-section .bootcamp-payment-option em,
.aws-programme-payment-section .bootcamp-payment-included > div strong,
.aws-programme-payment-section .workshop-payment-policy > div:first-child strong { color: #ffb84d; }
.aws-programme-payment-section .bootcamp-payment-option--featured { border-color: #ff9900; background: linear-gradient(135deg, rgba(255, 153, 0, 0.17), rgba(64, 42, 8, 0.28)); }
.aws-programme-payment-section .bootcamp-payment-tag { background: #ff9900; color: #151006; }
.cisco-programme-payment-section { padding-top: 54px; background: radial-gradient(circle at 82% 18%, rgba(4, 159, 217, 0.16), transparent 30%), linear-gradient(135deg, #061b2b, #0b1729 58%, #112a42); }
.cisco-programme-payment-section .bootcamp-total-fee { border-color: rgba(4, 159, 217, 0.38); background: rgba(4, 159, 217, 0.09); }
.cisco-programme-payment-section .bootcamp-total-fee span,
.cisco-programme-payment-section .bootcamp-payment-option em,
.cisco-programme-payment-section .bootcamp-payment-included > div strong { color: #50cbea; }
.cisco-programme-payment-section .bootcamp-payment-option--featured { border-color: #049fd9; background: linear-gradient(135deg, rgba(4, 159, 217, 0.18), rgba(7, 56, 83, 0.34)); }
.cisco-programme-payment-section .bootcamp-payment-tag { background: #049fd9; color: #fff; }

.diploma-optional-fee {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px dashed rgba(161, 182, 207, 0.34);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
}

.diploma-optional-fee span, .diploma-optional-fee strong { display: block; }
.diploma-optional-fee > div:first-child > span { color: #91a4b9; font-size: 9px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.diploma-optional-fee > div:first-child > strong { margin-top: 4px; color: #fff; font-size: 16px; }
.diploma-optional-fee p { max-width: 760px; margin: 5px 0 0; color: #91a4b9; font-size: 10px; line-height: 1.5; }
.diploma-optional-fee > div:last-child { text-align: right; }
.diploma-optional-fee > div:last-child strong { color: #fff; font-size: 24px; }
.diploma-optional-fee > div:last-child span { margin-top: 3px; color: #7f94a9; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.bootcamp-payment-help {
  position: relative;
  z-index: 2;
  padding: 24px 0;
  border-top: 1px solid #d7e9f1;
  border-bottom: 1px solid #d7e9f1;
  background: linear-gradient(105deg, #fff, #f1f9fc 62%, #e7f7fb);
}

.bootcamp-payment-help-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.bootcamp-payment-help h2 { margin: 5px 0 0; color: #07192d; font-size: clamp(21px, 2.4vw, 30px); line-height: 1.12; }
.bootcamp-payment-help p:last-child { max-width: 760px; margin: 8px 0 0; color: #516277; line-height: 1.55; }
.bootcamp-payment-help .button { min-width: 225px; text-align: center; }

.bootcamp-payment-help + .course-cta { padding: 48px 0; }
.bootcamp-payment-help + .course-cta h2 { font-size: clamp(34px, 4.2vw, 48px); line-height: 1.04; }
.vendor-course-map--aws .vendor-course-proof strong { color: #9a5700; }
.vendor-course-map--cisco .vendor-course-proof strong { color: #00769f; }
.vendor-course-proof span { margin-top: 5px; color: #536277; font-size: 11px; }

.vendor-architecture-board {
  padding: 18px;
  border: 1px solid rgba(0, 103, 184, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 58px rgba(7, 35, 71, 0.09);
}

.vendor-architecture-stage { border: 1px solid rgba(0, 120, 212, 0.2); background: #f7fbff; }
.vendor-architecture-stage > span, .vendor-architecture-grid article > span {
  display: block;
  padding: 8px 10px;
  color: #fff;
  background: #0078d4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vendor-course-map--aws .vendor-architecture-stage > span,
.vendor-course-map--aws .vendor-architecture-grid article > span { background: #9a5700; }
.vendor-course-map--cisco .vendor-architecture-stage > span,
.vendor-course-map--cisco .vendor-architecture-grid article > span { background: #00769f; }

.vendor-cert-track, .vendor-career-track {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 12px;
}

.vendor-cert-track > div {
  flex: 1 1 150px;
  padding: 10px;
  border: 1px solid rgba(0, 120, 212, 0.18);
  background: #fff;
  text-align: center;
}

.vendor-cert-track strong, .vendor-cert-track small { display: block; }
.vendor-cert-track strong { color: #0067b8; font-size: 15px; }
.vendor-cert-track small { margin-top: 4px; color: #536277; font-size: 10px; line-height: 1.3; }

.vendor-architecture-arrow {
  height: 28px;
  color: #0078d4;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  animation: architecture-vendor-arrow-flow 1.1s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

@keyframes architecture-vendor-arrow-flow {
  0%, 100% {
    opacity: 0.2;
    filter: drop-shadow(0 0 0 transparent);
    transform: translateY(-4px);
  }
  45% {
    opacity: 1;
    filter: drop-shadow(0 0 5px currentColor);
    transform: translateY(4px);
  }
}
.vendor-architecture-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.vendor-architecture-grid article { min-width: 0; border: 1px solid rgba(7, 35, 71, 0.14); background: #fff; }
.vendor-architecture-grid h3 { margin: 12px 12px 8px; color: #07172b; font-size: 18px; }
.vendor-architecture-grid ul { margin: 0; padding: 0 14px 14px 28px; }
.vendor-architecture-grid li { margin: 6px 0; color: #4d5d72; font-size: 11px; line-height: 1.35; }
.vendor-career-track strong { flex: 1 1 170px; padding: 9px; border: 1px solid rgba(16, 124, 16, 0.18); background: #fff; color: #245224; font-size: 11px; text-align: center; }
.vendor-course-map-note { margin: 14px 0 0; padding-left: 13px; border-left: 3px solid #0078d4; color: #607087; font-size: 12px; line-height: 1.55; }

.vendor-curriculum-card > ul { columns: 2; column-gap: 34px; }
.vendor-career-list { display: flex; gap: 7px; flex-wrap: wrap; padding: 0 !important; list-style: none; }
.vendor-career-list li { margin: 0 !important; padding: 7px 9px; border: 1px solid rgba(0, 120, 212, 0.16); border-radius: 7px; background: #eef7ff; font-size: 11px; font-weight: 800; }

.course-architecture {
  padding-top: 74px;
  padding-bottom: 74px;
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 120, 212, 0.1), transparent 30%),
    linear-gradient(180deg, #f7fbff, #edf4fb);
}

.course-architecture-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 26px;
}

.course-architecture-heading h2 {
  max-width: 780px;
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
}

.course-architecture-heading > p {
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.programme-proof-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.programme-proof-grid > div {
  min-width: 0;
  padding: 15px 11px;
  border-top: 4px solid #0078d4;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 35, 71, 0.07);
  text-align: center;
}

.programme-proof-grid strong,
.programme-proof-grid span {
  display: block;
}

.programme-proof-grid strong {
  color: #0067b8;
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 1.05;
}

.programme-proof-grid span {
  margin-top: 6px;
  color: #536277;
  font-size: 10px;
  line-height: 1.35;
}

.architecture-board {
  position: relative;
  padding: clamp(16px, 2.2vw, 26px);
  border: 1px solid rgba(0, 103, 184, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 64px rgba(7, 35, 71, 0.1);
}

.architecture-stage {
  position: relative;
  padding: 46px 16px 16px;
  border: 1px solid rgba(0, 103, 184, 0.2);
  background: #ffffff;
}

.architecture-stage + .architecture-stage {
  margin-top: 20px;
}

.architecture-stage-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 34px;
  padding: 8px 13px;
  color: #ffffff;
  background: #0067b8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.architecture-foundation-grid,
.architecture-domain-grid,
.architecture-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.architecture-foundation-grid > div {
  display: grid;
  min-height: 78px;
  place-content: center;
  padding: 12px;
  border: 1px solid rgba(0, 120, 212, 0.24);
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fcff, #eaf5ff);
  text-align: center;
}

.architecture-foundation-grid strong {
  color: #0067b8;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.architecture-foundation-grid span {
  margin-top: 3px;
  color: #4e5f75;
  font-size: 11px;
  line-height: 1.35;
}

.architecture-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 28px;
  padding: 0 8%;
}

.architecture-flow span {
  position: relative;
}

.architecture-flow span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #71aee0;
  transform: translateX(-50%);
}

.architecture-flow span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0067b8;
  border-bottom: 2px solid #0067b8;
  transform: translateX(-50%) rotate(45deg);
}

/* Highlight the learning flow across every course architecture diagram. */
.course-architecture .architecture-flow {
  --architecture-arrow-glow: #0078d4;
}

.course-architecture .architecture-flow--outcomes {
  --architecture-arrow-glow: #107c10;
}

.course-architecture .architecture-flow span::before {
  animation: architecture-arrow-shaft-flow 1.1s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

.course-architecture .architecture-flow span::after {
  animation: architecture-arrow-head-flow 1.1s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

.course-architecture .architecture-flow span:nth-child(2)::before,
.course-architecture .architecture-flow span:nth-child(2)::after { animation-delay: 0.12s; }

.course-architecture .architecture-flow span:nth-child(3)::before,
.course-architecture .architecture-flow span:nth-child(3)::after { animation-delay: 0.24s; }

.course-architecture .architecture-flow span:nth-child(4)::before,
.course-architecture .architecture-flow span:nth-child(4)::after { animation-delay: 0.36s; }

@keyframes architecture-arrow-shaft-flow {
  0%, 100% {
    opacity: 0.2;
    filter: drop-shadow(0 0 0 transparent);
    transform: translateX(-50%) translateY(-4px);
  }
  45% {
    opacity: 1;
    filter: drop-shadow(0 0 5px var(--architecture-arrow-glow));
    transform: translateX(-50%) translateY(4px);
  }
}

@keyframes architecture-arrow-head-flow {
  0%, 100% {
    opacity: 0.2;
    filter: drop-shadow(0 0 0 transparent);
    transform: translateX(-50%) translateY(-4px) rotate(45deg);
  }
  45% {
    opacity: 1;
    filter: drop-shadow(0 0 5px var(--architecture-arrow-glow));
    transform: translateX(-50%) translateY(4px) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vendor-architecture-arrow,
  .course-architecture .architecture-flow span::before,
  .course-architecture .architecture-flow span::after {
    animation: none;
  }
}

.architecture-domain {
  min-width: 0;
  padding: 14px;
  border-top: 4px solid #0078d4;
  background: #f5f9fd;
}

.architecture-domain:nth-child(2) { border-top-color: #5c2d91; }
.architecture-domain:nth-child(3) { border-top-color: #008272; }
.architecture-domain:nth-child(4) { border-top-color: #d83b01; }

.architecture-domain h3 {
  margin: 0;
  color: #07172b;
  font-size: 17px;
  line-height: 1.2;
}

.architecture-domain > p {
  margin: 5px 0 10px;
  color: #0067b8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.architecture-domain ul {
  margin: 0;
  padding-left: 16px;
}

.architecture-domain li {
  margin: 5px 0;
  color: #43536a;
  font-size: 11px;
  line-height: 1.35;
}

.architecture-tools {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(7, 35, 71, 0.12);
}

.architecture-tools span {
  padding: 4px 6px;
  border-radius: 4px;
  color: #17446b;
  background: #dceeff;
  font-size: 9px;
  font-weight: 800;
}

.architecture-stage--practice {
  margin-top: 0;
  border-color: rgba(16, 124, 16, 0.28);
  background: #f4fbf4;
}

.architecture-stage--practice .architecture-stage-label {
  background: #107c10;
}

.architecture-practice-line {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.architecture-practice-line span {
  flex: 1 1 118px;
  padding: 8px 7px;
  border: 1px solid rgba(16, 124, 16, 0.22);
  background: #ffffff;
  color: #245224;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.architecture-stage--practice > p {
  margin: 12px 0 0;
  color: #496349;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.architecture-flow--outcomes span::before { background: #73b873; }
.architecture-flow--outcomes span::after { border-color: #107c10; }

.architecture-stage--outcomes {
  margin-top: 0;
  border-color: rgba(92, 45, 145, 0.26);
}

.architecture-stage--outcomes .architecture-stage-label {
  background: #5c2d91;
}

.architecture-outcome-grid article {
  min-width: 0;
  padding: 13px;
  border-left: 4px solid #5c2d91;
  background: #f7f2fb;
}

.architecture-outcome-grid strong {
  display: block;
  color: #29133f;
  font-size: 13px;
  line-height: 1.3;
}

.architecture-outcome-grid span {
  display: block;
  margin-top: 6px;
  color: #5c4c69;
  font-size: 10px;
  line-height: 1.45;
}

.architecture-support {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(7, 35, 71, 0.16);
  background: rgba(7, 35, 71, 0.16);
}

.architecture-support > div {
  padding: 12px;
  background: #f2f5f8;
}

.architecture-support strong,
.architecture-support span {
  display: block;
}

.course-architecture--network {
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 120, 212, 0.12), transparent 30%),
    linear-gradient(180deg, #f7fbff, #edf4fb);
}

.course-architecture--network .architecture-stage--practice {
  border-color: rgba(0, 120, 212, 0.28);
  background: #eef7ff;
}

.course-architecture--network .architecture-stage--practice .architecture-stage-label {
  background: #0078d4;
}

.course-architecture--network .architecture-flow--outcomes span::before { background: #71aee0; }
.course-architecture--network .architecture-flow--outcomes span::after { border-color: #0078d4; }

.course-architecture--security {
  background:
    radial-gradient(circle at 88% 0%, rgba(92, 45, 145, 0.13), transparent 32%),
    linear-gradient(180deg, #fbf8fd, #f2eef8);
}

.course-architecture--security .programme-proof-grid > div {
  border-top-color: #5c2d91;
}

.course-architecture--security .programme-proof-grid strong {
  color: #5c2d91;
}

.course-architecture--security .architecture-board {
  border-color: rgba(92, 45, 145, 0.22);
}

.course-architecture--security .architecture-stage-label {
  background: #5c2d91;
}

.course-architecture--security .architecture-stage--practice {
  border-color: rgba(216, 59, 1, 0.26);
  background: #fff5f0;
}

.course-architecture--security .architecture-stage--practice .architecture-stage-label {
  background: #d83b01;
}

.course-architecture--security .architecture-practice-line span {
  border-color: rgba(216, 59, 1, 0.22);
  color: #6d2a10;
}

.course-architecture--security .architecture-stage--practice > p {
  color: #71422f;
}

.course-architecture--security .architecture-flow--outcomes span::before { background: #d49f88; }
.course-architecture--security .architecture-flow--outcomes span::after { border-color: #d83b01; }

.architecture-support strong {
  color: #07172b;
  font-size: 11px;
  text-transform: uppercase;
}

.architecture-support span {
  margin-top: 4px;
  color: #536277;
  font-size: 10px;
  line-height: 1.45;
}

.course-cta {
  padding: 70px 0;
}

.course-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.course-cta h2 {
  max-width: 700px;
  color: var(--white);
}

@media (max-width: 900px) {
  .course-detail-section { padding: 52px 0; }

  .course-page-body .container {
    width: min(100% - 40px, 1180px);
  }

  .course-hero {
    min-height: auto;
    padding-top: 170px;
  }

  .course-hero-grid > div:first-child {
    padding-top: 0;
  }

  .course-facts {
    align-self: stretch;
    margin-top: 0;
  }

  .pcg-partner-card {
    grid-template-columns: 128px minmax(0, 1fr);
    max-width: 560px;
  }

  .pcg-lecturer-photo {
    width: 128px;
    height: 164px;
  }

  .course-hero-art {
    width: 100%;
    height: 300px;
    opacity: 0.24;
  }

  .course-hero-grid,
  .course-detail-grid,
  .course-cta-inner,
  .pcg-gallery-layout,
  .azure-certification-heading,
  .azure-exam-grid {
    grid-template-columns: 1fr;
  }

  .course-architecture-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .architecture-foundation-grid,
  .architecture-domain-grid,
  .architecture-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-support {
    grid-template-columns: 1fr;
  }

  .programme-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vendor-course-map-heading { grid-template-columns: 1fr; gap: 12px; }
  .vendor-course-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vendor-architecture-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-career-strip { grid-template-columns: 1fr; }
  .hero-career-strip-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-career-strip-list span { border-bottom: 1px solid rgba(123, 211, 235, 0.13); }
  .bootcamp-payment-heading { grid-template-columns: 1fr; align-items: start; }
  .bootcamp-total-fee { text-align: left; }
  .bootcamp-payment-included { grid-template-columns: 1fr; }
  .bootcamp-payment-help-inner { grid-template-columns: 1fr; gap: 20px; }
  .bootcamp-payment-help .button { justify-self: start; }
  .diploma-demand-highlight-inner { grid-template-columns: 1fr; gap: 12px; }
  .diploma-demand-highlight p { max-width: 760px; }
  .cloud-student-exam-discount { grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.6fr); }
  .cloud-student-exam-discount > a { grid-column: 1 / -1; justify-self: start; }

  .azure-certification-heading {
    gap: 16px;
  }

  .microsoft-course-track .azure-exam-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcg-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 190px;
  }

  .pcg-gallery-heading h2,
  .pcg-gallery-heading > p {
    max-width: 720px;
  }

  .course-cta-inner {
    display: grid;
  }
}

/* Diploma curricula remain fully visible, with aligned phase cards. */
.curriculum-phases--expanded { gap: 20px; align-items: stretch; }
.curriculum-phases--expanded .curriculum-phase {
  min-width: 0; margin: 0; padding: 0; overflow: hidden;
  border: 1px solid #d3dfe9; border-radius: 8px; background: #f7fafc;
}
.curriculum-phases--expanded .curriculum-phase > h3 {
  margin: 0; padding: 17px 20px; min-height: 76px;
  display: flex; align-items: center; background: #173b59; color: #fff;
  border-bottom: 3px solid #c5a462; font-size: 16px; font-weight: 650; line-height: 1.45;
}
.curriculum-phases--expanded .curriculum-phase > ol { padding: 16px 24px 20px 44px; }
.curriculum-phases--expanded .curriculum-phase li { font-size: 15px; line-height: 1.6; margin: 8px 0; }
#complete-curriculum { scroll-margin-top: 130px; }
@media (max-width: 760px) {
  .curriculum-phases--expanded { grid-template-columns: minmax(0, 1fr); }
  .curriculum-phases--expanded .curriculum-phase > h3 { min-height: 0; padding: 16px 18px; }
  .curriculum-phases--expanded .curriculum-phase > ol { padding: 12px 20px 18px 40px; }
}

/* BSc Cloud Computing, Cybersecurity and integrated AI pathway */
.bsc-course-page {
  --bsc-ink: #062f35;
  --bsc-teal: #16a98f;
  --bsc-mint: #44d9b9;
  --bsc-gold: #f0c96a;
}

.bsc-course-hero {
  background: linear-gradient(135deg, #031e29 0%, #073943 58%, #0a2939 100%);
}

.bsc-course-page .bsc-course-hero .course-hero-art::after {
  background: linear-gradient(90deg, rgba(3, 30, 41, .96) 0%, rgba(3, 30, 41, .82) 52%, rgba(3, 30, 41, .38) 100%);
}

.bsc-course-page .bsc-course-hero h1 {
  max-width: 890px;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: .96;
}

.bsc-course-page .fit-hero-subheading,
.bsc-course-page .course-facts strong,
.bsc-course-page .fit-roadmap-stage > span {
  color: var(--bsc-mint);
}

.bsc-proposal-notice {
  padding: 22px 0;
  color: #fff;
  background: #0a4148;
  border-top: 1px solid rgba(240, 201, 106, .55);
  border-bottom: 1px solid rgba(240, 201, 106, .55);
}

.bsc-proposal-notice .container {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.bsc-proposal-notice strong {
  color: var(--bsc-gold);
  font-size: 17px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bsc-proposal-notice p { margin: 0; color: #d9ecec; line-height: 1.65; }
.bsc-audience-card { border-top-color: var(--bsc-teal); }
.bsc-course-architecture { background: #07333d; }

.bsc-phase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.bsc-phase-grid .fit-roadmap-stage {
  min-height: 220px;
  border-color: rgba(68, 217, 185, .28);
  background: rgba(255, 255, 255, .055);
}

.bsc-phase-grid .bsc-final-stage { border-color: rgba(240, 201, 106, .68); }
.bsc-curriculum-section { background: #f3f8f7; }
.bsc-module-grid .fit-module-card h3 { background: linear-gradient(120deg, #087a70, #0c5564); }
.bsc-project-section { background: #062f35; }

.bsc-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.bsc-project-grid span {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px;
  color: #fff;
  font-weight: 750;
  line-height: 1.35;
  border: 1px solid rgba(68, 217, 185, .3);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.bsc-certification-section { background: #10384a; }

.bsc-progression-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  margin: 34px 0 26px;
}

.bsc-progression-track article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 176px;
  padding: 22px;
  border: 1px solid #cbdeda;
  border-radius: 8px;
  background: #fff;
}

.bsc-progression-track article > span { color: #087a70; font-weight: 800; }
.bsc-progression-track article > strong { color: #062f35; font-size: 19px; line-height: 1.2; }
.bsc-progression-track article > small { color: #65787b; line-height: 1.5; }
.bsc-progression-track > i { align-self: center; color: #087a70; font-size: 24px; font-style: normal; text-align: center; }
.bsc-progression-track .bsc-current-stage { color: #fff; border-color: #087a70; background: #087a70; }
.bsc-progression-track .bsc-current-stage > span,
.bsc-progression-track .bsc-current-stage > strong,
.bsc-progression-track .bsc-current-stage > small { color: #fff; }
.bsc-payment-section { background: linear-gradient(135deg, #062f35, #0a4950); }

@media (max-width: 980px) {
  .bsc-phase-grid,
  .bsc-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bsc-progression-track { grid-template-columns: 1fr; }
  .bsc-progression-track > i { transform: rotate(90deg); }
  .bsc-progression-track article { min-height: 0; }
}

@media (max-width: 640px) {
  .bsc-course-page .bsc-course-hero h1 { font-size: 42px; }
  .bsc-proposal-notice .container { grid-template-columns: 1fr; gap: 8px; }
  .bsc-phase-grid,
  .bsc-project-grid { grid-template-columns: 1fr; }
  .bsc-phase-grid .fit-roadmap-stage { min-height: 0; }
}

/* FIT Foundation course page. Extends the shared course template without changing other courses. */
.fit-course-page .fit-course-hero h1 {
  max-width: 900px;
  font-size: clamp(44px, 5.8vw, 78px);
}

.fit-course-page .fit-course-hero .course-hero-art.dynamic-course-art {
  background-image:
    linear-gradient(90deg, rgba(7, 26, 47, 0.76) 0%, rgba(7, 26, 47, 0.52) 45%, rgba(7, 26, 47, 0.28) 72%, rgba(7, 26, 47, 0.42) 100%),
    linear-gradient(0deg, rgba(7, 26, 47, 0.2), rgba(7, 26, 47, 0.02)),
    var(--course-photo-image);
  background-position: center, center, center 46%;
  filter: saturate(0.92) contrast(1.04) brightness(1.08);
}

.fit-course-page .fit-course-hero .fit-hero-subheading {
  margin: -2px 0 14px;
  color: #ffffff;
  font-size: clamp(21px, 2.5vw, 30px);
  font-weight: 900;
  line-height: 1.2;
}

.fit-course-page .fit-course-hero .fit-hero-pathway {
  display: flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 24px 0 0;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(7, 26, 47, 0.56);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.fit-course-page .fit-hero-pathway span {
  color: var(--cyan);
}

.fit-course-page .fit-pathway-highlight {
  border-color: #c9dff0;
  background: linear-gradient(105deg, #f3f9fe, #ffffff 58%, #edf6fc);
}

.fit-course-page .fit-pathway-highlight span {
  background: #0b5d91;
}

.fit-overview-section {
  padding: 78px 0;
  background: #ffffff;
}

.fit-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 54px;
  align-items: start;
}

.fit-overview-copy h2,
.fit-audience-card h2,
.fit-section-heading h2,
.fit-certification-copy h2 {
  margin: 8px 0 0;
  color: #07192d;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
}

.fit-overview-copy > p:not(.eyebrow),
.fit-section-heading > p:not(.eyebrow),
.fit-certification-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.fit-audience-card {
  padding: 30px;
  border: 1px solid #cbdbea;
  border-top: 4px solid #0b75c9;
  background: #f7fbff;
  box-shadow: 0 20px 48px rgba(7, 35, 71, 0.08);
}

.fit-audience-card h2 {
  font-size: 30px;
}

.fit-audience-card ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.fit-audience-card li {
  position: relative;
  padding-left: 27px;
  color: #42556a;
  font-size: 14px;
  line-height: 1.55;
}

.fit-audience-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #0878c9;
  font-weight: 900;
}

.fit-course-page .fit-course-architecture {
  border-top: 1px solid #d8e5ef;
}

.fit-course-page .fit-course-architecture .programme-proof-grid > div {
  border-top-color: #0b75c9;
}

.fit-roadmap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
  grid-template-rows: auto 40px auto;
  gap: 0;
}

.fit-roadmap-stage {
  min-width: 0;
  min-height: 210px;
  padding: 24px;
  border: 1px solid #c8dceb;
  border-top: 4px solid #0b75c9;
  background: #ffffff;
}

.fit-roadmap-stage span {
  color: #0878c9;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fit-roadmap-stage h3 {
  margin: 17px 0 0;
  color: #07192d;
  font-size: 22px;
  line-height: 1.15;
}

.fit-roadmap-stage p {
  margin: 14px 0 0;
  color: #586a7d;
  font-size: 13px;
  line-height: 1.6;
}

.fit-roadmap > i {
  display: grid;
  place-items: center;
  color: #0b75c9;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
}

.fit-roadmap > :nth-child(1) { grid-area: 1 / 1; }
.fit-roadmap > :nth-child(2) { grid-area: 1 / 2; }
.fit-roadmap > :nth-child(3) { grid-area: 1 / 3; }
.fit-roadmap > :nth-child(4) { grid-area: 1 / 4; }
.fit-roadmap > :nth-child(5) { grid-area: 1 / 5; }
.fit-roadmap > :nth-child(6) { grid-area: 2 / 5; }
.fit-roadmap > :nth-child(7) { grid-area: 3 / 5; }
.fit-roadmap > :nth-child(8) { grid-area: 3 / 4; }
.fit-roadmap > :nth-child(9) { grid-area: 3 / 3; }
.fit-roadmap > :nth-child(10) { grid-area: 3 / 2; }
.fit-roadmap > :nth-child(11) { grid-area: 3 / 1; }

.fit-curriculum-section {
  padding: 78px 0;
  background: #ffffff;
}

.fit-section-heading {
  max-width: 820px;
  margin-bottom: 32px;
}

.fit-module-card {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #c8dceb;
  background: #f8fbfe;
}

.fit-module-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 62px;
  margin: 0;
  padding: 16px 18px;
  color: #ffffff;
  background: #0878c9;
  font-size: 14px;
  line-height: 1.35;
}

.fit-module-card h3 strong {
  flex: 0 0 auto;
  color: #ffffff;
}

.fit-module-grid ul {
  columns: 2;
  column-gap: 28px;
  margin: 0;
  padding: 14px 18px 18px 34px;
}

.fit-module-grid li {
  break-inside: avoid;
  margin: 7px 0;
  color: #46566c;
  font-size: 13px;
  line-height: 1.4;
}

.fit-module-card > p {
  margin: 14px 18px 0;
  color: #52647a;
  font-size: 13px;
  line-height: 1.55;
}

.fit-outcome-grid,
.fit-assessment-grid,
.fit-skill-grid {
  display: grid;
  gap: 10px;
}

.fit-outcome-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fit-outcome-grid span {
  position: relative;
  min-height: 58px;
  padding: 12px 13px 12px 39px;
  border: 1px solid #d5e3ee;
  background: #f8fbfe;
  color: #42556a;
  font-size: 13px;
  line-height: 1.45;
}

.fit-outcome-grid span::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 14px;
  color: #0878c9;
  font-weight: 900;
}

.fit-assessment-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fit-assessment-grid span,
.fit-skill-grid span {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(0, 120, 212, 0.16);
  border-radius: 4px;
  color: #17446b;
  background: #eef7ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.fit-entry-requirement {
  padding: 16px 18px;
  border-left: 4px solid #0b75c9;
  color: #113d62;
  background: #eef7ff;
}

.fit-skill-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fit-certification-section {
  padding: 68px 0;
  background: #0d2c49;
}

.fit-certification-grid {
  display: block;
}

.fit-certification-copy h2,
.fit-certification-copy > p:not(.eyebrow) {
  color: #ffffff;
}

.fit-certification-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.fit-certificate-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.fit-certificate-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.6fr) minmax(260px, 1fr);
  gap: 8px 28px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.fit-certificate-card strong {
  color: #ffffff;
  font-weight: 900;
}

.fit-certificate-card > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.fit-certificate-card--psb {
  grid-template-columns: minmax(220px, 0.6fr) minmax(260px, 1fr);
}

.fit-certificate-card--psb img {
  grid-column: 2;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 6px;
  padding: 12px;
  border-radius: 4px;
  background: #ffffff;
}

.fit-progression-section {
  padding: 78px 0;
  border-bottom: 1px solid #d7e3ed;
  background: #ffffff;
}

.fit-progression-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr);
  align-items: stretch;
  margin-bottom: 28px;
}

.fit-progression-track article {
  display: flex;
  min-width: 0;
  min-height: 180px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #cbdbea;
  border-top: 4px solid #0b75c9;
  background: #f8fbfe;
}

.fit-progression-track article > span {
  color: #0878c9;
  font-size: 28px;
  font-weight: 900;
}

.fit-progression-track strong {
  margin-top: 20px;
  color: #07192d;
  font-size: 18px;
  line-height: 1.3;
}

.fit-progression-track small {
  margin-top: 8px;
  color: #586a7d;
  font-size: 12px;
  line-height: 1.5;
}

.fit-progression-track > i {
  display: grid;
  place-items: center;
  color: #0b75c9;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
}

.fit-course-page .fit-payment-section {
  background: radial-gradient(circle at 82% 18%, rgba(22, 217, 227, 0.12), transparent 30%), linear-gradient(135deg, #071b2c, #0c2741 58%, #0e3658);
}

.fit-course-page .fit-payment-section .bootcamp-payment-option--featured {
  border-color: #31d7f5;
  background: linear-gradient(135deg, rgba(22, 217, 227, 0.16), rgba(10, 50, 72, 0.34));
}

.fit-course-page .course-cta p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .fit-overview-grid,
  .fit-certification-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .fit-skill-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .fit-roadmap {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .fit-roadmap > :nth-child(n) {
    grid-area: auto;
  }

  .fit-roadmap > i {
    min-height: 42px;
    font-size: 0;
  }

  .fit-roadmap > i::before {
    content: "↓";
    font-size: 24px;
  }

  .fit-roadmap-stage {
    min-height: 0;
  }

  .fit-progression-track {
    grid-template-columns: 1fr;
  }

  .fit-progression-track > i {
    min-height: 44px;
    transform: rotate(90deg);
  }
}

@media (max-width: 640px) {
  .fit-course-page .course-page-body .container,
  .fit-course-page .container {
    width: min(100% - 28px, 1180px);
  }

  .fit-course-page .fit-course-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .fit-overview-section,
  .fit-curriculum-section,
  .fit-progression-section {
    padding: 56px 0;
  }

  .fit-audience-card,
  .fit-roadmap-stage,
  .fit-progression-track article {
    padding: 22px;
  }

  .fit-module-grid ul,
  .fit-outcome-grid,
  .fit-assessment-grid,
  .fit-skill-grid {
    grid-template-columns: 1fr;
    columns: 1;
  }

  .fit-certification-section {
    padding: 54px 0;
  }

  .fit-certificate-card,
  .fit-certificate-card--psb {
    grid-template-columns: 1fr;
  }

  .fit-certificate-card--psb img {
    grid-column: 1;
    padding: 8px;
  }

  .fit-course-page .course-facts {
    gap: 8px;
    padding: 14px;
  }

  .fit-course-page .course-facts > span {
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .fit-course-page .course-actions {
    width: 100%;
  }

  .fit-course-page .course-actions .button {
    width: 100%;
  }
}

/* DITA Diploma course page. Reuses the Degree Pathway system with an indigo data-and-security theme. */
.dita-course-page .dita-course-hero h1 {
  max-width: 900px;
  font-size: clamp(42px, 4.9vw, 68px);
}

.dita-course-page .dita-course-hero .course-hero-art.dynamic-course-art {
  background-image:
    linear-gradient(90deg, rgba(9, 19, 54, 0.84) 0%, rgba(15, 24, 68, 0.7) 43%, rgba(32, 28, 83, 0.32) 74%, rgba(12, 22, 55, 0.48) 100%),
    linear-gradient(0deg, rgba(15, 13, 56, 0.24), rgba(15, 13, 56, 0.03)),
    var(--course-photo-image);
  background-position: center, center, center 44%;
  filter: saturate(0.96) contrast(1.05) brightness(1.04);
}

.dita-course-page .dita-course-hero .fit-hero-pathway {
  border-color: rgba(138, 200, 255, 0.32);
  background: rgba(14, 18, 62, 0.68);
}

.dita-course-page .fit-hero-pathway span,
.dita-course-page .course-facts strong {
  color: #75e4ff;
}

.dita-pathway-highlight {
  border-color: #cfd3f6;
  background: linear-gradient(105deg, #f2f4ff, #ffffff 58%, #eefaff);
}

.dita-pathway-highlight span {
  background: #5548c9;
}

.dita-audience-card {
  border-top-color: #6457d7;
  background: #f7f7ff;
}

.dita-audience-card li::before {
  color: #6457d7;
}

.dita-course-architecture .programme-proof-grid > div {
  border-top-color: #6457d7 !important;
}

.dita-roadmap-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(99, 82, 218, 0.24), transparent 30%),
    linear-gradient(135deg, #0c1736, #17184a 62%, #102842);
}

.dita-roadmap-section .fit-section-heading h2,
.dita-roadmap-section .fit-section-heading > p:not(.eyebrow) {
  color: #ffffff;
}

.dita-roadmap-section .fit-section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

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

.dita-phase-grid .fit-roadmap-stage {
  min-height: 218px;
  border-color: rgba(176, 201, 230, 0.28);
  border-top-color: #75e4ff;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(3, 10, 32, 0.2);
}

.dita-phase-grid .fit-roadmap-stage span {
  color: #5548c9;
}

.dita-phase-grid .dita-capstone-stage {
  grid-column: span 2;
  background: linear-gradient(135deg, #ffffff, #f2f3ff);
}

.dita-module-grid .fit-module-card {
  border-color: #cfd3ee;
  background: #f9f9ff;
}

.dita-module-grid .fit-module-card h3 {
  background: linear-gradient(90deg, #5548c9, #356fc7);
}

.dita-module-grid .dita-module-card--capstone {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #f8f7ff, #eef9ff);
}

.dita-outcomes-section .fit-outcome-grid span::before {
  color: #6457d7;
}

.dita-capstone-formula {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
  margin-top: 26px;
}

.dita-capstone-formula span {
  display: grid;
  place-items: center;
  min-height: 104px;
  padding: 20px;
  border: 1px solid #ced5ed;
  border-top: 4px solid #6457d7;
  color: #14264a;
  background: #f7f8ff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.dita-capstone-formula i {
  display: none;
}

.dita-certification-section {
  background:
    radial-gradient(circle at 82% 16%, rgba(117, 228, 255, 0.11), transparent 32%),
    #17184a;
}

.dita-progression-section .dita-current-stage {
  border-top-color: #6457d7;
  background: linear-gradient(135deg, #f3f1ff, #eef8ff);
  box-shadow: 0 16px 34px rgba(39, 31, 113, 0.12);
}

.dita-progression-section .dita-current-stage > span {
  color: #5548c9;
}

.dita-course-page .dita-payment-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(117, 228, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #0b1735, #17184a 58%, #12334d);
}

.dita-course-page .dita-payment-section .bootcamp-payment-option--featured {
  border-color: #8d80ff;
  background: linear-gradient(135deg, rgba(100, 87, 215, 0.2), rgba(18, 49, 76, 0.38));
}

.dita-course-cta {
  background:
    radial-gradient(circle at 80% 20%, rgba(117, 228, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #0b1735, #17184a 62%, #102b43);
}

@media (max-width: 980px) {
  .dita-phase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dita-course-page .dita-course-hero h1 {
    font-size: clamp(34px, 10vw, 47px);
  }

  .dita-phase-grid,
  .dita-capstone-formula {
    grid-template-columns: 1fr;
  }

  .dita-phase-grid .dita-capstone-stage {
    grid-column: auto;
  }

  .dita-phase-grid .fit-roadmap-stage {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .course-hero {
    padding-top: 210px;
  }

  .course-hero h1 {
    font-size: 44px;
  }

  .course-architecture {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .course-architecture-heading h2 {
    font-size: 36px;
  }

  .architecture-board {
    padding: 10px;
    border-radius: 16px;
  }

  .architecture-foundation-grid,
  .architecture-domain-grid,
  .architecture-outcome-grid {
    grid-template-columns: 1fr;
  }

  .programme-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-flow {
    grid-template-columns: 1fr;
    height: 24px;
  }

  .architecture-flow span:not(:first-child) {
    display: none;
  }

  .curriculum-phases {
    grid-template-columns: 1fr;
  }

  .vendor-course-map { padding: 52px 0; }
  .vendor-course-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vendor-architecture-grid { grid-template-columns: 1fr; }
  .vendor-curriculum-card > ul { columns: 1; }
  .hero-career-strip-wrap { margin-top: 22px; }
  .hero-career-strip-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-career-strip-list span { min-height: 58px; padding: 11px 12px; }
  .bootcamp-payment-section { padding-top: 42px; }
  .bootcamp-payment-options { grid-template-columns: 1fr; }
  .bootcamp-payment-option { min-height: 0; padding: 22px 18px; }
  .bootcamp-payment-included ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bootcamp-payment-help { padding: 22px 0; }
  .bootcamp-payment-help .button { width: 100%; }
  .bootcamp-payment-help + .course-cta { padding: 40px 0; }
  .diploma-demand-highlight { padding: 22px 0; }
  .cloud-student-exam-discount { grid-template-columns: 1fr; gap: 13px; }
  .cloud-student-exam-discount > a { width: 100%; }
  .course-detail-section--before-payment { padding-bottom: 30px; }
  .diploma-payment-section { padding-top: 42px; }
  .job-ready-payment-section { padding-top: 42px; }
  .workshop-payment-section { padding-top: 42px; }
  .workshop-payment-options { grid-template-columns: 1fr; }
  .standard-bootcamp-payment-section { padding-top: 42px; }
  .diploma-optional-fee { grid-template-columns: 1fr; gap: 12px; }
  .diploma-optional-fee > div:last-child { text-align: left; }

  .azure-certification-pathway {
    padding-top: 52px;
  }

  .azure-exam-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 20px 18px 20px 12px;
    border-radius: 18px;
  }

  .azure-exam-badge {
    min-height: 120px;
  }

  .azure-exam-badge img {
    width: 112px;
    height: 112px;
  }

  .azure-exam-content h3 {
    font-size: 22px;
  }

  .microsoft-exam-discount {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 16px;
  }

  .microsoft-exam-discount span {
    justify-self: start;
    white-space: normal;
  }

  .microsoft-course-track .azure-exam-card {
    min-height: 230px;
    padding: 14px 10px;
  }

  .microsoft-course-track .azure-exam-badge {
    min-height: 76px;
  }

  .microsoft-course-track .azure-exam-badge img {
    width: 72px;
    height: 72px;
  }

  .microsoft-course-track .azure-exam-content h3 {
    font-size: 15px;
  }

  .pcg-partner-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
  }

  .pcg-lecturer-photo {
    width: 92px;
    height: 118px;
  }

  .pcg-partner-card strong {
    font-size: 17px;
  }

  .pcg-partner-copy p {
    display: none;
  }

  .pcg-partner-card .pcg-partner-brand {
    width: 100%;
  }

  .pcg-partner-card .pcg-partner-brand img {
    width: 38px;
    height: 38px;
  }

  .pcg-gallery-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .pcg-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .pcg-gallery-heading h2 {
    font-size: 42px;
    line-height: 1;
  }

  .pcg-gallery-item,
  .pcg-gallery-item--feature,
  .pcg-gallery-item--tall,
  .pcg-gallery-item--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .pcg-gallery-photo {
    aspect-ratio: 1.35 / 1;
  }

  .pcg-gallery-placeholder {
    min-height: 170px;
  }
}

@media (max-width: 900px) {
  .microsoft-exam-discount {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 16px;
  }

  .microsoft-exam-discount span {
    justify-self: start;
    white-space: normal;
  }

  .course-photo-hero-page .course-hero-art.dynamic-course-art {
    height: 100%;
    background-image:
      linear-gradient(180deg, rgba(7, 26, 47, 0.62), rgba(7, 26, 47, 0.68)),
      var(--course-photo-image);
    background-size: cover, cover;
    background-position: center, center 44%;
  }
}

/* Keep BSc theme overrides after shared course rules. */
.bsc-course-page .bsc-audience-card { border-top-color: var(--bsc-teal); background: #f2fbf8; }
.bsc-course-page .bsc-course-architecture { background: #07333d; }
.bsc-course-page .bsc-certification-section { background: #10384a; }
.bsc-course-page .bsc-payment-section { background: linear-gradient(135deg, #062f35, #0a4950); }

/* Preserve readable contrast inside BSc dark-theme sections. */
.bsc-course-page .bsc-course-architecture .programme-proof-heading h2,
.bsc-course-page .bsc-roadmap-section .fit-section-heading h2,
.bsc-course-page .bsc-project-section .fit-section-heading h2,
.bsc-course-page .bsc-certification-section .fit-certification-copy h2 {
  color: #ffffff !important;
}

.bsc-course-page .bsc-course-architecture .programme-proof-heading > p:not(.eyebrow),
.bsc-course-page .bsc-roadmap-section .fit-section-heading > p:not(.eyebrow),
.bsc-course-page .bsc-project-section .fit-section-heading > p:not(.eyebrow),
.bsc-course-page .bsc-certification-section .fit-certification-copy > p:not(.eyebrow) {
  color: #c7dcdf !important;
}

.bsc-course-page .bsc-phase-grid .fit-roadmap-stage h3 {
  color: #ffffff !important;
}

.bsc-course-page .bsc-phase-grid .fit-roadmap-stage p {
  color: #bdd4d7 !important;
}

.bsc-course-page .bsc-phase-grid .bsc-final-stage h3 {
  color: #fff3c9 !important;
}
