/* Custom Modern Header Styles - "Dev/Tech" Edition */

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&amp;family=Manrope:wght@400;600;700&amp;display=swap');

/* Glassmorphism Header */
header.transparent {
    background: rgba(10, 11, 16, 0.9) !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    height: 90px;
    display: flex;
    align-items: center;
    z-index: 2000;
}

header.autoshow.scrollOn {
    background: rgba(5, 5, 10, 0.98) !important;
    height: 80px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(5, 92, 255, 0.2);
}

.de-flex.sm-pt10 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100%;
}

#logo {
    display: flex;
    align-items: center;
    margin-right: 30px;
    min-width: 140px;
}

#logo img {
    max-height: 42px;
    transition: transform 0.3s;
    filter: drop-shadow(0 0 8px rgba(0, 89, 255, 0.2));
}

#logo img:hover {
    filter: drop-shadow(0 0 15px rgba(0, 85, 255, 0.5));
    transform: scale(1.05);
}

.header-col-mid {
    flex: 1;
    display: flex;
    justify-content: center;
}

#mainmenu {
    display: flex !important;
    align-items: center;
    gap: 0;
    margin: 0 !important;
}

#mainmenu>li {
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    margin: 0 !important;
    border: none !important;
    position: relative;
    padding: 0 10px;
}

#mainmenu>li>a.menu-item {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #a0a0b0;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
}

#mainmenu>li>a.menu-item:hover,
#mainmenu>li:hover>a.menu-item {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#mainmenu>li>a.menu-item i {
    color: #0073ff;
    font-size: 1rem;
    transition: all 0.3s;
}

#mainmenu>li.has-child:after {
    font-family: "FontAwesome";
    content: "\f107" !important;
    color: #555;
    font-size: 10px !important;
    margin-left: 6px;
    position: static !important;
    display: block;
    line-height: 1;
    border: none !important;
    transition: transform 0.3s ease;
}

#mainmenu>li.has-child:hover:after {
    transform: rotate(180deg);
    color: #0073ff;
}

/* Dropdown - TAMAÑO REDUCIDO */
#mainmenu>li>ul,
#mainmenu>li>ul.especial-hover {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(8px) !important;
    top: 100% !important;
    margin-top: 0 !important;

    background: linear-gradient(135deg, rgba(10, 5, 15, 0.98) 0%, rgba(25, 10, 20, 0.98) 100%) !important;
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(5, 92, 255, 0.03) 18px, rgba(5, 92, 255, 0.03) 19px),
        repeating-linear-gradient(90deg, transparent, transparent 35px, rgba(5, 92, 255, 0.02) 35px, rgba(5, 92, 255, 0.02) 36px) !important;

    backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(8, 94, 243, 0.35) !important;
    border-top: 2px solid #006aff !important;
    border-radius: 10px !important;
    padding: 10px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 30px rgba(5, 92, 255, 0.15) !important;

    min-width: 240px !important;
    z-index: 9999 !important;

    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    pointer-events: none !important;
}

#mainmenu>li:hover>ul,
#mainmenu>li:hover>ul.especial-hover {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
    pointer-events: auto !important;
}

/* Items del dropdown - MÁS COMPACTOS */
#mainmenu ul li {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 6px !important;
    float: none !important;
}

#mainmenu ul li:last-child {
    margin-bottom: 0 !important;
}

#mainmenu ul li .menu-item.new {
    border-radius: 8px !important;
    padding: 12px 14px !important;
    border: 1px solid rgba(5, 92, 255, 0.12) !important;
    background: rgba(15, 10, 20, 0.75) !important;
    width: 100% !important;
    color: #bbc !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: left !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

#mainmenu ul li .menu-item.new i {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 60, 255, 0.12) !important;
    border-radius: 7px !important;
    color: #1a5ae4 !important;
    font-size: 0.95rem !important;
    border: 1px solid rgba(0, 85, 255, 0.25) !important;
    transition: all 0.25s ease !important;
}

#mainmenu ul li .menu-item.new:hover {
    background: rgba(0, 85, 255, 0.15) !important;
    border-color: rgba(0, 98, 255, 0.789) !important;
    color: #fff !important;
    transform: translateX(5px) !important;
    box-shadow: 0 4px 15px rgba(0, 76, 255, 0.15) !important;
}

#mainmenu ul li .menu-item.new:hover i {
    background: linear-gradient(135deg, #0062ff 0%, #0248fc 100%) !important;
    color: #fff !important;
    border-color: #005eff !important;
    box-shadow: 0 0 15px rgb(0, 60, 255) !important;
    transform: scale(1.1) !important;
}

/* Side Buttons */
.menu_side_area {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.btn-library-custom,
.btn-lang-custom {
    background: rgba(255, 255, 255, 0.03);
    color: #889;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-library-custom:hover,
.btn-lang-custom:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.btn-login-custom {
    background: rgba(180, 0, 0, 0.15);
    color: #ff4d4d !important;
    border: 1px solid rgba(255, 0, 0, 0.3);
    padding: 0 24px;
    height: 40px;
    border-radius: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap !important;
}

.btn-login-custom:hover {
    background: #d00000;
    color: #fff !important;
    border-color: #ff0000;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    transform: translateY(-1px);
}

@media (max-width: 1400px) {
    #mainmenu {
        gap: 0;
    }

    #mainmenu>li>a.menu-item {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
}

/* ===== HERO SLIDER ENHANCED STYLES ===== */

/* Slider Container */
#swiper {
    position: relative;
}

/* Slider Inner */
.swiper-inner {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 680px !important;
    position: relative;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
}

/* Overlay - MUST be behind content with z-index: 1 */
.sw-overlay {
    background: linear-gradient(to right,
            rgba(5, 5, 10, 0.95) 0%,
            rgba(5, 5, 10, 0.88) 35%,
            rgba(5, 5, 10, 0.65) 65%,
            rgba(5, 5, 10, 0.4) 100%) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    /* Behind content */
}

/* Caption - MUST be above overlay and properly positioned */
.sw-caption {
    position: relative !important;
    z-index: 100 !important;
    width: 100% !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    /* CRITICAL: Reset any transforms from theme */
    transform: none !important;
    top: auto !important;
    left: auto !important;
    overflow: visible !important;
}

/* Subtitle badge styling */
.subtitle.blink {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 72, 255, 0.15);
    border: 1px solid rgba(0, 76, 255, 0.4);
    padding: 8px 18px;
    border-radius: 30px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: #214ff5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: pulse-glow 2s ease-in-out infinite;
}

.subtitle.blink::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #0055ff;
    border-radius: 50%;
    animation: blink-dot 1.5s ease-in-out infinite;
    box-shadow: 0 0 10px #0055ff;
}

@keyframes blink-dot {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 15px rgba(0, 55, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 25px rgba(0, 81, 255, 0.899);
    }
}

/* Main Title Styling - FIXED VISIBILITY */
.slider-title {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800 !important;
    font-size: 3.5rem !important;
    color: #ffffff !important;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.8), 0 0 40px rgba(5, 92, 255, 0.4) !important;
    letter-spacing: -1px !important;
    line-height: 1.15 !important;
    -webkit-text-fill-color: #ffffff !important;
    /* Force white text */
}

/* Slider Text/Description - Improved */
.slider-text {
    font-family: 'Manrope', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    max-width: 500px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    margin-bottom: 20px !important;
}

/* Price Section */
.sw-price {
    background: rgba(0, 42, 255, 0.08);
    border: 1px solid rgba(0, 60, 255, 0.25);
    border-radius: 12px;
    padding: 16px 24px;
    display: inline-block;
    margin-top: 10px;
}

.d-starting {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.d-price {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.d-cur {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.2rem;
    color: #0062ff;
    font-weight: 700;
}

.d-val {
    font-family: 'Manrope', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.d-period {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

/* CTA Button Enhanced - No cutoff */
.btn-main {
    background: linear-gradient(135deg, #0048ff 0%, #4473ff 100%) !important;
    border: none !important;
    padding: 14px 28px !important;
    border-radius: 10px !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 25px rgba(0, 94, 255, 0.35) !important;
    display: inline-block !important;
    margin-top: 15px !important;
}

.btn-main:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 35px rgb(0, 68, 255) !important;
    background: linear-gradient(135deg, #224aff 0%, #6696ff 100%) !important;
}

/* Swiper Navigation Arrows */
.swiper-button-prev,
.swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    background: rgba(5, 92, 255, 0.15) !important;
    border: 1px solid rgb(0, 81, 255) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px !important;
    color: #0037ff !important;
    font-weight: bold !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(0, 51, 255, 0.3) !important;
    border-color: #0037ff !important;
    transform: scale(1.1) !important;
}

/* Swiper Pagination Dots */
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
    background: #0066ff !important;
    width: 35px !important;
    border-radius: 6px !important;
    box-shadow: 0 0 15px rgba(0, 98, 255, 0.6) !important;
}

/* Responsive */
/* ===== NEW HERO GLOBE SECTION ===== */

.hero-globe-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #050510 0%, #0a0a1a 50%, #0f0515 100%);
    overflow: hidden;
    padding-top: 220px;
    padding-bottom: 100px;
}

/* Overlay gradient */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 70% 50%, rgba(0, 68, 255, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

/* Globe container - larger */
.globe-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 900px;
    z-index: 0;
}

/* Rotating World Map */
.world-map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 350px;
    opacity: 0.4;
    animation: rotate-map 60s linear infinite;
}

.map-svg {
    width: 100%;
    height: 100%;
}

.continent {
    fill: none;
    stroke: rgba(0, 89, 255, 0.3);
    stroke-width: 2;
    filter: drop-shadow(0 0 10px rgba(0, 76, 255, 0.3));
}

@keyframes rotate-map {
    0% {
        transform: translate(-50%, -50%) rotateY(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateY(360deg);
    }
}

/* Globe Rings - rotating */
.globe-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(0, 64, 255, 0.2);
    border-radius: 50%;
}

.ring-1 {
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%) rotateX(70deg);
    animation: spin-ring 20s linear infinite;
}

.ring-2 {
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%) rotateX(70deg) rotateZ(45deg);
    animation: spin-ring 15s linear infinite reverse;
}

.ring-3 {
    width: 600px;
    height: 600px;
    transform: translate(-50%, -50%) rotateX(70deg) rotateZ(-30deg);
    animation: spin-ring 25s linear infinite;
    border-style: dashed;
}

@keyframes spin-ring {
    0% {
        transform: translate(-50%, -50%) rotateX(70deg) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateX(70deg) rotateZ(360deg);
    }
}

/* Data Flow - moving particles along paths */
.data-flow {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0033ff;
    border-radius: 50%;
    box-shadow: 0 0 15px #0051ff, 0 0 30px rgba(0, 98, 255, 0.5);
    animation: flow-particle 4s ease-in-out infinite;
}

.flow-1 {
    top: 30%;
    left: 20%;
    animation-delay: 0s;
}

.flow-2 {
    top: 40%;
    left: 70%;
    animation-delay: 0.5s;
}

.flow-3 {
    top: 60%;
    left: 30%;
    animation-delay: 1s;
}

