:root {
  --vs-primary: #e12129;
  --vs-primary-dark: #0b3f35;
  --vs-secondary: #24416b;
  --vs-accent: #2c3e50;
  --vs-bg: #f8f9fa;
  --vs-soft: #eaeaea;
  --vs-border: #e5e5e5;
  --vs-text: #1d252c;
  --vs-muted: #5f6870;
  --vs-shadow: 0 10px 28px rgba(18, 38, 63, .12);
  --vs-radius: 12px;
  --vs-button-radius: 8px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--vs-text);
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.vehicleshift-page h1,
.vehicleshift-page h2,
.vehicleshift-page h3,
.vehicleshift-page p {
  margin-top: 0;
}

.vehicleshift-page h1 {
  max-width: 420px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.05;
}

.vehicleshift-page h2 {
  margin-bottom: 12px;
  color: var(--vs-text);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.vehicleshift-page h3 {
  margin-bottom: 7px;
  color: var(--vs-primary);
  font-size: 16px;
  font-weight: 700;
}

.vehicleshift-page p,
.vehicleshift-page li {
  color: var(--vs-muted);
  font-size: 13px;
}

.section-compact {
  padding: 22px 0;
}

.section-tight {
  padding: 16px 0;
}

.section-title {
  text-align: center;
}

.btn {
  border-radius: var(--vs-button-radius);
  font-size: 13px;
  font-weight: 700;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
}

.btn-primary-vs {
  border: 1px solid var(--vs-primary);
  background: var(--vs-primary);
  color: #fff;
}

.btn-primary-vs:hover,
.btn-primary-vs:focus-visible {
  border-color: var(--vs-primary-dark);
  background: var(--vs-primary-dark);
  color: #fff;
}

.btn-outline-vs {
  border: 1px solid var(--vs-primary);
  color: var(--vs-primary);
  background: #fff;
}

.btn-light-vs {
  border: 1px solid #fff;
  background: #fff;
  color: var(--vs-primary);
}

.btn-accent-vs {
  border: 1px solid #cf1818;
  background: #e82923;
  color: #fff;
}

.hero-section,
.cta-section,
.stats-section {
  background: var(--vs-secondary);
}

.hero-copy {
  padding-left: 90px;
}

.icon-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icon-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: #e12129;
  font-size: 13px;
  font-weight: 600;
}

.icon-list i {
  width: 16px;
  color: #e12129;
  text-align: center;
}

.call-btn {
  margin-top: 24px;
  min-width: 250px;
  padding: 10px 16px;
}

.booking-card {
  max-width: 550px;
  margin-left: auto;
}

.booking-card h2 {
  margin-bottom: 10px;
  padding: 8px 16px;
  background: var(--vs-primary);
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.booking-form .form-control {
  min-height: 35px;
  border: 1px solid #fff;
  border-radius: 18px;
  color: #fff;
  font-size: 12px;
}

.booking-form .form-control:focus {
  border-color: var(--vs-primary);
  box-shadow: 0 0 0 .2rem rgba(21, 95, 90, .18);
}

.submit-btn {
  width: 100%;
  padding: 8px 18px;
}

.features-section {
  background: #fff;
}

.feature-row {
  border-bottom: 1px solid var(--vs-border);
}

.feature-card {
  min-height: 150px;
  padding: 22px 14px 18px;
  border-left: 1px solid #d3d9dd;
  text-align: center;
  transition: transform .3s ease, background-color .3s ease;
}

.feature-row > div:first-child .feature-card {
  border-left: 0;
}

.feature-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  color: #24416b;
  background: #eef7fb;
  border-radius: 50%;
  font-size: 45px;
}

.feature-card:hover {
  background: #fbfcfc;
  transform: translateY(-4px);
}

.feature-card p {
  margin-bottom: 0;
}

.reviews-section {
  background: var(--vs-soft);
}

