/* =========================================================
   GLOBAL RELIEF UNITY
   HOW WE HELP PAGE
========================================================= */


/* =========================================================
   PAGE WRAPPER
========================================================= */

.how-we-help-page {
    width: 100%;
}

.how-help-page-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.how-help-section-eyebrow {
    margin: 0 0 12px;
    color: #16733a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.how-help-section-heading {
    margin: 0;
    color: #142019;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}


/* =========================================================
   INTRO SECTION
========================================================= */

.how-help-intro-section {
    padding: 78px 0 72px;
}

.how-help-intro-content {
    max-width: 820px;
}

.how-help-intro-content h2 {
    margin: 0 0 20px;
    color: #142019;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.8px;
}

.how-help-intro-content p {
    max-width: 760px;
    margin: 0;
    color: #5f6d65;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}


/* =========================================================
   HOW IT WORKS / PROCESS
========================================================= */

.how-help-process-section {
    padding: 0 0 82px;
}

.how-help-process-section .how-help-section-heading {
    margin-bottom: 34px;
}

.how-help-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.how-help-process-card {
    position: relative;
    min-height: 265px;
    padding: 32px;
    background: #f5f9f6;
    border: 1px solid #e1e9e4;
    border-radius: 18px;
}

.how-help-process-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 24px;
    color: #ffffff;
    background: #16733a;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.how-help-process-icon {
    margin-bottom: 13px;
    color: #16733a;
    font-size: 25px;
    line-height: 1;
}

.how-help-card-label {
    margin: 0 0 10px;
    color: #142019;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.how-help-process-card p {
    margin: 0;
    color: #66736c;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   DONEE SECTION
========================================================= */

.how-help-donee-section {
    padding: 78px 0;
    background: #f7faf8;
    border-top: 1px solid #e1e9e4;
    border-bottom: 1px solid #e1e9e4;
}

.how-help-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 70px;
    align-items: center;
}

.how-help-feature-content h2 {
    max-width: 600px;
    margin: 0 0 18px;
    color: #142019;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.how-help-feature-content > p {
    max-width: 620px;
    margin: 0 0 28px;
    color: #627068;
    font-size: 16px;
    line-height: 1.75;
}

.how-help-feature-points {
    display: grid;
    gap: 16px;
}

.how-help-feature-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.how-help-feature-icon {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #16733a;
    background: #e8f3ec;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.how-help-feature-point strong {
    display: block;
    margin-bottom: 4px;
    color: #142019;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.how-help-feature-point span {
    display: block;
    color: #69766f;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   SUPPORTER SECTION
========================================================= */

.how-help-supporter-section {
    padding: 82px 0;
}

.how-help-supporter-section .how-help-feature-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.how-help-supporter-section .how-help-feature-content {
    order: 2;
}

.how-help-supporter-section .how-help-feature-grid::before {
    content: "";
    display: block;
    min-height: 350px;
    background:
        linear-gradient(
            135deg,
            #f5f9f6 0%,
            #eef5f0 100%
        );
    border: 1px solid #e1e9e4;
    border-radius: 22px;
}

.how-help-supporter-section .how-help-feature-content {
    padding-left: 10px;
}


/* =========================================================
   PRINCIPLES SECTION
========================================================= */

.how-help-principles-section {
    padding: 80px 0;
    background: #f5f9f6;
    border-top: 1px solid #e1e9e4;
    border-bottom: 1px solid #e1e9e4;
}

.how-help-principles-header {
    max-width: 700px;
    margin-bottom: 36px;
}

.how-help-principles-header p {
    max-width: 650px;
    margin: 17px 0 0;
    color: #65726b;
    font-size: 16px;
    line-height: 1.75;
}

.how-help-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.how-help-principle-card {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e1e9e4;
    border-radius: 18px;
}

.how-help-principle-number {
    margin-bottom: 18px;
    color: #16733a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

.how-help-principle-card h3 {
    margin: 0 0 10px;
    color: #142019;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.how-help-principle-card p {
    margin: 0;
    color: #69766f;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   FINAL CTA
========================================================= */

.how-help-final-cta {
    padding: 78px 0;
}

.how-help-final-cta-inner {
    padding: 52px 58px;
    background: #142019;
    border-radius: 22px;
    text-align: center;
}

.how-help-final-cta-inner h2 {
    max-width: 700px;
    margin: 0 auto 14px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
}

.how-help-final-cta-inner p {
    max-width: 650px;
    margin: 0 auto 28px;
    color: #c8d3cc;
    font-size: 16px;
    line-height: 1.7;
}

.how-help-final-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.how-help-button,
.how-help-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.how-help-button {
    color: #ffffff;
    background: #16733a;
    border: 1px solid #16733a;
}

.how-help-button:hover {
    color: #ffffff;
    background: #125e30;
    border-color: #125e30;
    transform: translateY(-1px);
}

.how-help-secondary-button {
    color: #ffffff;
    background: transparent;
    border: 1px solid #5f6d65;
}

.how-help-secondary-button:hover {
    color: #ffffff;
    background: #1d2b23;
    border-color: #7b8a81;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .how-help-page-container {
        width: min(100% - 32px, 760px);
    }

    .how-help-intro-section {
        padding: 64px 0 60px;
    }

    .how-help-intro-content h2 {
        font-size: 38px;
    }

    .how-help-process-section {
        padding-bottom: 68px;
    }

    .how-help-process-grid,
    .how-help-principles-grid {
        grid-template-columns: 1fr;
    }

    .how-help-process-card {
        min-height: auto;
    }

    .how-help-donee-section,
    .how-help-supporter-section,
    .how-help-principles-section {
        padding: 65px 0;
    }

    .how-help-feature-grid,
    .how-help-supporter-section .how-help-feature-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .how-help-supporter-section .how-help-feature-content {
        order: 1;
        padding-left: 0;
    }

    .how-help-supporter-section .how-help-feature-grid::before {
        min-height: 260px;
        order: 2;
    }

    .how-help-feature-content h2 {
        font-size: 32px;
    }

    .how-help-final-cta {
        padding: 65px 0;
    }

    .how-help-final-cta-inner {
        padding: 45px 35px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .how-help-page-container {
        width: calc(100% - 28px);
    }

    .how-help-intro-section {
        padding: 48px 0 50px;
    }

    .how-help-section-eyebrow {
        margin-bottom: 9px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .how-help-intro-content h2 {
        margin-bottom: 15px;
        font-size: 31px;
        line-height: 1.18;
        letter-spacing: -0.4px;
    }

    .how-help-intro-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .how-help-process-section {
        padding-bottom: 52px;
    }

    .how-help-section-heading {
        font-size: 28px;
    }

    .how-help-process-section .how-help-section-heading {
        margin-bottom: 24px;
    }

    .how-help-process-grid {
        gap: 14px;
    }

    .how-help-process-card {
        padding: 25px;
        border-radius: 15px;
    }

    .how-help-process-number {
        width: 38px;
        height: 38px;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .how-help-process-icon {
        font-size: 22px;
    }

    .how-help-card-label {
        font-size: 19px;
    }

    .how-help-process-card p {
        font-size: 14px;
    }

    .how-help-donee-section,
    .how-help-supporter-section,
    .how-help-principles-section {
        padding: 52px 0;
    }

    .how-help-feature-grid,
    .how-help-supporter-section .how-help-feature-grid {
        gap: 30px;
    }

    .how-help-feature-content h2 {
        font-size: 29px;
    }

    .how-help-feature-content > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .how-help-feature-points {
        gap: 14px;
    }

    .how-help-feature-point {
        gap: 11px;
    }

    .how-help-feature-icon {
        flex-basis: 31px;
        width: 31px;
        height: 31px;
    }

    .how-help-feature-point strong {
        font-size: 15px;
    }

    .how-help-feature-point span {
        font-size: 13px;
    }

    .how-help-supporter-section .how-help-feature-grid::before {
        min-height: 190px;
        border-radius: 17px;
    }

    .how-help-principles-header {
        margin-bottom: 25px;
    }

    .how-help-principles-header p {
        margin-top: 13px;
        font-size: 14px;
    }

    .how-help-principles-grid {
        gap: 13px;
    }

    .how-help-principle-card {
        padding: 25px;
        border-radius: 15px;
    }

    .how-help-principle-card h3 {
        font-size: 19px;
    }

    .how-help-principle-card p {
        font-size: 13px;
    }

    .how-help-final-cta {
        padding: 52px 0;
    }

    .how-help-final-cta-inner {
        padding: 38px 22px;
        border-radius: 17px;
    }

    .how-help-final-cta-inner h2 {
        font-size: 27px;
    }

    .how-help-final-cta-inner p {
        font-size: 14px;
        line-height: 1.65;
    }

    .how-help-final-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .how-help-button,
    .how-help-secondary-button {
        width: 100%;
        min-height: 46px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .how-help-page-container {
        width: calc(100% - 22px);
    }

    .how-help-intro-content h2 {
        font-size: 28px;
    }

    .how-help-section-heading {
        font-size: 25px;
    }

    .how-help-feature-content h2 {
        font-size: 26px;
    }

    .how-help-process-card,
    .how-help-principle-card {
        padding: 22px;
    }

    .how-help-final-cta-inner {
        padding: 34px 18px;
    }

    .how-help-final-cta-inner h2 {
        font-size: 24px;
    }

}