/* ═══════════════════════════════════════════════
   صفحة التبرع العام — سبع سنابل
   ═══════════════════════════════════════════════ */

/* ── الرأس ── */
.gd-hero {
    position: relative;
    padding: 70px 20px 150px;
    text-align: center;
    overflow: hidden;
}
.gd-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 120%, rgba(214, 152, 50, .22), transparent 55%);
    pointer-events: none;
}
.gd-hero-inner { position: relative; z-index: 1; }
.gd-verse {
    font-size: clamp(16px, 2.1vw, 22px);
    line-height: 2.2;
    color: #F3D9A4;
    max-width: 760px;
    margin: 0 auto 26px;
    font-weight: 600;
}
/* اسم السورة: أصغر وأهدأ من الآية لئلا ينافسها */
.gd-verse-ref {
    display: block;
    margin-top: 8px;
    font-size: clamp(12px, 1.3vw, 14px);
    font-weight: 500;
    opacity: .75;
    letter-spacing: .3px;
}
.gd-title {
    color: #fff;
    font-weight: 800;
    font-size: clamp(26px, 3.6vw, 42px);
    margin-bottom: 12px;
}
.gd-subtitle {
    color: rgba(255, 255, 255, .82);
    font-size: clamp(15px, 1.6vw, 19px);
    max-width: 640px;
    margin: 0 auto;
    line-height: 2;
}

/* ── الجسم ── */
.gd-body {
    max-width: 880px;
    padding-bottom: 70px;
}

/* صندوق التبرع — يعلو فوق الرأس */
.gd-donate-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(92, 23, 49, .16);
    padding: 30px 34px;
    margin-top: -95px;
    position: relative;
    z-index: 2;
    max-width: 560px;
    margin-inline: auto;
}
.gd-donate-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    font-size: 18px;
    color: #5a1932;
    margin-bottom: 20px;
}
.gd-donate-head i { color: #D69832; }

/* حقل المبلغ — نفس أسلوب صفحات المشاريع */
.gd-amount {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e5e0e2;
    border-radius: 14px;
    padding: 10px 16px;
    margin-bottom: 14px;
    background: #fff;
}
.gd-amount .stepper-btn {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 2px solid #5a1932;
    background: transparent;
    color: #5a1932;
    font-size: 19px; font-weight: 700;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background .18s, color .18s;
    line-height: 1; padding: 0;
}
.gd-amount .stepper-btn:hover { background: #5a1932; color: #fff; }
.gd-amount .stepper-btn:active { transform: scale(.93); }
.gd-amount .amount-center {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gd-amount .amount-label { font-size: 11px; color: #9ca3af; font-weight: 600; }
.gd-amount input {
    font-size: 28px;
    font-weight: 800;
    width: 100%;
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
    background: transparent;
    color: #1f2937;
}
.gd-amount .currency { font-weight: 700; font-size: 16px; color: #9ca3af; }

/* المبالغ السريعة */
.gd-quick {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
}
.gd-amount-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 9px 2px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 10px;
    border: 1.5px solid #eee6da;
    background: #faf7f2;
    color: #6b5d4a;
    cursor: pointer;
    transition: all .18s;
    white-space: nowrap;
    overflow: hidden;
}
.gd-amount-btn:hover { border-color: #5a1932; color: #5a1932; }
.gd-amount-btn.active {
    background: #5a1932;
    border-color: #5a1932;
    color: #fff;
}

/* زر التبرع */
.gd-donate-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    background: #5a1932;
    color: #fff;
    border-radius: 14px;
    font-weight: 800;
    font-size: 17px;
    text-decoration: none;
    transition: background .2s, transform .15s;
    box-shadow: 0 8px 22px rgba(90, 25, 50, .28);
}
.gd-donate-now:hover { background: #7a2545; color: #fff; transform: translateY(-2px); }

.gd-raised {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    color: #2e7d32;
    font-weight: 600;
}
.gd-raised i { margin-inline-end: 6px; }

/* ── لماذا التبرع العام ── */
.gd-why {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 56px 0;
}
@media (max-width: 767px) { .gd-why { grid-template-columns: 1fr; } }
.gd-why-item {
    background: #fff;
    border: 1px solid #f0e9de;
    border-radius: 18px;
    padding: 26px 22px;
    text-align: center;
    transition: transform .25s, box-shadow .25s;
}
.gd-why-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(92, 23, 49, .09);
}
.gd-why-icon {
    width: 56px; height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(214, 152, 50, .14), rgba(214, 152, 50, .3));
    color: #b07714;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.gd-why-title { font-weight: 800; color: #5a1932; margin-bottom: 8px; font-size: 16px; }
.gd-why-text { font-size: 13.5px; line-height: 2; color: #6b6258; }

/* ── سنابل المجالات ── */
.gd-domains { text-align: center; margin-bottom: 30px; }
.gd-domains-title {
    font-weight: 800;
    color: #5a1932;
    font-size: 18px;
    margin-bottom: 18px;
}
.gd-domains-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 720px;
    margin: 0 auto;
}
.gd-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #faf6ef;
    border: 1.5px dashed #e0cfae;
    color: #7a6a50;
    font-size: 13.5px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 99px;
}
.gd-chip i { color: #D69832; }
