/* IMPORT FONT (OPEN / FREE, LEBIH LEMBUT & NGGAK KAKU) */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f2f7; /* warna background lembut */
  color: #111827;
}


/* Container penyatu semua logo */
.logo-organizer-wrapper {
  text-align: center;
  margin-top: 0; /* reset kalau ada margin bawaan dari luar */
  padding-top: 0; /* jaga-jaga kalau padding juga ada */
}


.exhibitor-logos {
  text-align: center;
  padding: 1px 0; /* atur jarak atas–bawah keseluruhan logo */
}

/* Logo event utama (besar) */
.logo-event {
  max-height:60px; /* atur ukuran sesuka kamu */
  display: block;
  margin: 0 auto 24px; /* biar center + jarak bawah */
}

/* Bagian "organized by" */
.logo-organizer-wrapper {
  text-align: center;
}

/* Teks "organized by" */
.organized-text {
  display: block;
  font-size: 0.75rem;
  color: #444;
  margin-bottom: 6px; /* jarak ke logo kecil */
}

/* Logo organizer (kecil) */
.logo-organizer {
  max-height: 60px;
  display: block;
  margin: 0 auto;
  opacity: 0.85;
  margin-bottom: 12px;
}

/* WRAPPER HALAMAN */
.exhibitor-page {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

/* SECTION UTAMA */
.exhibitor-section {
  flex: 1;
  padding: 60px 16px;
}

/* CONTAINER TENGAH */
.exhibitor-container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}


/* JUDUL HALAMAN */
.exhibitor-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  color: #333;
  -webkit-text-stroke: 1.5px #333; /* warna lebih gelap dari #6a78ed */
}


/* GARIS AKSEN DI BAWAH JUDUL */
.exhibitor-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 240px;
  height: 6px;
  border-radius: 999px;
  background: #6a78ed;
}

/* CARD UMUM */
.exhibitor-card {
  background: #f3e5c6;
  border-radius: 36px;
  padding: 24px 108px;
  margin-bottom: 22px;
  text-align: center;
}


.exhibitor-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 14px;
  font-weight: 400;
  text-align:center;
}

/* TOMBOL-TOMBOL DI LUAR CARD A */
.exhibitor-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 36px 0 26px;
  justify-content: center;
}

/* STYLE DASAR TOMBOL */
.exhibitor-btn {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 3px solid #d1d5db;
  background: #ffffff;
  color: #333;
  transition:
    transform 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
  white-space: nowrap;
}

/* TOMBOL UTAMA (GOOGLE FORM) */
.primary-btn {
  background: #6a78ed;
  border-color: #6a78ed;
  color: #ffffff;
}

.primary-btn:hover {
  background: #5d6cdc;
  border-color: #5d6cdc;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(106, 120, 237, 0.55);
}

/* TOMBOL SEKUNDER (PDF / EXCEL) */
.exhibitor-btn:not(.primary-btn) {
  border-color: #ec7e4d;
  color: #ec7e4d;
  background: #ffffff;
}

.exhibitor-btn:not(.primary-btn):hover {
  background-color: #fff0e8;
  border-color: #ec7e4d;
  color: #c85e2f;
  transform: translateY(-1px);

}

/* HOVER UMUM (KALAU MAU SEDIKIT BOUNCY) */
.exhibitor-btn:hover {
  cursor: pointer;
}

/* CARD B: KONTAK */
.contact-card {
  margin-top: 6px;
}

.contact-card::before {
  /* ganti aksen bar warna hijau di card kontak */
  background: #ceef55;
}

.contact-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.contact-line {
  font-size: 0.95rem;
  margin: 4px 0;
}

/* RESPONSIVE UNTUK HP */
@media (max-width: 768px) {
  .exhibitor-section {
    padding: 40px 14px;
  }

  .exhibitor-card {
    padding: 20px 32px;
    border-radius: 20px;
  }

  .exhibitor-title {
    font-size: 1.7rem;
  }

  .exhibitor-container::before {
    top: -18px;
    font-size: 0.65rem;
  }

  .exhibitor-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .exhibitor-btn {
    width: 100%;
    text-align: center;
  }
}

/* ===== Logo bar layout ===== */
.logo-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto 18px;
  padding: 6px 16px;
  padding-bottom: 29px;
}

/* satu logo gabungan di kiri */
.logo-left .logo-combined {
  max-height: 80px; /* bisa diatur sesuai tinggi yang kamu mau */
  height: auto;
  display: block;
}

/* titik-titik kanan */
.logo-right-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}

.logo-right-dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

/* warna dari stylesheet project */
.logo-right-dots .dot-1 { background: #6a78ed; }
.logo-right-dots .dot-2 { background: #ec7e4d; }
.logo-right-dots .dot-3 { background: #b5d442; }

/* responsif */
@media (max-width: 480px) {
  .logo-left .logo-combined { max-height: 44px; }
  .logo-right-dots .dot { width: 12px; height: 12px; }
}
