﻿/* =========================================================
   ABOUT PAGE
   ========================================================= */

.about-page-hero,
.about-introduction-section,
.about-statistics-section,
.about-mission-section,
.about-values-section,
.about-approach-section,
.about-contact-cta-section {
    position: relative;
}

    .about-page-hero .container,
    .about-introduction-section .container,
    .about-statistics-section .container,
    .about-mission-section .container,
    .about-values-section .container,
    .about-approach-section .container,
    .about-contact-cta-section .container {
        max-width: 1320px;
    }


/* =========================================================
   HERO
   ========================================================= */

.about-page-hero {
    overflow: hidden;
    padding: 105px 0;
    background: radial-gradient( circle at 10% 15%, rgba(37, 99, 235, 0.12), transparent 30% ), radial-gradient( circle at 88% 15%, rgba(6, 182, 212, 0.08), transparent 28% ), linear-gradient( 135deg, #ffffff 0%, #f8fbff 52%, #eef5ff 100% );
}

    .about-page-hero::before {
        content: "";
        position: absolute;
        top: -100px;
        left: -140px;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        border: 1px solid rgba(37, 99, 235, 0.08);
    }

.about-page-label,
.about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--primary-color);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

    .about-page-label::before {
        content: "";
        width: 8px;
        height: 8px;
        flex: 0 0 auto;
        border-radius: 50%;
        background: var(--primary-color);
        box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.09);
    }

.about-page-hero h1 {
    max-width: 660px;
    margin: 0 0 22px;
    color: #0f172a;
    font-size: clamp(3rem, 4.6vw, 4.9rem);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.about-page-subtitle {
    max-width: 640px;
    margin: 0;
    color: #475569;
    font-size: 1.22rem;
    line-height: 1.7;
}

.about-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.about-hero-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid #dbe5f2;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.85);
    color: #334155;
    font-size: 0.84rem;
    font-weight: 600;
    box-shadow: 0 7px 20px rgba(15, 23, 42, 0.04);
}

    .about-hero-highlight i {
        color: var(--primary-color);
    }

.about-page-hero .btn {
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 12px;
}

.about-page-hero .btn-primary {
    box-shadow: 0 15px 32px rgba(37, 99, 235, 0.22);
}

.about-page-hero-image-wrap {
    position: relative;
    padding: 18px 0 28px 24px;
}

    .about-page-hero-image-wrap::before {
        content: "";
        position: absolute;
        top: -8px;
        right: -24px;
        width: 78%;
        height: 83%;
        border-radius: 32px;
        background: linear-gradient( 135deg, rgba(37, 99, 235, 0.14), rgba(6, 182, 212, 0.06) );
    }

.about-page-hero-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 570px;
    overflow: hidden;
    border-radius: 28px;
    background: #e2e8f0;
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.20);
}

    .about-page-hero-image img {
        width: 165%;
        max-width: none;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: 82% center;
        transition: transform 0.55s ease;
    }

    .about-page-hero-image:hover img {
        transform: scale(1.025);
    }

.about-page-hero-placeholder {
    position: relative;
    z-index: 2;
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: #e2e8f0;
    color: #94a3b8;
    font-size: 5rem;
}

.about-hero-floating-card {
    position: absolute;
    left: -10px;
    bottom: 0;
    z-index: 5;
    max-width: 300px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 18px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
    backdrop-filter: blur(14px);
}

.about-hero-floating-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--primary-color);
    font-size: 1.35rem;
}

.about-hero-floating-card strong,
.about-hero-floating-card span {
    display: block;
}

.about-hero-floating-card strong {
    color: #0f172a;
    font-size: 0.94rem;
}

.about-hero-floating-card span {
    margin-top: 3px;
    color: #64748b;
    font-size: 0.76rem;
}


/* =========================================================
   SHARED SECTION HEADING
   ========================================================= */

