.mx3006-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.mx3006-hero *,
.mx3006-hero *::before,
.mx3006-hero *::after {
  box-sizing: border-box;
}

.mx3006-hero__media,
.mx3006-hero__media img,
.mx3006-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mx3006-hero__media img {
  object-fit: cover;
  object-position: center right;
}

.mx3006-hero__media--mobile {
  display: none;
}

.mx3006-hero__overlay {
  background: linear-gradient(90deg, rgba(4, 5, 4, 0.96) 0%, rgba(4, 5, 4, 0.78) 34%, rgba(4, 5, 4, 0.1) 72%);
}

.mx3006-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1280px, calc(100% - 48px));
  min-height: 720px;
  margin: 0 auto;
  align-items: center;
}

.mx3006-hero__content {
  width: min(610px, 55%);
  padding: 70px 0;
}

.mx3006-hero__rating,
.mx3006-hero__eyebrow,
.mx3006-hero__promise {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.mx3006-hero__rating span,
.mx3006-hero__eyebrow,
.mx3006-hero h1 strong,
.mx3006-hero__promise span {
  color: #fbc100;
}

.mx3006-hero__eyebrow {
  margin-top: 18px;
}

.mx3006-hero h1 {
  margin: 14px 0 0;
  font-size: 62px;
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}

.mx3006-hero h1 span,
.mx3006-hero h1 strong {
  display: block;
}

.mx3006-hero h1 strong {
  font-weight: 900;
}

.mx3006-hero__lead {
  max-width: 540px;
  margin: 24px 0 0;
  color: #ded9ca;
  font-size: 16px;
  line-height: 1.55;
}

.mx3006-hero__button {
  display: inline-flex;
  min-width: 202px;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fbc100;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.mx3006-hero__promise {
  margin-top: 17px;
  color: #fff;
}

@media (max-width: 749px) {
  .mx3006-hero,
  .mx3006-hero__inner {
    min-height: 600px;
  }

  .mx3006-hero__media--desktop {
    display: none;
  }

  .mx3006-hero__media--mobile {
    display: block;
  }

  .mx3006-hero__media img {
    object-position: 50% top;
  }

  .mx3006-hero__overlay {
    background: linear-gradient(180deg, rgba(4, 5, 4, 0.98) 0%, rgba(4, 5, 4, 0.72) 43%, rgba(4, 5, 4, 0.03) 69%);
  }

  .mx3006-hero__inner {
    width: 100%;
    align-items: flex-start;
  }

  .mx3006-hero__content {
    width: 100%;
    padding: 24px 18px 320px;
    text-align: center;
  }

  .mx3006-hero__rating,
  .mx3006-hero__eyebrow,
  .mx3006-hero__promise {
    font-size: 9px;
  }

  .mx3006-hero h1 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 0.98;
  }

  .mx3006-hero__lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
  }

  .mx3006-hero__button {
    width: 100%;
    min-height: 50px;
    margin-top: 18px;
  }
}
