:root {
  --gxp-ink: #12212b;
  --gxp-text: #3d4d56;
  --gxp-muted: #6d7b82;
  --gxp-accent: #0b706c;
  --gxp-accent-dark: #075754;
  --gxp-accent-soft: #eaf4f2;
  --gxp-line: #d8e0e2;
  --gxp-line-strong: #b8c6c9;
  --gxp-paper: #ffffff;
  --gxp-canvas: #f4f7f7;
  --gxp-mist: #edf2f2;
  --gxp-max: 1280px;
  --gxp-radius: 4px;
}

html {
  scroll-behavior: smooth;
}

.seminar-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--gxp-paper);
  color: var(--gxp-ink);
  font-family: "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

.seminar-page *,
.seminar-page *::before,
.seminar-page *::after {
  box-sizing: border-box;
}

.seminar-page :where(h1, h2, h3, h4, p, figure, dl, dd) {
  margin-top: 0;
}

.seminar-page :where(h1, h2, h3, h4) {
  color: var(--gxp-ink);
  font-weight: 700;
  letter-spacing: 0;
}

.seminar-page :where(p, dd, td, li) {
  color: var(--gxp-text);
}

.seminar-page :where(a, button) {
  -webkit-tap-highlight-color: transparent;
}

.seminar-page :where(a, button):focus-visible,
.seminar-page [tabindex="0"]:focus-visible {
  outline: 3px solid rgb(11 112 108 / 28%);
  outline-offset: 3px;
}

.gxp-page {
  display: block;
  padding-top: var(--site-header-height, 76px);
}

.gxp-page :where(.gxp-hero, .gxp-learning, .gxp-features, .gxp-gallery, .gxp-pathways, .gxp-evidence, .gxp-courses, .gxp-alliance) {
  width: 100%;
  margin: 0;
  padding: 104px 24px 120px !important;
}

.gxp-page :where(
  .seminar-hero-shell,
  .gxp-learning > *,
  .gxp-features > *,
  .gxp-gallery > *,
  .gxp-pathways > *,
  .gxp-evidence > *,
  .gxp-courses > *,
  .seminar-alliance-shell,
  .gxp-chapters-inner
) {
  width: min(100%, var(--gxp-max));
  margin-inline: auto;
}

.gxp-page .section-label {
  display: block !important;
  width: auto;
  margin: 0 0 12px !important;
  padding: 0 !important;
  align-self: auto;
  justify-self: start;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  box-shadow: none !important;
}

.gxp-page :where(#seminar-learning, #seminar-features, #personal-certification, #seminar-courses, #training-alliance) {
  scroll-margin-top: calc(var(--site-header-height, 76px) + 16px);
}

.gxp-page .seminar-section-heading,
.gxp-page .course-section-head {
  display: block;
  max-width: 850px;
  margin: 0 0 54px;
  padding: 0;
  text-align: left;
}

.gxp-page .seminar-section-heading h2,
.gxp-page .course-section-head h2,
.gxp-page .seminar-alliance-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.16;
  text-wrap: balance;
}

.gxp-page .seminar-section-heading > p,
.gxp-page .course-section-head > p,
.gxp-page .seminar-alliance-heading > p {
  max-width: 800px;
  margin: 0;
  color: var(--gxp-text);
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
  text-wrap: pretty;
}

/* Editorial hero */
.gxp-page .gxp-hero {
  position: relative;
  min-height: min(760px, calc(100dvh - var(--site-header-height, 76px)));
  padding-top: 68px !important;
  padding-bottom: 72px !important;
  overflow: hidden;
  background: var(--gxp-paper) !important;
  color: var(--gxp-ink) !important;
}

.gxp-page .gxp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 110px);
  width: 1px;
  background: var(--gxp-line);
  pointer-events: none;
}

.gxp-page .gxp-hero .seminar-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(56px, 7vw, 112px);
  min-height: 560px;
}

.gxp-page .seminar-hero-copy {
  min-width: 0;
  max-width: 700px;
}

.gxp-page .seminar-eyebrow {
  margin-bottom: 18px;
}

.gxp-page .gxp-hero h1 {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--gxp-ink) !important;
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 750;
  line-height: 1.03;
  text-wrap: balance;
}

.gxp-page .seminar-hero-lead {
  max-width: 620px;
  margin: 0 0 34px;
  color: var(--gxp-text) !important;
  font-size: 18px;
  line-height: 1.85;
  text-align: left;
  text-wrap: pretty;
}

.gxp-page .seminar-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  margin: 0 0 34px;
  border-top: 1px solid var(--gxp-line-strong);
  border-bottom: 1px solid var(--gxp-line);
}