.flow-4 {
    top: 50%;
    left: 80%;
    animation-delay: 1.5s;
}

.flow-5 {
    top: 25%;
    left: 50%;
    animation-delay: 2s;
}

.flow-6 {
    top: 70%;
    left: 60%;
    animation-delay: 2.5s;
}

.flow-7 {
    top: 45%;
    left: 15%;
    animation-delay: 3s;
}

.flow-8 {
    top: 35%;
    left: 85%;
    animation-delay: 3.5s;
}

@keyframes flow-particle {
    0% {
        transform: translate(0, 0) scale(0.5);
        opacity: 0;
    }

    20% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        transform: translate(50px, -30px) scale(1.2);
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translate(100px, 20px) scale(0.5);
        opacity: 0;
    }
}

/* Connection Nodes - pulsing */
.node {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 42, 255, 0.8);
    border-radius: 50%;
    animation: pulse-node 3s ease-in-out infinite;
}

.node::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 85, 255, 0.3);
    border-radius: 50%;
    animation: ripple-node 2s ease-out infinite;
}

.node-1 {
    top: 20%;
    left: 25%;
    animation-delay: 0s;
}

.node-2 {
    top: 35%;
    left: 65%;
    animation-delay: 0.4s;
}

.node-3 {
    top: 55%;
    left: 35%;
    animation-delay: 0.8s;
}

.node-4 {
    top: 70%;
    left: 75%;
    animation-delay: 1.2s;
}

.node-5 {
    top: 25%;
    left: 80%;
    animation-delay: 1.6s;
}

.node-6 {
    top: 65%;
    left: 20%;
    animation-delay: 2s;
}

.node-7 {
    top: 45%;
    left: 50%;
    animation-delay: 2.4s;
}

.node-8 {
    top: 80%;
    left: 45%;
    animation-delay: 2.8s;
}


/* =========================================
   MODERN HEADER STYLES (MATCHES REFERENCE)
   ========================================= */

.modern-header {
    background: #05050f !important;
    padding: 0 40px;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2000;
    font-family: 'Manrope', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-left-spacer {
    flex: 1;
}

.nav-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* Nav Link Styles */
.nav-link-modern {
    color: #a0a0b0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 5px;
    position: relative;
    transition: all 0.3s ease;
}

.nav-link-modern i {
    font-size: 16px;
    color: #707080;
    transition: all 0.3s ease;
}

.nav-link-modern:hover,
.nav-link-modern.active,
.dropdown-modern:hover .nav-link-modern {
    color: #ffffff;
}

.nav-link-modern:hover i,
.dropdown-modern:hover .nav-link-modern i {
    color: #ffffff;
}

.dropdown-modern {
    position: relative;
}

.chevron {
    font-size: 10px;
    margin-left: 2px;
    transition: transform 0.3s ease;
    opacity: 0.7;
}

.dropdown-modern:hover .chevron {
    transform: rotate(180deg);
    opacity: 1;
}

/* Mega Menu Styles */
.mega-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #0a0a10;
    border: 1px solid rgba(255, 50, 50, 0.2);
    /* Reddish border */
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 50, 50, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2100;
}

.mega-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #0a0a10;
    border-left: 1px solid rgba(255, 50, 50, 0.2);
    border-top: 1px solid rgba(255, 50, 50, 0.2);
    z-index: 2;
}

.dropdown-modern:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Games Grid */
.games-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 650px;
}

.game-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    color: #cccccc;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.game-item:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.05);
    transform: translateX(3px);
}

.game-item img {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    object-fit: cover;
}

.game-item span {
    font-size: 14px;
    font-weight: 500;
}

.game-item.view-more {
    background: rgba(255, 50, 50, 0.08);
    /* Dark red tint */
    border: 1px solid rgba(255, 50, 50, 0.15);
}

.game-item.view-more:hover {
    background: rgba(255, 50, 50, 0.15);
    border-color: rgba(255, 50, 50, 0.3);
}

.view-more-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff3333;
    background: rgba(255, 50, 50, 0.1);
    border-radius: 6px;
}

/* Cloud List */
.cloud-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 380px;
}

.cloud-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.cloud-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.cloud-icon {
    font-size: 22px;
    color: #a0a0b0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cloud-item:hover .cloud-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.cloud-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cloud-info .title {
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.cloud-info .desc {
    font-size: 13px;
    color: #606070;
    transition: color 0.3s ease;
}

.cloud-item:hover .cloud-info .desc {
    color: #808090;
}

/* Login Button */
.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.login-btn-modern {
    background: #6D0C0C;
    /* Solid dark red matching image */
    color: #ffffff;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.login-btn-modern:hover {
    background: #850e0e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(109, 12, 12, 0.4);
    color: #ffffff;
}

.login-btn-modern i {
    font-size: 14px;
}

/* Responsive Hide */
@media (max-width: 992px) {
    .modern-header {
        display: none;
    }
}

/* =========================================
   FUCHSIA MATRIX HEADER STYLES
   ========================================= */

.fuchsia-header {
    background: linear-gradient(180deg, #0a0a12 0%, #0f0f18 100%);
    padding: 0 60px;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2000;
    font-family: 'Manrope', sans-serif;
    border-bottom: 1px solid rgba(5, 92, 255, 0.1);
}

.fuchsia-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.fuchsia-logo {
    display: flex;
    align-items: center;
}

.fuchsia-logo img {
    max-height: 40px;
    width: auto;
    transition: all 0.3s ease;
}

.fuchsia-logo a:hover img {
    filter: drop-shadow(0 0 10px rgba(0, 89, 255, 0.5));
    transform: scale(1.02);
}

.fuchsia-menu {
    display: flex;
    align-items: center;
    gap: 35px;
}

/* Fuchsia Link Styles */
.fuchsia-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.fuchsia-link i {
    font-size: 16px;
    color: #002fff;
    /* Fuchsia color */
    transition: all 0.3s ease;
}

.fuchsia-link:hover {
    color: #0055ff;
}

.fuchsia-link:hover i {
    filter: drop-shadow(0 0 8px rgba(0, 102, 255, 0.8));
    transform: scale(1.15);
}

.fuchsia-chevron {
    font-size: 10px;
    margin-left: 3px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.fuchsia-dropdown:hover .fuchsia-chevron {
    transform: rotate(180deg);
    color: #0048ff;
}

/* Fuchsia Dropdown */
.fuchsia-dropdown {
    position: relative;
}

/* Matrix Style Dropdown Menu */
.fuchsia-dropdown-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    min-width: 280px;
    background: linear-gradient(135deg, rgba(10, 5, 15, 0.98) 0%, rgba(20, 10, 25, 0.98) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(5, 92, 255, 0.35);
    border-top: 3px solid #0062ff;
    border-radius: 12px;
    padding: 12px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.9),
        0 0 30px rgba(0, 68, 255, 0.15),
        inset 0 1px 0 rgba(5, 92, 255, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2100;
}

/* Matrix grid pattern overlay */
.fuchsia-dropdown-menu.matrix-style::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(5, 92, 255, 0.03) 20px, rgba(5, 92, 255, 0.03) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(5, 92, 255, 0.02) 40px, rgba(5, 92, 255, 0.02) 41px);
    pointer-events: none;
    border-radius: 12px;
    z-index: 0;
}

.fuchsia-dropdown:hover .fuchsia-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown Items */
.fuchsia-dropdown-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    color: #c0c0d0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.25s ease;
    position: relative;
    z-index: 1;
}

.fuchsia-dropdown-item:hover {
    background: rgba(5, 92, 255, 0.12);
    border-color: rgba(5, 92, 255, 0.4);
    color: #ffffff;
    transform: translateX(5px);
    box-shadow: 0 4px 20px rgba(5, 92, 255, 0.2);
}

/* Dropdown Icons */
.dropdown-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    object-fit: contain;
    filter: brightness(0.9);
    transition: all 0.3s ease;
}

.fuchsia-dropdown-item:hover .dropdown-icon {
    filter: brightness(1) drop-shadow(0 0 8px rgba(5, 92, 255, 0.6));
    transform: scale(1.1);
}

.dropdown-icon-fa {
    width: 28px;
    height: 28px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #4460ff;
    background: rgba(5, 92, 255, 0.12);
    border-radius: 6px;
    border: 1px solid rgba(5, 92, 255, 0.25);
    transition: all 0.3s ease;
}

.fuchsia-dropdown-item:hover .dropdown-icon-fa {
    background: linear-gradient(135deg, #0048ff 0%, #4473ff 100%);
    color: #fff;
    border-color: #003cff;
    box-shadow: 0 0 15px rgba(0, 89, 255, 0.6);
    transform: scale(1.1);
}

/* See More Item */
.fuchsia-dropdown-item.see-more {
    background: rgba(5, 92, 255, 0.05);
    border: 1px solid rgba(5, 92, 255, 0.15);
    margin-top: 8px;
}

.fuchsia-dropdown-item.see-more:hover {
    background: rgba(5, 92, 255, 0.2);
    border-color: rgba(0, 47, 255, 0.5);
}

/* Responsive */
@media (max-width: 1200px) {
    .fuchsia-header {
        padding: 0 30px;
    }

    .fuchsia-menu {
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .fuchsia-header {
        display: none;
    }
}

/* =========================================
   XEROHOST-STYLE HEADER (FUCHSIA MATRIX)
   ========================================= */

.xero-header {
    background: linear-gradient(90deg, #08080d 0%, #0c0a12 50%, #08080d 100%);
    padding: 0 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2000;
    font-family: 'Manrope', sans-serif;
    border-bottom: 1px solid rgba(0, 72, 255, 0.12);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.xero-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 50px;
}

/* Logo */
.xero-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.xero-logo img {
    max-height: 36px;
    width: auto;
    transition: all 0.3s ease;
}

.xero-logo a:hover img {
    filter: drop-shadow(0 0 10px rgba(0, 68, 255, 0.6));
    transform: scale(1.03);
}

/* Menu - Centered */
.xero-menu {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Links with unique pill style */
.xero-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #c8c8d8;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    transition: all 0.25s ease;
    background: transparent;
    border: 1px solid transparent;
}

.xero-nav-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: all 0.25s ease;
    filter: none;
    opacity: 0.9;
}

/* FontAwesome Nav Icons - Clean style with fuchsia color */
.xero-nav-icon-fa {
    font-size: 15px;
    color: #0a47ff;
    transition: all 0.25s ease;
}

.xero-link:hover {
    color: #ffffff;
    background: rgba(5, 92, 255, 0.08);
    border-color: rgba(5, 92, 255, 0.15);
}

.xero-link:hover .xero-nav-icon {
    filter: drop-shadow(0 0 8px rgb(0, 76, 255));
    opacity: 1;
    transform: scale(1.1);
}

.xero-link:hover .xero-nav-icon-fa {
    color: #002fff;
    filter: drop-shadow(0 0 8px rgb(0, 51, 255));
    transform: scale(1.15);
}

.xero-chevron {
    font-size: 9px;
    margin-left: 3px;
    color: rgba(255, 255, 255, 0.35);
    transition: all 0.25s ease;
}

.xero-dropdown:hover .xero-chevron {
    transform: rotate(180deg);
    color: #0651ff;
}

/* Dropdown container */
.xero-dropdown {
    position: relative;
}

/* Games Mega Menu - Unique rounded style */
.xero-mega-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: linear-gradient(145deg, #100a14 0%, #0a0810 100%);
    border: 1px solid rgba(0, 76, 255, 0.2);
    border-radius: 16px;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2100;
    box-shadow:
        0 15px 50px rgba(0, 0, 0, 0.8),
        0 0 0 1px rgba(0, 60, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

/* Unique accent line instead of thick border */
.xero-mega-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0033ff, transparent);
    border-radius: 2px;
}

/* Subtle matrix pattern */
.xero-mega-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(0, 72, 255, 0.015) 28px, rgba(5, 92, 255, 0.015) 29px);
    pointer-events: none;
    border-radius: 16px;
    z-index: 0;
}

