/*!
 * Additional Protection Layer - Karma Insurance Network
 * Copyright (c) 2025 Full Percent & Karma Insurance Network
 * Unauthorized use strictly prohibited
 */

/* Protection utilities - minified for obfuscation */
.prot-ns{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.prot-nc{pointer-events:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.prot-blur{filter:blur(0.5px);transition:filter .3s ease}.prot-blur:hover{filter:blur(0)}@media print{*{display:none!important}body::before{content:"This content is protected by copyright and cannot be printed.";display:block!important;font-size:24px;text-align:center;margin-top:50px;color:#000}}

/* Obfuscated brand protection */
.km-logo,.km-brand,.km-footer{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;position:relative}.km-logo::before,.km-brand::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}

/* Mobile protection enhanced */
@media (max-width:768px){.hero,.footer,.nav-logo{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}}

/* Developer deterrent styles */
html{--dev-warn:"⚠️ Protected Content - Unauthorized copying prohibited"}.protected-content::before{content:var(--dev-warn);position:absolute;left:-9999px;opacity:0;pointer-events:none}