.service-hero {
    background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7)), 
                url('https://images.unsplash.com/photo-1581450628610-424d139035a1?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
}

.storage-feature {
    background: white;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
    display: flex;
    gap: 25px;
    align-items: center;
}

.storage-icon {
    width: 60px;
    height: 60px;
    background: #f0fdf4;
    color: #16a34a;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}
