body, 
body.evento-page {
    background: #000000;
    color: #ffffff;
    font-family: 'Inter';
    margin: 0;
    padding: 0;
    min-height: 100vh;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
}

/* Hero Section Evento */
.hero-event {
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?w=1920&h=1080&fit=crop&crop=center');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    filter: blur(0.5px);
}

.hero-event .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
}

.hero-event .hero-title {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 300;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-event .hero-subtitle {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-event .hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.hero-event .hero-cta-primary {
    background-color: #8B4513;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.hero-event .hero-cta-primary:hover {
    background-color: #A0522D;
    transform: translateY(-2px);
}
@font-face {
    font-family: 'Gill Sans Light';
    src: url('../font/gill-sans/Gill Sans Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

.evento-container {
    display: flex;
    gap: 80px;
    max-width: 1400px;
    background: transparent;
    padding: 80px 40px;
    border: none;
    box-shadow: none;
    min-height: auto;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 100;
    margin: 0 auto;
}
.evento-img {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    order: 1;
}
.evento-img img {
    width: 100%;
    max-width: 400px;
    border-radius: 0;
    object-fit: cover;
    background: #1a1a1a;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.evento-img img:hover {
    transform: scale(1.01);
    opacity: 0.9;
}
.evento-info {
    flex: 1 1 500px;
    min-width: 520px;
    max-width: 500px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    order: 2;
    padding-left: 40px;
    height: 100%;
    position: relative;
    align-self: flex-start;
    margin-top: 0;
    z-index: 120;
}

.evento-info > * {
    width: 100%;
}

.evento-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.evento-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff !important;
    background: none !important;
    background-image: none !important;
    background-clip: initial !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: #ffffff !important;
    margin: 0 0 1rem 0;
    text-align: left;
    letter-spacing: 1px;
}

.evento-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    text-align: left;
    align-items: center;
}

.evento-date {
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.evento-time,
.evento-event-date {
    color: #ffffff;
    font-size: 0.77rem;
    font-weight: 500;
}

.evento-description {
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
}

.evento-description p {
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    font-size: 1rem;
    text-align: center;
}

.evento-actions {
    text-align: left;
    margin-top: 1rem;
}

.book-table-btn {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    position: relative;
    z-index: 150;
    pointer-events: auto;
}

.book-table-btn:hover {
    background: linear-gradient(135deg, #f7931e, #ff6b35);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.book-table-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

.evento-info .evento-bottom {
    margin-top: 0;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.evento-info .prenota-section {
    margin-top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    flex-shrink: 0;
}

.evento-info .prenota-link {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 200px;
}

.evento-info .prenota-link:hover {
    background: #ffffff;
    color: #000000;
    font-weight: 500;
}

.evento-info .prenota-line {
    display: none;
}
.evento-info h1 {
    color: #ffffff;
    font-size: 3.5rem;
    margin-bottom: 24px;
    font-weight: 200;
    text-transform: none;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-align: left;
}
.evento-info .descrizione {
    font-size: 1.125rem;
    margin-bottom: 40px;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 300;
    max-width: 500px;
    text-align: left;
}
.evento-info .btn-prenota {
    display: inline-block;
    background: linear-gradient(90deg, #FFD700 60%, #bfa100 100%);
    color: #000000;
    font-weight: bold;
    padding: 16px 36px;
    border-radius: 32px;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    transition: background 0.2s, color 0.2s, transform 0.15s;
    margin-bottom: 36px;
    margin-top: 8px;
    text-align: center;
    width: fit-content;
}
.evento-info .btn-prenota:hover {
    background: linear-gradient(90deg, #bfa100 0%, #FFD700 100%);
    color: #232323;
    transform: scale(1.04);
}
.evento-bottom {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 48px;
    max-width: 500px;
    width: 100%;
    flex-wrap: wrap;
}
.evento-blocco {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #ffffff;
    font-size: 0.9rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 300;
    text-align: left;
    line-height: 1.6;
    position: relative;
    border-left: 2px solid #ffffff;
    padding-left: 20px;
    flex: 1 1 180px;
    min-width: 180px;
}

.evento-blocco strong {
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.evento-blocco::before {
    display: none;
}
.prenota-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 48px;
}

.prenota-line {
    width: 40px;
    height: 1px;
    background: #ffffff;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.prenota-link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 40px;
}

.prenota-link:hover {
    color: #cccccc;
    font-weight: 500;
}

.prenota-section:hover .prenota-line {
    background: #cccccc;
    width: 60px;
}

@media (max-width: 1200px) {
    .evento-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 40px 20px;
        min-height: auto;
        position: static;
        transform: none;
        top: auto;
        left: auto;
    }
    
    .evento-info {
        order: 2;
        padding-left: 0;
        height: auto;
        justify-content: flex-start;
    }
    
    .evento-img {
        order: 1;
        flex: none;
        width: 100%;
        max-width: 500px;
    }
    
    .evento-img .evento-bottom {
        max-width: 100%;
        flex-direction: column;
        gap: 16px;
    }
    
    .evento-info .evento-blocco {
        flex: none;
        min-width: auto;
    }
    
    .evento-info .prenota-section {
        max-width: 100%;
    }
    
    .evento-info .prenota-link {
        min-width: auto;
        width: 100%;
    }
    
    .evento-info h1 {
        font-size: 2.5rem;
    }
    
    .evento-bottom { 
        flex-direction: column; 
        gap: 24px; 
        max-width: 100%;
    }
    
    .evento-blocco {
        flex: none;
        min-width: auto;
    }
    
    .evento-blocco { 
        max-width: 100%; 
    }
    
    .prenota-section {
        margin-top: 32px;
    }
}

/* Stili specifici per eventi club - mantengono lo stile minimal */
.club-event .evento-blocco {
    border-left-color: #cccccc;
}

.club-event .prenota-line {
    background: #cccccc;
}

.club-event .prenota-link:hover {
    color: #cccccc;
}

.club-event .prenota-section:hover .prenota-line {
    background: #cccccc;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: #1a1a1a;
    margin: 2% auto;
    padding: 0;
    border: 1px solid #333;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    max-height: 100vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.modal-header {
    display: none;
}

.modal-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover,
.close:focus {
    color: #ffffff;
}

.close-modal-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-modal-btn:hover,
.close-modal-btn:focus {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
}

.modal-body {
    padding: 2rem;

}

/* Responsive Modal */
/* Desktop - Layout speciale con foto a sx e contenuto a dx */
@media (min-width: 1025px) {
    /* Nascondi la hero section */
    .hero-event {
        display: none !important;
    }
    
    /* Desktop - Layout specifico con markup dedicato */
    .evento-desktop {
        display: block !important;
        padding: 120px 40px 60px 40px !important;
        background-color: #000000 !important;
        min-height: 100vh !important;
    }
    
    .evento-desktop-wrapper {
        display: flex !important;
        flex-direction: row !important;
        gap: 3rem !important;
        align-items: flex-start !important;
        justify-content: center !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
    }
    
    .evento-desktop-photo {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }
    
    .evento-desktop-photo .evento-photo {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        border-radius: 10px !important;
    }
    
    .evento-desktop-content {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 1.5rem !important;
    }
    
    .evento-desktop-content .evento-title {
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        font-size: 2.5rem !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        color: #ffffff !important;
    }
    
    .evento-desktop-content .evento-meta {
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        display: flex !important;
        gap: 1rem !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
    
    .evento-desktop-content .evento-description {
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        color: #ffffff !important;
    }
    
    .evento-desktop-content .evento-description p {
        text-align: left !important;
        margin: 0 !important;
        color: #ffffff !important;
        line-height: 1.6 !important;
        font-size: 1rem !important;
    }
    
    .evento-desktop-content .evento-actions {
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    .evento-desktop-content .book-table-btn {
        text-align: left !important;
        margin: 0 !important;
        padding: 1rem 2rem !important;
        width: auto !important;
        background: linear-gradient(135deg, #ff6b35, #f7931e) !important;
        color: #ffffff !important;
        border: none !important;
        font-size: 1.1rem !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.1em !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }
    
    /* Nascondi layout mobile su desktop */
    .evento-mobile {
        display: none !important;
    }
    
}

/* 1024px - Centratura perfetta di title e meta */
@media (max-width: 1024px) and (min-width: 769px) {
    /* Nascondi la hero section */
    .hero-event {
        display: none !important;
    }
    
    /* Nascondi layout desktop su tablet */
    .evento-desktop {
        display: none !important;
    }
    
    /* Mostra layout mobile su tablet */
    .evento-mobile {
        display: block !important;
    }
    
    /* Centratura immagine, paragrafo e button per 1024px */
    .evento-mobile .evento-img {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .evento-mobile .evento-img .evento-photo {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    .evento-mobile .evento-description {
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .evento-mobile .evento-description p {
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .evento-mobile .evento-actions {
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .evento-mobile .book-table-btn {
        margin: 0 auto !important;
        display: block !important;
    }

    .evento-content {
        margin-left: 310px!important;
    }
    
}

/* 768px - Centratura perfetta di title e meta */
@media (max-width: 768px) {
    /* Nascondi la hero section */
    .hero-event {
        display: none !important;
    }
    
    /* Nascondi layout desktop su mobile */
    .evento-desktop {
        display: none !important;
    }
    
    /* Mostra layout mobile su mobile */
    .evento-mobile {
        display: block !important;
    }
    
    /* Centratura immagine, paragrafo e button per 768px */
    .evento-mobile .evento-img {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .evento-mobile .evento-img .evento-photo {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    .evento-mobile .evento-description {
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .evento-mobile .evento-description p {
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .evento-mobile .evento-actions {
        text-align: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .evento-mobile .book-table-btn {
        margin: 0 auto !important;
        display: block !important;
    }
    
    
    .modal-content {
        width: 95%;
        margin: 5% auto;
    }
    
    .modal-header {
        padding: 1rem 1.5rem;
    }
    
    .modal-body {
        padding: 1.5rem;
    }

    .evento-content {
        margin-right: 0!important;
    }

    .evento-info {
        align-items: center!important;
    }

    .evento-title {
        font-size: 1.2rem!important;
        }

    .evento-meta {
        justify-content: center!important;
    }
}

/* Responsive per smartphone medi */
@media (max-width: 479px) {
    /* Nascondi la hero section */
    .hero-event {
        display: none;
    }
    
    /* Nascondi layout desktop su mobile */
    .evento-desktop {
        display: none !important;
    }
    
    /* Mostra layout mobile su mobile */
    .evento-mobile {
        display: block !important;
    }
    
    /* Centratura solo immagine per 479px */
    .evento-mobile .evento-img {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .evento-mobile .evento-img .evento-photo {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    /* Evento container come hero per 479px */
    .evento-container {
        display: flex;
        flex-direction: column;
        gap: var(--spacing-md);
        padding: 120px 20px 60px 20px; /* Aumentato padding-top per evitare navbar */
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        align-items: center;
        justify-content: center;
        background-color: #000000; /* Sfondo nero invece di immagine */
        margin: 0;
    }


    
    /* Overlay rimosso - non necessario con sfondo nero */
    
    /* Modal ottimizzato per 479px - senza scroll */
    .modal-content {
        width: 95%;
        max-width: 380px;
        margin: 2% auto;
        max-height: 95vh;
        overflow-y: auto;
        padding: 0;
    }
    
    .modal-body {
        padding: 1rem;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    /* Centra perfettamente evento-content per 479px */
    .evento-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 1 !important; /* Ridotto z-index senza overlay */
    }
    
    .evento-title {
        text-align: center !important;
        margin: 0 auto 1rem auto !important;
        font-size: 1.2rem !important;
    }
    
    .evento-date,
    .evento-time {
        text-align: center !important;
        margin: 0 auto 0.5rem auto !important;
    }
    
    .evento-description {
        text-align: center !important;
        margin: 0 auto !important;
    }
    
    .evento-description p {
        text-align: center !important;
        margin: 0 auto 1rem auto !important;
    }
    
    .evento-actions {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    
    .book-table-btn {
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    /* Form a singola colonna per 479px */
    .prenotazione-form {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .form-row {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .form-group {
        margin-bottom: 0.5rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.6rem;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }
    
    .form-group label {
        color: #8b7355 !important;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
        display: block;
    }
    
    .form-checkboxes {
        margin: 0.8rem 0;
    }
    
    .checkbox-label {
        font-size: 0.8rem;
        color: #8b7355 !important;
    }
}

/* Responsive per mobile molto piccoli */
@media (max-width: 360px) {
    /* Nascondi la hero section */
    .hero-event {
        display: none;
    }
    
    /* Nascondi layout desktop su mobile */
    .evento-desktop {
        display: none !important;
    }
    
    /* Mostra layout mobile su mobile */
    .evento-mobile {
        display: block !important;
    }
    
    /* Centratura solo immagine per 360px */
    .evento-mobile .evento-img {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .evento-mobile .evento-img .evento-photo {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    /* Modal ottimizzato per 360px - senza scroll */
    .modal-content {
        width: 95%;
        max-width: 340px;
        margin: 2% auto;
        max-height: 95vh;
        overflow-y: auto;
        padding: 0;
    }
    
    .modal-body {
        padding: 1rem;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .prenotazione-form {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .form-row {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .form-group {
        margin-bottom: 0.5rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.6rem;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }
    
    .form-checkboxes {
        margin: 0.8rem 0;
    }
    
    .checkbox-label {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    
    .submit-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
        margin-top: 1rem;
    }
}
    
    .evento-container {
        display: flex;
        flex-direction: column;
        gap: var(--spacing-md);
        padding: 60px 20px;
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        align-items: center;
        justify-content: center;
        background-image: 
            linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
            url('https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?w=1920&h=1080&fit=crop&crop=center');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        filter: blur(0.5px);
        z-index: 100;
        margin-top: 90px;
    }
    
    .evento-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.6) 50%,
            rgba(0, 0, 0, 0.5) 100%
        );
        z-index: 1;
    }
    
    .evento-info {
        order: 1;
        flex: none;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
        margin: 0;
        min-width: auto;
        max-width: none;
        position: relative;
        z-index: 2;
        padding-left: 0;
        align-self: auto;
    }
    
    .evento-content {
        display: flex;
        flex-direction: column;
        width: 360px;
        max-width: 360px;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        margin: 80;
        flex: none;
        position: relative;
        z-index: 3;

    }
    
    .evento-title {
        font-size: 1.2rem;
        text-align: center;
        margin: 0 auto var(--spacing-xs) auto;
        width: 100%;
    }
    
    .evento-meta {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto var(--spacing-sm) auto;
        width: 100%;
    }
    
    .evento-img {
        order: 2;
        flex: none;
        width: 360px;
        max-width: 360px;
        padding: 0;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }
    
    .evento-photo {
        width: 100%;
        height: auto;
        max-width: 100%;
        border-radius: var(--radius-md);
    }
    
    .evento-description {
        order: 3;
        text-align: center;
        width: 360px;
        max-width: 360px;
        position: relative;
        z-index: 2;
        padding: 0;
        box-sizing: border-box;
    }
    
    .evento-description p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .evento-actions {
        order: 4;
        display: flex;
        justify-content: center;
        margin-top: var(--spacing-sm);
        width: 360px;
        max-width: 360px;
        padding: 0;
        box-sizing: border-box;
    }
    
    .book-table-btn {
        padding: var(--spacing-sm) var(--spacing-lg);
        font-size: 0.9rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

/* ===== REGOLE EVENTO SPOSTATE DA CLUB.CSS ===== */

/* Badge Evento - Divisione Matematica Precisa - Minimal Dark */
.evento-card {
    /* Layout e Dimensioni */
    width: 14.285%; /* 100% ÷ 7 = 14.285% */
    height: 30%;
    flex-shrink: 0;
    min-width: 0;
    box-sizing: border-box;
    
    /* Struttura Interna */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 1rem;
    margin: 0;
    
    /* Stile Visivo - Minimal Dark */
    background: rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    /* Interazioni */
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.evento-card:last-child {
    border-right: none;
}

.evento-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.01);
    z-index: 10;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Header giorni nella parte alta del badge - Minimal Dark */
.evento-header {
    background: transparent;
    color: #ffffff;
    padding: 1.5rem 0.5rem 1rem 0.5rem;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    width: 100%;
    position: relative;
    flex-shrink: 0;
}

.evento-header h3 {
    margin: 0;
    font-size: clamp(1rem, 0.6rem + 0.5vw, 0.9rem);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Contenuto Badge - Occupa tutto lo spazio */
/* Link Evento - Struttura Pulita come evento.php */
.evento-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    position: relative;
    flex: 1;
}

.evento-image {
    position: relative;
    aspect-ratio: 9/16;
    overflow: hidden;
}

/* Gestione immagini mancanti - Minimal Dark */
.evento-image.no-image {
    background: linear-gradient(
        135deg,
        #1a1f2e 0%,
        #0f1419 50%,
        #1a1f2e 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

.evento-image.no-image::before {
    content: '📷';
    font-size: 2rem;
    color: #64748b;
}

.evento-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    z-index: 2;
    pointer-events: none;
}

.evento-photo {
    width: 90%;
    height: 90%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    filter: contrast(1.1) saturate(1.1);
}

.evento-card:hover .evento-photo {
    transform: scale(1.05);
    filter: contrast(1.2) saturate(1.2);
}

/* Info eventi nella parte bassa del badge */
.evento-info {
    padding: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
}

.evento-title {
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
    font-size: clamp(0.75rem, 0.7rem + 0.3vw, 0.9rem);
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    word-wrap: break-word;
    hyphens: auto;
    background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.evento-time {
    color: #666666;
    font-size: clamp(0.65rem, 0.6rem + 0.25vw, 0.8rem);
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.8;
    position: relative;
}

/* Placeholder che occupa tutto il badge - Minimal Dark */
.evento-placeholder {
    padding: 1rem 0.5rem;
    text-align: center;
    color: #94a3b8;
    font-size: clamp(0.65rem, 0.6rem + 0.25vw, 0.8rem);
    background: linear-gradient(135deg, #1a1f2e 0%, #0f1419 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.evento-placeholder::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #64748b;
    border-radius: 50%;
    border-top-color: #94a3b8;
    animation: spin 2s linear infinite;
    opacity: 0.3;
}

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

/* Responsive con Width Percentuali */
@media (max-width: 1200px) {
    .evento-card {
        width: 25%;
        padding: 1.5rem 0.75rem;
    }
    
    .evento-card:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 768px) {
    .evento-card {
        width: 50%;
        padding: 1.5rem 0.5rem;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        height: 50vh;
        min-height: 400px;
    }
    
    .evento-card:nth-child(2n) {
        border-right: none;
    }
    
    .evento-card:nth-child(n+5) {
        display: flex;
    }
    
    .evento-header {
        padding: 1rem 0.5rem 1rem 0.5rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    /* Identico alla versione 479px */
    /* Nascondi la hero section */
    .hero-event {
        display: none;
    }
    
    /* Nascondi layout desktop su mobile */
    .evento-desktop {
        display: none !important;
    }
    
    /* Mostra layout mobile su mobile */
    .evento-mobile {
        display: block !important;
    }
    
    /* Centratura solo immagine per 480px */
    .evento-mobile .evento-img {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .evento-mobile .evento-img .evento-photo {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    /* Evento container come hero per 480px */
    .evento-container {
        display: flex;
        flex-direction: column;
        gap: var(--spacing-md);
        padding: 120px 20px 60px 20px; /* Aumentato padding-top per evitare navbar */
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        align-items: center;
        justify-content: center;
        background-color: #000000; /* Sfondo nero invece di immagine */
        margin: 0;
    }
    
    /* Overlay rimosso - non necessario con sfondo nero */
    
    /* Modal ottimizzato per 480px - senza scroll */
    .modal-content {
        width: 95%;
        max-width: 380px;
        margin: 2% auto;
        max-height: 95vh;
        overflow-y: auto;
        padding: 0;
    }
    
    .modal-body {
        padding: 1rem;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    /* Centra perfettamente evento-content per 480px */
    .evento-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 1 !important; /* Ridotto z-index senza overlay */
    }
    
    .evento-title {
        text-align: center !important;
        margin: 0 auto 1rem auto !important;
        font-size: 1.2rem !important;
    }
    
    .evento-date,
    .evento-time {
        text-align: center !important;
        margin: 0 auto 0.5rem auto !important;
    }
    
    .evento-description {
        text-align: center !important;
        margin: 0 auto !important;
    }
    
    .evento-description p {
        text-align: center !important;
        margin: 0 auto 1rem auto !important;
    }
    
    .evento-actions {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    
    .book-table-btn {
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    /* Form a singola colonna per 480px */
    .prenotazione-form {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .form-row {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .form-group {
        margin-bottom: 0.5rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.6rem;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }
    
    .form-group label {
        color: #8b7355 !important;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
        display: block;
    }
    
    .form-checkboxes {
        margin: 0.8rem 0;
    }
    
    .checkbox-label {
        font-size: 0.8rem;
        color: #8b7355 !important;
    }
}

/* ===== CENTRATURA HERO BLOCK SOLO DESKTOP ===== */
@media (min-width: 769px) {
    .evento-hero .hero-content {
        margin-left: 45%!important;
        max-width: 700px;
    }
    
    .evento-hero .evento-badge {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: fit-content;
    }
    
    .evento-hero h1 {
        text-align: left;
        margin-left: 0;
    }
    
    .evento-hero .evento-meta {
        justify-content: flex-start;
        margin-left: 0;
    }
    
    .evento-hero .meta-item {
        margin-right: 2rem;
        margin-bottom: 0;
    }
}
