.service-hero {
    background: linear-gradient(135deg, #000000 0%, #434343 100%);
    color: white;
}
.service-image {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.keyword {
    background: #fff3cd;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}
.chip {
    background: #007bff;
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 500;
}
.feature-list {
    background: #f8f9fa;
    border-left: 4px solid #007bff;
}
.warning-box {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
}
.method {
    background: #28a745;
    color: white;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: 500;
}
.tool {
    background: #6f42c1;
    color: white;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: 500;
}
.processor-card {
    transition: transform 0.3s ease;
}
.processor-card:hover {
    transform: translateY(-5px);
}
