@font-face { font-family: 'Poppins'; font-weight: 400; font-style: normal; font-display: swap; src: url('assets/fonts/Poppins-Regular.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 500; font-style: normal; font-display: swap; src: url('assets/fonts/Poppins-Medium.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 600; font-style: normal; font-display: swap; src: url('assets/fonts/Poppins-SemiBold.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 700; font-style: normal; font-display: swap; src: url('assets/fonts/Poppins-Bold.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 800; font-style: normal; font-display: swap; src: url('assets/fonts/Poppins-Bold.woff2') format('woff2'); }

:root {
    --yesil: #0e7c62; --yesil-koyu: #0b5f4b; --yesil-acik: #12946f;
    --kart-yesil-1: #1a8a54; --kart-yesil-2: #14663c;
    --mavi: #2f5f8a; --mavi-koyu: #1e3f5f; --mavi-acik: #3a6f9e; --mavi-kart: #34618c;
    --turuncu-1: #f4802e; --turuncu-2: #e8641c; --sari: #f6c445;
    --metin: #17322b; --metin-soluk: #586b64; --beyaz: #ffffff;
    --golge: 0 20px 50px rgba(0, 0, 0, 0.22);
    --marka-1: var(--yesil); --marka-2: var(--yesil-acik); --sayfa-1: var(--yesil-acik); --sayfa-2: var(--yesil-koyu);
}
body.tema-2 { --marka-1: var(--mavi); --marka-2: var(--mavi-acik); --sayfa-1: var(--mavi-acik); --sayfa-2: var(--mavi-koyu); }

* { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }
html, body { height: 100%; }
body { font-family: 'Poppins', system-ui, sans-serif; color: var(--metin); -webkit-tap-highlight-color: transparent; }

.sayfa {
    position: relative; min-height: 100vh; min-height: 100dvh; padding: clamp(6.5rem, 9vh, 7.5rem) 1rem calc(clamp(2rem, 4vw, 3rem) + env(safe-area-inset-bottom));
    display: flex; align-items: flex-start; justify-content: center;
    background: linear-gradient(155deg, var(--sayfa-1), var(--sayfa-1) 45%, var(--sayfa-2));
    transition: background 0.4s ease;
}
.sayfa::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.16), transparent 42%); }

.app-kart { position: relative; z-index: 1; width: 100%; max-width: 430px; background: var(--beyaz); border-radius: 1.6rem; box-shadow: var(--golge); overflow: hidden; }

