/* =========================================================
   GLOBAL RELIEF UNITY
   ABOUT PAGE
========================================================= */


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

.about-page {
    width: 100%;
}

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


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

.about-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;
}

.about-section-heading {
    margin: 0;
    color: #142019;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.about-section-description {
    max-width: 720px;
    margin: 16px 0 0;
    color: #66736c;
    font-size: 16px;
    line-height: 1.75;
}


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

.about-intro-section {
    padding: 78px 0 76px;
}

.about-intro-content {
    max-width: 850px;
}

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

.about-intro-content > p:last-child {
    max-width: 780px;
    margin: 0;
    color: #5f6d65;
    font-size: 18px;
    line-height: 1.75;
}


/* =========================================================
   WHO WE ARE
========================================================= */

.about-who-section {
    padding: 80px 0;
    background: #f7faf8;
    border-top: 1px solid #e1e9e4;
    border-bottom: 1px solid #e1e9e4;
}

.about-who-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 75px;
    align-items: center;
}

.about-who-content {
    max-width: 650px;
}

.about-who-content h2 {
    margin: 0 0 20px;
    color: #142019;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.about-who-content p {
    margin: 0 0 17px;
    color: #65726b;
    font-size: 16px;
    line-height: 1.75;
}

.about-who-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   WHO WE ARE VISUAL
========================================================= */

.about-who-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-visual-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: min(100%, 430px);
    min-height: 390px;
    padding: 40px;
    background:
        linear-gradient(
            145deg,
            #edf5ef 0%,
            #e2eee6 100%
        );
    border: 1px solid #d9e5dd;
    border-radius: 24px;
    text-align: center;
}

.about-visual-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    margin-bottom: 25px;
    color: #ffffff;
    background: #16733a;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
}

.about-visual-card p {
    margin: 0 0 8px;
    color: #142019;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
}

.about-visual-card span {
    color: #68766e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}


/* =========================================================
   APPROACH
========================================================= */

.about-approach-section {
    padding: 82px 0;
}

.about-section-heading-wrap {
    max-width: 800px;
    margin-bottom: 38px;
}

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

.about-approach-card {
    min-height: 250px;
    padding: 31px;
    background: #ffffff;
    border: 1px solid #e1e9e4;
    border-radius: 18px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.about-approach-card:hover {
    transform: translateY(-3px);
    border-color: #cbdad1;
    box-shadow: 0 12px 30px rgba(20, 32, 25, 0.07);
}

.about-approach-number {
    margin-bottom: 25px;
    color: #16733a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}

.about-approach-card h3 {
    margin: 0 0 11px;
    color: #142019;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

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


/* =========================================================
   VALUES
========================================================= */

.about-values-section {
    padding: 82px 0;
    background: #f5f9f6;
    border-top: 1px solid #e1e9e4;
    border-bottom: 1px solid #e1e9e4;
}

.about-values-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 75px;
    align-items: start;
}

.about-values-content {
    max-width: 550px;
}

.about-values-content h2 {
    margin: 0 0 18px;
    color: #142019;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.about-values-content > p:last-child {
    margin: 0;
    color: #65726b;
    font-size: 16px;
    line-height: 1.75;
}

.about-values-list {
    display: grid;
    gap: 22px;
}

.about-value-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dce6df;
}

.about-value-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.about-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #16733a;
    background: #e7f2eb;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.about-value-item h3 {
    margin: 1px 0 7px;
    color: #142019;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.about-value-item p {
    margin: 0;
    color: #69766f;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   PLATFORM CONNECTION
========================================================= */

.about-connect-section {
    padding: 82px 0;
}

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

.about-connect-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 285px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e1e9e4;
    border-radius: 18px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.about-connect-card:hover {
    transform: translateY(-3px);
    border-color: #cbdad1;
    box-shadow: 0 12px 30px rgba(20, 32, 25, 0.07);
}

.about-connect-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    margin-bottom: 23px;
    color: #16733a;
    background: #eaf4ed;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.about-connect-card h3 {
    margin: 0 0 11px;
    color: #142019;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.about-connect-card p {
    margin: 0 0 22px;
    color: #69766f;
    font-size: 14px;
    line-height: 1.7;
}

.about-connect-card a {
    margin-top: auto;
    color: #16733a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}

.about-connect-card a:hover {
    color: #125e30;
    text-decoration: underline;
}


/* =========================================================
   TRANSPARENCY
========================================================= */

.about-transparency-section {
    padding: 0 0 82px;
}

.about-transparency-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 48px 52px;
    background: #f7faf8;
    border: 1px solid #e1e9e4;
    border-radius: 22px;
}

.about-transparency-content {
    max-width: 700px;
}

.about-transparency-content h2 {
    margin: 0 0 12px;
    color: #142019;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.about-transparency-content p:last-child {
    margin: 0;
    color: #68756e;
    font-size: 15px;
    line-height: 1.7;
}

.about-transparency-action {
    flex-shrink: 0;
}


/* =========================================================
   BUTTONS
========================================================= */

.about-primary-button,
.about-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 0 23px;
    border-radius: 8px;
    font-size: 14px;
    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;
}

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

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

.about-secondary-button {
    color: #142019;
    background: #ffffff;
    border: 1px solid #cfdcd4;
}

.about-secondary-button:hover {
    color: #142019;
    background: #f5f9f6;
    border-color: #b9cbbf;
    transform: translateY(-1px);
}


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

