/* Machine Learning course landing — only when .ml-page.ml-landing (MachineLearning.cshtml).
   Loads after ml-theme.css; overrides waves/sections for a cleaner, high-converting layout. */

.ml-page.ml-landing {
  --ml-land-accent: #00a3c4;
  --ml-land-accent-soft: rgba(0, 163, 196, 0.12);
  --ml-land-surface: #ffffff;
  --ml-land-surface-2: #f4f8fc;
  --ml-land-text: #0f172a;
  --ml-land-muted: #475569;
  --ml-land-radius: 18px;
  --ml-land-radius-sm: 12px;
  --ml-land-shadow: 0 4px 24px rgba(0, 76, 143, 0.08);
  --ml-land-shadow-hover: 0 20px 48px rgba(0, 76, 143, 0.14);
  --ml-land-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Remove wave dividers on this page for a calmer, modern rhythm */
.ml-page.ml-landing .ml-section::after,
.ml-page.ml-landing .ml-cta-section::after {
  display: none !important;
}

/* ----- Hero ----- */
.ml-page.ml-landing .ml-landing-hero.ml-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgba(0, 76, 143, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 10%, rgba(0, 163, 196, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fc 45%, #f4f9fd 100%) !important;
  padding-top: clamp(2.5rem, 6vw, 4rem) !important;
  padding-bottom: clamp(2.5rem, 6vw, 4rem) !important;
}
.ml-page.ml-landing .ml-landing-hero.ml-hero::before {
  background:
    linear-gradient(135deg, rgba(0, 76, 143, 0.08) 0%, transparent 45%),
    linear-gradient(225deg, rgba(0, 163, 196, 0.06) 0%, transparent 50%) !important;
}
.ml-page.ml-landing .ml-landing-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 76, 143, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 76, 143, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
  pointer-events: none;
  z-index: 0;
}
.ml-page.ml-landing .ml-landing-hero .container {
  position: relative;
  z-index: 1;
}
.ml-page.ml-landing .ml-landing-hero__title {
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--ml-land-text);
  text-wrap: balance;
}
.ml-page.ml-landing .ml-landing-hero__title .ml-landing-hero__accent {
  background: linear-gradient(105deg, #004c8f 0%, #0066b3 40%, #00a3c4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ml-page.ml-landing .ml-landing-hero__sub {
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.65;
  color: var(--ml-land-muted);
  max-width: 38rem;
}
.ml-page.ml-landing .ml-landing-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  max-width: 28rem;
}
@media (min-width: 576px) {
  .ml-page.ml-landing .ml-landing-hero__stats {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
  }
}
.ml-page.ml-landing .ml-landing-stat-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.65rem 0.75rem;
  border-radius: var(--ml-land-radius-sm);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 76, 143, 0.12);
  box-shadow: 0 2px 12px rgba(0, 76, 143, 0.06);
  transition: transform 0.35s var(--ml-land-ease), box-shadow 0.35s ease, border-color 0.35s ease;
}
.ml-page.ml-landing .ml-landing-stat-chip:hover {
  transform: translateY(-3px);
  box-shadow: var(--ml-land-shadow-hover);
  border-color: rgba(0, 76, 143, 0.2);
}
.ml-page.ml-landing .ml-landing-stat-chip__value {
  font-size: 1.15rem;
  font-weight: 800;
  color: #004c8f;
  line-height: 1.2;
}
.ml-page.ml-landing .ml-landing-stat-chip__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ml-land-muted);
  margin-top: 0.2rem;
}
.ml-page.ml-landing .ml-landing-hero__visual {
  position: relative;
  border-radius: var(--ml-land-radius);
  overflow: hidden;
  box-shadow: var(--ml-land-shadow-hover);
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(145deg, #fff 0%, #e8f2fa 100%);
}
.ml-page.ml-landing .ml-landing-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 76, 143, 0.08);
  pointer-events: none;
}
.ml-page.ml-landing .ml-landing-hero__visual img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s var(--ml-land-ease);
}
.ml-page.ml-landing .ml-landing-hero__visual:hover img {
  transform: scale(1.04);
}
.ml-page.ml-landing .ml-landing-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #004c8f;
  background: linear-gradient(135deg, rgba(0, 76, 143, 0.1) 0%, rgba(0, 163, 196, 0.08) 100%);
  border: 1px solid rgba(0, 76, 143, 0.15);
  margin-bottom: 1rem;
}
.ml-page.ml-landing .ml-landing-hero-trust {
  gap: 0.5rem 1rem;
}
.ml-page.ml-landing .ml-landing-hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ml-land-muted);
}
.ml-page.ml-landing .ml-landing-hero-trust .ml-hero-tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #004c8f, #003d73);
  color: #fff;
  font-size: 0.65rem;
  flex-shrink: 0;
}
/* ----- Section shells ----- */
.ml-page.ml-landing .ml-landing-section {
  position: relative;
  padding-top: clamp(2.75rem, 6vw, 4.5rem) !important;
  padding-bottom: clamp(2.75rem, 6vw, 4.5rem) !important;
}
.ml-page.ml-landing .ml-landing-section--mesh {
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(0, 163, 196, 0.07) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}
.ml-page.ml-landing .ml-landing-section--soft {
  background: linear-gradient(180deg, #f1f6fb 0%, #e8f1f9 50%, #f4f8fc 100%) !important;
}
.ml-page.ml-landing .ml-landing-section__head {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}
.ml-page.ml-landing .ml-landing-section__head h2 {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.ml-page.ml-landing .ml-landing-section__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ml-land-muted);
  margin-bottom: 0;
}

