.elementor-kit-596{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#8C63FD;--e-global-color-inverse_primary:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:0.875rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.15em;--e-global-typography-inverse_primary-font-family:"Roboto";font-family:"Arial", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
:root {
    --primary-purple: #5A27FF;
    --accent-blue: #2AD3FF;
    --neutral-900: #0F1220;
    --neutral-200: #E6E8F2;
    --neutral-100: #F8F9FC;
}

.merkad-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0b2e 50%, #16213e 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.gradient-text {
    background: linear-gradient(135deg, #5A27FF 0%, #8B5CF6 50%, #A855F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cyber-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(90, 39, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.4s ease;
}

.cyber-card:hover {
    transform: translateY(-8px);
    border-color: rgba(90, 39, 255, 0.4);
    box-shadow: 0 20px 60px rgba(90, 39, 255, 0.2);
}

.tech-button {
    background: linear-gradient(135deg, #5A27FF 0%, #8B5CF6 100%);
    border: 2px solid transparent;
    border-radius: 50px;
    padding: 16px 32px;
    font-weight: 600;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(90, 39, 255, 0.4);
}

.tech-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(90, 39, 255, 0.6);
}

.tech-button-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(90, 39, 255, 0.3);
    color: #A855F7;
}

.status-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10B981;
    animation: pulse 2s ease-in-out infinite;
    display: inline-block;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

.tech-badge {
    background: rgba(90, 39, 255, 0.1);
    border: 1px solid rgba(90, 39, 255, 0.3);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #A855F7;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.terminal-window {
    background: #0a0a0a;
    border: 1px solid rgba(90, 39, 255, 0.3);
    border-radius: 8px;
    overflow: hidden;
    font-family: 'Monaco', 'Menlo', monospace;
}

.terminal-header {
    background: rgba(90, 39, 255, 0.1);
    padding: 8px 16px;
    border-bottom: 1px solid rgba(90, 39, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.terminal-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.terminal-dot.red { background: #EF4444; }
.terminal-dot.yellow { background: #F59E0B; }
.terminal-dot.green { background: #10B981; }

.metric-bar {
    width: 100%;
    height: 4px;
    background: rgba(90, 39, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 8px;
}

.metric-fill {
    height: 100%;
    background: linear-gradient(90deg, #5A27FF, #A855F7);
    border-radius: 2px;
    animation: fillUp 2s ease-out forwards;
}

@keyframes fillUp {
    0% { width: 0; }
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .cyber-card {
        padding: 1.5rem;
    }
    
    .tech-button {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .terminal-window {
        font-size: 12px;
    }
    
    h1 {
        font-size: 2rem !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .cyber-card {
        padding: 1rem;
    }
    
    .tech-button {
        padding: 10px 20px;
        font-size: 13px;
    }
}
</style>/* End custom CSS */