@import url('https://fonts.cdnfonts.com/css/monument-extended');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap');

html, body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Satoshi', sans-serif !important;
  background-color: #ffffff !important;
  color: #e91515 !important;
  overflow-x: hidden;
}

::selection {
  background-color: #dc3545 !important;
  color: #ffffff !important;
}

.bg-\[\#e91515\] ::selection,
.bg-\[\#e91515\]::selection,
.text-\[\#dc3545\] ::selection,
.text-\[\#dc3545\]::selection,
.bg-slate-900 ::selection,
.bg-slate-900::selection,
footer ::selection,
footer::selection {
  background-color: #ffffff !important;
  color: #e91515 !important;
}

.bg-\[\#dc3545\] ::selection,
.bg-\[\#dc3545\]::selection {
  background-color: #ffffff !important;
  color: #dc3545 !important;
}

body.modal-open, 
body.lightbox-open {
  overflow: hidden !important;
}

#legalModal,
#phoneModal,
#trailersModal,
#carDetailModal,
#lightboxModal {
  overscroll-behavior: contain !important;
}

h1, h1 *, 
h2, h2 *, 
.font-heading, .font-heading *,
.section-title, .section-title *,
.brand-name-text, 
.hero-cta-btn, .hero-cta-btn *,
.review-tag-badge, 
.main-header .logo, 
.desktop-nav a.nav-link, 
.mobile-nav-link, 
.footer-contact-tag, 
.footer-email, 
.footer-nav-list a, 
.footer-overlay-logo,
.hero-col-text strong {
  font-family: 'Monument Extended', sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

body, p, input, select, textarea, label, td, th, li, .hero-col-text span, .service-desc, .service-bullet-item span, .pricing-desc, .pricing-feature-item, .review-text {
  font-family: 'Satoshi', sans-serif !important;
}

i, .fa, .fa-solid, .fa-regular, .fa-brands, [class*="fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", sans-serif !important;
}

.hero-headline {
  font-size: clamp(1.15rem, 5.6vw, 3.75rem) !important;
  line-height: 1.12 !important;
}

@media (min-width: 1024px) {
  .hero-headline {
    font-size: 3.75rem !important;
    line-height: 1.08 !important;
  }
}

.hero-section {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 5% 40px 5%;
  background: 
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.70) 90px, rgba(255, 255, 255, 0) 160px),
    linear-gradient(95deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 28%, rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0.32) 72%, rgba(255, 255, 255, 0.15) 100%), 
    url('assets/hero.jpg') no-repeat center center / cover !important;
  image-rendering: -webkit-optimize-contrast;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .hero-section {
    height: auto !important;
    min-height: 100dvh;
    overflow: visible;
    padding-top: 100px !important;
    padding-bottom: 32px;
    background: 
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.90) 100px, rgba(255, 255, 255, 0.60) 68%, rgba(255, 255, 255, 0.20) 100%), 
      url('assets/hero.jpg') no-repeat 75% bottom / cover !important;
  }

  .hero-subtext-mobile {
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    color: #e91515 !important;
    font-weight: 700 !important;
    padding: 12px 18px !important;
    margin-top: 10px !important;
    margin-bottom: 12px !important;
    border: none !important;
    border-radius: 24px !important;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 50%, rgba(255, 255, 255, 0.70) 80%, rgba(255, 255, 255, 0) 100%) !important;
    box-shadow: 0 0 35px 20px rgba(255, 255, 255, 0.95) !important;
  }
}

.hero-feature-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #e2e8f0;
  padding: 14px 20px;
  min-height: 80px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
  position: relative;
  overflow: hidden;
}

.hero-feature-col:hover {
  border-color: #e91515;
  box-shadow: 0 6px 20px rgba(5, 19, 29, 0.08);
  z-index: 5;
}

.hero-col-icon {
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 90px;
  height: 90px;
  background: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e91515;
  opacity: 0.10;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.hero-col-icon i,
.hero-col-icon svg {
  font-size: 55px !important;
  line-height: 90px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hero-feature-col:hover .hero-col-icon,
.service-feature-col:hover .hero-col-icon {
  opacity: 0.25;
  transform: scale(1.15) rotate(-6deg);
  color: #e91515;
  background: transparent !important;
  border: none !important;
}

.hero-col-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
  z-index: 2;
}

.finance-feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 36px 30px;
  min-height: 180px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
  position: relative;
  overflow: hidden;
}

