:root {
  --servixa-base: #fa5003;
  --servixa-base-rgb: 250, 80, 3;
  --orange: #fa5003;
}

html,
body,
body.boxed-wrapper .page-wrapper,
.page-wrapper {
  background: #232323;
}

body {
  font-family: Inter, var(--servixa-font), ui-sans-serif, system-ui, sans-serif;
}

.ax-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
}

.main-menu-two__logo,
.footer-widget-two__logo {
  min-width: 190px;
}

.ax-logo svg {
  flex: 0 0 auto;
}

.main-menu,
.main-menu-two {
  position: sticky;
  top: 0;
  z-index: 999;
}

.mobile-nav__wrapper {
  z-index: 10050;
}

.main-menu .mobile-nav__toggler {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

.mobile-nav__overlay,
.mobile-nav__close {
  border: 0;
}

.page-wrapper:not(:has(.main-slider)):not(:has(.page-header)) .main-header {
  position: sticky;
  top: 0;
  background: #232323;
}

.page-wrapper:not(:has(.main-slider)):not(:has(.page-header)) .main-menu {
  background: #232323;
}

.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__text,
.main-slider .swiper-slide-active .main-slider__btn-and-review-box,
.main-slider__sub-title,
.main-slider__title,
.main-slider__text,
.main-slider__btn-and-review-box {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.main-slider .swiper-container,
.main-slider .swiper-wrapper,
.main-slider .swiper-slide {
  height: auto;
  overflow: visible;
}

.main-slider__bg,
.page-header__bg,
.why-choose-one__right-bg,
.why-choose-one__right-bg-color,
.page-header {
  background: #232323 !important;
  background-image: none !important;
}

.main-slider .swiper-slide-active .main-slider__img,
.main-slider__img {
  top: 120px;
  bottom: auto;
  right: 0;
  max-width: 46%;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.main-slider__img img {
  max-height: 520px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.45));
}

.main-slider__title {
  max-width: 14em;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.15;
}

.main-slider__title .word {
  display: inline;
}

.ax-entry {
  position: relative;
  z-index: 2;
  padding: 36px 0 48px;
}

.ax-entry__col {
  display: grid;
  gap: 20px;
  max-width: 560px;
}

.ax-entry__card {
  padding: 22px 22px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: #0a0a0a;
}

.ax-entry__card .input,
.ax-entry__card .select {
  background: #111;
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.ax-entry__picked {
  margin: 8px 0 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.ax-entry .ax-chat {
  height: auto;
  min-height: 0;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.ax-picker-presets__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ax-picker-preset {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 12px 6px 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.55);
  color: #fff;
  white-space: nowrap;
  font-size: 13px;
}

.ax-picker-preset img {
  width: 40px;
  height: 24px;
  object-fit: contain;
}

.ax-picker-preset.is-active {
  border-color: #fa5003;
  background: rgba(250, 80, 3, 0.16);
}

.ax-picker-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.main-slider__chat {
  margin-top: 24px;
  max-width: 440px;
}

.page-header__inner {
  position: relative;
  z-index: 2;
}

.page-header__img-1 img {
  max-height: 360px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.4));
}

.page-wrapper > main {
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
}

.site-footer {
  margin-top: 0;
  z-index: 1;
}

.site-footer__top {
  padding-top: 88px;
}

.about-one {
  padding-bottom: 48px;
}

.ax-vendors {
  position: relative;
  overflow: hidden;
  padding: 56px 0 72px;
}

.ax-vendors__track {
  display: flex;
  align-items: center;
  gap: 96px;
  width: max-content;
  margin: 0;
  padding: 12px 0;
  animation: ax-vendor-scroll 36s linear infinite;
}

.ax-vendors__mark {
  display: grid;
  place-items: center;
  min-width: 160px;
}

.ax-vendors__mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 58px;
  object-fit: contain;
  opacity: 0.4;
  filter: grayscale(0.12);
}

.ax-vendors__mark.is-napa img {
  max-height: 72px;
}

.ax-vendors__mark.is-partsource img {
  max-width: 220px;
  max-height: 46px;
}

@keyframes ax-vendor-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ax-vendors__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 40px;
  }
}

.blog-details__img img,
.about-one__img img,
.about-one__img-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-one .row,
.services-one .row {
  align-items: stretch;
}

.blog-one .row > [class*="col-"],
.services-one .row > [class*="col-"] {
  display: flex;
}

.blog-one__single,
.services-one__single {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.blog-one__single-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
}

.blog-one__img {
  height: 220px;
}

