:root {
    --brand-primary: #111111;
    --brand-secondary: #4d4d4d;
    --brand-accent: #c8a26a;
    --brand-cream: #f7f3ed;
    --brand-text: #171717;
    --brand-muted: #66615a;
    --glass-bg: rgba(255, 255, 255, 0.78);
    --glass-border: rgba(20, 20, 20, 0.08);
    --shadow-soft: 0 22px 50px rgba(17, 17, 17, 0.08);
    --radius-xl: 1.35rem;
}

* {
    box-sizing: border-box;
}

body.site-body {
    margin: 0;
    min-height: 100vh;
    color: var(--brand-text);
    font-family: "Cairo", sans-serif;
    background:
        radial-gradient(circle at 15% 20%, rgba(200, 162, 106, 0.14), transparent 34%),
        radial-gradient(circle at 88% 16%, rgba(17, 17, 17, 0.06), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, var(--brand-cream) 100%);
    position: relative;
    overflow-x: hidden;
}

body.lang-en {
    font-family: "Cairo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-font {
    font-family: "Playfair Display", serif;
}

.bg-orb {
    position: fixed;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    filter: blur(55px);
    z-index: -1;
    opacity: 0.22;
}

.orb-one {
    background: rgba(200, 162, 106, 0.45);
    top: -90px;
    left: -80px;
}

.orb-two {
    background: rgba(17, 17, 17, 0.16);
    bottom: -140px;
    right: -90px;
}

.luxury-navbar {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
    position: relative;
}

.luxury-navbar::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.brand-emblem {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(140deg, var(--brand-primary), #2d2d2d);
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.18);
    font-size: 0.85rem;
}

.brand-text {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.nav-link {
    color: var(--brand-text);
    font-weight: 600;
    border-radius: 999px;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link.active {
    background: rgba(17, 17, 17, 0.06);
    color: var(--brand-primary);
}

.btn-brand {
    border: 0;
    color: #fff;
    background: linear-gradient(140deg, var(--brand-primary), #2d2d2d);
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.18);
}

.btn-brand:hover,
.btn-brand:focus {
    color: #fff;
    transform: translateY(-2px);
}

.btn-ghost {
    border: 1px solid rgba(17, 17, 17, 0.12);
    color: var(--brand-text);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
}

.btn-ghost:hover,
.btn-ghost:focus {
    color: var(--brand-primary);
    border-color: rgba(17, 17, 17, 0.22);
    box-shadow: 0 12px 26px rgba(17, 17, 17, 0.08);
}

.cart-badge {
    position: absolute;
    top: -7px;
    right: -9px;
    min-width: 1.25rem;
}

[dir="rtl"] .cart-badge {
    right: auto;
    left: -9px;
}

.hero-section {
    position: relative;
    border-radius: var(--radius-xl);
    min-height: 66vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    box-shadow: 0 26px 60px rgba(17, 17, 17, 0.12);
}

.premium-hero {
    padding: 2rem 1.25rem;
}

.hero-image-layer {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(120deg, rgba(16, 16, 16, 0.8), rgba(16, 16, 16, 0.34)), url('https://images.unsplash.com/photo-1540189549336-e6e99c3679fe?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.08), transparent 28%),
        radial-gradient(circle at 70% 20%, rgba(200, 162, 106, 0.12), transparent 22%),
        linear-gradient(120deg, rgba(16, 16, 16, 0.36), rgba(16, 16, 16, 0.08));
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
    padding: clamp(1.25rem, 3vw, 2.2rem);
}

.hero-single {
    max-width: 860px;
    margin-inline: auto;
    text-align: center;
}

.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.8rem);
    line-height: 1.15;
    text-wrap: balance;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.hero-lead {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    max-width: 44rem;
    margin-inline: auto;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    padding: 0.55rem 0.95rem;
    backdrop-filter: blur(10px);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    max-width: 540px;
    margin-inline: auto;
}

.hero-stat {
    padding: 0.85rem 0.75rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.92);
    text-align: center;
    box-shadow: 0 12px 26px rgba(17, 17, 17, 0.07);
    border: 1px solid rgba(17, 17, 17, 0.06);
}

.hero-stat strong {
    display: block;
    color: var(--brand-primary);
    font-size: 1.35rem;
    line-height: 1;
}

.hero-stat span {
    display: block;
    margin-top: 0.3rem;
    color: var(--brand-muted);
    font-size: 0.88rem;
}

.highlight-card {
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 243, 237, 0.82));
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.08);
    backdrop-filter: blur(10px);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(17, 17, 17, 0.12);
}

