
/* =========================================================
   ABOUT PAGE
========================================================= */
.about-hero {
    background:
        linear-gradient(
            110deg,
            #ffffff 0%,
            #f5f9ff 55%,
            #eaf3ff 100%
        );

    padding: 70px 0;
    overflow: hidden;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 80px;
    align-items: center;
}

.about-label,
.section-tag {
    display: inline-block;

    color: #0a348b;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.2px;

    margin-bottom: 12px;
}

.about-hero-content h1 {
    max-width: 650px;

    margin: 0 0 22px;

    color: #111827;

    font-size: 48px;
    line-height: 1.08;

    letter-spacing: -1.5px;
}

.about-hero-content h1 span {
    color: #0a348b;
}

.about-hero-content p {
    max-width: 620px;

    margin: 0 0 27px;

    color: #5d6878;

    font-size: 16px;
    line-height: 1.7;
}

.about-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}


/* =========================================================
   HERO IMAGE
========================================================= */

.about-hero-image {
    position: relative;
}

.profile-image-wrapper {
    width: 370px;
    height: 430px;

    margin: auto;

    border-radius: 14px;

    overflow: hidden;

    background: #eaf2ff;

    border: 1px solid #d8e4f4;

    box-shadow:
        0 25px 55px rgba(22, 63, 125, .14);
}

.profile-image-wrapper img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.profile-floating-card {
    position: absolute;

    right: 0;
    bottom: 35px;

    min-width: 165px;

    padding: 17px 20px;

    background: #ffffff;

    border: 1px solid #dce6f4;

    border-radius: 9px;

    box-shadow:
        0 12px 30px rgba(20, 55, 110, .12);
}

.profile-floating-card strong {
    display: block;

    color: #0a348b;

    font-size: 25px;
    line-height: 1.1;
}

.profile-floating-card span {
    display: block;

    margin-top: 3px;

    color: #697383;

    font-size: 10px;
}


/* =========================================================
   INTRO
========================================================= */

.about-intro {
    padding: 70px 0;
}

.about-intro-grid {
    display: grid;

    grid-template-columns: 390px 1fr;

    gap: 75px;

    align-items: center;
}

.about-large-image {
    height: 450px;

    overflow: hidden;

    border-radius: 12px;

    background: #edf4ff;

    border: 1px solid #dce5f2;
}

.about-large-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.about-intro-content h2 {
    margin: 0 0 3px;

    color: #0a348b;

    font-size: 31px;
    line-height: 1.2;
}

.about-intro-content h3 {
    margin: 0 0 18px;

    color: #273349;

    font-size: 17px;
    font-weight: 500;
}

.about-intro-content > p {
    max-width: 680px;

    margin: 0 0 13px;

    color: #5f6978;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.about-highlights {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 10px;

    margin-top: 27px;
}

.about-highlights div {
    padding: 15px 12px;

    border: 1px solid #dce5f1;

    border-radius: 7px;

    background: #ffffff;
}

.about-highlights strong {
    display: block;

    color: #0a348b;

    font-size: 19px;
}

.about-highlights span {
    display: block;

    color: #707987;

    font-size: 9px;
    line-height: 1.35;
}


/* =========================================================
   MY STORY
========================================================= */

.my-story {
    padding: 65px 0;

    background:
        linear-gradient(
            110deg,
            #f9fbff,
            #ffffff
        );
}

.story-content {
    max-width: 920px;

    margin: auto;

    padding: 40px 55px;

    background: #ffffff;

    border: 1px solid #dfe7f2;

    border-radius: 10px;

    box-shadow:
        0 10px 35px rgba(18, 53, 105, .06);
}

.story-content p {
    margin: 0 0 18px;

    color: #5e6877;

    font-size: 14px;

    line-height: 1.8;
}

.story-signature {
    margin-top: 30px;

    padding-top: 20px;

    border-top: 1px solid #e5eaf1;
}

.story-signature strong {
    display: block;

    color: #17243a;

    font-size: 16px;
}

.story-signature span {
    display: block;

    color: #6c7684;

    font-size: 11px;
}