/* Başlık */
.baslik { display: flex; align-items: center; justify-content: center; background: linear-gradient(100deg, var(--marka-1), var(--marka-2)); padding: 0.85rem 1.1rem; color: #fff; transition: background 0.4s ease; }
.konum-btn { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.5rem 1.1rem; border-radius: 2rem; background: rgba(255,255,255,0.20); border: 1px solid rgba(255,255,255,0.3); color: #fff; font-family: inherit; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: background 0.15s; }
.konum-btn:hover { background: rgba(255,255,255,0.32); }
.konum-btn:active { transform: scale(0.95); }

/* Gövde ortak */
.govde { padding: 1.3rem 1.2rem 0.5rem; text-align: center; }
.konum-satiri { font-size: 1.15rem; }
.konum-satiri b { font-weight: 700; }
.ks-ilce { color: var(--metin-soluk); font-weight: 500; }
.canli-saat { color: var(--metin-soluk); font-size: 0.95rem; font-weight: 500; font-variant-numeric: tabular-nums; margin-top: 0.15rem; }
.hicri-satiri { color: var(--metin-soluk); font-size: 0.9rem; font-weight: 500; margin-top: 0.6rem; }
.miladi { color: var(--metin-soluk); font-size: 0.8rem; margin-top: 0.9rem; }
.app-alt { display: flex; align-items: center; justify-content: space-between; padding: 0.7rem 1.2rem calc(0.7rem + env(safe-area-inset-bottom)); border-top: 1px solid #eef2f0; color: var(--metin-soluk); font-size: 0.72rem; }

/* gs-label — temaya göre */
.gs-label { font-size: 1.05rem; font-weight: 500; margin-top: 0.9rem; color: var(--metin); }
/* Sadece Tema 2'de banner; Tema 3'te düz yazı */
body.tema-2 .gs-label {
    background: linear-gradient(100deg, var(--marka-1), var(--marka-2)); color: #fff; font-weight: 700;
    border-radius: 0.7rem; padding: 0.6rem; margin: 0.9rem 0 1rem;
}
body.tema-3 .gs-label { font-weight: 700; margin-bottom: 0.4rem; }

/* ── Büyük geri sayım (t1, t3) ── */
.gs-buyuk { display: flex; align-items: baseline; justify-content: center; gap: 0.25rem; font-weight: 800; font-variant-numeric: tabular-nums; color: var(--metin); line-height: 1; }
.gs-buyuk > span:first-child { font-size: clamp(3.2rem, 16vw, 4.4rem); letter-spacing: -0.02em; }
.gs-sn { font-size: 1.5rem; color: var(--metin-soluk); font-weight: 700; }
.gs-vakit { color: var(--marka-1); font-weight: 700; font-size: 1.05rem; margin-top: 0.1rem; }

/* Noktalar (t1) */
.noktalar { display: flex; justify-content: center; gap: 6px; margin: 0.9rem 0 0.2rem; flex-wrap: wrap; }
.nokta { width: 9px; height: 9px; border-radius: 50%; background: #d8e2de; transition: background 0.3s; }
.nokta.dolu { background: var(--yesil); }
.nokta.simdi { background: var(--turuncu-2); transform: scale(1.25); }

/* İlerleme çubuğu (t3) — küçük ve modern */
.gs-bar { max-width: 200px; height: 6px; background: #e8eeeb; border-radius: 4px; margin: 0.7rem auto 0.4rem; overflow: hidden; }
.gs-bar-dolu { height: 100%; background: linear-gradient(90deg, var(--turuncu-1), var(--turuncu-2)); border-radius: 4px; transition: width 0.5s ease; }
.gs-yuzde { font-size: 0.72rem; color: var(--metin-soluk); font-weight: 600; letter-spacing: 0.04em; }

/* Dairesel su-dolum (t2) — büyük, saniye net görünür */
.gs-daire { position: relative; width: 236px; height: 236px; margin: 0.5rem auto 0.2rem; border-radius: 50%; border: 5px solid #c9d8e6; overflow: hidden; background: #eef4f9; }
.gs-su { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(244,128,46,0.55), var(--turuncu-2)); transition: height 0.6s ease; }
.gs-su::before { content: ''; position: absolute; top: -8px; left: 0; right: 0; height: 14px; background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 70%); opacity: 0.5; }
.gs-daire-ic { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 0.25rem; }
.gs-daire-ic > span:first-child { font-size: 2.6rem; font-weight: 800; color: var(--metin); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.gs-daire-ic .gs-sn { font-size: 1.3rem; font-weight: 700; color: #47372a; }

/* ── Vakit gösterimi ── */
/* t1: yeşil kart grid */
.vakit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin-top: 1rem; }
.vk-kart { background: linear-gradient(150deg, var(--kart-yesil-1), var(--kart-yesil-2)); color: #fff; border-radius: 1rem; padding: 0.85rem 0.5rem; display: flex; flex-direction: column; gap: 0.15rem; box-shadow: 0 6px 14px rgba(20,102,60,0.28); }
.vk-kart .vk-ad { font-size: 0.9rem; font-weight: 500; opacity: 0.92; }
.vk-kart .vk-saat { font-size: 1.5rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.vk-kart.aktif { background: linear-gradient(150deg, var(--turuncu-1), var(--turuncu-2)); box-shadow: 0 8px 18px rgba(232,100,28,0.4); transform: translateY(-2px); }
.vk-kart.gecti { opacity: 0.62; box-shadow: none; }

/* t2: mavi ikon grid */
.vakit-ikon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem 0.3rem; margin-top: 1rem; background: linear-gradient(150deg, var(--mavi-kart), var(--mavi-koyu)); border-radius: 1.1rem; padding: 1.1rem 0.6rem; }
.vi-kart { display: flex; flex-direction: column; align-items: center; gap: 0.2rem; color: #dde8f2; }
.vi-ikon { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.12); display: grid; place-items: center; margin-bottom: 0.15rem; color: #e3edf6; }
.vi-ikon svg { width: 24px; height: 24px; }
.vi-ad { font-size: 0.82rem; font-weight: 500; }
.vi-saat { font-size: 1.05rem; font-weight: 700; color: #fff; font-variant-numeric: tabular-nums; }
.vi-kart.aktif .vi-ad, .vi-kart.aktif .vi-saat, .vi-kart.aktif .vi-ikon { color: var(--sari); }
.vi-kart.aktif .vi-ikon { background: rgba(246,196,69,0.22); }
.vi-kart.gecti { opacity: 0.6; }

/* t3: liste */
.vakit-liste { list-style: none; margin-top: 0.6rem; text-align: left; }
.vl-satir { display: flex; align-items: center; gap: 0.7rem; padding: 0.75rem 0.3rem; border-bottom: 1px solid #eef2f0; }
.vl-satir:last-child { border-bottom: none; }
.vl-ikon { width: 26px; display: flex; align-items: center; justify-content: center; color: var(--marka-1); flex-shrink: 0; }
.vl-ikon svg { width: 22px; height: 22px; }
.vl-satir.aktif .vl-ikon { color: var(--turuncu-2); }
.vl-ad { font-weight: 600; font-size: 1rem; flex: 1; }
.vl-saat { font-weight: 700; font-size: 1.05rem; font-variant-numeric: tabular-nums; color: var(--metin); }
.vl-satir.aktif .vl-ad, .vl-satir.aktif .vl-saat { color: var(--turuncu-2); }
.vl-satir.gecti { opacity: 0.5; }

/* Modal */
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 50; display: flex; align-items: center; justify-content: center; }
.modal-arka { position: absolute; inset: 0; background: rgba(6, 40, 32, 0.55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.modal-kutu { position: relative; width: 100%; max-width: 400px; margin: 1rem; background: #fff; border-radius: 1.3rem; padding: 1.3rem 1.2rem 1.5rem; box-shadow: var(--golge); animation: girSablon 0.28s ease; max-height: 90vh; max-height: 90dvh; overflow-y: auto; }
.modal-baslik { display: flex; align-items: center; justify-content: space-between; font-weight: 700; font-size: 1.15rem; margin-bottom: 1.1rem; color: var(--metin); }
.modal-kapat { background: #f0f4f2; border: none; color: var(--metin-soluk); width: 2.3rem; height: 2.3rem; border-radius: 50%; font-size: 0.95rem; cursor: pointer; }
.modal-govde { display: flex; flex-direction: column; gap: 0.9rem; }
.alan, .alan-etiket { font-size: 0.82rem; color: var(--metin-soluk); font-weight: 600; }
.alan { display: flex; flex-direction: column; gap: 0.35rem; }
.alan select { background: #f5f8f7; border: 1.5px solid #e3ebe8; color: var(--metin); padding: 0.8rem 0.9rem; border-radius: 0.8rem; font-family: inherit; font-size: 1rem; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230e7c62' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.alan select:focus { outline: none; border-color: var(--yesil); }
.modal-onay { margin-top: 0.4rem; width: 100%; background: linear-gradient(100deg, var(--yesil), var(--yesil-acik)); color: #fff; border: none; padding: 0.9rem; border-radius: 0.9rem; font-family: inherit; font-size: 1rem; font-weight: 700; cursor: pointer; box-shadow: 0 6px 16px rgba(14,124,98,0.35); }
.modal-onay:active { transform: scale(0.98); }

/* Tema seçici */
.tema-secim { display: flex; flex-direction: column; gap: 0.45rem; }
.tema-btnler { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.tema-btn { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; padding: 0.6rem 0.3rem; border: 2px solid #e3ebe8; border-radius: 0.8rem; background: #fff; font-family: inherit; font-size: 0.78rem; font-weight: 600; color: var(--metin); cursor: pointer; }
.tema-btn.secili { border-color: var(--yesil); background: #f2faf7; }
.tema-orn { width: 100%; height: 34px; border-radius: 0.5rem; }
.tema-orn.t1 { background: linear-gradient(150deg, var(--kart-yesil-1), var(--kart-yesil-2)); }
.tema-orn.t2 { background: linear-gradient(150deg, var(--mavi-kart), var(--mavi-koyu)); }
.tema-orn.t3 { background: repeating-linear-gradient(180deg, #f2faf7 0 6px, #e8eeeb 6px 8px); border: 1px solid #e3ebe8; }

@keyframes girSablon { from { opacity: 0; transform: translateY(12px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* ══════════ NAVBAR (yukarıda sabit; kaydırınca tepeye oturur) ══════════ */
.navbar {
    position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 40;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    margin-top: 0.7rem; max-width: 1160px; width: calc(100% - 1.4rem);
    padding: 0.5rem 0.6rem 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.82); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
    border-radius: 2rem; box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
    transition: margin-top 0.32s ease, width 0.32s ease, max-width 0.32s ease, border-radius 0.32s ease, background 0.32s ease, box-shadow 0.32s ease, padding 0.32s ease;
}
/* Aşağı inince: pill'den tam-genişlik barda tepeye "kayar" */
.navbar.kucuk {
    margin-top: 0; width: 100%; max-width: 100%; border-radius: 0;
    padding: 0.5rem max(1.2rem, calc((100% - 1160px) / 2));
    background: rgba(255, 255, 255, 0.96); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.11);
}
.nav-marka { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: var(--metin); font-weight: 800; font-size: 1.1rem; white-space: nowrap; }
.nav-logo { width: 30px; height: 30px; border-radius: 50%; }
.nav-linkler { display: flex; gap: 1.6rem; }
.nav-linkler a { text-decoration: none; color: #46564f; font-weight: 500; font-size: 0.95rem; transition: color 0.15s; }
.nav-linkler a:hover { color: var(--yesil); }
.nav-sag { display: flex; align-items: center; gap: 0.5rem; }
.yuvarlak-btn { width: 40px; height: 40px; border-radius: 50%; border: none; display: grid; place-items: center; cursor: pointer; text-decoration: none; transition: transform 0.12s, background 0.15s; }
.yuvarlak-btn:active { transform: scale(0.92); }
.mod-btn { background: #eef2f0; color: #3a4a44; }
.mod-btn svg { width: 19px; height: 19px; }
.mod-btn .gunes { display: none; }
.magaza svg { display: block; }
.magaza { background: #16232b; color: #fff; }
.magaza:hover { background: #0e1a20; }
/* Tablet: mağaza rozetleri gizlenir + link aralığı daralır (5 link sığsın) */
@media (max-width: 1000px) {
    .nav-sag .magaza { display: none; }
    .nav-linkler { gap: 1.15rem; }
}
/* Küçük ekran: linkler de gizlenir (kompakt navbar: marka + dil + gece) */
@media (max-width: 760px) {
    .nav-linkler { display: none; }
    .navbar { gap: 0.5rem; padding: 0.4rem 0.5rem 0.4rem 0.85rem; }
}

/* Hamburger + mobil menü */
.hamburger { display: none; width: 40px; height: 40px; border: none; background: #eef2f0; border-radius: 50%; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 0; }
.hamburger span { display: block; width: 18px; height: 2px; background: #3a4a44; border-radius: 2px; transition: transform 0.22s ease, opacity 0.2s ease; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 760px) { .hamburger { display: flex; } }
.mobil-menu { position: fixed; z-index: 39; top: 4rem; left: 50%; transform: translateX(-50%); transform-origin: top center; width: calc(100% - 1.4rem); max-width: 420px; background: rgba(255,255,255,0.98); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-radius: 1rem; box-shadow: 0 14px 36px rgba(0,0,0,0.18); padding: 0.5rem; display: flex; flex-direction: column; animation: menuAc 0.32s cubic-bezier(0.18, 0.89, 0.24, 1.12); }
@keyframes menuAc { from { transform: translateX(-50%) translateY(-14px) scaleY(0.96); } to { transform: translateX(-50%) translateY(0) scaleY(1); } }
.mobil-menu > * { animation: menuOge 0.34s cubic-bezier(0.18, 0.89, 0.24, 1.06) both; }
@keyframes menuOge { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
.mobil-menu > *:nth-child(1) { animation-delay: 0.05s; }
.mobil-menu > *:nth-child(2) { animation-delay: 0.09s; }
.mobil-menu > *:nth-child(3) { animation-delay: 0.13s; }
.mobil-menu > *:nth-child(4) { animation-delay: 0.17s; }
.mobil-menu > *:nth-child(5) { animation-delay: 0.21s; }
.mobil-menu > *:nth-child(6) { animation-delay: 0.24s; }
.mobil-menu > *:nth-child(7) { animation-delay: 0.27s; }
.mobil-menu > *:nth-child(8) { animation-delay: 0.30s; }
.mobil-menu a { padding: 0.85rem 1rem; border-radius: 0.6rem; text-decoration: none; color: var(--metin); font-weight: 600; font-size: 1rem; }
.mobil-menu a:hover { background: #f0f4f2; }
body.koyu .hamburger { background: #22303a; }
body.koyu .hamburger span { background: #cdd8dd; }
body.koyu .mobil-menu { background: rgba(20, 27, 33, 0.98); }
body.koyu .mobil-menu a { color: #e7edf0; }
body.koyu .mobil-menu a:hover { background: #22303a; }
/* Menü içi dil + gece */
.mm-ayrac { height: 1px; background: rgba(0,0,0,0.08); margin: 0.4rem; }
.mm-diller { display: flex; gap: 0.4rem; padding: 0.2rem 0.4rem; }
.mm-dil { flex: 1; padding: 0.6rem 0.2rem; border: 1.5px solid #e3ebe8; border-radius: 0.6rem; background: #f5f8f7; font-family: inherit; font-size: 0.82rem; font-weight: 600; color: var(--metin); cursor: pointer; }
.mm-dil.secili { border-color: var(--yesil); background: #f2faf7; }
.mm-gece { display: flex; align-items: center; gap: 0.6rem; width: calc(100% - 0.8rem); margin: 0.35rem 0.4rem 0.2rem; padding: 0.75rem 1rem; border: none; border-radius: 0.6rem; background: #eef2f0; font-family: inherit; font-size: 1rem; font-weight: 600; color: var(--metin); cursor: pointer; }
.mm-gece svg { width: 20px; height: 20px; flex-shrink: 0; }
.mm-gece .gunes { display: none; }
body.koyu .mm-gece .ay { display: none; }
body.koyu .mm-gece .gunes { display: block; }
body.koyu .mm-ayrac { background: rgba(255,255,255,0.1); }
body.koyu .mm-dil { background: #22303a; border-color: #2b3a44; color: #e7edf0; }
body.koyu .mm-dil.secili { border-color: #2dd4bf; background: #12281f; }
body.koyu .mm-gece { background: #22303a; color: #e7edf0; }
/* Mobilde navbar'da dil + gece gizlenir (hamburger menüsüne taşındı) */
@media (max-width: 760px) {
    .nav-sag .dil-sec, .nav-sag .mod-btn { display: none; }
}
/* Dil seçici */
.dil-sec { position: relative; }
.dil-btn { display: inline-flex; align-items: center; gap: 0.3rem; min-height: 40px; background: #eef2f0; border: none; border-radius: 2rem; padding: 0.4rem 0.7rem; font-family: inherit; font-size: 0.85rem; font-weight: 600; color: #3a4a44; cursor: pointer; }
.dil-ok { font-size: 0.7rem; opacity: 0.6; }
.dil-menu { position: absolute; right: 0; top: calc(100% + 0.4rem); background: #fff; border-radius: 0.8rem; box-shadow: 0 8px 24px rgba(0,0,0,0.16); padding: 0.3rem; min-width: 140px; display: flex; flex-direction: column; }
.dil-menu[hidden] { display: none; }
.dil-menu button { display: flex; align-items: center; gap: 0.5rem; background: none; border: none; text-align: left; padding: 0.55rem 0.6rem; border-radius: 0.5rem; font-family: inherit; font-size: 0.9rem; color: var(--metin); cursor: pointer; }
.dil-menu button:hover { background: #f0f4f2; }

/* Kaydırma ipucu */
.kaydir-ipucu { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.8); font-size: 0.82rem; font-weight: 500; z-index: 2; animation: zipla 1.8s ease infinite; }
@keyframes zipla { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,6px); } }

/* ══════════ LANDING BÖLÜMLERİ ══════════ */
.icerik { background: #f4f7f6; color: var(--metin); }
.bolum { max-width: none; margin: 0; padding: 4rem max(1.2rem, calc((100% - 1080px) / 2)); text-align: center; }
.bolum h2 { font-size: clamp(1.6rem, 5vw, 2.1rem); font-weight: 800; color: var(--yesil-koyu); margin-bottom: 0.6rem; }
.bolum-alt { color: var(--metin-soluk); font-size: 1rem; max-width: 520px; margin: 0 auto 1.5rem; }
.yakinda { display: inline-block; background: linear-gradient(100deg, var(--yesil), var(--yesil-acik)); color: #fff; padding: 0.5rem 1.5rem; border-radius: 2rem; font-weight: 700; margin-top: 0.5rem; }

/* Ekran görüntüsü galerisi (App Store tarzı — 5'li grid) */
.ss-galeri { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; margin-top: 2.2rem; }
.ss-kart { display: block; border-radius: 1.1rem; overflow: hidden; background: #fff; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 10px 26px rgba(0,0,0,0.10); transition: transform 0.22s ease, box-shadow 0.22s ease; }
.ss-kart:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.17); }
.ss-kart img { display: block; width: 100%; height: auto; aspect-ratio: 1320 / 2868; object-fit: cover; }
@media (max-width: 900px) { .ss-galeri { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .ss-galeri { grid-template-columns: repeat(2, 1fr); gap: 0.7rem; } }

.indir-bolum { background: transparent; }
.indir-btnler { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }
.indir-btn { display: inline-flex; align-items: center; gap: 0.7rem; background: #16232b; color: #fff; text-decoration: none; padding: 0.75rem 1.4rem; border-radius: 1rem; transition: transform 0.12s; }
.indir-btn:active { transform: scale(0.97); }
.indir-btn svg { width: 26px; height: 26px; flex-shrink: 0; }
.indir-btn span { display: flex; flex-direction: column; text-align: left; line-height: 1.2; }
.indir-btn small { font-size: 0.7rem; opacity: 0.8; }
.indir-btn b { font-size: 1rem; }
.indir-yakinda { opacity: 0.5; cursor: default; pointer-events: none; }

/* Günün Duası */
.dua-kart { max-width: 640px; margin: 1.8rem auto 0; background: #fff; border: 1px solid #e8eeeb; border-radius: 1.3rem; padding: 1.9rem 1.7rem; box-shadow: 0 10px 26px rgba(0,0,0,0.06); text-align: left; }
.dua-metin { font-size: 1.12rem; line-height: 1.75; color: var(--metin); font-weight: 500; }
.dua-alt { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.3rem; flex-wrap: wrap; }
.dua-kaynak { color: var(--yesil); font-weight: 700; font-size: 0.95rem; }
.dua-kopyala { display: inline-flex; align-items: center; gap: 0.4rem; background: #f2faf7; border: 1px solid #d7ece2; color: var(--yesil-koyu); padding: 0.55rem 1.1rem; border-radius: 2rem; font-family: inherit; font-weight: 600; font-size: 0.85rem; cursor: pointer; transition: background 0.15s, color 0.15s; }
.dua-kopyala:hover { background: #e7f6ef; }
.dua-kopyala.ok { background: var(--yesil); border-color: var(--yesil); color: #fff; }

/* Kur'an dinleme */
.kuran-arac { display: flex; gap: 0.7rem; flex-wrap: wrap; justify-content: center; align-items: center; max-width: 640px; margin: 1.6rem auto 0; }
.kuran-hafiz { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; font-weight: 600; color: var(--metin-soluk); }
.kuran-hafiz select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f5f8f7; border: 1.5px solid #e3ebe8; color: var(--metin); padding: 0.6rem 2rem 0.6rem 0.9rem; border-radius: 0.7rem; font-family: inherit; font-size: 0.9rem; font-weight: 600; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230e7c62' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.8rem center; }
.kuran-ara { flex: 1; min-width: 160px; background: #f5f8f7; border: 1.5px solid #e3ebe8; color: var(--metin); padding: 0.6rem 0.9rem; border-radius: 0.7rem; font-family: inherit; font-size: 0.95rem; }
.kuran-ara:focus, .kuran-hafiz select:focus { outline: none; border-color: var(--yesil); }
.kuran-player { max-width: 640px; margin: 1rem auto 0; background: linear-gradient(150deg, var(--kart-yesil-1), var(--kart-yesil-2)); color: #fff; border-radius: 1.1rem; padding: 1rem 1.1rem; box-shadow: 0 10px 24px rgba(20,102,60,0.28); }
.kp-bilgi { display: flex; align-items: baseline; gap: 0.6rem; margin-bottom: 0.7rem; }
.kp-bilgi b { font-size: 1.15rem; font-weight: 700; }
.kp-bilgi span { font-size: 0.82rem; opacity: 0.85; }
.kp-ayet { margin-left: auto; font-variant-numeric: tabular-nums; white-space: nowrap; }
.kp-kontrol { display: flex; align-items: center; gap: 0.6rem; }
.kp-nav { width: 40px; height: 40px; flex-shrink: 0; border: none; border-radius: 50%; background: rgba(255,255,255,0.18); color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; transition: background 0.15s; }
.kp-nav:hover { background: rgba(255,255,255,0.3); }
.kp-kontrol audio { flex: 1; height: 40px; min-width: 0; }
.sure-liste { max-width: 640px; margin: 1.2rem auto 0; max-height: 440px; overflow-y: auto; border: 1px solid #e8eeeb; border-radius: 1rem; background: #fff; text-align: left; }
.sure-satir { display: flex; align-items: center; gap: 0.8rem; width: 100%; padding: 0.75rem 1rem; background: none; border: none; border-bottom: 1px solid #eef2f0; font-family: inherit; cursor: pointer; color: var(--metin); text-align: left; transition: background 0.12s; }
.sure-satir:last-child { border-bottom: none; }
.sure-satir:hover { background: #f2faf7; }
.sure-satir.aktif { background: #e7f6ef; }
.sure-no { flex-shrink: 0; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #f0f4f2; color: var(--yesil); font-size: 0.78rem; font-weight: 700; }
.sure-satir.aktif .sure-no { background: var(--yesil); color: #fff; }
.sure-ad { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.sure-tr { font-weight: 600; font-size: 0.98rem; }
.sure-ar { font-size: 0.85rem; color: var(--metin-soluk); }
.sure-ay { font-size: 0.75rem; color: var(--metin-soluk); flex-shrink: 0; }
.sure-oynat { flex-shrink: 0; color: var(--yesil); font-size: 0.85rem; }
.sure-bos { padding: 1.5rem; text-align: center; color: var(--metin-soluk); font-size: 0.9rem; }
/* Mobil: okuyucu etiketi + select alt alta, tam genişlik (taşma olmasın) */
@media (max-width: 560px) {
    .kuran-arac { flex-direction: column; align-items: stretch; gap: 0.6rem; }
    .kuran-hafiz { flex-direction: column; align-items: flex-start; gap: 0.3rem; width: 100%; }
    .kuran-hafiz select { width: 100%; }
    .kuran-ara { width: 100%; min-width: 0; }
}

/* Dini Günler & İmsakiye */
.dini-liste { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 0.9rem; margin: 1.8rem auto 0; max-width: 1080px; text-align: left; }
.dini-kart { background: #fff; border: 1px solid #e8eeeb; border-radius: 1rem; padding: 1rem 1.1rem; display: flex; flex-direction: column; gap: 0.22rem; box-shadow: 0 6px 16px rgba(0,0,0,0.05); }
.dini-kart.siradaki { border-color: var(--yesil); box-shadow: 0 10px 24px rgba(14,124,98,0.18); }
.dini-kart.gecti { opacity: 0.5; }
.dini-hicri { font-size: 0.72rem; color: var(--metin-soluk); font-weight: 600; }
.dini-ad { font-size: 1.02rem; font-weight: 700; color: var(--metin); }
.dini-tarih { font-size: 0.85rem; color: var(--metin-soluk); }
.dini-rozet { align-self: flex-start; margin-top: 0.4rem; background: #f0f4f2; color: var(--yesil-koyu); font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.7rem; border-radius: 2rem; }
.dini-kart.siradaki .dini-rozet { background: linear-gradient(100deg, var(--yesil), var(--yesil-acik)); color: #fff; }
.imsakiye-arac { display: flex; align-items: center; justify-content: center; gap: 0.8rem; flex-wrap: wrap; margin: 2.2rem auto 0; }
.ig-ay { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; font-weight: 600; color: var(--metin-soluk); }
.ig-ay select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #f5f8f7; border: 1.5px solid #e3ebe8; color: var(--metin); padding: 0.6rem 2rem 0.6rem 0.9rem; border-radius: 0.7rem; font-family: inherit; font-size: 0.9rem; font-weight: 600; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230e7c62' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.8rem center; }
.ig-ay select:focus { outline: none; border-color: var(--yesil); }
.ig-konum { display: inline-flex; align-items: center; gap: 0.35rem; background: #eef5f1; border: 1.5px solid #d7ece2; color: var(--yesil-koyu); font-weight: 700; font-size: 0.9rem; font-family: inherit; padding: 0.55rem 1rem; border-radius: 0.7rem; cursor: pointer; transition: background 0.15s; }
.ig-konum:hover { background: #e2f0ea; }
.ic-sayfa { min-height: 100vh; min-height: 100dvh; background: #f4f7f6; padding-top: 2rem; }
.ig-sar { max-width: 720px; margin: 1.1rem auto 0; overflow-x: auto; border: 1px solid #e8eeeb; border-radius: 1rem; background: #fff; }
.ig-tablo { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.ig-tablo th, .ig-tablo td { padding: 0.55rem 0.5rem; text-align: center; white-space: nowrap; }
.ig-tablo thead th { background: linear-gradient(100deg, var(--yesil), var(--yesil-acik)); color: #fff; font-weight: 600; font-size: 0.8rem; position: sticky; top: 0; }
.ig-tablo tbody td { border-top: 1px solid #eef2f0; font-variant-numeric: tabular-nums; color: var(--metin); }
.ig-tablo .ig-gun { font-weight: 700; text-align: left; padding-left: 0.9rem; }
.ig-tablo .ig-gun small { color: var(--metin-soluk); font-weight: 500; margin-left: 0.3rem; }
.ig-tablo tbody tr:nth-child(even) td { background: #f7faf9; }
.ig-tablo tbody tr.bugun td { background: #fdeee2; font-weight: 700; }
.ig-tablo tbody tr.bugun .ig-gun { color: var(--turuncu-2); }
body.koyu .dini-kart { background: #131c17; border-color: rgba(255,255,255,0.06); box-shadow: 0 6px 16px rgba(0,0,0,0.4); }
body.koyu .dini-kart.siradaki { border-color: #2dd4bf; }
body.koyu .dini-rozet { background: #22303a; color: #7ee3cf; }
body.koyu .ig-ay select { background: #1e2830; border-color: #2b3a44; color: var(--metin); }
body.koyu .ig-konum { background: #12281f; border-color: #1e4635; color: #7ee3cf; }
body.koyu .ig-konum:hover { background: #163524; }
body.koyu .ic-sayfa { background: #0a1512; }
body.koyu .ig-sar { background: #131c17; border-color: rgba(255,255,255,0.07); }
body.koyu .ig-tablo tbody td { border-top-color: rgba(255,255,255,0.06); }
body.koyu .ig-tablo tbody tr:nth-child(even) td { background: #182821; }
body.koyu .ig-tablo tbody tr.bugun td { background: #2a2016; }
/* Mobil: 7 sütun sığsın (kompakt tablo, haftagünü alta) */
@media (max-width: 560px) {
    .ig-tablo { font-size: 0.74rem; }
    .ig-tablo th, .ig-tablo td { padding: 0.5rem 0.15rem; }
    .ig-tablo thead th { font-size: 0.67rem; }
    .ig-tablo .ig-gun { padding-left: 0.45rem; }
    .ig-tablo .ig-gun small { display: block; margin-left: 0; font-size: 0.62rem; line-height: 1.15; }
}
.site-alt { display: flex; align-items: center; justify-content: center; gap: 0.6rem; flex-wrap: wrap; padding: 2rem 1.2rem calc(2rem + env(safe-area-inset-bottom)); border-top: 1px solid #e3ebe8; color: var(--metin-soluk); font-size: 0.85rem; }
.alt-logo { width: 26px; height: 26px; border-radius: 50%; }
.alt-diyanet { opacity: 0.7; }

/* ══════════ GECE MODU (uygulama koyu renkleri) ══════════ */
body.koyu { --beyaz: #161d24; --metin: #e7edf0; --metin-soluk: #8a99a0; --sayfa-1: #0c1a17; --sayfa-2: #061210; --marka-1: #0d5248; --marka-2: #0f6f5c; --kart-yesil-1: #156a4a; --kart-yesil-2: #0e4b37; --mavi-kart: #223d55; --mavi-koyu: #16283a; }
body.koyu .app-alt { border-top-color: rgba(255,255,255,0.08); }
body.koyu .vl-satir { border-bottom-color: rgba(255,255,255,0.08); }
body.koyu .gs-daire { background: #1b2732; border-color: #2b3d4c; }
body.koyu .nokta { background: #2b3a44; }
body.koyu .gs-bar { background: #23303a; }
body.koyu .icerik { background: #0a1512; }
body.koyu .ss-kart { background: #131c17; border-color: rgba(255,255,255,0.06); box-shadow: 0 10px 26px rgba(0,0,0,0.45); }
body.koyu .dua-kart { background: #131c17; border-color: rgba(255,255,255,0.06); box-shadow: 0 10px 26px rgba(0,0,0,0.4); }
body.koyu .dua-kaynak { color: #2dd4bf; }
body.koyu .dua-kopyala { background: #12281f; border-color: #1e4635; color: #7ee3cf; }
body.koyu .dua-kopyala.ok { background: #0f6f5c; border-color: #0f6f5c; color: #fff; }
body.koyu .kuran-hafiz select, body.koyu .kuran-ara { background: #1e2830; border-color: #2b3a44; color: var(--metin); }
body.koyu .sure-liste { background: #131c17; border-color: rgba(255,255,255,0.07); }
body.koyu .sure-satir { border-bottom-color: rgba(255,255,255,0.06); color: var(--metin); }
body.koyu .sure-satir:hover { background: #182821; }
body.koyu .sure-satir.aktif { background: #12281f; }
body.koyu .sure-no { background: #22303a; color: #7ee3cf; }
body.koyu .sure-satir.aktif .sure-no { background: #0f6f5c; color: #fff; }
body.koyu .sure-oynat { color: #2dd4bf; }
body.koyu .bolum h2 { color: #2dd4bf; }
body.koyu .site-alt { border-top-color: rgba(255,255,255,0.08); }
body.koyu .navbar { background: rgba(20, 27, 33, 0.8); }
body.koyu .navbar.kucuk { background: rgba(16, 22, 28, 0.96); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); }
body.koyu .nav-marka { color: #e7edf0; }
body.koyu .nav-linkler a { color: #a9b8b1; }
body.koyu .nav-linkler a:hover { color: #2dd4bf; }
body.koyu .mod-btn { background: #0d5248; color: #2dd4bf; }
body.koyu .mod-btn .ay { display: none; }
body.koyu .mod-btn .gunes { display: block; }
body.koyu .dil-btn { background: #22303a; color: #cdd8dd; }
body.koyu .dil-menu { background: #1a232b; }
body.koyu .dil-menu button { color: #e7edf0; }
body.koyu .dil-menu button:hover { background: #22303a; }
body.koyu .modal-kutu { background: #161d24; }
body.koyu .modal-baslik, body.koyu .konum-satiri, body.koyu .canli-saat { color: var(--metin); }
body.koyu .alan select { background: #1e2830; border-color: #2b3a44; color: var(--metin); }
body.koyu .tema-btn { background: #1a232b; border-color: #2b3a44; color: var(--metin); }
body.koyu .tema-btn.secili { background: #12281f; border-color: #2dd4bf; }
body.koyu .modal-kapat { background: #22303a; color: #cdd8dd; }

/* ══════════ ERİŞİLEBİLİRLİK ══════════ */
/* Klavye odak halkası */
a:focus-visible, button:focus-visible, select:focus-visible, [tabindex]:focus-visible {
    outline: 3px solid #2dd4bf; outline-offset: 2px; border-radius: 6px;
}
/* Hareket azaltma tercihi */
@media (prefers-reduced-motion: reduce) {
    .kaydir-ipucu { animation: none; }
    *, *::before, *::after {
        animation-duration: 0.001ms !important; animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important; scroll-behavior: auto !important;
    }
}

/* ══════════ NAVBAR CİLA (daha havalı) ══════════ */
.navbar { border: 1px solid rgba(255,255,255,0.55); }
.navbar.kucuk { border-left: 0; border-right: 0; border-top: 0; border-bottom-color: rgba(0,0,0,0.06); }
body.koyu .navbar { border-color: rgba(255,255,255,0.09); }
body.koyu .navbar.kucuk { border-bottom-color: rgba(255,255,255,0.08); }
.nav-marka { transition: transform 0.16s ease; }
.nav-marka:hover { transform: translateY(-1px); }
.nav-logo { box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 0 0 2px rgba(14,124,98,0.15); }
.nav-linkler a { position: relative; padding: 0.2rem 0.1rem; }
.nav-linkler a::after { content: ''; position: absolute; left: 0.1rem; right: 0.1rem; bottom: -3px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--yesil), var(--yesil-acik)); transform: scaleX(0); transform-origin: left; transition: transform 0.24s ease; }
.nav-linkler a:hover::after { transform: scaleX(1); }
body.koyu .nav-linkler a::after { background: linear-gradient(90deg, #2dd4bf, #12946f); }
.yuvarlak-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.18); }
.dil-btn { transition: transform 0.14s ease, background 0.15s ease; }
.dil-btn:hover { transform: translateY(-1px); background: #e5ece9; }
body.koyu .dil-btn:hover { background: #2a3944; }

/* ══════════ BÖLÜM RENK RİTMİ (düz griyi kır) ══════════ */
#dua { background: linear-gradient(180deg, #c3e0d4 0%, #dcece6 30%, #f4f7f6 100%); }
#ozellikler { background: #ffffff; }
#kuran { background: #eef5f1; }
#indir { background: #ffffff; }
.bolum h2 { position: relative; }
.bolum h2::after { content: ''; display: block; width: 46px; height: 3px; margin: 0.7rem auto 0; border-radius: 3px; background: linear-gradient(90deg, var(--turuncu-1), var(--turuncu-2)); }
body.koyu #dua { background: linear-gradient(180deg, #113124 0%, #0c1c15 30%, #0a1512 100%); }
body.koyu #ozellikler { background: #0d1712; }
body.koyu #kuran { background: #0b1611; }
body.koyu #indir { background: #0d1712; }
