/* ================================================================
   MJUE MUNGU — Give / Donate Page
================================================================ */

/* ── Hero ────────────────────────────────────────────────── */
.give-hero {
    position: relative;
    min-height: 34vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(160deg, rgba(12, 20, 34, 0.92) 0%, rgba(22, 42, 68, 0.88) 100%),
        url('images/hero-bg-2EspXIL9.jpg') center/cover no-repeat fixed;
    text-align: center;
    padding: 7rem 1rem 3rem;
    overflow: hidden;
}

.give-hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.give-hero-orb.orb1 {
    width: 520px; height: 520px;
    top: -120px; right: -120px;
    background: radial-gradient(circle, rgba(212,160,76,0.15) 0%, transparent 65%);
}
.give-hero-orb.orb2 {
    width: 380px; height: 380px;
    bottom: -80px; left: -80px;
    background: radial-gradient(circle, rgba(212,160,76,0.10) 0%, transparent 65%);
}

.give-hero-badge {
    display: inline-block;
    background: rgba(212,160,76,0.18);
    border: 1px solid rgba(212,160,76,0.4);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 0.4rem 1.2rem;
    border-radius: 999px;
    margin-bottom: 1.5rem;
}

.give-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    color: #fff;
    line-height: 1.12;
    margin-bottom: 1.5rem;
}

.give-hero h1 .gold { color: var(--gold); }

.give-hero-verse {
    max-width: 680px;
    margin: 0 auto 2.5rem;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.82);
    font-style: italic;
    line-height: 1.75;
}

.give-hero-verse cite {
    display: block;
    margin-top: 0.5rem;
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--gold);
    letter-spacing: 1px;
}

.give-hero-scroll {
    margin-top: 3rem;
    animation: bounce 2.4s infinite;
}

/* ── Section utility ─────────────────────────────────────── */
.give-section {
    padding: 5.5rem 0;
}
.give-section--alt {
    background: var(--gray-light);
}
.give-section--dark {
    background: var(--navy-dark);
    color: #fff;
}

.give-section-label {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0.8rem;
}

.give-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    color: var(--navy-dark);
    line-height: 1.2;
    margin-bottom: 1rem;
}
.give-section--dark .give-section-title { color: #fff; }

.give-section-desc {
    color: var(--gray-medium);
    max-width: 600px;
    line-height: 1.8;
    font-size: 1.02rem;
}
.give-section--dark .give-section-desc { color: rgba(255,255,255,0.7); }

.give-text-center { text-align: center; }
.give-text-center .give-section-desc { margin: 0 auto; }

/* ── Why Give ────────────────────────────────────────────── */
.why-give-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3.5rem;
}

.why-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.4rem 2rem;
    box-shadow: 0 4px 24px rgba(26,35,50,0.07);
    border-top: 4px solid var(--gold);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.why-card::after {
    content: '';
    position: absolute;
    bottom: -40px; right: -40px;
    width: 120px; height: 120px;
    border-radius: 50%;
    background: rgba(212,160,76,0.06);
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(26,35,50,0.13);
}

.why-card-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--navy-dark) 0%, #2c4a6e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.4rem;
}

.why-card-icon svg { color: var(--gold); }

.why-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: var(--navy-dark);
    margin-bottom: 0.75rem;
}

.why-card p {
    color: var(--gray-medium);
    line-height: 1.75;
    font-size: 0.95rem;
}

.why-card .verse-tag {
    display: inline-block;
    margin-top: 1.2rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 1px;
    background: rgba(212,160,76,0.10);
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
}

/* ── Impact Stats ────────────────────────────────────────── */
.impact-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    margin-top: 3.5rem;
}

.impact-stat {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 20px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(212,160,76,0.2);
    transition: background 0.25s;
}
.impact-stat:hover { background: rgba(255,255,255,0.1); }

.impact-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.impact-stat-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.4;
}

.impact-breakdown {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.impact-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212,160,76,0.15);
    border-radius: 16px;
    padding: 1.6rem;
}

