/*
Theme Name: 724 Acik Market 2026
Author: Gemini & Sen
Version: 2.0
Description: Mobil öncelikli, 2026 UI/UX standartlarında gece marketi teması.
*/

:root {
    --bg: #05070a;
    --card: rgba(255, 255, 255, 0.03);
    --border: rgba(255, 255, 255, 0.08);
    --red: #ff4757;
    --green: #2ecc71;
    --text: #f8fafc;
    --font: 'Plus Jakarta Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { background-color: var(--bg); font-family: var(--font); color: var(--text); line-height: 1.6; overflow-x: hidden; }

/* Mobil Container Sınırlama (App Hissi İçin) */
.container { padding: 0 20px; max-width: 500px; margin: 0 auto; }

/* Header & Nav */
.main-header { position: sticky; top: 0; z-index: 1000; background: rgba(5, 7, 10, 0.8); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 15px 0; }
.header-flex { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.1rem; font-weight: 800; text-decoration: none; color: #fff; }
.logo span { color: var(--red); }
.nav-toggle { font-size: 1.2rem; color: #fff; }

/* Hero Slider */
.hero-slider { width: 100%; height: 280px; margin-bottom: 25px; border-radius: 0 0 30px 30px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
.hero-slider img { width: 100%; height: 100%; object-fit: cover; }

/* Sections Styling */
.section-title { font-size: 1.2rem; font-weight: 800; margin: 30px 0 15px; display: flex; align-items: center; gap: 10px; }
.section-title i { color: var(--red); }

/* Glassmorphism Cards */
.glass-card { background: var(--glass); border: 1px solid var(--border); backdrop-filter: blur(15px); border-radius: 24px; padding: 20px; margin-bottom: 15px; transition: 0.3s; }

/* Action Grid (Hemen Alt Bölüm) */
.action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
.btn-main { text-decoration: none; color: #fff; text-align: center; padding: 20px 10px; border-radius: 20px; border: 1px solid var(--border); background: var(--card); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.btn-main i { font-size: 1.4rem; }
.btn-main.call { border-bottom: 4px solid var(--red); }
.btn-main.wa { border-bottom: 4px solid var(--green); }

/* FAQ & Why Us */
.feature-item { display: flex; gap: 15px; align-items: center; margin-bottom: 20px; }
.feature-item i { font-size: 1.5rem; color: var(--red); width: 30px; }
.faq-item summary { font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::after { content: '+'; font-size: 1.2rem; color: var(--red); }
.faq-item p { padding-top: 10px; opacity: 0.7; font-size: 0.9rem; }

/* UI Bottom Menu (Fixed) */
.bottom-ui { position: fixed; bottom: 20px; left: 20px; right: 20px; height: 70px; background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(20px); border: 1px solid var(--border); border-radius: 25px; display: flex; z-index: 10000; box-shadow: 0 15px 35px rgba(0,0,0,0.6); overflow: hidden; }
.bottom-item { flex: 1; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; font-weight: 800; font-size: 0.9rem; gap: 10px; transition: 0.3s; }
.bottom-item.siparis { background: var(--red); }
.bottom-item.whatsapp { color: var(--green); }