.gxp-page .seminar-hero-stats > div {
  display: grid;
  gap: 5px;
  padding: 20px 20px 20px 0;
}

.gxp-page .seminar-hero-stats strong {
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.gxp-page .seminar-hero-stats span {
  color: var(--gxp-muted);
  font-size: 13px;
  line-height: 1.5;
}

.gxp-page .seminar-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.gxp-page .seminar-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--gxp-accent);
  border-radius: var(--gxp-radius);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gxp-page .seminar-hero-btn i {
  display: none;
}

.gxp-page .seminar-hero-btn-primary {
  background: var(--gxp-accent);
  color: #fff !important;
}

.gxp-page .seminar-hero-btn-ghost {
  background: transparent;
  color: var(--gxp-accent) !important;
}

.gxp-page .seminar-hero-btn:hover {
  transform: translateY(-2px);
}

.gxp-page .seminar-hero-btn-primary:hover {
  background: var(--gxp-accent-dark);
}

.gxp-page .seminar-hero-btn-ghost:hover {
  background: var(--gxp-accent-soft);
}

.gxp-page .seminar-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  max-width: 660px;
}

.gxp-page .seminar-hero-tags span {
  color: var(--gxp-muted);
  font-size: 13px;
  line-height: 1.6;
}

.gxp-page .seminar-hero-tags i {
  display: none;
}

.gxp-page .seminar-hero-panel {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gxp-page .seminar-hero-photo {
  position: relative;
  z-index: 1;
  width: min(100%, 510px);
  margin-left: auto;
  overflow: hidden;
  border-radius: var(--gxp-radius);
  background: var(--gxp-mist);
}

.gxp-page .seminar-hero-photo::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgb(255 255 255 / 70%);
  pointer-events: none;
}

.gxp-page .seminar-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 510 / 260;
  object-fit: cover;
}

.gxp-page .seminar-hero-panel-body {
  position: relative;
  z-index: 2;
  width: min(88%, 440px);
  margin: -24px 0 0 auto;
  padding: 28px 30px 30px;
  border-left: 3px solid var(--gxp-accent);
  background: var(--gxp-canvas);
}

.gxp-page .seminar-panel-kicker {
  display: block;
  margin: 0 0 10px;
  color: var(--gxp-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.gxp-page .seminar-panel-kicker i {
  display: none;
}

.gxp-page .seminar-delivery-copy {
  margin: 0 0 18px;
  color: var(--gxp-text) !important;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.gxp-page .seminar-format-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.gxp-page .seminar-format-list span {
  color: var(--gxp-ink);
  font-size: 13px;
  font-weight: 650;
}

.gxp-page .seminar-format-list i {
  display: none;
}

/* Chapter index */
.gxp-page .gxp-chapters {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 24px;
  border-top: 1px solid var(--gxp-line);
  border-bottom: 1px solid var(--gxp-line);
  background: rgb(255 255 255 / 96%);
  scrollbar-width: none;
}

.gxp-page .gxp-chapters::-webkit-scrollbar,
.gxp-page #gxp-course-directory .course-tabs-nav::-webkit-scrollbar {
  display: none;
}

.gxp-page .gxp-chapters-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gxp-page .gxp-chapters a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 0 18px;
  border-right: 1px solid var(--gxp-line);
  color: var(--gxp-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.gxp-page .gxp-chapters a:first-child {
  border-left: 1px solid var(--gxp-line);
}

.gxp-page .gxp-chapters a:hover {
  background: var(--gxp-accent-soft);
  color: var(--gxp-accent);
}

.gxp-page .gxp-chapters span {
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

/* Learning architecture */
.gxp-page .gxp-learning {
  background: var(--gxp-canvas) !important;
}

.gxp-page .seminar-scene-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  grid-template-rows: 1fr;
  gap: 14px;
  min-height: 500px;
  margin-bottom: 72px;
}

.gxp-page .seminar-scene-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.gxp-page .seminar-scene {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--gxp-radius);
  background: #dce5e5;
}

.gxp-page .seminar-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gxp-page .seminar-scene figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  background: rgb(18 33 43 / 84%);
}

.gxp-page .seminar-scene figcaption span {
  color: #b9e4df;
  font-size: 11px;
  font-weight: 700;
}

.gxp-page .seminar-scene figcaption strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.gxp-page .seminar-scene-note {
  display: none;
}

.gxp-page .seminar-pain-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.8fr);
  gap: 48px;
  margin: 0 0 84px;
  padding: 38px 0;
  border-top: 1px solid var(--gxp-line-strong);
  border-bottom: 1px solid var(--gxp-line);
  border-radius: 0;
  background: transparent;
}

