/* Service category */
.service-category {
    margin-bottom: 72px;
}

.service-category h3 {
    font-size: 1.55rem;
    font-weight: 600;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-subtle);
    color: var(--text-primary);
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-category h3::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--border-mid), transparent);
    opacity: 0.5;
}