/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-neon: #00ffff;
    --secondary-neon: #ff00ff;
    --accent-neon: #00ff00;
    --warning-neon: #ffff00;
    --danger-neon: #ff0080;
    --dark-bg: #0a0a0a;
    --darker-bg: #000000;
    --card-bg: rgba(0, 255, 255, 0.05);
    --glass-bg: rgba(0, 0, 0, 0.7);
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --gradient-primary: linear-gradient(135deg, #00ffff, #ff00ff);
    --gradient-secondary: linear-gradient(45deg, #ff00ff, #00ff00);
    --gradient-galaxy: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: var(--dark-bg);
    color: var(--text-primary);
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Orbitron', monospace;
}

/* Enhanced Particles Background with Animation Layers */
#particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    pointer-events: none;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(0, 255, 255, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(255, 0, 255, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse at 40% 80%, rgba(0, 255, 0, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 60% 40%, rgba(255, 255, 0, 0.06) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 70%, rgba(255, 0, 128, 0.1) 0%, transparent 50%),
        linear-gradient(135deg, #1a1a2e 0%, #16213e 20%, #0f0f23 40%, #1a0a2e 60%, #000000 100%);
    animation: backgroundShift 25s ease-in-out infinite;
}

#particles-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300ffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    animation: gridMove 35s linear infinite;
}

#particles-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(0deg, transparent 24%, rgba(0, 255, 255, 0.06) 25%, rgba(0, 255, 255, 0.06) 26%, transparent 27%, transparent 74%, rgba(0, 255, 255, 0.06) 75%, rgba(0, 255, 255, 0.06) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 0, 255, 0.06) 25%, rgba(255, 0, 255, 0.06) 26%, transparent 27%, transparent 74%, rgba(255, 0, 255, 0.06) 75%, rgba(255, 0, 255, 0.06) 76%, transparent 77%, transparent),
        linear-gradient(45deg, transparent 30%, rgba(0, 255, 0, 0.03) 31%, rgba(0, 255, 0, 0.03) 32%, transparent 33%);
    background-size: 60px 60px, 40px 40px, 80px 80px;
    animation: backgroundPulse 18s ease-in-out infinite;
}

