:root {
  --zc-navy: #09254a;
  --zc-blue: #176fe5;
  --zc-blue-bright: #2d8cff;
  --zc-silver: #eef2f6;
  --zc-silver-2: #d7dee7;
  --zc-ink: #0e1c2c;
  --zc-muted: #687588;
  --zc-white: #ffffff;
  --zc-orange: #ff8a3d;
  --zc-radius: 18px;
  --zc-shell: min(1180px, calc(100vw - 48px));
}

html { scroll-behavior: smooth; }
body, button, input, select, textarea { font-family: Inter, "SF Pro Display", "Segoe UI", Arial, sans-serif !important; }
body { color: var(--zc-ink); background: var(--zc-white); }
h1, h2, h3, h4, h5, h6 { color: var(--zc-ink); letter-spacing: -.035em; }
a { transition: color .2s ease, background-color .2s ease, transform .2s ease, opacity .2s ease; }

.zencar-shell { width: var(--zc-shell); margin-left: auto !important; margin-right: auto !important; }
.zencar-section { padding: 116px 0; }
.zencar-eyebrow { margin: 0 0 16px; color: var(--zc-blue); font-size: 12px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.zencar-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 52px; }
.zencar-section-head h2 { max-width: 760px; margin: 0; font-size: clamp(38px,4.3vw,64px); font-weight: 600; line-height: 1.03; }
.zencar-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--zc-navy); font-size: 14px; font-weight: 700; letter-spacing: .01em; text-decoration: none; }
.zencar-text-link::after { content: "↗"; color: var(--zc-blue); font-size: 16px; }
.zencar-text-link:hover { color: var(--zc-blue); }

