
/* ═══════════════════════════════════════════════════════════════
   ═══  REDESIGN v10 — Polish + Donasi + Kufic system  ═══
   Append-only — extends styles base v6
═══════════════════════════════════════════════════════════════ */

:root {
  /* Token baru — hierarki & ornamen */
  --ink-deep:        #0A1538;
  --navy-mid:        #1A2B60;
  --gold-emboss:     #B8862A;
  --sage:            #1F6B47;
  --sage-light:      #E7F2EB;
  --rose:            #C04848;
  --rose-light:      #F5E1DD;
  --parchment:       #FBF8F3;
  --parchment-ink:   #F0E7D4;
  --border-warm:     #D4C5B2;
  --border-soft:     #EDE6DB;

  /* Shadow yg lebih warm utk konteks Islami */
  --shadow-warm:     0 1px 3px rgba(100,65,20,.06), 0 4px 18px rgba(100,65,20,.09);
  --shadow-warm-md:  0 4px 12px rgba(100,65,20,.10), 0 12px 32px rgba(100,65,20,.10);
  --shadow-warm-lg:  0 8px 24px rgba(100,65,20,.12), 0 24px 56px rgba(100,65,20,.14);
  --shadow-glow-or:  0 4px 20px rgba(232,145,42,.30);
  --shadow-glow-rose:0 4px 20px rgba(192,72,72,.30);
}

/* Heading polish global */
h1, h2, .sec-title, .mqa-hero-title { text-wrap: balance; }

/* ── Smooth scroll global ── */
html { scroll-behavior: smooth; }