.gxp-page .seminar-pain-copy,
.gxp-page .seminar-pain-grid {
  padding: 0;
  background: transparent;
}

.gxp-page .seminar-pain-copy :where(h3, p) {
  color: var(--gxp-ink);
}

.gxp-page .seminar-pain-copy p {
  color: var(--gxp-text);
}

.gxp-page .seminar-pain-copy h3,
.gxp-page .seminar-method-heading h3,
.gxp-page .seminar-mode-compare-heading h3,
.gxp-page .seminar-alliance-perks h3 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.3;
}

.gxp-page .seminar-pain-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.gxp-page .seminar-pain-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.gxp-page .seminar-pain-item {
  display: block;
  min-width: 0;
  padding: 0 16px;
  border-right: 1px solid var(--gxp-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gxp-page .seminar-pain-item:last-child {
  border-right: 0;
}

.gxp-page .seminar-pain-index {
  display: block;
  margin-bottom: 18px;
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.gxp-page .seminar-pain-item i {
  display: none;
}

.gxp-page .seminar-pain-item h4 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.45;
}

.gxp-page .seminar-pain-item p {
  margin: 0;
  color: var(--gxp-muted);
  font-size: 12px;
  line-height: 1.65;
}

.gxp-page .seminar-method-source {
  margin-bottom: 84px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gxp-page .seminar-method-heading,
.gxp-page .seminar-mode-compare-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.gxp-page .seminar-method-badge,
.gxp-page .seminar-mode-compare-mark {
  color: var(--gxp-muted);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.gxp-page .seminar-method-badge i {
  display: none;
}

.gxp-page .seminar-method-source-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--gxp-line-strong);
}

.gxp-page .seminar-method-card {
  grid-column: span 3;
  min-width: 0;
  padding: 30px 26px 34px;
  border: 0;
  border-right: 1px solid var(--gxp-line);
  border-bottom: 1px solid var(--gxp-line);
  border-radius: 0;
  background: var(--gxp-paper);
  box-shadow: none;
}

.gxp-page .seminar-method-card-overview {
  grid-column: span 6;
  background: var(--gxp-accent);
}

.gxp-page .seminar-method-card-result {
  grid-column: span 9;
  background: var(--gxp-accent-soft);
}

.gxp-page .seminar-method-card-result :where(h4, p) {
  color: var(--gxp-ink);
}

.gxp-page .seminar-method-card-result p {
  color: var(--gxp-text);
}

.gxp-page .seminar-method-card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}

.gxp-page .seminar-method-card-top span {
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.gxp-page .seminar-method-card-top i {
  display: none;
}

.gxp-page .seminar-method-card h4 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.45;
}

.gxp-page .seminar-method-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.gxp-page .seminar-method-card-overview :where(.seminar-method-card-top span, h4, p) {
  color: #fff;
}

.gxp-page .seminar-method-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 20px;
}

.gxp-page .seminar-method-tags span {
  color: #d6eeeb;
  font-size: 12px;
}

.gxp-page .seminar-result-label {
  display: block;
  margin-top: 18px;
  color: var(--gxp-accent);
  font-size: 12px;
  font-weight: 700;
}

.gxp-page .seminar-result-label i {
  display: none;
}

.gxp-page .seminar-mode-compare {
  padding: 0;
  border: 0;
  background: transparent;
}

.gxp-page .seminar-mode-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.gxp-page .seminar-mode-table th {
  padding: 22px 26px;
  border-top: 1px solid var(--gxp-line-strong);
  border-bottom: 1px solid var(--gxp-line-strong);
  color: var(--gxp-ink);
  font-size: 16px;
  text-align: left;
}

.gxp-page .seminar-mode-table th i {
  display: none;
}

.gxp-page .seminar-mode-table td {
  padding: 15px 26px;
  border-bottom: 1px solid var(--gxp-line);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.gxp-page .seminar-mode-table :is(th, td) + :is(th, td) {
  border-left: 1px solid var(--gxp-line);
}

/* Programme distinctions */
.gxp-page .gxp-features {
  background: var(--gxp-paper) !important;
}

.gxp-page .seminar-feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 56px 40px;
}

.gxp-page .seminar-feature-panel {
  min-width: 0;
  padding: 30px 0 0;
  border: 0;
  border-top: 2px solid var(--gxp-ink);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gxp-page .seminar-feature-course {
  grid-column: 1 / -1;
}

.gxp-page .seminar-feature-expert {
  grid-column: span 8;
}

.gxp-page .seminar-feature-update {
  grid-column: span 4;
  padding-left: 28px;
  border-left: 1px solid var(--gxp-line);
}

.gxp-page .seminar-feature-panel-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.gxp-page .seminar-feature-panel-meta span {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gxp-page .seminar-feature-course-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.55fr);
  gap: 64px;
}

