:root {
    --altin-ana: #A4863D;
    --altin-koyu: #866A2A;
    --koyu-kahve: #1A1200;
    --bg-zemin: #FAF6ED;
    --yazi-koyu: #2C2519;
    --beyaz: #FFFFFF;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Lato', sans-serif;
    background-color: var(--bg-zemin);
    color: var(--yazi-koyu);
    line-height: 1.6;
}

/* ÜST ŞERİT VE TAŞ GİBİ SABİT KUTU */
.ust-serit {
    background-color: var(--koyu-kahve);
    color: var(--beyaz);
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 2px solid var(--altin-ana);
}
.serit-icerik {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ust-vurgu-yazi { color: var(--altin-ana); font-weight: bold; }

#girisKapsayici { position: relative; display: flex; align-items: center; }

.mini-giris-btn {
    background: var(--altin-ana);
    color: var(--koyu-kahve);
    border: 1px solid var(--altin-ana);
    padding: 7px 16px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

/* Çerçeve dışına çıkılınca asla kapanmayan form kutusu */
.modal-kutu {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    background: #ffffff;
    border: 2px solid var(--altin-ana);
    padding: 22px;
    width: 290px;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    z-index: 99999;
}
.modal-kutu h4 { margin-bottom: 12px; color: var(--koyu-kahve); font-family: 'Cinzel', serif; font-size: 12px; text-align: center; }
.modal-kutu input { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 13px; color: #333; }
.modal-kutu button { width: 100%; background: var(--koyu-kahve); color: #fff; border: none; padding: 10px; font-weight: bold; font-size: 13px; border-radius: 4px; cursor: pointer; }

/* MENÜ */
.ana-navigasyon { background-color: var(--beyaz); padding: 15px 20px; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.nav-icerik { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.logo-yazi { font-family: 'Cinzel', serif; font-size: 24px; color: var(--koyu-kahve); }
.logo-yazi span { color: var(--altin-ana); }
.dinamik-logo-stil { max-height: 55px; width: auto; display: block; object-fit: contain; }
.nav-linkler { list-style: none; display: flex; gap: 25px; }
.nav-linkler a { text-decoration: none; color: var(--yazi-koyu); font-weight: 700; font-size: 14px; }
.nav-linkler a:hover { color: var(--altin-ana); }

/* SLIDER */
.slayt-kapsayici { width: 100%; height: 450px; position: relative; overflow: hidden; background-color: var(--koyu-kahve); border-bottom: 3px solid var(--altin-ana); }
.slayt-kare { width: 100%; height: 100%; background-size: cover; background-position: center; display: flex; align-items: center; }
.slayt-golge { display: none; }
.slayt-metin { max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 20px; color: #fff; position: relative; z-index: 2; }
.slayt-metin h2 { font-family: 'Cinzel', serif; font-size: 34px; color: var(--altin-ana); margin-bottom: 10px; }
.slayt-metin p { font-size: 16px; color: #eaddc3; max-width: 600px; }

/* GRIDLER */
.hizmetler-bolumu { padding: 60px 20px; max-width: 1200px; margin: 0 auto; }
.kart-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; }
.hizmet-kart { background: var(--beyaz); padding: 30px 20px; border-radius: 4px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.03); transition: all 0.3s ease; }
.hizmet-kart:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(164,134,61,0.15); }
.hizmet-ikon { font-size: 35px; margin-bottom: 15px; }

/* KURUMSAL VE SAYAÇ */
.kurumsal-hakkimizda-yeni { max-width: 1200px; margin: 50px auto; padding: 0 20px; }
.hakkimizda-2li-blok { display: flex; gap: 40px; flex-wrap: wrap; }
.hk-sol-metin { flex: 2; min-width: 300px; }
.hk-sag-sayaclar { flex: 1; min-width: 250px; display: flex; align-items: center; justify-content: center; }
.sayac-kutu { background: var(--koyu-kahve); color: #fff; padding: 30px; border-radius: 4px; text-align: center; width: 100%; border-bottom: 4px solid var(--altin-ana); }
.sayac-kutu h3 { font-size: 36px; color: var(--altin-ana); font-family: 'Cinzel', serif; margin-bottom: 5px; }

/* VİDEO PORTAL ALANI */
.ust-donus-header { background: var(--koyu-kahve); padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid var(--altin-ana); }
.şık-donus-kutusu { border: 2px solid var(--altin-ana); padding: 8px 16px; border-radius: 4px; text-decoration: none; color: #fff; font-weight: bold; font-size: 13px; background: rgba(164,134,61,0.08); }
.portal-layout { max-width: 1300px; margin: 30px auto; display: flex; gap: 25px; padding: 0 20px; }
.kategori-sidebar { width: 280px; background: var(--beyaz); padding: 20px; border-radius: 4px; height: fit-content; box-shadow:0 2px 8px rgba(0,0,0,0.03); }
.kategori-sidebar h3 { font-family:'Cinzel', serif; font-size:14px; margin-bottom:15px; color:var(--koyu-kahve); border-bottom:2px solid var(--altin-ana); padding-bottom:8px; }
.kat-listesi { list-style: none; }
.kat-listesi a { display: block; padding: 11px; text-decoration: none; color: #444; font-size: 13px; font-weight: bold; }
.kat-listesi a:hover, .aktif-kat { background: var(--altin-ana); color: var(--beyaz) !important; border-radius: 3px; }
.video-vitrini { flex: 1; }
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.video-kart { background: var(--beyaz); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; }
.embed-wrap { position: relative; padding-bottom: 56.25%; height: 0; }
.embed-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.video-icerik { padding: 18px; display: flex; flex-direction: column; justify-content: space-between; flex-grow: 1; min-height: 160px; }
.indirme-butonu { display: block; text-align: center; background: #1565C0; color: #fff; padding: 8px; text-decoration: none; border-radius: 4px; font-size: 12px; font-weight: bold; }

/* FOOTER */
.footer-iletisim { background: var(--koyu-kahve); color: #ccc; padding: 50px 20px 30px 20px; margin-top: 60px; border-top: 3px solid var(--altin-ana); }
.footer-icerik { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; }
.footer-sutun { flex: 1; min-width: 250px; }
.footer-sutun h3 { font-family: 'Cinzel', serif; color: var(--altin-ana); margin-bottom: 15px; font-size: 16px; }
.footer-sutun p { font-size: 14px; margin-bottom: 8px; color: #bcaaa4; }
.sosyal-medya-kutusu a { text-decoration: none; display: inline-block; }

@media (max-width: 768px) {
    .nav-icerik, .portal-layout, .footer-icerik { flex-direction: column; text-align: center; }
    .kategori-sidebar, .footer-sutun { width: 100%; }
    .sosyal-medya-kutusu { justify-content: center !important; }
    .nav-linkler { flex-direction: column; gap: 10px; margin-top: 15px; }
}