.zencar-btn, .single-product .zencar-btn, .zencar-loop-view { display: inline-flex !important; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px !important; border: 0 !important; border-radius: 999px !important; box-shadow: none !important; font-size: 14px !important; font-weight: 700 !important; letter-spacing: .01em !important; line-height: 1 !important; text-decoration: none !important; text-transform: none !important; }
.zencar-btn:hover { transform: translateY(-2px); }
.zencar-btn-primary { color: #fff !important; background: var(--zc-blue) !important; }
.zencar-btn-primary:hover { background: #0e5fc9 !important; }
.zencar-btn-dark { color: #fff !important; background: var(--zc-navy) !important; }
.zencar-btn-light { color: var(--zc-navy) !important; background: #fff !important; }
.zencar-btn-ghost { color: var(--zc-navy) !important; background: var(--zc-silver) !important; }
.zencar-btn-outline-light { color: #fff !important; background: transparent !important; outline: 1px solid rgba(255,255,255,.5); outline-offset: -1px; }

/* Keep the complete product navigation visible. */
.site-header .ast-primary-header-bar { min-height: 76px; border-bottom: 1px solid rgba(9,37,74,.08); background: rgba(255,255,255,.97); }
.site-header .main-header-menu > .menu-item > .menu-link { color: var(--zc-navy); font-size: 14px; font-weight: 650; }
.site-header .main-header-menu > .menu-item > .menu-link:hover { color: var(--zc-blue); }
.site-header .custom-logo-link img { max-height: 44px; width: auto; }

/* Original code-built homepage. */
.zencar-home { overflow: hidden; background: #fff; }
.zencar-hero { position: relative; display: flex; min-height: 720px; align-items: flex-end; isolation: isolate; background: url("https://zencarauto.com/wp-content/uploads/2026/08/%E5%9B%BE%E7%89%87%E6%9D%A5%E6%BA%90%E6%9F%A5%E8%AF%A2-scaled-e1786344303136.png") center 54%/cover no-repeat; }
.zencar-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(4,20,42,.82),rgba(4,20,42,.42) 52%,rgba(4,20,42,.06)),linear-gradient(0deg,rgba(4,20,42,.42),transparent 55%); }
.zencar-hero-content { padding-bottom: 112px; }
.zencar-hero .zencar-eyebrow { color: #b9d6ff; }
.zencar-hero h1 { max-width: 1050px; margin: 0; color: #fff; font-size: clamp(52px,6vw,86px); font-weight: 560; line-height: .96; letter-spacing: -.055em; }
.zencar-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }

.zencar-search-wrap { position: relative; z-index: 3; margin-top: -34px; }
.zencar-search { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; gap: 14px; align-items: end; padding: 20px; border-radius: var(--zc-radius); background: rgba(255,255,255,.98); box-shadow: 0 24px 64px rgba(9,37,74,.12); }
.zencar-search label { margin: 0; }
.zencar-search label > span { display: block; margin: 0 0 8px 2px; color: var(--zc-muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.zencar-search select { width: 100%; height: 52px; padding: 0 42px 0 16px; border: 0; border-radius: 12px; outline: none; color: var(--zc-ink); background-color: var(--zc-silver); font-size: 14px; }

.zencar-categories { padding-top: 140px; }
.zencar-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.zencar-category-card { position: relative; isolation: isolate; display: flex; min-height: 340px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 32px; border-radius: var(--zc-radius); color: #fff !important; background: var(--zc-category-image) center/cover no-repeat; text-decoration: none !important; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.zencar-category-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(4,20,42,.08),rgba(4,20,42,.92)); }
.zencar-category-card::after { content: "↗"; position: absolute; top: 26px; right: 28px; color: rgba(255,255,255,.88); font-size: 26px; }
.zencar-category-card:hover { transform: translateY(-5px); box-shadow: 0 28px 54px rgba(9,37,74,.2); }
.zencar-category-card span { margin-bottom: auto; color: #b9d6ff; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.zencar-category-card h3 { margin: 0 0 10px; color: #fff; font-size: clamp(28px,3vw,40px); font-weight: 600; }
.zencar-category-card p { max-width: 280px; margin: 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.55; }

.zencar-picks { background: #f4f6f8; }
.zencar-vehicle-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px 20px; }
.zencar-vehicle-card { overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(9,37,74,.07); transition: transform .25s ease,box-shadow .25s ease; }
.zencar-vehicle-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(9,37,74,.14); }
.zencar-vehicle-image { display: block; overflow: hidden; aspect-ratio: 16/10; background: #edf1f5; }
.zencar-vehicle-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.zencar-vehicle-card:hover img { transform: scale(1.035); }
.zencar-vehicle-copy { padding: 20px 20px 23px; }
.zencar-brand { margin: 0 0 8px; color: var(--zc-blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.zencar-vehicle-copy h3 { min-height: 48px; margin: 0; font-size: 20px; font-weight: 600; line-height: 1.16; }
.zencar-vehicle-copy h3 a { color: var(--zc-ink); text-decoration: none; }
.zencar-vehicle-type { display: flex; min-height: 36px; align-items: center; gap: 8px; margin: 10px 0 18px; color: var(--zc-muted); font-size: 12px; line-height: 1.35; }
.zencar-vehicle-type span { flex: 0 0 3px; width: 3px; height: 3px; border-radius: 50%; background: var(--zc-orange); }

.zencar-why { background: var(--zc-navy); }
.zencar-why .zencar-eyebrow { color: #79b0ff; }
.zencar-why h2 { color: #fff; }
.zencar-four-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.zencar-four-grid > div { min-height: 240px; padding: 34px 30px 24px 0; border-top: 1px solid rgba(255,255,255,.25); }
.zencar-four-grid > div + div { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.13); }
.zencar-four-grid span { display: block; margin-bottom: 62px; color: #79b0ff; font-size: 13px; font-weight: 700; }
.zencar-four-grid h3 { margin: 0 0 12px; color: #fff; font-size: 22px; font-weight: 600; }
.zencar-four-grid p { max-width: 220px; margin: 0; color: #aebed0; font-size: 14px; line-height: 1.6; }

.zencar-pazhou { background: #fff; }
.zencar-pazhou-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); gap: clamp(48px,7vw,96px); align-items: center; }
.zencar-pazhou-image { overflow: hidden; min-height: 590px; border-radius: var(--zc-radius); }
.zencar-pazhou-image img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.zencar-pazhou-copy h2 { margin: 0 0 28px; font-size: clamp(38px,4.2vw,60px); font-weight: 560; line-height: 1.02; }
.zencar-company-proof p { margin: 0 0 14px; color: var(--zc-muted); font-size: 15px; line-height: 1.65; }
.zencar-location-line { display: flex; align-items: center; gap: 12px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--zc-silver-2); color: var(--zc-navy); font-size: 13px; font-weight: 650; }
.zencar-location-line span { width: 8px; height: 8px; border-radius: 50%; background: var(--zc-orange); box-shadow: 0 0 0 5px rgba(255,138,61,.12); }

.zencar-process { background: #f4f6f8; }
.zencar-process-row { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.zencar-process-row > article { position: relative; min-height: 270px; padding: 30px; border-radius: 15px; background: #fff; box-shadow: 0 8px 26px rgba(9,37,74,.05); }
.zencar-process-row span { color: var(--zc-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.zencar-process-row h3 { margin: 46px 0 10px; font-size: 25px; font-weight: 600; }
.zencar-process-row p { margin: 0 0 24px; color: var(--zc-muted); font-size: 14px; line-height: 1.55; }
.zencar-process-row small { display: block; padding-top: 18px; border-top: 1px solid var(--zc-silver-2); color: var(--zc-navy); font-size: 11px; line-height: 1.45; }

.zencar-brands { background: #fff; }
.zencar-brand-logos { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.zencar-brand-logos figure { display: flex; min-height: 120px; align-items: center; justify-content: center; margin: 0; padding: 24px; border: 1px solid #e3e8ee; border-radius: 14px; background: #fff; }
.zencar-brand-logos img { display: block; max-width: 150px; width: auto; max-height: 48px; height: auto; object-fit: contain; filter: grayscale(1); opacity: .76; transform: scale(var(--zc-logo-scale,1)); transform-origin: center; transition: filter .2s ease,opacity .2s ease; }
.zencar-brand-logos figure:nth-child(1) img { --zc-logo-scale: .8; }
.zencar-brand-logos figure:nth-child(2) img { --zc-logo-scale: 1.4; }
.zencar-brand-logos figure:nth-child(3) img { --zc-logo-scale: 2.1; }
.zencar-brand-logos figure:nth-child(4) img { --zc-logo-scale: 1.15; }
.zencar-brand-logos figure:nth-child(5) img { --zc-logo-scale: 1.08; }
.zencar-brand-logos figure:nth-child(6) img { --zc-logo-scale: 1.25; }
.zencar-brand-logos figure:nth-child(7) img { --zc-logo-scale: 1.5; }
.zencar-brand-logos figure:nth-child(8) img { --zc-logo-scale: 1.1; }
.zencar-brand-logos figure:nth-child(9) img { --zc-logo-scale: 1.5; }
.zencar-brand-logos figure:nth-child(10) img { --zc-logo-scale: 1.45; }
.zencar-brand-logos figure:hover img { filter: grayscale(0); opacity: 1; }

.zencar-home-cta { padding: 94px 0; background: linear-gradient(110deg,#09254a,#176fe5); }
.zencar-home-cta .zencar-shell { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.zencar-home-cta .zencar-eyebrow { color: #c8dcff; }
.zencar-home-cta h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(40px,5vw,70px); font-weight: 560; line-height: 1; }

/* EV Charging — B2B solutions landing page. */
.zencar-charging-page .entry-content { margin: 0 !important; }
.zencar-charging { width: 100% !important; max-width: none !important; overflow: hidden; margin-left: 0 !important; background: #fff; }
.zc-charge-hero { position: relative; padding: 86px 0 96px; background: radial-gradient(circle at 84% 18%,rgba(45,140,255,.12),transparent 34%),linear-gradient(135deg,#f8fbff 0%,#f1f5fa 100%); }
.zc-charge-hero::before { content: ""; position: absolute; right: -140px; bottom: -180px; width: 470px; height: 470px; border: 1px solid rgba(23,111,229,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(23,111,229,.035); pointer-events: none; }
.zc-charge-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0,.93fr) minmax(420px,1.07fr); gap: clamp(56px,7vw,100px); align-items: center; }
.zc-charge-hero__copy h1 { margin: 0; color: var(--zc-navy); font-size: clamp(58px,6.7vw,92px); font-weight: 570; line-height: .94; letter-spacing: -.06em; }
.zc-charge-hero__lead { max-width: 620px; margin: 32px 0 10px; color: var(--zc-ink); font-size: clamp(20px,2.1vw,27px); font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.zc-charge-hero__body { max-width: 580px; margin: 0; color: var(--zc-muted); font-size: 16px; line-height: 1.7; }
.zc-charge-hero__signals { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.zc-charge-hero__signals span { padding: 9px 13px; border: 1px solid rgba(9,37,74,.1); border-radius: 999px; color: var(--zc-navy); background: rgba(255,255,255,.68); font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.zc-charge-hero__media { position: relative; min-height: 620px; overflow: hidden; margin: 0; border-radius: 26px; background: #dce5ee; box-shadow: 0 26px 70px rgba(9,37,74,.12); }
.zc-charge-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 62%,rgba(4,20,42,.56)); pointer-events: none; }
.zc-charge-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.zc-charge-hero__media figcaption { position: absolute; right: 26px; bottom: 25px; left: 26px; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; color: #fff; }
.zc-charge-hero__media figcaption strong { font-size: 17px; font-weight: 650; }
.zc-charge-hero__media figcaption span { color: rgba(255,255,255,.76); font-size: 12px; }
.zc-charge-section-head > p { max-width: 380px; margin: 0 0 6px; color: var(--zc-muted); font-size: 14px; line-height: 1.7; }
.zc-charge-section-head h2 { max-width: 800px; }

.zc-charge-solutions { background: #fff; }
.zc-solution-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.zc-solution-card { overflow: hidden; border: 1px solid #e5eaf0; border-radius: 19px; background: #fff; box-shadow: 0 9px 30px rgba(9,37,74,.055); transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.zc-solution-card:hover { transform: translateY(-5px); border-color: rgba(23,111,229,.28); box-shadow: 0 22px 48px rgba(9,37,74,.11); }
.zc-solution-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; background: #f3f6f9; }
.zc-solution-card__image img { width: 100%; height: 100%; object-fit: contain; object-position: center; mix-blend-mode: multiply; transition: transform .45s ease; }
.zc-solution-card:hover .zc-solution-card__image img { transform: scale(1.025); }
.zc-solution-card__image span { position: absolute; top: 18px; left: 18px; padding: 8px 11px; border-radius: 999px; color: var(--zc-navy); background: rgba(255,255,255,.9); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.zc-solution-card__copy { padding: 28px 28px 30px; }
.zc-solution-card__copy h3 { margin: 0 0 12px; color: var(--zc-navy); font-size: 26px; font-weight: 620; }
.zc-solution-card__copy > p { min-height: 70px; margin: 0 0 20px; color: var(--zc-muted); font-size: 14px; line-height: 1.62; }
.zc-solution-card__copy ul { display: flex; min-height: 58px; flex-wrap: wrap; align-content: flex-start; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.zc-solution-card__copy li { padding: 7px 9px; border-radius: 7px; color: var(--zc-navy); background: #f1f5fa; font-size: 10px; font-weight: 700; letter-spacing: .02em; }

.zc-charge-why { background: #f4f7fa; }
.zc-benefit-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.zc-benefit-grid article { min-height: 270px; padding: 30px; border: 1px solid rgba(9,37,74,.075); border-radius: 17px; background: #fff; box-shadow: 0 7px 22px rgba(9,37,74,.035); }
.zc-benefit-icon { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 56px; border-radius: 14px; color: var(--zc-blue); background: #edf5ff; }
.zc-benefit-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.zc-benefit-grid h3 { min-height: 50px; margin: 0 0 10px; color: var(--zc-navy); font-size: 20px; font-weight: 620; line-height: 1.2; }
.zc-benefit-grid p { margin: 0; color: var(--zc-muted); font-size: 13px; line-height: 1.55; }

.zc-charge-power { background: #fff; }
.zc-power-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.zc-power-grid article { position: relative; min-height: 330px; overflow: hidden; padding: 28px; border: 1px solid #e3e9f0; border-radius: 17px; background: linear-gradient(145deg,#fff,#f7f9fc); }
.zc-power-grid article::after { content: ""; position: absolute; right: -46px; bottom: -70px; width: 180px; height: 180px; border: 1px solid rgba(23,111,229,.1); border-radius: 50%; box-shadow: 0 0 0 34px rgba(23,111,229,.035); }
.zc-power-grid article > span { display: block; color: var(--zc-blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.zc-power-grid strong { display: block; margin: 54px 0 28px; color: var(--zc-navy); font-size: clamp(40px,4vw,55px); font-weight: 570; line-height: 1; letter-spacing: -.055em; }
.zc-power-grid strong small { font-size: .44em; font-weight: 700; letter-spacing: -.02em; }
.zc-power-grid h3 { margin: 0 0 10px; color: var(--zc-navy); font-size: 19px; font-weight: 620; }
.zc-power-grid p { position: relative; z-index: 1; max-width: 190px; margin: 0; color: var(--zc-muted); font-size: 13px; line-height: 1.55; }

.zc-charge-cta { position: relative; overflow: hidden; padding: 96px 0; background: linear-gradient(115deg,#071e3e 0%,#0a2f62 62%,#176fe5 150%); }
.zc-charge-cta::after { content: ""; position: absolute; top: -160px; right: -70px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 78px rgba(255,255,255,.025); }
.zc-charge-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 72px; }
.zc-charge-cta .zencar-eyebrow { color: #8dbdff; }
.zc-charge-cta h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(42px,5vw,68px); font-weight: 560; line-height: 1; }
.zc-charge-cta p:last-child { max-width: 720px; margin: 23px 0 0; color: #b7c8da; font-size: 15px; line-height: 1.65; }
.zc-charge-cta .zencar-btn { flex: 0 0 auto; gap: 16px; }
.zc-charge-cta .zencar-btn span { font-size: 18px; }

.zc-charge-faq { background: #f5f7fa; }
.zc-charge-faq__grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(55px,8vw,120px); align-items: start; }
.zc-charge-faq__intro { position: sticky; top: 110px; }
.zc-charge-faq__intro h2 { margin: 0; color: var(--zc-navy); font-size: clamp(38px,4.2vw,58px); font-weight: 570; line-height: 1.04; }
.zc-charge-faq__intro > p:last-child { max-width: 390px; margin: 24px 0 0; color: var(--zc-muted); font-size: 14px; line-height: 1.7; }
.zc-charge-faq__list { border-top: 1px solid #dce3eb; }
.zc-charge-faq details { border-bottom: 1px solid #dce3eb; }
.zc-charge-faq summary { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; color: var(--zc-navy); font-size: 18px; font-weight: 650; list-style: none; }
.zc-charge-faq summary::-webkit-details-marker { display: none; }
.zc-charge-faq summary span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: #e7eef7; }
.zc-charge-faq summary span::before,.zc-charge-faq summary span::after { content: ""; position: absolute; top: 13px; left: 8px; width: 12px; height: 1px; background: var(--zc-blue); }
.zc-charge-faq summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.zc-charge-faq details[open] summary span::after { transform: rotate(0); }
.zc-charge-faq details p { max-width: 680px; margin: -5px 58px 28px 0; color: var(--zc-muted); font-size: 14px; line-height: 1.72; }

/* Product and quote pages retain the original code-version hierarchy. */
.single-product .site-main { padding-top: 70px; padding-bottom: 110px; }
.single-product div.product .woocommerce-product-gallery__image { overflow: hidden; border-radius: 14px; background: var(--zc-silver); }
.single-product div.product .woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.single-product div.product .summary { padding-top: 12px; }
.single-product div.product .product_title { margin-bottom: 22px; font-size: clamp(38px,4.8vw,64px); font-weight: 600; line-height: 1.03; }
.zencar-new-product .summary > .price, .zencar-new-product .summary .stock, .zencar-new-product .summary .woocommerce-variation-availability, .zencar-new-product .summary .single_variation, .zencar-new-product .summary .woocommerce-variation-add-to-cart, .zencar-new-product .summary > form.cart .single_add_to_cart_button, .zencar-new-product .related .button, .zencar-no-public-price .summary .price, .zencar-no-public-price .woocommerce-variation-price, .zencar-no-public-price .related .price, .product_cat-new-vehicles .price, .product_cat-ev-charging .price { display: none !important; }
.zencar-new-product .variations_form { margin: 26px 0 0 !important; }
.zencar-new-product .variations th, .zencar-new-product .variations td { padding: 7px 0 !important; border: 0 !important; }
.zencar-new-vehicle-meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 32px; }
.zencar-new-vehicle-meta span { display: flex; min-height: 72px; flex-direction: column; justify-content: center; padding: 15px 18px; border-radius: 12px; background: var(--zc-silver); color: var(--zc-ink); font-size: 15px; font-weight: 650; }
.zencar-new-vehicle-meta small { margin-bottom: 4px; color: var(--zc-muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.zencar-product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.zencar-product-note { max-width: 520px; margin: 18px 0 0; color: var(--zc-muted); font-size: 12px; line-height: 1.6; }
.zencar-new-product .related { display: none !important; }
.zencar-used-product .zencar-used-price, .zencar-used-product .price { color: var(--zc-navy) !important; font-size: clamp(32px,4vw,48px) !important; font-weight: 650 !important; letter-spacing: -.035em; }
.woocommerce ul.products li.product img, .elementor-loop-container .product img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; background: var(--zc-silver); }
.zencar-loop-view { min-height: 44px; color: var(--zc-navy) !important; background: var(--zc-silver) !important; }

.zencar-quote-page .entry-content { margin: 0 !important; }
.zencar-quote-page .elementor-365 { padding: 100px 0 120px; background: #f4f6f8; }
.zencar-quote-shell { display: grid; width: var(--zc-shell); grid-template-columns: minmax(0,.8fr) minmax(420px,1.2fr); gap: clamp(46px,8vw,110px); margin: 0 auto; align-items: start; }
.zencar-quote-intro { position: sticky; top: 110px; padding-top: 18px; }
.zencar-quote-intro h1 { max-width: 520px; margin: 0 0 30px; font-size: clamp(46px,5.5vw,76px); font-weight: 560; line-height: .98; }
.zencar-request-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 42px; }
.zencar-request-list span { padding: 16px 18px; border-radius: 11px; color: var(--zc-navy); background: #fff; font-size: 13px; font-weight: 700; }
.zencar-quote-form { padding: clamp(28px,4vw,52px); border-radius: var(--zc-radius); background: #fff; box-shadow: 0 24px 70px rgba(9,37,74,.08); }

@media (max-width: 1024px) {
  :root { --zc-shell: min(100% - 36px,940px); }
  .zencar-section { padding: 94px 0; }
  .zencar-hero { min-height: 650px; }
  .zencar-hero-content { padding-bottom: 96px; }
  .zencar-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .zencar-category-card { min-height: 290px; padding: 26px; }
  .zencar-vehicle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .zencar-four-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .zencar-four-grid > div:nth-child(3) { border-left: 0; }
  .zencar-pazhou-grid { grid-template-columns: 1fr; gap: 48px; }
  .zencar-pazhou-image, .zencar-pazhou-image img { min-height: 480px; }
  .zencar-process-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .zencar-brand-logos { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .zencar-home-cta .zencar-shell { align-items: flex-start; flex-direction: column; }
  .zc-charge-hero { padding: 72px 0 82px; }
  .zc-charge-hero__grid { grid-template-columns: minmax(0,.9fr) minmax(360px,1.1fr); gap: 40px; }
  .zc-charge-hero__media { min-height: 540px; }
  .zc-solution-grid { grid-template-columns: 1fr 1fr; }
  .zc-solution-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .zc-solution-card:last-child .zc-solution-card__image { aspect-ratio: auto; min-height: 360px; }
  .zc-benefit-grid,.zc-power-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .zc-benefit-grid article { min-height: 240px; }
  .zc-charge-cta__inner { align-items: flex-start; flex-direction: column; gap: 38px; }
  .zc-charge-faq__grid { grid-template-columns: 1fr; gap: 46px; }
  .zc-charge-faq__intro { position: static; }
}

@media (max-width: 767px) {
  :root { --zc-shell: calc(100vw - 32px); --zc-radius: 14px; }
  .zencar-section { padding: 76px 0; }
  .zencar-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .zencar-section-head h2 { font-size: 40px; }
  .site-header .ast-primary-header-bar { min-height: 66px; }
  .site-header .custom-logo-link img { max-height: 36px; }
  .zencar-hero { min-height: 610px; align-items: flex-end; background-position: 60% center; }
  .zencar-hero-shade { background: linear-gradient(0deg,rgba(4,20,42,.9),rgba(4,20,42,.2) 78%); }
  .zencar-hero-content { padding-bottom: 88px; }
  .zencar-hero h1 { max-width: 520px; font-size: 50px; line-height: .98; }
  .zencar-hero-actions { margin-top: 28px; }
  .zencar-search-wrap { margin-top: 0; padding: 24px 0 0; }
  .zencar-search { grid-template-columns: 1fr; gap: 13px; padding: 16px; }
  .zencar-search .zencar-btn { width: 100%; }
  .zencar-categories { padding-top: 76px; }
  .zencar-category-grid { grid-template-columns: 1fr; }
  .zencar-category-card { min-height: 260px; padding: 28px; }
  .zencar-vehicle-grid { grid-template-columns: 1fr; gap: 24px; }
  .zencar-vehicle-copy { padding: 24px; }
  .zencar-vehicle-copy h3 { min-height: 0; }
  .zencar-four-grid { grid-template-columns: 1fr; }
  .zencar-four-grid > div { min-height: 0; padding: 28px 0 32px !important; border-left: 0 !important; }
  .zencar-four-grid span { margin-bottom: 38px; }
  .zencar-pazhou-image, .zencar-pazhou-image img { min-height: 360px; }
  .zencar-pazhou-copy h2 { font-size: 34px; }
  .zencar-company-proof p { font-size: 14px; }
  .zencar-process-row { grid-template-columns: 1fr; }
  .zencar-process-row > article { min-height: 0; }
  .zencar-brand-logos { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .zencar-brand-logos figure { min-height: 88px; padding: 14px; }
  .zencar-home-cta { padding: 74px 0; }
  .zencar-home-cta h2 { font-size: 44px; }
  .zencar-home-cta .zencar-hero-actions { width: 100%; }
  .zencar-home-cta .zencar-btn { flex: 1; }
  .single-product .site-main { padding-top: 38px; padding-bottom: 78px; }
  .single-product div.product .product_title { font-size: 39px; }
  .zencar-new-vehicle-meta { grid-template-columns: 1fr 1fr; }
  .zencar-product-actions .zencar-btn { width: 100%; }
  .zencar-quote-page .elementor-365 { padding: 70px 0 84px; }
  .zencar-quote-shell { grid-template-columns: 1fr; gap: 38px; }
  .zencar-quote-intro { position: static; padding: 0; }
  .zc-charge-hero { padding: 64px 0 68px; }
  .zc-charge-hero__grid { grid-template-columns: 1fr; gap: 42px; }
  .zc-charge-hero__copy h1 { font-size: 54px; }
  .zc-charge-hero__lead { margin-top: 26px; font-size: 21px; }
  .zc-charge-hero__media { min-height: 470px; border-radius: 18px; }
  .zc-charge-hero__media figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .zc-charge-section-head > p { margin-top: -16px; }
  .zc-solution-grid { grid-template-columns: 1fr; }
  .zc-solution-card:last-child { grid-column: auto; display: block; }
  .zc-solution-card:last-child .zc-solution-card__image { min-height: 0; aspect-ratio: 4/3; }
  .zc-solution-card__copy { padding: 25px; }
  .zc-solution-card__copy > p,.zc-solution-card__copy ul { min-height: 0; }
  .zc-benefit-grid,.zc-power-grid { grid-template-columns: 1fr; }
  .zc-benefit-grid article { min-height: 0; padding: 26px; }
  .zc-benefit-icon { margin-bottom: 36px; }
  .zc-benefit-grid h3 { min-height: 0; }
  .zc-power-grid article { min-height: 285px; }
  .zc-charge-cta { padding: 76px 0; }
  .zc-charge-cta h2 { font-size: 42px; }
  .zc-charge-cta .zencar-btn { width: 100%; }
  .zc-charge-faq summary { min-height: 76px; font-size: 16px; line-height: 1.35; }
  .zc-charge-faq details p { margin-right: 0; }
}

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


/* Homepage refinement 2.1.5 — full-width fix, denser cards and image-led trust sections. */
.home .site-content { width: 100% !important; max-width: none !important; }
.home .site-content > .ast-container { width: 100% !important; max-width: none !important; padding-left: 0 !important; padding-right: 0 !important; }
.home .site-content > .ast-container > main.zencar-home { width: 100% !important; max-width: none !important; flex: 1 1 100% !important; min-width: 0; margin: 0 !important; }
.zencar-home { overflow-x: clip; }
.zencar-section { padding: 96px 0; }
.zencar-eyebrow { margin-bottom: 14px; font-size: 16px; letter-spacing: .15em; }
.zencar-section-head { margin-bottom: 42px; }
.zencar-section-head h2 { font-size: clamp(38px,3.8vw,58px); }

.zencar-vehicle-grid { gap: 22px 18px; align-items: stretch; }
.zencar-vehicle-card { display: flex; min-height: 0; flex-direction: column; }
.zencar-vehicle-image { aspect-ratio: 16/9; }
.zencar-vehicle-copy { display: flex; flex: 1; flex-direction: column; padding: 17px 18px 20px; }
.zencar-brand { margin-bottom: 7px; font-size: 11px; }
.zencar-vehicle-copy h3 { min-height: 42px; font-size: 19px; line-height: 1.12; }
.zencar-vehicle-type { min-height: 0; margin: 9px 0 13px; }
.zencar-vehicle-copy > .zencar-text-link { margin-top: 0; }

.zencar-why { position: relative; overflow: hidden; background: linear-gradient(125deg,#071f40 0%,#0a2e5d 100%); }
.zencar-why::after { content: ""; position: absolute; top: -210px; right: -150px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 82px rgba(255,255,255,.018); pointer-events: none; }
.zencar-why .zencar-shell { position: relative; z-index: 1; }
.zencar-why-head { align-items: flex-end; }
.zencar-why-head > p { max-width: 410px; margin: 0 0 5px; color: #afc2d8; font-size: 14px; line-height: 1.65; }
.zencar-four-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.zencar-four-grid > article { min-height: 245px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.055); backdrop-filter: blur(5px); transition: transform .22s ease,border-color .22s ease,background .22s ease; }
.zencar-four-grid > article:hover { transform: translateY(-4px); border-color: rgba(121,176,255,.42); background: rgba(255,255,255,.085); }
.zencar-feature-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 54px; }
.zencar-feature-top span { margin: 0; color: #82b8ff; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.zencar-feature-top i { width: 38px; height: 38px; border: 1px solid rgba(130,184,255,.32); border-radius: 12px; background: linear-gradient(135deg,rgba(130,184,255,.22),rgba(255,138,61,.12)); }
.zencar-four-grid h3 { margin: 0 0 11px; color: #fff; font-size: 22px; font-weight: 620; }
.zencar-four-grid p { max-width: none; margin: 0; color: #b7c7d8; font-size: 14px; line-height: 1.58; }

.zencar-pazhou-grid { grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: clamp(46px,6vw,82px); }
.zencar-pazhou-collage { display: grid; height: 560px; grid-template-columns: 1.3fr .9fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.zencar-pazhou-collage figure { overflow: hidden; margin: 0; border-radius: 15px; background: #e8edf3; }
.zencar-pazhou-collage .zencar-collage-main { grid-row: 1 / 3; }
.zencar-pazhou-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.zencar-pazhou-collage figure:hover img { transform: scale(1.025); }
.zencar-pazhou-copy h2 { margin-bottom: 22px; font-size: clamp(36px,3.5vw,52px); line-height: 1.06; }
.zencar-pazhou-lead { margin: 0 0 26px; color: var(--zc-muted); font-size: 15px; line-height: 1.7; }
.zencar-trust-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.zencar-trust-list li { position: relative; padding: 13px 0 13px 25px; border-top: 1px solid #e3e8ee; color: var(--zc-navy); font-size: 14px; font-weight: 650; }
.zencar-trust-list li::before { content: ""; position: absolute; top: 20px; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--zc-orange); box-shadow: 0 0 0 4px rgba(255,138,61,.1); }
.zencar-location-line { margin-top: 22px; padding-top: 18px; }

.zencar-process-row { gap: 18px; }
.zencar-process-row > article { min-height: 0; overflow: hidden; padding: 0; border: 1px solid rgba(9,37,74,.07); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(9,37,74,.06); transition: transform .22s ease,box-shadow .22s ease; }
.zencar-process-row > article:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(9,37,74,.12); }
.zencar-process-row figure { position: relative; overflow: hidden; aspect-ratio: 4/3; margin: 0; background: #dfe6ed; }
.zencar-process-row figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(5,25,52,.52)); }
.zencar-process-row figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.zencar-process-row article:hover figure img { transform: scale(1.035); }
.zencar-process-row figure span { position: absolute; right: 16px; bottom: 14px; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--zc-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.zencar-process-copy { padding: 23px 24px 25px; }
.zencar-process-row h3 { margin: 0 0 9px; font-size: 24px; }
.zencar-process-row p { margin: 0; min-height: 66px; font-size: 13px; line-height: 1.55; }

@media (max-width: 1024px) {
  .zencar-section { padding: 82px 0; }
  .zencar-eyebrow { font-size: 15px; }
  .zencar-why-head { align-items: flex-start; flex-direction: column; }
  .zencar-four-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .zencar-pazhou-collage { height: 520px; }
  .zencar-process-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .zencar-section { padding: 64px 0; }
  .zencar-eyebrow { margin-bottom: 12px; font-size: 14px; letter-spacing: .14em; }
  .zencar-section-head { margin-bottom: 30px; }
  .zencar-section-head h2 { font-size: 38px; }
  .zencar-vehicle-copy { padding: 18px 19px 20px; }
  .zencar-vehicle-copy h3 { min-height: 0; }
  .zencar-four-grid { grid-template-columns: 1fr; gap: 12px; }
  .zencar-four-grid > article { min-height: 0; padding: 24px; }
  .zencar-feature-top { margin-bottom: 34px; }
  .zencar-pazhou-grid { gap: 36px; }
  .zencar-pazhou-collage { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 260px 145px; gap: 9px; }
  .zencar-pazhou-collage .zencar-collage-main { grid-column: 1 / 3; grid-row: auto; }
  .zencar-pazhou-copy h2 { font-size: 34px; }
  .zencar-process-row { grid-template-columns: 1fr; }
  .zencar-process-row figure { aspect-ratio: 16/10; }
  .zencar-process-row p { min-height: 0; }
}


/* Higher-specificity homepage scope: wins over the legacy active Code Snippet's inline CSS. */
body.home .zencar-section { padding: 96px 0; }
body.home .zencar-eyebrow { margin-bottom: 14px; font-size: 16px; letter-spacing: .15em; }
body.home .zencar-section-head { margin-bottom: 42px; }
body.home .zencar-section-head h2 { font-size: clamp(38px,3.8vw,58px); }
body.home .zencar-vehicle-grid { gap: 22px 18px; align-items: stretch; }
body.home .zencar-vehicle-card { display: flex; min-height: 0; flex-direction: column; }
body.home .zencar-vehicle-image { aspect-ratio: 16/9; }
body.home .zencar-vehicle-copy { display: flex; flex: 1; flex-direction: column; padding: 17px 18px 20px; }
body.home .zencar-brand { margin-bottom: 7px; font-size: 11px; }
body.home .zencar-vehicle-copy h3 { min-height: 42px; font-size: 19px; line-height: 1.12; }
body.home .zencar-vehicle-type { min-height: 0; margin: 9px 0 13px; }
body.home .zencar-vehicle-copy > .zencar-text-link { margin-top: 0; }
body.home .zencar-why-head { align-items: flex-end; }
body.home .zencar-four-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
body.home .zencar-four-grid > article { min-height: 245px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.055); }
body.home .zencar-feature-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 54px; }
body.home .zencar-feature-top span { margin: 0; color: #82b8ff; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
body.home .zencar-four-grid h3 { margin: 0 0 11px; font-size: 22px; font-weight: 620; }
body.home .zencar-four-grid p { max-width: none; margin: 0; color: #b7c7d8; font-size: 14px; line-height: 1.58; }
body.home .zencar-pazhou-grid { grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: clamp(46px,6vw,82px); }
body.home .zencar-pazhou-copy h2 { margin-bottom: 22px; font-size: clamp(36px,3.5vw,52px); line-height: 1.06; }
body.home .zencar-location-line { margin-top: 22px; padding-top: 18px; }
body.home .zencar-process-row { gap: 18px; }
body.home .zencar-process-row > article { min-height: 0; overflow: hidden; padding: 0; border: 1px solid rgba(9,37,74,.07); border-radius: 16px; background: #fff; }
body.home .zencar-process-row figure { position: relative; overflow: hidden; aspect-ratio: 4/3; margin: 0; }
body.home .zencar-process-row h3 { margin: 0 0 9px; font-size: 24px; }
body.home .zencar-process-row p { min-height: 66px; margin: 0; font-size: 13px; line-height: 1.55; }

@media (max-width: 1024px) {
  body.home .zencar-section { padding: 82px 0; }
  body.home .zencar-eyebrow { font-size: 15px; }
  body.home .zencar-why-head { align-items: flex-start; flex-direction: column; }
  body.home .zencar-four-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.home .zencar-process-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  body.home .zencar-section { padding: 64px 0; }
  body.home .zencar-eyebrow { margin-bottom: 12px; font-size: 14px; }
  body.home .zencar-section-head { margin-bottom: 30px; }
  body.home .zencar-section-head h2 { font-size: 38px; }
  body.home .zencar-vehicle-copy h3 { min-height: 0; }
  body.home .zencar-four-grid { grid-template-columns: 1fr; gap: 12px; }
  body.home .zencar-four-grid > article { min-height: 0; padding: 24px; }
  body.home .zencar-feature-top { margin-bottom: 34px; }
  body.home .zencar-pazhou-grid { grid-template-columns: 1fr; gap: 36px; }
  body.home .zencar-process-row { grid-template-columns: 1fr; }
  body.home .zencar-process-row figure { aspect-ratio: 16/10; }
  body.home .zencar-process-row p { min-height: 0; }
}


/* Homepage refinement 2.1.7: meaningful icons, restored company profile, distinct process */
body.home .zencar-four-grid > article { min-height: 252px; padding: 28px; }
body.home .zencar-feature-top { align-items: center; margin-bottom: 30px; }
body.home .zencar-feature-top .zencar-feature-number { margin: 0; color: #82b8ff; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
body.home .zencar-feature-top .zencar-feature-icon { display: grid; place-items: center; flex: 0 0 54px; width: 54px; height: 54px; margin: 0; border: 1px solid rgba(130,184,255,.38); border-radius: 15px; color: #9ac7ff; background: linear-gradient(135deg,rgba(130,184,255,.20),rgba(255,138,61,.11)); box-shadow: inset 0 1px 0 rgba(255,255,255,.09); }
body.home .zencar-feature-icon svg { display: block; width: 28px; height: 28px; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
body.home .zencar-company-proof { display: grid; gap: 14px; margin-top: 0; }
body.home .zencar-company-proof p { position: relative; margin: 0; padding-left: 18px; color: var(--zc-muted); font-size: 15px; line-height: 1.62; }
body.home .zencar-company-proof p::before { content: ""; position: absolute; top: .68em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--zc-blue); box-shadow: 0 0 0 4px rgba(28,116,233,.08); }
body.home .zencar-pazhou-copy { align-self: center; }
body.home .zencar-pazhou-copy h2 { margin-bottom: 24px; }
body.home .zencar-location-line { margin-top: 26px; padding-top: 19px; }
body.home .zencar-process-head { align-items: flex-end; justify-content: space-between; gap: 48px; }
body.home .zencar-process-head > p { max-width: 450px; margin: 0 0 5px; color: var(--zc-muted); font-size: 15px; line-height: 1.65; }
body.home .zencar-process-row > article { display: flex; flex-direction: column; }
body.home .zencar-process-copy { flex: 1; padding: 22px 22px 24px; }
body.home .zencar-process-row h3 { margin: 0 0 9px; font-size: 22px; line-height: 1.2; }
body.home .zencar-process-row p { min-height: 0; margin: 0; font-size: 14px; line-height: 1.58; }
body.home .zencar-process-row article:nth-child(3) figure img { object-position: center 58%; }

@media (max-width: 1024px) {
  body.home .zencar-process-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  body.home .zencar-process-head > p { max-width: 620px; }
}
@media (max-width: 767px) {
  body.home .zencar-four-grid > article { padding: 24px; }
  body.home .zencar-feature-top { margin-bottom: 24px; }
  body.home .zencar-feature-top .zencar-feature-icon { flex-basis: 50px; width: 50px; height: 50px; }
  body.home .zencar-company-proof { gap: 12px; }
  body.home .zencar-company-proof p { font-size: 14px; }
  body.home .zencar-process-head { gap: 14px; }
  body.home .zencar-process-copy { padding: 20px 22px 23px; }
}


/* Charging power guide and single-product refinement 2.1.9 */
body.zencar-charging-page .zc-power-grid article { min-height: 300px; padding: 27px; }
body.zencar-charging-page .zc-power-grid strong { display: flex; align-items: baseline; flex-wrap: nowrap; gap: 8px; margin: 44px 0 22px; white-space: nowrap; color: var(--zc-navy); font-size: clamp(34px,2.8vw,46px); font-weight: 570; line-height: 1.05; letter-spacing: -.04em; }
body.zencar-charging-page .zc-power-grid strong small { display: inline-block; flex: 0 0 auto; margin: 0; color: inherit; font-size: 20px; font-weight: 700; line-height: 1; letter-spacing: 0; }
body.single-product #primary { margin-top: 34px !important; margin-bottom: 70px !important; }
body.single-product .site-main { padding-top: 0 !important; }
body.single-product .zencar-product-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 0 0 28px; color: #77879a; font-size: 13px; line-height: 1.5; }
body.single-product .zencar-product-breadcrumb a { color: var(--zc-blue); font-weight: 650; text-decoration: none; }
body.single-product .zencar-product-breadcrumb a:hover { text-decoration: underline; }
body.single-product .zencar-product-breadcrumb .zencar-crumb-separator { color: #acb7c4; }
body.single-product .zencar-product-breadcrumb [aria-current="page"] { max-width: min(520px,100%); overflow: hidden; color: var(--zc-navy); font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
body.single-product .summary > .zencar-product-note ~ .zencar-new-vehicle-meta,
body.single-product .summary > .zencar-product-note ~ .zencar-product-actions,
body.single-product .summary > .zencar-product-note ~ .zencar-product-note { display: none !important; }

@media (max-width: 767px) {
  body.zencar-charging-page .zc-power-grid article { min-height: 250px; }
  body.zencar-charging-page .zc-power-grid strong { gap: 7px; margin: 36px 0 20px; font-size: 38px; }
  body.zencar-charging-page .zc-power-grid strong small { font-size: 17px; }
  body.single-product #primary { margin-top: 22px !important; margin-bottom: 48px !important; }
  body.single-product .zencar-product-breadcrumb { margin-bottom: 22px; font-size: 12px; }
}
