/* ==========================================================================
   Sabriye Sultan Ev Yemekleri - Tasarım Sistemi (Aydınlık & Sıcak Porselen)
   ========================================================================== */

:root {
    --primary: #d97706;
    --primary-dark: #b45309;
    --primary-light: #fef3c7;
    --accent: #ea580c;
    --accent-glow: rgba(234, 88, 12, 0.15);
    --dark-bg: #f9f7f2;
    --dark-card: #ffffff;
    --dark-card-hover: #ffffff;
    --glass-border: rgba(226, 232, 240, 0.85);
    --glass-border-gold: rgba(217, 119, 6, 0.25);
    --text-main: #292524;
    --text-muted: #78716c;
    --text-dark: #1c1917;
    --radius-lg: 20px;
    --radius-md: 14px;
    --radius-sm: 8px;
    --bottom-bar-height: 64px;
    --card-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
    --card-shadow-hover: 0 20px 35px -8px rgba(217, 119, 6, 0.12), 0 4px 12px -2px rgba(0, 0, 0, 0.03);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, .brand-font {
    font-family: 'Outfit', sans-serif;
}

html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    touch-action: pan-y;
}

body {
    background-color: var(--dark-bg);
    color: var(--text-main);
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    line-height: 1.6;
    position: relative;
    padding-bottom: 0;
    touch-action: pan-y;
    overscroll-behavior-x: none;
}

.page-wrap {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

/* Mobilde alt bar için alt boşluk */
@media (max-width: 768px) {
    body {
        padding-bottom: calc(var(--bottom-bar-height) + 16px + env(safe-area-inset-bottom));
    }
}

/* Akıcı Arka Plan Işıltıları (Glow orbs - Sıcak ve hafif) */
.ambient-glow {
    position: fixed;
    border-radius: 50%;
    filter: blur(140px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
}
.glow-1 {
    top: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: #fde68a;
}
.glow-2 {
    top: 40%;
    right: -150px;
    width: 600px;
    height: 600px;
    background: #fed7aa;
}
.glow-3 {
    bottom: 5%;
    left: 20%;
    width: 450px;
    height: 450px;
    background: #fef3c7;
}

.page-wrap {
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   Header / Navbar (Buzlu Beyaz Porselen & Zarif Altın Çerçeve)
   ========================================================================== */
header.nav-header {
    position: sticky;
    top: 14px;
    z-index: 100;
    margin: 0 auto;
    width: calc(100% - 28px);
    max-width: 1240px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 9999px;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-logo-nav {
    height: 42px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(217, 119, 6, 0.25));
    transition: transform 0.3s ease;
}
.nav-brand:hover .brand-logo-nav {
    transform: scale(1.04);
}

.brand-text-nav {
    display: flex;
    flex-direction: column;
}

.brand-title-nav {
    font-size: 1.12rem;
    font-weight: 800;
    color: #1e1b18;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.brand-subtitle-nav {
    font-size: 0.7rem;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
}

.nav-link {
    color: #44403c;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    transition: color 0.2s ease;
    position: relative;
}
.nav-link:hover {
    color: var(--primary);
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--primary);
    transition: width 0.3s ease;
    border-radius: 2px;
}
.nav-link:hover::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Canlı Durum Rozeti */
.live-status-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #059669;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #10b981;
    box-shadow: 0 0 10px #10b981;
    animation: pulseDot 2s infinite ease-in-out;
}
.status-closed {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.25);
    color: #dc2626;
}
.status-closed .status-dot {
    background-color: #ef4444;
    box-shadow: 0 0 10px #ef4444;
}

@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.8); }
}

.btn-header-wa {
    display: flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
    padding: 8px 18px;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}
.btn-header-wa:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
}

.mobile-menu-btn {
    display: none;
    background: #f1f5f9;
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 8px;
    color: #1e1b18;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

/* Mobil Drawer (Aydınlık & Ferah) */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 340px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-left: 1px solid var(--glass-border-gold);
    z-index: 1000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.15);
}
.mobile-nav-drawer.open {
    right: 0;
}

.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--glass-border);
}
.drawer-close-btn {
    background: #f1f5f9;
    border: none;
    color: #1e1b18;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
}

.drawer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
}
.drawer-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #44403c;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 14px;
    border-radius: 12px;
    transition: all 0.2s ease;
}
.drawer-link:hover, .drawer-link:active {
    background: rgba(245, 158, 11, 0.12);
    color: var(--primary-dark);
}

/* ==========================================================================
   Hero Bölümü (Aydınlık & Sıcak Butik Gurme Atmosferi)
   ========================================================================== */
.hero-section {
    position: relative;
    min-height: 86vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 80px;
    overflow: hidden;
}

.hero-bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1), transform 8s ease-out;
    transform: scale(1.08);
}
.hero-slide.active {
    opacity: 0.85;
    transform: scale(1);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(249, 247, 242, 0.78) 0%, rgba(249, 247, 242, 0.94) 75%, #f9f7f2 100%);
    z-index: -1;
}

