@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/vazirmatn-arabic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/vazirmatn-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-024F;
}

:root {
  --xcar-bg: #0d0f12;
  --xcar-bg-soft: #15181d;
  --xcar-surface: #1b1f25;
  --xcar-surface-2: #232831;
  --xcar-text: #f7f8fa;
  --xcar-muted: #aeb4bd;
  --xcar-dark-text: #17191d;
  --xcar-border: rgba(255, 255, 255, 0.1);
  --xcar-accent: #ff6a00;
  --xcar-accent-2: #ff8a1f;
  --xcar-accent-dark: #d95300;
  --xcar-light: #f4f5f7;
  --xcar-white: #fff;
  --xcar-success: #27b878;
  --xcar-danger: #dc3e4d;
  --xcar-radius-sm: 10px;
  --xcar-radius: 18px;
  --xcar-radius-lg: 28px;
  --xcar-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  --xcar-container: 1240px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--xcar-light);
  color: var(--xcar-dark-text);
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.xcar-menu-is-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

button,
[type="button"],
[type="submit"] {
  cursor: pointer;
}

::selection {
  background: var(--xcar-accent);
  color: #161616;
}

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

.xcar-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 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;
}

.screen-reader-text:focus {
  top: 8px;
  right: 8px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 16px;
  border-radius: 8px;
  background: #fff;
  color: #111;
}

.xcar-button,
.xcar-text-link,
.xcar-section-heading > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 750;
}

.xcar-button {
  min-height: 52px;
  padding: 11px 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.xcar-button:hover {
  transform: translateY(-2px);
}

.xcar-button--primary {
  background: linear-gradient(135deg, var(--xcar-accent-2), var(--xcar-accent));
  color: #181818;
  box-shadow: 0 12px 30px rgba(255, 106, 0, 0.24);
}

.xcar-button--primary:hover {
  background: linear-gradient(135deg, #ff9c4a, #ff6a00);
}

.xcar-button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.xcar-button--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.xcar-button--light {
  background: #fff;
  color: #17191d;
}

.xcar-button .xcar-icon,
.xcar-text-link .xcar-icon,
.xcar-section-heading > a .xcar-icon,
.xcar-category-card__arrow .xcar-icon {
  width: 18px;
  transform: rotate(180deg);
}

.xcar-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--xcar-accent-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.xcar-eyebrow::before {
  width: 24px;
  height: 3px;
  border-radius: 20px;
  background: var(--xcar-accent);
  content: "";
}

/* Header */
.xcar-header {
  position: relative;
  z-index: 100;
  background: var(--xcar-bg);
  color: var(--xcar-text);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.xcar-topbar {
  border-bottom: 1px solid var(--xcar-border);
  background: #08090b;
  color: #bcc1c9;
  font-size: 12px;
}

.xcar-topbar__inner {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.xcar-topbar p {
  margin: 0;
}

.xcar-topbar p span {
  margin-inline: 7px;
  color: var(--xcar-accent);
}

.xcar-topbar a:hover {
  color: #fff;
}

.xcar-masthead {
  min-height: 92px;
  display: grid;
  grid-template-columns: 210px minmax(300px, 1fr) auto;
  align-items: center;
  gap: 32px;
}

.xcar-brand {
  display: inline-flex;
  align-items: center;
}

.xcar-brand img,
.custom-logo {
  display: block;
  width: 190px;
  max-height: 56px;
  object-fit: contain;
}

.xcar-search-wrap form,
.xcar-mobile-search form,
.woocommerce-product-search,
.search-form {
  position: relative;
  display: flex;
  width: 100%;
}

.xcar-search-wrap input[type="search"],
.xcar-mobile-search input[type="search"] {
  width: 100%;
  height: 48px;
  padding: 0 18px 0 52px;
  border: 1px solid var(--xcar-border);
  border-radius: 12px;
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.xcar-search-wrap input[type="search"]:focus,
.xcar-mobile-search input[type="search"]:focus {
  border-color: rgba(255, 106, 0, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.xcar-search-wrap input::placeholder,
.xcar-mobile-search input::placeholder {
  color: #8e949d;
}

.xcar-search-wrap button,
.xcar-mobile-search button {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 38px;
  height: 36px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--xcar-accent);
  color: #111;
  font-size: 0;
}

.xcar-search-wrap button::after,
.xcar-mobile-search button::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  content: "⌕";
  font-size: 25px;
  font-weight: 800;
}

.xcar-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.xcar-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 8px 11px;
  border-radius: 10px;
  color: #dce0e5;
  font-size: 13px;
  font-weight: 650;
}

.xcar-action:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.xcar-cart-count {
  position: absolute;
  top: 0;
  right: 1px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  border: 2px solid var(--xcar-bg);
  border-radius: 20px;
  background: var(--xcar-accent);
  color: #111;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.xcar-nav {
  border-top: 1px solid var(--xcar-border);
  background: #111419;
}

.xcar-nav__inner {
  min-height: 51px;
  display: flex;
  align-items: stretch;
}

.xcar-category-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 205px;
  padding-inline: 18px;
  background: linear-gradient(135deg, var(--xcar-accent-2), var(--xcar-accent));
  color: #151515;
  font-size: 14px;
  font-weight: 850;
}

.xcar-menu,
.xcar-mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xcar-nav .xcar-menu {
  display: flex;
  align-items: stretch;
  padding-inline: 14px;
}

.xcar-nav .xcar-menu > li {
  position: relative;
}

.xcar-nav .xcar-menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  color: #d1d5db;
  font-size: 13px;
  font-weight: 650;
}

.xcar-nav .xcar-menu > li:hover > a,
.xcar-nav .xcar-menu > .current-menu-item > a {
  color: #fff;
}

.xcar-nav .xcar-menu > .current-menu-item > a::after {
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 2px;
  background: var(--xcar-accent);
  content: "";
}

.xcar-nav .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 210px;
  margin: 0;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  border: 1px solid var(--xcar-border);
  border-radius: 0 0 12px 12px;
  background: var(--xcar-surface);
  list-style: none;
  box-shadow: var(--xcar-shadow);
  transition: 0.2s ease;
}

.xcar-nav li:hover > .sub-menu,
.xcar-nav li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.xcar-nav .sub-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: #d6dae0;
  font-size: 13px;
}

