section[data-cattype="88903"] {
    padding: 80px 0;
    background: #f5f6f8;
}

[data-cattype="88903"] .header h2 {
    font-size: 34px;
}

[data-cattype="88903"] .service-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    text-align: left;
}

[data-cattype="88903"] .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

[data-cattype="88903"] .service-card h5 {
    font-size: 18px;
}

[data-cattype="88903"] .service-card p {
    font-size: 14px;
    line-height: 1.6;
}

[data-cattype="88903"] .btn-outline-secondary {
    border-radius: 8px;
}

[data-cattype="88903"] .cta-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px 20px;
    border: 1px solid #e5e7eb;
}

[data-cattype="88903"] .cta-card .icon {
    font-size: 36px;
    color: #6b7280;
}

[data-cattype="88903"] .cta-card h4 {
    margin-bottom: 10px;
}

[data-cattype="88903"] .cta-card p {
    font-size: 14px;
}

[data-cattype="88903"] .btn-primary {
    border-radius: 8px;
    padding: 8px 20px;
}

@media (max-width: 767px) {
    [data-cattype="88903"] .header h2 {
        font-size: 24px;
    }
}