/* ══════════════════════════════════════
   HEADER — Donasi pill
══════════════════════════════════════ */
.mqa-btn-donasi {
  padding: 9px 18px;
  background: linear-gradient(135deg, var(--rose) 0%, var(--orange-dark) 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 16px rgba(192,72,72,.30);
  transition: all .15s;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.mqa-btn-donasi:hover {
  transform: translateY(-1px);
  filter: brightness(1.07);
  box-shadow: 0 6px 20px rgba(192,72,72,.40);
}
.mqa-btn-donasi .heart {
  width: 13px; height: 13px;
}
@media (max-width: 768px) {
  .mqa-btn-donasi { padding: 7px 12px; font-size: 12px; }
  .mqa-btn-donasi .label-d { display: none; }
}

/* ══════════════════════════════════════
   HOME — ASYMMETRIC HERO (v10)
══════════════════════════════════════ */
.hero-v10 {
  position: relative;
  overflow: hidden;
  padding: 60px 0 120px;
  background: var(--bg);
}
.hero-v10-glow {
  position: absolute;
  top: -120px; right: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--orange-tint) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hero-v10-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-v10-pill {
  display: inline-flex;
  align-items: center; gap: 10px;
  padding: 7px 14px 7px 8px;
  background: rgba(255,255,255,.7);
  border: 1.5px solid var(--border);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
}
.hero-v10-pill .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 4px rgba(31,107,71,.15);
}
.hero-v10-arabic {
  font-family: var(--font-ar);
  font-size: 32px;
  color: var(--gold-emboss);
  direction: rtl;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.hero-v10-title {
  font-family: var(--font-d);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.035em;
  color: var(--ink-deep);
  margin: 0;
  text-wrap: balance;
}
.hero-v10-title .accent {
  background: linear-gradient(95deg, var(--orange) 0%, var(--orange-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-v10-sub {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 24px;
  max-width: 520px;
  text-wrap: pretty;
}
.hero-v10-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.btn-hero-primary {
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 15px 26px;
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 8px 32px rgba(27,47,110,.22);
  transition: all .15s;
}
.btn-hero-primary:hover { transform: translateY(-1px); filter: brightness(1.10); }
.btn-hero-secondary {
  background: rgba(255,255,255,.9);
  color: var(--navy);
  border: 1.5px solid var(--border);
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.btn-hero-secondary:hover { background: #fff; border-color: var(--navy); }

.hero-v10-trust {
  margin-top: 32px;
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
}
.hero-v10-avatars { display: flex; }
.hero-v10-avatars > div {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2.5px solid #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; color: #fff;
}
.hero-v10-avatars > div:not(:first-child) { margin-left: -12px; }

.hero-v10-visual {
  position: relative;
  aspect-ratio: 4/5;
  max-height: 560px;
}
.hero-v10-deco-1 {
  position: absolute; top: 20px; left: -20px;
  width: 100px; height: 100px;
  background: var(--orange);
  opacity: .15;
  border-radius: 8px;
}
.hero-v10-deco-2 {
  position: absolute; bottom: 30px; right: -30px;
  width: 140px; height: 140px;
  background: var(--navy);
  opacity: .08;
  border-radius: 8px;
}
.hero-v10-image {
  position: relative; width: 100%; height: 100%;
  border-radius: 22px; overflow: hidden;
  background: linear-gradient(145deg, var(--navy) 0%, var(--ink-deep) 100%);
  box-shadow: var(--shadow-warm-lg);
}
.hero-v10-image-fallback {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: rgba(255,255,255,.6); padding: 24px; text-align: center;
}
.hero-v10-image-fallback img {
  max-width: 60%; height: auto; opacity: .65; margin-bottom: 12px;
}
.hero-v10-floatcard {
  position: absolute; bottom: 20px; left: 20px; right: 80px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 16px;
  display: flex; align-items: center; gap: 12px;
}
.hero-v10-floatcard-mark {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--sage);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-ar);
  font-size: 24px; font-weight: 700;
}
.hero-v10-floatcard-live {
  font-size: 11px; font-weight: 800; color: var(--sage);
  letter-spacing: .1em; text-transform: uppercase;
}
.hero-v10-floatcard-title {
  font-size: 13px; font-weight: 700;
  color: var(--ink-deep);
  margin-top: 1px;
}
.hero-v10-time-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--orange);
  color: #fff;
  padding: 7px 13px;
  border-radius: 50px;
  font-size: 11px; font-weight: 800;
  letter-spacing: .05em;
  box-shadow: var(--shadow-glow-or);
}

/* ══════════════════════════════════════
   HOME — STATS FLOAT (asymmetric)
══════════════════════════════════════ */
.stats-float {
  margin-top: -80px;
  position: relative;
  z-index: 5;
}
.stats-float-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow-warm-md);
  padding: 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  border: 1px solid var(--border-soft);
  overflow: hidden;
}
.stat-big {
  padding: 8px 28px 8px 8px;
  border-right: 1px solid var(--border-soft);
  display: flex; align-items: center; gap: 18px;
}
.stat-big-mark {
  width: 60px; height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.stat-big-num {
  font-family: var(--font-d);
  font-size: 44px;
  font-weight: 900;
  color: var(--ink-deep);
  line-height: 1;
  letter-spacing: -0.03em;
}
.stat-big-label {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.4;
}
.stat-small {
  padding: 8px 22px;
  border-right: 1px solid var(--border-soft);
  display: flex; flex-direction: column; justify-content: center;
}
.stat-small:last-child { border-right: none; }
.stat-small-num {
  font-family: var(--font-d);
  font-size: 28px; font-weight: 900;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.02em;
}
.stat-small-label {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--muted);
  margin-top: 6px;
}

/* ══════════════════════════════════════
   HOME — DONASI SECTION INLINE
══════════════════════════════════════ */
.home-donasi {
  padding: 60px 0;
}
.home-donasi-card {
  background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand-navy) 100%);
  border-radius: 22px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.home-donasi-blob {
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(192,72,72,.4) 0%, transparent 70%);
  pointer-events: none;
}
.home-donasi-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}
.home-donasi-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50px;
  font-size: 11px; font-weight: 800;
  color: var(--orange-warm, #F5A340);
  letter-spacing: .16em; text-transform: uppercase;
  margin-bottom: 18px;
}
.home-donasi h2 {
  font-family: var(--font-d);
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  text-wrap: balance;
}
.home-donasi-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.75);
  margin-bottom: 24px;
}
.btn-donasi-cta {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
  color: #fff;
  border: none;
  padding: 13px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-glow-or);
}
.btn-donasi-cta:hover { transform: translateY(-1px); }