.xcar-nav .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.xcar-menu-toggle,
.xcar-mobile-panel {
  display: none;
}

/* Hero */
.xcar-hero {
  position: relative;
  overflow: hidden;
  min-height: 630px;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 106, 0, 0.16), transparent 31%),
    linear-gradient(120deg, #111419 0%, #0a0c0f 72%);
  color: #fff;
}

.xcar-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
  content: "";
}

.xcar-hero__grid {
  position: relative;
  min-height: 630px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 50px;
  padding-block: 78px;
}

.xcar-hero__content {
  position: relative;
  z-index: 2;
}

.xcar-hero .xcar-eyebrow {
  color: var(--xcar-accent-2);
}

.xcar-hero h1 {
  max-width: 720px;
  margin: 18px 0 20px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.26;
  letter-spacing: -0.055em;
}

.xcar-hero__content > p {
  max-width: 620px;
  margin: 0;
  color: #b8bec7;
  font-size: 17px;
  line-height: 2;
}

.xcar-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.xcar-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin: 28px 0 0;
  padding: 0;
  color: #c8cdd4;
  list-style: none;
  font-size: 13px;
}

.xcar-hero__checks li::before {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-left: 7px;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.14);
  color: var(--xcar-accent);
  content: "✓";
  font-weight: 900;
}

.xcar-hero__visual {
  position: relative;
  min-height: 440px;
}

.xcar-speed-ring {
  position: absolute;
  border-radius: 50%;
}

.xcar-speed-ring--outer {
  top: 8%;
  left: 3%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 24px rgba(255,255,255,.018), inset 0 0 0 26px rgba(255,255,255,.045);
}

.xcar-speed-ring--outer::before,
.xcar-speed-ring--inner::before {
  position: absolute;
  inset: 7%;
  border: 2px dashed rgba(255, 106, 0, 0.28);
  border-radius: inherit;
  content: "";
}

.xcar-speed-ring--inner {
  top: 25%;
  left: 20%;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle, rgba(255,106,0,.12), transparent 62%);
}

.xcar-speed-needle {
  position: absolute;
  top: 47%;
  left: 31%;
  width: 145px;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(90deg, transparent, var(--xcar-accent));
  transform: rotate(-42deg);
  transform-origin: left center;
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.8);
}

.xcar-road-lines {
  position: absolute;
  right: 6%;
  bottom: 0;
  left: 0;
  height: 170px;
  overflow: hidden;
  transform: perspective(240px) rotateX(55deg);
  transform-origin: bottom;
}

.xcar-road-lines::before,
.xcar-road-lines::after,
.xcar-road-lines i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(transparent, rgba(255, 106, 0, 0.68));
  content: "";
}

.xcar-road-lines::before { right: 15%; }
.xcar-road-lines::after { left: 15%; }
.xcar-road-lines i:nth-child(1) { right: 35%; }
.xcar-road-lines i:nth-child(2) { right: 50%; }
.xcar-road-lines i:nth-child(3) { left: 35%; }

.xcar-hero-card {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 34px;
  width: 250px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(24, 28, 34, 0.74);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
}

.xcar-hero-card span {
  display: block;
  color: #aeb4bd;
  font-size: 12px;
}

.xcar-hero-card strong {
  display: block;
  margin: -3px 0 -5px;
  color: var(--xcar-accent);
  font-family: Arial, sans-serif;
  font-size: 52px;
  letter-spacing: -0.08em;
}

.xcar-hero-card small {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.18em;
}

/* Sections */
.xcar-benefit-strip {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 20, 25, 0.08);
}

.xcar-benefit-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.xcar-benefit-strip__grid > div {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 24px;
  border-left: 1px solid #e8eaed;
}

.xcar-benefit-strip__grid > div:last-child {
  border-left: 0;
}

.xcar-benefit-strip .xcar-icon {
  width: 32px;
  height: 32px;
  color: var(--xcar-accent-dark);
}

.xcar-benefit-strip p,
.xcar-benefit-strip strong,
.xcar-benefit-strip span {
  display: block;
  margin: 0;
}

.xcar-benefit-strip strong {
  font-size: 14px;
}

.xcar-benefit-strip span {
  color: #7b818a;
  font-size: 12px;
}

.xcar-section {
  padding-block: 88px;
}

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

.xcar-section-heading h2,
.xcar-split-section h2,
.xcar-faq-section h2 {
  margin: 6px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.xcar-section-heading > a,
.xcar-text-link {
  color: #373c44;
  font-size: 13px;
}

.xcar-section-heading > a:hover,
.xcar-text-link:hover {
  color: var(--xcar-accent-dark);
}

.xcar-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.xcar-category-card {
  position: relative;
  min-height: 138px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid #e2e5e9;
  border-radius: var(--xcar-radius);
  background: #fff;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.xcar-category-card::after {
  position: absolute;
  left: -20px;
  bottom: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.065);
  content: "";
}

.xcar-category-card:hover {
  z-index: 2;
  border-color: rgba(255, 106, 0, 0.45);
  box-shadow: 0 22px 50px rgba(25, 29, 35, 0.1);
  transform: translateY(-4px);
}

.xcar-category-card__icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 18px;
  background: #191d22;
  color: var(--xcar-accent);
}

.xcar-category-card__icon svg {
  width: 36px;
  height: 36px;
}

.xcar-category-card__body {
  display: block;
}

.xcar-category-card__body strong,
.xcar-category-card__body small {
  display: block;
}

.xcar-category-card__body strong {
  margin-bottom: 3px;
  font-size: 16px;
}

.xcar-category-card__body small {
  color: #777e87;
  font-size: 12px;
  line-height: 1.7;
}

.xcar-category-card__arrow {
  margin-right: auto;
  color: #a6abb2;
}

.xcar-products-section {
  background: #eceef1;
}