.blog-one__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-one__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-one__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 68px;
}

.blog-one__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.6em;
  margin: 0;
  color: #cacbd3;
  font-size: 15px;
  line-height: 1.55;
}

.blog-one__read-more-box {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 16px;
  padding-bottom: 8px;
}

.services-one__img {
  height: 220px;
}

.services-one__img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .main-slider__img {
    display: none;
  }

  .main-slider__content,
  .main-slider__picker,
  .main-slider__chat {
    max-width: none;
  }

  .main-slider__chat .ax-chat--hero {
    width: 100%;
    height: auto;
    min-height: 420px;
  }
}

.ax-hero {
  position: relative;
  overflow: hidden;
  background: #111;
  color: #fff;
  padding: 72px 0 80px;
}

.ax-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.ax-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.55) 55%, rgba(10, 10, 10, 0.42) 100%);
}

.ax-hero__shape {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
  pointer-events: none;
  max-width: 42%;
  opacity: 0.9;
}

.ax-hero .container {
  position: relative;
  z-index: 2;
}

.ax-hero__kicker {
  margin: 0 0 12px;
  color: #fa5003;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ax-hero__title {
  margin: 0 0 16px;
  max-width: 18ch;
  color: #fff;
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  font-weight: 700;
  line-height: 1.2;
}

