:root {
    --navy: #12263a;
    --gold: #c6a15b;
    --paper: #f4f1ea;
    --ink: #1a1a1a;
    --muted: #5c6570;
    --line: #e4ddd3;
    --white: #fff;
    --shadow: 0 10px 30px rgba(18, 38, 58, .08);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100%; }
body {
    font-family: Outfit, "Segoe UI", sans-serif;
    color: var(--ink);
    background: #f6f4f0;
    line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.topbar {
    background: var(--white);
    border-bottom: 3px solid var(--gold);
    position: sticky;
    top: 0;
    z-index: 20;
}
.topbar-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    min-height: 74px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; justify-self: start; }
.brand img { height: 42px; width: auto; max-width: 240px; object-fit: contain; }
.brand-mark {
    width: 42px; height: 42px; border-radius: 8px;
    background: var(--navy); color: var(--gold);
    display: grid; place-items: center; font-weight: 700; font-size: 1.2rem;
}
.brand strong { display: block; font-size: 1.05rem; }
.brand small { color: var(--muted); font-size: .75rem; }
.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    font-weight: 600;
    font-size: .95rem;
}
.nav a { text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; }
.nav a.is-on, .nav a:hover { border-color: var(--gold); }
.top-cta { display: flex; align-items: center; gap: 10px; justify-self: end; }
.phone { font-weight: 700; text-decoration: none; color: var(--navy); }
.wa, .btn {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--navy); color: #fff; text-decoration: none;
    padding: 9px 14px; border-radius: 6px; border: 0; font-weight: 600; cursor: pointer;
}
.wa { background: #128c7e; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn.ghost { background: #fff; color: var(--navy); border: 1px solid var(--line); }
.btn-wa { background: #128c7e; color: #fff; }
.btn-block { width: 100%; }
.hero {
    background: linear-gradient(120deg, var(--navy), #1d3b58);
    color: #fff; padding: 56px 0 48px;
}
.hero-inner { display: grid; grid-template-columns: 1.5fr .7fr; gap: 32px; align-items: end; }
.eyebrow { letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; color: var(--gold); margin: 0 0 8px; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; line-height: 1.25; }
.hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 12px; }
.lede { max-width: 42ch; color: #d7dde4; }
.search-bar { display: flex; gap: 8px; margin-top: 22px; background: #fff; padding: 8px; border-radius: 10px; }
.search-bar input, .search-bar select { border: 0; padding: 10px; flex: 1; font: inherit; }
.search-bar button { background: var(--gold); color: var(--navy); border: 0; padding: 10px 18px; font-weight: 700; border-radius: 8px; cursor: pointer; }
.hero-stats { display: grid; gap: 10px; }
.hero-stats div { background: rgba(255,255,255,.08); padding: 14px 16px; border-radius: 10px; }
.hero-stats b { display: block; font-size: 1.6rem; }
.section { padding: 48px 0; }
.section-alt { background: #efeae1; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px; }
.section-head a { color: var(--navy); font-weight: 600; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
    background: #fff; border-radius: 12px; overflow: hidden; text-decoration: none;
    box-shadow: var(--shadow); color: inherit; display: flex; flex-direction: column;
}
.card-photo { height: 210px; background: #cfc6b8 center/cover no-repeat; position: relative; }
.badge {
    position: absolute; top: 12px; left: 12px; background: var(--navy); color: #fff;
    font-size: .75rem; padding: 4px 8px; border-radius: 4px; font-weight: 700;
}
.card-price {
    position: absolute; left: 12px; bottom: 12px; background: var(--gold); color: var(--navy);
    font-weight: 700; padding: 6px 10px; border-radius: 6px;
}
.card-body { padding: 14px 16px 18px; }
.card-loc { margin: 0; color: var(--muted); font-size: .85rem; }
.card-body h3 { font-family: "Source Sans 3", sans-serif; font-size: 1.02rem; font-weight: 700; margin: 4px 0 8px; }
.meta { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; color: var(--muted); font-size: .85rem; }
.about-page { display: grid; grid-template-columns: 1.4fr .7fr; gap: 24px; padding: 28px 0 48px; align-items: start; }
.about-sign { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.about-sign p { margin: 0 0 .35em; }
.about-side { display: grid; gap: 14px; }
.about-stat-h { font-size: .9rem; margin: 14px 0 8px; color: var(--navy); }
.about-stats { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.about-stats li { position: relative; display: flex; justify-content: space-between; font-size: .9rem; padding-bottom: 8px; }
.about-stats i {
    position: absolute; left: 0; bottom: 0; height: 4px; border-radius: 4px;
    background: var(--gold); display: block;
}
.about-agent { display: grid; gap: 8px; justify-items: start; }
.about-agent .seller-av { margin-bottom: 4px; }
.about-contact { background: var(--navy); color: #fff; padding: 28px; border-radius: 12px; }
.big-phone { color: var(--gold); font-size: 1.4rem; font-weight: 700; text-decoration: none; }
.site-foot { background: #0d1b2a; color: #c9d1d8; padding: 40px 0 18px; margin-top: 40px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 20px; }
.foot-grid a, .foot-grid p { display: block; color: #c9d1d8; text-decoration: none; margin: 6px 0; }
.foot-copy { display: flex; justify-content: space-between; border-top: 1px solid #243447; margin-top: 24px; padding-top: 14px; font-size: .85rem; }
.page-head { background: var(--navy); color: #fff; padding: 28px 0; }
.page-head h1 { margin: 0; font-size: 1.8rem; }
.list-layout { display: grid; grid-template-columns: 280px 1fr; gap: 24px; padding: 28px 0 48px; align-items: start; }
.flt-open, .flt-drawer-head, .flt-overlay { display: none; }
.filters { background: #fff; padding: 0; border-radius: 10px; height: fit-content; display: grid; }
.filters label { display: grid; gap: 4px; font-size: .85rem; font-weight: 600; }
.filters input, .filters select, form input, form select, form textarea {
    width: 100%; padding: 9px 10px; border: 1px solid var(--line); border-radius: 6px; font: inherit;
}
.flt-block { padding: 12px 14px; border-bottom: 1px solid var(--line); display: grid; gap: 8px; }
.flt-block h3 { margin: 0; font-size: .8rem; font-weight: 700; color: #333; }
.flt-acc { padding: 0; gap: 0; }
.flt-acc-btn {
    width: 100%; display: flex; align-items: center; gap: 8px;
    background: none; border: 0; padding: 12px 14px; margin: 0;
    font: inherit; font-size: .82rem; font-weight: 700; color: #222;
    cursor: pointer; text-align: left;
}
.flt-acc-btn span { flex: 1; }
.flt-acc-btn em {
    font-style: normal; font-size: .68rem; font-weight: 700;
    background: var(--navy); color: #fff; border-radius: 999px;
    min-width: 18px; height: 18px; padding: 0 5px;
    display: inline-grid; place-items: center;
}
.flt-acc-btn::after {
    content: ""; width: 7px; height: 7px; flex: 0 0 auto;
    border-right: 2px solid #888; border-bottom: 2px solid #888;
    transform: rotate(45deg); margin-top: -3px; transition: transform .15s;
}
.flt-acc.is-open .flt-acc-btn::after { transform: rotate(-135deg); margin-top: 3px; }
.flt-acc-body { display: none; padding: 0 14px 12px; }
.flt-acc.is-open .flt-acc-body { display: grid; gap: 8px; }
.flt-row { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.flt-checks {
    max-height: 210px; overflow: auto; display: grid; gap: 4px;
    border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px;
    background: #fff;
}
.flt-checks label {
    display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: .82rem;
    margin: 0; cursor: pointer;
}
.flt-checks input { width: auto; padding: 0; margin: 0; flex: 0 0 auto; }
.flt-actions { padding: 12px 14px 14px; display: grid; gap: 8px; }
.flt-actions .btn { width: 100%; }
.pager { display: flex; gap: 6px; margin-top: 20px; }
.pager a { padding: 6px 10px; background: #fff; text-decoration: none; border-radius: 6px; }
.pager a.is-on { background: var(--navy); color: #fff; }
.empty { background: #fff; padding: 40px; text-align: center; border-radius: 10px; }

.crumb-wrap { background: #fff; border-bottom: 1px solid var(--line); }
.crumb { padding: 10px 0; font-size: .88rem; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.crumb a { color: var(--navy); text-decoration: none; }
.classified { padding: 22px 0 48px; }
.classified-title { font-size: clamp(1.3rem, 2.4vw, 1.9rem); margin: 0 0 6px; }
.classified-loc { color: var(--muted); margin: 0 0 18px; }
.classified-grid { display: grid; grid-template-columns: 1.45fr .7fr; gap: 22px; align-items: start; }
.gallery { background: #fff; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.gallery-main {
    position: relative;
    height: 420px;
    background: #f3f3f3;
}
.gallery-main > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    cursor: zoom-in;
}
.gallery-bar {
    display: flex;
    background: #f6f6f6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.gallery-bar-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 11px 16px;
    border: 0;
    background: #fff;
    color: #333;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-right: 1px solid #e6e6e6;
}
.gallery-bar-btn.is-on { color: #2f86d0; }
.gallery-bar-btn svg { flex: 0 0 18px; }
.gallery-thumbs-view {
    overflow: hidden;
    padding: 8px 8px 0;
    background: #fff;
}
.gallery-thumbs-track {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    transition: transform .25s ease;
}
.gallery-thumbs-track > button {
    box-sizing: border-box;
    flex: 0 0 20%;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    margin: 0;
    padding: 0 3px 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.gallery-thumbs-track > button > img {
    display: block;
    width: 100%;
    height: 78px;
    object-fit: cover;
    border: 2px solid transparent;
    pointer-events: none;
}
.gallery-thumbs-track > button.is-on > img { border-color: #2f86d0; }
.gallery-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 10px;
    font-size: 13px;
    color: #666;
    background: #fff;
}
.gallery-nav-btns { display: flex; gap: 6px; }
.gallery-nav-btns button {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.gallery-nav-btns button:hover { background: #e9e9e9; }
.gallery-nav-btns button:disabled { opacity: .4; cursor: default; }
.lightbox {
    position: fixed; inset: 0; z-index: 80;
    background: rgba(8,8,8,.94);
    display: grid; place-items: center;
    padding: 48px 64px 56px;
}
.lightbox[hidden] { display: none !important; }
.lightbox img { max-width: min(92vw, 1400px); max-height: 88vh; object-fit: contain; }
.lightbox-close {
    position: absolute; top: 12px; right: 16px;
    width: 44px; height: 44px; border: 0; border-radius: 50%;
    background: rgba(255,255,255,.15); color: #fff; font-size: 1.8rem; cursor: pointer;
}
.lightbox-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 48px; height: 48px; border: 0; border-radius: 50%;
    background: rgba(255,255,255,.9); font-size: 1.8rem; cursor: pointer;
}
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
.lightbox-count {
    position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
    color: #fff; background: rgba(0,0,0,.5); padding: 4px 10px; border-radius: 4px; font-size: .9rem;
}
body.lb-open { overflow: hidden; }
.panel { background: #fff; padding: 18px 20px; border-radius: 10px; margin-top: 16px; box-shadow: var(--shadow); }
.panel h2 { font-size: 1.1rem; margin: 0 0 12px; font-family: "Source Sans 3", sans-serif; font-weight: 700; }
.prose { line-height: 1.7; }
.prose p { margin: 0 0 1em; }
.prose p:last-child { margin-bottom: 0; }
.prose ul, .prose ol { margin: 0 0 1em; padding-left: 1.4em; }
.prose h2, .prose h3, .prose h4 { margin: 1.1em 0 .45em; line-height: 1.3; }
.prose a { color: var(--navy); }
.prose img { max-width: 100%; height: auto; }
.prose blockquote { margin: 0 0 1em; padding: 8px 14px; border-left: 3px solid var(--gold); background: #faf8f3; }
.feat-h { font-size: .9rem; margin: 14px 0 8px; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chips span { background: var(--paper); border: 1px solid var(--line); padding: 4px 8px; border-radius: 999px; font-size: .82rem; }
.classified-side { position: sticky; top: 90px; display: grid; gap: 12px; }
.price-box, .seller, .mini-form { background: #fff; padding: 16px; border-radius: 10px; box-shadow: var(--shadow); }
.price-box-mobile { display: none; }
.price { font-size: 1.7rem; font-weight: 700; color: #b42318; }
.status-pill { display: inline-block; background: var(--navy); color: #fff; font-size: .75rem; padding: 3px 8px; border-radius: 4px; margin-bottom: 8px; }
.spec { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.spec th, .spec td { padding: 9px 12px; border-bottom: 1px solid var(--line); font-size: .92rem; }
.spec th { width: 46%; color: var(--muted); font-weight: 600; background: #faf8f4; text-align: left; }
.spec tr:nth-child(even) td { background: #fcfbf8; }
.seller { display: grid; gap: 8px; }
.seller-av { width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-weight: 700; }
.seller-av.lg { width: 64px; height: 64px; font-size: 1.4rem; margin-bottom: 8px; }
.seller strong { display: block; }
.seller span { color: var(--muted); font-size: .9rem; }
.mini-form { display: grid; gap: 8px; }
.mini-form p { margin: 0; font-weight: 600; }
.narrow { max-width: 760px; padding: 28px 0 48px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 28px 0 48px; }
.ok { background: #e7f6ed; padding: 10px; border-radius: 6px; }
.err { background: #fde8e8; padding: 10px; border-radius: 6px; }
.agent-cards { padding: 28px 0 48px; }
.agent-card { background: #fff; padding: 22px; border-radius: 12px; box-shadow: var(--shadow); }

.strip { background: var(--navy); color: #fff; font-size: .85rem; }
.strip-inner { display: flex; gap: 18px; justify-content: space-between; align-items: center; padding: 8px 0; flex-wrap: wrap; }
.strip span, .strip a { color: #fff; text-decoration: none; font-weight: 500; }
.strip a:hover { color: #ffe08a; }
.brand img { height: 42px; width: auto; max-width: 220px; object-fit: contain; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.4rem; cursor: pointer; color: var(--navy); }
.hero-slider { position: relative; min-height: 520px; overflow: hidden; }
.slide {
    position: absolute; inset: 0; background: #12263a center/cover no-repeat;
    opacity: 0; transition: opacity .7s ease;
}
.slide.is-on { opacity: 1; z-index: 1; }
.slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,20,35,.78), rgba(10,20,35,.25)); }
.slide-copy { position: relative; z-index: 2; padding-top: 110px; color: #fff; max-width: 720px; }
.slide-copy h1 { font-size: clamp(2rem, 4.5vw, 3.3rem); margin: 0; }
.hero-search { position: absolute; left: 0; right: 0; bottom: 28px; z-index: 3; }
.search-bar-lg { box-shadow: 0 16px 40px rgba(0,0,0,.25); }
.hero-slider .hero-stats { display: flex; gap: 10px; margin-top: 12px; }
.hero-slider .hero-stats div { background: rgba(255,255,255,.14); color: #fff; padding: 8px 14px; border-radius: 8px; display: flex; gap: 8px; align-items: baseline; }
.hero-slider .hero-stats b { font-size: 1.1rem; }
.slider-nav { position: absolute; right: 24px; top: 45%; z-index: 4; display: grid; gap: 8px; }
.slider-nav button {
    width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9);
    font-size: 1.3rem; cursor: pointer;
}
.eyebrow.dark { color: var(--gold); }
.blog-list { padding: 28px 0 48px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-card {
    background: #fff; border-radius: 12px; overflow: hidden; text-decoration: none;
    box-shadow: var(--shadow); color: inherit; display: flex; flex-direction: column;
}
.blog-card:hover { box-shadow: 0 10px 28px rgba(18, 38, 58, .12); }
.blog-card-photo { height: 180px; background: #cfc6b8 center/cover no-repeat; }
.blog-card-body { padding: 16px 18px 20px; }
.blog-card-body time { color: var(--muted); font-size: .82rem; }
.blog-card-body h2 { font-family: "Source Sans 3", sans-serif; font-size: 1.08rem; margin: 6px 0 8px; line-height: 1.35; }
.blog-card-body p { margin: 0; color: var(--muted); font-size: .92rem; }
.blog-cover { width: 100%; max-height: 380px; object-fit: cover; border-radius: 10px; margin: 0 0 8px; display: block; }
.page-banner {
    background: linear-gradient(100deg, rgba(18,38,58,.82), rgba(18,38,58,.45)), url("../img/page-title.jpg") center/cover no-repeat;
    color: #fff; padding: 56px 0 48px;
}
.page-banner h1 { margin: 0 0 6px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.page-banner p, .page-banner a { color: #e8e2d6; }
.page-banner .crumb { display: flex; gap: 8px; font-size: .9rem; margin-bottom: 10px; }
.card { position: relative; }
.card-hover {
    position: absolute; inset: 0; display: grid; place-items: center;
    background: rgba(18,38,58,.55); color: #fff; font-weight: 700;
    opacity: 0; transition: opacity .2s;
}
.card:hover .card-hover { opacity: 1; }
.cta-band { background: var(--navy); color: #fff; padding: 56px 0; }
.cta-band .eyebrow { color: var(--gold); }
.foot-logo { height: 38px; width: auto; background: #fff; padding: 8px 10px; border-radius: 6px; margin-bottom: 10px; }

.ozellik { background: #fff; margin-top: 0; overflow: hidden; border-top: 1px solid #e6e6e6; }
.ozellik-head { background: #f3f3f3; padding: 12px 16px; font-weight: 700; font-family: Outfit, sans-serif; }
.ozellik-cat { color: #3d8bd4; font-size: .95rem; margin: 14px 16px 8px; font-family: Outfit, sans-serif; font-weight: 700; }
.ozellik-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px 10px; padding: 0 16px 14px; }
.ozellik-item { color: #c5c5c5; font-size: .9rem; padding: 2px 0 2px 18px; position: relative; }
.ozellik-item.is-on { color: #111; font-weight: 700; }
.ozellik-item.is-on::before { content: "✓"; position: absolute; left: 0; color: #43a047; font-weight: 800; }
.ozellik-mobile { display: none; }
.listing-map { height: 380px; width: 100%; background: #e9eef2; }
.office-map { height: 420px; width: 100%; background: #e9eef2; border-radius: 12px; box-shadow: var(--shadow); }
.contact-map-wrap { padding: 0 0 48px; }
.contact-map-wrap h2 { margin: 0 0 12px; font-size: 1.15rem; }
.muted { color: var(--muted); }

.detail-tabs { margin-top: 18px; }
.detail-tabs-bar { display: flex; gap: 4px; align-items: flex-end; }
.dtab {
    appearance: none; border: 1px solid #ddd; border-bottom: 0;
    background: #fff; color: #2f86d0; font: 700 15px/1 Outfit, sans-serif;
    padding: 12px 22px; border-radius: 6px 6px 0 0; cursor: pointer;
}
.dtab.is-on {
    background: linear-gradient(#ffe566, #f5c400);
    color: #111; border-color: #f5c400;
    position: relative; z-index: 1;
}
.dtab-panel { display: none; border: 1px solid #ddd; border-top: 3px solid #f5c400; background: #fff; }
.dtab-panel.is-on { display: block; }
.dtab-sub {
    background: linear-gradient(#f7f7f7, #ececec);
    padding: 10px 16px; font-weight: 700; font-family: Outfit, sans-serif;
    border-bottom: 1px solid #e5e5e5;
}
.dtab-body { padding: 16px 18px 20px; min-height: 120px; }
.dtab-specs { padding: 0; min-height: 0; }
.dtab-specs .spec { box-shadow: none; border-radius: 0; }
.spec .spec-price { color: #2f86d0; font-weight: 700; }
.spec .spec-id { color: #c0392b; font-weight: 700; }

@media (min-width: 901px) {
    .dtab[data-tab="bilgi"],
    .dtab-panel[data-panel="bilgi"] { display: none !important; }
}

.float-menu {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    display: grid;
    gap: 10px;
}
.float-btn {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 22px rgba(18, 38, 58, .22);
    text-decoration: none;
    color: #fff;
    transition: transform .15s ease;
}
.float-btn:hover { transform: scale(1.07); }
.float-btn svg { width: 28px; height: 28px; display: block; }
.float-whatsapp { background: #25d366; color: #fff; }
.float-sahibinden { background: #ffe800; color: #111; }
.float-s { font: 800 26px/1 Arial, sans-serif; }
.float-hepsi { background: #fff; color: #e31e24; border: 1px solid #eee; }
.float-hepsi svg { width: 34px; height: 34px; }
.float-instagram { background: radial-gradient(circle at 30% 30%, #f9ce34, #ee2a7b 55%, #6228d7); }
.float-facebook { background: #1877f2; }

@media (max-width: 900px) {
    .nav-toggle { display: block; order: 3; justify-self: end; }
    .topbar-inner { position: relative; grid-template-columns: 1fr auto auto; gap: 8px; }
    .top-cta { order: 2; }
    .top-cta .wa { display: none; }
    .phone { white-space: nowrap; font-size: .92rem; }
    .brand img { height: 34px; max-width: 148px; }
    .nav {
        display: none; position: absolute; left: 0; right: 0; top: 100%;
        background: #fff; flex-direction: column; align-items: stretch; padding: 12px 16px 16px;
        box-shadow: var(--shadow); z-index: 30; grid-column: 1 / -1; justify-content: flex-start; gap: 8px;
    }
    .nav.is-open { display: flex; }
    .hero-stats { display: none; }
    .hero-inner, .classified-grid, .about-split, .about-page, .foot-grid, .contact-grid, .cards, .ozellik-grid, .blog-grid {
        grid-template-columns: 1fr;
    }
    .list-layout {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .flt-open {
        display: inline-flex; align-items: center; justify-content: center;
        width: 100%; margin-bottom: 14px; padding: 12px 16px;
        background: var(--navy); color: #fff; border: 0; border-radius: 8px;
        font: inherit; font-weight: 700; cursor: pointer;
    }
    .flt-overlay {
        display: block; position: fixed; inset: 0; background: rgba(18, 38, 58, .45);
        z-index: 80; border: 0;
    }
    .flt-overlay[hidden] { display: none; }
    .filters {
        position: fixed; top: 0; bottom: 0; left: 0; width: min(320px, 88vw);
        height: 100dvh; max-height: 100dvh;
        z-index: 90; margin: 0; border-radius: 0;
        overflow: hidden;
        display: flex; flex-direction: column;
        transform: translateX(-105%); transition: transform .25s ease;
        box-shadow: 8px 0 28px rgba(0,0,0,.18);
        padding-bottom: 0;
        overscroll-behavior: contain;
    }
    .filters.is-open { transform: translateX(0); }
    .flt-drawer-head {
        display: flex; align-items: center; justify-content: space-between;
        flex: 0 0 auto; background: #fff;
        padding: 14px 16px; border-bottom: 1px solid var(--line);
    }
    .flt-drawer-head strong { font-size: 1.05rem; }
    .flt-close {
        width: 36px; height: 36px; border: 0; background: #f3f1ec; border-radius: 8px;
        font-size: 1.4rem; line-height: 1; cursor: pointer; color: var(--navy);
    }
    .flt-drawer-body {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
    }
    .flt-actions {
        flex: 0 0 auto;
        background: #fff;
        border-top: 1px solid var(--line);
        margin-top: 0;
        padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
    }
    html.flt-lock, body.flt-lock { overflow: hidden; }
    body.flt-lock {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
    }
    .flt-overlay { touch-action: none; }
    .gallery-main { height: 260px; }
    .lightbox { padding: 52px 12px 48px; }
    .lightbox-nav { width: 40px; height: 40px; }
    .lightbox-prev { left: 8px; }
    .lightbox-next { right: 8px; }
    .classified-side { position: static; }
    .price-box-mobile { display: block; margin: 12px 0 4px; }
    .price-box-side { display: none; }
    .hero-slider { min-height: 420px; }
    .slide-copy { padding-top: 70px; }
    .dtab {
        flex: 1; padding: 12px 4px; font-size: 12.5px; color: #222;
        border-radius: 0; border: 1px solid #ddd; border-bottom: 0;
        text-align: center; line-height: 1.25; min-width: 0;
    }
    .detail-tabs-bar { gap: 0; }
    .classified-side .spec-side { display: none; }
    .ozellik-desktop { display: none; }
    .ozellik-mobile { display: block; }
    .ozellik-head { text-transform: uppercase; letter-spacing: .02em; color: #333; font-size: .92rem; }
    .ozellik-row {
        padding: 14px 16px;
        border-bottom: 1px solid #ececec;
    }
    .ozellik-row:last-child { border-bottom: 0; }
    .ozellik-row strong { display: block; color: #111; font-size: .95rem; font-weight: 700; }
    .ozellik-row p { margin: 4px 0 0; color: #666; font-size: .9rem; font-weight: 400; line-height: 1.45; }
    .search-bar { min-width: 0; }
    .search-bar select, .search-bar input { min-width: 0; }
    .float-menu {
        right: auto;
        left: calc(100vw - 62px);
        top: auto;
        bottom: max(16px, env(safe-area-inset-bottom, 0px));
        transform: none;
        width: 48px;
    }
    .float-btn { width: 48px; height: 48px; }
    .float-btn svg { width: 24px; height: 24px; }
    .float-s { font-size: 22px; }
}