.xcar-empty-products {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 50px;
  border: 1px dashed #c7ccd2;
  border-radius: var(--xcar-radius-lg);
  background: rgba(255, 255, 255, 0.55);
}

.xcar-empty-products__visual {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  border-radius: 24px;
  background: #191d22;
  color: var(--xcar-accent);
}

.xcar-empty-products__visual .xcar-icon {
  width: 44px;
  height: 44px;
}

.xcar-empty-products h3 {
  margin: 0 0 7px;
  font-size: 22px;
}

.xcar-empty-products p {
  max-width: 560px;
  margin: 0;
  color: #707780;
}

.xcar-split-section {
  background: #fff;
}

.xcar-split-section__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: center;
}

.xcar-story-card {
  padding: 42px;
  border-radius: var(--xcar-radius-lg);
  background: var(--xcar-bg-soft);
  color: #fff;
  box-shadow: var(--xcar-shadow);
}

.xcar-story-card .xcar-eyebrow {
  color: var(--xcar-accent);
}

.xcar-story-card h2 {
  margin-top: 14px;
}

.xcar-story-card p {
  color: #bbc0c8;
}

.xcar-story-card .xcar-text-link {
  margin-top: 10px;
  color: var(--xcar-accent);
}

.xcar-promise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.xcar-promise-grid article {
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e4e8;
}

.xcar-promise-grid article > strong {
  display: block;
  margin-bottom: 15px;
  color: var(--xcar-accent-dark);
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.xcar-promise-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.xcar-promise-grid p {
  margin: 0;
  color: #747b84;
  font-size: 14px;
}

.xcar-faq-section {
  background: #f0f1f3;
}

.xcar-faq-section__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
}

.xcar-faq-section header > p {
  color: #757c85;
}

.xcar-accordion details {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #dfe2e6;
  border-radius: 14px;
  background: #fff;
}

.xcar-accordion summary {
  position: relative;
  padding: 19px 22px 19px 58px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.xcar-accordion summary::-webkit-details-marker {
  display: none;
}

.xcar-accordion summary::after {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #f0f1f3;
  color: #555b63;
  content: "+";
  transform: translateY(-50%);
}

.xcar-accordion details[open] summary::after {
  background: var(--xcar-accent);
  color: #171717;
  content: "−";
}

.xcar-accordion details p {
  margin: 0;
  padding: 0 22px 20px;
  color: #6e757e;
  font-size: 14px;
}

.xcar-cta {
  padding-block: 50px;
  background: linear-gradient(135deg, #ff8a1f, #e85f00);
  color: #fff;
}

.xcar-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.xcar-cta span {
  font-size: 12px;
  font-weight: 850;
}

.xcar-cta h2 {
  margin: 3px 0;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.35;
}

.xcar-cta p {
  margin: 0;
  opacity: 0.78;
}

/* Pages */
.xcar-page-hero {
  padding-block: 48px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,106,0,.13), transparent 30%),
    var(--xcar-bg-soft);
  color: #fff;
}

.xcar-page-hero h1 {
  max-width: 930px;
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.35;
  letter-spacing: -0.045em;
}

.xcar-page-hero .woocommerce-breadcrumb {
  margin: 0 0 10px !important;
  color: #939aa4 !important;
  font-size: 12px !important;
}

.xcar-page-hero .woocommerce-breadcrumb a {
  color: #cdd1d7;
}

.xcar-page-layout {
  max-width: 980px;
  padding-block: 58px 86px;
}

.xcar-content-card {
  padding: clamp(25px, 5vw, 58px);
  border: 1px solid #e2e5e8;
  border-radius: var(--xcar-radius-lg);
  background: #fff;
  box-shadow: 0 20px 60px rgba(22, 25, 30, 0.06);
}

.xcar-content-card > :first-child {
  margin-top: 0;
}

.xcar-content-card > :last-child {
  margin-bottom: 0;
}

.xcar-content-card h2,
.xcar-content-card h3 {
  margin-top: 2em;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.xcar-content-card h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e9ec;
  font-size: 25px;
}

.xcar-content-card h3 {
  font-size: 19px;
}

.xcar-content-card p,
.xcar-content-card li {
  color: #545b64;
}

.xcar-content-card a:not(.xcar-button) {
  color: #b85100;
  text-decoration: underline;
  text-decoration-color: rgba(184, 81, 0, 0.25);
  text-underline-offset: 3px;
}

.xcar-content-card blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-right: 4px solid var(--xcar-accent);
  background: #f5f6f7;
}

.xcar-featured-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 18px;
}

.xcar-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding-block: 55px;
}

.xcar-post-card {
  overflow: hidden;
  border: 1px solid #e1e4e8;
  border-radius: var(--xcar-radius);
  background: #fff;
}

.xcar-post-card__image {
  min-height: 210px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e9ebee;
  color: #a0a6ae;
}

.xcar-post-card__image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.xcar-post-card:hover .xcar-post-card__image img {
  transform: scale(1.04);
}

.xcar-post-card__image .xcar-icon {
  width: 52px;
  height: 52px;
}

.xcar-post-card__body {
  padding: 22px;
}

.xcar-post-card time {
  color: #858b93;
  font-size: 11px;
}

.xcar-post-card h2 {
  margin: 7px 0 10px;
  font-size: 19px;
  line-height: 1.55;
}

.xcar-post-card p {
  margin: 0;
  color: #707780;
  font-size: 13px;
}