.finance-feature-card:hover {
  border-color: #e91515;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.finance-feature-card .hero-col-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 110px;
  height: 110px;
  background: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e91515;
  opacity: 0.08;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.finance-feature-card .hero-col-icon i {
  font-size: 70px !important;
  line-height: 110px !important;
}

.finance-feature-card:hover .hero-col-icon {
  opacity: 0.22;
  transform: scale(1.15) rotate(-6deg);
  color: #e91515;
}

.trust-guarantee-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 24px 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.trust-guarantee-card:hover {
  border-color: #e91515 !important;
  box-shadow: 0 10px 25px rgba(233, 21, 21, 0.08);
}

.trust-guarantee-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e91515;
  opacity: 0.085;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.trust-guarantee-icon i {
  font-size: 68px;
}

.pricing-card-image-wrap .trust-guarantee-icon {
  right: -10px;
  bottom: -10px;
  width: 130px;
  height: 130px;
  opacity: 0.12;
}

.pricing-card-image-wrap .trust-guarantee-icon i {
  font-size: 100px;
}

.trust-guarantee-card:hover .trust-guarantee-icon,
.pricing-card:hover .trust-guarantee-icon {
  opacity: 0.25;
  transform: scale(1.15) rotate(-12deg);
  color: #e91515;
}

.finance-feature-card .hero-col-text {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-col-text strong {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: clamp(10.5px, 1.05vw, 12.5px);
  font-weight: 800;
  color: #e91515;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: normal !important;
  line-height: 1.25;
}

.hero-col-text span {
  font-family: 'Satoshi', sans-serif !important;
  font-size: 13.5px;
  color: #475569;
  font-weight: 500;
  line-height: 1.5;
}

.service-feature-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 28px 28px;
  min-height: 155px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
  position: relative;
  overflow: hidden;
}

.service-feature-col:hover {
  transform: scale(1.03);
  border-color: #e91515;
  box-shadow: 0 12px 30px rgba(5, 19, 29, 0.12);
  z-index: 5;
}

.service-feature-col .hero-col-icon {
  right: -20px;
  bottom: -20px;
  width: 125px;
  height: 125px;
  opacity: 0.09;
}

.service-feature-col .hero-col-icon i,
.service-feature-col .hero-col-icon svg {
  font-size: 75px !important;
  line-height: 125px !important;
}

.service-feature-col .hero-col-text strong {
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.3;
  margin-bottom: 4px;
}

.service-feature-col .hero-col-text span {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.main-header, header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 5%;
  z-index: 10000;
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: none !important;
  transition: background-color 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

.main-header .logo {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e91515 !important;
  text-decoration: none;
}

.desktop-nav {
  display: flex;
  gap: 22px;
  list-style: none;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.desktop-nav a.nav-link {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 800;
  font-family: 'Monument Extended', sans-serif !important;
  transition: all 0.3s ease;
  position: relative;
  padding: 6px 0;
  color: #05131d !important;
  text-decoration: none;
}

.desktop-nav a.nav-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #e91515;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
  display: block !important;
  width: 100% !important;
}

.desktop-nav a.nav-link::after {
  display: none !important;
}

.desktop-nav a.nav-link:hover,
.desktop-nav a.nav-link.active {
  transform: scale(1.05);
  color: #e91515 !important;
  background: transparent !important;
}

.desktop-nav a.nav-link:hover::before,
.desktop-nav a.nav-link.active::before {
  transform: scaleY(1);
}

.main-header.scrolled {
  background-color: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  padding: 12px 5% !important;
}

.header-mobile-right {
  display: none;
  align-items: center;
  gap: 12px;
}

.mobile-menu-toggle {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10001;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #e91515;
  position: absolute;
  transition: all 0.3s ease;
}

.mobile-menu-toggle span:nth-child(1) { top: 10px; }
.mobile-menu-toggle span:nth-child(2) { top: 18px; }

.mobile-menu-toggle.open span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}

.mobile-menu-toggle.open span:nth-child(2) {
  top: 14px;
  transform: rotate(-45deg);
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-drawer.open {
  right: 0;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  text-align: center;
}

.mobile-nav-link {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: #05131d;
  text-decoration: none;
  transition: all 0.25s ease;
  padding: 8px 0;
  display: inline-block;
  text-align: center;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: #e91515 !important;
  transform: none !important;
}

@media (max-width: 991px) {
  .header-mobile-right {
    display: flex !important;
  }

  .desktop-nav {
    display: none !important;
  }
}

footer, .main-footer {
  width: 100%;
  padding: 100px 5% 40px 5%;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-contact {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-contact-tag {
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 16px;
  font-family: 'Monument Extended', sans-serif !important;
  font-weight: 800;
  display: block;
}

.footer-email {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: clamp(2.5rem, 5.8vw, 6.5rem) !important;
  font-weight: 900 !important;
  line-height: 1.1;
  white-space: nowrap;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
  color: #e91515 !important;
  text-decoration: none;
  display: block;
}

.footer-email:hover {
  color: #64748b !important;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.footer-desc {
  max-width: 520px;
  font-size: 12px;
  text-align: right;
  color: #64748b;
  line-height: 1.6;
  font-family: 'Satoshi', sans-serif !important;
}

.social-links {
  display: flex;
  gap: 12px;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #94a3b8;
  flex-wrap: wrap;
}

.footer-legal-links a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: 'Satoshi', sans-serif !important;
}

.footer-legal-links a:hover {
  color: #e91515;
}

.legal-dot {
  color: #cbd5e1;
}

.footer-bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.footer-nav-list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
}

.footer-nav-list li {
  display: inline-block;
}

.footer-nav-list a {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 800;
  color: #05131d !important;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.footer-nav-list a:hover {
  color: #e91515 !important;
}

.footer-copyright {
  font-family: 'Satoshi', sans-serif !important;
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  width: auto;
}

.footer-overlay-logo {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: 22.5vw;
  line-height: 0.75;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.035);
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin-left: -5%;
  margin-right: -12%;
  margin-top: 40px;
  user-select: none;
  pointer-events: none;
  display: block;
}

@media(max-width: 991px) {
  footer, .main-footer {
    padding: 32px 5% 32px 5% !important;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
  }

  .footer-contact {
    width: 100%;
    flex: none !important;
  }

  .footer-right {
    align-items: flex-start;
    text-align: left;
    gap: 12px;
    width: 100%;
  }

  .footer-desc {
    text-align: left;
  }

  .footer-bottom-nav {
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    padding-top: 24px !important;
    margin-top: 16px !important;
    width: 100% !important;
  }

  .footer-nav-list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .footer-nav-list li {
    display: inline-block !important;
    text-align: center !important;
    flex: 1 1 auto !important;
  }

  .footer-nav-list li.footer-desktop-only {
    display: none !important;
  }

  .footer-nav-list a {
    font-size: clamp(8px, 2.3vw, 11px) !important;
    letter-spacing: clamp(0.01em, 0.3vw, 0.05em) !important;
    white-space: nowrap !important;
    display: block !important;
    text-align: center !important;
  }

  .footer-copyright {
    text-align: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 0 12px 0 !important;
  }

  .footer-overlay-logo {
    display: block !important;
    font-size: 20vw !important;
    margin-top: 10px !important;
  }
}

@media(max-width: 640px) {
  .footer-email {
    font-size: clamp(1.6rem, 8vw, 2.8rem) !important;
    white-space: normal !important;
    word-break: break-all;
  }
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #e91515;
}

.filter-btn {
  background-color: #ffffff !important;
  color: #475569 !important;
  border: 1px solid #cbd5e1 !important;
  transition: all 0.2s ease !important;
}

.filter-btn:hover {
  border-color: #e91515 !important;
  color: #e91515 !important;
}

.filter-btn.filter-active {
  border: 1px solid #e91515 !important;
  color: #ffffff !important;
  background-color: #e91515 !important;
}

.filter-btn[data-filter="all"] {
  border: 2px solid #e91515 !important;
  color: #e91515 !important;
  font-weight: 700 !important;
  background-color: #ffffff !important;
}

.filter-btn[data-filter="all"]:hover {
  background-color: rgba(5, 19, 29, 0.06) !important;
  color: #e91515 !important;
}

.filter-btn[data-filter="all"].filter-active {
  background-color: #e91515 !important;
  color: #ffffff !important;
  border: 2px solid #e91515 !important;
}

.vector-icon-box {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #e91515;
  background: #e91515;
  transition: all 0.3s ease;
  color: #dc3545;
}

.vector-icon-box:hover {
  border-color: #e91515;
  background: #dc3545;
  color: #e91515;
  transform: scale(1.08);
}

.vector-icon-box-white {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #e91515;
  background: #e91515;
  transition: all 0.3s ease;
  color: #dc3545;
}

.vector-icon-box-white:hover {
  background: #dc3545;
  color: #e91515;
  border-color: #e91515;
  transform: scale(1.08);
}

.car-card {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.car-card:hover {
  border-color: #e91515;
  box-shadow: 0 10px 25px -10px rgba(5, 19, 29, 0.12);
}

.custom-input {
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  color: #e91515;
  font-family: 'Satoshi', sans-serif !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-input:focus {
  border-color: #e91515;
  outline: none;
  box-shadow: 0 0 0 2px rgba(5, 19, 29, 0.1);
}

.custom-input::placeholder {
  color: #94a3b8;
  font-size: 0.75rem;
  text-transform: lowercase;
}

select.custom-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff !important;
  color: #e91515 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2305131d' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  padding-right: 36px !important;
  cursor: pointer;
  font-family: 'Satoshi', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

select.custom-input option {
  background-color: #ffffff !important;
  color: #e91515 !important;
  font-family: 'Satoshi', sans-serif !important;
  font-size: 13px !important;
  padding: 12px 14px !important;
}

.review-tag-badge {
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  font-family: 'Monument Extended', sans-serif !important;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animate-marquee {
  display: flex;
  width: max-content;
  animation: marquee 35s linear infinite;
}

.animate-marquee:hover {
  animation-play-state: paused;
}

.hero-cta-btn {
  background-color: #e91515 !important;
  color: #ffffff !important;
  font-family: 'Monument Extended', sans-serif !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, transform 0.3s ease !important;
}

.hero-cta-btn * {
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.4s ease !important;
  pointer-events: none !important;
}

.hero-cta-btn::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #dc3545 !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.hero-cta-btn:hover::before {
  transform: scale(1) !important;
}

.hero-cta-btn:hover {
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(5, 19, 29, 0.25) !important;
}

.hero-cta-btn:hover *,
.hero-cta-btn:hover i,
.hero-cta-btn:hover span {
  color: #ffffff !important;
}

.hero-cta-btn-br {
  background-color: #f1f5f9 !important;
  color: #e91515 !important;
  font-family: 'Monument Extended', sans-serif !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, transform 0.3s ease !important;
}

.hero-cta-btn-br * {
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.4s ease !important;
  pointer-events: none !important;
}

.hero-cta-btn-br::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #e91515 !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.hero-cta-btn-br:hover::before {
  transform: scale(1) !important;
}

.hero-cta-btn-br:hover {
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(5, 19, 29, 0.25) !important;
}

.hero-cta-btn-br:hover *,
.hero-cta-btn-br:hover i,
.hero-cta-btn-br:hover span {
  color: #ffffff !important;
}

.rect-cta-btn,
.rect-cta-btn-outline {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.4s ease !important;
}

.rect-cta-btn {
  background-color: #e91515 !important;
  color: #ffffff !important;
}

.rect-cta-btn-outline {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.rect-cta-btn *,
.rect-cta-btn-outline * {
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.4s ease !important;
  pointer-events: none !important;
}

.rect-cta-btn::before,
.rect-cta-btn-outline::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #dc3545 !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.rect-cta-btn:hover::before,
.rect-cta-btn-outline:hover::before {
  transform: scale(1) !important;
}

.rect-cta-btn:hover,
.rect-cta-btn-outline:hover {
  color: #ffffff !important;
  border-color: #dc3545 !important;
  box-shadow: 0 6px 20px rgba(5, 19, 29, 0.2) !important;
}

.rect-cta-btn:hover *,
.rect-cta-btn:hover i,
.rect-cta-btn:hover span,
.rect-cta-btn-outline:hover *,
.rect-cta-btn-outline:hover i,
.rect-cta-btn-outline:hover span {
  color: #ffffff !important;
}

.rect-cta-btn-dark {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  background-color: #ffffff !important;
  color: #0f172a !important;
  border: 2px solid #0f172a !important;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.4s ease !important;
}

.rect-cta-btn-dark * {
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.4s ease !important;
  pointer-events: none !important;
}

.rect-cta-btn-dark::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #0f172a !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.rect-cta-btn-dark:hover::before {
  transform: scale(1) !important;
}

.rect-cta-btn-dark:hover {
  color: #ffffff !important;
  border-color: #0f172a !important;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.25) !important;
}

.rect-cta-btn-dark:hover *,
.rect-cta-btn-dark:hover i,
.rect-cta-btn-dark:hover span {
  color: #ffffff !important;
}

.car-card a {
  background-color: #ffffff !important;
  border: 2px solid #e91515 !important;
  color: #e91515 !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  display: block !important;
  text-align: center !important;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease !important;
}

.car-card a span,
.car-card a * {
  position: relative !important;
  z-index: 10 !important;
  color: #e91515 !important;
  transition: color 0.4s ease !important;
  pointer-events: none !important;
}

.car-card a::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #e91515 !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.car-card a:hover::before {
  transform: scale(1) !important;
}

.car-card a:hover {
  color: #ffffff !important;
  border-color: #e91515 !important;
}

.car-card a:hover span,
.car-card a:hover * {
  color: #ffffff !important;
}

.nav-phone-btn, .mobile-phone-btn {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #e91515 !important;
  color: #ffffff !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  clip-path: none !important;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s ease !important;
}

.nav-phone-btn i, .mobile-phone-btn i {
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.4s ease !important;
  pointer-events: none !important;
}

.nav-phone-btn::before, .mobile-phone-btn::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #dc3545 !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.nav-phone-btn:hover::before, .mobile-phone-btn:hover::before {
  transform: scale(1) !important;
}