.gxp-page .seminar-feature-title {
  margin: 0 0 16px;
  font-size: 27px;
  line-height: 1.3;
}

.gxp-page .seminar-feature-desc {
  max-width: 650px;
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  text-align: left;
}

.gxp-page .seminar-series-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 30px;
  counter-reset: series;
}

.gxp-page .seminar-series-list span {
  counter-increment: series;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  min-width: 0;
  padding: 11px 0;
  border-bottom: 1px solid var(--gxp-line);
  border-radius: 0;
  background: transparent;
  color: var(--gxp-text);
  font-size: 13px;
  line-height: 1.5;
  box-shadow: none;
}

.gxp-page .seminar-series-list span::before {
  content: counter(series, decimal-leading-zero);
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.gxp-page .seminar-expert-lead {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 30px;
}

.gxp-page .seminar-feature-stat {
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: clamp(56px, 7vw, 88px);
  font-weight: 700;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

.gxp-page .seminar-feature-stat sup {
  font-size: 0.42em;
}

.gxp-page .seminar-expert-count h3 {
  margin: 16px 0 0;
  font-size: 24px;
}

.gxp-page .seminar-expert-authority span {
  color: var(--gxp-accent);
  font-size: 12px;
  font-weight: 700;
}

.gxp-page .seminar-expert-authority p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.gxp-page .seminar-expert-tracks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--gxp-line-strong);
}

.gxp-page .seminar-expert-tracks section {
  min-width: 0;
  padding: 26px 22px 12px;
  border-right: 1px solid var(--gxp-line);
}

.gxp-page .seminar-expert-tracks section:last-child {
  border-right: 0;
}

.gxp-page .seminar-expert-index {
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.gxp-page .seminar-expert-tracks h4 {
  min-height: 50px;
  margin: 16px 0 20px;
  font-size: 16px;
  line-height: 1.55;
}

.gxp-page .seminar-expert-tracks dl,
.gxp-page .seminar-expert-tracks dl div {
  margin: 0;
}

.gxp-page .seminar-expert-tracks dl div {
  margin-bottom: 15px;
}

.gxp-page .seminar-expert-tracks dt {
  margin-bottom: 4px;
  color: var(--gxp-muted);
  font-size: 11px;
  font-weight: 700;
}

.gxp-page .seminar-expert-tracks dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.gxp-page .seminar-update-times {
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.gxp-page .seminar-update-times > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--gxp-line);
}

.gxp-page .seminar-update-times strong {
  color: var(--gxp-accent);
  font-size: 18px;
}

.gxp-page .seminar-update-times span {
  color: var(--gxp-text);
  font-size: 13px;
  line-height: 1.65;
}

/* Classroom editorial gallery */
.gxp-page .gxp-gallery {
  background: var(--gxp-canvas) !important;
}

.gxp-page .seminar-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 145px;
  gap: 12px;
}

.gxp-page .seminar-gallery-grid figure {
  position: relative;
  grid-column: span 3;
  grid-row: span 2;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--gxp-radius);
  background: #dce5e5;
}

.gxp-page .seminar-gallery-grid figure:nth-child(1) {
  grid-column: span 5;
  grid-row: span 3;
}

.gxp-page .seminar-gallery-grid figure:nth-child(2) {
  grid-column: span 3;
  grid-row: span 3;
}

.gxp-page .seminar-gallery-grid figure:nth-child(3) {
  grid-column: span 4;
}

.gxp-page .seminar-gallery-grid figure:nth-child(4) {
  grid-column: span 4;
}

.gxp-page .seminar-gallery-grid figure:nth-child(5),
.gxp-page .seminar-gallery-grid figure:nth-child(6),
.gxp-page .seminar-gallery-grid figure:nth-child(7) {
  grid-column: span 4;
  grid-row: span 2;
}

.gxp-page .seminar-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.gxp-page .seminar-gallery-grid figure:hover img {
  transform: scale(1.025);
}

.gxp-page .seminar-gallery-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px 16px;
  background: rgb(18 33 43 / 82%);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

/* Delivery pathways */
.gxp-page .gxp-pathways {
  background: var(--gxp-paper) !important;
}

.gxp-page .seminar-modules-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.gxp-page .module-card {
  position: relative;
  min-width: 0;
  min-height: 260px;
  padding: 34px 34px 38px;
  border: 1px solid var(--gxp-line);
  border-radius: var(--gxp-radius);
  background: var(--gxp-paper);
  box-shadow: none;
}