.xcar-pagination {
  padding-bottom: 70px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.nav-links .page-numbers {
  min-width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #dce0e4;
  border-radius: 9px;
  background: #fff;
}

.nav-links .current {
  border-color: var(--xcar-accent);
  background: var(--xcar-accent);
  color: #141414;
}

.xcar-search-results {
  display: grid;
  gap: 14px;
  padding-block: 55px 80px;
}

.xcar-search-result {
  padding: 25px;
  border: 1px solid #e1e4e8;
  border-radius: 14px;
  background: #fff;
}

.xcar-search-result h2 {
  margin: 0;
  font-size: 21px;
}

.xcar-search-result p {
  color: #737a83;
}

.xcar-no-results,
.xcar-error-page {
  text-align: center;
}

.xcar-no-results {
  grid-column: 1 / -1;
  padding: 70px 20px;
  border-radius: var(--xcar-radius);
  background: #fff;
}

.xcar-no-results > div {
  color: #9da3ab;
}

.xcar-no-results .xcar-icon {
  width: 52px;
  height: 52px;
}

.xcar-no-results h2 {
  margin: 12px 0 0;
}

.xcar-no-results p {
  margin-bottom: 22px;
  color: #757c85;
}

.xcar-error-page {
  min-height: 580px;
  display: grid;
  place-items: center;
  background: var(--xcar-bg);
  color: #fff;
}

.xcar-error-page span {
  display: block;
  color: var(--xcar-accent);
  font-family: Arial, sans-serif;
  font-size: clamp(90px, 16vw, 190px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.xcar-error-page h1 {
  margin: 24px 0 4px;
  font-size: 34px;
}

.xcar-error-page p {
  margin: 0 0 25px;
  color: #aeb4bd;
}

/* Contact form */
.xcar-contact-intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}

.xcar-contact-item {
  padding: 18px;
  border-radius: 12px;
  background: #f1f3f5;
}

.xcar-contact-item strong,
.xcar-contact-item span,
.xcar-contact-item a {
  display: block;
}

.xcar-contact-item span {
  color: #777e87;
  font-size: 12px;
}

.xcar-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.xcar-form__full {
  grid-column: 1 / -1;
}

.xcar-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 750;
}

.xcar-form input,
.xcar-form textarea,
.xcar-form select {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #d7dbe0;
  border-radius: 10px;
  outline: 0;
  background: #fff;
}

.xcar-form textarea {
  min-height: 150px;
  resize: vertical;
}

.xcar-form input:focus,
.xcar-form textarea:focus,
.xcar-form select:focus {
  border-color: var(--xcar-accent);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12);
}

.xcar-form-notice {
  grid-column: 1 / -1;
  padding: 12px 15px;
  border-radius: 10px;
  background: #e7f7ef;
  color: #176d48;
  font-size: 13px;
}

.xcar-form-notice--error {
  background: #fdebed;
  color: #9c2934;
}

.xcar-honeypot {
  position: absolute !important;
  right: -9999px !important;
}

/* WooCommerce */
.xcar-shop-layout {
  padding-block: 48px 80px;
}

.xcar-shop-hero .term-description,
.xcar-shop-hero .page-description {
  max-width: 730px;
  color: #aeb4bd;
  font-size: 14px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 28px;
}

.woocommerce .woocommerce-result-count {
  color: #727982;
  font-size: 13px;
}

.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  padding: 7px 12px;
  border: 1px solid #d8dce1;
  border-radius: 10px;
  background: #fff;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  clear: both;
  margin: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 12px 12px 18px;
  overflow: hidden;
  border: 1px solid #e1e4e8;
  border-radius: var(--xcar-radius);
  background: #fff;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(23, 26, 31, 0.1);
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1;
  margin-bottom: 15px !important;
  border-radius: 12px;
  background: #f0f1f3;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 4px !important;
  color: #22262b;
  font-size: 14px !important;
  line-height: 1.75;
  font-weight: 750;
}

.woocommerce ul.products li.product .price {
  padding-inline: 4px;
  color: #24282d !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.woocommerce ul.products li.product .price del {
  color: #969ca4;
  font-size: 11px;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .button {
  width: calc(100% - 8px);
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 12px 4px 0 !important;
  padding: 8px 12px !important;
  border-radius: 9px !important;
  background: #1a1e23 !important;
  color: #fff !important;
  font-size: 12px !important;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--xcar-accent-dark) !important;
}

.woocommerce span.onsale {
  min-width: 0 !important;
  min-height: 0 !important;
  top: 20px !important;
  right: 20px !important;
  left: auto !important;
  padding: 5px 9px !important;
  border-radius: 7px !important;
  background: var(--xcar-danger) !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
}

.woocommerce div.product {
  padding: 28px;
  border: 1px solid #e1e4e8;
  border-radius: var(--xcar-radius-lg);
  background: #fff;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce div.product div.images img {
  border-radius: 16px;
  background: #f2f3f5;
}

.woocommerce div.product .product_title {
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #171a1e;
  font-size: 23px;
  font-weight: 850;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: #626a73;
}

.woocommerce .quantity .qty {
  min-height: 46px;
  border: 1px solid #d7dbe0;
  border-radius: 9px;
}

.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.wc-block-components-button {
  min-height: 46px;
  border-radius: 10px !important;
  background: var(--xcar-accent-dark) !important;
  color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs {
  clear: both;
  padding-top: 48px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  border-bottom: 1px solid #e1e4e8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 0 -1px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: var(--xcar-accent) !important;
}

.woocommerce table.shop_table {
  overflow: hidden;
  border: 1px solid #dde1e5 !important;
  border-radius: 14px !important;
  background: #fff;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 46px;
  padding: 8px 11px;
  border: 1px solid #d5d9de;
  border-radius: 9px;
  background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top: 0 !important;
  border-right: 4px solid var(--xcar-accent) !important;
  border-radius: 10px;
  background: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 22px;
  border: 1px solid #e1e4e8;
  border-radius: 14px;
  background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: #f0f2f4;
  color: var(--xcar-accent-dark);
  font-weight: 750;
}

.xcar-catalog-mode .xcar-cart-link,
.xcar-catalog-mode .single_add_to_cart_button,
.xcar-catalog-mode .add_to_cart_button,
.xcar-catalog-mode .product_type_simple,
.xcar-catalog-mode .product_type_variable,
.xcar-catalog-mode .wc-block-components-product-button,
.xcar-catalog-mode .wp-block-button.wc-block-components-product-button {
  display: none !important;
}

/* Footer */
.xcar-footer {
  background: #101318;
  color: #d8dce2;
}

.xcar-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.95fr 1fr;
  gap: 55px;
  padding-block: 70px;
}