.xero-dropdown:hover .xero-mega-menu,
.xero-dropdown:hover .xero-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Games Grid - Compact */
.xero-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    width: 420px;
    position: relative;
    z-index: 1;
}

.xero-game-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #b0b0c0;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.xero-game-item img {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    object-fit: cover;
}

.xero-game-item span {
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.xero-game-item:hover {
    background: rgba(0, 72, 255, 0.12);
    border-color: rgb(0, 94, 255);
    color: #ffffff;
}

.xero-game-item:hover img {
    filter: drop-shadow(0 0 5px rgba(0, 72, 255, 0.4));
}

/* Ver más - Unique gradient button */
.xero-see-more {
    background: linear-gradient(135deg, rgba(0, 55, 255, 0.1) 0%, rgba(5, 92, 255, 0.05) 100%);
    border: 1px solid rgba(0, 64, 255, 0.2) !important;
}

.xero-see-more i {
    font-size: 14px;
    color: #4470ff;
}

.xero-see-more:hover {
    background: linear-gradient(135deg, rgba(5, 92, 255, 0.2) 0%, rgba(0, 68, 255, 0.1) 100%);
    border-color: rgba(0, 42, 255, 0.4) !important;
}

/* Cloud Dropdown Menu */
.xero-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 280px;
    background: linear-gradient(145deg, #100a14 0%, #0a0810 100%);
    border: 1px solid rgba(5, 92, 255, 0.2);
    border-radius: 14px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2100;
    box-shadow:
        0 15px 50px rgba(0, 0, 0, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.xero-dropdown-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0048ff, transparent);
    border-radius: 2px;
}

/* Cloud Items - Compact */
.xero-cloud-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: #d0d0e0;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.xero-cloud-item:hover {
    background: rgba(0, 102, 255, 0.1);
    border-color: rgba(0, 72, 255, 0.149);
}

.xero-cloud-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(5, 92, 255, 0.12) 0%, rgb(0, 60, 255) 100%);
    border: 1px solid rgba(0, 34, 255, 0.332);
    border-radius: 8px;
    font-size: 14px;
    color: #0044ff;
    transition: all 0.25s ease;
}

.xero-cloud-item:hover .xero-cloud-icon {
    background: linear-gradient(135deg, #0037ff 0%, #003acc 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 55, 255, 0.4);
    border-color: #001aff;
}

.xero-cloud-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.xero-cloud-title {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.xero-cloud-desc {
    font-size: 11px;
    color: #707080;
}

/* Right Actions - Unique layout */
.xero-actions {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 12px;
    flex-shrink: 0;
}

/* Login Button - Outline style with glow */
.xero-login-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #0040ff;
    text-decoration: none;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 1.5px solid #0048ff;
    position: relative;
    overflow: hidden;
    margin-top: 2px;
}

.xero-login-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 68, 153, 0.2), transparent);
    transition: left 0.5s ease;
}

.xero-login-btn:hover::before {
    left: 100%;
}

.xero-login-btn:hover {
    background: rgba(68, 112, 255, 0.15);
    box-shadow: 0 0 25px rgb(1, 60, 255);
    color: #ffffff;
    transform: translateY(-2px);
}

.xero-login-btn i {
    font-size: 13px;
}

.xero-chevron-small {
    display: none;
}

/* Icon Buttons - Circular minimal style */
.xero-icon-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #a0a0b0;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.xero-icon-btn:hover {
    background: rgb(9, 70, 255);
    border-color: #003cff;
    color: #0044ff;
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0, 47, 255, 0.3);
}

/* Responsive */
@media (max-width: 1200px) {
    .xero-header {
        padding: 0 20px;
    }

    .xero-nav {
        gap: 25px;
    }

    .xero-menu {
        gap: 4px;
    }

    .xero-link {
        padding: 6px 10px;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .xero-header {
        display: none;
    }
}

@keyframes ripple-node {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

/* Hero Content */
.hero-content {
    margin-bottom: 60px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(87, 120, 252, 0.156);
    border: 1px solid rgb(0, 72, 255);
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 30px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: #0055ff;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #00ff88;
    border-radius: 50%;
    animation: badge-pulse 1.5s ease-in-out infinite;
    box-shadow: 0 0 10px #00ff88;
}

@keyframes badge-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

.hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.text-gradient {
    background: linear-gradient(135deg, #0051ff 0%, #6682ff 50%, #8a94ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Service Cards Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.service-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 30px 28px;
    text-decoration: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Lighter overlay - shows more background */
.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(5, 5, 15, 0.3) 0%,
            rgba(5, 5, 15, 0.5) 40%,
            rgba(5, 5, 15, 0.85) 80%,
            rgba(5, 5, 15, 0.95) 100%);
    z-index: 0;
    transition: all 0.4s ease;
}

.service-card:hover::after {
    background: linear-gradient(to bottom,
            rgba(0, 60, 255, 0.05) 0%,
            rgba(5, 5, 15, 0.15) 30%,
            rgba(5, 5, 15, 0.4) 70%,
            rgba(5, 5, 15, 0.75) 100%);
}

/* Ensure content is above overlay */
.service-card>* {
    position: relative;
    z-index: 1;
}

/* Card-specific backgrounds */
.card-minecraft {
    background-image: url('../images/cards/minecraft.png');
}

.card-vps {
    background-image: url('../images/cards/vps.png');
}

.card-discord {
    background-image: url('../images/cards/discord.png');
}

.card-dedicated {
    background-image: url('../images/cards/dedicated.png');
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0044ff, #6699ff);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover {
    /* Don't use 'background' - it overrides background-image */
    border-color: rgba(0, 85, 255, 0.3);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 72, 255, 0.15);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card.featured {
    border-color: rgba(0, 72, 255, 0.4);
    /* Don't use 'background' shorthand - it overrides background-image */
}

.featured-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #0051ff, #0037ff);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 51, 255, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.card-icon i {
    font-size: 1.4rem;
    color: #0040ff;
}

.service-card:hover .card-icon {
    background: linear-gradient(135deg, #0048ff, #447fff);
}

.service-card:hover .card-icon i {
    color: #fff;
}

.service-card h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.service-card p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin-bottom: 16px;
}

.card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 10px;
}

.card-price .from {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.card-price .price {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0044ff;
}

.card-price .period {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.card-arrow {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.card-arrow i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.service-card:hover .card-arrow {
    background: #0048ff;
}

.service-card:hover .card-arrow i {
    color: #fff;
    transform: translateX(3px);
}

/* ===== STATS INLINE ===== */

.stats-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 50px 0 30px;
    padding: 30px 50px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stat-item i {
    font-size: 1.8rem;
    color: #447cff;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-family: 'Manrope', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.stat-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(5, 92, 255, 0.3), transparent);
}

@media (max-width: 992px) {
    .stats-inline {
        flex-wrap: wrap;
        gap: 25px;
        padding: 25px 30px;
    }

    .stat-divider {
        display: none;
    }
}

@media (max-width: 576px) {
    .stats-inline {
        flex-direction: column;
        gap: 20px;
    }

    .stat-item {
        width: 100%;
        justify-content: center;
    }
}

/* ===== INTERACTIVE PANEL DEMO ===== */

.panel-demo-section {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(5, 5, 15, 0) 0%, rgba(5, 92, 255, 0.03) 50%, rgba(5, 5, 15, 0) 100%);
}

.panel-header {
    text-align: center;
    margin-bottom: 50px;
}

.panel-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.panel-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Quick Actions */
.quick-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, rgba(5, 92, 255, 0.15) 0%, rgba(5, 92, 255, 0.08) 100%);
    border: 1px solid rgba(0, 89, 255, 0.3);
    border-radius: 50px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-btn:hover {
    background: linear-gradient(135deg, rgba(0, 89, 255, 0.3) 0%, rgba(5, 92, 255, 0.15) 100%);
    border-color: rgba(0, 81, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.2);
}

.action-btn i {
    color: #4476ff;
    font-size: 1rem;
}

.panel-badge.pterodactyl {
    background: rgba(0, 72, 255, 0.1);
    border-color: rgba(0, 89, 255, 0.3);
}

.panel-badge.pterodactyl i,
.panel-badge.pterodactyl span {
    color: #4476ff;
}

/* Pterodactyl Panel Container */
.pterodactyl-panel {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0a0a12;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.6);
    min-height: 480px;
}

/* Pterodactyl Sidebar */
.ptero-sidebar {
    width: 180px;
    background: linear-gradient(180deg, #0f0f18 0%, #0a0a12 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0;
    flex-shrink: 0;
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-brand i {
    color: #4476ff;
    font-size: 1.2rem;
}

.sidebar-brand span {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #447cff;
    letter-spacing: 1px;
}

.ptero-nav {
    padding: 10px 0;
}

.ptero-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.ptero-nav-item:hover {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.02);
}

.ptero-nav-item.active {
    color: #fff;
    background: rgba(5, 92, 255, 0.1);
    border-left-color: #447cff;
}

.ptero-nav-item i {
    font-size: 0.9rem;
    width: 18px;
    text-align: center;
}

/* Pterodactyl Main */
.ptero-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: #0d0d15;
}

.ptero-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #0a0a12;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    gap: 15px;
}

.topbar-left {
    display: flex;
    gap: 8px;
}

.topbar-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.topbar-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.topbar-notice {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
}

.topbar-notice i {
    color: #4479ff;
}

.discord-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #5865F2;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.discord-btn:hover {
    background: #4752c4;
}

/* Server Title Bar */
.server-title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #0a0a12;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.server-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff4444;
}

.status-indicator.online {
    background: #00ff88;
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.server-title h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.power-buttons {
    display: flex;
    gap: 8px;
}

.pwr-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.pwr-btn.start {
    background: #00c853;
    color: #000;
}

.pwr-btn.start:hover {
    background: #00e676;
    transform: scale(1.1);
}

.pwr-btn.restart {
    background: #ff9100;
    color: #000;
}

.pwr-btn.restart:hover {
    background: #ffab40;
    transform: scale(1.1);
}

.pwr-btn.stop {
    background: #ff1744;
    color: #fff;
}

.pwr-btn.stop:hover {
    background: #ff5252;
    transform: scale(1.1);
}

/* Pterodactyl Console */
.ptero-console {
    flex-grow: 1;
    padding: 15px 20px;
    background: #0a0a0f;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    line-height: 1.6;
    overflow-y: auto;
    min-height: 300px;
    color: rgba(255, 255, 255, 0.7);
}

/* Console Scrollbar */
.ptero-console::-webkit-scrollbar {
    width: 8px;
}

.ptero-console::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
}

