.service-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}
.service-image {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.keyword {
    background: #fff3cd;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}
.feature-list {
    background: #f8f9fa;
    border-left: 4px solid #007bff;
}
.cta-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
