/* SIHAFIZ — halaman depan bergaya web resmi (terinspirasi wafaindonesia.or.id) */

.lp-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 32px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
}
.lp-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.lp-logo-mark {
  height: 42px; width: auto; border-radius: 8px;
}
.lp-logo-text { line-height: 1.2; }
.lp-logo-text strong { display: block; font-size: 17px; color: var(--primary); letter-spacing: .5px; }
.lp-logo-text span { display: block; font-size: 11px; color: var(--muted); max-width: 220px; }

.lp-nav-links { display: flex; gap: 26px; align-items: center; }
.lp-nav-links a { color: var(--text); text-decoration: none; font-size: 14px; font-weight: 500; }
.lp-nav-links a:hover { color: var(--primary); }

/* ---------- Hero ---------- */
.lp-hero {
  background: linear-gradient(135deg, var(--primary) 0%, #7a1a3d 60%, #5b1330 100%);
  color: #fff;
  padding: 72px 32px 90px;
}
.lp-hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  max-width: 1200px;
  margin: 0 auto;
}
.lp-hero-center {
  flex: 1;
  text-align: center;
  max-width: 600px;
}
.lp-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.15);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .5px;
  margin-bottom: 18px;
}
.lp-hero h1 { font-size: 36px; margin: 0 0 14px; line-height: 1.3; }
.lp-hero p.lead { font-size: 15px; opacity: .92; margin: 0 auto 28px; line-height: 1.6; }
.lp-hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.lp-btn-outline {
  border: 1.5px solid rgba(255,255,255,.7);
  color: #fff;
  padding: 9px 22px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.lp-btn-outline:hover { background: rgba(255,255,255,.12); }

/* ---------- Hero side images ---------- */
.lp-hero-side {
  flex-shrink: 0;
}
.lp-hero-img {
  height: 400px;
  width: auto;
  display: block;
}

/* ---------- Sections ---------- */
.lp-section { padding: 64px 32px; max-width: 1080px; margin: 0 auto; }
.lp-section-title { text-align: center; margin-bottom: 8px; font-size: 26px; color: var(--text); }
.lp-section-sub { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto; }
.lp-eyebrow { display: block; text-align: center; color: var(--accent-dark); font-weight: 700; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; }

/* Feature cards (mirip "4 kartu fitur" wafaindonesia.or.id) */
.lp-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: -50px; position: relative; z-index: 10; }
.lp-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 26px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  text-align: center;
}
.lp-feature-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: #fdeef3; color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin: 0 auto 14px;
}
.lp-feature-card h3 { font-size: 15px; margin: 0 0 8px; color: var(--text); }
.lp-feature-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.5; }

/* Tentang / Metode */
.lp-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.lp-about-grid h2 { font-size: 24px; margin: 0 0 14px; color: var(--text); }
.lp-about-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; margin-bottom: 12px; }
.lp-about-panel {
  background: linear-gradient(135deg, #fdeef3, #fff7e6);
  border-radius: 14px;
  padding: 30px;
}
.lp-about-panel ul { margin: 0; padding-left: 18px; color: var(--text); font-size: 13.5px; line-height: 2; }
.lp-predikat-row { display: flex; gap: 10px; margin-top: 18px; }
.lp-predikat-chip { flex: 1; text-align: center; padding: 10px 6px; border-radius: 10px; font-size: 12px; font-weight: 700; }

/* Untuk siapa (role cards) */
.lp-role-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.lp-role-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.lp-role-card .lp-role-badge {
  display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 11px; font-weight: 700;
  background: #fdeef3; color: var(--primary); margin-bottom: 12px;
}
.lp-role-card h3 { margin: 0 0 10px; font-size: 16px; }
.lp-role-card ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 13px; line-height: 1.9; }

/* CTA band */
.lp-cta {
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  color: #fff;
  text-align: center;
  padding: 48px 32px;
}
.lp-cta h2 { margin: 0 0 10px; font-size: 22px; }
.lp-cta p { margin: 0 0 22px; opacity: .95; font-size: 14px; }
.lp-cta .btn { background: #fff; color: var(--primary); border-radius: 25px; padding: 10px 26px; font-weight: 700; }

/* Footer */
.lp-footer { background: #241016; color: #d9c7cd; padding: 44px 32px 24px; }
.lp-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; max-width: 1080px; margin: 0 auto 24px; }
.lp-footer-grid h4 { color: #fff; font-size: 14px; margin: 0 0 12px; }
.lp-footer-grid p, .lp-footer-grid a { color: #d9c7cd; font-size: 13px; line-height: 1.9; text-decoration: none; }
.lp-footer-grid a:hover { color: #fff; }
.lp-footer-bottom { text-align: center; font-size: 12px; color: #a98d95; border-top: 1px solid #3a232a; padding-top: 18px; max-width: 1080px; margin: 0 auto; }

@media (max-width: 720px) {
  .lp-nav-links { display: none; }
  .lp-hero-inner { flex-direction: column; gap: 20px; }
  .lp-hero-img { height: 240px; }
  .lp-about-grid { grid-template-columns: 1fr; }
  .lp-footer-grid { grid-template-columns: 1fr; }
}
