/* =========================================
   ABOUT PAGE — about.css
========================================= */

/* =========================================
   SECTION 1 — INTRO
========================================= */

.aboutpage .about-intro-section {
    width: 100%;
    padding: 130px 30px 150px;
    background: #F6F8FE;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.aboutpage .about-top {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.aboutpage .about-title {
    flex: 1;
    max-width: 700px;
    color: #082F56;
    font-size: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.aboutpage .about-title-spacer {
    flex: 1;
    max-width: 700px;
}

.aboutpage .about-bottom {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.aboutpage .about-content-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.aboutpage .about-description {
    max-width: 500px;
    color: #212529;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.aboutpage .about-image {
    width: 701px;
    height: 701px;
    object-fit: cover;
    border-radius: 25px;
    display: block;
    flex-shrink: 0;
}

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

.aboutpage .btn-outline-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 9px 22px;
    background: transparent;
    border-radius: 45px;
    border: 1px solid #082F56;
    color: #082F56;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    transition: background .25s, color .25s;
    cursor: pointer;
}

.aboutpage .btn-outline-dark:hover {
    background: #082F56;
    color: #ffffff;
}

/* =========================================
   SECTION 2 — CARDS (Global Reach, Vision, Values)
========================================= */

.aboutpage .about-cards-section {
    width: 100%;
    padding: 0 30px 100px;
    background: #F6F8FE;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.aboutpage .about-cards-row {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.aboutpage .about-card {
    flex: 1;
    padding: 50px 30px 100px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.aboutpage .about-card.light {
    background: #F1F3FA;
}

.aboutpage .about-card.dark {
    background: #082F56;
}

.aboutpage .about-card-title {
    font-size: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.aboutpage .about-card.light .about-card-title {
    color: #082F56;
}

.aboutpage .about-card.dark .about-card-title {
    color: #ffffff;
}

.aboutpage .about-card-text {
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.aboutpage .about-card.light .about-card-text {
    color: #082F56;
}

.aboutpage .about-card.dark .about-card-text {
    color: #ffffff;
}

/* =========================================
   DIVIDER
========================================= */

.aboutpage .section-divider {
    width: 100%;
    height: 1px;
    background: #000000;
    margin: 0 auto !important;
}

/* =========================================
   SECTION 3 — OUR EXPERTS
========================================= */

.aboutpage .experts-section {
    width: 100%;
    padding: 100px 30px;
    background: #F6F8FE;
    display: flex;
    flex-direction: column;
    gap: 75px;
}

.aboutpage .experts-top {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.aboutpage .experts-title-spacer {
    flex: 1;
    max-width: 700px;
}

.aboutpage .experts-title {
    flex: 1;
    max-width: 700px;
    color: #082F56;
    font-size: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.aboutpage .experts-bottom {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.aboutpage .experts-image {
    width: 701px;
    height: 701px;
    object-fit: cover;
    border-radius: 25px;
    display: block;
    flex-shrink: 0;
}

.aboutpage .experts-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.aboutpage .experts-description {
    max-width: 500px;
    color: #212529;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

/* =========================================
   SECTION 4 — OUR PURPOSE
========================================= */

.aboutpage .purpose-section {
    width: 100%;
    padding: 100px 30px 150px;
    background: #F6F8FE;
    display: flex;
    flex-direction: column;
    gap: 75px;
}

.aboutpage .purpose-top {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.aboutpage .purpose-title {
    flex: 1;
    max-width: 700px;
    color: #082F56;
    font-size: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.aboutpage .purpose-title-spacer {
    flex: 1;
    max-width: 700px;
}

.aboutpage .purpose-bottom {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.aboutpage .purpose-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.aboutpage .purpose-description {
    max-width: 500px;
    color: #212529;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.aboutpage .purpose-image {
    width: 701px;
    height: 701px;
    object-fit: cover;
    border-radius: 25px;
    display: block;
    flex-shrink: 0;
}

/* =========================================
   LARGE SCREENS
========================================= */

@media (min-width: 1400px) {

    .aboutpage .about-intro-section,
    .aboutpage .about-cards-section,
    .aboutpage .experts-section,
    .aboutpage .purpose-section {
        padding-left: 80px;
        padding-right: 80px;
    }

    .aboutpage .section-divider {
        margin: 0 80px;
    }
}

@media (min-width: 1920px) {

    .aboutpage .about-intro-section,
    .aboutpage .about-cards-section,
    .aboutpage .experts-section,
    .aboutpage .purpose-section {
        padding-left: 160px;
        padding-right: 160px;
    }

    .aboutpage .section-divider {
        margin: 0 160px;
    }

    .aboutpage .about-title,
    .aboutpage .experts-title,
    .aboutpage .purpose-title {
        font-size: 80px;
    }
}

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

@media (max-width: 991px) {

    .aboutpage .about-intro-section,
    .aboutpage .about-cards-section,
    .aboutpage .experts-section,
    .aboutpage .purpose-section {
        padding: 80px 20px;
        gap: 50px;
    }

    .aboutpage .about-top,
    .aboutpage .about-bottom,
    .aboutpage .experts-top,
    .aboutpage .experts-bottom,
    .aboutpage .purpose-top,
    .aboutpage .purpose-bottom {
        flex-direction: column;
        gap: 30px;
    }

    .aboutpage .about-title,
    .aboutpage .experts-title,
    .aboutpage .purpose-title {
        font-size: 42px;
    }

    .aboutpage .about-image,
    .aboutpage .experts-image,
    .aboutpage .purpose-image {
        width: 100%;
        height: 350px;
    }

    .aboutpage .about-cards-row {
        flex-direction: column;
    }

    .aboutpage .about-title-spacer,
    .aboutpage .experts-title-spacer,
    .aboutpage .purpose-title-spacer {
        display: none;
    }
}

@media (max-width: 576px) {

    .aboutpage .about-title,
    .aboutpage .experts-title,
    .aboutpage .purpose-title {
        font-size: 32px;
    }

    .aboutpage .about-description,
    .aboutpage .experts-description,
    .aboutpage .purpose-description,
    .aboutpage .about-card-text {
        font-size: 15px;
    }

    .aboutpage .about-card-title {
        font-size: 20px;
    }
}