/*
 * About Us Page Styles
 */

.about-page {
    width: 100%;
    overflow: hidden;
}

/* 1. Top Banner */
.about-banner {
    position: relative;
    width: 100%;
    height: 43.75rem; /* 700px */
    overflow: hidden;
}
.about-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.about-banner-content {
    position: relative;
    z-index: 2;
    padding-top: 12.5rem; /* 200px */
    text-align: left;
    display: flex;
    flex-direction: column;
}
.about-banner-content .font-banner-main {
    color: #fff;
    margin-bottom: 1.5rem !important; /* 24px */
}
.about-banner-content .font-banner-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

/* 2. Intro Section */
.about-intro-sec {
    padding: 6.25rem 0; /* 100px 0 */
    background-color: #fff;
}
.intro-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
}
.intro-text-box {
    width: 36.5rem; /* 584px */
    flex-shrink: 0;
}
.intro-title {
    font-size: 2.5rem; /* 40px */
    line-height: 3.3125rem; /* 53px */
    color: #333;
    font-family: 's-demibold', sans-serif;
    margin-top: 0;
    margin-bottom: 2.5rem;
}
.intro-desc-item {
    font-size: 1rem; /* 16px */
    color: #607293;
    line-height: 1.75rem; /* 28px */
    margin-bottom: 1.375rem; /* 22px */
    text-align: justify;
}
.intro-desc-item:last-child {
    margin-bottom: 0;
}
.intro-img-box {
    width: 44.0625rem; /* 705px */
    height: 28.3125rem; /* 453px */
    border-radius: 1rem;
    overflow: hidden;
    flex-shrink: 0;
}
.intro-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Intro Cards */
.intro-cards {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}
.intro-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    background: #f8f9fb;
    border-radius: .875rem;
    text-align: center;
    transition: all 0.6s;
    box-shadow: .5rem .5rem 1.25rem 0px #E7EBF1;
    height: 17.5rem;
}
.intro-card:hover {
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,0.05);
    transform: translateY(-5px);
    background: #fff;
}
.intro-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.intro-card-title {
    font-size: 1.375rem; /* 22px */
    color: #232B3B;
    font-family: 's-demibold', sans-serif;
    margin-bottom: .625rem;
}
.intro-card-desc {
    font-size: 1rem;
    color: #607293;
    line-height: 1.5rem;
}

/* 3. Strength Section */
.about-strength-sec {
    width: 100%;
    text-align: center;
}
.strength-banner {
    width: 100%;
    height: 47.5rem; /* 760px */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
}
.strength-banner .section {
    position: relative;
    z-index: 1;
}
.strength-title {
    color: #fff;
    margin-bottom: 3.5rem;
}
.awards-trophy {
    width: 100%;
    max-width: 50rem; /* 800px approx */
    margin: 0 auto;
}
.strength-content-wrap {
    padding: 6.5rem 0 5.8125rem; /* 80px - 100px */
    background: linear-gradient( 135deg, #F0F2FF 0%, #ECF3FF 100%);
}
.awards-trophy img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.strength-awards-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Make left match right height */
    margin-bottom: 4rem;
    text-align: left;
    padding-top: 1rem;
}

