/* ==========================================================================
   MYLEASE Modern Homepage — Holo-inspired layout
   Scoped to body.page-modern
   ========================================================================== */

/* Link assets/css/fonts.css before this file (no @import — avoids critical request chains). */

/* Ayvens-style display font for key headlines only */
body.page-modern .mh-title,
body.page-modern .mh-marquee__label,
body.page-modern .mh-mission__text {
  font-family: 'Chillax', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.page-modern {
  background: #ffffff;
  color: #1a1a1a;
}

/* Defer layout/paint for below-the-fold homepage sections */
body.page-home #process,
body.page-home #platform,
body.page-home #why-lease,
body.page-home #solutions,
body.page-home #industries,
body.page-home #fleet-comparison,
body.page-home .mh-testimonials,
body.page-home #knowledge-centre-guides,
body.page-home #faq,
body.page-home #about,
body.page-home #contact {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px;
}

body.page-modern .header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body.page-modern .header .nav__link {
  color: #333;
  font-weight: 500;
}

body.page-modern .header .header__one-trigger-label {
  color: #1a1a1a;
}

body.page-modern .header__actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}

body.page-modern .header__one {
  grid-column: auto;
}

body.page-modern .header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 200ms ease, transform 200ms ease;
}

body.page-modern .header__cta:hover {
  background: var(--color-primary-dark);
  color: #fff;
}

/* --- Shared tokens --- */
.mh-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.mh-eyebrow {
  display: inline-block;
  margin: 0 0 20px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.08);
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: max-content;
  max-width: min(100%, 36rem);
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.mh-title {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.mh-title-accent {
  color: var(--color-primary);
}

.mh-subtitle {
  margin: 18px auto 0;
  max-width: 58ch;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.65;
  color: #5b6472;
}

.mh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 32px;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: background 200ms ease, transform 200ms ease;
}

.mh-btn:hover {
  background: #000;
  color: #fff;
}

.mh-btn--primary {
  background: var(--color-primary);
}

.mh-btn--primary:hover {
  background: var(--color-primary-dark);
}

.mh-section {
  padding: clamp(40px, 5vw, 64px) 0;
}

.mh-section--light {
  background: #fff;
}

.mh-section--dark {
  background: #111;
  color: #fff;
}

.mh-section__head {
  text-align: center;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.mh-section__head--left {
  text-align: left;
}

/* --- Hero --- */
.mh-hero {
  padding: calc(var(--header-height) + 48px) 0 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(215, 25, 32, 0.06), transparent),
    #ffffff;
  overflow: hidden;
}

.mh-hero__inner {
  text-align: center;
  padding-bottom: 28px;
}

.mh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.mh-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  margin-top: 36px;
}

.mh-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 13px;
  color: #4b5563;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.mh-hero__trust-item strong {
  color: #1a1a1a;
  font-weight: 700;
}

.mh-hero__rating {
  margin-top: 20px;
  font-size: 14px;
  color: #6b7280;
}

.mh-hero__rating strong {
  color: #1a1a1a;
}

.mh-hero__visual {
  position: relative;
  width: min(1100px, 92%);
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 2 / 1;
  background: #eef1f5;
  box-shadow:
    0 32px 80px rgba(15, 23, 42, 0.12),
    0 8px 24px rgba(15, 23, 42, 0.06);
}

html[data-hero-pending] .mh-hero__visual:not(.is-ready) picture,
html[data-hero-pending] .mh-hero__visual:not(.is-ready) > img,
html[data-hero-cached] .mh-hero__visual:not(.is-ready) picture {
  opacity: 0;
}

.mh-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* --- Marquee --- */
.mh-marquee {
  padding: 32px 0 40px;
  background: #ffffff;
}

.mh-marquee__label {
  text-align: center;
  margin: 0 0 24px;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.mh-marquee__viewport {
  width: 100%;
  overflow: hidden;
}

.mh-marquee__track {
  display: flex;
  width: max-content;
  min-height: 88px;
  animation: mhOemMarquee 42s linear infinite;
  will-change: transform;
}

.mh-marquee__track:hover {
  animation-play-state: paused;
}

.mh-marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 80px;
  padding-right: 80px;
}

