/* Steel & Industrial Page - Orange Theme Overrides */

.steel-hero {
    background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)), url('https://images.pexels.com/photos/29224552/pexels-photo-29224552.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.steel-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(249, 115, 22, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.steel-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.steel-card ul li {
    font-size: 0.875rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dark .steel-card ul li {
    color: #cbd5e1;
}

.steel-card ul li .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F97316;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .steel-card .sub-items {
        max-height: none !important;
        opacity: 1 !important;
    }
    .steel-card .sub-items ul li {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }
}
