/* =====================================================
   FINAL RAYON DETAIL – PMII UNU CIREBON (LOCKED)
===================================================== */

/* ===== HEADER ===== */
.rayon-header {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 16px 36px rgba(11,26,58,0.12);
  position: relative;
}

/* ===== LOGO / GAMBAR ===== */
.rayon-header img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  padding: 14px;
  background: #fff;
  border-radius: 20px;
  box-shadow:
    0 10px 26px rgba(11,26,58,0.18),
    inset 0 0 0 2px rgba(11,26,58,0.08);
}

/* ===== INFO ===== */
.rayon-info h1 {
  font-size: 1.9rem;
  font-weight: 800;
  color: #0b1a3a;
}

.rayon-info .subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c3e63; /* biru gelap */
}

.rayon-info p {
  color: #444;
  line-height: 1.8;
  margin-top: 1rem;
}

/* ===== INSTAGRAM ===== */
.instagram-link {
  margin-top: 1.3rem;
  padding: 10px 26px;
  border-radius: 50px;
  background: #0b1a3a;
  box-shadow: 0 10px 22px rgba(11,26,58,0.32);
}

/* ===== BUTTON AKSI ===== */
.buttons-container {
  margin-top: 2.3rem;
  display: grid;
  gap: 14px;
}

.rayon-button {
  background: #0b1a3a;
  color: #fff;
  border-radius: 14px;
  padding: 14px;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(11,26,58,0.26);
}

/* Outline (Struktur) */
.rayon-button.secondary {
  background: #fff;
  color: #0b1a3a;
  border: 2px solid rgba(11,26,58,0.2);
}

/* ===== DETAIL INFO ===== */
.detail-item {
  background: #fff;
  border-radius: 14px;
  padding: 1.4rem;
  border-left: 4px solid #0b1a3a;
  box-shadow: 0 10px 24px rgba(11,26,58,0.1);
}

/* ===== VISI & MISI ===== */
.visi, .misi {
  background: #ffffff;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 14px 32px rgba(11,26,58,0.12);
  border-top: 4px solid #0b1a3a;
}

.visi h3, .misi h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0b1a3a;
}

.visi p, .misi li {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .rayon-header img {
    width: 140px;
    height: 140px;
  }

  .rayon-info h1 {
    font-size: 1.6rem;
  }
}