.mh-marquee__logo {
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 64px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.mh-marquee__logo img {
  display: block;
  width: 160px;
  height: 64px;
  max-width: none;
  object-fit: contain;
  object-position: center;
  background: transparent;
  opacity: 1;
  transition: transform 200ms ease;
}

.mh-marquee__logo:hover img {
  transform: scale(1.05);
}

@keyframes mhOemMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mh-marquee__viewport {
    overflow: visible;
  }

  .mh-marquee__track {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 56px;
    min-height: 0;
  }

  .mh-marquee__group {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    gap: 56px;
  }

  .mh-marquee__group[aria-hidden='true'] {
    display: none;
  }
}

/* --- Mission --- */
.mh-mission {
  padding: clamp(36px, 5vw, 56px) 0;
  background: #fff;
}

.mh-mission__text {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #2d3748;
}

.mh-mission__text em {
  font-style: normal;
  color: var(--color-primary);
}

/* --- Steps --- */
.mh-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mh-step {
  padding: 28px 24px;
  border-radius: 20px;
  background: #f4f5f7;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.mh-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.mh-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #1a1a1a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.mh-step__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.mh-step__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

/* --- Platform tabs --- */
.mh-platform {
  /* platform-restore-v2 */
  background: #111;
  color: #fff;
}

.mh-platform .mh-eyebrow {
  background: #fff;
  color: var(--color-primary);
}

.mh-platform__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.mh-platform__tab {
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 200ms ease;
}

.mh-platform__tab:hover,
.mh-platform__tab.is-active {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}

.mh-platform__panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mh-platform__panel.is-active {
  display: grid;
}

.mh-platform__panel h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.mh-platform__panel p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.mh-platform__features {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-platform__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.mh-platform__features li::before {
  content: '✓';
  flex-shrink: 0;
  color: var(--color-primary);
  font-weight: 700;
}

.mh-platform__visual {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mh-platform__visual img {
  width: 100%;
  height: auto;
  min-height: 240px;
  max-height: 320px;
  object-fit: cover;
  display: block;
}

.mh-platform__visual img.mh-platform__shot--ui {
  object-fit: contain;
  max-height: none;
  background: #f7f8fa;
  padding: 10px;
}

/* --- Stats --- */
.mh-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mh-stat {
  text-align: center;
  padding: 32px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.mh-stat__num {
  display: block;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-primary);
}

.mh-stat__label {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #6b7280;
}

/* --- Cards grid --- */
.mh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mh-grid--solutions .mh-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mh-grid--solutions .mh-card__link {
  margin-top: auto;
}

a.mh-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.mh-card__label {
  margin: 0 0 12px;
  font-size: 11px;
}

.mh-guides__browse {
  margin: 32px 0 0;
  text-align: center;
}

.mh-card {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.mh-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
}

.mh-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(215, 25, 32, 0.08);
  color: var(--color-primary);
}

.mh-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.mh-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

.mh-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
}

/* --- Industry pills --- */
.mh-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.mh-pill {
  display: inline-flex;
  padding: 12px 22px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  transition: all 200ms ease;
}

.mh-pill:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(215, 25, 32, 0.04);
}

/* --- Comparison table --- */
.mh-compare {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
}

.mh-compare table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.mh-compare th,
.mh-compare td {
  padding: 18px 24px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mh-compare th {
  font-size: 15px;
  font-weight: 700;
  background: #f8f9fb;
}

.mh-compare th:first-child,
.mh-compare td:first-child {
  text-align: left;
  font-weight: 500;
  color: #374151;
}

.mh-compare .mh-compare__brand {
  color: var(--color-primary);
}

.mh-compare .is-yes {
  color: #1b8a5a;
  font-weight: 700;
}

.mh-compare .is-no {
  color: #9ca3af;
}

/* --- Testimonials carousel --- */
.mh-testimonials {
  overflow: hidden;
}

.mh-testimonials__carousel {
  position: relative;
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 56px;
}

.mh-testimonials__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 0 8px;
}

.mh-testimonials__track::-webkit-scrollbar {
  display: none;
}

.mh-testimonials__group {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  gap: 20px;
}

.mh-testimonials__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, opacity 200ms ease, box-shadow 200ms ease;
}

.mh-testimonials__nav:hover:not(:disabled) {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  box-shadow: 0 8px 24px rgba(215, 25, 32, 0.22);
}

.mh-testimonials__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}

.mh-testimonials__nav--prev {
  left: 8px;
}

.mh-testimonials__nav--next {
  right: 8px;
}

