﻿.about-hero {
    background: linear-gradient(135deg,#210645,#442371);
    color: #fff;
    padding: 70px 20px;
    border-radius: 0 0 30px 30px;
    margin-bottom: 60px;
}

    .about-hero h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .about-hero p {
        max-width: 800px;
        margin: auto;
        font-size: 18px;
        line-height: 2;
        color: #eee;
    }

.about-section,
.features-section,
.why-section,
.company-section {
    margin-bottom: 70px;
}

    .about-section h2,
    .features-section h2,
    .why-section h2,
    .company-section h2 {
        text-align: center;
        margin-bottom: 35px;
        color: #210645;
        font-weight: bold;
    }

    .about-section p,
    .company-section p {
        font-size: 17px;
        line-height: 2.1;
        color: #555;
        text-align: center;
        max-width: 900px;
        margin: auto;
    }

.feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    transition: .3s;
    border: 1px solid #ececec;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

    .feature-card:hover {
        transform: translateY(-8px);
        border-color: #210645;
    }

    .feature-card i {
        font-size: 45px;
        color: #210645;
        margin-bottom: 20px;
    }

    .feature-card h4 {
        font-weight: bold;
        margin-bottom: 15px;
    }

    .feature-card p {
        color: #666;
        line-height: 1.8;
    }

.why-section {
    background: #f8f9fc;
    padding: 50px;
    border-radius: 20px;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .why-list li {
        background: #fff;
        margin-bottom: 15px;
        padding: 18px 22px;
        border-radius: 12px;
        font-size: 17px;
        box-shadow: 0 5px 15px rgba(0,0,0,.04);
    }

.company-section {
    background: #fafafa;
    border-radius: 20px;
    padding: 50px;
}
