/* ==========================================================================
   3DQARAJ Home Sections — Modern, Balanced & Elevated SaaS Design
   ========================================================================== */

.home-panel {
  padding: 72px 0;
  position: relative;
}

.home-panel--tight {
  padding: 56px 0;
}

/* The marquee already has its own bottom breathing room. Avoid a second
   full section gutter that leaves an empty band below the car cards. */
#cars.home-panel {
  padding-bottom: 18px;
}

.home-panel-header {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

.home-panel-kicker {
  color: var(--qaraj-metallic, #c8c8d0);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
}

.home-panel-title,
.setrex-scope .home-panel-title {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.4vw, 36px) !important;
  letter-spacing: -0.025em;
  line-height: 1.22;
  font-weight: 800;
  color: #ffffff;
}

.home-panel-lead,
.setrex-scope .home-panel-lead {
  margin: 0 auto;
  max-width: 580px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px !important;
  line-height: 1.65;
  font-weight: 400;
}

/* ==========================================================================
   Info Section
   ========================================================================== */

.home-info-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  margin-top: 6px;
}

.home-info-card,
.home-info-side {
  background: rgba(16, 16, 20, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 26px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-info-card:hover,
.home-info-side:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 200, 208, 0.38);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.home-info-card h3,
.setrex-scope .home-info-card h3 {
  margin: 0 0 8px;
  font-size: 19px !important;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #ffffff;
}

.home-info-card p,
.home-info-side p,
.setrex-scope .home-info-card p,
.setrex-scope .home-info-side p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
  font-size: 14px !important;
}

.home-info-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.home-info-item {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13.5px;
  line-height: 1.45;
}

.home-info-item .iconify {
  width: 18px;
  height: 18px;
  color: var(--qaraj-metallic, #c8c8d0);
  flex-shrink: 0;
}

/* ==========================================================================
   Venues Grid (Klublar — Minimal & Clear: Image, Name & Masa Count)
   ========================================================================== */

.home-venues-grid {
  display: grid;
  gap: 22px;
}
.home-venues-grid.cv-clubs-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}

