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

        body {
            font-family: 'Montserrat', sans-serif;
            color: #333;
            line-height: 1.6;
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }
/* FIX per anchor links con header fisso */
section[id] {
    scroll-margin-top: 130px; /* Per tutte le altre sezioni */
}

/* Home all'inizio: nessun offset perché deve andare in cima */
#home {
    scroll-margin-top: 50px !important;
}

.menu-grid img {
            width: 200px !important;
            height: auto;
        }

.menu-download {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 40px;
}

/* RAINBOW GRADIENT HIGHLIGHT */
.highlight {
    position: relative;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(135deg, #c41e3a, #e74c3c, #f39c12, #d4af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #c41e3a, #e74c3c, #f39c12, #d4af37, #c41e3a);
    background-size: 200% 100%;
    border-radius: 3px;
    animation: rainbow-slide 4s linear infinite;
}

@keyframes rainbow-slide {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}
/* SLIDER STORIA CON IMMAGINI */
.storia-slide-1 {
    background-image: url('../images/storia1.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    display: block !important;
    font-size: 0 !important;
    color: transparent !important;
}

.storia-slide-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.3) 0%, rgba(30, 58, 95, 0.3) 100%);
    pointer-events: none;
    z-index: 1;
}

.storia-slide-2 {
    background: none !important;
    background-image: url('../images/storia_pescheria_cica.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    display: block !important;
    font-size: 0 !important;
    color: transparent !important;
    align-items: initial !important;
    justify-content: initial !important;
}

.storia-slide-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.2) 0%, rgba(30, 58, 95, 0.2) 100%);
    pointer-events: none;
    z-index: 1;
}

.storia-slide-3 {
    background: none !important;
    background-image: url('../images/cica-fish-store-amalfi.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    display: block !important;
    font-size: 0 !important;
    color: transparent !important;
    align-items: initial !important;
    justify-content: initial !important;
}

.storia-slide-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(196, 30, 58, 0.2) 0%, rgba(30, 58, 95, 0.2) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Rimuovi emoji o contenuto testuale dalle slide */
.storia-slide {
    font-size: 0 !important;
    color: transparent !important;
}

/* TRANSIZIONE SMOOTH TRA LE SLIDE */
.storia-slider {
    position: relative !important;
    overflow: hidden !important;
}

.storia-slider .storia-slide {
    background-color: transparent !important;
    visibility: visible !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.8s ease-in-out !important;
    z-index: 1 !important;
}

.storia-slider .storia-slide.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
}

.foto-servizi-3{
height: 250px;
    background: url('../images/cuoppi-fritti.jpg');
    background-size: cover;
    background-position: center;
}
                .foto-servizi-2{
            height: 250px;
    background: url('../images/gastronomia_amalfi.jpg');
    background-size: cover;
    background-position: center;
}

        .foto-servizi{
            height: 250px;
    background: url('../images/pescheria_cica.jpg');
    background-size: cover;
    background-position: center;
}
        .container-servizi{
            padding: 20px;
}
/* CSS per la sezione con mappa */
.contact-map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

.map-container {
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Aggiusta la griglia contatti per la nuova disposizione */
.contact-info-wrapper .contact-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: left;
}

.contact-info-wrapper .contact-item h4 {
    justify-content: flex-start;
}

