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

/* Top Promotion Bar */
.promo-bar {
    background: linear-gradient(135deg, #DC143C, #FF6347);
    color: white;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(220, 20, 60, 0.3);
}

.promo-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.promo-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
}

.promo-link:hover {
    text-decoration: underline;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background: #000000;
    overflow-x: hidden;
    position: relative;
}

/* Particles Background */
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
    background: linear-gradient(135deg, #000000 0%, #0a0000 25%, #1a0000 50%, #0a0000 75%, #000000 100%);
}

/* Small Floating Dots */
.floating-dots {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.dot {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    animation-duration: 15s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}

.dot-1 {
    top: 10%;
    left: 15%;
    animation-name: float-gentle;
    animation-delay: 0s;
}

.dot-2 {
    top: 25%;
    left: 80%;
    animation-name: float-gentle;
    animation-delay: 2s;
}

.dot-3 {
    top: 45%;
    left: 25%;
    animation-name: float-gentle;
    animation-delay: 4s;
}

.dot-4 {
    top: 60%;
    left: 70%;
    animation-name: float-gentle;
    animation-delay: 6s;
}

.dot-5 {
    top: 75%;
    left: 40%;
    animation-name: float-gentle;
    animation-delay: 8s;
}

.dot-6 {
    top: 20%;
    left: 60%;
    animation-name: float-gentle;
    animation-delay: 10s;
}

.dot-7 {
    top: 85%;
    left: 20%;
    animation-name: float-gentle;
    animation-delay: 12s;
}

.dot-8 {
    top: 35%;
    left: 90%;
    animation-name: float-gentle;
    animation-delay: 14s;
}

.dot-9 {
    top: 55%;
    left: 10%;
    animation-name: float-gentle;
    animation-delay: 16s;
}

.dot-10 {
    top: 15%;
    left: 45%;
    animation-name: float-gentle;
    animation-delay: 18s;
}

.dot-11 {
    top: 70%;
    left: 85%;
    animation-name: float-gentle;
    animation-delay: 1s;
}

.dot-12 {
    top: 90%;
    left: 55%;
    animation-name: float-gentle;
    animation-delay: 3s;
}

.dot-13 {
    top: 30%;
    left: 35%;
    animation-name: float-gentle;
    animation-delay: 0.5s;
}

.dot-14 {
    top: 50%;
    left: 85%;
    animation-name: float-gentle;
    animation-delay: 1.5s;
}

.dot-15 {
    top: 80%;
    left: 15%;
    animation-name: float-gentle;
    animation-delay: 2.5s;
}

.dot-16 {
    top: 40%;
    left: 65%;
    animation-name: float-gentle;
    animation-delay: 3.5s;
}

.dot-17 {
    top: 65%;
    left: 30%;
    animation-name: float-gentle;
    animation-delay: 4.5s;
}

.dot-18 {
    top: 25%;
    left: 75%;
    animation-name: float-gentle;
    animation-delay: 5.5s;
}

.dot-19 {
    top: 95%;
    left: 45%;
    animation-name: float-gentle;
    animation-delay: 6.5s;
}

.dot-20 {
    top: 15%;
    left: 25%;
    animation-name: float-gentle;
    animation-delay: 7.5s;
}

.dot-21 {
    top: 55%;
    left: 95%;
    animation-name: float-gentle;
    animation-delay: 8.5s;
}

.dot-22 {
    top: 35%;
    left: 5%;
    animation-name: float-gentle;
    animation-delay: 9.5s;
}

.dot-23 {
    top: 75%;
    left: 65%;
    animation-name: float-gentle;
    animation-delay: 10.5s;
}

.dot-24 {
    top: 45%;
    left: 50%;
    animation-name: float-gentle;
    animation-delay: 11.5s;
}

.dot-25 {
    top: 12%;
    left: 30%;
    animation-name: float-gentle;
    animation-delay: 0.2s;
}

.dot-26 {
    top: 28%;
    left: 85%;
    animation-name: float-gentle;
    animation-delay: 0.4s;
}

.dot-27 {
    top: 52%;
    left: 20%;
    animation-name: float-gentle;
    animation-delay: 0.6s;
}

.dot-28 {
    top: 68%;
    left: 75%;
    animation-name: float-gentle;
    animation-delay: 0.8s;
}

.dot-29 {
    top: 82%;
    left: 35%;
    animation-name: float-gentle;
    animation-delay: 1.2s;
}

.dot-30 {
    top: 18%;
    left: 65%;
    animation-name: float-gentle;
    animation-delay: 1.4s;
}

.dot-31 {
    top: 88%;
    left: 25%;
    animation-name: float-gentle;
    animation-delay: 1.6s;
}

.dot-32 {
    top: 32%;
    left: 95%;
    animation-name: float-gentle;
    animation-delay: 1.8s;
}

.dot-33 {
    top: 58%;
    left: 5%;
    animation-name: float-gentle;
    animation-delay: 2.2s;
}

.dot-34 {
    top: 22%;
    left: 40%;
    animation-name: float-gentle;
    animation-delay: 2.4s;
}

.dot-35 {
    top: 72%;
    left: 80%;
    animation-name: float-gentle;
    animation-delay: 2.6s;
}

.dot-36 {
    top: 92%;
    left: 60%;
    animation-name: float-gentle;
    animation-delay: 2.8s;
}

.dot-37 {
    top: 38%;
    left: 15%;
    animation-name: float-gentle;
    animation-delay: 3.2s;
}

.dot-38 {
    top: 48%;
    left: 90%;
    animation-name: float-gentle;
    animation-delay: 3.4s;
}

.dot-39 {
    top: 78%;
    left: 10%;
    animation-name: float-gentle;
    animation-delay: 3.6s;
}

.dot-40 {
    top: 8%;
    left: 55%;
    animation-name: float-gentle;
    animation-delay: 3.8s;
}

.dot-41 {
    top: 62%;
    left: 45%;
    animation-name: float-gentle;
    animation-delay: 4.2s;
}

.dot-42 {
    top: 26%;
    left: 70%;
    animation-name: float-gentle;
    animation-delay: 4.4s;
}

.dot-43 {
    top: 86%;
    left: 50%;
    animation-name: float-gentle;
    animation-delay: 4.6s;
}

.dot-44 {
    top: 16%;
    left: 85%;
    animation-name: float-gentle;
    animation-delay: 4.8s;
}

.dot-45 {
    top: 56%;
    left: 25%;
    animation-name: float-gentle;
    animation-delay: 5.2s;
}

.dot-46 {
    top: 36%;
    left: 80%;
    animation-name: float-gentle;
    animation-delay: 5.4s;
}

.dot-47 {
    top: 76%;
    left: 40%;
    animation-name: float-gentle;
    animation-delay: 5.6s;
}

.dot-48 {
    top: 96%;
    left: 75%;
    animation-name: float-gentle;
    animation-delay: 5.8s;
}

@keyframes float-gentle {
    0% {
        transform: translateX(-50px) translateY(0px);
        opacity: 0.8;
    }
    25% {
        transform: translateX(25vw) translateY(-8px);
        opacity: 1;
    }
    50% {
        transform: translateX(50vw) translateY(5px);
        opacity: 0.9;
    }
    75% {
        transform: translateX(75vw) translateY(-5px);
        opacity: 1;
    }
    100% {
        transform: translateX(calc(100vw + 50px)) translateY(0px);
        opacity: 0.8;
    }
}

/* Clean Pure Black Background */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
    pointer-events: none;
}

@keyframes backgroundMove {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    }
    25% {
        transform: translateX(-30px) translateY(-20px) scale(1.1) rotate(1deg);
    }
    50% {
        transform: translateX(25px) translateY(15px) scale(0.9) rotate(-1deg);
    }
    75% {
        transform: translateX(-15px) translateY(25px) scale(1.05) rotate(0.5deg);
    }
}

@keyframes floatingOrbs {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1) rotate(0deg);
        opacity: 0.6;
    }
    20% {
        transform: translateX(40px) translateY(-30px) scale(1.2) rotate(2deg);
        opacity: 0.8;
    }
    40% {
        transform: translateX(-25px) translateY(20px) scale(0.8) rotate(-1deg);
        opacity: 0.4;
    }
    60% {
        transform: translateX(35px) translateY(35px) scale(1.1) rotate(1.5deg);
        opacity: 0.7;
    }
    80% {
         transform: translateX(-40px) translateY(-15px) scale(0.9) rotate(-2deg);
         opacity: 0.5;
     }
}

/* Individual floating animations */
@keyframes float1 {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1);
    }
    25% {
        transform: translateX(50px) translateY(-30px) scale(1.1);
    }
    50% {
        transform: translateX(-20px) translateY(40px) scale(0.9);
    }
    75% {
        transform: translateX(30px) translateY(20px) scale(1.05);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    }
    33% {
        transform: translateX(-40px) translateY(25px) scale(1.2) rotate(120deg);
    }
    66% {
        transform: translateX(35px) translateY(-35px) scale(0.8) rotate(240deg);
    }
}

@keyframes float3 {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1);
    }
    20% {
        transform: translateX(25px) translateY(30px) scale(1.3);
    }
    40% {
        transform: translateX(-30px) translateY(-20px) scale(0.7);
    }
    60% {
        transform: translateX(40px) translateY(15px) scale(1.1);
    }
    80% {
        transform: translateX(-15px) translateY(35px) scale(0.9);
    }
}

@keyframes float4 {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    }
    50% {
        transform: translateX(-50px) translateY(-40px) scale(1.15) rotate(180deg);
    }
}

@keyframes float5 {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1);
    }
    16% {
        transform: translateX(20px) translateY(-25px) scale(1.2);
    }
    32% {
        transform: translateX(-35px) translateY(30px) scale(0.8);
    }
    48% {
        transform: translateX(45px) translateY(10px) scale(1.1);
    }
    64% {
        transform: translateX(-25px) translateY(-35px) scale(0.9);
    }
    80% {
        transform: translateX(30px) translateY(25px) scale(1.05);
    }
}

@keyframes float6 {
    0%, 100% {
        transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    }
    25% {
        transform: translateX(-30px) translateY(20px) scale(1.4) rotate(90deg);
    }
    50% {
        transform: translateX(25px) translateY(-30px) scale(0.6) rotate(180deg);
    }
    75% {
         transform: translateX(35px) translateY(25px) scale(1.2) rotate(270deg);
     }
}

/* Wave Animation */
.wave-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    overflow: hidden;
}

.wave {
    position: absolute;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 40%, rgba(120, 119, 198, 0.05) 50%, transparent 60%);
    border-radius: 50%;
}

.wave-1 {
    top: -50%;
    left: -50%;
    animation: waveMove1 40s linear infinite;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 0, 0, 0.12) 50%, transparent 60%);
}

.wave-2 {
    top: -50%;
    right: -50%;
    animation: waveMove2 35s linear infinite reverse;
    background: linear-gradient(45deg, transparent 40%, rgba(139, 0, 0, 0.08) 50%, transparent 60%);
}

.wave-3 {
    bottom: -50%;
    left: -50%;
    animation: waveMove3 45s linear infinite;
    background: linear-gradient(45deg, transparent 40%, rgba(220, 20, 60, 0.07) 50%, transparent 60%);
}

@keyframes waveMove1 {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1.1);
    }
}

@keyframes waveMove2 {
    0% {
        transform: rotate(0deg) scale(1.2);
    }
    100% {
        transform: rotate(-360deg) scale(0.9);
    }
}

@keyframes waveMove3 {
    0% {
        transform: rotate(0deg) scale(0.8);
    }
    100% {
        transform: rotate(360deg) scale(1.3);
    }
}

/* Sections */
.section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(255, 118, 117, 0.1) 0%, transparent 50%);
    animation: sectionGlow 25s ease-in-out infinite alternate;
    z-index: -1;
    pointer-events: none;
}

@keyframes sectionGlow {
    0% {
        opacity: 0.3;
        transform: scale(1) rotate(0deg);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.1) rotate(2deg);
    }
}

.container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Header */
.header {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    z-index: 10;
    transition: all 0.3s ease;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.header-floating-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.header-dot {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
    animation: header-float-gentle 12s infinite linear;
}

@keyframes header-float-gentle {
    0% {
        transform: translateX(-10px);
        opacity: 0.6;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        transform: translateX(calc(100vw + 10px));
        opacity: 0.6;
    }
}

.header-dot-1 {
    top: 20%;
    left: -10px;
    animation-delay: 0s;
}

.header-dot-2 {
    top: 60%;
    left: -10px;
    animation-delay: 2s;
}

.header-dot-3 {
    top: 40%;
    left: -10px;
    animation-delay: 4s;
}

.header-dot-4 {
    top: 80%;
    left: -10px;
    animation-delay: 6s;
}

.header-dot-5 {
    top: 10%;
    left: -10px;
    animation-delay: 8s;
}

.header-dot-6 {
    top: 70%;
    left: -10px;
    animation-delay: 10s;
}

.header-dot-7 {
    top: 30%;
    left: -10px;
    animation-delay: 1s;
}

.header-dot-8 {
    top: 90%;
    left: -10px;
    animation-delay: 3s;
}

.header-dot-9 {
    top: 50%;
    left: -10px;
    animation-delay: 5s;
}

.header-dot-10 {
    top: 15%;
    left: -10px;
    animation-delay: 7s;
}

.header-dot-11 {
    top: 75%;
    left: -10px;
    animation-delay: 9s;
}

.header-dot-12 {
    top: 35%;
    left: -10px;
    animation-delay: 11s;
}

.navbar {
    padding: 1rem 0;
    position: relative;
    z-index: 2;
}

.nav-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 280px 1fr 350px;
    align-items: center;
    width: 100%;
    position: relative;
    min-height: 100px;
    gap: 2rem;
}

.nav-logo {
    flex-shrink: 0;
    min-width: 200px;
}

.logo-image {
    height: 80px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
    filter: brightness(1.1) contrast(1.1);
    transition: all 0.3s ease;
}