.nav-phone-btn:hover, .mobile-phone-btn:hover {
  color: #ffffff !important;
  transform: scale(1.08) !important;
}

.nav-phone-btn:hover i, .mobile-phone-btn:hover i {
  color: #ffffff !important;
}

.social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background-color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Satoshi', sans-serif !important;
  font-size: 11px;
  font-weight: 800;
  color: #e91515 !important;
  text-decoration: none;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease, transform 0.3s ease !important;
}

.social-btn span,
.social-btn * {
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.4s ease !important;
  pointer-events: none !important;
}

.social-btn::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #e91515 !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.social-btn:hover::before {
  transform: scale(1) !important;
}

.social-btn:hover {
  color: #ffffff !important;
  border-color: #e91515 !important;
  transform: scale(1.08) !important;
}

.social-btn:hover *,
.social-btn:hover span {
  color: #ffffff !important;
}

#copyPhoneBtn {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease !important;
}

#copyPhoneBtn * {
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.4s ease !important;
  pointer-events: none !important;
}

#copyPhoneBtn::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #e91515 !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

#copyPhoneBtn:hover::before {
  transform: scale(1) !important;
}

#copyPhoneBtn:hover {
  color: #ffffff !important;
  border-color: #e91515 !important;
}

#copyPhoneBtn:hover i,
#copyPhoneBtn:hover span {
  color: #ffffff !important;
}