.home-donasi-camp {
  background: rgba(255,255,255,.97);
  color: var(--text-body, #2C2520);
  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
  transition: transform .2s;
}
.home-donasi-camp + .home-donasi-camp { margin-top: 14px; }
.home-donasi-camp:hover { transform: translateY(-2px); }
.home-donasi-camp-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 12px; margin-bottom: 10px;
}
.home-donasi-camp-tag {
  display: inline-block;
  padding: 3px 10px;
  background: var(--rose-light);
  color: var(--rose);
  font-size: 10px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 8px;
}
.home-donasi-camp-title {
  font-family: var(--font-d);
  font-size: 16px;
  font-weight: 800;
  color: var(--ink-deep);
  line-height: 1.25;
}
.home-donasi-camp-btn {
  background: var(--navy);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.progress-track {
  height: 8px;
  background: var(--bg2);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-dark) 100%);
  border-radius: 4px;
  transition: width .4s;
}
.progress-fill.done {
  background: var(--sage);
}
.progress-meta {
  display: flex; justify-content: space-between;
  font-size: 12px;
}
.progress-meta strong { font-weight: 800; color: var(--ink-deep); }
.progress-meta .target { color: var(--muted); }

@media (max-width: 900px) {
  .hero-v10-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-v10-visual { display: none; }
  .stats-float-card { grid-template-columns: 1fr 1fr; }
  .stat-big { border-right: none; border-bottom: 1px solid var(--border-soft); padding: 12px; }
  .stat-small { padding: 16px 12px; border-bottom: 1px solid var(--border-soft); }
  .stat-small:nth-child(odd) { border-right: 1px solid var(--border-soft); }
  .home-donasi-card { padding: 28px 20px; }
  .home-donasi-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ══════════════════════════════════════
   ARTICLE READING — Drop-cap, Ayat quote
══════════════════════════════════════ */
.article-page { background: var(--parchment); min-height: 100vh; }
.article-progress {
  position: sticky; top: 66px; z-index: 50;
  height: 3px; background: rgba(224,213,200,.5);
}
.article-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-dark) 100%);
  transition: width .1s;
}
.article-hero-wrap { background: var(--parchment-ink); padding: 48px 0 0; position: relative; overflow: hidden; }
.article-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--muted); margin-bottom: 24px;
}
.article-breadcrumb .sep { color: var(--faint); }
.article-cat-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: var(--sage);
  color: #fff;
  border-radius: 50px;
  font-size: 11px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 20px;
}
.article-title {
  font-family: var(--font-d);
  font-size: clamp(28px, 4.5vw, 50px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.025em;
  color: var(--ink-deep);
  text-wrap: balance;
  margin: 0;
}
.article-excerpt {
  font-family: var(--font-d);
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 20px;
  font-weight: 500;
  max-width: 680px;
}
.article-meta-row {
  display: flex; align-items: center; gap: 18px;
  margin-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.article-author-bubble {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px; font-family: var(--font-d);
}
.article-cover {
  max-width: 1000px; margin: 36px auto 0; padding: 0 20px;
}
.article-cover-frame {
  aspect-ratio: 21/9;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(135deg, var(--sage) 0%, var(--navy) 100%);
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-warm-lg);
  background-size: cover; background-position: center;
}
.article-body-wrap {
  padding: 48px 20px 80px;
  position: relative;
}
.article-body-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 280px;
  gap: 56px;
}
.article-body {
  max-width: 720px;
  font-size: 17.5px;
  line-height: 1.85;
  color: var(--text);
  font-family: var(--font-ui);
}
.article-bismillah {
  text-align: center; margin-bottom: 32px;
  color: var(--gold-emboss);
}
.article-bismillah-glyph {
  font-family: var(--font-ar);
  font-size: 32px; font-weight: 700;
  line-height: 1; direction: rtl;
}
.article-body p { margin-bottom: 22px; }
.article-body h2 {
  font-family: var(--font-d);
  font-size: 26px; font-weight: 800;
  color: var(--ink-deep);
  letter-spacing: -.015em;
  margin-top: 44px;
  margin-bottom: 18px;
  line-height: 1.2;
}
.article-body h3 {
  font-family: var(--font-d);
  font-size: 19px; font-weight: 800;
  color: var(--ink-deep);
  margin-top: 32px;
  margin-bottom: 12px;
}
.article-body em { font-style: italic; color: var(--ink-deep); }

