.service-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 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;
}
.success-box {
    background: #d1edff;
    border-left: 4px solid #007bff;
}
.process-card {
    transition: transform 0.3s ease;
    border-left: 4px solid #3498db;
}
.process-card:hover {
    transform: translateY(-5px);
}
.price-badge {
    background: #e74c3c;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
}
.step-number {
    background: #3498db;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
}