.btn-close-circle,
#closePhoneModal,
#closeCarDetailModal,
#closeLegalModal,
#closeLightboxBtn,
.trailers-close-btn {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  color: #e91515 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 10 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}

#closeCarDetailModal {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 50 !important;
}

#closePhoneModal {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  z-index: 50 !important;
}

#closeLegalModal {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  z-index: 50 !important;
}

.btn-close-circle i,
#closePhoneModal i,
#closeCarDetailModal i,
#closeLegalModal i,
#closeLightboxBtn i,
.trailers-close-btn i {
  position: relative !important;
  z-index: 2 !important;
  color: #e91515 !important;
  transition: color 0.4s ease, transform 0.3s ease !important;
  pointer-events: none !important;
  font-size: 15px !important;
}

.btn-close-circle::before,
#closePhoneModal::before,
#closeCarDetailModal::before,
#closeLegalModal::before,
#closeLightboxBtn::before,
.trailers-close-btn::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #e91515 !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.btn-close-circle:hover::before,
#closePhoneModal:hover::before,
#closeCarDetailModal:hover::before,
#closeLegalModal:hover::before,
#closeLightboxBtn:hover::before,
.trailers-close-btn:hover::before {
  transform: scale(1) !important;
}

.btn-close-circle:hover,
#closePhoneModal:hover,
#closeCarDetailModal:hover,
#closeLegalModal:hover,
#closeLightboxBtn:hover,
.trailers-close-btn:hover {
  color: #ffffff !important;
  border-color: #e91515 !important;
  transform: scale(1.08) !important;
  box-shadow: 0 4px 15px rgba(233, 21, 21, 0.35) !important;
}

