/* ═══════════════════════════════════════════
   GHQ DONASI FORM — Styles
═══════════════════════════════════════════ */
.ghq-form-wrap{max-width:600px;margin:0 auto;font-family:'Source Sans 3',sans-serif;color:#1c1c1c}

/* Form Styles Options */
.ghq-form-wrap.style-card { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 32px; box-shadow: 0 8px 30px rgba(0,0,0,0.04); }
@media(max-width:560px){.ghq-form-wrap.style-card { padding: 24px; }}
.ghq-form-wrap.style-minimal .ghq-form-header { display: none; }
.ghq-form-wrap.style-minimal .ghq-section-label { display: none; }
.ghq-form-wrap.style-minimal .ghq-divider { display: none; }
.ghq-form-wrap.style-minimal .ghq-nom-grid { margin-top: 10px; }

.ghq-form-label{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--ghq-green,#1a6b2a);margin-bottom:12px}
.ghq-form-title{font-family:'Lora',serif;font-size:clamp(20px,3vw,26px);font-weight:700;color:#0f4018;line-height:1.3;margin:0 0 14px}
.ghq-form-desc{font-size:16px;color:#3d3d3d;line-height:1.75;margin:0 0 28px}
.ghq-nom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}
@media(max-width:560px){.ghq-nom-grid{grid-template-columns:repeat(2,1fr)}}
.ghq-nom-btn{border:1.5px solid #d4ccc0;background:#fff;border-radius:4px;padding:14px 10px;font-family:inherit;font-size:15px;font-weight:600;color:#1c1c1c;cursor:pointer;transition:.18s;text-align:center}
.ghq-nom-btn:hover{border-color:var(--ghq-green);color:var(--ghq-green)}
.ghq-nom-btn.aktif{background:var(--ghq-green);border-color:var(--ghq-green);color:#fff}
.ghq-nom-custom{font-style:italic;font-weight:400;color:#6b6b6b}
.ghq-nom-custom.aktif{font-style:normal;font-weight:600;color:#fff}
.ghq-custom-wrap{display:none;margin-bottom:8px}

/* Labeled nominal buttons */
.ghq-nom-labeled{grid-template-columns:repeat(2,1fr)}
.ghq-nom-btn.has-label{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:14px 16px;text-align:left}
.ghq-nom-label{display:block;font-size:12px;font-weight:600;letter-spacing:.3px;color:var(--ghq-green,#1a6b2a);line-height:1.3;margin-bottom:2px}
.ghq-nom-btn.has-label.aktif .ghq-nom-label{color:rgba(255,255,255,.75)}
.ghq-divider{border:none;border-top:1px solid #d4ccc0;margin:24px 0}
.ghq-section-label{font-family:'Lora',serif;font-size:16px;font-weight:700;color:#0f4018;margin:0 0 16px}
.ghq-field{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}
.ghq-row2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}
@media(max-width:560px){.ghq-row2{grid-template-columns:1fr}}
.ghq-label{font-size:13px;font-weight:600;color:#3d3d3d;letter-spacing:.2px}
.ghq-req{color:#d45f0a}
.ghq-input{border:1.5px solid #d4ccc0;border-radius:4px;padding:11px 14px;font-family:inherit;font-size:15px;color:#1c1c1c;background:#fff;outline:none;transition:border-color .18s;width:100%;box-sizing:border-box}
.ghq-input:focus{border-color:var(--ghq-green)}
.ghq-input::placeholder{color:#d4ccc0}
.ghq-input[type=number]::-webkit-outer-spin-button,.ghq-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}
.ghq-privacy{font-size:13px;color:#6b6b6b;margin:14px 0 0;line-height:1.6}
.ghq-error{background:#fff3f3;border:1px solid #f5c0c0;border-radius:4px;padding:12px 16px;font-size:14px;color:#c0392b;margin-top:14px;line-height:1.6}
.ghq-submit{width:100%;margin-top:20px;padding:16px;font-size:16px;font-weight:700;text-align:center;border-radius:4px;border:none;cursor:pointer;background:var(--ghq-green);color:#fff;font-family:inherit;transition:background .2s;letter-spacing:.3px}
.ghq-submit:hover{filter:brightness(.9)}

/* ═══════════════════════════════════════════
   GHQ KONFIRMASI — Styles
═══════════════════════════════════════════ */
.ghq-konf-wrap{max-width:600px;margin:0 auto;font-family:'Source Sans 3',sans-serif;color:#1c1c1c}
.ghq-konf-hero{background:#0f4018;padding:48px 28px;text-align:center;border-radius:8px 8px 0 0}
.ghq-check-icon{width:60px;height:60px;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.ghq-konf-title{font-family:'Lora',serif;font-size:clamp(22px,4vw,32px);font-weight:700;color:#fff;line-height:1.3;margin:0 0 10px}
.ghq-konf-title em{font-style:normal;color:#e8a060}
.ghq-konf-sub{font-size:15px;color:rgba(255,255,255,.55);margin:0;line-height:1.7}
.ghq-konf-card{background:#fff;padding:36px 28px;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px}
.ghq-summary{background:#eef7f0;border:1px solid rgba(27,107,42,.18);border-radius:4px;padding:24px;margin-bottom:28px}
.ghq-sum-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(27,107,42,.12);font-size:14px;gap:12px;flex-wrap:wrap}
.ghq-sum-row:last-child{border-bottom:none}
.ghq-sum-row span{color:#6b6b6b}
.ghq-sum-row strong{color:#0f4018;font-family:'Lora',serif;text-align:right}
.ghq-sum-besar{font-size:20px!important;color:var(--ghq-green)!important}
.ghq-konf-h3{font-family:'Lora',serif;font-size:18px;font-weight:700;color:#0f4018;margin:0 0 16px}
.ghq-rek-box{background:#eef7f0;border:1px solid rgba(27,107,42,.2);padding:24px;border-radius:4px;margin-bottom:20px}
.ghq-rek-bank{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--ghq-green);margin:0 0 4px}
.ghq-rek-no{font-family:'Lora',serif;font-size:32px;font-weight:700;color:#0f4018;letter-spacing:3px;margin:0 0 4px;line-height:1.1}
.ghq-rek-an{font-size:14px;color:#6b6b6b;margin:0 0 16px}
.ghq-salin-btn{background:var(--ghq-salin,var(--ghq-green));color:#fff;font-family:inherit;font-size:14px;font-weight:700;padding:10px 22px;border-radius:4px;border:none;cursor:pointer;transition:background .2s}
.ghq-salin-btn:hover{filter:brightness(.85)}
.ghq-wa-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--ghq-wa,#1fad57);color:#fff;font-family:inherit;font-size:16px;font-weight:700;padding:16px;border-radius:4px;text-decoration:none;width:100%;text-align:center;transition:background .2s;margin-bottom:16px}
.ghq-wa-btn:hover{filter:brightness(.85)}
.ghq-catatan{background:#f5f0e8;border:1px solid rgba(212,95,10,.18);border-radius:4px;padding:16px;font-size:14px;color:#3d3d3d;line-height:1.65}
/* Payment tabs */
.ghq-pay-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.ghq-pay-tab{flex:1;min-width:120px;padding:12px 16px;border:1.5px solid #d4ccc0;border-radius:4px;background:#fff;font-family:inherit;font-size:14px;font-weight:600;color:#3d3d3d;cursor:pointer;transition:.18s;text-align:center}
.ghq-pay-tab:hover{border-color:var(--ghq-green);color:var(--ghq-green)}
.ghq-pay-tab.aktif{background:var(--ghq-green);border-color:var(--ghq-green);color:#fff}
.ghq-pay-panel{animation:ghqFadeIn .25s ease}
@keyframes ghqFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

/* ═══════════════════════════════════════════
   GHQ PROGRESS BAR — Styles
═══════════════════════════════════════════ */
.ghq-progress-wrap{max-width:600px;margin:0 auto 32px;font-family:'Source Sans 3',sans-serif}
.ghq-prog-label{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--ghq-green);margin:0 0 12px}
.ghq-prog-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px;flex-wrap:wrap}
.ghq-prog-amount{font-family:'Lora',serif;font-size:28px;font-weight:700;color:var(--ghq-green)}
.ghq-prog-target{font-size:13px;color:#6b6b6b}
.ghq-prog-track{background:#e8e4dc;border-radius:6px;height:10px;overflow:hidden;margin-top:10px}
.ghq-prog-fill{height:100%;background:linear-gradient(90deg,var(--ghq-green),#2d8c43);border-radius:6px;transition:width 1s ease}
.ghq-prog-pct{font-size:13px;font-weight:700;color:var(--ghq-green)}
.ghq-prog-donatur{font-size:13px;color:#6b6b6b}
.ghq-prog-meta{font-size:13px;color:#6b6b6b}
@media(max-width:480px){.ghq-rek-no{font-size:24px;letter-spacing:2px}}

/* ═══════════════════════════════════════════
   GHQ LANDING PAGE — Styles
═══════════════════════════════════════════ */
.ghq-lp{max-width:680px;margin:0 auto;font-family:'Source Sans 3',sans-serif;color:#1c1c1c}
.ghq-lp *{box-sizing:border-box}

/* Hero */
.ghq-lp-hero{text-align:center;padding:60px 24px 48px}
.ghq-lp-badge{display:inline-block;background:rgba(26,107,42,.08);color:var(--ghq-green);font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 18px;border-radius:24px;margin-bottom:24px}
.ghq-lp-h1{font-family:'Lora',serif;font-size:clamp(28px,5vw,42px);font-weight:700;color:#0f4018;line-height:1.2;margin:0 0 20px}
.ghq-lp-sub{font-size:17px;color:#3d3d3d;line-height:1.8;max-width:540px;margin:0 auto 32px}
.ghq-lp-h2{font-family:'Lora',serif;font-size:clamp(22px,3.5vw,30px);font-weight:700;color:#0f4018;text-align:center;margin:0 0 28px}
.ghq-lp-cta{display:inline-flex;align-items:center;gap:10px;background:var(--ghq-green);color:#fff;font-family:inherit;font-size:18px;font-weight:700;padding:18px 40px;border-radius:6px;text-decoration:none;transition:all .25s;box-shadow:0 4px 20px rgba(26,107,42,.3)}
.ghq-lp-cta:hover{filter:brightness(.88);transform:translateY(-2px);box-shadow:0 8px 30px rgba(26,107,42,.35)}
.ghq-lp-trust{font-size:13px;color:#888;margin-top:16px}

/* Progress */
.ghq-lp-progress{padding:0 24px 40px}
.ghq-lp-progress-inner{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.ghq-lp-prog-head{display:flex;justify-content:space-between;margin-bottom:10px}
.ghq-lp-prog-label{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--ghq-green)}
.ghq-lp-prog-pct{font-size:14px;font-weight:700;color:var(--ghq-green)}
.ghq-lp-prog-bar{background:#e8e4dc;border-radius:6px;height:12px;overflow:hidden}
.ghq-lp-prog-fill{height:100%;background:linear-gradient(90deg,var(--ghq-green),#2d8c43);border-radius:6px;transition:width 1.2s ease}
.ghq-lp-prog-info{display:flex;justify-content:space-between;margin-top:10px;font-size:13px;color:#6b6b6b;flex-wrap:wrap;gap:4px}

/* Why / Cards */
.ghq-lp-why{padding:48px 24px;background:#f9f7f4;border-radius:12px;margin:0 16px 40px}
.ghq-lp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:640px){.ghq-lp-cards{grid-template-columns:1fr}}
.ghq-lp-card{background:#fff;border:1px solid #e8e4dc;border-radius:8px;padding:28px 22px;text-align:center;transition:transform .2s,box-shadow .2s}
.ghq-lp-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
.ghq-lp-card-icon{font-size:36px;margin-bottom:14px}
.ghq-lp-card h3{font-family:'Lora',serif;font-size:17px;font-weight:700;color:#0f4018;margin:0 0 10px}
.ghq-lp-card p{font-size:14px;color:#555;line-height:1.7;margin:0}

/* Hadith */
.ghq-lp-hadith{padding:48px 24px;text-align:center}
.ghq-lp-hadith blockquote{margin:0;padding:0}
.ghq-lp-hadith p{font-family:'Lora',serif;font-size:clamp(18px,3vw,24px);font-weight:400;font-style:italic;color:#0f4018;line-height:1.6;margin:0 0 12px}
.ghq-lp-hadith cite{font-size:14px;color:#888;font-style:normal;font-weight:600}

/* Bottom CTA */
.ghq-lp-bottom{text-align:center;padding:48px 24px 60px}

/* ═══════════════════════════════════════════
   GHQ POPUP BUTTON + MODAL
═══════════════════════════════════════════ */
.ghq-popup-btn{display:inline-flex;align-items:center;gap:10px;background:var(--ghq-btn-color,#1a6b2a);color:#fff;font-family:'Source Sans 3',sans-serif;font-size:18px;font-weight:700;padding:18px 40px;border-radius:6px;border:none;cursor:pointer;transition:all .25s;box-shadow:0 4px 20px rgba(0,0,0,.15)}
.ghq-popup-btn:hover{filter:brightness(.88);transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.2)}
.ghq-popup-btn-sm{font-size:15px;padding:12px 28px}
.ghq-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;animation:ghqFadeIn .2s ease}
.ghq-popup-modal{background:#fff;border-radius:12px;max-width:640px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 80px rgba(0,0,0,.25);animation:ghqSlideUp .3s ease}
@keyframes ghqSlideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ghq-popup-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;border:none;background:rgba(0,0,0,.06);color:#333;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s}
.ghq-popup-close:hover{background:rgba(0,0,0,.12)}
.ghq-popup-body{padding:32px 28px}
@media(max-width:560px){.ghq-popup-body{padding:24px 16px}.ghq-popup-btn{font-size:16px;padding:16px 32px;width:100%;justify-content:center}}

/* ═══════════════════════════════════════════
   GHQ SOCIAL PROOF — Toast
═══════════════════════════════════════════ */
.ghq-sp-toast{position:fixed;bottom:24px;left:24px;z-index:99999;max-width:360px;width:calc(100% - 48px)}
.ghq-sp-toast-inner{background:#fff;border:1px solid #e8e4dc;border-radius:10px;padding:16px;display:flex;align-items:center;gap:14px;box-shadow:0 8px 32px rgba(0,0,0,.12);animation:ghqToastIn .4s ease}
.ghq-sp-toast-in .ghq-sp-toast-inner{animation:ghqToastIn .4s ease}
@keyframes ghqToastIn{from{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}
.ghq-sp-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#1a6b2a,#2d8c43);color:#fff;font-family:'Lora',serif;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ghq-sp-toast-text{flex:1;font-family:'Source Sans 3',sans-serif;font-size:14px;color:#333;line-height:1.5}
.ghq-sp-toast-text strong{color:#0f4018}
.ghq-sp-time{font-size:12px;color:#999;display:block;margin-top:2px}
.ghq-sp-toast-close{background:none;border:none;font-size:20px;color:#999;cursor:pointer;padding:4px;line-height:1;flex-shrink:0}
.ghq-sp-toast-close:hover{color:#333}

/* ═══════════════════════════════════════════
   GHQ SOCIAL PROOF — Inline
═══════════════════════════════════════════ */
.ghq-sp-inline{max-width:600px;margin:0 auto;font-family:'Source Sans 3',sans-serif}
.ghq-sp-inline-title{font-family:'Lora',serif;font-size:18px;font-weight:700;color:#0f4018;margin:0 0 16px}
.ghq-sp-inline-list{display:flex;flex-direction:column;gap:10px}
.ghq-sp-inline-item{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e8e4dc;border-radius:8px;padding:14px 18px;transition:transform .2s}
.ghq-sp-inline-item:hover{transform:translateX(4px)}
.ghq-sp-info{font-size:14px;color:#333;line-height:1.5}
.ghq-sp-info strong{color:#0f4018}
