:root {
  --motolab-home-orange: #ff660e;
  --motolab-home-orange-dark: #d94f00;
  --motolab-home-ink: #242729;
  --motolab-home-muted: #6d7377;
  --motolab-home-line: #d9dddf;
  --motolab-home-soft: #f4f5f5;
  --motolab-home-ease: 220ms cubic-bezier(.2, .7, .2, 1);
}

body.motolab-homepage-v1 .before-carousel,
body.motolab-homepage-v1 .motolab-homepage__placeholder,
body.motolab-homepage-v1 .motolab-homepage__legacy-carousel,
body.motolab-homepage-v1 .benefitBanner.position--benefitHomepage {
  display: none !important;
}

body.in-index:not(.motolab-homepage-v1):not(.mobile) .before-carousel,
body.in-index.mobile:not(.motolab-homepage-v1) .banners-row {
  display: block !important;
  min-height: 530px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: #17191a;
  background-image: url("homepage-hero-stock.jpg?v=20260720.4");
  background-position: center 52%;
  background-repeat: no-repeat;
  background-size: cover;
}

body.in-index:not(.motolab-homepage-v1):not(.mobile) .before-carousel > *,
body.in-index.mobile:not(.motolab-homepage-v1) .banners-row > * {
  visibility: hidden !important;
}

body.motolab-homepage-v1,
body.motolab-homepage-v1 .motolab-homepage,
body.motolab-homepage-v1 .motolab-homepage__products-section {
  font-family: "Exo 2", Arial, sans-serif;
  letter-spacing: 0;
}

.motolab-homepage,
.motolab-homepage * {
  box-sizing: border-box;
}

.motolab-homepage {
  width: 100%;
  overflow: hidden;
  color: var(--motolab-home-ink);
  background: #fff;
}

.motolab-homepage a {
  text-decoration: none;
}

.motolab-homepage__hero {
  position: relative;
  display: flex;
  min-height: 530px;
  padding: 62px max(6%, calc((100% - 1320px) / 2));
  overflow: hidden;
  color: #fff;
  background-color: #17191a;
  background-image: url("homepage-hero-stock.jpg?v=20260720.4");
  background-position: center 52%;
  background-size: cover;
  align-items: center;
}

.motolab-homepage__hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 9, 10, .9) 0%, rgba(7, 9, 10, .78) 37%, rgba(7, 9, 10, .46) 67%, rgba(7, 9, 10, .24) 100%);
}

.motolab-homepage__hero-inner {
  position: relative;
  z-index: 1;
  width: min(830px, 72%);
}