.about-section-heading {
    max-width: 760px;
    margin: 0 auto 52px;
}

    .about-section-heading h2 {
        margin-bottom: 16px;
        color: #0f172a;
        font-size: clamp(2.2rem, 3.4vw, 3.4rem);
        font-weight: 850;
        line-height: 1.1;
        letter-spacing: -0.035em;
    }

    .about-section-heading p {
        max-width: 670px;
        margin: 0 auto;
        color: #64748b;
        font-size: 1.04rem;
        line-height: 1.75;
    }


/* =========================================================
   WHO WE ARE
   ========================================================= */

.about-introduction-section {
    overflow: hidden;
    padding: 110px 0;
    background: #ffffff;
}

    .about-introduction-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: min(1320px, calc(100% - 40px));
        height: 1px;
        transform: translateX(-50%);
        background: linear-gradient( 90deg, transparent, #dbe4f0, transparent );
    }

.about-intro-shell {
    padding: 55px;
    border: 1px solid #e5ebf3;
    border-radius: 30px;
    background: radial-gradient( circle at 90% 10%, rgba(37, 99, 235, 0.06), transparent 32% ), linear-gradient( 145deg, #ffffff, #fbfdff );
    box-shadow: 0 25px 65px rgba(15, 23, 42, 0.07);
}

.about-intro-title {
    max-width: 760px;
    margin-bottom: 24px;
    color: #0f172a;
    font-size: clamp(2.5rem, 3.8vw, 3.8rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.about-rich-content {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.85;
}

    .about-rich-content p {
        margin-bottom: 1rem;
    }

        .about-rich-content p:last-child {
            margin-bottom: 0;
        }

.about-intro-description {
    max-width: 760px;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.about-capability-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 17px;
    border: 1px solid #e5ebf3;
    border-radius: 15px;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .about-capability-item:hover {
        transform: translateY(-4px);
        border-color: rgba(37, 99, 235, 0.25);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    }

.about-capability-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--primary-color);
    font-size: 1.25rem;
}

.about-capability-item strong,
.about-capability-item span {
    display: block;
}

.about-capability-item strong {
    margin-bottom: 4px;
    color: #0f172a;
    font-size: 0.94rem;
}

.about-capability-item span {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.55;
}


/* =========================================================
   COMPANY PROFILE
   ========================================================= */

.about-company-profile-card {
    overflow: hidden;
    border: 1px solid #dfe7f1;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
}

.about-company-profile-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 25px;
    background: linear-gradient( 135deg, #0f172a, #173a78 );
}

.about-company-profile-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 15px;
    background: rgba(255,255,255,.08);
    color: #ffffff;
    font-size: 1.45rem;
}

.about-company-profile-header span {
    display: block;
    margin-bottom: 3px;
    color: #93c5fd;
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}

.about-company-profile-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 750;
}

.about-company-profile-body {
    padding: 5px 25px;
}

.about-company-profile-row {
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #edf1f5;
}

    .about-company-profile-row:last-child {
        border-bottom: 0;
    }

    .about-company-profile-row span {
        color: #94a3b8;
        font-size: 0.77rem;
        font-weight: 700;
    }

    .about-company-profile-row strong {
        color: #334155;
        font-size: 0.9rem;
        font-weight: 650;
    }

.about-company-profile-footer {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 17px 25px;
    border-top: 1px solid #edf1f5;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.8rem;
}

    .about-company-profile-footer i {
        color: var(--primary-color);
        font-size: 1.1rem;
    }


/* =========================================================
   STATISTICS
   ========================================================= */