.ptero-console::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(0, 81, 255, 0.4) 0%, rgba(0, 64, 255, 0.2) 100%);
    border-radius: 4px;
    border: 1px solid rgba(0, 76, 255, 0.3);
}

.ptero-console::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(0, 85, 255, 0.6) 0%, rgba(0, 76, 255, 0.4)100%);
}

.console-line.timestamp {
    color: rgba(255, 255, 255, 0.6);
}

.console-line.success {
    color: #00ff88;
}

.console-line.warn {
    color: #ffaa00;
}

.console-line.error {
    color: #ff4444;
}

.ptero-input {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: #08080c;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    gap: 10px;
}

.input-arrow {
    color: #446dff;
    font-size: 1.2rem;
    font-weight: bold;
}

.ptero-input input {
    flex-grow: 1;
    background: transparent;
    border: none;
    color: #fff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    outline: none;
}

.ptero-input input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.input-actions {
    display: flex;
    gap: 5px;
    margin-left: auto;
}

.input-action-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-action-btn:hover {
    background: rgba(0, 72, 255, 0.15);
    border-color: rgba(0, 81, 255, 0.4);
    color: #447cff;
}

.input-action-btn i {
    font-size: 0.8rem;
}

/* Pterodactyl Stats Panel */
.ptero-stats {
    width: 180px;
    background: #0a0a12;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    padding: 15px;
    flex-shrink: 0;
}

.stat-block {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.stat-block:last-child {
    border-bottom: none;
}

/* New Logo and Icon Styling */
.nav-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.logo-header {
    max-height: 42px;
    width: auto;
    transition: all 0.3s ease;
}

.logo-link:hover .logo-header {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px rgba(0, 85, 255, 0.3));
}

.nav-icon-custom {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: brightness(0.8) sepia(100%) hue-rotate(180deg) saturate(0%);
    /* Make it grey-ish initially to match text */
    opacity: 0.7;
}

.nav-link-modern:hover .nav-icon-custom,
.nav-link-modern.active .nav-icon-custom,
.dropdown-modern:hover .nav-icon-custom {
    filter: none;
    /* Show original white/color */
    opacity: 1;
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
}

.stat-block .stat-label {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 4px;
}

.stat-value-lg {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.stat-value-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.stat-sub {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 1200px) {
    .ptero-stats {
        display: none;
    }
}

@media (max-width: 992px) {
    .pterodactyl-panel {
        flex-direction: column;
    }

    .ptero-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .ptero-nav {
        display: flex;
        overflow-x: auto;
        padding: 0 10px;
    }

    .ptero-nav-item {
        flex-shrink: 0;
        border-left: none;
        border-bottom: 3px solid transparent;
    }

    .ptero-nav-item.active {
        border-left-color: transparent;
        border-bottom-color: #ff6b35;
    }

    .topbar-notice {
        display: none;
    }

    .server-title h3 {
        font-size: 0.85rem;
    }
}

/* ===== STATS SECTION ===== */

.stats-section {
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(5, 5, 15, 0) 0%, rgba(5, 92, 255, 0.03) 50%, rgba(5, 5, 15, 0) 100%);
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 89, 255, 0.3);
    background: rgba(5, 92, 255, 0.05);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.2) 0%, rgba(0, 94, 255, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.stat-icon i {
    font-size: 1.5rem;
    color: #4479ff;
}

.stat-icon.blue {
    background: linear-gradient(135deg, rgba(0, 150, 255, 0.2) 0%, rgba(0, 150, 255, 0.1) 100%);
}

.stat-icon.blue i {
    color: #00aaff;
}

.stat-icon.green {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.2) 0%, rgba(0, 255, 136, 0.1) 100%);
}

.stat-icon.green i {
    color: #00ff88;
}

.stat-icon.purple {
    background: linear-gradient(135deg, rgba(160, 100, 255, 0.2) 0%, rgba(160, 100, 255, 0.1) 100%);
}

.stat-icon.purple i {
    color: #6490ff;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
}

.stat-content {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.stat-number {
    font-family: 'Manrope', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.stat-plus,
.stat-percent,
.stat-unit {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #4482ff;
}

.stat-label {
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-glow {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(0, 81, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stat-glow.blue {
    background: radial-gradient(circle, rgba(0, 150, 255, 0.3) 0%, transparent 70%);
}

.stat-glow.green {
    background: radial-gradient(circle, rgba(0, 255, 136, 0.3) 0%, transparent 70%);
}

.stat-glow.purple {
    background: radial-gradient(circle, rgba(160, 100, 255, 0.3) 0%, transparent 70%);
}

.stat-card:hover .stat-glow {
    opacity: 1;
}

@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .globe-container {
        opacity: 0.4;
        right: -10%;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .globe-container {
        display: none;
    }

    .hero-globe-section {
        padding-top: 100px;
    }

    .hytale-title {
        font-size: 3rem !important;
    }

    .hytale-features {
        flex-direction: column;
    }
}

/* ===== HYTALE HOSTING SECTION ===== */

.hytale-section {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hytale-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/cards/hytale.png');
    background-size: cover;
    background-position: center;
    animation: slow-zoom 30s ease-in-out infinite alternate;
}

@keyframes slow-zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.hytale-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(5, 5, 15, 0.85) 0%,
            rgba(5, 5, 15, 0.7) 50%,
            rgba(5, 5, 15, 0.6) 100%);
    z-index: 1;
}

.hytale-content {
    text-align: center;
    padding: 80px 0;
}

.hytale-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 255, 136, 0.15);
    border: 1px solid rgba(0, 255, 136, 0.4);
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 30px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: #00ff88;
    animation: pulse-badge 2s ease-in-out infinite;
}

.hytale-badge.available {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.2) 0%, rgba(0, 200, 100, 0.15) 100%);
    border: 2px solid rgba(0, 255, 136, 0.6);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hytale-badge i {
    font-size: 1rem;
}

@keyframes pulse-badge {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(0, 255, 136, 0.3);
    }

    50% {
        box-shadow: 0 0 40px rgba(0, 255, 136, 0.6);
    }
}

.hytale-title {
    font-family: 'Manrope', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 25px;
    text-shadow: 0 0 50px rgba(0, 94, 255, 0.3);
    letter-spacing: -2px;
}

.hytale-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.hytale-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(0, 85, 255, 0.1);
    border-color: rgba(0, 85, 255, 0.3);
    transform: translateY(-3px);
}

.feature-item i {
    color: #0051ff;
    font-size: 1.2rem;
}

.feature-item span {
    font-family: 'Manrope', sans-serif;
    font-size: 0.95rem;
    color: #fff;
    font-weight: 600;
}

.btn-hytale {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
    color: #000;
    padding: 18px 36px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 255, 136, 0.25);
}

.btn-hytale:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 255, 136, 0.35);
    background: linear-gradient(135deg, #00cc6a 0%, #00995c 100%);
    color: #000;
    gap: 18px;
}

.btn-hytale i:first-child {
    font-size: 1.1rem;
}