.mh-testimonial {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  flex: 0 0 340px;
  min-height: 210px;
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.mh-testimonial__text {
  margin: 0 0 20px;
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}

.mh-testimonial__author {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}

.mh-testimonial__meta {
  margin: 2px 0 0;
  font-size: 12px;
  color: #9ca3af;
}

@media (prefers-reduced-motion: reduce) {
  .mh-testimonials__track {
    scroll-behavior: auto;
  }
}

@media (max-width: 768px) {
  .mh-testimonials__carousel {
    padding: 0 44px;
  }

  .mh-testimonials__nav {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }

  .mh-testimonials__nav--prev {
    left: 4px;
  }

  .mh-testimonials__nav--next {
    right: 4px;
  }

  .mh-testimonial {
    flex-basis: min(300px, calc(100vw - 120px));
  }
}

/* --- FAQ --- */
.mh-faq {
  max-width: 760px;
  margin: 0 auto;
}

.mh-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mh-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
}

.mh-faq__question::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: #9ca3af;
  transition: transform 200ms ease;
}

.mh-faq__item.is-open .mh-faq__question::after {
  transform: rotate(45deg);
}

.mh-faq__answer {
  display: none;
  padding: 0 0 22px;
  font-size: 15px;
  line-height: 1.65;
  color: #6b7280;
}

.mh-faq__item.is-open .mh-faq__answer {
  display: block;
}

/* --- CTA --- */
.mh-cta {
  text-align: center;
  padding: clamp(48px, 6vw, 72px) 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(215, 25, 32, 0.08), transparent),
    #111;
  color: #fff;
}

.mh-cta .mh-title {
  color: #fff;
}

.mh-cta .mh-subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.mh-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

/* --- Hide legacy homepage sections when modern is active --- */
body.page-modern .brand-signature {
  background: #fff;
}

.mh-platform .mh-title {
  color: #fff;
}

.mh-platform .mh-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.mh-subtitle--left {
  margin-left: 0;
  text-align: left;
}

.mh-about-link {
  margin-top: 20px;
  display: inline-flex;
}

.mh-cta .mh-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.mh-cta .mh-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* Industries grid within modern layout */
body.page-modern .industries__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

body.page-modern .industry-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

/* --- Homepage featured industries --- */
.mh-section--industries {
  padding: clamp(48px, 6vw, 72px) 0;
}

.mh-industries__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
}

.mh-industries__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 36px 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: inherit;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.mh-industries__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
  border-color: rgba(215, 25, 32, 0.1);
}

.mh-industries__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border-radius: 14px;
  background: rgba(215, 25, 32, 0.08);
  color: var(--color-primary);
  flex-shrink: 0;
  transition: background-color 300ms ease, color 300ms ease;
}

.mh-industries__card:hover .mh-industries__icon {
  background: var(--color-primary);
  color: #fff;
}

.mh-industries__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  line-height: 1.3;
}

.mh-industries__text {
  margin: 0;
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.65;
  color: #6b7280;
}

.mh-industries__footnote {
  margin: clamp(28px, 3vw, 40px) auto 0;
  max-width: 48ch;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #9ca3af;
}

.mh-industries__divider {
  margin-top: clamp(32px, 4vw, 48px);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 20%,
    rgba(0, 0, 0, 0.08) 80%,
    transparent 100%
  );
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .mh-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .mh-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .mh-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mh-platform__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.page-modern .header__actions {
    display: none;
  }

  body.page-modern .header__cta {
    display: none;
  }

  .mh-container {
    width: min(1200px, calc(100% - 32px));
  }

  .mh-steps,
  .mh-stats,
  .mh-grid {
    grid-template-columns: 1fr;
  }

  .mh-industries__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mh-industries__card {
    padding: 28px 24px;
  }

  .mh-hero__trust {
    flex-direction: column;
    align-items: center;
  }

  .mh-marquee__group {
    gap: 56px;
    padding-right: 56px;
  }

  .mh-marquee__logo {
    width: 132px;
    height: 52px;
    padding: 0;
  }

  .mh-marquee__logo img {
    width: 132px;
    height: 52px;
    max-width: none;
  }

  .mh-marquee__card {
    width: 220px;
    height: 140px;
  }

  .mh-testimonial {
    flex: 0 0 min(300px, 82vw);
    min-height: 200px;
  }
}
