.service-hero {
    background: linear-gradient(135deg, #434343 0%, #000000 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;
}
.feature-list {
    background: #f8f9fa;
    border-left: 4px solid #007bff;
}
.reball-card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.reball-card:hover {
    transform: translateY(-5px);
}
.complexity-badge {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}
.equipment-item {
    background: #e9ecef;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}