.logo-image:hover {
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.2);
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    margin-left: -1rem;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.4rem 0.6rem;
    white-space: nowrap;
}

.nav-link:hover {
    color: #ff0000;
}

.nav-auth {
    display: flex;
    gap: 0.8rem;
}

.btn-login {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.4rem 1.2rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.95rem;
}

.btn-login:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ff0000;
}

.btn-register {
    background: linear-gradient(135deg, #ff0000 0%, #dc143c 50%, #8b0000 100%);
    color: #fff;
    border: none;
    padding: 0.4rem 1.2rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.95rem;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
}

.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.6), 0 0 30px rgba(220, 20, 60, 0.4);
}

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

.bar {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: 0.3s;
}

/* Nav Right Container */
.nav-right {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: flex-end;
    margin-right: 2rem;
}

/* Language Selector */
.language-selector {
    z-index: 15000;
    position: relative;
}

.language-dropdown {
    position: relative;
}

.language-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.language-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 0, 0, 0.5);
    transform: translateY(-1px);
}

.flag-icon {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

.language-btn i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.language-dropdown.active .language-btn i {
    transform: rotate(180deg);
}

.language-options {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 140px;
    width: max-content;
    background: rgba(0, 0, 0, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.language-dropdown.active .language-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
}

.language-option:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.language-option.active {
    background: rgba(255, 0, 0, 0.1);
    color: #ff0000;
    font-weight: 600;
}

.language-option:first-child {
    border-radius: 8px 8px 0 0;
}

.language-option:last-child {
    border-radius: 0 0 8px 8px;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    background: #000000;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 180px;
    overflow: visible !important;
}

/* Removed hero::after red gradients for clean black background */

@keyframes heroGlow {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.3;
}

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

.hero-title {
    font-size: 4.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 2rem;
    position: relative;
    z-index: 15;
    white-space: nowrap;
}

.gradient-text {
    color: #fff;
}

.hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    line-height: 1.6;
    position: relative;
    z-index: 15;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 15;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-cta {
    display: flex;
    gap: 1rem;
    position: relative;
    z-index: 15;
}

.btn-primary {
    background: linear-gradient(135deg, #ff0000 0%, #dc143c 50%, #8b0000 100%);
    color: #fff;
    border: none;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 25px rgba(255, 0, 0, 0.5),
        0 0 30px rgba(220, 20, 60, 0.4);
    transform: translateY(0);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
    z-index: 1;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-5px) scale(1.08);
    box-shadow: 
        0 20px 40px rgba(255, 0, 0, 0.7),
        0 0 40px rgba(220, 20, 60, 0.6);
    background: linear-gradient(135deg, #8b0000 0%, #ff0000 50%, #dc143c 100%);
}

.btn-primary:active {
    transform: translateY(-1px) scale(1.02);
    transition: all 0.1s ease;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 2rem;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

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

.btn-secondary:hover::before {
    left: 100%;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.2), rgba(220, 20, 60, 0.2));
    border-color: #ff0000;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 15px 35px rgba(255, 0, 0, 0.5),
        0 0 25px rgba(220, 20, 60, 0.4);
}

.btn-secondary:active {
    transform: translateY(-1px) scale(1.02);
    transition: all 0.1s ease;
}

.hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible !important;
}

.character-container {
    position: absolute;
    top: -470px;
    left: -5%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    animation: characterFloat 4s ease-in-out infinite;
    z-index: 1;
    overflow: visible !important;
}

.animated-character {
    width: 1200px !important;
    height: 1125px !important;
    filter: drop-shadow(0 0 30px rgba(255, 0, 0, 0.6));
    animation: characterGlow 3s ease-in-out infinite alternate;
    transition: all 0.3s ease;
    margin-top: auto;
    margin-bottom: -300px;
    margin-left: -300px;
    position: relative;
    max-width: none !important;
    transform: scaleX(1.1) scaleY(0.95) translateX(140px) translateY(-80px) !important;
}

/* Lightning Effects */
.lightning-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.lightning {
    position: absolute;
    width: 3px;
    background: linear-gradient(45deg, #ff0000, #ff4444, #ffffff);
    border-radius: 2px;
    opacity: 0;
    box-shadow: 0 0 10px #ff0000, 0 0 20px #ff4444, 0 0 30px #ffffff;
    animation: lightningStrike 2s infinite;
}

.lightning-1 {
    height: 120px;
    top: 35%;
    left: 25%;
    transform: rotate(15deg);
    animation-delay: 0s;
}

.lightning-2 {
    height: 100px;
    top: 30%;
    left: 30%;
    transform: rotate(-10deg);
    animation-delay: 0.3s;
}

.lightning-3 {
    height: 80px;
    top: 40%;
    left: 20%;
    transform: rotate(25deg);
    animation-delay: 0.6s;
}

.lightning-4 {
    height: 90px;
    top: 32%;
    left: 35%;
    transform: rotate(-5deg);
    animation-delay: 0.9s;
}

.lightning-5 {
    height: 110px;
    top: 38%;
    left: 28%;
    transform: rotate(20deg);
    animation-delay: 1.2s;
}

@keyframes lightningStrike {
    0% {
        opacity: 0;
        transform: scale(1) translateY(0);
    }
    10% {
        opacity: 1;
        transform: scale(1.2) translateY(-10px);
    }
    20% {
        opacity: 0.8;
        transform: scale(1) translateY(-20px);
    }
    30% {
        opacity: 1;
        transform: scale(1.1) translateY(-30px);
    }
    40% {
        opacity: 0.6;
        transform: scale(1) translateY(-40px);
    }
    50% {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }
    100% {
        opacity: 0;
        transform: scale(0.5) translateY(-60px);
    }
}

.animated-character:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 50px rgba(255, 0, 0, 0.9));
}

@keyframes characterFloat {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
    }
    25% { 
        transform: translateY(-15px) rotate(1deg); 
    }
    50% { 
        transform: translateY(-25px) rotate(0deg); 
    }
    75% { 
        transform: translateY(-15px) rotate(-1deg); 
    }
}

@keyframes characterGlow {
    0% {
        filter: drop-shadow(0 0 30px rgba(255, 0, 0, 0.6));
    }
    100% {
        filter: drop-shadow(0 0 50px rgba(220, 20, 60, 0.8));
    }
}

/* Chat Widget */
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.chat-header {
    display: flex;
    align-items: flex-start;
    padding: 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    gap: 12px;
}

.chat-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-info {
    flex: 1;
}

.chat-info strong {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.chat-info p {
    color: #666;
    font-size: 13px;
    margin: 4px 0 0 0;
    line-height: 1.4;
}

.chat-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-close:hover {
    color: #666;
}

.chat-input {
    display: none;
    padding: 12px;
    background: white;
    gap: 8px;
}

.chat-input input {
    flex: 1;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    outline: none;
}

.chat-input input:focus {
    border-color: #007bff;
}

.chat-send {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
}

.chat-send:hover {
    background: #0056b3;
}

.chat-messages {
    max-height: 300px;
    overflow-y: auto;
    padding: 12px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    display: none;
}

.chat-message {
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 12px;
    max-width: 80%;
    word-wrap: break-word;
}

.chat-message.sent {
    background: #007bff;
    color: white;
    margin-left: auto;
    text-align: right;
}

.chat-message.received {
    background: white;
    color: #333;
    border: 1px solid #e9ecef;
}

.chat-message-time {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 4px;
}

.chat-widget.expanded {
    height: auto;
    max-height: 500px;
}

.chat-widget.minimized .chat-messages,
.chat-widget.minimized .chat-input {
    display: none !important;
}

.chat-widget.expanded .chat-messages,
.chat-widget.expanded .chat-input {
    display: block !important;
}

.chat-widget.expanded .chat-input {
    display: flex !important;
}

.typing-indicator {
    padding: 8px 12px;
    font-style: italic;
    color: #666;
    font-size: 12px;
}

/* Revolutionary Services Section */
.services {
    padding: 140px 0;
    background: linear-gradient(135deg, 
        #000000 0%, 
        #000000 20%, 
        #050000 40%, 
        #0a0000 50%, 
        #050000 60%, 
        #000000 80%, 
        #000000 100%),
        radial-gradient(circle at 30% 40%, rgba(220, 20, 60, 0.08) 0%, transparent 70%),
        radial-gradient(circle at 70% 60%, rgba(255, 0, 0, 0.05) 0%, transparent 70%);
    position: relative;
    overflow: hidden;
    z-index: 10;
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(220, 20, 60, 0.2);
    border-bottom: 1px solid rgba(220, 20, 60, 0.2);
    box-shadow: 
        inset 0 1px 0 rgba(220, 20, 60, 0.05),
        inset 0 -1px 0 rgba(220, 20, 60, 0.05),
        0 0 80px rgba(220, 20, 60, 0.08);
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(220, 20, 60, 0.02) 50%, transparent 60%);
    pointer-events: none;
    animation: gridMove 25s linear infinite;
    z-index: 1;
}

.services::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, transparent 45%, rgba(220, 20, 60, 0.03) 50%, transparent 55%),
        radial-gradient(circle at 25% 25%, rgba(220, 20, 60, 0.04) 0%, transparent 60%),
        radial-gradient(circle at 75% 75%, rgba(220, 20, 60, 0.04) 0%, transparent 60%);
    pointer-events: none;
    animation: energyFlow 18s ease-in-out infinite;
    z-index: 1;
}

@keyframes energyFlow {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.02);
    }
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(100px, 100px); }
}

/* Revolutionary Header */
.tech-header {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 5;
    min-height: 400px;
    padding: 50px 0;
}

.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgba(220, 20, 60, 0.3);
    border-radius: 50px;
    padding: 12px 24px;
    margin-bottom: 32px;
    backdrop-filter: blur(20px);
    /* animation: badgeGlow 3s ease-in-out infinite; */
    position: relative;
    z-index: 3;
}

@keyframes badgeGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(220, 20, 60, 0.3);
    }
    50% {
        box-shadow: 0 0 40px rgba(220, 20, 60, 0.6);
    }
}

.badge-icon {
    font-size: 18px;
}

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

/* Tech Header Floating Dots */
.tech-floating-dots {
    position: absolute;
    top: -100px;
    left: -100px;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    pointer-events: none;
    z-index: 2;
    overflow: visible;
}

.tech-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation-duration: 15s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.tech-dot-1 {
    top: 5%;
    left: 10%;
    animation-name: float-gentle;
    animation-delay: 0s;
}

.tech-dot-2 {
    top: 15%;
    left: 85%;
    animation-name: float-gentle;
    animation-delay: 1s;
}

.tech-dot-3 {
    top: 25%;
    left: 30%;
    animation-name: float-gentle;
    animation-delay: 2s;
}

.tech-dot-4 {
    top: 35%;
    left: 75%;
    animation-name: float-gentle;
    animation-delay: 3s;
}

.tech-dot-5 {
    top: 45%;
    left: 20%;
    animation-name: float-gentle;
    animation-delay: 4s;
}

.tech-dot-6 {
    top: 55%;
    left: 90%;
    animation-name: float-gentle;
    animation-delay: 5s;
}

.tech-dot-7 {
    top: 65%;
    left: 40%;
    animation-name: float-gentle;
    animation-delay: 6s;
}

.tech-dot-8 {
    top: 75%;
    left: 15%;
    animation-name: float-gentle;
    animation-delay: 7s;
}

.tech-dot-9 {
    top: 85%;
    left: 70%;
    animation-name: float-gentle;
    animation-delay: 8s;
}

.tech-dot-10 {
    top: 95%;
    left: 50%;
    animation-name: float-gentle;
    animation-delay: 9s;
}

.tech-dot-11 {
    top: 10%;
    left: 60%;
    animation-name: float-gentle;
    animation-delay: 0.5s;
}

.tech-dot-12 {
    top: 30%;
    left: 5%;
    animation-name: float-gentle;
    animation-delay: 1.5s;
}

.tech-dot-13 {
    top: 50%;
    left: 65%;
    animation-name: float-gentle;
    animation-delay: 2.5s;
}

.tech-dot-14 {
    top: 70%;
    left: 25%;
    animation-name: float-gentle;
    animation-delay: 3.5s;
}

.tech-dot-15 {
    top: 90%;
    left: 80%;
    animation-name: float-gentle;
    animation-delay: 4.5s;
}

.tech-dot-16 {
    top: 20%;
    left: 45%;
    animation-name: float-gentle;
    animation-delay: 5.5s;
}

.tech-dot-17 {
    top: 40%;
    left: 95%;
    animation-name: float-gentle;
    animation-delay: 6.5s;
}

.tech-dot-18 {
    top: 80%;
    left: 35%;
    animation-name: float-gentle;
    animation-delay: 7.5s;
}

.badge-text {
    color: #dc143c;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tech-title {
    font-size: clamp(40px, 7vw, 60px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
}

.title-main {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
}

.title-accent {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
    animation: titlePulse 4s ease-in-out infinite;
}

@keyframes titlePulse {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1);
    }
    50% {
        transform: scale(1.02);
        filter: brightness(1.2);
    }
}

.tech-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto 48px;
    line-height: 1.6;
}

.tech-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    animation: statFloat 6s ease-in-out infinite;
}

.stat-item:nth-child(2) { animation-delay: -2s; }
.stat-item:nth-child(4) { animation-delay: -4s; }

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

.stat-number {
    display: block;
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.stat-divider {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(220, 20, 60, 0.5), transparent);
}

/* Elofire Selector */
.elofire-selector {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}

.selector-header {
    text-align: center;
    margin-bottom: 48px;
}

.selector-title {
    font-size: 28px;
    font-weight: 800;
    color: #dc143c;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.selector-line {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #dc143c, transparent);
    margin: 0 auto;
}

