/*
Theme Name: Qiche Inquiry
Theme URI: https://example.com/qiche-inquiry
Author: Codex
Author URI: https://example.com
Description: Modern English inquiry-first WordPress theme for auto parts, recycled OEM components, fleet maintenance and new energy vehicle sourcing.
Version: 1.0.40
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: qiche-inquiry
*/

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #050609;
  color: var(--qiche-text);
  font-family: var(--qiche-body-font);
  font-size: var(--qiche-base-size);
  line-height: var(--qiche-line-height);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header.is-sticky {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--qiche-link);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

a:hover {
  color: var(--qiche-link-hover);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--qiche-text);
  font-family: var(--qiche-heading-font);
  line-height: 1.08;
  letter-spacing: 0;
}

p {
  margin: 0;
}

ul,
ol {
  margin-top: 0;
}

.container {
  width: min(calc(100% - 40px), var(--qiche-container));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: #fff;
  background: var(--qiche-primary);
  border-radius: 8px;
}

.eyebrow {
  color: var(--qiche-secondary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-top: 10px;
  font-size: 42px;
}

.section-heading > p:last-child {
  margin-top: 14px;
  color: var(--qiche-muted);
  font-size: 17px;
}

.section-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-row .section-heading {
  margin-bottom: 0;
}

.qiche-btn,
.button,
.wc-block-components-button,
.woocommerce a.button,
.woocommerce button.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.qiche-btn--primary,
.woocommerce a.button,
.woocommerce button.button {
  color: #fff;
  background: var(--qiche-primary);
  border-color: var(--qiche-primary);
  box-shadow: 0 10px 24px rgba(15, 124, 207, 0.24);
}

.qiche-btn--primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  color: #fff;
  background: #075a9c;
  border-color: #075a9c;
  transform: translateY(-1px);
}

.qiche-btn--outline {
  color: var(--qiche-text);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--qiche-border);
}

.qiche-btn--outline:hover {
  color: var(--qiche-primary);
  border-color: var(--qiche-primary);
}

.qiche-btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.32);
}

.qiche-btn--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.62);
}

.qiche-btn--light {
  color: #07111f;
  background: #fff;
  border-color: #fff;
}

.qiche-btn--small {
  min-height: 36px;
  padding: 9px 13px;
  font-size: 14px;
}

.qiche-btn--nav {
  min-height: 38px;
  padding: 10px 14px;
}

.text-link {
  color: var(--qiche-text);
  font-weight: 800;
  border-bottom: 1px solid var(--qiche-border);
}

.text-link:hover {
  color: var(--qiche-primary);
  border-bottom-color: var(--qiche-primary);
}

.promo-bar {
  position: relative;
  z-index: 60;
  font-size: 14px;
}

.promo-bar[hidden] {
  display: none;
}

.promo-bar__inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.promo-bar a {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.promo-close {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  color: inherit;
  background: rgba(255, 255, 255, 0.14);
  line-height: 1;
}

.site-header {
  z-index: 50;
  background: rgba(4, 6, 10, 0.92);
  border-bottom: 1px solid rgba(125, 228, 255, 0.12);
  color: var(--qiche-header-text);
}

.site-header.is-sticky {
  position: sticky;
  top: 0;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
}

.header-inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--qiche-header-text);
}

.brand-symbol {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0f7ccf, #42e8c8);
  font-weight: 900;
}

.brand-symbol--image {
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-symbol--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark strong {
  font-size: 20px;
  line-height: 1.1;
}

.brand-mark small {
  max-width: 260px;
  margin-top: 3px;
  color: var(--qiche-muted);
  font-size: 12px;
  line-height: 1.25;
}

.custom-logo {
  width: auto;
  max-height: 58px;
}

.primary-menu,
.mobile-nav-list,
.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.primary-menu a {
  color: var(--qiche-header-text);
  font-size: 14px;
  font-weight: 800;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: var(--qiche-header-hover);
}

.primary-menu .menu-item-has-children {
  position: relative;
}

.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: -18px;
  z-index: 40;
  display: grid;
  min-width: 230px;
  gap: 2px;
  padding: 12px;
  margin: 0;
  list-style: none;
  visibility: hidden;
  background: rgba(7, 11, 17, 0.98);
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.16);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.primary-menu > .menu-item-has-children > .sub-menu {
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  min-width: 520px;
  max-height: min(70vh, 620px);
  overflow: auto;
}