.hero-grid-container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 52px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Sol Kolon: Başlık ve Sipariş Yönlendirmeleri */
.hero-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.hero-delivery-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(254, 243, 199, 0.85);
    border: 1px solid rgba(217, 119, 6, 0.35);
    color: #b45309;
    padding: 8px 18px;
    border-radius: 9999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 22px;
    box-shadow: 0 4px 15px rgba(217, 119, 6, 0.1);
}
.pulse-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #10b981;
    box-shadow: 0 0 8px #10b981;
    animation: pulseDot 2s infinite ease-in-out;
}

.hero-title-elegant {
    font-size: clamp(2.4rem, 4.4vw, 3.9rem);
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: -1.6px;
    margin-bottom: 18px;
    color: #1e1b18;
}

.hero-lead-text {
    font-size: clamp(1.02rem, 1.35vw, 1.18rem);
    color: #57534e;
    line-height: 1.7;
    margin-bottom: 34px;
    max-width: 600px;
}
.hero-lead-text strong {
    color: #b45309;
    font-weight: 700;
}

/* Sipariş Aksiyon Grubu */
.hero-order-actions-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 550px;
    margin-bottom: 34px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(217, 119, 6, 0.25);
    border-radius: 24px;
    padding: 18px 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-buttons-row {
    display: flex;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    flex-wrap: wrap;
}

/* 1. Ana Sipariş Butonu (WhatsApp ile Hızlı Sipariş) */
.btn-hero-order-primary {
    flex: 1;
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.btn-hero-order-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 35px rgba(37, 211, 102, 0.5);
}
.btn-order-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.btn-order-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.btn-order-heading {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
}
.btn-order-caption {
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin-top: 2px;
}

/* 2. Menüyü Gör Butonu */
.btn-hero-menu-secondary {
    flex: 1;
    min-width: 230px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    backdrop-filter: blur(16px);
    color: #1e1b18;
    text-decoration: none;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}
.btn-hero-menu-secondary:hover {
    background: #fffdfa;
    border-color: #d97706;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(217, 119, 6, 0.15);
}
.btn-menu-icon {
    font-size: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.btn-hero-menu-secondary .btn-order-heading {
    color: #1e1b18;
}
.btn-hero-menu-secondary .btn-order-caption {
    color: #78716c;
}

/* Hızlı Arama Butonu */
.hero-phone-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.86rem;
    color: var(--text-muted);
}
.hero-phone-link {
    color: #b45309;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(254, 243, 199, 0.9);
    border: 1px solid rgba(217, 119, 6, 0.25);
    padding: 4px 12px;
    border-radius: 9999px;
    transition: all 0.2s;
}
.hero-phone-link:hover {
    background: #d97706;
    color: #ffffff;
}

/* Zarif Güven & Servis Çubuğu */
.hero-trust-strip {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}
.trust-strip-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    color: #44403c;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    padding: 7px 15px;
    border-radius: 9999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease;
}
.trust-strip-item:hover {
    border-color: rgba(217, 119, 6, 0.45);
    background: #fffdfa;
    color: #1e1b18;
    transform: translateY(-2px);
}
.trust-strip-item span.icon {
    font-size: 1.05rem;
}

/* Sağ Kolon: Günün Öne Çıkan Sipariş Vitrini (Showcase Card) */
.hero-showcase-wrap {
    display: flex;
    justify-content: center;
    position: relative;
}

.hero-dish-showcase {
    background: #ffffff;
    border: 1px solid rgba(217, 119, 6, 0.25);
    border-radius: 28px;
    padding: 22px;
    max-width: 440px;
    width: 100%;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.07), 0 0 25px rgba(217, 119, 6, 0.06);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.hero-dish-showcase:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -12px rgba(217, 119, 6, 0.15);
}

.showcase-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.showcase-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(254, 243, 199, 0.9);
    border: 1px solid rgba(217, 119, 6, 0.35);
    color: #b45309;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.showcase-rating {
    font-size: 0.8rem;
    color: #d97706;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.showcase-img-wrap {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #f1f5f9;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.showcase-dish-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.hero-dish-showcase:hover .showcase-dish-img {
    transform: scale(1.06);
}

/* Resim Üstü Fiyat ve Teslimat Rozetleri */
.showcase-price-badge {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: #ffffff;
    border: 1px solid rgba(217, 119, 6, 0.35);
    color: #b45309;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.showcase-delivery-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #10b981;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 9999px;
    font-size: 0.74rem;
    font-weight: 700;
}