.game-matrix {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.game-option {
    position: relative;
    background: rgba(15, 15, 15, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(20px);
    min-width: 240px;
    text-align: center;
    overflow: hidden;
}

.game-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-option:hover::before,
.game-option.active::before {
    opacity: 1;
}

.game-option:hover,
.game-option.active {
    border-color: rgba(220, 20, 60, 0.5);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(220, 20, 60, 0.2);
}

.game-hologram {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
}

.hologram-ring {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(220, 20, 60, 0.3);
    border-radius: 50%;
    animation: ringRotate 8s linear infinite;
}

@keyframes ringRotate {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

.game-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(220, 20, 60, 0.4);
}

.game-icon i {
    font-size: 20px;
    color: white;
}

.game-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 6px;
}

.game-status {
    font-size: 11px;
    color: #dc143c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}



/* Neural Modes */
.neural-modes {
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

.modes-header {
    text-align: center;
    margin-bottom: 48px;
}

.modes-title {
    font-size: 28px;
    font-weight: 800;
    color: #dc143c;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.modes-line {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #dc143c, transparent);
    margin: 0 auto;
}

.modes-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.mode-card {
    position: relative;
    background: rgba(15, 15, 15, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 24px;
    cursor: pointer;
    transition: all 0.4s ease;
    backdrop-filter: blur(20px);
    min-width: 200px;
    text-align: center;
    overflow: hidden;
}

.mode-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(220, 20, 60, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mode-card:hover .mode-glow,
.mode-card.active .mode-glow {
    opacity: 1;
}

.mode-card:hover,
.mode-card.active {
    border-color: rgba(220, 20, 60, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(220, 20, 60, 0.2);
}

.mode-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 8px 24px rgba(220, 20, 60, 0.3);
}

.mode-icon i {
    font-size: 20px;
    color: white;
}

.mode-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mode-card p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

/* Elofire Services */
.elofire-services {
    position: relative;
    z-index: 2;
}

.service-matrix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.elofire-card {
    position: relative;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    overflow: hidden;
    backdrop-filter: blur(40px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 800px;
}

.card-aurora {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(220, 20, 60, 0.1) 0%, transparent 50%),
        linear-gradient(225deg, rgba(255, 0, 0, 0.05) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.elofire-card:hover .card-aurora {
    opacity: 1;
}

.elofire-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(220, 20, 60, 0.3);
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.4),
        0 20px 40px rgba(220, 20, 60, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.card-header {
    position: relative;
    padding: 40px 40px 20px;
    text-align: center;
}

.promo-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    z-index: 10;
}

.badge-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: badgeShine 3s ease-in-out infinite;
}

@keyframes badgeShine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

.service-hologram {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.hologram-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 0 40px rgba(220, 20, 60, 0.6),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
    animation: coreFloat 4s ease-in-out infinite;
}

@keyframes coreFloat {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.hologram-core i {
    font-size: 32px;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hologram-rings {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ring {
    position: absolute;
    border: 2px solid rgba(220, 20, 60, 0.3);
    border-radius: 50%;
    animation: ringPulse 6s ease-in-out infinite;
}

.ring-1 {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    animation-delay: 0s;
}

.ring-2 {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    animation-delay: -2s;
}

.ring-3 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation-delay: -4s;
}

@keyframes ringPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.card-content {
    padding: 20px 40px 40px;
}

.service-name {
    font-size: 36px;
    font-weight: 900;
    color: white;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.service-tagline {
    font-size: 14px;
    color: #dc143c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}

.service-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    text-align: center;
    margin-bottom: 32px;
}

.neural-features {
    margin-bottom: 32px;
}

.feature-matrix {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-node {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.node-pulse {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #dc143c, #ff4757);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.feature-node:hover .node-pulse {
    transform: scaleY(1);
}

.feature-node:hover {
    background: rgba(220, 20, 60, 0.05);
    border-color: rgba(220, 20, 60, 0.2);
    transform: translateX(8px);
}

.feature-node i {
    color: #dc143c;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.feature-node span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 500;
}

.card-footer {
    padding: 0 40px 40px;
}

.elofire-btn {
    width: 100%;
    position: relative;
    padding: 20px 32px;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
}

.elofire-btn.primary {
    background: linear-gradient(135deg, #dc143c, #ff4757);
    color: white;
    box-shadow: 0 8px 32px rgba(220, 20, 60, 0.3);
}

.elofire-btn.secondary {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    color: white;
    border: 2px solid rgba(220, 20, 60, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.btn-energy {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.elofire-btn:hover .btn-energy {
    left: 100%;
}

.elofire-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(220, 20, 60, 0.4);
}

.elofire-btn.secondary:hover {
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-color: transparent;
}

.btn-text {
    position: relative;
    z-index: 2;
}

/* Legacy compatibility classes */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.service-card {
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    overflow: hidden;
    backdrop-filter: blur(40px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 800px;
    position: relative;
}

.service-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(220, 20, 60, 0.3);
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.4),
        0 20px 40px rgba(220, 20, 60, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.service-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
}

.service-icon {
    font-size: 3rem;
    color: #ff0000;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
}

.service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.service-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.service-features {
    margin-bottom: 2rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
}

.feature i {
    color: #dc143c;
}

.btn-service {
    background: linear-gradient(135deg, #ff0000 0%, #dc143c 50%, #8b0000 100%);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.5);
    transform: translateY(0);
}

.btn-service:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 30px rgba(255, 0, 0, 0.7), 0 0 40px rgba(220, 20, 60, 0.5);
}

/* Header Responsive Design */
@media (max-width: 1400px) {
    .nav-container {
        grid-template-columns: 260px 1fr 320px;
        gap: 1.5rem;
        padding: 0 15px;
    }
    
    .nav-list {
        gap: 1.5rem;
        margin-left: -1.5rem;
    }
    
    .nav-link {
        font-size: 0.95rem;
        padding: 0.3rem 0.5rem;
    }
    
    .btn-login,
    .btn-register {
        padding: 0.35rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 1200px) {
    .nav-container {
        grid-template-columns: 240px 1fr 300px;
        gap: 1rem;
        padding: 0 10px;
    }
    
    .nav-list {
        gap: 1.2rem;
        margin-left: -2rem;
    }
    
    .nav-link {
        font-size: 0.9rem;
        padding: 0.3rem 0.4rem;
    }
    
    .btn-login,
    .btn-register {
        padding: 0.3rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .nav-auth {
        gap: 0.6rem;
    }
}

@media (max-width: 1024px) {
    .nav-container {
        grid-template-columns: 220px 1fr 280px;
        gap: 0.8rem;
        padding: 0 8px;
    }
    
    .nav-list {
        gap: 1rem;
        margin-left: -2.5rem;
    }
    
    .nav-link {
        font-size: 0.85rem;
        padding: 0.25rem 0.3rem;
    }
    
    .btn-login,
    .btn-register {
        padding: 0.25rem 0.6rem;
        font-size: 0.8rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Promo Bar Tablet */
    .promo-bar {
        font-size: 13px;
        padding: 8px 0;
    }
    
    /* Header Tablet */
    .header {
        padding: 0.8rem 0;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(15px);
    }
    
    .nav-container {
        padding: 0 20px;
        height: 70px;
    }
    
    .logo-image {
        height: 40px;
    }
    
    .btn-login, .btn-register {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
    
    /* Hero Tablet */
    .hero {
        padding: 8rem 0 4rem;
    }
    
    .hero-container {
        padding: 0 30px;
        gap: 3rem;
    }
    
    .hero h1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    
    .hero p {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .hero-stats {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .btn-primary {
        padding: 1rem 2.5rem;
        font-size: 1rem;
    }
    
    /* Services Tablet */
    .services {
        padding: 4rem 0;
    }
    
    .container {
        padding: 0 30px;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .service-matrix {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .service-card {
        padding: 2rem;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }
    
    .service-title {
        font-size: 1.2rem;
    }
    
    .service-description {
        font-size: 0.9rem;
    }
    
    .game-matrix {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    
    .modes-grid {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    
    .tech-stats {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .stat-divider {
        display: none;
    }
    
    /* Features Tablet */
    .features {
        padding: 4rem 0;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 1rem 30px;
    }
    
    .feature-card {
        padding: 2.5rem 2rem;
        min-height: 320px;
    }
    
    /* Boosters Tablet */
    .booster-card-new {
        min-width: 300px !important;
        max-width: 300px;
        padding: 1.5rem;
    }
    
    .champion-icon {
        width: 180px !important;
        height: 180px !important;
    }
    
    /* Reviews Tablet */
    .review-card {
        min-width: 300px;
        max-width: 300px;
        padding: 1.5rem;
    }
    
    /* Navigation Menu Tablet */
    .nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 3rem;
        transition: left 0.3s ease;
        z-index: 1000;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 2.5rem;
        width: 100%;
        padding: 0 3rem;
    }
    
    .nav-item {
        width: 100%;
        text-align: center;
    }
    
    .nav-link {
        font-size: 1.2rem;
        padding: 1.2rem;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }
    
    .nav-link:hover {
        background: rgba(220, 20, 60, 0.1);
        color: #DC143C;
    }
    
    /* Chat Widget Tablet */
    .chat-widget {
        bottom: 25px;
        right: 20px;
        width: 320px;
    }
    
    .chat-widget.minimized {
        width: 70px;
        height: 70px;
    }
    
    .chat-header {
        padding: 1rem;
    }
    
    .chat-avatar img {
        width: 40px;
        height: 40px;
    }
    
    .chat-info strong {
        font-size: 1rem;
    }
    
    .chat-info p {
        font-size: 0.85rem;
    }
    
    /* Cards Padding */
    .card-content,
    .card-header,
    .card-footer {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Features Section */
.features {
    padding: 8rem 0 10rem 0;
    background: 
        linear-gradient(135deg, #000000 100%),
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.08) 0%, transparent 40%),
        linear-gradient(45deg, transparent 30%, rgba(0, 0, 0, 0.03) 50%, transparent 70%);
    position: relative;
    overflow: visible;
    box-shadow: 
        inset 0 0 100px rgba(0, 0, 0, 0.1),
        0 0 50px rgba(0, 0, 0, 0.05);
}



.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 3rem;
    max-width: 1800px;
    margin: 0 auto;
    padding: 1rem 1rem 2rem 1rem;
    overflow: visible;
    position: relative;
}

.feature-card {
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.95));
    backdrop-filter: blur(20px);
    border: none;
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    min-height: 350px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.4), 
        0 8px 20px rgba(0, 0, 0, 0.3),
        0 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

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

.feature-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 15px 30px rgba(0, 0, 0, 0.4),
        0 8px 15px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.9));
}

.feature-icon {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1);
    display: block;
}

.feature-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.8rem;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.feature-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-size: 0.95rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Boosters Section */
/* Ready to Help Section */
.ready-to-help {
    padding: 6rem 0;
    background: #000000;
    position: relative;
    overflow: hidden;
}

.ready-to-help .section-badge {
    display: inline-block;
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 212, 255, 0.3);
}

.carousel-container {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 0 1rem;
    position: relative;
}

.carousel-wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 2rem;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.carousel-btn {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.3);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}

.carousel-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
}

.carousel-dots {
    display: flex;
    gap: 0.5rem;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: linear-gradient(135deg, #ff0000, #dc143c);
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

@media (max-width: 1024px) {
    .booster-card {
        width: 200px;
    }
    
    .features-grid {
        gap: 1rem;
        padding: 0 0.5rem;
    }
    
    .feature-card {
        min-width: 220px;
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .carousel-container {
        padding: 0 0.5rem;
    }
    
    .carousel-track {
        gap: 1rem;
    }
    
    .carousel-controls {
        gap: 1rem;
    }
    
    .booster-card {
        width: 180px;
    }
}

@media (max-width: 480px) {
    .carousel-controls {
        gap: 0.5rem;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
    }
}

.booster-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 220px;
    flex-shrink: 0;
}

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

.booster-card:hover::before {
    left: 100%;
}

.booster-card:hover {
    transform: translateY(-10px) scale(1.02);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border-color: rgba(255, 0, 0, 0.4);
    box-shadow: 
        0 20px 40px rgba(255, 0, 0, 0.3),
        0 0 30px rgba(220, 20, 60, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.booster-card .booster-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    z-index: 2;
}

.booster-card .booster-avatar svg {
    width: 100%;
    height: 100%;
    display: block;
}

.booster-card:hover .booster-avatar {
    border-color: rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}

.booster-card .booster-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.rank-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ff0000, #dc143c);
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    border: 2px solid #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(255, 0, 0, 0.4);
    z-index: 3;
    white-space: nowrap;
}

.booster-name {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.booster-card:hover .booster-name {
    color: #ff0000;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

/* Modern Boosters Tabs */
.boosters-tabs {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.tab-btn {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
    border: 2px solid transparent;
    color: #fff;
    padding: 1.2rem 2.5rem;
    border-radius: 60px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

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

.tab-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(45deg, #333, #666, #333);
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tab-btn:hover::before {
    left: 100%;
}

.tab-btn:hover::after {
    opacity: 1;
}

.tab-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.tab-btn.active {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    box-shadow: 0 0 30px rgba(255,255,255,0.1), inset 0 0 20px rgba(255,255,255,0.05);
}

.tab-btn.active::after {
    opacity: 1;
    background: linear-gradient(45deg, #dc143c, #ff4757, #dc143c);
}

/* Boosters Content */
.boosters-content {
    display: none;
    animation: fadeOut 0.3s ease;
}

.boosters-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

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

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

/* Boosters Carousel Container */
.boosters-carousel-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 0;
    overflow: hidden;
}

.boosters-carousel {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 1rem;
}

/* Carousel Navigation */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    border: 2px solid #333;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
}

.carousel-nav:hover {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 12px 35px rgba(0,0,0,0.4);
}

.carousel-nav.prev {
    left: -30px;
}

.carousel-nav.next {
    right: -30px;
}

/* Responsive Carousel */
@media (max-width: 1200px) {
    .booster-card-new {
        min-width: 360px;
    }
    
    .champion-icon {
        width: 280px !important;
        height: 280px !important;
    }
}

@media (max-width: 768px) {
    .boosters-carousel {
        padding: 0 0.5rem;
    }
    
    .booster-card-new {
        min-width: 320px;
        padding: 1.5rem;
    }
    
    .champion-icon {
        width: 240px !important;
        height: 240px !important;
    }
    
    .carousel-nav {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .carousel-nav.prev {
        left: -25px;
    }
    
    .carousel-nav.next {
        right: -25px;
    }
}

/* Ultra Modern Booster Cards */
.booster-card-new {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #0f0f0f);
    border: 1px solid #222;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    min-width: 400px !important;
    flex-shrink: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    min-height: 520px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}

.booster-card-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.03) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.booster-card-new::after {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: xor;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.booster-card-new:hover::before {
    opacity: 1;
}

.booster-card-new:hover::after {
    opacity: 1;
}

.booster-card-new:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0,0,0,0.5), 0 0 40px rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.2);
}

.booster-avatar-new {
    position: relative;
    margin-bottom: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.champion-icon {
    width: 320px !important;
    height: 320px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
    image-rendering: high-quality;
    filter: contrast(1.15) saturate(1.3) brightness(1.08) sharpen(0.5);
    -webkit-filter: contrast(1.15) saturate(1.3) brightness(1.08);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.booster-card-new:hover .champion-icon {
    transform: scale(1.08) rotate(3deg);
}

.rank-badge-new {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    border: 1px solid #444;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.rank-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.booster-card-new:hover .rank-badge-new {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.booster-name-new {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.booster-card-new:hover .booster-name-new {
    text-shadow: 0 0 20px rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

.booster-role {
    color: #ccc;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.role-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(1.2) drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.booster-card-new:hover .booster-role {
    color: #fff;
}

.booster-experience {
    color: #aaa;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-style: italic;
    transition: color 0.3s ease;
}

.booster-card-new:hover .booster-experience {
    color: #ccc;
}

.booster-champions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: auto;
}

.booster-champions h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    width: 100%;
}

.champion-tag {
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid #333;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.champion-tag:hover {
    background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    border-color: #555;
}

/* Reviews Section */
/* Reviews Section */
.reviews {
    padding: 6rem 0;
    background: #000000;
    position: relative;
    overflow: hidden;
}

.reviews-stars {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.reviews-stars i {
    color: #ff6b35;
    font-size: 2rem;
    filter: drop-shadow(0 0 10px rgba(255, 107, 53, 0.5));
}

.reviews-carousel {
    position: relative;
    margin-top: 3rem;
}

.reviews-container {
    display: flex;
    gap: 2rem;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 1rem 0;
    transition: transform 0.5s ease;
    width: max-content;
}

.reviews-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.review-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    min-width: 350px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.review-card:hover {
    transform: translateY(-5px);
    border-color: #ff6b35;
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.2);
}

.review-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.review-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.review-info {
    flex: 1;
}

.review-title {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.review-time {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.review-stars {
    display: flex;
    gap: 0.2rem;
}

.review-stars i {
    color: #ff6b35;
    font-size: 0.9rem;
}

.review-service {
    margin-bottom: 1rem;
}

.service-type {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}

.service-rank {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.review-text {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.review-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
}

.booster-info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.booster-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booster-avatar img,
.booster-avatar svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.booster-details {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.booster-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.booster-name {
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
}

.carousel-controls {
    display: none;
}

.carousel-btn {
    display: none;
}

.carousel-btn.prev {
    margin-left: -25px;
}

.carousel-btn.next {
    margin-right: -25px;
}

/* Advantages Section */
.advantages {
    padding: 60px 0;
    background: #000000;
    position: relative;
    overflow: hidden;
}

.section-subtitle-small {
    color: #00d4ff;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-align: center;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

.advantage-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.advantage-card:hover {
    transform: translateY(-10px);
    border-color: #ff0000;
    box-shadow: 0 20px 40px rgba(255, 0, 0, 0.2);
}

.advantage-content h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.advantage-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.advantage-image {
    margin-top: 1.5rem;
}

/* Dashboard Preview */
.dashboard-preview {
    background: rgba(0, 20, 40, 0.8);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(0, 212, 255, 0.3);
}

.game-match {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-bottom: 0.8rem;
    border-left: 3px solid #00d4ff;
}

.game-match:last-child {
    margin-bottom: 0;
}

.champion-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff0000, #dc143c);
    border-radius: 8px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.champion-icon.jinx {
    background-image: url('Jinx.jpg');
}

.champion-icon.yasuo {
    background-image: url('https://ddragon.leagueoflegends.com/cdn/14.1.1/img/champion/Yasuo.png');
}

.champion-icon.akali {
    background-image: url('https://ddragon.leagueoflegends.com/cdn/14.1.1/img/champion/Akali.png');
}

.match-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.match-info span {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
}

.kda {
    color: #00ff88 !important;
    font-weight: 700 !important;
}

.result {
    color: #00d4ff !important;
}

/* Champions Grid */
.champions-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    justify-items: center;
}

.champion-slot {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.champion-slot.jett {
    background-image: url('Jett.webp');
}

.champion-slot.reyna {
    background-image: url('Reyna.jpg');
}

.champion-slot.sage {
    background-image: url('https://media.valorant-api.com/agents/569fdd95-4d10-43ab-ca70-79becc718b46/displayicon.png');
}

.champion-slot.phoenix {
    background-image: url('Phoenix.jpg');
}

.champion-slot.omen {
    background-image: url('Omen.jpeg');
}

.champion-slot:hover {
    transform: scale(1.1);
    border-color: #ff0000;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}

/* Security Icon */
.security-icon {
    text-align: center;
    padding: 2rem;
}

.security-icon i {
    font-size: 4rem;
    color: #00ff88;
    filter: drop-shadow(0 0 20px rgba(0, 255, 136, 0.5));
    animation: pulse 2s infinite;
}

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

/* Notification Preview */
.notification-preview {
    background: rgba(0, 20, 40, 0.8);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(0, 212, 255, 0.3);
}

.notification {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border-left: 3px solid #ff0000;
}

.notification-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff0000, #dc143c);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}

.notification-icon::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.notification-content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.notification-title {
    color: #00d4ff;
    font-weight: 600;
    font-size: 0.9rem;
}

.notification-text {
    color: #fff;
    font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 768px) {
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .advantage-card {
        padding: 2rem;
    }
    
    .advantage-content h3 {
        font-size: 1.5rem;
    }
    
    .champions-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .champion-slot {
        width: 50px;
        height: 50px;
    }
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0a0a 50%, #0f0f0f 100%);
    padding: 3rem 0 1rem;
    color: #ffffff;
    border-top: 1px solid rgba(139, 69, 19, 0.3);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo h3 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.footer-section h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-section p {
    color: #bdc3c7;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
    display: block;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.whatsapp-link {
    color: #25d366 !important;
}

.whatsapp-link:hover {
    color: #128c7e !important;
}

.whatsapp-link i {
    font-size: 1.1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.social-links a:hover {
    background: #3498db;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-bottom p {
    color: #bdc3c7;
    margin: 0;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
}

/* Modern Modal Styles */
.modern-modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modern-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modern-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    animation: overlayFadeIn 0.4s ease-out;
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(20px);
    }
}

.modern-modal-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.modern-modal-content {
    position: relative;
    width: 100%;
    max-width: 480px;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 32px 64px rgba(0, 0, 0, 0.5),
        0 16px 32px rgba(220, 20, 60, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform: scale(0.8) translateY(40px);
    animation: modalSlideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes modalSlideUp {
    to {
        transform: scale(1) translateY(0);
    }
}

.modal-header {
    position: relative;
    padding: 40px 40px 20px;
    text-align: center;
    background: linear-gradient(135deg, rgba(220, 20, 60, 0.1), rgba(255, 0, 0, 0.05));
}

.modal-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 8px 32px rgba(220, 20, 60, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 32px rgba(220, 20, 60, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 40px rgba(220, 20, 60, 0.6);
    }
}

.modal-icon i {
    font-size: 32px;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.modal-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modal-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-weight: 400;
}

.modern-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.modern-close:hover {
    background: rgba(220, 20, 60, 0.2);
    border-color: rgba(220, 20, 60, 0.4);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 8px 24px rgba(220, 20, 60, 0.3);
}

.modern-close i {
    font-size: 18px;
    color: white;
}

.modal-body {
    padding: 30px 40px;
}

.modern-form {
    width: 100%;
}

.input-group {
    margin-bottom: 24px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    transition: all 0.3s ease;
}

.modern-input {
    width: 100%;
    height: 60px;
    padding: 0 20px 0 60px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    outline: none;
}

.modern-input:focus {
    border-color: #dc143c;
    background: rgba(220, 20, 60, 0.05);
    box-shadow: 
        0 0 0 4px rgba(220, 20, 60, 0.1),
        0 8px 32px rgba(220, 20, 60, 0.2);
    transform: translateY(-2px);
}

.modern-input:focus + .floating-label {
    transform: translateY(-32px) scale(0.85);
    color: #dc143c;
}

.modern-input:focus ~ .input-icon {
    color: #dc143c;
    transform: translateY(-50%) scale(1.1);
}

.modern-input:not(:placeholder-shown) + .floating-label {
    transform: translateY(-32px) scale(0.85);
    color: rgba(255, 255, 255, 0.8);
}

.floating-label {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: transparent;
    padding: 0 8px;
    z-index: 1;
}

.input-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #dc143c, #ff4757);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.modern-input:focus ~ .input-border {
    width: 100%;
}

.password-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-size: 18px;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    z-index: 2;
}

.password-toggle:hover {
    color: #dc143c;
    background: rgba(220, 20, 60, 0.1);
}

.password-strength {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.strength-bar {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.strength-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ff4757, #ffa502, #2ed573);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.strength-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.form-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
}

.modern-checkbox {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.modern-checkbox:checked + .checkmark {
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-color: #dc143c;
    transform: scale(1.1);
}

.modern-checkbox:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.checkbox-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.forgot-link,
.terms-link {
    color: #dc143c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.forgot-link:hover,
.terms-link:hover {
    color: #ff4757;
    text-shadow: 0 0 8px rgba(220, 20, 60, 0.5);
}

.modern-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.modern-btn.primary {
    background: linear-gradient(135deg, #dc143c, #ff4757);
    color: white;
    box-shadow: 
        0 8px 32px rgba(220, 20, 60, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.modern-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 16px 40px rgba(220, 20, 60, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #ff4757, #dc143c);
}

.modern-btn.secondary {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.modern-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.modern-btn.discord-btn {
    background: rgba(88, 101, 242, 0.1);
    border-color: rgba(88, 101, 242, 0.3);
    color: #5865f2;
}

.modern-btn.discord-btn:hover {
    background: rgba(88, 101, 242, 0.2);
    border-color: rgba(88, 101, 242, 0.5);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(88, 101, 242, 0.3);
}

.btn-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/* Otimizações avançadas para dispositivos móveis muito pequenos */
@media (max-width: 400px) {
    /* Layout ultra compacto */
    .container {
        padding: 0 10px;
    }
    
    /* Header ultra compacto */
    .header {
        padding: 6px 0;
    }
    
    .nav-container {
        padding: 0 10px;
    }
    
    .logo {
        font-size: 16px;
    }
    
    /* Hero ultra otimizado */
    .hero {
        padding: 70px 0 40px;
        min-height: 90vh;
    }
    
    .hero h1 {
        font-size: 26px;
        line-height: 1.1;
        margin-bottom: 12px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .hero-stats {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin: 20px 0;
    }
    
    .stat-item:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    }
    
    .stat-number {
        font-size: 18px;
    }
    
    .stat-label {
        font-size: 9px;
    }
    
    /* Botões ultra compactos */
    .btn-primary {
        padding: 12px 20px;
        font-size: 14px;
        width: 100%;
        max-width: 250px;
    }
    
    /* Cards ultra compactos */
    .service-card,
    .feature-card {
        padding: 16px 12px;
        margin-bottom: 12px;
    }
    
    .service-title,
    .feature-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .service-description,
    .feature-description {
        font-size: 13px;
        line-height: 1.4;
    }
    
    /* Booster cards ultra compactos */
    .booster-card-new {
        min-width: 180px;
        padding: 12px;
    }
    
    .booster-avatar {
        width: 35px;
        height: 35px;
    }
    
    .champion-icon {
        width: 22px;
        height: 22px;
    }
    
    .rank-badge-new {
        width: 28px;
        height: 28px;
        font-size: 9px;
    }
    
    .booster-name-new {
        font-size: 12px;
    }
    
    /* Review cards ultra compactos */
    .review-card {
        min-width: 240px;
        padding: 16px 12px;
    }
    
    .review-text {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .reviewer-name {
        font-size: 12px;
    }
    
    /* Títulos de seção ultra compactos */
    .section-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .section-subtitle {
        font-size: 13px;
        margin-bottom: 25px;
    }
    
    /* Chat widget ultra compacto */
    .chat-widget {
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
        font-size: 18px;
    }
    
    /* Carousel controls ultra compactos */
    .carousel-btn {
        min-width: 40px;
        min-height: 40px;
        font-size: 14px;
    }
    
    /* Promo bar ultra compacta */
    .promo-bar {
        font-size: 10px;
        padding: 4px 0;
    }
    
    /* Seções com padding reduzido */
    .section {
        padding: 30px 0;
    }
    
    /* Grid de serviços em coluna única */
    .service-matrix {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    /* Grid de features em coluna única */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    /* Otimizar carrosséis para telas pequenas */
    .booster-carousel,
    .reviews-carousel {
        padding: 0 10px;
        gap: 10px;
    }
    
    /* Melhorar legibilidade */
    body {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Otimizar formulários */
    input, textarea, select {
        font-size: 16px;
        padding: 10px;
        border-radius: 6px;
    }
    
    /* Footer compacto */
    .footer {
        padding: 25px 0 15px;
    }
    
    .footer-content {
        gap: 15px;
    }
    
    /* Ryze ultra compacto para telas muito pequenas */
    .character-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 0;
        margin: 0;
    }
    
    .animated-character {
        width: 180px !important;
        height: auto !important;
        max-width: 180px !important;
        margin: 0 !important;
        transform: none !important;
        position: relative !important;
        display: block !important;
        filter: drop-shadow(0 0 15px rgba(220, 20, 60, 0.4));
        animation: ryzeFloatMobile 3s ease-in-out infinite;
        z-index: 1;
    }
    
    .animated-character:hover {
        transform: none !important;
        filter: drop-shadow(0 0 20px rgba(220, 20, 60, 0.6));
    }
    
    @keyframes ryzeFloatMobile {
        0%, 100% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-8px);
        }
    }
}

/* ===== OTIMIZAÇÕES MOBILE ===== */
/* Navegação Mobile */
@media (max-width: 768px) {
    .promo-bar {
        font-size: 12px;
        padding: 6px 0;
    }
    
    .promo-content {
        padding: 0 15px;
    }
    
    /* Header Mobile */
    .header {
        position: fixed !important;
        top: 0 !important;
    }
    
    .navbar {
        padding: 1rem 0;
        position: sticky;
        top: 0;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(15px);
        border-bottom: 2px solid rgba(220, 20, 60, 0.3);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    }
    
    .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        min-height: 90px;
        max-width: 100%;
    }
    
    .nav-logo {
        flex-shrink: 0;
        z-index: 1002;
    }
    
    .logo-image {
        height: 55px;
        width: auto;
        max-width: 180px;
        object-fit: contain;
        filter: brightness(1.2) contrast(1.1);
        transition: all 0.3s ease;
    }
    
    .logo-image:hover {
        filter: brightness(1.3) contrast(1.2);
        transform: scale(1.05);
    }
    
    .nav-list {
        display: none;
    }
    
    .nav-right {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        z-index: 1002;
    }
    
    .nav-auth {
        display: flex;
        gap: 0.3rem;
    }
    
    .btn-login, .btn-register {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        min-width: 70px;
        white-space: nowrap;
    }
    
    .language-selector {
        display: none; /* Ocultar em mobile para economizar espaço */
    }
    
    .nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        cursor: pointer;
        z-index: 1002;
        margin-left: 0.5rem;
        padding: 5px;
        border-radius: 5px;
        background: rgba(220, 20, 60, 0.1);
        border: 1px solid rgba(220, 20, 60, 0.3);
        transition: all 0.3s ease;
    }
    
    .nav-toggle:hover {
        background: rgba(220, 20, 60, 0.2);
        border-color: rgba(220, 20, 60, 0.5);
        transform: scale(1.05);
    }
    
    .nav-toggle .bar {
        width: 100%;
        height: 3px;
        background: #fff;
        transition: all 0.3s ease;
        border-radius: 2px;
        box-shadow: 0 0 5px rgba(220, 20, 60, 0.3);
    }
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .hero {
        padding: 7rem 0 2rem;
        min-height: auto;
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
    }
    
    .hero-content {
        padding: 0 15px;
        text-align: center;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .hero h1 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .hero p {
        font-size: 1rem;
        margin-bottom: 2rem;
        max-width: 100%;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 280px;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

/* Carrosséis Mobile */
@media (max-width: 768px) {
    .boosters-carousel-container {
        padding: 1rem 0;
        margin: 0 15px;
    }
    
    .boosters-carousel {
        gap: 1rem;
        padding: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .boosters-carousel::-webkit-scrollbar {
        display: none;
    }
    
    .booster-card-new {
        min-width: 280px !important;
        max-width: 280px;
        padding: 1.5rem 1rem;
        min-height: 450px !important;
        scroll-snap-align: start;
        flex-shrink: 0;
    }
    
    .champion-icon {
        width: 200px !important;
        height: 200px !important;
    }
    
    .rank-badge-new {
        width: 60px;
        height: 60px;
    }
    
    .rank-badge-new img {
        width: 40px;
        height: 40px;
    }
    
    .booster-name-new {
        font-size: 1.3rem;
        margin: 1rem 0 0.5rem;
    }
    
    .booster-role {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .booster-experience {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .champion-tags {
        gap: 0.3rem;
    }
    
    .champion-tag {
        padding: 0.2rem 0.5rem;
        font-size: 0.7rem;
    }
    
    /* Remover navegação do carrossel em mobile */
    .carousel-nav {
        display: none;
    }
}

/* Seções Gerais Mobile */
@media (max-width: 768px) {
    .section {
        padding: 3rem 0;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
}

/* Reviews Mobile */
@media (max-width: 768px) {
    .reviews-section {
        padding: 3rem 0;
    }
    
    .reviews-carousel {
        display: flex;
        gap: 1rem;
        padding: 0 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
    }
    
    .reviews-carousel::-webkit-scrollbar {
        display: none;
    }
    
    .review-card {
        min-width: 280px;
        max-width: 280px;
        padding: 1.5rem;
        scroll-snap-align: center;
        flex-shrink: 0;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        backdrop-filter: blur(10px);
    }
    
    .review-rating {
        margin-bottom: 1rem;
        display: flex;
        gap: 0.2rem;
    }
    
    .review-rating .star {
        color: #ffd700;
        font-size: 1rem;
    }
    
    .review-text {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1rem;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .review-author {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 500;
    }
    
    /* Indicador de scroll para carrossel */
    .carousel-indicator {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1.5rem;
    }
    
    .carousel-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .carousel-dot.active {
        background: #dc143c;
        transform: scale(1.2);
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-section h3 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .footer-section ul {
        gap: 0.5rem;
    }
    
    .footer-section a {
        font-size: 0.9rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding-top: 1.5rem;
    }
    
    .social-links {
        justify-content: center;
    }
}

/* Formulários Mobile */
@media (max-width: 768px) {
    .form-group {
        margin-bottom: 1rem;
    }
    
    .form-control {
        padding: 0.8rem;
        font-size: 1rem;
    }
    
    .btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
        width: 100%;
    }
    
    .modal-content {
        margin: 1rem;
        padding: 1.5rem;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .modal h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

/* Tabs Mobile */
@media (max-width: 768px) {
    .game-tabs {
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }
    
    .tab-button {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
        flex: 1;
        min-width: auto;
    }
}

/* Pagamentos Mobile */
@media (max-width: 768px) {
    .payment-methods-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .payment-option {
        padding: 1rem;
        gap: 1rem;
    }
    
    .payment-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .payment-info h3 {
        font-size: 1rem;
    }
    
    .payment-info p {
        font-size: 0.85rem;
    }
    
    .payment-badge {
        font-size: 0.7rem;
        padding: 2px 6px;
    }
}

/* Mobile Extra Small (480px e menor) */
@media (max-width: 480px) {
    /* Promo Bar Mobile */
    .promo-bar {
        font-size: 12px;
        padding: 6px 0;
    }
    
    .promo-content {
        padding: 0 15px;
    }
    
    /* Header Mobile Otimizado */
    .header {
        position: fixed !important;
        top: 0 !important;
        padding: 0.5rem 0;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
    }
    
    .nav-container {
        padding: 0 15px;
        height: 80px;
    }
    
    .logo-image {
        height: 45px;
        width: auto;
    }
    
    .nav-right {
        gap: 8px;
    }
    
    .language-selector {
        display: none; /* Ocultar seletor de idioma em mobile muito pequeno */
    }
    
    .btn-login, .btn-register {
        padding: 0.5rem 0.9rem;
        font-size: 0.8rem;
        min-width: 65px;
    }
    
    .nav-toggle {
        width: 25px;
        height: 20px;
    }
    
    .nav-toggle .bar {
        height: 2px;
    }
    
    /* Hero Section Mobile */
    .hero {
        padding: 9rem 0 3rem;
        min-height: 100vh;
        position: relative;
        overflow: hidden;
    }
    
    .hero-container {
        padding: 0 20px;
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        position: relative;
        z-index: 2;
    }
    
    .hero-content {
        order: 1;
        max-width: 100%;
        position: relative;
        z-index: 3;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(5px);
        border-radius: 15px;
        padding: 2rem 1.5rem;
        margin: 2rem 0;
    }
    
    .hero-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        opacity: 0.7;
        max-width: 350px;
        width: 100%;
    }
    
    .hero h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
        color: #fff;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
        font-weight: 800;
    }
    
    .hero p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
        font-weight: 500;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
        margin: 2rem 0;
        padding: 1rem;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        backdrop-filter: blur(5px);
    }
    
    .stat-item {
        text-align: center;
    }
    
    .stat-number {
        font-size: 1.8rem;
        color: #dc143c;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
        font-weight: 800;
    }
    
    .stat-label {
        color: rgba(255, 255, 255, 0.9);
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        font-weight: 500;
    }
    
    .hero-cta {
        margin-top: 2rem;
    }
    
    .btn-primary {
        font-size: 1.1rem !important;
        padding: 1rem 2rem !important;
        background: linear-gradient(135deg, #dc143c, #b91c3c) !important;
        border: 2px solid rgba(255, 255, 255, 0.2) !important;
        box-shadow: 0 4px 20px rgba(220, 20, 60, 0.4) !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
        font-weight: 700 !important;
        letter-spacing: 0.5px !important;
        transition: all 0.3s ease !important;
    }
    
    .btn-primary:hover {
        background: linear-gradient(135deg, #ff1744, #dc143c) !important;
        box-shadow: 0 6px 25px rgba(220, 20, 60, 0.6) !important;
        transform: translateY(-2px) !important;
        border-color: rgba(255, 255, 255, 0.4) !important;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .btn-primary {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
        width: 100%;
        max-width: 280px;
    }
    
    /* Character Mobile - Ryze como background */
    .character-container {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .animated-character {
        width: 300px !important;
        height: auto !important;
        max-width: 300px !important;
        margin: 0 !important;
        position: relative !important;
        display: block !important;
        filter: drop-shadow(0 0 30px rgba(220, 20, 60, 0.3));
        animation: ryzeFloatBackground 6s ease-in-out infinite;
        opacity: 0.8;
    }
    
    .animated-character:hover {
        transform: none !important;
        filter: drop-shadow(0 0 40px rgba(220, 20, 60, 0.5));
        transition: all 0.3s ease;
    }
    
    @keyframes ryzeFloatBackground {
        0%, 100% {
            transform: translateY(0px) scale(1);
        }
        50% {
            transform: translateY(-15px) scale(1.02);
        }
    }
    
    /* Ocultar efeitos de raio em mobile */
    .lightning-effects {
        display: none !important;
    }
    
    /* Services Section Mobile */
    .services {
        padding: 3rem 0;
    }
    
    .container {
        padding: 0 20px;
    }
    
    .section-title {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    /* Tech Header Mobile */
    .tech-header {
        padding: 2rem 0;
    }
    
    .tech-badge {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    .tech-stats {
        flex-direction: column;
        gap: 1rem;
        margin: 1.5rem 0;
    }
    
    /* Service Cards Mobile */
    .service-matrix {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .service-card {
        padding: 1.5rem;
        min-height: auto;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .service-title {
        font-size: 1.1rem;
    }
    
    .service-description {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    /* Boosters Mobile */
    .booster-card-new {
        min-width: 280px !important;
        max-width: 280px;
        padding: 1.2rem;
        min-height: 420px !important;
    }
    
    .champion-icon {
        width: 160px !important;
        height: 160px !important;
    }
    
    .rank-badge-new {
        width: 45px;
        height: 45px;
    }
    
    .rank-badge-new img {
        width: 32px;
        height: 32px;
    }
    
    .booster-name-new {
        font-size: 1rem;
    }
    
    .booster-rank {
        font-size: 0.8rem;
    }
    
    /* Reviews Mobile */
    .review-card {
        min-width: 280px;
        max-width: 280px;
        padding: 1.2rem;
    }
    
    .review-text {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    /* Features Mobile */
    .features {
        padding: 3rem 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1rem 20px;
    }
    
    .feature-card {
        padding: 2rem 1.5rem;
        min-height: 280px;
    }
    
    .feature-icon {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .feature-title {
        font-size: 1.1rem;
    }
    
    .feature-description {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    /* Navigation Menu Mobile */
    .nav-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(20px);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 5rem;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1001;
        overflow-y: auto;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-list {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        padding: 0 2rem;
        list-style: none;
        margin: 0;
    }
    
    .nav-item {
        width: 100%;
        text-align: center;
    }
    
    .nav-link {
        font-size: 1.1rem;
        padding: 1rem;
        display: block;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
        border-radius: 8px;
        margin-bottom: 0.5rem;
    }
    
    .nav-link:hover {
        background: rgba(220, 20, 60, 0.2);
        color: #dc143c;
        transform: translateX(5px);
    }
    
    /* Animação do toggle */
    .nav-toggle.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* Chat Widget Mobile */
    .chat-widget {
        bottom: 20px;
        right: 15px;
        width: 280px;
    }
    
    .chat-widget.minimized {
        width: 60px;
        height: 60px;
    }
    
    .chat-header {
        padding: 0.8rem;
    }
    
    .chat-avatar img {
        width: 35px;
        height: 35px;
    }
    
    .chat-info strong {
        font-size: 0.9rem;
    }
    
    .chat-info p {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        padding: 2rem 0 1rem;
    }
    
    .hero h1 {
        font-size: 2.2rem;
    }
    
    .booster-card-new {
        min-height: 380px !important;
    }
    
    .champion-icon {
        width: 160px !important;
        height: 160px !important;
    }
}

/* Melhorias de Performance e UX Mobile */
@media (max-width: 768px) {
    /* Prevenir overflow horizontal */
    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    
    * {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        box-sizing: border-box;
    }
    
    /* Garantir que containers não excedam a largura da tela */
    .container, .hero-container, .nav-container {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    /* Permitir seleção de texto em elementos específicos */
    p, span, h1, h2, h3, h4, h5, h6, .review-text, .service-description, .feature-description {
        -webkit-user-select: text;
        -khtml-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }
    
    /* Desabilitar hover effects em mobile */
    .booster-card-new:hover,
    .feature-card:hover,
    .service-card:hover,
    .review-card:hover,
    .nav-link:hover {
        transform: none;
        background: inherit;
        box-shadow: inherit;
    }
    
    /* Melhorar touch targets */
    button, .btn-primary, .btn-login, .btn-register, .nav-link {
        min-height: 44px;
        min-width: 44px;
        touch-action: manipulation;
    }
    
    /* Simplificar animações em mobile para melhor performance */
    .floating-dots,
    .wave-container,
    .header-floating-dots,
    .services-floating-dots,
    .tech-floating-dots {
        display: none;
    }
    
    /* Reduzir efeitos visuais pesados */
    .lightning-effects,
    .particle-effects {
        display: none;
    }
    
    /* Otimizar scroll e performance */
    body {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    
    /* Melhorar renderização */
    .hero-container,
    .service-matrix,
    .features-grid,
    .booster-carousel {
        will-change: auto;
        transform: translateZ(0);
    }
    
    /* Otimizar imagens para mobile */
    img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: optimize-contrast;
    }
    
    /* Melhorar contraste para leitura mobile */
    .hero-subtitle,
    .section-subtitle,
    .service-description,
    .feature-description {
        color: rgba(255, 255, 255, 0.9);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }
    
    /* Otimizar formulários para mobile */
    input, textarea, select {
        font-size: 16px; /* Previne zoom no iOS */
        border-radius: 8px;
        padding: 12px;
    }
    
    /* Melhorar visibilidade de botões */
    .btn-primary {
        box-shadow: 0 4px 12px rgba(220, 20, 60, 0.4);
        border: 2px solid rgba(220, 20, 60, 0.3);
    }
    
    .btn-primary:active {
        transform: translateY(1px);
        box-shadow: 0 2px 8px rgba(220, 20, 60, 0.6);
    }
    
    /* Melhorar navegação mobile */
    .nav-toggle {
        cursor: pointer;
        z-index: 1001;
    }
    
    .nav-toggle:active {
        transform: scale(0.95);
    }
    
    /* Otimizar carrosséis para touch */
    .booster-carousel,
    .reviews-carousel {
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    
    .booster-card-new,
    .review-card {
        scroll-snap-align: center;
    }
    
    /* Carrossel de Boosters Mobile */
    .booster-carousel {
        display: flex;
        gap: 1rem;
        padding: 0 1rem;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .booster-carousel::-webkit-scrollbar {
        display: none;
    }
    
    .booster-card-new {
        min-width: 280px;
        max-width: 280px;
        flex-shrink: 0;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 1.5rem;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
    }
    
    .booster-card-new:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(220, 20, 60, 0.3);
    }
    
    /* Melhorar espaçamento para dedos */
    .carousel-controls {
        display: none; /* Ocultar controles em mobile, usar scroll touch */
    }
    
    /* Navegação por swipe */
    .carousel-container {
        position: relative;
        touch-action: pan-x;
    }
    
    /* Indicadores de navegação mobile */
    .mobile-carousel-nav {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    .mobile-nav-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .mobile-nav-dot.active {
        background: #dc143c;
        transform: scale(1.3);
    }
}

.divider {
    position: relative;
    text-align: center;
    margin: 24px 0;
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.divider span {
    background: rgba(15, 15, 15, 0.95);
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
}

.modal-footer {
    padding: 20px 40px 40px;
    text-align: center;
}

.auth-switch {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.switch-link {
    color: #dc143c;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.switch-link:hover {
    color: #ff4757;
    text-shadow: 0 0 8px rgba(220, 20, 60, 0.5);
}

/* Responsive Design for Modern Modals */
@media (max-width: 768px) {
    .modern-modal-content {
        margin: 20px;
        border-radius: 24px;
    }
    
    .modal-header {
        padding: 30px 24px 20px;
    }
    
    .modal-body {
        padding: 20px 24px;
    }
    
    .modal-footer {
        padding: 20px 24px 30px;
    }
    
    .modal-title {
        font-size: 24px;
    }
    
    .modal-icon {
        width: 64px;
        height: 64px;
    }
    
    .modal-icon i {
        font-size: 24px;
    }
    
    .modern-input {
        height: 52px;
        padding: 0 16px 0 52px;
    }
    
    .input-icon {
        left: 16px;
    }
    
    .floating-label {
        left: 52px;
    }
    
    .modern-btn {
        height: 48px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0;
        flex-direction: column;
        background-color: rgba(10, 10, 10, 0.95);
        width: 100%;
        height: 100vh;
        text-align: center;
        transition: 0.3s;
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 5rem;
    }

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

    .nav-list {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 0;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .nav-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

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

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

    .hero-stats {
        justify-content: center;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

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

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

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .modal-content {
        margin: 10% auto;
        width: 95%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

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

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


}

/* Dashboard Styles - Modern & Floating */
.dashboard {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #000000, #1a0000, #000000);
    z-index: 3000;
    overflow: hidden;
}

.dashboard-container {
    display: flex;
    height: 100vh;
    position: relative;
}

/* Sidebar */
.dashboard-sidebar {
    width: 280px;
    background: linear-gradient(180deg, #0a0a0a, #1a1a1a);
    border-right: 2px solid #dc143c;
    box-shadow: 
        5px 0 20px rgba(220, 20, 60, 0.3),
        inset -1px 0 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    position: relative;
    overflow-y: auto;
}

.sidebar-header {
    padding: 2rem 1.5rem;
    border-bottom: 1px solid rgba(220, 20, 60, 0.3);
}

.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dashboard-logo {
    width: 60px;
    height: 60px;
    border-radius: 12px;
}

.logo-text {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
}

.logo-text .accent {
    color: #dc143c;
}

.sidebar-nav {
    padding: 1rem 0;
}

.nav-section {
    margin-bottom: 2rem;
}

.nav-section h4 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
}

.nav-section ul {
    list-style: none;
}

.nav-item {
    margin-bottom: 0.5rem;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0 25px 25px 0;
    margin-right: 1rem;
    position: relative;
}

.nav-item:hover {
    background: rgba(220, 20, 60, 0.1);
    color: #fff;
    transform: translateX(5px);
}

.nav-item.active {
    background: linear-gradient(90deg, rgba(220, 20, 60, 0.2), rgba(220, 20, 60, 0.1));
    color: #dc143c;
    border-right: 3px solid #dc143c;
}

.nav-item i {
    font-size: 1.1rem;
    width: 20px;
}

.sidebar-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    border-top: 1px solid rgba(220, 20, 60, 0.3);
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(220, 20, 60, 0.1);
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid rgba(220, 20, 60, 0.3);
}

.user-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.user-info {
    flex: 1;
}

.user-name {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}

.user-status {
    display: block;
    color: #4ade80;
    font-size: 0.8rem;
}

.logout-btn {
    background: rgba(220, 20, 60, 0.2);
    border: 1px solid rgba(220, 20, 60, 0.5);
    color: #dc143c;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout-btn:hover {
    background: #dc143c;
    color: #fff;
    transform: scale(1.1);
}

/* Main Content */
.dashboard-main {
    flex: 1;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    overflow-y: auto;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid rgba(220, 20, 60, 0.3);
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(20px);
}

.header-left h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.breadcrumb {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.notification-alert {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    padding: 0.8rem 1.2rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 193, 7, 0.3);
    font-size: 0.9rem;
}

.dashboard-content {
    padding: 2rem;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.stat-card {
    background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
    border: 2px solid rgba(220, 20, 60, 0.3);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc143c, #ff4757);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(220, 20, 60, 0.3);
    border-color: #dc143c;
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc143c, #ff4757);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}

.stat-info h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Activity Section */
.activity-section {
    background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
    border: 2px solid rgba(220, 20, 60, 0.3);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 3rem;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-header h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.view-all-btn {
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgba(220, 20, 60, 0.5);
    color: #dc143c;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.view-all-btn:hover {
    background: #dc143c;
    color: #fff;
}

.activity-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.activity-item:hover {
    background: rgba(220, 20, 60, 0.05);
    border-color: rgba(220, 20, 60, 0.3);
    transform: translateX(5px);
}

.activity-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
}

.activity-icon.admin {
    background: linear-gradient(135deg, #dc143c, #ff4757);
}

.activity-content {
    flex: 1;
}

.activity-content h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.activity-date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.activity-actions {
    display: flex;
    gap: 0.5rem;
}

.action-btn {
    width: 35px;
    height: 35px;
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgba(220, 20, 60, 0.3);
    color: #dc143c;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn:hover {
    background: #dc143c;
    color: #fff;
    transform: scale(1.1);
}

/* Services Section */
.services-section {
    background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
    border: 2px solid rgba(220, 20, 60, 0.3);
    border-radius: 20px;
    padding: 2rem;
}

.services-section h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 40px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

.service-card.emerald {
    background: linear-gradient(135deg, rgba(80, 200, 120, 0.15) 0%, rgba(46, 125, 50, 0.1) 100%);
    border-color: rgba(80, 200, 120, 0.4);
}

.service-card.diamond {
    background: linear-gradient(135deg, rgba(185, 242, 255, 0.15) 0%, rgba(33, 150, 243, 0.1) 100%);
    border-color: rgba(185, 242, 255, 0.4);
}

.service-card.ferro {
    background: linear-gradient(135deg, rgba(107, 107, 107, 0.15) 0%, rgba(74, 74, 74, 0.1) 100%);
    border-color: rgba(107, 107, 107, 0.4);
}

.service-card.bronze {
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.15) 0%, rgba(160, 82, 45, 0.1) 100%);
    border-color: rgba(205, 127, 50, 0.4);
}

.service-card.prata {
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.15) 0%, rgba(168, 168, 168, 0.1) 100%);
    border-color: rgba(192, 192, 192, 0.4);
}

.service-card.ouro {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(218, 165, 32, 0.1) 100%);
    border-color: rgba(255, 215, 0, 0.4);
}

.service-card.platina {
    background: linear-gradient(135deg, rgba(0, 212, 170, 0.15) 0%, rgba(0, 184, 148, 0.1) 100%);
    border-color: rgba(0, 212, 170, 0.4);
}

.service-card.mestre {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.15) 0%, rgba(75, 0, 130, 0.1) 100%);
    border-color: rgba(138, 43, 226, 0.4);
}

.service-card.grandmaster {
    background: linear-gradient(135deg, rgba(255, 20, 147, 0.15) 0%, rgba(199, 21, 133, 0.1) 100%);
    border-color: rgba(255, 20, 147, 0.4);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.service-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 30px;
}

.rank-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank-icon img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.service-card:hover .rank-icon img {
    transform: scale(1.05);
}

/* Modal de Seleção de Liga */
.rank-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.rank-modal-content {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    margin: 5% auto;
    padding: 0;
    border: none;
    border-radius: 20px;
    width: 90%;
    max-width: 800px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.rank-modal-header {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rank-modal-header h3 {
    color: white;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rank-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.rank-modal-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.rank-modal-body {
    padding: 30px;
}

.rank-selection {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.rank-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.rank-option:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.rank-option.selected {
    border-color: #ff6b35;
    background: rgba(255, 107, 53, 0.1);
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
}

.rank-option img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.rank-option span {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

.division-selection {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.division-option {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.division-option:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
}

.division-option.selected {
    border-color: #ff6b35;
    background: #ff6b35;
    color: white;
    box-shadow: 0 0 15px rgba(255, 107, 53, 0.4);
}

.rank-select-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rank-select-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
}

/* Responsividade do Modal */
@media (max-width: 768px) {
    .rank-modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .rank-selection {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 10px;
    }
    
    .rank-option {
        padding: 10px;
    }
    
    .rank-option img {
        width: 50px;
        height: 50px;
    }
    
    .division-option {
        width: 45px;
        height: 45px;
    }
}

.service-info .current-rank {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.service-info .rank-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-config {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.config-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    border-radius: 8px;
}

.config-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.config-value {
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
}

.config-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-details {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid rgba(220, 20, 60, 0.2);
}

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.stars {
    color: #FFD700;
    font-size: 1.2rem;
}

.review-count {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.service-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.current-price {
    color: #4CAF50;
    font-size: 1.8rem;
    font-weight: bold;
}

.original-price {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
    font-size: 1.1rem;
}

.discount {
    background: #FF5722;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}

.delivery-info {
    margin-bottom: 20px;
}

.delivery-time {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4CAF50;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.completion-time {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.service-options {
    margin-bottom: 25px;
}

.service-options h4 {
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 1.1rem;
}

.options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.option {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.option-name {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.option-price {
    color: #4CAF50;
    font-weight: bold;
    font-size: 0.9rem;
}

.order-btn {
    width: 100%;
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    border: none;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
}

.security-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Estilos para opções de pagamento */
.payment-options {
    margin-bottom: 20px;
}

.payment-options h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 15px;
    text-align: center;
}

.payment-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.payment-method-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 15px 10px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.payment-method-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    transform: translateY(-2px);
}

.payment-method-btn.active {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    border-color: #FF6B35;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.payment-method-btn i {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.payment-method-btn span {
    font-weight: bold;
    font-size: 0.9rem;
}

.payment-method-btn small {
    font-size: 0.75rem;
    opacity: 0.8;
}

.advantages {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(220, 20, 60, 0.2);
}

.advantages h4 {
    color: #fff;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.free-label {
    background: #4CAF50;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
}

.advantages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.advantage {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

.advantage i {
    color: #4CAF50;
    font-size: 1.1rem;
}

/* Responsive Dashboard */
@media (max-width: 1024px) {
    .dashboard-sidebar {
        width: 250px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .dashboard-container {
        flex-direction: column;
    }
    
    .dashboard-sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .sidebar-footer {
        position: relative;
    }
    
    .dashboard-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .options-grid,
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    .service-header {
        flex-direction: column;
        text-align: center;
    }
    
    .rank-icon svg {
        width: 60px;
        height: 60px;
    }
}

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

/* Loading Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.btn-primary:active {
    animation: pulse 0.3s ease;
}

/* Glassmorphism Effects */
.glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Gradient Animations */
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.animated-gradient {
    background: linear-gradient(-45deg, #667eea, #764ba2, #667eea, #764ba2);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
}

/* Additional Animations for JavaScript Integration */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-in {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}

/* Glow effect for interactive elements */
@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(120, 119, 198, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(120, 119, 198, 0.8), 0 0 30px rgba(120, 119, 198, 0.6);
    }
}

/* Shimmer effect */
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Animation classes for JavaScript */
.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

.fade-in-left {
    animation: fadeInLeft 0.8s ease-out;
}

.fade-in-right {
    animation: fadeInRight 0.8s ease-out;
}

.zoom-in {
    animation: zoomIn 0.6s ease-out;
}

.glow-effect {
    animation: glow 2s ease-in-out infinite;
}

.shimmer-effect {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

/* Language Selector Responsive */
@media (max-width: 1400px) {
    .nav-container {
        display: grid;
        grid-template-columns: 250px 1fr 350px;
        gap: 2rem;
        padding: 0 20px;
    }
    
    .nav-list {
        gap: 2rem;
    }
    
    .nav-link {
        font-size: 1rem;
        padding: 0.5rem 0.6rem;
    }
}

@media (max-width: 1200px) {
    .nav-container {
        display: grid;
        grid-template-columns: 200px 1fr 300px;
        gap: 1.5rem;
    }
    
    .logo-image {
        height: 70px;
        max-width: 200px;
    }
    
    .nav-list {
        gap: 1.5rem;
    }
    
    .nav-link {
        font-size: 0.95rem;
        padding: 0.4rem 0.5rem;
    }
    
    .nav-right {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .nav-container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        min-height: auto;
    }
    
    .nav-logo {
        min-width: auto;
    }
    
    .nav-right {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        align-items: center;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .nav-auth {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .language-btn {
        padding: 6px 10px;
        font-size: 12px;
    }
    
    .flag-icon {
        width: 14px;
        height: 10px;
    }
    
    .language-option {
        padding: 8px 10px;
        font-size: 12px;
    }
}

/* ===== MARKETPLACE STYLES ===== */

/* Marketplace Header */
.marketplace-header {
    background: linear-gradient(135deg, #000000 0%, #1a0000 50%, #000000 100%);
    padding: 150px 0 80px;
    position: relative;
    overflow: hidden;
}

.marketplace-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ff0000" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    animation: float 20s ease-in-out infinite;
}

.header-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.marketplace-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    text-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
}

.marketplace-subtitle {
    font-size: 1.3rem;
    color: #ccc;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Search and Filter Bar */
.search-filter-bar {
    display: flex;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.search-box {
    position: relative;
    flex: 1;
    min-width: 300px;
}

.search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    z-index: 2;
}

.search-box input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.search-box input:focus {
    outline: none;
    border-color: rgba(255, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
}

.search-box input::placeholder {
    color: #999;
}

.filter-dropdown {
    min-width: 150px;
}

.filter-dropdown select {
    width: 100%;
    padding: 15px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.filter-dropdown select:focus {
    outline: none;
    border-color: rgba(255, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.1);
}

.filter-dropdown select option {
    background: #1a1a1a;
    color: #fff;
}

/* Marketplace Content */
.marketplace-content {
    padding: 80px 0;
    background: #0a0a0a;
}

/* Stats Bar */
.marketplace-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #ff0000;
    margin-bottom: 5px;
    text-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}

.stat-label {
    color: #ccc;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Admin Controls Bar */
.admin-controls-bar {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.admin-controls-bar .admin-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.admin-controls-bar .admin-btn.primary {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: #fff;
}

.admin-controls-bar .admin-btn.primary:hover {
    background: linear-gradient(135deg, #cc0000, #990000);
    transform: translateY(-2px);
}

.admin-controls-bar .admin-btn.secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.admin-controls-bar .admin-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Load More Section */
.load-more-section {
    text-align: center;
}

.load-more-btn {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.05));
    border: 2px solid rgba(255, 0, 0, 0.3);
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.load-more-btn:hover {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.1));
    border-color: rgba(255, 0, 0, 0.5);
    transform: translateY(-2px);
}

.load-more-btn i {
    transition: transform 0.3s ease;
}

.load-more-btn:hover i {
    transform: translateY(3px);
}

/* Responsive Design for Marketplace */
@media (max-width: 1200px) {
    .accounts-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .marketplace-title {
        font-size: 2.5rem;
    }
    
    .marketplace-subtitle {
        font-size: 1.1rem;
    }
    
    .search-filter-bar {
        flex-direction: column;
        gap: 15px;
    }
    
    .search-box {
        min-width: auto;
    }
    
    .marketplace-stats {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .admin-controls-bar {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .marketplace-header {
        padding: 100px 0 60px;
    }
    
    .marketplace-title {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .filter-dropdown {
        min-width: auto;
    }
}

/* ===== ACCOUNTS SECTION ===== */
.accounts {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    overflow: hidden;
}

.accounts-floating-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.accounts-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ff0000;
    border-radius: 50%;
    opacity: 0.6;
    animation: floatDot 6s ease-in-out infinite;
}

.accounts-dot-1 { top: 10%; left: 10%; animation-delay: 0s; }
.accounts-dot-2 { top: 20%; right: 15%; animation-delay: 1s; }
.accounts-dot-3 { top: 60%; left: 5%; animation-delay: 2s; }
.accounts-dot-4 { bottom: 30%; right: 10%; animation-delay: 3s; }
.accounts-dot-5 { top: 40%; left: 50%; animation-delay: 4s; }
.accounts-dot-6 { bottom: 20%; left: 20%; animation-delay: 5s; }
.accounts-dot-7 { top: 70%; right: 30%; animation-delay: 2.5s; }
.accounts-dot-8 { bottom: 10%; right: 50%; animation-delay: 1.5s; }

.accounts .container {
    position: relative;
    z-index: 2;
}

.accounts-header {
    text-align: center;
    margin-bottom: 80px;
}

.accounts-title {
    font-size: 3.5rem;
    font-weight: 900;
    margin: 30px 0 20px;
    line-height: 1.2;
}

.title-main {
    display: block;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.title-accent {
    display: block;
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 2px;
}

.accounts-subtitle {
    font-size: 1.2rem;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Game Filter */
.accounts-game-filter {
    margin-bottom: 60px;
}

.filter-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 20px;
}

.filter-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.filter-line {
    flex: 1;
    max-width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #ff0000 50%, transparent 100%);
}

.game-filter-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.filter-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
}

.filter-option:hover {
    background: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.3);
    transform: translateY(-5px);
}

.filter-option.active {
    background: rgba(255, 0, 0, 0.15);
    border-color: #ff0000;
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.3);
}

.filter-hologram {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hologram-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #ff0000;
    border-radius: 50%;
    opacity: 0.6;
    animation: pulse 2s ease-in-out infinite;
}

.filter-icon {
    font-size: 1.8rem;
    color: #ff0000;
    z-index: 1;
}

.filter-option span {
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
}

/* Accounts Grid */
.accounts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.account-card {
    background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
}

.account-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 0, 0, 0.2);
    border-color: rgba(255, 0, 0, 0.5);
}

.account-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.badge-rank, .badge-game {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.badge-rank {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: #fff;
}

.badge-game {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.account-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.account-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.account-card:hover .account-image img {
    transform: scale(1.1);
}

.account-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.account-card:hover .account-overlay {
    opacity: 1;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.overlay-content i {
    font-size: 2rem;
    color: #ff0000;
}

.account-info {
    padding: 25px;
}

.account-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.account-details {
    margin-bottom: 25px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #ccc;
    font-size: 0.95rem;
}

.detail-item i {
    color: #ff0000;
    width: 16px;
}

.account-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(255, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255, 0, 0, 0.2);
}

.price-label {
    color: #ccc;
    font-weight: 600;
}

.price-value {
    font-size: 1.4rem;
    font-weight: 900;
    color: #ff0000;
}

.account-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #ff0000, #cc0000);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.account-btn:hover {
    background: linear-gradient(135deg, #cc0000, #990000);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
}

/* Add Account Card (Admin Only) */
.add-account-card {
    border: 2px dashed rgba(255, 0, 0, 0.3);
    background: rgba(255, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.add-account-content {
    text-align: center;
    padding: 40px;
}

.add-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 2px solid rgba(255, 0, 0, 0.3);
}

.add-icon i {
    font-size: 2rem;
    color: #ff0000;
}

.add-account-content h4 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.add-account-content p {
    color: #ccc;
    margin-bottom: 25px;
}

.add-account-btn {
    padding: 12px 25px;
    background: linear-gradient(135deg, #ff0000, #cc0000);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
}

.add-account-btn:hover {
    background: linear-gradient(135deg, #cc0000, #990000);
    transform: translateY(-2px);
}

/* Load More Button */
.accounts-load-more {
    text-align: center;
}

.load-more-btn {
    padding: 15px 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 0, 0, 0.3);
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.load-more-btn:hover {
    background: rgba(255, 0, 0, 0.1);
    border-color: #ff0000;
    transform: translateY(-2px);
}

/* Responsive Design for Accounts */
@media (max-width: 768px) {
    .accounts-title {
        font-size: 2.5rem;
    }
    
    .title-accent {
        font-size: 1.4rem;
    }
    
    .accounts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .game-filter-options {
        gap: 15px;
    }
    
    .filter-option {
        min-width: 120px;
        padding: 15px;
    }
}

/* ===== GLASS CARD STYLES ===== */
.glass-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

.glass-card:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Card Background */
.card-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 0, 128, 0.1) 0%,
        rgba(64, 224, 208, 0.05) 50%,
        rgba(0, 128, 255, 0.1) 100%);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.duo-gradient {
    background: linear-gradient(135deg, 
        rgba(64, 224, 208, 0.1) 0%,
        rgba(0, 128, 255, 0.05) 50%,
        rgba(128, 0, 255, 0.1) 100%);
}

.glass-card:hover .gradient-overlay {
    opacity: 1;
}

.mesh-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.3;
}

/* Card Header */
.card-header-new {
    position: relative;
    z-index: 2;
    padding: 24px 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.service-badge {
    position: relative;
    background: linear-gradient(135deg, #ff0080, #ff4040);
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 0, 128, 0.3);
    overflow: hidden;
}

.duo-badge {
    background: linear-gradient(135deg, #40e0d0, #0080ff);
    box-shadow: 0 4px 15px rgba(64, 224, 208, 0.3);
}

.badge-glow-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    /* animation: badgeGlow 3s ease-in-out infinite; */
}

@keyframes badgeGlow {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

/* Service Icon */
.service-icon-container {
    position: relative;
    width: 70px;
    height: 70px;
}

.icon-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(255, 0, 128, 0.2), 
        rgba(64, 224, 208, 0.1));
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.duo-backdrop {
    background: linear-gradient(135deg, 
        rgba(64, 224, 208, 0.2), 
        rgba(0, 128, 255, 0.1));
}

.service-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    z-index: 2;
}

.icon-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    animation: iconOrbit 8s linear infinite;
}

.orbit-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.orbit-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-2 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.orbit-3 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes iconOrbit {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Card Body */
.card-body-new {
    position: relative;
    z-index: 2;
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-header {
    text-align: center;
    margin-bottom: 20px;
}

.service-title {
    font-size: 26px;
    font-weight: 800;
    background: linear-gradient(135deg, #ff0080, #40e0d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    position: relative;
}

.service-subtitle {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.service-description {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-bottom: 24px;
}

/* Features Grid */


.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.feature-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 0, 128, 0.3);
    transform: translateX(4px);
}

.feature-item:hover::before {
    left: 100%;
}

.feature-icon-wrapper {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, 
        rgba(255, 0, 128, 0.3), 
        rgba(64, 224, 208, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.feature-item span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Card Footer */
.card-footer-new {
    position: relative;
    z-index: 2;
    padding: 0 24px 24px;
}

.glass-btn {
    position: relative;
    width: 100%;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: white;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.primary-glass {
    background: linear-gradient(135deg, 
        rgba(255, 0, 128, 0.3), 
        rgba(255, 64, 64, 0.2));
    border-color: rgba(255, 0, 128, 0.4);
}

.secondary-glass {
    background: linear-gradient(135deg, 
        rgba(64, 224, 208, 0.3), 
        rgba(0, 128, 255, 0.2));
    border-color: rgba(64, 224, 208, 0.4);
}

.btn-content {
    position: relative;
    z-index: 2;
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
    transition: left 0.5s ease;
}

.glass-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 0, 128, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.glass-btn:hover .btn-shine {
    left: 100%;
}

.glass-btn:active {
    transform: translateY(0);
}

/* Services Section */
.services-section {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(220, 20, 60, 0.2);
    margin-bottom: 2rem;
}

.services-title {
    color: #dc143c;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.services-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.service-stat-card {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(220, 20, 60, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(220, 20, 60, 0.2);
    border-color: rgba(220, 20, 60, 0.4);
}

.service-stat-card i {
    font-size: 2.5rem;
    color: #dc143c;
    margin-bottom: 1rem;
    display: block;
}

.service-stat-card h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-stat-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.service-features span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(220, 20, 60, 0.1);
    transition: all 0.3s ease;
}

.service-features span:hover {
    background: rgba(220, 20, 60, 0.1);
    border-color: rgba(220, 20, 60, 0.3);
    transform: translateX(3px);
}

.service-features span i {
    color: #dc143c;
    font-size: 1rem;
    margin-bottom: 0;
}

.service-btn {
    width: 100%;
    padding: 0.8rem 1.5rem;
    background: rgba(220, 20, 60, 0.3);
    border: 1px solid rgba(220, 20, 60, 0.5);
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.service-btn:hover {
    background: rgba(220, 20, 60, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .glass-card {
        margin: 10px;
        min-height: 450px;
    }
    
    .card-header-new {
        padding: 20px 20px 0;
    }
    
    .card-body-new {
        padding: 20px;
    }
    
    .card-footer-new {
        padding: 0 20px 20px;
    }
    
    .service-title {
        font-size: 22px;
    }
    
    .service-icon-container {
        width: 60px;
        height: 60px;
    }
    
    .service-icon {
        font-size: 20px;
    }
    
    .services-stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .service-stat-card {
        padding: 1rem;
    }
    
    .services-title {
        font-size: 1.5rem;
        text-align: center;
    }
}

/* Rank Selection Section Styles */
.rank-selection-section {
    padding: 80px 0;
    position: relative;
}







@keyframes borderGlow {
    0% { opacity: 0.3; }
    100% { opacity: 0.7; }
}

.rank-selection-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.rank-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 auto 40px;
    padding: 0 60px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.rank-card {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 45px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 500px;
}

.emerald-card {
    box-shadow: 0 0 20px rgba(80, 200, 120, 0.2);
    background: linear-gradient(135deg, rgba(80, 200, 120, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.diamond-card {
    box-shadow: 0 0 20px rgba(74, 144, 226, 0.2);
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.rank-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

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

.rank-icon-container {
    flex-shrink: 0;
}

.rank-icon {
    width: 240px;
    height: 240px;
    object-fit: contain;
}

.rank-info {
    flex: 1;
}

.rank-subtitle {
    color: #ccc;
    font-size: 1rem;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rank-title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rank-config {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.config-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.config-label {
    color: #ccc;
    font-size: 1.1rem;
    font-weight: 500;
}

.config-value-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.config-value {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}

.config-help-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.config-help-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.pdl-selector,
.boost-type-selector {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.pdl-selector:hover,
.boost-type-selector:hover {
    border-color: rgba(220, 20, 60, 0.5);
    background: rgba(220, 20, 60, 0.1);
}

.pdl-selector:focus,
.boost-type-selector:focus {
    outline: none;
    border-color: #dc143c;
    box-shadow: 0 0 10px rgba(220, 20, 60, 0.3);
}

.pdl-selector option,
.boost-type-selector option {
    background: #1a1a1a;
    color: #fff;
    padding: 8px;
}

.service-summary {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.9) 100%);
    border-radius: 20px;
    border: 2px solid rgba(220, 20, 60, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(220, 20, 60, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.service-summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc143c, #ff1744, #dc143c);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

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

.service-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stars {
    display: flex;
    gap: 4px;
}

.stars i {
    color: #ffd700;
    font-size: 1.4rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    transition: all 0.3s ease;
}

.stars i:hover {
    transform: scale(1.2);
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
}

.review-count {
    color: #e0e0e0;
    font-size: 1rem;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 15px;
}

.service-description {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 25px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #fff, #dc143c, #fff);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShimmer 4s ease-in-out infinite;
}

@keyframes textShimmer {
    0%, 100% { background-position: 200% 0; }
    50% { background-position: -200% 0; }
}

.pricing-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 15px 0;
    padding: 12px;
    background: rgba(220, 20, 60, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(220, 20, 60, 0.3);
    position: relative;
}

.pricing-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(220, 20, 60, 0.1), transparent);
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-info:hover::before {
    opacity: 1;
}

.current-price {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}

.original-price {
    color: #999;
    font-size: 1rem;
    text-decoration: line-through;
    position: relative;
    z-index: 1;
}

.discount-badge {
    background: linear-gradient(45deg, #dc143c, #ff1744);
    color: #fff;
    padding: 5px 10px;
    border-radius: 18px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: 0 4px 12px rgba(220, 20, 60, 0.4);
    animation: pulse 2s infinite;
    position: relative;
    z-index: 1;
}

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

.delivery-info {
    margin: 15px 0;
    padding: 12px;
    background: rgba(80, 200, 120, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(80, 200, 120, 0.3);
}

.delivery-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #50c878;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.delivery-time i {
    font-size: 1.2rem;
    animation: pulse 2s infinite;
}

.completion-time {
    color: #e0e0e0;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
}

.order-button {
    background: linear-gradient(45deg, #dc143c, #ff1744, #dc143c);
    background-size: 200% 100%;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 22px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 15px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 6px 16px rgba(220, 20, 60, 0.3);
    position: relative;
    overflow: hidden;
}

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

.order-button:hover {
    background-position: 200% 0;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(220, 20, 60, 0.5);
    animation: buttonGlow 2s ease-in-out infinite;
}

.order-button:hover::before {
    left: 100%;
}

@keyframes buttonGlow {
    0%, 100% { box-shadow: 0 15px 35px rgba(220, 20, 60, 0.5); }
    50% { box-shadow: 0 15px 35px rgba(220, 20, 60, 0.8), 0 0 30px rgba(220, 20, 60, 0.3); }
}

.order-button:active {
    transform: translateY(-1px) scale(0.98);
}

/* Single rank card centering */
.rank-cards-container.single-mode {
    display: flex;
    justify-content: center;
    grid-template-columns: none;
}

.rank-cards-container.single-mode .rank-card {
    max-width: 500px;
    width: 100%;
}

/* Mode toggle button */
.mode-toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.mode-toggle-btn {
    background: rgba(220, 20, 60, 0.8);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.mode-toggle-btn:hover {
    background: rgba(220, 20, 60, 1);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
}

@media (max-width: 768px) {
    .rank-cards-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .rank-cards-container.single-mode {
        padding: 0 15px;
    }
    
    .rank-selection-title {
        font-size: 1.5rem;
    }
    
    .rank-card {
        padding: 20px;
    }
    
    .rank-card-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .rank-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-summary {
        padding: 20px;
        margin: 0 15px;
    }
    
    .pricing-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .current-price {
        font-size: 1.5rem;
    }
}

/* Click Indicator */
.click-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.9rem;
    opacity: 0.8;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.rank-card:hover .click-indicator {
    opacity: 1;
    background: rgba(255, 255, 255, 0.15);
}

.click-indicator i {
    font-size: 1rem;
    animation: pulse 2s infinite;
}

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

/* Rank Selection Modal */
.rank-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}

.rank-modal-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    margin: 5% auto;
    padding: 0;
    border-radius: 20px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.rank-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px 20px 0 0;
}

.rank-modal-header h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.close-modal {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.close-modal:hover {
    background: rgba(255, 0, 0, 0.2);
    transform: scale(1.1);
}

.rank-modal-body {
    padding: 30px;
}

.ranks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.rank-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.rank-option:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.rank-option.selected {
    border-color: #50c878;
    background: rgba(80, 200, 120, 0.1);
    box-shadow: 0 0 20px rgba(80, 200, 120, 0.3);
}

.rank-option img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.rank-option span {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.divisions-container {
    margin-top: 30px;
    padding-top: 30px;
}

.divisions-container h4 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.divisions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.division-option {
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 2px solid transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.division-option:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.division-option.selected {
    border-color: #50c878;
    background: rgba(80, 200, 120, 0.1);
    box-shadow: 0 0 15px rgba(80, 200, 120, 0.3);
}

/* Rank-specific backgrounds */
.ferro-card {
    border-color: #8B4513;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.bronze-card {
    border-color: #CD7F32;
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.prata-card {
    border-color: #C0C0C0;
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.gold-card {
    border-color: #FFD700;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.platina-card {
    border-color: #E5E4E2;
    background: linear-gradient(135deg, rgba(229, 228, 226, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.mestre-card {
    border-color: #9932CC;
    background: linear-gradient(135deg, rgba(153, 50, 204, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.grandmaster-card {
    border-color: #FF4500;
    background: linear-gradient(135deg, rgba(255, 69, 0, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.ascendente-card {
    border-color: #00FF7F;
    background: linear-gradient(135deg, rgba(0, 255, 127, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.imortal-card {
    border-color: #FF4500;
    background: linear-gradient(135deg, rgba(255, 69, 0, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.radiante-card {
    border-color: #FFD700;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
}

@media (max-width: 768px) {
    .rank-modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .ranks-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .rank-option {
        padding: 15px 10px;
    }
    
    .rank-option img {
        width: 50px;
        height: 50px;
    }
    
    .divisions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive Design for Booster Carousel */
@media (max-width: 1200px) {
    .booster-card-new {
        min-width: 450px;
        min-height: 600px;
    }
    
    .champion-icon {
        width: 280px;
        height: 280px;
    }
    
    .boosters-carousel {
        padding: 0 40px;
    }
    
    .carousel-nav {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .carousel-nav.prev {
        left: -20px;
    }
    
    .carousel-nav.next {
        right: -20px;
    }
}

@media (max-width: 768px) {
    .booster-card-new {
        min-width: 380px;
        min-height: 550px;
    }
    
    .champion-icon {
        width: 240px;
        height: 240px;
    }
    
    .boosters-carousel {
        padding: 0 30px;
    }
    
    .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .carousel-nav.prev {
        left: -25px;
    }
    
    .carousel-nav.next {
        right: -25px;
    }
}

@media (max-width: 480px) {
    .booster-card-new {
        min-width: 320px;
        min-height: 500px;
        padding: 2rem;
    }
    
    .champion-icon {
        width: 200px;
        height: 200px;
    }
    
    .booster-name-new {
        font-size: 1.5rem;
    }
}

/* Seção Destrua o Nexus */
.nexus-section {
    background: #000000;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.nexus-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.nexus-text {
    flex: 1;
}

.nexus-subtitle {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.nexus-title {
    font-size: 4rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    white-space: nowrap;
    text-shadow: none;
}

.nexus-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #DC143C, #FF6347);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(220, 20, 60, 0.4);
}

.nexus-arrow:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(220, 20, 60, 0.6);
}

.nexus-visual {
    flex: 1;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nexus-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(220, 20, 60, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: nexus-pulse 3s ease-in-out infinite;
}

.nexus-particles {
    position: absolute;
    width: 100%;
    height: 100%;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #DC143C;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(220, 20, 60, 0.8);
}

.particle-1 {
    top: 20%;
    left: 30%;
    animation: particle-float 4s ease-in-out infinite;
}

.particle-2 {
    top: 60%;
    left: 70%;
    animation: particle-float 3s ease-in-out infinite 1s;
}

.particle-3 {
    top: 40%;
    left: 20%;
    animation: particle-float 5s ease-in-out infinite 2s;
}

.particle-4 {
    top: 80%;
    left: 50%;
    animation: particle-float 3.5s ease-in-out infinite 0.5s;
}

.particle-5 {
    top: 30%;
    left: 80%;
    animation: particle-float 4.5s ease-in-out infinite 1.5s;
}

@keyframes nexus-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }
}

@keyframes particle-float {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
        opacity: 0.8;
    }
    25% {
        transform: translateY(-20px) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translateY(-10px) translateX(-15px);
        opacity: 0.6;
    }
    75% {
        transform: translateY(-30px) translateX(5px);
        opacity: 1;
    }
}

/* Responsivo para Nexus Section */
@media (max-width: 768px) {
    .nexus-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .nexus-title {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
    
    .nexus-visual {
        height: 200px;
    }
    
    .nexus-glow {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .nexus-section {
        padding: 60px 0;
    }
    
    .nexus-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .nexus-subtitle {
        font-size: 1rem;
    }
    
    .nexus-arrow {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* Payment Method Modal Styles */
.payment-methods-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

.payment-option {
    position: relative;
    padding: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.payment-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.payment-option:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.payment-option:hover::before {
    left: 100%;
}

.payment-option:active {
    transform: translateY(-2px) scale(1.01);
    transition: all 0.1s ease;
}

.payment-option[data-method="stripe"] {
    border-color: rgba(99, 102, 241, 0.4);
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.15), rgba(99, 102, 241, 0.05));
}

.payment-option[data-method="stripe"]:hover {
    border-color: rgba(99, 102, 241, 0.7);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.3);
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.2), rgba(99, 102, 241, 0.08));
}

.payment-option[data-method="pix"] {
    border-color: rgba(34, 197, 94, 0.4);
    background: linear-gradient(145deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.05));
}

.payment-option[data-method="pix"]:hover {
    border-color: rgba(34, 197, 94, 0.7);
    box-shadow: 0 12px 40px rgba(34, 197, 94, 0.3);
    background: linear-gradient(145deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.08));
}

.payment-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.payment-option[data-method="stripe"] .payment-icon {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4);
}

.payment-option[data-method="pix"] .payment-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.4);
}

.payment-option:hover .payment-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.payment-info {
    flex: 1;
    position: relative;
    z-index: 2;
}

.payment-info h3 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.payment-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0 0 8px 0;
    font-weight: 500;
}

.payment-badge {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.payment-option[data-method="stripe"] .payment-badge {
    background: rgba(99, 102, 241, 0.3);
    color: #e0e7ff;
    border-color: rgba(99, 102, 241, 0.5);
}

.payment-option[data-method="pix"] .payment-badge {
    background: rgba(34, 197, 94, 0.3);
    color: #dcfce7;
    border-color: rgba(34, 197, 94, 0.5);
}

.payment-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.payment-option:hover .payment-arrow {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .payment-option {
        padding: 16px;
        gap: 12px;
        border-radius: 16px;
    }
    
    .payment-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        border-radius: 12px;
    }
    
    .payment-info h3 {
        font-size: 18px;
    }
    
    .payment-info p {
        font-size: 13px;
    }
    
    .payment-badge {
        font-size: 11px;
        padding: 3px 10px;
    }
    
    .payment-arrow {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .payment-methods-grid {
        gap: 12px;
    }
    
    .payment-option {
        padding: 14px;
        gap: 10px;
    }
    
    .payment-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    
    .payment-info h3 {
        font-size: 16px;
    }
    
    .payment-option:hover {
        transform: translateY(-2px) scale(1.01);
    }
}

/* Loading state for payment options */
.payment-option.loading {
    pointer-events: none;
    opacity: 0.7;
}

.payment-option.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 3;
}

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