.highlight-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(140deg, var(--brand-primary), #373737);
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.16);
    font-size: 1.1rem;
}

.highlight-title {
    font-size: 1.2rem;
}

.highlight-text {
    color: var(--brand-muted);
}

.flash-deal-panel {
    border-radius: var(--radius-xl);
    background: linear-gradient(120deg, #0d0d0d, #3e3e3e 52%, #c8a26a);
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.18);
    position: relative;
    overflow: hidden;
}

.flash-deal-panel::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 70%);
    top: -80px;
    inset-inline-end: -70px;
}

.flash-deal-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-size: 0.88rem;
}

.deal-timer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.deal-time-box {
    text-align: center;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    padding: 0.65rem 0.45rem;
}

.deal-time-box strong {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
}

.deal-time-box span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
}

.home-category-search-wrap {
    width: min(320px, 100%);
}

.home-category-search-wrap .form-control {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 17, 17, 0.14);
}

.daypart-banner {
    border-radius: 1rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.9), rgba(200, 162, 106, 0.2));
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--brand-text);
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.06);
}

.daypart-banner i {
    width: 2rem;
    height: 2rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(140deg, var(--brand-primary), #444);
}

.daypart-banner strong {
    font-size: 0.93rem;
}

.daypart-banner span {
    color: var(--brand-muted);
    font-size: 0.9rem;
}

.home-announcement {
    border-radius: 0.95rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(200, 162, 106, 0.2));
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.home-announcement i {
    color: var(--brand-primary);
    font-size: 1.05rem;
}

.home-announcement p {
    color: var(--brand-text);
    font-weight: 600;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-announcement p.fade {
    opacity: 0;
    transform: translateY(4px);
}

.quick-picks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 0.8rem;
}

.quick-pick-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-radius: 1rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.86);
    color: var(--brand-text);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.quick-pick-item:hover {
    transform: translateY(-4px);
    border-color: rgba(17, 17, 17, 0.22);
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.1);
}

.quick-pick-name {
    font-weight: 700;
}

.quick-pick-price {
    font-size: 0.88rem;
    color: var(--brand-muted);
}

.quick-pick-main {
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.quick-pick-main:hover {
    color: inherit;
}

.quick-pick-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
}

.quick-pick-fav .bi-heart-fill {
    color: #d11b4a;
}

.recently-viewed-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
}

.recently-viewed-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.recently-viewed-card h3 {
    font-size: 1.02rem;
    margin-bottom: 0.75rem;
}

.cart-toast {
    position: fixed;
    inset-inline-end: 1rem;
    bottom: 5.2rem;
    z-index: 1060;
    width: min(340px, calc(100% - 2rem));
    padding: 0.75rem;
    border-radius: 1rem;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.14);
    transform: translateY(18px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.cart-toast.show {
    transform: translateY(0);
    opacity: 1;
}

.cart-toast-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.cart-toast-title {
    display: block;
    font-size: 0.9rem;
}

.cart-toast-text {
    font-size: 0.84rem;
    color: var(--brand-muted);
    max-width: 12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.glass-panel {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-xl);
    box-shadow: 0 16px 34px rgba(17, 17, 17, 0.06);
}

.category-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.category-card::before {
    content: "";
    position: absolute;
    inset: auto -30% -50% auto;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 162, 106, 0.2), transparent 72%);
}

.category-card:hover {
    transform: translateY(-7px);
    border-color: rgba(17, 17, 17, 0.14);
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.1);
}

.category-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-inline: auto;
    border-radius: 1rem;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-primary), #4b4b4b);
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.14);
}

.category-card h5 {
    font-size: 1.05rem;
}