/* ----- Icon + cards ----- */
.ml-page.ml-landing .ml-landing-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(0, 76, 143, 0.14) 0%, rgba(0, 163, 196, 0.1) 100%);
  color: #004c8f;
  margin-bottom: 1rem;
  box-shadow: 0 4px 14px rgba(0, 76, 143, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.35s var(--ml-land-ease), box-shadow 0.35s ease;
}
.ml-page.ml-landing .ml-landing-icon svg {
  width: 26px;
  height: 26px;
}
.ml-page.ml-landing .ai-highlight-card:hover .ml-landing-icon,
.ml-page.ml-landing .ai-career-card:hover .ml-landing-icon,
.ml-page.ml-landing .ml-landing-pillar:hover .ml-landing-icon {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 8px 22px rgba(0, 76, 143, 0.18);
}

/* “What you get”: wrapper uses both .row and .ml-cards-grid (display:grid in course-page-shared).
   Row negative margins + col gutter padding fight grid gap — clear row spacing between card rows. */
.ml-page.ml-landing .ml-cards-grid.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  row-gap: clamp(0.875rem, 2.25vw, 1.375rem);
  column-gap: clamp(1rem, 2.5vw, 1.5rem);
}
.ml-page.ml-landing .ml-cards-grid.row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ml-page.ml-landing .ai-highlight-card,
.ml-page.ml-landing .ai-career-card,
.ml-page.ml-landing .ai-benefit-card {
  height: 100%;
  border-radius: var(--ml-land-radius) !important;
  padding: 1.5rem 1.35rem !important;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%) !important;
  border: 1px solid rgba(0, 76, 143, 0.1) !important;
  box-shadow: var(--ml-land-shadow) !important;
  transition: transform 0.4s var(--ml-land-ease), box-shadow 0.4s ease, border-color 0.35s ease !important;
}
.ml-page.ml-landing .ai-highlight-card:hover,
.ml-page.ml-landing .ai-career-card:hover,
.ml-page.ml-landing .ai-benefit-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--ml-land-shadow-hover) !important;
  border-color: rgba(0, 76, 143, 0.22) !important;
}
.ml-page.ml-landing .ai-highlight-card::before,
.ml-page.ml-landing .ai-career-card::before {
  height: 3px !important;
  background: linear-gradient(90deg, #004c8f 0%, #00a3c4 100%) !important;
}
.ml-page.ml-landing .ai-highlight-card h3,
.ml-page.ml-landing .ai-career-card .ai-career-role {
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.ml-page.ml-landing .ai-career-card .ai-career-icon {
  display: none !important;
}
.ml-page.ml-landing .ai-career-card .ml-landing-icon {
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
}
.ml-page.ml-landing .ai-career-card {
  text-align: center;
}
.ml-page.ml-landing .ai-career-card .ai-career-role {
  margin-top: 0.25rem;
}

.ml-page.ml-landing .ai-highlight-icon {
  display: none !important;
}

/* Pillars (why section) */
.ml-page.ml-landing .ml-landing-pillar {
  display: flex;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: var(--ml-land-radius-sm);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 76, 143, 0.1);
  box-shadow: 0 2px 16px rgba(0, 76, 143, 0.06);
  transition: transform 0.35s var(--ml-land-ease), box-shadow 0.35s ease;
  height: 100%;
}
.ml-page.ml-landing .ml-landing-pillar:hover {
  transform: translateY(-4px);
  box-shadow: var(--ml-land-shadow-hover);
}
.ml-page.ml-landing .ml-landing-pillar .ml-landing-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}
.ml-page.ml-landing .ml-landing-pillar h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #004c8f;
  margin-bottom: 0.25rem;
}
.ml-page.ml-landing .ml-landing-pillar p {
  font-size: 0.9rem;
  color: var(--ml-land-muted);
  margin: 0;
  line-height: 1.5;
}

