:root {
  --cpe-soft: #fae7e3;
  --cpe-mid: #df8e7e;
  --cpe-accent: #a8322c;
}

.programme-subnav.cpe-subnav {
  background: rgba(250, 231, 227, .96);
}

.programme-subnav.cpe-subnav .programme-label strong {
  color: var(--cpe-accent);
}

.cpe-page {
  background:
    radial-gradient(circle at 10% 6%, rgba(223, 142, 126, .18), transparent 28rem),
    radial-gradient(circle at 88% 4%, rgba(145, 0, 72, .10), transparent 26rem),
    linear-gradient(180deg, #f8fbfc 0%, #ffffff 46%, #f4f8f9 100%);
}

.cpe-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.cpe-hero {
  min-height: calc(100svh - var(--site-header-height, 80px));
  display: grid;
  align-items: start;
  padding: clamp(20px, 2.4vw, 38px) 0 clamp(42px, 5vw, 70px);
}

.cpe-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .72fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
}

.cpe-hero-copy {
  display: grid;
  gap: 18px;
}

.cpe-kicker,
.cpe-card-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(168, 50, 44, .18);
  background: rgba(168, 50, 44, .08);
  color: var(--cpe-accent);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cpe-kicker.light {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .92);
}

.cpe-hero h1,
.cpe-section h2,
.cpe-final h2 {
  margin: 0;
  color: var(--ink);
  letter-spacing: -.058em;
  line-height: .98;
}

.cpe-hero h1 {
  max-width: 920px;
  font-size: clamp(3rem, 6.8vw, 7rem);
}

.cpe-hero h1 span,
.cpe-section h2 span {
  color: var(--cpe-accent);
}

.cpe-lede {
  max-width: 780px;
  margin: 0;
  color: var(--ink-2);
  font-size: clamp(1.08rem, 1.7vw, 1.48rem);
  line-height: 1.42;
}

.cpe-actions,
.cpe-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cpe-hero-card,
.cpe-model-card,
.cpe-area-card,
.cpe-ects-card,
.cpe-format-card,
.cpe-pricing-note,
.cpe-final-card {
  border: 1px solid rgba(219, 229, 232, .92);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 58px rgba(6, 31, 42, .13);
}

.cpe-hero-card {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 2.6vw, 32px);
  background:
    radial-gradient(circle at 86% 12%, rgba(223, 142, 126, .22), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(250, 231, 227, .92));
}

.cpe-metric-list {
  display: grid;
  gap: 12px;
}

.cpe-metric-list div {
  padding: 14px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(168, 50, 44, .12);
}

.cpe-metric-list strong {
  display: block;
  color: var(--cpe-accent);
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  letter-spacing: -.055em;
  line-height: .95;
}

.cpe-metric-list span,
.cpe-hero-card p,
.cpe-section-head p,
.cpe-model-card p,
.cpe-area-card p,
.cpe-ects-card p,
.cpe-format-card p,
.cpe-pricing-note p,
.cpe-final-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.48;
}

.cpe-section {
  padding: clamp(58px, 7vw, 104px) 0;
  border-top: 1px solid rgba(219, 229, 232, .84);
}

.cpe-section-head {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(280px, .58fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: end;
  margin-bottom: 26px;
}

.cpe-section h2,
.cpe-final h2 {
  font-size: clamp(2.2rem, 4.6vw, 5rem);
}

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

.cpe-model-card,
.cpe-format-card,
.cpe-ects-card,
.cpe-pricing-note {
  padding: clamp(18px, 2.1vw, 28px);
}

.cpe-model-card svg {
  width: 46px;
  height: 46px;
  color: var(--cpe-accent);
  margin-bottom: 14px;
}

.cpe-model-card h3,
.cpe-area-card h3,
.cpe-ects-card h3,
.cpe-pricing-note h3 {
  margin: 0 0 10px;
  color: var(--ink);
  letter-spacing: -.035em;
  line-height: 1.05;
  font-size: clamp(1.32rem, 2vw, 1.8rem);
}

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

.cpe-area-card {
  display: grid;
  gap: 12px;
  align-content: space-between;
  min-height: 310px;
  padding: clamp(18px, 2vw, 26px);
  position: relative;
  overflow: hidden;
}

.cpe-area-card:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  bottom: -80px;
  border-radius: 999px;
  background: rgba(6, 31, 42, .06);
}

.cpe-area-card span,
.cpe-format-card strong {
  display: block;
  color: var(--ink);
  font-weight: 950;
}

