.elementor-14890 .elementor-element.elementor-element-ad0eb53{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1b9ebf5 *//* ===== CSS RESET &amp; BASE ===== */

        :root {
            --accent: #e63946;
            --accent-secondary: #ff6b6b;
            --accent-glow: rgba(230, 57, 70, 0.4);
            --accent-dim: rgba(230, 57, 70, 0.15);
            --bg-primary: #0a0a0f;
            --bg-secondary: #12121a;
            --bg-card: rgba(18, 18, 26, 0.7);
            --bg-glass: rgba(230, 57, 70, 0.05);
            --text-primary: #f0f0f5;
            --text-secondary: #a0a0b8;
            --text-muted: #6b6b80;
            --border-glass: rgba(230, 57, 70, 0.2);
            --border-subtle: rgba(255, 255, 255, 0.06);
            --success: #10b981;
            --warning: #f59e0b;
            --info: #3b82f6;
            --danger: #ef4444;
            --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
        }

        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }

        body {
            background:
				radial-gradient(ellipse at 20% 50%, rgba(0,240,255,.04) 0%, transparent 60%),
				radial-gradient(ellipse at 80% 50%, rgba(0,255,65,.03) 0%, transparent 60%),
				linear-gradient(180deg,#0a0e17 0%,#0d1525 50%,#0a0e17 100%);
            color: var(--text-primary);
            line-height: 1.7;
            overflow-x: hidden;
        }

        /* ===== ANIMATED BACKGROUND ===== */
        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background:
                radial-gradient(ellipse 600px 400px at 20% 20%, rgba(230, 57, 70, 0.06) 0%, transparent 70%),
                radial-gradient(ellipse 500px 500px at 80% 80%, rgba(255, 107, 107, 0.04) 0%, transparent 70%),
                radial-gradient(ellipse 300px 300px at 50% 50%, rgba(230, 57, 70, 0.03) 0%, transparent 70%);
            pointer-events: none;
            z-index: 0;
            animation: bgPulse 8s ease-in-out infinite alternate;
        }

        @keyframes bgPulse {
            0% { opacity: 0.6; }
            50% { opacity: 1; }
            100% { opacity: 0.7; }
        }

        /* ===== SCAN LINE OVERLAY ===== */
        body::after {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, transparent, var(--accent), var(--accent-secondary), transparent);
            opacity: 0.4;
            pointer-events: none;
        }

        @keyframes scanLine {
            0% { top: -3px; }
            100% { top: 100%; }
        }

        /* ===== HERO SECTION ===== */
        .hero {
            position: relative;
            padding: 5rem 1.5rem 4rem;
            text-align: center;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(230, 57, 70, 0.12) 0%, transparent 70%);
            animation: heroGlow 4s ease-in-out infinite alternate;
            pointer-events: none;
        }

        @keyframes heroGlow {
            0% { opacity: 0.5; transform: translateX(-50%) scale(0.9); }
            100% { opacity: 1; transform: translateX(-50%) scale(1.1); }
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.4rem 1rem;
            background: var(--accent-dim);
            border: 1px solid var(--border-glass);
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            color: var(--accent);
            margin-bottom: 1.5rem;
            animation: badgeFadeIn 1s ease-out 0.2s both;
            text-decoration: none;
        }

        @keyframes badgeFadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .hero h1 {
            font-size: clamp(2.2rem, 5vw, 3.8rem);
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 1rem;
            letter-spacing: -0.03em;
            animation: heroTitleIn 0.8s ease-out 0.4s both;
        }

        .hero h1 .technique-id {
            color: var(--accent);
            font-family: var(--font-mono);
            display: block;
            font-size: 0.5em;
            font-weight: 600;
            margin-bottom: 0.3rem;
        }

        @keyframes heroTitleIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .hero-subtitle {
            font-size: clamp(1rem, 2vw, 1.25rem);
            color: var(--text-secondary);
            max-width: 700px;
            margin: 0 auto 2rem;
            font-weight: 400;
            animation: heroSubIn 0.8s ease-out 0.6s both;
        }

        @keyframes heroSubIn {
            from { opacity: 0; transform: translateY(15px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .hero-tags {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            flex-wrap: wrap;
            animation: heroSubIn 0.8s ease-out 0.8s both;
        }

        .hero-tag {
            padding: 0.3rem 0.8rem;
            border-radius: 6px;
            font-size: 0.75rem;
            font-weight: 600;
            font-family: var(--font-mono);
            border: 1px solid;
        }

        .hero-tag.tactic {
            background: rgba(59, 130, 246, 0.1);
            border-color: rgba(59, 130, 246, 0.3);
            color: #60a5fa;
        }

        .hero-tag.platform {
            background: rgba(16, 185, 129, 0.1);
            border-color: rgba(16, 185, 129, 0.3);
            color: #34d399;
        }

        .hero-tag.severity {
            background: var(--accent-dim);
            border-color: var(--border-glass);
            color: var(--accent);
            animation: severityBlink 2s ease-in-out infinite;
        }

        @keyframes severityBlink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.7; }
        }

        /* ===== CONTAINER ===== */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
            position: relative;
            z-index: 1;
        }

        /* ===== SECTION STYLING ===== */
        .section {
            margin-bottom: 2rem;
        }

        .section-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 2rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid var(--border-subtle);
        }

        .section-icon {
            width: 44px;
            height: 44px;
            background: var(--accent-dim);
            border: 1px solid var(--border-glass);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            flex-shrink: 0;
            animation: iconFloat 3s ease-in-out infinite;
        }

        @keyframes iconFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-3px); }
        }

        .section-header h2 {
            font-size: 1.6rem;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .section-header h2 span {
            color: var(--accent);
        }

        /* ===== GLASS CARD ===== */
        .glass-card {
            background: var(--bg-card);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid var(--border-subtle);
            border-radius: 16px;
            padding: 2rem;
            transition: all 0.3s ease;
        }

        .glass-card:hover {
            border-color: var(--border-glass);
            box-shadow: 0 0 30px rgba(230, 57, 70, 0.05);
        }

        .glass-card-accent {
            border-left: 3px solid var(--accent);
        }

        /* ===== SIMULATION SECTION ===== */
        .simulation-container {
            background: var(--bg-secondary);
            border: 1px solid var(--border-glass);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 0 60px rgba(230, 57, 70, 0.08);
        }

        .sim-header {
            background: linear-gradient(90deg, rgba(230, 57, 70, 0.15), rgba(230, 57, 70, 0.05));
            padding: 1rem 1.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid var(--border-glass);
        }

        .sim-header-left {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .sim-status-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--accent);
            animation: statusDotPulse 1.5s ease-in-out infinite;
        }

        @keyframes statusDotPulse {
            0%, 100% { box-shadow: 0 0 0 0 var(--accent-glow); }
            50% { box-shadow: 0 0 8px 3px var(--accent-glow); }
        }

        .sim-label {
            font-family: var(--font-mono);
            font-size: 0.8rem;
            color: var(--accent);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .sim-header-right {
            font-family: var(--font-mono);
            font-size: 0.7rem;
            color: var(--text-muted);
        }

        /* ===== BROWSER MOCKUP ===== */
        .browser-mockup {
            margin: 1.5rem;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid var(--border-subtle);
            background: #1a1a2e;
            animation: browserFadeIn 1s ease-out 0.5s both;
        }

        @keyframes browserFadeIn {
            from { opacity: 0; transform: scale(0.95); }
            to { opacity: 1; transform: scale(1); }
        }

        .browser-toolbar {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem 1rem;
            background: #16162a;
            border-bottom: 1px solid var(--border-subtle);
        }

        .browser-dots {
            display: flex;
            gap: 6px;
        }

        .browser-dots span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            animation: dotBounce 2s ease-in-out infinite;
        }

        .browser-dots span:nth-child(1) { background: #ff5f57; animation-delay: 0s; }
        .browser-dots span:nth-child(2) { background: #febc2e; animation-delay: 0.15s; }
        .browser-dots span:nth-child(3) { background: #28c840; animation-delay: 0.3s; }

        @keyframes dotBounce {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.15); }
        }

        .browser-nav-btns {
            display: flex;
            gap: 0.25rem;
        }

        .browser-nav-btn {
            width: 24px;
            height: 24px;
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.7rem;
            color: var(--text-muted);
        }

        .browser-address-bar {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid var(--border-subtle);
            border-radius: 6px;
            padding: 0.4rem 0.75rem;
            overflow: hidden;
            position: relative;
        }

        .url-lock-icon {
            font-size: 0.75rem;
            color: var(--success);
            flex-shrink: 0;
            animation: lockToggle 6s ease-in-out infinite;
        }

        @keyframes lockToggle {
            0%, 60% { color: var(--success); }
            65%, 100% { color: var(--danger); }
        }

        .url-text {
            font-family: var(--font-mono);
            font-size: 0.72rem;
            color: var(--text-primary);
            white-space: nowrap;
            overflow: hidden;
            position: relative;
        }

        .url-legit {
            display: inline-block;
            animation: urlMorph1 6s ease-in-out infinite;
        }

        @keyframes urlMorph1 {
            0% { opacity: 1; transform: translateX(0); }
            30% { opacity: 1; transform: translateX(0); }
            50% { opacity: 0; transform: translateX(-20px); }
            51% { opacity: 0; transform: translateX(20px); }
            70% { opacity: 1; transform: translateX(0); }
            100% { opacity: 1; transform: translateX(0); }
        }

        .url-malicious {
            display: inline-block;
            color: var(--accent);
            animation: urlReveal 6s ease-in-out infinite;
            position: absolute;
            left: 1rem;
            top: 0;
        }

        @keyframes urlReveal {
            0% { opacity: 0; }
            49% { opacity: 0; }
            55% { opacity: 1; }
            80% { opacity: 1; }
            100% { opacity: 0; }
        }

        .browser-content {
            padding: 2rem;
            min-height: 300px;
            position: relative;
            background: linear-gradient(180deg, #1a1a2e, #0f0f1a);
        }

        /* ===== LOADING ANIMATION ===== */
        .loading-spinner {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            animation: loadingShow 6s ease-in-out infinite;
        }

        @keyframes loadingShow {
            0% { opacity: 0; }
            10% { opacity: 1; }
            40% { opacity: 1; }
            50% { opacity: 0; }
            100% { opacity: 0; }
        }

        .spinner-ring {
            width: 48px;
            height: 48px;
            border: 3px solid rgba(230, 57, 70, 0.2);
            border-top: 3px solid var(--accent);
            border-radius: 50%;
            animation: spinnerRotate 0.8s linear infinite;
        }

        @keyframes spinnerRotate {
            to { transform: rotate(360deg); }
        }

        .loading-text {
            font-family: var(--font-mono);
            font-size: 0.8rem;
            color: var(--text-muted);
            animation: loadDots 1.5s steps(4) infinite;
        }

        @keyframes loadDots {
            0% { content: 'Connecting'; }
            25% { content: 'Connecting.'; }
            50% { content: 'Connecting..'; }
            75% { content: 'Connecting...'; }
        }

        /* ===== FAKE LOGIN PORTAL ===== */
        .fake-portal {
            animation: portalAppear 6s ease-in-out infinite;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        @keyframes portalAppear {
            0% { opacity: 0; transform: scale(0.95); }
            45% { opacity: 0; transform: scale(0.95); }
            55% { opacity: 1; transform: scale(1); }
            100% { opacity: 1; transform: scale(1); }
        }

        .portal-box {
            background: #1e1e32;
            border: 1px solid var(--border-subtle);
            border-radius: 12px;
            padding: 2rem;
            width: 90%;
            max-width: 380px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
            position: relative;
        }

        .portal-box::before {
            content: '';
            position: absolute;
            inset: -1px;
            border-radius: 12px;
            padding: 1px;
            background: linear-gradient(135deg, var(--accent), transparent, var(--accent));
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            animation: portalBorderGlow 3s ease-in-out infinite;
        }

        @keyframes portalBorderGlow {
            0%, 100% { opacity: 0.3; }
            50% { opacity: 1; }
        }

        .portal-logo {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
            animation: portalLogoPulse 2s ease-in-out infinite;
        }

        @keyframes portalLogoPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .portal-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 0.25rem;
            color: var(--text-primary);
        }

        .portal-subtitle {
            font-size: 0.8rem;
            color: var(--text-muted);
            margin-bottom: 1.5rem;
        }

        .portal-input {
            display: block;
            width: 100%;
            padding: 0.65rem 1rem;
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid var(--border-subtle);
            border-radius: 8px;
            margin-bottom: 0.75rem;
            font-family: var(--font-mono);
            font-size: 0.85rem;
            color: var(--text-secondary);
            text-align: left;
        }

        .portal-input.active {
            border-color: var(--accent);
            box-shadow: 0 0 8px rgba(230, 57, 70, 0.2);
        }

        .portal-btn {
            display: block;
            width: 100%;
            padding: 0.7rem;
            background: linear-gradient(135deg, var(--accent), #c0392b);
            border: none;
            border-radius: 8px;
            color: white;
            font-weight: 700;
            font-size: 0.9rem;
            margin-top: 0.5rem;
            animation: btnPulse 2s ease-in-out infinite;
        }

        @keyframes btnPulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.4); }
            50% { box-shadow: 0 0 15px 3px rgba(230, 57, 70, 0.3); }
        }

        /* ===== DATA THEFT FLOW ===== */
        .data-theft-flow {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 1.5rem;
            flex-wrap: wrap;
        }

        .theft-node {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            animation: theftNodeAppear 8s ease-in-out infinite;
        }

        .theft-node:nth-child(1) { animation-delay: 0s; }
        .theft-node:nth-child(2) { animation-delay: 0.5s; }
        .theft-node:nth-child(3) { animation-delay: 1s; }
        .theft-node:nth-child(4) { animation-delay: 1.5s; }
        .theft-node:nth-child(5) { animation-delay: 2s; }

        @keyframes theftNodeAppear {
            0%, 20% { opacity: 0; transform: translateY(10px); }
            25%, 80% { opacity: 1; transform: translateY(0); }
            85%, 100% { opacity: 0; }
        }

        .theft-icon {
            width: 44px;
            height: 44px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            border: 1px solid;
        }

        .theft-icon.user { background: rgba(59, 130, 246, 0.1); border-color: rgba(59, 130, 246, 0.3); }
        .theft-icon.creds { background: rgba(245, 158, 11, 0.1); border-color: rgba(245, 158, 11, 0.3); }
        .theft-icon.send { background: var(--accent-dim); border-color: var(--border-glass); }
        .theft-icon.server { background: rgba(239, 68, 68, 0.1); border-color: rgba(239, 68, 68, 0.3); }
        .theft-icon.darkweb { background: rgba(139, 92, 246, 0.1); border-color: rgba(139, 92, 246, 0.3); }

        .theft-label {
            font-size: 0.7rem;
            font-family: var(--font-mono);
            color: var(--text-muted);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .theft-arrow {
            font-size: 1.2rem;
            color: var(--accent);
            animation: arrowFlow 1s ease-in-out infinite;
        }

        @keyframes arrowFlow {
            0%, 100% { opacity: 0.3; transform: translateX(0); }
            50% { opacity: 1; transform: translateX(3px); }
        }

        /* ===== URL OBFUSCATION PANEL ===== */
        .obfuscation-panel {
            margin: 1.5rem;
            padding: 1.5rem;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 12px;
            border: 1px solid var(--border-subtle);
        }

        .obfuscation-panel h3 {
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--accent);
            margin-bottom: 1rem;
            font-family: var(--font-mono);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .obfuscation-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1rem;
        }

        .obfuscation-item {
            background: rgba(230, 57, 70, 0.05);
            border: 1px solid rgba(230, 57, 70, 0.15);
            border-radius: 10px;
            padding: 1rem;
            transition: all 0.3s ease;
        }

        .obfuscation-item:hover {
            border-color: var(--accent);
            background: rgba(230, 57, 70, 0.1);
        }

        .obfuscation-label {
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: var(--accent-secondary);
            margin-bottom: 0.5rem;
        }

        .obfuscation-url {
            font-family: var(--font-mono);
            font-size: 0.72rem;
            color: var(--text-secondary);
            word-break: break-all;
            line-height: 1.5;
        }

        .obfuscation-url .highlight {
            color: var(--accent);
            font-weight: 600;
        }

        .obfuscation-url .decode {
            color: var(--success);
            font-weight: 600;
        }

        /* ===== RADAR SCAN ===== */
        .radar-container {
            display: flex;
            justify-content: center;
            padding: 2rem 0;
        }

        .radar {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            border: 1px solid var(--border-glass);
            position: relative;
            background: radial-gradient(circle, rgba(230, 57, 70, 0.05), transparent);
        }

        .radar::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 50%;
            height: 2px;
            background: linear-gradient(90deg, var(--accent), transparent);
            transform-origin: left center;
            animation: radarSweep 3s linear infinite;
        }

        @keyframes radarSweep {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .radar-ring {
            position: absolute;
            border-radius: 50%;
            border: 1px solid rgba(230, 57, 70, 0.15);
        }

        .radar-ring:nth-child(1) { top: 25%; left: 25%; width: 50%; height: 50%; }
        .radar-ring:nth-child(2) { top: 10%; left: 10%; width: 80%; height: 80%; }

        .radar-center {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            background: var(--accent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            animation: radarCenterPulse 1.5s ease-in-out infinite;
        }

        @keyframes radarCenterPulse {
            0%, 100% { box-shadow: 0 0 0 0 var(--accent-glow); }
            50% { box-shadow: 0 0 12px 4px var(--accent-glow); }
        }

        .radar-dot {
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--accent-secondary);
            animation: radarDotPulse 2s ease-in-out infinite;
        }

        .radar-dot:nth-child(4) { top: 30%; left: 65%; animation-delay: 0s; }
        .radar-dot:nth-child(5) { top: 60%; left: 25%; animation-delay: 0.7s; }
        .radar-dot:nth-child(6) { top: 20%; left: 40%; animation-delay: 1.4s; }

        @keyframes radarDotPulse {
            0%, 100% { opacity: 0.3; transform: scale(1); }
            50% { opacity: 1; transform: scale(1.5); }
        }

        /* ===== WARNING ALERT ===== */
        .sim-warning {
            margin: 1.5rem;
            padding: 1rem 1.5rem;
            background: rgba(239, 68, 68, 0.08);
            border: 1px solid rgba(239, 68, 68, 0.3);
            border-radius: 10px;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            animation: warningFlash 4s ease-in-out infinite;
        }

        @keyframes warningFlash {
            0%, 100% { border-color: rgba(239, 68, 68, 0.3); }
            50% { border-color: rgba(239, 68, 68, 0.7); }
        }

        .warning-icon {
            font-size: 1.4rem;
            animation: warningShake 3s ease-in-out infinite;
        }

        @keyframes warningShake {
            0%, 90%, 100% { transform: rotate(0deg); }
            92% { transform: rotate(-5deg); }
            94% { transform: rotate(5deg); }
            96% { transform: rotate(-3deg); }
            98% { transform: rotate(3deg); }
        }

        .warning-text {
            font-size: 0.82rem;
            color: #fca5a5;
            font-weight: 500;
            line-height: 1.5;
        }

        /* ===== REDIRECT CHAIN ===== */
        .redirect-chain {
            margin: 1.5rem;
            padding: 1.5rem;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 12px;
            border: 1px solid var(--border-subtle);
        }

        .redirect-chain h3 {
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--accent);
            margin-bottom: 1.25rem;
            font-family: var(--font-mono);
        }

        .redirect-steps {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .redirect-step {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.65rem 0;
            position: relative;
            animation: redirectStepIn 10s ease-in-out infinite;
        }

        .redirect-step:nth-child(1) { animation-delay: 0s; }
        .redirect-step:nth-child(2) { animation-delay: 1.5s; }
        .redirect-step:nth-child(3) { animation-delay: 3s; }
        .redirect-step:nth-child(4) { animation-delay: 4.5s; }
        .redirect-step:nth-child(5) { animation-delay: 6s; }

        @keyframes redirectStepIn {
            0%, 15% { opacity: 0; transform: translateX(-10px); }
            20%, 85% { opacity: 1; transform: translateX(0); }
            90%, 100% { opacity: 0; }
        }

        .redirect-step-num {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: var(--accent-dim);
            border: 1px solid var(--border-glass);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.65rem;
            font-weight: 700;
            color: var(--accent);
            flex-shrink: 0;
            font-family: var(--font-mono);
        }

        .redirect-step-url {
            font-family: var(--font-mono);
            font-size: 0.75rem;
            color: var(--text-secondary);
            word-break: break-all;
        }

        .redirect-step-type {
            font-size: 0.6rem;
            font-weight: 700;
            padding: 0.15rem 0.4rem;
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            flex-shrink: 0;
        }

        .redirect-step-type.safe { background: rgba(16, 185, 129, 0.15); color: var(--success); }
        .redirect-step-type.suspicious { background: rgba(245, 158, 11, 0.15); color: var(--warning); }
        .redirect-step-type.danger { background: rgba(239, 68, 68, 0.15); color: var(--danger); }

        .redirect-connector {
            width: 2px;
            height: 12px;
            background: var(--border-glass);
            margin-left: 11px;
        }

        /* ===== LINK HOVER EFFECTS ===== */
        .link-hover-demo {
            margin: 1.5rem;
            padding: 1.5rem;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 12px;
            border: 1px solid var(--border-subtle);
        }

        .link-hover-demo h3 {
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--accent);
            margin-bottom: 1rem;
            font-family: var(--font-mono);
        }

        .link-hover-row {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 0.75rem;
            border-radius: 8px;
            margin-bottom: 0.5rem;
            transition: all 0.3s ease;
            background: rgba(230, 57, 70, 0.03);
            border: 1px solid transparent;
        }

        .link-hover-row:hover {
            background: rgba(230, 57, 70, 0.08);
            border-color: rgba(230, 57, 70, 0.2);
        }

        .link-hover-visible {
            font-family: var(--font-mono);
            font-size: 0.78rem;
            color: var(--success);
            flex: 1;
            word-break: break-all;
        }

        .link-hover-arrow {
            color: var(--accent);
            font-weight: 700;
            animation: hoverArrowBounce 1.5s ease-in-out infinite;
        }

        @keyframes hoverArrowBounce {
            0%, 100% { transform: translateX(0); }
            50% { transform: translateX(4px); }
        }

        .link-hover-hidden {
            font-family: var(--font-mono);
            font-size: 0.78rem;
            color: var(--danger);
            flex: 1;
            word-break: break-all;
            text-decoration: line-through;
        }

        /* ===== STATS GRID ===== */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .stat-card {
            background: var(--bg-card);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid var(--border-subtle);
            border-radius: 12px;
            padding: 1.5rem;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .stat-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--accent), transparent);
            animation: statLineSweep 3s ease-in-out infinite;
        }

        @keyframes statLineSweep {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .stat-card:hover {
            border-color: var(--border-glass);
            transform: translateY(-2px);
        }

        .stat-number {
            font-size: 2.2rem;
            font-weight: 900;
            color: var(--accent);
            font-family: var(--font-mono);
            line-height: 1;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            font-size: 0.8rem;
            color: var(--text-secondary);
            font-weight: 500;
        }

        .stat-source {
            font-size: 0.65rem;
            color: var(--text-muted);
            margin-top: 0.5rem;
            font-family: var(--font-mono);
        }

        /* ===== CONTENT SECTIONS ===== */
        .content-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 1.5rem;
        }

        .content-block h3 {
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
            color: var(--text-primary);
        }

        .content-block h3 .accent {
            color: var(--accent);
        }

        .content-block p {
            color: var(--text-secondary);
            margin-bottom: 1rem;
            font-size: 0.92rem;
        }

        .content-block ul {
            list-style: none;
            margin-bottom: 1rem;
        }

        .content-block ul li {
            padding: 0.4rem 0;
            padding-left: 1.5rem;
            position: relative;
            color: var(--text-secondary);
            font-size: 0.9rem;
        }

        .content-block ul li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--accent);
            font-weight: 700;
        }

        .content-block a {
            color: var(--accent-secondary);
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px solid transparent;
            transition: all 0.2s ease;
        }

        .content-block a:hover {
            border-bottom-color: var(--accent-secondary);
        }

        .external-link {
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }

        /* ===== KEY TERMS ===== */
        .terms-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.25rem;
        }

        .term-card {
            background: var(--bg-card);
            backdrop-filter: blur(12px);
            border: 1px solid var(--border-subtle);
            border-radius: 14px;
            padding: 1.5rem;
            transition: all 0.3s ease;
            position: relative;
        }

        .term-card:hover {
            border-color: var(--border-glass);
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(230, 57, 70, 0.08);
        }

        .term-name {
            font-family: var(--font-mono);
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--accent);
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .term-definition {
            font-size: 0.88rem;
            color: var(--text-secondary);
            margin-bottom: 0.75rem;
            line-height: 1.6;
        }

        .term-analogy {
            background: rgba(230, 57, 70, 0.05);
            border-left: 2px solid var(--accent);
            padding: 0.5rem 0.75rem;
            border-radius: 0 6px 6px 0;
            font-size: 0.8rem;
            color: var(--text-muted);
            font-style: italic;
        }

        /* ===== SCENARIO SECTION ===== */
        .scenario-wrapper {
            position: relative;
        }

        .scenario-card {
            background: var(--bg-card);
            backdrop-filter: blur(16px);
            border: 1px solid var(--border-subtle);
            border-radius: 16px;
            overflow: hidden;
        }

        .scenario-header {
            background: linear-gradient(135deg, rgba(230, 57, 70, 0.15), rgba(230, 57, 70, 0.05));
            padding: 1.5rem 2rem;
            border-bottom: 1px solid var(--border-glass);
        }

        .scenario-header h3 {
            font-size: 1.2rem;
            font-weight: 800;
            margin-bottom: 0.25rem;
        }

        .scenario-header p {
            font-size: 0.85rem;
            color: var(--text-secondary);
        }

        .scenario-body {
            padding: 2rem;
        }

        .scenario-timeline {
            position: relative;
            padding-left: 2rem;
        }

        .scenario-timeline::before {
            content: '';
            position: absolute;
            left: 7px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(180deg, var(--accent), var(--accent-secondary), transparent);
        }

        .timeline-item {
            position: relative;
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid var(--border-subtle);
        }

        .timeline-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .timeline-dot {
            position: absolute;
            left: -2rem;
            top: 0.25rem;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--bg-primary);
            border: 2px solid var(--accent);
            z-index: 1;
        }

        .timeline-item.active .timeline-dot {
            background: var(--accent);
            box-shadow: 0 0 10px var(--accent-glow);
            animation: timelineDotPulse 2s ease-in-out infinite;
        }

        @keyframes timelineDotPulse {
            0%, 100% { box-shadow: 0 0 5px var(--accent-glow); }
            50% { box-shadow: 0 0 15px var(--accent-glow); }
        }

        .timeline-label {
            font-family: var(--font-mono);
            font-size: 0.7rem;
            font-weight: 700;
            color: var(--accent);
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 0.25rem;
        }

        .timeline-text {
            color: var(--text-secondary);
            font-size: 0.9rem;
            line-height: 1.6;
        }

        .scenario-result {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin-top: 1.5rem;
        }

        .result-box {
            padding: 1.25rem;
            border-radius: 12px;
            border: 1px solid;
        }

        .result-box.before {
            background: rgba(239, 68, 68, 0.05);
            border-color: rgba(239, 68, 68, 0.2);
        }

        .result-box.after {
            background: rgba(16, 185, 129, 0.05);
            border-color: rgba(16, 185, 129, 0.2);
        }

        .result-label {
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 0.5rem;
        }

        .result-box.before .result-label { color: var(--danger); }
        .result-box.after .result-label { color: var(--success); }

        .result-text {
            font-size: 0.88rem;
            color: var(--text-secondary);
            line-height: 1.6;
        }

        /* ===== STEP BY STEP GUIDE ===== */
        .steps-container {
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }

        .step-card {
            background: var(--bg-card);
            backdrop-filter: blur(12px);
            border: 1px solid var(--border-subtle);
            border-radius: 14px;
            padding: 1.75rem;
            display: grid;
            grid-template-columns: 60px 1fr;
            gap: 1.25rem;
            transition: all 0.3s ease;
        }

        .step-card:hover {
            border-color: var(--border-glass);
            box-shadow: 0 4px 20px rgba(230, 57, 70, 0.06);
        }

        .step-number {
            width: 60px;
            height: 60px;
            border-radius: 14px;
            background: var(--accent-dim);
            border: 1px solid var(--border-glass);
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-mono);
            font-size: 1.4rem;
            font-weight: 900;
            color: var(--accent);
        }

        .step-content h3 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .step-content p {
            color: var(--text-secondary);
            font-size: 0.9rem;
            margin-bottom: 0.75rem;
        }

        .step-bullets {
            list-style: none;
            margin-bottom: 0.75rem;
        }

        .step-bullets li {
            padding: 0.3rem 0;
            padding-left: 1.25rem;
            position: relative;
            color: var(--text-secondary);
            font-size: 0.85rem;
        }

        .step-bullets li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: var(--accent);
            font-weight: 900;
        }

        .step-protection {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.3rem 0.75rem;
            background: rgba(16, 185, 129, 0.08);
            border: 1px solid rgba(16, 185, 129, 0.2);
            border-radius: 6px;
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--success);
        }

        .step-links {
            display: flex;
            gap: 0.5rem;
            flex-wrap: wrap;
            margin-top: 0.5rem;
        }

        .step-links a {
            font-size: 0.72rem;
            color: var(--text-muted);
            text-decoration: none;
            padding: 0.2rem 0.5rem;
            border: 1px solid var(--border-subtle);
            border-radius: 4px;
            transition: all 0.2s ease;
        }

        .step-links a:hover {
            color: var(--accent);
            border-color: var(--border-glass);
        }

        /* ===== MISTAKES &amp; BEST PRACTICES ===== */
        .mistakes-practices {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 1.5rem;
        }

        .mp-column {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .mp-column-title {
            font-size: 1rem;
            font-weight: 800;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid var(--border-subtle);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .mp-item {
            background: var(--bg-card);
            backdrop-filter: blur(12px);
            border: 1px solid var(--border-subtle);
            border-radius: 12px;
            padding: 1.25rem;
            transition: all 0.3s ease;
        }

        .mp-item:hover {
            border-color: var(--border-glass);
        }

        .mp-item-title {
            font-size: 0.88rem;
            font-weight: 700;
            margin-bottom: 0.4rem;
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
        }

        .mp-item-desc {
            font-size: 0.82rem;
            color: var(--text-secondary);
            line-height: 1.5;
        }

        .mistake .mp-item-title { color: #fca5a5; }
        .practice .mp-item-title { color: #6ee7b7; }

        .mp-icon {
            font-size: 1rem;
            flex-shrink: 0;
            margin-top: 0.1rem;
        }

        /* ===== RED vs BLUE TEAM ===== */
        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 1.5rem;
        }

        .team-card {
            border-radius: 16px;
            padding: 2rem;
            position: relative;
            overflow: hidden;
        }

        .team-card.red {
            background: linear-gradient(135deg, rgba(230, 57, 70, 0.08), rgba(230, 57, 70, 0.02));
            border: 1px solid rgba(230, 57, 70, 0.2);
        }

        .team-card.blue {
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.02));
            border: 1px solid rgba(59, 130, 246, 0.2);
        }

        .team-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
        }

        .team-card.red::before { background: linear-gradient(90deg, var(--accent), var(--accent-secondary)); }
        .team-card.blue::before { background: linear-gradient(90deg, #3b82f6, #60a5fa); }

        .team-label {
            font-size: 0.7rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            margin-bottom: 0.5rem;
        }

        .team-card.red .team-label { color: var(--accent); }
        .team-card.blue .team-label { color: #60a5fa; }

        .team-card h3 {
            font-size: 1.2rem;
            font-weight: 800;
            margin-bottom: 1rem;
        }

        .team-tactic {
            display: flex;
            gap: 0.75rem;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid var(--border-subtle);
        }

        .team-tactic:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .team-tactic-icon {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            flex-shrink: 0;
        }

        .team-card.red .team-tactic-icon {
            background: rgba(230, 57, 70, 0.15);
        }

        .team-card.blue .team-tactic-icon {
            background: rgba(59, 130, 246, 0.15);
        }

        .team-tactic-text h4 {
            font-size: 0.88rem;
            font-weight: 700;
            margin-bottom: 0.2rem;
        }

        .team-tactic-text p {
            font-size: 0.8rem;
            color: var(--text-secondary);
            line-height: 1.5;
        }

        /* ===== THREAT HUNTER'S EYE ===== */
        .hunter-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.25rem;
        }

        .hunter-card {
            background: var(--bg-card);
            backdrop-filter: blur(12px);
            border: 1px solid var(--border-subtle);
            border-radius: 14px;
            padding: 1.5rem;
            transition: all 0.3s ease;
        }

        .hunter-card:hover {
            border-color: var(--border-glass);
            box-shadow: 0 4px 20px rgba(230, 57, 70, 0.06);
        }

        .hunter-card-header {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 0.75rem;
        }

        .hunter-card-icon {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background: var(--accent-dim);
            border: 1px solid var(--border-glass);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }

        .hunter-card-header h4 {
            font-size: 0.95rem;
            font-weight: 700;
        }

        .hunter-card p {
            font-size: 0.85rem;
            color: var(--text-secondary);
            line-height: 1.6;
        }

        /* ===== CTA SECTION ===== */
        .cta-section {
            background: linear-gradient(135deg, rgba(230, 57, 70, 0.1), rgba(230, 57, 70, 0.03));
            border: 1px solid var(--border-glass);
            border-radius: 20px;
            padding: 3rem 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at 50% 50%, rgba(230, 57, 70, 0.05), transparent 50%);
            animation: ctaGlow 5s ease-in-out infinite alternate;
            pointer-events: none;
        }

        @keyframes ctaGlow {
            0% { transform: scale(0.8); opacity: 0.5; }
            100% { transform: scale(1.2); opacity: 1; }
        }

        .cta-section h2 {
            font-size: 1.6rem;
            font-weight: 800;
            margin-bottom: 0.75rem;
            position: relative;
        }

        .cta-section p {
            font-size: 0.95rem;
            color: var(--text-secondary);
            max-width: 600px;
            margin: 0 auto 1.5rem;
            position: relative;
        }

        .cta-actions {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
            position: relative;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.5rem;
            border-radius: 10px;
            font-weight: 700;
            font-size: 0.9rem;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .cta-btn-primary {
            background: linear-gradient(135deg, var(--accent), #c0392b);
            color: white;
            box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
        }

        .cta-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(230, 57, 70, 0.4);
        }

        .cta-btn-secondary {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid var(--border-glass);
            color: var(--text-primary);
        }

        .cta-btn-secondary:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        /* ===== SIBLING NAVIGATION BAR ===== */
        .sibling-nav {
            background: var(--bg-secondary);
            border: 1px solid var(--border-subtle);
            border-radius: 14px;
            padding: 1.5rem;
            margin-bottom: 3rem;
        }

        .sibling-nav-title {
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            color: var(--text-muted);
            margin-bottom: 1rem;
        }

        .sibling-nav-links {
            display: flex;
            gap: 0.5rem;
            flex-wrap: wrap;
        }

        .sibling-nav-links a {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.4rem 0.8rem;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid var(--border-subtle);
            border-radius: 8px;
            color: var(--text-secondary);
            text-decoration: none;
            font-size: 0.78rem;
            font-weight: 500;
            transition: all 0.2s ease;
        }

        .sibling-nav-links a:hover {
            border-color: var(--border-glass);
            color: var(--accent);
            background: var(--accent-dim);
        }

        .sibling-nav-links a.current {
            border-color: var(--accent);
            color: var(--accent);
            background: var(--accent-dim);
        }

        /* ===== RELATED TECHNIQUES ===== */
        .related-tech {
            background: var(--bg-card);
            border: 1px solid var(--border-subtle);
            border-radius: 14px;
            padding: 1.5rem;
            margin-bottom: 2rem;
        }

        .related-tech-title {
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.15em;
            color: var(--text-muted);
            margin-bottom: 0.75rem;
        }

        .related-tech-links {
            display: flex;
            gap: 0.5rem;
            flex-wrap: wrap;
        }

        .related-tech-links a {
            padding: 0.35rem 0.7rem;
            background: rgba(59, 130, 246, 0.05);
            border: 1px solid rgba(59, 130, 246, 0.15);
            border-radius: 6px;
            color: #60a5fa;
            text-decoration: none;
            font-size: 0.75rem;
            font-weight: 600;
            font-family: var(--font-mono);
            transition: all 0.2s ease;
        }

        .related-tech-links a:hover {
            background: rgba(59, 130, 246, 0.1);
            border-color: rgba(59, 130, 246, 0.3);
        }

        /* ===== PACKET ANIMATION ===== */
        .packet-flow {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            margin: 1rem 0;
            overflow: hidden;
            padding: 0 1rem;
        }

        .packet-line {
            flex: 1;
            height: 2px;
            background: linear-gradient(90deg, var(--accent), transparent, var(--accent));
            position: relative;
            overflow: hidden;
        }

        .packet-dot {
            position: absolute;
            top: -3px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--accent-secondary);
            box-shadow: 0 0 6px var(--accent-glow);
            animation: packetMove 2s linear infinite;
        }

        .packet-dot:nth-child(1) { animation-delay: 0s; }
        .packet-dot:nth-child(2) { animation-delay: 0.6s; }
        .packet-dot:nth-child(3) { animation-delay: 1.2s; }

        @keyframes packetMove {
            0% { left: -8px; }
            100% { left: 100%; }
        }

        /* ===== CURSOR BLINK ===== */
        .cursor-blink {
            display: inline-block;
            width: 2px;
            height: 1em;
            background: var(--accent);
            margin-left: 2px;
            animation: cursorBlink 1s step-end infinite;
            vertical-align: text-bottom;
        }

        @keyframes cursorBlink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }

        /* ===== CURSOR HOVER EFFECT ===== */
        .fake-cursor {
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 2px solid white;
            border-radius: 50% 50% 50% 0;
            transform: rotate(-45deg);
            position: absolute;
            animation: fakeCursorMove 10s ease-in-out infinite;
            pointer-events: none;
            z-index: 10;
        }

        @keyframes fakeCursorMove {
            0% { top: 10%; left: 20%; }
            15% { top: 50%; left: 45%; }
            30% { top: 50%; left: 45%; }
            45% { top: 65%; left: 55%; }
            55% { top: 65%; left: 55%; }
            65% { top: 75%; left: 50%; }
            75% { top: 85%; left: 50%; }
            85% { top: 90%; left: 50%; }
            100% { top: 10%; left: 20%; }
        }

        /* ===== TOOLTIP / HOVER CARD ===== */
        .hover-info {
            position: relative;
            display: inline-block;
            border-bottom: 1px dashed var(--accent);
            cursor: help;
        }

        .hover-info::after {
            content: attr(data-tooltip);
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%) translateY(5px);
            background: #1e1e32;
            border: 1px solid var(--border-glass);
            border-radius: 8px;
            padding: 0.5rem 0.75rem;
            font-size: 0.75rem;
            color: var(--text-secondary);
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: all 0.2s ease;
            z-index: 100;
        }

        .hover-info:hover::after {
            opacity: 1;
            transform: translateX(-50%) translateY(-5px);
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }

            .hero {
                padding: 3rem 1.5rem 2.5rem;
            }

            .content-grid {
                grid-template-columns: 1fr;
            }

            .team-grid {
                grid-template-columns: 1fr;
            }

            .mistakes-practices {
                grid-template-columns: 1fr;
            }

            .scenario-result {
                grid-template-columns: 1fr;
            }

            .step-card {
                grid-template-columns: 1fr;
            }

            .step-number {
                width: 48px;
                height: 48px;
                font-size: 1.1rem;
            }

            .obfuscation-grid {
                grid-template-columns: 1fr;
            }

            .terms-grid {
                grid-template-columns: 1fr;
            }

            .sim-header {
                flex-direction: column;
                gap: 0.5rem;
                text-align: center;
            }

            .browser-toolbar {
                flex-wrap: wrap;
            }

            .data-theft-flow {
                flex-direction: column;
                align-items: center;
            }

            .theft-arrow {
                transform: rotate(90deg);
            }

            .browser-mockup {
                margin: 1rem;
            }

            .redirect-chain {
                margin: 1rem;
            }

            .obfuscation-panel {
                margin: 1rem;
            }

            .link-hover-demo {
                margin: 1rem;
            }

            .sim-warning {
                margin: 1rem;
                flex-direction: column;
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.8rem;
            }

            .stats-grid {
                grid-template-columns: 1fr 1fr;
            }

            .portal-box {
                padding: 1.25rem;
            }

            .glass-card {
                padding: 1.25rem;
            }

            .cta-section {
                padding: 2rem 1.25rem;
            }
        }

        /* ===== SELECTION STYLING ===== */
        ::selection {
            background: var(--accent);
            color: white;
        }

        /* ===== SCROLLBAR ===== */
        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: var(--bg-primary);
        }

        ::-webkit-scrollbar-thumb {
            background: rgba(230, 57, 70, 0.3);
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: rgba(230, 57, 70, 0.5);
        }

        /* ===== FOCUS STYLES ===== */
        a:focus-visible {
            outline: 2px solid var(--accent);
            outline-offset: 2px;
            border-radius: 4px;
        }

        /* ===== PRINT STYLES ===== */
        @media print {
            body::before,
            body::after {
                display: none;
            }

            .simulation-container {
                display: none;
            }

            .glass-card,
            .stat-card,
            .term-card {
                background: white;
                color: black;
                border: 1px solid #ccc;
            }
        }

        /* ===== ACCESSIBILITY ===== */
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }/* End custom CSS */