@keyframes backgroundShift {
    0%, 100% { 
        background: 
            radial-gradient(ellipse at 20% 50%, rgba(0, 255, 255, 0.15) 0%, transparent 60%),
            radial-gradient(ellipse at 80% 20%, rgba(255, 0, 255, 0.12) 0%, transparent 55%),
            radial-gradient(ellipse at 40% 80%, rgba(0, 255, 0, 0.08) 0%, transparent 50%),
            radial-gradient(ellipse at 60% 40%, rgba(255, 255, 0, 0.06) 0%, transparent 45%),
            radial-gradient(ellipse at 90% 70%, rgba(255, 0, 128, 0.1) 0%, transparent 50%),
            linear-gradient(135deg, #1a1a2e 0%, #16213e 20%, #0f0f23 40%, #1a0a2e 60%, #000000 100%);
    }
    25% { 
        background: 
            radial-gradient(ellipse at 80% 80%, rgba(0, 255, 255, 0.18) 0%, transparent 65%),
            radial-gradient(ellipse at 20% 70%, rgba(255, 0, 255, 0.10) 0%, transparent 50%),
            radial-gradient(ellipse at 70% 20%, rgba(0, 255, 0, 0.10) 0%, transparent 55%),
            radial-gradient(ellipse at 30% 60%, rgba(255, 255, 0, 0.08) 0%, transparent 40%),
            radial-gradient(ellipse at 10% 30%, rgba(255, 0, 128, 0.12) 0%, transparent 55%),
            linear-gradient(225deg, #16213e 0%, #0f0f23 25%, #1a1a2e 50%, #000000 100%);
    }
    50% { 
        background: 
            radial-gradient(ellipse at 60% 20%, rgba(0, 255, 255, 0.20) 0%, transparent 70%),
            radial-gradient(ellipse at 30% 90%, rgba(255, 0, 255, 0.15) 0%, transparent 60%),
            radial-gradient(ellipse at 90% 60%, rgba(0, 255, 0, 0.06) 0%, transparent 45%),
            radial-gradient(ellipse at 10% 20%, rgba(255, 255, 0, 0.10) 0%, transparent 50%),
            radial-gradient(ellipse at 70% 90%, rgba(255, 0, 128, 0.08) 0%, transparent 45%),
            linear-gradient(315deg, #0f0f23 0%, #1a1a2e 25%, #16213e 50%, #000000 100%);
    }
    75% { 
        background: 
            radial-gradient(ellipse at 40% 70%, rgba(0, 255, 255, 0.16) 0%, transparent 55%),
            radial-gradient(ellipse at 90% 30%, rgba(255, 0, 255, 0.13) 0%, transparent 50%),
            radial-gradient(ellipse at 10% 40%, rgba(0, 255, 0, 0.12) 0%, transparent 60%),
            radial-gradient(ellipse at 80% 80%, rgba(255, 255, 0, 0.07) 0%, transparent 45%),
            radial-gradient(ellipse at 50% 10%, rgba(255, 0, 128, 0.11) 0%, transparent 50%),
            linear-gradient(45deg, #1a1a2e 0%, #0f0f23 25%, #16213e 50%, #000000 100%);
    }
}

@keyframes gridMove {
    0% { transform: translateX(0) translateY(0) rotate(0deg); }
    25% { transform: translateX(20px) translateY(20px) rotate(0.5deg); }
    50% { transform: translateX(40px) translateY(40px) rotate(0deg); }
    75% { transform: translateX(60px) translateY(20px) rotate(-0.5deg); }
    100% { transform: translateX(80px) translateY(80px) rotate(0deg); }
}

@keyframes backgroundPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    25% { opacity: 0.5; transform: scale(1.02); }
    50% { opacity: 0.8; transform: scale(1); }
    75% { opacity: 0.6; transform: scale(0.98); }
}

.particle {
    position: absolute;
    background: var(--primary-neon);
    border-radius: 50%;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
    box-shadow: 0 0 10px currentColor;
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg) scale(1); 
        opacity: 1; 
    }
    25% { 
        transform: translateY(-30px) rotate(90deg) scale(1.1); 
        opacity: 0.8; 
    }
    50% { 
        transform: translateY(-20px) rotate(180deg) scale(0.9); 
        opacity: 0.6; 
    }
    75% { 
        transform: translateY(-40px) rotate(270deg) scale(1.2); 
        opacity: 0.9; 
    }
}

/* Data Visualization Section - Full Width */
.data-visualization-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: 
        linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(26, 26, 46, 0.9) 30%, rgba(0, 20, 40, 0.9) 70%, rgba(0, 0, 0, 0.95) 100%);
    padding: 0;
    margin: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.data-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.data-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 98px,
            rgba(0, 255, 255, 0.03) 100px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 98px,
            rgba(255, 0, 255, 0.03) 100px
        );
    animation: gridPulse 8s ease-in-out infinite;
    z-index: 1;
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.data-node {
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-neon);
    border-radius: 50%;
    box-shadow: 0 0 25px var(--primary-neon);
    animation: dataNodeFloat 10s ease-in-out infinite;
}

.data-node:nth-child(2n) {
    background: var(--secondary-neon);
    box-shadow: 0 0 25px var(--secondary-neon);
    animation-delay: -2s;
}

.data-node:nth-child(3n) {
    background: var(--accent-neon);
    box-shadow: 0 0 25px var(--accent-neon);
    animation-delay: -4s;
}

.data-node:nth-child(4n) {
    background: var(--warning-neon);
    box-shadow: 0 0 25px var(--warning-neon);
    animation-delay: -6s;
}

.data-node:nth-child(5n) {
    background: var(--danger-neon);
    box-shadow: 0 0 25px var(--danger-neon);
    animation-delay: -8s;
}

.data-node::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(0, 255, 255, 0.3);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
}

.data-node::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border: 1px solid currentColor;
    border-radius: 50%;
    animation: ripple 3s ease-out infinite;
    opacity: 0.5;
}

.cyber-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridSlide 20s linear infinite;
    opacity: 0.5;
}

.data-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    padding: 0;
}

.data-left, .data-center, .data-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
}