.home-venue-card {
  background: rgba(16, 16, 20, 0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-venue-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 200, 208, 0.45);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.home-venue-logo-wrap {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-venue-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-venue-logo--fallback {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--qaraj-metallic, #c8c8d0);
  font-weight: 700;
  font-size: 16px;
}

.home-venue-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.home-venue-name,
.setrex-scope .home-venue-name {
  margin: 0;
  font-size: 15.5px !important;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-venue-masa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--qaraj-metallic, #c8c8d0);
}

.home-venue-masa .iconify {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  flex-shrink: 0;
}

/* ==========================================================================
   Stats Grid (Canlı Statistika)
   ========================================================================== */

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home-stat-card {
  background: rgba(16, 16, 20, 0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 20px 14px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 200, 208, 0.38);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.home-stat-card strong,
.setrex-scope .home-stat-card strong {
  display: block;
  font-size: clamp(26px, 3.2vw, 34px) !important;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: #ffffff;
}

.home-stat-card span,
.setrex-scope .home-stat-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px !important;
  line-height: 1.35;
  font-weight: 500;
}

/* ==========================================================================
   Cars Catalog Grid (Avtomobillər — Clean & Natural)
   ========================================================================== */

.home-cars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
}

.home-car-card {
  background: rgba(16, 16, 20, 0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-car-card:hover {
  transform: translateY(-4px) scale(1.015);
  border-color: rgba(200, 200, 208, 0.42);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34);
}

.home-car-cover {
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.home-car-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-car-card:hover .home-car-cover img {
  transform: scale(1.06);
}

.home-car-cover--empty .iconify {
  width: 38px;
  height: 38px;
  color: rgba(255, 255, 255, 0.18);
}

.home-car-body {
  padding: 13px 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-car-name,
.setrex-scope .home-car-name {
  margin: 0;
  font-size: 14.5px !important;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==========================================================================
   Full New Look Pricing Cards (Abunəlik Planları)
   ========================================================================== */

.home-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}

.home-plans-grid > .home-plan-card {
  min-width: 0;
}

.home-plan-card {
  position: relative;
  border-radius: 24px;
  padding: 28px 24px 24px;
  background: rgba(15, 15, 20, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
  height: auto;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 200, 208, 0.45);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
}

.home-plan-card.is-featured {
  background: linear-gradient(180deg, rgba(28, 24, 18, 0.9) 0%, rgba(14, 14, 19, 0.9) 100%);
  border: 1px solid rgba(212, 183, 106, 0.55);
  box-shadow: 0 0 36px rgba(200, 200, 208, 0.16), 0 20px 48px rgba(0, 0, 0, 0.42);
}

.home-plan-card .shiny-cta {
  margin-top: 4px;
}

.home-plan-glow {
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--qaraj-metallic, #c8c8d0), transparent);
  box-shadow: 0 0 16px rgba(200, 200, 208, 0.35);
  border-radius: 999px;
}

.home-plan-head {
  margin-bottom: 6px;
}

.home-plan-badge-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  min-height: 26px;
}

.home-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(232, 232, 236, 0.25), rgba(200, 200, 208, 0.1));
  border: 1px solid rgba(200, 200, 208, 0.5);
  color: #e8e8ec;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-plan-tier-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-plan-name,
.setrex-scope .home-plan-name {
  margin: 0 0 6px;
  font-size: 22px !important;
  letter-spacing: -0.015em;
  font-weight: 800;
  color: #ffffff;
}

.home-plan-desc,
.setrex-scope .home-plan-desc {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13.5px !important;
  line-height: 1.5;
}

.home-plan-price-box {
  margin-bottom: 16px;
}

.home-plan-price,
.setrex-scope .home-plan-price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.plan-price-num {
  font-size: 44px !important;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.plan-price-unit {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.15;
}

.plan-price-currency {
  font-size: 14px;
  font-weight: 800;
  color: var(--qaraj-metallic, #c8c8d0);
}

.plan-price-cycle {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.home-plan-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  margin-bottom: 16px;
}

.home-plan-features-wrap {
  flex: 1 1 auto;
  margin-bottom: 0;
  min-height: 0;
}

.home-plan-features-box {
  display: flex;
  flex-direction: column;
}

.home-plan-features-extra {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-plan-features-extra > ul {
  overflow: hidden;
  min-height: 0;
}

.home-plan-features-box.is-expanded .home-plan-features-extra {
  grid-template-rows: 1fr;
}

.home-plan-features-box.is-collapsed .home-plan-features li.is-extra {
  display: none;
}

.home-plan-toggle.lg-btn {
  width: 100%;
  margin-top: 2px;
  border-radius: 0 0 12px 12px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-plan-toggle--less.lg-btn {
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 1px;
  padding-bottom: 11px;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px 12px 0 0;
}

.home-plan-toggle--more.lg-btn {
  margin-top: 2px;
}

.home-plan-toggle.lg-btn .iconify,
.home-plan-toggle.lg-btn .ph-bold {
  width: 14px;
  height: 14px;
  opacity: 0.55;
  flex-shrink: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-plan-toggle-meta {
  color: rgba(255, 255, 255, 0.28);
  font-size: 12px;
  font-weight: 400;
}

.home-plan-toggle.lg-btn:hover .iconify {
  opacity: 0.9;
}

.home-plan-toggle[hidden] {
  display: none !important;
}

.home-plan-features-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 10px;
}

.home-plan-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-plan-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13.5px;
  line-height: 1.45;
}

.home-plan-check {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(200, 200, 208, 0.75);
  flex-shrink: 0;
  margin-top: 2px;
}

.home-plan-check .iconify,
.home-plan-check .ph-bold {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.home-plan-action {
  margin-top: auto;
  padding-top: 18px;
  flex-shrink: 0;
  width: 100%;
  min-width: 0;
  align-self: stretch;
}

.home-plan-cta.shiny-cta {
  min-height: 44px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
}

.home-plan-card.is-featured .home-plan-cta.shiny-cta {
  font-weight: 800;
}

.home-plan-card.is-current {
  border-color: rgba(200, 205, 212, 0.42);
  box-shadow: 0 0 0 1px rgba(200, 205, 212, 0.14), 0 10px 30px rgba(0, 0, 0, 0.25);
}

.home-plan-cta.shiny-cta .iconify,
.home-plan-cta.shiny-cta .ph-bold {
  width: 16px;
  height: 16px;
  transition: none;
}

.home-plan-cta.shiny-cta:hover .iconify,
.home-plan-cta.shiny-cta:hover .ph-bold {
  transform: none;
}

.home-panel-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 12px;
  font-size: 14px;
}

/* ==========================================================================
   Webflow Intro & Features Sections (Elevated Look)
   ========================================================================== */

.setrex-scope .intro-card,
.setrex-scope .intro-statistics-card,
.setrex-scope .features-v1-card-01,
.setrex-scope .features-v1-card-02 {
  background: rgba(16, 16, 20, 0.75) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.setrex-scope .intro-card:hover,
.setrex-scope .intro-statistics-card:hover,
.setrex-scope .features-v1-card-01:hover,
.setrex-scope .features-v1-card-02:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 200, 208, 0.4) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35) !important;
}

.setrex-scope .card-outline { display: none !important; }

.setrex-scope .label-wrap.light-green,
.setrex-scope .label-wrap.shadow {
  background: rgba(200, 200, 208, 0.14) !important;
  border: 1px solid rgba(200, 200, 208, 0.3) !important;
  border-radius: 999px !important;
  padding: 4px 10px !important;
}

.setrex-scope .tagline-02.text-black {
  color: var(--qaraj-metallic, #c8c8d0) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

.setrex-scope .text-style-h1 {
  font-size: clamp(28px, 3.5vw, 36px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
}

.setrex-scope .heading-wrap h2 {
  font-size: clamp(24px, 3.4vw, 34px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
}

.setrex-scope .features-v1-text-wrap .h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 8px !important;
}

.setrex-scope .features-v1-card-text-wrap .h4 {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 6px !important;
}

.setrex-scope .paragraph-02,
.setrex-scope .paragraph-03 {
  font-size: 14px !important;
  line-height: 1.65 !important;
}

/* ==========================================================================
   Scroll Reveal Animations
   ========================================================================== */

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   Light Mode Support
   ========================================================================== */

html[data-theme="light"] .home-plan-toggle--more.lg-btn {
  border-top-color: rgba(28, 24, 20, 0.08);
}

html[data-theme="light"] .home-plan-toggle--less.lg-btn {
  border-bottom-color: rgba(28, 24, 20, 0.08);
}

html[data-theme="light"] .home-plan-toggle-meta {
  color: rgba(28, 24, 20, 0.35);
}

html[data-theme="light"] .home-plan-tier-tag {
  background: rgba(28, 24, 20, 0.05);
  border-color: rgba(28, 24, 20, 0.1);
  color: rgba(28, 24, 20, 0.55);
}

html[data-theme="light"] .plan-price-cycle {
  color: rgba(28, 24, 20, 0.45);
}

html[data-theme="light"] .home-plan-features-title {
  color: rgba(28, 24, 20, 0.42);
}

html[data-theme="light"] .home-plan-divider {
  background: linear-gradient(90deg, rgba(28, 24, 20, 0.08), rgba(28, 24, 20, 0.02));
}

html[data-theme="light"] .home-plan-badge {
  color: #8a6d35;
}

html[data-theme="light"] .lg-btn--ghost::before {
  border-color: rgba(28, 24, 20, 0.08);
}

html[data-theme="light"] .features-bento__card {
  background: rgba(255, 255, 255, 0.92);
}

html[data-theme="light"] .features-bento__media {
  border-top-color: rgba(28, 24, 20, 0.08);
}

html[data-theme="light"] .features-bento__media::before {
  background: radial-gradient(125% 125% at 50% 0%, transparent 40%, rgba(240, 235, 227, 0.5), rgba(240, 235, 227, 0.9) 125%);
}

html[data-theme="light"] .stats-bento__card {
  background: rgba(255, 255, 255, 0.92);
}

html[data-theme="light"] .home-panel-lead,
html[data-theme="light"] .home-info-card p,
html[data-theme="light"] .home-info-side p,
html[data-theme="light"] .home-info-item,
html[data-theme="light"] .home-plan-desc,
html[data-theme="light"] .home-plan-features li,
html[data-theme="light"] .home-panel-empty {
  color: var(--qaraj-muted, rgba(28, 24, 20, 0.68));
}

html[data-theme="light"] .home-info-card,
html[data-theme="light"] .home-info-side,
html[data-theme="light"] .home-venue-card,
html[data-theme="light"] .home-stat-card,
html[data-theme="light"] .home-car-card,
html[data-theme="light"] .home-plan-card,
html[data-theme="light"] .setrex-scope .intro-card,
html[data-theme="light"] .setrex-scope .intro-statistics-card,
html[data-theme="light"] .setrex-scope .features-v1-card-01,
html[data-theme="light"] .setrex-scope .features-v1-card-02 {
  background: #ffffff !important;
  border-color: rgba(28, 24, 20, 0.08) !important;
  box-shadow: 0 6px 20px rgba(28, 24, 20, 0.06) !important;
}

html[data-theme="light"] .home-venue-name,
html[data-theme="light"] .home-car-name,
html[data-theme="light"] .home-plan-name,
html[data-theme="light"] .home-stat-card strong,
html[data-theme="light"] .plan-price-num,
html[data-theme="light"] .home-info-card h3,
html[data-theme="light"] .home-panel-title,
html[data-theme="light"] .setrex-scope .text-style-h1,
html[data-theme="light"] .setrex-scope .heading-wrap h2,
html[data-theme="light"] .setrex-scope .features-v1-text-wrap .h3,
html[data-theme="light"] .setrex-scope .features-v1-card-text-wrap .h4 {
  color: var(--qaraj-text, #1c1814) !important;
}

html[data-theme="light"] .home-stat-card span {
  color: var(--qaraj-muted, rgba(28, 24, 20, 0.55));
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media (max-width: 1024px) {
  .home-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .home-plans-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
}

@media (max-width: 768px) {
  .home-panel {
    padding: 52px 0;
  }
  #cars.home-panel {
    padding-bottom: 12px;
  }
  .home-info-grid {
    grid-template-columns: 1fr;
  }
  .home-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .home-cars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .home-venues-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .home-cars-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .home-car-body {
    padding: 10px 12px 12px;
  }
  .home-car-name {
    font-size: 13.5px !important;
  }
  .home-stat-card strong {
    font-size: 22px !important;
  }
}



