.about_company {
    margin: 0 auto;
    padding: 20px 10px 0 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #1f2937;
}

.about_hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f3fff3 0%, #ffffff 58%, #f5f9ff 100%);
    border: 1px solid #dcead9;
    border-radius: 24px;
    padding: 34px 24px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
    margin-bottom: 20px;
}

.about_hero::after {
    content: "";
    position: absolute;
    inset: auto -50px -90px auto;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.11) 0%, rgba(59, 130, 246, 0) 70%);
    pointer-events: none;
}

.about_hero_badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 13px;
    background: #ebf7e8;
    color: #1f7a36;
    border: 1px solid #d8ebd3;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.about_hero h1 {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.15;
    color: #111827;
}

.about_hero_text {
    max-width: 860px;
    margin: 0 auto 24px;
    font-size: 18px;
    color: #4b5563;
}

.about_hero_actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.about_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.about_btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.about_btn_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    flex: 0 0 32px;
}

.about_btn_icon svg {
    width: 18px;
    height: 18px;
}

.about_btn_primary {
    background: linear-gradient(135deg, #2f8f3a 0%, #34a853 100%);
    color: #fff;
    border: 1px solid #2f8f3a;
    box-shadow: 0 12px 26px rgba(47, 143, 58, 0.18);
}

.about_btn_primary .about_btn_icon {
    background: rgba(255, 255, 255, 0.16);
}

.about_btn_primary:hover {
    background: linear-gradient(135deg, #277830 0%, #2f8f3a 100%);
    border-color: #277830;
    color: #fff;
    box-shadow: 0 14px 30px rgba(39, 120, 48, 0.22);
}

.about_btn_secondary {
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    border: 1px solid #d7dfeb;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.about_btn_secondary .about_btn_icon {
    background: #eef4ff;
    color: #3568d4;
}

.about_btn_secondary:hover {
    background: #ffffff;
    color: #111827;
    border-color: #bfd0ee;
}

.about_card,
.about_contact_box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.045);
    margin-bottom: 12px;
}

.about_card h2,
.about_contact_box h2 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.25;
    color: #111827;
}

.about_section_head {
    margin-bottom: 18px;
}

.about_section_head p {
    margin: 8px 0 0;
    color: #6b7280;
}

.about_features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.about_feature {
    background: linear-gradient(180deg, #fbfcfd 0%, #f7f9fb 100%);
    border: 1px solid #edf0f2;
    border-radius: 18px;
    padding: 20px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.about_feature:hover {
    transform: translateY(-2px);
    border-color: #d9e3ef;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.about_feature_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 14px;
    color: #3568d4;
}

.about_feature_icon svg {
    width: 24px;
    height: 24px;
}

.about_feature_icon--goods,
.about_feature_icon--brand,
.about_feature_icon--special {
    background: #eef4ff;
    box-shadow: inset 0 0 0 1px #dce7ff;
}

.about_feature_title {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #111827;
}

.about_feature_text {
    color: #4b5563;
}

.about_points {
    display: grid;
    gap: 12px;
}

.about_point {
    position: relative;
    padding: 14px 16px 14px 42px;
    color: #374151;
    background: #f9fafb;
    border: 1px solid #eef2f7;
    border-radius: 14px;
}

.about_point::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: linear-gradient(135deg, #2f8f3a 0%, #6bc67a 100%);
    box-shadow: 0 0 0 4px rgba(47, 143, 58, 0.12);
}

.about_contact_box p {
    margin: 0 0 16px;
    color: #4b5563;
}

.about_contact_main {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111827;
}

.about_contact_meta {
    display: grid;
    gap: 8px;
    color: #374151;
}

.about_company a {
    color: #1e6bd6;
    text-decoration: none;
}

.about_company a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .about_company {
        padding: 18px 12px 32px;
    }

    .about_hero {
        padding: 24px 16px;
        border-radius: 18px;
    }

    .about_hero h1 {
        font-size: 29px;
    }

    .about_hero_text {
        font-size: 16px;
    }

    .about_features {
        grid-template-columns: 1fr;
    }

    .about_card,
    .about_contact_box {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .about_card h2,
    .about_contact_box h2 {
        font-size: 21px;
    }

    .about_btn {
        width: 100%;
    }

    .about_hero_actions {
        flex-direction: column;
    }

    .about_feature {
        padding: 18px;
    }

    .about_point {
        padding: 12px 14px 12px 40px;
    }
}