.ax-hero__lead {
  margin: 0 0 24px;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.ax-hero-picker {
  margin-top: 28px;
  max-width: 520px;
  padding: 18px 18px 8px;
  border-radius: 12px;
  background: rgba(17, 17, 17, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ax-hero-picker .input,
.ax-hero-picker .select,
.ax-chat .input {
  background: rgba(10, 10, 10, 0.72);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.ax-hero__picked {
  margin: 8px 0 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.ax-hero__agent {
  position: relative;
  min-height: 520px;
  padding: 28px 0 0;
}

.ax-hero__mechanic {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  max-height: 540px;
  width: auto;
  max-width: 48%;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}

.ax-hero__agent .ax-chat {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
}

.ax-chat {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background: rgba(17, 17, 17, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.ax-chat--hero {
  height: 520px;
}

.ax-chat--dock {
  height: min(560px, calc(100vh - 7rem));
  width: min(400px, calc(100vw - 2rem));
  border-radius: 16px;
}

.ax-chat__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ax-chat__avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center 12%;
  box-shadow: 0 0 0 2px #fa5003;
}

.ax-chat__who {
  min-width: 0;
  flex: 1;
}

.ax-chat__name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.ax-chat__role {
  margin: 2px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.ax-chat__close {
  color: rgba(255, 255, 255, 0.6);
  background: none;
  border: 0;
  font-size: 22px;
  line-height: 1;
}

.ax-chat__starter,
.ax-chat__thread {
  flex: 1;
  overflow: auto;
  padding: 16px;
}

.ax-chat__greeting {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  line-height: 1.5;
}

.ax-chat__prompt {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.ax-chat__options {
  display: grid;
  gap: 8px;
}

.ax-chat__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.ax-chat__option:hover,
.ax-chat__option:focus-visible {
  border-color: #fa5003;
  background: rgba(250, 80, 3, 0.16);
}

.ax-chat__option .icon-next {
  color: #fa5003;
  font-size: 12px;
}

.ax-chat__row {
  margin-bottom: 10px;
}

.ax-chat__row--user {
  text-align: right;
}

.ax-chat__bubble {
  display: inline-block;
  max-width: 90%;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.ax-chat__bubble--user {
  background: #fa5003;
}

.ax-chat__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.ax-chat__link {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

.ax-chat__pending {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.ax-chat__composer {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ax-chat__input {
  flex: 1;
  min-width: 0;
}

.ax-chat__send {
  padding: 10px 14px;
  white-space: nowrap;
}

.ax-store-page {
  padding: 28px 0 90px;
}

.ax-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}

.ax-crumbs a {
  color: rgba(255, 255, 255, 0.7);
}

.ax-crumbs a:hover {
  color: #fa5003;
}

.ax-store-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 32px;
}

.ax-store-lead {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.55);
}

.ax-product {
  padding: 28px 0 80px;
}

.ax-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.ax-product__media {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #0a0a0a;
}

.ax-product__media img {
  max-height: 340px;
  width: 100%;
  object-fit: contain;
}

.ax-product__buy h1,
.ax-product__offers h2,
.ax-product__related h2,
.ax-product__marc h2 {
  margin: 0;
  color: #fff;
}

.ax-product__buy h1 {
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1.15;
}

.ax-product__meta,
.ax-product__fit,
.ax-product__vendor,
.ax-product__stock,
.ax-tab-panel,
.ax-related-card small {
  color: rgba(202, 203, 211, 0.86);
}

.ax-product__meta {
  margin: 0;
  font-size: 14px;
}

.ax-product__fit,
.ax-product__vendor,
.ax-product__stock {
  margin: 10px 0 0;
  font-size: 15px;
}

.ax-product__price {
  margin: 18px 0 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.ax-product__stock.is-out {
  color: #fa5003;
}

.ax-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.ax-qty {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.ax-qty__ctrl {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #111;
}

.ax-qty__ctrl button,
.ax-qty__ctrl input {
  height: 48px;
  border: 0;
  background: none;
  color: #fff;
}

.ax-qty__ctrl button {
  width: 44px;
  font-size: 20px;
}

.ax-qty__ctrl input {
  width: 56px;
  text-align: center;
}

.ax-product__actions .ax-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
}

.ax-btn--orange {
  border: 0;
  background: #fa5003;
  color: #fff;
}

.ax-btn--orange:hover {
  background: #d44814;
  color: #fff;
}

.ax-btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #1a1a1a;
  color: #fff;
}

.ax-btn--secondary:hover {
  border-color: #fa5003;
  color: #fff;
}

.ax-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ax-product__offers,
.ax-product__info,
.ax-product__related {
  margin-top: 40px;
}

.ax-product__offers h2,
.ax-product__related h2 {
  margin-bottom: 16px;
  font-size: 22px;
}

.ax-offer-list {
  display: grid;
  gap: 10px;
}

.ax-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 68px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #0a0a0a;
  color: #fff;
  text-align: left;
}

.ax-offer span {
  display: grid;
  gap: 4px;
}

.ax-offer small {
  color: rgba(255, 255, 255, 0.5);
}

.ax-offer em {
  font-style: normal;
  font-weight: 700;
}

.ax-offer.is-active {
  border-color: #fa5003;
  background: rgba(250, 80, 3, 0.1);
}

.ax-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.ax-tab {
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}

.ax-tab.is-active {
  border-color: #fa5003;
  background: rgba(250, 80, 3, 0.12);
  color: #fff;
}

.ax-tab-panel {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.65;
}

.ax-spec-table {
  display: grid;
  gap: 0;
  margin: 0;
}

.ax-spec-table div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ax-spec-table dt {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
}

.ax-spec-table dd {
  margin: 0;
  color: #fff;
}

.ax-related-card {
  display: block;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: #0a0a0a;
  color: #fff;
}

.ax-related-card img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.ax-related-card p {
  margin: 12px 0 4px;
}

.ax-product__marc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #0a0a0a;
}

.ax-product__marc p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 991px) {
  .ax-product__grid,
  .ax-spec-table div,
  .ax-product__marc {
    grid-template-columns: minmax(0, 1fr);
    display: grid;
  }

  .ax-product__buy h1 {
    font-size: 26px;
  }

  .ax-product__actions .ax-btn {
    width: 100%;
  }
}

.page-header .thm-breadcrumb a {
  color: inherit;
}

@media (max-width: 991px) {
  .ax-hero {
    padding: 40px 0 48px;
  }

  .ax-hero__title {
    max-width: none;
  }

  .ax-hero__agent {
    min-height: 0;
    padding-top: 8px;
  }

  .ax-hero__mechanic {
    display: none;
  }

  .ax-hero__agent .ax-chat,
  .ax-chat--hero {
    width: 100%;
    height: auto;
    min-height: 420px;
    max-height: none;
  }

  .ax-hero-picker {
    max-width: none;
  }
}

.page-wrapper.portal .main-menu__top,
.page-wrapper.portal .main-menu__call,
.page-wrapper.portal .scroll-to-top {
  display: none !important;
}

.ax-portal {
  position: relative;
  z-index: 2;
  padding: 28px 0 48px;
}

.ax-portal__layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.ax-portal-sidebar {
  position: sticky;
  top: 108px;
  padding: 20px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #0a0a0a;
}

.ax-portal-sidebar__user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.ax-portal-avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fa5003;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.ax-portal-sidebar__name,
.ax-portal-head h1,
.ax-portal-gate h1,
.ax-vehicle-detail h2,
.ax-service-block h2 {
  margin: 0;
  color: #fff;
}

.ax-portal-sidebar__name {
  font-size: 16px;
  font-weight: 600;
}

.ax-portal-sidebar__meta,
.ax-portal-head p,
.ax-portal-hint,
.ax-dash-empty,
.ax-portal-loading {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.ax-portal-sidebar__menu {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.ax-portal-side-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 6px;
  padding: 11px 12px;
  border: 0;
  border-radius: 10px;
  background: none;
  color: #cacbd3;
  text-align: left;
  text-decoration: none;
}

.ax-portal-side-link i {
  width: 18px;
  color: #fa5003;
}

.ax-portal-side-link em,
.ax-portal-tab em,
.ax-portal-tile em,
.ax-vehicle-row em {
  margin-left: auto;
  font-style: normal;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.ax-portal-side-link.is-active {
  background: rgba(250, 80, 3, 0.12);
  color: #fff;
}

.ax-portal-side-link--leave {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  padding-top: 16px;
}

.ax-portal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.ax-portal-head h1 {
  font-size: 28px;
  line-height: 1.15;
}

.ax-portal-head__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.ax-portal-text-btn {
  padding: 8px 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ax-portal-gate {
  max-width: 520px;
  margin: 24px auto 48px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #0a0a0a;
}

.ax-portal-gate__kicker {
  margin: 0 0 8px;
  color: #fa5003;
  font-size: 13px;
  font-weight: 600;
}

.ax-portal-gate h1 {
  font-size: 32px;
}

.ax-portal-gate__lead {
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.62);
}

.ax-portal-gate__list {
  margin: 0 0 24px;
  padding-left: 18px;
  color: #cacbd3;
}

.ax-portal-gate__list li + li {
  margin-top: 8px;
}

.ax-current-vehicle,
.ax-empty-card,
.ax-vehicle-row,
.ax-service-card,
.ax-order-card,
.ax-portal-tile,
.ax-vehicle-detail,
.ax-dash-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: #0a0a0a;
}

.ax-current-vehicle,
.ax-empty-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  padding: 16px;
}

.ax-current-vehicle img {
  width: 88px;
  height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.4));
}

.ax-current-vehicle__kicker {
  margin: 0 0 4px;
  color: #fa5003;
  font-size: 12px;
  font-weight: 600;
}

.ax-current-vehicle__name {
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.ax-current-vehicle__meta,
.ax-empty-card p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.ax-portal-tiles {
  display: grid;
  gap: 10px;
}

.ax-portal-tile {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 14px 16px;
  color: #fff;
  text-decoration: none;
}

.ax-portal-tile__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(250, 80, 3, 0.12);
  color: #fa5003;
}

.ax-portal-tile__body {
  display: grid;
  gap: 2px;
}

.ax-portal-tile__body strong {
  font-size: 16px;
}

.ax-portal-tile__body small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.ax-portal-toolbar {
  margin-bottom: 12px;
}

.ax-portal-hint {
  margin: 0 0 12px;
}

.ax-vehicle-list,
.ax-service-list,
.ax-order-list,
.ax-interval-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ax-vehicle-list {
  display: grid;
  gap: 10px;
}

.ax-vehicle-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px;
  color: #fff;
  text-align: left;
}

.ax-vehicle-row.is-active,
.ax-vehicle-chip.is-active {
  border-color: #fa5003;
}

.ax-vehicle-row img,
.ax-vehicle-chip img,
.ax-vehicle-detail__cutout img,
.ax-order-card img {
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.4));
}

.ax-vehicle-row img {
  width: 84px;
  height: 52px;
}

.ax-vehicle-row span,
.ax-vehicle-chip span {
  display: grid;
  gap: 2px;
}

.ax-vehicle-row strong,
.ax-vehicle-chip strong,
.ax-service-card strong,
.ax-order-card__name,
.ax-order-card__price {
  color: #fff;
}

.ax-vehicle-row small,
.ax-vehicle-chip small,
.ax-service-card p,
.ax-order-card__meta,
.ax-interval-list small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.ax-vehicle-detail {
  margin-top: 18px;
  padding: 20px;
}

.ax-vehicle-detail__cutout {
  max-width: 280px;
  margin-bottom: 12px;
}

.ax-vehicle-detail__cutout img {
  display: block;
  width: 100%;
  height: 120px;
}

.ax-vehicle-detail__kicker {
  margin: 0 0 6px;
  color: #fa5003;
  font-size: 13px;
  font-weight: 600;
}

.ax-spec-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.ax-spec-list dt {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

.ax-spec-list dd {
  margin: 4px 0 0;
  color: #fff;
}

.ax-dash-panel {
  margin: 0 0 12px;
  padding: 16px;
}

.ax-dash-panel h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
}

.ax-dash-panel ul {
  padding-left: 18px;
  margin: 0 0 10px;
}

.ax-link-quiet {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.4);
  background: none;
  border: 0;
  text-decoration: underline;
}