/* RESPONSIVE */
@media (max-width: 968px) {
    .contact-map-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .map-container {
        height: 350px;
        order: 2;
    }

    .contact-info-wrapper {
        order: 1;
    }

    .contact-info-wrapper .contact-grid {
        text-align: center;
    }

    .contact-info-wrapper .contact-item h4 {
        justify-content: center;
    }
}
        .top-bar {
            background: #213774;
            color: white;
            padding: 8px 0;
            font-size: 0.9em;
        }

        .top-bar-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .social-links {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .social-links a {
            color: white;
            font-size: 1.1em;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            text-decoration: none;
        }

        .social-links a:hover {
            background: #c41e3a;
            transform: scale(1.1);
        }

        .language-selector {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .lang-btn {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            padding: 5px 12px;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 0.9em;
            font-family: 'Montserrat', sans-serif;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .lang-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: white;
        }

        .lang-btn.active {
            background: #c41e3a;
            border-color: #c41e3a;
        }

        .flag-icon {
            width: 20px;
            height: 15px;
            display: inline-block;
        }

        .header {
            background: white;
            padding: 25px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .header-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }

        .logo-area {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 15px;
        }

        .logo-placeholder {
            width: 280px;
            height: auto;
             display: flex;
            align-items: center;
            justify-content: center;
            font-size: 35px;
                }

        .logo-text {
            display: flex;
            flex-direction: column;
        }
.logo-text img {
            width: 150px;
            height: auto;
        }
        .logo-text h1 {
            font-size: 1.5em;
            color: #1e3a5f;
            font-weight: 700;
            margin: 0;
            line-height: 1.2;
            font-family: "cubano", sans-serif;
font-weight: 400;
font-style: normal;
        }

        .logo-text p {
            font-size: 0.85em;
            color: #c41e3a;
            margin: 0;
            font-weight: 400;
        }

        .menu-toggle {
            display: none;
            width: 50px;
            height: 50px;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: #c41e3a;
            border-radius: 50%;
            cursor: pointer;
            z-index: 1002;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .menu-toggle:active {
            transform: translateY(-50%) scale(0.9);
        }

        .menu-toggle span {
            width: 25px;
            height: 3px;
            background: white;
            border-radius: 3px;
            position: absolute;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .menu-toggle span:nth-child(1) { 
            top: 16px;
            transition: all 0.3s ease;
        }
        .menu-toggle span:nth-child(2) { 
            top: 23px;
            transition: all 0.2s ease;
        }
        .menu-toggle span:nth-child(3) { 
            top: 30px;
            transition: all 0.3s ease;
        }

        .menu-toggle.active {
            transform: translateY(-50%) rotate(90deg);
        }

        .menu-toggle.active span:nth-child(1) {
            top: 23px;
            transform: rotate(45deg);
            animation: lineExpand 0.4s ease;
        }
        .menu-toggle.active span:nth-child(2) { 
            opacity: 0;
            transform: scale(0);
        }
        .menu-toggle.active span:nth-child(3) {
            top: 23px;
            transform: rotate(-45deg);
            animation: lineExpand 0.4s ease;
        }

        .menu-toggle.active:active {
            transform: translateY(-50%) rotate(90deg) scale(0.9);
        }

        @keyframes lineExpand {
            0% {
                width: 25px;
            }
            50% {
                width: 30px;
            }
            100% {
                width: 25px;
            }
        }

        .nav-left, .nav-right {
            flex: 1;
            display: flex;
        }

        .nav-left { justify-content: flex-start; }
        .nav-right { justify-content: flex-end; }

        .nav-left li:nth-child(3),
        .nav-left li:nth-child(4) { display: none; }

        .menu-contacts,
        .menu-footer { display: none; }

        nav ul {
            list-style: none;
            display: flex;
            gap: 30px;
            align-items: center;
        }

        nav a {
            color: #c41e3a;
            text-decoration: none;
            font-size: 1.1em;
            font-weight: 600;
            transition: all 0.3s;
            padding: 10px 20px;
            border-radius: 25px;
            position: relative;
            white-space: nowrap;
        }

        nav a:hover {
            background: rgba(196, 30, 58, 0.1);
        }

        nav a::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background: #c41e3a;
            transition: width 0.3s;
        }

        nav a:hover::after { width: 60%; }

        .rope-divider {
            height: 15px;
            background: repeating-linear-gradient(
                45deg,
                #c41e3a,
                #c41e3a 10px,
                #a01528 10px,
                #a01528 20px
            );
        }

        .hero {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }
 /* FIX PER IL BOTTONE CTA CLICCABILE */
        .hero .slider {
            position: relative;
        }
        
        .hero .slide {
            pointer-events: none; /* Disabilita il click sullo slide stesso */
        }
        
        .hero .slide.active {
            pointer-events: auto; /* Abilita solo lo slide attivo */
        }
        
        .hero .slide .cta-button {
            pointer-events: auto !important; /* Forza sempre il click sul bottone */
            position: relative;
            z-index: 100; /* Porta il bottone in primo piano */
            cursor: pointer;
        }
        
        .hero .slide-content {
            position: relative;
            z-index: 10;
        }
        .slider {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .slide.active { opacity: 1; }

       .slide-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('../images/cuoppo_amalfi_coast.jpg');
    background-size: cover;
    background-position: center;
}

.slide-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('../images/cica_friggitoria_amalfi.jpg');
    background-size: cover;
    background-position: center;
}

.slide-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('../images/fried_fish_amalfi_coast.jpg');
    background-size: cover;
    background-position: center;
}

        .slide-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            width: 90%;
            max-width: 900px;
        }
       .slide-content h2 {
        font-family: "fisterra-fora", sans-serif;
font-weight: 700;
font-style: normal;
 font-size: 5.5rem !important;
line-height: 1;
        }
        .slide-emoji {
            font-size: 6em;
            margin-bottom: 20px;
            animation: float 3s ease-in-out infinite;
        }