.gxp-page .module-card:nth-child(1) {
  grid-column: span 5;
  min-height: 390px;
  background: var(--gxp-accent);
}

.gxp-page .module-card:nth-child(2) {
  grid-column: span 7;
  min-height: 390px;
  background: var(--gxp-canvas);
}

.gxp-page .module-card:nth-child(3),
.gxp-page .module-card:nth-child(4) {
  grid-column: span 6;
}

.gxp-page .module-icon {
  display: none;
}

.gxp-page .module-card h3 {
  max-width: 520px;
  margin: 0 0 18px;
  font-size: 25px;
  line-height: 1.35;
}

.gxp-page .module-card p {
  max-width: 720px;
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
}

.gxp-page .module-card:nth-child(1) :where(h3, p) {
  color: #fff;
}

.gxp-page .module-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 30px;
}

.gxp-page .module-tag {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gxp-accent);
  font-size: 12px;
  font-weight: 700;
}

.gxp-page .module-card:nth-child(1) .module-tag {
  color: #d7efec;
}

.gxp-page .module-tag i {
  display: none;
}

/* Learning evidence */
.gxp-page .gxp-evidence {
  background: var(--gxp-canvas) !important;
}

.gxp-page .seminar-evidence-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.55fr);
  gap: 56px;
  align-items: stretch;
}

.gxp-page .seminar-certificate-preview {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--gxp-line-strong);
  border-radius: var(--gxp-radius);
  background: var(--gxp-paper);
  color: var(--gxp-ink);
  text-decoration: none;
  box-shadow: none;
}

.gxp-page .seminar-certificate-preview img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 226 / 153;
  object-fit: contain;
  background: #f8f8f6;
}

.gxp-page .seminar-certificate-preview span {
  display: block;
  padding-top: 18px;
  color: var(--gxp-accent);
  font-size: 13px;
  font-weight: 650;
}

.gxp-page .seminar-record-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.gxp-page .seminar-record-grid a {
  display: grid;
  grid-column: span 2;
  align-content: start;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--gxp-line);
  border-radius: var(--gxp-radius);
  background: var(--gxp-paper);
  color: var(--gxp-ink);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.gxp-page .seminar-record-grid a:nth-child(1),
.gxp-page .seminar-record-grid a:nth-child(2) {
  grid-column: span 3;
}

.gxp-page .seminar-record-grid a:hover {
  transform: translateY(-2px);
  border-color: var(--gxp-accent);
}

.gxp-page .seminar-record-grid img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: contain;
  background: #f8f8f6;
}

.gxp-page .seminar-record-grid span {
  padding-top: 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

/* Course directory */
.gxp-page .gxp-courses {
  background: var(--gxp-paper) !important;
}

.gxp-page .course-section-head > p {
  font-size: 15px;
}

.gxp-page #gxp-course-directory {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  align-items: start;
  height: auto;
  min-height: 720px;
  overflow: visible;
  border: 1px solid var(--gxp-line-strong);
  border-radius: var(--gxp-radius);
  background: var(--gxp-paper);
}

.gxp-page #gxp-course-directory .course-tabs-nav {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 0;
  max-height: 720px;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-right: 1px solid var(--gxp-line);
  border-radius: 0;
  background: var(--gxp-canvas);
  scrollbar-width: none;
}

.gxp-page #gxp-course-directory .course-tab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 52px;
  margin: 0;
  padding: 12px 16px;
  border: 0;
  border-bottom: 1px solid var(--gxp-line);
  border-radius: 0;
  background: transparent;
  color: var(--gxp-text);
  font-family: inherit;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.gxp-page #gxp-course-directory .course-tab:hover {
  background: var(--gxp-accent-soft);
}

.gxp-page #gxp-course-directory .course-tab.active {
  background: var(--gxp-accent);
  color: #fff;
}

.gxp-page #gxp-course-directory .course-tab .tc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 22px;
  padding: 0 5px;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  opacity: 0.72;
}

.gxp-page #gxp-course-directory .course-tabs-content {
  min-width: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: var(--gxp-paper);
}

.gxp-page #gxp-course-directory .course-panel {
  display: none;
  align-self: start;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.gxp-page #gxp-course-directory .course-panel.active {
  display: block;
}

.gxp-page #gxp-course-directory .panel-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  margin: 0;
  padding: 24px 30px;
  border-bottom: 1px solid var(--gxp-line-strong);
  background: var(--gxp-paper);
}

.gxp-page #gxp-course-directory .series-title {
  margin: 0;
  padding-left: 0;
  border-left: 0;
  font-size: 22px;
  line-height: 1.4;
}