.motolab-homepage__eyebrow {
  margin: 0 0 9px;
  color: var(--motolab-home-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.motolab-homepage__hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.02;
}

.motolab-homepage__hero-copy {
  max-width: 590px;
  margin: 18px 0 0;
  color: #e2e4e5;
  font-size: 17px;
  line-height: 1.5;
}

.motolab-homepage__primary {
  display: inline-flex;
  min-height: 46px;
  margin-top: 24px;
  padding: 0 22px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: var(--motolab-home-orange);
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  transition: background var(--motolab-home-ease), transform var(--motolab-home-ease);
}

.motolab-homepage__primary:hover,
.motolab-homepage__primary:focus {
  color: #fff;
  background: var(--motolab-home-orange-dark);
  transform: translateY(-1px);
}

.motolab-homepage__stats {
  display: grid;
  width: min(430px, 100%);
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.motolab-homepage__stats > div {
  display: flex;
  min-width: 0;
  min-height: 70px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  background: rgba(11, 13, 14, .58);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.motolab-homepage__stats strong {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.motolab-homepage__stats span {
  display: block;
  margin-top: 7px;
  color: #d8dcde;
  font-size: 11px;
  line-height: 1.2;
}

.motolab-homepage__trust {
  display: grid;
  min-height: 108px;
  padding: 14px max(5%, calc((100% - 1320px) / 2));
  border-bottom: 1px solid var(--motolab-home-line);
  background: #fff;
  grid-template-columns: 1.15fr 1.15fr .85fr .85fr;
  align-items: stretch;
}

.motolab-homepage__trust > a {
  min-width: 0;
  min-height: 80px;
  border-left: 1px solid var(--motolab-home-line);
  color: var(--motolab-home-ink);
  transition: color var(--motolab-home-ease), background var(--motolab-home-ease);
}

.motolab-homepage__trust > a:first-child {
  border-left: 0;
}

.motolab-homepage__trust > a:hover,
.motolab-homepage__trust > a:focus {
  color: var(--motolab-home-orange-dark);
  background: #fff8f3;
}

.motolab-homepage__benefit {
  display: grid;
  padding: 10px 22px;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}

.motolab-homepage__benefit > img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.motolab-homepage__benefit strong {
  display: block;
  color: currentColor;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.motolab-homepage__benefit small {
  display: block;
  margin-top: 4px;
  color: var(--motolab-home-muted);
  font-size: 11px;
  line-height: 1.3;
}

.motolab-homepage__rating {
  display: flex;
  padding: 8px 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.motolab-homepage__rating-brand {
  display: flex;
  min-height: 21px;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.motolab-homepage__rating-brand img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.motolab-homepage__rating-brand img.motolab-homepage__firmy-logo {
  width: 76px;
  height: 18px;
}

.motolab-homepage__rating-brand b {
  color: var(--motolab-home-ink);
  font-size: 14px;
  font-weight: 800;
}

.motolab-homepage__rating small {
  display: block;
  margin-top: 2px;
  color: var(--motolab-home-muted);
  font-size: 10px;
}

.motolab-homepage__rating > strong {
  display: block;
  margin-top: 3px;
  color: #17191a;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.motolab-homepage__rating > strong span {
  color: var(--motolab-home-orange);
}

.motolab-homepage__finder {
  max-width: 100%;
  padding: 46px max(24px, calc((100% - 1320px) / 2)) 52px;
  border-top: 3px solid var(--motolab-home-orange);
  background: #fff;
  scroll-margin-top: 20px;
}

.motolab-homepage__finder-head {
  display: flex;
  margin-bottom: 22px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.motolab-homepage__finder-head h2 {
  margin: 0;
  color: var(--motolab-home-ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.motolab-homepage__finder-head p {
  margin: 7px 0 0;
  color: var(--motolab-home-muted);
  font-size: 13px;
  line-height: 1.45;
}

.motolab-homepage__finder-head > a,
.motolab-homepage__all-products {
  flex: 0 0 auto;
  border-bottom: 2px solid var(--motolab-home-orange);
  color: var(--motolab-home-ink);
  font-size: 12px;
  font-weight: 900;
}

.motolab-homepage__finder-head > a:hover,
.motolab-homepage__all-products:hover {
  color: var(--motolab-home-orange-dark);
}

.motolab-homepage__brand-grid {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}

.motolab-homepage__brand-grid:not(.is-expanded) .motolab-homepage__brand-item:nth-child(n+17) {
  display: none;
}

.motolab-homepage__brand-item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.motolab-homepage__brand-link {
  display: grid;
  min-width: 0;
  height: 90px;
  padding: 8px 5px;
  border: 1px solid #dfe2e3;
  border-radius: 4px;
  color: var(--motolab-home-ink);
  background: #fff;
  place-items: center;
  align-content: center;
  gap: 5px;
  transition: border-color var(--motolab-home-ease), box-shadow var(--motolab-home-ease), transform var(--motolab-home-ease), background var(--motolab-home-ease);
}

.motolab-homepage__brand-link:hover,
.motolab-homepage__brand-link:focus {
  color: var(--motolab-home-ink);
  border-color: #ff9d66;
  transform: translateY(-2px);
  box-shadow: 0 7px 16px rgba(36, 39, 41, .08);
}

.motolab-homepage__brand-link.is-selected {
  border-color: var(--motolab-home-orange);
  background: #fff7f2;
  box-shadow: inset 0 0 0 1px var(--motolab-home-orange);
}

.motolab-homepage__brand-link img {
  display: block;
  width: 58px;
  height: 42px;
  object-fit: contain;
}

.motolab-homepage__brand-link span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.motolab-homepage__more-brands {
  min-height: 38px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid #cfd3d5;
  border-radius: 3px;
  color: #53595c;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
}

.motolab-homepage__more-brands:hover,
.motolab-homepage__more-brands:focus {
  border-color: var(--motolab-home-orange);
  color: var(--motolab-home-orange-dark);
}

.motolab-homepage__models {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #dfe2e3;
  border-left: 3px solid var(--motolab-home-orange);
  background: #f6f7f7;
  opacity: 0;
  transform: translateY(8px);
}

.motolab-homepage__models.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity var(--motolab-home-ease), transform var(--motolab-home-ease);
}

.motolab-homepage__models-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.motolab-homepage__models-head strong {
  color: var(--motolab-home-ink);
  font-size: 15px;
}

.motolab-homepage__models-head strong span {
  color: var(--motolab-home-orange-dark);
}

.motolab-homepage__models-head > a {
  color: var(--motolab-home-muted);
  font-size: 11px;
  font-weight: 800;
}

.motolab-homepage__model-links {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 7px;
}

.motolab-homepage__model-link {
  display: inline-flex;
  min-height: 35px;
  padding: 0 13px;
  border: 1px solid #cfd3d5;
  border-radius: 18px;
  color: var(--motolab-home-ink);
  background: #fff;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  transition: border-color var(--motolab-home-ease), color var(--motolab-home-ease), background var(--motolab-home-ease);
}

.motolab-homepage__model-link:hover,
.motolab-homepage__model-link:focus {
  border-color: var(--motolab-home-orange);
  color: #fff;
  background: var(--motolab-home-orange);
}

.motolab-homepage a:focus-visible,
.motolab-homepage button:focus-visible,
.motolab-homepage__all-products:focus-visible {
  outline: 2px solid var(--motolab-home-orange);
  outline-offset: 3px;
}

.motolab-homepage__hero a:focus-visible {
  outline-color: #fff;
}

body.motolab-homepage-v1 .motolab-homepage__products-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 50px max(24px, calc((100% - 1320px) / 2)) 58px !important;
  border: 0;
  background: var(--motolab-home-soft);
}

body.motolab-homepage-v1 .motolab-homepage__products-section > .content-wrapper-in,
body.motolab-homepage-v1 .motolab-homepage__products-section main.content {
  width: 100%;
  max-width: none;
  padding: 0;
}

.motolab-homepage__products-head {
  display: flex;
  margin: 0 0 24px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

body.motolab-homepage-v1 .motolab-homepage__products-heading,
body.motolab-homepage-v1 .in-index .motolab-homepage__products-heading {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--motolab-home-ink);
  text-align: left;
  text-transform: none;
}

.motolab-homepage__products-heading span,
.motolab-homepage__products-heading strong {
  display: block;
}

.motolab-homepage__products-heading span {
  margin-bottom: 7px;
  color: var(--motolab-home-orange);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.motolab-homepage__products-heading strong {
  color: var(--motolab-home-ink);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.1;
}

.motolab-homepage__all-products {
  margin-bottom: 2px;
}

@media (max-width: 1199px) {
  .motolab-homepage__hero h1 {
    font-size: 50px;
  }

  .motolab-homepage__brand-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .motolab-homepage__brand-grid:not(.is-expanded) .motolab-homepage__brand-item:nth-child(n+13) {
    display: none;
  }
}

@media (max-width: 899px) {
  .motolab-homepage__hero-inner {
    width: min(700px, 86%);
  }

  .motolab-homepage__trust {
    padding: 8px max(18px, calc((100% - 760px) / 2));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .motolab-homepage__trust > a {
    border-right: 1px solid var(--motolab-home-line);
    border-bottom: 1px solid var(--motolab-home-line);
    border-left: 0;
  }

  .motolab-homepage__trust > a:nth-child(2n) {
    border-right: 0;
  }

  .motolab-homepage__trust > a:nth-child(n+3) {
    border-bottom: 0;
  }

  .motolab-homepage__brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.in-index:not(.motolab-homepage-v1) .before-carousel,
  body.in-index.mobile:not(.motolab-homepage-v1) .banners-row {
    min-height: 500px;
    background-image: url("homepage-hero-stock-mobile.jpg?v=20260720.4");
    background-position: center;
  }

  .motolab-homepage__hero {
    min-height: 500px;
    padding: 28px 18px;
    background-image: url("homepage-hero-stock-mobile.jpg?v=20260720.4");
    background-position: center;
    align-items: flex-end;
  }

  .motolab-homepage__hero::before {
    background: linear-gradient(180deg, rgba(7, 9, 10, .26) 0%, rgba(7, 9, 10, .52) 40%, rgba(7, 9, 10, .9) 100%);
  }

  .motolab-homepage__hero-inner {
    width: 100%;
  }

  .motolab-homepage__hero h1 {
    font-size: 36px;
    line-height: 1.03;
  }

  .motolab-homepage__hero-copy {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .motolab-homepage__primary {
    width: 100%;
    margin-top: 20px;
  }

  .motolab-homepage__stats {
    width: 100%;
    margin-top: 18px;
    gap: 6px;
  }

  .motolab-homepage__stats > div {
    min-height: 62px;
    padding: 8px;
  }

  .motolab-homepage__stats strong {
    font-size: 18px;
  }

  .motolab-homepage__trust {
    padding: 8px;
  }

  .motolab-homepage__trust > a {
    min-height: 84px;
  }

  .motolab-homepage__benefit {
    padding: 9px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
  }

  .motolab-homepage__benefit > img {
    width: 39px;
    height: 39px;
  }

  .motolab-homepage__benefit strong {
    font-size: 11px;
  }

  .motolab-homepage__benefit small {
    font-size: 9px;
  }

  .motolab-homepage__rating {
    padding: 8px;
  }

  .motolab-homepage__finder {
    padding: 34px 16px 40px;
    scroll-margin-top: 8px;
  }

  .motolab-homepage__finder-head {
    display: block;
    margin-bottom: 18px;
  }

  .motolab-homepage__finder-head h2 {
    font-size: 26px;
  }

  .motolab-homepage__finder-head > a {
    display: inline-block;
    margin-top: 13px;
  }

  .motolab-homepage__brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .motolab-homepage__brand-grid:not(.is-expanded) .motolab-homepage__brand-item:nth-child(n+10) {
    display: none;
  }

  .motolab-homepage__brand-link {
    height: 78px;
  }

  .motolab-homepage__brand-link img {
    width: 47px;
    height: 33px;
  }

  .motolab-homepage__models {
    padding: 14px;
  }

  .motolab-homepage__models-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  body.motolab-homepage-v1 .motolab-homepage__products-section {
    padding: 36px 16px 44px !important;
  }

  .motolab-homepage__products-head {
    display: block;
    margin-bottom: 20px;
  }

  .motolab-homepage__products-heading strong {
    font-size: 29px;
  }

  .motolab-homepage__all-products {
    display: inline-block;
    margin-top: 13px;
  }
}

@media (max-width: 360px) {
  .motolab-homepage__hero h1 {
    font-size: 33px;
  }

  .motolab-homepage__benefit {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .motolab-homepage__benefit > img {
    width: 33px;
    height: 33px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motolab-homepage *,
  .motolab-homepage *::before,
  .motolab-homepage *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
