/* === IA PAGE STYLES === */

/* Solution card icon transition */
.solution-icon { transition: background-color 0.3s ease; }
.solution-card:hover .solution-icon { background-color: #2a9d8f; }

/* Brain/sparkle background decoration */
.ai-bg {
    font-size: clamp(18rem, 35vw, 45rem);
    line-height: 1;
    color: rgba(42, 157, 143, 0.06);
}
