.elementor-13154 .elementor-element.elementor-element-5b67d7b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ffdfb3c *//* RESET &amp; BASE */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #999999; /* General text color */
        }
        /* TYPOGRAPHY */
        h3, h4, h5, h6 {
            font-weight: 600;
            line-height: 1.3;
            margin-top: 0;
        }
        .global-title {
            font-size: 25px;
		    text-align: center;
		    color: #00849B;
        }
        .sub-title {
            font-size: 20px;
		    text-align: center;
		    color: #3E8448;
        }
        /* Paragraphs and lists */
        p {
            color: #999999;
            margin-bottom: 15px;
            font-size: 1.05rem;
        }
        ul, ol {
            margin: 20px 0 20px 20px;
            padding-left: 20px;
            color: #999999;
        }
        li {
            margin-bottom: 8px;
            position: relative;
            padding-left: 5px;
            color: #999999;
            font-size: 1.02rem;
        }
        /* Generic list icon (for most ULs) */
        .all-list {
            list-style: none;
            padding-left: 25px;
        }
        .all-list li {
            list-style-type: none;
            padding-left: 0;
        }
        .all-list li:before {
            content: "▹";  /* Generic icon */
            color: #00FF88;
            position: absolute;
            left: -20px;
            font-size: 1.2rem;
        }
        /* Specialized lists for mistakes &amp; best practices */
        .mistake-list {
            list-style: none;
            padding-left: 25px;
        }
        .mistake-list li {
            list-style-type: none;
            padding-left: 0;
        }
        .mistake-list li:before {
            content: "✗";
            color: #FF4757; /* threat color */
            position: absolute;
            left: -20px;
            font-weight: bold;
            font-size: 1.2rem;
        }
        .best-list {
            list-style: none;
            padding-left: 25px;
        }
        .best-list li {
            list-style-type: none;
            padding-left: 0;
        }
        .best-list li:before {
            content: "✓";
            color: #2ED573; /* protection color */
            position: absolute;
            left: -20px;
            font-weight: bold;
            font-size: 1.2rem;
        }
        /* LINKS */
        a {
            color: #2f8ef8;
            text-decoration: none;
            transition: all 0.2s ease;
            border-bottom: 1px dotted transparent;
        }
        a:hover {
            border-bottom-color: #2f8ef8;
            opacity: 0.9;
        }
        /* Table of contents special links */
        .toc-box a {
            color: #e0e0e0;
            border-bottom: 1px solid #444;
        }
        .toc-box a:hover {
            color: #00D9FF;
            border-bottom-color: #00D9FF;
        }
        /* Table of Contents box */
        .toc-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #00D9FF;
            backdrop-filter: blur(4px);
        }
        .toc-box h3 {
            color: #FF6B9D; /* subtitle color */
            margin-top: 0;
            margin-bottom: 15px;
            font-size: 1.6rem;
        }
        .toc-box ul {
            margin: 0;
            columns: 2;
            column-gap: 30px;
        }
        .toc-box li {
            margin-bottom: 5px;
            break-inside: avoid;
        }
        /* TABLES */
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background-color: rgba(255, 255, 255, 0.03);
            border-radius: 8px;
            overflow: hidden;
        }
        th, td {
            border: 1px solid #444;
            padding: 15px;
            text-align: left;
            color: #999999;
        }
        th {
            background-color: rgba(0, 217, 255, 0.1);
            color: #00D9FF;
            font-weight: 700;
            font-size: 1.1rem;
        }
        td {
            background-color: rgba(0, 0, 0, 0.2);
        }
        tr:nth-child(even) td {
            background-color: rgba(255, 255, 255, 0.02);
        }
        /* Strong inside tables */
        td strong, th strong {
            color: #6ad8ba; /* bold words color */
        }
        /* STEP BOXES */
        .step-box {
            background-color: rgba(42, 45, 62, 0.5);
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            border-left: 4px solid #4ECDC4;
        }
        .step-title {
            color: #4ECDC4;
            margin-top: 0;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }
        /* RED TEAM / BLUE TEAM BOXES */
        .red-blue-box {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            margin: 30px 0;
        }
        .red-team, .blue-team {
            flex: 1 1 300px;
            padding: 25px;
            border-radius: 12px;
            backdrop-filter: blur(4px);
        }
        .red-team {
            background-color: rgba(255, 107, 107, 0.05);
            border: 1px solid #FF6B6B;
        }
        .blue-team {
            background-color: rgba(0, 217, 255, 0.05);
            border: 1px solid #00D9FF;
        }
        .red-team h3, .blue-team h3 {
            margin-top: 0;
            font-size: 1.7rem;
            margin-bottom: 15px;
        }
        .red-team h3 {
            color: #FF6B6B;
        }
        .blue-team h3 {
            color: #00D9FF;
        }
        /* FAQ */
        .faq-item {
            margin-bottom: 25px;
            border-bottom: 1px solid #333;
            padding-bottom: 15px;
        }
        .faq-item h4 {
            color: #FFD700; /* keeping H4 inline style will override, but we set base */
            margin-bottom: 8px;
            font-size: 1.3rem;
        }
        /* MISC */
        hr {
            border: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #00D9FF, transparent);
            margin: 40px 0;
        }
        .footer-note {
            text-align: center;
            color: #999999;
            font-size: 0.9rem;
            margin-top: 50px;
            padding-top: 20px;
            border-top: 1px solid #444;
        }
        .footer-note p {
            color: #999999;
        }
        /* Inline word colors */
        .threat-word {
            color: #FF4757;
            font-weight: 500;
        }
        .protect-word {
            color: #2ED573;
            font-weight: 500;
        }
        /* Code block */
        .code-block {
            background-color: #1e1f2b;
            border-left: 4px solid #4ECDC4;
            padding: 15px;
            font-family: 'Courier New', monospace;
            color: #bbbbbb;
            border-radius: 0 8px 8px 0;
            overflow-x: auto;
            margin: 20px 0;
        }
        /* Responsive */
        @media (max-width: 768px) {
            .global-title { font-size: 1.8rem; }
            .sub-title { font-size: 1.4rem; }
            .toc-box ul { columns: 1; }
            .content-wrapper { padding: 20px; }
        }/* End custom CSS */