.cpe-area-card span {
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cpe-area-card a {
  position: relative;
  z-index: 1;
  color: var(--cpe-accent);
  font-weight: 900;
  text-decoration: none;
}

.cpe-area-card.data-science { background: linear-gradient(135deg, #fff1df, #fff); }
.cpe-area-card.data-engineering { background: linear-gradient(135deg, #e5f7ec, #fff); }
.cpe-area-card.analytics { background: linear-gradient(135deg, #f0e9ff, #fff); }
.cpe-area-card.cyber { background: linear-gradient(135deg, #e8f0ff, #fff); }

.cpe-ects-layout {
  display: grid;
  grid-template-columns: 1.1fr .95fr .95fr;
  gap: 16px;
}

.cpe-ects-card.dark {
  background: linear-gradient(135deg, var(--ink), #0d4654);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.cpe-ects-card.dark:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -72px;
  bottom: -94px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
}

.cpe-ects-card.dark .cpe-card-label {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .26);
  color: rgba(255, 255, 255, .92);
}

.cpe-ects-card.dark h3,
.cpe-ects-card.dark p,
.cpe-ects-card.dark .cpe-card-label {
  position: relative;
  z-index: 1;
}

.cpe-ects-card.dark h3 {
  color: #fff;
}

.cpe-ects-card.dark p {
  color: rgba(255, 255, 255, .82);
}

.cpe-format-card {
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, #fff, rgba(250, 231, 227, .42));
}

.cpe-format-card strong {
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  letter-spacing: -.035em;
}

.cpe-pricing-note {
  display: grid;
  grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 16px;
  background:
    radial-gradient(circle at 96% 8%, rgba(223, 142, 126, .18), transparent 16rem),
    #fff;
}

.cpe-final {
  padding: clamp(58px, 7vw, 104px) 0;
}

.cpe-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: clamp(26px, 4vw, 48px);
  background:
    radial-gradient(circle at 88% 10%, rgba(223, 142, 126, .16), transparent 20rem),
    linear-gradient(135deg, var(--ink), #0d4654);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.cpe-final-card h2 {
  color: #fff;
}

.cpe-final-card p {
  max-width: 760px;
  color: rgba(255, 255, 255, .82);
}

@media (max-width: 1120px) {
  .cpe-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .cpe-hero-grid,
  .cpe-section-head,
  .cpe-ects-layout,
  .cpe-pricing-note,
  .cpe-final-card {
    grid-template-columns: 1fr;
  }

  .cpe-model-grid,
  .cpe-format-grid {
    grid-template-columns: 1fr;
  }

  .cpe-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .cpe-shell {
    width: min(100% - 28px, 1180px);
  }

  .cpe-hero {
    padding-top: 18px;
  }

  .cpe-area-grid {
    grid-template-columns: 1fr;
  }

  .cpe-actions,
  .cpe-final-actions {
    display: grid;
  }

  .cpe-actions .btn,
  .cpe-final-actions .btn {
    width: 100%;
  }
}


/* V43 executive / professional support pages */
.executive-support-page .cpe-hero {
  min-height: calc(100svh - var(--site-header-height, 80px));
}

.cpe-metric-list.compact strong {
  font-size: clamp(1.25rem, 2vw, 2.05rem);
}

.cpe-step-grid,
.cpe-criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cpe-step-card {
  border: 1px solid rgba(219, 229, 232, .92);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 58px rgba(6, 31, 42, .13);
  padding: clamp(18px, 2.1vw, 28px);
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 245px;
  position: relative;
  overflow: hidden;
}

.cpe-step-card:after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  right: -58px;
  bottom: -78px;
  background: rgba(168, 50, 44, .08);
}

.cpe-step-card > span {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--cpe-accent);
  color: white;
  font-weight: 950;
  position: relative;
  z-index: 1;
}

.cpe-step-card h3,
.cpe-step-card p {
  position: relative;
  z-index: 1;
}

.cpe-step-card h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: -.035em;
  line-height: 1.05;
  font-size: clamp(1.25rem, 1.75vw, 1.68rem);
}

.cpe-step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.cpe-info-note a {
  color: var(--cpe-accent);
  font-weight: 900;
  text-decoration: none;
}

.cpe-pricing-scope-grid .cpe-area-card {
  min-height: 285px;
}

@media (max-width: 1120px) {
  .cpe-step-grid,
  .cpe-criteria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .cpe-step-grid,
  .cpe-criteria-grid {
    grid-template-columns: 1fr;
  }
}

.cpe-text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  color: var(--cpe-accent);
  font-weight: 900;
  text-decoration: none;
}

.cpe-text-link:hover,
.cpe-text-link:focus-visible {
  text-decoration: underline;
}


/* V44 — Executive MSc fees, CPE hourly pricing and Executive key dates */
.cpe-fee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.cpe-fee-card,
.executive-entry-card,
.executive-entry-note-card {
  border: 1px solid rgba(219, 229, 232, .92);
  border-radius: 28px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 58px rgba(6, 31, 42, .13);
  padding: clamp(20px, 2.35vw, 32px);
  position: relative;
  overflow: hidden;
}

.cpe-fee-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 305px;
}

.cpe-fee-card.featured {
  background:
    radial-gradient(circle at 92% 10%, rgba(216, 165, 45, .16), transparent 15rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(250,231,227,.82));
}

.cpe-fee-card.note-card {
  background: linear-gradient(135deg, var(--ink), #0d4654);
  color: white;
}

.cpe-fee-card.note-card .cpe-card-label {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}

.cpe-fee-card h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: -.04em;
  line-height: 1.02;
  font-size: clamp(1.45rem, 2.15vw, 2.15rem);
}

.cpe-fee-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.cpe-fee-card strong {
  display: block;
  margin-top: auto;
  color: var(--cpe-accent);
  font-size: clamp(2.45rem, 4.4vw, 4.35rem);
  line-height: .9;
  letter-spacing: -.075em;
}

.cpe-fee-card small {
  display: block;
  color: var(--muted);
  font-weight: 820;
  line-height: 1.35;
}

.cpe-fee-card.note-card h3,
.cpe-fee-card.note-card p,
.cpe-fee-card.note-card small {
  color: rgba(255, 255, 255, .88);
}

.cpe-fee-card.note-card h3 {
  color: #fff;
}

.executive-key-dates-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(168, 50, 44, .08), transparent 24rem),
    linear-gradient(180deg, rgba(250, 231, 227, .46), rgba(255,255,255,.94));
}

.executive-entry-dates-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.executive-entry-card.next-intake-card {
  background:
    radial-gradient(circle at 90% 10%, rgba(216, 165, 45, .15), transparent 15rem),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(250,231,227,.78));
}

.executive-entry-card h3,
.executive-entry-note-card h3 {
  margin: 14px 0 16px;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  letter-spacing: -.045em;
  line-height: 1.02;
}

.executive-entry-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.executive-entry-card dl > div {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid rgba(219, 229, 232, .92);
}

.executive-entry-card dt {
  color: var(--muted);
  font-weight: 760;
  font-size: .92rem;
}

.executive-entry-card dd {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -.025em;
}

.executive-entry-note-card {
  display: grid;
  align-content: start;
  gap: 12px;
  background: linear-gradient(135deg, var(--ink), #0d4654);
  color: white;
}

.executive-entry-note-card .cpe-card-label {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  color: #fff;
}

.executive-entry-note-card h3,
.executive-entry-note-card p,
.executive-entry-note-card a {
  position: relative;
  z-index: 1;
}

.executive-entry-note-card h3 {
  color: #fff;
  margin-bottom: 0;
}

.executive-entry-note-card p {
  margin: 0;
  color: rgba(255,255,255,.84);
  line-height: 1.5;
}

.executive-entry-note-card a {
  width: fit-content;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid rgba(255,255,255,.55);
}

@media (max-width: 1120px) {
  .cpe-fee-grid,
  .executive-entry-dates-grid {
    grid-template-columns: 1fr;
  }

  .cpe-fee-card {
    min-height: auto;
  }
}

/* V204 — Executive support final CTA containment and dark-gradient button contrast */
.executive-support-page .cpe-final-card {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
}

.executive-support-page .cpe-final-actions {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  min-width: 0;
  width: min(100%, 360px);
}

.executive-support-page .cpe-final-actions .btn {
  width: 100%;
  min-width: 0;
  justify-content: center;
  text-align: center;
  white-space: normal;
}

.executive-support-page .cpe-final-card .btn-line {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
}

.executive-support-page .cpe-final-card .btn-line:hover,
.executive-support-page .cpe-final-card .btn-line:focus-visible {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .68);
  color: #fff;
}

@media (max-width: 920px) {
  .executive-support-page .cpe-final-card {
    grid-template-columns: 1fr;
  }

  .executive-support-page .cpe-final-actions {
    width: min(100%, 480px);
  }
}
