/* ══════════════════════════════════════════════════════════════
   DIREKTORI EXPERT — halaman daftar pakar terdaftar
   Data dibaca dinamis dari Google Sheets lewat expert-directory.js
   Permintaan Faqih, 18 Agu 2026. Prefix: .exp-
   ══════════════════════════════════════════════════════════════ */

.exp-main { background: #fff; color: var(--neutral-800, #1f2937); }

/* ── HERO ── */
.exp-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0b1f3a 0%, #16407a 100%);
  color: #fff; padding: 58px 0 62px;
}
.exp-hero::after {
  content: "🔬"; position: absolute; right: -8px; bottom: -40px;
  font-size: 230px; opacity: 0.08; transform: rotate(-10deg); pointer-events: none;
}
.exp-hero-inner { position: relative; max-width: 860px; }
.exp-breadcrumb {
  font-size: 13px; color: rgba(255,255,255,0.6); list-style: none;
  display: flex; gap: 8px; padding: 0; margin: 0 0 20px; flex-wrap: wrap;
}
.exp-breadcrumb a { color: rgba(255,255,255,0.8); text-decoration: none; }
.exp-breadcrumb a:hover { color: #fff; }
.exp-breadcrumb .sep { color: rgba(255,255,255,0.35); }
.exp-eyebrow {
  display: inline-block; padding: 5px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.22);
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  margin: 0 0 16px;
}
.exp-hero h1 { font-family: 'DM Serif Display', serif; font-size: 42px; line-height: 1.16; margin: 0 0 14px; }
.exp-hero-sub { font-size: 17.5px; line-height: 1.65; color: rgba(255,255,255,0.85); margin: 0; max-width: 700px; }

/* ── TOOLBAR ── */
.exp-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin: 0 0 26px;
}
.exp-count { font-size: 14px; font-weight: 600; color: var(--accent-600, #0d9488); margin: 0; }
.exp-search {
  flex: 0 1 320px; padding: 11px 16px; font-size: 15px;
  border: 1px solid var(--neutral-300, #d1d5db); border-radius: 999px;
  background: #fff; color: var(--neutral-800, #1f2937);
}
.exp-search:focus { outline: none; border-color: var(--accent-500, #14b8a6); box-shadow: 0 0 0 3px rgba(20,184,166,0.15); }

/* ── SECTION + GRID ── */
.exp-section { padding: 56px 0 64px; }
.exp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }

.exp-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1px solid var(--neutral-200, #e5e7eb);
  border-radius: 16px; padding: 20px; box-shadow: 0 10px 26px rgba(10,34,51,0.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.exp-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(10,34,51,0.10); border-color: var(--accent-500, #14b8a6); }

.exp-avatar {
  flex: 0 0 58px; width: 58px; height: 58px; border-radius: 50%;
  overflow: hidden; background: linear-gradient(150deg, #e6f4f1, #cfe8e3);
  display: flex; align-items: center; justify-content: center;
}
.exp-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.exp-initial { font-size: 19px; font-weight: 700; color: #0b5c56; letter-spacing: 0.02em; }

.exp-body { min-width: 0; }
.exp-degree {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--accent-600, #0d9488); margin: 0 0 3px;
}
.exp-body h3 {
  font-size: 17px; font-weight: 700; line-height: 1.3;
  color: var(--primary-900, #0b1f3a); margin: 0 0 6px;
}
.exp-field { font-size: 14.5px; line-height: 1.5; color: var(--neutral-700, #374151); margin: 0 0 4px; }
.exp-inst { font-size: 13.5px; line-height: 1.5; color: var(--neutral-500, #64748b); margin: 0; }
.exp-link {
  display: inline-block; margin-top: 9px; font-size: 13px; font-weight: 600;
  color: var(--accent-600, #0d9488); text-decoration: none;
}
.exp-link:hover { text-decoration: underline; }

/* ── STATUS & KOSONG ── */
.exp-status, .exp-empty {
  padding: 34px 20px; text-align: center; font-size: 15.5px; line-height: 1.7;
  color: var(--neutral-500, #64748b); background: var(--neutral-50, #f8fafc);
  border: 1px dashed var(--neutral-300, #d1d5db); border-radius: 16px; margin: 0;
}

/* ── CATATAN PRIVASI ── */
.exp-privacy {
  margin: 30px 0 0; padding: 16px 20px; border-left: 4px solid var(--accent-500, #14b8a6);
  background: var(--neutral-50, #f8fafc); border-radius: 0 10px 10px 0;
  font-size: 13.5px; line-height: 1.7; color: var(--neutral-600, #475569);
}

/* ── CTA ── */
.exp-cta { background: var(--neutral-50, #f8fafc); padding: 56px 0; text-align: center; }
.exp-cta h2 { font-family: 'DM Serif Display', serif; font-size: 28px; color: var(--primary-900, #0b1f3a); margin: 0 0 12px; }
.exp-cta p { font-size: 16px; line-height: 1.7; color: var(--neutral-600, #475569); margin: 0 auto 24px; max-width: 580px; }
.exp-cta-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px;
  border-radius: 999px; background: var(--primary-900, #0b1f3a); color: #fff;
  font-weight: 700; text-decoration: none; font-size: 15px;
}
.exp-cta-btn:hover { background: #16407a; color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .exp-hero { padding: 42px 0 46px; }
  .exp-hero h1 { font-size: 30px; }
  .exp-hero-sub { font-size: 16px; }
  .exp-section { padding: 40px 0 48px; }
  .exp-grid { grid-template-columns: 1fr; }
  .exp-search { flex: 1 1 100%; }
  .exp-cta h2 { font-size: 24px; }
}