.primary-menu .menu-item-has-children:hover > .sub-menu,
.primary-menu .menu-item-has-children:focus-within > .sub-menu,
.primary-menu .menu-item-has-children.is-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.primary-menu .sub-menu a {
  display: block;
  padding: 9px 10px;
  border-radius: 7px;
}

.primary-menu .sub-menu a:hover {
  background: rgba(65, 216, 255, 0.12);
}

.primary-menu > .qiche-products-menu-item > .catalog-nav-dropdown {
  left: 50%;
  width: min(860px, calc(100vw - 48px));
  min-width: min(860px, calc(100vw - 48px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(13, 22, 33, 0.98), rgba(6, 10, 16, 0.98));
  border-color: rgba(125, 231, 255, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  transform: translate(-50%, 6px);
}

.primary-navigation .qiche-products-menu-item > .sub-menu:not(.catalog-nav-dropdown),
.mobile-menu .qiche-products-menu-item > .sub-menu:not(.catalog-nav-dropdown) {
  display: none !important;
}

.primary-menu > .qiche-products-menu-item:hover > .catalog-nav-dropdown,
.primary-menu > .qiche-products-menu-item:focus-within > .catalog-nav-dropdown,
.primary-menu > .qiche-products-menu-item.is-open > .catalog-nav-dropdown {
  transform: translate(-50%, 0);
}

.site-header .primary-navigation .qiche-products-menu-item.is-open > .catalog-nav-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.catalog-nav-group {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 10px;
  border: 1px solid rgba(125, 231, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.primary-menu .catalog-nav-top {
  padding: 0 0 6px;
  color: #f4fbff;
  border-bottom: 1px solid rgba(125, 231, 255, 0.1);
  font-size: 13px;
}

.primary-menu .catalog-nav-top:hover {
  color: #76f2ca;
  background: transparent;
}

.catalog-nav-children {
  display: grid;
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu .catalog-nav-children a {
  padding: 6px 7px;
  color: #a8c0d5;
  font-size: 12px;
  font-weight: 750;
}

.primary-menu .catalog-nav-children a:hover {
  color: #76f2ca;
  background: rgba(118, 242, 202, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.icon-button,
.menu-toggle {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  color: var(--qiche-header-text);
  background: rgba(255, 255, 255, 0.04);
}

.icon-button span:first-child {
  font-size: 20px;
  line-height: 1;
}

.cart-link {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--qiche-accent);
  font-size: 11px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle span:not(.screen-reader-text) {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.site-search {
  padding: 16px 0;
  border-top: 1px solid var(--qiche-border);
}

.site-search form,
.search-form {
  display: flex;
  gap: 10px;
}

.search-field,
.search-form input[type="search"] {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  color: var(--qiche-text);
  background: rgba(255, 255, 255, 0.04);
}

.search-submit,
.search-form input[type="submit"] {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--qiche-primary);
  font-weight: 800;
}

.mobile-menu {
  padding: 14px 0 22px;
  border-top: 1px solid var(--qiche-border);
}

.mobile-nav-list {
  display: grid;
  gap: 8px;
}

.mobile-nav-list a {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: var(--qiche-text);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
}

.mobile-menu .primary-menu {
  display: grid;
  justify-content: stretch;
  gap: 8px;
}

.mobile-menu .primary-menu > li > a {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: var(--qiche-text);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
}

.mobile-menu .primary-menu .sub-menu {
  position: static;
  display: grid;
  min-width: 0;
  gap: 4px;
  padding: 6px 0 0 14px;
  margin: 0;
  list-style: none;
  visibility: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 1;
  transform: none;
}

.mobile-menu .sub-menu {
  position: static !important;
  display: grid !important;
  min-width: 0 !important;
  gap: 4px;
  padding: 6px 0 0 14px !important;
  margin: 0 !important;
  list-style: none !important;
  visibility: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.mobile-menu .sub-menu .menu-item {
  display: block !important;
  list-style: none !important;
}

.mobile-menu .sub-menu .menu-item::marker {
  content: "" !important;
}

.mobile-menu .sub-menu .menu-item > a {
  display: block;
  padding: 8px 10px;
  color: var(--qiche-text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  font-size: 15px;
}

.mobile-menu .primary-menu .sub-menu li {
  list-style: none;
}

.mobile-menu .primary-menu .sub-menu li::marker {
  content: "";
}

.mobile-menu .primary-menu .sub-menu a {
  display: block;
  padding: 8px 10px;
  color: var(--qiche-text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  font-size: 15px;
}

.mobile-menu .primary-menu > .qiche-products-menu-item > .catalog-nav-dropdown {
  width: 100% !important;
  min-width: 0 !important;
  max-height: none;
  grid-template-columns: 1fr !important;
  gap: 7px;
  overflow: visible;
  padding: 7px 0 0 !important;
}

.mobile-menu .catalog-nav-group {
  gap: 6px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--qiche-border);
}

.mobile-menu .primary-menu .catalog-nav-top {
  padding: 0 0 6px;
  color: #76f2ca;
  background: transparent;
  border-bottom: 1px solid rgba(125, 231, 255, 0.12);
  font-size: 14px;
}

.mobile-menu .catalog-nav-children {
  display: grid;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-menu .primary-menu .catalog-nav-children a {
  padding: 8px 9px;
  color: #dcebf7;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(125, 231, 255, 0.11);
  font-size: 14px;
}

.header-language .fanyi2-language-switcher {
  position: static !important;
  box-shadow: none !important;
}

.header-language #fanyi2-language-switcher,
.header-language .fanyi2-language-switcher {
  display: block !important;
}

.header-language .fanyi2-switcher-select,
#fanyi2-language-switcher.fanyi2-pos-bottom-right .fanyi2-switcher-select {
  min-width: 144px;
  min-height: 40px;
  padding: 0 38px 0 14px;
  color: #edf8ff;
  background:
    linear-gradient(180deg, rgba(18, 31, 44, 0.96), rgba(7, 11, 17, 0.96)) !important;
  border: 1px solid rgba(125, 231, 255, 0.22) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
  color-scheme: dark;
  font-weight: 800;
  outline: none;
}

.header-language .fanyi2-switcher-select:hover,
#fanyi2-language-switcher.fanyi2-pos-bottom-right .fanyi2-switcher-select:hover {
  border-color: rgba(118, 242, 202, 0.52) !important;
}

.header-language .fanyi2-switcher-select option,
#fanyi2-language-switcher .fanyi2-switcher-select option {
  color: #eef7ff;
  background: #0b1118;
}

.header-language .fanyi2-switcher-select option:checked,
#fanyi2-language-switcher .fanyi2-switcher-select option:checked {
  color: #fff;
  background: #123248;
}

#fanyi2-language-switcher.fanyi2-pos-bottom-right {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.hero-section {
  position: relative;
  --hero-scan-x: 72%;
  --hero-scan-y: 52%;
  --hero-scan-size: 176px;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #020304;
  cursor: crosshair;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 3, 5, 0.84) 0%, rgba(2, 3, 5, 0.62) 32%, rgba(2, 3, 5, 0.1) 68%, rgba(2, 3, 5, 0.32) 100%),
    linear-gradient(180deg, rgba(2, 3, 5, 0.16), rgba(2, 3, 5, 0.72));
  pointer-events: none;
}

.hero-image-layer {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image-layer--base {
  z-index: 0;
  background-image: var(--hero-base-image);
}

.hero-image-layer--scan {
  z-index: 0;
  background-image: var(--hero-scan-image);
  opacity: 0;
  transition: opacity 180ms ease;
  -webkit-mask-image: radial-gradient(circle var(--hero-scan-size) at var(--hero-scan-x) var(--hero-scan-y), #000 0 54%, rgba(0, 0, 0, 0.62) 70%, transparent 100%);
  mask-image: radial-gradient(circle var(--hero-scan-size) at var(--hero-scan-x) var(--hero-scan-y), #000 0 54%, rgba(0, 0, 0, 0.62) 70%, transparent 100%);
}

.hero-section.is-scanning .hero-image-layer--scan {
  opacity: 1;
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 490px);
  align-items: center;
  padding: 106px 0 86px;
}

.hero-copy {
  color: #fff;
}

.hero-copy .eyebrow {
  color: #79e1b8;
}

.hero-copy h1 {
  max-width: 500px;
  margin-top: 12px;
  color: #fff;
  font-size: 54px;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 18px;
  color: rgba(221, 236, 247, 0.82);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.vehicle-search-section {
  position: relative;
  z-index: 4;
  padding: 0 0 74px;
  margin-top: -58px;
  background: #050609;
}

.vehicle-search-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(520px, 1.36fr);
  gap: 28px;
  align-items: center;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(13, 22, 31, 0.96), rgba(5, 8, 12, 0.96)),
    radial-gradient(circle at 88% 18%, rgba(55, 200, 255, 0.18), transparent 260px);
  border: 1px solid rgba(125, 231, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
}

.vehicle-search-copy h2 {
  max-width: 520px;
  margin-top: 8px;
  font-size: 30px;
}

.vehicle-search-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 10px;
  color: var(--qiche-muted);
}

.vehicle-search-form {
  min-width: 0;
}

.vehicle-search-form .qiche-vehicle-fitment-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(118px, 1fr));
  gap: 12px;
  align-items: end;
  padding: 14px;
  background: rgba(5, 9, 14, 0.58);
  border: 1px solid rgba(125, 231, 255, 0.12);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.qiche-vehicle-fitment-picker label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.qiche-vehicle-fitment-picker label span {
  color: #9fd4e9;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.qiche-vehicle-fitment-picker select {
  width: 100%;
  min-height: 46px;
  padding: 0 34px 0 13px;
  color: var(--qiche-text);
  color-scheme: dark;
  background:
    linear-gradient(45deg, transparent 50%, #9fd4e9 50%) calc(100% - 17px) 20px / 6px 6px no-repeat,
    linear-gradient(135deg, #9fd4e9 50%, transparent 50%) calc(100% - 12px) 20px / 6px 6px no-repeat,
    linear-gradient(180deg, rgba(21, 33, 44, 0.98), rgba(10, 15, 21, 0.98));
  border: 1px solid rgba(125, 231, 255, 0.22);
  border-radius: 8px;
  outline: none;
  appearance: none;
  text-overflow: ellipsis;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.qiche-vehicle-fitment-picker select option {
  color: #eef7ff;
  background: #0b1118;
}

.qiche-vehicle-fitment-picker select option:checked {
  color: #fff;
  background: #123248;
}

.qiche-vehicle-fitment-picker select:disabled {
  color: #8fa2b0;
  opacity: 0.72;
  cursor: not-allowed;
}

.qiche-vehicle-fitment-picker select:focus {
  border-color: rgba(118, 242, 202, 0.62);
  box-shadow: 0 0 0 3px rgba(118, 242, 202, 0.1);
}

.qiche-vehicle-search-results {
  grid-column: 1 / -1;
}

.vehicle-search-form .qiche-vehicle-submit {
  grid-column: 1 / -1;
  justify-self: end;
  min-width: 220px;
  min-height: 46px;
}

.qiche-vehicle-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.qiche-vehicle-result-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 104px;
  overflow: hidden;
  color: var(--qiche-text);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(125, 231, 255, 0.14);
  border-radius: 8px;
}

.qiche-vehicle-result-card:hover {
  color: #fff;
  border-color: rgba(118, 242, 202, 0.46);
  transform: translateY(-1px);
}

.qiche-vehicle-result-card__image {
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.035);
}

.qiche-vehicle-result-card__image img {
  width: 86px;
  height: 104px;
  object-fit: contain;
  padding: 8px;
}

.qiche-vehicle-result-card__body {
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 12px;
}

.qiche-vehicle-result-card strong {
  color: inherit;
  font-size: 14px;
  line-height: 1.22;
}

.qiche-vehicle-result-card small {
  color: var(--qiche-muted);
  font-size: 12px;
  font-weight: 800;
}

.qiche-vehicle-result-card em,
.qiche-vehicle-loading,
.qiche-vehicle-no-results {
  color: #7ee2bc;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.qiche-vehicle-loading,
.qiche-vehicle-no-results {
  margin-top: 14px;
}

.categories-section {
  background:
    linear-gradient(180deg, #050609 0%, #070b10 100%);
}

.category-section-row {
  align-items: center;
}

.category-section-row__button {
  flex: 0 0 auto;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  position: relative;
  display: flex;
  min-height: 310px;
  grid-column: span 3;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #07111f;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 32, 51, calc(var(--qiche-shadow-alpha) * 0.8));
}

.category-card--featured {
  min-height: 390px;
  grid-column: span 6;
}

.category-card:hover {
  color: #fff;
  transform: translateY(-3px);
}

.category-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 17, 31, 0.78) 0%, rgba(5, 17, 31, 0.24) 38%, rgba(5, 17, 31, 0.94) 100%),
    linear-gradient(90deg, rgba(5, 17, 31, 0.4), rgba(5, 17, 31, 0.04));
}

.category-card::after {
  position: absolute;
  inset: 1px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  pointer-events: none;
}

.category-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 520ms ease;
}

.category-card:hover img {
  transform: scale(1.045);
}

.category-card__index {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  min-width: 42px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #fff;
  background: rgba(5, 17, 31, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.category-card__title,
.category-card p,
.category-card__action {
  margin-inline: 20px;
}

.category-card__title {
  position: absolute;
  top: 58px;
  left: 20px;
  display: block;
  max-width: 92%;
  margin: 0;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
}

.category-card--featured .category-card__title {
  max-width: 78%;
  font-size: 28px;
}

.category-card p {
  max-width: 92%;
  margin-top: 9px;
  color: #dbe8f5;
  font-size: 14px;
  line-height: 1.45;
}

.category-card--featured p {
  max-width: 68%;
}

.category-card__action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 20px;
  color: #83e6c3;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-card__action::after {
  width: 18px;
  height: 1px;
  content: "";
  background: currentColor;
  transition: width 180ms ease;
}

.category-card:hover .category-card__action::after {
  width: 28px;
}

.solution-section {
  background:
    radial-gradient(circle at 82% 10%, rgba(49, 196, 255, 0.1), transparent 320px),
    #070b10;
}

.solution-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 56px;
  align-items: center;
}

.solution-copy h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: 44px;
}

.solution-copy > p:not(.eyebrow) {
  max-width: 740px;
  margin-top: 16px;
  color: var(--qiche-muted);
  font-size: 17px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list div {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 8px 16px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(125, 231, 255, 0.14);
  border-radius: 8px;
}

.feature-list span {
  grid-row: span 2;
  display: inline-flex;
  width: 52px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #07111f;
  background: #7ee2bc;
  font-size: 12px;
  font-weight: 900;
}

.feature-list strong {
  font-size: 17px;
}

.feature-list p {
  color: var(--qiche-muted);
  font-size: 14px;
}

.solution-media {
  display: grid;
  gap: 18px;
}

.solution-media img {
  width: 100%;
  aspect-ratio: 1.34;
  object-fit: cover;
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  background: #070b10;
  box-shadow: 0 18px 42px rgba(0, 0, 0, calc(var(--qiche-shadow-alpha) * 1.2));
}

.products-section {
  background: #050609;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.inquiry-product-card {
  display: grid;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, calc(var(--qiche-shadow-alpha) * 1.05));
}

.product-image {
  display: block;
  background: #090f16;
}

.product-image img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.product-card-body {
  display: grid;
  min-height: 236px;
  align-content: start;
  gap: 9px;
  padding: 18px;
}

.product-kicker {
  color: var(--qiche-secondary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card-body h3 {
  min-height: 56px;
  font-size: 19px;
  line-height: 1.22;
}

.product-card-body h3 a {
  color: var(--qiche-text);
}

.sku {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 7px;
  color: #101b22;
  background: #7ee2bc;
  font-size: 13px;
  font-weight: 800;
}

.product-actions {
  display: flex;
  min-height: 40px;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.workflow-section {
  background:
    linear-gradient(180deg, #020304, #070b10 100%);
}

.workflow-section .section-heading h2,
.workflow-section .section-heading p {
  color: #fff;
}

.workflow-section .section-heading > p:last-child {
  color: #c7d9ea;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.workflow-step {
  position: relative;
  min-height: 242px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(125, 231, 255, 0.14);
  border-radius: 8px;
  color: #dbe8f5;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.workflow-step::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #37c8ff, #76f2ca);
}

.workflow-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #07111f;
  background: #7ee2bc;
  font-weight: 900;
}

.workflow-step h3 {
  margin-top: 24px;
  color: #fff;
  font-size: 22px;
}

.workflow-step p {
  margin-top: 10px;
  color: #b8c7d8;
  font-size: 15px;
}

.faq-section {
  background: #070b10;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.accordion {
  display: grid;
  gap: 12px;
}

.accordion details {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
}

.accordion summary {
  cursor: pointer;
  color: var(--qiche-text);
  font-weight: 900;
}

.accordion p {
  margin-top: 12px;
  color: var(--qiche-muted);
}

.quote-section {
  background: #050609;
}

.quote-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 108px;
}

.quote-copy h2 {
  margin-top: 10px;
  font-size: 42px;
}

.quote-copy > p:not(.eyebrow) {
  margin-top: 16px;
  color: var(--qiche-muted);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--qiche-text);
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--qiche-secondary);
  border-radius: 6px;
}

.quote-form-wrap .zc-inquiry-block,
.fallback-form {
  margin: 0;
  padding: 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, calc(var(--qiche-shadow-alpha) * 1.1));
}