.showcase-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}
.showcase-dish-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1e1b18;
    letter-spacing: -0.3px;
}
.showcase-dish-desc {
    font-size: 0.86rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.btn-showcase-order {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 20px;
    background: linear-gradient(135deg, #ea580c 0%, #d97706 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 800;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(234, 88, 12, 0.35);
    transition: all 0.3s ease;
}
.btn-showcase-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(234, 88, 12, 0.5);
}

/* ==========================================================================
   Genel Bölüm Stilleri
   ========================================================================== */
section {
    padding: 80px 20px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

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

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(254, 243, 199, 0.9);
    color: #b45309;
    border: 1px solid rgba(217, 119, 6, 0.3);
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    font-size: clamp(1.9rem, 3.4vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -1.2px;
    color: #1e1b18;
    margin-bottom: 12px;
    line-height: 1.2;
}

.section-desc {
    font-size: 1.02rem;
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto;
}

/* ==========================================================================
   KULLANICI KATEGORİ PANELİ & MENÜ DÜZENİ (Screenshot Tasarımı)
   ========================================================================== */

/* Menü Üst Kontrolleri: Arama ve TGo Durumu */
.menu-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.menu-search-box {
    position: relative;
    flex: 1;
    min-width: 280px;
    max-width: 520px;
}
.menu-search-input {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    color: #1e1b18;
    padding: 13px 18px 13px 48px;
    border-radius: 9999px;
    font-size: 0.95rem;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}
.menu-search-input:focus {
    border-color: #d97706;
    box-shadow: 0 0 16px rgba(217, 119, 6, 0.18);
    background: #ffffff;
}
.menu-search-input::placeholder {
    color: #94a3b8;
}
.search-icon-svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #d97706;
    pointer-events: none;
}

.menu-info-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.88rem;
    color: var(--text-muted);
}
.tgo-badge-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(249, 115, 22, 0.1);
    color: #ea580c;
    border: 1px solid rgba(249, 115, 22, 0.25);
    padding: 8px 16px;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.84rem;
    transition: all 0.2s;
}
.tgo-badge-btn:hover {
    background: #ea580c;
    color: #ffffff;
}

/* Mobil Üst Yatay Kategori Çubuğu (Sticky) */
.mobile-categories-sticky {
    display: none;
}

@media (max-width: 1024px) {
    .mobile-categories-sticky {
        display: flex;
        position: sticky;
        top: 60px;
        z-index: 85;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid rgba(226, 232, 240, 0.85);
        border-bottom: 1px solid rgba(217, 119, 6, 0.25);
        padding: 9px 12px;
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        touch-action: pan-x;
    }
    .mobile-categories-sticky::-webkit-scrollbar {
        display: none;
    }
    .mobile-cat-pill {
        display: inline-flex;
        align-items: center;
        background: #ffffff;
        border: 1px solid rgba(226, 232, 240, 0.95);
        color: #57534e;
        padding: 8px 16px;
        border-radius: 9999px;
        font-size: 0.86rem;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
        margin-right: 8px;
        flex-shrink: 0;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
        transition: all 0.2s ease;
    }
    .mobile-cat-pill:first-child {
        margin-left: 0;
    }
    .mobile-cat-pill:last-child {
        margin-right: 14px;
    }
    .mobile-cat-pill.active {
        background: #d97706;
        color: #ffffff;
        font-weight: 800;
        border-color: #d97706;
        box-shadow: 0 4px 12px rgba(217, 119, 6, 0.35);
    }
}

/* Masaüstü 2-Kolon Menü Düzeni (Sol: Kategoriler Sidebar, Sağ: Ürünler) */
.menu-layout-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 36px;
    align-items: start;
}

/* Resimdeki Birebir "Kategoriler" Paneli */
.categories-sidebar {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
}

.categories-heading {
    font-size: 1.45rem;
    font-weight: 800;
    color: #1e1b18;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
    padding-left: 4px;
}

/* Modern Aydınlık Porselen & Altın Göstergeli Kategoriler Kartı */
.categories-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 24px;
    padding: 14px 0;
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.category-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 22px 13px 22px;
    text-decoration: none;
    color: #57534e;
    font-size: 0.98rem;
    font-weight: 500;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.category-nav-item:hover {
    color: #b45309;
    background: rgba(245, 158, 11, 0.06);
    padding-left: 26px;
}

/* Aktif Kategori: Sıcak Altın Vurgu ve Işıltılı Gösterge Çizgisi */
.category-nav-item.active {
    color: #b45309;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(245, 158, 11, 0.12) 0%, rgba(245, 158, 11, 0.01) 100%);
}

.category-nav-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    background: linear-gradient(180deg, #f59e0b, #ea580c);
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.6);
}

/* Mobilde masaüstü sidebar'ı gizle */
@media (max-width: 1024px) {
    .menu-layout-grid {
        grid-template-columns: 1fr;
    }
    .categories-sidebar {
        display: none;
    }
}

/* ==========================================================================
   Kategori Bölümleri & Yemek Kartları (Porselen & Gurme)
   ========================================================================== */
.category-section {
    margin-bottom: 50px;
    scroll-margin-top: 100px;
}

.category-section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.category-section-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #1e1b18;
    letter-spacing: -0.5px;
}

