/* ============================================================
   DJBFH Crowdfunding — donate.css
   Premium NGO aesthetic: deep ebony + ceremonial gold
   Font stack: Cormorant Garamond (display) + DM Sans (body)
   ============================================================ */

:root {
  --gold:        #C9A84C;
  --gold-light:  #E8C96A;
  --gold-dark:   #9B7D35;
  --ebony:       #0d0d0d;
  --ebony-2:     #141414;
  --ebony-3:     #1c1c1c;
  --ebony-4:     #252525;
  --white:       #FAFAF8;
  --gray-1:      #F5F4F0;
  --gray-2:      #E0DDD5;
  --gray-3:      #A8A49A;
  --gray-4:      #6B6760;
  --text:        #1a1a1a;
  --text-light:  #4a4540;
  --green:       #2D9B6F;
  --red:         #C0392B;
  --amber:       #D4840A;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-mono:    'DM Mono', 'Courier New', monospace;

  --radius:   12px;
  --radius-lg: 20px;
  --shadow:   0 2px 24px rgba(0,0,0,0.10);
  --shadow-lg:0 8px 48px rgba(0,0,0,0.18);

  --transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── NAV ─────────────────────────────────────────────────────── */
.cf-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 0 24px;
  background: rgba(13,13,13,0.82);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  transition: var(--transition);
}
.cf-nav.scrolled { background: rgba(13,13,13,0.97); }

.cf-nav-inner {
  max-width: 1200px; margin: 0 auto;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.cf-nav-logo-img { height: 36px; width: auto; }
.cf-nav-links { display: flex; gap: 28px; }
.cf-nav-links a {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--gray-2);
  transition: color var(--transition);
}
.cf-nav-links a:hover { color: var(--gold); }

/* ── BUTTONS ─────────────────────────────────────────────────── */
.cf-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 22px; border-radius: 8px;
  font-family: var(--font-body); font-size: 14px; font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer; border: none;
  transition: all var(--transition);
  white-space: nowrap;
}
.cf-btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--ebony);
}
.cf-btn-gold:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(201,168,76,0.4); }
.cf-btn-outline {
  background: transparent;
  border: 1.5px solid var(--gold);
  color: var(--gold);
}
.cf-btn-outline:hover { background: rgba(201,168,76,0.08); }
.cf-btn-ghost { background: rgba(255,255,255,0.06); color: var(--gray-2); }
.cf-btn-ghost:hover { background: rgba(255,255,255,0.12); }
.cf-btn-lg { padding: 15px 30px; font-size: 16px; border-radius: 10px; }
.cf-btn-block { width: 100%; justify-content: center; padding: 16px; font-size: 16px; }
.cf-btn-sm { padding: 8px 14px; font-size: 12px; }
.cf-btn-danger { background: var(--red); color: #fff; }
.cf-btn-success { background: var(--green); color: #fff; }
.cf-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

/* ── HERO ────────────────────────────────────────────────────── */
.cf-hero {
  position: relative;
  min-height: 100svh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 100px 24px 120px;
}
.cf-hero-bg {
  position: absolute; inset: 0;
  background: var(--ebony)
    url('../images/healthcare.jpg') center/cover no-repeat;
  transform: scale(1.05);
  transition: transform 8s ease-out;
}
.cf-hero-bg.loaded { transform: scale(1); }
.cf-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13,13,13,0.72) 0%,
    rgba(13,13,13,0.90) 60%,
    rgba(13,13,13,0.98) 100%
  );
}
.cf-hero-content { position: relative; z-index: 2; max-width: 820px; }

.cf-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
  padding: 7px 18px; border-radius: 100px;
  font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 28px;
}

.cf-hero-title {
  font-family: var(--font-display);
  font-size: clamp(52px, 9vw, 104px);
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 24px;
}
.cf-title-thin { font-weight: 400; font-style: italic; }
.cf-title-bold { font-weight: 700; color: var(--gold); }

.cf-hero-sub {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--gray-2);
  line-height: 1.7;
  margin-bottom: 36px;
}

