@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --primary: #2C3E50;
    --secondary: #E74C3C;
    --accent: #3498DB;
    --text: #2C3E50;
    --light: #ECF0F1;
    --dark: #2C3E50;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: var(--light);
    color: var(--text);
    line-height: 1.6;
}

.Xk9t2P {
    background: var(--primary);
    color: var(--light);
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
}

.Xk9t2P span {
    margin: 0 15px;
}

.nB5v3R {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.cT4w8M {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pL7y5N {
    color: var(--primary);
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hJ2k9R {
    background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9));
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.mX4n6B {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.qR8w4T {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.vH6m2K {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--accent);
}

.tF9p4L {
    font-size: 16px;
    margin-bottom: 20px;
}

.yG5k8N {
    font-size: 14px;
    color: var(--light);
    opacity: 0.8;
}

.kL8w3P {
    padding: 60px 0;
    background: white;
}

.mN9v4R {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.bT5k8M {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.fH7j2K {
    display: grid;
    grid-template-columns: 200px 1fr 100px 150px 150px;
    gap: 20px;
    align-items: center;
    padding: 20px;
}

.wP4m6N {
    width: 180px;
    height: 90px;
    object-fit: contain;
}

.cR9t4L ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cR9t4L li {
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
}

.cR9t4L li:before {
    content: "✓";
    color: var(--accent);
    position: absolute;
    left: 0;
}

.vB3k7H {
    font-size: 24px;
    font-weight: 700;
    color: var(--accent);
    text-align: center;
}

.tN5p8R {
    text-align: center;
    font-size: 16px;
}

.hK4m9L {
    display: inline-block;
    background: var(--accent);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: background 0.3s;
}

.hK4m9L:hover {
    background: var(--primary);
}

.qW2p6M {
    padding: 10px 20px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #666;
}

@media (max-width: 768px) {
    .Xk9t2P {
        font-size: 12px;
    }
    
    .Xk9t2P span {
        display: block;
        margin: 5px 0;
    }
    
    .qR8w4T {
        font-size: 28px;
    }
    
    .vH6m2K {
        font-size: 16px;
    }
    
    .tF9p4L {
        font-size: 14px;
    }

    .fH7j2K {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 15px;
    }

    .wP4m6N {
        margin: 0 auto;
    }

    .cR9t4L li {
        text-align: left;
    }
}

.xT7m5P {
    padding: 60px 0;
    background: #f8f9fa;
}

.jK4n8R {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.pW2v6B {
    margin-bottom: 40px;
}

.rT9k4M {
    color: var(--primary);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sL5j2N {
    color: var(--text);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.sL5j2N strong {
    color: var(--primary);
}

@media (max-width: 768px) {
    .rT9k4M {
        font-size: 24px;
    }
    
    .sL5j2N {
        font-size: 15px;
    }
}

.fT8p3K {
    background: var(--primary);
    color: var(--light);
    padding: 40px 0 20px;
}

.gH7m4N {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.yR6v2M {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 15px;
    align-items: center;
}

.yR6v2M a, .yR6v2M > img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.yR6v2M img {
    height: 35px;
    width: auto;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.yR6v2M a:hover img {
    opacity: 1;
}

.bN4k7P {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    line-height: 1.6;
}

.mK5j8H {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.mK5j8H a {
    color: var(--light);
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.mK5j8H a:hover {
    opacity: 1;
}

.wT2n6L {
    text-align: center;
    font-size: 12px;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .yR6v2M {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        padding: 0 10px;
    }
    
    .yR6v2M img {
        height: 28px;
    }
    
    .bN4k7P {
        font-size: 13px;
        padding: 15px 10px;
    }
    
    .mK5j8H {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .yR6v2M {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .yR6v2M img {
        height: 25px;
    }
}

.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.age-verification-popup {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.age-verification-popup h2 {
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 24px;
}

.age-verification-popup p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}

.age-verification-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.age-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.age-btn-yes {
    background: var(--accent);
    color: white;
}

.age-btn-no {
    background: var(--secondary);
    color: white;
}

.age-btn:hover {
    opacity: 0.9;
}

.underage-message {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.underage-message ul {
    list-style-type: disc;
    padding-left: 20px;
}

.underage-message li {
    margin-bottom: 5px;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary);
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9998;
}

.cookie-text {
    flex: 1;
    padding-right: 20px;
    font-size: 14px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.cookie-btn-accept {
    background: var(--accent);
    color: white;
}

.cookie-btn-decline {
    background: transparent;
    border: 1px solid white;
    color: white;
}

.cookie-btn:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .cookie-consent {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookie-text {
        padding-right: 0;
    }
}