/* Cyberpunk Section Title */
.section-title-overlay {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.cyber-title {
    font-family: 'Orbitron', monospace;
    font-size: 3rem;
    font-weight: 900;
    margin: 0;
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid var(--primary-neon);
    border-radius: 10px;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.cyber-text {
    display: inline-block;
    margin: 0 0.5rem;
    background: linear-gradient(45deg, var(--primary-neon), var(--secondary-neon), var(--accent-neon));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glitchText 3s ease-in-out infinite;
    text-shadow: 0 0 30px var(--primary-neon);
}

.cyber-text:nth-child(2) {
    animation-delay: 0.5s;
}

.cyber-text:nth-child(3) {
    animation-delay: 1s;
}

.cyber-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.2), transparent);
    animation: titleScan 2s ease-in-out infinite;
}

@keyframes glitchText {
    0%, 100% { 
        transform: translateX(0) scale(1);
        filter: hue-rotate(0deg);
    }
    10% { 
        transform: translateX(-2px) scale(1.01);
        filter: hue-rotate(90deg);
    }
    20% { 
        transform: translateX(2px) scale(0.99);
        filter: hue-rotate(180deg);
    }
    30% { 
        transform: translateX(0) scale(1);
        filter: hue-rotate(270deg);
    }
}

@keyframes titleScan {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Holographic Display */
.holographic-display {
    background: rgba(0, 255, 255, 0.05);
    border: 1px solid rgba(0, 255, 255, 0.3);
    border-radius: 15px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    width: 100%;
    max-width: 350px;
}

.holographic-display::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, var(--primary-neon), var(--secondary-neon), var(--accent-neon), var(--primary-neon));
    border-radius: 15px;
    z-index: -1;
    animation: borderGlow 3s ease-in-out infinite;
    opacity: 0.5;
}

.holo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    color: var(--primary-neon);
    font-family: 'Orbitron', monospace;
    text-shadow: 0 0 10px var(--primary-neon);
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent-neon);
    box-shadow: 0 0 15px var(--accent-neon);
    animation: statusBlink 2s ease-in-out infinite;
}

.metrics-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.metric-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.metric-value {
    font-family: 'Orbitron', monospace;
    font-size: 1.8rem;
    color: var(--accent-neon);
    text-shadow: 0 0 10px var(--accent-neon);
}

.metric-label {
    font-size: 0.8rem;
    color: var(--text-secondary);
    letter-spacing: 2px;
}

.metric-bar {
    width: 100%;
    height: 4px;
    background: rgba(0, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.metric-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-neon), var(--accent-neon));
    border-radius: 2px;
    animation: metricPulse 2s ease-in-out infinite;
}

/* Central Core */
.central-core {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.core-ring {
    position: absolute;
    border: 2px solid;
    border-radius: 50%;
    border-color: transparent var(--primary-neon) transparent var(--secondary-neon);
}

.outer-ring {
    width: 280px;
    height: 280px;
    animation: rotateClockwise 15s linear infinite;
}

.middle-ring {
    width: 200px;
    height: 200px;
    border-color: transparent var(--accent-neon) transparent var(--warning-neon);
    animation: rotateCounterClockwise 10s linear infinite;
}

.inner-ring {
    width: 120px;
    height: 120px;
    border-color: var(--secondary-neon) transparent var(--primary-neon) transparent;
    animation: rotateClockwise 8s linear infinite;
}

.core-center {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, var(--primary-neon) 0%, transparent 70%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-primary);
    font-size: 2rem;
    animation: coreGlow 3s ease-in-out infinite alternate;
    z-index: 2;
}

.data-streams {
    position: absolute;
    width: 100%;
    height: 100%;
}

.stream {
    position: absolute;
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, var(--primary-neon), transparent);
    border-radius: 1px;
}

.stream-1 {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    animation: streamFlow 2s ease-in-out infinite;
}

.stream-2 {
    right: -30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    animation: streamFlow 2s ease-in-out infinite 0.5s;
}

.stream-3 {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    animation: streamFlow 2s ease-in-out infinite 1s;
}

.stream-4 {
    left: -30px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    animation: streamFlow 2s ease-in-out infinite 1.5s;
}

.tech-labels {
    position: absolute;
    width: 100%;
    height: 100%;
}

.tech-label {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent-neon);
    font-family: 'Orbitron', monospace;
    font-size: 0.8rem;
    letter-spacing: 1px;
    animation: labelFloat 4s ease-in-out infinite;
}

.tech-dot {
    width: 6px;
    height: 6px;
    background: var(--accent-neon);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent-neon);
    animation: dotPulse 2s ease-in-out infinite;
}

