/* ================================================= */
/* CAUSES PAGE                                       */
/* ================================================= */

.causes-page {
    background: #FFF9ED;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden !important;
}

@media (min-width: 1025px) {
    .causes-page .hero-title {
        font-size: 3.2rem;
        padding-top: 145px;
        color: #0d2b7a;
    }
}

@media (max-width: 1024px) {
    .causes-page {
        padding-top: 100px;
    }

    .causes-page .hero-title {
        font-size: 3.2rem;
        font-weight: 700;
        color: #0d2b7a;
        line-height: 1.2;
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .causes-page .hero-title {
        font-size: 2.4rem;
        padding-top: 50px;
    }
}


/* ================================================= */
/* CAUSE DETAIL CARDS                                */
/* ================================================= */

.cause-detail-section {
    margin-bottom: 40px;
}

.cause-detail-section:first-of-type {
    margin-top: 50px;
}

.cause-detail-section:last-of-type {
    margin-bottom: 50px;
}

.cause-detail-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    padding: 40px 36px;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    border-left: 5px solid #ccc;
}

.cause-detail-header {
    text-align: center;
    margin-bottom: 24px;
}

.cause-detail-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cause-detail-icon i {
    font-size: 1.7rem;
    color: #fff;
}

.cause-detail-header h2 {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 4px;
}

.cause-detail-tagline {
    font-size: 1rem;
    color: #6b7280;
    font-style: italic;
    margin-bottom: 0;
}

.cause-detail-body p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cause-detail-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.cause-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: #333;
}

.cause-feature i {
    font-size: 0.9rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.cause-detail-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.cause-detail-actions .cause-btn {
    border: none;
    color: #fff !important;
    border-radius: 999px;
    padding: 12px 28px !important;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

.cause-detail-actions .cause-btn-outline {
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 999px;
    padding: 12px 28px !important;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}


/* Breast Cancer */
.cause-detail-bc { border-left-color: #c2185b; }
.cause-icon-bc { background: linear-gradient(135deg, #c2185b, #e91e63); }
.cause-detail-bc h2 { color: #c2185b; }
.cause-detail-bc .cause-feature i { color: #c2185b; }
.cause-btn-bc { background: linear-gradient(135deg, #c2185b, #e91e63); }
.cause-btn-outline-bc { border-color: #c2185b; color: #c2185b !important; }
.cause-btn-outline-bc:hover { background: #c2185b; color: #fff !important; }

/* Mental Health */
.cause-detail-mh { border-left-color: #2e7d32; }
.cause-icon-mh { background: linear-gradient(135deg, #2e7d32, #43a047); }
.cause-detail-mh h2 { color: #2e7d32; }
.cause-detail-mh .cause-feature i { color: #2e7d32; }
.cause-btn-mh { background: linear-gradient(135deg, #2e7d32, #43a047); }
.cause-btn-outline-mh { border-color: #2e7d32; color: #2e7d32 !important; }
.cause-btn-outline-mh:hover { background: #2e7d32; color: #fff !important; }

/* Suicide Prevention */
.cause-detail-sp { border-left-color: #f9a825; }
.cause-icon-sp { background: linear-gradient(135deg, #f57f17, #f9a825); }
.cause-detail-sp h2 { color: #e65100; }
.cause-detail-sp .cause-feature i { color: #e65100; }
.cause-btn-sp { background: linear-gradient(135deg, #f57f17, #f9a825); color: #fff !important; }
.cause-btn-outline-sp { border-color: #e65100; color: #e65100 !important; }
.cause-btn-outline-sp:hover { background: #e65100; color: #fff !important; }

/* Kindness */
.cause-detail-kind { border-left-color: #1565c0; }
.cause-icon-kind { background: linear-gradient(135deg, #1565c0, #1976d2); }
.cause-detail-kind h2 { color: #1565c0; }
.cause-detail-kind .cause-feature i { color: #1565c0; }
.cause-btn-kind { background: linear-gradient(135deg, #1565c0, #1976d2); }
.cause-btn-outline-kind { border-color: #1565c0; color: #1565c0 !important; }
.cause-btn-outline-kind:hover { background: #1565c0; color: #fff !important; }


/* Crisis banner (Suicide Prevention) */
.cause-crisis-banner {
    background: #fff8e1;
    border: 1px solid #f9a825;
    border-radius: 12px;
    padding: 16px 20px;
    text-align: center;
    font-size: 0.95rem;
    color: #333;
    margin-top: 10px;
}

.cause-crisis-banner a {
    color: #e65100;
    text-decoration: none;
}

.cause-crisis-banner a:hover {
    text-decoration: underline;
}


/* ================================================= */
/* HOW IT WORKS                                      */
/* ================================================= */

.cause-how-section {
    padding: 50px 30px;
    margin-top: 50px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    text-align: center;
}

.cause-how-section h3 {
    font-weight: 700;
    color: #0d2b7a;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.cause-how-card {
    background: #f8f9fa;
    border-radius: 18px;
    padding: 28px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border-top: 4px solid #ffd84d;
    height: 100%;
    text-align: center;
}

.cause-how-num {
    width: 44px;
    height: 44px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #304a8e, #1f3b7a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
}

.cause-how-card h6 {
    font-weight: 700;
    color: #0d2b7a;
    margin-bottom: 8px;
}

.cause-how-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
    margin-bottom: 0;
}


/* ================================================= */
/* BOTTOM CTA                                        */
/* ================================================= */

.cause-bottom-cta {
    padding: 50px 30px 60px;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
}

.cause-bottom-cta h3 {
    font-weight: 700;
    color: #0d2b7a;
    margin-bottom: 14px;
    font-size: 1.8rem;
}

.cause-bottom-cta p {
    font-size: 1.05rem;
    color: #555;
    max-width: 550px;
    margin: 0 auto 24px;
    line-height: 1.6;
}

.btn-gear-shop {
    background: linear-gradient(135deg, #22b24c, #1a9a3e);
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 12px 32px;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 6px 18px rgba(34, 178, 76, 0.35);
}

.btn-gear-shop:hover {
    background: linear-gradient(135deg, #1a9a3e, #158832);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(34, 178, 76, 0.5);
    text-decoration: none;
}

.cause-trial-note {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #6b7280;
}

.cause-trial-note a {
    color: #2e7d32;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cause-trial-note a:hover {
    color: #1b5e20;
}
