:root{
  --bg-black:#0b0f14;
  --bg-dark:#101720;
  --bg-card:#161f2b;
  --bg-card-2:#1b2531;
  --accent:#f5a623;
  --accent-2:#ffb84d;
  --text-light:#f4f6f8;
  --text-muted:#9aa7b5;
  --border-soft:rgba(255,255,255,.08);
  --radius-lg:20px;
  --radius-md:14px;
}

*{box-sizing:border-box;}

body{
  background:var(--bg-black);
  color:var(--text-light);
  font-family:'Plus Jakarta Sans', sans-serif;
  overflow-x:hidden;
}

a{text-decoration:none;}

/* ===== TOP BAR ===== */
.top-bar{
  background:#070a0e;
  border-bottom:1px solid var(--border-soft);
  font-size:.82rem;
  color:var(--text-muted);
  padding:6px 0;
}
.top-bar-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
}
.top-bar-left i{color:var(--accent);margin-right:4px;}
.top-bar-right{display:flex;gap:18px;}
.top-bar-right a{color:var(--text-muted);transition:color .2s;}
.top-bar-right a:hover{color:var(--accent);}
.top-bar-right i{margin-right:4px;}

/* ===== NAVBAR ===== */
.main-navbar{
  background:rgba(11,15,20,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border-soft);
  padding:16px 0;
}
.navbar-brand{
  font-weight:800;
  font-size:1.3rem;
  color:var(--text-light) !important;
}
.navbar-brand span{color:var(--accent);}
.nav-link{
  color:var(--text-muted) !important;
  font-weight:500;
  font-size:.95rem;
}
.nav-link:hover, .nav-link.active{color:var(--text-light) !important;}

