.security-theme {
    --primary-color: #F39C12;
    --secondary-color: #F5B041;
    --text-color: #e8e0d4;
    --background-color: #0a0a0f;
    --accent-color: #E67E22;
    --hieroglyph-color: #D35400;
}

.security-theme .feature-card i {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.security-theme .particles {
    background: linear-gradient(45deg,
        rgba(230, 126, 34, 0.05),
        rgba(243, 156, 18, 0.05)
    );
}