/* Drop-cap */
.drop-cap::first-letter {
  float: left;
  font-family: var(--font-d);
  font-size: 80px;
  line-height: .85;
  font-weight: 900;
  color: var(--orange);
  margin-right: 14px;
  margin-top: 6px;
}
.drop-cap[dir="rtl"]::first-letter { float: right; margin-right: 0; margin-left: 14px; }

/* Ayat Quote — kotak ornamen emas */
.ayat-quote {
  margin: 36px 0;
  padding: 32px 32px 24px;
  background: var(--parchment-ink);
  border-radius: 22px;
  border: 1px solid var(--border-warm);
  position: relative;
  box-shadow: var(--shadow-warm);
}
.ayat-quote-ref {
  position: absolute;
  top: -12px; left: 32px;
  background: var(--gold-emboss);
  color: #fff;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 10px; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
}
.ayat-quote-arabic {
  font-family: var(--font-ar);
  font-size: 28px;
  line-height: 1.9; font-weight: 400;
  color: var(--ink-deep);
  direction: rtl;
  text-align: center;
  margin-bottom: 16px;
}
.ayat-quote-translation {
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
  text-align: center;
  margin-top: 8px;
}

/* Custom bullet list */
.article-body ul.kufic-list {
  list-style: none; padding: 0; margin-bottom: 28px;
}
.article-body ul.kufic-list li {
  display: flex; align-items: start; gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
}
.article-body ul.kufic-list li:last-child { border-bottom: none; }
.article-body ul.kufic-list li::before {
  content: '';
  width: 12px; height: 12px;
  background: var(--orange);
  margin-top: 8px;
  flex-shrink: 0;
  position: relative;
  box-shadow: inset 0 0 0 3px var(--parchment);
}

