.mhg-solutions-hub-page {
  --solutions-ink: #07110d;
  --solutions-paper: #f5f8f6;
  --solutions-muted: #5d6b64;
  --solutions-line: rgba(7, 17, 13, 0.16);
  --solutions-green: #17732b;
  --solutions-bright: #64de71;
  background: var(--solutions-paper);
}

.mhg-cinematic--solutions-hub {
  min-height: 720px;
  padding: 92px 0 68px;
  background:
    linear-gradient(90deg, rgba(2, 9, 7, 0.98) 0%, rgba(2, 9, 7, 0.88) 43%, rgba(2, 9, 7, 0.28) 78%, rgba(2, 9, 7, 0.08) 100%),
    var(--mhg-hero-image) var(--mhg-hero-position) / cover;
}

.mhg-cinematic--solutions-hub::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(1, 7, 5, 0.04), rgba(1, 7, 5, 0.68));
}

.mhg-cinematic--solutions-hub .mhg-cinematic__inner {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 72px;
}

.mhg-cinematic--solutions-hub h1 {
  max-width: 800px;
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
}

.mhg-cinematic--solutions-hub .mhg-cinematic__copy {
  max-width: 730px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 19px;
}

.mhg-cinematic--solutions-hub .mhg-tech-console {
  align-self: end;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(2, 11, 8, 0.82);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.mhg-cinematic--solutions-hub .mhg-console-row strong {
  color: var(--solutions-bright);
}

.mhg-solutions-paths,
.mhg-solutions-plan,
.mhg-solutions-proof,
.mhg-solutions-next {
  position: relative;
}

.mhg-solutions-paths {
  padding: 112px 0 124px;
  color: var(--solutions-ink);
  background: #f8faf8;
}

.mhg-solutions-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: clamp(54px, 8vw, 116px);
  align-items: end;
  margin-bottom: 48px;
}

.mhg-solutions-heading h2,
.mhg-solutions-plan h2,
.mhg-solutions-next h2 {
  margin: 8px 0 0;
  max-width: 850px;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: 0;
}

.mhg-solutions-heading > p,
.mhg-solutions-plan__lead,
.mhg-solutions-next__inner > div > p {
  color: var(--solutions-muted);
  font-size: 18px;
  line-height: 1.62;
}

.mhg-solutions-heading > p {
  margin: 0;
}

.mhg-solutions-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mhg-solutions-path {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--solutions-line);
  border-radius: 6px;
  color: var(--solutions-ink);
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 17, 13, 0.08);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mhg-solutions-path--featured {
  grid-column: span 2;
}

.mhg-solutions-path__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e7ece9;
}

.mhg-solutions-path--featured .mhg-solutions-path__media {
  aspect-ratio: 16 / 7;
}

.mhg-solutions-path__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.mhg-solutions-path:nth-child(2) .mhg-solutions-path__media img {
  object-position: 50% 44%;
}

.mhg-solutions-path:nth-child(3) .mhg-solutions-path__media img {
  object-position: 48% 52%;
}

.mhg-solutions-path:nth-child(4) .mhg-solutions-path__media img {
  object-position: 58% center;
}

.mhg-solutions-path:nth-child(5) .mhg-solutions-path__media img {
  object-position: 50% 42%;
}

.mhg-solutions-path__body {
  display: flex;
  min-height: 250px;
  padding: 28px 28px 30px;
  flex-direction: column;
}

.mhg-solutions-path--featured .mhg-solutions-path__body {
  min-height: 226px;
}

.mhg-solutions-path__body small {
  color: var(--solutions-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mhg-solutions-path__body strong {
  display: block;
  margin-top: 15px;
  max-width: 560px;
  font-size: 27px;
  line-height: 1.08;
}

.mhg-solutions-path__body > span {
  display: block;
  margin-top: 13px;
  color: var(--solutions-muted);
  font-size: 15px;
  line-height: 1.55;
}

.mhg-solutions-path__body em {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  color: var(--solutions-green);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.mhg-solutions-path__body em b {
  font-size: 18px;
}

.mhg-solutions-path:hover,
.mhg-solutions-path:focus-visible {
  border-color: rgba(23, 115, 43, 0.68);
  box-shadow: 0 24px 58px rgba(7, 17, 13, 0.14);
  transform: translateY(-3px);
}

.mhg-solutions-path:hover img,
.mhg-solutions-path:focus-visible img {
  transform: scale(1.025);
}

.mhg-solutions-plan {
  padding: 122px 0;
  color: #fff;
  background: #07110d;
}

.mhg-solutions-plan .mhg-kicker,
.mhg-solutions-next .mhg-kicker {
  color: var(--solutions-bright);
}

.mhg-solutions-plan__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(64px, 8vw, 126px);
  align-items: center;
}

.mhg-solutions-plan__lead {
  margin: 22px 0 0;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.68);
}

.mhg-solutions-plan__steps {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mhg-solutions-plan__steps article {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mhg-solutions-plan__steps article > span {
  color: var(--solutions-bright);
  font-size: 13px;
  font-weight: 900;
}

.mhg-solutions-plan__steps h3,
.mhg-solutions-plan__steps p {
  margin: 0;
}

.mhg-solutions-plan__steps h3 {
  font-size: 19px;
  line-height: 1.3;
}

.mhg-solutions-plan__steps p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.55;
}

.mhg-solutions-plan__media {
  margin: 0;
}

.mhg-solutions-plan__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  object-fit: cover;
  object-position: 50% center;
}

.mhg-solutions-plan__media figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.5;
}