.btn-close-circle:hover i,
#closePhoneModal:hover i,
#closeCarDetailModal:hover i,
#closeLegalModal:hover i,
#closeLightboxBtn:hover i,
.trailers-close-btn:hover i {
  color: #ffffff !important;
}

#carMainImageWrap.hovering-arrows .zoom-overlay,
#carMainImageWrap:has(#mainImgPrev:hover) .zoom-overlay,
#carMainImageWrap:has(#mainImgNext:hover) .zoom-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#carModalImage {
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
}

#lightboxModal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 999999 !important;
  background-color: rgba(0, 0, 0, 0.96) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  overscroll-behavior: contain !important;
}

#lightboxModal.open {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#lightboxModal.hidden {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#lightboxThumbs {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

#lightboxThumbs::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.services-galaxy-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0 !important;
  padding: 40px 48px 32px 48px;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 250px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, z-index 0.1s ease;
  cursor: pointer;
  transform-style: preserve-3d;
  will-change: transform;
}

.service-card-glare {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transition: opacity 0.3s ease;
  mix-blend-mode: overlay;
}

.service-card:hover .service-card-glare {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .service-card {
    transform: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
  }
  .service-card-glare {
    display: none !important;
  }
}

.service-card:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {
  .service-card {
    padding: 28px 24px 24px 24px;
  }
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  background-image: var(--card-bg-img);
  background-size: cover;
  background-position: center right;
  opacity: 0.38;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.35s ease, transform 0.45s ease, filter 0.35s ease;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card:hover {
  border-color: #e91515;
  box-shadow: 0 12px 32px rgba(233, 21, 21, 0.10);
  z-index: 10;
}

.service-card:hover::before {
  opacity: 0.16;
  transform: scale(1.06);
  filter: brightness(0.65) contrast(1.25);
}

.service-card .service-title {
  font-family: 'Monument Extended', 'Sora', sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #0f172a;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.25;
}

.service-card .service-desc {
  font-size: 15px;
  color: #475569;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 100%;
}

.service-card .service-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

.service-card .service-bullet-item {
  font-size: 14.5px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-card .service-bullet-item i {
  color: #64748b;
  font-size: 10px;
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.service-card:hover .service-bullet-item i {
  color: #e91515;
  transform: translateX(3px);
}

#carMainImageWrap:hover #carModalImage {
  transform: scale(1.05);
}

#carMainImageWrap.hovering-arrows #carModalImage,
#carMainImageWrap:has(#mainImgPrev:hover) #carModalImage,
#carMainImageWrap:has(#mainImgNext:hover) #carModalImage {
  transform: scale(1) !important;
}

.zoom-overlay {
  transition: background-color 0.5s ease, opacity 0.4s ease, visibility 0.4s ease !important;
}

.pricing-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.pricing-card:hover {
  box-shadow: 0 16px 35px -10px rgba(233, 21, 21, 0.12);
  border-color: #e91515;
}

.pricing-card-image-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}

