/* =========================================================
   ABOUT PAGE
========================================================= */

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0 80px;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(255,255,255,.15),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #542560,
            #793A85 55%,
            #4f3c91
        );
    color: #fff;
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.18);
    padding: 7px 13px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
}

.about-hero h1 {
    font-size: clamp(34px,5vw,52px);
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 18px;
}

.about-hero h1 span {
    color: #ffd166;
}

.about-hero-text {
    max-width: 650px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    margin-bottom: 25px;
}

.about-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.about-hero-trust .trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
}

.about-hero-trust .trust-item i {
    color: #ffd166;
}


/* =========================================================
   HERO CARD
========================================================= */

.about-hero-card {
    background: #fff;
    color: #171525;
    padding: 27px;
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(0,0,0,.20);
    position: relative;
    z-index: 2;
}

.about-hero-card-top {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
}

.about-hero-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: #f4eafa;
    color: #793A85;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.about-hero-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.about-hero-card p {
    font-size: 12px;
    color: #6b7280;
    margin: 3px 0 0;
}

.quick-info {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 9px;
}

.quick-info-item {
    border: 1px solid #ececf2;
    border-radius: 11px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.quick-info-item i {
    color: #793A85;
    font-size: 15px;
}


/* =========================================================
   COMMON ABOUT SECTIONS
========================================================= */

.section {
    padding: 65px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 35px;
}

.section-title .small-title {
    color: #793A85;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: clamp(26px,4vw,35px);
    font-weight: 800;
    margin: 7px 0;
}

.section-title p {
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    font-size: 13px;
}


/* =========================================================
   ABOUT CARD
========================================================= */

.about-card {
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 17px;
    padding: 25px;
    height: 100%;
    transition: .25s;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(34,20,45,.08);
    border-color: rgba(121,58,133,.2);
}

.about-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #f4eafa;
    color: #793A85;
    font-size: 22px;
    margin-bottom: 18px;
}

.about-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
}

.about-card p {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.8;
}


/* =========================================================
   VALUE CARD
========================================================= */

.value-card {
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 17px;
    padding: 22px;
    height: 100%;
    transition: .25s;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(34,20,45,.08);
}

.value-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: #f4eafa;
    color: #793A85;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 19px;
}

.value-card h4 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 6px;
}

.value-card p {
    color: #6b7280;
    font-size: 12px;
    margin: 0;
}


/* =========================================================
   MISSION / VISION
========================================================= */

.mission-section {
    background: #fff;
    padding: 70px 0;
}

.mission-card {
    border-radius: 22px;
    padding: 35px;
    height: 100%;
}

.mission-card.dark {
    background: linear-gradient(
        135deg,
        #1c1630,
        #33234a
    );
    color: #fff;
}

.mission-card.light {
    background: linear-gradient(
        135deg,
        #f9f4fb,
        #fff
    );
    border: 1px solid #eee;
}

.mission-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 22px;
}

.mission-card.dark .mission-icon {
    background: rgba(255,255,255,.10);
    color: #ffd166;
}

.mission-card.light .mission-icon {
    background: #f4eafa;
    color: #793A85;
}

.mission-card h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 12px;
}

.mission-card p {
    font-size: 13px;
    line-height: 1.8;
}

.mission-card.dark p {
    color: rgba(255,255,255,.65);
}

.mission-card.light p {
    color: #6b7280;
}


/* =========================================================
   WHY SECTION
========================================================= */

.why-wrapper {
    background: linear-gradient(
        135deg,
        #f9f4fb,
        #fff
    );
    border: 1px solid #eee;
    border-radius: 26px;
    padding: 35px;
    box-shadow: 0 12px 40px rgba(34,20,45,.08);
}

.why-wrapper .small-title {
    color: #793A85;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-title {
    font-size: 27px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
}

.why-title span {
    color: #793A85;
}

.why-text {
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 25px;
}

.why-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.why-icon {
    width: 37px;
    height: 37px;
    min-width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    color: #793A85;
    box-shadow: 0 3px 12px rgba(0,0,0,.06);
}

.why-item strong {
    display: block;
    font-size: 13px;
}

.why-item span {
    color: #6b7280;
    font-size: 11px;
}


/* =========================================================
   STATS
========================================================= */

.stats-box {
    background: linear-gradient(
        135deg,
        #793A85,
        #542560
    );
    border-radius: 24px;
    padding: 35px;
    color: #fff;
}

.stats-box h2 {
    font-size: 27px;
    font-weight: 800;
}

.stats-box > p {
    color: rgba(255,255,255,.65);
    font-size: 13px;
}

.stat {
    text-align: center;
    padding: 12px;
}

.stat strong {
    display: block;
    font-size: 25px;
    font-weight: 800;
}

.stat span {
    display: block;
    color: rgba(255,255,255,.65);
    font-size: 11px;
}


/* =========================================================
   CTA
========================================================= */

.bottom-cta {
    background: linear-gradient(
        135deg,
        #793A85,
        #542560
    );
    color: #fff;
    padding: 55px 20px;
    text-align: center;
}

.bottom-cta h2 {
    font-size: 30px;
    font-weight: 800;
}

.bottom-cta p {
    color: rgba(255,255,255,.75);
    font-size: 13px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #793A85;
    padding: 12px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    margin-top: 10px;
    transition: .2s;
}

.cta-button:hover {
    color: #542560;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .about-hero {
        padding: 50px 0 70px;
    }

    .about-hero-card {
        margin-top: 25px;
    }

    .why-wrapper {
        padding: 25px;
    }

}


@media (max-width: 767px) {

    .about-hero h1 {
        font-size: 35px;
    }

    .about-hero-text {
        font-size: 13px;
    }

    .section {
        padding: 45px 0;
    }

    .mission-section {
        padding: 45px 0;
    }

    .why-wrapper {
        padding: 20px;
        border-radius: 18px;
    }

    .stats-box {
        padding: 25px 18px;
        border-radius: 18px;
    }

    .bottom-cta {
        padding: 45px 20px;
    }

}


@media (max-width: 480px) {

    .quick-info {
        grid-template-columns: 1fr;
    }

    .about-hero-trust {
        flex-direction: column;
        gap: 9px;
    }

    .about-card {
        padding: 20px;
    }

    .mission-card {
        padding: 25px;
    }

}