        :root {
            --primary-orange: #FF6600;
            --primary-orange-dark: #e65c00;
            --green-whatsapp: #25D366;
            --background-dark: #0a0a0a;
            --background-footer: #050505;
            --background-card: #1a1a1a;
            --background-card-hover: #222;
            --text-light: #f5f5f5;
            --text-medium: #a3a3a3;
            --text-dark: #171717;
            --border-color: rgba(255, 255, 255, 0.1);
        }

        *, *::before, *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background-color: var(--background-dark);
            color: var(--text-light);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            overflow-x: hidden;
        }
        
        a {
            text-decoration: none;
            color: inherit;
        }
        
        ::-webkit-scrollbar { width: 8px; border-radius: 0px;}
        ::-webkit-scrollbar-track { background: var(--background-dark); }
        ::-webkit-scrollbar-thumb { background: var(--primary-orange); border-radius: 10px; }
        ::-webkit-scrollbar-thumb:hover { background: var(--primary-orange-dark); }

        img { max-width: 100%; height: auto; display: block; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        section { padding: 100px 0; position: relative; }
        
        .section-title {
            font-size: clamp(2rem, 5vw, 2.8rem);
            font-weight: 800;
            text-align: center;
            margin-bottom: 60px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-light);
            position: relative;
        }
        .section-title span {
            background: linear-gradient(90deg, var(--primary-orange), #ff8533);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--primary-orange);
            border-radius: 2px;
        }


        @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
        @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); } 70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }
        
        .reveal {
            opacity: 0;
            transform: translateY(50px) scale(0.98);
            transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
        }
        .reveal.active {
            opacity: 1;
            transform: translateY(0) scale(1);
        }


        .header {
            padding: 20px 0;
            top: 0;
            width: 100%;
            z-index: 1000;
            background-color: rgba(10, 10, 10, 0.7);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            transition: background-color 0.3s ease, border-bottom-color 0.3s ease;
            border-bottom: 1px solid transparent;
        }
        .header.scrolled { border-bottom-color: var(--border-color); }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .header-logo img { margin-left: 30px; height: 120px; width: 120px; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .header-logo:hover img {  transform: scale(1.3) rotate(-15deg);}
        .main-nav ul { display: flex; gap: 40px; list-style: none; }
        .main-nav li a { font-weight: 600; color: var(--text-medium); transition: color 0.3s ease; padding: 5px 0; font-size: 16px; }
        .main-nav li a:hover { color: var(--text-light); }


        .hero-section {
            padding: 120px 0 80px;
            background: var(--background-dark) url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"%3E%3Cg fill-rule="evenodd"%3E%3Cg fill="%231a1a1a" fill-opacity="0.4"%3E%3Cpath opacity=".5" d="M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center/cover no-repeat;
            overflow: hidden;
        }
        .hero-content { display: flex; justify-content: space-between; align-items: center; }
        .hero-text { flex: 1; padding-right: 40px; }
        .hero-text h1 {
            font-size: clamp(3rem, 7vw, 5.5rem);
            font-weight: 900;
            margin-bottom: 20px;
            line-height: 1.1;
            letter-spacing: -2px;
            background: linear-gradient(90deg, #fff, #ccc);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .hero-text h1 span {
            display: block;
            background: linear-gradient(90deg, var(--primary-orange), #eb8d01);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .hero-text p {
            font-size: clamp(1rem, 2vw, 1.25rem);
            font-weight: 300;
            margin-bottom: 40px;
            color: var(--text-medium);
            max-width: 500px;
        }
        .hero-buttons { display: flex; gap: 20px; }
        .btn { display: inline-block; padding: 15px 35px; border-radius: 8px; font-weight: 600; font-size: 16px; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); cursor: pointer; border: none; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); text-align: center;}
        .btn-primary { background-color: var(--primary-orange); color: #fff; }
        .btn-primary:hover { background-color: var(--primary-orange-dark); transform: translateY(-3px); box-shadow: 0 7px 20px rgba(255, 102, 0, 0.3); }
        .btn-secondary { background-color: transparent; color: var(--text-light); border: 2px solid var(--border-color); }
        .btn-secondary:hover { background-color: var(--text-light); color: var(--text-dark); border-color: var(--text-light); transform: translateY(-3px); }
        .hero-image-wrapper { flex: 1; text-align: right; position: relative; }
        .hero-image { width: 100%; height: auto; max-width: 600px; margin-left: auto; animation: float 5s ease-in-out infinite; filter: drop-shadow(0 30px 20px rgba(0,0,0,0.4)); }

        .whatsapp-bubble { position: fixed; right: 30px; bottom: 30px; display: flex; align-items: center; justify-content: center; background-color: rgb(255, 255, 255); color: #fff; width: 60px; height: 60px; border-radius: 50%; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); cursor: pointer; transition: all 0.3s ease; z-index: 999; animation: pulse 2s infinite; }
        .whatsapp-bubble:hover { transform: scale(1.1); animation-play-state: paused; }
.whatsapp-bubble img {
    height: 60px;
    width: 60px;
    border-radius: 50px;
}


@media (max-width: 768px) {
    .whatsapp-bubble img {
        height: 50px;
        width: 50px;
    }
}


@media (max-width: 480px) {
    .whatsapp-bubble img {
        height: 42px;
        width: 42px;
    }
}

        .whatsapp-bubble .tooltip { position: absolute; right: 120%; top: 50%; transform: translateY(-50%); background-color: var(--background-card); color: var(--text-light); padding: 8px 15px; border-radius: 8px; font-size: 14px; font-weight: 500; white-space: nowrap; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
        .whatsapp-bubble:hover .tooltip { opacity: 1; visibility: visible; background-color: #fff; color: #050505;}

        .specialties-section { background-color: var(--background-dark); }
        .specialties-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
        .specialty-card {
            background-color: var(--background-card);
            border-radius: 15px;
            text-align: center;
            color: var(--text-light);
            
            position: relative;
            overflow: hidden;
            border: 1px solid var(--border-color);
            transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
        }

        .specialty-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.5);
            border-color: var(--primary-orange);
        }
        .specialty-card.is-open { border-color: var(--primary-orange); }
        .specialty-card-visual {
            height: 400px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 25px;
            cursor: pointer;
        }
        .specialty-card-visual::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 70%;
            background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
            z-index: 1;
        }
        .specialty-card img {
            position: absolute;
            top: 0;
            margin-left: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 300px;
            margin-bottom: 15px;
            height: auto;
            transition: transform 0.6s ease;
            filter: drop-shadow(0 10px 10px rgba(0,0,0,0.3));
        }
        
        .specialty-card:hover img { transform: translateX(-50%) scale(1.1) rotate(3deg); }
        .specialty-title {
            font-size: 28px;
            font-weight: 800;
            line-height: 1;
            position: relative;
            z-index: 2;
            text-shadow: 0 2px 10px rgba(0,0,0,0.7);
        }
        .specialty-title span { font-size: 16px; font-weight: 500; display: block; text-transform: uppercase; color: var(--text-medium); }
        
        .details-toggle {
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: 36px;
            height: 36px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .details-toggle:hover { background: var(--primary-orange); transform: scale(1.1); }
        .details-toggle svg { width: 18px; height: 18px; fill: var(--text-light); transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
        .specialty-card.is-open .details-toggle svg { transform: rotate(180deg); }

        .specialty-details {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out, padding 0.6s ease-in-out;
            text-align: left;
            padding: 0 50px;
        }
        .specialty-card.is-open .specialty-details {
            max-height: 250px;
            opacity: 1;
            padding: 10px 25px 25px;
        }
        .specialty-details h4 {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            color: var(--primary-orange);
            margin-bottom: 10px;
            border-bottom: 1px solid var(--border-color);
            padding-bottom: 5px;
        }
        .specialty-details ul { list-style: none; padding-left: 5px; }
        .specialty-details li {
            font-size: 15px;
            color: var(--text-medium);
            margin-bottom: 4px;
            position: relative;
            padding-left: 18px;
        }
        .specialty-details li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--primary-orange);
            font-weight: bold;
        }
        
        .menu-button-container {
             text-align: center;
              margin-top: 60px;
             }

        .menus-section {
         background-color: var(--background-dark);
         overflow: hidden;
        }

        .menus-slider-wrapper {
            position: relative;
        }

        .menus-slider {
            display: flex;
            gap: 30px;
            padding: 10px;
            cursor: pointer;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }
        .menus-slider::-webkit-scrollbar {
            display: none;
        }

        .menu-card {
            flex: 0 0 75%;
            max-width: 75%;
            scroll-snap-align: center;
            background-color: var(--background-card);
            border: 1px solid var(--border-color);
            border-radius: 15px;
            padding: 40px;
            display: flex;
            align-items: center;
            gap: 40px;
            color: var(--text-light);
            transition: background-color 0.3s ease;
        }
        .menu-card.dark {
            background-color: var(--background-card-hover);
        }

        .menu-details {
            flex: 2;
        }

        .menu-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
            color: var(--text-light);
        }
        .menu-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 70%;
            height: 3px;
            background-color: var(--primary-orange);
        }

        .menu-details p {
            font-size: 16px;
            margin-bottom: 10px;
            max-width: 400px;
            color: var(--text-medium);
        }

        .menu-price {
            font-size: 22px;
            font-weight: 500;
            margin-top: 20px;
            color: var(--text-light);
        }
        .menu-price span {
            font-weight: 800;
            font-size: 26px;
            color: var(--primary-orange);
        }

        .menu-image-combo {
            flex: 1;
            position: relative;
            height: 300px;
        }

        .menu-image-combo img {
            max-height: 900px;
            width: 800px;
            object-fit: contain;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
            filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.473));
        }

        .btn-view-product {
            margin-top: 25px;
        }

        .slider-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            margin-top: 40px;
        }

        .slider-dots {
            display: flex;
            gap: 10px;
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            background-color: var(--background-card-hover);
            border-radius: 50%;
            border: 2px solid var(--border-color);
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .slider-dot.active {
            background-color: var(--primary-orange);
            border-color: var(--primary-orange);
            transform: scale(1.2);
        }

        .footer {
            background-color: var(--background-footer);
            padding: 80px 0 20px;
            border-top: 3px solid var(--primary-orange);
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 50px;
        }
        .footer-column h4 {
            font-size: 18px;
            font-weight: 700;
            color: var(--text-light);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        .footer-column h4::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background-color: var(--primary-orange);
        }
        .footer-column p, .footer-column li {
            color: var(--text-medium);
            font-size: 15px;
            margin-bottom: 10px;
        }
        .footer-column ul {
            list-style: none;
        }
        .footer-column ul li a {
            transition: color 0.3s ease, padding-left 0.3s ease;
        }
        .footer-column ul li a:hover {
            color: var(--primary-orange);

            padding-left: 5px;
        }
        .footer-logo {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 24px;
            font-weight: 700;
            color: var(--primary-orange);
            margin-bottom: 20px;
        }
        .social-links { display: flex; gap: 15px; margin-top: 20px; }
        .social-links a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            background-color: var(--background-card);
            border-radius: 50%;
            transition: all 0.3s ease;
        }
        .social-links a:hover {
            background-color: var(--primary-orange);
            transform: translateY(-5px);
        }
        .social-links a svg { width: 18px; height: 18px; fill: var(--text-light); }
        .contact-item { display: flex; align-items: flex-start; gap: 10px; }
        .contact-item svg { margin-top: 4px; flex-shrink: 0; }
        
        .footer-bottom {
            text-align: center;
            padding-top: 20px;
            margin-top: 40px;
            border-top: 1px solid var(--border-color);
            color: var(--text-medium);
            font-size: 14px;
        }
        .footer-bottom a {
            color: var(--text-light);
            font-weight: 500;
        }


        @media (max-width: 1024px) {
            .hero-content {
                display: flex;
                flex-direction: column;
                text-align: center;
            }
        
            .hero-text {
                padding-right: 0;
                margin-bottom: 60px;
            }
        
            .hero-text p {
                margin-left: auto;
                margin-right: auto;
            }
        
            .hero-buttons {
                display: flex;
                justify-content: center;
            }
        
            .menu-card {
                flex: 0 0 90%;
                max-width: 90%;
                margin: 0 auto;
            }
        }


        @media (max-width: 768px) {
            .header-content {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }
        
            .main-nav ul {
                display: flex;
                gap: 20px;
                flex-wrap: wrap;
                justify-content: center;
            }
        
            .specialties-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 20px;
            }
        
            .menu-card {
                flex-direction: column;
                text-align: center;
                gap: 30px;
                padding: 30px;
                flex: 0 0 95%;
                max-width: 95%;
                margin: 0 auto;
            }
        
            .menu-image-combo {
                width: 100%;
                height: 200px;
            }
        
            .menu-image-combo img {
                position: static;
                transform: none;
                margin: 0 auto;
                max-height: 100%;
                display: block;
            }
        
            .footer-grid {
                display: grid;
                grid-template-columns: 1fr;
            }
        
            .footer-column {
                text-align: center;
            }

        
            .footer-column h4::after {
                left: 50%;
                transform: translateX(-50%);
            }
        
            .social-links {
                justify-content: center;
            }
        
            .contact-item {
                justify-content: center;
                text-align: left;
            }
        }


        @media (max-width: 480px) {
            .main-nav ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 15px;
            }
        
            .hero-buttons {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
        
            .btn {
                width: 100%;
            }
        
            .specialties-grid {
                display: grid;
                grid-template-columns: 1fr;
            }
        
            .whatsapp-bubble {
                width: 50px;
                height: 50px;
                right: 20px;
                bottom: 20px;
            }
        
            .whatsapp-bubble img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}
            .whatsapp-bubble:hover .tooltip {
                display: none;  
            }
        }