/* =========================================================
   ABOUT PAGE STYLES
========================================================= */

.about-page-hero {
    padding: 120px 0;
    background: linear-gradient(135deg, #1d4ed8 0%, #4338ca 100%);
    color: white;
}

.about-page-hero .section-label {
    margin-bottom: 20px;
    color: #a5b4fc;
}

.about-page-hero h1 {
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.02;
    font-weight: 900;
    color: white;
}

.about-page-hero h1 span {
    display: block;
}

.about-page-hero p {
    max-width: 740px;
    margin-top: 28px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.86);
}

.about-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.about-page-hero .btn-outline-light {
    color: white;
    border-color: rgba(255, 255, 255, 0.75);
}

.about-page-hero .btn-outline-light:hover,
.about-page-hero .btn-outline-light:focus {
    color: #1d4ed8;
    background: white;
}

.section-padding {
    padding: 100px 0;
}

.mission-vision-section,
.values-section,
.about-cta-section {
    padding: 100px 0;
}

.purpose-card,
.value-card,
.approach-image-wrapper,
.about-cta-box {
    background: white;
    border-radius: 30px;
    border: 1px solid var(--border);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.06);
}

.purpose-card,
.value-card {
    padding: 35px;
    min-height: 320px;
}

.purpose-icon,
.value-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(59, 130, 246, 0.1);
    color: var(--primary);
    font-size: 26px;
    margin-bottom: 24px;
}

.purpose-card h3,
.value-card h3 {
    font-size: 22px;
    margin-bottom: 18px;
}

.purpose-card p,
.value-card p {
    color: var(--text);
    line-height: 1.75;
}

.about-process {
    display: grid;
    gap: 16px;
    margin-top: 30px;
}

.about-process-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #f8fafc;
}

.process-number {
    min-width: 60px;
    min-height: 60px;
    border-radius: 20px;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.approach-image-wrapper {
    padding: 20px;
    overflow: hidden;
}

.approach-image {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.technology-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.technology-item {
    padding: 24px 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.technology-item i {
    font-size: 32px;
}

.about-cta-section {
    background: #f8fafc;
}

.about-cta-box {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.about-cta-box h2 {
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.05;
}

.about-cta-box p {
    color: var(--text);
    max-width: 680px;
    margin-top: 18px;
}

.about-cta-box .btn {
    min-width: 220px;
}

@media (max-width: 991px) {
    .about-cta-box,
    .purpose-card,
    .value-card,
    .about-process-item {
        padding: 28px;
    }

    .about-cta-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-page-hero {
        padding: 80px 0;
    }

    .about-page-hero h1 {
        font-size: 42px;
    }

    .about-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .about-section,
    .mission-vision-section,
    .about-cta-section,
    .values-section {
        padding: 60px 0;
    }

    .technology-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-process {
        gap: 12px;
    }

    .about-image {
        height: auto;
    }
}

/* =========================================================
   OUR TEAM SECTION
========================================================= */

.our-team-section {

    position: relative;

    padding: 100px 0;

    background: #f8fafc;

    overflow: hidden;

}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.our-team-section::before {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    border-radius: 50%;

    background: rgba(13, 110, 253, 0.04);

    top: -200px;

    right: -150px;

    pointer-events: none;

}


.our-team-section::after {

    content: "";

    position: absolute;

    width: 350px;

    height: 350px;

    border-radius: 50%;

    background: rgba(99, 102, 241, 0.035);

    bottom: -150px;

    left: -150px;

    pointer-events: none;

}



/* =========================================================
   SECTION HEADER
========================================================= */

.team-section-header {

    position: relative;

    z-index: 2;

    max-width: 850px;

    margin: 0 auto 55px;

}


.team-section-header .section-description {

    max-width: 720px;

}



/* =========================================================
   TEAM CARD
========================================================= */

.team-card {

    position: relative;

    z-index: 2;

    height: 100%;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border: 1px solid #e7ebf0;

    border-radius: 20px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


.team-card:hover {

    transform: translateY(-10px);

    border-color: rgba(13, 110, 253, 0.25);

    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.12);

}



/* =========================================================
   TEAM PHOTO CONTAINER
========================================================= */

.team-image-wrapper {

    position: relative;

    width: 100%;

    height: 300px;

    overflow: hidden;

    background: #eef2f7;

}



/* =========================================================
   TEAM PHOTO
========================================================= */

.team-photo {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center top;

    transition:
        transform 0.5s ease;

}


.team-card:hover .team-photo {

    transform: scale(1.05);

}



/* =========================================================
   PHOTO OVERLAY
========================================================= */

.team-image-wrapper::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(15, 23, 42, 0.28),
            transparent 45%
        );

    pointer-events: none;

}



/* =========================================================
   SOCIAL BUTTON
========================================================= */

.team-social {

    position: absolute;

    right: 18px;

    bottom: 18px;

    z-index: 5;

}


.team-social a {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #0d6efd;

    background: rgba(255, 255, 255, 0.95);

    text-decoration: none;

    box-shadow:
        0 8px 20px rgba(15, 23, 42, 0.15);

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;

}


.team-social a:hover {

    color: #ffffff;

    background: #0d6efd;

    transform: translateY(-3px);

}



/* =========================================================
   TEAM CONTENT
========================================================= */

.team-content {

    flex: 1;

    padding: 27px 25px 30px;

    text-align: center;

}


.team-role {

    display: inline-block;

    margin-bottom: 9px;

    color: #0d6efd;

    font-size: 11px;

    line-height: 1.4;

    font-weight: 800;

    letter-spacing: 1.3px;

}


.team-content h3 {

    margin: 0 0 12px;

    color: #172033;

    font-size: 21px;

    line-height: 1.3;

    font-weight: 800;

}


.team-content p {

    margin: 0;

    color: #64748b;

    font-size: 14px;

    line-height: 1.7;

}



/* =========================================================
   CARD TOP ACCENT
========================================================= */

.team-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #0d6efd,
            #6366f1
        );

    transform: scaleX(0);

    transform-origin: left;

    transition: transform 0.35s ease;

    z-index: 10;

}


.team-card:hover::before {

    transform: scaleX(1);

}



/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .team-image-wrapper {

        height: 280px;

    }

}


@media (max-width: 991px) {

    .our-team-section {

        padding: 80px 0;

    }


    .team-section-header {

        margin-bottom: 45px;

    }


    .team-image-wrapper {

        height: 300px;

    }

}


@media (max-width: 767px) {

    .our-team-section {

        padding: 70px 0;

    }


    .team-section-header {

        margin-bottom: 40px;

    }


    .team-image-wrapper {

        height: 340px;

    }


    .team-content {

        padding: 25px 22px 28px;

    }

}


@media (max-width: 575px) {

    .our-team-section {

        padding: 60px 0;

    }


    .team-image-wrapper {

        height: 360px;

    }


    .team-content h3 {

        font-size: 20px;

    }

}