.btn-hytale i:last-child {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.btn-hytale:hover i:last-child {
    transform: translateX(4px);
}

@keyframes ring-bell {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    75% {
        transform: rotate(-15deg);
    }
}

/* ===== MORE GAMES BANNER ===== */

.more-games-banner {
    margin-top: 30px;
    background: linear-gradient(135deg, rgba(5, 92, 255, 0.05) 0%, rgba(0, 98, 255, 0.12) 100%);
    border: 2px dashed rgba(0, 60, 255, 0.4);
    border-radius: 20px;
    padding: 25px 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.more-games-banner:hover {
    border-color: rgba(0, 102, 255, 0.8);
    background: linear-gradient(135deg, rgba(5, 92, 255, 0.1) 0%, rgba(5, 92, 255, 0.2) 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(5, 92, 255, 0.2);
}

.games-thumbnails {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.game-thumb {
    width: 100px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.more-games-banner:hover .game-thumb {
    transform: scale(1.05);
    border-color: rgba(0, 76, 255, 0.4);
}

.game-thumb:nth-child(1) {
    animation-delay: 0s;
}

.game-thumb:nth-child(2) {
    animation-delay: 0.05s;
}

.game-thumb:nth-child(3) {
    animation-delay: 0.1s;
}

.game-thumb:nth-child(4) {
    animation-delay: 0.15s;
}

.game-thumb:nth-child(5) {
    animation-delay: 0.2s;
}

.game-thumb:nth-child(6) {
    animation-delay: 0.25s;
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
}

.plus-icon-small {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0040ff, #4473ff);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.plus-icon-small i {
    font-size: 1.4rem;
    color: white;
}

.more-games-banner:hover .plus-icon-small {
    transform: rotate(90deg);
    box-shadow: 0 5px 20px rgba(0, 72, 255, 0.5);
}

.banner-text h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
}

.banner-text p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.banner-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.banner-arrow i {
    color: #4479ff;
    font-size: 1.2rem;
}

.more-games-banner:hover .banner-arrow {
    background: rgba(0, 72, 255, 0.2);
    border-color: rgba(0, 85, 255, 0.5);
    transform: translateX(5px);
}

@media (max-width: 992px) {
    .games-thumbnails {
        display: none;
    }

    .more-games-banner {
        padding: 20px 25px;
    }
}

/* ===== GAME WIZARD MODAL ===== */

.game-wizard-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.game-wizard-overlay.active {
    opacity: 1;
    visibility: visible;
}

.game-wizard-modal {
    background: linear-gradient(135deg, rgba(15, 10, 25, 0.98) 0%, rgba(25, 15, 35, 0.98) 100%);
    border: 1px solid rgba(0, 89, 255, 0.3);
    border-radius: 24px;
    padding: 50px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 30px 100px rgba(0, 89, 255, 0.2);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.game-wizard-overlay.active .game-wizard-modal {
    transform: scale(1);
}

.wizard-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wizard-close:hover {
    background: rgba(0, 76, 255, 0.3);
    transform: rotate(90deg);
}

/* Progress Bar */
.wizard-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 33.33%;
    background: linear-gradient(90deg, #0048ff, #4479ff);
    transition: width 0.4s ease;
}

.wizard-step.hidden {
    display: none;
}

.wizard-header {
    text-align: center;
    margin-bottom: 35px;
}

/* Wizard Icon */
.wizard-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(0, 64, 255, 0.2) 0%, rgba(0, 38, 255, 0.1) 100%);
    border: 2px solid rgba(5, 92, 255, 0.3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.wizard-icon i {
    font-size: 1.8rem;
    color: #4454ff;
}

.selected-game-icon {
    width: 120px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
}

.selected-game-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-indicator {
    display: inline-block;
    background: rgba(0, 55, 255, 0.2);
    color: #446dff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-family: 'JetBrains Mono', monospace;
    margin-bottom: 20px;
}

.wizard-header h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.wizard-header p {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Platform options */
.platform-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.wizard-option {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wizard-option:hover {
    background: rgba(5, 92, 255, 0.1);
    border-color: rgba(0, 76, 255, 0.5);
    transform: translateY(-5px);
}

.option-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 64, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.option-icon i {
    font-size: 1.5rem;
    color: #446dff;
}

.wizard-option:hover .option-icon {
    background: rgba(5, 92, 255, 0.25);
    transform: scale(1.1);
}

.wizard-option span {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    display: block;
}

.wizard-option small {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    margin-top: 5px;
}

/* Games Grid */
.games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.game-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.game-card:hover {
    border-color: rgba(0, 60, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 55, 255, 0.2);
}

.game-card img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.game-card span {
    display: block;
    padding: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Other game option */
.other-game-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.other-game-option:hover {
    border-color: rgba(5, 92, 255, 0.5);
    background: rgba(25, 92, 255, 0.1);
}

.other-game-option i {
    color: #447FFF;
}

.other-game-option span {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.wizard-option i {
    font-size: 2rem;
    color: #447FFF;
    margin-bottom: 12px;
    display: block;
}

/* Form Row */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.wizard-back {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 24px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wizard-back:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.wizard-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.form-group input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 15px 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #fff;
    transition: all 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: rgba(5, 92, 255, 0.5);
    box-shadow: 0 0 20px rgba(5, 92, 255, 0.1);
}

.form-group input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.wizard-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 100%);
    color: #fff;
    padding: 18px 36px;
    border: none;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(5, 92, 255, 0.3);
}

.wizard-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(25, 92, 255, 0.5);
}

.success-content {
    text-align: center;
    padding: 40px 0;
}

.success-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    animation: success-pop 0.5s ease;
}

.success-icon i {
    font-size: 3rem;
    color: #000;
}

@keyframes success-pop {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.success-content h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 15px;
}

.success-content p {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.wizard-close-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wizard-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ===== MODERN TECH REVIEWS SECTION ===== */

.tech-reviews-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.tech-grid-bg {
    display: none;
}

.tech-reviews-header {
    text-align: center;
    margin-bottom: 50px;
}

.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(12, 128, 237, 0.1);
    border: 1px solid rgba(12, 128, 237, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: #4485FF;
    letter-spacing: 1.5px;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: #4485FF;
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

.tech-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

/* Inline Rating */
.rating-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.rating-score {
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #4485FF;
}

.rating-inline .rating-stars {
    display: flex;
    gap: 3px;
}

.rating-inline .rating-stars i {
    color: #4485FF;
    font-size: 1.1rem;
}

.rating-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
}

/* Tech Grid Reviews - keeps carousel */
.tech-reviews-grid {
    position: relative;
}

.tech-reviews-grid .container-fluid {
    padding: 0 15px;
}

.tech-reviews-grid .de_testi.type-2 blockquote {
    background: rgba(15, 15, 25, 0.9);
    border: 1px solid rgba(5, 92, 255, 0.2);
    border-radius: 16px;
    padding: 25px;
    position: relative;
    transition: all 0.3s ease;
}

.tech-reviews-grid .de_testi.type-2 blockquote::before {
    display: none;
}

.tech-reviews-grid .de_testi.type-2 blockquote:hover {
    border-color: rgba(5, 92, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.tech-reviews-grid .d-stars i {
    color: #055CFF;
    font-size: 0.85rem;
}

.tech-reviews-grid .de_testi.type-2 blockquote p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 15px 0;
}

.tech-reviews-grid .de_testi.type-2 .de_testi_by {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.tech-reviews-grid .de_testi.type-2 .de_testi_by img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(5, 92, 255, 0.4);
    object-fit: cover;
}

.tech-reviews-grid .de_testi.type-2 .de_testi_by span {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
}

/* Carousel navigation - modern line style */
.tech-reviews-grid #testimonial-carousel .owl-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.tech-reviews-grid #testimonial-carousel .owl-dot span {
    width: 30px;
    height: 4px;
    background: rgba(255, 255, 255, 0.15) !important;
    border: none;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.tech-reviews-grid #testimonial-carousel .owl-dot.active span {
    width: 50px;
    background: linear-gradient(90deg, #055CFF 0%, #055CFF 100%) !important;
    box-shadow: 0 0 10px rgba(5, 92, 255, 0.4);
}

/* Responsive */
@media (max-width: 991px) {
    .tech-reviews-section>.container {
        flex-direction: column;
    }

    .tech-reviews-header {
        flex: none;
        text-align: center;
        position: relative;
        top: 0;
    }

    .rating-display {
        align-items: center;
    }

    .rating-info {
        align-items: center;
    }
}

/* ===== MODERN FAQ SECTION ===== */

.modern-faq-section {
    padding: 100px 0;
    position: relative;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(5, 92, 255, 0.1);
    border: 1px solid rgba(5, 92, 255, 0.3);
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #055CFF;
    letter-spacing: 1px;
}

.faq-badge i {
    font-size: 0.9rem;
}

.faq-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.faq-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 500px;
    margin: 0 auto;
}

/* FAQ Card Grid */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.faq-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
}

.faq-card:hover {
    background: rgba(25, 92, 255, 0.05);
    border-color: rgba(5, 92, 255, 0.2);
    transform: translateY(-5px);
}

.faq-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(5, 92, 255, 0.2) 0%, rgba(5, 92, 255, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.faq-icon i {
    font-size: 1.3rem;
    color: #447FFF;
}

.faq-question {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.faq-answer {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.faq-answer strong {
    color: #447FFF;
}

/* Responsive FAQ Grid */
@media (max-width: 991px) {
    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-title {
        font-size: 2rem;
    }
}

/* ===== PAYMENT METHODS SECTION ===== */

.payment-methods-section {
    padding: 80px 0;
}

.payment-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    background: linear-gradient(135deg, rgba(5, 92, 255, 0.08) 0%, rgba(5, 92, 255, 0.02) 100%);
    border: 1px solid rgba(5, 92, 255, 0.15);
    border-radius: 24px;
    padding: 60px;
}

.payment-content {
    flex: 1;
}

.payment-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(5, 92, 255, 0.1);
    border: 1px solid rgba(5, 92, 255, 0.3);
    padding: 10px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #447FFF;
    letter-spacing: 1px;
}

.payment-badge i {
    font-size: 0.85rem;
}

.payment-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.payment-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
    max-width: 450px;
}

.payment-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.payment-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    gap: 14px;
}

.payment-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.payment-icon-row {
    display: flex;
    gap: 15px;
}

.payment-icon {
    width: 80px;
    height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.payment-icon:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.payment-icon i {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.payment-icon:hover i {
    color: #fff;
}

/* Responsive Payment Section */
@media (max-width: 991px) {
    .payment-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }

    .payment-text {
        max-width: 100%;
    }

    .payment-title {
        font-size: 2rem;
    }
}

/* ===== MODERN FOOTER ===== */

.modern-footer {
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    padding: 80px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
    max-width: 350px;
}

.footer-logo {
    height: 40px;
    margin-bottom: 20px;
}

.footer-tagline {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Discord Community Card */
.discord-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.15) 0%, rgba(88, 101, 242, 0.05) 100%);
    border: 1px solid rgba(88, 101, 242, 0.3);
    border-radius: 16px;
    padding: 20px 25px;
}

.discord-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(88, 101, 242, 0.3);
}

.discord-icon i {
    color: #fff;
    font-size: 1.5rem;
}

.discord-info {
    flex: 1;
    min-width: 0;
}

.discord-info h5 {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
}

.discord-info p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.discord-info p::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #3ba55c;
    border-radius: 50%;
}

.discord-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 2px solid #5865F2;
    color: #5865F2;
    padding: 10px 18px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    align-self: center;
    margin-left: 15px;
}

.discord-btn:hover {
    background: #5865F2;
    color: #fff;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: rgba(5, 92, 255, 0.15);
    border-color: rgba(5, 92, 255, 0.3);
    color: #447FFF;
    transform: translateY(-3px);
}

.footer-links-grid {
    display: flex;
    gap: 60px;
}

.footer-column h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-column ul li a:hover {
    color: #447FFF;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.footer-bottom p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.footer-location {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-location i {
    color: #447FFF;
    font-size: 0.8rem;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
    }

    .footer-brand {
        max-width: 100%;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-links-grid {
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* ===== MODERN VPS CARDS ===== */

.bg-dark-2 {
    background: rgba(15, 15, 25, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
}

.bg-dark-2:hover {
    border-color: rgba(5, 92, 255, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(5, 92, 255, 0.15);
}

.bg-dark-2 .p-4 {
    padding: 25px !important;
}

.bg-dark-2 h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.bg-dark-2 .ul-style-2 {
    padding-left: 0;
    list-style: none;
}

.bg-dark-2 .ul-style-2 li {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.bg-dark-2 .ul-style-2 li:last-child {
    border-bottom: none;
}

.bg-dark-2 .ul-style-2 li::before {
    content: '✓';
    color: #00ff88;
    font-weight: bold;
    font-size: 0.9rem;
}

.bg-dark-2 .ul-style-2 li.space-li-vps {
    display: none;
}

/* VPS Price styling */
.bg-dark-2 .text-center h4.text-white {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem !important;
    font-weight: 800;
    background: linear-gradient(135deg, #447FFF 0%, #0051FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-dark-2 .text-center .fs-14 {
    font-family: 'Manrope', sans-serif;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
}

/* VPS Buy Button - Matrix Style */
button.btn-buy-plan {
    background: transparent !important;
    border: 2px solid #0051FF !important;
    color: #0051FF !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    padding: 14px 24px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(5, 92, 255, 0.2), inset 0 0 15px rgba(5, 92, 255, 0.03);
    animation: btn-pulse 2.5s ease-in-out infinite;
}

@keyframes btn-pulse {

    0%,
    100% {
        box-shadow: 0 0 15px rgba(5, 92, 255, 0.2), inset 0 0 15px rgba(5, 92, 255, 0.03);
    }

    50% {
        box-shadow: 0 0 25px rgba(5, 92, 255, 0.35), inset 0 0 20px rgba(5, 92, 255, 0.05);
    }
}

button.btn-buy-plan::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(transparent 0%, rgba(5, 92, 255, 0.03) 50%, transparent 100%) !important;
    background-size: 100% 4px !important;
    pointer-events: none !important;
    display: block !important;
}

button.btn-buy-plan:hover {
    background: rgba(5, 92, 255, 0.12) !important;
    border-color: #447FFF !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(5, 92, 255, 0.4), inset 0 0 25px rgba(5, 92, 255, 0.08) !important;
    text-shadow: 0 0 8px rgba(5, 92, 255, 0.5);
}

/* VPS Image Container */
.bg-dark-2 .relative {
    position: relative;
    overflow: hidden;
}

.bg-dark-2 .relative::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(15, 15, 25, 1), transparent);
}

/* ===== VPS PLANS PREMIUM CARDS ===== */

/* Card container */
.vps-plan-card {
    position: relative;
    background: linear-gradient(165deg, rgba(20, 15, 30, 0.95) 0%, rgba(10, 8, 18, 0.98) 100%);
    border: 1px solid rgba(5, 92, 255, 0.15);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.vps-plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0051FF, #447FFF, #0051FF);
    background-size: 200% 100%;
    animation: shimmer-border 3s ease infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vps-plan-card:hover::before {
    opacity: 1;
}

.vps-plan-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(5, 92, 255, 0.4);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(5, 92, 255, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

@keyframes shimmer-border {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Popular Badge */
.vps-plan-card.popular {
    border-color: rgba(5, 92, 255, 0.5);
    background: linear-gradient(165deg, rgba(30, 15, 35, 0.98) 0%, rgba(15, 8, 20, 0.98) 100%);
}

.vps-plan-card.popular::before {
    opacity: 1;
}

.vps-popular-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 100%);
    color: #fff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(5, 92, 255, 0.4);
    z-index: 10;
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {

    0%,
    100% {
        box-shadow: 0 4px 15px rgba(5, 92, 255, 0.4);
    }

    50% {
        box-shadow: 0 4px 25px rgba(5, 92, 255, 0.6);
    }
}

/* Cover Image Container */
.vps-cover-container {
    position: relative;
    overflow: hidden;
    height: 180px;
}

.vps-cover-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.3s ease;
}

.vps-plan-card:hover .vps-cover-container img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.vps-cover-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(10, 8, 18, 1), transparent);
    pointer-events: none;
}

/* Plan Title */
.vps-plan-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #447FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Specs List with Icons */
.vps-specs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.vps-specs-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
}

.vps-specs-list li:last-child {
    border-bottom: none;
}

.vps-specs-list li:hover {
    padding-left: 8px;
    color: #fff;
}

.vps-specs-list li i {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 92, 255, 0.12);
    border: 1px solid rgba(5, 92, 255, 0.25);
    border-radius: 8px;
    color: #447FFF;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.vps-specs-list li:hover i {
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 100%);
    color: #fff;
    border-color: transparent;
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(5, 92, 255, 0.4);
}