.category-section-count {
    font-size: 0.9rem;
    color: #b45309;
    font-weight: 700;
}

/* Yemek Kartları Grid */
.food-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.food-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    position: relative;
}
.food-card:hover {
    transform: translateY(-5px);
    border-color: rgba(217, 119, 6, 0.35);
    box-shadow: 0 18px 35px -10px rgba(217, 119, 6, 0.12), 0 4px 12px -2px rgba(0, 0, 0, 0.03);
}

.food-img-wrapper {
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: #f1f5f9;
}
.food-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.food-card:hover .food-img {
    transform: scale(1.08);
}

.food-like-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #10b981;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.food-content {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.food-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.food-title {
    font-size: 1.12rem;
    font-weight: 700;
    color: #1e1b18;
    line-height: 1.3;
}

.food-price-tag {
    background: #fef3c7;
    border: 1px solid rgba(217, 119, 6, 0.28);
    color: #b45309;
    font-weight: 800;
    font-size: 1rem;
    padding: 3px 10px;
    border-radius: 9999px;
    white-space: nowrap;
    letter-spacing: -0.3px;
}

.food-desc {
    font-size: 0.84rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
}

.food-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid rgba(241, 245, 249, 1);
    padding-top: 12px;
}

.btn-order-wa {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(37, 211, 102, 0.1);
    color: #16a34a;
    border: 1px solid rgba(37, 211, 102, 0.28);
    padding: 7px 14px;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    outline: none;
    transition: all 0.25s ease;
}
.btn-order-wa:hover {
    background: #16a34a;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
}

.btn-tgo-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(249, 115, 22, 0.08);
    color: #ea580c;
    border: 1px solid rgba(249, 115, 22, 0.22);
    padding: 7px 11px;
    border-radius: 9999px;
    font-size: 0.74rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}
.btn-tgo-link:hover {
    background: #ea580c;
    color: #ffffff;
}

.no-results-box {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border: 1px dashed rgba(226, 232, 240, 0.95);
    border-radius: var(--radius-lg);
}

/* ==========================================================================
   Günün Menüsünü Sor / Sipariş İletişim Kutusu
   ========================================================================== */
.quick-inquiry-box {
    margin-top: 48px;
    background: linear-gradient(135deg, #ffffff 0%, #fffdf8 100%);
    border: 1px solid rgba(217, 119, 6, 0.28);
    border-radius: 24px;
    padding: 32px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    box-shadow: 0 12px 30px -6px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}
.quick-inquiry-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b, #ea580c, #25D366);
}
.quick-inquiry-content h4 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1e1b18;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}
.quick-inquiry-content p {
    font-size: 0.95rem;
    color: #57534e;
    max-width: 620px;
    line-height: 1.55;
    margin: 0;
}
.quick-inquiry-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.btn-glow-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 13px 24px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(234, 88, 12, 0.35);
    transition: all 0.25s ease;
    white-space: nowrap;
}
.btn-glow-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(234, 88, 12, 0.5);
    color: #ffffff !important;
}
.btn-glow-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 13px 24px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.25s ease;
    white-space: nowrap;
}
.btn-glow-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
    color: #ffffff !important;
}

.feature-box.feature-highlight {
    border-color: rgba(217, 119, 6, 0.4);
    background: linear-gradient(180deg, rgba(254, 243, 199, 0.4) 0%, #ffffff 100%);
    box-shadow: 0 10px 25px rgba(217, 119, 6, 0.08);
}

/* İkincil Buton */
.btn-glass-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    color: #1e1b18 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 13px 24px;
    border-radius: 9999px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}
.btn-glass-secondary:hover {
    background: #fffdfa;
    border-color: #d97706;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(217, 119, 6, 0.15);
    color: #b45309 !important;
}

/* Sabriye Sultan Özel Hikaye Vitrini */
.sabriye-story-card {
    background: linear-gradient(135deg, #ffffff 0%, #fffdf9 100%);
    border: 1px solid rgba(217, 119, 6, 0.28);
    border-radius: 28px;
    padding: 34px 38px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 40px -8px rgba(0, 0, 0, 0.05);
}
.sabriye-story-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #f59e0b 0%, #ea580c 100%);
}
.story-badge-wrap {
    margin-bottom: 14px;
}
.story-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(254, 243, 199, 0.9);
    color: #b45309;
    border: 1px solid rgba(217, 119, 6, 0.3);
    padding: 5px 14px;
    border-radius: 9999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.story-title {
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 800;
    color: #1e1b18;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
}
.story-paragraph {
    font-size: 1.02rem;
    color: #44403c;
    line-height: 1.75;
    margin-bottom: 0;
}
.story-paragraph strong {
    color: #b45309;
    font-weight: 700;
}

