/* ============================================
   EDVANCE MEDIA — WAF Page Styles (extends servers.css)
   ============================================ */

/* --- WAF icon colors --- */
.what-card__icon--owasp { background: rgba(79,70,229,0.1); color: var(--primary); }
.what-card__icon--bot { background: rgba(245,158,11,0.1); color: var(--mkt-orange); }
.what-card__icon--ddos { background: rgba(239,68,68,0.1); color: #EF4444; }
.what-card__icon--ssl { background: rgba(16,185,129,0.1); color: var(--mkt-green); }

/* --- WAF hero stat counters --- */
.waf-stats {
    display: flex; gap: 40px; margin-top: 40px;
}
.waf-stat {
    text-align: center;
}
.waf-stat__value {
    font-size: 1.8rem; font-weight: 800;
    background: var(--gradient);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.waf-stat__label {
    font-size: 0.8rem; color: var(--text-secondary); margin-top: 4px;
}

@media (max-width: 768px) {
    .waf-stats { gap: 24px; justify-content: center; }
}
