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

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 25%, #16213e 50%, #0f1419 75%, #0a0a0a 100%);
    background-attachment: fixed;
    color: #ffffff;
    position: relative;
    cursor: none; /* Hide default cursor */
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 204, 106, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(0, 123, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

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

/* Header Styles */
.header {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(74, 144, 226, 0.3);
    transition: all 0.3s ease;
    padding: 1rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.1), transparent);
    animation: scanLine 3s linear infinite;
    pointer-events: none;
}

@keyframes scanLine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.navbar {
    padding: 1rem 0;
}

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

.nav-logo a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #4a90e2;
    text-decoration: none;
    background: linear-gradient(45deg, #4a90e2, #357abd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
    margin-right: 1rem;
}

.nav-logo a:hover {
    transform: scale(1.05);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 1.8rem;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin: 0;
}

.nav-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #4a90e2;
    background: rgba(74, 144, 226, 0.1);
}

/* Discount Link Styling */
.discount-link {
    background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
    color: #000 !important;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    text-shadow: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 255, 136, 0.3);
}

.discount-link:hover {
    background: linear-gradient(135deg, #00cc6a 0%, #00b359 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 255, 136, 0.4);
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.nav-social {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    margin-left: 2rem;
}


.social-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(74, 144, 226, 0.1);
}

.social-link:hover {
    background: rgba(74, 144, 226, 0.2);
    border-color: #4a90e2;
    color: #4a90e2;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

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

.hamburger span {
    width: 25px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('../img/main6-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.8;
}

.hero::after {
    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="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.1;
}

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

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #ffffff, #c0c0c0, #e8e8e8, #a0a0a0, #ffffff);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: silverWave 6s ease-in-out infinite;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.hero-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    background-size: 200% 100%;
    animation: shimmer 4s ease-in-out infinite;
    pointer-events: none;
    border-radius: 4px;
}

@keyframes silverWave {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 50% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    75% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    50% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 2;
}

.hero-description {
    font-size: 1.2rem;
    color: #e0e0e0;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 2;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #4a90e2, #357abd, #4a90e2);
    background-size: 200% 200%;
    color: #ffffff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 15px rgba(74, 144, 226, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    animation: gradientShift 3s ease-in-out infinite;
    border: 2px solid transparent;
    background-clip: padding-box;
    z-index: 2;
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #4a90e2, #357abd, #4a90e2, #4a90e2);
    background-size: 400% 400%;
    border-radius: 50px;
    z-index: -1;
    animation: gradientShift 2s ease-in-out infinite;
}

.cta-button::before {
    content: '';
    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.6s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
    animation-duration: 1.5s;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Section Styles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ffffff, #cccccc, #ffffff);
    border-radius: 2px;
}

/* About Section */
.about {
    padding: 80px 0;
    background: #111111;
}

.about-text {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #cccccc;
    line-height: 1.8;
}

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

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #4a90e2;
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.1);
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #4a90e2;
}

.feature-card p {
    color: #cccccc;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.feature-link {
    color: #4a90e2;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    background: rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(74, 144, 226, 0.3);
    display: inline-block;
    overflow: hidden;
    z-index: 2;
}

.feature-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(74, 144, 226, 0.2), transparent);
    transition: left 0.6s ease;
}

.feature-link:hover::before {
    left: 100%;
}

.feature-link:hover {
    color: #ffffff;
    background: rgba(74, 144, 226, 0.2);
    border-color: #4a90e2;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

/* Advantages Section */
.advantages {
    padding: 80px 0;
    background: #0a0a0a;
}

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

.advantage-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
    border-color: #4a90e2;
}

.advantage-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #4a90e2;
}

.advantage-item p {
    color: #cccccc;
    line-height: 1.6;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

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

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #4a90e2;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #cccccc;
    font-size: 1.1rem;
}

/* Reviews Section */
.reviews {
    padding: 80px 0;
    background: #111111;
}

.reviews-subtitle {
    text-align: center;
    color: #cccccc;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

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

.review-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    border-color: #4a90e2;
}

.review-text {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-style: italic;
}

.review-author {
    color: #4a90e2;
    font-weight: 600;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%);
    padding: 60px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 204, 106, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

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

.footer-section h3,
.footer-section h4 {
    color: #4a90e2;
    margin-bottom: 1rem;
}

.footer-section p {
    color: #cccccc;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 1rem;
}

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

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

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #888888;
    position: relative;
    z-index: 2;
    font-size: 0.85rem;
    line-height: 1.5;
    font-weight: 400;
}

