@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;400;600;700&display=swap');

:root {
    --primary-color: #9D4EDD;
    --secondary-color: #FF073A;
    --accent-color: #FFD60A;
    --neon-blue: #00F5FF;
    --dark-color: #0D0221;
    --darker-color: #050014;
    --light-color: #FFFFFF;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --gradient-1: linear-gradient(135deg, #9D4EDD 0%, #FF073A 50%, #FFD60A 100%);
    --gradient-2: linear-gradient(45deg, #00F5FF, #9D4EDD);
    --shadow-glow: 0 0 30px rgba(157, 78, 221, 0.5);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: radial-gradient(circle at 20% 80%, #0D0221 0%, #050014 50%, #0D0221 100%);
    color: var(--light-color);
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(157, 78, 221, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 7, 58, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(0, 245, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.nV8k2P {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(13, 2, 33, 0.9);
    padding: 1.2rem 2rem;
    z-index: 1000;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.wR4mL9 {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kJ3nQ7 {
    height: 50px;
    filter: drop-shadow(0 0 10px rgba(255, 215, 10, 0.6));
}

.pT5vX2 {
    display: flex;
    gap: 3rem;
    list-style: none;
}

.pT5vX2 a {
    color: var(--light-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.pT5vX2 a:hover {
    background: var(--glass-bg);
    box-shadow: var(--shadow-glow);
    transform: translateY(-2px);
}

.qM7nK3 {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 1001;
}

.lR8pN2 {
    width: 25px;
    height: 3px;
    background: var(--light-color);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.qM7nK3.active .lR8pN2:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.qM7nK3.active .lR8pN2:nth-child(2) {
    opacity: 0;
}

.qM7nK3.active .lR8pN2:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.vK9mL4 {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: rgba(13, 2, 33, 0.98);
    backdrop-filter: blur(20px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    padding-top: 100px;
}

.vK9mL4.active {
    right: 0;
}

.tN6pR8 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fP3mK7 {
    display: block;
    color: var(--light-color);
    text-decoration: none;
    padding: 1.2rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.fP3mK7:hover {
    background: var(--glass-bg);
    color: var(--accent-color);
    padding-left: 2.5rem;
}

.hE9rB4 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(13, 2, 33, 0.7), rgba(5, 0, 20, 0.8)), url('../img/hero.png');
    background-size: cover;
    background-position: center;
    padding: 8rem 2rem;
    position: relative;
    overflow: hidden;
}

.cM7wD1 {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.tN2kR8 {
    font-family: 'Orbitron', monospace;
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    background: var(--gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    text-shadow: 0 0 50px rgba(157, 78, 221, 0.8);
    position: relative;
}

.tN2kR8::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: conic-gradient(from 0deg, transparent, rgba(255, 215, 10, 0.3), transparent);
    border-radius: 50%;
    z-index: -1;
    animation: rotate 8s linear infinite;
}

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

.fH6mP3 {
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.vB8nK4 {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.bT9wL5 {
    display: inline-block;
    padding: 0.8rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bT9wL5::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;
}

.bT9wL5:hover::before {
    left: 100%;
}

.qW7eR2 {
    background: var(--gradient-1);
    color: var(--light-color);
    box-shadow: 0 10px 30px rgba(157, 78, 221, 0.4);
}

.qW7eR2:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(157, 78, 221, 0.6);
}

.xK4mJ7 {
    background: transparent;
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
    box-shadow: 0 0 20px rgba(255, 215, 10, 0.3);
}

.xK4mJ7:hover {
    background: var(--accent-color);
    color: var(--dark-color);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 215, 10, 0.5);
}

.yP2mR5 {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
}

.yP2mR5:nth-child(1) {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--primary-color), transparent);
    top: -200px;
    left: -200px;
    animation-delay: 0s;
}

.yP2mR5:nth-child(2) {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, var(--secondary-color), transparent);
    bottom: -175px;
    right: -175px;
    animation-delay: 2s;
}

.yP2mR5:nth-child(3) {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--neon-blue), transparent);
    top: 50%;
    left: -150px;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) scale(1); }
    33% { transform: translateY(-20px) scale(1.1); }
    66% { transform: translateY(10px) scale(0.9); }
}

.mN9pL3 {
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--accent-color);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--accent-color);
    animation: sparkle 3s linear infinite;
}

.mN9pL3:nth-child(4) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.mN9pL3:nth-child(5) {
    top: 30%;
    right: 15%;
    animation-delay: 1s;
}

.mN9pL3:nth-child(6) {
    bottom: 25%;
    left: 20%;
    animation-delay: 2s;
}

.mN9pL3:nth-child(7) {
    top: 60%;
    right: 25%;
    animation-delay: 0.5s;
}

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

@media (max-width: 1024px) {
    .tN2kR8 {
        font-size: 2.8rem;
    }
    
    .fH6mP3 {
        font-size: 1rem;
    }
    
    .bT9wL5 {
        padding: 0.7rem 1.8rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .pT5vX2 {
        display: none;
    }
    
    .qM7nK3 {
        display: flex;
    }
    
    .nV8k2P {
        padding: 1rem;
    }
    
    .tN2kR8 {
        font-size: 2.2rem;
    }
    
    .fH6mP3 {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .vB8nK4 {
        flex-direction: column;
        gap: 1rem;
    }
    
    .bT9wL5 {
        width: 100%;
        max-width: 220px;
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .yP2mR5 {
        display: none;
    }
}

@media (max-width: 480px) {
    .tN2kR8 {
        font-size: 2rem;
    }
    
    .fH6mP3 {
        font-size: 0.9rem;
    }
}

.dF7nK2, .nM5kR8, .bN8kP4 {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgba(13, 2, 33, 0.9), rgba(5, 0, 20, 0.95));
    position: relative;
}

.dF7nK2::before, .nM5kR8::before, .bN8kP4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(157, 78, 221, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(255, 7, 58, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.sL4mP8 {
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    background: var(--gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

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

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

.vB9mR4 {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.vB9mR4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.vB9mR4:hover::before {
    transform: translateX(100%);
}

.vB9mR4:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-glow);
}

.qX8nP5 {
    font-family: 'Orbitron', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--accent-color);
}

.fK2wL7 {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

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

.jK7mR2 {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.jK7mR2:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(157, 78, 221, 0.3);
}

.tY4nP9 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    display: block;
}

.xR5mL3 {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.pQ9nK7 {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 500px;
    width: 100%;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pQ9nK7:hover {
    transform: translateY(-20px);
    box-shadow: 0 30px 60px rgba(157, 78, 221, 0.4);
}

.mL2wR6 {
    position: relative;
    margin-bottom: 2rem;
    border-radius: 20px;
    overflow: hidden;
}

.kN4mP8 {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.pQ9nK7:hover .kN4mP8 {
    transform: scale(1.1);
}

.tR7nL5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 215, 10, 0.9);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pQ9nK7:hover .tR7nL5 {
    opacity: 1;
}

.gF3kR9 {
    font-size: 2rem;
    color: var(--dark-color);
}

.vH6mP2 {
    text-align: center;
}

.yN3mK8 {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    padding: 0.7rem 1.8rem;
}

.zP4mL9 {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgba(5, 0, 20, 0.95), rgba(13, 2, 33, 0.9));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.zP4mL9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 7, 58, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.kR8nP5 {
    background: rgba(255, 7, 58, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 4rem;
    border: 2px solid rgba(255, 7, 58, 0.3);
    position: relative;
    z-index: 2;
}

.wQ2nL7 {
    color: var(--secondary-color);
    margin-bottom: 3rem;
}

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

.vL9nP4 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.tF5mR8 {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.hK3mR7 {
    text-align: center;
}

@media (max-width: 1024px) {
    .sL4mP8 {
        font-size: 2.2rem;
    }
    
    .gH3kL1 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .vB9mR4 {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .dF7nK2, .nM5kR8, .bN8kP4, .zP4mL9 {
        padding: 4rem 1rem;
    }
    
    .sL4mP8 {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    
    .wP3nL6 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .jK7mR2 {
        padding: 1.8rem;
    }
    
    .pQ9nK7 {
        padding: 2rem;
    }
    
    .kN4mP8 {
        height: 200px;
    }
    
    .kR8nP5 {
        padding: 2rem;
    }
    
    .jM6kR3 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .vL9nP4 {
        padding: 1.8rem;
    }
}

.rM8nK4 {
    background: linear-gradient(135deg, rgba(5, 0, 20, 1), rgba(13, 2, 33, 1));
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 2rem 2rem;
    position: relative;
}

.rM8nK4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(157, 78, 221, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.pL6nR9 {
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.wK4mL8 {
    background: rgba(255, 7, 58, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 7, 58, 0.3);
    text-align: center;
}

.wK4mL8 h3 {
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
}

.nJ7kP3 {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}



.bH9nL6 {
    width: 180px;
    height: 80px;
    object-fit: contain;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

.tQ5mR2:hover .bH9nL6 {
    filter: brightness(1.1);
}

.fN2kR7 {
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 2;
}

.mP8nL4 {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.kL3mR9 {
    color: var(--light-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.kL3mR9:hover {
    background: var(--glass-bg);
    color: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(157, 78, 221, 0.2);
}

.xR4nP8 {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.xR4nP8 p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .rM8nK4 {
        padding: 3rem 1rem 1.5rem;
    }
    
    .wK4mL8 {
        padding: 2rem;
    }
    
    .nJ7kP3 {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    
    .mP8nL4 {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    
    .kL3mR9 {
        width: 200px;
        text-align: center;
    }
    
    .bH9nL6 {
        width: 100px;
        height: 65px;
    }
}

.age-popup-overlay, .cookie-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}

.age-popup, .cookie-popup {
    background: linear-gradient(135deg, rgba(13, 2, 33, 0.95), rgba(5, 0, 20, 0.98));
    border-radius: 20px;
    padding: 2rem;
    max-width: 450px;
    width: 90%;
    text-align: center;
    border: 2px solid rgba(157, 78, 221, 0.3);
    box-shadow: 0 20px 40px rgba(157, 78, 221, 0.4);
    position: relative;
}

.age-popup::before, .cookie-popup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 215, 10, 0.1) 0%, transparent 70%);
    border-radius: 25px;
    pointer-events: none;
}

.popup-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.popup-title {
    font-family: 'Orbitron', monospace;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: var(--gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.cookie-popup .popup-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.cookie-popup .popup-title {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.cookie-popup .popup-text {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.popup-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.popup-btn {
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cookie-popup .popup-btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.popup-btn-accept {
    background: var(--gradient-1);
    color: var(--light-color);
}

.popup-btn-accept:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(157, 78, 221, 0.4);
}

.popup-btn-decline {
    background: transparent;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.popup-btn-decline:hover {
    background: var(--secondary-color);
    color: var(--dark-color);
    transform: translateY(-3px);
}

.cookie-popup {
    max-width: 400px;
    bottom: 1.5rem;
    right: 1.5rem;
    top: auto;
    left: auto;
    position: fixed;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s ease;
    padding: 1.5rem !important;
}

.cookie-popup.show {
    transform: translateY(0);
    opacity: 1;
}

.cookie-popup-overlay {
    background: none;
    backdrop-filter: none;
    pointer-events: none;
}

.cookie-popup-overlay .cookie-popup {
    pointer-events: all;
}

.under-18-text {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .age-popup, .cookie-popup {
        padding: 2rem;
        margin: 1rem;
    }
    
    .popup-title {
        font-size: 1.5rem;
    }
    
    .popup-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .popup-btn {
        width: 200px;
    }
    
    .cookie-popup {
        bottom: 1rem;
        right: 1rem;
        left: 1rem;
        max-width: none;
    }
}