.ax-vehicle-strip {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

.ax-vehicle-chip {
  display: grid;
  grid-template-columns: 64px minmax(120px, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 220px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #0a0a0a;
  color: #fff;
  text-align: left;
}

.ax-vehicle-chip img {
  width: 64px;
  height: 40px;
}

.ax-service-block {
  margin-bottom: 28px;
}

.ax-service-block h2 {
  margin-bottom: 12px;
  font-size: 18px;
}

.ax-service-list,
.ax-order-list {
  display: grid;
  gap: 10px;
}

.ax-service-card,
.ax-order-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 14px;
}

.ax-service-card button {
  width: 36px;
  height: 36px;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 22px;
}

.ax-service-form {
  display: grid;
  gap: 12px;
}

.ax-service-form label {
  display: grid;
  gap: 6px;
}

.ax-service-form label span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.ax-datefield {
  position: relative;
}

.ax-datefield__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #111;
  color: #f4f4f4;
  text-align: left;
}

.ax-datefield__trigger.is-empty {
  color: rgba(255, 255, 255, 0.4);
}

.ax-datefield__trigger i {
  color: #fa5003;
}

.ax-datepicker {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #0a0a0a;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.ax-datepicker__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.ax-datepicker__nav p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.ax-datepicker__nav button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 20px;
}

