﻿/* About Section (Why Us) */
.seo-about {
    padding: 4rem 0 3rem;
    background: #f9fafb;
}

.seo-about__title {
    font-weight: 800;
    color: #0f172a;
}

.seo-about__intro {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #475569;
}

.seo-about-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

    .seo-about-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
    }

.seo-about-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 50%;
}

.seo-about-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .5rem;
}

.seo-about-card__desc {
    font-size: .95rem;
    color: #334155;
    line-height: 1.6;
}
