/* ======================================
   THE CENTRAL HONDA — All New ZR-V
   css/car-zrv.css
====================================== */

/* ── ZR-V Subnav ── */
.zrv-subnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  transform: translateY(-100%);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s;
}
.zrv-subnav.scrolled {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.zsn-inner {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 32px;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}
.zsn-inner::-webkit-scrollbar {
  display: none;
}
.zsn-brand {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  flex-shrink: 0;
  cursor: default;
  line-height: 1.15;
}
.zsn-allnew {
  font-size: 0.52rem;
  letter-spacing: 2px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}
.zsn-name {
  font-family: var(--font-display), sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 3px;
  color: #111;
  line-height: 1;
}
.zsn-ehev-badge {
  display: inline-block;
  border: 1.5px solid #0066cc;
  color: #0066cc;
  font-size: 0.58rem;
  font-weight: 700;
  padding: 1px 5px;
  letter-spacing: 1.5px;
  margin-top: 2px;
}
.zsn-ehev-badge em {
  font-style: normal;
  font-weight: 900;
}
.zsn-drop {
  font-size: 0.55rem;
  color: #aaa;
  margin-left: 4px;
}
.zsn-sep {
  width: 1px;
  height: 22px;
  background: #ddd;
  margin: 0 16px;
  flex-shrink: 0;
}
.zsn-link {
  font-size: 0.78rem;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  padding: 0 14px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition:
    color 0.2s,
    border-color 0.2s;
  flex-shrink: 0;
}
.zsn-link:hover,
.zsn-link.active {
  color: #111;
  border-bottom-color: #111;
}
.zsn-top {
  margin-left: auto;
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  padding: 0 4px;
  color: #888;
  font-size: 0.6rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  transition: color 0.2s;
}
.zsn-top i {
  font-size: 0.85rem;
  color: #e60121;
}
.zsn-top:hover {
  color: #111;
}

/* ── Hero Slider ── */
.zrv-hero {
  position: relative;
  width: 100%;
  background: #0a0a0a;
  overflow: hidden;
}
.zrv-slide {
  display: none;
  position: relative;
  width: 100%;
  min-height: 88vh;
  background-size: cover;
  background-position: center;
}
.zrv-slide.active {
  display: block;
}
.zh-content {
  position: absolute;
  top: 8%;
  left: 5%;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.zh-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.zh-allnew {
  font-size: clamp(0.7rem, 1.5vw, 0.95rem);
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 2px;
}
.zh-model {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 5px;
  line-height: 0.9;
}
.zh-ehev {
  display: inline-block;
  border: 2px solid #1a7fcb;
  color: #1a7fcb;
  font-size: clamp(0.6rem, 1vw, 0.78rem);
  font-weight: 700;
  padding: 2px 7px;
  letter-spacing: 2px;
  margin-top: 6px;
}
.zh-ehev em {
  font-style: normal;
  font-weight: 900;
}
.zh-tagline {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.8rem, 5vw, 4.2rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 4px;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 6px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
.zh-sports-badge {
  position: absolute;
  bottom: 18%;
  right: 5%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
}
.zhsb-num {
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  font-weight: 900;
  font-style: italic;
  color: #1a7fcb;
  font-family: var(--font-display), sans-serif;
  line-height: 1;
}
.zhsb-text {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.62rem, 1.1vw, 0.8rem);
  font-weight: 700;
  font-style: italic;
  color: #1a7fcb;
  letter-spacing: 1px;
  line-height: 1.3;
}
.zh-callback {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 2;
}
.zh-callback button {
  background: #e60121;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 12px 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.zh-callback button:hover {
  background: #c40000;
}
.zh-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: none;
  border: none;
  color: #e60121;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 12px 10px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.zh-arrow-btn:hover {
  opacity: 1;
}
.zh-arrow-btn.left {
  left: 12px;
}
.zh-arrow-btn.right {
  right: 12px;
}
.zh-dots {
  position: absolute;
  bottom: 3.5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}
.zh-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}
.zh-dot.active {
  background: #fff;
  transform: scale(1.3);
}

