.service-hero {background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);color: white;}
.service-image {border-radius: 15px;box-shadow: 0 10px 30px rgba(0,0,0,0.25);}
.micro-card {transition: transform 0.3s ease;box-shadow: 0 5px 15px rgba(0,0,0,0.1);}
.micro-card:hover {transform: translateY(-5px);}
.feature-list {background: #f8f9fa;border-left: 4px solid #007bff;}