.ax-datepicker__week,
.ax-datepicker__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.ax-datepicker__week span {
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  text-align: center;
  text-transform: lowercase;
}

.ax-datepicker__day {
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #fff;
}

.ax-datepicker__day:hover {
  background: rgba(255, 255, 255, 0.08);
}

.ax-datepicker__day.is-selected {
  background: #fa5003;
  color: #fff;
}

.ax-interval-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
}

.ax-order-card {
  grid-template-columns: 64px minmax(0, 1fr);
}

.ax-order-card img {
  width: 64px;
  height: 64px;
}

.ax-order-card__aside {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ax-order-status {
  display: inline-block;
  margin: 6px 0 0;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
}

.ax-order-status.is-delivered {
  background: rgba(250, 80, 3, 0.16);
  color: #fa5003;
}

.ax-portal-tabs {
  display: none;
}

@media (max-width: 991px) {
  .page-wrapper.portal .site-footer {
    display: none;
  }

  .ax-portal {
    padding: 16px 0 112px;
  }

  .ax-portal__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ax-portal-sidebar {
    display: none;
  }

  .ax-portal-head {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .ax-portal-head h1,
  .ax-portal-gate h1 {
    font-size: 24px;
  }

  .ax-portal-head__actions {
    justify-content: flex-start;
  }

  .ax-current-vehicle,
  .ax-empty-card {
    flex-wrap: wrap;
  }

  .ax-spec-list {
    grid-template-columns: 1fr;
  }

  .ax-portal-tabs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 6px 4px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #0a0a0a;
  }

  .ax-portal-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 6px 2px;
    color: rgba(255, 255, 255, 0.48);
    text-decoration: none;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }

  .ax-portal-tab i {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .ax-portal-tab em {
    position: absolute;
    top: 4px;
    right: 10px;
    min-width: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #fa5003;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
  }

  .ax-portal-tab.is-active {
    color: #fff;
  }

  .ax-portal-tab.is-active i {
    color: #fa5003;
  }

  .ax-portal-tile,
  .ax-vehicle-row,
  .ax-service-form .thm-btn,
  .ax-empty-card .thm-btn,
  .ax-portal-toolbar .thm-btn {
    width: 100%;
  }
}

.ax-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.7);
}

.ax-modal__panel {
  width: min(560px, 100%);
  padding: 24px;
  border-radius: 16px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ax-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ax-modal__head button {
  color: #fff;
  background: none;
  border: 0;
  font-size: 28px;
}

.text-black\/45,
.text-black\/50,
.text-black\/55,
.text-black\/60,
.text-black\/75 {
  color: rgba(255, 255, 255, 0.55) !important;
}

.bg-\[\#f3eee8\] {
  background: #141414 !important;
}

@media (prefers-reduced-motion: reduce) {
  .wow,
  .float-bob-x,
  .float-bob-y,
  .img-bounce,
  .ripple {
    animation: none !important;
    transition: none !important;
  }
}