.xcar-footer .xcar-brand img {
  width: 165px;
}

.xcar-footer__about > p {
  max-width: 370px;
  color: #9299a3;
  font-size: 13px;
}

.xcar-footer h2 {
  margin: 6px 0 18px;
  color: #fff;
  font-size: 15px;
}

.xcar-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xcar-footer li {
  margin-bottom: 7px;
}

.xcar-footer li a {
  color: #9ea5ae;
  font-size: 13px;
}

.xcar-footer li a:hover,
.xcar-footer__contact a:hover {
  color: var(--xcar-accent);
}

.xcar-footer__contact {
  display: grid;
  gap: 3px;
  margin-top: 18px;
  color: #c3c8cf;
  font-size: 13px;
}

.xcar-footer__trust > p {
  color: #9299a3;
  font-size: 12px;
}

.xcar-trust-placeholder {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #737a84;
  font-size: 11px;
  text-align: center;
}

.xcar-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #0b0d10;
}

.xcar-footer__bottom .xcar-container {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #747b85;
  font-size: 11px;
}

.xcar-footer__bottom p {
  margin: 0;
}

.xcar-back-to-top {
  position: fixed;
  z-index: 90;
  left: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  border: 0;
  border-radius: 12px;
  background: var(--xcar-accent);
  color: #171717;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
  transition: 0.2s ease;
}

.xcar-back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.xcar-back-to-top .xcar-icon {
  transform: rotate(-90deg);
}

/* Responsive */
@media (max-width: 1050px) {
  .xcar-masthead {
    grid-template-columns: 180px minmax(220px, 1fr) auto;
    gap: 18px;
  }

  .xcar-action span:not(.xcar-cart-count) {
    display: none;
  }

  .xcar-category-link {
    min-width: 180px;
  }

  .xcar-nav .xcar-menu > li > a {
    padding-inline: 11px;
  }

  .xcar-hero__grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .xcar-speed-ring--outer {
    left: -100px;
  }

  .xcar-speed-ring--inner {
    left: -10px;
  }

  .xcar-hero-card {
    right: -8%;
  }

  .xcar-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .xcar-footer__grid {
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 820px) {
  .xcar-topbar__inner {
    justify-content: center;
  }

  .xcar-topbar a {
    display: none;
  }

  .xcar-masthead {
    min-height: 72px;
    grid-template-columns: 1fr auto;
  }

  .xcar-brand img,
  .custom-logo {
    width: 145px;
  }

  .xcar-search-wrap,
  .xcar-nav,
  .xcar-action {
    display: none;
  }

  .xcar-cart-link {
    display: inline-flex;
  }

  .xcar-menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
  }

  .xcar-menu-toggle .xcar-menu-close {
    display: none;
  }

  .xcar-menu-toggle[aria-expanded="true"] .xcar-menu-open {
    display: none;
  }

  .xcar-menu-toggle[aria-expanded="true"] .xcar-menu-close {
    display: block;
  }

  .xcar-mobile-panel {
    position: fixed;
    z-index: 110;
    top: 107px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 22px 20px 40px;
    overflow-y: auto;
    background: #111419;
    color: #fff;
  }

  .xcar-mobile-panel[hidden] {
    display: none;
  }

  .xcar-mobile-search {
    margin-bottom: 20px;
  }

  .xcar-mobile-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .xcar-mobile-menu a {
    display: block;
    padding: 12px 4px;
  }

  .xcar-mobile-menu .sub-menu {
    margin: 0;
    padding: 0 15px 8px 0;
    list-style: none;
  }

  .xcar-hero,
  .xcar-hero__grid {
    min-height: auto;
  }

  .xcar-hero__grid {
    grid-template-columns: 1fr;
    padding-block: 70px 40px;
  }

  .xcar-hero__visual {
    min-height: 320px;
    opacity: 0.82;
  }

  .xcar-speed-ring--outer {
    top: 0;
    right: 50%;
    left: auto;
    width: 320px;
    height: 320px;
    transform: translateX(50%);
  }

  .xcar-speed-ring--inner {
    top: 70px;
    right: 50%;
    left: auto;
    width: 180px;
    height: 180px;
    transform: translateX(50%);
  }

  .xcar-speed-needle {
    top: 48%;
    right: 48%;
    left: auto;
    width: 105px;
  }

  .xcar-road-lines {
    right: 8%;
    left: 8%;
  }

  .xcar-hero-card {
    right: 50%;
    bottom: 0;
    width: 220px;
    transform: translateX(50%);
  }

  .xcar-benefit-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .xcar-benefit-strip__grid > div:nth-child(2) {
    border-left: 0;
  }

  .xcar-benefit-strip__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #e8eaed;
  }

  .xcar-split-section__grid,
  .xcar-faq-section__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

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

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

  .xcar-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .xcar-container {
    width: min(calc(100% - 28px), var(--xcar-container));
  }

  .xcar-topbar p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .xcar-mobile-panel {
    top: 107px;
  }

  .xcar-hero__grid {
    padding-top: 52px;
  }

  .xcar-hero h1 {
    font-size: 39px;
  }

  .xcar-hero__content > p {
    font-size: 15px;
  }

  .xcar-hero__actions .xcar-button {
    width: 100%;
  }

  .xcar-hero__checks {
    display: grid;
    gap: 8px;
  }

  .xcar-benefit-strip__grid {
    grid-template-columns: 1fr;
  }

  .xcar-benefit-strip__grid > div {
    min-height: 86px;
    border-left: 0;
    border-bottom: 1px solid #e8eaed;
  }

  .xcar-section {
    padding-block: 65px;
  }

  .xcar-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .xcar-category-grid,
  .xcar-promise-grid,
  .xcar-post-grid {
    grid-template-columns: 1fr;
  }

  .xcar-category-card {
    min-height: 120px;
  }

  .xcar-empty-products {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }

  .xcar-story-card {
    padding: 28px;
  }

  .xcar-cta__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .xcar-page-hero {
    padding-block: 36px;
  }

  .xcar-content-card {
    border-radius: 18px;
  }

  .xcar-contact-intro,
  .xcar-form {
    grid-template-columns: 1fr;
  }

  .xcar-form__full {
    grid-column: auto;
  }

  .woocommerce ul.products {
    gap: 10px;
  }

  .woocommerce ul.products li.product {
    padding: 8px 8px 14px;
    border-radius: 13px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px !important;
  }

  .woocommerce div.product {
    padding: 15px;
    border-radius: 18px;
  }

  .xcar-footer__grid {
    grid-template-columns: 1fr;
    padding-block: 50px;
  }

  .xcar-footer__bottom .xcar-container {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-block: 15px;
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   XCAR commerce refresh — charcoal + orange conversion system
   ========================================================= */
:root {
  --xcar-bg: #101214;
  --xcar-bg-soft: #181b1f;
  --xcar-surface: #20242a;
  --xcar-surface-2: #2a2f36;
  --xcar-accent: #ff6a00;
  --xcar-accent-2: #ff8a1f;
  --xcar-accent-dark: #d95300;
  --xcar-light: #f4f4f4;
  --xcar-shadow: 0 24px 70px rgba(15, 17, 20, 0.14);
}

.xcar-section-heading > div > p {
  max-width: 620px;
  margin: 7px 0 0;
  color: #747b84;
  font-size: 14px;
}

.xcar-button--primary,
.xcar-category-link {
  color: #171717;
  box-shadow: 0 14px 34px rgba(255, 106, 0, 0.23);
}

.xcar-button--primary:hover {
  background: linear-gradient(135deg, #ff9c4a, #ff6a00);
}

/* Commerce hero */
.xcar-hero--commerce {
  min-height: 680px;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 106, 0, 0.18), transparent 29%),
    radial-gradient(circle at 8% 90%, rgba(255, 138, 31, 0.08), transparent 31%),
    linear-gradient(118deg, #181b20 0%, #0b0d0f 72%);
}

.xcar-hero--commerce::before {
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 40%, #000);
}

.xcar-hero--commerce::after {
  position: absolute;
  right: -8%;
  bottom: -42%;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 50%;
  box-shadow: inset 0 0 0 74px rgba(255,255,255,.012), inset 0 0 0 76px rgba(255,255,255,.035);
  content: "";
}

.xcar-hero__grid--commerce {
  min-height: 680px;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
  gap: 58px;
  padding-block: 74px 82px;
}

.xcar-hero--commerce h1 {
  max-width: 690px;
  margin: 17px 0 18px;
  font-size: clamp(46px, 5vw, 72px);
}

.xcar-hero--commerce h1 em {
  color: var(--xcar-accent-2);
  font-style: normal;
  white-space: nowrap;
}

.xcar-hero--commerce .xcar-hero__content > p {
  max-width: 650px;
  color: #c0c5cc;
}

.xcar-hero-search {
  position: relative;
  max-width: 650px;
  display: flex;
  margin-top: 28px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  background: rgba(255,255,255,.065);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}

.xcar-hero-search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
}

