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