.quote-form-wrap .zc-inquiry-block__intro h2 {
  color: var(--qiche-text);
  font-size: 30px;
}

.quote-form-wrap .zc-inquiry-block__intro p {
  color: var(--qiche-muted);
}

.zc-inquiry-field input,
.zc-inquiry-field textarea,
.fallback-form input,
.fallback-form textarea {
  border-color: var(--qiche-border) !important;
  border-radius: 8px !important;
  color: var(--qiche-text);
  background: rgba(255, 255, 255, 0.055);
}

.zc-inquiry-form button,
.fallback-form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid var(--qiche-primary);
  border-radius: 8px;
  color: #fff;
  background: var(--qiche-primary);
  font-weight: 900;
}

.fallback-form {
  display: grid;
  gap: 14px;
}

.fallback-form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}

.fallback-form textarea {
  min-height: 128px;
}

.site-footer {
  padding-top: 70px;
}

.site-footer a {
  color: inherit;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-cta h2 {
  max-width: 760px;
  margin-top: 8px;
  color: #fff;
  font-size: 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 34px;
  padding: 48px 0;
}

.footer-grid h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 17px;
}

.footer-about p,
.footer-menu a,
.footer-bottom {
  color: rgba(217, 230, 242, 0.78);
}

.footer-menu {
  display: grid;
  gap: 9px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.floating-contact {
  position: fixed;
  top: 50%;
  z-index: 80;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.floating-contact--right {
  right: 16px;
}

.floating-contact--left {
  left: 16px;
}

.floating-contact__button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(125, 231, 255, 0.22);
  border-radius: 8px;
  color: #9ee7ff;
  background:
    linear-gradient(145deg, rgba(14, 24, 33, 0.96), rgba(5, 8, 12, 0.96)),
    radial-gradient(circle at 28% 18%, rgba(55, 200, 255, 0.22), transparent 58%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.floating-contact__button:hover,
.floating-contact__button:focus {
  color: #fff;
  border-color: rgba(118, 242, 202, 0.52);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(118, 242, 202, 0.1);
  transform: translateX(-2px);
}

.floating-contact--left .floating-contact__button:hover,
.floating-contact--left .floating-contact__button:focus {
  transform: translateX(2px);
}

.floating-contact__button svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.floating-contact__button--whatsapp {
  color: #fff;
  background: linear-gradient(145deg, #25d366, #128c4a);
  border-color: rgba(37, 211, 102, 0.58);
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.floating-contact__button--email {
  color: #7de7ff;
}

.floating-contact__button--phone {
  color: #76f2ca;
}

.wechat-panel {
  position: absolute;
  right: 52px;
  bottom: 0;
  width: 170px;
  padding: 10px;
  background: #070b10;
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 32, 51, 0.16);
}

.floating-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.floating-contact-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.28);
}

.floating-contact-modal__dialog {
  position: fixed;
  top: 50%;
  right: 76px;
  width: min(320px, calc(100vw - 32px));
  padding: 22px;
  color: var(--qiche-text);
  background:
    linear-gradient(145deg, rgba(13, 22, 31, 0.98), rgba(5, 8, 12, 0.98)),
    radial-gradient(circle at 85% 5%, rgba(37, 211, 102, 0.16), transparent 155px);
  border: 1px solid rgba(125, 231, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
  transform: translateY(-50%);
}

.floating-contact-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 0;
  color: rgba(238, 247, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
}

.floating-contact-modal__eyebrow {
  margin: 0 42px 8px 0;
  color: var(--qiche-secondary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-contact-modal__dialog h2 {
  margin-right: 42px;
  font-size: 24px;
}

.floating-contact-modal__dialog p:not(.floating-contact-modal__eyebrow):not(.floating-contact-modal__value) {
  margin: 10px 0 0;
  color: var(--qiche-muted);
  font-size: 14px;
}

.floating-contact-modal__qr {
  display: grid;
  place-items: center;
  margin-top: 16px;
  padding: 14px;
  background: #fff;
  border-radius: 8px;
}

.floating-contact-modal__qr img {
  width: 190px;
  height: 190px;
}

.floating-contact-modal__value {
  margin: 16px 0 0;
  padding: 13px 14px;
  color: #fff;
  background: rgba(125, 231, 255, 0.08);
  border: 1px solid rgba(125, 231, 255, 0.16);
  border-radius: 8px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.floating-contact-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.page-main,
.archive-main,
.shop-main {
  padding: 72px 0 96px;
}

.narrow-content {
  width: min(calc(100% - 40px), 920px);
}

.content-panel {
  padding: 34px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
}

.entry-header {
  margin-bottom: 24px;
}

.entry-title {
  font-size: 46px;
}

.entry-content {
  color: var(--qiche-muted);
}

.entry-content > * + * {
  margin-top: 18px;
}

.entry-featured {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
}

.archive-hero {
  max-width: 820px;
  margin-bottom: 34px;
}

.archive-hero h1 {
  margin-top: 10px;
  font-size: 48px;
}

.archive-hero p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--qiche-muted);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
}

.post-card__image img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.post-card__body {
  padding: 20px;
}

.post-meta {
  color: var(--qiche-muted);
  font-size: 13px;
  font-weight: 800;
}

.post-card h2 {
  margin-top: 8px;
  font-size: 22px;
}

.post-card p:last-child {
  margin-top: 10px;
  color: var(--qiche-muted);
}

.nav-links {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.nav-links a,
.nav-links span {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--qiche-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  font-weight: 800;
}

.zc-modal__dialog {
  border-radius: 8px !important;
}

.zc-modal__backdrop {
  background: rgba(0, 0, 0, 0.72) !important;
  backdrop-filter: blur(8px);
}

.zc-modal__dialog {
  color: var(--qiche-text) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(55, 200, 255, 0.16), transparent 260px),
    linear-gradient(145deg, rgba(16, 29, 41, 0.98), rgba(7, 11, 17, 0.98)) !important;
  border: 1px solid rgba(125, 231, 255, 0.18) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62) !important;
}

.zc-modal__dialog .zc-inquiry-block {
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(125, 231, 255, 0.14) !important;
  border-radius: 8px !important;
}

.zc-modal__dialog .zc-inquiry-block__intro h2,
.zc-modal__dialog .zc-inquiry-field label {
  color: #f4fbff !important;
}

.zc-modal__dialog .zc-inquiry-block__intro p,
.zc-modal__dialog .zc-file-input__name {
  color: var(--qiche-muted) !important;
}

.zc-modal__dialog .zc-inquiry-field input,
.zc-modal__dialog .zc-inquiry-field textarea,
.zc-modal__dialog .zc-file-input {
  color: #eef7ff !important;
  background: #111923 !important;
  border-color: rgba(125, 231, 255, 0.2) !important;
}

.zc-modal__dialog .zc-inquiry-field input::placeholder,
.zc-modal__dialog .zc-inquiry-field textarea::placeholder {
  color: #7890a3 !important;
}

.zc-modal__dialog .zc-inquiry-field input:focus,
.zc-modal__dialog .zc-inquiry-field textarea:focus {
  border-color: rgba(55, 200, 255, 0.78) !important;
  box-shadow: 0 0 0 3px rgba(55, 200, 255, 0.16) !important;
  outline: none !important;
}

.zc-modal__close {
  color: #eef7ff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(125, 231, 255, 0.16) !important;
}

.zc-inquiry-toast__inner {
  border-radius: 8px !important;
}

@media (max-width: 1180px) {
  .primary-menu {
    gap: 14px;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-card {
    grid-column: span 4;
  }

  .category-card--featured {
    grid-column: span 6;
  }

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

@media (max-width: 992px) {
  body.admin-bar .site-header.is-sticky {
    top: 0;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .primary-navigation {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-language,
  .search-toggle,
  .qiche-btn--nav {
    display: none;
  }

  .hero-section {
    min-height: 620px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-copy h1 {
    font-size: 52px;
  }

  .hero-stats {
    justify-self: start;
  }

  .solution-layout,
  .quote-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .vehicle-search-panel {
    grid-template-columns: 1fr;
  }

  .vehicle-search-form .qiche-vehicle-fitment-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vehicle-search-form .qiche-vehicle-submit {
    grid-column: 1 / -1;
  }

  .quote-copy {
    position: static;
  }

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

@media (max-width: 768px) {
  .container,
  .narrow-content {
    width: min(calc(100% - 28px), var(--qiche-container));
  }

  .section {
    padding: 66px 0;
  }

  .section-heading h2,
  .solution-copy h2,
  .quote-copy h2 {
    font-size: 34px;
  }

  .section-row,
  .footer-cta,
  .footer-bottom {
    align-items: start;
    flex-direction: column;
  }

  .promo-bar__inner {
    justify-content: start;
    padding: 8px 0;
  }

  .hero-section {
    min-height: 680px;
  }

  .hero-section::before {
    background:
      linear-gradient(180deg, rgba(2, 3, 5, 0.48), rgba(2, 3, 5, 0.9)),
      linear-gradient(90deg, rgba(2, 3, 5, 0.82), rgba(2, 3, 5, 0.28));
  }

  .hero-image-layer {
    background-position: 66% center;
  }

  .hero-inner {
    min-height: 680px;
    padding: 76px 0 42px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-stats div {
    min-height: 76px;
  }

  .product-grid,
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-section-row__button {
    width: 100%;
  }

  .category-card,
  .category-card--featured {
    min-height: 326px;
    grid-column: span 6;
  }

  .category-card--featured .category-card__title {
    max-width: 92%;
    font-size: 24px;
  }

  .category-card--featured p {
    max-width: 92%;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .floating-contact {
    top: auto;
    right: auto;
    bottom: 18px;
    left: 14px;
    grid-auto-flow: column;
    transform: none;
  }

  .floating-contact__button {
    width: 40px;
    height: 40px;
  }

  .floating-contact__button svg {
    width: 21px;
    height: 21px;
  }

  .floating-contact__button:hover,
  .floating-contact__button:focus,
  .floating-contact--left .floating-contact__button:hover,
  .floating-contact--left .floating-contact__button:focus {
    transform: translateY(-2px);
  }

  .floating-contact-modal__dialog {
    top: auto;
    right: 14px;
    bottom: 70px;
    left: 14px;
    width: auto;
    transform: none;
  }

  body.tax-product_cat .floating-contact,
  body.post-type-archive-product .floating-contact {
    display: none;
  }

  body.tax-product_cat #fanyi2-language-switcher,
  body.tax-product_cat .fanyi2-switcher,
  body.tax-product_cat .fanyi2-edit-btn,
  body.post-type-archive-product #fanyi2-language-switcher,
  body.post-type-archive-product .fanyi2-switcher,
  body.post-type-archive-product .fanyi2-edit-btn {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 576px) {
  .brand-mark small {
    display: none;
  }

  .brand-symbol {
    width: 64px;
    height: 64px;
  }

  .brand-mark strong {
    font-size: 18px;
  }

  .header-inner {
    min-height: 66px;
    gap: 12px;
  }

  .icon-button,
  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-image-layer {
    background-position: 69% center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .vehicle-search-section {
    margin-top: -34px;
    padding-bottom: 56px;
  }

  .vehicle-search-panel {
    padding: 18px;
  }

  .vehicle-search-form .qiche-vehicle-fitment-picker,
  .qiche-vehicle-results-grid {
    grid-template-columns: 1fr;
  }

  .qiche-btn {
    white-space: normal;
  }

  .product-grid,
  .post-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .category-card,
  .category-card--featured {
    min-height: 318px;
    grid-column: span 12;
  }

  .category-card__title,
  .category-card--featured .category-card__title {
    font-size: 22px;
  }

  .product-card-body h3 {
    min-height: auto;
  }

  .feature-list div {
    grid-template-columns: 1fr;
  }

  .quote-form-wrap .zc-inquiry-block,
  .fallback-form,
  .content-panel {
    padding: 20px;
  }

  .entry-title,
  .archive-hero h1 {
    font-size: 36px;
  }

  .floating-contact {
    display: grid;
  }

  .floating-contact-modal__qr img {
    width: 168px;
    height: 168px;
  }

  #fanyi2-language-switcher.fanyi2-pos-bottom-right {
    right: 14px !important;
    bottom: 14px !important;
  }

  #fanyi2-edit-trigger {
    display: none !important;
  }

  #fanyi2-language-switcher.fanyi2-pos-bottom-right {
    width: 46px !important;
    height: 46px !important;
    overflow: visible !important;
    z-index: 70 !important;
  }

  #fanyi2-language-switcher.fanyi2-pos-bottom-right .fanyi2-switcher-current {
    display: inline-flex !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    color: #eef7ff !important;
    background: rgba(8, 15, 22, 0.94) !important;
    border: 1px solid rgba(125, 231, 255, 0.34) !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.44) !important;
    backdrop-filter: blur(14px);
  }

  #fanyi2-language-switcher.fanyi2-pos-bottom-right .fanyi2-lang-name,
  #fanyi2-language-switcher.fanyi2-pos-bottom-right .fanyi2-arrow {
    display: none !important;
  }

  #fanyi2-language-switcher.fanyi2-pos-bottom-right .fanyi2-flag {
    margin: 0 !important;
  }
}