.xcar-hero-search input::placeholder {
  color: #939aa3;
}

.xcar-hero-search button {
  min-width: 118px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: var(--xcar-accent);
  color: #181818;
  font-weight: 850;
}

.xcar-hero-search button:hover {
  background: var(--xcar-accent-2);
}

.xcar-hero-search .xcar-icon {
  width: 19px;
  height: 19px;
}

.xcar-hero--commerce .xcar-hero__actions {
  margin-top: 20px;
}

.xcar-hero--commerce .xcar-hero__checks li::before {
  background: rgba(255, 106, 0, 0.15);
}

.xcar-hero__visual--commerce {
  min-height: 490px;
  display: grid;
  place-items: center;
}

.xcar-cockpit {
  position: relative;
  width: min(100%, 525px);
  aspect-ratio: 1.05;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 42px 42px 140px 140px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 28%),
    linear-gradient(160deg, #282d34 0%, #111419 58%, #090b0d 100%);
  box-shadow: 0 42px 100px rgba(0,0,0,.48), inset 0 0 0 12px rgba(255,255,255,.018);
  transform: perspective(950px) rotateY(-4deg) rotateX(1deg);
}

.xcar-cockpit::before {
  position: absolute;
  top: 8%;
  right: 7%;
  left: 7%;
  height: 45%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px 28px 110px 110px;
  background: linear-gradient(180deg, rgba(9,11,13,.4), rgba(5,6,7,.88));
  content: "";
}

.xcar-cockpit::after {
  position: absolute;
  right: 4%;
  bottom: 16%;
  left: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--xcar-accent), transparent);
  box-shadow: 0 0 22px rgba(255,106,0,.8);
  content: "";
}

.xcar-cockpit__ambient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 54%, rgba(255,106,0,.17), transparent 36%);
}