.cf-live-bar {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 14px; color: var(--gray-2);
  margin-bottom: 36px;
  font-family: var(--font-mono);
}
.cf-live-bar span { color: var(--gold); font-weight: 600; }
.cf-live-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,0.6);
  animation: livePulse 2s infinite;
}
@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.6); }
  70%  { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.cf-live-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; color: #22c55e; }

.cf-hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Hero ticker */
.cf-hero-ticker {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(201,168,76,0.10);
  border-top: 1px solid rgba(201,168,76,0.2);
  overflow: hidden; height: 40px;
  display: flex; align-items: center;
}
.cf-ticker-track {
  display: flex; gap: 48px;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.cf-ticker-item {
  font-size: 12px; font-weight: 500; color: var(--gold-light);
  display: inline-flex; align-items: center; gap: 8px;
}
.cf-ticker-item i { font-size: 10px; }

/* ── TRUST STRIP ─────────────────────────────────────────────── */
.cf-trust-strip {
  background: var(--ebony-2);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex; justify-content: center; flex-wrap: wrap; gap: 0;
}
.cf-trust-item {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  font-size: 12px; font-weight: 500;
  color: var(--gray-3);
  letter-spacing: 0.05em;
  border-right: 1px solid rgba(255,255,255,0.05);
}
.cf-trust-item i { color: var(--gold); }

/* ── SECTIONS ────────────────────────────────────────────────── */
.cf-section { padding: 88px 24px; }
.cf-section-dark { background: var(--ebony); }
.cf-section-gold { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); }

.cf-container { max-width: 1200px; margin: 0 auto; }

.cf-section-head { text-align: center; margin-bottom: 56px; }
.cf-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.cf-section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 600; line-height: 1.05;
  color: var(--ebony);
  margin-bottom: 14px;
}
.cf-section-dark .cf-section-title { color: var(--white); }
.cf-section-sub { font-size: 16px; color: var(--gray-4); max-width: 560px; margin: 0 auto; }
.cf-section-dark .cf-section-sub { color: var(--gray-3); }

/* ── FILTERS ─────────────────────────────────────────────────── */
.cf-filters {
  display: flex; gap: 8px; flex-wrap: wrap; justify-content: center;
  margin-bottom: 40px;
}
.cf-filter-btn {
  padding: 8px 20px; border-radius: 100px;
  border: 1.5px solid var(--gray-2);
  background: transparent;
  font-size: 13px; font-weight: 500; color: var(--gray-4);
  cursor: pointer; transition: all var(--transition);
}
.cf-filter-btn:hover, .cf-filter-btn.active {
  background: var(--gold); border-color: var(--gold);
  color: var(--ebony);
}

/* ── CAMPAIGNS GRID ──────────────────────────────────────────── */
.cf-campaigns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.cf-skeleton {
  height: 380px; border-radius: var(--radius-lg);
  background: linear-gradient(90deg, var(--gray-1) 25%, var(--gray-2) 50%, var(--gray-1) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ── CAMPAIGN CARD ───────────────────────────────────────────── */
.cf-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all var(--transition);
  cursor: pointer;
  display: flex; flex-direction: column;
  border: 1px solid rgba(0,0,0,0.06);
}
.cf-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.cf-card-img {
  width: 100%; height: 200px;
  object-fit: cover;
  background: var(--ebony-3);
}
.cf-card-img-placeholder {
  width: 100%; height: 200px;
  background: linear-gradient(135deg, var(--ebony-3), var(--ebony-4));
  display: flex; align-items: center; justify-content: center;
  font-size: 40px; color: var(--gold);
}

.cf-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }

.cf-card-badges {
  display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap;
}
.cf-badge-tag {
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 100px;
}
.cf-badge-tag.urgent { background: rgba(192,57,43,0.1); color: var(--red); border: 1px solid rgba(192,57,43,0.2); }
.cf-badge-tag.verified { background: rgba(45,155,111,0.1); color: var(--green); border: 1px solid rgba(45,155,111,0.2); }
.cf-badge-tag.cat { background: rgba(201,168,76,0.1); color: var(--gold-dark); border: 1px solid rgba(201,168,76,0.2); }

