body {
    background-color: #ff751f;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #fff;
}

/* HEADER */
.top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ff751f;
    z-index: 1000;
    padding: 12px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.logo {
    height: 100px;
}

.logo-link {
    display: inline-block;
}

/* CONTENT OFFSET */
.menu-container {
    padding-top: 150px;
    padding-bottom: 80px;
}

/* KATEGORİLER */
.kategori-link {
    text-decoration: none;
}

.kategori-card {
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.kategori-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

/* MENU CARD */
.menu-card {
    background: #fff;
    color: #333;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    height: 100%;
}

.menu-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.menu-content {
    padding: 16px;
}

.menu-content h4 {
    font-weight: 700;
    margin-bottom: 6px;
}

.menu-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.menu-price {
    font-size: 22px;
    font-weight: 800;
    color: #ff751f;
}

/* ALT FIXED ANA SAYFA BUTONU */
.back-home-btn {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #ff751f;
    font-weight: 800;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 999;
}

.back-home-btn:active {
    transform: translateX(-50%) scale(0.96);
}