.vps-spec-value {
    font-weight: 600;
    color: #fff;
}

/* Divider */
.vps-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(5, 92, 255, 0.3), transparent);
    margin: 15px 0;
}

/* Price Section */
.vps-price-section {
    text-align: center;
    padding: 20px 0;
    background: rgba(5, 92, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 20px;
}

.vps-price-amount {
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #447FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 5px;
}

.vps-price-period {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vps-tax-note {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 5px;
}

/* Buy Button */
.vps-buy-btn {
    display: block;
    width: 100%;
    padding: 16px 24px;
    background: transparent;
    border: 2px solid rgba(5, 92, 255, 0.5);
    border-radius: 12px;
    color: #447FFF;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.vps-buy-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(5, 92, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.vps-buy-btn:hover::before {
    left: 100%;
}

.vps-buy-btn:hover {
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 100%);
    border-color: transparent;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(5, 92, 255, 0.35);
}

.vps-plan-card.popular .vps-buy-btn {
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 100%);
    border-color: transparent;
    color: #fff;
}

.vps-plan-card.popular .vps-buy-btn:hover {
    background: linear-gradient(135deg, #ff2299 0%, #ff66aa 100%);
    box-shadow: 0 20px 45px rgba(5, 92, 255, 0.45);
}

/* Card Body Padding */
.vps-card-body {
    padding: 25px;
}

/* Features Highlight */
.vps-features-highlight {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.vps-feature-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(5, 92, 255, 0.08);
    border: 1px solid rgba(5, 92, 255, 0.2);
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: #447FFF;
    text-transform: uppercase;
}

.vps-feature-badge i {
    font-size: 0.75rem;
}

/* Responsive */
@media (max-width: 991px) {
    .vps-plan-card {
        margin-bottom: 25px;
    }

    .vps-cover-container {
        height: 150px;
    }
}

@media (max-width: 576px) {
    .vps-card-body {
        padding: 20px;
    }

    .vps-price-amount {
        font-size: 2rem;
    }
}

/* ===== EXISTING BG-DARK-2 CARDS ENHANCEMENT ===== */
/* Mejorar las tarjetas existentes sin cambiar HTML */

.bg-dark-2 {
    background: linear-gradient(165deg, rgba(20, 15, 30, 0.95) 0%, rgba(10, 8, 18, 0.98) 100%) !important;
    border: 1px solid rgba(5, 92, 255, 0.15) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
}

.bg-dark-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0051FF, #447FFF, #0051FF);
    background-size: 200% 100%;
    animation: shimmer-border 3s ease infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.bg-dark-2:hover::before {
    opacity: 1;
}

.bg-dark-2:hover {
    transform: translateY(-6px) scale(1.01) !important;
    border-color: rgba(5, 92, 255, 0.4) !important;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(5, 92, 255, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

/* Mejorar las imágenes de portada */
.bg-dark-2 .relative img {
    transition: transform 0.5s ease, filter 0.3s ease !important;
}

.bg-dark-2:hover .relative img {
    transform: scale(1.08) !important;
    filter: brightness(1.1) !important;
}

/* Mejorar lista de specs */
.bg-dark-2 .ul-style-2.color-green {
    list-style: none !important;
    padding-left: 0 !important;
}

.bg-dark-2 .ul-style-2.color-green li {
    display: flex !important;
    align-items: center !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 0.88rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
}

.bg-dark-2 .ul-style-2.color-green li:hover {
    padding-left: 8px !important;
    color: #fff !important;
}

.bg-dark-2 .ul-style-2.color-green li::before {
    content: '' !important;
    position: static !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 100%) !important;
    border-radius: 50% !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 0 10px rgba(5, 92, 255, 0.4) !important;
    transition: all 0.3s ease !important;
    font-family: inherit !important;
    font-size: 0 !important;
    padding: 0 !important;
}

.bg-dark-2 .ul-style-2.color-green li:hover::before {
    transform: scale(1.3) !important;
    box-shadow: 0 0 15px rgba(5, 92, 255, 0.6) !important;
}

/* Ocultar espaciadores */
.bg-dark-2 .space-li-vps {
    display: none !important;
}

/* Títulos de planes - Solo el nombre del plan */
.bg-dark-2 .p-4>.text-center:first-child h4 {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
    letter-spacing: 0.5px !important;
    font-size: 1.2rem !important;
}

/* Precios - Estilo limpio */
.bg-dark-2 .text-center.mb-3 h4,
.bg-dark-2 h4.text-white {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 1.8rem !important;
    letter-spacing: -0.5px !important;
}

/* ===== VPS PLAN CSS VISUAL HEADERS ===== */

.vps-visual-header {
    position: relative;
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Plan Level Indicator */
.vps-level-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    padding: 6px 14px;
    border-radius: 20px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Server Icon Container */
.vps-server-icon {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.vps-server-icon i {
    font-size: 3rem;
    filter: drop-shadow(0 0 20px currentColor);
    transition: all 0.3s ease;
}

.bg-dark-2:hover .vps-server-icon i {
    transform: scale(1.15);
}

.vps-server-icon span {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
}

/* Decorative Elements */
.vps-visual-header::before,
.vps-visual-header::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    transition: all 0.5s ease;
}

.bg-dark-2:hover .vps-visual-header::before,
.bg-dark-2:hover .vps-visual-header::after {
    opacity: 0.5;
    transform: scale(1.1);
}

/* Grid Pattern Overlay */
.vps-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.5;
}

/* Floating Particles */
.vps-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vps-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 50%;
    animation: float-particle 3s ease-in-out infinite;
    opacity: 0.6;
}

.vps-particles span:nth-child(1) {
    left: 10%;
    top: 20%;
    animation-delay: 0s;
}

.vps-particles span:nth-child(2) {
    left: 20%;
    top: 60%;
    animation-delay: 0.5s;
}

.vps-particles span:nth-child(3) {
    left: 80%;
    top: 30%;
    animation-delay: 1s;
}

.vps-particles span:nth-child(4) {
    left: 70%;
    top: 70%;
    animation-delay: 1.5s;
}

.vps-particles span:nth-child(5) {
    left: 50%;
    top: 40%;
    animation-delay: 2s;
}

.vps-particles span:nth-child(6) {
    left: 30%;
    top: 80%;
    animation-delay: 2.5s;
}

@keyframes float-particle {

    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translateY(-15px) scale(1.5);
        opacity: 1;
    }
}

/* ===== TIER 1 - STARTER (Plans 1-2) ===== */
.vps-tier-1 {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.vps-tier-1 .vps-level-badge {
    color: #64b5f6;
    border-color: rgba(100, 181, 246, 0.3);
}

.vps-tier-1 .vps-server-icon i {
    color: #64b5f6;
}

.vps-tier-1 .vps-server-icon span {
    color: #90caf9;
}

.vps-tier-1::before {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(100, 181, 246, 0.3), transparent 70%);
    top: -20px;
    right: -20px;
}

.vps-tier-1 .vps-particles span {
    color: #64b5f6;
}

/* ===== TIER 2 - STANDARD (Plans 3-4) ===== */
.vps-tier-2 {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d1b4e 50%, #4a1c6b 100%);
}

.vps-tier-2 .vps-level-badge {
    color: #ba68c8;
    border-color: rgba(186, 104, 200, 0.3);
}

.vps-tier-2 .vps-server-icon i {
    color: #ba68c8;
}

.vps-tier-2 .vps-server-icon span {
    color: #ce93d8;
}

.vps-tier-2::before {
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(186, 104, 200, 0.3), transparent 70%);
    top: -30px;
    right: -30px;
}

.vps-tier-2::after {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(156, 39, 176, 0.2), transparent 70%);
    bottom: -20px;
    left: -20px;
}

.vps-tier-2 .vps-particles span {
    color: #ba68c8;
}

/* ===== TIER 3 - PRO (Plans 5-6) ===== */
.vps-tier-3 {
    background: linear-gradient(135deg, #1a0a1a 0%, #3d0f3d 50%, #6b1a5c 100%);
}

.vps-tier-3 .vps-level-badge {
    color: #ff4081;
    border-color: rgba(255, 64, 129, 0.3);
    background: rgba(255, 64, 129, 0.1);
}

.vps-tier-3 .vps-server-icon i {
    color: #ff4081;
}

.vps-tier-3 .vps-server-icon span {
    color: #80B5FF;
}

.vps-tier-3::before {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 64, 129, 0.35), transparent 70%);
    top: -40px;
    right: -40px;
    animation: pulse-glow 3s ease-in-out infinite;
}

.vps-tier-3::after {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(5, 92, 255, 0.25), transparent 70%);
    bottom: -30px;
    left: -30px;
}

.vps-tier-3 .vps-particles span {
    color: #ff4081;
}

/* ===== TIER 4 - ULTIMATE (Plans 7-8) ===== */
.vps-tier-4 {
    background: linear-gradient(135deg, #0a0015 0%, #2a0a35 30%, #4a0a4a 60%, #6a1a50 100%);
    position: relative;
}

.vps-tier-4::before {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(5, 92, 255, 0.4), transparent 60%);
    top: -60px;
    right: -60px;
    animation: pulse-glow 2s ease-in-out infinite;
}