.section-title {
    font-size: clamp(1.6rem, 2.5vw, 2.35rem);
}

.section-title::after {
    content: "";
    display: block;
    width: 76px;
    height: 4px;
    margin-top: 0.5rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
}

.section-subtitle {
    color: var(--brand-muted);
}

.food-card {
    border: 0;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 237, 0.88));
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    height: 100%;
}

.food-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12);
}

.food-card .card-body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(247, 243, 237, 0.48));
}

.food-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.price-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.85rem;
    color: #fff;
    background: linear-gradient(140deg, #111111, #484848);
}

.category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.category-pill {
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: rgba(255, 255, 255, 0.82);
    color: var(--brand-text);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    font-weight: 600;
}

.category-pill.active,
.category-pill:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(140deg, var(--brand-primary), #474747);
}

.menu-hero-panel {
    border-radius: var(--radius-xl);
    background: linear-gradient(120deg, rgba(17, 17, 17, 0.97), rgba(50, 50, 50, 0.92));
    color: #fff;
    box-shadow: 0 26px 54px rgba(17, 17, 17, 0.16);
}

.menu-hero-panel .section-title,
.menu-hero-panel .section-subtitle {
    color: #fff;
}

.menu-hero-panel .section-subtitle {
    opacity: 0.84;
}

.menu-hero-panel .section-title::after {
    background: linear-gradient(90deg, #ffffff, var(--brand-accent));
}

.menu-hero-points {
    margin-top: 0.25rem;
}

.menu-point-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.88rem;
}

.menu-kpi-card {
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 0.8rem 0.55rem;
}

.menu-kpi-card strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
}

.menu-kpi-card span {
    display: block;
    font-size: 0.78rem;
    opacity: 0.85;
    margin-top: 0.35rem;
}

.menu-qr-quick {
    border-radius: 0.95rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.menu-qr-quick strong,
.menu-qr-quick small {
    color: #fff;
}

.checkout-qr-wrap img {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.customer-gallery-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    background: rgba(17, 17, 17, 0.06);
    color: var(--brand-text);
    border: 1px solid rgba(17, 17, 17, 0.08);
    font-size: 0.9rem;
}

.customer-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.customer-gallery-card {
    border-radius: 1.2rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
    border: 1px solid rgba(17, 17, 17, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.customer-gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.12);
}

.customer-gallery-image-wrap {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.customer-gallery-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.customer-gallery-card:hover .customer-gallery-image-wrap img {
    transform: scale(1.04);
}

.customer-gallery-image-wrap::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 45%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
}

.customer-gallery-content {
    padding: 0.95rem 1rem 1.05rem;
}

.customer-gallery-content h3 {
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.customer-gallery-content p {
    color: var(--brand-muted);
    font-size: 0.92rem;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .customer-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .customer-gallery-grid {
        grid-template-columns: 1fr;
    }
}

.menu-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.menu-filter-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.84rem;
}

.menu-mini-badge,
.menu-mini-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.2rem 0.6rem;
    font-size: 0.72rem;
    margin-inline-end: 0.35rem;
    margin-bottom: 0.25rem;
}

.menu-mini-badge {
    background: rgba(17, 17, 17, 0.9);
    color: #fff;
}

.menu-mini-tag {
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: rgba(255, 255, 255, 0.92);
}

.menu-food-card .btn.rounded-circle {
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: inline-grid;
    place-items: center;
    border-color: rgba(17, 17, 17, 0.2);
}

.menu-food-card .btn.rounded-circle .bi-heart-fill {
    color: #d11b4a;
}

.menu-products-list .menu-col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.menu-products-list .menu-food-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.menu-products-list .menu-food-card > img {
    width: 260px;
    height: auto;
    min-height: 220px;
    object-fit: cover;
    flex-shrink: 0;
}

.menu-products-list .menu-food-card > div {
    width: 100%;
}

.menu-products-list .menu-card-actions {
    max-width: 340px;
}

.menu-view-switch .btn.active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(140deg, var(--brand-primary), #434343);
}

.printed-menu-panel {
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, #f8efe4 0%, #f3e4d4 100%);
    border: 1px solid rgba(179, 88, 27, 0.16);
    box-shadow: 0 20px 44px rgba(120, 68, 28, 0.12);
}

