/* Homepage 5104 reference layout: image-led first viewport with inert placeholders where no page exists. */
body[data-page="home"] {
  --mokozoo-home-hero-image: url("../../../assets/la-style/mokozoo-home-route-66-los-angeles-bear.png?v=20260523-route66");
}

@media (min-width: 861px) {
  body[data-page="home"] .site-header {
    top: clamp(1rem, 2.7vw, 3.1rem);
    width: calc(100vw - clamp(2.5rem, 4.8vw, 5.25rem));
    grid-template-columns: clamp(18rem, 18.9vw, 20.8rem) minmax(0, 1fr) auto;
    gap: clamp(1.1rem, 1.9vw, 2.1rem);
    align-items: center;
    padding: 0 !important;
  }

  body[data-page="home"] .brand {
    min-width: clamp(18rem, 18.9vw, 20.8rem);
    min-height: clamp(4rem, 4.8vw, 5.3rem);
  }

  body[data-page="home"] .brand img {
    width: clamp(18rem, 18.9vw, 20.8rem);
  }

  body[data-page="home"] .brand::before {
    font-size: clamp(4.15rem, 4.75vw, 5.2rem);
    line-height: 0.78;
  }

  body[data-page="home"] .brand::after {
    top: 0.28rem;
    right: clamp(0.75rem, 1.35vw, 1.05rem);
    min-width: clamp(1.25rem, 1.55vw, 1.65rem);
    font-size: clamp(0.78rem, 0.9vw, 0.98rem);
  }

  body[data-page="home"] .site-nav {
    display: grid;
    grid-template-columns: repeat(8, minmax(max-content, 1fr));
    align-items: center;
    justify-content: stretch;
    gap: 0;
    min-width: 0;
    min-height: clamp(3.65rem, 3.55vw, 4.25rem);
    padding: 0 clamp(0.55rem, 1vw, 1.1rem);
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 34px rgba(8, 39, 79, 0.06);
    color: var(--us-navy);
    font-family: var(--font-sans);
    font-size: clamp(0.92rem, 0.92vw, 1.1rem);
    font-weight: 900;
    backdrop-filter: blur(7px);
  }

  body[data-page="home"] .site-nav > .mokozoo-language-menu {
    display: none !important;
  }

  body[data-page="home"] .site-nav > a,
  body[data-page="home"] .site-nav > button {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    min-height: clamp(2.65rem, 2.75vw, 3.2rem);
    align-items: center;
    justify-content: center;
    padding: 0 clamp(0.58rem, 0.85vw, 1rem);
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  body[data-page="home"] .site-nav > button {
    appearance: none;
    opacity: 1;
    cursor: default;
  }

  body[data-page="home"] .site-nav > a + a::before,
  body[data-page="home"] .site-nav > a + button::before,
  body[data-page="home"] .site-nav > button + a::before,
  body[data-page="home"] .site-nav > button + button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 1.35rem;
    background: rgba(8, 39, 79, 0.32);
    transform: translateY(-50%);
  }

  body[data-page="home"] .site-nav > a::after,
  body[data-page="home"] .site-nav > button::after {
    content: none;
  }

  body[data-page="home"] .site-nav > a:hover,
  body[data-page="home"] .site-nav > a:focus-visible {
    color: var(--us-navy-deep);
    text-decoration: underline;
    text-decoration-thickness: 0.12rem;
    text-underline-offset: 0.35rem;
  }

  body[data-page="home"] .nav-cta {
    position: relative;
    min-width: clamp(5.95rem, 6.45vw, 7.1rem);
    min-height: clamp(2.65rem, 2.9vw, 3.25rem);
    padding: 0 clamp(1.15rem, 1.5vw, 1.55rem);
    border: 0;
    border-radius: 999px;
    background: var(--us-navy);
    box-shadow: none;
    color: #fff;
    font-family: var(--font-sans);
    font-size: clamp(0.98rem, 1vw, 1.16rem);
    font-weight: 900;
    line-height: 1;
    text-transform: none;
  }

  body[data-page="home"] .nav-cta::before {
    content: "";
    position: absolute;
    inset: clamp(-0.62rem, -0.56vw, -0.46rem) clamp(-1.1rem, -0.95vw, -0.78rem);
    border: 3px solid var(--us-navy);
    border-radius: 999px;
    pointer-events: none;
  }

  body[data-page="home"] .home-hero-section {
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 100svh;
    background:
      linear-gradient(90deg, rgba(236, 231, 220, 0.9) 0 31%, rgba(236, 231, 220, 0.78) 42%, rgba(236, 231, 220, 0.47) 52%, rgba(236, 231, 220, 0.14) 63%, rgba(236, 231, 220, 0) 72% 100%),
      linear-gradient(180deg, rgba(236, 231, 220, 0.84) 0 5.8rem, rgba(236, 231, 220, 0.6) 7.2rem, rgba(236, 231, 220, 0.08) 11.2rem, rgba(6, 28, 59, 0.14) 100%),
      var(--mokozoo-home-hero-image) !important;
    background-position: center top, center top, center top !important;
    background-repeat: no-repeat !important;
    background-size: cover, cover, cover !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    min-height: calc(100svh - clamp(4.35rem, 4.9vw, 5.35rem));
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
    padding: clamp(15rem, 32.7vh, 22.2rem) 0 0 clamp(4rem, 4.05vw, 5rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy {
    max-width: min(58rem, 100%);
  }

  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title {
    max-width: 10.2em;
    color: var(--us-navy);
    font-size: clamp(4.1rem, 4.35vw, 5.15rem) !important;
    font-weight: 900;
    line-height: 1.03;
    text-shadow: 0 2px 18px rgba(247, 243, 234, 0.42);
  }

  body[data-page="home"] .hero-star-divider {
    width: min(57rem, 100%);
    margin-block: clamp(1rem, 1.7vw, 1.85rem);
    gap: clamp(1.25rem, 1.8vw, 1.7rem);
  }

  body[data-page="home"] .hero-star-divider span {
    height: 3px;
  }

  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    max-width: 44rem;
    margin-bottom: clamp(1rem, 1.8vw, 2rem);
    color: #071327;
    font-size: clamp(1.35rem, 1.58vw, 1.88rem);
    font-weight: 900;
    line-height: 1.3;
  }

  body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, clamp(18.5rem, 21.5vw, 25.4rem)));
    gap: clamp(1.2rem, 1.42vw, 1.6rem) clamp(1.35rem, 1.45vw, 1.75rem);
    width: fit-content;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  body[data-page="home"] .landing-hero-card .hero-secondary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-secondary-action {
    min-height: clamp(5.05rem, 5.3vw, 6.25rem);
    padding-inline: clamp(1.2rem, 2vw, 1.9rem);
    font-size: clamp(1.6rem, 1.68vw, 2rem);
    line-height: 1;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    min-height: clamp(4.35rem, 4.9vw, 5.35rem);
    padding-block: clamp(0.65rem, 1vw, 0.95rem);
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .site-nav > a,
  body[data-page="home"] .site-nav > button {
    color: var(--us-navy);
    font: inherit;
    white-space: nowrap;
  }

  body[data-page="home"] .site-nav > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.38rem;
    padding: 0.85rem 1rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    opacity: 0.72;
  }

  body[data-page="home"] .nav-cta::before {
    content: none;
  }
}