.xcar-cockpit__screen {
  position: absolute;
  z-index: 3;
  top: 15%;
  left: 50%;
  width: 48%;
  min-height: 118px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: linear-gradient(145deg, #101318, #060708);
  box-shadow: 0 16px 38px rgba(0,0,0,.4), inset 0 0 32px rgba(255,106,0,.06);
  transform: translateX(-50%);
  text-align: center;
}

.xcar-cockpit__screen span,
.xcar-cockpit__screen strong,
.xcar-cockpit__screen small {
  display: block;
}

.xcar-cockpit__screen span {
  color: var(--xcar-accent);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.xcar-cockpit__screen strong {
  margin: 8px 0 7px;
  color: #f8f8f8;
  font-size: 15px;
  line-height: 1.55;
}

.xcar-cockpit__screen small {
  color: #747b84;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: .13em;
}

.xcar-cockpit__wheel {
  position: absolute;
  z-index: 4;
  right: 8%;
  bottom: 9%;
  width: 205px;
  height: 205px;
  border: 18px solid #08090a;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #343941, 0 24px 45px rgba(0,0,0,.55);
}

.xcar-cockpit__wheel::before,
.xcar-cockpit__wheel::after,
.xcar-cockpit__wheel i {
  position: absolute;
  background: #171a1e;
  content: "";
}

.xcar-cockpit__wheel::before {
  top: 46%;
  right: 12%;
  left: 12%;
  height: 18px;
}

.xcar-cockpit__wheel::after {
  top: 41%;
  left: 50%;
  width: 18px;
  height: 47%;
  transform: translateX(-50%);
}

.xcar-cockpit__wheel i {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 54px;
  border: 2px solid #3a3f46;
  border-radius: 18px;
  transform: translate(-50%, -50%);
}

.xcar-cockpit__wheel b {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 5px;
  border-radius: 30px;
  background: var(--xcar-accent);
  box-shadow: 0 0 15px rgba(255,106,0,.7);
  transform: translate(-50%, -50%);
}

.xcar-cockpit__console {
  position: absolute;
  z-index: 3;
  bottom: 8%;
  left: 14%;
  width: 28%;
  height: 42%;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-top: 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px 22px 48px 48px;
  background: linear-gradient(180deg, #242930, #0b0d0f);
  transform: perspective(300px) rotateX(9deg);
}

.xcar-cockpit__console i {
  width: 12px;
  height: 12px;
  border: 2px solid #4b515a;
  border-radius: 50%;
  box-shadow: 0 26px 0 -2px #24282e, 0 48px 0 -2px #24282e;
}

.xcar-cockpit__line {
  position: absolute;
  top: 11%;
  right: 14%;
  width: 18%;
  height: 4px;
  border-radius: 20px;
  background: var(--xcar-accent);
  box-shadow: 0 0 20px rgba(255,106,0,.65);
}

.xcar-focus-card {
  position: absolute;
  z-index: 6;
  min-width: 156px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  background: rgba(19,22,26,.78);
  box-shadow: 0 18px 45px rgba(0,0,0,.3);
  backdrop-filter: blur(13px);
}

.xcar-focus-card span,
.xcar-focus-card strong {
  display: block;
}

.xcar-focus-card span {
  color: var(--xcar-accent-2);
  font-size: 10px;
  font-weight: 850;
}

.xcar-focus-card strong {
  color: #f6f6f6;
  font-size: 13px;
}

.xcar-focus-card--one { top: 5%; right: -3%; }
.xcar-focus-card--two { bottom: 5%; left: -4%; }
.xcar-focus-card--three { top: 32%; left: -8%; }

/* Visual categories */
.xcar-categories {
  background: #f7f7f7;
}

.xcar-category-grid--visual {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xcar-category-card--visual {
  min-height: 230px;
  align-items: flex-start;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-color: #e4e5e7;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,247,247,.98)),
    #fff;
}

.xcar-category-card--visual::before {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(255,106,0,.12);
  border-radius: 50%;
  content: "";
}

.xcar-category-card--visual::after {
  left: auto;
  right: -45px;
  bottom: -45px;
  width: 135px;
  height: 135px;
  background: rgba(255,106,0,.055);
}

.xcar-category-card--visual:hover {
  border-color: rgba(255,106,0,.38);
  box-shadow: 0 24px 55px rgba(22,24,28,.1);
}

.xcar-category-card--visual .xcar-category-card__icon {
  width: 72px;
  height: 72px;
  flex-basis: 72px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(145deg, #282c31, #111315);
  color: var(--xcar-accent-2);
  box-shadow: 0 16px 35px rgba(18,20,23,.16);
}

.xcar-category-card--visual .xcar-category-card__body strong {
  font-size: 17px;
}

.xcar-category-card--visual .xcar-category-card__body small {
  margin-top: 4px;
  font-size: 12px;
}

.xcar-category-card--visual .xcar-category-card__arrow {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f0f1f2;
  color: #5e646c;
}

.xcar-category-card__number {
  position: absolute;
  top: 22px;
  left: 22px;
  color: #c5c8cc;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

/* Vehicle finder */
.xcar-vehicle-finder {
  overflow: hidden;
  background: #fff;
}

.xcar-vehicle-finder__inner {
  position: relative;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 62px;
  padding: 52px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 90%, rgba(255,106,0,.16), transparent 30%),
    linear-gradient(135deg, #202329, #111315);
  color: #fff;
  box-shadow: 0 28px 75px rgba(15,17,20,.2);
}

.xcar-vehicle-finder__inner::after {
  position: absolute;
  left: -8%;
  bottom: -75%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 50%;
  box-shadow: inset 0 0 0 50px rgba(255,255,255,.013), inset 0 0 0 52px rgba(255,255,255,.04);
  content: "";
}

.xcar-vehicle-finder__copy {
  position: relative;
  z-index: 2;
}

.xcar-vehicle-finder .xcar-eyebrow {
  color: var(--xcar-accent-2);
}

.xcar-vehicle-finder h2 {
  margin: 12px 0 13px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.35;
}

.xcar-vehicle-finder__copy p {
  margin: 0 0 18px;
  color: #b8bec6;
  font-size: 14px;
}

.xcar-vehicle-finder .xcar-text-link {
  color: var(--xcar-accent-2);
}

.xcar-vehicle-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.xcar-vehicle-list a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  color: #f2f3f5;
  font-size: 13px;
  font-weight: 750;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.xcar-vehicle-list a:hover {
  border-color: rgba(255,106,0,.5);
  background: rgba(255,106,0,.12);
  transform: translateY(-2px);
}

.xcar-vehicle-list .xcar-icon {
  width: 17px;
  transform: rotate(180deg);
  color: var(--xcar-accent-2);
}

/* Product sections */
.xcar-products-section--featured {
  background: #eceeef;
}

.xcar-products-section--new {
  background: #fff;
}

.xcar-empty-products--premium {
  min-height: 285px;
  border: 1px solid #d9dcdf;
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 100%, rgba(255,106,0,.08), transparent 30%),
    #f7f8f8;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.55);
}

.xcar-empty-products__label {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 7px;
  background: rgba(255,106,0,.11);
  color: var(--xcar-accent-dark);
  font-size: 11px;
  font-weight: 850;
}

/* Confidence section */
.xcar-confidence-section {
  background: #fff;
}

.xcar-confidence-section__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: stretch;
}

.xcar-confidence-card--dark {
  position: relative;
  overflow: hidden;
  padding: 46px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 100%, rgba(255,106,0,.18), transparent 32%),
    linear-gradient(145deg, #22262c, #101214);
  color: #fff;
  box-shadow: 0 28px 72px rgba(17,19,22,.2);
}

.xcar-confidence-card--dark::after {
  position: absolute;
  left: -72px;
  bottom: -110px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  box-shadow: inset 0 0 0 36px rgba(255,255,255,.012), inset 0 0 0 38px rgba(255,255,255,.04);
  content: "";
}

.xcar-confidence-card--dark .xcar-eyebrow {
  color: var(--xcar-accent-2);
}

.xcar-confidence-card--dark h2 {
  position: relative;
  z-index: 2;
  margin: 13px 0 15px;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.45;
}

.xcar-confidence-card--dark p {
  position: relative;
  z-index: 2;
  margin: 0 0 25px;
  color: #bbc1c8;
}

.xcar-confidence-card--dark .xcar-button {
  position: relative;
  z-index: 2;
}

.xcar-confidence-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.xcar-confidence-points article {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 24px;
  border: 1px solid #e2e4e7;
  border-radius: 18px;
  background: #f8f8f8;
}

.xcar-confidence-points article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 11px;
  background: #181b1f;
  color: var(--xcar-accent-2);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.xcar-confidence-points h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.xcar-confidence-points p {
  margin: 0;
  color: #747b84;
  font-size: 13px;
  line-height: 1.8;
}

.xcar-faq-section {
  background: #f1f2f3;
}

.xcar-cta--commerce {
  background:
    radial-gradient(circle at 12% 40%, rgba(255,255,255,.12), transparent 24%),
    linear-gradient(125deg, #ff7b17, #e95800);
}

.xcar-cta--commerce .xcar-button--light:hover {
  background: #191c20;
  color: #fff;
}

/* Product cards conversion improvements */
.woocommerce ul.products li.product {
  position: relative;
  border-color: #dedfe2;
}

.woocommerce ul.products li.product:hover {
  border-color: rgba(255,106,0,.32);
  box-shadow: 0 22px 52px rgba(20,22,25,.12);
}

.woocommerce ul.products li.product .button {
  background: #1a1e23 !important;
  transition: background .2s ease, transform .2s ease;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--xcar-accent) !important;
  color: #171717 !important;
  transform: translateY(-1px);
}

.woocommerce ul.products li.product .price {
  color: var(--xcar-accent-dark) !important;
}

.woocommerce span.onsale {
  background: var(--xcar-accent) !important;
  color: #171717 !important;
}

/* Mobile conversion dock */
.xcar-mobile-dock {
  display: none;
}

@media (max-width: 1100px) {
  .xcar-hero__grid--commerce {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 30px;
  }

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

  .xcar-confidence-section__grid {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .xcar-hero__grid--commerce {
    grid-template-columns: 1fr;
    padding-block: 64px 48px;
  }

  .xcar-hero__visual--commerce {
    width: min(100%, 620px);
    min-height: 470px;
    margin-inline: auto;
    opacity: 1;
  }

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

  .xcar-vehicle-finder__inner,
  .xcar-confidence-section__grid {
    grid-template-columns: 1fr;
  }

  .xcar-confidence-card--dark {
    padding: 38px;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 66px;
  }

  .xcar-hero--commerce h1 em {
    white-space: normal;
  }

  .xcar-hero-search {
    padding: 5px;
  }

  .xcar-hero-search button {
    min-width: 52px;
    width: 52px;
  }

  .xcar-hero-search button span {
    display: none;
  }

  .xcar-hero__visual--commerce {
    min-height: 355px;
  }

  .xcar-cockpit {
    width: 360px;
    max-width: 96%;
    border-radius: 32px 32px 105px 105px;
  }

  .xcar-cockpit__wheel {
    width: 142px;
    height: 142px;
    border-width: 13px;
  }

  .xcar-cockpit__screen {
    min-height: 90px;
    padding: 12px;
  }

  .xcar-cockpit__screen strong {
    font-size: 11px;
  }

  .xcar-focus-card {
    min-width: 128px;
    padding: 10px 12px;
  }

  .xcar-focus-card strong {
    font-size: 11px;
  }

  .xcar-focus-card--one { right: 0; }
  .xcar-focus-card--two { left: 0; }
  .xcar-focus-card--three { display: none; }

  .xcar-category-grid--visual {
    grid-template-columns: 1fr;
  }

  .xcar-category-card--visual {
    min-height: 165px;
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    flex-direction: initial;
    padding: 21px;
  }

  .xcar-category-card--visual .xcar-category-card__icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  .xcar-category-card--visual .xcar-category-card__arrow {
    right: auto;
    left: 20px;
  }

  .xcar-category-card__number {
    top: 16px;
    left: 20px;
  }

  .xcar-vehicle-finder__inner {
    padding: 31px 22px;
    border-radius: 22px;
  }

  .xcar-vehicle-list,
  .xcar-confidence-points {
    grid-template-columns: 1fr;
  }

  .xcar-confidence-card--dark {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .xcar-confidence-points article {
    padding: 19px;
  }

  .xcar-mobile-dock {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    height: 66px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e1e3e5;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -12px 35px rgba(20,22,25,.1);
    backdrop-filter: blur(14px);
  }

  .xcar-mobile-dock a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    color: #555b63;
    font-size: 10px;
    font-weight: 700;
  }

  .xcar-mobile-dock a:hover,
  .xcar-mobile-dock a:focus {
    color: var(--xcar-accent-dark);
  }

  .xcar-mobile-dock .xcar-icon {
    width: 21px;
    height: 21px;
  }

  .xcar-mobile-dock .xcar-cart-count {
    top: 6px;
    right: calc(50% - 22px);
    border-color: #fff;
  }

  .xcar-back-to-top {
    bottom: 82px;
  }
}