.gxp-page #gxp-course-directory .course-num {
  flex: none;
  padding: 5px 8px;
  border: 1px solid var(--gxp-line);
  border-radius: 2px;
  background: var(--gxp-accent-soft);
  color: var(--gxp-accent);
  font-size: 12px;
  font-weight: 650;
}

.gxp-page #gxp-course-directory .course-card {
  min-width: 0;
  padding: 0 30px 28px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gxp-page #gxp-course-directory .course-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.gxp-page #gxp-course-directory .course-table tr {
  border: 0;
}

.gxp-page #gxp-course-directory .course-table td {
  padding: 16px 4px;
  border: 0;
  border-bottom: 1px solid var(--gxp-line);
  color: var(--gxp-text);
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
  overflow-wrap: anywhere;
}

.gxp-page #gxp-course-directory .course-table td:first-child {
  width: auto;
  padding-right: 30px;
}

.gxp-page #gxp-course-directory .course-table td:first-child::before {
  content: none;
}

.gxp-page #gxp-course-directory .course-table td:last-child {
  width: 72px;
  text-align: right;
}

.gxp-page #gxp-course-directory .dp {
  display: inline-block;
  min-width: 42px;
  padding: 4px 7px;
  border: 1px solid var(--gxp-line-strong);
  border-radius: 2px;
  background: transparent;
  color: var(--gxp-accent);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

/* Training alliance comparison */
.gxp-page .gxp-alliance {
  background: var(--gxp-canvas) !important;
  color: var(--gxp-ink) !important;
}

.gxp-page .seminar-alliance-shell {
  display: block;
}

.gxp-page .seminar-alliance-heading {
  max-width: 850px;
  margin: 0 0 54px;
  text-align: left;
}

.gxp-page .seminar-alliance-heading .section-label,
.gxp-page .seminar-alliance-heading h2 {
  color: var(--gxp-accent) !important;
}

.gxp-page .seminar-alliance-heading h2 {
  color: var(--gxp-ink) !important;
}

.gxp-page .seminar-alliance-intro {
  max-width: 800px;
  margin: 0 0 16px !important;
  color: var(--gxp-text) !important;
}

.gxp-page .seminar-alliance-intro strong {
  color: var(--gxp-ink);
}

.gxp-page .seminar-alliance-saving {
  display: inline-block;
  margin: 0 !important;
  padding: 10px 14px;
  border-left: 3px solid var(--gxp-accent);
  background: var(--gxp-accent-soft);
  color: var(--gxp-accent-dark) !important;
  font-size: 13px !important;
  font-weight: 650;
}

.gxp-page .gxp-alliance-compare {
  width: 100%;
  margin-bottom: 54px;
  overflow-x: auto;
  border: 1px solid var(--gxp-line-strong);
  border-radius: var(--gxp-radius);
  background: var(--gxp-paper);
}

.gxp-page .gxp-alliance-compare table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  table-layout: fixed;
}

.gxp-page .gxp-alliance-compare th,
.gxp-page .gxp-alliance-compare td {
  padding: 19px 22px;
  border: 0;
  border-right: 1px solid var(--gxp-line);
  border-bottom: 1px solid var(--gxp-line);
  color: var(--gxp-text);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}

.gxp-page .gxp-alliance-compare tr > *:last-child {
  border-right: 0;
}

.gxp-page .gxp-alliance-compare tbody tr:last-child > * {
  border-bottom: 0;
}

.gxp-page .gxp-alliance-compare thead th {
  padding-top: 26px;
  padding-bottom: 26px;
  background: var(--gxp-paper);
  color: var(--gxp-ink);
}

.gxp-page .gxp-alliance-compare thead th:first-child {
  width: 28%;
  color: var(--gxp-muted);
  font-size: 12px;
}

.gxp-page .gxp-alliance-compare thead span {
  display: block;
  margin-bottom: 10px;
  color: var(--gxp-ink);
  font-size: 15px;
  font-weight: 700;
}

.gxp-page .gxp-alliance-compare thead span b {
  margin-left: 7px;
  color: var(--gxp-accent);
  font-size: 10px;
}

.gxp-page .gxp-alliance-compare thead strong {
  display: block;
  color: var(--gxp-ink);
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.gxp-page .gxp-alliance-compare thead small {
  margin-right: 3px;
  font-size: 14px;
}

.gxp-page .gxp-alliance-compare thead em {
  margin-left: 3px;
  color: var(--gxp-muted);
  font-family: inherit;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
}

.gxp-page .gxp-alliance-compare tbody th {
  color: var(--gxp-ink);
  font-weight: 600;
}

.gxp-page .gxp-alliance-compare .is-featured {
  background: var(--gxp-accent-soft);
}

.gxp-page .seminar-alliance-perks {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.7fr);
  gap: 48px;
  align-items: start;
  padding-top: 34px;
  border-top: 1px solid var(--gxp-line-strong);
}

