

/* ==========================================================
   BASE STYLE
   ========================================================== */
body.pricelist-page {
  font-size: 16px; /* kunci rem agar stabil */
}

.pricelist-page main {
font-family: "Hyundai Sans", Arial;
  background-color: #fff;
  padding-bottom: 50px;
  color: #111;
}


/* ==========================================================
   BREADCRUMB
   ========================================================== */
.pricelist-page .bg-light-grey {
  background-color: #f7f8fa;
  padding: 10px 0;
}

.pricelist-page .breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.pricelist-page .breadcrumb a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pricelist-page .breadcrumb a:hover {
  text-decoration: underline;
}

.pricelist-page .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  margin: 0 8px;
  color: #777;
}

/* ==========================================================
   GRID SYSTEM
   ========================================================== */
.pricelist-page .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.pricelist-page .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pricelist-page .col-12 {
  width: 100%;
}

.pricelist-page .col-md-4 {
  flex: 1 1 calc(33.333% - 20px);
}

@media (max-width: 992px) {
  .pricelist-page .col-md-4 {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .pricelist-page .col-md-4 {
    flex: 1 1 100%;
  }
}

/* ==========================================================
   KARTU MOBIL
   ========================================================== */
.pricelist-page .hvr-glow {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 0 transparent;
  transition: all 0.3s ease;
}

.pricelist-page .hvr-glow:hover {
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
  transform: translateY(-3px);
}

/* ==========================================================
   GAMBAR MOBIL
   ========================================================== */
.pricelist-page .pricelist-car-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}

.pricelist-page .pricelist-car-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.pricelist-page .pricelist-car-image img:hover {
  transform: scale(1.05);
}

/* ==========================================================
   NAMA MOBIL
   ========================================================== */
.pricelist-page .pricelist-car-name h2 {
  font-size: 1.2rem;
  text-align: center;
  color: #007bff;
  font-weight: 700;
  margin: 8px 0 12px;
  text-transform: uppercase;
}

/* ==========================================================
   BARIS HARGA
   ========================================================== */
.pricelist-page .pricelist-car-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border-bottom: 1px dashed #ccc;
}

.pricelist-page .pricelist-car-list h2 {
  font-size: 0.8rem;
  margin: 0;
  color: #111;
  font-weight: 500;
}

/* ==========================================================
   CATATAN TAMBAHAN
   ========================================================== */
.pricelist-page .d-flex.pt-2 h2 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #222;
  margin-top: 8px;
  line-height: 1.4;
}

/* ==========================================================
   FOOTNOTE
   ========================================================== */
.pricelist-page .bg-cream {
  background-color: #faf7f2;
  padding: 15px 0;
}

.pricelist-page .pricelist-footnote ul {
  margin-left: 1.2rem;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
}

.pricelist-page .pricelist-footnote li {
  margin-bottom: 5px;
}

/* ==========================================================
   UTILITIES
   ========================================================== */
.pricelist-page .text-black   { color: #111 !important; }
.pricelist-page .text-skyblue { color: #007bff !important; }
.pricelist-page .font-medium  { font-weight: 500; }
.pricelist-page .fw-700       { font-weight: 700; }

/* ==========================================================
   ANIMASI
   ========================================================== */
.pricelist-page [data-wow-delay] {
  animation: fadeInUp 0.8s ease both;
}

@keyframes fadeInUp {
  0%   { opacity: 0; transform: translateY(15px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ==========================================================
   RESPONSIVE (MOBILE)
   ========================================================== */
@media (max-width: 480px) {
  .pricelist-page .pricelist-car-name h2 {
    font-size: 1rem;
  }

  .pricelist-page .pricelist-car-list h2 {
    font-size: 0.75rem;
  }

  .pricelist-page .pricelist-footnote ul {
    font-size: 0.8rem;
  }
}

/* ==========================================================
   STANDARDISASI HYUNDAI BSD (Konsistensi Global)
   ========================================================== */

/* Pastikan padding top mengikuti header fixed */
body.pricelist-page {
  padding-top: 90px;
  background-color: #f6f7fb;
  color: #222;
}

/* Samakan container padding dengan halaman utama */
.pricelist-page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5vw;
}

/* Perbaiki tone warna biru hover sesuai Hyundai */
.pricelist-page .hvr-glow:hover {
  box-shadow: 0 4px 12px rgba(0, 35, 104, 0.15);
}

/* Sedikit kurangi jarak bawah supaya footer rapi */
.pricelist-page main {
  padding-bottom: 30px;
}

/* Sesuaikan font warna dasar agar sama dengan style global */
.pricelist-page main h2,
.pricelist-page main p,
.pricelist-page main li {
  color: #222;
}

.pricelist-page main > h1 {
  font-size: 0.9rem;          /* ukuran sedang, tidak terlalu besar */
  font-weight: 700;           /* tegas tapi elegan */
  color: #0a0a0a;             /* warna teks netral */
  text-align: center;         /* posisi tengah */
  margin: 35px 0 25px;        /* jarak atas dan bawah */
  letter-spacing: 0.3px;      /* sedikit spasi biar elegan */
  line-height: 1.4;
  position: relative;
}

/* Tambahan aksen garis biru elegan di bawah H1 */
.pricelist-page main > h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #007bff;  /* biru khas Hyundai */
  margin: 10px auto 0;
  border-radius: 2px;
}
