/* pages/industries.css */
.industries-page-shell {
    background: #ffffff;
}

.industries-page-shell .industries-page {
    background: linear-gradient(135deg, #0f766e 0%, #065f46 55%, #0f172a 100%);
}

.industries-page-shell .industries-page h1,
.industries-page-shell .industries-page p {
    text-shadow: 0 2px 18px rgba(2, 6, 23, 0.18);
}
