.lux-van-fleet,
.lux-van-fleet * {
  box-sizing: border-box;
}

.lux-van-fleet {
  width: 100%;
  padding: 45px 24px;
  position: relative;
  overflow: hidden;
}

.lux-van-fleet-inner {
  width: min(94%, 1640px);
  margin: 0 auto;
}

.lux-van-fleet-header {
  max-width: 980px;
  margin: 0 0px 56px;
  text-align: center;
}

.lux-van-fleet-eyebrow {
  margin: 0 0 12px;
  color: #74777c;
  font-family: "AvantGarde", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  text-align: left;
}

.lux-van-fleet h2 {
  margin: 0;
  color: #111111;
  font-family: "Georgia", serif;
  font-size: clamp(32px, 6vw, 50px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.055em;
  text-align: left;
}

.lux-van-fleet-subtitle {
  max-width: 780px;
  margin: 28px 0px 0px;
  color: #6f7378;
  text-align: left;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.55;
}

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

.lux-van-card {
  min-width: 0;
  border: 1px solid rgba(160, 165, 171, 0.34);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.lux-van-card:hover {
  transform: translateY(-6px);
  border-color: rgba(130, 134, 141, 0.7);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.lux-van-card-media {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #eceef0;
}

.lux-van-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.lux-van-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}

.lux-van-card:hover .lux-van-card-image {
  transform: scale(1.035);
}

.lux-van-brand {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 52px;
  height: 52px;
  z-index: 2;
  display: grid;
  place-items: center;
}

.lux-van-brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.lux-van-card-body {
  padding: 24px 24px 22px;
}

.lux-van-card-title {
  margin: 0;
  color: #111111;
  font-family: "AvantGarde", sans-serif;
  font-size: clamp(21px, 1.45vw, 28px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.lux-van-card-passenger {
  margin: 8px 0 0;
  color: #54575c;
  font-family: "AvantGarde", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.lux-van-specs {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  gap: 18px;
}

.lux-van-spec-divider {
  width: 1px;
  height: 28px;
  background: rgba(125, 130, 138, 0.38);
}

.lux-van-spec {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222222;
  font-family: "AvantGarde", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.lux-van-spec img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter:
    brightness(0)
    invert(45%)
    contrast(120%);
}

.lux-van-book {
  width: 100%;
  min-height: 54px;
  margin-top: 26px;
  border: 1px solid #fc4c10;
  border-radius: 8px;
  background: #fc4c10;
  color: #ffffff;
  font-family: "AvantGarde", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  box-shadow: 0 10px 22px rgba(252, 76, 16, 0.25);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.lux-van-book:hover {
  transform: translateY(-2px);
  background: #fc4c10;
  filter: brightness(1.08);
  box-shadow: 0 15px 30px rgba(252, 76, 16, 0.35);
}

.lux-van-fleet-trust {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  color: #5d6167;
  font-family: "AvantGarde", sans-serif;
}

.lux-van-fleet-trust div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lux-van-fleet-trust div:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 24px;
  margin-left: 24px;
  background: rgba(130, 134, 140, 0.34);
}

.lux-van-fleet-trust p {
  margin: 0;
  font-size: 15px;
}

.lux-van-trust-icon img {
  width: 24px;
  height: 24px;
  display: block;
  filter:
    brightness(0)
    invert(46%)
    contrast(115%);
}

.lux-van-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 24px;
}

.lux-van-modal.is-open {
  display: grid;
}

.lux-van-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 16, 18, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  animation: luxVanFadeIn 180ms ease forwards;
}

.lux-van-modal-card {
  width: min(94vw, 520px);
  max-height: 90vh;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(190, 194, 199, 0.74);
  border-radius: 22px;
  background: #ffffff;
  overflow: hidden;
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  opacity: 0;
  transform: translateY(22px) scale(0.96);
  animation: luxVanModalIn 220ms ease forwards;
}

.lux-van-modal-media {
  height: 300px;
  position: relative;
  background: #eceef0;
  overflow: hidden;
}

.lux-van-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lux-van-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  z-index: 4;
  border: 1px solid rgba(190, 194, 199, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #111111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.lux-van-modal-body {
  padding: 28px;
}

.lux-van-modal-kicker {
  margin: 0 0 8px;
  color: #797d83;
  font-family: "AvantGarde", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lux-van-modal-title {
  margin: 0;
  color: #111111;
  font-family: "AvantGarde", sans-serif;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.lux-van-modal-description {
  margin: 16px 0 0;
  color: #5c6066;
  font-family: "AvantGarde", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.lux-van-modal-features {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.lux-van-modal-features li {
  color: #222222;
  font-family: "AvantGarde", sans-serif;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lux-van-modal-features li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f6f6f6, #b9bdc2);
  display: grid;
  place-items: center;
  font-size: 13px;
  color: #111111;
}

.lux-van-modal-actions {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
}

body.lux-van-modal-open {
  overflow: hidden;
}

@keyframes luxVanFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes luxVanModalIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1200px) {
  .lux-van-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lux-van-card-media {
    height: 280px;
  }
}

@media (max-width: 700px) {
  .lux-van-fleet {
    padding: 72px 18px;
  }

  .lux-van-grid {
    grid-template-columns: 1fr;
  }

  .lux-van-card-media {
    height: 240px;
  }

  .lux-van-fleet-trust {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .lux-van-fleet-trust div:not(:last-child)::after {
    display: none;
  }

  .lux-van-modal {
    padding: 16px;
  }

  .lux-van-modal-media {
    height: 240px;
  }
}