/* ===== YWPH HEADER (FIX - JANGAN DIUBAH) ===== */
.ywph-header{
  /* Nuansa langit berawan (tanpa gambar) */
  background:
    radial-gradient(1200px 240px at 20% 10%, rgba(255,255,255,.75), rgba(255,255,255,0) 60%),
    radial-gradient(900px 220px at 70% 30%, rgba(255,255,255,.65), rgba(255,255,255,0) 62%),
    linear-gradient(180deg, #bfe8ff 0%, #8fd3ff 100%);
  border-bottom: 1px solid rgba(0,0,0,.08);
  color: #0f2f4a;
}

.ywph-header__inner{
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ywph-brand{
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.ywph-brand__logo{
  height: 64px;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.08));
}

.ywph-brand__text{min-width: 0;}

.ywph-brand__name{
  font-weight: 900;
  letter-spacing: .2px;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ywph-brand__tagline{
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(15,47,74,.85);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Kanan: jam */
.ywph-time{
  text-align: right;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 10px 12px;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  min-width: 210px;
}

.ywph-time__label{
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .4px;
  color: rgba(15,47,74,.75);
  text-transform: uppercase;
}

.ywph-time__value{
  margin-top: 3px;
  font-size: 14px;
  font-weight: 900;
  color: #0f2f4a;
}

/* Responsive */
@media (max-width: 820px){
  .ywph-header__inner{flex-direction: column; align-items: flex-start;}
  .ywph-time{width: 100%; text-align: left;}
  .ywph-brand__name{white-space: normal;}
  .ywph-brand__tagline{white-space: normal;}
}