/* Terminal Display */
.terminal-display {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid var(--accent-neon);
    border-radius: 10px;
    width: 100%;
    max-width: 350px;
    font-family: 'Courier New', monospace;
    overflow: hidden;
    margin-bottom: 2rem;
}

.terminal-header {
    background: rgba(0, 255, 255, 0.1);
    padding: 0.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid rgba(0, 255, 255, 0.3);
}

.terminal-controls {
    display: flex;
    gap: 0.5rem;
}

.control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.control.red { background: #ff5f56; }
.control.yellow { background: #ffbd2e; }
.control.green { background: #27ca3f; }

.terminal-title {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.terminal-content {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.8);
    min-height: 150px;
}

.terminal-line {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.prompt {
    color: var(--accent-neon);
    font-weight: bold;
}

.command {
    color: var(--primary-neon);
}

.output {
    color: var(--text-secondary);
    flex: 1;
}

.status.running {
    color: var(--accent-neon);
    font-weight: bold;
}

.typing {
    animation: typewriter 3s steps(15) infinite;
}

.cursor {
    color: var(--primary-neon);
    animation: blink 1s infinite;
}

/* Deployment Stats */
.deployment-stats {
    display: flex;
    gap: 1rem;
    width: 100%;
    max-width: 350px;
}

.stat-card {
    flex: 1;
    background: rgba(0, 255, 255, 0.05);
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    backdrop-filter: blur(10px);
}

.stat-icon {
    font-size: 2rem;
    color: var(--primary-neon);
    margin-bottom: 1rem;
}

.stat-number {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    color: var(--accent-neon);
    font-weight: bold;
    text-shadow: 0 0 10px var(--accent-neon);
}

.stat-text {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-top: 0.5rem;
    letter-spacing: 1px;
}

/* 3D Cyberpunk Cube */
.cyberpunk-cube-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    perspective: 1000px;
}

.cube-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    animation: cubeRotate 20s linear infinite;
}

.cyberpunk-cube {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 50px auto;
    transform-style: preserve-3d;
    animation: cubeFloat 6s ease-in-out infinite;
}

.cube-face {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(0, 255, 255, 0.1);
    border: 2px solid var(--primary-neon);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Orbitron', monospace;
    box-shadow: 
        0 0 20px rgba(0, 255, 255, 0.3),
        inset 0 0 20px rgba(0, 255, 255, 0.1);
}

.cube-face.front {
    transform: rotateY(0deg) translateZ(100px);
    border-color: var(--primary-neon);
    background: rgba(0, 255, 255, 0.15);
}

.cube-face.back {
    transform: rotateY(180deg) translateZ(100px);
    border-color: var(--secondary-neon);
    background: rgba(255, 0, 255, 0.15);
}

.cube-face.right {
    transform: rotateY(90deg) translateZ(100px);
    border-color: var(--accent-neon);
    background: rgba(0, 255, 0, 0.15);
}

.cube-face.left {
    transform: rotateY(-90deg) translateZ(100px);
    border-color: var(--warning-neon);
    background: rgba(255, 255, 0, 0.15);
}

.cube-face.top {
    transform: rotateX(90deg) translateZ(100px);
    border-color: var(--danger-neon);
    background: rgba(255, 0, 128, 0.15);
}

.cube-face.bottom {
    transform: rotateX(-90deg) translateZ(100px);
    border-color: var(--primary-neon);
    background: rgba(0, 255, 255, 0.15);
}

.face-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.face-content i {
    font-size: 3rem;
    color: currentColor;
    text-shadow: 0 0 20px currentColor;
}

.face-content span {
    font-size: 1.2rem;
    font-weight: 700;
    color: currentColor;
    text-shadow: 0 0 10px currentColor;
    letter-spacing: 2px;
}

.cube-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(0, 255, 255, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: glowPulse 4s ease-in-out infinite;
}

.orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

.ring-1 {
    width: 320px;
    height: 320px;
    border-color: var(--primary-neon);
    animation: orbitRotate 15s linear infinite;
}

.ring-2 {
    width: 360px;
    height: 360px;
    border-color: var(--secondary-neon);
    animation: orbitRotate 20s linear infinite reverse;
}

.ring-3 {
    width: 400px;
    height: 400px;
    border-color: var(--accent-neon);
    animation: orbitRotate 25s linear infinite;
}

.cube-info {
    text-align: center;
    background: var(--glass-bg);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    max-width: 300px;
}

.cube-info h3 {
    color: var(--primary-neon);
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.cube-info p {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Cube Animations */
@keyframes cubeRotate {
    0% { transform: rotateX(0deg) rotateY(0deg); }
    100% { transform: rotateX(360deg) rotateY(360deg); }
}

@keyframes cubeFloat {
    0%, 100% { transform: translateY(0px) rotateX(0deg) rotateY(0deg); }
    25% { transform: translateY(-20px) rotateX(10deg) rotateY(90deg); }
    50% { transform: translateY(-10px) rotateX(0deg) rotateY(180deg); }
    75% { transform: translateY(-15px) rotateX(-10deg) rotateY(270deg); }
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes orbitRotate {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Animations */
@keyframes dataNodeFloat {
    0%, 100% { 
        transform: translateY(0px) translateX(0px) scale(1) rotate(0deg); 
        opacity: 0.8;
    }
    25% { 
        transform: translateY(-30px) translateX(15px) scale(1.2) rotate(90deg); 
        opacity: 1;
    }
    50% { 
        transform: translateY(-20px) translateX(-10px) scale(0.9) rotate(180deg); 
        opacity: 0.6;
    }
    75% { 
        transform: translateY(-40px) translateX(-20px) scale(1.1) rotate(270deg); 
        opacity: 1;
    }
}

@keyframes gridSlide {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(50px) translateY(50px); }
}

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

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

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

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

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

@keyframes coreGlow {
    from { 
        box-shadow: 0 0 20px var(--primary-neon);
        background: radial-gradient(circle, var(--primary-neon) 0%, transparent 70%);
    }
    to { 
        box-shadow: 0 0 40px var(--primary-neon);
        background: radial-gradient(circle, var(--secondary-neon) 0%, transparent 70%);
    }
}

@keyframes streamFlow {
    0%, 100% { opacity: 0; transform: translateX(-50%) scaleY(0); }
    50% { opacity: 1; transform: translateX(-50%) scaleY(1); }
}

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

@keyframes dotPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

@keyframes typewriter {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 0; }
}

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

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

@keyframes gridPulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
}

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

/* Responsive Design for Data Visualization */
@media (max-width: 1024px) {
    .data-content {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 2rem;
        padding: 2rem;
        overflow-y: auto;
    }
    
    .central-core {
        width: 200px;
        height: 200px;
    }
    
    .outer-ring { width: 180px; height: 180px; }
    .middle-ring { width: 140px; height: 140px; }
    .inner-ring { width: 100px; height: 100px; }
    .core-center { width: 60px; height: 60px; font-size: 1.5rem; }
}

@media (max-width: 768px) {
    .data-left, .data-center, .data-right {
        padding: 1rem;
    }
    
    .holographic-display,
    .terminal-display,
    .deployment-stats {
        max-width: 100%;
    }
    
    .deployment-stats {
        flex-direction: column;
    }
    
    .tech-label {
        font-size: 0.7rem;
    }
}

/* Galaxy Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(135deg, 
        rgba(102, 126, 234, 0.1) 0%, 
        rgba(118, 75, 162, 0.1) 50%, 
        rgba(0, 0, 0, 0.3) 100%);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-galaxy);
    opacity: 0.1;
    z-index: -1;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-text {
    font-family: 'Orbitron', monospace;
    font-size: 1.8rem;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
}

.logo-subtitle {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-top: -5px;
    font-weight: 300;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: width 0.3s ease;
}

.nav-link:hover::before {
    width: 100%;
}

.nav-link:hover {
    color: var(--primary-neon);
    text-shadow: 0 0 10px var(--primary-neon);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--primary-neon);
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 2rem 2rem;
    position: relative;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}

.hero-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.placeholder-space {
    width: 300px;
    height: 400px;
    border: 2px dashed var(--primary-neon);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--card-bg);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.placeholder-space::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, var(--primary-neon), transparent);
    animation: rotate 4s linear infinite;
    z-index: -1;
}

.placeholder-content {
    text-align: center;
    z-index: 1;
}

.placeholder-content i {
    font-size: 3rem;
    color: var(--primary-neon);
    margin-bottom: 1rem;
    opacity: 0.7;
}

.hero-right {
    padding-left: 2rem;
}

.hero-title {
    margin-bottom: 2rem;
}

.title-main {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 50px rgba(0, 255, 255, 0.3);
    margin-bottom: 0.5rem;
    animation: glow 2s ease-in-out infinite alternate;
}

.title-sub {
    display: block;
    font-size: 1.8rem;
    color: var(--secondary-neon);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.title-desc {
    display: block;
    font-size: 1.2rem;
    color: var(--text-secondary);
    font-weight: 400;
}

.hero-description {
    background: var(--glass-bg);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    backdrop-filter: blur(20px);
}

.hero-description h3 {
    color: var(--primary-neon);
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.description-section {
    margin-bottom: 1.5rem;
}

.description-section h4 {
    color: var(--accent-neon);
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.description-section ul {
    list-style: none;
    padding-left: 1rem;
}

.description-section li {
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1rem;
}

.description-section li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: var(--primary-neon);
    font-size: 0.8rem;
}

/* Strategy Section */
.strategy-section {
    padding: 100px 2rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(26, 26, 46, 0.8) 100%);
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.strategy-phase {
    background: var(--glass-bg);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.strategy-phase:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 255, 255, 0.2);
}

.strategy-phase::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.strategy-phase:hover::before {
    left: 100%;
}

.phase-number {
    font-family: 'Orbitron', monospace;
    font-size: 3rem;
    font-weight: 900;
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.strategy-phase h3 {
    color: var(--primary-neon);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.strategy-phase p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.phase-tech {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.phase-tech i {
    font-size: 1.5rem;
    color: var(--accent-neon);
    transition: transform 0.3s ease;
}

.phase-tech i:hover {
    transform: scale(1.2);
}

.methodology {
    text-align: center;
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 0, 255, 0.2);
}

.methodology h3 {
    color: var(--secondary-neon);
    margin-bottom: 1rem;
}

/* Security Cards Section */
.security-section {
    padding: 100px 2rem;
    background: var(--dark-bg);
}

.security-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.security-card {
    background: var(--glass-bg);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}

.security-card:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 25px 50px rgba(0, 255, 255, 0.3);
}

.security-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, var(--primary-neon), transparent);
    animation: rotate 4s linear infinite;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.security-card:hover::before {
    opacity: 0.1;
}

.card-icon {
    font-size: 4rem;
    color: var(--primary-neon);
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px var(--primary-neon);
}

.security-card h3 {
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.security-card p {
    color: var(--text-secondary);
    line-height: 1.6;
}

.card-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, var(--primary-neon) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.security-card:hover .card-glow {
    opacity: 0.1;
}

/* Timeline Section */
.timeline-section {
    padding: 100px 2rem;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.7) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: relative;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gradient-primary);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 4rem;
    width: 50%;
}

.timeline-item:nth-child(even) {
    margin-left: 50%;
    padding-left: 3rem;
}

.timeline-item:nth-child(odd) {
    padding-right: 3rem;
    text-align: right;
}

.timeline-marker {
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background: var(--primary-neon);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--primary-neon);
}

