@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');

@font-face {
    font-family: 'Obra Letra';
    src: url('https://cdn.jsdelivr.net/gh/google/fonts@main/ofl/obraletra/ObraLetra-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('https://db.onlinewebfonts.com/t/5fbc824fc20dd8012386aae646012bf2.woff2') format('woff2'),
         url('https://db.onlinewebfonts.com/t/5fbc824fc20dd8012386aae646012bf2.woff') format('woff'),
         url('https://db.onlinewebfonts.com/t/5fbc824fc20dd8012386aae646012bf2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cinzel', serif;
    background-image: url('img/backdrop.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    color: #1a1a3e;
    line-height: 1.6;
    padding: 20px 0;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header Styles */
.header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.main-title {
    font-family: 'Pirata One', serif;
    font-size: 3.5rem;
    font-weight: normal;
    color: #1a1a3e;
    margin-bottom: 10px;
    text-shadow: 3px 3px 8px rgba(255,255,255,1.0);
}

.subtitle {
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    color: #1a1a3e;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 6px rgba(255,255,255,1.0);
}


/* Activities Section */
.activities {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.activities h2 {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    color: #1a1a3e;
    margin-bottom: 20px;
    text-align: center;
}

.activities-list {
    list-style: none;
    font-size: 1.1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}

.activities-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}


.activities-list .note {
    font-size: 0.9rem;
    font-style: italic;
    color: #666;
}

/* Info Section */
.info-section {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.qr-ticketing h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: #1a1a3e;
    margin-bottom: 20px;
}

.qr-placeholder {
    margin: 20px 0;
}

.qr-code {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #f0f0f0;
    border: 3px solid #1a1a3e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 10px;
}

.qr-placeholder p {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
}

.ticket-link,
.programme-link {
    display: inline-block;
    padding: 12px 25px;
    background: #1a1a3e;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s;
    min-width: 250px;
    text-align: center;
}

.ticket-link:hover,
.programme-link:hover {
    background: #2a2a5e;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Newsletter Section */
.newsletter { background: rgba(255, 255, 255, 0.95); padding: 30px; border-radius: 15px; margin-bottom: 30px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); text-align: center; }
.newsletter h3 { font-family: 'Cinzel', serif; font-size: 1.5rem; color: #1a1a3e; margin-bottom: 10px; }
.newsletter p { font-family: 'Cinzel', serif; color: #1a1a3e; font-size: 1rem; margin-bottom: 15px; }
#mlb2-37617050 .ml-form-formContent { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.ml-input-horizontal .horizontal-fields { width: 100%; display: flex; justify-content: center; }
#mlb2-37617050 input[type="email"] { width: 320px; max-width: 100%; padding: 10px; border: 1px solid #1a1a3e; border-radius: 5px; font-family: 'Cinzel', serif; color: #1a1a3e; }
.ml-button-horizontal button.primary, .ml-form-embedBody .ml-form-embedSubmit button { background: #1a1a3e; color: #ffffff; border: none; padding: 10px 25px; border-radius: 5px; cursor: pointer; font-weight: 600; }
.ml-button-horizontal button.primary:hover { background: #2a2a5e; }
.ml-form-checkboxRow { display: flex; justify-content: center; margin-bottom: 0; }
.ml-form-checkboxRow label { display: flex; align-items: flex-start; }
 .ml-form-checkboxRow label input { margin-top: 4px; }
.ml-form-checkboxRow .label-description { margin-left: 10px; text-align: left; max-width: 600px; }
.ml-mobileButton-horizontal { display: none; }
@media (max-width: 480px) {
  #mlb2-37617050 input[type="email"] { width: 100%; }
  .ml-mobileButton-horizontal { display: block; }
  .ml-button-horizontal { display: none; }
}

/* Contact Section */
.contact {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.contact h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: #1a1a3e;
    margin-bottom: 20px;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f0f0f0;
    color: #1a1a3e;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s;
    font-size: 1.1rem;
    min-width: 250px;
    justify-content: center;
}

.social-link:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.social-link .icon {
    width: 24px;
    height: 24px;
    fill: #1a1a3e;
    flex-shrink: 0;
}

.social-link.facebook .icon {
    fill: #1877F2;
}

.social-link.instagram .icon {
    fill: #E4405F;
}

.social-link.email .icon {
    fill: #1a1a3e;
}

/* Notice Section */
.notice {
    background: #1a1a3e;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
}

.notice-text {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Partners Section */
.partners {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.partners h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: #1a1a3e;
    margin-bottom: 20px;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.partner-link {
    display: inline-block;
    transition: transform 0.3s, opacity 0.3s;
}

.partner-link:hover {
    transform: translateY(-5px);
    opacity: 0.8;
}

.partner-logo {
    max-width: 150px;
    max-height: 80px;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
}

.partner-logo[src$=".svg"] {
    max-width: 180px;
    max-height: 100px;
    width: auto;
    height: auto;
    display: block;
    visibility: visible;
}

.partner-link img {
    display: block;
    min-height: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .activities-list {
        grid-template-columns: 1fr;
        font-size: 1rem;
    }
    
    .partners-logos {
        flex-direction: column;
        align-items: center;
    }
    
    .action-buttons {
        width: 100%;
    }
    
    .ticket-link,
    .programme-link {
        width: 100%;
    }
    
    .social-link {
        width: 100%;
    }
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 62, 0.95);
    color: white;
    padding: 20px;
    box-shadow: 0 -4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
    animation: slideUp 0.3s ease-out;
}

.cookie-banner.show {
    display: block;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-text {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    min-width: 250px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.accept-btn {
    background: white;
    color: #1a1a3e;
}

.accept-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.decline-btn {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.decline-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }
    
    .activities,
    .info-section,
    .contact,
    .partners {
        padding: 20px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }

    .cookie-btn {
        flex: 1;
        max-width: 150px;
    }
}