/* ==========================================================================
   Neden Sabriye Sultan? Özellikler
   ========================================================================== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

.feature-box {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.03);
}
.feature-box:hover {
    transform: translateY(-5px);
    border-color: rgba(217, 119, 6, 0.35);
    box-shadow: 0 18px 35px -8px rgba(217, 119, 6, 0.12);
}

.feature-icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(234, 88, 12, 0.12), rgba(245, 158, 11, 0.15));
    border: 1px solid rgba(245, 158, 11, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e1b18;
    margin-bottom: 10px;
}

.feature-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ==========================================================================
   Kurumsal & Tabldot Banner
   ========================================================================== */
.catering-banner {
    background: linear-gradient(135deg, #ffffff 0%, #fffbf0 100%);
    border: 1px solid rgba(217, 119, 6, 0.28);
    border-radius: 30px;
    padding: 46px 36px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.catering-text h3 {
    font-size: 1.9rem;
    font-weight: 800;
    color: #1e1b18;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}
.catering-text p {
    font-size: 0.98rem;
    color: #57534e;
    max-width: 620px;
    line-height: 1.6;
}

.catering-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

/* ==========================================================================
   Müşteri Yorumları
   ========================================================================== */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 22px;
}

.review-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: var(--radius-lg);
    padding: 26px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px -4px rgba(0, 0, 0, 0.03);
}
.review-card:hover {
    border-color: rgba(217, 119, 6, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 16px 30px -6px rgba(217, 119, 6, 0.1);
}

.stars-row {
    color: #d97706;
    font-size: 1.05rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
}

.review-text {
    font-size: 0.92rem;
    color: #44403c;
    line-height: 1.6;
    margin-bottom: 18px;
    font-style: italic;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviewer-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ea580c, #d97706);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.reviewer-name {
    font-weight: 700;
    color: #1e1b18;
    font-size: 0.92rem;
}
.reviewer-location {
    font-size: 0.76rem;
    color: var(--text-muted);
}

/* ==========================================================================
   Konum, Harita ve İletişim
   ========================================================================== */
.contact-section-container {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 30px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.05);
}

.contact-info-side {
    padding: 42px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 26px 0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(254, 243, 199, 0.8);
    border: 1px solid rgba(217, 119, 6, 0.25);
    color: #b45309;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.contact-item-text .title {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-muted);
    font-weight: 700;
    margin-bottom: 2px;
}

.contact-item-text .value {
    font-size: 1.05rem;
    color: #1e1b18;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}
.contact-item-text a.value:hover {
    color: #b45309;
}

.service-zones {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(226, 232, 240, 0.85);
}
.service-zones-title {
    font-size: 0.82rem;
    color: #b45309;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.zone-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.zone-chip {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 4px 11px;
    border-radius: 9999px;
    font-size: 0.76rem;
    font-weight: 600;
}

.map-side {
    width: 100%;
    height: 100%;
    min-height: 460px;
    position: relative;
}
.map-side iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    filter: contrast(1.02) saturate(1.05);
}

/* ==========================================================================
   Footer (Prestigeli Sıcak Antrasit & Altın Bitiş)
   ========================================================================== */
footer.main-footer {
    border-top: 1px solid rgba(217, 119, 6, 0.25);
    background: #1c1917;
    padding: 46px 20px 26px;
    margin-top: 70px;
}
.footer-content {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 22px;
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}
.footer-logo {
    height: 44px;
    width: auto;
}
.footer-copy {
    font-size: 0.85rem;
    color: #a8a29e;
}
.footer-links {
    display: flex;
    gap: 18px;
}
.footer-links a {
    color: #d6d3d1;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}
.footer-links a:hover {
    color: #fbbf24;
}

/* ==========================================================================
   Masaüstü Sabit Yüzen Butonlar (Desktop FAB)
   ========================================================================== */
.floating-fab-container {
    position: fixed;
    bottom: 26px;
    right: 26px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fab-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.fab-wa {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
}
.fab-wa::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #25D366;
    animation: pulseRing 2s infinite ease-out;
}
.fab-call {
    background: linear-gradient(135deg, #ea580c, #d97706);
    box-shadow: 0 10px 25px rgba(234, 88, 12, 0.35);
}
.fab-btn:hover {
    transform: scale(1.12) translateY(-4px);
}

@keyframes pulseRing {
    0% { transform: scale(0.95); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* ==========================================================================
   Mobil Alt Bar (Mobile Bottom Navigation Bar - Thumb Zone)
   ========================================================================== */
.mobile-bottom-bar {
    display: none;
}

@media (max-width: 768px) {
    .floating-fab-container {
        display: none;
    }

    .mobile-bottom-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(var(--bottom-bar-height) + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid rgba(226, 232, 240, 0.9);
        z-index: 999;
        align-items: center;
        justify-content: space-around;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
    }

    .bottom-bar-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        text-decoration: none;
        color: #78716c;
        font-size: 0.72rem;
        font-weight: 600;
        flex: 1;
        height: 100%;
        transition: color 0.2s ease;
    }
    .bottom-bar-item:active, .bottom-bar-item:hover {
        color: #b45309;
    }

    .bottom-bar-item.highlight-wa {
        color: #16a34a;
    }
    .bottom-bar-item.highlight-wa svg {
        filter: drop-shadow(0 0 6px rgba(37, 211, 102, 0.3));
    }

    .bottom-bar-item.highlight-call {
        color: #f59e0b;
    }
}

/* Gizli SEO Bloğu */
.seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* ==========================================================================
   Duyarlılık ve Mobil Uyum (Responsive Breakpoints)
   ========================================================================== */
@media (max-width: 1024px) {
    .nav-menu {
        display: none;
    }
    .mobile-menu-btn {
        display: flex;
    }
    .hero-grid-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .hero-content-left {
        align-items: center;
        text-align: center;
    }
    .hero-lead-text {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-order-actions-group {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-trust-strip {
        justify-content: center;
    }
    .contact-section-container {
        grid-template-columns: 1fr;
    }
    .map-side {
        min-height: 360px;
    }
    .trust-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .catering-banner {
        flex-direction: column;
        text-align: center;
        padding: 34px 22px;
    }
    .catering-actions {
        width: 100%;
        align-items: center;
    }
}

@media (max-width: 768px) {
    header.nav-header {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid rgba(226, 232, 240, 0.9);
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 10px 16px;
        margin: 0;
        box-sizing: border-box;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
        z-index: 100;
    }
    .brand-logo-nav {
        height: 36px;
    }
    .brand-title-nav {
        font-size: 1rem;
    }
    .brand-subtitle-nav {
        font-size: 0.65rem;
    }
    .btn-header-wa {
        padding: 7px 12px;
        font-size: 0.8rem;
    }
    .btn-header-wa span {
        display: none;
    }

    .hero-section {
        padding: 30px 14px 40px;
        min-height: auto;
    }
    .hero-title-elegant {
        font-size: 2.15rem;
        letter-spacing: -1px;
    }
    .hero-lead-text {
        font-size: 0.95rem;
        margin-bottom: 22px;
        line-height: 1.6;
    }
    .hero-buttons-row {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .btn-hero-order-primary,
    .btn-hero-menu-secondary {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 13px 18px;
    }
    .hero-dish-showcase {
        max-width: 100%;
        border-radius: 22px;
        padding: 16px;
        box-sizing: border-box;
    }
    .showcase-img-wrap {
        height: 185px;
    }
    .showcase-dish-title {
        font-size: 1.15rem;
    }

    .trust-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .stat-card {
        padding: 14px 10px;
    }
    .stat-number {
        font-size: 1.4rem;
    }
    .stat-label {
        font-size: 0.74rem;
    }

    section {
        padding: 40px 14px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: clip;
    }

    /* Mobilde Yemek Kartları (Tamamen Taşma Korumalı & Sabit) */
    .food-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        width: 100%;
    }

    .food-card {
        flex-direction: row;
        align-items: stretch;
        border-radius: 16px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .food-img-wrapper {
        width: 105px;
        min-width: 105px;
        height: auto;
        min-height: 120px;
        flex-shrink: 0;
    }
    .food-like-badge {
        bottom: 6px;
        left: 6px;
        font-size: 0.62rem;
        padding: 2px 6px;
    }
    .food-content {
        padding: 12px 14px;
        justify-content: space-between;
        min-width: 0;
        flex: 1;
        overflow: hidden;
    }
    .food-header-row {
        gap: 8px;
    }
    .food-title {
        font-size: 0.95rem;
        word-break: break-word;
    }
    .food-price-tag {
        font-size: 0.88rem;
        padding: 2px 8px;
        flex-shrink: 0;
    }
    .food-desc {
        font-size: 0.78rem;
        margin-bottom: 8px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .food-footer {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
        padding-top: 8px;
    }
    .btn-order-wa {
        flex: 1;
        min-width: 110px;
        justify-content: center;
        padding: 6px 10px;
        font-size: 0.74rem;
        white-space: nowrap;
    }
    .btn-tgo-link {
        flex-shrink: 0;
        padding: 6px 8px;
        font-size: 0.7rem;
    }

    .quick-inquiry-box {
        flex-direction: column;
        text-align: center;
        padding: 22px 16px;
    }
    .contact-info-side {
        padding: 26px 16px;
    }
}

/* ==========================================================================
   ÇOKTAN SEÇMELİ AKILLI SİPARİŞ BOTU (SİPARİŞ SİHİRBAZI) STİLLERİ
   ========================================================================== */

/* Masaüstü FAB & Mobil Alt Bar Butonları */
.fab-bot {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.45);
    border: none;
    cursor: pointer;
}
.fab-bot::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #f59e0b;
    animation: pulseRing 2.4s infinite ease-out;
}

.bottom-bar-item.highlight-bot {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fbbf24;
    position: relative;
}
.bottom-bar-item.highlight-bot .bot-badge-icon {
    font-size: 1.35rem;
    filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.6));
    animation: bounceMini 2.5s infinite ease-in-out;
}

@keyframes bounceMini {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

/* Modal Arka Plan Katmanı (Overlay) */
.bot-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.bot-modal-overlay.active {
    display: flex;
    opacity: 1;
}

/* Modal Kartı (Desktop: Pencere, Mobil: Bottom Sheet) */
.bot-modal-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 28px;
    width: 94%;
    max-width: 680px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 35px 80px -15px rgba(0, 0, 0, 0.25), 0 0 30px rgba(217, 119, 6, 0.08);
    overflow: hidden;
    transform: scale(0.95) translateY(15px);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2005;
}
.bot-modal-overlay.active .bot-modal-card {
    transform: scale(1) translateY(0);
}

/* Başlık Alanı */
.bot-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    background: #fdfbf7;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}
.bot-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.bot-avatar-badge {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(254, 243, 199, 0.9), rgba(255, 237, 213, 0.9));
    border: 1px solid rgba(217, 119, 6, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.15);
}
.bot-header-title {
    font-size: 1.22rem;
    font-weight: 800;
    color: #1e1b18;
    line-height: 1.2;
    letter-spacing: -0.3px;
}
.bot-header-subtitle {
    font-size: 0.78rem;
    color: #78716c;
    font-weight: 500;
}
.bot-close-btn {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #64748b;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.bot-close-btn:hover {
    background: #fee2e2;
    color: #dc2626;
    border-color: #fca5a5;
}

/* Adım İlerleme Çubuğu */
.bot-steps-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}
.bot-step-indicator {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    transition: color 0.2s;
}
.bot-step-indicator .step-num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #64748b;
    transition: all 0.2s;
}
.bot-step-indicator.active {
    color: #b45309;
}
.bot-step-indicator.active .step-num {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
    border-color: #d97706;
    font-weight: 900;
    box-shadow: 0 0 10px rgba(217, 119, 6, 0.35);
}
.bot-step-indicator.completed {
    color: #059669;
}
.bot-step-indicator.completed .step-num {
    background: rgba(16, 185, 129, 0.15);
    border-color: #10b981;
    color: #059669;
}
.step-connector {
    flex: 1;
    height: 2px;
    background: #e2e8f0;
    margin: 0 8px;
    transition: background 0.3s;
}
.step-connector.filled {
    background: #d97706;
}

/* Modal İçerik Gövdesi */
.bot-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
    -webkit-overflow-scrolling: touch;
}
.bot-step-content {
    display: none;
    animation: fadeInStep 0.25s ease-out;
}
.bot-step-content.active {
    display: block;
}
@keyframes fadeInStep {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Adım 1: Arama ve Kategori Filtreleri */
.bot-search-row {
    margin-bottom: 12px;
}
.bot-search-input {
    width: 100%;
    padding: 12px 18px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    color: #1e1b18;
    font-size: 0.92rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.bot-search-input:focus {
    border-color: #d97706;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}
.bot-search-input::placeholder {
    color: #94a3b8;
}

.bot-category-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 12px;
    margin-bottom: 14px;
    scrollbar-width: none;
}
.bot-category-chips::-webkit-scrollbar {
    display: none;
}
.bot-cat-chip {
    padding: 6px 14px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
}
.bot-cat-chip.active {
    background: #d97706;
    color: #ffffff;
    font-weight: 800;
    border-color: #d97706;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.3);
}

/* Adım 1: Yemek Seçim Kartları */
.bot-dishes-picker-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bot-dish-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    transition: all 0.2s ease;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.bot-dish-card.has-qty {
    background: rgba(254, 243, 199, 0.5);
    border-color: rgba(217, 119, 6, 0.45);
    box-shadow: 0 4px 15px rgba(217, 119, 6, 0.1);
}

.bot-dish-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}
.bot-dish-thumb {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f1f5f9;
}
.bot-dish-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.bot-dish-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e1b18;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bot-dish-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}
.bot-dish-price {
    color: #b45309;
    font-weight: 800;
    font-size: 0.92rem;
}
.bot-dish-cat-tag {
    font-size: 0.72rem;
    color: #64748b;
    background: #f1f5f9;
    padding: 1px 6px;
    border-radius: 6px;
}

