/* ============================================================
   Zeyrek Global — Kurumsal Tema
   Renkler: lacivert + amber vurgu, modern inşaat estetiği
   ============================================================ */
:root {
    --navy: #0e1c2e;
    --navy-2: #16293f;
    --navy-3: #1f3551;
    --amber: #f0a92d;
    --amber-dark: #d89114;
    --text: #253244;
    --muted: #64748b;
    --line: #e2e8f0;
    --bg: #ffffff;
    --bg-soft: #f5f7fa;
    --radius: 12px;
    --shadow: 0 10px 30px rgba(14, 28, 46, .10);
    --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { line-height: 1.25; color: var(--navy); font-weight: 800; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--amber); color: #000; padding: 8px 16px; z-index: 999; }
.skip-link:focus { left: 8px; }

/* ---------- Üst bar ---------- */
.topbar { background: var(--navy); color: #cbd5e1; font-size: 13.5px; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 12px; flex-wrap: wrap; }
.topbar-info { display: flex; gap: 18px; }
.topbar a:hover { color: var(--amber); }
.lang-switch { display: flex; gap: 5px; align-items: center; flex-wrap: wrap; }
.lang-switch a { display: inline-flex; padding: 3px; border-radius: 4px; line-height: 0; opacity: .7; transition: .15s; }
.lang-switch a img { width: 24px; height: 16px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .3); display: block; }
.lang-switch a:hover { opacity: 1; }
.lang-switch a.active { opacity: 1; background: var(--amber); box-shadow: 0 0 0 2px var(--amber); }

/* ---------- Ana menü ---------- */
.navbar { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(14,28,46,.06); }
.navbar-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; }
.brand img { width: 150px; height: auto; }
.nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav > a, .dropdown > a { padding: 10px 13px; font-weight: 700; font-size: 14.5px; color: var(--navy); border-radius: 8px; display: block; white-space: nowrap; }
.nav > a:hover, .dropdown > a:hover, .nav > a.active, .dropdown.active > a { color: var(--amber-dark); background: var(--bg-soft); }
.dropdown { position: relative; }
.dropdown-menu { position: absolute; top: 100%; inset-inline-start: 0; background: #fff; min-width: 230px; border-radius: 10px; box-shadow: var(--shadow); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; z-index: 50; }
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 9px 14px; border-radius: 7px; font-size: 14px; font-weight: 600; }
.dropdown-menu a:hover { background: var(--bg-soft); color: var(--amber-dark); }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; font-size: 22px; padding: 4px 12px; cursor: pointer; color: var(--navy); }
.nav-search-btn { display: inline-flex; align-items: center; gap: 7px; margin-inline-start: 10px; padding: 8px 15px; border: 1.5px solid var(--line); background: var(--bg-soft); border-radius: 24px; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 13.5px; color: var(--navy); }
.nav-search-btn:hover { border-color: var(--amber); color: var(--amber-dark); }
.nav-search-btn svg { display: block; }

/* Tam ekran arama */
.search-overlay { position: fixed; inset: 0; z-index: 600; background: rgba(14, 28, 46, .97); display: flex; align-items: center; justify-content: center; padding: 20px; }
.search-overlay[hidden] { display: none; }
.search-close { position: absolute; top: 22px; inset-inline-end: 30px; background: none; border: 0; color: #fff; font-size: 42px; line-height: 1; cursor: pointer; opacity: .8; }
.search-close:hover { opacity: 1; color: var(--amber); }
.search-overlay-inner { width: 100%; max-width: 680px; }
.search-overlay-label { display: block; color: var(--amber); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; margin-bottom: 14px; text-align: center; }
.search-overlay-box { display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 12px; padding: 8px 8px 8px 18px; box-shadow: 0 20px 60px rgba(0, 0, 0, .4); }
.search-overlay-box > svg { color: var(--muted); flex-shrink: 0; }
.search-overlay-box input { flex: 1; border: 0; outline: none; font-size: 20px; padding: 12px 6px; font-family: inherit; background: none; min-width: 0; }
.search-overlay-box button { border: 0; background: var(--amber); color: var(--navy); font-weight: 800; padding: 14px 26px; border-radius: 8px; cursor: pointer; font-family: inherit; font-size: 15px; flex-shrink: 0; }
.search-overlay-box button:hover { background: var(--amber-dark); }

/* ---------- Butonlar ---------- */
.btn { display: inline-block; padding: 12px 26px; border-radius: 8px; font-weight: 800; font-size: 14.5px; cursor: pointer; border: 2px solid transparent; transition: .18s; font-family: inherit; }
.btn-primary { background: var(--amber); color: var(--navy); }
.btn-primary:hover { background: var(--amber-dark); }
.btn-outline { background: transparent; border-color: var(--amber); color: var(--amber); }
.btn-outline:hover { background: var(--amber); color: var(--navy); }
.btn-ghost { background: transparent; color: var(--muted); }
.btn-ghost:hover { color: var(--navy); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); }

