.elementor-14132 .elementor-element.elementor-element-6804d74{--display:flex;}/* Start custom CSS for html, class: .elementor-element-40f7e61 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-dark: #0a0e17;
            --secondary-dark: #111827;
            --accent-cyan: #06b6d4;
            --accent-green: #10b981;
            --accent-red: #ef4444;
            --accent-orange: #f97316;
            --accent-purple: #8b5cf6;
            --accent-yellow: #fbbf24;
            --text-light: #e5e7eb;
            --text-muted: #9ca3af;
            --beacon-blue: #3b82f6;
            --c2-red: #dc2626;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: var(--primary-dark);
            color: var(--text-light);
            line-height: 1.7;
            overflow-x: hidden;
        }

        /* Animated Background */
        .background-animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: 
                radial-gradient(ellipse at 20% 20%, rgba(6, 182, 212, 0.08) 0%, transparent 50%),
                radial-gradient(ellipse at 80% 80%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
                linear-gradient(180deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
        }

        .floating-particles {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }

        .particle {
            position: absolute;
            width: 3px;
            height: 3px;
            background: var(--accent-cyan);
            border-radius: 50%;
            opacity: 0.4;
            animation: float-particle 20s infinite linear;
        }

        .particle:nth-child(1) { left: 5%; animation-delay: 0s; animation-duration: 22s; }
        .particle:nth-child(2) { left: 15%; animation-delay: 2s; animation-duration: 18s; }
        .particle:nth-child(3) { left: 25%; animation-delay: 4s; animation-duration: 24s; }
        .particle:nth-child(4) { left: 35%; animation-delay: 1s; animation-duration: 20s; }
        .particle:nth-child(5) { left: 45%; animation-delay: 3s; animation-duration: 19s; }
        .particle:nth-child(6) { left: 55%; animation-delay: 5s; animation-duration: 23s; }
        .particle:nth-child(7) { left: 65%; animation-delay: 2s; animation-duration: 21s; }
        .particle:nth-child(8) { left: 75%; animation-delay: 4s; animation-duration: 17s; }
        .particle:nth-child(9) { left: 85%; animation-delay: 1s; animation-duration: 25s; }
        .particle:nth-child(10) { left: 95%; animation-delay: 6s; animation-duration: 22s; }

        @keyframes float-particle {
            0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
            10% { opacity: 0.4; }
            90% { opacity: 0.4; }
            100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; }
        }

        /* Header */
        .headerpage {
            padding: 60px 20px;
            text-align: center;
            position: relative;
        }

        .logo-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 30px;
        }

        .logo {
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-purple) 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 50px;
            animation: pulse-logo 3s ease-in-out infinite;
            box-shadow: 0 0 40px rgba(6, 182, 212, 0.4);
        }

        @keyframes pulse-logo {
            0%, 100% { transform: scale(1); box-shadow: 0 0 40px rgba(6, 182, 212, 0.4); }
            50% { transform: scale(1.05); box-shadow: 0 0 60px rgba(6, 182, 212, 0.6); }
        }

        h1 {
            font-size: 3.5rem;
            font-weight: 800;
            background: linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-purple) 50%, var(--accent-red) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .subtitle {
            font-size: 1.3rem;
            color: var(--text-muted);
            max-width: 700px;
            margin: 0 auto;
        }

        /* Main Content */
        main {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Section Styling */
        .section {
            background: linear-gradient(145deg, rgba(17, 24, 39, 0.9) 0%, rgba(10, 14, 23, 0.95) 100%);
            border: 1px solid rgba(6, 182, 212, 0.2);
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
        }

        .section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--accent-cyan), var(--accent-purple), var(--accent-red));
        }

        .section-title {
            font-size: 2rem;
            font-weight: 700;
            color: var(--accent-cyan);
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .section-title::before {
            content: '';
            width: 5px;
            height: 30px;
            background: linear-gradient(180deg, var(--accent-cyan), var(--accent-purple));
            border-radius: 3px;
        }

        /* Beaconing Simulation */
        .simulation-container {
            background: #050810;
            border-radius: 15px;
            padding: 20px;
            margin: 30px 0;
            position: relative;
            overflow: hidden;
            min-height: 480px;
            border: 2px solid rgba(6, 182, 212, 0.3);
        }

        .simulation-title {
            text-align: center;
            color: var(--accent-cyan);
            font-size: 1.1rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

        /* Network Diagram */
        .network-diagram {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 40px;
            position: relative;
        }

        /* Host (Infected System) */
        .host-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 5;
        }

        .host-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(145deg, #1e293b, #0f172a);
            border: 2px solid var(--accent-green);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 35px;
            position: relative;
            box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
        }

        .host-icon::after {
            content: 'INFECTED';
            position: absolute;
            bottom: -22px;
            font-size: 0.6rem;
            color: var(--accent-red);
            font-weight: 600;
            letter-spacing: 1px;
        }

        .host-label {
            margin-top: 30px;
            text-align: center;
        }

        .host-label h4 {
            color: var(--text-light);
            font-size: 0.9rem;
            margin-bottom: 5px;
        }

        .host-label span {
            color: var(--text-muted);
            font-size: 0.75rem;
        }

        /* Network Line */
        .network-line {
            flex: 1;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-green), var(--accent-cyan), var(--accent-red));
            position: relative;
            margin: 0 30px;
            border-radius: 2px;
        }

        /* Beacon Pulses */
        .beacon-pulse {
            position: absolute;
            width: 16px;
            height: 16px;
            background: var(--beacon-blue);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            box-shadow: 0 0 15px var(--beacon-blue), 0 0 30px var(--beacon-blue);
            opacity: 0;
        }

        .beacon-pulse.outgoing {
            animation: beacon-travel 3s linear infinite;
        }

        .beacon-pulse.outgoing:nth-child(1) { animation-delay: 0s; }
        .beacon-pulse.outgoing:nth-child(2) { animation-delay: 5s; }
        .beacon-pulse.outgoing:nth-child(3) { animation-delay: 10s; }

        @keyframes beacon-travel {
            0% { 
                left: 0; 
                opacity: 0;
                background: var(--beacon-blue);
                box-shadow: 0 0 15px var(--beacon-blue);
            }
            5% { opacity: 1; }
            50% { 
                background: var(--accent-cyan);
                box-shadow: 0 0 20px var(--accent-cyan);
            }
            95% { opacity: 1; }
            100% { 
                left: calc(100% - 16px); 
                opacity: 0;
                background: var(--accent-red);
                box-shadow: 0 0 15px var(--accent-red);
            }
        }

        /* Response Pulses */
        .beacon-pulse.response {
            animation: response-travel 3s linear infinite;
            background: var(--accent-red);
            box-shadow: 0 0 15px var(--accent-red);
        }

        .beacon-pulse.response:nth-child(4) { animation-delay: 1.5s; }
        .beacon-pulse.response:nth-child(5) { animation-delay: 6.5s; }
        .beacon-pulse.response:nth-child(6) { animation-delay: 11.5s; }

        @keyframes response-travel {
            0% { 
                right: 0; 
                left: auto;
                opacity: 0;
            }
            5% { opacity: 1; }
            50% { 
                background: var(--accent-purple);
                box-shadow: 0 0 20px var(--accent-purple);
            }
            95% { opacity: 1; }
            100% { 
                right: calc(100% - 16px);
                opacity: 0;
            }
        }

        /* C2 Server */
        .c2-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 5;
        }

        .c2-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(145deg, #450a0a, #1c0505);
            border: 2px solid var(--c2-red);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 35px;
            position: relative;
            box-shadow: 0 0 20px rgba(220, 38, 38, 0.4);
            animation: c2-pulse 2s ease-in-out infinite;
        }

        @keyframes c2-pulse {
            0%, 100% { box-shadow: 0 0 20px rgba(220, 38, 38, 0.4); }
            50% { box-shadow: 0 0 40px rgba(220, 38, 38, 0.6); }
        }

        .c2-icon::after {
            content: 'C2 SERVER';
            position: absolute;
            bottom: -22px;
            font-size: 0.6rem;
            color: var(--c2-red);
            font-weight: 600;
            letter-spacing: 1px;
        }

        .c2-label {
            margin-top: 30px;
            text-align: center;
        }

        .c2-label h4 {
            color: var(--accent-red);
            font-size: 0.9rem;
            margin-bottom: 5px;
        }

        .c2-label span {
            color: var(--text-muted);
            font-size: 0.75rem;
        }

        /* Beacon Timeline */
        .beacon-timeline {
            margin-top: 40px;
            padding: 20px;
            background: rgba(6, 182, 212, 0.05);
            border-radius: 10px;
            border: 1px solid rgba(6, 182, 212, 0.2);
        }

        .timeline-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .timeline-header h4 {
            color: var(--accent-cyan);
            font-size: 0.9rem;
        }

        .timeline-header span {
            color: var(--text-muted);
            font-size: 0.75rem;
        }

        .timeline-bars {
            display: flex;
            gap: 5px;
            height: 40px;
            align-items: flex-end;
        }

        .bar {
            width: 8px;
            background: var(--beacon-blue);
            border-radius: 2px;
            animation: bar-pulse 5s ease-in-out infinite;
        }

        .bar:nth-child(1) { height: 100%; animation-delay: 0s; }
        .bar:nth-child(2) { height: 100%; animation-delay: 0.5s; }
        .bar:nth-child(3) { height: 100%; animation-delay: 1s; }
        .bar:nth-child(4) { height: 80%; animation-delay: 1.5s; opacity: 0.7; }
        .bar:nth-child(5) { height: 100%; animation-delay: 2s; }
        .bar:nth-child(6) { height: 100%; animation-delay: 2.5s; }
        .bar:nth-child(7) { height: 90%; animation-delay: 3s; opacity: 0.8; }
        .bar:nth-child(8) { height: 100%; animation-delay: 3.5s; }
        .bar:nth-child(9) { height: 100%; animation-delay: 4s; }
        .bar:nth-child(10) { height: 85%; animation-delay: 4.5s; opacity: 0.75; }

        @keyframes bar-pulse {
            0%, 100% { 
                background: var(--beacon-blue);
                box-shadow: 0 0 5px var(--beacon-blue);
            }
            50% { 
                background: var(--accent-cyan);
                box-shadow: 0 0 15px var(--accent-cyan);
            }
        }

        /* Status Messages */
        .beacon-status {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 20px;
            flex-wrap: wrap;
        }

        .status-item {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 15px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 8px;
        }

        .status-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            animation: status-blink 1s infinite;
        }

        .status-dot.active { background: var(--accent-green); }
        .status-dot.warning { background: var(--accent-yellow); }
        .status-dot.danger { background: var(--accent-red); }

        @keyframes status-blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        .status-text {
            font-size: 0.8rem;
            color: var(--text-light);
        }

        .status-text span {
            color: var(--text-muted);
            font-size: 0.7rem;
            display: block;
        }

        /* Statistics Grid */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }

        .stat-card {
            background: linear-gradient(145deg, rgba(6, 182, 212, 0.1), rgba(139, 92, 246, 0.05));
            border: 1px solid rgba(6, 182, 212, 0.3);
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(6, 182, 212, 0.2);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--accent-cyan);
            margin-bottom: 10px;
        }

        .stat-label {
            color: var(--text-muted);
            font-size: 0.95rem;
        }

        /* External Links */
        .external-link {
            color: var(--accent-purple);
            text-decoration: none;
            border-bottom: 1px dashed var(--accent-purple);
            transition: all 0.3s ease;
        }

        .external-link:hover {
            color: var(--accent-cyan);
            border-bottom-color: var(--accent-cyan);
        }

        /* Key Terms Section */
        .terms-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }

        @media (max-width: 768px) {
            .terms-container {
                grid-template-columns: 1fr;
            }
        }

        .term-box {
            background: linear-gradient(145deg, rgba(17, 24, 39, 0.8), rgba(10, 14, 23, 0.9));
            border: 1px solid rgba(6, 182, 212, 0.3);
            border-radius: 15px;
            padding: 30px;
        }

        .term-box h3 {
            color: var(--accent-cyan);
            font-size: 1.3rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .term-box p {
            color: var(--text-light);
            line-height: 1.8;
        }

        /* Scenario Section */
        .scenario-timeline {
            position: relative;
            padding-left: 40px;
        }

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

        .timeline-item {
            position: relative;
            margin-bottom: 30px;
            padding: 20px;
            background: linear-gradient(145deg, rgba(17, 24, 39, 0.8), rgba(10, 14, 23, 0.9));
            border-radius: 15px;
            border: 1px solid rgba(6, 182, 212, 0.2);
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: -33px;
            top: 25px;
            width: 14px;
            height: 14px;
            background: var(--accent-cyan);
            border-radius: 50%;
            border: 3px solid var(--primary-dark);
        }

        .timeline-item.detected::before {
            background: var(--accent-red);
            animation: pulse-danger 1s infinite;
        }

        .timeline-item.response::before {
            background: var(--accent-green);
        }

        @keyframes pulse-danger {
            0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5); }
            50% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
        }

        .timeline-item h4 {
            color: var(--accent-cyan);
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .timeline-item.detected h4 {
            color: var(--accent-red);
        }

        .timeline-item.response h4 {
            color: var(--accent-green);
        }

        /* Step Guide */
        .step-list {
            counter-reset: step-counter;
        }

        .step-item {
            position: relative;
            padding: 25px;
            padding-left: 80px;
            background: linear-gradient(145deg, rgba(17, 24, 39, 0.6), rgba(10, 14, 23, 0.8));
            border-radius: 15px;
            margin-bottom: 20px;
            border: 1px solid rgba(6, 182, 212, 0.2);
            counter-increment: step-counter;
            transition: all 0.3s ease;
        }

        .step-item:hover {
            border-color: var(--accent-cyan);
            transform: translateX(5px);
        }

        .step-item::before {
            content: counter(step-counter);
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 1.2rem;
            color: white;
        }

        .step-item h4 {
            color: var(--accent-cyan);
            margin-bottom: 10px;
            font-size: 1.15rem;
        }

        .step-item ul {
            list-style: none;
            padding-left: 0;
        }

        .step-item li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 8px;
            color: var(--text-light);
        }

        .step-item li::before {
            content: '→';
            position: absolute;
            left: 0;
            color: var(--accent-green);
        }

        /* Mistakes &amp; Best Practices */
        .comparison-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }

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

        .mistakes-box, .practices-box {
            padding: 30px;
            border-radius: 15px;
        }

        .mistakes-box {
            background: linear-gradient(145deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.05));
            border: 1px solid rgba(239, 68, 68, 0.3);
        }

        .practices-box {
            background: linear-gradient(145deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.05));
            border: 1px solid rgba(16, 185, 129, 0.3);
        }

        .mistakes-box h3, .practices-box h3 {
            font-size: 1.3rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .mistakes-box h3 { color: var(--accent-red); }
        .practices-box h3 { color: var(--accent-green); }

        .mistakes-box ul, .practices-box ul {
            list-style: none;
        }

        .mistakes-box li, .practices-box li {
            padding: 12px 0;
            padding-left: 30px;
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .mistakes-box li:last-child, .practices-box li:last-child {
            border-bottom: none;
        }

        .mistakes-box li::before {
            content: '✗';
            position: absolute;
            left: 0;
            color: var(--accent-red);
            font-weight: bold;
        }

        .practices-box li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--accent-green);
            font-weight: bold;
        }

        /* Red vs Blue Team */
        .team-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }

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

        .red-team-box, .blue-team-box {
            padding: 30px;
            border-radius: 15px;
        }

        .red-team-box {
            background: linear-gradient(145deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.05));
            border: 2px solid rgba(239, 68, 68, 0.4);
        }

        .blue-team-box {
            background: linear-gradient(145deg, rgba(6, 182, 212, 0.15), rgba(6, 182, 212, 0.05));
            border: 2px solid rgba(6, 182, 212, 0.4);
        }

        .red-team-box h3 { color: var(--accent-red); }
        .blue-team-box h3 { color: var(--accent-cyan); }

        .team-box h3 {
            font-size: 1.3rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .team-box ul {
            list-style: none;
        }

        .team-box li {
            padding: 10px 0;
            padding-left: 25px;
            position: relative;
            color: var(--text-light);
        }

        .red-team-box li::before {
            content: '⚔';
            position: absolute;
            left: 0;
        }

        .blue-team-box li::before {
            content: '🛡';
            position: absolute;
            left: 0;
        }

        /* Threat Hunter */
        .threat-hunter-box {
            background: linear-gradient(145deg, rgba(139, 92, 246, 0.15), rgba(139, 92, 246, 0.05));
            border: 2px solid rgba(139, 92, 246, 0.4);
            border-radius: 15px;
            padding: 30px;
            position: relative;
            overflow: hidden;
        }

        .threat-hunter-box::before {
            content: '🔍';
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 3rem;
            opacity: 0.2;
        }

        .threat-hunter-box h3 {
            color: var(--accent-purple);
            font-size: 1.3rem;
            margin-bottom: 20px;
        }

        .threat-hunter-box ul {
            list-style: none;
        }

        .threat-hunter-box li {
            padding: 12px 0;
            padding-left: 30px;
            position: relative;
            color: var(--text-light);
        }

        .threat-hunter-box li::before {
            content: '👁';
            position: absolute;
            left: 0;
        }

        /* CTA Section */
        .cta-section {
            text-align: center;
            padding: 50px;
            background: linear-gradient(145deg, rgba(6, 182, 212, 0.1), rgba(139, 92, 246, 0.1));
            border: 2px solid rgba(6, 182, 212, 0.3);
            border-radius: 20px;
        }

        .cta-section h2 {
            font-size: 2rem;
            margin-bottom: 15px;
            color: var(--accent-cyan);
        }

        .cta-section p {
            color: var(--text-muted);
            margin-bottom: 25px;
            font-size: 1.1rem;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .cta-btn {
            padding: 15px 35px;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .cta-btn-primary {
            background: linear-gradient(135deg, var(--accent-cyan), var(--accent-purple));
            color: white;
        }

        .cta-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(6, 182, 212, 0.4);
        }

        .cta-btn-secondary {
            background: transparent;
            border: 2px solid var(--accent-purple);
            color: var(--accent-purple);
        }

        .cta-btn-secondary:hover {
            background: var(--accent-purple);
            color: white;
        }

        /* Footer */
        footer {
            text-align: center;
            padding: 40px 20px;
            color: var(--text-muted);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 60px;
        }

        /* Related Posts Links */
        .related-links {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 15px;
        }

        .related-link {
            background: rgba(6, 182, 212, 0.1);
            border: 1px solid rgba(6, 182, 212, 0.3);
            padding: 8px 15px;
            border-radius: 20px;
            color: var(--accent-cyan);
            text-decoration: none;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        .related-link:hover {
            background: rgba(6, 182, 212, 0.2);
            border-color: var(--accent-cyan);
        }

        /* Responsive */
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }

            .section {
                padding: 25px;
            }

            .section-title {
                font-size: 1.5rem;
            }

            .simulation-container {
                min-height: 400px;
            }

            .network-diagram {
                flex-direction: column;
                gap: 30px;
            }

            .network-line {
                width: 4px;
                height: 80px;
                margin: 0;
            }

            .stat-number {
                font-size: 2rem;
            }
        }/* End custom CSS */