/* Metric / impact cards */
.ml-page.ml-landing .ml-landing-metric {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: var(--ml-land-radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(0, 76, 143, 0.1);
  box-shadow: var(--ml-land-shadow);
  transition: transform 0.4s var(--ml-land-ease), box-shadow 0.4s ease;
  height: 100%;
}
.ml-page.ml-landing .ml-landing-metric:hover {
  transform: translateY(-5px);
  box-shadow: var(--ml-land-shadow-hover);
}
.ml-page.ml-landing .ml-landing-metric__value {
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
  background: linear-gradient(105deg, #004c8f, #00a3c4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}
.ml-page.ml-landing .ml-landing-metric__label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ml-land-text);
  margin-bottom: 0.35rem;
}
.ml-page.ml-landing .ml-landing-metric__note {
  font-size: 0.82rem;
  color: var(--ml-land-muted);
  line-height: 1.45;
  margin: 0;
}

/* What you'll learn: circular wave infographic */
.ml-page.ml-landing .ml-landing-curriculum-wave {
  position: relative;
  padding-top: clamp(2.75rem, 6vw, 4.5rem) !important;
  padding-bottom: clamp(2.75rem, 6vw, 4.5rem) !important;
  background: linear-gradient(180deg, #fafafa 0%, #f2f4f7 100%) !important;
}
.ml-page.ml-landing .ml-landing-curriculum-wave__head {
  max-width: 42rem;
  margin: 0 auto clamp(1.75rem, 4vw, 2.75rem);
  text-align: center;
}
.ml-page.ml-landing .ml-curriculum-wave {
  position: relative;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 2.5vw, 1.75rem) clamp(1.75rem, 4vw, 2.5rem);
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  container-type: inline-size;
  container-name: ml-curriculum;
}
.ml-page.ml-landing .ml-curriculum-wave__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.ml-page.ml-landing .ml-curriculum-wave__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 21rem;
  margin: 0;
}
.ml-page.ml-landing .ml-curriculum-wave__circle {
  position: relative;
  width: min(100%, 16.5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(15, 23, 42, 0.68);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(0.8rem, 2.6vw, 1.2rem);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.4s var(--ml-land-ease), box-shadow 0.4s ease, border-color 0.35s ease;
}
.ml-page.ml-landing .ml-curriculum-wave__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  margin-bottom: 0.55rem;
}
.ml-page.ml-landing .ml-curriculum-wave__icon svg {
  width: clamp(1.55rem, 4vw, 1.95rem);
  height: auto;
}
.ml-page.ml-landing .ml-curriculum-wave__title {
  margin: 0 0 0.45rem;
  font-size: clamp(0.78rem, 2.5vw, 0.95rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1f2937;
}
.ml-page.ml-landing .ml-curriculum-wave__text {
  margin: 0;
  font-size: clamp(0.7rem, 2.1vw, 0.82rem);
  line-height: 1.48;
  color: #6b7280;
  max-width: 11.5rem;
}
.ml-page.ml-landing .ml-curriculum-wave__connector {
  position: relative;
  width: min(5.8rem, 44vw);
  height: 5.5rem;
  margin: 0.15rem 0 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ml-land-accent);
}
.ml-page.ml-landing .ml-curriculum-wave__connector--tail {
  width: min(6.6rem, 50vw);
}
.ml-page.ml-landing .ml-curriculum-wave__arc {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.ml-page.ml-landing .ml-curriculum-wave__badge {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 2.3rem;
  height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--ml-land-accent) 72%, var(--ml-land-surface) 28%) 0%,
    var(--ml-land-accent) 55%,
    color-mix(in srgb, var(--ml-land-accent) 62%, var(--ml-land-text) 38%) 100%
  );
  color: var(--ml-land-surface);
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 5px 14px color-mix(in srgb, var(--ml-land-accent) 38%, var(--ml-land-surface) 62%);
}
.ml-page.ml-landing .ml-curriculum-wave__connector--over .ml-curriculum-wave__badge {
  top: 0;
  transform: translate(-50%, -38%);
}
.ml-page.ml-landing .ml-curriculum-wave__connector--under .ml-curriculum-wave__badge,
.ml-page.ml-landing .ml-curriculum-wave__connector--tail .ml-curriculum-wave__badge {
  bottom: 0;
  transform: translate(-50%, 38%);
}
.ml-page.ml-landing .ml-curriculum-wave__step:hover .ml-curriculum-wave__circle {
  transform: scale(1.03);
  border-color: rgba(15, 23, 42, 0.9);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.11);
}
.ml-page.ml-landing .ml-landing-curriculum-wave.ml-reveal:not(.in-view) .ml-curriculum-wave__step {
  opacity: 0;
  transform: translateY(18px);
}
.ml-page.ml-landing .ml-landing-curriculum-wave.ml-reveal .ml-curriculum-wave__step {
  transition: opacity 0.5s var(--ml-land-ease), transform 0.5s var(--ml-land-ease);
}
.ml-page.ml-landing .ml-landing-curriculum-wave.ml-reveal.in-view .ml-curriculum-wave__step {
  opacity: 1;
  transform: translateY(0);
}
.ml-page.ml-landing .ml-landing-curriculum-wave.ml-reveal.in-view .ml-curriculum-wave__step:nth-child(2) {
  transition-delay: 0.08s;
}
.ml-page.ml-landing .ml-landing-curriculum-wave.ml-reveal.in-view .ml-curriculum-wave__step:nth-child(3) {
  transition-delay: 0.16s;
}
.ml-page.ml-landing .ml-landing-curriculum-wave.ml-reveal.in-view .ml-curriculum-wave__step:nth-child(4) {
  transition-delay: 0.24s;
}
/* Stacked layout: keep numbers upright and centered in a vertical sequence */
.ml-page.ml-landing .ml-curriculum-wave__connector,
.ml-page.ml-landing .ml-curriculum-wave__connector--tail {
  transform: none;
  width: 100%;
  height: clamp(3.5rem, 12vw, 4.5rem);
  margin: 0.7rem 0 0.95rem;
}
.ml-page.ml-landing .ml-curriculum-wave__connector::before,
.ml-page.ml-landing .ml-curriculum-wave__connector--tail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--ml-land-text) 12%, var(--ml-land-surface) 88%) 0%,
    color-mix(in srgb, var(--ml-land-text) 34%, var(--ml-land-surface) 66%) 22%,
    color-mix(in srgb, var(--ml-land-text) 34%, var(--ml-land-surface) 66%) 78%,
    color-mix(in srgb, var(--ml-land-text) 12%, var(--ml-land-surface) 88%) 100%
  );
}
.ml-page.ml-landing .ml-curriculum-wave__connector--tail::before {
  bottom: 50%;
}
.ml-page.ml-landing .ml-curriculum-wave__arc {
  display: none;
}
.ml-page.ml-landing .ml-curriculum-wave__badge,
.ml-page.ml-landing .ml-curriculum-wave__connector--over .ml-curriculum-wave__badge,
.ml-page.ml-landing .ml-curriculum-wave__connector--under .ml-curriculum-wave__badge,
.ml-page.ml-landing .ml-curriculum-wave__connector--tail .ml-curriculum-wave__badge {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  transform: none;
  margin: 0;
}
@container ml-curriculum (min-width: 54rem) {
  .ml-page.ml-landing .ml-curriculum-wave {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 1.25rem;
    scrollbar-gutter: stable;
  }
  .ml-page.ml-landing .ml-curriculum-wave__list {
    min-width: 58rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .ml-page.ml-landing .ml-curriculum-wave__step {
    flex-direction: row;
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
  }
  .ml-page.ml-landing .ml-curriculum-wave__circle {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .ml-page.ml-landing .ml-curriculum-wave__connector {
    flex: 0 0 clamp(2.25rem, 4.1vw, 3.5rem);
    width: clamp(2.25rem, 4.1vw, 3.5rem);
    height: clamp(5.1rem, 8.5vw, 6.6rem);
    margin: 0;
  }
  .ml-page.ml-landing .ml-curriculum-wave__connector--tail {
    flex-basis: clamp(2.8rem, 4.8vw, 4.2rem);
    width: clamp(2.8rem, 4.8vw, 4.2rem);
  }
  .ml-page.ml-landing .ml-curriculum-wave__connector::before,
  .ml-page.ml-landing .ml-curriculum-wave__connector--tail::before {
    content: none;
  }
  .ml-page.ml-landing .ml-curriculum-wave__arc {
    display: block;
  }
  .ml-page.ml-landing .ml-curriculum-wave__badge {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: auto;
    margin: 0;
  }
  .ml-page.ml-landing .ml-curriculum-wave__step:nth-child(odd) .ml-curriculum-wave__connector .ml-curriculum-wave__badge {
    top: 0;
    transform: translate(-50%, -38%);
  }
  .ml-page.ml-landing .ml-curriculum-wave__step:nth-child(even) .ml-curriculum-wave__connector .ml-curriculum-wave__badge {
    bottom: 0;
    transform: translate(-50%, 38%);
  }
  .ml-page.ml-landing .ml-curriculum-wave__title {
    font-size: clamp(0.66rem, 0.95vw, 0.82rem);
  }
  .ml-page.ml-landing .ml-curriculum-wave__text {
    font-size: clamp(0.58rem, 0.8vw, 0.72rem);
    max-width: 12rem;
  }
}
@container ml-curriculum (min-width: 72rem) {
  .ml-page.ml-landing .ml-curriculum-wave__title {
    font-size: 0.86rem;
  }
  .ml-page.ml-landing .ml-curriculum-wave__text {
    font-size: 0.76rem;
  }
}
@media (min-width: 1024px) {
  @container ml-curriculum (min-width: 54rem) {
    .ml-page.ml-landing .ml-curriculum-wave__connector,
    .ml-page.ml-landing .ml-curriculum-wave__connector--tail {
      position: relative;
    }
    .ml-page.ml-landing .ml-curriculum-wave__connector .ml-curriculum-wave__badge,
    .ml-page.ml-landing .ml-curriculum-wave__connector--tail .ml-curriculum-wave__badge {
      position: absolute;
      top: 50%;
      bottom: auto;
      left: 50%;
      margin: 0;
      z-index: 3;
    }
    .ml-page.ml-landing .ml-curriculum-wave__step:nth-child(odd) .ml-curriculum-wave__connector .ml-curriculum-wave__badge,
    .ml-page.ml-landing .ml-curriculum-wave__step:nth-child(odd) .ml-curriculum-wave__connector--tail .ml-curriculum-wave__badge {
      transform: translate(-50%, calc(-50% - 30px));
    }
    .ml-page.ml-landing .ml-curriculum-wave__step:nth-child(even) .ml-curriculum-wave__connector .ml-curriculum-wave__badge,
    .ml-page.ml-landing .ml-curriculum-wave__step:nth-child(even) .ml-curriculum-wave__connector--tail .ml-curriculum-wave__badge {
      transform: translate(-50%, calc(-50% + 30px));
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .ml-page.ml-landing .ml-curriculum-wave__circle,
  .ml-page.ml-landing .ml-landing-curriculum-wave.ml-reveal .ml-curriculum-wave__step {
    transition: none;
  }
  .ml-page.ml-landing .ml-landing-curriculum-wave.ml-reveal:not(.in-view) .ml-curriculum-wave__step {
    opacity: 1;
    transform: none;
  }
  .ml-page.ml-landing .ml-curriculum-wave__step:hover .ml-curriculum-wave__circle {
    transform: none;
  }
}

/* Project split */
.ml-page.ml-landing .ml-landing-project__visual {
  border-radius: var(--ml-land-radius);
  overflow: hidden;
  box-shadow: var(--ml-land-shadow-hover);
  border: 1px solid rgba(0, 76, 143, 0.1);
}
.ml-page.ml-landing .ml-landing-project__visual img {
  transition: transform 0.55s var(--ml-land-ease);
}
.ml-page.ml-landing .ml-landing-project__visual:hover img {
  transform: scale(1.03);
}
.ml-page.ml-landing .ai-benefit-list li {
  padding: 0.35rem 0;
  font-size: 1rem;
  color: var(--ml-land-muted);
}

/* Tech stack pills */
.ml-page.ml-landing .ml-landing-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.65rem;
}
.ml-page.ml-landing .ml-landing-tool {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #004c8f;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 76, 143, 0.14);
  box-shadow: 0 2px 10px rgba(0, 76, 143, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ml-page.ml-landing .ml-landing-tool:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 163, 196, 0.45);
  box-shadow: 0 6px 20px rgba(0, 76, 143, 0.1);
}
.ml-page.ml-landing .ml-landing-tool svg {
  width: 16px;
  height: 16px;
  opacity: 0.85;
}

/* ----- Placement & career systems (.ml-landing-career only) ----- */
.ml-page.ml-landing .ml-landing-career.ml-section.ai-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2.75rem, 6vw, 4.5rem) !important;
  padding-bottom: clamp(2.75rem, 6vw, 4.5rem) !important;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgba(0, 76, 143, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 90% 80%, rgba(0, 163, 196, 0.08) 0%, transparent 50%),
    linear-gradient(165deg, #f8fbff 0%, #eef4fb 38%, #e4eef8 100%) !important;
}
.ml-page.ml-landing .ml-landing-career::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 76, 143, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 76, 143, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 0%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}
.ml-page.ml-landing .ml-landing-career .container {
  position: relative;
  z-index: 1;
}
.ml-page.ml-landing .ml-landing-career__head {
  max-width: 44rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}
.ml-page.ml-landing .ml-landing-career__kicker {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #004c8f;
}
.ml-page.ml-landing .ml-landing-career__title {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 3.4vw, 2.1rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: #0f172a;
  text-wrap: balance;
}
.ml-page.ml-landing .ml-landing-career__lead {
  margin: 0;
  font-size: clamp(1rem, 2.1vw, 1.08rem);
  line-height: 1.65;
  color: var(--ml-land-muted);
}
.ml-page.ml-landing .ml-landing-career__lead strong {
  color: #0f172a;
  font-weight: 700;
}
/* CSS Grid (not Bootstrap row): reliable row-gap between card rows; flex+h-100 was eating vertical space */
.ml-page.ml-landing .ml-landing-career__grid {
  --stagger: 0.06s;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  column-gap: clamp(1rem, 2.5vw, 1.5rem);
  row-gap: clamp(1.375rem, 3.25vw, 2.125rem);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .ml-page.ml-landing .ml-landing-career__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .ml-page.ml-landing .ml-landing-career__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ml-page.ml-landing .ml-landing-career.ml-reveal:not(.in-view) .ml-landing-career__card {
  opacity: 0;
  transform: translateY(20px);
}
.ml-page.ml-landing .ml-landing-career.ml-reveal .ml-landing-career__card {
  transition:
    opacity 0.5s var(--ml-land-ease),
    transform 0.5s var(--ml-land-ease),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__grid > .ml-landing-career__card:nth-child(1) {
  transition-delay: calc(var(--stagger) * 0);
}
.ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__grid > .ml-landing-career__card:nth-child(2) {
  transition-delay: calc(var(--stagger) * 1);
}
.ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__grid > .ml-landing-career__card:nth-child(3) {
  transition-delay: calc(var(--stagger) * 2);
}
.ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__grid > .ml-landing-career__card:nth-child(4) {
  transition-delay: calc(var(--stagger) * 3);
}
.ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__grid > .ml-landing-career__card:nth-child(5) {
  transition-delay: calc(var(--stagger) * 4);
}
.ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__grid > .ml-landing-career__card:nth-child(6) {
  transition-delay: calc(var(--stagger) * 5);
}
.ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__card {
  opacity: 1;
  transform: translateY(0);
}
.ml-page.ml-landing .ml-landing-career__card {
  position: relative;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 1.35rem 1.25rem 1.4rem;
  border-radius: var(--ml-land-radius);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(0, 76, 143, 0.12);
  box-shadow: var(--ml-land-shadow);
  overflow: hidden;
}
.ml-page.ml-landing .ml-landing-career__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #004c8f 0%, #00a3c4 100%);
  border-radius: var(--ml-land-radius) var(--ml-land-radius) 0 0;
  opacity: 0.95;
}
.ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ml-land-shadow-hover);
  border-color: rgba(0, 76, 143, 0.22);
}
.ml-page.ml-landing .ml-landing-career__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 14px;
  color: #004c8f;
  background: linear-gradient(145deg, rgba(0, 76, 143, 0.12) 0%, rgba(0, 163, 196, 0.1) 100%);
  box-shadow: 0 4px 14px rgba(0, 76, 143, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: transform 0.35s var(--ml-land-ease), box-shadow 0.35s ease;
}
.ml-page.ml-landing .ml-landing-career__icon svg {
  width: 24px;
  height: 24px;
}
.ml-page.ml-landing .ml-landing-career__card:hover .ml-landing-career__icon {
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(0, 76, 143, 0.16);
}
.ml-page.ml-landing .ml-landing-career__card-title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #004c8f;
  letter-spacing: -0.02em;
}
.ml-page.ml-landing .ml-landing-career__card-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ml-land-muted);
}
@media (max-width: 991.98px) {
  .ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__card:hover {
    transform: none;
  }
  .ml-page.ml-landing .ml-landing-career__card:hover .ml-landing-career__icon {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ml-page.ml-landing .ml-landing-career.ml-reveal:not(.in-view) .ml-landing-career__card,
  .ml-page.ml-landing .ml-landing-career.ml-reveal .ml-landing-career__card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .ml-page.ml-landing .ml-landing-career.ml-reveal.in-view .ml-landing-career__card:hover,
  .ml-page.ml-landing .ml-landing-career__card:hover .ml-landing-career__icon {
    transform: none !important;
  }
}

/* ----- Final CTA: “Start your machine learning journey” (.ml-landing-journey-cta only) ----- */
/* Full-bleed horizontal gradient (viewport-wide) via ::before so it isn’t clipped by .entry-content overflow-x.
   Section lives as direct child of <article> in MachineLearning.cshtml. */
.ml-page.ml-landing > .ml-landing-journey-cta {
  position: relative;
  isolation: isolate;
  padding-top: clamp(2.5rem, 6vw, 4rem) !important;
  padding-bottom: clamp(2.5rem, 6vw, 4rem) !important;
  background: transparent;
}
.ml-page.ml-landing > .ml-landing-journey-cta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #001a33 0%, #002b55 42%, #0047ab 100%);
}
.ml-page.ml-landing > .ml-landing-journey-cta > .container {
  position: relative;
  z-index: 1;
}
.ml-page.ml-landing .ml-landing-journey-cta__panel {
  border-radius: clamp(20px, 3vw, 28px);
  padding: clamp(1.75rem, 5vw, 2.75rem) clamp(1.35rem, 4vw, 2.75rem);
  background: linear-gradient(125deg, #021f3d 0%, #003060 18%, #004c8f 45%, #0568a8 72%, #007a94 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 28px 64px rgba(0, 35, 70, 0.28),
    0 0 0 1px rgba(0, 0, 0, 0.04) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.45s var(--ml-land-ease), box-shadow 0.45s ease;
}
.ml-page.ml-landing .ml-landing-journey-cta__panel:hover {
  transform: translateY(-5px);
  box-shadow:
    0 36px 80px rgba(0, 35, 70, 0.34),
    0 0 0 1px rgba(0, 0, 0, 0.05) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.ml-page.ml-landing .ml-landing-journey-cta__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
  animation: ml-journey-cta-glow 14s ease-in-out infinite alternate;
}
.ml-page.ml-landing .ml-landing-journey-cta__glow--a {
  width: min(320px, 70vw);
  height: min(320px, 70vw);
  top: -25%;
  right: -5%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.35) 0%, transparent 68%);
}
.ml-page.ml-landing .ml-landing-journey-cta__glow--b {
  width: min(260px, 55vw);
  height: min(260px, 55vw);
  bottom: -30%;
  left: -8%;
  background: radial-gradient(circle, rgba(0, 102, 179, 0.45) 0%, transparent 65%);
  animation-delay: -7s;
}
@keyframes ml-journey-cta-glow {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
  100% {
    transform: translate(-6%, 5%) scale(1.08);
    opacity: 1;
  }
}
.ml-page.ml-landing .ml-landing-journey-cta__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 100%);
  pointer-events: none;
}
.ml-page.ml-landing .ml-landing-journey-cta__panel .row {
  z-index: 1;
}
.ml-page.ml-landing .ml-landing-journey-cta__eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}
.ml-page.ml-landing .ml-landing-journey-cta__title {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}
.ml-page.ml-landing .ml-landing-journey-cta__lead {
  max-width: 36rem;
  font-size: clamp(0.98rem, 2.1vw, 1.08rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
}
.ml-page.ml-landing .ml-landing-journey-cta__highlights {
  max-width: 32rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.ml-page.ml-landing .ml-landing-journey-cta__highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s var(--ml-land-ease);
}
.ml-page.ml-landing .ml-landing-journey-cta__highlight:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateX(4px);
}
.ml-page.ml-landing .ml-landing-journey-cta__highlight-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  color: #b8ecff;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.ml-page.ml-landing .ml-landing-journey-cta__highlight-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}
.ml-page.ml-landing .ml-landing-journey-cta__highlight-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  text-align: start;
}
.ml-page.ml-landing .ml-landing-journey-cta__highlight-text strong {
  color: #fff;
  font-weight: 700;
}
.ml-page.ml-landing .ml-landing-journey-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (min-width: 992px) {
  .ml-page.ml-landing .ml-landing-journey-cta__actions {
    justify-content: flex-start;
  }
}
.ml-page.ml-landing .ml-landing-journey-cta__btn-primary {
  min-height: 50px;
  padding: 0.65rem 1.5rem;
  font-weight: 700;
  border-radius: 14px !important;
}
.ml-page.ml-landing .ml-landing-journey-cta__btn-secondary {
  min-height: 50px;
  padding: 0.65rem 1.5rem;
  font-weight: 700;
  border-radius: 14px !important;
}
/* High-contrast primary: theme blue gradient was invisible on dark panel */
.ml-page.ml-landing .ml-landing-journey-cta a.ml-landing-journey-cta__btn-primary.btn-axon-primary,
.ml-page.ml-landing .ml-landing-journey-cta a.ml-landing-journey-cta__btn-primary.ai-cta-main {
  background: #ffffff !important;
  background-image: none !important;
  color: #00264d !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s var(--ml-land-ease), box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease !important;
}
.ml-page.ml-landing .ml-landing-journey-cta a.ml-landing-journey-cta__btn-primary.btn-axon-primary:hover,
.ml-page.ml-landing .ml-landing-journey-cta a.ml-landing-journey-cta__btn-primary.ai-cta-main:hover,
.ml-page.ml-landing .ml-landing-journey-cta a.ml-landing-journey-cta__btn-primary.btn-axon-primary:focus-visible,
.ml-page.ml-landing .ml-landing-journey-cta a.ml-landing-journey-cta__btn-primary.ai-cta-main:focus-visible {
  background: #e8f4ff !important;
  background-image: none !important;
  color: #001428 !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3) !important;
}
.ml-page.ml-landing .ml-landing-journey-cta__btn-secondary {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}
.ml-page.ml-landing .ml-landing-journey-cta__btn-secondary:hover,
.ml-page.ml-landing .ml-landing-journey-cta__btn-secondary:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.ml-page.ml-landing .ml-landing-journey-cta__visual {
  position: relative;
  z-index: 1;
}
.ml-page.ml-landing .ml-landing-journey-cta__visual-card {
  border-radius: 20px;
  padding: 1rem 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  transition: transform 0.45s var(--ml-land-ease), box-shadow 0.45s ease, border-color 0.35s ease;
}
.ml-page.ml-landing .ml-landing-journey-cta__visual-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.ml-page.ml-landing .ml-landing-journey-cta__diagram {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ml-page.ml-landing .ml-landing-journey-cta__visual-caption {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 991.98px) {
  .ml-page.ml-landing .ml-landing-journey-cta__highlights {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-page.ml-landing .ml-landing-journey-cta__panel:hover {
    transform: none;
  }
  .ml-page.ml-landing .ml-landing-journey-cta__visual-card:hover {
    transform: none;
  }
}

/* Buttons in hero */
.ml-page.ml-landing .ml-landing-hero .ai-cta-main,
.ml-page.ml-landing .ml-landing-hero .ai-cta-secondary {
  min-height: 48px;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .ml-page.ml-landing .ml-landing-hero__visual:hover img {
    transform: none;
  }
  .ml-page.ml-landing .ml-landing-project__visual:hover img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ml-page.ml-landing .ml-landing-hero__visual:hover img,
  .ml-page.ml-landing .ml-landing-project__visual:hover img,
  .ml-page.ml-landing .ai-highlight-card:hover,
  .ml-page.ml-landing .ai-career-card:hover,
  .ml-page.ml-landing .ai-benefit-card:hover,
  .ml-page.ml-landing .ml-landing-pillar:hover,
  .ml-page.ml-landing .ml-landing-metric:hover,
  .ml-page.ml-landing .ml-landing-stat-chip:hover,
  .ml-page.ml-landing .ml-landing-tool:hover {
    transform: none !important;
  }
  .ml-page.ml-landing .ml-landing-journey-cta__glow {
    animation: none;
  }
  .ml-page.ml-landing .ml-landing-journey-cta__panel:hover,
  .ml-page.ml-landing .ml-landing-journey-cta__btn-primary:hover,
  .ml-page.ml-landing .ml-landing-journey-cta__btn-secondary:hover,
  .ml-page.ml-landing .ml-landing-journey-cta__highlight:hover,
  .ml-page.ml-landing .ml-landing-journey-cta__visual-card:hover {
    transform: none !important;
  }
  .ml-page.ml-landing .ai-highlight-card:hover .ml-landing-icon,
  .ml-page.ml-landing .ai-career-card:hover .ml-landing-icon,
  .ml-page.ml-landing .ml-landing-pillar:hover .ml-landing-icon {
    transform: none;
  }
}
