/* ===== Lebanon Crisis Appeal Page Styles ===== */

/* Hero Section */
.crisis-hero {
    min-height: 450px;
    overflow: hidden;
}

.crisis-hero-img {
    min-height: 450px;
    object-fit: cover;
}

.crisis-title {
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Dynamic Numbers */
#crisis-numbers {
    padding: 50px 0;
    background: #fff;
}

.crisis-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.crisis-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 15px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8e0f3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.crisis-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(108, 59, 170, 0.12);
}

.crisis-stat-number {
    font-size: 2.4em;
    font-weight: 800;
    color: #6c3baa;
    line-height: 1.1;
    margin-bottom: 8px;
}

.crisis-stat-number sup {
    font-size: 0.5em;
    color: #6c3baa;
    vertical-align: super;
}

.crisis-stat-label {
    font-size: 0.95em;
    color: #555;
    font-weight: 500;
    line-height: 1.3;
}

/* Trusted By / Partner Logos - Bigger logos */
#trusted-by .customer-logos .slide img {
    max-height: 100px;
    min-height: 80px;
    width: auto;
    object-fit: contain;
    padding: 10px 5px;
}

#trusted-by .customer-logos .slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

/* Partner Cards */
.partner-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    min-height: 250px;
}

.partner-card:hover {
    transform: translateY(-5px);
}

.partner-icon {
    font-size: 2.5em;
    color: #6c3baa;
    margin-bottom: 15px;
}

.partner-card h4 {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.partner-card p {
    color: #666;
    font-size: 0.95em;
}

/* Intervention Cards */
.intervention-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
    min-height: 220px;
}

.intervention-card:hover {
    transform: translateY(-5px);
}

.intervention-icon {
    font-size: 2.2em;
    color: #6c3baa;
    margin-bottom: 10px;
}

.intervention-card h5 {
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.intervention-card p {
    color: #666;
    font-size: 0.9em;
}

/* Crisis Appeal CTA Section */
.crisis-appeal-section {
    background: linear-gradient(135deg, #6c3baa 0%, #3b1f6e 100%);
    padding: 60px 0;
}

.appeal-stat {
    padding: 20px;
}

/* Donate Section */
.donate-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.donate-box {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.donate-btn {
    padding: 15px 50px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Utility */
.f-size-12em { font-size: 1.2em; }
.f-size-08em { font-size: 0.8em; }
.mg-bt-30 { margin-bottom: 30px; }
.justify-space-center { justify-content: center; }

/* ===== Responsive - Tablet ===== */
@media (max-width: 991px) {
    .crisis-title {
        font-size: 2em;
    }

    #crisis-summary .row.content {
        flex-direction: column;
    }

    #crisis-summary .col-lg-6,
    #crisis-summary .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #crisis-summary .col-lg-6 img {
        margin-bottom: 20px;
    }

    #partner-with-us .col-lg-4,
    #partner-with-us .col-md-4 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    #areas-intervention .col-lg-3 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .crisis-appeal-section .col-lg-4 {
        width: 33.33%;
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

/* ===== Responsive - Mobile ===== */
@media (max-width: 768px) {
    .crisis-title {
        font-size: 1.5em;
        letter-spacing: 1px;
    }

    .crisis-hero {
        min-height: 300px;
    }

    .crisis-hero-img {
        min-height: 300px;
    }

    .crisis-hero .slider-text p {
        font-size: 0.9em !important;
    }

    /* Numbers section */
    #crisis-numbers {
        padding: 30px 0;
    }

    .crisis-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .crisis-stat-card {
        padding: 20px 10px;
    }

    .crisis-stat-number {
        font-size: 1.8em;
    }

    .crisis-stat-label {
        font-size: 0.85em;
    }

    /* Summary section */
    #crisis-summary .row.content {
        flex-direction: column;
    }

    #crisis-summary .col-lg-6,
    #crisis-summary .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #crisis-summary .col-lg-6 img {
        margin-bottom: 20px;
        width: 100%;
    }

    #crisis-summary p {
        font-size: 0.95em;
    }

    /* Trusted by logos */
    #trusted-by .customer-logos .slide img {
        max-height: 70px;
        min-height: 55px;
    }

    #trusted-by .customer-logos .slide {
        min-height: 80px;
    }

    /* Partner cards */
    #partner-with-us .col-lg-4,
    #partner-with-us .col-md-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .partner-card {
        min-height: auto;
        padding: 20px 15px;
    }

    /* Intervention cards */
    #areas-intervention .col-lg-3,
    #areas-intervention .col-md-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .intervention-card {
        min-height: auto;
        padding: 20px 10px;
    }

    .intervention-card h5 {
        font-size: 0.95em;
    }

    .intervention-card p {
        font-size: 0.8em;
    }

    /* Crisis Appeal CTA */
    .crisis-appeal-section {
        padding: 40px 0;
    }

    .crisis-appeal-section h2 {
        font-size: 1.2em !important;
    }

    .crisis-appeal-section p {
        font-size: 0.9em;
        padding: 0 10px;
    }

    .crisis-appeal-section .col-lg-4,
    .crisis-appeal-section .col-md-6 {
        width: 33.33%;
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .appeal-stat {
        padding: 10px 5px;
    }

    .appeal-stat span {
        font-size: 1.2em !important;
    }

    .appeal-stat p {
        font-size: 0.75em;
    }

    /* Donate section */
    .donate-section {
        padding: 40px 0;
    }

    .donate-box {
        padding: 25px 15px;
    }

    .donate-btn {
        padding: 12px 35px;
        font-size: 1em;
    }
}

/* ===== Responsive - Small Mobile ===== */
@media (max-width: 480px) {
    .crisis-title {
        font-size: 1.2em;
    }

    .crisis-hero {
        min-height: 250px;
    }

    .crisis-hero-img {
        min-height: 250px;
    }

    .crisis-hero .slider-text p {
        font-size: 0.8em !important;
    }

    .crisis-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .crisis-stat-card {
        padding: 18px 8px;
    }

    .crisis-stat-number {
        font-size: 1.5em;
    }

    .crisis-stat-label {
        font-size: 0.78em;
    }

    /* Intervention cards stack to full width on very small screens */
    #areas-intervention .col-lg-3,
    #areas-intervention .col-md-6,
    #areas-intervention .col-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .crisis-appeal-section .col-lg-4,
    .crisis-appeal-section .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    #trusted-by .customer-logos .slide img {
        max-height: 55px;
        min-height: 45px;
    }
}

/* ===== Responsive - Extra Small Mobile ===== */
@media (max-width: 360px) {
    .crisis-stats-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .crisis-stat-card {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        padding: 15px 12px;
    }

    .crisis-stat-number {
        font-size: 1.6em;
        margin-bottom: 0;
    }

    .crisis-stat-label {
        font-size: 0.85em;
        text-align: left;
    }
}
