/* LimoRide-inspired full-bleed video hero (home3) */
.limo-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background-color: #1d293d;
  color: #ffffff;
}
.limo-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.limo-hero__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transform: scale(1.08);
  transform-origin: center center;
  animation: limo-hero-ken 14s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes limo-hero-ken {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-1.2%, -0.8%, 0); }
}
.limo-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(29, 41, 61, 0.55) 0%,
    rgba(29, 41, 61, 0.32) 45%,
    rgba(29, 41, 61, 0.68) 100%
  );
}
.limo-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(110px, 12vw, 160px) clamp(20px, 5.5vw, 96px) clamp(36px, 5vw, 64px);
}
.limo-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: clamp(16px, 2vw, 24px);
}
.limo-hero__eyebrow::before,
.limo-hero__eyebrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.85;
}
.limo-hero__title {
  max-width: 18ch;
  font-size: clamp(34px, 5.2vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  margin: 0 0 clamp(16px, 2vw, 24px);
}
.limo-hero p.limo-hero__desc,
.limo-hero__desc {
  max-width: 48ch;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86) !important;
}
.limo-hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(24px, 3vw, 36px);
}
.limo-hero__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px;
  line-height: 1.45;
}
.limo-hero__list li:last-child {
  margin-bottom: 0;
}
.limo-hero__list-icon {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #ffffff;
  opacity: 0.95;
}
.limo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
}
.limo-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #1d293d !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #ffffff;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.limo-hero__btn:hover,
.limo-hero__btn:focus {
  background: #1d293d !important;
  color: #ffffff !important;
  border-color: #ffffff;
  transform: translateY(-1px);
}
.limo-hero__btn:hover i,
.limo-hero__btn:focus i {
  color: #ffffff !important;
}
.limo-hero__phone {
  display: flex;
  align-items: center;
  gap: 14px;
}
.limo-hero__phone-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff !important;
  color: #1d293d !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #ffffff;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.limo-hero__phone-icon i,
.limo-hero__phone-icon svg {
  color: #1d293d !important;
  transition: color 0.25s ease;
}
.limo-hero__phone-icon:hover,
.limo-hero__phone-icon:focus,
.limo-hero__phone:hover .limo-hero__phone-icon {
  background: #1d293d !important;
  color: #ffffff !important;
  border-color: #ffffff;
  transform: translateY(-1px);
}
.limo-hero__phone-icon:hover i,
.limo-hero__phone-icon:focus i,
.limo-hero__phone:hover .limo-hero__phone-icon i {
  color: #ffffff !important;
}
.limo-hero__phone-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-bottom: 2px;
}
.limo-hero__phone-num {
  display: block;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.2;
}
.limo-hero__play-wrap {
  position: absolute;
  right: clamp(20px, 8vw, 140px);
  top: 42%;
  z-index: 3;
  transform: translateY(-50%);
}
.limo-hero__play {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  color: #1d293d !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 1;
}
.limo-hero__play::before,
.limo-hero__play::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  z-index: -1;
  animation: limo-hero-pulse 1.8s ease-out infinite;
}
.limo-hero__play::after {
  inset: -34px;
  animation-delay: 0.55s;
  opacity: 0.7;
}
@keyframes limo-hero-pulse {
  0% { transform: scale(0.72); opacity: 0.7; }
  100% { transform: scale(1.15); opacity: 0; }
}
.limo-hero__stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(36px, 5vw, 56px);
  padding-top: clamp(24px, 3vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.limo-hero__stat-value {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1;
  color: #ffffff !important;
  margin-bottom: 8px;
}
.limo-hero__stat-label {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72) !important;
}
@media (max-width: 991.98px) {
  .limo-hero__play-wrap {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 28px 0 8px;
  }
  .limo-hero__title {
    max-width: none;
  }
  .limo-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .limo-hero__stats {
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
  }
}

body:has(.limo-hero) .tp-header-area.header-transparent {
  position: absolute;
  width: 100%;
  z-index: 20;
}
