.service-hero {
    background: linear-gradient(135deg, #8E44AD 0%, #9B59B6 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 #8E44AD;
}
.success-box {
    background: #e8f5e8;
    border-left: 4px solid #28a745;
}
.brand-card {
    transition: transform 0.3s ease;
    border-left: 4px solid #8E44AD;
}
.brand-card:hover {
    transform: translateY(-5px);
}
.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #8E44AD;
}
.step-number {
    background: #8E44AD;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}
.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.benefit-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #8E44AD;
}
.brand-logo {
    font-size: 2rem;
    margin-bottom: 10px;
}