/* ── Performance Dark Section ── */
.zrv-perf-dark {
  position: relative;
  width: 100%;
  background: #0a0a0a;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.zpd-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.zpd-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 48px;
}
.zpd-tagline {
  font-size: clamp(1rem, 2.5vw, 1.7rem);
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: center;
}
.zpd-car {
  width: 75%;
  max-width: 1000px;
  object-fit: contain;
  display: block;
  margin: auto;
  flex: 1;
}
.zpd-stats {
  position: relative;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  gap: 0;
  flex-wrap: wrap;
}
.zpd-sport-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 8px;
  flex-shrink: 0;
}
.zpdsb-num {
  font-size: 2.2rem;
  font-weight: 900;
  font-style: italic;
  color: #1a7fcb;
  font-family: var(--font-display), sans-serif;
  line-height: 1;
}
.zpdsb-text {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
  font-weight: 700;
  font-style: italic;
  color: #1a7fcb;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.zpd-vsep {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 28px;
  flex-shrink: 0;
}
.zpd-stat {
  text-align: center;
  flex-shrink: 0;
}
.zpd-slbl {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.zpd-sval {
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
}
.zpd-sval span {
  font-size: 0.65em;
  font-weight: 500;
}
.zpd-know-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 0 28px;
  background: transparent;
}
.zpd-know {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  padding: 10px 36px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}
.zpd-know:hover {
  background: #fff;
  color: #111;
}