.printed-menu-panel h3 {
    color: #9b4515;
    font-family: "Playfair Display", serif;
}

.printed-menu-note {
    font-size: 0.85rem;
    color: #8c5f3f;
    background: rgba(255, 255, 255, 0.58);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
}

.printed-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.printed-menu-chip {
    border-radius: 0.9rem;
    padding: 0.65rem 0.85rem;
    text-align: center;
    background: #b95d21;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(120, 68, 28, 0.18);
}

.review-card {
    border-radius: var(--radius-xl);
    border: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 237, 0.84));
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.08);
}

.review-stars {
    color: #c8a26a;
}

.cta-banner {
    border-radius: var(--radius-xl);
    background: linear-gradient(120deg, rgba(17, 17, 17, 0.98), rgba(72, 72, 72, 0.94));
    color: #fff;
    box-shadow: 0 22px 50px rgba(17, 17, 17, 0.16);
}

.cta-banner p,
.cta-banner h3 {
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.site-footer {
    margin-top: 3rem;
    background: linear-gradient(180deg, #111111 0%, #0a0a0a 100%);
    color: rgba(255, 250, 242, 0.9);
}

.footer-title,
.footer-subtitle {
    color: #fff;
}

.footer-links a {
    color: rgba(255, 250, 242, 0.9);
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    background: rgba(0, 0, 0, 0.18);
    font-size: 0.9rem;
}

.floating-whatsapp {
    position: fixed;
    inset-inline-end: 1.1rem;
    bottom: 1.1rem;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: #fff;
    font-size: 1.45rem;
    text-decoration: none;
    background: linear-gradient(145deg, #0ea95d, #119c50);
    box-shadow: 0 16px 34px rgba(14, 169, 93, 0.35);
    z-index: 1050;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-3px) scale(1.02);
    color: #fff;
    box-shadow: 0 20px 38px rgba(14, 169, 93, 0.45);
}

.scroll-top-btn {
    position: fixed;
    inset-inline-end: 1.1rem;
    bottom: 5.1rem;
    width: 2.85rem;
    height: 2.85rem;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(140deg, #1c1c1c, #494949);
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.3);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 1040;
}

.scroll-top-btn.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.table-luxury {
    background: rgba(255, 255, 255, 0.92);
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.cart-utility-panel {
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.82);
    padding: 0.8rem 0.9rem;
}

.cart-utility-panel strong {
    font-size: 0.92rem;
}

.form-control,
.form-select {
    border-radius: 0.8rem;
    border-color: rgba(123, 94, 79, 0.25);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(17, 17, 17, 0.26);
    box-shadow: 0 0 0 0.25rem rgba(17, 17, 17, 0.08);
}

[data-animate] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-animate].animate-in {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.08s;
}

.delay-2 {
    transition-delay: 0.16s;
}

.delay-3 {
    transition-delay: 0.24s;
}

@media (max-width: 991px) {
    .hero-section {
        min-height: 56vh;
    }

    .hero-content {
        padding: 1.5rem;
    }

    .hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-section {
        min-height: 64vh;
    }

    .hero-content {
        padding: 1.15rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-meta {
        gap: 0.5rem;
    }

    .food-card img {
        height: 190px;
    }

    .menu-products-list .menu-food-card {
        display: block;
    }

    .menu-products-list .menu-food-card > img {
        width: 100%;
        min-height: 190px;
    }

    .deal-timer {
        grid-template-columns: 1fr;
    }

    .floating-whatsapp {
        width: 3rem;
        height: 3rem;
        font-size: 1.25rem;
        inset-inline-end: 0.85rem;
        bottom: 0.85rem;
    }

    .cart-toast {
        inset-inline-end: 0.75rem;
        width: calc(100% - 1.5rem);
        bottom: 4.5rem;
    }

    .scroll-top-btn {
        inset-inline-end: 0.85rem;
        bottom: 4rem;
        width: 2.6rem;
        height: 2.6rem;
    }

    .cart-utility-panel .btn {
        padding-inline: 0.7rem;
    }
}
