/* ==========================================================
   HALAMAN KONTAK — Hyundai BSD City
   ========================================================== */
body.kontak-page {
  font-family: "Hyundai Sans", Arial, sans-serif;
  background: #f6f7fb;
  color: #222;
  margin: 0;
  padding: 0;
}

/* ==========================================================
   LAYOUT DASAR
   ========================================================== */
.kontak-page main {
  padding-top: 120px; /* agar tidak tertutup header */
  padding-bottom: 40px;
  background: #fff;
}

.kontak-page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5vw;
}

/* ==========================================================
   SECTION BOX
   ========================================================== */
.section-box {
  padding: 40px 0;
}

.section-title,
.section-subtitle {
  text-align: center;
  color: #002368;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.2rem;
  text-transform: uppercase;
  border-bottom: 2px solid #002368;
  padding-bottom: 0.4rem;
  margin-bottom: 2rem;
}

/* ==========================================================
   DEALER GRID
   ========================================================== */
.dealer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.dealer-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 18px;
  border: 1px solid #e5e5e5;
  transition: 0.25s ease;
}

.dealer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 35, 104, 0.15);
}

.dealer-card h3 {
  color: #000120;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.dealer-card p {
  color: #333;
  margin-bottom: 6px;
  line-height: 1.4;
}

/* Table kontak (phone/fax) */
.dealer-table {
  width: 100%;
  margin-top: 8px;
  color: #444;
  font-size: 0.95rem;
}

/* Dealer table hidden-from-humans but visible-for-bots */
.dealer-table td {
  color: #ffffff;       /* putih, hilang di bg putih */
  opacity: 0.05;        /* tetap ada, tidak 0 */
  pointer-events: none; /* tidak bisa diklik */
  user-select: none;    /* tidak bisa diseleksi */
}


/* Hidden contact (SEO tetap baca) */
.dealer-table[hidden] {
  display: none !important;
}

/* ==========================================================
   CONTACT SECTION
   ========================================================== */
.contact-section {
  padding: 50px 0;
  background: #fafbfd;
}

.contact-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-section p {
  margin: 5px 0;
  line-height: 1.5;
}

.contact-home-link {
  color: #031c47;
  font-weight: 600;
  text-decoration: underline;
}

.contact-home-link:hover {
  color: #fff;
}

/* Map */
.map-frame {
  width: 100%;
  height: 325px;
  border: 0;
  border-radius: 10px;
  margin-top: 20px;
}

/* ==========================================================
   FOOTER FIX (BIARKAN GLOBAL BACA)
   ========================================================== */
.kontak-page footer {
  padding-top: 50px;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 768px) {
  .kontak-page main {
    padding-top: 90px;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .map-frame {
    height: 260px;
  }
}

@media (max-width: 480px) {
  .section-box {
    padding: 25px 0;
  }

  .map-frame {
    height: 230px;
  }

  .dealer-card {
    padding: 15px;
  }
}
.section-box .container p {
  text-align: center;
}
.phone-white {
  color: #ffffff !important;
}