.complaint-email {
    margin-top: 0.5rem;
    font-size: 0.85rem;
}

.complaint-email a {
    color: #4a90e2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.complaint-email a:hover {
    color: #00cc6a;
}

/* Contact Links */
.contact-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #cccccc;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.contact-link:hover::before {
    left: 100%;
}

.contact-link:hover {
    color: #4a90e2;
    background: rgba(0, 255, 136, 0.1);
    transform: translateX(5px);
}

.contact-icon {
    font-size: 1.2rem;
    filter: drop-shadow(0 0 5px rgba(0, 255, 136, 0.3));
    min-width: 30px;
    text-align: center;
}

.contact-text {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Legal Notice */
.legal-notice {
    margin-top: 3rem;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.legal-notice h4 {
    color: #4a90e2;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.3rem;
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}

.legal-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #cccccc;
}

.legal-text p {
    margin-bottom: 1rem;
}

.legal-text .warning {
    color: #ff6b6b;
    background: rgba(255, 107, 107, 0.1);
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #ff6b6b;
    margin: 1.5rem 0;
    text-align: center;
    animation: warningPulse 2s ease-in-out infinite;
}

@keyframes warningPulse {
    0% { box-shadow: 0 0 5px rgba(255, 107, 107, 0.3); }
    50% { box-shadow: 0 0 15px rgba(255, 107, 107, 0.5); }
    100% { box-shadow: 0 0 5px rgba(255, 107, 107, 0.3); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        display: none;
    }
    
    .nav-social {
        display: none;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    /* Optimize hero section for mobile */
    .hero {
        padding: 120px 0 60px;
        min-height: 70vh;
        background-attachment: scroll !important;
    }
    
    .hero::before {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    
    /* Hide interactive stars on mobile */
    .hero-stars {
        display: none;
    }
    
    .hero-content {
        padding-top: 20px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    .stats {
        gap: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Games Section */
.games-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.games-section::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="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.1;
}

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

.game-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

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

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

.game-card:hover {
    transform: translateY(-10px);
    border-color: #4a90e2;
    box-shadow: 0 15px 40px rgba(74, 144, 226, 0.2);
}

.game-image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.game-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    transition: opacity 0.3s ease;
}

.game-card:hover .game-image::after {
    opacity: 0.5;
}

.game-card h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.game-price {
    color: #4a90e2;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.games-preview-cta {
    text-align: center;
    margin-top: 3rem;
}

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #4a90e2;
    padding: 1rem 2rem;
    border: 1px solid #4a90e2;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(74, 144, 226, 0.2), transparent);
    transition: left 0.5s ease;
}

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

.btn-secondary:hover {
    background: #4a90e2;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
    text-decoration: none;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
}

.back-to-top:hover {
    background: linear-gradient(135deg, #357abd 0%, #2c5aa0 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
}

.back-to-top:active {
    transform: translateY(0);
}

.back-to-top.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.back-to-top svg {
    width: 24px;
    height: 24px;
}

/* Custom Cursor Styles */
.custom-cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.1s ease;
}

.cursor-crosshair {
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}

.cursor-crosshair::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 8px;
    background: #ffffff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.cursor-crosshair::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    background: #ffffff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.cursor-shooting {
    transform: scale(1.5);
    border-color: #ff4444;
    background: rgba(255, 68, 68, 0.2);
}

.cursor-shooting::before,
.cursor-shooting::after {
    background: #ff4444;
    box-shadow: 0 0 15px rgba(255, 68, 68, 1);
}

/* Cursor trail effect */
.cursor-trail {
    position: fixed;
    width: 4px;
    height: 4px;
    background: #4a90e2;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    opacity: 0.6;
    animation: cursorTrail 0.3s ease-out forwards;
}

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

/* Shooting effect */
.shooting-effect {
    position: fixed;
    width: 100px;
    height: 100px;
    border: 2px solid #ff4444;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9997;
    animation: shootingPulse 0.3s ease-out forwards;
}

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

/* Legal Pages Styles */
.legal-page-hero {
    background: linear-gradient(135deg, rgba(74, 144, 226, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.legal-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(74, 144, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.legal-page-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 0 20px rgba(74, 144, 226, 0.3);
    position: relative;
    z-index: 2;
}

.legal-content {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    position: relative;
}

.legal-content .container {
    max-width: 800px;
}

.legal-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #4a90e2;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(74, 144, 226, 0.3);
}

.legal-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    margin: 1.5rem 0 1rem;
}

.legal-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 1rem;
}

.legal-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.legal-content li {
    font-size: 1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 0.5rem;
}

.legal-content a {
    color: #4a90e2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.legal-content a:hover {
    color: #6bb6ff;
    text-decoration: underline;
}

.legal-content strong {
    color: #ffffff;
    font-weight: 600;
}

/* Shooting Game Section */
.shooting-game-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(20, 20, 40, 0.4) 100%);
    position: relative;
}

