/* ============================================================
   HALAMAN KONTAK – MANUT GLOBAL & SAMA PERSIS HERO PENGUMUMAN
   ============================================================ */

/* =========================
   HERO (COPY FROM pengumuman.css)
   ========================= */

.kontak-wrap .pengumuman-hero-wrap {
  background: linear-gradient(to right, #f8f9fa 0%, #e9ecef 100%);
  color: #2c3e50;
  margin-top: calc(var(--head-offset) * -1) !important;
  /* ekstra padding dari header dikurangi */
  padding-top: calc(var(--head-offset) + 0.75rem) !important;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.kontak-wrap .pengumuman-hero-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='320' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L320 0 L320 100 L0 100 Z' fill='%231a73e8' opacity='0.03'/%3E%3C/svg%3E");
  z-index: 0;
}

.kontak-wrap .pengumuman-hero {
  position: relative;
  z-index: 1;
  text-align: center;
}

.kontak-wrap .pengumuman-hero h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.kontak-wrap .pengumuman-hero .lead {
  font-size: 1.05rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* =========================
   WRAPPER
   ========================= */

.kontak-wrap {
  background: #f3f4f6;
  padding-inline: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.kontak-inner {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding-top: 1.4rem;
  padding-inline: 1rem;
  /* ⬅️ Tambahin jarak kiri–kanan */
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 992px) {
  .kontak-inner {
    padding-top: 1.8rem;
    padding-inline: 1.5rem;
    /* ⬅️ Desktop lebih lega */
  }
}

@media (max-width: 575px) {
  .kontak-inner {
    padding-inline: 0.75rem;
  }
}

/* =========================
   CARD STYLE
   ========================= */

.kontak-card {
  border-radius: var(--radius-lg);
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
  color: #0f172a;
  padding: 1.05rem 1.25rem;
  transition:
    box-shadow 0.18s ease,
    transform 0.16s ease,
    border-color 0.18s ease,
    background-color 0.18s ease;
}

.kontak-card:hover {
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
  border-color: rgba(0, 61, 246, 0.5);
  background-color: #ffffff;
}

@media (max-width: 575.98px) {
  .kontak-card {
    padding: 0.9rem;
    border-radius: var(--radius-md);
  }
}

/* =========================
   INFO / PROFIL
   ========================= */

.kontak-info h2 {
  color: #0f172a;
  font-weight: 600;
  font-size: 1.05rem;
}

.kontak-info-grid {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
}

.kontak-row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.7);
}

.kontak-row:last-child {
  border-bottom: none;
}

.kontak-label {
  min-width: 130px;
  font-size: 0.85rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.kontak-value {
  flex: 1;
  font-size: 0.92rem;
  color: #0f172a;
}

@media (max-width: 575.98px) {
  .kontak-row {
    flex-direction: column;
  }

  .kontak-label {
    min-width: 0;
  }
}

/* =========================
   JAM OPERASIONAL
   ========================= */

.jam-operasional-container {
  border-top: 1px solid rgba(148, 163, 184, 0.6);
  margin-top: 0.85rem;
  padding-top: 0.75rem;
}

.jam-operasional-container h5 {
  font-weight: 600;
  color: #0f172a;
  font-size: 0.98rem;
}

#jam-hari-ini {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: #003df6;
}

.status-operasional {
  font-size: 0.82rem;
  color: #6b7280;
  margin-bottom: 0.6rem;
}

#status-text {
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.18rem 0.7rem;
}

/* Semua jadwal */
#semuaJadwal {
  border-radius: 10px;
  padding: 0.55rem 0.6rem 0.45rem;
  background: #f9fafb;
  border: 1px dashed rgba(148, 163, 184, 0.8);
}

.jadwal-row {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0.35rem;
  border-radius: 6px;
}

.jadwal-row:nth-child(odd) {
  background: #f3f4f6;
}

.jadwal-hari {
  font-weight: 500;
  color: #0f172a;
  font-size: 0.9rem;
}

.jadwal-jam {
  color: #6b7280;
  font-size: 0.88rem;
}

@media (max-width: 575.98px) {
  .jadwal-row {
    flex-direction: column;
  }
}

/* =========================
   MAPS
   ========================= */

.maps-container h2 {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.8rem;
  font-size: 0.98rem;
}

.maps-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--card-border);
  background: #f9fafb;
  box-shadow: var(--shadow-soft);
}

.maps-frame iframe {
  width: 100%;
  height: 340px;
  border: 0;
}

@media (min-width: 768px) {
  .maps-frame iframe {
    height: 410px;
  }
}

/* =========================
   BUTTONS
   ========================= */

.kontak-wrap .btn {
  border-radius: 8px;
  font-size: 0.82rem;
  padding: 0.28rem 0.75rem;
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.14s ease,
    border-color 0.18s ease;
}

.kontak-wrap .btn-outline-primary {
  border-color: #003df6;
  color: #003df6;
}

.kontak-wrap .btn-outline-primary:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
  background: rgba(0, 61, 246, 0.08);
}