/* =========================================================
   EXPERTISE
========================================================= */

.expertise-section {
    padding: 70px 0;
}

.expertise-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;
}

.expertise-card {
    padding: 28px 25px;

    min-height: 190px;

    border: 1px solid #dce5f1;

    border-radius: 9px;

    background: #ffffff;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.expertise-card:hover {
    transform: translateY(-5px);

    border-color: #b8cbe7;

    box-shadow:
        0 12px 35px rgba(18, 59, 120, .09);
}

.expertise-icon {
    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 17px;

    border-radius: 8px;

    background: #edf4ff;

    color: #0a348b;

    font-size: 12px;
    font-weight: 700;
}

.expertise-card h3 {
    margin: 0 0 8px;

    color: #18243a;

    font-size: 17px;
}

.expertise-card p {
    margin: 0;

    color: #687382;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   WHY SECTION
========================================================= */

.why-section {
    padding: 70px 0;

    background:
        linear-gradient(
            100deg,
            #f8fbff,
            #ffffff
        );
}

.why-grid {
    display: grid;

    grid-template-columns:
        1fr 430px;

    gap: 80px;

    align-items: center;
}

.why-content h2 {
    max-width: 550px;

    margin: 0 0 18px;

    color: #18243a;

    font-size: 32px;

    line-height: 1.2;
}

.why-content > p {
    max-width: 600px;

    color: #687382;

    font-size: 14px;

    line-height: 1.7;
}

.why-list {
    margin-top: 28px;
}

.why-item {
    display: flex;

    gap: 14px;

    margin-bottom: 18px;
}

.why-item > span {
    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eaf3ff;

    color: #0a348b;

    font-weight: 700;
}

.why-item h3 {
    margin: 0 0 3px;

    color: #1d2940;

    font-size: 14px;
}

.why-item p {
    margin: 0;

    color: #6b7583;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   WHY VISUAL
========================================================= */

.why-visual {
    position: relative;

    min-height: 420px;
}

.growth-circle {
    position: absolute;

    left: 50%;
    top: 50%;

    transform:
        translate(-50%, -50%);

    width: 270px;
    height: 270px;

    border-radius: 50%;

    background:
        conic-gradient(
            #20a77a 0deg 90deg,
            #7551d5 90deg 180deg,
            #ef5757 180deg 270deg,
            #31afd1 270deg 360deg
        );

    display: flex;

    align-items: center;
    justify-content: center;
}

.growth-circle::before {
    content: "";

    position: absolute;

    inset: 22px;

    border-radius: 50%;

    background: #ffffff;
}

.growth-inner {
    position: relative;

    z-index: 2;

    text-align: center;
}

.growth-inner strong {
    display: block;

    color: #0a348b;

    font-size: 25px;
}

.growth-inner span {
    color: #697483;

    font-size: 11px;
}

.visual-stat {
    position: absolute;

    min-width: 110px;

    padding: 14px;

    background: #ffffff;

    border: 1px solid #dce6f2;

    border-radius: 8px;

    box-shadow:
        0 10px 25px rgba(20, 55, 110, .08);

    text-align: center;
}

.visual-stat strong {
    display: block;

    color: #0a348b;

    font-size: 20px;
}

.visual-stat span {
    display: block;

    color: #727b88;

    font-size: 9px;
}

.stat-one {
    top: 30px;
    left: 20px;
}

.stat-two {
    top: 50px;
    right: 0;
}

.stat-three {
    right: 40px;
    bottom: 35px;
}


/* =========================================================
   ACHIEVEMENTS
========================================================= */

.about-achievements {
    padding: 65px 0;
}

.achievement-grid {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 15px;
}

.achievement-box {
    padding: 28px 15px;

    text-align: center;

    border: 1px solid #dce5f1;

    border-radius: 8px;

    background: #ffffff;

    box-shadow:
        0 5px 18px rgba(20, 55, 110, .04);
}

.achievement-box strong {
    display: block;

    color: #0a348b;

    font-size: 26px;

    line-height: 1.2;
}

.achievement-box span {
    display: block;

    margin-top: 7px;

    color: #697483;

    font-size: 10px;
}


/* =========================================================
   CERTIFICATIONS
========================================================= */

.certification-section {
    padding: 65px 0;

    background: #f9fbff;
}

.certification-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 17px;
}

.certificate-card {
    padding: 24px;

    background: #ffffff;

    border: 1px solid #dce5f1;

    border-radius: 8px;

    text-align: center;
}

.certificate-icon {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 14px;

    border-radius: 50%;

    background: #edf4ff;

    color: #0a348b;

    font-size: 13px;

    font-weight: 700;
}

.certificate-card h3 {
    margin: 0 0 5px;

    color: #1d2940;

    font-size: 14px;
}

.certificate-card p {
    margin: 0;

    color: #707987;

    font-size: 10px;
}


/* =========================================================
   ABOUT CTA
========================================================= */

.about-cta {
    padding: 0 0 55px;
}

.about-cta-inner {
    min-height: 145px;

    padding: 25px 60px;

    border-radius: 7px;

    background: #082e87;

    display: flex;

    align-items: center;

    justify-content: space-between;

    overflow: hidden;
}

.about-cta h2 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 28px;
}