.btn-cta{
  background:var(--accent);
  color:#101720 !important;
  font-weight:700;
  border:none;
  border-radius:10px;
  padding:10px 22px;
  transition:all .25s ease;
}
.btn-cta:hover{background:var(--accent-2);color:#101720;transform:translateY(-2px);}

.btn-outline-cta{
  border:1.5px solid rgba(255,255,255,.25);
  color:var(--text-light);
  border-radius:10px;
  font-weight:600;
  padding:10px 22px;
  transition:all .25s ease;
}
.btn-outline-cta:hover{border-color:var(--accent);color:var(--accent);}

/* ===== HERO ===== */
.hero-section{
  padding:80px 0 60px;
  background-color:#101c30;
  background-image:
    radial-gradient(circle at 82% 8%, rgba(245,166,35,.14), transparent 45%),
    radial-gradient(rgba(255,255,255,.10) 1.4px, transparent 1.4px);
  background-size: auto, 24px 24px;
  background-position: 0 0, 0 0;
}
.badge-eyebrow i{color:var(--accent);margin-right:4px;font-size:.7rem;}
.badge-eyebrow{
  display:inline-block;
  color:var(--accent);
  font-weight:700;
  font-size:.78rem;
  letter-spacing:1.5px;
  margin-bottom:14px;
}
.hero-title{
  font-size:2.8rem;
  font-weight:800;
  line-height:1.2;
  margin-bottom:20px;
}
.hero-title span{color:var(--accent);}
.hero-desc{
  color:var(--text-muted);
  font-size:1.05rem;
  margin-bottom:30px;
  max-width:520px;
}
.hero-img-wrap img{
  width:100%;
  height:420px;
  object-fit:cover;
  box-shadow:0 20px 60px rgba(0,0,0,.5);
}

/* ===== SECTIONS ===== */
.section-dark{background:var(--bg-dark);padding:90px 0;}
.section-black{background:var(--bg-black);padding:90px 0;}

/* ===== LIGHT SECTION THEME (Tentang Kami, Armada, Testimoni, Maps) ===== */
.section-light{
  background:#ffffff;
  padding:90px 0;
  color:#1c2530;
}
.section-light .section-title{color:#12181f;}
.section-light .section-desc{color:#5c6773;}

.section-light .info-box{
  background:#f7f8fa;
  border:1px solid #e8eaed;
  box-shadow:0 10px 30px rgba(16,28,48,.06);
}
.section-light .info-box ol{color:#4d5763;}

.section-light .car-card{
  background:#ffffff;
  border:1px solid #ebedf0;
  box-shadow:0 10px 30px rgba(16,28,48,.07);
}
.section-light .car-name{color:#12181f;}
.section-light .car-specs{color:#5c6773;}

.section-light .testi-card{
  background:#f7f8fa;
  border:1px solid #ebedf0;
  box-shadow:0 10px 30px rgba(16,28,48,.06);
}
.section-light .testi-text{color:#4d5763;}
.section-light .testi-user h6{color:#12181f;}
.section-light .testi-user span{color:#88919c;}

.section-light .map-wrap{
  background:#f7f8fa;
  border:1px solid #ebedf0;
}
.section-light .map-wrap iframe{filter:none;}
.section-light .map-footer p{color:#5c6773;}
.section-light .map-label{color:var(--accent);}

.section-light .slick-dots li button:before{color:#c5cad0;}
.section-light .slick-dots li.slick-active button:before{color:var(--accent);}
.section-title{
  font-size:2.2rem;
  font-weight:800;
  margin-bottom:16px;
}
.section-desc{
  color:var(--text-muted);
  max-width:680px;
  font-size:1.02rem;
}

.info-box{
  background:var(--bg-card);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-lg);
  padding:32px 36px;
  margin-top:36px;
  max-width:800px;
}
.info-box-title{
  color:var(--accent);
  font-weight:700;
  font-size:.85rem;
  letter-spacing:1px;
  margin-bottom:14px;
}
.info-box ol{color:var(--text-muted);margin:0;padding-left:20px;}
.info-box ol li{margin-bottom:10px;line-height:1.5;}
.info-box ol li:last-child{margin-bottom:0;}

/* ===== SERVICE CARDS ===== */
.service-card{
  background:var(--bg-card);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-lg);
  padding:30px 22px;
  height:100%;
  text-align:center;
  transition:transform .25s ease, border-color .25s ease;
}
.service-card:hover{transform:translateY(-6px);border-color:var(--accent);}
.service-icon{
  width:56px;height:56px;
  background:rgba(245,166,35,.12);
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;
  color:var(--accent);
  margin:0 auto 18px;
}
.service-card h5{font-weight:700;font-size:1.05rem;margin-bottom:10px;}
.service-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6;margin:0;}

/* ===== CAR CARDS ===== */
.car-card{
  background:var(--bg-card);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-lg);
  overflow:hidden;
  height:100%;
  transition:transform .25s ease, box-shadow .25s ease;
}
.car-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.35);}
.car-img{
  width:100%;
  height:350px;
  object-fit:cover;
  object-position:center 30%;
  display:block;
}

@media(max-width:768px){
  .car-img{height:410px;}
}
.car-body{padding:20px;}
.car-name{
  font-weight:800;
  font-size:1.15rem;
  margin:0;
  line-height:1.3;
}
.car-price{
  font-weight:800;
  font-size:1.15rem;
  color:var(--accent);
  text-align:right;
  white-space:nowrap;
}
.car-price span{
  display:block;
  font-size:.7rem;
  font-weight:500;
  color:var(--text-muted);
  text-align:right;
}
.car-specs{color:var(--text-muted);font-size:.85rem;margin-top:10px;}
.link-wa{
  color:#25D366;
  font-weight:600;
  font-size:.85rem;
  display:flex;
  align-items:center;
  gap:5px;
}
.link-wa:hover{color:#1eb857;}

/* ===== KEUNGGULAN ===== */
.feature-item{
  background:var(--bg-card);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-md);
  padding:24px;
  height:100%;
}
.feature-item i{color:var(--accent);font-size:1.4rem;margin-bottom:12px;display:block;}
.feature-item h6{font-weight:700;margin-bottom:8px;}
.feature-item p{color:var(--text-muted);font-size:.88rem;line-height:1.6;margin:0;}

/* ===== TESTIMONI SLIDER ===== */
.testi-slide{padding:10px 12px;}
.testi-card{
  background:var(--bg-card);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-lg);
  padding:28px;
  text-align:left;
  height:100%;
}
.testi-stars{color:var(--accent);margin-bottom:14px;font-size:.9rem;}
.testi-text{color:var(--text-muted);font-size:.95rem;line-height:1.6;min-height:80px;}
.testi-user{display:flex;align-items:center;gap:12px;margin-top:18px;}
.testi-user img{width:44px;height:44px;border-radius:50%;object-fit:cover;}
.testi-user h6{margin:0;font-weight:700;font-size:.92rem;}
.testi-user span{color:var(--text-muted);font-size:.8rem;}

/* ===== GALLERY SLIDER ===== */
.gallery-slide{padding:0 10px;}
.gallery-slide img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:var(--radius-md);
  transition:transform .35s ease;
}
.gallery-slide img:hover{transform:scale(1.04);}

/* ===================================================== */
/* ===== GALLERY & TESTIMONIAL — WRAPPER + ARROWS ===== */
/* ===================================================== */

/* Wrapper dikasih padding kiri-kanan supaya slider "mengecil"
   dan ada ruang buat naruh tombol panah di dalamnya (gak kepotong) */
.gallery-slider,
.testimonial-slider{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.slick-dots li button:before{color:var(--text-muted);opacity:.5;}
.slick-dots li.slick-active button:before{color:var(--accent);opacity:1;}

.slick-prev, .slick-next{
  width:42px;
  height:42px;
  background:var(--accent);
  border-radius:50%;
  display:flex !important;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 14px rgba(0,0,0,.3);
  transition:background .25s ease, transform .25s ease;
  z-index:5;
}

.slick-prev:hover, .slick-next:hover{
  background:var(--accent-2);
  transform:translateY(-50%) scale(1.08);
}

.slick-prev:before, .slick-next:before{
  color:#fff;
  font-size:18px;
  opacity:1;
}

/* Posisi DI DALAM padding wrapper (bukan minus/keluar), jadi gak pernah kepotong */
.slick-prev{ left:0; }
.slick-next{ right:0; }

@media(max-width:576px){
  .gallery-slider,
  .testimonial-slider{
    padding:0 30px;
    width: 350px !important;
  }
  .slick-prev, .slick-next{
    width:32px;
    height:32px;
  }
  .slick-prev:before, .slick-next:before{
    font-size:13px;
  }
}

/* ===== MAP ===== */
.map-wrap{
  background:var(--bg-card);
  border:1px solid var(--border-soft);
  border-radius:var(--radius-lg);
  overflow:hidden;
  max-width:1100px;
  margin:0 auto;
}
.map-wrap iframe{display:block;filter:grayscale(20%) contrast(1.05);}
.map-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
  padding:24px 28px;
  text-align:left;
}
.map-label{color:var(--accent);font-weight:700;font-size:.8rem;letter-spacing:.5px;}
.map-footer p{color:var(--text-muted);margin:6px 0 0;max-width:480px;}

/* ===== FOOTER ===== */
.footer{
  background:#070a0e;
  padding:60px 0 25px;
  border-top:1px solid var(--border-soft);
}
.footer-brand{font-weight:800;margin-bottom:12px;}
.footer p{color:var(--text-muted);font-size:.9rem;}
.footer h6{color:var(--text-light);font-weight:700;margin-bottom:16px;}
.footer-links{list-style:none;padding:0;margin:0;color:var(--text-muted);font-size:.9rem;}
.footer-links li{margin-bottom:10px;}
.footer-links a{color:var(--text-muted);}
.footer-links a:hover{color:var(--accent);}
.footer hr{border-color:var(--border-soft);margin:30px 0 20px;}
.copyright{color:var(--text-muted);font-size:.82rem;margin:0;}

/* ===== FLOATING WHATSAPP BUTTON ===== */
.wa-float-btn{
  position:fixed;
  bottom:25px;
  right:25px;
  width:60px;
  height:60px;
  background-color:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 16px rgba(0,0,0,.4);
  z-index:9999;
  transition:transform .2s ease;
  font-size:1.7rem;
  color:#fff;
}
.wa-float-btn:hover{transform:scale(1.1);color:#fff;}

@media(max-width:480px){
  .wa-float-btn{width:52px;height:52px;bottom:16px;right:16px;font-size:1.4rem;}
}

/* ===== RESPONSIVE ===== */
@media(max-width:991px){
  .hero-title{font-size:2.2rem;}
  .section-title{font-size:1.8rem;}
  .hero-img-wrap img{height:300px;}
  .top-bar-right{gap:12px;}
}
@media(max-width:576px){
  .top-bar-left span{display:none;}
  .hero-title{font-size:1.8rem;}
  .section-title{font-size:1.5rem;}
  .hero-section{padding:50px 0 40px;}
  .section-dark, .section-black{padding:60px 0;}
}