.elementor-14888 .elementor-element.elementor-element-e4b7d30{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3c97a9c *//* ============================================
           CSS CUSTOM PROPERTIES &amp; RESET
           ============================================ */
        :root {
            --crimson: #e63946;
            --crimson-light: #ff6b6b;
            --crimson-dark: #b71c2c;
            --crimson-glow: rgba(230, 57, 70, 0.4);
            --bg-primary: #0a0a0f;
            --bg-secondary: #12121a;
            --bg-card: rgba(18, 18, 26, 0.7);
            --bg-glass: rgba(230, 57, 70, 0.05);
            --text-primary: #e8e8ed;
            --text-secondary: #a0a0b8;
            --text-muted: #6b6b80;
            --border-color: rgba(230, 57, 70, 0.15);
            --border-glow: rgba(230, 57, 70, 0.3);
            --success: #2ecc71;
            --warning: #f39c12;
            --info: #3498db;
            --danger: #e74c3c;
            --linkedin: #0a66c2;
            --slack: #4a154b;
            --teams: #6264a7;
            --twitter: #1da1f2;
            --zoom: #2d8cff;
            --glass-bg: rgba(255, 255, 255, 0.03);
            --glass-border: rgba(255, 255, 255, 0.08);
            --glass-shadow: rgba(0, 0, 0, 0.3);
            --radius: 12px;
            --radius-lg: 20px;
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        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;
            min-height: 100vh;
        }

        /* ============================================
           MATRIX BACKGROUND EFFECT
           ============================================ */
        .matrix-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            overflow: hidden;
            pointer-events: none;
        }

        .matrix-column {
            position: absolute;
            top: -100%;
            font-family: 'Courier New', monospace;
            font-size: 14px;
            color: var(--crimson);
            opacity: 0.06;
            writing-mode: vertical-rl;
            animation: matrixFall linear infinite;
            white-space: nowrap;
        }

        .matrix-column:nth-child(1) { left: 2%; animation-duration: 18s; animation-delay: 0s; font-size: 12px; }
        .matrix-column:nth-child(2) { left: 8%; animation-duration: 22s; animation-delay: 2s; font-size: 16px; }
        .matrix-column:nth-child(3) { left: 15%; animation-duration: 20s; animation-delay: 4s; font-size: 11px; }
        .matrix-column:nth-child(4) { left: 22%; animation-duration: 25s; animation-delay: 1s; font-size: 14px; }
        .matrix-column:nth-child(5) { left: 30%; animation-duration: 19s; animation-delay: 3s; font-size: 13px; }
        .matrix-column:nth-child(6) { left: 38%; animation-duration: 23s; animation-delay: 5s; font-size: 15px; }
        .matrix-column:nth-child(7) { left: 45%; animation-duration: 21s; animation-delay: 0s; font-size: 12px; }
        .matrix-column:nth-child(8) { left: 52%; animation-duration: 17s; animation-delay: 2s; font-size: 14px; }
        .matrix-column:nth-child(9) { left: 60%; animation-duration: 24s; animation-delay: 4s; font-size: 11px; }
        .matrix-column:nth-child(10) { left: 68%; animation-duration: 20s; animation-delay: 1s; font-size: 16px; }
        .matrix-column:nth-child(11) { left: 75%; animation-duration: 22s; animation-delay: 3s; font-size: 13px; }
        .matrix-column:nth-child(12) { left: 82%; animation-duration: 18s; animation-delay: 5s; font-size: 14px; }
        .matrix-column:nth-child(13) { left: 90%; animation-duration: 26s; animation-delay: 0s; font-size: 12px; }
        .matrix-column:nth-child(14) { left: 95%; animation-duration: 19s; animation-delay: 2s; font-size: 15px; }

        @keyframes matrixFall {
            0% { top: -100%; opacity: 0; }
            5% { opacity: 0.06; }
            95% { opacity: 0.06; }
            100% { top: 110%; opacity: 0; }
        }

        /* ============================================
           AMBIENT GLOW EFFECTS
           ============================================ */
        .ambient-glow {
            position: fixed;
            border-radius: 50%;
            filter: blur(120px);
            pointer-events: none;
            z-index: 0;
        }

        .glow-1 {
            width: 500px;
            height: 500px;
            background: var(--crimson);
            opacity: 0.04;
            top: -150px;
            right: -150px;
            animation: ambientFloat1 15s ease-in-out infinite;
        }

        .glow-2 {
            width: 400px;
            height: 400px;
            background: var(--crimson-light);
            opacity: 0.03;
            bottom: 10%;
            left: -100px;
            animation: ambientFloat2 20s ease-in-out infinite;
        }

        .glow-3 {
            width: 350px;
            height: 350px;
            background: var(--crimson-dark);
            opacity: 0.05;
            top: 40%;
            right: 5%;
            animation: ambientFloat3 18s ease-in-out infinite;
        }

        @keyframes ambientFloat1 {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(-50px, 30px) scale(1.1); }
            66% { transform: translate(30px, -20px) scale(0.95); }
        }

        @keyframes ambientFloat2 {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(60px, -40px) scale(1.15); }
        }

        @keyframes ambientFloat3 {
            0%, 100% { transform: translate(0, 0) scale(1); }
            25% { transform: translate(-30px, 20px) scale(1.05); }
            75% { transform: translate(20px, -30px) scale(0.9); }
        }

        /* ============================================
           LAYOUT CONTAINER
           ============================================ */
        .page-wrapper {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* ============================================
           BREADCRUMB &amp; TECHNIQUE HEADER
           ============================================ */
        .technique-header {
            padding: 60px 0 40px;
            text-align: center;
        }

        .breadcrumb {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 24px;
            flex-wrap: wrap;
        }

        .breadcrumb-item {
            color: var(--text-muted);
            font-size: 13px;
            text-decoration: none;
            transition: var(--transition);
        }

        .breadcrumb-item:hover { color: var(--crimson-light); }

        .breadcrumb-sep {
            color: var(--text-muted);
            font-size: 11px;
            opacity: 0.5;
        }

        .technique-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(230, 57, 70, 0.1);
            border: 1px solid var(--border-glow);
            border-radius: 40px;
            padding: 6px 20px;
            font-size: 13px;
            font-weight: 600;
            color: var(--crimson-light);
            margin-bottom: 20px;
            animation: badgePulse 3s ease-in-out infinite;
        }

        @keyframes badgePulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.2); }
            50% { box-shadow: 0 0 0 8px rgba(230, 57, 70, 0); }
        }

        .technique-badge::before {
            content: '';
            width: 8px;
            height: 8px;
            background: var(--crimson);
            border-radius: 50%;
            animation: dotBlink 2s ease-in-out infinite;
        }

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

        .technique-title {
            font-size: clamp(2rem, 5vw, 3.2rem);
            font-weight: 800;
            letter-spacing: -1px;
            line-height: 1.15;
            margin-bottom: 16px;
            background: linear-gradient(135deg, var(--text-primary) 0%, var(--crimson-light) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .technique-subtitle {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: var(--text-secondary);
            max-width: 750px;
            margin: 0 auto;
            line-height: 1.7;
        }

        .tactic-tags {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-top: 28px;
            flex-wrap: wrap;
        }

        .tactic-tag {
            font-size: 12px;
            font-weight: 600;
            padding: 5px 14px;
            border-radius: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .tactic-tag.recon {
            background: rgba(230, 57, 70, 0.15);
            color: var(--crimson-light);
            border: 1px solid rgba(230, 57, 70, 0.25);
        }

        .tactic-tag.initial {
            background: rgba(243, 156, 18, 0.12);
            color: var(--warning);
            border: 1px solid rgba(243, 156, 18, 0.2);
        }

        .tactic-tag.social {
            background: rgba(52, 152, 219, 0.12);
            color: var(--info);
            border: 1px solid rgba(52, 152, 219, 0.2);
        }

        /* ============================================
           GLASS CARD COMPONENTS
           ============================================ */
        .glass-card {
            background: var(--glass-bg);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-lg);
            padding: 32px;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .glass-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(230, 57, 70, 0.3), transparent);
            opacity: 0;
            transition: var(--transition);
        }

        .glass-card:hover::before { opacity: 1; }

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

        .section-block {
            margin-bottom: 64px;
        }

        .section-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 32px;
        }

        .section-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            flex-shrink: 0;
        }

        .section-icon.crimson {
            background: linear-gradient(135deg, var(--crimson), var(--crimson-dark));
            box-shadow: 0 4px 20px rgba(230, 57, 70, 0.3);
        }

        .section-icon.info {
            background: linear-gradient(135deg, var(--info), #2980b9);
            box-shadow: 0 4px 20px rgba(52, 152, 219, 0.3);
        }

        .section-icon.warning {
            background: linear-gradient(135deg, var(--warning), #e67e22);
            box-shadow: 0 4px 20px rgba(243, 156, 18, 0.3);
        }

        .section-icon.success {
            background: linear-gradient(135deg, var(--success), #27ae60);
            box-shadow: 0 4px 20px rgba(46, 204, 113, 0.3);
        }

        .section-title1 {
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 800;
            letter-spacing: -0.5px;
            color: var(--text-primary);
        }

        .section-subtitle {
            font-size: 14px;
            color: var(--text-muted);
            font-weight: 400;
        }

        /* ============================================
           SECTION 1: SIMULATION
           ============================================ */
        .simulation-container {
            position: relative;
            min-height: 520px;
            background: linear-gradient(145deg, rgba(10, 10, 15, 0.95), rgba(18, 18, 30, 0.9));
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            overflow: hidden;
        }

        .simulation-grid {
            position: relative;
            width: 100%;
            height: 520px;
            overflow: hidden;
        }

        /* Service Platform Icons Row */
        .service-icons-row {
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 30px;
            z-index: 5;
        }

        .service-icon-box {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            position: relative;
            animation: iconFloat 4s ease-in-out infinite;
        }

        .service-icon-box:nth-child(1) { background: var(--linkedin); animation-delay: 0s; }
        .service-icon-box:nth-child(2) { background: var(--slack); animation-delay: 0.5s; }
        .service-icon-box:nth-child(3) { background: var(--teams); animation-delay: 1s; }
        .service-icon-box:nth-child(4) { background: var(--twitter); animation-delay: 1.5s; }
        .service-icon-box:nth-child(5) { background: var(--zoom); animation-delay: 2s; }

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

        .service-icon-label {
            position: absolute;
            bottom: -22px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 10px;
            font-weight: 600;
            color: var(--text-secondary);
            white-space: nowrap;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Animated Message Bubbles */
        .msg-bubble {
            background: rgba(230, 57, 70, 0.12);
            border: 1px solid rgba(230, 57, 70, 0.25);
            border-radius: 16px 16px 16px 4px;
            padding: 10px 16px;
            font-size: 12px;
            color: var(--text-primary);
            max-width: 200px;
            opacity: 0;
            animation: bubbleAppear 8s ease-in-out infinite;
            z-index: 3;
        }

        .msg-bubble::after {
            content: '';
            bottom: -1px;
            left: -6px;
            width: 12px;
            height: 12px;
            background: rgba(230, 57, 70, 0.12);
            border-left: 1px solid rgba(230, 57, 70, 0.25);
            border-bottom: 1px solid rgba(230, 57, 70, 0.25);
            transform: rotate(45deg);
        }

        .msg-bubble:nth-child(1) { top: 120px; left: 10%; animation-delay: 0s; }
        .msg-bubble:nth-child(2) { top: 180px; left: 20%; animation-delay: 1s; }
        .msg-bubble:nth-child(3) { top: 240px; left: 30%; animation-delay: 2s; }
        .msg-bubble:nth-child(4) { top: 300px; left: 40%; animation-delay: 3s; }
        .msg-bubble:nth-child(5) { top: 360px; left: 50%; animation-delay: 4s; }

        @keyframes bubbleAppear {
            0%, 10% { opacity: 0; transform: translateY(20px) scale(0.9); }
            20%, 70% { opacity: 1; transform: translateY(0) scale(1); }
            80%, 100% { opacity: 0; transform: translateY(-10px) scale(0.95); }
        }

        /* Fake Profile Card */
        .fake-profile-card {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(20, 20, 30, 0.9);
            border: 1px solid var(--border-glow);
            border-radius: 16px;
            padding: 16px 20px;
            display: flex;
            align-items: center;
            gap: 14px;
            z-index: 6;
            animation: profileCardSlide 10s ease-in-out infinite;
            min-width: 280px;
        }

        @keyframes profileCardSlide {
            0%, 5% { opacity: 0; transform: translateX(-50%) translateY(30px); }
            15%, 75% { opacity: 1; transform: translateX(-50%) translateY(0); }
            85%, 100% { opacity: 0; transform: translateX(-50%) translateY(-20px); }
        }

        .profile-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--crimson), var(--crimson-light));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
            animation: avatarPulse 3s ease-in-out infinite;
        }

        @keyframes avatarPulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.4); }
            50% { box-shadow: 0 0 0 8px rgba(230, 57, 70, 0); }
        }

        .profile-info {
            flex: 1;
        }

        .profile-name {
            font-size: 14px;
            font-weight: 700;
            color: var(--text-primary);
        }

        .profile-role {
            font-size: 11px;
            color: var(--text-muted);
            margin-top: 2px;
        }

        .profile-status {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 10px;
            color: var(--success);
            margin-top: 4px;
            font-weight: 600;
        }

        .profile-status::before {
            content: '';
            width: 6px;
            height: 6px;
            background: var(--success);
            border-radius: 50%;
            animation: statusBlink 1.5s ease-in-out infinite;
        }

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

        /* Data Extraction Overlay */
        .data-extraction {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 4;
            text-align: center;
            animation: extractionPulse 6s ease-in-out infinite;
        }

        .data-extraction-icon {
            width: 80px;
            height: 80px;
            border: 2px solid var(--crimson);
            border-radius: 50%;
            margin: 0 auto 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            animation: warningRing 2s ease-in-out infinite;
        }

        @keyframes warningRing {
            0%, 100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.5); border-color: var(--crimson); }
            50% { box-shadow: 0 0 0 12px rgba(230, 57, 70, 0); border-color: var(--crimson-light); }
        }

        .data-extraction-text {
            font-size: 12px;
            font-weight: 700;
            color: var(--crimson-light);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        @keyframes extractionPulse {
            0%, 15% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
            25%, 65% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
            75%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.1); }
        }

        /* Warning Scan Lines */
        .scan-line {
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--crimson), transparent);
            opacity: 0.3;
            animation: scanDown 5s linear infinite;
            z-index: 2;
        }

        .scan-line:nth-child(12) { animation-delay: 0s; }
        .scan-line:nth-child(13) { animation-delay: 2.5s; }

        @keyframes scanDown {
            0% { top: -2px; opacity: 0; }
            10% { opacity: 0.3; }
            90% { opacity: 0.3; }
            100% { top: 100%; opacity: 0; }
        }

        /* Flowing Connection Lines */
        .flow-line {
            position: absolute;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--crimson-glow), transparent);
            animation: flowAcross 7s linear infinite;
            z-index: 1;
        }

        .flow-line:nth-child(14) { top: 100px; left: 0; width: 100%; animation-delay: 0s; }
        .flow-line:nth-child(15) { top: 200px; left: 0; width: 100%; animation-delay: 2s; }
        .flow-line:nth-child(16) { top: 300px; left: 0; width: 100%; animation-delay: 4s; }
        .flow-line:nth-child(17) { top: 400px; left: 0; width: 100%; animation-delay: 1s; }

        @keyframes flowAcross {
            0% { transform: translateX(-100%); opacity: 0; }
            10% { opacity: 0.4; }
            90% { opacity: 0.4; }
            100% { transform: translateX(100%); opacity: 0; }
        }

        /* Data Particle Animation */
        .data-particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: var(--crimson);
            border-radius: 50%;
            z-index: 2;
            animation: particleMove 12s linear infinite;
        }

        .data-particle:nth-child(18) { top: 30%; left: 10%; animation-delay: 0s; }
        .data-particle:nth-child(19) { top: 50%; left: 25%; animation-delay: 2s; }
        .data-particle:nth-child(20) { top: 70%; left: 60%; animation-delay: 4s; }
        .data-particle:nth-child(21) { top: 40%; left: 80%; animation-delay: 6s; }
        .data-particle:nth-child(22) { top: 60%; left: 45%; animation-delay: 8s; }
        .data-particle:nth-child(23) { top: 20%; left: 55%; animation-delay: 1s; }

        @keyframes particleMove {
            0% { transform: translate(0, 0) scale(1); opacity: 0; }
            10% { opacity: 0.8; }
            50% { transform: translate(100px, -80px) scale(0.5); opacity: 0.5; }
            90% { opacity: 0.8; }
            100% { transform: translate(200px, -160px) scale(1); opacity: 0; }
        }

        /* Conversation Thread */
        .conversation-thread {
            position: absolute;
            top: 110px;
            left: 50%;
            transform: translateX(-50%);
            width: 300px;
            z-index: 3;
        }

        .thread-line {
            position: absolute;
            left: 16px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(to bottom, transparent, var(--crimson-glow), transparent);
            animation: threadGrow 8s ease-in-out infinite;
        }

        @keyframes threadGrow {
            0%, 10% { height: 0; opacity: 0; }
            30%, 70% { height: 100%; opacity: 1; }
            90%, 100% { height: 0; opacity: 0; }
        }

        .sim-caption {
            text-align: center;
            padding: 16px;
            background: rgba(230, 57, 70, 0.05);
            border-top: 1px solid var(--border-color);
            font-size: 13px;
            color: var(--text-muted);
        }

        .sim-caption strong {
            color: var(--crimson-light);
        }

        /* ============================================
           SECTION 2: WHY IT MATTERS
           ============================================ */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
            margin-bottom: 32px;
        }

        .stat-card {
            background: var(--glass-bg);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius);
            padding: 24px;
            text-align: center;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .stat-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--crimson), var(--crimson-light));
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .stat-card:hover::after { transform: scaleX(1); }

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

        .stat-number {
            font-size: 2.2rem;
            font-weight: 900;
            color: var(--crimson);
            line-height: 1;
            margin-bottom: 8px;
            letter-spacing: -1px;
        }

        .stat-label {
            font-size: 13px;
            color: var(--text-secondary);
            line-height: 1.5;
        }

        .why-matter-text {
            font-size: 16px;
            color: var(--text-secondary);
            line-height: 1.8;
            margin-bottom: 24px;
        }

        .why-matter-text strong {
            color: var(--crimson-light);
        }

        .external-links-list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .external-links-list li a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 18px;
            background: var(--glass-bg);
            border: 1px solid var(--glass-border);
            border-radius: 8px;
            color: var(--text-secondary);
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            transition: var(--transition);
        }

        .external-links-list li a:hover {
            color: var(--crimson-light);
            border-color: var(--border-glow);
            background: rgba(230, 57, 70, 0.06);
        }

        .external-links-list li a::before {
            content: '🔗';
            font-size: 14px;
        }

        /* ============================================
           SECTION 3: KEY TERMS &amp; CONCEPTS
           ============================================ */
        .terms-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 20px;
        }

        .term-card {
            background: var(--glass-bg);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius);
            padding: 24px;
            transition: var(--transition);
            border-left: 3px solid var(--crimson);
        }

        .term-card:hover {
            border-color: var(--border-glow);
            transform: translateY(-2px);
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
        }

        .term-name {
            font-size: 17px;
            font-weight: 700;
            color: var(--crimson-light);
            margin-bottom: 10px;
        }

        .term-definition {
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.7;
            margin-bottom: 14px;
        }

        .term-analogy {
            font-size: 13px;
            color: var(--text-muted);
            font-style: italic;
            padding: 10px 14px;
            background: rgba(230, 57, 70, 0.04);
            border-radius: 8px;
            border-left: 2px solid rgba(230, 57, 70, 0.2);
        }

        .term-analogy strong {
            color: var(--crimson-light);
            font-style: normal;
        }

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

        .scenario-intro {
            font-size: 16px;
            color: var(--text-secondary);
            line-height: 1.8;
            margin-bottom: 28px;
        }

        .scenario-timeline {
            position: relative;
            padding-left: 32px;
        }

        .scenario-timeline::before {
            content: '';
            position: absolute;
            left: 11px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(to bottom, var(--crimson), rgba(230, 57, 70, 0.1));
        }

        .timeline-item {
            position: relative;
            margin-bottom: 28px;
            padding: 20px 24px;
            background: var(--glass-bg);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius);
            transition: var(--transition);
        }

        .timeline-item:hover {
            border-color: var(--border-glow);
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: -27px;
            top: 24px;
            width: 12px;
            height: 12px;
            background: var(--crimson);
            border-radius: 50%;
            border: 3px solid var(--bg-primary);
            box-shadow: 0 0 0 2px var(--crimson);
        }

        .timeline-phase {
            font-size: 11px;
            font-weight: 700;
            color: var(--crimson);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 6px;
        }

        .timeline-content {
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.7;
        }

        .timeline-content strong {
            color: var(--text-primary);
        }

        .scenario-outcome {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 28px;
        }

        .outcome-card {
            padding: 24px;
            border-radius: var(--radius);
            border: 1px solid;
        }

        .outcome-card.before {
            background: rgba(230, 57, 70, 0.05);
            border-color: rgba(230, 57, 70, 0.15);
        }

        .outcome-card.after {
            background: rgba(46, 204, 113, 0.05);
            border-color: rgba(46, 204, 113, 0.15);
        }

        .outcome-label {
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 12px;
        }

        .outcome-card.before .outcome-label { color: var(--crimson-light); }
        .outcome-card.after .outcome-label { color: var(--success); }

        .outcome-text {
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.7;
        }

        /* ============================================
           SECTION 5: STEP-BY-STEP GUIDE
           ============================================ */
        .steps-list {
            counter-reset: step;
        }

        .step-item {
            counter-increment: step;
            display: grid;
            grid-template-columns: 56px 1fr;
            gap: 20px;
            margin-bottom: 28px;
            padding: 24px;
            background: var(--glass-bg);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .step-item::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: var(--crimson);
            transform: scaleY(0);
            transition: transform 0.3s ease;
        }

        .step-item:hover::after { transform: scaleY(1); }

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

        .step-number {
            width: 56px;
            height: 56px;
            border-radius: 14px;
            background: linear-gradient(135deg, var(--crimson), var(--crimson-dark));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            font-weight: 900;
            color: #fff;
            flex-shrink: 0;
            box-shadow: 0 4px 16px rgba(230, 57, 70, 0.3);
        }

        .step-body h3 {
            font-size: 17px;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 10px;
        }

        .step-body ul {
            list-style: none;
            padding: 0;
            margin-bottom: 12px;
        }

        .step-body ul li {
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.7;
            padding: 4px 0;
            padding-left: 20px;
            position: relative;
        }

        .step-body ul li::before {
            content: '▸';
            position: absolute;
            left: 0;
            color: var(--crimson);
            font-weight: 700;
        }

        .protection-tag {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 4px 12px;
            background: rgba(46, 204, 113, 0.08);
            border: 1px solid rgba(46, 204, 113, 0.2);
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            color: var(--success);
        }

        .protection-tag::before {
            content: '🛡️';
            font-size: 12px;
        }

        .step-links {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .step-link {
            font-size: 12px;
            color: var(--crimson-light);
            text-decoration: none;
            padding: 3px 10px;
            background: rgba(230, 57, 70, 0.06);
            border-radius: 4px;
            border: 1px solid rgba(230, 57, 70, 0.1);
            transition: var(--transition);
        }

        .step-link:hover {
            background: rgba(230, 57, 70, 0.12);
            border-color: rgba(230, 57, 70, 0.25);
        }

        /* ============================================
           SECTION 6: COMMON MISTAKES &amp; BEST PRACTICES
           ============================================ */
        .mistakes-practices-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }

        .mistakes-list, .practices-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .mistake-item, .practice-item {
            padding: 18px 20px;
            border-radius: var(--radius);
            border: 1px solid;
            transition: var(--transition);
        }

        .mistake-item {
            background: rgba(231, 76, 60, 0.04);
            border-color: rgba(231, 76, 60, 0.12);
            border-left: 3px solid var(--danger);
        }

        .mistake-item:hover {
            background: rgba(231, 76, 60, 0.08);
            border-color: rgba(231, 76, 60, 0.25);
        }

        .practice-item {
            background: rgba(46, 204, 113, 0.04);
            border-color: rgba(46, 204, 113, 0.12);
            border-left: 3px solid var(--success);
        }

        .practice-item:hover {
            background: rgba(46, 204, 113, 0.08);
            border-color: rgba(46, 204, 113, 0.25);
        }

        .mp-label {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 6px;
        }

        .mistake-item .mp-label { color: var(--danger); }
        .practice-item .mp-label { color: var(--success); }

        .mp-text {
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.6;
        }

        .mistake-item .mp-text strong { color: var(--crimson-light); }
        .practice-item .mp-text strong { color: var(--success); }

        /* ============================================
           SECTION 7: RED TEAM vs BLUE TEAM
           ============================================ */
        .team-battle-grid {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            gap: 24px;
            align-items: start;
        }

        .team-card {
            background: var(--glass-bg);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-lg);
            padding: 28px;
            transition: var(--transition);
        }

        .team-card.red-team {
            border-top: 3px solid var(--danger);
        }

        .team-card.blue-team {
            border-top: 3px solid var(--info);
        }

        .team-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
        }

        .team-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 6px 14px;
            border-radius: 6px;
            margin-bottom: 16px;
        }

        .red-team .team-label {
            background: rgba(231, 76, 60, 0.12);
            color: var(--danger);
        }

        .blue-team .team-label {
            background: rgba(52, 152, 219, 0.12);
            color: var(--info);
        }

        .team-perspective {
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.7;
            margin-bottom: 16px;
        }

        .team-tactics {
            list-style: none;
            padding: 0;
        }

        .team-tactics li {
            padding: 10px 14px;
            border-radius: 8px;
            font-size: 13px;
            color: var(--text-secondary);
            margin-bottom: 8px;
            transition: var(--transition);
            border-left: 2px solid transparent;
        }

        .red-team .team-tactics li {
            background: rgba(231, 76, 60, 0.04);
            border-left-color: rgba(231, 76, 60, 0.3);
        }

        .blue-team .team-tactics li {
            background: rgba(52, 152, 219, 0.04);
            border-left-color: rgba(52, 152, 219, 0.3);
        }

        .team-tactics li strong {
            color: var(--text-primary);
        }

        .vs-divider {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 40px 16px;
        }

        .vs-text {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--crimson), var(--crimson-dark));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 900;
            color: #fff;
            animation: vsRotate 8s linear infinite;
            box-shadow: 0 0 20px rgba(230, 57, 70, 0.4);
        }

        @keyframes vsRotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .vs-line {
            width: 2px;
            height: 60px;
            background: linear-gradient(to bottom, var(--crimson), transparent);
        }

        /* ============================================
           SECTION 8: THREAT HUNTER'S EYE
           ============================================ */
        .hunter-intro {
            font-size: 16px;
            color: var(--text-secondary);
            line-height: 1.8;
            margin-bottom: 28px;
            padding: 20px 24px;
            background: rgba(230, 57, 70, 0.04);
            border-left: 3px solid var(--crimson);
            border-radius: 0 var(--radius) var(--radius) 0;
        }

        .hunter-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        .hunter-card {
            background: var(--glass-bg);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius);
            padding: 24px;
            transition: var(--transition);
            position: relative;
        }

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

        .hunter-card-number {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 32px;
            height: 32px;
            border-radius: 8px;
            background: rgba(230, 57, 70, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 800;
            color: var(--crimson);
        }

        .hunter-card h4 {
            font-size: 16px;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 10px;
            padding-right: 40px;
        }

        .hunter-card p {
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.7;
        }

        .hunter-card .ioc-tag {
            display: inline-block;
            margin-top: 12px;
            padding: 4px 10px;
            background: rgba(230, 57, 70, 0.08);
            border: 1px solid rgba(230, 57, 70, 0.15);
            border-radius: 4px;
            font-size: 11px;
            font-weight: 600;
            color: var(--crimson-light);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* ============================================
           SECTION 9: CALL TO ACTION
           ============================================ */
        .cta-section {
            text-align: center;
            padding: 60px 40px;
            background: linear-gradient(145deg, rgba(230, 57, 70, 0.06), rgba(230, 57, 70, 0.02));
            border: 1px solid var(--border-glow);
            border-radius: var(--radius-lg);
            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) 0%, transparent 60%);
            animation: ctaGlow 6s ease-in-out infinite;
        }

        @keyframes ctaGlow {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.1); opacity: 0.7; }
        }

        .cta-icon {
            font-size: 48px;
            margin-bottom: 20px;
            display: block;
            position: relative;
            z-index: 1;
            animation: ctaBounce 2s ease-in-out infinite;
        }

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

        .cta-title {
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 800;
            color: var(--text-primary);
            margin-bottom: 16px;
            position: relative;
            z-index: 1;
        }

        .cta-text {
            font-size: 16px;
            color: var(--text-secondary);
            line-height: 1.8;
            max-width: 600px;
            margin: 0 auto 28px;
            position: relative;
            z-index: 1;
        }

        .cta-buttons {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 28px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            transition: var(--transition);
            cursor: pointer;
            border: none;
        }

        .cta-btn.primary {
            background: linear-gradient(135deg, var(--crimson), var(--crimson-dark));
            color: #fff;
            box-shadow: 0 4px 20px rgba(230, 57, 70, 0.3);
        }

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

        .cta-btn.secondary {
            background: transparent;
            color: var(--text-secondary);
            border: 1px solid var(--glass-border);
        }

        .cta-btn.secondary:hover {
            border-color: var(--border-glow);
            color: var(--text-primary);
            background: var(--glass-bg);
        }

        /* ============================================
           RELATED TECHNIQUES SECTION
           ============================================ */
        .related-techniques {
            margin-top: 40px;
        }

        .related-heading {
            font-size: 14px;
            font-weight: 700;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 16px;
            text-align: center;
        }

        .related-chips {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .related-chip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 8px 16px;
            background: var(--glass-bg);
            border: 1px solid var(--glass-border);
            border-radius: 8px;
            color: var(--text-secondary);
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            transition: var(--transition);
        }

        .related-chip:hover {
            color: var(--crimson-light);
            border-color: var(--border-glow);
            background: rgba(230, 57, 70, 0.06);
            transform: translateY(-1px);
        }

        .related-chip .chip-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--crimson);
        }

        /* ============================================
           RESPONSIVE DESIGN
           ============================================ */
        @media (max-width: 968px) {
            .team-battle-grid {
                grid-template-columns: 1fr;
            }

            .vs-divider {
                flex-direction: row;
                padding: 16px 0;
            }

            .vs-line {
                width: 60px;
                height: 2px;
            }

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

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

        @media (max-width: 768px) {
            .page-wrapper { padding: 0 16px; }

            .nav-inner {
                flex-direction: column;
                height: auto;
                padding: 12px 0;
                gap: 8px;
            }

            .nav-links {
                justify-content: center;
            }

            .technique-header {
                padding: 40px 0 28px;
            }

            .glass-card { padding: 20px; }

            .step-item {
                grid-template-columns: 44px 1fr;
                gap: 14px;
                padding: 18px;
            }

            .step-number {
                width: 44px;
                height: 44px;
                font-size: 18px;
                border-radius: 10px;
            }

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

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

            .service-icons-row {
                gap: 16px;
            }

            .service-icon-box {
                width: 48px;
                height: 48px;
                font-size: 22px;
            }

            .service-icon-label { font-size: 9px; }

            .simulation-grid { height: 420px; }

            .cta-section { padding: 40px 20px; }
        }

        @media (max-width: 480px) {
            .stats-grid {
                grid-template-columns: 1fr;
            }

            .nav-link { font-size: 12px; padding: 6px 10px; }

            .simulation-grid { height: 380px; }

            .fake-profile-card { min-width: 240px; }
        }

        /* ============================================
           ADDITIONAL ANIMATIONS
           ============================================ */
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

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

        @keyframes scaleIn {
            from { opacity: 0; transform: scale(0.9); }
            to { opacity: 1; transform: scale(1); }
        }

        @keyframes slideInLeft {
            from { opacity: 0; transform: translateX(-30px); }
            to { opacity: 1; transform: translateX(0); }
        }

        @keyframes slideInRight {
            from { opacity: 0; transform: translateX(30px); }
            to { opacity: 1; transform: translateX(0); }
        }

        @keyframes shimmer {
            0% { background-position: -200% center; }
            100% { background-position: 200% center; }
        }

        @keyframes borderPulse {
            0%, 100% { border-color: var(--border-color); }
            50% { border-color: var(--border-glow); }
        }

        @keyframes glowPulse {
            0%, 100% { box-shadow: 0 0 5px rgba(230, 57, 70, 0.2); }
            50% { box-shadow: 0 0 20px rgba(230, 57, 70, 0.4); }
        }

        @keyframes typewriter {
            0%, 100% { width: 0; }
            30%, 70% { width: 100%; }
        }

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

        @keyframes dataStream {
            0% { transform: translateY(-100%); opacity: 0; }
            10% { opacity: 0.6; }
            90% { opacity: 0.6; }
            100% { transform: translateY(100vh); opacity: 0; }
        }

        @keyframes ripple {
            0% { transform: scale(1); opacity: 0.5; }
            100% { transform: scale(2.5); opacity: 0; }
        }

        @keyframes rotateGlow {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .section-block {
            animation: fadeInUp 0.6s ease-out both;
        }

        .section-block:nth-child(2) { animation-delay: 0.1s; }
        .section-block:nth-child(3) { animation-delay: 0.2s; }
        .section-block:nth-child(4) { animation-delay: 0.3s; }
        .section-block:nth-child(5) { animation-delay: 0.4s; }
        .section-block:nth-child(6) { animation-delay: 0.5s; }
        .section-block:nth-child(7) { animation-delay: 0.6s; }
        .section-block:nth-child(8) { animation-delay: 0.7s; }
        .section-block:nth-child(9) { animation-delay: 0.8s; }
        .section-block:nth-child(10) { animation-delay: 0.9s; }

        /* Separator */
        .section-separator {
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--border-color), transparent);
            margin: 48px 0;
        }

        /* Inline highlight */
        .hl {
            color: var(--crimson-light);
            font-weight: 600;
        }

        .hl-green {
            color: var(--success);
            font-weight: 600;
        }

        .hl-blue {
            color: var(--info);
            font-weight: 600;
        }

        .hl-warn {
            color: var(--warning);
            font-weight: 600;
        }

        /* Info callout box */
        .info-callout {
            padding: 16px 20px;
            background: rgba(52, 152, 219, 0.06);
            border-left: 3px solid var(--info);
            border-radius: 0 var(--radius) var(--radius) 0;
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.7;
            margin: 20px 0;
        }

        .info-callout strong {
            color: var(--info);
        }

        .warning-callout {
            padding: 16px 20px;
            background: rgba(243, 156, 18, 0.06);
            border-left: 3px solid var(--warning);
            border-radius: 0 var(--radius) var(--radius) 0;
            font-size: 14px;
            color: var(--text-secondary);
            line-height: 1.7;
            margin: 20px 0;
        }

        .warning-callout strong {
            color: var(--warning);
        }

        /* Typing animation for simulation */
        .typing-text {
            overflow: hidden;
            white-space: nowrap;
            border-right: 2px solid var(--crimson);
            animation: typewriter 4s steps(30) infinite, cursorBlink 0.8s step-end infinite;
            max-width: fit-content;
            font-family: 'Courier New', monospace;
            font-size: 12px;
            color: var(--crimson-light);
        }

        @keyframes cursorBlink {
            50% { border-color: transparent; }
        }

        /* Pill badges */
        .pill {
            display: inline-block;
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        .pill-red {
            background: rgba(230, 57, 70, 0.12);
            color: var(--crimson-light);
            border: 1px solid rgba(230, 57, 70, 0.2);
        }

        .pill-blue {
            background: rgba(52, 152, 219, 0.12);
            color: var(--info);
            border: 1px solid rgba(52, 152, 219, 0.2);
        }

        .pill-green {
            background: rgba(46, 204, 113, 0.12);
            color: var(--success);
            border: 1px solid rgba(46, 204, 113, 0.2);
        }

        .pill-yellow {
            background: rgba(243, 156, 18, 0.12);
            color: var(--warning);
            border: 1px solid rgba(243, 156, 18, 0.2);
        }/* End custom CSS */