/* Sidebar TOC */
.article-sidebar {
  position: sticky; top: 110px; height: fit-content;
  display: flex; flex-direction: column; gap: 22px;
}
.article-toc {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid var(--border-soft);
}
.article-toc-title {
  font-size: 11px;
  font-weight: 800;
  color: var(--orange);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.article-toc ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.article-toc li {
  padding-left: 12px;
  border-left: 2px solid var(--border);
  color: var(--muted);
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}
.article-toc li.active {
  border-left-color: var(--orange);
  color: var(--ink-deep);
  font-weight: 700;
}

/* Donasi CTA inline article */
.article-donasi-cta {
  margin-top: 36px;
  padding: 24px 28px;
  background: linear-gradient(135deg, var(--brand-deep) 0%, var(--brand-navy) 100%);
  border-radius: 22px;
  color: #fff;
  display: flex; align-items: center; gap: 20px;
  position: relative; overflow: hidden;
}
.article-donasi-cta-text { flex: 1; position: relative; }
.article-donasi-cta-kicker {
  font-size: 11px; font-weight: 800;
  color: var(--orange-warm, #F5A340);
  letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 6px;
}
.article-donasi-cta-title {
  font-family: var(--font-d);
  font-size: 17px; font-weight: 800;
  margin-bottom: 4px;
  text-wrap: balance;
}
.article-donasi-cta-sub { font-size: 12.5px; opacity: .75; }

@media (max-width: 900px) {
  .article-body-grid { grid-template-columns: 1fr; gap: 32px; }
  .article-sidebar { position: static; }
  .article-body { font-size: 16px; }
  .drop-cap::first-letter { font-size: 60px; }
  .article-title { font-size: 28px; }
  .ayat-quote { padding: 24px 18px 18px; }
  .ayat-quote-arabic { font-size: 22px; }
  .article-donasi-cta { flex-direction: column; align-items: stretch; text-align: center; padding: 20px; }
}

/* ══════════════════════════════════════
   REGISTER — Multi-step
══════════════════════════════════════ */
.register-stepper {
  background: #fff;
  border-radius: 22px;
  padding: 22px 28px;
  border: 1px solid var(--border-soft);
  margin-bottom: 22px;
}
.register-stepper-inner {
  display: flex; align-items: center; gap: 0;
}
.step-bubble {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--bg2);
  color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px;
  font-family: var(--font-d);
  flex-shrink: 0;
  transition: all .2s;
}
.step-bubble.done { background: var(--navy); color: #fff; }
.step-bubble.current {
  background: var(--navy); color: #fff;
  box-shadow: 0 0 0 4px rgba(232,145,42,.25);
}
.step-line {
  flex: 1; height: 2px;
  background: var(--border-soft);
  margin: 0 14px;
  transition: all .3s;
}
.step-line.done { background: var(--navy); }
.step-info { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.step-info-label {
  font-size: 10px; font-weight: 700;
  color: var(--faint);
  letter-spacing: .1em; text-transform: uppercase;
  line-height: 1.2;
}
.step-info-title {
  font-size: 13px; font-weight: 700;
  color: var(--muted);
  margin-top: 1px;
}
.step-info.done .step-info-title,
.step-info.current .step-info-title { color: var(--ink-deep); }

.register-card {
  background: #fff;
  border-radius: 22px;
  padding: 32px 36px;
  border: 1px solid var(--border-soft);
  min-height: 420px;
}
.register-card h2 {
  font-family: var(--font-d);
  font-size: 22px; font-weight: 800;
  color: var(--ink-deep);
  margin-bottom: 6px;
}
.register-card .sub {
  font-size: 13.5px; color: var(--muted);
  margin-bottom: 22px;
}

.program-pick-card {
  padding: 18px 20px;
  border-radius: 14px;
  border: 2px solid var(--border-soft);
  background: var(--bg);
  cursor: pointer;
  transition: all .15s;
}
.program-pick-card:hover { border-color: var(--orange-tint); }
.program-pick-card.selected {
  border-width: 2px;
  background: rgba(232,145,42,.05);
}

.gender-btn {
  flex: 1;
  padding: 12px;
  border: 2px solid var(--border);
  background: #fff;
  color: var(--text-body, var(--text));
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  font-family: inherit;
  font-size: 14px;
}
.gender-btn.active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.chip-multi {
  padding: 7px 13px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  font-size: 12.5px;
}
.chip-multi.active {
  border-color: var(--orange);
  background: var(--orange-tint);
  color: var(--orange-dark);
}

.register-summary {
  background: linear-gradient(155deg, var(--ink-deep) 0%, var(--navy-mid) 100%);
  color: #fff;
  border-radius: 22px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.register-summary-kicker {
  font-size: 11px; font-weight: 800;
  color: var(--orange-warm, #F5A340);
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 14px;
}
.review-row {
  display: grid; grid-template-columns: 130px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 13.5px;
}
.review-row:last-child { border-bottom: none; }
.review-row-label { color: var(--muted); font-weight: 600; }
.review-row-val { color: var(--ink-deep); font-weight: 600; }

@media (max-width: 768px) {
  .register-stepper-inner { gap: 8px; overflow-x: auto; padding-bottom: 4px; }
  .step-info .step-info-label,
  .step-info .step-info-title { display: none; }
  .step-line { margin: 0 4px; }
  .register-card { padding: 22px 18px; }
}

/* ══════════════════════════════════════
   DONASI PAGE
══════════════════════════════════════ */
.donasi-hero {
  background: linear-gradient(155deg, var(--ink-deep) 0%, var(--navy-mid) 60%, var(--rose) 130%);
  color: #fff;
  padding: 60px 0 100px;
  position: relative;
  overflow: hidden;
}
.donasi-hero-grid {
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 56px; align-items: center;
  position: relative; z-index: 1;
}
.donasi-hero-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50px;
  font-size: 11px; font-weight: 800;
  color: var(--orange-warm, #F5A340);
  letter-spacing: .18em; text-transform: uppercase;
  margin-bottom: 20px;
}
.donasi-hero h1 {
  font-family: var(--font-d);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.03em;
  margin: 0;
  text-wrap: balance;
}
.donasi-hero h1 .accent { color: var(--orange-warm, #F5A340); }
.donasi-hero-text {
  font-size: 16px; line-height: 1.6;
  color: rgba(255,255,255,.78);
  margin-top: 18px;
  max-width: 520px;
}
.donasi-hero-stats {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 14px; margin-top: 32px; max-width: 520px;
}
.donasi-hero-stats > div + div {
  border-left: 1px solid rgba(255,255,255,.15);
  padding-left: 16px;
}
.donasi-hero-stats .v {
  font-family: var(--font-d);
  font-size: 22px; font-weight: 900;
  letter-spacing: -.02em;
}
.donasi-hero-stats .l { font-size: 11px; opacity: .7; margin-top: 4px; }

.quick-donate {
  background: rgba(255,255,255,.97);
  color: var(--text);
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--shadow-warm-lg);
}
.quick-donate-kicker {
  font-size: 11px; font-weight: 800;
  color: var(--orange); letter-spacing: .14em;
  text-transform: uppercase; margin-bottom: 8px;
}
.quick-donate h2 {
  font-family: var(--font-d);
  font-size: 18px; font-weight: 800;
  color: var(--ink-deep);
  margin-bottom: 16px; line-height: 1.3;
}
.nom-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 8px; margin-bottom: 14px;
}
.nom-grid button {
  padding: 11px 8px; border-radius: 10px;
  border: 2px solid var(--border);
  background: #fff; color: var(--text-body, var(--text));
  font-weight: 800; font-size: 13px;
  cursor: pointer; font-family: inherit;
}
.nom-grid button.active {
  border-color: var(--orange);
  background: var(--orange-tint);
  color: var(--orange-dark);
}
.nom-input {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: inherit; font-size: 14px;
  background: var(--bg); outline: none;
  margin-bottom: 14px;
}
.nom-input:focus { border-color: var(--orange); }
.btn-donate-now {
  width: 100%; padding: 13px;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
  color: #fff; border: none; border-radius: 50px;
  font-size: 14px; font-weight: 800; cursor: pointer;
  font-family: inherit;
  box-shadow: var(--shadow-glow-or);
  margin-bottom: 10px;
}
.donate-note { text-align: center; font-size: 11px; color: var(--muted); }

/* Donasi category tabs */
.donasi-cattabs-wrap {
  padding: 0 20px;
  margin-top: -60px;
  position: relative; z-index: 2;
}
.donasi-cattabs {
  background: #fff;
  border-radius: 22px;
  padding: 16px 22px;
  box-shadow: var(--shadow-warm-md);
  border: 1px solid var(--border-soft);
  display: flex; align-items: center; gap: 8px;
  flex-wrap: wrap;
  max-width: 1240px; margin: 0 auto;
}
.donasi-cattabs .label {
  font-size: 11px; font-weight: 800; color: var(--muted);
  letter-spacing: .12em; text-transform: uppercase; margin-right: 8px;
}
.cat-tab {
  padding: 7px 16px; border-radius: 50px;
  border: 1.5px solid var(--border);
  background: #fff; color: var(--text);
  font-weight: 700; font-size: 12.5px;
  cursor: pointer; font-family: inherit;
}
.cat-tab.active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.cat-info { margin-left: auto; font-size: 12px; color: var(--muted); }

/* Donasi campaign cards */
.donasi-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1240px; margin: 24px auto 0;
  padding: 0 20px;
}
.donasi-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.donasi-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-warm-md);
}
.donasi-card-img {
  aspect-ratio: 21/9;
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--rose) 100%);
  background-size: cover; background-position: center;
}
.donasi-card-img.done {
  background: linear-gradient(135deg, var(--sage) 0%, var(--navy) 100%);
}
.donasi-card-badges {
  position: absolute; top: 14px; left: 14px;
  display: flex; gap: 8px;
}
.tag-cat {
  padding: 5px 12px; background: #fff; color: var(--ink-deep);
  border-radius: 50px; font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
}
.tag-urg {
  padding: 5px 12px; color: #fff;
  border-radius: 50px; font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
}
.tag-urg.tinggi  { background: var(--rose); }
.tag-urg.sedang  { background: var(--orange); }
.tag-urg.rutin   { background: var(--sage); }
.tag-urg.selesai { background: var(--sage); }