.about-final-cta {
    padding: 0 0 82px;
}

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

.about-final-cta-inner .about-section-eyebrow {
    color: #8fd1a6;
}

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

.about-final-cta-inner > p {
    max-width: 680px;
    margin: 0 auto 28px;
    color: #c6d1ca;
    font-size: 15px;
    line-height: 1.7;
}

.about-final-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    flex-wrap: wrap;
}

.about-final-cta-inner .about-secondary-button {
    color: #ffffff;
    background: transparent;
    border-color: #5d6d63;
}

.about-final-cta-inner .about-secondary-button:hover {
    color: #ffffff;
    background: #1d2b23;
    border-color: #7b8a81;
}


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

@media (max-width: 900px) {

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

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

    .about-intro-content h1 {
        font-size: 39px;
    }

    .about-who-section,
    .about-approach-section,
    .about-values-section,
    .about-connect-section {
        padding: 65px 0;
    }

    .about-who-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-who-content {
        max-width: 700px;
    }

    .about-who-visual {
        justify-content: flex-start;
    }

    .about-visual-card {
        width: 100%;
        min-height: 300px;
    }

    .about-approach-grid,
    .about-connect-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-approach-card {
        min-height: auto;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-values-content {
        max-width: 700px;
    }

    .about-transparency-section,
    .about-final-cta {
        padding-bottom: 65px;
    }

    .about-transparency-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 43px 38px;
    }

    .about-final-cta-inner {
        padding: 46px 38px;
    }

}


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

@media (max-width: 600px) {

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

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

    .about-section-heading {
        font-size: 29px;
    }

    .about-section-description {
        margin-top: 13px;
        font-size: 14px;
        line-height: 1.7;
    }


    /* Intro */

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

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

    .about-intro-content > p:last-child {
        font-size: 15px;
        line-height: 1.7;
    }


    /* Who We Are */

    .about-who-section {
        padding: 52px 0;
    }

    .about-who-grid {
        gap: 30px;
    }

    .about-who-content h2 {
        margin-bottom: 15px;
        font-size: 29px;
    }

    .about-who-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-visual-card {
        min-height: 270px;
        padding: 30px 20px;
        border-radius: 18px;
    }

    .about-visual-mark {
        width: 82px;
        height: 82px;
        margin-bottom: 19px;
        font-size: 20px;
    }

    .about-visual-card p {
        font-size: 20px;
    }

    .about-visual-card span {
        font-size: 13px;
    }


    /* Approach */

    .about-approach-section {
        padding: 52px 0;
    }

    .about-section-heading-wrap {
        margin-bottom: 27px;
    }

    .about-approach-grid {
        gap: 14px;
    }

    .about-approach-card {
        padding: 25px;
        border-radius: 15px;
    }

    .about-approach-number {
        margin-bottom: 20px;
    }

    .about-approach-card h3 {
        font-size: 19px;
    }

    .about-approach-card p {
        font-size: 13px;
        line-height: 1.65;
    }


    /* Values */

    .about-values-section {
        padding: 52px 0;
    }

    .about-values-grid {
        gap: 32px;
    }

    .about-values-content h2 {
        font-size: 29px;
    }

    .about-values-content > p:last-child {
        font-size: 14px;
        line-height: 1.7;
    }

    .about-values-list {
        gap: 18px;
    }

    .about-value-item {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding-bottom: 18px;
    }

    .about-value-icon {
        width: 38px;
        height: 38px;
        font-size: 10px;
    }

    .about-value-item h3 {
        font-size: 17px;
    }

    .about-value-item p {
        font-size: 13px;
        line-height: 1.65;
    }


    /* Platform */

    .about-connect-section {
        padding: 52px 0;
    }

    .about-connect-grid {
        gap: 14px;
    }

    .about-connect-card {
        min-height: 0;
        padding: 25px;
        border-radius: 15px;
    }

    .about-connect-icon {
        width: 39px;
        height: 39px;
        margin-bottom: 19px;
    }

    .about-connect-card h3 {
        font-size: 19px;
    }

    .about-connect-card p {
        font-size: 13px;
        line-height: 1.65;
    }

    .about-connect-card a {
        font-size: 12px;
    }


    /* Transparency */

    .about-transparency-section {
        padding-bottom: 52px;
    }

    .about-transparency-inner {
        gap: 27px;
        padding: 37px 23px;
        border-radius: 17px;
    }

    .about-transparency-content h2 {
        font-size: 27px;
    }

    .about-transparency-content p:last-child {
        font-size: 14px;
    }

    .about-transparency-action {
        width: 100%;
    }


    /* Final CTA */

    .about-final-cta {
        padding-bottom: 52px;
    }

    .about-final-cta-inner {
        padding: 38px 23px;
        border-radius: 17px;
    }

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

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

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

    .about-primary-button,
    .about-secondary-button,
    .about-transparency-action .about-primary-button {
        width: 100%;
        min-height: 46px;
    }

}


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

@media (max-width: 380px) {

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

    .about-intro-content h1 {
        font-size: 28px;
    }

    .about-section-heading {
        font-size: 26px;
    }

    .about-who-content h2,
    .about-values-content h2 {
        font-size: 26px;
    }

    .about-approach-card,
    .about-connect-card {
        padding: 22px;
    }

    .about-transparency-inner {
        padding: 33px 18px;
    }

    .about-transparency-content h2 {
        font-size: 24px;
    }

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

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

}