.seo-services-wrapper-cfe906fc {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.seo-services-header-cfe906fc {
    text-align: center;
    margin-bottom: 55px;
}

.seo-services-subtitle-cfe906fc {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    display: inline-block;
}

.seo-services-title-cfe906fc {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 16px 0;
}

.seo-services-desc-cfe906fc {
    font-size: 16px;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto;
}

.seo-services-grid-cfe906fc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.seo-service-card-cfe906fc {
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.seo-service-card-cfe906fc:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
}

.seo-service-icon-wrap-cfe906fc {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.seo-service-card-cfe906fc:hover .seo-service-icon-wrap-cfe906fc {
    transform: scale(1.05);
}

.seo-service-icon-wrap-cfe906fc svg, 
.seo-service-icon-wrap-cfe906fc i {
    font-size: 24px;
    transition: color 0.3s ease, fill 0.3s ease;
}

.seo-service-card-title-cfe906fc {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.35;
}

.seo-service-card-desc-cfe906fc {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 1024px) {
    .seo-services-grid-cfe906fc {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .seo-services-title-cfe906fc {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .seo-services-grid-cfe906fc {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .seo-services-header-cfe906fc {
        margin-bottom: 35px;
    }
    .seo-service-card-cfe906fc {
        padding: 30px 25px;
        align-items: center;
        text-align: center;
    }
}