.gxp-page .alliance-perks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
}

.gxp-page .perk-item {
  display: block;
  min-width: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--gxp-line);
  color: var(--gxp-text);
  font-size: 13px;
  line-height: 1.6;
}

.gxp-page .perk-item i {
  display: none;
}

/* Responsive */
@media (max-width: 1080px) {
  .gxp-page .gxp-hero .seminar-hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: 48px;
  }

  .gxp-page .gxp-hero::before {
    left: 58%;
  }

  .gxp-page .seminar-pain-panel {
    grid-template-columns: 1fr;
  }

  .gxp-page .seminar-feature-expert,
  .gxp-page .seminar-feature-update {
    grid-column: 1 / -1;
  }

  .gxp-page .seminar-feature-update {
    padding-left: 0;
    border-left: 0;
  }

  .gxp-page .seminar-gallery-grid {
    grid-auto-rows: 125px;
  }
}

@media (max-width: 820px) {
  .gxp-page :where(.gxp-hero, .gxp-learning, .gxp-features, .gxp-gallery, .gxp-pathways, .gxp-evidence, .gxp-courses, .gxp-alliance) {
    padding: 78px 20px 88px !important;
  }

  .gxp-page .gxp-hero {
    min-height: 0;
    padding-top: 52px !important;
  }

  .gxp-page .gxp-hero::before {
    display: none;
  }

  .gxp-page .gxp-hero .seminar-hero-shell {
    grid-template-columns: 1fr;
    gap: 46px;
    min-height: 0;
  }

  .gxp-page .seminar-hero-photo {
    margin-left: 0;
  }

  .gxp-page .seminar-hero-panel-body {
    margin-left: 8%;
    margin-right: 0;
  }

  .gxp-page .gxp-chapters {
    overflow-x: auto;
  }

  .gxp-page .gxp-chapters-inner {
    width: max-content;
    min-width: 760px;
  }

  .gxp-page .seminar-scene-strip {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gxp-page .seminar-scene-primary {
    min-height: 390px;
  }

  .gxp-page .seminar-scene-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px;
  }

  .gxp-page .seminar-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gxp-page .seminar-pain-item {
    padding: 18px 20px;
    border-right: 1px solid var(--gxp-line);
    border-bottom: 1px solid var(--gxp-line);
  }

  .gxp-page .seminar-method-card,
  .gxp-page .seminar-method-card-overview,
  .gxp-page .seminar-method-card-result {
    grid-column: span 6;
  }

  .gxp-page .seminar-feature-course-layout,
  .gxp-page .seminar-evidence-layout,
  .gxp-page .seminar-alliance-perks {
    grid-template-columns: 1fr;
  }

  .gxp-page .seminar-series-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gxp-page .seminar-expert-tracks {
    grid-template-columns: 1fr;
  }

  .gxp-page .seminar-expert-tracks section {
    border-right: 0;
    border-bottom: 1px solid var(--gxp-line);
  }

  .gxp-page .seminar-expert-tracks h4 {
    min-height: 0;
  }

  .gxp-page .seminar-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .gxp-page .seminar-gallery-grid figure,
  .gxp-page .seminar-gallery-grid figure:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gxp-page .seminar-gallery-grid figure:first-child {
    grid-column: 1 / -1;
  }

  .gxp-page .module-card:nth-child(n) {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .gxp-page #gxp-course-directory {
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: visible;
  }

  .gxp-page #gxp-course-directory .course-tabs-nav {
    display: flex;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    border-right: 0;
    border-bottom: 1px solid var(--gxp-line);
  }

  .gxp-page #gxp-course-directory .course-tab {
    flex: 0 0 auto;
    grid-template-columns: auto auto;
    min-height: 50px;
    border-right: 1px solid var(--gxp-line);
    border-bottom: 0;
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  .gxp-page :where(.gxp-hero, .gxp-learning, .gxp-features, .gxp-gallery, .gxp-pathways, .gxp-evidence, .gxp-courses, .gxp-alliance) {
    padding: 64px 16px 74px !important;
  }

  .gxp-page .gxp-hero {
    padding-top: 34px !important;
    padding-bottom: 12px !important;
  }

  .gxp-page .gxp-hero .seminar-hero-shell {
    gap: 24px;
  }

  .gxp-page .gxp-hero h1 {
    margin-bottom: 16px;
    font-size: 44px;
  }

  .gxp-page .seminar-hero-lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  .gxp-page .seminar-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 20px;
  }

  .gxp-page .seminar-hero-stats > div {
    display: block;
    padding: 12px 8px 12px 0;
    border-right: 1px solid var(--gxp-line);
    border-bottom: 0;
  }

  .gxp-page .seminar-hero-stats > div:last-child {
    border-right: 0;
    padding-left: 10px;
  }

  .gxp-page .seminar-hero-stats > div:nth-child(2) {
    padding-left: 10px;
  }

  .gxp-page .seminar-hero-stats strong {
    font-size: 24px;
  }

  .gxp-page .seminar-hero-stats span {
    display: block;
    margin-top: 7px;
    font-size: 10px;
  }

  .gxp-page .seminar-hero-actions {
    display: grid;
    margin-bottom: 0;
  }

  .gxp-page .seminar-hero-btn {
    width: 100%;
  }

  .gxp-page .seminar-hero-btn-ghost,
  .gxp-page .seminar-hero-tags {
    display: none;
  }

  .gxp-page .seminar-hero-photo img {
    height: 150px;
    aspect-ratio: auto;
  }

  .gxp-page .seminar-hero-panel-body {
    width: 100%;
    margin: 0;
    padding: 16px 18px 18px;
  }

  .gxp-page .seminar-delivery-copy {
    display: none;
  }

  .gxp-page .seminar-format-list {
    gap: 6px 14px;
  }

  .gxp-page .seminar-format-list span {
    font-size: 11px;
  }

  .gxp-page .seminar-section-heading,
  .gxp-page .course-section-head,
  .gxp-page .seminar-alliance-heading {
    margin-bottom: 38px;
  }

  .gxp-page .seminar-section-heading h2,
  .gxp-page .course-section-head h2,
  .gxp-page .seminar-alliance-heading h2 {
    font-size: 32px;
  }

  .gxp-page .seminar-section-heading > p,
  .gxp-page .course-section-head > p,
  .gxp-page .seminar-alliance-heading > p {
    font-size: 14px;
    line-height: 1.8;
  }

  .gxp-page .seminar-scene-primary {
    min-height: 280px;
  }

  .gxp-page .seminar-scene-stack {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 230px);
  }

  .gxp-page .seminar-pain-grid,
  .gxp-page .seminar-series-list,
  .gxp-page .seminar-expert-lead,
  .gxp-page .seminar-record-grid,
  .gxp-page .alliance-perks {
    grid-template-columns: 1fr;
  }

  .gxp-page .seminar-pain-item {
    border-right: 0;
  }

  .gxp-page .seminar-method-heading,
  .gxp-page .seminar-mode-compare-heading {
    display: block;
  }

  .gxp-page .seminar-method-badge,
  .gxp-page .seminar-mode-compare-mark {
    display: block;
    margin-top: 8px;
  }

  .gxp-page .seminar-method-card,
  .gxp-page .seminar-method-card-overview,
  .gxp-page .seminar-method-card-result {
    grid-column: 1 / -1;
    padding: 26px 22px 30px;
    border-right: 0;
  }

  .gxp-page .seminar-mode-table th,
  .gxp-page .seminar-mode-table td {
    padding: 14px 12px;
    font-size: 12px;
  }

  .gxp-page .seminar-feature-grid {
    gap: 44px;
  }

  .gxp-page .seminar-feature-course-layout {
    gap: 28px;
  }

  .gxp-page .seminar-expert-lead {
    gap: 24px;
  }

  .gxp-page .seminar-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .gxp-page .seminar-gallery-grid figure,
  .gxp-page .seminar-gallery-grid figure:nth-child(n) {
    grid-column: 1;
  }

  .gxp-page .module-card {
    padding: 28px 24px 32px;
  }

  .gxp-page .seminar-record-grid a,
  .gxp-page .seminar-record-grid a:nth-child(n) {
    grid-column: 1;
  }

  .gxp-page #gxp-course-directory .panel-hd {
    display: block;
    min-height: 0;
    padding: 22px 18px;
  }

  .gxp-page #gxp-course-directory .series-title {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .gxp-page #gxp-course-directory .course-card {
    padding: 0 18px 22px;
  }

  .gxp-page #gxp-course-directory .course-table td {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
  }

  .gxp-page #gxp-course-directory .course-table td:first-child {
    padding-right: 16px;
  }

  .gxp-page #gxp-course-directory .course-table td:last-child {
    width: 52px;
  }

  .gxp-page .seminar-alliance-saving {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .gxp-page *,
  .gxp-page *::before,
  .gxp-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
