﻿/* ================= HERO ================= */
.about-hero {
    padding: 80px 0;
    background: linear-gradient(to bottom, #ffffff, #f1f5f9);
}

.about-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #eff6ff;
    color: #1d4ed8;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 20px;
}

.about-hero h1 {
    font-size: 42px;
    font-weight: 800;
}

    .about-hero h1 span {
        color: #1d4ed8;
    }

.about-hero p {
    max-width: 750px;
    margin: 20px auto 0;
    color: #475569;
    font-size: 16px;
}

/* ================= CORE ================= */
.about-core {
    padding: 70px 0;
}

    .about-core h2 {
        font-weight: 800;
        margin-bottom: 20px;
    }

    .about-core p {
        color: #475569;
        font-size: 15px;
    }

/* CARD */
.about-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

    .about-card h5 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .about-card ul {
        list-style: none;
        padding: 0;
    }

    .about-card li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .about-card i {
        color: #2563eb;
        margin-right: 8px;
    }

/* ================= MISSION ================= */
.about-mission {
    padding: 60px 0;
    background: #f8fafc;
}

.about-box {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    height: 100%;
}

    .about-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .about-box i {
        color: #2563eb;
        margin-right: 6px;
    }

/* ================= FEATURES ================= */
.about-features {
    padding: 70px 0;
}

    .about-features h2 {
        font-weight: 800;
    }

    .about-features .sub {
        color: #64748b;
        margin-bottom: 40px;
    }

.feature-box {
    padding: 25px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    transition: 0.25s;
}

    .feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    }

    .feature-box i {
        font-size: 22px;
        color: #2563eb;
        margin-bottom: 10px;
    }

    .feature-box h6 {
        font-weight: 700;
    }

    .feature-box p {
        font-size: 14px;
        color: #64748b;
    }

/* ================= USERS ================= */
.about-users {
    padding: 70px 0;
    background: #0f172a;
    color: #fff;
}

    .about-users h2 {
        font-weight: 800;
    }

    .about-users i {
        font-size: 26px;
        margin-bottom: 10px;
    }

/* ================= CTA ================= */
.about-cta {
    padding: 80px 0;
}

    .about-cta h2 {
        font-weight: 800;
    }

    .about-cta p {
        color: #64748b;
        margin: 15px 0;
    }

    .about-cta a {
        background: #2563eb;
        color: #fff;
        padding: 12px 26px;
        border-radius: 10px;
        font-weight: 700;
        display: inline-block;
    }

        .about-cta a:hover {
            background: #1d4ed8;
        }