.timeline-item:nth-child(even) .timeline-marker {
    left: -3rem;
}

.timeline-item:nth-child(odd) .timeline-marker {
    right: -3rem;
}

.timeline-content {
    background: var(--glass-bg);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    position: relative;
}

.timeline-content h3 {
    color: var(--primary-neon);
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.timeline-details h4 {
    color: var(--accent-neon);
    margin-bottom: 0.8rem;
}

.timeline-details ul {
    list-style: none;
    padding-left: 1rem;
}

.timeline-details li {
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1rem;
}

.timeline-details li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-neon);
}

.implementation-images {
    margin-top: 1.5rem;
}

.timeline-screenshot {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    border: 2px solid rgba(0, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.timeline-screenshot:hover {
    transform: scale(1.05);
    border-color: var(--primary-neon);
    box-shadow: 0 10px 25px rgba(0, 255, 255, 0.4);
}

.image-placeholder {
    background: var(--card-bg);
    border: 2px dashed rgba(0, 255, 255, 0.3);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    color: var(--text-secondary);
}

.image-placeholder i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--primary-neon);
}

/* Technology Stack Section */
.tech-section {
    padding: 100px 2rem;
    background: rgba(10, 10, 10, 0.7);
    position: relative;
}

.tech-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.tech-category {
    background: var(--glass-bg);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 0, 255, 0.2);
    backdrop-filter: blur(20px);
}