body[data-page="home"] .home-product-direction-row {
  display: grid;
  gap: clamp(0.8rem, 1.5vw, 1rem);
  margin-top: clamp(1rem, 2vw, 1.45rem);
  padding-top: clamp(0.9rem, 1.6vw, 1.15rem);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

body[data-page="home"] .incubation-home-section .rideshare-panel .rideshare-title-group h3,
body[data-page="home"] .incubation-home-section .rideshare-panel .home-product-direction-head strong {
  color: var(--us-navy, #08274f) !important;
  text-shadow: none !important;
}

body[data-page="home"] .incubation-home-section .rideshare-panel .rideshare-title-group p,
body[data-page="home"] .incubation-home-section .rideshare-panel .home-product-direction-head span,
body[data-page="home"] .incubation-home-section .rideshare-panel .rideshare-footer {
  color: rgba(8, 39, 79, 0.68) !important;
}

body[data-page="home"] .incubation-home-section .rideshare-panel .rideshare-all-link {
  color: var(--us-navy, #08274f) !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

body[data-page="home"] .home-product-direction-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
}

body[data-page="home"] .home-product-direction-head strong {
  color: #fff;
  font-family: var(--font-display, var(--font-sans));
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1;
}

body[data-page="home"] .home-product-direction-head span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

body[data-page="home"] .rideshare-track-secondary .rideshare-media span {
  bottom: 0.45rem;
}

@media (max-width: 640px) {
  body[data-page="home"] .home-product-direction-head {
    display: grid;
  }
}

/* Homepage reference template: full-bleed image hero with English campaign nav. */
body[data-page="home"] {
  --mokozoo-home-hero-image: url("../../../assets/la-style/mokozoo-home-route-66-los-angeles-bear.png?v=20260523-route66");
  background: #08274f;
}

body[data-page="home"] .site-header.title-bar {
  position: absolute !important;
  top: clamp(1.7rem, 3.3vw, 3.2rem) !important;
  left: clamp(2rem, 3.7vw, 3.6rem) !important;
  z-index: 60 !important;
  display: grid !important;
  width: calc(100% - clamp(4rem, 7.4vw, 7.2rem)) !important;
  max-width: none !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: clamp(1.5rem, 3.5vw, 3.6rem) !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body[data-page="home"] .site-header.title-bar .brand {
  min-width: clamp(14.5rem, 17vw, 18.2rem) !important;
  min-height: clamp(3.1rem, 4vw, 4.35rem) !important;
}

body[data-page="home"] .site-header.title-bar .brand img {
  width: clamp(14.5rem, 17vw, 18.2rem) !important;
}

body[data-page="home"] .site-header.title-bar .brand::before {
  font-size: clamp(3.1rem, 4vw, 4.35rem) !important;
  line-height: 0.8 !important;
}

body[data-page="home"] .site-header.title-bar .brand::after {
  top: 0.18rem !important;
  right: clamp(0.52rem, 1.08vw, 0.82rem) !important;
  min-width: clamp(1rem, 1.28vw, 1.24rem) !important;
  font-size: clamp(0.62rem, 0.72vw, 0.78rem) !important;
}

body[data-page="home"] .site-header.title-bar .nav-toggle,
body[data-page="home"] .site-header.title-bar .nav-cta {
  display: none !important;
}

body[data-page="home"] .site-header.title-bar .site-nav {
  display: flex !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(1.25rem, 2.35vw, 3.1rem) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body[data-page="home"] .site-header.title-bar .site-nav > a,
body[data-page="home"] .site-header.title-bar .site-nav > button {
  width: auto !important;
  min-width: max-content !important;
  min-height: 0 !important;
  padding: 0 !important;
  color: var(--us-navy, #08274f) !important;
  font-family: var(--font-display, var(--font-sans)) !important;
  font-size: clamp(1rem, 1.08vw, 1.28rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body[data-page="home"] .site-header.title-bar .site-nav > a::before,
body[data-page="home"] .site-header.title-bar .site-nav > a::after,
body[data-page="home"] .site-header.title-bar .site-nav > button::before,
body[data-page="home"] .site-header.title-bar .site-nav > button::after {
  content: none !important;
}

body[data-page="home"] .site-header.title-bar .site-nav > a:hover,
body[data-page="home"] .site-header.title-bar .site-nav > a:focus-visible {
  color: var(--us-navy-deep, #041832) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 0.12rem !important;
  text-underline-offset: 0.35rem !important;
}

body[data-page="home"] .site-header.title-bar .site-nav > .mokozoo-language-menu {
  display: block !important;
  margin-left: clamp(0.2rem, 0.8vw, 0.8rem) !important;
}

body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-trigger {
  min-width: 2.55rem !important;
  min-height: 2.55rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--us-navy, #08274f) !important;
}

body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-trigger::after {
  content: none !important;
}

body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-icon,
body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-icon svg {
  width: clamp(2.2rem, 2.6vw, 3rem) !important;
  height: clamp(2.2rem, 2.6vw, 3rem) !important;
  display: block !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-icon::before {
  content: none !important;
  display: none !important;
}

body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-panel {
  right: 0 !important;
  left: auto !important;
}

body[data-page="home"] .home-hero-section {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  min-height: 100svh !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  padding: 0 !important;
  background:
    linear-gradient(90deg, rgba(247, 243, 234, 0.58) 0 38%, rgba(247, 243, 234, 0.38) 52%, rgba(247, 243, 234, 0.12) 68%, rgba(6, 28, 59, 0.02) 100%),
    linear-gradient(180deg, rgba(247, 243, 234, 0.28) 0 8.5rem, rgba(247, 243, 234, 0.08) 22rem, rgba(6, 28, 59, 0.18) 100%),
    var(--mokozoo-home-hero-image) !important;
  background-position: center top, center top, center top !important;
  background-repeat: no-repeat !important;
  background-size: cover, cover, cover !important;
}

body[data-page="home"] .home-hero-section::before,
body[data-page="home"] .home-hero-section::after {
  content: none !important;
}

body[data-page="home"] .landing-hero-card.hero-section-layout {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  grid-template-columns: minmax(0, 46rem) minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: center !important;
  margin: 0 !important;
  padding: clamp(9.6rem, 16vh, 13rem) clamp(2.4rem, 3.7vw, 3.6rem) clamp(2.3rem, 4.8vh, 4.6rem) !important;
}

body[data-page="home"] .landing-hero-card .hero-copy {
  width: min(100%, 45rem) !important;
  max-width: 45rem !important;
  min-width: 0 !important;
  color: var(--us-navy, #08274f) !important;
}

body[data-page="home"] .landing-hero-card .hero-main-title,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
  max-width: 9.4em !important;
  margin: 0 !important;
  color: var(--us-navy, #08274f) !important;
  font-family: var(--font-display, var(--font-sans)) !important;
  font-size: clamp(4.45rem, 5.85vw, 6.5rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 0.95 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  text-wrap: balance !important;
}

body[data-page="home"] .landing-hero-card .hero-main-title > span,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title > span,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title > span {
  display: block !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

body[data-page="home"] .landing-hero-card .hero-title-secondary,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-title-secondary,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-title-secondary {
  max-width: none !important;
  margin-top: 0.05em !important;
  color: var(--us-navy, #08274f) !important;
  font-size: 1em !important;
  line-height: 0.95 !important;
}

body[data-page="home"] .hero-star-divider {
  width: min(32rem, 100%) !important;
  margin: clamp(1.6rem, 2.1vw, 2.1rem) 0 clamp(1.25rem, 1.9vw, 1.8rem) !important;
  gap: clamp(1.1rem, 1.7vw, 1.6rem) !important;
  color: var(--us-navy, #08274f) !important;
}

body[data-page="home"] .hero-star-divider span {
  height: 2px !important;
  background: currentColor !important;
}

body[data-page="home"] .hero-star-divider strong {
  color: currentColor !important;
  font-size: clamp(1.65rem, 1.95vw, 2.25rem) !important;
}

body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
  max-width: 32rem !important;
  margin: 0 !important;
  color: #0a0f1e !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(1.55rem, 2vw, 2.15rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.34 !important;
  text-shadow: none !important;
}

body[data-page="home"] .landing-hero-card .hero-cta-row,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-cta-row {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  grid-template-columns: none !important;
  align-items: stretch !important;
  gap: clamp(0.72rem, 1.15vw, 1.05rem) !important;
  margin-top: clamp(1.8rem, 2.5vw, 2.6rem) !important;
}

body[data-page="home"] .landing-hero-card .hero-primary-action,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action {
  display: inline-flex !important;
  width: auto !important;
  min-width: clamp(11rem, 14vw, 14.4rem) !important;
  max-width: 100% !important;
  min-height: clamp(3.15rem, 3.6vw, 3.85rem) !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 clamp(1.9rem, 2.35vw, 2.45rem) !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--us-navy, #08274f) !important;
  box-shadow: 0 0.18rem 0 rgba(0, 0, 0, 0.24) !important;
  color: #fff !important;
  font-family: var(--font-display, var(--font-sans)) !important;
  font-size: clamp(1.05rem, 1.2vw, 1.32rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body[data-page="home"] .landing-hero-card .hero-phone-action,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-action,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-action {
  display: inline-flex !important;
  min-width: min(22rem, 100%) !important;
  max-width: 100% !important;
  min-height: clamp(3.15rem, 3.6vw, 3.85rem) !important;
  align-items: center !important;
  gap: clamp(0.64rem, 0.9vw, 0.86rem) !important;
  padding: 0.44rem clamp(0.9rem, 1.2vw, 1.12rem) !important;
  border: 2px solid var(--us-navy, #08274f) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 246, 0.82) !important;
  box-shadow: 0 0.14rem 0 rgba(8, 39, 79, 0.14) !important;
  color: var(--us-navy, #08274f) !important;
  text-decoration: none !important;
}

body[data-page="home"] .landing-hero-card .hero-phone-icon,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-icon,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-icon {
  display: grid !important;
  flex: 0 0 clamp(2.05rem, 2.25vw, 2.45rem) !important;
  width: clamp(2.05rem, 2.25vw, 2.45rem) !important;
  height: clamp(2.05rem, 2.25vw, 2.45rem) !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--us-navy, #08274f) !important;
  color: #fff !important;
}

body[data-page="home"] .landing-hero-card .hero-phone-icon iconify-icon,
body[data-page="home"] .landing-hero-card .hero-phone-icon svg,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-icon iconify-icon,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-icon svg,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-icon iconify-icon,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-icon svg {
  width: 1.14rem !important;
  height: 1.14rem !important;
  color: currentColor !important;
}

body[data-page="home"] .landing-hero-card .hero-phone-copy,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-copy,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-copy {
  display: grid !important;
  min-width: 0 !important;
  gap: 0.16rem !important;
  align-content: center !important;
  font-family: var(--font-sans) !important;
  line-height: 1.08 !important;
}

body[data-page="home"] .landing-hero-card .hero-phone-title,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-title,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-title {
  color: var(--us-navy, #08274f) !important;
  font-size: clamp(0.9rem, 1vw, 1.08rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

body[data-page="home"] .landing-hero-card .hero-phone-hours,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-hours,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-hours {
  color: #13233a !important;
  font-size: clamp(0.72rem, 0.82vw, 0.88rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.14 !important;
}

body[data-page="home"] .landing-hero-card .hero-primary-action:hover,
body[data-page="home"] .landing-hero-card .hero-primary-action:focus-visible,
body[data-page="home"] .landing-hero-card .hero-phone-action:hover,
body[data-page="home"] .landing-hero-card .hero-phone-action:focus-visible {
  background: var(--us-navy-deep, #041832) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

body[data-page="home"] .landing-hero-card .hero-phone-action:hover .hero-phone-icon,
body[data-page="home"] .landing-hero-card .hero-phone-action:focus-visible .hero-phone-icon {
  background: #fff !important;
  color: var(--us-navy-deep, #041832) !important;
}

body[data-page="home"] .landing-hero-card .hero-phone-action:hover .hero-phone-title,
body[data-page="home"] .landing-hero-card .hero-phone-action:hover .hero-phone-hours,
body[data-page="home"] .landing-hero-card .hero-phone-action:focus-visible .hero-phone-title,
body[data-page="home"] .landing-hero-card .hero-phone-action:focus-visible .hero-phone-hours {
  color: #fff !important;
}

body[data-page="home"] .landing-hero-card .hero-secondary-action,
body[data-page="home"] .landing-hero-card .hero-frame,
body[data-page="home"] .landing-hero-card .media-preview-stack,
body[data-page="home"] .landing-hero-card .hero-mobile-concept-card {
  display: none !important;
}

body[data-page="home"] .home-hero-section > .hero-service-strip,
html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
  position: relative !important;
  z-index: 5 !important;
  display: grid !important;
  width: 100% !important;
  min-height: clamp(6.9rem, 7.15vw, 7.75rem) !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 clamp(2.2rem, 3.7vw, 3.9rem) !important;
  border: 0 !important;
  background: var(--us-navy, #08274f) !important;
  box-shadow: none !important;
  color: #fff !important;
}

body[data-page="home"] .home-hero-section > .hero-service-strip a,
body[data-page="home"] .home-hero-section > .hero-service-strip button,
html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
  display: grid !important;
  min-width: 0 !important;
  min-height: 0 !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: clamp(1rem, 1.3vw, 1.45rem) !important;
  align-content: center !important;
  align-items: center !important;
  padding: 0 clamp(1.1rem, 1.7vw, 1.9rem) !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.36) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: var(--font-display, var(--font-sans)) !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

body[data-page="home"] .home-hero-section > .hero-service-strip a:first-child {
  border-left: 0 !important;
}

body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon {
  grid-row: 1 / 3 !important;
  width: clamp(2.05rem, 2.35vw, 2.75rem) !important;
  height: auto !important;
  color: #fff !important;
  font-size: clamp(2.05rem, 2.35vw, 2.75rem) !important;
}

body[data-page="home"] .home-hero-section > .hero-service-strip span,
body[data-page="home"] .home-hero-section > .hero-service-strip strong,
html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip strong,
html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip strong {
  display: block !important;
  min-width: 0 !important;
  color: #fff !important;
  font-family: var(--font-display, var(--font-sans)) !important;
  font-size: clamp(1rem, 1.14vw, 1.35rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  overflow-wrap: normal !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}

@media (max-width: 1180px) {
  body[data-page="home"] .site-header.title-bar {
    gap: 1.2rem !important;
  }

  body[data-page="home"] .site-header.title-bar .site-nav {
    gap: 1rem !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    grid-template-columns: minmax(0, 39rem) minmax(0, 1fr) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    font-size: clamp(3.7rem, 6vw, 5.2rem) !important;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .site-header.title-bar {
    top: 0.78rem !important;
    left: 0.78rem !important;
    width: calc(100% - 1.56rem) !important;
    grid-template-columns: auto auto !important;
    gap: 0.65rem !important;
    align-items: center !important;
    padding: 0.7rem 0.82rem !important;
    border: 1px solid rgba(8, 39, 79, 0.12) !important;
    border-radius: 1rem !important;
    background: rgba(236, 231, 220, 0.82) !important;
    backdrop-filter: blur(12px) !important;
  }

  body[data-page="home"] .site-header.title-bar .brand {
    min-width: clamp(9.8rem, 43vw, 12rem) !important;
    min-height: 2.75rem !important;
  }

  body[data-page="home"] .site-header.title-bar .brand img {
    width: clamp(9.8rem, 43vw, 12rem) !important;
  }

  body[data-page="home"] .site-header.title-bar .brand::before {
    font-size: clamp(2.3rem, 10vw, 2.9rem) !important;
  }

  body[data-page="home"] .site-header.title-bar .brand::after {
    width: 0.62rem !important;
    height: 0.62rem !important;
    font-size: 0.34rem !important;
  }

  body[data-page="home"] .site-header.title-bar .nav-toggle {
    display: inline-flex !important;
    justify-self: end !important;
    min-width: 4.8rem !important;
    min-height: 2.45rem !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 1rem !important;
    border: 2px solid var(--us-navy, #08274f) !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--us-navy, #08274f) !important;
    font-family: var(--font-display, var(--font-sans)) !important;
    font-size: 1rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
  }

  body[data-page="home"] .site-header.title-bar .site-nav {
    grid-column: 1 / -1 !important;
    display: none !important;
    width: 100% !important;
    justify-content: stretch !important;
    gap: 0.42rem !important;
    margin-top: 0.45rem !important;
    padding: 0.48rem !important;
    border-radius: 0.9rem !important;
    background: rgba(255, 255, 255, 0.5) !important;
  }

  body[data-page="home"].nav-open .site-header.title-bar .site-nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .site-header.title-bar .site-nav > a,
  body[data-page="home"] .site-header.title-bar .site-nav > button {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 2.36rem !important;
    justify-content: center !important;
    padding: 0.62rem 0.8rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.42) !important;
    font-size: 0.95rem !important;
  }

  body[data-page="home"] .site-header.title-bar .site-nav > .mokozoo-language-menu {
    justify-self: center !important;
    margin: 0.2rem 0 0 !important;
  }

  body[data-page="home"] .home-hero-section {
    min-height: 100svh !important;
    background:
      linear-gradient(90deg, rgba(247, 243, 234, 0.64) 0 60%, rgba(247, 243, 234, 0.28) 78%, rgba(6, 28, 59, 0.06) 100%),
      linear-gradient(180deg, rgba(247, 243, 234, 0.34) 0 9rem, rgba(247, 243, 234, 0.1) 54%, rgba(6, 28, 59, 0.16) 100%),
      var(--mokozoo-home-hero-image) !important;
    background-position: center top, center top, 63% top !important;
    background-size: cover, cover, auto 100% !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    display: block !important;
    padding: clamp(7.2rem, 17svh, 8.8rem) 1.05rem 1.6rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy {
    width: min(100%, 25rem) !important;
    max-width: 25rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    max-width: 8.6em !important;
    font-size: clamp(2.65rem, 13.2vw, 4rem) !important;
    line-height: 0.96 !important;
  }

  body[data-page="home"] .hero-star-divider {
    width: min(19rem, 100%) !important;
    margin-block: 1.15rem 0.9rem !important;
    gap: 0.8rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    max-width: 20.5rem !important;
    font-size: clamp(1.05rem, 5.2vw, 1.45rem) !important;
    line-height: 1.32 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action {
    min-width: 10.5rem !important;
    min-height: 2.85rem !important;
    font-size: 1rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    grid-template-columns: 1fr !important;
    padding: 0.55rem 1rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    min-height: 3.9rem !important;
    padding: 0.62rem 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-left: 0 !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a:first-child {
    border-top: 0 !important;
  }
}

/* Homepage title bar matches the shared white MENU bar used on every page. */
body[data-page="home"] .site-header.title-bar {
  position: absolute !important;
  top: clamp(0.75rem, 2vw, 1.7rem) !important;
  left: 50% !important;
  z-index: 60 !important;
  display: grid !important;
  width: min(100%, calc(100vw - clamp(1.25rem, 4vw, 4.5rem))) !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(0.65rem, 1.15vw, 1rem) !important;
  align-items: center !important;
  margin: 0 !important;
  padding: clamp(0.7rem, 1.05vw, 0.98rem) clamp(0.82rem, 1.55vw, 1.35rem) !important;
  border: 1px solid rgba(8, 39, 79, 0.14) !important;
  border-radius: clamp(1rem, 1.45vw, 1.45rem) !important;
  background: rgba(247, 243, 234, 0.8) !important;
  box-shadow: 0 20px 48px rgba(8, 39, 79, 0.12) !important;
  transform: translateX(-50%) !important;
  backdrop-filter: blur(14px) !important;
}

body[data-page="home"] .site-header.title-bar .brand {
  width: clamp(10.2rem, 18vw, 17.25rem) !important;
  min-width: clamp(10.2rem, 18vw, 17.25rem) !important;
  max-width: min(100%, clamp(10.2rem, 18vw, 17.25rem)) !important;
  min-height: clamp(2.85rem, 4.35vw, 4.55rem) !important;
  justify-self: start !important;
}

body[data-page="home"] .site-header.title-bar .brand img {
  width: clamp(10.2rem, 18vw, 17.25rem) !important;
  opacity: 0 !important;
}

body[data-page="home"] .site-header.title-bar .brand::before {
  font-size: clamp(2.45rem, 4.25vw, 4.55rem) !important;
  line-height: 0.8 !important;
}

body[data-page="home"] .site-header.title-bar .brand::after {
  top: clamp(0.16rem, 0.28vw, 0.24rem) !important;
  right: clamp(0.45rem, 1.2vw, 0.82rem) !important;
  min-width: clamp(1rem, 1.28vw, 1.24rem) !important;
  font-size: clamp(0.62rem, 0.72vw, 0.78rem) !important;
}

html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title {
  max-width: min(10.2em, 100%) !important;
  font-size: clamp(3.45rem, 4.2vw, 4.45rem) !important;
  line-height: 1 !important;
}

html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title > span:nth-child(2) {
  display: none !important;
}

html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-title-secondary {
  margin-top: 0.1em !important;
}

body[data-page="home"] .site-header.title-bar .nav-toggle {
  display: inline-flex !important;
  justify-self: end !important;
  width: auto !important;
  min-width: clamp(5.35rem, 8.6vw, 6.75rem) !important;
  min-height: clamp(2.75rem, 3.35vw, 3.25rem) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.38rem !important;
  padding: 0 clamp(0.86rem, 1.35vw, 1.25rem) !important;
  border: 2px solid var(--us-navy, #08274f) !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--us-navy, #08274f) !important;
  font-family: var(--font-display, var(--font-sans)) !important;
  font-size: clamp(0.92rem, 1.08vw, 1.1rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body[data-page="home"] .site-header.title-bar .nav-toggle::before {
  content: "" !important;
  display: block !important;
  width: clamp(1rem, 1.18vw, 1.18rem) !important;
  height: clamp(0.76rem, 0.95vw, 0.9rem) !important;
  flex: 0 0 auto !important;
  background:
    linear-gradient(currentColor 0 0) center top / 100% 2px no-repeat,
    linear-gradient(currentColor 0 0) center / 100% 2px no-repeat,
    linear-gradient(currentColor 0 0) center bottom / 100% 2px no-repeat !important;
}

body[data-page="home"] .site-header.title-bar .site-nav,
body[data-page="home"] .site-header.title-bar .nav-cta,
body[data-page="home"] .site-header.title-bar .site-nav > .mokozoo-language-menu {
  display: none !important;
}

body[data-page="home"].nav-open .site-header.title-bar {
  align-items: start !important;
  padding-bottom: clamp(0.82rem, 1.25vw, 1.1rem) !important;
}

body[data-page="home"].nav-open .site-header.title-bar .site-nav {
  order: 3 !important;
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0.38rem !important;
  width: 100% !important;
  margin-top: 0.38rem !important;
  padding: 0.48rem !important;
  border: 1px solid rgba(8, 39, 79, 0.12) !important;
  border-radius: 0.9rem !important;
  background: rgba(255, 255, 255, 0.54) !important;
  box-shadow: none !important;
  color: var(--us-navy, #08274f) !important;
  font-family: var(--font-display, var(--font-sans)) !important;
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body[data-page="home"].nav-open .site-header.title-bar .site-nav > :is(a, button) {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 2.75rem !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.74rem 1rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body[data-page="home"].nav-open .site-header.title-bar .site-nav > :is(a, button)::before,
body[data-page="home"].nav-open .site-header.title-bar .site-nav > :is(a, button)::after {
  content: none !important;
  display: none !important;
}

body[data-page="home"].nav-open .site-header.title-bar .site-nav > a.is-current {
  background: rgba(8, 39, 79, 0.12) !important;
  color: var(--us-navy, #08274f) !important;
}

body[data-page="home"].nav-open .site-header.title-bar .site-nav > .mokozoo-language-menu {
  display: block !important;
  justify-self: stretch !important;
  width: 100% !important;
  margin: 0.2rem 0 0 !important;
}

body[data-page="home"].nav-open .site-header.title-bar .mokozoo-language-menu-trigger {
  width: 100% !important;
  min-height: 2.75rem !important;
  border-color: rgba(8, 39, 79, 0.14) !important;
  background: rgba(255, 255, 255, 0.5) !important;
  color: var(--us-navy, #08274f) !important;
  box-shadow: none !important;
}

body[data-page="home"].nav-open .site-header.title-bar .mokozoo-language-menu-panel {
  position: static !important;
  width: 100% !important;
  margin-top: 0.38rem !important;
  box-shadow: none !important;
}

body[data-page="home"].nav-open
  .site-header.title-bar
  .mokozoo-language-menu[open]
  .mokozoo-language-menu-panel {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body[data-page="home"].nav-open .site-header.title-bar .nav-cta {
  order: 2 !important;
  display: inline-flex !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-height: 2.75rem !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 0.38rem !important;
  padding: 0.68rem 1rem !important;
  border: 2px solid var(--us-navy, #08274f) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  color: var(--us-navy, #08274f) !important;
  font-family: var(--font-display, var(--font-sans)) !important;
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

/* Desktop homepage shows the title links in the same shared translucent top bar. */
body[data-page="home"] .site-header.title-bar {
  background: rgba(247, 243, 234, 0.3) !important;
  backdrop-filter: blur(4px) saturate(1.05) !important;
}

@media (min-width: 1181px) {
  body[data-page="home"] .site-header.title-bar {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  body[data-page="home"] .site-header.title-bar .brand {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  body[data-page="home"] .site-header.title-bar .nav-toggle {
    display: none !important;
  }

  body[data-page="home"] .site-header.title-bar .site-nav {
    position: static !important;
    grid-column: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(7, max-content) !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    gap: clamp(1rem, 1.45vw, 2.25rem) !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    color: var(--us-navy, #08274f) !important;
    font-family: var(--font-display, var(--font-sans)) !important;
    font-size: clamp(1.06rem, 1.42vw, 1.45rem) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  body[data-page="home"] .site-header.title-bar .site-nav > :is(a, button) {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 2.75rem !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font: inherit !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body[data-page="home"] .site-header.title-bar .site-nav > :is(a, button)::before,
  body[data-page="home"] .site-header.title-bar .site-nav > :is(a, button)::after {
    content: none !important;
    display: none !important;
  }

  body[data-page="home"] .site-header.title-bar .site-nav > a:hover,
  body[data-page="home"] .site-header.title-bar .site-nav > a:focus-visible,
  body[data-page="home"] .site-header.title-bar .site-nav > a.is-current {
    color: var(--us-navy-deep, #061c3b) !important;
    text-decoration: underline !important;
    text-decoration-thickness: 0.12rem !important;
    text-underline-offset: 0.34rem !important;
  }

  body[data-page="home"] .site-header.title-bar .site-nav > .mokozoo-language-menu {
    position: absolute !important;
    top: 50% !important;
    right: clamp(1.05rem, 1.6vw, 1.8rem) !important;
    display: block !important;
    justify-self: auto !important;
    width: auto !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
  }

  body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-trigger {
    width: 2.75rem !important;
    min-width: 2.75rem !important;
    min-height: 2.75rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--us-navy, #08274f) !important;
  }

  body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-trigger::after {
    content: none !important;
    display: none !important;
  }

  body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-icon,
  body[data-page="home"] .site-header.title-bar .mokozoo-language-menu-icon svg {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  body[data-page="home"] .site-header.title-bar .nav-cta {
    display: none !important;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .home-hero-section {
    height: 100svh !important;
    min-height: 100svh !important;
    background:
      linear-gradient(90deg, rgba(247, 243, 234, 0.72) 0 54%, rgba(247, 243, 234, 0.34) 76%, rgba(6, 28, 59, 0.04) 100%),
      linear-gradient(180deg, rgba(247, 243, 234, 0.42) 0 8.8rem, rgba(247, 243, 234, 0.1) 52%, rgba(6, 28, 59, 0.14) 100%),
      var(--mokozoo-home-hero-image) !important;
    background-position: center top, center top, 76% top !important;
    background-size: cover, cover, auto min(82svh, 42rem) !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    padding: clamp(9.45rem, 19svh, 10.1rem) 1.05rem 2rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    max-width: min(100%, 19.4rem) !important;
    font-size: clamp(1.86rem, 8vw, 2.14rem) !important;
    line-height: 1.04 !important;
  }

  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title > span:nth-child(1),
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title > span:nth-child(2) {
    display: inline !important;
  }

  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title > span:nth-child(1) {
    margin-right: -0.2em !important;
  }

  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-title-secondary {
    display: block !important;
    margin-top: 0.14em !important;
  }

  body[data-page="home"] .hero-star-divider {
    width: min(15.8rem, 100%) !important;
    margin-block: 1rem 0.82rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    max-width: 20.8rem !important;
    color: #071327 !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-cta-row {
    margin-top: 1.5rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action {
    min-width: 8.9rem !important;
    min-height: 2.75rem !important;
    padding-inline: 1.35rem !important;
    font-size: 0.96rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    gap: 0 !important;
    min-height: 4.85rem !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    padding: 0.42rem 0.34rem 0.45rem !important;
    background: linear-gradient(135deg, #08274f 0%, #031d3c 100%) !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    position: relative !important;
    min-height: 0 !important;
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 1.35rem minmax(0, auto) !important;
    justify-items: center !important;
    align-content: center !important;
    row-gap: 0.15rem !important;
    padding: 0 0.12rem !important;
    border-top: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
    text-align: center !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a::after,
  body[data-page="home"] .home-hero-section > .hero-service-strip button::after {
    content: none !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon {
    grid-row: 1 !important;
    width: 1.22rem !important;
    height: auto !important;
    font-size: 1.22rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span {
    font-family: var(--font-sans) !important;
    font-size: 0.55rem !important;
    line-height: 1.05 !important;
    text-align: center !important;
    text-wrap: balance !important;
    text-transform: none !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span {
    font-weight: 900 !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip strong {
    display: none !important;
  }
}

@media (min-width: 641px) and (max-width: 860px) {
  body[data-page="home"] .landing-hero-card.hero-section-layout {
    padding-top: 2rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-frame {
    height: clamp(24rem, 56svh, 31.5rem) !important;
  }
}

@media (max-width: 560px) {
  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    min-height: 5.55rem !important;
    padding: 0.54rem 0.28rem 0.64rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    grid-template-rows: 1fr !important;
    justify-items: center !important;
    padding: 0.35rem 0.1rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon {
    grid-row: 1 !important;
    width: 1.8rem !important;
    font-size: 1.8rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip strong {
    display: none !important;
  }
}

/* Main homepage UI optimization from the saved ChatGPT/OpenAI target image. */
body[data-page="home"] {
  background: #f7f3ea !important;
}

body[data-page="home"] .landing-hero-card .hero-title-secondary,
html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-title-secondary,
html[lang="es"] body[data-page="home"] .landing-hero-card .hero-title-secondary {
  color: var(--mokozoo-chatgpt-orange, #d86a20) !important;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

body[data-page="home"] .home-hero-section > .hero-service-strip a[href="./contact.html"] {
  display: none !important;
}

html[lang] body[data-page="home"] .home-hero-section > .hero-service-strip > a:nth-of-type(4) {
  display: none !important;
}

body[data-page="home"] .home-hero-section > .hero-service-strip,
html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body[data-page="home"] .home-final-products-section {
  display: block !important;
  padding: clamp(1.4rem, 2.4vw, 2.1rem) 0 clamp(2.7rem, 5vw, 4.7rem) !important;
  background:
    radial-gradient(circle at 9% 9%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 18rem),
    radial-gradient(circle at 90% 7%, rgba(216, 106, 32, 0.12), rgba(216, 106, 32, 0) 23rem),
    linear-gradient(180deg, #f7f3ea 0%, #fff9ef 45%, #f7edde 100%) !important;
}

body[data-page="home"] .home-final-products-section > .mx-auto {
  width: 100% !important;
  max-width: 92rem !important;
  padding-inline: clamp(1.1rem, 3vw, 2.5rem) !important;
}

body[data-page="home"] .home-final-products-section > .mx-auto > .mb-12 {
  display: none !important;
}

body[data-page="home"] .home-final-products-section .rideshare-panel {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="home"] .home-final-products-section .rideshare-panel:not(.home-product-directions-panel) {
  margin: 0 0 clamp(1rem, 1.7vw, 1.45rem) !important;
  padding: 0 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-panel-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  margin-bottom: clamp(0.72rem, 1.25vw, 1rem) !important;
  padding: 0 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-title-group {
  align-items: start !important;
}

body[data-page="home"] .home-final-products-section .rideshare-title-group .rideshare-icon {
  display: none !important;
}

body[data-page="home"] .home-final-products-section .rideshare-title-group h3,
body[data-page="home"] .home-final-products-section .home-product-direction-head strong {
  margin: 0 !important;
  color: var(--us-navy, #08274f) !important;
  font-family: var(--font-display, var(--font-sans)) !important;
  font-size: clamp(1.55rem, 2vw, 2rem) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}

body[data-page="home"] .home-final-products-section .rideshare-title-group p,
body[data-page="home"] .home-final-products-section .home-product-direction-head span {
  margin-top: 0.28rem !important;
  color: rgba(8, 39, 79, 0.66) !important;
  font-size: clamp(0.86rem, 1vw, 0.98rem) !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-head-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.65rem !important;
}

body[data-page="home"] .home-final-products-section .rideshare-primary-link {
  display: none !important;
}

body[data-page="home"] .home-final-products-section .rideshare-all-link {
  display: inline-flex !important;
  min-height: 2.65rem !important;
  align-items: center !important;
  gap: 0.42rem !important;
  padding: 0.58rem 0.9rem !important;
  border: 1px solid rgba(8, 39, 79, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--us-navy, #08274f) !important;
  box-shadow: 0 10px 22px rgba(8, 39, 79, 0.06) !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body[data-page="home"] .home-final-products-section .rideshare-all-link span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.3rem !important;
}

body[data-page="home"] .home-final-products-section .rideshare-all-link iconify-icon {
  font-size: 0.95rem !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.82rem, 1.3vw, 1.1rem) !important;
  overflow: visible !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
  display: grid !important;
  grid-template-columns: minmax(12rem, 39%) minmax(0, 1fr) !important;
  gap: clamp(0.9rem, 1.35vw, 1.18rem) !important;
  min-height: clamp(14.7rem, 16vw, 16.2rem) !important;
  padding: clamp(0.78rem, 1vw, 0.95rem) !important;
  border: 1px solid rgba(8, 39, 79, 0.1) !important;
  border-radius: 0.96rem !important;
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(255, 250, 244, 0.96)) !important;
  box-shadow: 0 18px 38px rgba(8, 39, 79, 0.1) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
  height: clamp(12.6rem, 14.4vw, 14.7rem) !important;
  border-radius: 0.72rem !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body {
  display: grid !important;
  gap: clamp(0.5rem, 0.8vw, 0.68rem) !important;
  align-content: center !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
  color: var(--us-navy, #08274f) !important;
  font-size: clamp(1.25rem, 1.65vw, 1.62rem) !important;
  line-height: 1.12 !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.48rem !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 1.45rem !important;
  padding: 0.24rem 0.52rem !important;
  border-radius: 999px !important;
  background: rgba(28, 144, 94, 0.12) !important;
  color: #137344 !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body[data-page="home"] .home-final-products-section .home-product-card-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.56rem !important;
  margin-top: 0.18rem !important;
}

body[data-page="home"] .home-final-products-section .home-product-card-actions a {
  min-height: 2.75rem !important;
  border-radius: 0.52rem !important;
  font-size: 0.86rem !important;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel {
  margin-top: clamp(1.05rem, 1.8vw, 1.55rem) !important;
  padding: 0 !important;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel .home-product-direction-row {
  gap: clamp(0.72rem, 1.15vw, 0.96rem) !important;
}

body[data-page="home"] .home-final-products-section .home-product-direction-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 0 !important;
}

body[data-page="home"] .home-final-products-section .home-product-direction-head span {
  text-align: right !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(0.62rem, 1vw, 0.92rem) !important;
  overflow: visible !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-card,
body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card {
  display: grid !important;
  min-height: clamp(16rem, 18vw, 18.2rem) !important;
  height: auto !important;
  align-content: start !important;
  gap: clamp(0.72rem, 1vw, 0.9rem) !important;
  padding: clamp(0.95rem, 1.35vw, 1.2rem) !important;
  border: 1px solid rgba(8, 39, 79, 0.1) !important;
  border-radius: 0.9rem !important;
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(255, 250, 244, 0.96)) !important;
  box-shadow: 0 16px 34px rgba(8, 39, 79, 0.09) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-card {
  grid-template-columns: 1fr !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-direction-media {
  display: grid !important;
  width: clamp(3.9rem, 4.6vw, 4.7rem) !important;
  height: clamp(3.9rem, 4.6vw, 4.7rem) !important;
  aspect-ratio: 1 !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.92), rgba(244, 232, 213, 0.88)),
    #f7f0e4 !important;
  box-shadow: inset 0 0 0 1px rgba(8, 39, 79, 0.06) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-direction-media img {
  display: none !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-direction-media iconify-icon,
body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card > iconify-icon {
  display: block !important;
  color: var(--us-navy, #08274f) !important;
  font-size: clamp(1.75rem, 2.35vw, 2.2rem) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-card-body {
  display: grid !important;
  gap: 0.54rem !important;
  align-content: start !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-card-body h4,
body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card strong {
  min-height: 0 !important;
  color: var(--us-navy, #08274f) !important;
  font-size: clamp(1.02rem, 1.16vw, 1.18rem) !important;
  line-height: 1.18 !important;
  text-wrap: balance;
}

body[data-page="home"] .home-final-products-section .rideshare-direction-copy,
body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card small {
  display: block !important;
  color: rgba(8, 39, 79, 0.72) !important;
  font-size: clamp(0.78rem, 0.88vw, 0.9rem) !important;
  font-weight: 760 !important;
  line-height: 1.42 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-progress,
body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-meta > span:last-child {
  display: none !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-meta {
  align-self: end !important;
  display: flex !important;
  margin-top: auto !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-price,
body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card .rideshare-more-arrow {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 2.15rem !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.36rem 0.8rem !important;
  border: 1px solid rgba(8, 39, 79, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--us-navy, #08274f) !important;
  box-shadow: none !important;
  font-family: var(--font-sans) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card {
  align-content: start !important;
  background: linear-gradient(180deg, rgba(255, 247, 234, 0.98), rgba(255, 240, 218, 0.94)) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card > iconify-icon {
  color: var(--mokozoo-chatgpt-orange, #d86a20) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card .rideshare-more-arrow {
  margin-top: auto !important;
  border-color: rgba(216, 106, 32, 0.2) !important;
  background: var(--mokozoo-chatgpt-orange, #d86a20) !important;
  color: #fff !important;
}

body[data-page="home"] .home-final-products-section .feedback-heading {
  overflow: visible !important;
  padding-left: 0.08rem !important;
}

body[data-page="home"] .home-final-products-section .feedback-panel {
  overflow: visible !important;
}

@media (max-width: 1180px) {
  body[data-page="home"] .home-final-products-section .rideshare-track-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .home-final-products-section {
    padding-block: 1.15rem 3rem !important;
  }

  body[data-page="home"] .home-final-products-section > .mx-auto {
    padding-inline: 0.75rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-panel-head,
  body[data-page="home"] .home-final-products-section .home-product-direction-head {
    align-items: start !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.38rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-title-group p,
  body[data-page="home"] .home-final-products-section .home-product-direction-head span {
    max-width: 100% !important;
    text-align: left !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-head-actions {
    justify-content: start !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track {
    grid-template-columns: 1fr !important;
    gap: 0.72rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
    grid-template-columns: minmax(7.4rem, 38%) minmax(0, 1fr) !important;
    gap: 0.58rem !important;
    min-height: 0 !important;
    padding: 0.62rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
    height: clamp(9.4rem, 38vw, 10.8rem) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body {
    align-content: start !important;
    gap: 0.36rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
    font-size: clamp(0.92rem, 4vw, 1.08rem) !important;
    line-height: 1.1 !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child,
  body[data-page="home"] .home-final-products-section .home-product-stock-row {
    font-size: 0.58rem !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions {
    gap: 0.38rem !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions a {
    min-height: 2.18rem !important;
    padding-inline: 0.42rem !important;
    font-size: 0.68rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.62rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-card,
  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card {
    min-height: 10.8rem !important;
    padding: 0.74rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-direction-media {
    width: 3.1rem !important;
    height: 3.1rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-direction-media iconify-icon,
  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card > iconify-icon {
    font-size: 1.55rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-direction-copy,
  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card small {
    display: none !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-card-body h4,
  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card strong {
    font-size: 0.88rem !important;
    line-height: 1.12 !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-price,
  body[data-page="home"] .home-final-products-section .rideshare-track-secondary .rideshare-more-card .rideshare-more-arrow {
    min-height: 1.95rem !important;
    padding: 0.34rem 0.62rem !important;
    font-size: 0.72rem !important;
  }
}

@media (max-width: 430px) {
  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span {
    max-width: 8em !important;
    font-size: clamp(0.56rem, 2.45vw, 0.66rem) !important;
  }
}

/* Product commerce UI optimization: make homepage product cards match the product-list target. */
body[data-page="home"] .home-final-products-section .rideshare-panel:not(.home-product-directions-panel) {
  border: 1px solid rgba(8, 39, 79, 0.09);
  border-radius: 1.08rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 238, 0.88)),
    #fff;
  box-shadow: 0 18px 42px rgba(8, 39, 79, 0.11);
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
  overflow: hidden;
  border: 1px solid rgba(8, 39, 79, 0.09);
  border-radius: 0.92rem !important;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(8, 39, 79, 0.09);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card:hover,
body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card:focus-within {
  border-color: rgba(216, 106, 32, 0.32);
  box-shadow: 0 22px 44px rgba(8, 39, 79, 0.13);
  transform: translateY(-2px);
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
  border: 1px solid rgba(8, 39, 79, 0.08);
  border-radius: 0.76rem;
  background:
    radial-gradient(circle at 50% 12%, rgba(216, 106, 32, 0.11), transparent 13rem),
    linear-gradient(180deg, #fff9ee, #ffffff);
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media span {
  left: 0.62rem;
  bottom: 0.62rem;
  min-height: 1.4rem;
  padding: 0.28rem 0.52rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--mokozoo-chatgpt-orange-dark, #b95712);
  font-size: 0.64rem;
  font-weight: 900;
}

body[data-page="home"] .home-final-products-section .home-product-price-row .rideshare-price {
  color: var(--us-red, #b82f32);
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  line-height: 1;
}

body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child {
  background: rgba(28, 144, 94, 0.12);
  color: #137344;
}

body[data-page="home"] .home-final-products-section .home-product-card-actions a {
  border-radius: 0.62rem;
}

body[data-page="home"] .home-final-products-section .home-product-buy-link {
  background: linear-gradient(180deg, #eb7825, var(--mokozoo-chatgpt-orange, #d86a20));
}

@media (max-width: 640px) {
  body[data-page="home"] .home-final-products-section .rideshare-panel:not(.home-product-directions-panel) {
    border-radius: 0.9rem;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
    grid-template-columns: minmax(8.4rem, 40%) minmax(0, 1fr) !important;
    gap: 0.62rem !important;
    padding: 0.68rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
    height: clamp(9.7rem, 41vw, 10.9rem) !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-stock-row {
    font-size: 0.58rem;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions a {
    min-height: 2.22rem;
    font-size: 0.7rem;
  }
}

/* Homepage CTA alignment: keep the primary and phone actions in one consistent visual system. */
@media (min-width: 1181px) {
  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-cta-row {
    display: grid !important;
    width: min(calc(100vw - 2rem), 44.5rem) !important;
    max-width: min(calc(100vw - 2rem), 44.5rem) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    justify-content: start !important;
    justify-items: stretch !important;
    gap: clamp(0.95rem, 1.15vw, 1.25rem) !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action {
    width: 100% !important;
    min-width: 0 !important;
    min-height: clamp(3.65rem, 4.05vw, 4.25rem) !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action {
    padding-inline: clamp(0.82rem, 1vw, 1.05rem) !important;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-copy,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-copy,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-copy {
    width: min(calc(100vw - 2rem), 44.5rem) !important;
    max-width: min(calc(100vw - 2rem), 44.5rem) !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-cta-row {
    display: grid !important;
    width: min(calc(100vw - 2rem), 44.5rem) !important;
    max-width: min(calc(100vw - 2rem), 44.5rem) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    justify-content: center !important;
    justify-items: stretch !important;
    gap: clamp(0.82rem, 1.4vw, 1.05rem) !important;
    margin-inline: auto !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action {
    width: 100% !important;
    min-width: 0 !important;
    min-height: clamp(3.32rem, 4.2vw, 3.62rem) !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action {
    padding-inline: clamp(0.78rem, 1.05vw, 1rem) !important;
  }
}

@media (max-width: 860px) {
  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-cta-row {
    display: grid !important;
    width: min(100%, 29.5rem) !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: stretch !important;
    justify-content: start !important;
    justify-items: stretch !important;
    gap: clamp(0.48rem, 1.55vw, 0.62rem) !important;
    margin-inline: 0 auto !important;
    margin-top: clamp(0.64rem, 2vw, 0.84rem) !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action {
    width: 100% !important;
    min-width: 0 !important;
    min-height: clamp(2.82rem, 8vw, 3.08rem) !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action {
    padding-inline: clamp(0.95rem, 4vw, 1.35rem) !important;
    font-size: clamp(0.9rem, 3.25vw, 1.02rem) !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action {
    gap: clamp(0.48rem, 2vw, 0.62rem) !important;
    padding: 0.34rem clamp(0.62rem, 2.4vw, 0.86rem) !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-title,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-title,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-title {
    font-size: clamp(0.72rem, 2.75vw, 0.86rem) !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-hours,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-hours,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-hours {
    font-size: clamp(0.62rem, 2.35vw, 0.72rem) !important;
  }
}

@media (max-width: 380px) {
  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-primary-action,
  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-action {
    min-height: 2.72rem !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-title,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-title,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-title {
    font-size: 0.7rem !important;
  }

  html body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-hours,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-hours,
  html[lang="es"] body[data-page="home"] .home-hero-section .landing-hero-card .hero-phone-hours {
    font-size: 0.6rem !important;
  }
}

@media (max-width: 560px) {
  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    min-height: 5.55rem !important;
    padding: 0.54rem 0.28rem 0.64rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    grid-template-rows: 1fr !important;
    justify-items: center !important;
    padding: 0.35rem 0.1rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon {
    grid-row: 1 !important;
    width: 1.8rem !important;
    font-size: 1.8rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip strong {
    display: none !important;
  }
}

@media (max-width: 560px) {
  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    min-height: 5.55rem !important;
    padding: 0.54rem 0.28rem 0.64rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    grid-template-rows: 1fr !important;
    justify-items: center !important;
    padding: 0.35rem 0.1rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon {
    grid-row: 1 !important;
    width: 1.8rem !important;
    font-size: 1.8rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip strong {
    display: none !important;
  }
}

@media (max-width: 860px) and (max-height: 740px) {
  body[data-page="home"] .home-hero-section {
    min-height: 100svh !important;
    background-position: center top, center top, 76% top !important;
    background-size: cover, cover, auto min(82svh, 42rem) !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    padding: clamp(5.72rem, 15.1svh, 6.1rem) 1rem 0.35rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    max-width: min(100%, 18rem) !important;
    font-size: clamp(1.48rem, 6.95vw, 1.62rem) !important;
    line-height: 1.03 !important;
  }

  body[data-page="home"] .hero-star-divider {
    width: min(10.8rem, 100%) !important;
    margin-block: 0.44rem 0.34rem !important;
  }

  body[data-page="home"] .hero-star-divider strong {
    font-size: 1.05rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    max-width: 18.4rem !important;
    font-size: 0.76rem !important;
    line-height: 1.22 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-cta-row {
    margin-top: 0.58rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action {
    min-width: 7.35rem !important;
    min-height: 2.05rem !important;
    padding-inline: 0.9rem !important;
    font-size: 0.72rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    min-height: 4.35rem !important;
    padding: 0.34rem 0.24rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    grid-template-rows: 1.18rem minmax(0, auto) !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon {
    width: 1.05rem !important;
    height: auto !important;
    font-size: 1.05rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span {
    font-size: 0.49rem !important;
    line-height: 1.04 !important;
  }
}

/* Mobile final: match the ChatGPT UI target in a single short viewport without changing desktop. */
@media (max-width: 860px) {
  body[data-page="home"] .home-hero-section {
    display: grid !important;
    height: 100svh !important;
    min-height: 100svh !important;
    grid-template-rows: minmax(0, 1fr) 6.2rem !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #f7f3ea !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    display: grid !important;
    height: calc(100svh - 6.2rem) !important;
    min-height: 0 !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    grid-template-columns: 1fr !important;
    padding: 5.35rem 0 0 !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .landing-hero-card .hero-frame {
    order: 1 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    filter: none !important;
  }

  body[data-page="home"] .landing-hero-card .media-preview-stack {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .landing-hero-card .media-preview-card.is-active {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body[data-page="home"] .landing-hero-card .media-preview-card img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 68% top !important;
  }

  body[data-page="home"] .landing-hero-card .media-preview-card:not(.is-active),
  body[data-page="home"] .landing-hero-card .media-preview-dots,
  body[data-page="home"] .landing-hero-card .hero-latest-button,
  body[data-page="home"] .landing-hero-card .hero-mobile-concept-card,
  body[data-page="home"] .landing-hero-card .hero-kicker,
  body[data-page="home"] .hero-star-divider {
    display: none !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy {
    order: 2 !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0.82rem 1.08rem 0.9rem !important;
    border-top: 1px solid rgba(8, 39, 79, 0.14) !important;
    background: linear-gradient(180deg, rgba(247, 243, 234, 0.96), #f7f3ea 78%) !important;
    color: var(--us-navy, #08274f) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    max-width: 100% !important;
    color: var(--us-navy, #08274f) !important;
    font-size: clamp(1.56rem, 6.85vw, 1.78rem) !important;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
  }

  body[data-page="home"] .landing-hero-card .hero-title-secondary,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-title-secondary,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-title-secondary {
    display: block !important;
    margin-top: 0.08em !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    max-width: 100% !important;
    margin-top: 0.42rem !important;
    color: #111827 !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-cta-row {
    display: flex !important;
    width: auto !important;
    align-items: stretch !important;
    gap: 0.6rem !important;
    margin-top: 0.7rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action {
    min-width: 8.75rem !important;
    min-height: 2.28rem !important;
    padding: 0 1.25rem !important;
    border-radius: 999px !important;
    background: var(--us-navy, #08274f) !important;
    box-shadow: 0 0.16rem 0 rgba(0, 0, 0, 0.22) !important;
    color: #fff !important;
    font-size: 0.86rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-action {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 2.28rem !important;
    gap: 0.5rem !important;
    padding: 0.26rem 0.56rem !important;
    border-width: 1.5px !important;
    box-shadow: 0 0.12rem 0 rgba(8, 39, 79, 0.12) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-icon,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-icon,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-icon {
    flex-basis: 1.84rem !important;
    width: 1.84rem !important;
    height: 1.84rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-icon iconify-icon,
  body[data-page="home"] .landing-hero-card .hero-phone-icon svg,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-icon iconify-icon,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-icon svg,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-icon iconify-icon,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-icon svg {
    width: 0.95rem !important;
    height: 0.95rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-title {
    font-size: clamp(0.64rem, 2.35vw, 0.72rem) !important;
    line-height: 1.05 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-hours,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-hours,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-hours {
    font-size: clamp(0.52rem, 1.9vw, 0.61rem) !important;
    line-height: 1.08 !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    display: grid !important;
    height: 6.2rem !important;
    min-height: 0 !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 0.56rem 0.22rem 0.64rem !important;
    background: linear-gradient(135deg, #08274f 0%, #031d3c 100%) !important;
    color: #fff !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    display: grid !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    justify-items: center !important;
    align-content: center !important;
    row-gap: 0.24rem !important;
    padding: 0.36rem 0.13rem 0.42rem !important;
    border-top: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.26) !important;
    background: transparent !important;
    color: #fff !important;
    text-align: center !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a:first-child {
    border-left: 0 !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon {
    grid-row: 1 !important;
    align-self: center !important;
    width: 1.46rem !important;
    height: auto !important;
    color: #fff !important;
    font-size: 1.46rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span {
    grid-row: 2 !important;
    display: block !important;
    width: 100% !important;
    color: #fff !important;
    font-family: var(--font-display, var(--font-sans)) !important;
    font-size: 0.62rem !important;
    font-weight: 900 !important;
    line-height: 1.04 !important;
    text-align: center !important;
    text-wrap: balance !important;
    text-transform: none !important;
    white-space: normal !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip strong {
    display: none !important;
  }
}

@media (max-width: 860px) and (max-height: 680px) {
  body[data-page="home"] .home-hero-section {
    grid-template-rows: minmax(0, 1fr) 5.8rem !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    height: calc(100svh - 5.8rem) !important;
    padding-top: 5.18rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy {
    padding: 0.64rem 0.95rem 0.7rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    font-size: clamp(1.38rem, 6.2vw, 1.55rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    margin-top: 0.32rem !important;
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-cta-row {
    margin-top: 0.48rem !important;
    gap: 0.5rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action {
    min-height: 2rem !important;
    font-size: 0.76rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-action {
    min-height: 2rem !important;
    gap: 0.42rem !important;
    padding: 0.22rem 0.48rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-icon,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-icon,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-icon {
    flex-basis: 1.58rem !important;
    width: 1.58rem !important;
    height: 1.58rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-title {
    font-size: 0.6rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-hours,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-hours,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-hours {
    font-size: 0.5rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    height: 5.8rem !important;
    padding-block: 0.46rem 0.54rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span {
    font-size: 0.58rem !important;
  }
}

/* Product panel-only correction: keep the original homepage shell, optimize just the two current product cards. */
body[data-page="home"] .home-final-products-section .rideshare-panel {
  margin-top: clamp(0.35rem, 0.65vw, 0.6rem) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-panel:not(.home-product-directions-panel) {
  margin-bottom: clamp(0.72rem, 1.2vw, 1rem) !important;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel .rideshare-track-secondary .rideshare-card,
body[data-page="home"] .home-final-products-section .home-product-directions-panel .rideshare-track-secondary .rideshare-more-card {
  min-height: clamp(12.6rem, 15.5vw, 14rem) !important;
  height: auto !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
  display: grid !important;
  grid-template-columns: minmax(12rem, 42%) minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  gap: clamp(0.85rem, 1.4vw, 1.15rem) !important;
  align-items: stretch !important;
  min-height: clamp(13.5rem, 17vw, 15.6rem) !important;
  padding: clamp(0.82rem, 1.15vw, 1rem) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
  display: block;
  height: clamp(11.8rem, 15vw, 14rem) !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  text-decoration: none;
  overflow: hidden !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media img {
  height: 100% !important;
  object-fit: cover;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media img[src$="la-blue-soccer-bear-detail.jpg"] {
  object-position: top center;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body {
  display: grid !important;
  align-content: start !important;
  gap: clamp(0.52rem, 0.9vw, 0.72rem) !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
  min-height: 0 !important;
  font-size: clamp(1.12rem, 1.45vw, 1.45rem) !important;
  line-height: 1.14 !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child {
  display: inline-flex;
  min-height: 1.58rem;
  align-items: center;
  padding: 0.28rem 0.52rem;
  border-radius: 999px;
  background: rgba(8, 39, 79, 0.08);
  color: rgba(8, 39, 79, 0.72);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem 0.5rem;
  align-items: center;
  min-width: 0;
  margin: -0.14rem 0 0;
  color: rgba(8, 39, 79, 0.56);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.2;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row > span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row > span + span::before {
  content: "·";
  margin-right: 0.5rem;
  color: rgba(8, 39, 79, 0.3);
}

body[data-page="home"] .home-final-products-section .home-product-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.1rem;
}

body[data-page="home"] .home-final-products-section .home-product-card-actions a {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 0.78rem;
  border-radius: 0.5rem;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

body[data-page="home"] .home-final-products-section .home-product-detail-link {
  border: 1px solid rgba(216, 106, 32, 0.34);
  background: rgba(255, 255, 255, 0.84);
  color: var(--mokozoo-chatgpt-orange-dark, #b95712);
}

body[data-page="home"] .home-final-products-section .home-product-buy-link {
  border: 1px solid var(--mokozoo-chatgpt-orange, #d86a20);
  background: var(--mokozoo-chatgpt-orange, #d86a20);
  color: #fff;
  box-shadow: 0 10px 20px rgba(216, 106, 32, 0.18);
}

@media (max-width: 640px) {
  body[data-page="home"] .home-final-products-section .rideshare-panel {
    margin-top: 0.5rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track {
    grid-template-columns: 1fr !important;
    gap: 0.72rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
    display: grid !important;
    grid-template-columns: minmax(7.2rem, 37%) minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    gap: 0.54rem !important;
    align-items: stretch !important;
    min-height: 0 !important;
    padding: 0.62rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
    height: clamp(9.4rem, 39vw, 10.5rem) !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media img {
    height: 100% !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body {
    align-content: start !important;
    gap: 0.32rem !important;
    min-width: 0 !important;
    padding-right: 0 !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
    display: -webkit-box !important;
    min-height: 0 !important;
    font-size: 0.92rem !important;
    line-height: 1.08 !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .home-final-products-section .home-product-price-row {
    gap: 0.28rem;
  }

  body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child {
    min-height: 1.34rem;
    padding: 0.22rem 0.38rem;
    font-size: 0.6rem;
  }

  body[data-page="home"] .home-final-products-section .home-product-stock-row {
    gap: 0.16rem 0.34rem;
    margin-top: -0.06rem;
    font-size: 0.54rem;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions {
    gap: 0.38rem;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions a {
    min-height: 2.15rem;
    padding: 0.44rem 0.42rem;
    font-size: 0.68rem;
  }
}

/* Final overall homepage QA fix: this block wins over older homepage recovery rules. */
body[data-page="home"] .home-final-products-section .home-product-directions-panel {
  margin-top: clamp(1rem, 1.9vw, 1.55rem) !important;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel .home-product-direction-row {
  display: grid !important;
  gap: clamp(0.78rem, 1.25vw, 1.05rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel .home-product-direction-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.85rem;
  min-width: 0;
  margin: 0 !important;
  padding: 0 clamp(0.1rem, 0.4vw, 0.35rem) !important;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel .home-product-direction-head strong {
  max-width: 11.5em;
  color: var(--us-navy, #08274f) !important;
  font-family: var(--font-display, var(--font-sans));
  font-size: clamp(1.46rem, 2vw, 2.18rem) !important;
  font-weight: 900;
  line-height: 1.05;
  text-wrap: balance;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel .home-product-direction-head span {
  max-width: 20rem;
  color: rgba(8, 39, 79, 0.66) !important;
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  font-weight: 900;
  line-height: 1.35;
  text-align: right;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel .rideshare-track-secondary .rideshare-card,
body[data-page="home"] .home-final-products-section .home-product-directions-panel .rideshare-track-secondary .rideshare-more-card {
  min-height: clamp(12.2rem, 15.2vw, 15.7rem) !important;
  height: auto !important;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel .rideshare-track-secondary .rideshare-card-body h4 {
  min-height: auto !important;
  font-size: clamp(0.96rem, 1.1vw, 1.08rem) !important;
  line-height: 1.12 !important;
}

body[data-page="home"] .home-final-products-section .home-product-directions-panel .rideshare-direction-copy {
  color: rgba(8, 39, 79, 0.68) !important;
  font-size: clamp(0.78rem, 0.9vw, 0.9rem) !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

@media (max-width: 920px) {
  body[data-page="home"] .home-final-products-section .home-product-directions-panel .home-product-direction-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.28rem;
    padding-inline: 0.12rem !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-directions-panel .home-product-direction-head strong,
  body[data-page="home"] .home-final-products-section .home-product-directions-panel .home-product-direction-head span {
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .landing-hero-card .hero-frame,
  body[data-page="home"] .landing-hero-card .media-preview-stack,
  body[data-page="home"] .landing-hero-card .media-preview-card.is-active {
    max-height: none !important;
  }

  body[data-page="home"] .landing-hero-card .media-preview-stack,
  body[data-page="home"] .landing-hero-card .media-preview-card.is-active {
    height: 100% !important;
  }

  body[data-page="home"] .landing-hero-card .media-preview-card img {
    object-position: 68% center !important;
  }
}

@media (max-width: 560px) {
  body[data-page="home"] .landing-hero-card .hero-copy {
    padding: 0.74rem 1rem 0.84rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    font-size: clamp(1.44rem, 6.15vw, 1.68rem) !important;
    line-height: 1.04 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    margin-top: 0.36rem !important;
    font-size: 0.74rem !important;
    line-height: 1.23 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-cta-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.48rem !important;
    margin-top: 0.56rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action {
    width: min(10rem, 100%) !important;
    min-width: 0 !important;
    min-height: 2.22rem !important;
    padding-inline: 1.15rem !important;
    font-size: 0.82rem !important;
    justify-self: start;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-action {
    width: 100% !important;
    min-height: 2.46rem !important;
    gap: 0.54rem !important;
    padding: 0.28rem 0.62rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-title {
    font-size: clamp(0.7rem, 2.72vw, 0.78rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-hours,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-hours,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-hours {
    font-size: clamp(0.56rem, 2.14vw, 0.64rem) !important;
  }
}

@media (max-width: 380px) {
  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    font-size: 0.68rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-title {
    font-size: 0.66rem !important;
  }
}

/* Page 1 ChatGPT target pass: compact hero hierarchy, steadier CTAs, readable benefit strip. */
body[data-page="home"] .hero-primary-icon {
  display: inline-grid !important;
  place-items: center !important;
}

body[data-page="home"] .hero-primary-icon iconify-icon {
  display: block !important;
}

@media (min-width: 861px) {
  body[data-page="home"] .home-hero-section {
    background:
      linear-gradient(90deg, rgba(247, 243, 234, 0.76) 0 34%, rgba(247, 243, 234, 0.48) 47%, rgba(247, 243, 234, 0.14) 66%, rgba(6, 28, 59, 0.02) 100%),
      linear-gradient(180deg, rgba(247, 243, 234, 0.26) 0 7.75rem, rgba(247, 243, 234, 0.08) 22rem, rgba(6, 28, 59, 0.2) 100%),
      var(--mokozoo-home-hero-image) !important;
    background-position: center top, center top, center top !important;
    background-size: cover, cover, cover !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    grid-template-columns: minmax(0, 43rem) minmax(0, 1fr) !important;
    padding: clamp(10.7rem, 18vh, 14rem) clamp(5.1rem, 6.8vw, 6.6rem) clamp(2.2rem, 4.2vh, 3.9rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy {
    max-width: 41rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    max-width: 8.95em !important;
    font-size: clamp(4.35rem, 4.95vw, 5.85rem) !important;
    line-height: 0.99 !important;
    text-transform: none !important;
  }

  body[data-page="home"] .hero-star-divider {
    width: min(31rem, 100%) !important;
    margin: clamp(1.25rem, 1.7vw, 1.8rem) 0 clamp(1.2rem, 1.55vw, 1.55rem) !important;
    color: #f28b22 !important;
  }

  body[data-page="home"] .hero-star-divider strong {
    color: #f28b22 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    max-width: 35rem !important;
    color: #0b2448 !important;
    font-size: clamp(1.23rem, 1.55vw, 1.56rem) !important;
    font-weight: 850 !important;
    line-height: 1.42 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-cta-row {
    gap: clamp(1.05rem, 1.45vw, 1.4rem) !important;
    margin-top: clamp(1.55rem, 2.1vw, 2.1rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action {
    min-width: clamp(13rem, 14vw, 14.75rem) !important;
    min-height: clamp(3.85rem, 4.25vw, 4.35rem) !important;
    gap: clamp(1.1rem, 1.25vw, 1.32rem) !important;
    padding: 0 clamp(1.25rem, 1.35vw, 1.45rem) 0 clamp(2.1rem, 2.4vw, 2.55rem) !important;
    box-shadow: 0 0.16rem 0 rgba(0, 0, 0, 0.2) !important;
    font-size: clamp(1.05rem, 1.18vw, 1.25rem) !important;
  }

  body[data-page="home"] .hero-primary-icon {
    flex: 0 0 clamp(2.45rem, 2.7vw, 2.85rem) !important;
    width: clamp(2.45rem, 2.7vw, 2.85rem) !important;
    height: clamp(2.45rem, 2.7vw, 2.85rem) !important;
    border: 2px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 999px !important;
    color: #fff !important;
  }

  body[data-page="home"] .hero-primary-icon iconify-icon {
    font-size: clamp(1.1rem, 1.22vw, 1.3rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-action {
    min-width: clamp(21rem, 23.4vw, 24.5rem) !important;
    min-height: clamp(3.85rem, 4.25vw, 4.35rem) !important;
    background: rgba(255, 253, 246, 0.9) !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    min-height: clamp(7.35rem, 7.7vw, 8.25rem) !important;
    padding-inline: clamp(4rem, 5.9vw, 5.9rem) !important;
    background: linear-gradient(135deg, #08274f 0%, #031d3c 100%) !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    column-gap: clamp(1rem, 1.25vw, 1.4rem) !important;
    padding-inline: clamp(1rem, 1.55vw, 1.7rem) !important;
    text-transform: none !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span {
    font-size: clamp(1rem, 1.14vw, 1.22rem) !important;
    line-height: 1.16 !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip strong {
    margin-top: 0.18rem !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-family: var(--font-sans) !important;
    font-size: clamp(0.78rem, 0.88vw, 0.94rem) !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
    text-transform: none !important;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  body[data-page="home"] .landing-hero-card.hero-section-layout {
    grid-template-columns: minmax(0, 35rem) minmax(0, 1fr) !important;
    padding-inline: clamp(1.8rem, 4.2vw, 3rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    font-size: clamp(3.35rem, 5.2vw, 4.45rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    max-width: 29rem !important;
    font-size: clamp(1.05rem, 1.55vw, 1.34rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-action {
    min-height: 3.55rem !important;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .home-hero-section {
    grid-template-rows: minmax(0, 1fr) 6.75rem !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    height: calc(100svh - 6.75rem) !important;
    padding-top: 5.2rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy {
    padding: 0.86rem 1rem 0.96rem !important;
    background: linear-gradient(180deg, rgba(247, 243, 234, 0.98), #f7f3ea 82%) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    font-size: clamp(1.5rem, 6.2vw, 1.72rem) !important;
    line-height: 1.06 !important;
    text-transform: none !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    margin-top: 0.38rem !important;
    color: #0b2448 !important;
    font-size: clamp(0.72rem, 2.65vw, 0.82rem) !important;
    line-height: 1.24 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-cta-row {
    display: grid !important;
    grid-template-columns: minmax(7.6rem, auto) minmax(0, 1fr) !important;
    gap: 0.5rem !important;
    margin-top: 0.62rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action {
    width: auto !important;
    min-width: 0 !important;
    min-height: 2.42rem !important;
    gap: 0.36rem !important;
    padding: 0 0.86rem !important;
    font-size: clamp(0.72rem, 2.45vw, 0.84rem) !important;
  }

  body[data-page="home"] .hero-primary-icon {
    display: none !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-action {
    width: auto !important;
    min-height: 2.42rem !important;
    padding: 0.26rem 0.5rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-title {
    font-size: clamp(0.58rem, 2.15vw, 0.7rem) !important;
  }

  body[data-page="home"] .landing-hero-card .hero-phone-hours,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-hours,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-hours {
    font-size: clamp(0.48rem, 1.74vw, 0.58rem) !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    height: 6.75rem !important;
    padding: 0.58rem 0.28rem 0.68rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    row-gap: 0.28rem !important;
    padding: 0.36rem 0.1rem 0.44rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon {
    width: 1.55rem !important;
    font-size: 1.55rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span {
    font-size: clamp(0.56rem, 1.95vw, 0.68rem) !important;
    line-height: 1.06 !important;
  }
}

@media (max-width: 380px) {
  body[data-page="home"] .landing-hero-card .hero-copy {
    padding-inline: 0.86rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-cta-row,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-cta-row {
    grid-template-columns: minmax(6.95rem, auto) minmax(0, 1fr) !important;
    gap: 0.38rem !important;
  }
}

/* ChatGPT UI target: product-forward featured cards, not compressed data rows. */
@media (min-width: 761px) {
  body[data-page="home"] .home-final-products-section .rideshare-panel-head {
    align-items: center !important;
    margin-bottom: clamp(1.25rem, 2vw, 1.8rem) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-title-group h3 {
    font-size: clamp(2.25rem, 3.4vw, 3.65rem) !important;
    line-height: 0.95 !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-title-group p {
    margin-top: 0.58rem !important;
    font-size: clamp(1rem, 1.25vw, 1.22rem) !important;
    line-height: 1.22 !important;
  }
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track {
  gap: clamp(1.05rem, 1.7vw, 1.65rem) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-head-actions {
  width: auto !important;
}

body[data-page="home"] .home-final-products-section .rideshare-all-link {
  width: auto !important;
  min-height: clamp(2.55rem, 3.1vw, 3.25rem) !important;
  justify-content: center !important;
  gap: clamp(0.5rem, 0.75vw, 0.7rem) !important;
  padding: 0.5rem 0.58rem 0.5rem clamp(0.92rem, 1.2vw, 1.2rem) !important;
  border-color: rgba(216, 106, 32, 0.16) !important;
  box-shadow: 0 14px 28px rgba(8, 39, 79, 0.08) !important;
  font-size: clamp(0.86rem, 1.04vw, 1.02rem) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-all-link iconify-icon {
  width: clamp(2.05rem, 2.55vw, 2.65rem) !important;
  height: clamp(2.05rem, 2.55vw, 2.65rem) !important;
  border: 0 !important;
  background: var(--mokozoo-chatgpt-orange, #d86a20) !important;
  color: #fff !important;
  font-size: clamp(1rem, 1.25vw, 1.2rem) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
  grid-template-columns: minmax(16.5rem, 51%) minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto auto !important;
  gap: clamp(0.78rem, 1.12vw, 1.05rem) clamp(0.9rem, 1.28vw, 1.22rem) !important;
  align-items: stretch !important;
  min-height: clamp(20.5rem, 24vw, 23.5rem) !important;
  padding: clamp(1rem, 1.35vw, 1.24rem) !important;
  border-color: rgba(8, 39, 79, 0.08) !important;
  border-radius: 1.35rem !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 239, 0.92)) !important;
  box-shadow: 0 22px 46px rgba(8, 39, 79, 0.1) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
  grid-column: 1 !important;
  grid-row: 1 / 4 !important;
  height: 100% !important;
  min-height: clamp(16rem, 19vw, 19.25rem) !important;
  align-self: stretch !important;
  border-radius: 1rem !important;
  box-shadow: inset 0 0 0 1px rgba(8, 39, 79, 0.06) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media img {
  height: 100% !important;
  object-fit: cover !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body {
  display: contents !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  max-width: 9.5em !important;
  color: var(--us-navy, #08274f) !important;
  font-size: clamp(1.5rem, 2.08vw, 2.06rem) !important;
  line-height: 1.06 !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row {
  grid-column: 2 !important;
  grid-row: 2 !important;
  gap: clamp(0.62rem, 0.9vw, 0.82rem) !important;
  margin-top: clamp(0.46rem, 0.72vw, 0.72rem) !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row .rideshare-price {
  font-size: clamp(1.85rem, 2.42vw, 2.42rem) !important;
  line-height: 0.95 !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child {
  min-height: clamp(1.8rem, 2.15vw, 2.1rem) !important;
  padding: 0.34rem 0.72rem !important;
  color: #137344 !important;
  font-size: clamp(0.8rem, 0.96vw, 0.95rem) !important;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row {
  grid-column: 2 !important;
  grid-row: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: center !important;
  margin: clamp(0.74rem, 1vw, 1rem) 0 0 !important;
  padding-block: clamp(0.68rem, 0.92vw, 0.9rem) !important;
  border-top: 1px solid rgba(8, 39, 79, 0.12) !important;
  border-bottom: 1px solid rgba(8, 39, 79, 0.08) !important;
  color: rgba(8, 39, 79, 0.72) !important;
  font-size: clamp(0.78rem, 0.92vw, 0.9rem) !important;
  font-weight: 900 !important;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row > span {
  min-height: 1.2rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  justify-content: start !important;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row > span + span::before {
  content: "" !important;
  width: 1px !important;
  height: 1.55rem !important;
  margin: 0 clamp(0.75rem, 1vw, 1rem) 0 0 !important;
  background: rgba(8, 39, 79, 0.13) !important;
}

body[data-page="home"] .home-final-products-section .home-product-card-actions {
  grid-column: 1 / -1 !important;
  grid-row: 4 !important;
  align-self: end !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(0.72rem, 1vw, 1rem) !important;
  margin-top: clamp(0.72rem, 1vw, 1rem) !important;
}

body[data-page="home"] .home-final-products-section .home-product-card-actions a {
  min-height: clamp(2.95rem, 3.25vw, 3.35rem) !important;
  padding-inline: 0.8rem !important;
  border-radius: 0.72rem !important;
  font-size: clamp(0.98rem, 1.2vw, 1.18rem) !important;
}

@media (max-width: 1180px) and (min-width: 761px) {
  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
    grid-template-columns: minmax(14rem, 46%) minmax(0, 1fr) !important;
    min-height: clamp(19rem, 30vw, 22rem) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
    font-size: clamp(1.38rem, 2.1vw, 1.82rem) !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .home-final-products-section .rideshare-head-actions {
    display: flex !important;
    width: auto !important;
    justify-content: flex-start !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-all-link {
    min-height: 2.42rem !important;
    padding: 0.44rem 0.58rem 0.44rem 0.82rem !important;
    font-size: clamp(0.76rem, 3.45vw, 0.9rem) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-all-link iconify-icon {
    width: 1.9rem !important;
    height: 1.9rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track {
    gap: 0.9rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
    grid-template-columns: minmax(7.4rem, 38%) minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    gap: 0.64rem !important;
    min-height: 0 !important;
    padding: 0.68rem !important;
    border-radius: 1.08rem !important;
    box-shadow: 0 14px 30px rgba(8, 39, 79, 0.09) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
    grid-column: auto !important;
    grid-row: auto !important;
    height: clamp(9.5rem, 41vw, 10.9rem) !important;
    min-height: 0 !important;
    border-radius: 0.82rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body {
    display: grid !important;
    grid-template-rows: auto auto auto auto !important;
    align-content: start !important;
    gap: 0.38rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: auto !important;
    max-width: 100% !important;
    font-size: clamp(0.98rem, 5vw, 1.2rem) !important;
    line-height: 1.08 !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-price-row {
    grid-column: auto !important;
    grid-row: auto !important;
    gap: 0.34rem !important;
    margin-top: 0 !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-price-row .rideshare-price {
    font-size: clamp(1.28rem, 6.2vw, 1.58rem) !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child {
    min-height: 1.46rem !important;
    padding: 0.24rem 0.44rem !important;
    font-size: clamp(0.58rem, 2.75vw, 0.7rem) !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-stock-row {
    grid-column: auto !important;
    grid-row: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 0.18rem !important;
    padding-block: 0.4rem !important;
    font-size: clamp(0.52rem, 2.5vw, 0.64rem) !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-stock-row > span {
    min-height: 1rem !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-stock-row > span + span::before {
    height: 1.08rem !important;
    margin-right: 0.48rem !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions {
    grid-column: auto !important;
    grid-row: auto !important;
    gap: 0.38rem !important;
    margin-top: 0.1rem !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions a {
    min-height: 2.18rem !important;
    padding-inline: 0.34rem !important;
    border-radius: 0.54rem !important;
    font-size: clamp(0.62rem, 3vw, 0.74rem) !important;
  }
}

@media (max-width: 420px) {
  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
    grid-template-columns: minmax(7rem, 37%) minmax(0, 1fr) !important;
    gap: 0.54rem !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Accepted ChatGPT shelf direction: a warm buyer-facing product showcase. */
body[data-page="home"] .home-final-products-section {
  background:
    linear-gradient(180deg, #f9f3e7 0%, #fff9ef 48%, #f7ebdb 100%) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-panel:not(.home-product-directions-panel) {
  position: relative !important;
  isolation: isolate !important;
  overflow: visible !important;
  padding: clamp(1.45rem, 2.4vw, 2.35rem) clamp(1.25rem, 2vw, 2rem) clamp(2.25rem, 3vw, 2.85rem) !important;
  border: 1px solid rgba(216, 106, 32, 0.14) !important;
  border-radius: clamp(1.25rem, 2vw, 2rem) !important;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 184, 70, 0.12), transparent 30%),
    radial-gradient(circle at 86% 15%, rgba(216, 106, 32, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(255, 249, 239, 0.94)) !important;
  box-shadow:
    0 28px 70px rgba(8, 39, 79, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-panel:not(.home-product-directions-panel)::after {
  content: "" !important;
  position: absolute !important;
  left: clamp(1rem, 2vw, 1.8rem) !important;
  right: clamp(1rem, 2vw, 1.8rem) !important;
  bottom: clamp(0.65rem, 1vw, 0.9rem) !important;
  z-index: -1 !important;
  height: clamp(0.78rem, 1.4vw, 1.1rem) !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(174, 112, 55, 0.16), rgba(216, 106, 32, 0.28), rgba(174, 112, 55, 0.16)) !important;
  box-shadow: 0 14px 26px rgba(174, 112, 55, 0.16) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-panel-head {
  align-items: center !important;
  margin-bottom: clamp(1.3rem, 2.2vw, 2.05rem) !important;
  padding: 0 !important;
  border: 0 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-title-group {
  align-items: flex-start !important;
  gap: clamp(0.75rem, 1.2vw, 1rem) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-title-group .rideshare-icon {
  width: clamp(1.85rem, 2.6vw, 2.45rem) !important;
  height: clamp(1.85rem, 2.6vw, 2.45rem) !important;
  margin-top: clamp(0.2rem, 0.5vw, 0.42rem) !important;
  border: 0 !important;
  background: rgba(255, 184, 70, 0.16) !important;
  box-shadow: none !important;
  color: #f0a300 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-title-group h3 {
  color: var(--us-navy, #08274f) !important;
  font-size: clamp(2.45rem, 5.1vw, 5.2rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.76) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-title-group p {
  margin-top: clamp(0.45rem, 0.8vw, 0.72rem) !important;
  max-width: min(44rem, 100%) !important;
  color: rgba(8, 39, 79, 0.7) !important;
  font-size: clamp(1rem, 1.45vw, 1.32rem) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-primary-link {
  display: none !important;
}

body[data-page="home"] .home-final-products-section .rideshare-all-link {
  min-width: clamp(12.5rem, 19vw, 18.2rem) !important;
  min-height: clamp(3.25rem, 4vw, 4.1rem) !important;
  padding: 0.5rem 0.62rem 0.5rem clamp(1.1rem, 1.6vw, 1.55rem) !important;
  border: 1px solid rgba(216, 106, 32, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 14px 30px rgba(8, 39, 79, 0.08) !important;
  color: var(--us-navy, #08274f) !important;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 1.75vw, 1.6rem) !important;
  align-items: stretch !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
  grid-template-columns: minmax(15rem, 52%) minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto auto !important;
  gap: clamp(0.9rem, 1.25vw, 1.2rem) clamp(1rem, 1.6vw, 1.45rem) !important;
  min-height: clamp(24rem, 29vw, 30rem) !important;
  padding: clamp(0.9rem, 1.35vw, 1.2rem) !important;
  border: 1px solid rgba(216, 106, 32, 0.14) !important;
  border-radius: clamp(1rem, 1.5vw, 1.35rem) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 243, 0.95)) !important;
  box-shadow: 0 22px 50px rgba(8, 39, 79, 0.08) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
  grid-column: 1 !important;
  grid-row: 1 / -1 !important;
  height: auto !important;
  min-height: clamp(22rem, 27vw, 28rem) !important;
  border-radius: clamp(0.86rem, 1.2vw, 1rem) !important;
  background: #f4efe8 !important;
  box-shadow: inset 0 0 0 1px rgba(8, 39, 79, 0.05) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media img[src$="global-vibes-box-cover.png"] {
  object-fit: contain !important;
  object-position: center center !important;
  padding: clamp(0.3rem, 0.7vw, 0.62rem) !important;
  background: linear-gradient(180deg, #f6f3ee, #ebe5dc) !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media .home-product-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.38rem !important;
  min-height: clamp(1.72rem, 2vw, 2rem) !important;
  padding: 0.32rem 0.7rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #db3b35, #c62d2a) !important;
  box-shadow: 0 9px 18px rgba(198, 45, 42, 0.2) !important;
  color: #fff !important;
  font-size: clamp(0.64rem, 0.8vw, 0.78rem) !important;
  font-weight: 950 !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body {
  display: contents !important;
}

body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  max-width: 10em !important;
  color: var(--us-navy, #08274f) !important;
  font-size: clamp(1.55rem, 2.45vw, 2.55rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-items: center !important;
  gap: clamp(0.68rem, 1vw, 0.9rem) !important;
  margin: 0 !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row .rideshare-price {
  color: #c62d2a !important;
  font-size: clamp(2.05rem, 3.2vw, 3.15rem) !important;
  line-height: 0.92 !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child {
  position: relative !important;
  min-height: clamp(1.85rem, 2.4vw, 2.25rem) !important;
  padding: 0.34rem 0.8rem 0.34rem 1.9rem !important;
  border-radius: 999px !important;
  background: #dcefd8 !important;
  color: #137344 !important;
  font-size: clamp(0.76rem, 1vw, 0.92rem) !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child::before {
  content: "" !important;
  position: absolute !important;
  left: 0.72rem !important;
  top: 50% !important;
  width: 0.62rem !important;
  height: 0.62rem !important;
  border-radius: 999px !important;
  background: #0f9a4a !important;
  transform: translateY(-50%) !important;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row {
  grid-column: 2 !important;
  grid-row: 3 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(8, 39, 79, 0.1) !important;
  border-radius: 0.92rem !important;
  background: rgba(255, 255, 255, 0.58) !important;
  color: var(--us-navy, #08274f) !important;
  font-size: clamp(0.86rem, 1.05vw, 1rem) !important;
  font-weight: 900 !important;
  overflow: hidden !important;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row > span {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(0.62rem, 0.9vw, 0.85rem) !important;
  min-height: clamp(2.8rem, 3.6vw, 3.25rem) !important;
  padding: 0.65rem clamp(0.82rem, 1.15vw, 1.05rem) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row > span + span {
  border-top: 1px solid rgba(8, 39, 79, 0.1) !important;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row > span + span::before {
  content: none !important;
}

body[data-page="home"] .home-final-products-section .home-product-stock-row iconify-icon {
  flex: 0 0 auto !important;
  width: 1.18rem !important;
  height: 1.18rem !important;
  color: var(--us-navy, #08274f) !important;
}

body[data-page="home"] .home-final-products-section .home-product-card-actions {
  grid-column: 2 !important;
  grid-row: 4 !important;
  align-self: start !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(0.75rem, 1.1vw, 0.95rem) !important;
  margin-top: 0 !important;
}

body[data-page="home"] .home-final-products-section .home-product-card-actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  min-height: clamp(3.15rem, 3.9vw, 3.65rem) !important;
  padding-inline: clamp(0.8rem, 1.2vw, 1.1rem) !important;
  border-radius: 0.74rem !important;
  font-size: clamp(1rem, 1.26vw, 1.2rem) !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

body[data-page="home"] .home-final-products-section .home-product-buy-link iconify-icon {
  width: 1.32rem !important;
  height: 1.32rem !important;
}

@media (max-width: 1180px) and (min-width: 761px) {
  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
    grid-template-columns: minmax(13.5rem, 48%) minmax(0, 1fr) !important;
    min-height: clamp(23rem, 35vw, 29rem) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
    min-height: clamp(21rem, 33vw, 27rem) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
    font-size: clamp(1.38rem, 2.25vw, 2rem) !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .home-final-products-section .rideshare-panel:not(.home-product-directions-panel) {
    padding: 1.05rem 0.86rem 1.55rem !important;
    border-radius: 1.15rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-panel:not(.home-product-directions-panel)::after {
    bottom: 0.45rem !important;
    height: 0.58rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-panel-head {
    display: grid !important;
    gap: 0.95rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-title-group h3 {
    font-size: clamp(2rem, 11vw, 2.85rem) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-title-group p {
    font-size: clamp(0.86rem, 4vw, 1rem) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-head-actions,
  body[data-page="home"] .home-final-products-section .rideshare-all-link {
    width: 100% !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-all-link {
    min-width: 0 !important;
    min-height: 2.85rem !important;
    justify-content: space-between !important;
    font-size: 0.9rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 0.95rem !important;
    min-height: 0 !important;
    padding: 0.78rem !important;
    border-radius: 1.05rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-media {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 0 !important;
    height: clamp(15rem, 67vw, 18.5rem) !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body {
    display: grid !important;
    gap: 0.74rem !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4,
  body[data-page="home"] .home-final-products-section .home-product-price-row,
  body[data-page="home"] .home-final-products-section .home-product-stock-row,
  body[data-page="home"] .home-final-products-section .home-product-card-actions {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body[data-page="home"] .home-final-products-section .rideshare-track.home-featured-product-track .rideshare-card-body h4 {
    max-width: 100% !important;
    font-size: clamp(1.55rem, 7vw, 2rem) !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-price-row .rideshare-price {
    font-size: clamp(1.7rem, 8.2vw, 2.2rem) !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-price-row > span:last-child {
    font-size: clamp(0.68rem, 3.2vw, 0.8rem) !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-stock-row {
    font-size: clamp(0.78rem, 3.5vw, 0.92rem) !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-stock-row > span {
    min-height: 2.55rem !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
    margin-top: 0 !important;
  }

  body[data-page="home"] .home-final-products-section .home-product-card-actions a {
    min-height: 2.75rem !important;
    padding-inline: 0.55rem !important;
    font-size: clamp(0.82rem, 3.7vw, 0.95rem) !important;
  }
}

/* Mobile anti-cramp pass: let the hero breathe instead of forcing every row into one viewport. */
@media (max-width: 860px) {
  body[data-page="home"] .home-hero-section {
    display: block !important;
    height: auto !important;
    min-height: 100svh !important;
    overflow: visible !important;
    background: #f7f3ea !important;
  }

  body[data-page="home"] .landing-hero-card.hero-section-layout {
    display: grid !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    padding: 5.2rem 0 0 !important;
    overflow: visible !important;
  }

  body[data-page="home"] .landing-hero-card .hero-frame {
    height: clamp(24.5rem, 55svh, 31rem) !important;
    min-height: 0 !important;
  }

  body[data-page="home"] .landing-hero-card .media-preview-stack,
  body[data-page="home"] .landing-hero-card .media-preview-card.is-active {
    height: 100% !important;
    min-height: 0 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy {
    min-height: 0 !important;
    padding: 0.95rem 1rem 1.08rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    font-size: clamp(1.66rem, 6.65vw, 1.92rem) !important;
    line-height: 1.06 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    font-size: clamp(0.76rem, 2.72vw, 0.88rem) !important;
    line-height: 1.28 !important;
  }

  body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-primary-action,
  body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-phone-action,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-phone-action {
    min-height: 2.58rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    height: auto !important;
    min-height: 6.55rem !important;
    padding-block: 0.62rem 0.72rem !important;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .landing-hero-card .hero-copy,
  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title,
  body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-copy > .hero-market-copy {
    text-align: left !important;
  }

  body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="zh-CN"] body[data-page="home"] .landing-hero-card .hero-main-title,
  html[lang="es"] body[data-page="home"] .landing-hero-card .hero-main-title {
    width: 100% !important;
    max-width: 10.5em !important;
    font-size: clamp(1.5rem, 6.05vw, 1.74rem) !important;
    line-height: 1.06 !important;
  }
}

@media (min-width: 641px) and (max-width: 860px) {
  body[data-page="home"] .landing-hero-card.hero-section-layout {
    padding-top: 2rem !important;
  }

  body[data-page="home"] .landing-hero-card .hero-frame {
    height: clamp(24rem, 56svh, 31.5rem) !important;
  }
}

@media (max-width: 560px) {
  body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip {
    min-height: 5.55rem !important;
    padding: 0.54rem 0.28rem 0.64rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip a,
  body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip button,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip a,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip button {
    grid-template-rows: 1fr !important;
    justify-items: center !important;
    padding: 0.35rem 0.1rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip iconify-icon,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip .hero-service-icon {
    grid-row: 1 !important;
    width: 1.8rem !important;
    font-size: 1.8rem !important;
  }

  body[data-page="home"] .home-hero-section > .hero-service-strip span,
  body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="zh-CN"] body[data-page="home"] .home-hero-section > .hero-service-strip strong,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip span,
  html[lang="es"] body[data-page="home"] .home-hero-section > .hero-service-strip strong {
    display: none !important;
  }
}