/* ── Choose Your Color ── */
.zrv-color {
  background: #fff;
  padding: 32px 0 28px;
}
.zcol-tabs {
  display: flex;
  gap: 6px;
  padding: 0 40px;
  margin-bottom: 20px;
}
.zcol-tab {
  padding: 9px 22px;
  border-radius: 40px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: 1.5px solid transparent;
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  color: #666;
}
.zcol-tab.active {
  background: #111;
  color: #fff;
  border-color: #111;
}
.zcol-tab:not(.active):hover {
  color: #111;
  border-color: #ddd;
}
.zcol-car-wrap {
  position: relative;
  text-align: center;
}
.zcol-car-img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.zcol-360 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 40px;
  padding: 10px 28px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s;
}
.zcol-360:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.zcol-actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 80px 0;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.zcol-act-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #333;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: color 0.2s;
}
.zcol-act-link i {
  font-size: 1.1rem;
}
.zcol-act-link:hover {
  color: #111;
}
.zcol-choose {
  font-size: 0.88rem;
  color: #111;
  text-align: center;
  margin-top: 20px;
}
.zcol-swatches {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 14px 0 8px;
}
.zcol-sw {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.zcol-sw:hover {
  transform: scale(1.1);
}
.zcol-sw.active {
  box-shadow:
    0 0 0 2px #111,
    0 0 0 4px #fff,
    0 0 0 6px #111;
}
.zcol-name-wrap {
  text-align: center;
  margin-top: 8px;
}
.zcol-name {
  display: inline-block;
  background: #111;
  color: #fff;
  border-radius: 20px;
  padding: 4px 18px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* ── A Distinct Presence ── */
.zrv-presence {
  background: #fff;
  padding: 60px 0 0;
}
.zpres-title {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 28px;
}
.zpres-tabs {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 40px;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 0;
  gap: 0;
}
.zpres-tabs::-webkit-scrollbar {
  display: none;
}
.zpres-tab {
  padding: 14px 20px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #999;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition:
    color 0.2s,
    border-color 0.2s;
  margin-bottom: -1px;
  flex-shrink: 0;
}
.zpres-tab.active,
.zpres-tab:hover {
  color: #111;
  font-weight: 700;
  border-bottom-color: #111;
}
.zpres-panel {
  display: none;
}
.zpres-panel.active {
  display: block;
}
.zpres-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.zpres-img-item {
  overflow: hidden;
  background: #f0f0f0;
}
.zpres-img-item img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}
.zpres-caption {
  padding: 14px 20px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  gap: 8px;
}
.zpres-know {
  color: #888;
  font-weight: 400;
  text-decoration: none;
  font-size: 0.82rem;
  margin-left: 4px;
}
.zpres-know:hover {
  color: #111;
}
.zpres-stack {
  display: flex;
  flex-direction: column;
}
.zpres-stack .zpres-img-item img {
  height: 230px;
}

/* ── Sports e:HEV ── */
.zrv-ehev {
  background: #fff;
  padding: 60px 0 0;
}
.zehev-title {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.zehev-tabs {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 40px;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 0;
}
.zehev-tabs::-webkit-scrollbar {
  display: none;
}
.zehev-tab {
  padding: 14px 20px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #999;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition:
    color 0.2s,
    border-color 0.2s;
  margin-bottom: -1px;
  flex-shrink: 0;
}
.zehev-tab.active,
.zehev-tab:hover {
  color: #111;
  font-weight: 700;
  border-bottom-color: #111;
}
.zehev-panel {
  display: none;
}
.zehev-panel.active {
  display: flex;
  min-height: 500px;
}
.zehev-left {
  width: 32%;
  padding: 48px 36px 48px 48px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.zehev-mode-name {
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 300;
  color: #111;
  margin-bottom: 18px;
}
.zehev-mode-desc {
  font-size: 0.87rem;
  color: #555;
  line-height: 1.78;
  margin-bottom: 32px;
}
.zehev-specs-btn {
  display: inline-block;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 11px 28px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  transition: background 0.2s;
}
.zehev-specs-btn:hover {
  background: #333;
}
.zehev-right {
  flex: 1;
  background: #0a0a0a;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.zehev-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Performance Feature Images ── */
.zrv-perf-feats {
  background: #fff;
}
.zpf-panels {
  position: relative;
  margin-top: 30px;
}
.zpf-panel {
  display: none;
}
.zpf-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.zpf-item {
  background: #fafafa;
}
.zpf-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  padding: 24px;
  box-sizing: border-box;
}
.zpf-caption {
  padding: 12px 20px 20px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #716f6f;
}
.zpf-footer {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border-top: 3px solid #111;
  background: #fff;
  gap: 16px;
}
.zpf-progress {
  flex: 1;
  height: 2px;
  background: #e0e0e0;
}
.zpf-bar {
  height: 100%;
  background: #111;
  transition: width 0.3s;
}
.zpf-controls {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.zpf-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: none;
  cursor: pointer;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.zpf-controls button:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ── Honda SENSING ── */
.zrv-sensing {
  background: #fff;
  padding: 60px 0 0;
}
.zs-title {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 36px;
}
.zs-panels {
  position: relative;
}
.zs-panel {
  display: none;
}
.zs-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.zs-item {
  background: #f8f8f8;
  overflow: hidden;
}
.zs-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
.zs-caption {
  padding: 14px 20px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
}
.zs-footer {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border-top: 3px solid #111;
  background: #fff;
  gap: 16px;
}
.zs-progress {
  flex: 1;
  height: 2px;
  background: #e0e0e0;
}
.zs-bar {
  height: 100%;
  background: #111;
  transition: width 0.3s;
}
.zs-controls {
  display: flex;
  gap: 4px;
}
.zs-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: none;
  cursor: pointer;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.zs-controls button:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ── Genuine Accessories ── */
.zrv-accessories {
  background: #fff;
  padding: 60px 0 40px;
}
.zacc-title {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #111;
  text-align: center;
  margin-bottom: 28px;
}
.zacc-header {
  padding: 0 40px;
  margin-bottom: 20px;
}
.zacc-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e60121;
  display: inline-block;
  color: #111;
  margin-bottom: 8px;
}
.zacc-desc {
  font-size: 0.83rem;
  color: #666;
  max-width: 600px;
}
.zacc-panels {
  position: relative;
  margin-bottom: 20px;
}
.zacc-panel {
  display: none;
}
.zacc-panel.active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.zacc-card {
  position: relative;
  overflow: hidden;
  background: #111;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.zacc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.82;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.zacc-card:hover img {
  transform: scale(1.06);
  opacity: 0.65;
}
.zacc-name {
  position: absolute;
  bottom: 14px;
  left: 14px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}
.zacc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
.zacc-ec-btn {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px 28px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.zacc-ec-btn:hover {
  background: #333;
}
.zacc-pagi {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
  color: #333;
}
.zacc-pagi button {
  width: 30px;
  height: 30px;
  border: 1.5px solid #ccc;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.zacc-pagi button:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ── Check Other Models ── */
.zrv-other {
  background: #fff;
  padding: 60px 0 40px;
}
.zot-title {
  font-size: clamp(1.5rem, 3.5vw, 2.8rem);
  font-weight: 300;
  color: #111;
  text-align: center;
}
.zot-sub {
  text-align: center;
  font-size: 0.88rem;
  color: #888;
  margin: 4px 0 28px;
}
.zot-row {
  display: flex;
  gap: 20px;
  padding: 0 40px;
  overflow-x: auto;
  scrollbar-width: none;
}
.zot-row::-webkit-scrollbar {
  display: none;
}
.zot-card {
  flex: 0 0 320px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  background: #fff;
}
.zot-card-img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  background: #fafafa;
  display: block;
  padding: 12px;
  box-sizing: border-box;
}
.zot-offer {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #ddd;
  padding: 2px 8px;
  font-size: 0.66rem;
  color: #666;
  margin-bottom: 10px;
  border-radius: 3px;
}
.zot-card-body {
  padding: 16px 18px;
}
.zot-name {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}
.zot-price {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 16px;
}
.zot-btns {
  display: flex;
  gap: 8px;
}
.zot-btn-out {
  flex: 1;
  padding: 9px 10px;
  border: 1.5px solid #111;
  background: none;
  color: #111;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 40px;
  transition: all 0.2s;
}
.zot-btn-out:hover {
  background: #111;
  color: #fff;
}
.zot-btn-fill {
  flex: 1;
  padding: 9px 10px;
  background: #111;
  border: 1.5px solid #111;
  color: #fff;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 40px;
  transition: all 0.2s;
}
.zot-btn-fill:hover {
  background: #333;
  border-color: #333;
}
.zot-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.zot-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}
.zot-dot.active {
  background: #e60121;
  transform: scale(1.25);
}

/* ── FAQs ── */
.zrv-faq {
  background: #fff;
  padding: 60px 0 80px;
}
.zfaq-title {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #111;
  text-align: center;
  margin-bottom: 40px;
}
.zfaq-list {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}
.zfaq-item {
  border-bottom: 1px solid #e8e8e8;
}
.zfaq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 18px 0;
  font-size: 0.94rem;
  color: #111;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.zfaq-q i {
  color: #999;
  font-size: 0.8rem;
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 16px;
}
.zfaq-q.open i {
  transform: rotate(180deg);
}
.zfaq-a {
  display: none;
  font-size: 0.87rem;
  color: #555;
  line-height: 1.78;
  padding: 0 0 18px;
}
.zfaq-a.open {
  display: block;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .zehev-left {
    width: 36%;
    padding: 36px 24px 36px 36px;
  }
}
@media (max-width: 768px) {
  .zsn-link {
    font-size: 0.72rem;
    padding: 0 10px;
  }
  .zh-tagline {
    font-size: 1.6rem;
  }
  .zpd-stats {
    padding: 14px 16px;
  }
  .zpd-vsep {
    display: none;
  }
  .zpres-grid,
  .zpf-panel.active,
  .zs-panel.active {
    grid-template-columns: 1fr;
  }
  .zpres-img-item img {
    height: 280px;
  }
  .zs-item img {
    height: 260px;
  }
  .zehev-panel.active {
    flex-direction: column;
  }
  .zehev-left {
    width: 100%;
    padding: 28px 24px;
  }
  .zehev-right {
    min-height: 280px;
  }
  .zacc-panel.active {
    grid-template-columns: repeat(2, 1fr);
  }
  .zot-card {
    flex: 0 0 280px;
  }
  .zcol-car-img {
    height: 260px;
  }
  .zpres-tabs,
  .zehev-tabs,
  .zcol-tabs {
    padding: 0 16px;
  }
  .zacc-header,
  .zacc-footer {
    padding: 0 16px;
  }
  .zot-row {
    padding: 0 16px;
  }
  .zcol-actions {
    padding: 16px 40px 0;
  }
  .zpres-stack .zpres-img-item img {
    height: 180px;
  }
}
@media (max-width: 480px) {
  .zh-content {
    flex-direction: column;
    gap: 12px;
  }
  .zh-tagline {
    font-size: 1.4rem;
  }
  .zh-sports-badge {
    display: none;
  }
  .zcol-actions {
    padding: 12px 20px 0;
  }
  .zcol-sw {
    width: 20px;
    height: 20px;
  }
  .zcol-name {
    font-size: 0.60rem;
  }
  .zrv-slide{
    min-height: 25vh;
  }
  .zh-callback button {
    background: #e60121;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 7px 10px;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
}
}