/* ---------- Hero / Slider ---------- */
.hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease; }
.hero-slide.on { opacity: 1; }
.hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,20,35,.85) 0%, rgba(10,20,35,.45) 60%, rgba(10,20,35,.15) 100%); }
[dir=rtl] .hero-slide::after { background: linear-gradient(270deg, rgba(10,20,35,.85) 0%, rgba(10,20,35,.45) 60%, rgba(10,20,35,.15) 100%); }
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 640px; padding: 90px 0; }
.hero-kicker { display: inline-block; background: rgba(240,169,45,.15); border: 1px solid var(--amber); color: var(--amber); padding: 5px 14px; border-radius: 20px; font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 18px; }
.hero h1 { color: #fff; font-size: clamp(30px, 5vw, 52px); margin-bottom: 16px; }
.hero p { font-size: 17.5px; color: #d7deea; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-dots { position: absolute; bottom: 24px; inset-inline-start: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 3; }
.hero-dots button { width: 34px; height: 4px; border: 0; border-radius: 2px; background: rgba(255,255,255,.35); cursor: pointer; transition: .2s; }
.hero-dots button.on { background: var(--amber); }

/* ---------- Bölümler ---------- */
.section { padding: 76px 0; }
.section.soft { background: var(--bg-soft); }
.section.dark { background: var(--navy); }
.section.dark h2, .section.dark h3 { color: #fff; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 46px; }
.section-head .kicker { color: var(--amber-dark); font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px; font-size: 12.5px; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 36px); margin: 6px 0 10px; }
.section-head p { color: var(--muted); }
.section.dark .section-head p { color: #9fb0c3; }

/* ---------- Sayaçlar ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { background: var(--navy-2); border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius); padding: 30px 20px; text-align: center; }
.stat b { display: block; font-size: 40px; color: var(--amber); font-weight: 800; line-height: 1.1; }
.stat span { color: #b8c4d4; font-size: 14px; font-weight: 600; }

/* ---------- Kartlar ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .22s ease; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.card-img { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-soft); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.card-body h3 { font-size: 18px; }
.card-body h3 a:hover { color: var(--amber-dark); }
.card-body p { color: var(--muted); font-size: 14.5px; flex: 1; }
.card-meta { display: flex; gap: 14px; color: var(--muted); font-size: 13px; font-weight: 600; }
.card-link { color: var(--amber-dark); font-weight: 800; font-size: 14px; }
.card-link:hover { text-decoration: underline; }

/* Hakkımızda bölümü */
.about-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.about-text h2 { font-size: clamp(26px, 3.4vw, 36px); margin-bottom: 16px; }
.about-text p { color: var(--muted); margin-bottom: 12px; }
.about-visual { position: relative; }
.about-visual img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; aspect-ratio: 4/3; }
.about-badge { position: absolute; bottom: -18px; inset-inline-start: -18px; background: var(--amber); color: var(--navy); border-radius: var(--radius); padding: 18px 24px; font-weight: 800; box-shadow: var(--shadow); }
.about-badge b { display: block; font-size: 30px; line-height: 1; }

/* Referans logoları */
.refs { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; align-items: center; }
.refs img { max-height: 72px; width: auto; filter: grayscale(1); opacity: .65; transition: .2s; }
.refs img:hover { filter: none; opacity: 1; }

/* ---------- Sayfa başlığı (breadcrumb) ---------- */
.page-hero { background: linear-gradient(120deg, var(--navy), var(--navy-2)); color: #fff; padding: 58px 0; }
.page-hero h1 { color: #fff; font-size: clamp(26px, 4vw, 40px); }
.breadcrumb { display: flex; gap: 8px; color: #93a5bb; font-size: 13.5px; margin-top: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--amber); }

/* ---------- İçerik / makale ---------- */
.article { max-width: 860px; margin: 0 auto; }
.article-content { color: #33415580; font-size: 16.5px; }
.article-content p { margin-bottom: 14px; color: var(--text); }
.article-content h2, .article-content h3 { margin: 22px 0 10px; }
.article-content img { border-radius: var(--radius); margin: 14px 0; }
.article-cover { border-radius: var(--radius); margin-bottom: 28px; box-shadow: var(--shadow); width: 100%; object-fit: cover; max-height: 460px; }

/* ---------- Formlar ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
label.f-label { font-weight: 700; font-size: 13.5px; display: block; margin-bottom: 6px; color: var(--navy); }
.input, textarea.input { width: 100%; border: 1.5px solid var(--line); border-radius: 8px; padding: 12px 14px; font-family: inherit; font-size: 15px; background: #fff; transition: .15s; }
.input:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(240,169,45,.18); }
textarea.input { min-height: 140px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--muted); }
.consent input { margin-top: 3px; }
.alert { padding: 14px 18px; border-radius: 10px; margin-bottom: 20px; font-weight: 600; }
.alert-ok { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.alert-err { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 34px; align-items: start; }
.contact-info { background: var(--navy); color: #d7deea; border-radius: var(--radius); padding: 30px; }
.contact-info h3 { color: #fff; margin-bottom: 18px; }
.contact-info li { display: flex; gap: 12px; margin-bottom: 16px; font-size: 14.5px; }
.contact-info .ico { color: var(--amber); font-weight: 800; }
.contact-info a:hover { color: var(--amber); }
.map-embed { margin-top: 40px; border-radius: var(--radius); overflow: hidden; }
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #b8c4d4; margin-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr 1fr; gap: 36px; padding: 56px 20px 40px; }
.site-footer h4 { color: #fff; margin-bottom: 16px; font-size: 16px; }
.footer-desc { margin-top: 14px; font-size: 14.5px; }
.footer-links li { margin-bottom: 9px; font-size: 14.5px; }
.footer-links a:hover { color: var(--amber); }
.social { display: flex; gap: 10px; }
.social a { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: var(--navy-2); border-radius: 8px; font-weight: 800; font-size: 12px; }
.social a:hover { background: var(--amber); color: var(--navy); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; font-size: 13.5px; text-align: center; }

/* ---------- Çerez bandı ---------- */
.cookie-banner { position: fixed; bottom: 16px; inset-inline-start: 16px; max-width: 480px; background: #fff; border-radius: var(--radius); box-shadow: 0 16px 50px rgba(14,28,46,.28); padding: 24px; z-index: 500; border: 1px solid var(--line); }
.cookie-banner h4 { margin-bottom: 8px; }
.cookie-banner p { font-size: 13.5px; color: var(--muted); margin-bottom: 14px; }
.cookie-detail label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-actions .btn { padding: 9px 16px; font-size: 13px; }

/* ---------- Kategori filtresi ---------- */
.cat-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.cat-filter a { padding: 9px 18px; border-radius: 24px; background: var(--bg-soft); border: 1.5px solid var(--line); font-weight: 700; font-size: 13.5px; color: var(--navy); }
.cat-filter a:hover { border-color: var(--amber); color: var(--amber-dark); }
.cat-filter a.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- Proje durum bölümleri / rozetleri ---------- */
.status-group { margin-bottom: 46px; }
.status-title { display: flex; align-items: center; gap: 10px; font-size: 22px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--line); }
.status-dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.status-badge { position: absolute; top: 12px; inset-inline-start: 12px; padding: 4px 12px; border-radius: 20px; font-size: 11.5px; font-weight: 800; color: #fff; z-index: 2; }
.card-img { position: relative; }
.s-foreign { background: #6d28d9; } .status-dot.s-foreign { background: #6d28d9; }
.s-completed { background: #059669; } .status-dot.s-completed { background: #059669; }
.s-ongoing { background: #d89114; } .status-dot.s-ongoing { background: #d89114; }
.s-upcoming { background: #2563eb; } .status-dot.s-upcoming { background: #2563eb; }

/* ---------- Foto galeri ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; background: var(--bg-soft); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .3s; }
.gallery-item:hover img { transform: scale(1.06); }

/* ---------- Video gömme ---------- */
.video-embed { position: relative; padding-top: 56.25%; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 28px; background: #000; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.video-placeholder { background: var(--navy); color: #9fb0c3; border-radius: var(--radius); padding: 70px 20px; text-align: center; font-size: 17px; margin-bottom: 28px; }

/* ---------- Samsun Yatırım ---------- */
.invest-hero { background: linear-gradient(120deg, #2d2417, #4a3b22); color: #fff; padding: 64px 0; text-align: center; }
.invest-hero h1 { color: #fff; font-size: clamp(26px, 4vw, 42px); margin: 12px 0; }
.invest-hero p { color: #e6ddcb; max-width: 640px; margin: 0 auto; }
.invest-types { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.itype { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 20px 10px; border-radius: var(--radius); background: #fff; border: 1.5px solid var(--line); font-weight: 700; font-size: 14px; text-align: center; transition: .18s; }
.itype:hover { border-color: var(--amber); transform: translateY(-3px); box-shadow: var(--shadow); }
.itype.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.itype-ico { font-size: 26px; }
#invest-ajax { transition: opacity .15s ease; }
.property-card .card-img { aspect-ratio: 16/11; }
.listing-badge { position: absolute; top: 12px; inset-inline-start: 12px; padding: 4px 12px; border-radius: 6px; font-size: 12px; font-weight: 800; color: #fff; z-index: 2; }
.l-sale { background: #059669; }
.l-rent { background: #2563eb; }
.feat-badge { position: absolute; top: 12px; inset-inline-end: 12px; padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 800; background: var(--amber); color: var(--navy); z-index: 2; }
.prop-specs { display: flex; gap: 14px; color: var(--muted); font-size: 13.5px; font-weight: 600; }
.prop-price { font-size: 21px; font-weight: 800; color: var(--amber-dark); margin-top: auto; }

/* ---------- Ana sayfa yatırım bandı ---------- */
.invest-band { background: linear-gradient(120deg, #2d2417, #4a3b22); color: #fff; border-radius: var(--radius); padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.invest-band h2 { color: #fff; font-size: 28px; margin-bottom: 6px; }
.invest-band p { color: #e6ddcb; }

/* ---------- Yardımcılar ---------- */
.text-center { text-align: center; }
.mt-30 { margin-top: 30px; }
.hide-m { display: inline; }

/* ---------- Duyarlılık ---------- */
@media (max-width: 1020px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .stats { grid-template-columns: repeat(2, 1fr); }
    .about-wrap, .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
    .nav-toggle { display: block; }
    .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 14px; box-shadow: var(--shadow); border-top: 1px solid var(--line); }
    .nav.open { display: flex; }
    .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding-inline-start: 18px; display: none; }
    .dropdown.open .dropdown-menu { display: block; }
    .nav-search-btn { margin: 8px 0 0; width: 100%; justify-content: center; }
    .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
    .hero { min-height: 480px; }
    .hide-m { display: none; }
    .form-grid { grid-template-columns: 1fr; }
    .cookie-banner { inset-inline-start: 8px; right: 8px; bottom: 8px; max-width: none; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .invest-types { grid-template-columns: repeat(3, 1fr); }
    .invest-band { padding: 28px; text-align: center; justify-content: center; }
}
@media (max-width: 1020px) {
    .invest-types { grid-template-columns: repeat(3, 1fr); }
}
