.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;
}

.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: 17px;
    color: #4b5563;
}

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

.about_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all .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: #2f8f3a;
    color: #fff;
    border-color: #2f8f3a;
    box-shadow: 0 14px 30px rgba(39, 120, 48, 0.18);
}

.about_btn_secondary:hover .about_btn_icon {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.about_card,
.about_contact_box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    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 {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: linear-gradient(180deg, #fbfcfd 0%, #f7f9fb 100%);
    border: 1px solid #edf0f2;
    border-radius: 18px;
    padding: 20px;
    transition: all .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;
    flex: 0 0 50px;
    margin-bottom: 0;
    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: 6px;
    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 {
        gap: 14px;
        padding: 18px;
    }

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

.about_partnership {
    margin-top: 22px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(34, 197, 94, 0.13), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.about_partnership_head {
    max-width: 980px;
}

.about_partnership_badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.about_partnership h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 31px;
    line-height: 1.15;
}

.about_partnership p {
    margin: 0 0 12px;
    color: #475569;
    font-size: 16px;
    line-height: 1.65;
}

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

.about_partner_card {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.about_partner_meta {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.about_partner_card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 20px;
    line-height: 1.25;
}

.about_partner_card p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
}

.about_partner_note {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid #bbf7d0;
    border-radius: 17px;
    background: #f0fdf4;
}

.about_partner_note strong {
    color: #14532d;
    font-size: 16px;
}

.about_partner_note span {
    color: #166534;
    font-size: 15px;
    line-height: 1.5;
}

.about_partner_mail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 16px;
    padding: 14px 18px;
    border: 1px solid #16a34a;
    border-radius: 20px;
    background: #059669;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(5, 150, 105, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.about_partner_mail:hover {
    transform: translateY(-1px);
    background: #047857;
    box-shadow: 0 14px 30px rgba(5, 150, 105, 0.24);
    color: #ffffff;
    text-decoration: none;
}

.about_partner_mail span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.about_partner_mail strong {
    white-space: nowrap;
    font-size: 18px;
}

@media (max-width: 900px) {
    .about_partnership {
        padding: 22px;
    }

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

    .about_partnership h2 {
        font-size: 25px;
    }

    .about_partner_mail {
        align-items: flex-start;
        flex-direction: column;
    }

    .about_partner_mail strong {
        white-space: normal;
    }
}


.about_partner_card {
    position: relative;
    overflow: hidden;
}

.about_partner_card::after {
    content: "";
    position: absolute;
    top: -54px;
    right: -54px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0.58;
}

.about_partner_card--gold {
    background:
        linear-gradient(145deg, rgba(255, 251, 235, 0.96), rgba(255, 255, 255, 0.92));
    border-color: #fde68a;
}

.about_partner_card--gold::after {
    background: radial-gradient(circle, rgba(245, 158, 11, 0.28), rgba(245, 158, 11, 0));
}

.about_partner_card--silver {
    background:
        linear-gradient(145deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.94));
    border-color: #cbd5e1;
}

.about_partner_card--silver::after {
    background: radial-gradient(circle, rgba(100, 116, 139, 0.2), rgba(100, 116, 139, 0));
}

.about_partner_card--blue {
    background:
        linear-gradient(145deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.92));
    border-color: #bfdbfe;
}

.about_partner_card--blue::after {
    background: radial-gradient(circle, rgba(37, 99, 235, 0.22), rgba(37, 99, 235, 0));
}

.about_partner_card h3,
.about_partner_card p,
.about_partner_meta {
    position: relative;
    z-index: 1;
}
