/* =========================================
   Donate Page — Clean Editorial Design
   ========================================= */

/* ── Hero ─────────────────────────────────── */
.donate-hero {
    padding: 6rem 2rem 4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.donate-hero-inner {
    max-width: 680px;
    margin: 0 auto;
}

.donate-eyebrow {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #b12a34;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.donate-h1 {
    font-size: 3rem;
    line-height: 1.08;
    color: #0d1b3a;
    margin-bottom: 1.25rem;
}

.donate-lead {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 560px;
}

.donate-tax-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: #444;
    background: #efefef;
    border-radius: 100px;
    padding: 0.5rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.donate-tax-tag strong {
    color: #0d1b3a;
    font-weight: 700;
}

.donate-tax-label {
    font-weight: 700;
    color: #0d1b3a;
}

.donate-tax-divider {
    color: #bbb;
}

/* ── Impact strip ─────────────────────────── */
.donate-impact-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d1b3a;
    padding: 2.5rem 2rem;
}

.donate-impact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 3rem;
    flex: 1;
    max-width: 200px;
}

.impact-num {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.4rem;
}

.impact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
    line-height: 1.4;
}

.donate-impact-divider {
    width: 1px;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

/* ── Ways to Give ─────────────────────────── */
.donate-methods {
    padding: 5rem 2rem;
}

.donate-methods-inner {
    max-width: 680px;
    margin: 0 auto;
}

.donate-section-title {
    font-size: 1.6rem;
    color: #0d1b3a;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #0d1b3a;
}

/* Cards grid */
.give-cards {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.give-card {
    display: flex;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 14px;
    background: var(--card-bg, #fff);
    transition: box-shadow 0.2s;
}

.give-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

.give-card-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(177, 42, 52, 0.07);
    border-radius: 8px;
    margin-top: 0.1rem;
    color: #b12a34;
}

.give-card-body {
    flex: 1;
    min-width: 0;
}

.give-card-header {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
}

/* Legacy block styles (kept for compatibility) */
.give-block {
    padding: 2.25rem 0;
}

.give-block-header {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.give-block-title {
    font-size: 1.25rem;
    color: #0d1b3a;
    margin: 0;
}

.give-block-badge {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #b12a34;
    background: rgba(177, 42, 52, 0.08);
    border: 1px solid rgba(177, 42, 52, 0.18);
    border-radius: 4px;
    padding: 0.2rem 0.55rem;
}

.give-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 2rem;
    margin-bottom: 1rem;
}

.give-field-full {
    grid-column: 1 / -1;
}

.give-field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.give-field-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #aaa;
    font-weight: 600;
}

.give-field-value {
    font-size: 0.98rem;
    color: #111;
    font-weight: 500;
}

.give-address {
    font-style: normal;
    font-size: 0.98rem;
    color: #111;
    font-weight: 500;
    line-height: 1.6;
}

.give-note {
    font-size: 0.88rem;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

.give-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
}

/* ── Sponsor CTA ──────────────────────────── */
.donate-sponsor-cta {
    background: #f7f7f7;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 4rem 2rem;
}

.donate-sponsor-cta-inner {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.donate-cta-text h3 {
    font-size: 1.3rem;
    color: #0d1b3a;
    margin-bottom: 0.4rem;
}

.donate-cta-text p {
    font-size: 0.95rem;
    color: #666;
    max-width: 360px;
    line-height: 1.55;
}

.donate-cta-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.donate-cta-btn {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.donate-cta-btn-primary {
    background: #b12a34;
    color: #fff;
    border: 1.5px solid #b12a34;
}

.donate-cta-btn-primary:hover {
    background: #96222b;
    border-color: #96222b;
}

.donate-cta-btn-secondary {
    background: transparent;
    color: #0d1b3a;
    border: 1.5px solid #0d1b3a;
}

.donate-cta-btn-secondary:hover {
    background: #0d1b3a;
    color: #fff;
}

/* ── Responsive ───────────────────────────── */
@media (max-width: 768px) {
    .donate-hero {
        padding: 4rem 1.5rem 3rem;
    }

    .donate-h1 {
        font-size: 2.1rem;
    }

    .donate-impact-strip {
        flex-wrap: wrap;
        gap: 1.5rem;
        padding: 2rem 1.5rem;
    }

    .donate-impact-item {
        flex: 0 0 calc(50% - 1.5rem);
        max-width: none;
        padding: 0;
    }

    .donate-impact-divider {
        display: none;
    }

    .donate-methods {
        padding: 3rem 1.5rem;
    }

    .give-fields-grid {
        grid-template-columns: 1fr;
    }

    .give-block {
        padding: 1.75rem 0;
    }

    .donate-sponsor-cta {
        padding: 3rem 1.5rem;
    }

    .donate-sponsor-cta-inner {
        align-items: center;
    }
}

/* ── Dark mode ────────────────────────────── */
body.dark-mode .donate-hero {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .donate-h1 {
    color: #e8eaf0;
}

body.dark-mode .donate-lead {
    color: #aaa;
}

body.dark-mode .donate-tax-tag {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.12);
    color: #bbb;
}

body.dark-mode .donate-tax-tag strong {
    color: #e8eaf0;
}

body.dark-mode .donate-tax-label {
    color: #e8eaf0;
}

body.dark-mode .donate-tax-divider {
    color: #444;
}

body.dark-mode .donate-impact-strip {
    background: #060e1e;
}

body.dark-mode .donate-section-title {
    color: #dde;
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

body.dark-mode .give-block-title {
    color: #dde;
}

body.dark-mode .give-field-value,
body.dark-mode .give-address {
    color: #dde;
}

body.dark-mode .give-field-label {
    color: #666;
}

body.dark-mode .give-note {
    color: #777;
}

body.dark-mode .give-divider {
    background: rgba(255, 255, 255, 0.07);
}

body.dark-mode .give-card {
    background: #111;
    border-color: #2a2a2a;
}

body.dark-mode .give-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

body.dark-mode .give-card-icon {
    background: rgba(177, 42, 52, 0.12);
}

body.dark-mode .donate-sponsor-cta {
    background: #0a1020;
    border-top-color: rgba(255, 255, 255, 0.07);
}

body.dark-mode .donate-cta-text h3 {
    color: #dde;
}

body.dark-mode .donate-cta-text p {
    color: #999;
}

body.dark-mode .donate-cta-btn-secondary {
    color: #aac4ff;
    border-color: #aac4ff;
}

body.dark-mode .donate-cta-btn-secondary:hover {
    background: #aac4ff;
    color: #0d1b3a;
}