.about-statistics-section {
    padding: 95px 0;
    background: linear-gradient( 180deg, #f8fafc 0%, #eef5ff 100% );
}

.about-stat-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 34px 22px;
    border: 1px solid #e3eaf3;
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .about-stat-card::after {
        content: "";
        position: absolute;
        top: -60px;
        right: -60px;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background: rgba(37, 99, 235, 0.06);
    }

    .about-stat-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 22px 48px rgba(15, 23, 42, 0.11);
    }

    .about-stat-card i {
        position: relative;
        z-index: 2;
        width: 60px;
        height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        border-radius: 18px;
        background: rgba(37, 99, 235, 0.10);
        color: var(--primary-color);
        font-size: 1.7rem;
    }

    .about-stat-card strong,
    .about-stat-card span {
        position: relative;
        z-index: 2;
        display: block;
    }

    .about-stat-card strong {
        color: #0f172a;
        font-size: 2.4rem;
        font-weight: 850;
        line-height: 1;
    }

    .about-stat-card span {
        margin-top: 10px;
        color: #64748b;
        font-size: 0.9rem;
    }


/* =========================================================
   MISSION / VISION
   ========================================================= */

.about-mission-section {
    padding: 110px 0;
    background: #ffffff;
}

.about-purpose-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 40px;
    border: 1px solid #e3eaf3;
    border-radius: 24px;
    background: linear-gradient( 145deg, #ffffff, #f8fafc );
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .about-purpose-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 55px rgba(15, 23, 42, 0.11);
    }

    .about-purpose-card::after {
        content: "";
        position: absolute;
        right: -60px;
        bottom: -60px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: rgba(37, 99, 235, 0.05);
    }