.vps-tier-4::after {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 68, 153, 0.3), transparent 60%);
    bottom: -50px;
    left: -50px;
    animation: pulse-glow 2.5s ease-in-out infinite 0.5s;
}

.vps-tier-4 .vps-level-badge {
    color: #fff;
    background: linear-gradient(135deg, #0051FF, #447FFF);
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(5, 92, 255, 0.4);
    animation: pulse-badge 2s ease-in-out infinite;
}

.vps-tier-4 .vps-server-icon i {
    color: #0051FF;
    animation: glow-icon 2s ease-in-out infinite;
}

.vps-tier-4 .vps-server-icon span {
    color: #80B5FF;
}

.vps-tier-4 .vps-particles span {
    color: #0051FF;
    animation: float-particle 2s ease-in-out infinite;
}

@keyframes glow-icon {

    0%,
    100% {
        filter: drop-shadow(0 0 20px currentColor);
    }

    50% {
        filter: drop-shadow(0 0 35px currentColor) drop-shadow(0 0 50px currentColor);
    }
}

/* Energy Lines for Ultimate */
.vps-energy-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.vps-energy-lines span {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0051FF, transparent);
    animation: energy-flow 3s linear infinite;
    opacity: 0.6;
}

.vps-energy-lines span:nth-child(1) {
    width: 60%;
    top: 30%;
    left: -60%;
    animation-delay: 0s;
}

.vps-energy-lines span:nth-child(2) {
    width: 40%;
    top: 50%;
    left: -40%;
    animation-delay: 1s;
}

.vps-energy-lines span:nth-child(3) {
    width: 50%;
    top: 70%;
    left: -50%;
    animation-delay: 2s;
}

@keyframes energy-flow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(100% + 200%));
    }
}

/* Core Count Visual */
.vps-core-visual {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    gap: 4px;
}

.vps-core-visual span {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: currentColor;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.bg-dark-2:hover .vps-core-visual span {
    opacity: 1;
    box-shadow: 0 0 8px currentColor;
}

.vps-tier-1 .vps-core-visual span {
    background: #64b5f6;
}

.vps-tier-2 .vps-core-visual span {
    background: #ba68c8;
}

.vps-tier-3 .vps-core-visual span {
    background: #ff4081;
}

.vps-tier-4 .vps-core-visual span {
    background: #0051FF;
}

/* ===== VPS HERO SECTION ===== */

.vps-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 120px 0 80px;
}

.vps-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vps-hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(5, 92, 255, 0.25) 0%, transparent 45%),
        radial-gradient(ellipse at 80% 70%, rgba(255, 68, 153, 0.2) 0%, transparent 45%),
        radial-gradient(ellipse at 50% 50%, rgba(180, 0, 100, 0.15) 0%, transparent 60%),
        linear-gradient(180deg, rgba(10, 5, 20, 0.75) 0%, rgba(20, 5, 25, 0.7) 40%, rgba(15, 5, 20, 0.85) 100%),
        url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?w=1920&amp;q=80&amp;auto=format');
    background-size: cover, cover, cover, cover, cover;
    background-position: center, center, center, center, center;
    background-repeat: no-repeat;
    filter: saturate(0.7) hue-rotate(-10deg);
}

.vps-hero-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(5, 92, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(5, 92, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.5;
}

.vps-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
    animation: glow-pulse 8s ease-in-out infinite;
}

.vps-glow-1 {
    width: 400px;
    height: 400px;
    background: rgba(5, 92, 255, 0.3);
    top: 10%;
    right: 10%;
}

.vps-glow-2 {
    width: 300px;
    height: 300px;
    background: rgba(255, 68, 153, 0.25);
    bottom: 20%;
    left: 5%;
    animation-delay: 4s;
}

@keyframes glow-pulse {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

.vps-floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.vps-float-el {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(5, 92, 255, 0.08);
    border: 1px solid rgba(5, 92, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.vps-float-el i {
    font-size: 1.5rem;
    color: rgba(5, 92, 255, 0.6);
}

/* Code floating elements */
.vps-code-float {
    position: absolute;
    background: rgba(10, 5, 15, 0.85);
    border: 1px solid rgba(5, 92, 255, 0.25);
    border-radius: 8px;
    padding: 12px 16px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(5, 92, 255, 0.1);
}

.code-line {
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.code-var {
    color: #447FFF;
}

.code-keyword {
    color: #00ff88;
    font-weight: bold;
}

.code-highlight {
    color: #0051FF;
    font-weight: 600;
}

.code-success {
    color: rgba(0, 255, 136, 0.8);
}

.code-typing {
    animation: blink-cursor 1s step-end infinite;
}

@keyframes blink-cursor {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

.vps-float-1 {
    top: 18%;
    left: 5%;
    animation: float-element 8s ease-in-out infinite;
}

.vps-float-2 {
    top: 25%;
    right: 5%;
    animation: float-element 9s ease-in-out infinite 1s;
}

.vps-float-3 {
    bottom: 30%;
    left: 8%;
    animation: float-element 7s ease-in-out infinite 3s;
}

.vps-float-4 {
    bottom: 25%;
    right: 6%;
    animation: float-element 10s ease-in-out infinite 2s;
}

@keyframes float-element {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

/* ===== MATRIX CODE RAIN ===== */
.matrix-rain {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.matrix-column {
    position: absolute;
    top: -150px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #0051FF;
    text-shadow: 0 0 10px #0051FF, 0 0 20px rgba(5, 92, 255, 0.5);
    opacity: 0.6;
    animation: matrix-fall 8s linear infinite;
    white-space: nowrap;
}

@keyframes matrix-fall {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    10% {
        opacity: 0.7;
    }

    90% {
        opacity: 0.7;
    }

    100% {
        transform: translateY(120vh);
        opacity: 0;
    }
}

/* ===== NETWORK DATA FLOW ===== */
.network-flow {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.data-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(5, 92, 255, 0.2), transparent);
}

.data-line.line-1 {
    width: 40%;
    top: 30%;
    left: 10%;
    transform: rotate(-15deg);
}

.data-line.line-2 {
    width: 35%;
    top: 60%;
    right: 5%;
    transform: rotate(10deg);
}

.data-line.line-3 {
    width: 30%;
    bottom: 35%;
    left: 5%;
    transform: rotate(5deg);
}

.data-packet {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0051FF;
    border-radius: 50%;
    box-shadow: 0 0 15px #0051FF, 0 0 30px rgba(5, 92, 255, 0.5);
    animation: packet-flow 3s ease-in-out infinite;
}

.data-packet.delay-1 {
    animation-delay: 1s;
}

.data-packet.delay-2 {
    animation-delay: 2s;
}

@keyframes packet-flow {
    0% {
        left: 0%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

/* ===== NETWORK NODES ===== */
.network-node {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #0051FF;
    border-radius: 50%;
    box-shadow: 0 0 20px #0051FF, 0 0 40px rgba(5, 92, 255, 0.4);
    animation: node-pulse 2s ease-in-out infinite;
}

.network-node::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 1px solid rgba(5, 92, 255, 0.3);
    border-radius: 50%;
    animation: node-ripple 2s ease-out infinite;
}

.node-1 {
    top: 28%;
    left: 10%;
    animation-delay: 0s;
}

.node-2 {
    top: 58%;
    right: 8%;
    animation-delay: 0.7s;
}

.node-3 {
    bottom: 32%;
    left: 15%;
    animation-delay: 1.4s;
}

@keyframes node-pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 20px #0051FF, 0 0 40px rgba(5, 92, 255, 0.4);
    }

    50% {
        transform: scale(1.3);
        box-shadow: 0 0 30px #0051FF, 0 0 60px rgba(5, 92, 255, 0.6);
    }
}

@keyframes node-ripple {
    0% {
        width: 30px;
        height: 30px;
        opacity: 0.5;
    }

    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

.vps-hero-content {
    position: relative;
    z-index: 10;
}

.vps-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(5, 92, 255, 0.1);
    border: 1px solid rgba(5, 92, 255, 0.3);
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 30px;
    animation: badge-glow 3s ease-in-out infinite;
}

.vps-hero-badge i {
    color: #0051FF;
    font-size: 0.9rem;
}

.vps-hero-badge span {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    font-weight: 600;
    color: #447FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@keyframes badge-glow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(5, 92, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 35px rgba(5, 92, 255, 0.4);
    }
}

.vps-hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.vps-title-highlight {
    display: block;
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 50%, #80B5FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 30px rgba(5, 92, 255, 0.5));
}

.vps-hero-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 650px;
    margin: 0 auto 35px;
    line-height: 1.8;
}

.vps-keyword {
    color: #447FFF;
    font-weight: 600;
    position: relative;
}

.vps-keyword::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0051FF, transparent);
    opacity: 0.5;
}

.vps-hero-features {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.vps-feature-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 18px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.vps-feature-pill:hover {
    background: rgba(5, 92, 255, 0.1);
    border-color: rgba(5, 92, 255, 0.3);
    transform: translateY(-2px);
}

.vps-feature-pill i {
    color: #447FFF;
    font-size: 0.9rem;
}

.vps-feature-pill span {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* Matrix-style CTA Button */
.vps-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #0051FF;
    padding: 18px 45px;
    border: 2px solid #0051FF;
    border-radius: 4px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(5, 92, 255, 0.3), inset 0 0 20px rgba(5, 92, 255, 0.05);
    animation: cta-pulse 2s ease-in-out infinite;
}

.vps-hero-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 0%,
            rgba(5, 92, 255, 0.03) 50%,
            transparent 100%);
    background-size: 100% 4px;
    animation: scanlines 0.1s linear infinite;
    pointer-events: none;
}

.vps-hero-cta::after {
    content: 'VER PLANES';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0051FF;
    opacity: 0;
    filter: blur(2px);
    transition: all 0.1s ease;
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 4px;
    }
}

@keyframes cta-pulse {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(5, 92, 255, 0.3), inset 0 0 20px rgba(5, 92, 255, 0.05);
    }

    50% {
        box-shadow: 0 0 35px rgba(5, 92, 255, 0.5), inset 0 0 30px rgba(5, 92, 255, 0.1);
    }
}

.vps-hero-cta:hover {
    background: rgba(5, 92, 255, 0.15);
    color: #fff;
    text-shadow: 0 0 8px rgba(5, 92, 255, 0.6);
    border-color: #447FFF;
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(5, 92, 255, 0.4), inset 0 0 25px rgba(5, 92, 255, 0.1);
}

.vps-hero-cta i {
    font-size: 1rem;
    transition: all 0.3s ease;
    animation: icon-blink 1.5s ease-in-out infinite;
}

@keyframes icon-blink {

    0%,
    90%,
    100% {
        opacity: 1;
    }

    95% {
        opacity: 0.3;
    }
}

.vps-hero-cta:hover i {
    transform: translateX(5px);
    text-shadow: 0 0 15px #0051FF;
}

