    * {
        font-family: 'Poppins', sans-serif;
    }

    body {
        margin: 0;
        padding: 0;
    }

    /* Sposta WhatsApp più in alto per non finire sui loghi social */
    .whatsapp-float {
        bottom: 100px !important;
    }

    @media (max-width: 768px) {
        .whatsapp-float {
            bottom: 90px !important;
        }
    }

           /* ! Prenota */
    
           #divPrenota {
               position: relative;
               z-index: 2;
               width: 95%;
           }
    
           .divPrenota2 {
               position: relative;
               z-index: 2;
               height: 150px;
               width: 100%;
               margin-top: 0%;
               margin-right: 2%;
               margin-left: 2%;
           }
    
           #iframePrenota {
               border: 1px solid #ccc;
               border-radius: 15px;
               box-shadow: 0 9px 9px #ccc;
           }
    
    
           @media (max-width: 768px) {
               #divPrenota2 {
                   position: relative;
                   z-index: 2;
                   margin-top: -15%;
                   margin-right: 0%;
                   margin-left: 0%;
                   width: 100%;
               }
    
               #iframePrenota {
                   border: 0px;
                   border-radius: 0px;
                   box-shadow: 0 0px 0px;
                   width: 100%;
               }
           }
    
           iframe {
               border: 1px solid black;
               width: 100%;
               text-align: center;
           }
    
           .grid .col {
               width: 100%;
           }
    
           .grid3 .col {
               width: 100%;
           }
    
           .grid3 {
               display: flex;
               max-width: 1250px;
               padding: 0 30px;
               margin: 0 auto;
               margin-top: -100px;
               position: relative;
               z-index: 10;
           }
    
           @media (max-width: 768px) {
               .grid {
                   flex-wrap: wrap;
               }
    
               .grid3 {
                   flex-wrap: wrap;
                   padding: 0 5px;
                   margin-top: 0;
               }
           }

           
        /* Fix hamburger mobile */
        @media screen and (max-width: 899px) {
            .mobile-menu-toggle {
                display: flex !important;
                flex-direction: column;
                gap: 4px;
                cursor: pointer;
                z-index: 1001;
            }
    
            .mobile-menu-toggle span {
                width: 25px;
                height: 3px;
                background: white;
                display: block;
            }
        }

    /* Sezione Hero */
    .hero__content {
        width: 100%;
        max-width: 1350px;
        margin: 0 auto;
        padding: 30px;
        position: relative;
        z-index: 2;
    }

    .hero__content h1,
    .hero__content p {
        color: #fff;
    }

    .hero-Salerno-Roma {
        height: 650px;
        display: flex;
        width: 100%;
        align-items: center;
        background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6)), url('../piazza-della-libert%C3%A0-salerno.jpg') no-repeat center center;
        background-size: cover;
        background-position: center center;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .big-text {
        font-size: 70px;
        font-weight: 900;
        line-height: 1.1;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
        margin-bottom: 1rem;
        letter-spacing: -1px;
    }

    .normal-text {
        font-size: 20px;
        margin: 30px 0;
        color: rgba(255, 255, 255, 0.95);
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
        line-height: 1.6;
        max-width: 800px;
    }

    .intro-text {
        text-transform: uppercase;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.9);
        letter-spacing: 2px;
        font-weight: 600;
        margin-bottom: 1rem;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    @media (max-width: 1250px) {
        .big-text {
            font-size: 55px;
        }

        .normal-text {
            margin: 25px 0;
        }
    }

    @media (max-width: 768px) {
        .hero-Salerno-Roma {
            height: 500px;
        }

        .hero__content {
            padding: 30px;
        }

        .big-text {
            font-size: 40px;
        }

        .normal-text {
            margin: 15px 0;
            font-size: 18px;
        }

        .intro-text {
            font-size: 16px;
        }
    }

    .route-highlights {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .route-card {
        background: white;
        padding: 1.5rem;
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        text-align: center;
        border: 2px solid #e5e7eb;
        transition: all 0.3s ease;
    }

    .route-card:hover {
        border-color: #3b82f6;
        transform: translateY(-2px);
    }

    /* Foto Bus nella Hero */
    .bus-photo-container {
        background: white;
        border-radius: 24px;
        padding: 1.5rem;
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
        width: 300px;
        height: auto;
    }

    .bus-image-vertical {
        width: 300px;
        height: auto;
        background: linear-gradient(135deg, #e5e7eb 0%, #f3f4f6 100%);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6b7280;
        font-size: 1.1rem;
    }

    /* Sezione Tempi di Percorrenza */
    .duration-section {
        background: white;
        padding: 4rem 0;
    }

    .duration-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .duration-title {
        color: #1e40af;
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 3rem;
    }

    .duration-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }

    .duration-item {
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        border-radius: 20px;
        padding: 1.5rem 1rem;
        display: flex;
        align-items: center;
        gap: 1rem;
        transition: all 0.3s ease;
        border: 2px solid #e5e7eb;
    }

    .duration-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
        border-color: #3b82f6;
    }

    .duration-icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
        flex-shrink: 0;
    }

    .duration-info {
        flex: 1;
        min-width: 0;
    }

    .duration-destination {
        color: #1e40af;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.3rem;
        line-height: 1.2;
    }

    .duration-time {
        color: #059669;
        font-size: 1.3rem;
        font-weight: 700;
    }

    @media (max-width: 1024px) {
        .duration-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
        }
    }

    @media (max-width: 768px) {
        .duration-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .duration-item {
            padding: 1.5rem;
        }

        .duration-icon {
            width: 60px;
            height: 60px;
            font-size: 1.5rem;
        }

        .duration-destination {
            font-size: 1.2rem;
        }

        .duration-time {
            font-size: 1.5rem;
        }
    }

    /* Sezione Pulsanti Azione */
    .action-buttons-section {
        background: white;
        padding: 3rem 0;
    }

    .action-buttons-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .action-buttons-title {
        color: #1e40af;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 3rem;
    }

    .action-buttons-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
    }

    .action-button {
        background: white;
        border: 2px solid #e5e7eb;
        border-radius: 20px;
        padding: 2rem;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease;
        display: block;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    }

    .action-button:hover {
        border-color: #3b82f6;
        transform: translateY(-5px);
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
        text-decoration: none;
    }

    .action-button-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem;
        font-size: 1.5rem;
        color: white;
    }

    .action-button-title {
        color: #1e40af;
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .action-button-desc {
        color: #6b7280;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    /* Sezione Comfort */
    .comfort-section {
        background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        padding: 4rem 0;
        color: white;
    }

    .comfort-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .comfort-title {
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 1rem;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .comfort-subtitle {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 3rem;
        opacity: 0.9;
    }

    .comfort-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 2rem;
    }

    .comfort-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        padding: 2rem;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }

    .comfort-card:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-5px);
    }

    .comfort-icon {
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        font-size: 1.8rem;
        color: white;
    }

    .comfort-card h3 {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .comfort-card p {
        opacity: 0.9;
        line-height: 1.6;
    }

    .route-card .destination {
        color: #1e40af;
        font-weight: 600;
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .route-card .duration {
        color: #059669;
        font-weight: 700;
        font-size: 1.3rem;
    }

    .cta-buttons {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .cta-button {
        background: #3b82f6;
        color: white;
        padding: 1rem 2rem;
        border-radius: 20px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .cta-button:hover {
        background: #1e40af;
        transform: translateY(-2px);
        color: white;
        text-decoration: none;
    }

    .cta-button.secondary {
        background: transparent;
        color: #3b82f6;
        border: 2px solid #3b82f6;
    }

    .cta-button.secondary:hover {
        background: #3b82f6;
        color: white;
    }

    /* Sezione Info */
    .info-section {
        padding: 4rem 0;
        background: white;
    }

    .info-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .info-grid {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 4rem;
        align-items: start;
    }

    .main-info h2 {
        color: #1e40af;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 2rem;
    }

    .main-info p {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #374151;
        margin-bottom: 1.5rem;
    }

    .highlight-box {
        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
        border-left: 4px solid #3b82f6;
        padding: 2rem;
        border-radius: 20px;
        margin: 2rem 0;
    }

    .highlight-box h3 {
        color: #1e40af;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .sidebar-info {
        background: #f8fafc;
        padding: 2rem;
        border-radius: 24px;
        height: fit-content;
    }

    .sidebar-info h3 {
        color: #1e40af;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

    .info-list {
        list-style: none;
        padding: 0;
    }

    .info-list li {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        background: white;
        border-radius: 16px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .info-list .icon {
        width: 40px;
        height: 40px;
        background: #3b82f6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
    }

    .info-list .text {
        flex: 1;
    }

    .info-list .label {
        font-weight: 600;
        color: #1e40af;
        display: block;
    }

    .info-list .value {
        color: #059669;
        font-weight: 700;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .booking-title {
            font-size: 2rem;
        }

        .hero-content {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .hero-text h1 {
            font-size: 2rem;
        }

        .route-highlights {
            grid-template-columns: 1fr;
        }

        .info-grid {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .cta-buttons {
            flex-direction: column;
        }
    }

    /* Breadcrumb styling */
    #breadcrumb-nav {
        position: sticky;
        top: 80px;
        z-index: 9998;
        width: 100%;
        margin-top: 0;
    }

    /* Breadcrumb nascosto quando si scrolla */
    #breadcrumb-nav.hidden {
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
    }

    /* Breadcrumb responsive */
    @media (max-width: 768px) {
        #breadcrumb-nav {
            padding: 0.5rem 0;
            top: 80px;
        }

        #breadcrumb-nav ol {
            font-size: 0.85rem;
            padding: 0 1rem;
        }
    }

    /* Sezione Visita Salerno */
    .visit-salerno-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(59, 130, 246, 0.5);
        background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        text-decoration: none;
        color: white;
    }

    @media (max-width: 768px) {
        .visit-salerno-section h2 {
            font-size: 2rem !important;
        }

        .visit-salerno-section p {
            font-size: 1rem !important;
            padding: 0 1rem;
        }

        .visit-salerno-button {
            padding: 1rem 2rem !important;
            font-size: 1rem !important;
        }
    }

    /* Sezione Visita Roma */
    .visit-roma-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(146, 64, 14, 0.5);
        background: linear-gradient(135deg, #92400e 0%, #d97706 100%);
        text-decoration: none;
        color: white;
    }

    @media (max-width: 768px) {
        .visit-roma-section h2 {
            font-size: 2rem !important;
        }

        .visit-roma-section p {
            font-size: 1rem !important;
            padding: 0 1rem;
        }

        .visit-roma-button {
            padding: 1rem 2rem !important;
            font-size: 1rem !important;
        }
    }