.cf-card-title {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 600; line-height: 1.2;
  color: var(--ebony); margin-bottom: 8px;
}
.cf-card-sub { font-size: 14px; color: var(--gray-4); margin-bottom: 16px; flex: 1; }

.cf-progress-bar {
  width: 100%; height: 6px; border-radius: 3px;
  background: var(--gray-1);
  margin-bottom: 10px; overflow: hidden;
}
.cf-progress-fill {
  height: 100%; border-radius: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold));
  transition: width 1s ease;
}

.cf-card-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; margin-bottom: 16px;
}
.cf-card-raised { font-family: var(--font-mono); font-weight: 600; color: var(--gold-dark); }
.cf-card-goal   { color: var(--gray-3); }
.cf-card-pct    { font-size: 18px; font-weight: 700; color: var(--green); font-family: var(--font-mono); }

.cf-card-footer {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--gray-1);
}
.cf-card-donors { font-size: 13px; color: var(--gray-4); }
.cf-card-days   { font-size: 12px; color: var(--amber); font-weight: 500; }

/* ── HOW IT WORKS ────────────────────────────────────────────── */
.cf-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 36px;
}
.cf-step { text-align: center; position: relative; }
.cf-step-num {
  font-family: var(--font-display); font-size: 72px; font-weight: 700;
  color: rgba(201,168,76,0.12); line-height: 1;
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  pointer-events: none;
}
.cf-step-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: rgba(201,168,76,0.12);
  border: 1.5px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: var(--gold);
  margin: 0 auto 16px;
  position: relative; z-index: 1;
}
.cf-step h3 { font-family: var(--font-display); font-size: 22px; color: var(--white); margin-bottom: 8px; }
.cf-step p  { font-size: 14px; color: var(--gray-3); line-height: 1.6; }

/* ── DONORS FEED ─────────────────────────────────────────────── */
.cf-donors-list { display: flex; flex-direction: column; gap: 12px; max-width: 700px; margin: 0 auto; }
.cf-donor-card {
  display: flex; align-items: center; gap: 16px;
  background: rgba(13,13,13,0.06);
  border-radius: 12px; padding: 16px 20px;
  animation: fadeUp 0.4s ease forwards;
}
@keyframes fadeUp { from { opacity:0; transform: translateY(8px); } to { opacity:1; transform: none; } }
.cf-donor-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(13,13,13,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: var(--ebony); flex-shrink: 0;
}
.cf-donor-name  { font-weight: 600; font-size: 15px; color: var(--ebony); }
.cf-donor-sub   { font-size: 13px; color: rgba(13,13,13,0.5); margin-top: 2px; }
.cf-donor-amount {
  margin-left: auto; font-family: var(--font-mono);
  font-size: 15px; font-weight: 700; color: var(--ebony);
}
.cf-donor-skeleton {
  height: 76px; border-radius: 12px;
  background: rgba(13,13,13,0.08);
  animation: shimmer 1.5s infinite;
  background-size: 200% 100%;
}

/* ── MODAL ───────────────────────────────────────────────────── */
.cf-modal-backdrop {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none;
  transition: opacity var(--transition);
}
.cf-modal-backdrop.open { opacity: 1; pointer-events: all; }

.cf-modal {
  position: fixed; z-index: 1001;
  top: 50%; left: 50%;
  transform: translate(-50%, -48%) scale(0.96);
  opacity: 0; pointer-events: none;
  transition: all var(--transition);
  width: min(560px, 95vw);
  max-height: 90svh; overflow-y: auto;
  background: #fff; border-radius: var(--radius-lg);
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
  padding: 40px;
}
.cf-modal.open {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1; pointer-events: all;
}
.cf-modal-wide { width: min(800px, 95vw); }