.tech-category h3 {
    color: var(--secondary-neon);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

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

.tech-item {
    text-align: center;
    padding: 1rem;
    background: var(--card-bg);
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.tech-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary-neon);
    box-shadow: 0 10px 20px rgba(0, 255, 255, 0.2);
}

.tech-item i {
    font-size: 2rem;
    color: var(--primary-neon);
    margin-bottom: 0.5rem;
    display: block;
}

.tech-item span {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

/* Results Section */
.results-section {
    padding: 100px 2rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(26, 26, 46, 0.8) 100%);
    position: relative;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.result-card {
    background: var(--glass-bg);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 0, 0.2);
    backdrop-filter: blur(20px);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.result-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, var(--accent-neon), transparent);
    animation: rotate 6s linear infinite;
    z-index: -1;
    opacity: 0.05;
}

.result-icon {
    font-size: 3rem;
    color: var(--accent-neon);
    margin-bottom: 1rem;
}

.result-card h3 {
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

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

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-family: 'Orbitron', monospace;
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-neon);
    text-shadow: 0 0 10px var(--accent-neon);
}

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

/* Future Section */
.future-section {
    padding: 100px 2rem;
    background: rgba(10, 10, 10, 0.7);
    position: relative;
}

.future-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin: 3rem 0;
}