.about-purpose-icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 19px;
    background: linear-gradient( 135deg, #0f172a, #1e3a8a );
    color: #ffffff;
    font-size: 1.7rem;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

.about-purpose-label {
    display: block;
    margin-bottom: 9px;
    color: var(--primary-color);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.about-purpose-card h3 {
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin-bottom: 17px;
    color: #0f172a;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.3;
}


/* =========================================================
   VALUES
   ========================================================= */

.about-values-section {
    padding: 110px 0;
    background: #f8fafc;
}

.about-values-column {
    height: 100%;
    padding: 34px;
    border: 1px solid #e4eaf2;
    border-radius: 22px;
    background: #ffffff;
}

    .about-values-column h2 {
        margin-bottom: 25px;
        color: #0f172a;
        font-size: clamp(2rem, 2.8vw, 2.8rem);
        font-weight: 850;
        line-height: 1.15;
        letter-spacing: -0.03em;
    }

.about-list-content ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-list-content li {
    position: relative;
    padding: 17px 18px 17px 52px;
    border: 1px solid #e5ebf3;
    border-radius: 14px;
    background: #f8fafc;
    color: #334155;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

    .about-list-content li:hover {
        transform: translateX(4px);
        border-color: rgba(37, 99, 235, 0.30);
    }

    .about-list-content li::before {
        content: "\F26E";
        position: absolute;
        top: 17px;
        left: 18px;
        color: var(--primary-color);
        font-family: "bootstrap-icons" !important;
    }


/* =========================================================
   APPROACH
   ========================================================= */

.about-approach-section {
    padding: 110px 0;
    background: #ffffff;
}

.about-approach-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.about-approach-card {
    position: relative;
    padding: 30px;
    border: 1px solid #e3eaf3;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

    .about-approach-card > span {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #e2e8f0;
        font-size: 2.7rem;
        font-weight: 900;
        line-height: 1;
    }

    .about-approach-card > i {
        width: 54px;
        height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 23px;
        border-radius: 16px;
        background: rgba(37, 99, 235, 0.10);
        color: var(--primary-color);
        font-size: 1.5rem;
    }

    .about-approach-card h3 {
        margin-bottom: 10px;
        color: #0f172a;
        font-size: 1.25rem;
        font-weight: 800;
    }

    .about-approach-card p {
        margin: 0;
        color: #64748b;
        font-size: 0.9rem;
        line-height: 1.7;
    }


/* =========================================================
   CTA
   ========================================================= */

.about-contact-cta-section {
    padding: 100px 0;
    background: #ffffff;
}

.about-contact-cta {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 60px;
    border-radius: 28px;
    background: radial-gradient( circle at 92% 12%, rgba(6, 182, 212, 0.40), transparent 35% ), linear-gradient( 135deg, #071126 0%, #102d65 56%, #1850b6 100% );
    color: #ffffff;
    box-shadow: 0 30px 75px rgba(15, 23, 42, 0.24);
}

    .about-contact-cta::before {
        content: "";
        position: absolute;
        right: -120px;
        bottom: -150px;
        width: 360px;
        height: 360px;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 50%;
    }

    .about-contact-cta > div:first-child {
        position: relative;
        z-index: 2;
    }

        .about-contact-cta > div:first-child > span {
            display: inline-block;
            margin-bottom: 11px;
            color: #93c5fd;
            font-size: 0.75rem;
            font-weight: 800;
            letter-spacing: 0.14em;
        }

    .about-contact-cta h2 {
        max-width: 760px;
        margin-bottom: 14px;
        color: #ffffff;
        font-size: clamp(2.2rem, 3.2vw, 3.3rem);
        font-weight: 850;
        line-height: 1.12;
    }

    .about-contact-cta p {
        max-width: 720px;
        margin: 0;
        color: rgba(255,255,255,.78);
        font-size: 1.03rem;
        line-height: 1.75;
    }

.about-contact-cta-actions {
    position: relative;
    z-index: 2;
    min-width: 240px;
    display: grid;
    gap: 12px;
}

    .about-contact-cta-actions .btn {
        min-height: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-weight: 700;
    }


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {

    .about-approach-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-intro-shell {
        padding: 42px;
    }
}

@media (max-width: 991.98px) {

    .about-page-hero {
        padding: 80px 0;
        text-align: center;
    }

        .about-page-hero h1,
        .about-page-subtitle {
            margin-right: auto;
            margin-left: auto;
        }

    .about-hero-highlights {
        justify-content: center;
    }

    .about-page-hero .d-flex {
        justify-content: center;
    }

    .about-page-hero-image-wrap {
        max-width: 720px;
        margin: 35px auto 0;
        padding-left: 0;
    }

    .about-page-hero-image {
        height: 470px;
    }

    .about-hero-floating-card {
        left: 20px;
    }

    .about-introduction-section,
    .about-mission-section,
    .about-values-section,
    .about-approach-section {
        padding: 80px 0;
    }

    .about-intro-shell {
        padding: 34px;
    }

    .about-company-profile-card {
        margin-top: 10px;
    }

    .about-contact-cta {
        display: block;
        text-align: center;
    }

    .about-contact-cta-actions {
        max-width: 350px;
        margin: 30px auto 0;
    }
}

@media (max-width: 767.98px) {

    .about-capability-grid {
        grid-template-columns: 1fr;
    }

    .about-approach-grid {
        grid-template-columns: 1fr;
    }

    .about-values-column {
        padding: 26px;
    }
}

@media (max-width: 575.98px) {

    .about-page-hero {
        padding: 60px 0;
    }

        .about-page-hero h1 {
            font-size: 2.6rem;
        }

    .about-page-subtitle {
        font-size: 1.05rem;
    }

    .about-page-hero-image {
        height: 340px;
        border-radius: 20px;
    }

        .about-page-hero-image img {
            width: 180%;
            object-position: 84% center;
        }

    .about-hero-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: none;
        margin-top: 15px;
        text-align: left;
    }

    .about-intro-shell {
        padding: 24px;
        border-radius: 22px;
    }

    .about-intro-title {
        font-size: 2.25rem;
    }

    .about-statistics-section {
        padding: 70px 0;
    }

    .about-purpose-card {
        padding: 28px;
    }

    .about-contact-cta-section {
        padding: 70px 0;
    }

    .about-contact-cta {
        padding: 38px 24px;
        border-radius: 22px;
    }
}