.review-card,
.info-card,
.step-card,
.trust-card,
.wide-card,
.contact-item {
  height: 100%;
  border: 1px solid var(--vs-border);
  border-radius: var(--vs-radius);
  background: #fff;
  box-shadow: var(--vs-shadow);
}

.review-card {
  min-height: 245px;
  padding: 14px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}

.review-head h3 {
  margin-bottom: 0;
  color: var(--vs-text);
  font-size: 12px;
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--vs-primary);
  color: #fff;
  font-weight: 700;
}

.stars {
  color: #ffbc00;
  font-size: 11px;
  letter-spacing: 0;
}

.review-head .fa-google {
  margin-left: auto;
  color: #dc4437;
}

.text-panel p {
  margin-bottom: 11px;
}

.cta-section h2 {
  margin-bottom: 7px;
  font-size: 30px;
}

.cta-section p {
  margin-bottom: 16px;
  color: #3f3421;
  font-weight: 600;
}

.gallery-section {
  background: #fff;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1.48 / 1;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
  transition: transform .3s ease, box-shadow .3s ease;
  border: 3px solid;
  border-color: #24416b;
}

.gallery-grid div {
  overflow: hidden;
}

.gallery-grid img:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.stats-section {
  color: #fff;
}

.stat-item {
  padding: 8px 10px;
}

.stat-item span {
  display: block;
  color: #fff;
  font-size: 57px;
  font-weight: 700;
  line-height: 1;
}

.stat-item p {
  margin-bottom: 0;
  color: #25352d;
  font-size: 12px;
  font-weight: 700;
}

.content-section {
  background: #fff;
}

.content-section h2,
.process-section h2,
.cities-section h2 {
  font-size: 21px;
}

.info-card,
.step-card,
.trust-card,
.contact-item {
  padding: 18px;
}

.info-card i,
.step-card i,
.trust-card i,
.contact-item i {
  margin-bottom: 12px;
  color: var(--vs-secondary);
  font-size: 45px;
}

.info-card p,
.step-card p,
.trust-card p,
.contact-item p {
  margin-bottom: 0;
}

.feature-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.feature-list li {
  margin-bottom: 8px;
}

.visual-pair {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
  align-items: center;
}

.visual-pair img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.process-section {
  background: var(--vs-bg);
}

.step-card {
  text-align: center;
}

.wide-card {
  padding: 20px;
}

.contact-item a {
  color: var(--vs-primary);
  font-weight: 700;
  text-decoration: none;
}

.cities-section {
  background: #fff;
}

.city-grid span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  color: #d64a43;
  font-size: 12px;
  font-weight: 500;
}

.city-grid i {
  color: var(--vs-secondary);
}

.bottom-cta {
  background: var(--vs-primary);
}

.bottom-cta h2,
.bottom-cta p {
  color: #fff;
}

.bottom-cta .btn {
  margin-left: 8px;
  padding: 10px 18px;
}

@media (max-width: 991.98px) {
  .hero-copy {
    padding-left: 0;
  }

  .vehicleshift-page h1 {
    font-size: 29px;
  }

  .booking-card {
    max-width: none;
  }

  .feature-row > div:nth-child(odd) .feature-card {
    border-left: 0;
  }

  .review-card {
    min-height: 220px;
  }
}

@media (max-width: 767.98px) {
  .section-compact,
  .section-tight {
    padding: 24px 0;
  }

  .vehicleshift-page h1 {
    max-width: 100%;
    font-size: 27px;
    text-align: center;
  }

  .vehicleshift-page h2 {
    font-size: 22px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-points {
    display: inline-block;
    text-align: left;
  }

  .call-btn {
    min-width: 0;
    width: 100%;
  }

  .feature-card {
    border-left: 0;
    border-top: 1px solid var(--vs-border);
  }

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

  .stat-item span {
    font-size: 46px;
  }

  .bottom-cta,
  .bottom-cta .text-lg-end {
    text-align: center;
  }

  .bottom-cta .btn {
    width: 100%;
    margin: 8px 0 0;
  }
}
