.why-seo-section-1063bbc2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.why-seo-header-1063bbc2 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.why-seo-title-1063bbc2 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.why-seo-desc-1063bbc2 {
    font-size: 1.125rem;
    line-height: 1.6;
}

/* Grid & Cards Alignment Setup */
.seo-grid-1063bbc2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* Base Card Style */
.seo-card-1063bbc2 {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: 300px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

/* Smooth Interactive Hover Styling */
.seo-card-1063bbc2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.seo-icon-wrap-1063bbc2 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(37, 99, 235, 0.08); /* 8% opacity fallback of default accent */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s ease;
}

.seo-icon-wrap-1063bbc2 i {
    font-size: 24px;
    transition: color 0.3s ease;
}

.seo-icon-wrap-1063bbc2 svg {
    width: 24px;
    height: 24px;
    transition: fill 0.3s ease;
}

/* Icon Color Swap on Card Hover */
.seo-card-1063bbc2:hover .seo-icon-wrap-1063bbc2 {
    transform: scale(1.05);
}

.seo-card-1063bbc2:hover .seo-icon-wrap-1063bbc2 i {
    color: #ffffff !important;
}

.seo-card-1063bbc2:hover .seo-icon-wrap-1063bbc2 svg {
    fill: #ffffff !important;
}

.seo-card-title-1063bbc2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px 0;
}

.seo-card-desc-1063bbc2 {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Rules */
@media (max-width: 1024px) {
    .seo-card-1063bbc2 {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
    .why-seo-title-1063bbc2 {
        font-size: 2.1rem;
    }
}

@media (max-width: 768px) {
    .seo-card-1063bbc2 {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 30px 24px;
    }
    .why-seo-title-1063bbc2 {
        font-size: 1.8rem;
    }
}