.mhg-solutions-proof {
  padding: 116px 0 126px;
  color: var(--solutions-ink);
  background: #eef4f0;
}

.mhg-solutions-proof__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mhg-solutions-proof figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 17, 13, 0.09);
}

.mhg-solutions-proof figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mhg-solutions-proof figure:nth-child(2) img {
  object-position: 50% 35%;
}

.mhg-solutions-proof figcaption {
  display: block;
  min-height: 174px;
  padding: 25px 26px 28px;
}

.mhg-solutions-proof figcaption strong,
.mhg-solutions-proof figcaption span {
  display: block;
}

.mhg-solutions-proof figcaption strong {
  font-size: 20px;
}

.mhg-solutions-proof figcaption span {
  margin-top: 10px;
  color: var(--solutions-muted);
  font-size: 14px;
  line-height: 1.55;
}

.mhg-solutions-next {
  padding: 82px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 10, 7, 0.98), rgba(2, 10, 7, 0.9)),
    url('/assets/news/facebook/2026-01-28-mh-group-mercedes-benz-training-center/08.jpg') center / cover;
}

.mhg-solutions-next__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 64px;
  align-items: end;
}

.mhg-solutions-next__inner > div > p {
  margin: 18px 0 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.7);
}

.mhg-solutions-next .mhg-actions {
  flex-wrap: nowrap;
}

.mhg-solutions-next .mhg-btn--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

@media (max-width: 1080px) {
  .mhg-cinematic--solutions-hub h1 {
    font-size: 62px;
  }

  .mhg-solutions-paths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhg-solutions-path--featured {
    grid-column: span 2;
  }

  .mhg-solutions-path__body {
    min-height: 230px;
  }

  .mhg-solutions-plan__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  }

  .mhg-solutions-next__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .mhg-cinematic--solutions-hub {
    min-height: 620px;
    padding: 72px 0 56px;
    background:
      linear-gradient(90deg, rgba(2, 9, 7, 0.96) 0%, rgba(2, 9, 7, 0.8) 60%, rgba(2, 9, 7, 0.32) 100%),
      var(--mhg-hero-image) 54% center / cover;
  }

  .mhg-cinematic--solutions-hub .mhg-cinematic__inner {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 34px;
  }

  .mhg-cinematic--solutions-hub h1 {
    font-size: 50px;
  }

  .mhg-solutions-paths,
  .mhg-solutions-plan,
  .mhg-solutions-proof {
    padding: 84px 0;
  }

  .mhg-solutions-heading,
  .mhg-solutions-plan__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mhg-solutions-heading h2,
  .mhg-solutions-plan h2,
  .mhg-solutions-next h2 {
    font-size: 44px;
  }

  .mhg-solutions-plan__media img {
    aspect-ratio: 16 / 10;
    object-position: 50% 46%;
  }
}

@media (max-width: 620px) {
  .mhg-cinematic--solutions-hub {
    min-height: 720px;
    padding: 64px 0 46px;
    background:
      linear-gradient(180deg, rgba(2, 9, 7, 0.32) 0%, rgba(2, 9, 7, 0.73) 38%, rgba(2, 9, 7, 0.98) 76%, #020907 100%),
      var(--mhg-hero-image) 52% 10% / auto 56% no-repeat,
      #020907;
  }

  .mhg-cinematic--solutions-hub .mhg-cinematic__inner {
    display: block;
  }

  .mhg-cinematic--solutions-hub h1 {
    max-width: 350px;
    font-size: 42px;
  }

  .mhg-cinematic--solutions-hub .mhg-cinematic__copy {
    font-size: 16px;
  }

  .mhg-cinematic--solutions-hub .mhg-tech-console {
    display: none;
  }

  .mhg-solutions-paths,
  .mhg-solutions-plan,
  .mhg-solutions-proof {
    padding: 70px 0;
  }

  .mhg-solutions-heading h2,
  .mhg-solutions-plan h2,
  .mhg-solutions-next h2 {
    font-size: 36px;
  }

  .mhg-solutions-heading > p,
  .mhg-solutions-plan__lead,
  .mhg-solutions-next__inner > div > p {
    font-size: 16px;
  }

  .mhg-solutions-paths__grid {
    grid-template-columns: 1fr;
  }

  .mhg-solutions-path--featured {
    grid-column: auto;
  }

  .mhg-solutions-path__media,
  .mhg-solutions-path--featured .mhg-solutions-path__media {
    aspect-ratio: 4 / 3;
  }

  .mhg-solutions-path__body,
  .mhg-solutions-path--featured .mhg-solutions-path__body {
    min-height: 0;
    padding: 24px 23px 26px;
  }

  .mhg-solutions-path__body strong {
    font-size: 24px;
  }

  .mhg-solutions-path__body em {
    margin-top: 22px;
    padding-top: 0;
  }

  .mhg-solutions-plan__media img {
    aspect-ratio: 4 / 3;
  }

  .mhg-solutions-proof__rail {
    display: flex;
    width: calc(100% + 20px);
    gap: 12px;
    padding: 0 20px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .mhg-solutions-proof figure {
    flex: 0 0 82vw;
    max-width: 338px;
    scroll-snap-align: start;
  }

  .mhg-solutions-proof figcaption {
    min-height: 172px;
  }

  .mhg-solutions-next {
    padding: 70px 0;
  }

  .mhg-solutions-next .mhg-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .mhg-solutions-next .mhg-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mhg-solutions-path,
  .mhg-solutions-path__media img {
    transition: none;
  }
}