.pricing-card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-card-body {
  padding: 28px 28px 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background: #ffffff;
}

.pricing-card .pricing-icon {
  font-size: 24px;
  color: #0f172a;
  margin-bottom: 24px;
  display: inline-block;
}

.pricing-card .pricing-title {
  font-family: 'Monument Extended', 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.25;
}

.pricing-card .pricing-desc {
  font-size: 14.5px;
  color: #1e293b;
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 24px;
  min-height: 42px;
}

.pricing-card .pricing-amount {
  font-size: 36px;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.pricing-card .pricing-unit {
  font-size: 13.5px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: normal;
}

.pricing-card .pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pricing-card .pricing-feature-item {
  font-size: 14px;
  color: #1e293b;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}

.pricing-card .pricing-feature-item::before {
  content: '•';
  color: #0f172a;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.pricing-btn-primary {
  background: #0f172a;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: 100%;
}

.pricing-btn-secondary {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #0f172a !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: 100%;
}

.btn-sweep {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.4s ease !important;
}

.btn-sweep * {
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.4s ease, transform 0.25s ease !important;
  pointer-events: none !important;
}

.btn-sweep::before {
  content: '' !important;
  position: absolute !important;
  left: -50% !important;
  bottom: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background-color: #dc3545 !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: bottom left !important;
  transform: scale(0) !important;
  border-radius: 60% !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.btn-sweep:hover::before {
  transform: scale(1) !important;
}

.btn-sweep:hover {
  color: #ffffff !important;
  border-color: #dc3545 !important;
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.35) !important;
}

.btn-sweep:hover *,
.btn-sweep:hover span,
.btn-sweep:hover i {
  color: #ffffff !important;
}

.btn-sweep:hover i {
  transform: translateX(5px) !important;
}

.zoom-overlay > div {
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#phoneModal {
  z-index: 9999999 !important;
}

.phone-modal-number {
  font-family: 'Monument Extended', sans-serif !important;
  font-size: clamp(0.95rem, 5.2vw, 1.75rem) !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  display: block !important;
  text-align: center !important;
}

#trailersModal {
  z-index: 99999 !important;
}

#carDetailModal {
  z-index: 20000 !important;
}

