/* =====================
   ROOT
===================== */
:root {
  --biru: #375395;
  --emas: #c9a24d;
}

/* =====================
   RESET
===================== */
* {
  box-sizing: border-box;
  font-family: system-ui, Arial, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

/* =====================
   BACKGROUND UTAMA
===================== */
body {
  min-height: 100vh;

  background:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.65)),
    url("festival-bg.png") center center / cover no-repeat;

  color: #fff;
}

/* =====================
   WRAPPER (GLASS CARD)
===================== */
.wrapper {
  max-width: 480px;
  margin: 8px auto 60px;
  padding: 20px;
  text-align: center;

  background: rgba(80,130,200,0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}

/* =====================
   LOGO PENAJA
===================== */
.logo-area {
  padding: 20px 0 30px;
  margin-bottom: 4px;
}

.logo-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  max-width: 320px;
  margin: 10px auto 8px;
  align-items: center;
  justify-items: center;
}

.partner-logo {
  width: 100%;
  height: 72px;
  object-fit: contain;
  display: block;
}

/* =====================
   TAJUK & PENGANJUR
===================== */
.organizer strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: var(--emas);
  letter-spacing: 0.4px;
  line-height: 1.25;
  text-align: center;
  margin: 6px 0 10px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}

h1 {
  font-family: 'Alfa Slab One', cursive;
  color: #ffffff;
  font-size: 24px;
  margin: 10px 0 14px;
}

/* =====================
   EVENT INFO
===================== */
.event-info {
  color: #f1f1f1;
  line-height: 1.6;
}

.event-info.under-title {
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(255,255,255,0.4);
  margin-bottom: 20px;
}

/* =====================
   STATUS PENDAFTARAN
===================== */
#pendaftaran-info {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 10px;
}

#pendaftaran-info::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: 0;
  width: 60%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

/* BELUM / BUKA / TUTUP */
#pendaftaran-info.belum { color: #f5c542; }
#pendaftaran-info.buka  { color: #2ecc71; }
#pendaftaran-info.tutup { color: #999; }

/* =====================
   COUNTDOWN
===================== */
.countdown-box {
  margin: 28px 0;
  padding: 18px;
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.countdown-title {
  font-weight: 600;
  margin-bottom: 14px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.countdown div {
  min-width: 64px;
}

.countdown span {
  display: block;
  font-size: 26px;
  font-weight: 700;
}

.countdown small {
  font-size: 12px;
  opacity: 0.85;
}

/* =====================
   BUTTONS / CARDS
===================== */
.card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  text-decoration: none;
  color: #123;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease;
}

.card img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.card span {
  flex: 1;
  text-align: left;
}

.card:hover {
  background: rgba(55,83,149,0.9);
  color: #fff;
  transform: translateY(-3px);
}

/* DISABLED */
.card.disabled {
  pointer-events: none;
  opacity: 0.45;
  filter: grayscale(100%);
}

.card.disabled span {
  text-decoration: line-through;
}

/* =====================
   STATUS MINI
===================== */
.status-mini {
  margin: 6px 0 14px;
  font-size: 13px;
  text-align: center;
  color: #fff;
}

.status-mini .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

.status-mini .dot.belum { background: #f1c40f; }
.status-mini .dot.buka  { background: #2ecc71; }

/* =====================
   URUSETIA
===================== */
.urusetia-card {
  margin: 20px auto;
  max-width: 420px;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  overflow: hidden;
}

.urusetia-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.urusetia-header img {
  width: 36px;
  height: 36px;
}

.urusetia-body {
  padding: 14px 18px 18px;
}

/* =====================
   FOOTER
===================== */
footer {
  font-size: 12px;
  margin-top: 20px;
}

/* =====================
   MOBILE
===================== */
@media (max-width: 480px) {
  h1 {
    font-size: 22px;
  }

  .organizer strong {
    font-size: 21px;
  }

  .countdown span {
    font-size: 22px;
  }
}

/* NAMA PERSATUAN (ATAS) */
.organizer-top strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #000000;   /* HITAM */
  letter-spacing: 0.4px;
  line-height: 1.25;
  text-align: center;
  margin: 8px 0 10px;
  text-shadow: none;
}

/* RAPATKAN WRAP ATAS ↔ WRAP BAWAH */
.top-wrapper {
  margin-bottom: 4px;
}

.wrapper {
  margin-top: 4px;
}