/* Adet Seçici (Quantity Stepper) */
.bot-stepper {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 3px;
    border-radius: 12px;
    flex-shrink: 0;
}
.bot-step-btn {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s;
}
.bot-step-btn.minus {
    background: #e2e8f0;
    color: #475569;
}
.bot-step-btn.minus:hover {
    background: #fee2e2;
    color: #dc2626;
}
.bot-step-btn.plus {
    background: #d97706;
    color: #ffffff;
}
.bot-step-btn.plus:hover {
    background: #b45309;
}
.bot-qty-display {
    min-width: 22px;
    text-align: center;
    font-weight: 800;
    font-size: 0.92rem;
    color: #1e1b18;
}

/* Adım 2 & 3: Form Alanları & Seçenekler */
.bot-form-section {
    margin-bottom: 22px;
}
.bot-section-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1e1b18;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.bot-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}
.bot-option-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.bot-option-card input[type="radio"] {
    display: none;
}
.bot-option-card.active {
    background: rgba(254, 243, 199, 0.6);
    border-color: #d97706;
    box-shadow: 0 0 12px rgba(217, 119, 6, 0.18);
}
.bot-option-card .opt-icon {
    font-size: 1.25rem;
}
.bot-option-card .opt-label {
    font-size: 0.86rem;
    font-weight: 700;
    color: #334155;
}
.bot-option-card.active .opt-label {
    color: #b45309;
}

