﻿/* ========== Benefits Section (About/Features) ========== */
.seo-benefits {
    padding: 4rem 0 3.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.seo-benefits__header {
    max-width: 820px;
    margin: 0 auto 2rem;
}

.seo-benefits__title {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: .5rem;
}

.seo-benefits__intro {
    color: #475569;
    font-size: 1.05rem;
}

.benefit-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.5rem 1.25rem 1.4rem;
    height: 100%;
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .benefit-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(2,6,23,0.12);
        border-color: #d1d5db;
    }

.benefit-card__icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.25rem;
    box-shadow: 0 6px 14px rgba(0,0,0,.08);
    margin-bottom: .75rem;
}

.benefit-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .35rem;
}

.benefit-card__desc {
    font-size: .95rem;
    color: #334155;
    line-height: 1.7;
    margin: 0;
}

.seo-benefits__cta .btn {
    min-width: 240px;
}

/* ألوان إضافية */
.bg-teal {
    background-color: #0d9488 !important;
}

.bg-indigo {
    background-color: #4f46e5 !important;
}

.bg-rose {
    background-color: #e11d48 !important;
}

/* RTL tweak */
html[dir="rtl"] .me-2 {
    margin-right: .5rem !important;
    margin-left: 0 !important;
}

.bg-purple {
    background-color: #9333ea !important;
}
/* بنفسجي */
