/* Estilos adicionales para menu-restaurant.php */

body {
    font-family: 'Montserrat', 'Quicksand', Arial, sans-serif;
    background: #181a1b;
    color: #f8f9fa;
}

.hero {
    position: relative;
    width: 100%;
    min-height: 320px;
    max-height: 420px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: #23272b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24,26,27,0.35) 0%, rgba(24,26,27,0.75) 85%);
    pointer-events: none;
}

.hero .hero-content {
    z-index: 3;
}

.hero .hero-title {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #ffd54f;
}

.hero .hero-subtitle {
    font-size: 1.15rem;
    color: #f1f3f5;
    max-width: 540px;
}

.logo-hero {
    top: 16px;
    right: 16px;
    width: 150px;
    height: 150px;
}

.menu-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 2rem auto;
    color: #dfe6e9;
}

.menu-intro p {
    font-size: 1.05rem;
    line-height: 1.6;
}

.consult-text {
    margin-top: auto;
    color: #81ecec;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.consult-text svg {
    width: 18px;
    height: 18px;
}

.promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(67, 160, 71, 0.12);
    color: #69f0ae;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.65rem;
}

.badge-featured {
    background: linear-gradient(90deg, #ff9800 60%, #ffc107 100%);
    color: #1b2631 !important;
}

.btn-menu-call {
    border-radius: 30px;
    padding: 0.85rem 2.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-menu-call i {
    margin-right: 0.6rem;
}

.navbar {
    background: #121415;
}

.navbar .navbar-brand {
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffe082 !important;
}

.category-wrapper {
    background: #1c1f21;
    border-radius: 16px;
    padding: 1.2rem 1.4rem;
    box-shadow: 0 8px 22px rgba(0,0,0,0.3);
}

.btn-category {
    border-radius: 999px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-category.active {
    box-shadow: 0 0 0 3px rgba(255,255,255,0.18);
}

.card.menu-card {
    border: 1px solid rgba(255,255,255,0.08);
}

.card.menu-card .card-text {
    color: #f8f9fa;
}

.empty-message {
    color: #b0bec5;
    text-align: center;
    padding: 2rem 1rem;
}

@media (max-width: 576px) {
    .logo-hero {
        width: 110px;
        height: 110px;
        top: 10px;
        right: 10px;
    }

    .hero .hero-title {
        font-size: 1.6rem;
    }

    .hero .hero-subtitle {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .btn-menu-call {
        width: 100%;
        justify-content: center;
    }
}
