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

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #0a1a1a;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    background: rgba(10, 26, 26, 0.95);
    color: white;
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo h1 {
    color: #00ff66;
    font-weight: 900;
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-shadow: 0 0 10px rgba(0, 255, 102, 0.3);
    font-family: 'Arial Black', sans-serif;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #00ff66;
}

/* Main Content */
main {
    margin-top: 80px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0a1a1a 0%, #1a3333 30%, #0a1a1a 100%);
    color: white;
    padding: 150px 0;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-section {
    margin-bottom: 3rem;
}

.main-logo-img {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(0, 255, 102, 0.4));
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
    animation: breathe 4s ease-in-out infinite;
}

.main-logo-img:hover {
    transform: scale(1.05) !important;
    filter: drop-shadow(0 0 30px rgba(0, 255, 102, 0.7)) !important;
    animation-play-state: paused;
}

@keyframes breathe {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 20px rgba(0, 255, 102, 0.4));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 30px rgba(0, 255, 102, 0.7));
    }
}

/* Rimuovere gli stili del logo personalizzato */
.main-logo {
    display: none;
}

.logo-r {
    display: none;
}

.logo-arrow {
    display: none;
}

.brand-name {
    display: none;
}

.hero-content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #cccccc;
}

.cta-button, .book-btn, .calendar-nav {
    background: linear-gradient(135deg, #00ff66 0%, #00cc52 100%);
    color: #000000;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0, 255, 102, 0.3);
}

.cta-button:hover, .book-btn:hover, .calendar-nav:hover {
    background: linear-gradient(135deg, #00cc52 0%, #009940 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 255, 102, 0.5);
}

.cta-button:disabled, .book-btn:disabled {
    background: linear-gradient(135deg, #ccc 0%, #999 100%);
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

/* Sections */
.partners, .tipsters, .services, .contact {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.98);
    margin: 20px;
    border-radius: 15px;
}

.partners {
    background: rgba(20, 30, 30, 0.95);
}

.tipsters {
    background: rgba(15, 25, 25, 0.95);
}

.services {
    background: linear-gradient(135deg, #090e11 0%, #003226 100%);
}

.partners h2, .tipsters h2, .services h2, .contact h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: #2c3e50;
}

.partners h2, .tipsters h2 {
    color: #ffffff;
}

.services h2 {
    color: #00ff66;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(0, 255, 102, 0.3);
}

/* About Section */
.about, .contact {
    background: linear-gradient(135deg, #090e11 0%, #003226 100%);
    color: #ffffff;
    padding: 80px 0; /* Uniformato a "I Nostri Servizi" */
    margin: 20px; /* Uniformato a "I Nostri Servizi" */
    border-radius: 15px; /* Uniformato a "I Nostri Servizi" */
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.about h2, .contact h2 {
    font-size: 2.5rem; /* Uniformato a "I Nostri Servizi" */
    margin-bottom: 3rem; /* Uniformato a "I Nostri Servizi" */
    color: #00ff66;
    text-shadow: 0 0 10px rgba(0, 255, 102, 0.3);
    font-weight: bold;
    text-transform: uppercase;
}

.about p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #cccccc;
    text-align: justify;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.about p:last-child {
    margin-bottom: 0;
}

/* Contact Section */
.contact {
    padding: 80px 0; /* Uniformato a "I Nostri Servizi" */
    margin: 20px; /* Uniformato a "I Nostri Servizi" */
    border-radius: 15px; /* Uniformato a "I Nostri Servizi" */
    background: linear-gradient(135deg, #090e11 0%, #003226 100%);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.contact h2 {
    font-size: 2.5rem; /* Uniformato a "I Nostri Servizi" */
    margin-bottom: 3rem; /* Uniformato a "I Nostri Servizi" */
    color: #00ff66;
    text-shadow: 0 0 10px rgba(0, 255, 102, 0.3);
    font-weight: bold;
    text-transform: uppercase;
}

.contact p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #cccccc;
}

/* Static Grid Styles */
.static-grid {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.partner-card {
    width: 200px;
    height: 200px;
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.partner-card:hover {
    background: #00ff66;
    transform: translateY(-10px) scale(1.05);
}

.partner-card:hover h4 {
    color: #000000;
}

.partner-card:hover img {
    filter: brightness(0) invert(1);
}

.partner-card img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 1rem;
    transition: filter 0.3s ease;
}

.partner-card h4 {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    transition: color 0.3s ease;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    width: 100%;
}

.service-card {
    background: linear-gradient(135deg, #0d3328 0%, #1a5c4a 100%);
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: left;
    transition: all 0.3s;
    min-height: 500px;
    border: 2px solid transparent;
    width: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card h3 {
    color: #ffffff;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.5rem;
    background: linear-gradient(135deg, #00ff66 0%, #00cc52 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
}

.service-content {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.7;
}

.section:last-child {
    margin-bottom: 0;
}

.section-title {
    color: #00ff66;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.service-content ul {
    list-style: none;
    padding-left: 0;
}

.service-content li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
    font-size: 1.2rem;
}

.service-content li::before {
    content: '•';
    color: #00ff66;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.4rem;
}

/* Rimuovere stili tooltip non più necessari */
.tooltip {
    display: none;
}

/* Booking Section */
.booking {
    background: linear-gradient(135deg, #090e11 0%, #003226 100%);
    padding: 80px 0;
    margin: 20px;
    border-radius: 15px;
}

.booking h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: #ffffff;
}

.booking-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

/* Calendar Styles */
.calendar-section {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.calendar-nav {
    background: linear-gradient(135deg, #00ff66 0%, #00cc52 100%);
    color: black;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.3s;
}

.calendar-nav:hover {
    background: linear-gradient(135deg, #00cc52 0%, #009940 100%);
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.day-header {
    text-align: center;
    font-weight: bold;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 5px;
}

.day {
    text-align: center;
    padding: 0.75rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day:not(.empty):not(.past):not(.booked):hover {
    background: #e8f5e8;
    transform: scale(1.1);
}

.day.selected {
    background: #00ff66 !important;
    color: black;
    font-weight: bold;
}

.day.past {
    color: #ccc;
    cursor: not-allowed;
}

.day.booked {
    background: #ffcccc;
    color: #999;
    cursor: not-allowed;
}

.day.empty {
    cursor: default;
}

/* Booking Form */
.booking-form {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.booking-form h3 {
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #2c3e50;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #00ff66;
}

.book-btn {
    width: 100%;
    background: linear-gradient(135deg, #00ff66 0%, #00cc52 100%);
    color: black;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.book-btn:hover {
    background: linear-gradient(135deg, #00cc52 0%, #009940 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 255, 102, 0.3);
}

.book-btn:disabled {
    background: linear-gradient(135deg, #ccc 0%, #999 100%);
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

/* Auth message */
.auth-message {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    text-align: center;
}

.auth-message.success {
    background: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.auth-message.error {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Legal Pages Styles */
.legal-content {
    background: linear-gradient(135deg, #090e11 0%, #003226 100%);
    color: #ffffff;
    padding: 120px 20px 80px 20px;
    margin: 20px 0;
    border-radius: 15px;
    min-height: 80vh;
}

.legal-content h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #00ff66;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 255, 102, 0.3);
}

.legal-section {
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.legal-section h2 {
    font-size: 1.8rem;
    color: #00ff66;
    margin-bottom: 1rem;
    border-bottom: 2px solid #00ff66;
    padding-bottom: 0.5rem;
}

.legal-section h3 {
    font-size: 1.4rem;
    color: #cccccc;
    margin: 1.5rem 0 0.8rem 0;
}

.legal-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #e0e0e0;
}

.legal-section ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.legal-section li {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    color: #e0e0e0;
}

.legal-content a {
    color: #00ff66;
    text-decoration: none;
    transition: color 0.3s;
}

.legal-content a:hover {
    color: #00cc52;
    text-decoration: underline;
}

footer a {
    color: #00ff66;
    text-decoration: none;
    margin: 0 0.5rem;
}

footer a:hover {
    color: #00cc52;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #003226 0%, #005533 100%);
    color: white;
    padding: 1.5rem;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
    z-index: 10000;
    border-top: 3px solid #00ff66;
    display: none; /* Nascosto di default */
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cookie-content {
    max-width: 800px; /* Ridotto per migliorare il layout */
    margin: 0 auto;
    display: flex;
    flex-direction: column; /* Cambiato per layout verticale */
    gap: 1rem; /* Spaziatura tra elementi */
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center; /* Centrato i pulsanti */
    flex-wrap: wrap; /* Permette di andare a capo su schermi piccoli */
}

.cookie-btn {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 0.9rem;
    min-width: 100px; /* Aggiunto per uniformare i pulsanti */
}

.cookie-btn.accept {
    background: linear-gradient(135deg, #00ff66 0%, #00cc52 100%);
    color: #000000;
}

.cookie-btn.reject {
    background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%);
    color: #ffffff;
}

.cookie-btn.info {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
}

.cookie-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* DISABILITA RESPONSIVE - FORZA VISUALIZZAZIONE DESKTOP SU MOBILE */
/*
@media (max-width: 768px) {
    .nav-links {
        flex-direction: column;
        gap: 1rem;
    }
    
    .hero-content h2 {
        font-size: 1.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .logo h1 {
        font-size: 1.8rem;
    }
    
    .main-logo-img {
        max-width: 250px;
    }
    
    .partner-card {
        width: 160px;
        height: 160px;
        padding: 1.2rem;
    }
    
    .partner-card img {
        width: 60px;
        height: 60px;
    }
    
    .partner-card h4 {
        font-size: 1rem;
    }
    
    .booking-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .calendar-grid {
        gap: 3px;
    }
    
    .day {
        padding: 0.5rem;
        min-height: 35px;
    }
}
*/

@media (max-width: 480px) {
    .main-logo-img {
        max-width: 200px;
    }
    
    .hero-content h2 {
        font-size: 1.2rem;
    }
    
    .about h2, .contact h2, .services h2, .booking h2 {
        font-size: 1.6rem;
    }
    
    .service-card h3 {
        font-size: 1.5rem;
    }
    
    .service-content {
        font-size: 0.9rem;
    }
    
    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .cta-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}
    
    .service-content {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.2rem;
    }
    
    .service-content li {
        font-size: 0.95rem;
    }
    
    /* Booking mobile */
    .booking-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .calendar-grid {
        gap: 3px;
    }
    
    .day {
        padding: 0.5rem;
        min-height: 35px;
        font-size: 0.9rem;
    }
    
    .form-group input,
    .form-group select {
        padding: 0.6rem;
        font-size: 1rem;
    }
    
    /* Cookie banner mobile */
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1rem;
    }
    
    .cookie-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.8rem;
    }
    
    .cookie-btn {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
        min-width: 80px;
    }
    
    /* Footer mobile */
    footer {
        margin: 10px;
        padding: 1.5rem;
        font-size: 0.9rem;
    }
    
    footer a {
        display: inline-block;
        margin: 0.2rem;
    }
@media (max-width: 480px) {
    .main-logo-img {
        max-width: 200px;
    }
    
    .hero-content h2 {
        font-size: 1.2rem;
    }
    
    .about h2, .contact h2, .services h2, .booking h2 {
        font-size: 1.6rem;
    }
    
    .service-card h3 {
        font-size: 1.5rem;
    }
    
    .service-content {
        font-size: 0.9rem;
    }
    
    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .cta-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}