.bot-field-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.86rem;
    font-weight: 700;
    color: #1e1b18;
    margin-bottom: 6px;
}
.required-badge {
    color: #dc2626;
    font-size: 0.78rem;
    font-weight: 800;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    padding: 2px 7px;
    border-radius: 9999px;
}
.optional-badge {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 500;
}
.bot-text-input,
.bot-textarea {
    width: 100%;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    color: #1e1b18;
    font-size: 0.9rem;
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s;
}
.bot-text-input::placeholder,
.bot-textarea::placeholder {
    color: #94a3b8;
}
.bot-text-input:focus,
.bot-textarea:focus {
    border-color: #d97706;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}
.bot-text-input.bot-input-error,
.bot-textarea.bot-input-error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
    animation: shakeInput 0.3s ease-in-out;
}
@keyframes shakeInput {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Adım 4: Dijital Sipariş Fişi & WhatsApp Gönderim Kutusu */
.bot-receipt-box {
    background: #fdfbf7;
    border: 1px dashed rgba(217, 119, 6, 0.45);
    border-radius: 20px;
    padding: 22px;
    position: relative;
}
.receipt-header {
    text-align: center;
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 14px;
    margin-bottom: 16px;
}
.receipt-store-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #b45309;
    letter-spacing: -0.3px;
}
.receipt-subtitle {
    font-size: 0.78rem;
    color: #78716c;
    margin-top: 2px;
}
.receipt-items-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}
.receipt-item-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #334155;
}
.receipt-item-name {
    font-weight: 600;
}
.receipt-item-price {
    font-weight: 700;
    color: #b45309;
}
.receipt-extras-block {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 16px;
    font-size: 0.82rem;
    color: #475569;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.receipt-extras-block strong {
    color: #1e1b18;
}
.receipt-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px dashed #e2e8f0;
    margin-bottom: 22px;
}
.receipt-total-label {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1e1b18;
}
.receipt-total-price {
    font-size: 1.6rem;
    font-weight: 900;
    color: #b45309;
}