/* Hide on mobile devices */
@media (max-width: 768px) {
    .shooting-game-section {
        display: none;
    }
}

/* Responsive prize badge */
@media (max-width: 600px) {
    .prize-badge {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 15px;
    }
    
    .prize-text {
        text-align: center;
    }
    
    .prize-icon {
        font-size: 2.5rem;
    }
}

.shooting-game-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(74, 144, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 255, 136, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.game-section-description {
    text-align: center;
    font-size: 1.2rem;
    color: #e0e0e0;
    margin-bottom: 30px;
    font-weight: 300;
}

.prize-info {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.prize-badge {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(74, 144, 226, 0.3);
    border-radius: 15px;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 600px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.prize-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(74, 144, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.prize-icon {
    flex-shrink: 0;
    animation: pulse 2s infinite;
    position: relative;
    z-index: 2;
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgba(74, 144, 226, 0.5));
    }
    50% { 
        transform: scale(1.1);
        filter: drop-shadow(0 0 20px rgba(74, 144, 226, 0.8));
    }
}

.prize-text {
    flex: 1;
    text-align: left;
    position: relative;
    z-index: 2;
}

.prize-text h3 {
    color: #4a90e2;
    font-size: 1.5rem;
    margin-bottom: 8px;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(74, 144, 226, 0.3);
}

.prize-text p {
    color: #e0e0e0;
    font-size: 1rem;
    margin-bottom: 5px;
    line-height: 1.4;
}

.prize-details {
    color: #b0b0b0 !important;
    font-size: 0.9rem !important;
    font-style: italic;
    margin-top: 8px !important;
}

/* Shooting Game Styles */
.shooting-game-container {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(74, 144, 226, 0.3);
    border-radius: 15px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.game-info {
    margin-bottom: 15px;
}

.game-instruction {
    font-size: 1.2rem;
    color: #4a90e2;
    font-weight: 600;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(74, 144, 226, 0.5);
}

.game-prize-hint {
    font-size: 1rem;
    color: #f39c12;
    font-weight: 500;
    margin-bottom: 15px;
    text-shadow: 0 0 8px rgba(243, 156, 18, 0.4);
    background: rgba(243, 156, 18, 0.1);
    padding: 8px 15px;
    border-radius: 15px;
    border: 1px solid rgba(243, 156, 18, 0.3);
    display: inline-block;
}

.game-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.game-stats span {
    background: rgba(74, 144, 226, 0.2);
    padding: 6px 12px;
    border-radius: 15px;
    border: 1px solid rgba(74, 144, 226, 0.3);
    white-space: nowrap;
}

.game-progress {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 0.8rem;
    color: #b0b0b0;
    flex-wrap: wrap;
}

.game-progress span {
    background: rgba(0, 0, 0, 0.3);
    padding: 4px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.shooting-game {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(20, 20, 40, 0.5) 100%);
    border: 2px solid rgba(74, 144, 226, 0.2);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    cursor: crosshair;
}

.crosshair-overlay {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 10;
    display: none;
}

.crosshair-overlay::before,
.crosshair-overlay::after {
    content: '';
    position: absolute;
    background: #4a90e2;
    box-shadow: 0 0 10px rgba(74, 144, 226, 0.8);
}

.crosshair-overlay::before {
    width: 2px;
    height: 20px;
    left: 9px;
    top: 0;
}

.crosshair-overlay::after {
    width: 20px;
    height: 2px;
    left: 0;
    top: 9px;
}

.target {
    position: absolute;
    width: 30px;
    height: 30px;
    background: radial-gradient(circle, #ff4444 0%, #cc0000 100%);
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: crosshair;
    animation: targetPulse 0.5s ease-in-out infinite alternate;
    box-shadow: 0 0 15px rgba(255, 68, 68, 0.6);
    z-index: 5;
}

.target::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes targetPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 15px rgba(255, 68, 68, 0.6);
    }
    100% {
        transform: scale(1.1);
        box-shadow: 0 0 25px rgba(255, 68, 68, 0.9);
    }
}

.target.hit {
    animation: targetHit 0.3s ease-out forwards;
}

@keyframes targetHit {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.start-game-btn {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.start-game-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
    background: linear-gradient(135deg, #5ba0f2 0%, #4a8acd 100%);
}

.start-game-btn:active {
    transform: translateY(0);
}

.start-game-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.game-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.stop-game-btn {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.stop-game-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
    background: linear-gradient(135deg, #ff6b6b 0%, #e74c3c 100%);
}

.stop-game-btn:active {
    transform: translateY(0);
}

.game-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    overflow: hidden;
    cursor: default;
    animation: fadeIn 0.3s ease-in;
}

.game-over-content {
    background: rgba(0, 0, 0, 0.95);
    color: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    border: 3px solid #4a90e2;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    animation: slideIn 0.5s ease-out;
    position: relative;
}

.game-over-content::-webkit-scrollbar {
    width: 6px;
}

.game-over-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.game-over-content::-webkit-scrollbar-thumb {
    background: rgba(74, 144, 226, 0.5);
    border-radius: 3px;
}

.game-over-content::-webkit-scrollbar-thumb:hover {
    background: rgba(74, 144, 226, 0.7);
}

.game-over-content h3 {
    color: #4a90e2;
    margin-bottom: 20px;
    font-size: 2rem;
    text-shadow: 0 0 15px rgba(74, 144, 226, 0.5);
}

.game-over-content h4 {
    color: #4a90e2;
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 0 0 10px rgba(74, 144, 226, 0.5);
}

.discount-earned {
    background: rgba(74, 144, 226, 0.1);
    border: 2px solid rgba(74, 144, 226, 0.3);
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}

.discount-code {
    margin: 15px 0;
}

.code-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
}

.promo-code {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #4a90e2;
    border-radius: 8px;
    padding: 10px 15px;
    font-family: 'Courier New', monospace;
    font-size: 1.2rem;
    font-weight: bold;
    color: #4a90e2;
    letter-spacing: 2px;
}

.copy-btn {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border: none;
    border-radius: 8px;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background: linear-gradient(135deg, #357abd 0%, #2c5aa0 100%);
    transform: translateY(-2px);
}

.discount-warning {
    color: #ff6b6b !important;
    font-weight: bold !important;
    font-size: 0.9rem !important;
    margin: 10px 0 !important;
    text-shadow: 0 0 5px rgba(255, 107, 107, 0.3);
}

.discount-info {
    color: #b0b0b0 !important;
    font-size: 0.9rem !important;
    margin: 5px 0 !important;
}

.game-over-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.shop-btn {
    background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
    color: #000;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.shop-btn:hover {
    background: linear-gradient(135deg, #00cc6a 0%, #00b359 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 255, 136, 0.3);
}

.game-over p {
    margin-bottom: 15px;
    font-size: 1rem;
}

.game-results {
    margin: 20px 0;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.game-results p {
    margin-bottom: 8px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.game-results p:last-child {
    border-bottom: none;
}

.performance-rating {
    margin: 20px 0;
    padding: 15px;
    background: rgba(74, 144, 226, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(74, 144, 226, 0.3);
}

.discount-earned {
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1) 0%, rgba(230, 126, 34, 0.1) 100%);
    border-radius: 10px;
    border: 2px solid #f39c12;
    text-align: center;
}

.discount-earned h4 {
    color: #f39c12;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.discount-earned p {
    margin: 8px 0;
    color: #ecf0f1;
}

.discount-earned strong {
    color: #f39c12;
    font-size: 1.2rem;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.restart-btn {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.restart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
}

/* Discount Achievement Styles */
.discount-achievement {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.achievement-content {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    border: 3px solid #f39c12;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    margin: 20px;
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from { 
        transform: translateY(-50px) scale(0.9);
        opacity: 0;
    }
    to { 
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.achievement-content h3 {
    color: #f39c12;
    font-size: 2rem;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(243, 156, 18, 0.5);
}

.achievement-content p {
    color: #ecf0f1;
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.discount-code {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px;
    border-radius: 15px;
    margin: 25px 0;
    border: 2px solid #f39c12;
}

.discount-code h4 {
    color: #f39c12;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.code-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.promo-code {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    border: 2px solid #fff;
}

.copy-btn {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}

.copy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
}

.discount-info {
    color: #bdc3c7;
    font-size: 1rem;
    font-style: italic;
    margin-top: 20px;
}

.close-achievement {
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.close-achievement:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(149, 165, 166, 0.4);
}

/* Скрыть кнопку скидки на мобильных устройствах */
@media (max-width: 768px) {
    .discount-link {
        display: none !important;
    }
}
