[data-aos] {
    will-change: transform, opacity;
}

.why-item,
.stat-card,
.cta-card,
.btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.why-item:hover,
.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: rgba(247, 167, 54, 0.35);
}

.cta-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(26, 26, 26, 0.26);
}

.btn:hover {
    transform: translateY(-1px);
}
