.service-hero {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
}
.price-card {
    border: 2px solid #e9ecef;
    border-radius: 15px;
    transition: all 0.3s ease;
}
.price-card:hover {
    border-color: #007bff;
    transform: translateY(-5px);
}
.method-badge {
    font-size: 0.8rem;
    position: absolute;
    top: 15px;
    right: 15px;
}
.step-number {
    background: #007bff;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