.cf-modal-close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px; border-radius: 50%;
  border: none; background: var(--gray-1);
  color: var(--gray-4); cursor: pointer; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
}
.cf-modal-close:hover { background: var(--gray-2); color: var(--text); }

.cf-modal-header { text-align: center; margin-bottom: 28px; }
.cf-modal-icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--ebony);
  margin: 0 auto 16px;
}
.cf-modal-title { font-family: var(--font-display); font-size: 30px; font-weight: 600; color: var(--ebony); }
.cf-modal-sub   { font-size: 14px; color: var(--gray-4); margin-top: 6px; }

/* Form elements */
.cf-form-group { margin-bottom: 18px; }
.cf-form-group label {
  display: block; font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-light); margin-bottom: 8px;
}
.cf-input, .cf-select, .cf-textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--gray-2); border-radius: 8px;
  font-family: var(--font-body); font-size: 15px; color: var(--text);
  background: var(--gray-1);
  transition: all var(--transition);
  outline: none;
}
.cf-input:focus, .cf-select:focus, .cf-textarea:focus {
  border-color: var(--gold); background: #fff;
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.cf-textarea { resize: vertical; min-height: 100px; }

.cf-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.cf-amount-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  margin-bottom: 12px;
}
.cf-amount-btn {
  padding: 10px; border-radius: 8px;
  border: 1.5px solid var(--gray-2);
  background: var(--gray-1); color: var(--text-light);
  font-family: var(--font-mono); font-size: 14px; font-weight: 500;
  cursor: pointer; transition: all var(--transition);
}
.cf-amount-btn:hover, .cf-amount-btn.active {
  border-color: var(--gold); background: rgba(201,168,76,0.1);
  color: var(--gold-dark);
}

.cf-method-grid { display: flex; gap: 10px; flex-wrap: wrap; }
.cf-method-opt { flex: 1; min-width: 120px; }
.cf-method-opt input { display: none; }
.cf-method-opt span {
  display: flex; align-items: center; gap: 8px; justify-content: center;
  padding: 12px 16px; border-radius: 8px;
  border: 1.5px solid var(--gray-2); background: var(--gray-1);
  font-size: 13px; font-weight: 500; color: var(--text-light);
  cursor: pointer; transition: all var(--transition);
}
.cf-method-opt input:checked + span {
  border-color: var(--gold); background: rgba(201,168,76,0.1);
  color: var(--gold-dark);
}

.cf-amount-summary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  border-radius: 10px; padding: 14px 20px;
  font-family: var(--font-display); font-size: 22px;
  color: var(--ebony); text-align: center; font-weight: 600;
  margin-bottom: 20px;
}

.cf-back-btn {
  font-size: 13px; font-weight: 500; color: var(--gray-4);
  cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
  margin-bottom: 20px; transition: color var(--transition);
}
.cf-back-btn:hover { color: var(--gold); }

.cf-checkbox-label {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--text-light); cursor: pointer;
  margin-bottom: 18px;
}

.cf-bank-info {
  background: var(--gray-1); border: 1.5px solid var(--gray-2);
  border-radius: 10px; padding: 18px 20px;
  margin-bottom: 18px;
}
.cf-bank-info h4 { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 10px; }
.cf-bank-info p  { font-size: 14px; color: var(--text-light); margin-bottom: 6px; font-family: var(--font-mono); }
.cf-bank-note    { color: var(--amber) !important; font-family: var(--font-body) !important; font-style: italic; }

.cf-modal-legal { font-size: 12px; color: var(--gray-3); text-align: center; margin-top: 14px; }
.cf-modal-legal a { color: var(--gold); }