.future-column {
    background: var(--glass-bg);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 0, 0.2);
    backdrop-filter: blur(20px);
}

.future-column h3 {
    color: var(--warning-neon);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.future-column ul {
    list-style: none;
}

.future-column li {
    color: var(--text-secondary);
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
}

.future-column li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--warning-neon);
    font-weight: bold;
}

.conclusion {
    text-align: center;
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    margin-top: 2rem;
}

.conclusion h3 {
    color: var(--primary-neon);
    margin-bottom: 1rem;
}

.conclusion p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Team Section */
.team-section {
    padding: 100px 2rem;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.7) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: relative;
}

.team-member {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.member-card {
    background: var(--glass-bg);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    text-align: center;
    max-width: 400px;
    position: relative;
    overflow: hidden;
}

.member-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, var(--primary-neon), transparent);
    animation: rotate 8s linear infinite;
    z-index: -1;
    opacity: 0.05;
}

.member-avatar {
    font-size: 4rem;
    color: var(--primary-neon);
    margin-bottom: 1.5rem;
}

.member-info h3 {
    font-size: 1.8rem;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.member-role {
    color: var(--text-secondary);
    margin-bottom: 2rem;
    font-style: italic;
}

.member-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-neon);
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    border: 1px solid var(--primary-neon);
    border-radius: 25px;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-neon);
    color: var(--dark-bg);
    box-shadow: 0 5px 15px rgba(0, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* Footer */
.footer {
    padding: 2rem;
    background: var(--darker-bg);
    border-top: 1px solid rgba(0, 255, 255, 0.2);
    text-align: center;
    position: relative;
}

.footer p {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.footer-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: var(--gradient-primary);
    opacity: 0.6;
}

/* Animations */
@keyframes glow {
    from { text-shadow: 0 0 20px var(--primary-neon); }
    to { text-shadow: 0 0 30px var(--primary-neon), 0 0 40px var(--primary-neon); }
}

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

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

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: var(--glass-bg);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        backdrop-filter: blur(20px);
        border-top: 1px solid rgba(0, 255, 255, 0.2);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .hamburger {
        display: flex;
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .hero-right {
        padding-left: 0;
    }

    .title-main {
        font-size: 2.5rem;
    }

    .placeholder-space {
        width: 250px;
        height: 300px;
    }

    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 4rem;
        text-align: left;
    }

    .timeline-item:nth-child(even) {
        margin-left: 0;
    }

    .timeline-item:nth-child(odd) {
        padding-right: 0;
    }

    .timeline-marker {
        left: 20px !important;
        right: auto !important;
    }

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

    .member-links {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 100px 1rem 1rem;
    }

    .container {
        padding: 0 1rem;
    }

    .title-main {
        font-size: 2rem;
    }

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

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

    .security-cards {
        grid-template-columns: 1fr;
    }

    .tech-categories {
        grid-template-columns: 1fr;
    }

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

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

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

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-neon);
}