.wv-course-product {
  --wv-course-blue: #1677f8;
  --wv-course-ink: #03101b;
  --wv-course-text: #2d4151;
  --wv-course-line: #d8e2ec;
  --wv-course-soft: #f4f8fc;
  --wv-course-sticky-offset: 190px;
  --wv-course-white: #fff;
  color: var(--wv-course-ink);
}

.wv-course-preview-notice {
  background: #fff7d6;
  border-bottom: 1px solid rgba(3, 16, 27, 0.14);
  color: var(--wv-course-ink);
  padding: 14px 0;
}

.wv-course-preview-notice p {
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
}

.wv-course-preview-notice strong {
  margin-right: 8px;
}

.wv-course-preview-notice a {
  color: var(--wv-course-blue);
  font-weight: 700;
  margin-left: 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wv-course-product,
.wv-course-product * {
  box-sizing: border-box;
}

.wv-course-product h1,
.wv-course-product h2,
.wv-course-product h3,
.wv-course-product p {
  margin-top: 0;
}

.wv-course-product__hero {
  --wv-course-hero-bg: var(--green);
  --wv-course-hero-bg-soft: var(--wv-course-soft);
  background: var(--wv-course-hero-bg);
  overflow: visible;
  padding: 0;
  position: relative;
}

.wv-course-product__hero--green {
  --wv-course-hero-bg: var(--green);
  --wv-course-hero-bg-soft: var(--wv-course-soft);
}

.wv-course-product__hero--yellow {
  --wv-course-hero-bg: var(--bgyellow);
  --wv-course-hero-bg-soft: #fff9da;
}

.wv-course-product__hero--orange {
  --wv-course-hero-bg: var(--bgorange);
  --wv-course-hero-bg-soft: #fff1e8;
}

.wv-course-product__hero--purple {
  --wv-course-hero-bg: var(--bgpurple);
  --wv-course-hero-bg-soft: #edf2f7;
}

.wv-course-product__hero > .container {
  box-sizing: border-box;
  max-width: min(1520px, calc(100vw - 64px));
  padding-bottom: 64px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 88px;
  width: min(1520px, calc(100vw - 64px));
}

.wv-course-product__body-grid {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.wv-course-product__body-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.wv-course-product__hero-stage {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  position: relative;
}

.wv-course-product__hero-content {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.wv-course-product__hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--wv-course-white);
  border: 1px solid rgba(216, 226, 236, 0.9);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(3, 16, 27, 0.12);
  margin-right: -72px;
  min-width: 0;
  padding: 40px;
}

.wv-course-product__hero-visual {
  margin-left: -12px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.wv-course-product__hero-media {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: transparent;
  border: 1px solid rgba(216, 226, 236, 0.95);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(3, 16, 27, 0.14);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.wv-course-product__hero-image-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.wv-course-product__hero-category-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  max-width: min(72%, calc(100% - 36px));
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
}

.wv-course-product__trustpilot-overlay {
  bottom: 18px;
  position: absolute;
  right: 18px;
  width: min(340px, calc(100% - 36px));
  z-index: 2;
}

.wv-course-product__trustpilot-card {
  align-items: center;
  background: var(--wv-course-white);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(3, 16, 27, 0.18);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  text-align: center;
}

.wv-course-product__trustpilot-card .trustpilot-widget {
  width: 100%;
}

.wv-course-product__hero-category-badge {
  background: rgba(3, 16, 27, 0.9);
  border-radius: 999px;
  color: var(--wv-course-white);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  line-height: 14px;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 7px 11px;
  text-transform: uppercase;
}

.wv-course-product__hero-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.wv-course-product__hero-media img.wv-course-product__hero-image:not(.wv-course-product__hero-image--logo) {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wv-course-product__hero-image--logo {
  height: auto;
  max-height: 96px;
  max-width: 58%;
  object-fit: contain;
  width: auto;
}

.wv-course-product__hero-visual--fallback .wv-course-product__hero-media {
  background: linear-gradient(135deg, rgba(22, 119, 248, 0.1), rgba(255, 216, 79, 0.14)), var(--wv-course-white);
}

.wv-course-product__hero-brand-fallback {
  color: var(--wv-course-blue);
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.wv-course-product__eyebrow {
  color: var(--wv-course-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.wv-course-product h1 {
  color: var(--wv-course-ink);
  font-size: 58px;
  line-height: 64px;
  margin-bottom: 24px;
}

.wv-course-product__intro {
  color: var(--wv-course-text);
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 24px;
}

.wv-course-product__hero-prices {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.wv-course-product__hero-price-card {
  background: #f7fbff;
  border: 1px solid rgba(22, 119, 248, 0.18);
  border-radius: 8px;
  color: var(--wv-course-ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 15px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.wv-course-product__hero-price-card:focus-visible {
  outline: 3px solid var(--wv-course-blue);
  outline-offset: 3px;
}

.wv-course-product__hero-price-card:hover,
.wv-course-product__hero-price-card:focus-visible {
  border-color: rgba(22, 119, 248, 0.42);
  box-shadow: 0 12px 28px rgba(3, 16, 27, 0.1);
  color: var(--wv-course-ink);
  text-decoration: none;
  transform: translateY(-1px);
}

.wv-course-product__hero-price-card--team {
  background: var(--wv-course-blue);
  border-color: var(--wv-course-blue);
  color: var(--wv-course-white);
}

.wv-course-product__hero-price-card--team:hover,
.wv-course-product__hero-price-card--team:focus-visible {
  background: #0f67df;
  border-color: #0f67df;
  box-shadow: 0 14px 30px rgba(22, 119, 248, 0.26);
  color: var(--wv-course-white);
}

.wv-course-product__hero-price-body {
  display: grid;
  flex: 1;
  gap: 3px;
  min-width: 0;
}

.wv-course-product__hero-price-route,
.wv-course-product__hero-price-region,
.wv-course-product__hero-price-secondary {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}

.wv-course-product__hero-price-route {
  color: var(--wv-course-blue);
  text-transform: uppercase;
}

.wv-course-product__hero-price-primary {
  color: var(--wv-course-ink);
  display: block;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.wv-course-product__hero-price-prefix {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 17px;
}

.wv-course-product__hero-price-amount {
  display: block;
  font-size: 21px;
  font-weight: 800;
  line-height: 27px;
}

.wv-course-product__hero-price-region,
.wv-course-product__hero-price-secondary {
  color: var(--wv-course-text);
}

.wv-course-product__hero-price-card--team .wv-course-product__hero-price-route,
.wv-course-product__hero-price-card--team .wv-course-product__hero-price-primary,
.wv-course-product__hero-price-card--team .wv-course-product__hero-price-region,
.wv-course-product__hero-price-card--team .wv-course-product__hero-price-cta {
  color: var(--wv-course-white);
}

.wv-course-product__hero-price-card--team .wv-course-product__hero-price-region {
  opacity: 0.86;
}

.wv-course-product__hero-price-secondary {
  border-top: 1px solid rgba(216, 226, 236, 0.95);
  margin-top: 7px;
  padding-top: 7px;
}

.wv-course-product__hero-price-cta {
  align-items: center;
  align-self: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--wv-course-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  justify-content: flex-start;
  line-height: 16px;
  margin-top: 4px;
  min-height: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  width: auto;
}

.wv-course-product__hero-price-cta::after {
  content: "\2192";
  font-size: 13px;
  line-height: 1;
  transform: translateY(-1px);
}

.wv-course-product__hero-price-card:hover .wv-course-product__hero-price-cta,
.wv-course-product__hero-price-card:focus-visible .wv-course-product__hero-price-cta {
  background: transparent;
  border-color: transparent;
  color: var(--wv-course-blue);
  text-decoration: none;
}

.wv-course-product__hero-price-card--team:hover .wv-course-product__hero-price-cta,
.wv-course-product__hero-price-card--team:focus-visible .wv-course-product__hero-price-cta {
  color: var(--wv-course-white);
}

.wv-course-product__hero-pathways {
  border-top: 1px solid rgba(216, 226, 236, 0.95);
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
}

.wv-course-product__hero-pathways-label {
  color: var(--wv-course-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  margin-bottom: 0;
}

.wv-course-product__hero-pathways-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wv-course-product__hero-pathways-list li {
  align-items: center;
  color: var(--wv-course-ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 26px minmax(0, 1fr);
  min-width: 0;
}

.wv-course-product__hero-pathway-number {
  align-items: center;
  background: var(--wv-course-blue);
  border-radius: 999px;
  color: var(--wv-course-white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  line-height: 1;
  width: 26px;
}

.wv-course-product__hero-pathway-name {
  color: var(--wv-course-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.wv-course-product__glance,
.wv-course-product__card,
.wv-course-product__support-card {
  background: var(--wv-course-white);
  border: 1px solid var(--wv-course-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(3, 16, 27, 0.08);
}

.wv-course-product__glance {
  margin-top: -40px;
  padding: 24px;
  position: relative;
  z-index: 2;
}

.wv-course-product__glance h2,
.wv-course-product__support-card h2 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}

.wv-course-product__glance dl {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.wv-course-product__glance dl > div {
  background: #f9fbfd;
  border: 1px solid rgba(216, 226, 236, 0.9);
  border-radius: 8px;
  min-width: 0;
  padding: 16px;
}

.wv-course-product__glance dt {
  align-items: center;
  color: var(--wv-course-text);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  line-height: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.wv-course-product__glance dt::before {
  background: var(--wv-course-blue);
  border-radius: 999px;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
}

.wv-course-product__glance dd {
  color: var(--wv-course-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.wv-course-product__section,
.wv-course-product__body {
  padding: 80px 0;
}

.wv-course-product__section:nth-of-type(2n),
.wv-course-product__enquiry,
.wv-course-product__trust {
  background: var(--wv-course-soft);
}

.wv-course-product__section-heading {
  margin-bottom: 32px;
  max-width: 760px;
}

.wv-course-product__section-heading h2,
.wv-course-product__content-section h2 {
  color: var(--wv-course-ink);
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 16px;
}

.wv-course-product__route-grid,
.wv-course-product__trust-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wv-course-product__trust-grid {
  align-items: stretch;
  gap: 24px;
}

.wv-course-product__trust .wv-course-product__section-heading {
  margin-bottom: 38px;
  max-width: none;
}

.wv-course-product__trust .wv-course-product__section-heading:last-child {
  margin-bottom: 0;
}

.wv-course-product__trust .wv-course-product__section-heading h2 {
  max-width: 760px;
}

.wv-course-product__trust-lead {
  max-width: min(66.666%, 900px);
}

.wv-course-product__trust-lead p {
  font-size: 19px;
  line-height: 30px;
}

.wv-course-product__trust-lead p:last-child {
  margin-bottom: 0;
}

.wv-course-product__card,
.wv-course-product__support-card {
  padding: 28px;
}

.wv-course-product__card h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
}

.wv-course-product__card p,
.wv-course-product__support-card p,
.wv-course-product__content-section p,
.wv-course-product__enquiry-content p,
.wv-course-product__section-heading p {
  color: var(--wv-course-text);
}

.wv-course-product__section-heading .wv-course-product__eyebrow {
  color: var(--wv-course-blue);
}

.wv-course-product__route-label,
.wv-course-product__route-note {
  color: var(--wv-course-blue);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.wv-course-product__route-label {
  text-transform: uppercase;
}

.wv-course-product__route-card-kicker {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.wv-course-product__route-icon {
  align-items: center;
  background: #e8edf7;
  border-radius: 8px;
  color: var(--wv-course-ink);
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.wv-course-product__route-icon svg {
  display: block;
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.wv-course-product__route-note {
  border-top: 1px solid var(--wv-course-line);
  margin-top: 22px;
  padding-top: 20px;
}

.wv-course-product__route-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.wv-course-product__route-card::before {
  background: var(--wv-course-blue);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.wv-course-product__route-card--team::before {
  background: #ffd84f;
}

.wv-course-product__route-card-header {
  min-height: 150px;
}

.wv-course-product__price {
  border-top: 1px solid var(--wv-course-line);
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
}

.wv-course-product__card .wv-course-product__price span {
  margin-top: 0;
}

.wv-course-product__price-row {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 16px;
}

.wv-course-product__price-row--primary {
  background: #f7fbff;
  border: 1px solid rgba(22, 119, 248, 0.18);
  border-radius: 8px;
}

.wv-course-product__price-row--secondary {
  border-top: 1px solid var(--wv-course-line);
  padding: 10px 4px 0;
}

.wv-course-product__card .wv-course-product__price-label {
  color: var(--wv-course-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.wv-course-product__card .wv-course-product__price-value {
  color: var(--wv-course-ink);
  font-family: "Red Hat Display", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  overflow-wrap: anywhere;
}

.wv-course-product__card .wv-course-product__price-row--secondary .wv-course-product__price-value {
  color: var(--wv-course-text);
  font-size: 21px;
  line-height: 29px;
}

.wv-course-product__card .wv-course-product__price-was,
.wv-course-product__card .wv-course-product__price-note {
  color: var(--wv-course-text);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.wv-course-product__price-was del {
  color: inherit;
}

.wv-course-product__card-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1.2;
  margin-top: 22px;
  min-height: 50px;
  padding: 13px 22px;
  text-align: center;
  text-decoration: none;
}

/* Course CTAs remain button-like in every link state; inline course links retain their decoration. */
.wv-course-product .btn_primary,
.wv-course-product .btn_primary:hover,
.wv-course-product .btn_primary:focus,
.wv-course-product .btn_primary:focus-visible,
.wv-course-product .btn_primary:active,
.wv-course-product .btn_primary:visited {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  text-decoration: none;
}

.wv-course-product .btn_primary:focus-visible {
  outline: 3px solid var(--wv-course-ink);
  outline-offset: 3px;
}

.wv-course-product__price + .wv-course-product__card-button,
.wv-course-product__route-note + .wv-course-product__card-button {
  margin-top: 28px;
}

.wv-course-product__route-card .wv-course-product__card-button {
  margin-top: auto;
}

.wv-course-product__route-card .wv-course-product__price,
.wv-course-product__route-card .wv-course-product__route-note {
  margin-bottom: 28px;
}

.wv-course-product__trust-card {
  border-color: rgba(216, 226, 236, 0.95);
  box-shadow: 0 18px 42px rgba(3, 16, 27, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 230px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}

.wv-course-product__trust-card::before {
  color: var(--wv-course-blue);
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 74px;
  left: 24px;
  line-height: 1;
  opacity: 0.14;
  position: absolute;
  right: auto;
  top: 18px;
}

.wv-course-product__trust-card p {
  font-size: 18px;
  line-height: 30px;
}

.wv-course-product__trust-card > * {
  position: relative;
  z-index: 1;
}

.wv-course-product__testimonial-quote {
  flex: 1;
  margin: 0;
  padding-top: 34px;
}

.wv-course-product__testimonial-quote p:last-child,
.wv-course-product__trust-card > p:last-child {
  margin-bottom: 0;
}

.wv-course-product__testimonial-attribution {
  border-top: 1px solid rgba(216, 226, 236, 0.95);
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding-top: 18px;
}

.wv-course-product__trust-card strong {
  color: var(--wv-course-ink);
  display: block;
  font-size: 15px;
  line-height: 22px;
}

.wv-course-product__testimonial-attribution span {
  color: var(--wv-course-text);
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.wv-course-product__client-logos {
  align-items: center;
  border-top: 1px solid var(--wv-course-line);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  margin-top: 32px;
  padding-top: 26px;
}

.wv-course-product__section-heading + .wv-course-product__client-logos {
  margin-top: 0;
}

.wv-course-product__client-logo {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(216, 226, 236, 0.82);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 82px;
  padding: 16px;
}

.wv-course-product__client-logo-image {
  display: block;
  filter: grayscale(1) brightness(0);
  height: auto;
  max-height: 42px;
  max-width: 132px;
  object-fit: contain;
  opacity: 0.62;
  width: auto;
}

.wv-course-product__enquiry {
  background: var(--yellow);
  max-height: 2000px;
  opacity: 1;
  overflow: hidden;
  padding: 48px 0 32px;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    max-height 0.5s ease,
    opacity 0.45s ease,
    transform 0.45s ease,
    padding 0.45s ease;
}

.wv-course-product__enquiry--collapsed {
  max-height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  pointer-events: none;
  transform: translateY(-16px);
}

.wv-course-product__enquiry--open,
.wv-course-product__enquiry:target {
  max-height: 2000px;
  opacity: 1;
  padding-bottom: 32px;
  padding-top: 48px;
  pointer-events: auto;
  transform: translateY(0);
}

.wv-course-product__enquiry-inner {
  display: grid;
  gap: 32px;
}

.wv-course-product__enquiry-content,
.wv-course-product__form {
  width: 100%;
}

.wv-course-product__enquiry-content h2 {
  color: var(--wv-course-ink);
  font-family: "DM Serif Display", serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  margin-bottom: 16px;
}

.wv-course-product__enquiry-content p {
  color: var(--wv-course-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  max-width: 704px;
}

.wv-course-product__enquiry-bailout {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(3, 16, 27, 0.16);
  border-radius: 8px;
  margin-bottom: 18px;
  margin-top: 28px;
  padding: 14px 16px;
}

.wv-course-product__enquiry-bailout p {
  color: var(--wv-course-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  margin: 0;
}

.wv-course-product__enquiry-bailout a {
  color: var(--wv-course-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wv-course-product__enquiry-context {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.wv-course-product__enquiry-context div {
  border-top: 1px solid rgba(3, 16, 27, 0.18);
  padding-top: 12px;
}

.wv-course-product__enquiry-context dt {
  color: var(--wv-course-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.wv-course-product__enquiry-context dd {
  color: var(--wv-course-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}

.wv-course-product__form-card {
  background: var(--wv-course-white);
  border: 1px solid #dde1ea;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(45, 64, 107, 0.08);
  padding: 32px;
}

.wv-course-product__form .wpcf7 form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.wv-course-product__form .wpcf7 form .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.wv-course-product__form .form_group {
  margin-bottom: 16px;
}

.wv-course-product__form label {
  color: var(--wv-course-ink);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

.wv-course-product__form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.wv-course-product__form textarea,
.wv-course-product__form select {
  background: #f9fbfd;
  border: 1px solid #ced5e0;
  border-radius: 14px;
  color: var(--wv-course-ink);
  font-size: 16px;
  line-height: 24px;
  min-height: 56px;
  padding: 15px 16px;
  width: 100%;
}

.wv-course-product__form textarea {
  min-height: 160px;
  resize: vertical;
}

.wv-course-product__form .checkbox_wrap {
  color: var(--wv-course-text);
  font-size: 14px;
  line-height: 21px;
}

.wv-course-product__form .wpcf7-list-item {
  margin-left: 0;
}

.wv-course-product__form .wpcf7-response-output {
  border-radius: 8px;
  margin: 18px 0 0;
}

.wv-course-product__form .wpcf7-submit {
  width: 100%;
}

.wv-course-product__form-fallback {
  background: var(--wv-course-soft);
  border: 1px solid var(--wv-course-line);
  border-radius: 8px;
  padding: 24px;
}

.wv-course-product__body {
  background: var(--wv-course-white);
}

.wv-course-product__main {
  display: grid;
  gap: 36px;
}

.wv-course-product__content-section {
  border-bottom: 1px solid var(--wv-course-line);
  padding-bottom: 36px;
}

.wv-course-product__content-section:last-child {
  border-bottom: 0;
}

.wv-course-product__rich-text > *:last-child,
.wv-course-product__support-card > *:last-child {
  margin-bottom: 0;
}

.wv-course-product__support-card--team-enquiry {
  border-color: rgba(22, 119, 248, 0.24);
}

.wv-course-product__support-card .wv-course-product__card-button {
  max-width: 100%;
  width: auto;
}

.wv-course-product__content-section--outcomes .wv-course-product__rich-text {
  margin-bottom: 18px;
}

.wv-course-product__list {
  color: var(--wv-course-text);
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.wv-course-product__outcome-list,
.wv-course-product__delivery-list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wv-course-product__outcome-list {
  gap: 12px;
}

.wv-course-product__outcome-list li {
  background: #f7fbff;
  border: 1px solid rgba(22, 119, 248, 0.16);
  border-radius: 8px;
  color: var(--wv-course-text);
  font-size: 17px;
  line-height: 27px;
  padding: 16px 18px 16px 44px;
  position: relative;
}

.wv-course-product__outcome-list li::before {
  align-items: center;
  background: var(--wv-course-blue);
  border-radius: 999px;
  color: var(--wv-course-white);
  content: "\2713";
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  left: 16px;
  line-height: 1;
  position: absolute;
  top: 19px;
  width: 20px;
}

.wv-course-product__delivery-list {
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-bottom: 18px;
}

.wv-course-product__delivery-list li {
  align-items: center;
  background: var(--wv-course-soft);
  border: 1px solid var(--wv-course-line);
  border-radius: 8px;
  color: var(--wv-course-ink);
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  line-height: 22px;
  min-height: 52px;
  padding: 12px 14px;
}

.wv-course-product__delivery-list li::before {
  background: var(--wv-course-blue);
  border-radius: 999px;
  content: "";
  flex: 0 0 9px;
  height: 9px;
  width: 9px;
}

.wv-course-product__sidebar {
  display: grid;
  gap: 20px;
  position: sticky;
  top: var(--wv-course-sticky-offset);
}

.wv-course-product__accordion {
  display: grid;
  gap: 12px;
}

.wv-course-product__accordion details {
  background: var(--wv-course-white);
  border: 1px solid var(--wv-course-line);
  border-radius: 8px;
  padding: 0;
}

.wv-course-product__accordion summary {
  color: var(--wv-course-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 20px 24px;
}

.wv-course-product__accordion summary:focus-visible {
  outline: 3px solid var(--wv-course-blue);
  outline-offset: 3px;
}

.wv-course-product__accordion-body {
  color: var(--wv-course-text);
  line-height: 1.6;
  padding: 0 24px 22px;
}

.wv-course-product__accordion details p {
  margin: 0;
  padding: 0;
}

.wv-course-product__accordion-body > *:last-child {
  margin-bottom: 0;
}

.wv-course-product__related {
  --wv-course-related-card-width: 268px;
  border-top: 1px solid var(--wv-course-line);
}

.wv-course-product__related-scroll {
  -ms-overflow-style: none;
  box-sizing: border-box;
  margin-bottom: -12px;
  margin-left: calc((100% - 100vw) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
  scrollbar-width: none;
  touch-action: pan-y;
  width: 100vw;
}

.wv-course-product__related-scroll::-webkit-scrollbar {
  display: none;
}

.wv-course-product__related-scroll--scroll {
  cursor: grab;
  overscroll-behavior-inline: contain;
}

.wv-course-product__related-scroll--scroll .wv-course-card__link {
  cursor: pointer;
  pointer-events: auto;
}

.wv-course-product__related-scroll.is-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
  user-select: none;
}

.wv-course-product__related-scroll.is-dragging .wv-course-card__link {
  cursor: grabbing;
}

.wv-course-product__related-grid {
  display: grid;
  gap: 18px;
  grid-auto-columns: var(--wv-course-related-card-width);
  grid-auto-flow: column;
  grid-template-columns: none;
  justify-content: start;
  width: max-content;
}

.wv-course-product__related .wv-course-card {
  min-height: 100%;
  width: var(--wv-course-related-card-width);
}

.wv-course-product__secondary-cta {
  background: var(--wv-course-soft);
}

.wv-course-product__secondary-cta-inner {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
}

.wv-course-product__secondary-cta-inner h2 {
  color: var(--wv-course-ink);
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 16px;
}

.wv-course-product__secondary-cta-inner > div {
  max-width: min(60%, 860px);
}

.wv-course-product__secondary-cta-inner .btn_primary {
  justify-self: start;
  text-decoration: none;
  width: auto;
}

.wv-course-product__secondary-cta-inner .btn_primary:hover,
.wv-course-product__secondary-cta-inner .btn_primary:focus,
.wv-course-product__secondary-cta-inner .btn_primary:focus-visible,
.wv-course-product__secondary-cta-inner .btn_primary:active,
.wv-course-product__secondary-cta-inner .btn_primary:visited {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .wv-course-product__hero {
    background: linear-gradient(to bottom, var(--wv-course-hero-bg) 0, var(--wv-course-hero-bg) calc(100% - 96px), var(--wv-course-white) calc(100% - 96px), var(--wv-course-white) 100%);
  }

  .wv-course-product__hero-stage {
    align-items: stretch;
  }

  .wv-course-product__hero-content,
  .wv-course-product__hero-visual {
    display: flex;
    min-height: 0;
  }

  .wv-course-product__hero-card,
  .wv-course-product__hero-media {
    width: 100%;
  }

  .wv-course-product__hero-card {
    border-radius: 8px 0 0 8px;
  }

  .wv-course-product__hero-media {
    aspect-ratio: auto;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    height: 100%;
    max-height: 100%;
    min-height: 0;
  }

  .wv-course-product__hero-image {
    max-height: 100%;
    min-height: 0;
  }

  .wv-course-product__glance {
    margin-bottom: 48px;
    transform: translateY(50%);
  }

  .wv-course-product__enquiry-inner {
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }

  .wv-course-product__enquiry-content {
    padding-right: 16px;
  }

  .wv-course-product__form {
    padding-left: 16px;
  }
}

@media (max-width: 1199px) {
  .wv-course-product__hero {
    padding: 0;
  }

  .wv-course-product__hero > .container {
    max-width: calc(100vw - 48px);
    padding-bottom: 56px;
    padding-top: 72px;
    width: calc(100vw - 48px);
  }

  .wv-course-product__hero-stage,
  .wv-course-product__body-grid,
  .wv-course-product__enquiry-inner {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .wv-course-product__hero-stage {
    gap: 0;
    justify-items: center;
  }

  .wv-course-product__hero-card {
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    margin-right: 0;
  }

  .wv-course-product__hero-content {
    order: 2;
  }

  .wv-course-product__hero-content,
  .wv-course-product__hero-visual,
  .wv-course-product__glance {
    max-width: calc(100vw - 64px);
    width: 100%;
  }

  .wv-course-product__hero-visual {
    margin-left: 0;
    order: 1;
  }

  .wv-course-product__hero-media {
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    box-shadow: none;
  }

  .wv-course-product__glance {
    border-radius: 0 0 8px 8px;
    border-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .wv-course-product__glance dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wv-course-product__sidebar {
    position: static;
  }

  .wv-course-product h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .wv-course-product__secondary-cta-inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .wv-course-product__secondary-cta-inner > div {
    max-width: none;
  }

}

@media (max-width: 767px) {
  .wv-course-product__hero,
  .wv-course-product__section,
  .wv-course-product__body,
  .wv-course-product__enquiry {
    padding: 56px 0;
  }

  .wv-course-product__hero {
    padding: 0;
  }

  .wv-course-product__hero > .container {
    max-width: calc(100vw - 64px);
    padding-bottom: 56px;
    padding-top: 56px;
    width: calc(100vw - 64px);
  }

  .wv-course-product__enquiry--collapsed {
    padding-bottom: 0;
    padding-top: 0;
  }

  .wv-course-product h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .wv-course-product__hero-card {
    padding: 26px;
  }

  .wv-course-product__hero-category-badges {
    max-width: calc(100% - 28px);
    right: 14px;
    top: 14px;
  }

  .wv-course-product__hero-visual--has-trustpilot .wv-course-product__hero-media {
    aspect-ratio: auto;
    border-radius: 0;
    overflow: visible;
  }

  .wv-course-product__hero-visual--has-trustpilot .wv-course-product__hero-image-wrap {
    height: auto;
    overflow: visible;
  }

  .wv-course-product__hero-visual--has-trustpilot .wv-course-product__hero-image {
    border-radius: 0;
    height: auto;
  }

  .wv-course-product__hero-visual--has-trustpilot .wv-course-product__trustpilot-overlay {
    margin-top: 0;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .wv-course-product__hero-visual--has-trustpilot .wv-course-product__trustpilot-card {
    border-radius: 0;
  }

  .wv-course-product__hero-category-badge {
    font-size: 10px;
    line-height: 13px;
    padding: 6px 9px;
  }

  .wv-course-product__card-button {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .wv-course-product__intro {
    font-size: 19px;
    line-height: 28px;
  }

  .wv-course-product__hero-prices {
    grid-template-columns: 1fr;
  }

  .wv-course-product__hero-price-amount {
    font-size: 20px;
    line-height: 26px;
  }

  .wv-course-product__trust-lead {
    max-width: none;
  }

  .wv-course-product__trust-lead p,
  .wv-course-product__trust-card p {
    font-size: 17px;
    line-height: 28px;
  }

  .wv-course-product__trust-card {
    min-height: 0;
    padding: 26px;
  }

  .wv-course-product__client-logos {
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  }

  .wv-course-product__client-logo {
    min-height: 74px;
    padding: 14px;
  }

  .wv-course-product__client-logo-image {
    max-height: 36px;
    max-width: 112px;
  }

  .wv-course-product__route-grid,
  .wv-course-product__trust-grid,
  .wv-course-product__glance dl {
    grid-template-columns: 1fr;
  }

  .wv-course-product__route-card-header {
    min-height: 0;
  }

  .wv-course-product__glance,
  .wv-course-product__card,
  .wv-course-product__form-card,
  .wv-course-product__support-card {
    padding: 22px;
  }

  .wv-course-product__section-heading h2,
  .wv-course-product__content-section h2,
  .wv-course-product__secondary-cta-inner h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .wv-course-product__secondary-cta-inner .btn_primary {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .wv-course-product__related {
    --wv-course-related-card-width: min(340px, calc(100vw - 40px));
  }
}

@media (max-width: 1199px) and (max-height: 900px) and (orientation: portrait) {
  .wv-course-product__hero > .container {
    margin-left: 24px;
    margin-right: auto;
    max-width: min(342px, calc(100vw - 48px));
    width: min(342px, calc(100vw - 48px));
  }

  .wv-course-product__hero-content,
  .wv-course-product__hero-visual,
  .wv-course-product__glance {
    max-width: 100%;
  }
}