/* Success state */
.cf-success-anim {
  width: 90px; height: 90px;
  position: relative; margin: 0 auto 24px;
}
.cf-success-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 3px solid var(--gold);
  animation: successRing 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes successRing {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.cf-success-icon {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 36px; color: var(--gold);
  animation: successIcon 0.5s 0.3s both;
}
@keyframes successIcon { from { opacity:0; transform:scale(0.5); } to { opacity:1; transform:scale(1); } }
.cf-success-title {
  font-family: var(--font-display); font-size: 32px; font-weight: 600;
  text-align: center; color: var(--ebony); margin-bottom: 12px;
}
.cf-success-msg { font-size: 15px; color: var(--text-light); text-align: center; margin-bottom: 24px; }

/* ── FOOTER ──────────────────────────────────────────────────── */
.cf-footer { background: var(--ebony); color: var(--gray-3); padding: 64px 24px 32px; }
.cf-footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px;
  margin-bottom: 40px;
}
.cf-footer-logo { height: 36px; width: auto; margin-bottom: 16px; opacity: 0.8; }
.cf-footer-text { font-size: 14px; color: var(--gray-4); line-height: 1.7; max-width: 280px; }
.cf-footer-head {
  font-family: var(--font-display); font-size: 18px;
  color: var(--gold); margin-bottom: 16px;
}
.cf-footer-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.cf-footer-list a { font-size: 14px; color: var(--gray-4); transition: color var(--transition); }
.cf-footer-list a:hover { color: var(--gold); }
.cf-footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.cf-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 12px; font-weight: 500; color: var(--gray-3);
}
.cf-footer-bottom {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 12px; color: var(--gray-4);
}
.cf-footer-admin { color: rgba(255,255,255,0.15); font-size: 16px; transition: color var(--transition); }
.cf-footer-admin:hover { color: var(--gold); }

/* ── CAMPAIGN DETAIL MODAL ───────────────────────────────────── */
.cf-detail-hero { width: 100%; height: 280px; object-fit: cover; border-radius: 12px; margin-bottom: 24px; }
.cf-detail-title { font-family: var(--font-display); font-size: 34px; font-weight: 600; color: var(--ebony); margin-bottom: 8px; }
.cf-detail-sub   { font-size: 15px; color: var(--gray-4); margin-bottom: 24px; }
.cf-detail-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.cf-detail-stat  {
  background: var(--gray-1); border-radius: 10px; padding: 16px;
  text-align: center;
}
.cf-detail-stat-val { font-family: var(--font-mono); font-size: 22px; font-weight: 700; color: var(--gold-dark); }
.cf-detail-stat-lbl { font-size: 12px; color: var(--gray-4); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.06em; }
.cf-detail-story { font-size: 15px; color: var(--text-light); line-height: 1.75; margin-bottom: 24px; }
.cf-detail-personal {
  background: var(--gray-1); border-radius: 12px; padding: 20px;
  margin-bottom: 24px;
}
.cf-detail-personal h4 { font-family: var(--font-display); font-size: 20px; color: var(--ebony); margin-bottom: 14px; }
.cf-detail-bill-row {
  display: flex; justify-content: space-between;
  padding: 8px 0; border-bottom: 1px solid var(--gray-2);
  font-size: 14px;
}
.cf-updates-list { margin-bottom: 24px; }
.cf-update-item  { padding: 14px 0; border-bottom: 1px solid var(--gray-1); }
.cf-update-date  { font-size: 12px; color: var(--gray-3); margin-bottom: 4px; }
.cf-update-title { font-weight: 600; color: var(--ebony); margin-bottom: 6px; }
.cf-update-body  { font-size: 14px; color: var(--text-light); }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 768px) {
  .cf-nav-links { display: none; }
  .cf-hero { padding: 90px 20px 100px; }
  .cf-form-row { grid-template-columns: 1fr; }
  .cf-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .cf-detail-grid { grid-template-columns: 1fr 1fr; }
  .cf-modal { padding: 28px 20px; }
  .cf-amount-grid { grid-template-columns: repeat(2, 1fr); }
  .cf-trust-strip { gap: 0; }
  .cf-trust-item { padding: 10px 14px; font-size: 11px; }
}

@media (max-width: 480px) {
  .cf-campaigns-grid { grid-template-columns: 1fr; }
  .cf-steps-grid { grid-template-columns: 1fr; }
  .cf-hero-cta { flex-direction: column; align-items: center; }
}