.btn-receipt-whatsapp-send {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    border: none;
    border-radius: 18px;
    font-size: 1.05rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-receipt-whatsapp-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5);
}

/* Alt Sabit Bar (Footer) */
.bot-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    gap: 14px;
}
.bot-footer-summary {
    display: flex;
    flex-direction: column;
}
.footer-total-label {
    font-size: 0.76rem;
    color: #78716c;
    font-weight: 600;
}
.footer-total-val {
    font-size: 1.35rem;
    font-weight: 900;
    color: #b45309;
    line-height: 1.1;
}
.footer-item-count {
    font-size: 0.74rem;
    color: #78716c;
}

.bot-footer-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-bot-back {
    padding: 11px 18px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #475569;
    border-radius: 14px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-bot-back:hover {
    background: #e2e8f0;
    color: #1e1b18;
}

.btn-bot-next {
    padding: 12px 22px;
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    border: none;
    color: #ffffff;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
    transition: all 0.2s;
}
.btn-bot-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(245, 158, 11, 0.45);
}

/* Mobilde Bottom Sheet Görünümü */
@media (max-width: 768px) {
    .bot-modal-overlay {
        align-items: flex-end;
    }
    .bot-modal-card {
        width: 100%;
        max-width: 100%;
        max-height: 92vh;
        border-radius: 26px 26px 0 0;
        border-bottom: none;
        border-left: none;
        border-right: none;
        transform: translateY(100%);
    }
    .bot-modal-overlay.active .bot-modal-card {
        transform: translateY(0);
    }
    .bot-modal-header {
        padding: 14px 18px;
    }
    .bot-steps-bar {
        padding: 10px 16px;
    }
    .bot-step-indicator .step-text {
        font-size: 0.72rem;
    }
    .bot-modal-body {
        padding: 16px;
    }
    .bot-options-grid {
        grid-template-columns: 1fr;
    }
    .bot-modal-footer {
        padding: 12px 16px;
    }
    .footer-total-val {
        font-size: 1.2rem;
    }
    .btn-bot-next {
        padding: 10px 16px;
        font-size: 0.88rem;
    }
}