/* Left List with Checkmarks */
.awards-left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Evenly distribute items */
}
.awards-list-item {
    display: flex;
    align-items: center;
    gap: 0.625rem; /* 10px approx */
    font-size: 1.25rem; /* 20px */
    color: #333333;
    line-height: 1.875rem; /* 30px */
}
.awards-list-item .check-icon {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

/* Right Grid Items */
.awards-right-grid {
    display: grid;
    grid-template-columns: repeat(3, 15.75rem);
    column-gap: 5.25rem;
    row-gap: 2.625rem; 
}
.award-grid-item {
    width: 15.75rem; /* 252px */
    height: 6.25rem; /* 100px */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.award-grid-item .item-sub {
    font-size: 1rem; /* 16px */
    color: #333333;
    line-height: 1.5rem; /* 24px */
}
.award-grid-item .item-title {
    font-size: 1.5rem; /* 24px */
    color: #333333;
    line-height: 1.5rem; /* 24px */
    font-family: 's-demibold', sans-serif;
    margin-bottom: 0.375rem; /* 6px */
}

/* Stats */
.stats-row {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}
.stat-item {
    text-align: center;
}
.stat-num {
    font-size: 4.5rem; /* 56px */
    line-height: 5.625rem;
    font-family: sd-bold;
    display: flex;
    align-items: baseline;
    justify-content: center;
    background: linear-gradient(135deg, #5EBCFF 0%, #4F49FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: .75rem;
}
.stat-num span {
    font-size: 4.5rem; /* 36px */
    margin-left: .25rem;
    line-height: 1;
}
.stat-label {
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5rem;
}

/* 4. Team Section */
.about-team-sec {
    background: #F9FAFC;
    padding: 5rem 0;
}
.about-team-inner {
    height: 23.75rem;
    min-width: 0;
}
.about-team-copy {
    height: 100%;
    box-sizing: border-box;
    flex: 0 0 44.1875rem;
    width: 44.1875rem;
    max-width: 100%;
    border-top-left-radius: 0.875rem;
    border-bottom-left-radius: 0.875rem;
    background: linear-gradient(135deg, #F0F3FF 0%, #EDF3FF 99.93%);
    padding: 2.5rem 2.5rem 2.5rem 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
}
.about-team-block {
    margin: 0;
}
.about-team-block + .about-team-block {
    margin-top: 3.3125rem;
}
.about-team-block__title {
    margin: 0 0 0.625rem 0;
    font-family: s-demibold, sans-serif;
    font-size: 1.75rem;
    font-weight: normal;
    color: #2664F5;
    line-height: 2.3125rem;
}
.about-team-block__desc {
    margin: 0;
    font-family: s-regular, sans-serif;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.6875rem;
}
.about-team-media {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 0.875rem;
    border-bottom-right-radius: 0.875rem;
    overflow: hidden;
}
.about-team-media__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* 5. CTA Section */
.about-cta-sec {
    padding: 4.5rem 0 5.3125rem;
    text-align: center;
    background: #fff;
    border-top: 1px solid #f0f0f0; /* Optional separator */
}
.cta-title {
    font-size: 3.625rem;
    color: #333333;
    line-height: 4.8125rem;
    font-family: s-demibold;
    margin-top: 0;
    margin-bottom: 3rem;
}
.cta-title .highlight {
    background: linear-gradient(90deg, #0E56FF 0%, #FF226D 50%, #FC5900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cta-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.btn-primary {
    display: inline-flex;
    width: 10.9375rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    background: #2664F5;
    color: #fff;
    border-radius: .25rem;
    box-shadow: 0px .125rem .375rem 0px rgba(0,57,83,0.3);
    font-size: 1.0625rem;
    color: #FFFFFF;
    line-height: 1.4375rem;
    text-decoration: none;
    transition: 0.3s;
    margin-right: 8.3125rem;
}
.btn-primary:hover {
    background: #1e52db;
}
.btn-outline {
    display: inline-flex;
    width: 10.9375rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    box-shadow: 0px .125rem .375rem 0px rgba(0,57,83,0.3);
    font-size: 1.0625rem;
    background: #2664F5;
    color: #FFFFFF;
    line-height: 1.4375rem;
    text-decoration: none;
    transition: 0.3s;
}
.btn-outline:hover {
    background: #1e52db;
}

/* Responsive */
@media (max-width: 1200px) {
    .award-item {
        width: calc(25% - 1.125rem);
    }
}
@media (max-width: 980px) {
    .intro-top {
        flex-direction: column;
    }
    .intro-img-box {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
    .intro-cards {
        flex-direction: column;
    }
    .stats-row {
        gap: 3rem;
        flex-wrap: wrap;
    }
    .award-item {
        width: calc(33.333% - 1rem);
    }
    .about-team-inner {
        flex-direction: column;
        align-items: stretch;
    }
    .about-team-copy {
        flex: 1 1 auto;
        width: 100%;
    }
    .about-team-media__img {
        max-height: 25rem;
        object-fit: cover;
        width: 100%;
    }
}