.impact-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
}

.impact-pct {
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
}

.impact-bar-track {
    height: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.impact-bar-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
}

.impact-item-desc {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.55);
}

/* ── Give Form Section ───────────────────────────────────── */
.give-form-section {
    padding: 6rem 0 5rem;
    background: #fff;
}

.give-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 0 4rem;
    align-items: start;
}

/* ── Personal details card (full-width row) ── */
.give-personal-card {
    grid-column: 1 / -1;
    background: #f8f9fb;
    border: 1px solid #e8ecf0;
    border-radius: 16px;
    padding: 1.8rem 2rem;
    margin-bottom: 0;
}
.give-optional-note {
    font-size: .75rem;
    color: #9ca3af;
    font-weight: 400;
    text-transform: none;
    margin-left: .4rem;
}
.give-personal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
}
.give-field-group {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.give-field-group label {
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--navy-dark);
    text-transform: uppercase;
}
.give-field-group input {
    border: 1.5px solid #dde2ea;
    border-radius: 10px;
    padding: .7rem 1rem;
    font-size: .95rem;
    color: var(--navy-dark);
    background: #fff;
    transition: border-color .2s;
    outline: none;
    font-family: inherit;
}
.give-field-group input:focus {
    border-color: var(--gold);
}
.give-field-group input::placeholder {
    color: #b0bac6;
}

/* ── Payment type panels ── */
.give-paytype-panel {
    display: none;
    margin-top: 1rem;
}
.give-paytype-panel.active {
    display: block;
}
.give-paytype-note {
    font-size: .83rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding: .75rem 1rem;
    background: #f8f9fb;
    border-left: 3px solid var(--gold);
    border-radius: 0 8px 8px 0;
}

/* ── Mobile money list ── */
.give-mobile-money-list {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}
.mobile-money-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f8f9fb;
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    padding: .85rem 1rem;
}
.mobile-money-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mobile-money-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .15rem;
}
.mobile-money-name {
    font-size: .88rem;
    font-weight: 600;
    color: var(--navy-dark);
}
.mobile-money-number {
    font-size: .82rem;
    color: #6c757d;
    font-family: 'Courier New', monospace;
}
.mobile-money-acct {
    font-size: .78rem;
    color: #9ca3af;
}

/* ── Bank details inline (inside form, bank tab) ── */
.give-bank-inline {
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    overflow: hidden;
}
.give-bank-row {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .65rem 1rem;
    border-bottom: 1px solid #f0f2f5;
    font-size: .88rem;
}
.give-bank-row:last-child { border-bottom: none; }
.give-bank-lbl {
    min-width: 120px;
    color: #6c757d;
    font-weight: 500;
    flex-shrink: 0;
}
.give-bank-val {
    color: var(--navy-dark);
    font-weight: 600;
}
.give-bank-val--mono {
    font-family: 'Courier New', monospace;
    letter-spacing: .04em;
}

/* ── Bank Details card in sidebar ── */
.give-bank-details-card {
    background: linear-gradient(145deg, #0d1c2e 0%, #1a2d4a 100%);
    border-radius: 20px;
    padding: 1.8rem;
    margin-bottom: 1.2rem;
    color: #fff;
}
.give-bank-card-title {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}
.give-bank-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    overflow: hidden;
}
.give-bank-table .give-bank-row {
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    padding: .55rem .9rem;
}
.give-bank-table .give-bank-row:last-child { border-bottom: none; }
.give-bank-table .give-bank-lbl {
    font-size: .76rem;
    color: rgba(255,255,255,.5);
    font-weight: 500;
    min-width: 100px;
}
.give-bank-table .give-bank-val {
    font-size: .82rem;
    color: #fff;
    font-weight: 600;
}
.give-bank-table .give-bank-val--mono {
    color: var(--gold-light);
    letter-spacing: .04em;
}
.give-bank-row--full { flex-direction: column; gap: .2rem; }
.give-bank-row--full .give-bank-lbl { min-width: unset; }
.give-bank-row--full .give-bank-val { font-size: .8rem; font-weight: 400; color: rgba(255,255,255,.75); }