.donasi-card-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.donasi-card-title {
  font-family: var(--font-d);
  font-size: 17.5px; font-weight: 800;
  color: var(--ink-deep);
  line-height: 1.25;
  margin-bottom: 8px;
}
.donasi-card-desc {
  font-size: 13.5px; color: var(--muted);
  line-height: 1.55;
  margin-bottom: 18px;
}
.donasi-progress-row {
  display: flex; justify-content: space-between;
  align-items: baseline; margin-bottom: 6px;
}
.donasi-progress-v {
  font-family: var(--font-d);
  font-size: 19px; font-weight: 900;
  color: var(--ink-deep);
  letter-spacing: -.01em;
}
.donasi-progress-target { font-size: 12px; color: var(--muted); }
.donasi-progress-meta {
  display: flex; justify-content: space-between;
  font-size: 12px; color: var(--muted);
  margin-bottom: 14px;
}
.donasi-progress-meta strong { color: var(--ink-deep); }
.donasi-card-actions { display: flex; gap: 8px; }
.btn-donate-card {
  flex: 1;
  background: var(--navy); color: #fff;
  border: none;
  padding: 11px;
  border-radius: 50px;
  font-size: 13px; font-weight: 800;
  cursor: pointer; font-family: inherit;
}
.btn-donate-card:disabled {
  background: var(--bg2); color: var(--muted);
  cursor: not-allowed;
}

