/* =========================
   1) GLOBAL RESET
========================= */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  margin:0;
  padding:0;
  overflow-x:hidden;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* =========================
   2) WRAPPER / CONTAINER
========================= */
.sz-wrap{
  width:100%;
  max-width:1400px;
  margin:0 auto;
  padding-left:40px;
  padding-right:40px;
}

/* =========================
   3) TOP BAR
========================= */
.sz-topbar{
  width:100%;
  background:#f2f2f2;
  border-bottom:1px solid #e6e6e6;
  font-size:14px;
  position:sticky;
  top:0;
  z-index:1100;
}

.sz-topbar .container-fluid{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:38px;
}

.sz-top-left,
.sz-top-right{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.sz-topbar a{
  color:#111827;
  text-decoration:none;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:6px;
  transition:.25s ease;
}
.sz-topbar a:hover{ color:#0b63a8; }

.sz-top-sep{
  width:1px;
  height:16px;
  background:#cfcfcf;
  display:inline-block;
}

/* Phone */
.phone-box{
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
}
.phone-number{
  display:none;
  align-items:center;
  font-size:13px;
  font-weight:600;
  color:#111827;
  background:#fff;
  border:1px solid #e6e6e6;
  padding:4px 10px;
  border-radius:9px;
  line-height:1;
}

/* WhatsApp */
.sz-whatsapp{
  color:#25D366 !important;
  font-weight:900;
}
.sz-whatsapp:hover{ color:#128C7E !important; }

/* =========================
   4) NAVBAR (STICKY)
========================= */
.sz-navbar{
  width:100%;
  background:#fff;
  border-bottom:1px solid #e8e8e8;
  padding:8px 0 !important;
  margin:0 !important;
  position:sticky;
  top:38px;
  z-index:1090;
}

.sz-navbar .container-fluid.sz-wrap{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  column-gap:22px;
}

.sz-left-logo img,
.sz-right-logo img{
  height:40px;
  width:auto;
  object-fit:contain;
  display:block;
}
.sz-right-logo img{ max-width:200px; }

/* Nav Links */
.sz-nav .nav-link{
  color:#0f172a !important;
  font-weight:800;
  font-size:15px;
  text-transform:uppercase;
  white-space:nowrap;
  padding:10px 16px !important;
  letter-spacing:.3px;
  transition:.25s ease;
  text-decoration:none !important;
}
.sz-nav .nav-link:hover{ color:#0b63a8 !important; }
.sz-active{
  color:#0b63a8 !important;
  font-weight:900 !important;
}

/* Dropdown */
.sz-navbar .dropdown-menu{
  border-radius:10px;
  border:1px solid #eee;
  padding:10px;
  min-width:240px;
  box-shadow:0 18px 45px rgba(0,0,0,0.10);
}
.sz-navbar .dropdown-item{
  font-weight:800;
  padding:10px 12px;
  border-radius:8px;
  text-transform:uppercase;
  font-size:14px;
}
.sz-navbar .dropdown-item:hover{
  background:#f3f7ff;
  color:#0b63a8;
}

/* =========================
   5) SLIDER
========================= */
#carouselExampleDark{ margin-top:0; }

#carouselExampleDark .carousel-item img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
}
.premium-slider,
.premium-slider .carousel-inner,
.premium-slider .carousel-item{
  aspect-ratio:1526 / 538;
  max-height:538px;
  background:#eef3f8;
}
.premium-slider .carousel-item .home-slide-media{
  width:100%;
  height:100%;
  max-height:538px;
  object-fit:cover;
  object-position:center;
}
.premium-caption{
  left:7%;
  right:auto;
  bottom:12%;
  max-width:520px;
  text-align:left;
  color:#0f172a;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(10px);
  padding:22px;
  border-radius:8px;
  box-shadow:0 16px 40px rgba(15,23,42,.12);
}
.premium-caption h1{font-size:34px;font-weight:900;margin:0 0 8px}
.premium-caption p{font-weight:700;color:#334155;margin-bottom:14px}
.home-section-title{font-weight:900;margin:25px 0;text-align:center}

.product-lineup-head{
  padding:0 0 16px;
  text-align:center;
}

.product-lineup-head h2{
  margin:0;
  color:#0046a8;
  font-size:38px;
  line-height:1.15;
  font-weight:900;
}

.product-lineup-head p{
  margin:10px 0 22px;
  color:#667085;
  font-size:16px;
  font-weight:600;
}

.product-lineup-tabs{
  position:relative;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  width:max-content;
  max-width:100%;
  margin:0 auto;
  padding-bottom:8px;
}

.product-lineup-tabs button{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:126px;
  height:42px;
  padding:0 18px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#344054;
  font-size:14px;
  font-weight:800;
  transition:.25s ease;
}

.product-lineup-tabs button:hover,
.product-lineup-tabs button.is-active{
  color:#0b63a8;
}

.product-lineup-indicator{
  position:absolute;
  left:0;
  bottom:0;
  z-index:1;
  height:3px;
  border-radius:999px;
  background:#0b63a8;
  transition:transform .35s cubic-bezier(.22, .61, .36, 1), width .35s cubic-bezier(.22, .61, .36, 1);
}

.product-lineup-stage{
  position:relative;
  min-height:630px;
}

.lineup-panel{
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  opacity:0;
  visibility:hidden;
  transform:translateY(18px);
  pointer-events:none;
  transition:opacity .34s ease, transform .42s cubic-bezier(.22, .61, .36, 1), visibility .34s ease;
}

.lineup-panel.is-active{
  position:relative;
  display:block;
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}

/* =========================
   AUTOMOBILE LINEUP
========================= */
.auto-lineup{
  position:relative;
  width:100vw;
  margin:0 0 54px calc(50% - 50vw);
  padding:22px 72px 56px;
  overflow:hidden;
  background:linear-gradient(180deg, #fff 0%, #f5f7fa 58%, #fff 100%);
  border:0;
  border-radius:0;
}

.auto-lineup-viewport{
  position:relative;
  height:500px;
  overflow:hidden;
}

.auto-slide{
  --offset:0;
  --shift:0%;
  --scale:1;
  --fade:1;
  --stack:10;
  position:absolute;
  top:30px;
  left:50%;
  width:min(640px, 48vw);
  z-index:var(--stack);
  opacity:var(--fade);
  transform:translateX(calc(-50% + var(--shift))) scale(var(--scale));
  transition:transform .72s cubic-bezier(.22, .61, .36, 1), opacity .42s ease, filter .42s ease;
  pointer-events:none;
  filter:saturate(.82);
}

.auto-slide.is-active{
  pointer-events:auto;
  filter:saturate(1);
}

.auto-slide.is-active .auto-image img{
  transform:scale(1.02);
}

.auto-slide.is-active .auto-card:hover .auto-image img{
  transform:scale(1.055);
}

.auto-card{
  min-height:420px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding:16px 12px 0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  text-align:center;
}

.auto-meta span{
  display:block;
  margin-bottom:5px;
  color:#7b8798;
  font-size:10px;
  font-weight:900;
  letter-spacing:2px;
}

.auto-meta strong{
  display:block;
  color:#0f172a;
  font-size:27px;
  line-height:1.1;
  font-weight:900;
}

.auto-image{
  width:100%;
  min-height:270px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 0 0;
}

.auto-image img{
  width:100%;
  max-width:590px;
  max-height:285px;
  object-fit:contain;
  filter:drop-shadow(0 28px 22px rgba(15, 23, 42, .14));
  transition:transform .4s ease, filter .4s ease;
}

.auto-card:hover .auto-image img{
  filter:drop-shadow(0 34px 26px rgba(15, 23, 42, .18));
}

.auto-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.auto-nav{
  position:absolute;
  top:50%;
  z-index:30;
  width:52px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #e4e9f0;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#0b63a8;
  box-shadow:0 14px 35px rgba(15, 23, 42, .13);
  transition:.25s ease;
  transform:translateY(-50%);
}

.auto-nav:hover{
  background:#0b63a8;
  color:#fff;
  transform:translateY(calc(-50% - 2px));
}

.auto-nav-prev{ left:max(22px, calc((100vw - 1320px) / 2)); }
.auto-nav-next{ right:max(22px, calc((100vw - 1320px) / 2)); }

.auto-dots{
  position:absolute;
  left:50%;
  bottom:18px;
  z-index:35;
  display:flex;
  gap:9px;
  transform:translateX(-50%);
}

.auto-dots button{
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#c7d1de;
  transition:.25s ease;
}

.auto-dots button.is-active{
  width:30px;
  background:#0b63a8;
}

/* =========================
   6) CAR CARDS
========================= */
.sz-cars-section{
  padding:35px 0 60px;
  background:#f6f6f6;
}

.sz-cards-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:22px;
}

/* CARD */
.sz-car-card{
  background:#f2f2f2;
  border-radius:18px;
  overflow:hidden;
  transition:all .3s ease;
  display:flex;
  flex-direction:column;
  padding:0;
}
.sz-car-card:hover{
  transform:translateY(-6px);
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* PRICE BAR */
.sz-card-top{
  width:100%;
  text-align:center;
  padding:20px 10px 16px;
  background:linear-gradient(180deg, #0b63a8 0%, #084b7a 100%);
}

.sz-price{
  margin:0;
  color:#fff;
  font-weight:800;
  font-size:26px;
  letter-spacing:1px;
}
.sz-small{
  margin-top:6px;
  font-size:12px;
  letter-spacing:1px;
  color:rgba(255,255,255,0.85);
  font-weight:700;
  text-transform:uppercase;
}

/* BODY */
.sz-car-img{
  display:flex;
  justify-content:center;
  align-items:center;
  flex:1;
  padding:25px 20px 10px;
}
.sz-car-img img{
  max-height:220px;
  width:100%;
  object-fit:contain;
}

.sz-model{
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:10px 0 18px;
}
.sz-model img{
  max-height:65px;
  max-width:85%;
  object-fit:contain;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,0.10));
}
.sz-model{ flex-direction:column; gap:3px; }
.sz-model h3{margin:0;font-size:24px;font-weight:900;color:#0f172a}
.sz-model small{font-weight:700;color:#64748b;text-align:center}

.sz-card-actions{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:0 22px 22px;
}

/* ✅ BUTTONS (FIXED + UNDERLINE REMOVED) */
.sz-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 18px;
  border-radius:10px;
  font-size:15px;
  font-weight:700;
  text-decoration:none !important;
  line-height:1;
  white-space:nowrap;
}

/* stop underline in all states */
.sz-btn:hover,
.sz-btn:focus,
.sz-btn:active,
.sz-btn:visited{
  text-decoration:none !important;
}

/* Outline button */
.sz-btn-outline{
  border:2px solid #0b63a8;
  color:#0b63a8;
  background:#fff;
}
.sz-btn-outline:hover{
  background:#eaf3ff;
}

/* Solid button */
.sz-btn-solid{
  background:#2b2f33;
  color:#fff;
  border:2px solid #2b2f33;
}
.sz-btn-solid:hover{
  background:#000;
  border-color:#000;
}

/* =========================
   TESTIMONIALS (Premium)
========================= */
.sz-testimonials{
  background:#f6f6f6;
  padding:70px 0;
}

.sz-sec-head h2{
  font-size:34px;
  font-weight:900;
  color:#0f172a;
  margin-bottom:10px;
}
.sz-sec-head p{
  max-width:820px;
  margin:0 auto;
  color:#4b5563;
  font-size:15px;
  line-height:1.7;
}

.sz-testimonial-grid{
  margin-top:40px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:26px;
}

.sz-testimonial-card{
  background:#fff;
  border-radius:18px;
  padding:28px 26px 22px;
  box-shadow:0 14px 35px rgba(0,0,0,0.08);
  border:1px solid #eef2f7;
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}
.sz-testimonial-card::before{
  content:"";
  position:absolute;
  left:0;
  top:22px;
  bottom:22px;
  width:4px;
  background:linear-gradient(180deg, #0b63a8 0%, #084b7a 100%);
  border-radius:8px;
}
.sz-testimonial-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 45px rgba(0,0,0,0.10);
}

.sz-testimonial-text{ padding-left:14px; }
.sz-testimonial-text p{
  margin:0;
  color:#111827;
  font-size:15px;
  line-height:1.8;
}

.sz-testimonial-user{
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:12px;
  padding-left:14px;
}
.sz-testimonial-user img{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
  border:3px solid #eaf3ff;
}
.sz-testimonial-user h5{
  margin:0;
  font-size:16px;
  font-weight:900;
  color:#0f172a;
}
.sz-testimonial-user span{
  display:block;
  margin-top:2px;
  font-size:13px;
  color:#6b7280;
  font-weight:700;
}

/* =========================
   7) FOOTER + MAP
========================= */
.sz-footer{
  margin-top:40px;
  background:#083a55;
  color:#eaf2f7;
}
.sz-footer-top{ padding:55px 0 40px; }

.sz-footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:30px;
  align-items:start;
  margin-bottom:30px;
}

.sz-f-logo{
  height:50px;
  width:auto;
  object-fit:contain;
  display:block;
  margin-bottom:12px;
}

.sz-f-text{
  margin:0 0 18px;
  font-size:14px;
  color:#cfe3ee;
  line-height:1.6;
}

.sz-f-title{
  font-size:18px;
  font-weight:500;
  margin:0 0 14px;
  color:#fff;
  position:relative;
  padding-bottom:10px;
}
.sz-f-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:55px;
  height:3px;
  background:#0b63a8;
  border-radius:10px;
}

.sz-f-links{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.sz-f-links a{
  color:#cfe3ee;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:10px;
  transition:.25s ease;
}
.sz-f-links a i{
  color:#7fd4ff;
  font-size:13px;
}
.sz-f-links a:hover{
  color:#fff;
  transform:translateX(4px);
}

.sz-f-social{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.sz-f-social a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.12);
  color:#fff;
  text-decoration:none;
  transition:.25s ease;
}
.sz-f-social a:hover{
  background:#0b63a8;
  transform:translateY(-2px);
}

.sz-f-cta{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.sz-f-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:40px;
  padding:0 14px;
  border-radius:10px;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  transition:.25s ease;
}
.sz-f-btn:hover{ filter:brightness(0.95); }

.sz-f-btn-outline{
  background:transparent;
  border:2px solid rgba(255,255,255,0.35);
}
.sz-f-btn-outline:hover{ border-color:#fff; }

/* Map */
.sz-f-map{ margin-top:10px; }
.sz-map-wrapper{
  width:100%;
  height:260px;
  border-radius:14px;
  overflow:hidden;
  border:2px solid rgba(255,255,255,0.15);
}
.sz-map-wrapper iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* Bottom */
.sz-footer-bottom{
  border-top:1px solid rgba(255,255,255,0.12);
  padding:14px 0;
  background:#062c41;
}
.sz-f-bottom-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  flex-wrap:wrap;
}
.sz-f-copy{
  margin:0;
  font-size:13px;
  color:#cfe3ee;
}
.sz-f-mini-links{
  display:flex;
  align-items:center;
  gap:10px;
}
.sz-f-mini-links a{
  color:#cfe3ee;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
}
.sz-f-mini-links a:hover{ color:#fff; }
.sz-f-dot{ color:#87a9bc; }

/* =========================
   RESPONSIVE
========================= */
@media (max-width:1200px){
  .sz-wrap{ padding-left:25px; padding-right:25px; }
  .sz-cards-grid{ grid-template-columns:repeat(2,1fr); }
  .auto-lineup{ padding-left:56px; padding-right:56px; }
  .auto-slide{ width:min(600px, 54vw); }
}

@media (max-width:991px){
  .sz-topbar .container-fluid{
    flex-direction:column;
    gap:6px;
    padding:6px 0;
  }
  .sz-top-left, .sz-top-right{ justify-content:center; }
  .sz-top-sep{ display:none; }

  .sz-navbar{ top:76px; }
  .sz-navbar .container-fluid.sz-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    row-gap:8px;
  }

  #carouselExampleDark .carousel-item{ height:190px; }
  .premium-caption{position:static;max-width:none;border-radius:0;box-shadow:none}
  .premium-caption h1{font-size:24px}

  .sz-footer-grid{ grid-template-columns:1fr 1fr; }
  .sz-testimonial-grid{ grid-template-columns:1fr; }
  .sz-sec-head h2{ font-size:28px; }
  .product-lineup-head{ padding-top:0; }
  .product-lineup-head h2{ font-size:32px; }
  .product-lineup-stage{ min-height:560px; }
  .auto-lineup{ padding:16px 42px 50px; }
  .auto-lineup-viewport{ height:450px; }
  .auto-slide{
    width:68vw;
  }
  .auto-card{ min-height:375px; padding:16px 12px 0; }
  .auto-meta strong{ font-size:24px; }
  .auto-image{ min-height:230px; }
  .auto-image img{ max-height:240px; }
}

/* ✅ MOBILE FIX */
@media (max-width:600px){
  .sz-wrap{ padding-left:14px; padding-right:14px; }

  .sz-topbar .container-fluid{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    padding:8px 12px !important;
    min-height:36px !important;
  }

  .sz-top-left,
  .sz-top-right{
    display:flex !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
    white-space:nowrap !important;
    gap:10px !important;
  }

  .sz-top-left{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .sz-top-left::-webkit-scrollbar{ display:none; }

  .sz-top-sep{
    display:inline-block !important;
    width:1px !important;
    height:14px !important;
    background:#cfcfcf !important;
  }

  .phone-number{ display:none !important; }
  .sz-topbar a{ font-size:13px !important; }

  .sz-left-logo{ display:none !important; }

  .sz-navbar{ top:36px !important; }

  .sz-navbar .container-fluid.sz-wrap{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    flex-wrap:wrap !important;
  }

  .navbar-toggler{ order:1 !important; margin:0 !important; }

  .sz-right-logo{
    order:2 !important;
    margin-left:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
  }
  .sz-right-logo img{
    height:32px !important;
    max-width:140px !important;
  }

  .navbar-collapse{
    order:3 !important;
    width:100% !important;
    flex-basis:100% !important;
  }

  .sz-cards-grid{ grid-template-columns:1fr; }
  .sz-footer-grid{ grid-template-columns:1fr; }
  .sz-f-bottom-wrap{ justify-content:center; text-align:center; }
  .product-lineup-head{ padding:0 4px 14px; }
  .product-lineup-head h2{ font-size:28px; }
  .product-lineup-head p{ margin-bottom:18px; font-size:14px; }
  .product-lineup-tabs{ gap:8px; }
  .product-lineup-tabs button{ min-width:auto; height:38px; padding:0 13px; font-size:13px; }
  .product-lineup-stage{ min-height:510px; }
  .auto-lineup{
    margin-bottom:34px;
    padding:10px 16px 58px;
    border-left:0;
    border-right:0;
    border-radius:0;
  }
  .auto-lineup-viewport{ height:420px; }
  .auto-slide{
    top:14px;
    width:92%;
  }
  .auto-card{ min-height:350px; padding:18px 8px 0; }
  .auto-meta strong{ font-size:24px; }
  .auto-meta span{ font-size:11px; }
  .auto-image{ min-height:215px; padding:18px 0 0; }
  .auto-image img{ max-height:220px; }
  .auto-actions{ margin-top:18px; }
  .auto-actions .sz-btn{ flex:0 1 132px; }
  .auto-nav{
    top:auto;
    bottom:12px;
    width:40px;
    height:40px;
    transform:none;
  }
  .auto-nav:hover{
    transform:translateY(-2px);
  }
  .auto-nav-prev{ left:14px; }
  .auto-nav-next{ right:14px; }
  .auto-dots{ bottom:24px; }
}