.slide-emoji img {width: 300px;
    height: auto;
        }
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        .hero h2 {
            font-size: 3.5em;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        .hero p {
            font-size: 1.4em;
            margin-bottom: 30px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        }

        .cta-button {
            display: inline-block;
            background: #c41e3a;
            color: white;
            padding: 18px 45px;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.3em;
            font-family: "cubano", sans-serif;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(196, 30, 58, 0.4);
        }

        .cta-button:hover {
            transform: scale(1.05) translateY(-2px);
            box-shadow: 0 6px 20px rgba(196, 30, 58, 0.6);
        }

        .slider-dots {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .dot.active {
            background: white;
            transform: scale(1.3);
        }

        .services-section {
            background: linear-gradient(180deg, #0e1c2e 0%, #2d5a8f 100%);
            padding: 80px 20px;
            position: relative;
            overflow: hidden;
                margin-bottom: 50px;

        }

        .services-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }

        .services-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -5%;
            width: 400px;
            height: 400px;
            background: rgba(196, 30, 58, 0.1);
            border-radius: 50%;
        }

        .services-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            position: relative;
            z-index: 1;
        }

        .service-box {
            background: white;
            padding: 0px 0px;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: none;
            position: relative;
            overflow: hidden;
            border-radius: 20px;
        }

        .service-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            transition: all 0.3s;
        }

        .service-pescheria::before {
            background: linear-gradient(90deg, #1e3a5f 0%, #2d5a8f 100%);
        }

        .service-gastronomia::before {
            background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
        }

        .service-friggitoria::before {
            background: linear-gradient(90deg, #c41e3a 0%, #e63950 100%);
        }

        .service-box:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 20px 60px rgba(0,0,0,0.2);
        }

        .service-box:hover::before {
            height: 100%;
            opacity: 0.05;
        }

        .service-icon {
            font-size: 5em;
            margin-bottom: 25px;
            display: inline-block;
            transition: all 0.4s;
            filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));
        }

        .service-box:hover .service-icon {
            transform: scale(1.15) rotate(5deg);
        }

        .service-box h3 {
            color: #1e3a5f;
            font-size: 2em;
            margin-bottom: 15px;
            font-weight: 800;
            letter-spacing: -0.5px;
        }

        .service-box p {
            color: #666;
            font-size: 1.05em;
            line-height: 1.7;
            margin-bottom: 25px;
        }

        .service-hours {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            color: #1e3a5f;
            font-weight: 700;
            font-size: 0.9em;
            padding: 12px 20px;
            border-radius: 25px;
            display: inline-block;
            transition: all 0.3s;
        }

        .service-pescheria:hover .service-hours {
            background: linear-gradient(135deg, #1e3a5f 0%, #2d5a8f 100%);
            color: white;
        }

        .service-gastronomia:hover .service-hours {
            background: linear-gradient(135deg, #2d5a8f 0%, #3d6fa8 100%);
            color: white;
        }

        .service-friggitoria:hover .service-hours {
            background: linear-gradient(135deg, #c41e3a 0%, #e63950 100%);
            color: white;
        }

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

        .section-title {
            text-align: center;
            font-size: 2.7em;
            color: #1e3a5f;
            margin-bottom: 20px;
            font-family: "cubano", sans-serif;
        }
  .title-white {
            color: #feffff;
            text-align: center;
            font-size: 2.7em;
            margin-bottom: 40px;
            font-family: "cubano", sans-serif;
            letter-spacing: 1.8px;

                  
        }
        .section-subtitle {
            text-align: center;
            font-size: 1.1em;
            color: #666;
            margin-bottom: 50px;
            font-weight: 400;
        }

        .storia-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 600px;
            position: relative;
        }

        .storia-slider {
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .storia-slide {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
            pointer-events: none;
        }

        .storia-slide.active {
            opacity: 1;
            pointer-events: auto;
        }

        .storia-slide-1 {
    background-image: url('../images/storia1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

           .storia-slide-2 {
    background-image: url('../images/storia1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

       .storia-slide-3 {
    background-image: url('../images/storia1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

        .storia-content {
            padding: 80px 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #f8f9fa;
        }

        .storia-content h2 {
            font-size: 2.8em;
            color: #1e3a5f;
            margin-bottom: 25px;
            line-height: 1.2;
        }

        .storia-content .intro {
            font-size: 1.3em;
            color: #c41e3a;
            font-weight: 600;
            margin-bottom: 25px;
            line-height: 1.4;
        }

        .storia-content p {
            font-size: 1.1em;
            color: #666;
            margin-bottom: 20px;
            line-height: 1.8;
        }
       .menupdf-cta {
            display: inline-block;
            background: #1e3a5f;
            color: white;
            padding: 15px 40px;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.1em;
            font-weight: 600;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
            margin-top: 0px;
            align-self: flex-start;
        }

        .menupdf-cta:hover {
            background: #c41e3a;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(30, 58, 95, 0.4);
        }
        .storia-cta {
            display: inline-block;
            background: #c41e3a;
            color: white;
            padding: 15px 40px;
            text-decoration: none;
            border-radius: 50px;
            font-size: 1.1em;
            font-weight: 600;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
            margin-top: 20px;
            align-self: flex-start;
        }

        .storia-cta:hover {
            background: #1e3a5f;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(30, 58, 95, 0.4);
        }

        .storia-slider-dots {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .storia-slider-dots .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .storia-slider-dots .dot.active {
            background: white;
            transform: scale(1.3);
        }

        .why-us-section {
            background: white;
            padding: 80px 20px;
        }

        .why-us-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .why-us-card {
            background: #f8f9fa;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s;
            border: 2px solid transparent;
        }

        .why-us-card:hover {
            transform: translateY(-8px);
            border-color: #c41e3a;
            box-shadow: 0 10px 30px rgba(196, 30, 58, 0.15);
        }

        .why-us-icon {
            font-size: 4em;
            margin-bottom: 20px;
        }

        .why-us-card h3 {
            color: #1e3a5f;
            font-size: 1.6em;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .why-us-card p {
            color: #666;
            font-size: 1em;
            line-height: 1.7;
        }
.why-us-card img {
    width: 120px;
    height: auto;
}
        .cuoppi-section {
            background: #f8f9fa;
            padding: 80px 0;
        }

        .cuoppi-category {
            margin-bottom: 60px;
        }

        .cuoppi-category:last-child {
            margin-bottom: 0;
        }

        .category-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .category-title {
            font-size: 2em;
            color: #c41e3a;
            margin-bottom: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .category-subtitle {
            font-size: 1em;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .cuoppi-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .cuoppo-card {
            background: white;
            border: 2px solid #e0e0e0;
            border-radius: 0;
            padding: 0;
            text-align: center;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .cuoppo-card:hover {
            transform: translateY(-8px);
        }

        .cuoppi-mare .cuoppo-card:hover {
            border-color: #1e3a5f;
            box-shadow: 0 10px 30px rgba(30, 58, 95, 0.25);
        }

        .cuoppi-terra .cuoppo-card:hover {
            border-color: #c41e3a;
            box-shadow: 0 10px 30px rgba(196, 30, 58, 0.25);
        }

        .cuoppo-image {
            width: 100%;
            height: 320px;
            background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 2px solid #e0e0e0;
            position: relative;
            color: #999;
            font-size: 0.9em;
            font-weight: 500;
        }
.cuoppo-image img {
    width: 220px;
    height: auto;
    background-size: cover;
        }
        .cuoppo-content {
            padding: 25px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .cuoppo-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #c41e3a;
            color: white;
            padding: 6px 10px;
            border-radius: 0;
            font-size: 0.7em;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 1;
        }

        .cuoppo-badge.new {
            background: #ffc107;
            color: #333;
        }

        .cuoppo-name {
            font-size: 1.4em;
            color: #1e3a5f;
            margin-bottom: 10px;
            font-weight: 700;
            font-family: "fisterra-fora", sans-serif;
            letter-spacing: 2px;
        }

        .cuoppo-description {
            font-size: 0.95em;
            color: #666;
            margin-bottom: 5px;
            line-height: 1.4;
        }

        .cuoppo-description-en {
            font-size: 0.85em;
            color: #999;
            font-style: italic;
            margin-bottom: 15px;
        }

        .cuoppo-price {
            font-size: 2em;
            color: #c41e3a;
            font-weight: 700;
            margin-top: auto;
        }

        .menu-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .menu-item {
            background: white;
            border: 3px solid #1e3a5f;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            transition: transform 0.3s;
        }

        .menu-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(30, 58, 95, 0.2);
        }

        .menu-icon {
            font-size: 3em;
            margin-bottom: 15px;
        }

        .menu-item h3 {
            color: #c41e3a;
            font-size: 1.5em;
            margin-bottom: 10px;
        }

        .menu-item p {
            color: #666;
        }
 .menu-icon img {
          width: 100px;
          height: auto;
        }

        .contact-section {
            background: white;
            color: #1e3a5f;
            width: 100%;
            padding: 80px 0;
        }

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

        .section-title.white {
            color: #1e3a5f;
        }

        .contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            text-align: center;
        }

        .contact-item {
            padding: 20px;
        }

        .contact-item h4 {
            color: #c41e3a;
            font-size: 1.5em;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .contact-item h4 i {
            font-size: 0.9em;
            color:#1e3a5f;
        }

        .contact-item p {
            color: #1e3a5f;
        }

        .footer {
            background: #0d1f33;
            color: white;
            text-align: center;
            padding: 40px 20px 30px;
            width: 100%;
        }

        .footer-logo {
            width: 170px;
            height: 170px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            margin: 0 auto 20px;
            padding: 20px;
  
        }

        .footer p {
            margin: 8px 0;
            font-size: 0.95em;
        }

        .footer-links {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.15);
        }

        .footer-links a {
            color: white;
            text-decoration: none;
            margin: 0 15px;
            font-size: 0.9em;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: #c41e3a;
            text-decoration: underline;
        }

        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 30px;
            right: 30px;
            background-color: #25d366;
            color: white;
            border-radius: 50%;
            text-align: center;
            font-size: 30px;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
            z-index: 999;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
        }

        .whatsapp-float:hover {
            background-color: #20ba5a;
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
        }

        .scroll-to-top {
            position: fixed;
            width: 100px;
            height: 100px;
            bottom: 100px;
            right: 30px;
            background: transparent;
            background-image: url('../images/fish_Up_2.svg');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            cursor: pointer;
            z-index: 999;
            transition: all 0.3s;
            opacity: 0;
            visibility: hidden;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.212));
            display: flex;
            align-items: center;
            justify-content: center;
        }

     

        .scroll-to-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .scroll-to-top:hover {
            transform: scale(1.15) translateY(-8px);
            filter: drop-shadow(0 8px 16px rgba(196, 30, 58, 0.4));
        }

        @media (max-width: 968px) {
             .slide-content h2 {font-family: "cubano", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.5rem !important;
line-height: 1;
        }
        .title-white {
    color: #feffff;
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
    font-family: "cubano", sans-serif;
}
            .top-bar-content {
                flex-direction: column;
                gap: 10px;
            }

            .header {
                padding: 11px 0;
            }

            .menu-toggle { 
                display: flex;
            }

            .menu-toggle.active {
                position: fixed;
                top: 20px;
                right: 20px;
                transform: translateY(0) rotate(90deg);
            }

            .menu-toggle:active {
                transform: translateY(-50%) scale(0.9);
            }

            .menu-toggle.active:active {
                transform: translateY(0) rotate(90deg) scale(0.9);
            }
            
            .logo-area {
                position: static;
                transform: none;
            }

            .nav-left {
                position: fixed;
                top: 0;
                right: -100%;
                width: 100%;
                max-width: 100%;
                height: 100vh;
                background: white;
                transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
                box-shadow: -5px 0 15px rgba(0,0,0,0.3);
                flex-direction: column;
                overflow-y: auto;
                z-index: 1001;
                padding: 0;
            }

            .nav-left.active { right: 0; }
            .nav-right { display: none; }

            .nav-left ul {
                flex-direction: column;
                gap: 0;
                width: 100%;
                padding: 100px 0 0;
                margin: 0;
            }

            .nav-left li {
                width: 100%;
                display: block;
                background: white;
            }

            .nav-left li:nth-child(3),
            .nav-left li:nth-child(4) {
                display: block;
                background: white;
            }

            .nav-left a {
                display: block;
                padding: 20px 30px;
                font-size: 1.2em;
                font-weight: 600;
                color: #1e3a5f;
                transition: all 0.3s;
                border-radius: 0;
            }

            .nav-left a:hover {
                background: rgba(30, 58, 95, 0.08);
                padding-left: 40px;
            }

            nav a::after { display: none; }

            .menu-contacts {
                display: block;
                padding: 30px;
                background: white;
                border-top: 1px solid #e0e0e0;
            }

            .menu-contacts p {
                color: #1e3a5f;
                font-size: 0.95em;
                margin-bottom: 12px;
                display: flex;
                align-items: center;
                text-align: left;
                gap: 0;
            }

            .menu-contacts p i {
                margin-right: 10px;
                color: #1e3a5f;
                flex-shrink: 0;
                width: 18px;
            }

            .menu-contacts a {
                color: #c41e3a;
                text-decoration: none;
                font-weight: 600;
                display: inline;
                padding: 0;
            }

            .menu-contacts a:hover {
                text-decoration: underline;
            }

            .menu-social {
                display: flex;
                gap: 15px;
                margin-top: 20px;
                padding-top: 20px;
                border-top: 1px solid #e0e0e0;
                justify-content: center;
            }

            .menu-social a {
                color: #c41e3a;
                font-size: 1.2em;
                width: 50px;
                height: 50px;
                flex-shrink: 0;
                aspect-ratio: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 0;
                border: 2px solid #c41e3a;
                transition: all 0.3s;
            }

            .menu-social a:hover {
                background: #c41e3a;
                color: white;
                transform: scale(1.1);
            }

            .menu-footer {
                display: block;
                background: white;
                padding: 25px 20px;
                text-align: center;
                color: #666;
                font-size: 0.9em;
                margin: 0;
                border-top: 1px solid #e0e0e0;
            }

            .storia-section {
                grid-template-columns: 1fr;
                min-height: auto;
            }

            .storia-slider {
                height: 400px;
            }

            .storia-content {
                padding: 50px 30px;
            }

            .storia-content h2 {
                font-size: 2em;
            }

            .storia-content .intro {
                font-size: 1.1em;
            }

            .storia-content p {
                font-size: 1em;
            }

            .hero p { font-size: 1.1em; }
            .slide-emoji { font-size: 4em; }
            .hero { height: 100vh; }
            .section-title { font-size: 2em; }
            
            .cuoppi-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
                gap: 20px;
            }
            
            .category-title { font-size: 1.6em; }

            .why-us-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .services-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .logo-placeholder {
                width: 192px;
                height: auto;
                font-size: 35px;
            }
            .footer-logo {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px;
    padding: 20px;
}
.rope-divider {
    height: 10px;
    background: repeating-linear-gradient(45deg, #c41e3a, #c41e3a 10px, #a01528 10px, #a01528 20px);
}
            .storia-content h2 {
                font-size: 1.8em;
            }

            .storia-content .intro {
                font-size: 1em;
            }

            .hero { height: 75vh; }
            .hero h2 { font-size: 1.8em; }
            
            .whatsapp-float {
                width: 50px;
                height: 50px;
                bottom: 20px;
                right: 20px;
                font-size: 25px;
            }

            .scroll-to-top {
        width: 65px;
        height: 65px;
        bottom: 80px;
        right: 18px;
    }

            .cuoppi-grid {
                grid-template-columns: 1fr;
            }
            
            .cuoppo-card {
                padding: 20px;
            }
            
            .category-title {
                font-size: 1.4em;
            }
            
            .section-title {
                font-size: 1.8em;
            }

            .why-us-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .services-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }