/* Info Pages Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #EAEAEA;
    background: #1A1A1A;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #EAEAEA;
}

.logo-icon {
    font-size: 28px;
    margin-right: 10px;
}

.logo h1 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}

.back-link {
    color: #FDB813;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border: 1px solid #FDB813;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.back-link:hover {
    background: #FDB813;
    color: #1A1A1A;
}

/* Main Content */
.main-content {
    background: #282828;
    margin: 40px auto;
    max-width: 1000px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.page-header {
    background: #1A1A1A;
    color: #EAEAEA;
    padding: 40px;
    text-align: center;
    border-bottom: 1px solid #444;
}

.page-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 16px;
    opacity: 0.7;
}

.page-content {
    padding: 40px;
}

.section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 24px;
    color: #FDB813;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FDB813;
}

.section-content {
    font-size: 16px;
    line-height: 1.8;
}

.section-content p {
    margin-bottom: 15px;
    color: #B0B0B0;
}

.section-content p > strong {
    color: #EAEAEA;
}

.section-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.section-content li {
    margin-bottom: 10px;
    color: #B0B0B0;
}

.highlight-box {
    background: #1A1A1A;
    border-left: 4px solid #FDB813;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.highlight-box h4 {
    color: #FDB813;
    margin-bottom: 10px;
}

.warning-box {
    background: rgba(244, 67, 54, 0.1);
    border-left: 4px solid #F44336;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.warning-box h4 {
    color: #F44336;
    margin-bottom: 10px;
}

.contact-info {
    background: #1A1A1A;
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
    border: 1px solid #444;
}

.contact-info h4 {
    color: #EAEAEA;
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-item strong {
    min-width: 80px;
    color: #B0B0B0;
}

.contact-item a {
    color: #FDB813;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* Footer */
.footer {
    background-color: #1A1A1A;
    color: #B0B0B0;
    padding: 40px 0 20px 0;
    margin-top: 60px;
    border-top: 1px solid #444;
}

.footer-container {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #444;
}

.footer-logo .logo {
    gap: 15px;
}

.footer-logo .logo-icon {
    background: #FDB813;
    color: #1A1A1A;
    font-size: 28px;
    width: 45px;
    height: 45px;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo h2 {
    font-size: 24px;
    font-weight: bold;
    color: #EAEAEA;
    text-shadow: none;
    margin: 0;
}

.footer-menu {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-link {
    color: #B0B0B0;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #FDB813;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #444;
    padding-top: 20px;
}

.footer-organizations {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.org-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    opacity: 0.8;
}

.org-logo:hover .org-img {
    filter: none;
}

.org-logo:hover {
    transform: scale(1.1);
    opacity: 1;
}

.age-restriction {
    width: 40px;
    height: 40px;
    border: 2px solid #B0B0B0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #B0B0B0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.org-img {
    height: 30px;
    filter: grayscale(100%) brightness(1.5);
    transition: filter 0.3s ease;
}

.anj-logo {
    height: 40px;
}

.gamcare-logo {
    height: 25px;
}

.mediateur-logo {
    height: 40px;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 14px;
    color: #888;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 15px;
    }

    .logo h1 {
        font-size: 24px;
    }

    .main-content {
        margin: 20px 10px;
    }

    .page-header {
        padding: 30px 20px;
    }

    .page-title {
        font-size: 28px;
    }

    .page-content {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 22px;
    }

    .contact-info {
        padding: 20px;
    }

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .page-header {
        padding: 25px 15px;
    }

    .page-content {
        padding: 25px 15px;
    }

    .section-content {
        font-size: 15px;
    }

    /* Footer Responsive */
    .footer {
        padding: 30px 0 15px 0;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    
    .footer-menu {
        justify-content: center;
        gap: 15px 25px;
    }
    
    .footer-link {
        font-size: 14px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 25px;
    }
    
    .footer-organizations {
        gap: 15px;
    }
    
    .org-logo {
        margin: 5px;
    }
    
    .org-img {
        height: 25px;
    }
    
    .age-restriction {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .footer-logo h2 {
        font-size: 22px;
    }
}

/* Simple Cookie Popup */
.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background-color: #282828;
    color: #EAEAEA;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    max-width: 450px;
    animation: slideInLeft 0.5s ease-out;
}

.cookie-popup.hidden {
    animation: slideOutLeft 0.5s ease-in forwards;
}

.cookie-popup-content {
    display: flex;
    flex-direction: column;
}

.cookie-popup h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #EAEAEA;
}

.cookie-popup p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #B0B0B0;
    line-height: 1.5;
}

.cookie-popup-buttons {
    display: flex;
    gap: 10px;
}

.cookie-popup-btn {
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-popup-btn.primary {
    background-color: #FDB813;
    color: #1A1A1A;
}

.cookie-popup-btn.primary:hover {
    background-color: #e4a60b;
}

.cookie-popup-btn.secondary {
    background-color: #555;
    color: #EAEAEA;
}

.cookie-popup-btn.secondary:hover {
    background-color: #666;
}

@keyframes slideInLeft {
    0% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutLeft {
    0% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(-150%); opacity: 0; }
}

/* Floating Cookie Icon */
.cookie-float-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    background-color: #282828;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.cookie-float-icon:hover {
    transform: scale(1.1);
}

.cookie-icon {
    width: 30px;
    height: 30px;
}

@keyframes cookieBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* Cookie Consent Modal */
.cookie-modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    animation: fadeIn 0.3s ease;
}

.cookie-modal-content {
    background-color: #282828;
    color: #EAEAEA;
    margin: 10% auto;
    padding: 30px;
    border: 1px solid #444;
    width: 90%;
    max-width: 700px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.cookie-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #444;
}

.cookie-header h2 {
    font-size: 24px;
    font-weight: bold;
    color: #EAEAEA;
}

.cookie-close {
    color: #aaa;
    float: right;
    font-size: 32px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.cookie-close:hover {
    color: #FDB813;
    text-decoration: none;
    cursor: pointer;
}

.cookie-body {
    padding: 20px 0;
}

.cookie-intro {
    font-size: 16px;
    color: #B0B0B0;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cookie-description {
    font-size: 14px;
    color: #B0B0B0;
    line-height: 1.5;
}

.cookie-link {
    color: #FDB813;
    text-decoration: underline;
}

.cookie-link:hover {
    color: #e4a60b;
}

.cookie-categories {
    margin-top: 25px;
}

.cookie-category {
    border-bottom: 1px solid #444;
}

.cookie-category:last-child {
    border-bottom: none;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
}

.category-header:hover .category-title {
    color: #FDB813;
}

.category-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
}

.toggle-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.category-title {
    font-size: 18px;
    font-weight: bold;
    color: #EAEAEA;
    transition: color 0.3s ease;
}

.category-status {
    font-size: 14px;
    color: #B0B0B0;
    background-color: #444;
    padding: 4px 10px;
    border-radius: 12px;
}

.cookie-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.cookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #555;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #FDB813;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.category-content {
    display: none;
    padding: 15px 0;
    border-top: 1px solid #444;
}

.category-content p {
    font-size: 14px;
    color: #B0B0B0;
    line-height: 1.6;
}

.cookie-footer {
    padding-top: 20px;
    border-top: 1px solid #444;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.cookie-btn {
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn.primary {
    background-color: #FDB813;
    color: #1A1A1A;
}

.cookie-btn.primary:hover {
    background-color: #e4a60b;
}

.cookie-btn.secondary {
    background-color: #555;
    color: #EAEAEA;
}

.cookie-btn.secondary:hover {
    background-color: #666;
}

/* Mobile styles for cookie popup */
@media (max-width: 768px) {
    .cookie-popup {
        left: 10px;
        right: 10px;
        bottom: 10px;
        max-width: none;
        padding: 20px;
    }
    .cookie-popup-content {
        align-items: center;
        text-align: center;
    }
    .cookie-popup h3 {
        font-size: 18px;
    }
    .cookie-popup p {
        font-size: 14px;
    }
    .cookie-popup-buttons {
        flex-direction: column;
        width: 100%;
    }
    .cookie-popup-btn {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    .cookie-modal {
        padding: 10px;
    }
    .cookie-modal-content {
        margin: 5% auto;
        padding: 20px;
    }
    .cookie-header {
        padding-bottom: 10px;
    }
    .cookie-header h2 {
        font-size: 20px;
    }
    .cookie-body {
        padding: 15px 0;
    }
    .category-header {
        padding: 10px 0;
    }
    .category-content {
        padding: 10px 0;
    }
    .cookie-footer {
        flex-direction: column;
    }
    .cookie-btn {
        width: 100%;
    }
    .cookie-float-icon {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }
    .cookie-icon {
        width: 25px;
        height: 25px;
    }
}

/* Age Gate Popup */
.age-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.age-gate-content {
    background-color: #282828;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    border: 1px solid #444;
    color: #EAEAEA;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.age-gate-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #EAEAEA;
}

.age-gate-content p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #B0B0B0;
    line-height: 1.6;
}

.age-gate-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.age-gate-btn {
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #FDB813;
    color: #1A1A1A;
}

.age-gate-btn:hover {
    background-color: #e4a60b;
}

.age-gate-btn.secondary {
    background-color: #555;
    color: #EAEAEA;
}

.age-gate-btn.secondary:hover {
    background-color: #666;
}

@media (max-width: 768px) {
    .age-gate-content {
        padding: 30px;
    }
    .age-gate-content h2 {
        font-size: 24px;
    }
    .age-gate-content p {
        font-size: 15px;
    }
    .age-gate-buttons {
        flex-direction: column;
        width: 100%;
    }
}