/* Rekening list */
.rekening-row {
  background: #fff;
  border-radius: 14px;
  padding: 18px 22px;
  border: 1px solid var(--border-soft);
  display: flex; align-items: center; gap: 18px;
}
.rekening-row + .rekening-row { margin-top: 12px; }
.rekening-logo {
  width: 60px; height: 60px;
  border-radius: 12px;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d);
  font-weight: 900; font-size: 13px;
  flex-shrink: 0;
}
.rekening-info { flex: 1; min-width: 0; }
.rekening-info .bank {
  font-size: 12px; font-weight: 700; color: var(--muted);
  margin-bottom: 4px;
}
.rekening-info .nomor {
  font-family: var(--font-d);
  font-size: 20px; font-weight: 900;
  color: var(--ink-deep);
  letter-spacing: .02em; word-break: break-all;
}
.rekening-info .nama { font-size: 12px; color: var(--muted); margin-top: 2px; }
.btn-copy {
  background: var(--bg2); color: var(--ink-deep);
  border: none;
  padding: 9px 14px;
  border-radius: 50px;
  font-size: 12px; font-weight: 800;
  cursor: pointer; font-family: inherit;
}
.btn-copy.copied { background: var(--sage); color: #fff; }

/* FAQ */
.faq-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  overflow: hidden;
}
.faq-item + .faq-item { margin-top: 10px; }
.faq-item summary {
  padding: 16px 22px;
  cursor: pointer;
  font-weight: 700;
  color: var(--ink-deep);
  font-size: 14.5px;
  list-style: none;
  display: flex; align-items: center; gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q-num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--orange-tint);
  color: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 13px;
  flex-shrink: 0;
}
.faq-q-toggle {
  color: var(--muted); font-size: 22px;
  transition: transform .2s;
  margin-left: auto;
}
.faq-item[open] .faq-q-toggle { transform: rotate(45deg); }
.faq-answer {
  padding: 0 22px 20px 64px;
  font-size: 14px; line-height: 1.65;
  color: var(--muted);
}