/* ── Blessing note in aside card ── */
.give-blessing-note {
    font-size: .88rem;
    color: rgba(255,255,255,.7);
    line-height: 1.7;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,.12);
}

.give-form-aside {
    position: sticky;
    top: 6rem;
}

.give-form-aside-card {
    background: linear-gradient(145deg, var(--navy-dark) 0%, #1e3a5c 100%);
    border-radius: 24px;
    padding: 2.5rem;
    color: #fff;
}

.give-form-aside-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.give-pledge-verse {
    font-style: italic;
    color: rgba(255,255,255,0.75);
    font-size: 0.95rem;
    line-height: 1.75;
    border-left: 3px solid var(--gold);
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.give-pledge-verse cite {
    display: block;
    margin-top: 0.5rem;
    font-style: normal;
    font-size: 0.8rem;
    color: var(--gold);
    font-weight: 600;
}

.give-assurance-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.give-assurance-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
}

.give-assurance-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--gold);
}

.give-contact-note {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
}

.give-contact-note a {
    color: var(--gold);
    text-decoration: none;
}

/* ── Give Form Card ──────────────────────────────────────── */
.give-form-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 48px rgba(26,35,50,0.10);
    border: 1px solid rgba(26,35,50,0.07);
    overflow: hidden;
}

.give-form-tabs {
    display: flex;
    border-bottom: 1px solid rgba(26,35,50,0.1);
}

.give-tab-btn {
    flex: 1;
    padding: 1.1rem 0.5rem;
    border: none;
    background: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--gray-medium);
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
    letter-spacing: 0.5px;
}

.give-tab-btn:hover { color: var(--navy-dark); }

.give-tab-btn.active {
    color: var(--navy-dark);
    border-bottom-color: var(--gold);
}

.give-form-body {
    padding: 2.2rem;
}

/* Category pills */
.give-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

.give-cat-pill {
    background: none;
    border: 1.5px solid rgba(26,35,50,0.15);
    border-radius: 999px;
    padding: 0.45rem 1.1rem;
    font-size: 0.83rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--gray-medium);
    transition: all 0.15s;
}

.give-cat-pill:hover {
    border-color: var(--navy-dark);
    color: var(--navy-dark);
}

.give-cat-pill.active {
    background: var(--navy-dark);
    border-color: var(--navy-dark);
    color: #fff;
}

/* Amount selector */
.give-amount-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--gray-medium);
    margin-bottom: 0.8rem;
}

.give-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
    margin-bottom: 1rem;
}

.give-amount-btn {
    border: 1.5px solid rgba(26,35,50,0.15);
    border-radius: 12px;
    padding: 0.85rem 0.5rem;
    background: none;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--navy-dark);
    cursor: pointer;
    transition: all 0.18s;
    position: relative;
}

.give-amount-btn:hover {
    border-color: var(--gold);
    background: rgba(212,160,76,0.06);
}

.give-amount-btn.active {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy-dark);
    box-shadow: 0 4px 16px rgba(212,160,76,0.35);
}

.give-amount-btn .popular-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--navy-dark);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}
.give-amount-btn.active .popular-badge {
    background: var(--navy-dark);
    color: var(--gold);
}

.give-custom-amount-row {
    display: flex;
    align-items: center;
    border: 1.5px solid rgba(26,35,50,0.15);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
    margin-bottom: 1.8rem;
}
.give-custom-amount-row:focus-within {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(212,160,76,0.15);
}

.give-currency-symbol {
    padding: 0 1rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gray-medium);
    background: rgba(26,35,50,0.04);
    border-right: 1.5px solid rgba(26,35,50,0.1);
    height: 52px;
    display: flex;
    align-items: center;
}

.give-custom-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 1rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy-dark);
    height: 52px;
    background: transparent;
}