.vps-cta-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(5, 92, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.vps-hero-cta:hover .vps-cta-glow {
    left: 100%;
}

.vps-hero-fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #0a0a18, transparent);
    z-index: 5;
    pointer-events: none;
}

@media (max-width: 991px) {
    .vps-hero-title {
        font-size: 3rem;
    }

    .vps-hero-section {
        padding: 120px 0 60px;
        min-height: 100vh;
    }

    .vps-float-el {
        display: none;
    }
}

@media (max-width: 576px) {
    .vps-hero-title {
        font-size: 2.2rem;
    }

    .vps-hero-desc {
        font-size: 1rem;
    }

    .vps-feature-pill {
        padding: 8px 14px;
    }

    .vps-feature-pill span {
        font-size: 0.75rem;
    }
}

/* ===== TECH SECTION DIVIDER ===== */
.tech-divider {
    position: relative;
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, transparent, rgba(10, 5, 20, 0.5), transparent);
}

.divider-line {
    position: relative;
    width: 80%;
    max-width: 900px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(5, 92, 255, 0.5), rgba(5, 92, 255, 0.8), rgba(5, 92, 255, 0.5), transparent);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Center chip icon */
.divider-core {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(10, 5, 15, 0.95);
    border: 2px solid #0051FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 25px rgba(5, 92, 255, 0.5), inset 0 0 15px rgba(5, 92, 255, 0.1);
    animation: core-pulse 2s ease-in-out infinite;
}

.divider-core i {
    color: #0051FF;
    font-size: 1.3rem;
    text-shadow: 0 0 10px #0051FF;
}

@keyframes core-pulse {

    0%,
    100% {
        box-shadow: 0 0 25px rgba(5, 92, 255, 0.5), inset 0 0 15px rgba(5, 92, 255, 0.1);
    }

    50% {
        box-shadow: 0 0 40px rgba(5, 92, 255, 0.7), inset 0 0 25px rgba(5, 92, 255, 0.2);
    }
}

/* End nodes */
.divider-node {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #0051FF;
    border-radius: 50%;
    box-shadow: 0 0 15px #0051FF;
    animation: node-blink 1.5s ease-in-out infinite;
}

.divider-node.left {
    left: 0;
}

.divider-node.right {
    right: 0;
}

.divider-node.right {
    animation-delay: 0.75s;
}

@keyframes node-blink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(0.8);
    }
}

/* Data packets moving along line */
.divider-packet {
    position: absolute;
    width: 20px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #0051FF, #447FFF, transparent);
    border-radius: 2px;
    left: 0;
    animation: packet-travel 3s linear infinite;
    box-shadow: 0 0 10px #0051FF;
}

.divider-packet.delay-2 {
    animation-delay: 1.5s;
}

@keyframes packet-travel {
    0% {
        left: 0%;
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        left: calc(100% - 20px);
        opacity: 0;
    }
}

/* ===== SECTION TITLE TECH STYLE ===== */
.section-title-tech {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.section-title-tech .title-prefix {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.section-title-tech .title-divider {
    color: #0051FF;
    opacity: 0.5;
    font-weight: 300;
}

.section-title-tech .title-highlight {
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 50%, #80B5FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 15px rgba(5, 92, 255, 0.4));
}

@media (max-width: 768px) {
    .section-title-tech {
        font-size: 1.4rem;
        flex-direction: column;
        gap: 5px;
    }

    .section-title-tech .title-divider {
        display: none;
    }
}

/* ===== HARDWARE ULTIMATE SECTION - MATRIX STYLE ===== */

/* Title styling */
#hardware-main-title {
    font-family: 'Manrope', sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 50%, #ffffff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    letter-spacing: 3px !important;
    filter: drop-shadow(0 0 20px rgba(5, 92, 255, 0.5));
}

/* Hardware cards - Matrix style */
.hardware-card-minimal {
    background: rgba(5, 5, 15, 0.9) !important;
    border: 1px solid rgba(5, 92, 255, 0.3) !important;
    border-radius: 6px !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(5, 92, 255, 0.1), inset 0 0 30px rgba(5, 92, 255, 0.02) !important;
}

/* Scanlines overlay */
.hardware-card-minimal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 0%, rgba(5, 92, 255, 0.015) 50%, transparent 100%);
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 1;
}

/* Glowing border on hover */
.hardware-card-minimal::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgba(5, 92, 255, 0.5), rgba(255, 68, 153, 0.3), rgba(5, 92, 255, 0.5)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.hardware-card-minimal:hover::after {
    opacity: 1;
}

.hardware-card-minimal:hover {
    transform: translateY(-5px) scale(1.01) !important;
    box-shadow: 0 0 40px rgba(5, 92, 255, 0.3), inset 0 0 40px rgba(5, 92, 255, 0.05) !important;
    border-color: #0051FF !important;
}

/* Icon container - Matrix glow */
.hardware-icon-minimal i {
    background: rgba(5, 92, 255, 0.1) !important;
    border: 1px solid rgba(5, 92, 255, 0.3) !important;
    color: #0051FF !important;
    border-radius: 8px !important;
    box-shadow: 0 0 20px rgba(5, 92, 255, 0.2), inset 0 0 15px rgba(5, 92, 255, 0.1);
    animation: icon-glow 3s ease-in-out infinite;
}

@keyframes icon-glow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(5, 92, 255, 0.2), inset 0 0 15px rgba(5, 92, 255, 0.1);
    }

    50% {
        box-shadow: 0 0 30px rgba(5, 92, 255, 0.4), inset 0 0 20px rgba(5, 92, 255, 0.15);
    }
}

/* Title - Matrix style */
.hardware-title-minimal {
    font-family: 'JetBrains Mono', monospace !important;
    color: #0051FF !important;
    font-size: 1rem !important;
    letter-spacing: 2px !important;
    text-shadow: 0 0 10px rgba(5, 92, 255, 0.4) !important;
}

/* Description - Clean style */
.hardware-desc-minimal {
    font-family: 'Manrope', sans-serif !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.95rem !important;
}

.hardware-desc-small {
    font-family: 'Manrope', sans-serif !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.85rem !important;
}

/* Section background enhancement */
#vps-nueva {
    position: relative;
}

#vps-nueva::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(5, 92, 255, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(255, 68, 153, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* ===== HARDWARE TERMINAL SECTION ===== */
.hardware-terminal-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #010314 0%, #05051a 100%);
}

/* Terminal Window */
.terminal-window {
    background: rgba(5, 5, 15, 0.95);
    border: 1px solid rgba(5, 92, 255, 0.3);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(5, 92, 255, 0.1);
}

/* Terminal Header */
.terminal-header {
    background: linear-gradient(180deg, rgba(30, 30, 40, 0.9) 0%, rgba(20, 20, 30, 0.95) 100%);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(5, 92, 255, 0.2);
}

.terminal-buttons {
    display: flex;
    gap: 8px;
    margin-right: 20px;
}

.terminal-buttons span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.btn-close {
    background: #ff5f57;
}

.btn-minimize {
    background: #febc2e;
}

.btn-maximize {
    background: #28c840;
}

.terminal-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Terminal Body */
.terminal-body {
    padding: 25px 30px;
}

/* Terminal Lines */
.terminal-line {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.prompt {
    color: #0051FF;
    font-weight: bold;
}

.prompt-separator {
    color: rgba(255, 255, 255, 0.5);
}

.path {
    color: #00d4ff;
}

.prompt-end {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.command {
    color: #00ff88;
}

/* Cursor blink */
.cursor {
    color: #0051FF;
    animation: cursor-blink 1s step-end infinite;
}

@keyframes cursor-blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

/* Terminal Header Title */
.terminal-header-title {
    text-align: center;
    padding: 20px 0;
}

.header-line {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #00ff88;
    margin-bottom: 15px;
    animation: typing-blink 0.8s ease-in-out infinite;
}

@keyframes typing-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

.terminal-main-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0051FF 0%, #447FFF 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 4px;
    margin: 0;
    filter: drop-shadow(0 0 20px rgba(5, 92, 255, 0.5));
}

.terminal-subtitle {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

/* System Panels Grid */
.system-panels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .system-panels {
        grid-template-columns: 1fr;
    }

    .ascii-art {
        font-size: 0.35rem;
    }
}

/* Individual Panel */
.system-panel {
    background: rgba(10, 10, 20, 0.8);
    border: 1px solid rgba(5, 92, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.system-panel:hover {
    border-color: #0051FF;
    box-shadow: 0 0 25px rgba(5, 92, 255, 0.2);
    transform: translateY(-3px);
}

/* Panel Header */
.panel-header {
    background: rgba(5, 92, 255, 0.05);
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(5, 92, 255, 0.15);
}

.panel-icon {
    color: #0051FF;
    font-size: 1rem;
}

.panel-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #0051FF;
    font-weight: 600;
    letter-spacing: 1px;
    flex: 1;
}

.panel-status {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.65rem;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.panel-status.online {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    border: 1px solid rgba(0, 255, 136, 0.3);
    animation: status-blink 2s ease-in-out infinite;
}

@keyframes status-blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

/* Panel Content */
.panel-content {
    padding: 15px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.spec-row:last-of-type {
    border-bottom: none;
}

.spec-key {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.spec-value {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
}

.spec-value.highlight {
    color: #0051FF;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(5, 92, 255, 0.4);
}

/* Progress Bar */
.progress-bar {
    margin-top: 12px;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0051FF, #447FFF);
    border-radius: 3px;
    position: relative;
    animation: progress-glow 2s ease-in-out infinite;
}

.progress-fill.storage {
    background: linear-gradient(90deg, #00d4ff, #00ff88);
}

@keyframes progress-glow {

    0%,
    100% {
        box-shadow: 0 0 5px rgba(5, 92, 255, 0.5);
    }

    50% {
        box-shadow: 0 0 15px rgba(5, 92, 255, 0.8);
    }
}

.progress-label {
    position: absolute;
    right: 0;
    top: -18px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
}

/* Network Activity */
.network-activity {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.activity-icon {
    font-family: 'JetBrains Mono', monospace;
    color: #00ff88;
    font-size: 0.9rem;
}

.activity-bar {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.activity-bar::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 30%;
    background: linear-gradient(90deg, transparent, #00ff88, transparent);
    animation: network-flow 1.5s linear infinite;
}

.activity-bar.upload::after {
    animation-direction: reverse;
    background: linear-gradient(90deg, transparent, #0051FF, transparent);
}

@keyframes network-flow {
    0% {
        left: -30%;
    }

    100% {
        left: 100%;
    }
}

/* Ping Indicator */
.ping-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 8px 12px;
    background: rgba(0, 255, 136, 0.05);
    border-radius: 4px;
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.ping-dot {
    width: 8px;
    height: 8px;
    background: #00ff88;
    border-radius: 50%;
    animation: ping-pulse 1s ease-in-out infinite;
}

@keyframes ping-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

.ping-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.ping-text span {
    color: #00ff88;
    font-weight: bold;
}

/* Terminal Footer Line */
.terminal-line.footer {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(5, 92, 255, 0.1);
}