@media (max-width: 900px) {
  .donasi-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .donasi-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .donasi-hero { padding: 40px 0 80px; }
  .rekening-info .nomor { font-size: 17px; }
  .rekening-logo { width: 48px; height: 48px; font-size: 11px; }
}

/* ══════════════════════════════════════
   FLOATING DONASI FAB (semua page)
══════════════════════════════════════ */
.mqa-donasi-fab {
  position: fixed;
  bottom: 88px; right: 24px;
  z-index: 199;
  background: linear-gradient(135deg, var(--rose) 0%, var(--orange-dark) 100%);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-family: inherit;
  font-size: 13.5px; font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 8px 28px rgba(192,72,72,.35), 0 2px 8px rgba(0,0,0,.1);
  transition: all .2s;
}
.mqa-donasi-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(192,72,72,.45);
}
.mqa-donasi-fab .heart {
  width: 14px; height: 14px;
  animation: heart-pulse 1.8s ease-in-out infinite;
}
@keyframes heart-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.15); }
}
@media (max-width: 600px) {
  .mqa-donasi-fab { padding: 10px 16px; font-size: 12.5px; bottom: 78px; right: 16px; }
}

/* ══════════════════════════════════════
   MODAL DONASI (shared)
══════════════════════════════════════ */
.modal-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(10,21,56,.6);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  z-index: 999; align-items: center; justify-content: center;
  padding: 20px;
}
.modal-overlay.show { display: flex; }
.modal-box {
  background: #fff;
  border-radius: 22px;
  width: 100%; max-width: 520px;
  max-height: 92vh; overflow-y: auto;
  padding: 26px;
}
.modal-close {
  float: right;
  background: none; border: none;
  font-size: 24px; color: var(--muted);
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.modal-close:hover { background: var(--bg2); }

/* Toast */
.toast {
  position: fixed; top: 24px; left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background: var(--ink-deep); color: #fff;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 14px; font-weight: 600;
  z-index: 9999;
  opacity: 0;
  transition: opacity .3s, transform .3s;
  box-shadow: var(--shadow-warm-md);
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.success { background: var(--sage); }
.toast.error   { background: var(--rose); }

/* ══════════════════════════════════════
   ADMIN — Donasi tab
══════════════════════════════════════ */
.toggle-featured {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 11px;
  border-radius: 20px;
  border: 1.5px solid;
  font-size: 11px; font-weight: 800;
  cursor: pointer; font-family: inherit;
}
.toggle-featured.on {
  background: var(--sage-light); color: var(--sage);
  border-color: rgba(31,107,71,.4);
}
.toggle-featured.off {
  background: var(--bg2); color: var(--muted);
  border-color: var(--border);
}
.toggle-featured:hover { filter: brightness(.95); }

/* Card hover lift (existing) — pertahankan */