.give-custom-input::placeholder {
    color: rgba(26,35,50,0.25);
    font-weight: 400;
}

/* Payment method selector */
.give-payment-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--gray-medium);
    margin-bottom: 0.8rem;
}

.give-payment-methods {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.8rem;
}

.give-method-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border: 1.5px solid rgba(26,35,50,0.12);
    border-radius: 14px;
    background: none;
    cursor: pointer;
    transition: all 0.2s;
    text-align: left;
    width: 100%;
}

.give-method-btn:hover {
    border-color: var(--gold);
    background: rgba(212,160,76,0.04);
}

.give-method-btn.active {
    border-color: var(--gold);
    background: rgba(212,160,76,0.08);
}

.give-method-icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.give-method-icon.paypal { background: #003087; }
.give-method-icon.bitcoin { background: #F7931A; }
.give-method-icon.ethereum { background: #627EEA; }
.give-method-icon.usdt { background: #26A17B; }

.give-method-icon svg,
.give-method-icon img {
    width: 26px; height: 26px;
}

.give-method-text { flex: 1; }

.give-method-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--navy-dark);
    display: block;
}

.give-method-desc {
    font-size: 0.78rem;
    color: var(--gray-medium);
}

.give-method-check {
    width: 20px; height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(26,35,50,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
}
.give-method-btn.active .give-method-check {
    background: var(--gold);
    border-color: var(--gold);
}

/* Proceed button */
.give-proceed-btn {
    width: 100%;
    padding: 1.1rem;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--navy-dark);
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.give-proceed-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(212,160,76,0.45);
}

.give-proceed-btn svg { transition: transform 0.2s; }
.give-proceed-btn:hover svg { transform: translateX(4px); }

.give-secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.9rem;
    font-size: 0.78rem;
    color: var(--gray-medium);
}

/* ── Payment Panel (PayPal / Crypto) ─────────────────────── */
.give-payment-panel {
    display: none;
    padding: 0 2.2rem 2.2rem;
    animation: fadeSlideUp 0.3s ease;
}
.give-payment-panel.visible { display: block; }

@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* PayPal panel */
.paypal-panel {
    text-align: center;
    padding: 1.5rem;
    background: #f0f4ff;
    border-radius: 16px;
}

.paypal-logo-row {
    margin-bottom: 1rem;
}

.paypal-logo-row svg { height: 36px; width: auto; }

.paypal-panel p {
    font-size: 0.92rem;
    color: var(--gray-medium);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.paypal-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #003087;
    color: #fff;
    border: none;
    padding: 0.9rem 2rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 0.5px;
}

.paypal-btn:hover {
    background: #001f5b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,48,135,0.3);
}

/* Crypto panel */
.crypto-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.crypto-tab {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1.5px solid rgba(26,35,50,0.15);
    background: none;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    color: var(--gray-medium);
    transition: all 0.15s;
}
.crypto-tab:hover { border-color: var(--navy-dark); color: var(--navy-dark); }
.crypto-tab.active { background: var(--navy-dark); border-color: var(--navy-dark); color: #fff; }
.crypto-tab svg { width: 16px; height: 16px; }

.crypto-coin-panel { display: none; }
.crypto-coin-panel.active { display: block; }

.crypto-address-card {
    background: #f8f9fa;
    border: 1px solid rgba(26,35,50,0.08);
    border-radius: 16px;
    padding: 1.5rem;
}

.crypto-address-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.2rem;
}

.crypto-coin-icon {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crypto-coin-icon.btc { background: #F7931A; }
.crypto-coin-icon.eth { background: #627EEA; }
.crypto-coin-icon.usdt-trc { background: #26A17B; }
.crypto-coin-icon.usdt-erc { background: #26A17B; }

.crypto-address-header h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: var(--navy-dark);
}
.crypto-address-header p {
    font-size: 0.78rem;
    color: var(--gray-medium);
}

.crypto-qr-row {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.crypto-qr-box {
    background: #fff;
    border: 1px solid rgba(26,35,50,0.1);
    border-radius: 12px;
    padding: 0.8rem;
    flex-shrink: 0;
}

.crypto-qr-box img {
    width: 100px; height: 100px;
    display: block;
}

.crypto-address-info { flex: 1; }

.crypto-address-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--gray-medium);
    margin-bottom: 0.4rem;
}

.crypto-address-field {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border: 1.5px solid rgba(26,35,50,0.12);
    border-radius: 10px;
    padding: 0.6rem 0.8rem;
    margin-bottom: 0.75rem;
}

.crypto-address-value {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    color: var(--navy-dark);
    word-break: break-all;
    line-height: 1.4;
}

.crypto-copy-btn {
    border: none;
    background: none;
    cursor: pointer;
    color: var(--gray-medium);
    padding: 0.2rem;
    border-radius: 6px;
    flex-shrink: 0;
    transition: color 0.15s, background 0.15s;
}
.crypto-copy-btn:hover { color: var(--gold); background: rgba(212,160,76,0.1); }
.crypto-copy-btn.copied { color: var(--teal); }

.crypto-warning {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-top: 1rem;
    background: rgba(212,160,76,0.1);
    border: 1px solid rgba(212,160,76,0.25);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
    color: #7a5a1a;
    line-height: 1.5;
}
.crypto-warning svg { flex-shrink: 0; margin-top: 1px; color: var(--gold); }

/* ── Scripture Banner ────────────────────────────────────── */
.scripture-banner {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--navy-dark) 0%, #1e3a5c 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.scripture-banner::before {
    content: '"';
    position: absolute;
    top: -20px; left: 5%;
    font-family: 'Playfair Display', serif;
    font-size: 20rem;
    color: rgba(212,160,76,0.06);
    line-height: 1;
    pointer-events: none;
}

.scripture-banner blockquote {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.scripture-banner blockquote p {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 3vw, 2rem);
    color: #fff;
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 1.2rem;
}

.scripture-banner blockquote cite {
    font-style: normal;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 2px;
}

/* ── Giving Categories Explainer ─────────────────────────── */
.give-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 3.5rem;
}

.give-cat-card {
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s;
}
.give-cat-card:hover { transform: translateY(-5px); }

.give-cat-card.tithe      { background: linear-gradient(145deg, #1a2e42 0%, #243d5c 100%); }
.give-cat-card.offering   { background: linear-gradient(145deg, #7a4a00 0%, #c8830a 100%); }
.give-cat-card.missions   { background: linear-gradient(145deg, #1a3a2a 0%, #1e6b45 100%); }
.give-cat-card.platform   { background: linear-gradient(145deg, #2d1b4e 0%, #6c3483 100%); }

.give-cat-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.75rem;
}

.give-cat-card p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
}

.give-cat-icon {
    width: 50px; height: 50px;
    border-radius: 12px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

/* ── Toast notification ──────────────────────────────────── */
.give-toast {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--navy-dark);
    color: #fff;
    padding: 0.85rem 1.8rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.give-toast.show { transform: translateX(-50%) translateY(0); }
.give-toast svg { color: var(--teal); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 960px) {
    .give-form-wrapper {
        grid-template-columns: 1fr;
    }
    .give-form-aside {
        position: static;
        order: 2;
    }
    .give-form-card { order: 1; }
}

@media (max-width: 640px) {
    .give-hero { min-height: 28vh; padding: 6rem 1rem 2.5rem; }
    .give-amount-grid { grid-template-columns: repeat(2, 1fr); }
    .crypto-qr-row { flex-direction: column; }
    .crypto-qr-box img { width: 80px; height: 80px; }
    .impact-stats { grid-template-columns: repeat(2, 1fr); }
    .give-form-tabs { overflow-x: auto; }
    .give-tab-btn { font-size: 0.78rem; padding: 0.9rem 0.4rem; }
    .give-personal-grid { grid-template-columns: 1fr; }
    .give-bank-lbl { min-width: 90px; }
}