.about-cta p {
    margin: 0 0 12px;

    color: #d7e3ff;

    font-size: 12px;
}

.about-yellow {
    background: #ffd85a;

    color: #142d67;

    min-height: 37px;

    font-size: 10px;
}

.about-dark-outline {
    color: #ffffff;

    border-color: #7798d2;

    min-height: 37px;

    font-size: 10px;
}

.cta-growth-graphic {
    display: flex;

    align-items: flex-end;

    gap: 15px;

    color: #ffffff;

    opacity: .9;
}

.cta-growth-graphic > span {
    font-size: 60px;
}

.growth-bars {
    display: flex;

    align-items: flex-end;

    gap: 7px;
}

.growth-bars i {
    display: block;

    width: 18px;

    background: #4778c9;

    border-radius: 3px 3px 0 0;
}

.growth-bars i:nth-child(1) {
    height: 30px;
}

.growth-bars i:nth-child(2) {
    height: 50px;
}

.growth-bars i:nth-child(3) {
    height: 70px;
}

.growth-bars i:nth-child(4) {
    height: 95px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

    .about-hero-grid {
        grid-template-columns: 1fr 350px;

        gap: 40px;
    }

    .about-hero-content h1 {
        font-size: 40px;
    }

    .about-intro-grid {
        grid-template-columns: 300px 1fr;

        gap: 45px;
    }

    .about-large-image {
        height: 390px;
    }

    .expertise-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .achievement-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .why-grid {
        gap: 40px;
    }

}


@media (max-width: 750px) {

    .about-hero {
        padding: 50px 0;
    }

    .about-hero-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-content h1 {
        font-size: 35px;
    }

    .about-hero-image {
        max-width: 400px;

        margin: auto;
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
    }

    .about-large-image {
        width: 300px;

        height: 350px;

        margin: auto;
    }

    .about-highlights {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .story-content {
        padding: 30px;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-visual {
        min-height: 380px;
    }

    .achievement-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .certification-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .about-cta-inner {
        padding: 30px;

        min-height: 180px;
    }

}


@media (max-width: 500px) {

    .about-hero-content h1 {
        font-size: 30px;
    }

    .about-hero-content p {
        font-size: 14px;
    }

    .profile-image-wrapper {
        width: 100%;
        height: 380px;
    }

    .profile-floating-card {
        right: 10px;
    }

    .about-highlights {
        grid-template-columns: 1fr 1fr;
    }

    .story-content {
        padding: 22px;
    }

    .achievement-grid {
        grid-template-columns: 1fr 1fr;
    }

    .certification-grid {
        grid-template-columns: 1fr;
    }

    .about-cta-inner {
        position: relative;
    }

    .cta-growth-graphic {
        position: absolute;

        right: 10px;

        opacity: .25;
    }

    .about-cta h2 {
        font-size: 23px;
    }

}