/* ======================================================
   ABOUT PAGE – PAGE-SPECIFIC POLISH ONLY
   (NO layout, NO grids, NO global typography)
====================================================== */


/* -------------------------------
   INDUSTRIES – HOVER POLISH
-------------------------------- */

.industry-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.10);
    border-color: #2563eb;
}


/* -------------------------------
   WHY CHOOSE – FINAL CARDS POLISH
-------------------------------- */

.why-final-card {
    background: linear-gradient(180deg, #ffffff, #f1f5f9);
}


/* -------------------------------
   FINAL CTA – SUBTLE EMPHASIS
-------------------------------- */

.about-cta {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