.reviews-overall-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  padding: 16px 32px;
  border-radius: 0;
  width: max-content;
  margin: 0 auto 40px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.rating-score {
  font-family: 'Monument Extended', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #e91515;
  line-height: 1;
}

.rating-stars {
  color: #f59e0b;
  display: flex;
  gap: 4px;
  font-size: 16px;
}

.rating-count {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #64748b;
  font-weight: 800;
  font-family: 'Monument Extended', sans-serif;
}

.reviews-marquee-container {
  width: 100%;
  overflow: hidden;
  padding: 35px 0 45px 0;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.reviews-marquee-track {
  display: flex;
  width: max-content;
  animation: reviewsMarquee 48s linear infinite;
  gap: 24px;
  align-items: stretch;
}

.reviews-marquee-track:hover {
  animation-play-state: paused;
}

.review-card {
  width: 360px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  cursor: default;
}

.review-card:hover {
  border-color: #e91515;
  box-shadow: 0 10px 25px rgba(233, 21, 21, 0.08);
}

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

.review-avatar {
  width: 42px;
  height: 42px;
  background: #0f172a;
  color: #ffffff;
  font-family: 'Monument Extended', sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-user-info h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

.review-user-info span {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

.review-stars {
  color: #f59e0b;
  display: flex;
  gap: 3px;
  font-size: 13px;
  margin-bottom: 12px;
}

.review-text {
  font-size: 14.5px;
  color: #334155;
  line-height: 1.65;
  font-style: italic;
}

@keyframes reviewsMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 640px) {
  .reviews-overall-bar {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding: 16px 20px;
  }
  .review-card {
    width: 290px;
    padding: 20px;
  }
}
