/* ============================================================
   Susam Emlak — Akdeniz Mavi & Altın (Kıbrıs)
   ============================================================ */

:root {
    /* Marka altın — logo */
    --sg-gold: #D4AF37;
    --sg-gold-light: #F5EDD4;
    --sg-gold-dark: #B8860B;
    --sg-gold-rich: #C5A059;
    --sg-gold-glow: rgba(212, 175, 55, 0.22);

    /* Akdeniz mavisi */
    --sg-blue: #1A8AD4;
    --sg-blue-dark: #0E6BA8;
    --sg-blue-deep: #0A5A8C;
    --sg-blue-light: #E8F4FC;
    --sg-blue-sky: #F4FAFE;

    /* Metin & yüzey (eski isimler uyumluluk için) */
    --sg-black: #1B3D5C;
    --sg-black-soft: #0E6BA8;
    --sg-black-mid: #1A7AB8;

    --sg-gray-100: #F4FAFE;
    --sg-gray-200: #D6EBF7;
    --sg-gray-400: #7A9BB5;
    --sg-gray-600: #4A7090;
    --sg-white: #FFFFFF;

    --sg-font: 'Inter', system-ui, sans-serif;
    --sg-font-display: 'Playfair Display', Georgia, serif;
    --sg-radius: 6px;
    --sg-radius-lg: 9px;
    --sg-shadow: 0 4px 24px rgba(26, 122, 184, 0.08);
    --sg-shadow-lg: 0 12px 40px rgba(26, 122, 184, 0.14);
    --sg-transition: .25s ease;
    --sg-header-h: 72px;
    --sg-topbar-h: 38px;
    --sg-hero-h: clamp(400px, 52vh, 500px);
    --sg-radius-xl: 12px;
}

/* Google Translate bar gizle */
#goog-gt-tt,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
.skiptranslate iframe,
.goog-te-gadget,
#google_translate_element2 { display: none !important; }
body.sg-body { top: 0 !important; position: static !important; }
body.sg-body > .skiptranslate { display: none !important; height: 0 !important; }
.goog-text-highlight { background: transparent !important; box-shadow: none !important; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body.sg-body {
    font-family: var(--sg-font);
    color: var(--sg-black);
    background: var(--sg-blue-sky);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.sg-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.sg-hide-sm { display: inline-flex; }
@media (max-width: 768px) { .sg-hide-sm { display: none !important; } }

/* ── Buttons ── */
.sg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: var(--sg-radius);
    font-size: 14px;
    font-weight: 600;
    transition: var(--sg-transition);
    white-space: nowrap;
}
.sg-btn--gold {
    background: linear-gradient(135deg, var(--sg-gold), var(--sg-gold-dark));
    color: var(--sg-blue-deep);
    box-shadow: 0 2px 12px var(--sg-gold-glow);
}
.sg-btn--gold:hover {
    background: linear-gradient(135deg, #D4B030, var(--sg-gold));
    transform: translateY(-1px);
    box-shadow: 0 4px 20px var(--sg-gold-glow);
}
.sg-btn--outline {
    border: 1.5px solid var(--sg-gray-200);
    color: var(--sg-black);
    background: var(--sg-white);
}
.sg-btn--outline:hover { border-color: var(--sg-gold); color: var(--sg-gold-dark); }
.sg-btn--outline-gold {
    border: 1.5px solid var(--sg-gold);
    color: var(--sg-gold);
    background: transparent;
}
.sg-btn--outline-gold:hover { background: var(--sg-gold); color: var(--sg-blue-deep); }
.sg-btn--ghost {
    border: 1.5px solid rgba(255,255,255,.4);
    color: var(--sg-white);
    background: transparent;
}
.sg-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: var(--sg-white); }
.sg-btn--sm { padding: 8px 16px; font-size: 13px; }
.sg-btn--lg { padding: 14px 32px; font-size: 15px; }
.sg-btn--search { padding: 12px 28px; font-size: 15px; }

.sg-link { font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.sg-link--gold { color: var(--sg-blue-dark); }
.sg-link--gold:hover { color: var(--sg-gold-dark); }
.sg-section--dark .sg-link--gold { color: var(--sg-gold); }
.sg-section--dark .sg-link--gold:hover { color: var(--sg-gold-light); }

/* ── Topbar ── */
.sg-topbar {
    background: linear-gradient(90deg, var(--sg-blue-deep) 0%, var(--sg-blue-dark) 100%);
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    height: var(--sg-topbar-h);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sg-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.sg-topbar__left, .sg-topbar__right { display: flex; align-items: center; gap: 20px; }
.sg-topbar__link { display: inline-flex; align-items: center; gap: 6px; transition: color var(--sg-transition); }
.sg-topbar__link:hover { color: var(--sg-gold-light); }
.sg-topbar__badge {
    display: inline-flex; align-items: center; gap: 5px;
    color: var(--sg-gold-light); font-size: 12px; font-weight: 600;
}
.sg-topbar__social { display: flex; gap: 10px; }
.sg-topbar__social a {
    width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.8);
    font-size: 12px; transition: var(--sg-transition);
}
.sg-topbar__social a:hover { background: var(--sg-gold); color: var(--sg-blue-deep); }

/* Dil seçici dropdown */
.sg-topbar__lang { position: relative; }
.sg-topbar__lang .kp-lang { position: relative; }
.sg-topbar__lang .kp-lang__btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 6px 12px 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px; font-weight: 600;
    cursor: pointer; transition: var(--sg-transition);
    white-space: nowrap;
}
.sg-topbar__lang .kp-lang__btn:hover,
.sg-topbar__lang .kp-lang.is-open .kp-lang__btn {
    border-color: var(--sg-gold-light);
    color: var(--sg-gold-light);
    background: rgba(255, 255, 255, 0.15);
}
.sg-topbar__lang .kp-lang__flag {
    width: 20px; height: 15px; object-fit: cover;
    border-radius: 2px; flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(255,255,255,.1);
}
.sg-topbar__lang .kp-lang__arrow {
    font-size: 10px; color: var(--sg-gold-light);
    transition: transform 0.25s ease;
    margin-left: 2px;
}
.sg-topbar__lang .kp-lang.is-open .kp-lang__arrow { transform: rotate(180deg); }
.sg-topbar__lang .kp-lang__menu {
    position: absolute; top: calc(100% + 8px); right: 0;
    min-width: 190px;
    background: var(--sg-white);
    border: 1px solid var(--sg-gray-200);
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(26, 122, 184, 0.18);
    padding: 6px 0;
    opacity: 0; visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 1100;
    list-style: none;
    overflow: visible;
    max-height: none;
    scrollbar-width: none;
}
.sg-topbar__lang .kp-lang__menu::-webkit-scrollbar { display: none; width: 0; height: 0; }
.sg-topbar__lang .kp-lang.is-open .kp-lang__menu {
    opacity: 1; visibility: visible; transform: translateY(0);
}
.sg-topbar__lang .kp-lang__menu a {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 14px;
    font-size: 13px; font-weight: 500;
    color: var(--sg-black);
    transition: var(--sg-transition);
}
.sg-topbar__lang .kp-lang__menu a:hover {
    background: var(--sg-blue-light);
    color: var(--sg-blue-dark);
}
.sg-topbar__lang .kp-lang__menu a.is-active {
    background: var(--sg-blue-light);
    color: var(--sg-blue-dark);
    font-weight: 700;
}

/* ── Header ── */
.sg-header-wrap {
    position: sticky; top: 0; z-index: 1000;
    background: var(--sg-white);
    box-shadow: 0 2px 16px rgba(26, 122, 184, 0.1);
}
.sg-header {
    height: var(--sg-header-h);
    border-bottom: 2px solid var(--sg-blue);
}
.sg-header__inner {
    display: flex; align-items: center; justify-content: space-between;
    height: 100%; gap: 24px;
}
.sg-logo img { height: 52px; width: auto; max-width: 220px; object-fit: contain; }
.sg-nav__list { display: flex; align-items: center; gap: 4px; }
.sg-nav__link {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 8px 14px; color: var(--sg-black); font-size: 14px; font-weight: 500;
    border-radius: var(--sg-radius); transition: var(--sg-transition);
}
.sg-nav__link:hover, .sg-nav__link--active { color: var(--sg-blue-dark); background: var(--sg-blue-light); }
.sg-nav__dropdown { position: relative; }
.sg-nav__sub {
    position: absolute; top: 100%; left: 0; min-width: 180px;
    background: var(--sg-white); border: 1px solid var(--sg-gray-200);
    border-radius: var(--sg-radius); padding: 8px 0;
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: var(--sg-transition); box-shadow: var(--sg-shadow-lg);
}
.sg-nav__dropdown:hover .sg-nav__sub { opacity: 1; visibility: visible; transform: translateY(0); }
.sg-nav__sub a {
    display: block; padding: 8px 16px; color: var(--sg-gray-600); font-size: 13px;
    transition: var(--sg-transition);
}
.sg-nav__sub a:hover { color: var(--sg-blue-dark); background: var(--sg-blue-light); }
.sg-header__actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.sg-header__search-btn {
    width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
    color: var(--sg-blue-dark); border-radius: var(--sg-radius); transition: var(--sg-transition);
    font-size: 14px;
}
.sg-header__search-btn:hover { background: var(--sg-blue-light); color: var(--sg-blue); }
.sg-header__ilan {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    font-size: 14px; font-weight: 600; line-height: 1;
    color: var(--sg-blue-deep);
    background: linear-gradient(135deg, var(--sg-gold), var(--sg-gold-dark));
    border-radius: var(--sg-radius);
    transition: var(--sg-transition);
    white-space: nowrap;
}
.sg-header__ilan i { font-size: 11px; }
.sg-header__ilan:hover {
    background: linear-gradient(135deg, #e0c04a, var(--sg-gold));
    color: var(--sg-blue-deep);
}
.sg-burger {
    display: none; flex-direction: column; gap: 5px; width: 32px; padding: 4px;
}
.sg-burger span {
    display: block; height: 2px; background: var(--sg-blue-dark); border-radius: 2px;
    transition: var(--sg-transition);
}
.sg-burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.sg-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.sg-burger[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobil drawer */
.sg-drawer { display: none; }

.sg-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgba(8, 35, 58, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility .28s ease;
}
.sg-mobile-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.sg-menu-open {
    overflow: hidden;
    touch-action: none;
}
body.sg-menu-open .sg-header-wrap {
    z-index: 9012;
}

.sg-quick-search {
    background: var(--sg-blue-light); padding: 12px 0;
    border-bottom: 1px solid var(--sg-gray-200);
}
.sg-quick-search__form { display: flex; gap: 10px; }
.sg-quick-search__input {
    flex: 1; padding: 10px 16px; border: 1px solid var(--sg-gray-200);
    border-radius: var(--sg-radius); background: var(--sg-white);
    color: var(--sg-black); font-size: 14px;
}
.sg-quick-search__input::placeholder { color: var(--sg-gray-600); }
.sg-quick-search__input:focus { outline: none; border-color: var(--sg-gold); }

/* ── Home Top (Hero + Filtre) ── */
.sg-home-top {
    position: relative;
    margin-bottom: 24px;
}

/* ── Hero ── */
.sg-hero {
    position: relative;
}
.sg-hero--home {
    overflow: visible;
    margin-bottom: 0;
}
.sg-hero__slider {
    position: relative;
    width: 100%;
    height: var(--sg-hero-h);
    overflow: hidden;
    border-radius: 0;
}
.sg-hero__slider .swiper-wrapper,
.sg-hero__slider .swiper-slide { height: 100%; }
.sg-hero__slide {
    height: 100%; min-height: 100%;
    background-size: cover; background-position: center;
    position: relative; display: flex; align-items: center;
}
.sg-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(105deg,
        rgba(8, 45, 75, 0.82) 0%,
        rgba(10, 60, 100, 0.45) 45%,
        rgba(10, 50, 90, 0.25) 100%);
}
.sg-hero--home .sg-hero__slide { align-items: flex-start; }
.sg-hero--home .sg-hero__overlay {
    background: linear-gradient(180deg,
        rgba(8, 45, 75, 0.7) 0%,
        rgba(10, 60, 100, 0.3) 40%,
        rgba(8, 45, 75, 0.72) 72%,
        rgba(8, 45, 75, 0.92) 100%);
}
.sg-hero__content {
    position: relative; z-index: 2; max-width: 560px;
    padding: clamp(20px, 4vh, 40px) 0;
}
.sg-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 14px; margin-bottom: 14px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    font-size: 12px; font-weight: 600; color: var(--sg-gold-light);
    backdrop-filter: blur(8px);
}
.sg-hero__title {
    font-family: var(--sg-font-display); font-size: clamp(28px, 4vw, 44px);
    font-weight: 700; color: var(--sg-white); line-height: 1.15; margin-bottom: 12px;
    text-shadow: 0 2px 20px rgba(0,0,0,.35);
}
.sg-hero__subtitle {
    font-size: clamp(14px, 1.8vw, 16px); color: rgba(255,255,255,.82); line-height: 1.6;
    max-width: 480px;
}
.sg-hero--home .sg-hero__pagination { bottom: auto !important; top: 16px !important; z-index: 5 !important; }
.sg-hero__pagination .swiper-pagination-bullet {
    width: 8px; height: 8px; background: rgba(255,255,255,.45); opacity: 1;
    transition: var(--sg-transition);
}
.sg-hero__pagination .swiper-pagination-bullet-active {
    background: var(--sg-gold); width: 24px; border-radius: 4px;
}

/* ── Filtre (slider üzeri) ── */
.sg-filter-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 20;
    pointer-events: none;
}
.sg-filter-wrap .sg-container,
.sg-filter-wrap .sg-filter { pointer-events: auto; }

.sg-filter {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

/* Sekmeler — filtre kutusunun içinde, sol hizalı */
.sg-filter__tabs {
    display: flex;
    gap: 2px;
    margin: 0;
    padding: 10px 14px 0;
    flex-wrap: wrap;
    background: var(--sg-gray-100);
    border-bottom: 1px solid var(--sg-gray-200);
}
.sg-filter__tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 10px 10px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--sg-gray-600);
    background: transparent;
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -1px;
    transition: var(--sg-transition);
}
.sg-filter__tab i { font-size: 11px; opacity: .85; color: var(--sg-blue); }
.sg-filter__tab:hover {
    color: var(--sg-blue-dark);
    background: rgba(255,255,255,.65);
}
.sg-filter__tab--active {
    background: var(--sg-white);
    color: var(--sg-blue-dark);
    border-color: var(--sg-gold);
    border-bottom-color: var(--sg-white);
    box-shadow: 0 -2px 8px rgba(0,0,0,.04);
    position: relative;
    z-index: 1;
}
.sg-filter__tab--active i { color: var(--sg-gold-dark); }

/* Kart */
.sg-filter__card {
    background: var(--sg-white);
    border-radius: 14px;
    border: 2px solid var(--sg-gold);
    box-shadow: 0 16px 48px rgba(8, 45, 75, 0.22);
    overflow: hidden;
}
.sg-filter__form {
    padding: 14px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sg-filter__row {
    display: grid;
    gap: 8px;
    align-items: stretch;
}
.sg-filter__row--main {
    grid-template-columns: 1fr 1fr 1fr auto;
}
.sg-filter__row--sub {
    grid-template-columns: repeat(5, 1fr) auto;
}
.sg-filter__row--area {
    grid-template-columns: 1fr 1fr;
    max-width: 340px;
    margin-bottom: 10px;
}

.sg-filter__select {
    width: 100%;
    height: 40px;
    padding: 0 28px 0 12px;
    border: 1.5px solid var(--sg-gray-200);
    border-radius: 8px;
    background: var(--sg-gray-100);
    color: var(--sg-black);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%230E6BA8' d='M5 7L1 3h8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: border-color var(--sg-transition), background-color var(--sg-transition);
}
.sg-filter__select:hover:not(:disabled) {
    border-color: var(--sg-blue);
    background-color: var(--sg-white);
}
.sg-filter__select:focus {
    outline: none;
    border-color: var(--sg-blue);
    background-color: var(--sg-white);
    box-shadow: 0 0 0 3px rgba(26, 138, 212, 0.12);
}
.sg-filter__select:disabled {
    opacity: .6;
    cursor: not-allowed;
}
.sg-filter__select--sm {
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 24px 0 10px;
}

.sg-filter__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 40px;
    padding: 0 22px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--sg-blue-dark), var(--sg-blue));
    color: var(--sg-white);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(14, 107, 168, 0.35);
    transition: transform var(--sg-transition), box-shadow var(--sg-transition);
}
.sg-filter__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(14, 107, 168, 0.45);
}

.sg-filter__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 36px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--sg-blue-dark);
    background: var(--sg-blue-light);
    border: 1.5px solid var(--sg-gray-200);
    transition: var(--sg-transition);
    white-space: nowrap;
}
.sg-filter__more:hover,
.sg-filter__more[aria-expanded="true"] {
    border-color: var(--sg-blue);
    color: var(--sg-blue);
    background: var(--sg-white);
}

.sg-filter__panel {
    padding: 12px;
    background: var(--sg-gray-100);
    border-radius: 8px;
    border: 1px solid var(--sg-gray-200);
    animation: sgFilterSlide .2s ease;
}
.sg-filter__panel[hidden] { display: none !important; }
@keyframes sgFilterSlide {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: none; }
}
.sg-filter__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.sg-chip {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 600;
    color: var(--sg-gray-600);
    background: var(--sg-white);
    border: 1.5px solid var(--sg-gray-200);
    cursor: pointer;
    transition: var(--sg-transition);
    user-select: none;
}
.sg-chip input { display: none; }
.sg-chip:hover { border-color: var(--sg-blue); color: var(--sg-blue-dark); }
.sg-chip:has(input:checked) {
    background: var(--sg-blue-dark);
    border-color: var(--sg-blue-dark);
    color: var(--sg-white);
}

.sg-filter__recent {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 10px 16px;
    background: var(--sg-blue-sky);
    border-top: 1px solid var(--sg-gray-200);
    font-size: 12px;
    color: var(--sg-gray-600);
}
.sg-filter__recent i { color: var(--sg-blue); font-size: 12px; }
.sg-filter__recent-pill {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 16px;
    background: var(--sg-white);
    color: var(--sg-blue-dark);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--sg-gray-200);
    transition: var(--sg-transition);
}
.sg-filter__recent-pill:hover {
    border-color: var(--sg-blue);
    background: var(--sg-blue-light);
}

.sg-home-top + .sg-section { padding-top: 16px; }
.sg-popular-layer {
    position: relative;
    padding: 64px 0;
    overflow: hidden;
}
.sg-popular-layer__bg {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.sg-popular-layer__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(10, 90, 140, 0.9) 0%, rgba(14, 107, 168, 0.82) 100%);
}
.sg-popular-layer__inner {
    position: relative;
    z-index: 2;
}
.sg-popular-layer__head {
    text-align: center;
    margin-bottom: 36px;
}
.sg-popular-layer__head .sg-section__tag {
    color: var(--sg-gold);
}
.sg-popular-layer__title {
    font-family: var(--sg-font-display);
    font-size: clamp(24px, 3.5vw, 34px);
    font-weight: 700;
    color: var(--sg-white);
    margin-bottom: 8px;
}
.sg-popular-layer__desc {
    font-size: 14px;
    color: rgba(255,255,255,.72);
    max-width: 480px;
    margin: 0 auto;
}
.sg-popular-layer__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 16px;
}
.sg-region-ring {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 4px;
    transition: transform var(--sg-transition);
}
.sg-region-ring:hover { transform: translateY(-6px); }
.sg-region-ring__circle {
    position: relative;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, var(--sg-gold), var(--sg-gold-dark));
    box-shadow: 0 6px 24px var(--sg-gold-glow);
    transition: box-shadow var(--sg-transition), transform var(--sg-transition);
}
.sg-region-ring:hover .sg-region-ring__circle {
    box-shadow: 0 10px 32px rgba(212, 175, 55, 0.45);
    transform: scale(1.06);
}
.sg-region-ring__img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid var(--sg-white);
    transition: border-color var(--sg-transition);
}
.sg-region-ring:hover .sg-region-ring__img {
    border-color: rgba(255,255,255,.9);
}
.sg-region-ring__name {
    font-size: 15px;
    font-weight: 700;
    color: var(--sg-white);
    text-align: center;
}
.sg-region-ring__count {
    font-size: 12px;
    font-weight: 600;
    color: var(--sg-gold-light);
    padding: 3px 10px;
    background: rgba(255,255,255,.12);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.15);
}

.sg-filter-wrap { display: block; }

/* Popüler Bölgeler — fotoğraf arka plan + yuvarlak kartlar */
.sg-section { padding: 72px 0; }
.sg-section--light { background: var(--sg-gray-100); }
.sg-section--dark {
    background: linear-gradient(135deg, var(--sg-blue-deep) 0%, var(--sg-blue-dark) 100%);
    color: var(--sg-white);
}
.sg-section__head {
    display: flex; align-items: flex-end; justify-content: space-between;
    margin-bottom: 40px; gap: 20px; flex-wrap: wrap;
}
.sg-section__head--center { flex-direction: column; align-items: center; text-align: center; }
.sg-section__tag {
    display: inline-block; font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px; color: var(--sg-gold-dark);
    margin-bottom: 8px;
}
.sg-section__tag--gold { color: var(--sg-gold); }
.sg-section__title {
    font-family: var(--sg-font-display); font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 700; color: var(--sg-black);
}
.sg-section__title--light { color: var(--sg-white); }
.sg-section__desc { color: var(--sg-gray-600); margin-top: 8px; max-width: 520px; }
.sg-section__nav { display: flex; gap: 8px; }
.sg-section__cta { text-align: center; margin-top: 36px; }
.sg-section__cta .sg-btn { min-width: 220px; justify-content: center; }
.sg-swiper-btn {
    width: 40px; height: 40px; border-radius: var(--sg-radius);
    border: 1.5px solid var(--sg-gray-200); display: flex;
    align-items: center; justify-content: center; color: var(--sg-black);
    transition: var(--sg-transition); background: var(--sg-white);
    cursor: pointer;
}
.sg-swiper-btn:hover { border-color: var(--sg-blue); color: var(--sg-blue); background: var(--sg-blue-light); }

/* ── Listing Card ── */
.sg-card {
    background: var(--sg-white); border-radius: var(--sg-radius-lg);
    overflow: hidden; box-shadow: 0 2px 12px rgba(26, 122, 184, 0.06);
    transition: transform var(--sg-transition), box-shadow var(--sg-transition);
    border: 1px solid var(--sg-gray-200);
}
.sg-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(26, 122, 184, 0.12);
    border-color: rgba(26, 138, 212, 0.2);
}
.sg-card__link { display: block; }
.sg-card__img {
    height: 220px; background-size: cover; background-position: center;
    position: relative; overflow: hidden;
}
.sg-card--compact .sg-card__img { height: 200px; }
.sg-card--vitrin .sg-card__img { height: 215px; }
.sg-card--vitrin .sg-card__body { padding: 12px 14px 14px; }
.sg-card--vitrin .sg-card__title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    min-height: 0;
}
.sg-card--vitrin .sg-card__location { margin-bottom: 6px; }
.sg-card--vitrin .sg-card__specs--compact { margin-bottom: 0; }
.sg-card--vitrin .sg-card__price { font-size: 15px; }
.sg-card__type {
    position: absolute; top: 12px; left: 12px;
    background: var(--sg-blue-dark); color: var(--sg-white);
    font-size: 11px; font-weight: 700; padding: 4px 10px;
    border-radius: 4px; text-transform: uppercase; letter-spacing: .5px;
}
.sg-card__badge {
    position: absolute; top: 12px; right: 12px;
    background: var(--sg-gold); color: var(--sg-blue-deep);
    font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 4px;
}
.sg-card__hover {
    position: absolute; inset: 0; background: rgba(10, 60, 100, 0.45);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity var(--sg-transition);
}
.sg-card:hover .sg-card__hover { opacity: 1; }
.sg-card__body { padding: 12px 14px 14px; }
.sg-card__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px;
}
.sg-card__title {
    flex: 1;
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sg-card__location { font-size: 12px; color: var(--sg-gray-600); margin-bottom: 6px; }
.sg-card__location i { color: var(--sg-gold); margin-right: 4px; }
.sg-card__specs {
    display: flex; flex-wrap: wrap; gap: 10px;
    font-size: 12px; color: var(--sg-gray-600); margin-bottom: 0;
}
.sg-card__specs i { color: var(--sg-gold); margin-right: 3px; }
.sg-card__price {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 800;
    color: var(--sg-gold-dark);
    line-height: 1.3;
    text-align: right;
    white-space: nowrap;
}

.sg-listings-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.sg-listing-tabs {
    display: flex; gap: 6px;
    padding: 4px;
    background: var(--sg-gray-100);
    border-radius: var(--sg-radius-lg);
    border: 1px solid var(--sg-gray-200);
}
.sg-listing-tab {
    padding: 8px 18px; border-radius: var(--sg-radius); font-size: 13px; font-weight: 600;
    color: var(--sg-gray-600); border: none; background: transparent;
    transition: var(--sg-transition);
}
.sg-listing-tab--active {
    background: var(--sg-white);
    color: var(--sg-blue-dark);
    box-shadow: 0 2px 8px rgba(26, 122, 184, 0.1);
}
.sg-listing-tab:hover:not(.sg-listing-tab--active) { color: var(--sg-blue-dark); }

/* ── Regions ── */
.sg-regions {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
}
.sg-regions--modern {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.sg-region {
    text-align: center; transition: transform var(--sg-transition);
}
.sg-region--card { text-align: left; }
.sg-region--card:hover { transform: translateY(-4px); }
.sg-region--card .sg-region__img {
    width: 100%; height: 160px; border-radius: var(--sg-radius-lg);
    margin: 0 0 12px; border: none;
    position: relative; overflow: hidden;
    box-shadow: var(--sg-shadow);
}
.sg-region--card h3 { font-size: 17px; font-weight: 700; padding: 0 4px; }
.sg-region__count {
    position: absolute; bottom: 10px; left: 10px;
    padding: 4px 10px; border-radius: 6px;
    background: rgba(8, 45, 75, 0.75);
    color: var(--sg-white); font-size: 11px; font-weight: 600;
    backdrop-filter: blur(4px);
}
.sg-region:hover { transform: translateY(-4px); }
.sg-region__img {
    width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 12px;
    background-size: cover; background-position: center;
    border: 3px solid var(--sg-gold); box-shadow: 0 4px 16px var(--sg-gold-glow);
}
.sg-region h3 { font-size: 15px; font-weight: 700; margin-bottom: 2px; }
.sg-region span { font-size: 12px; color: var(--sg-gray-600); }

/* ── Promo Banner ── */
.sg-promo {
    position: relative; padding: 80px 0; overflow: hidden;
}
.sg-promo__bg {
    position: absolute; inset: 0; background-size: cover;
    background-position: center; background-attachment: fixed;
}
.sg-promo__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(10, 90, 140, 0.88) 0%, rgba(14, 107, 168, 0.75) 100%);
}
.sg-promo__content {
    position: relative; z-index: 2;
    display: flex; align-items: center; justify-content: space-between; gap: 48px;
}
.sg-promo__tag {
    display: inline-block; font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px; color: var(--sg-gold); margin-bottom: 12px;
}
.sg-promo__text h2 {
    font-family: var(--sg-font-display); font-size: clamp(28px, 4vw, 42px);
    color: var(--sg-white); line-height: 1.2; margin-bottom: 16px;
}
.sg-promo__text h2 em { color: var(--sg-gold); font-style: normal; }
.sg-promo__text p { color: rgba(255,255,255,.7); margin-bottom: 24px; max-width: 480px; }
.sg-promo__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.sg-promo__stats {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; flex-shrink: 0;
}
.sg-stat {
    text-align: center; padding: 20px; background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25); border-radius: var(--sg-radius-lg);
}
.sg-stat strong {
    display: block; font-size: 28px; font-weight: 800; color: var(--sg-gold);
    font-family: var(--sg-font-display);
}
.sg-stat span { font-size: 12px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: 1px; }

/* ── Projects ── */
.sg-projects {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.sg-project {
    display: flex; background: var(--sg-white); border-radius: var(--sg-radius-lg);
    overflow: hidden; border: 1px solid var(--sg-gray-200);
    box-shadow: var(--sg-shadow);
    transition: transform var(--sg-transition), box-shadow var(--sg-transition);
}
.sg-project:hover { transform: translateY(-2px); box-shadow: var(--sg-shadow-lg); }
.sg-project__link {
    display: flex;
    flex: 1;
    width: 100%;
    color: inherit;
    text-decoration: none;
}
.sg-project__link:hover { color: inherit; }
.sg-project__img {
    width: 45%; min-height: 240px; background-size: cover; background-position: center;
    position: relative; flex-shrink: 0;
}
.sg-project__status {
    position: absolute; top: 12px; left: 12px;
    background: var(--sg-gold); color: var(--sg-blue-deep);
    font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 4px;
}
.sg-project__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.sg-project__dev { font-size: 12px; color: var(--sg-blue); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.sg-project__body h3 { font-size: 20px; font-weight: 700; color: var(--sg-black); margin: 6px 0 8px; }
.sg-project__body p { font-size: 13px; color: var(--sg-gray-600); margin-bottom: 12px; }
.sg-project__body p i { color: var(--sg-blue); margin-right: 4px; }
.sg-project__meta {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 16px; font-size: 13px; color: var(--sg-gray-600);
}
.sg-project__price { font-size: 16px; font-weight: 800; color: var(--sg-gold); }
.sg-project__body .sg-btn { align-self: flex-start; margin-top: auto; }
.sg-projects--related { margin-top: 8px; }

/* ── Proje detay ── */
.sg-proje__hero {
    position: relative;
    border-radius: var(--sg-radius-lg);
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: var(--sg-shadow-lg);
}
.sg-proje__hero-img {
    display: block;
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}
.sg-proje__hero-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--sg-gold);
    color: var(--sg-blue-deep);
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 6px;
}
.sg-proje__contact {
    border-top: 3px solid var(--sg-gold);
}
.sg-proje__summary .sg-ilan__chip--tip {
    background: var(--sg-blue);
    color: #fff;
}

/* ── Features ── */
.sg-features {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.sg-feature {
    text-align: center; padding: 32px 24px;
    border: 1px solid var(--sg-gray-200); border-radius: var(--sg-radius-lg);
    transition: var(--sg-transition);
}
.sg-feature:hover { border-color: var(--sg-blue); box-shadow: var(--sg-shadow); }
.sg-features--compact .sg-feature {
    padding: 24px 20px;
}
.sg-features--compact .sg-feature p { font-size: 13px; }
.sg-feature__icon {
    width: 56px; height: 56px; margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--sg-blue-light), rgba(26, 138, 212, 0.12));
    border-radius: 50%; font-size: 22px; color: var(--sg-blue-dark);
}
.sg-feature h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.sg-feature p { font-size: 13px; color: var(--sg-gray-600); }

/* ── Agents ── */
.sg-agents {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.sg-agent {
    background: var(--sg-white); border-radius: var(--sg-radius-lg);
    overflow: hidden; box-shadow: var(--sg-shadow); text-align: center;
    border: 1px solid var(--sg-gray-200); transition: var(--sg-transition);
}
.sg-agent:hover { transform: translateY(-4px); box-shadow: var(--sg-shadow-lg); }
.sg-agent__photo {
    position: relative;
    aspect-ratio: 3 / 4;
    width: 100%;
    background: #e8f0f6;
    overflow: hidden;
}
.sg-agent__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.sg-agent__photo-ph {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: var(--sg-gray-400);
    background: #e8f0f6;
}
.sg-agent__info { padding: 20px; }
.sg-agent__info h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.sg-agent__title { display: block; font-size: 13px; color: var(--sg-gold-dark); font-weight: 600; }
.sg-agent__agency { display: block; font-size: 12px; color: var(--sg-gray-400); margin-bottom: 12px; }
.sg-agent__phone {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: var(--sg-black);
    padding: 8px 16px; border-radius: 20px; background: var(--sg-gray-100);
    transition: var(--sg-transition);
}
.sg-agent__phone:hover { background: var(--sg-blue-dark); color: var(--sg-white); }

/* ── Partners ── */
.sg-partners { padding: 40px 0; background: var(--sg-gray-100); border-top: 1px solid var(--sg-gray-200); }
.sg-partner {
    text-align: center; font-size: 18px; font-weight: 700;
    color: var(--sg-gray-400); letter-spacing: 1px; padding: 20px;
}

/* ── CTA ── */
.sg-cta { position: relative; padding: 60px 0; }
.sg-cta__bg {
    position: absolute; inset: 0; background-size: cover; background-position: center;
}
.sg-cta__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(10, 90, 140, 0.9) 0%, rgba(14, 107, 168, 0.82) 100%);
}
.sg-cta__content {
    position: relative; z-index: 2;
    display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.sg-cta__icon {
    width: 64px; height: 64px; border-radius: 50%;
    background: var(--sg-gold); color: var(--sg-blue-deep);
    display: flex; align-items: center; justify-content: center; font-size: 24px;
    flex-shrink: 0;
}
.sg-cta__content h2 { font-size: 22px; font-weight: 700; color: var(--sg-white); margin-bottom: 4px; }
.sg-cta__content p { color: rgba(255,255,255,.6); font-size: 14px; }
.sg-cta__content .sg-btn { margin-left: auto; }

/* ── Footer ── */
.sg-footer {
    background: linear-gradient(180deg, var(--sg-blue-deep) 0%, #084A75 100%);
    color: rgba(255,255,255,.78);
    padding: 48px 0 0;
    font-size: 13px;
}
.sg-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1.15fr;
    gap: 28px 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.sg-footer__logo { margin-bottom: 12px; display: block; }
.sg-footer__tagline {
    margin: 0 0 14px;
    line-height: 1.55;
    font-size: 13px;
    color: rgba(255,255,255,.65);
    max-width: 280px;
}
.sg-footer__social { display: flex; gap: 8px; flex-wrap: wrap; }
.sg-footer__social a {
    width: 34px; height: 34px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.75);
    font-size: 14px;
    transition: var(--sg-transition);
}
.sg-footer__social a:hover { background: var(--sg-gold); color: var(--sg-blue-deep); }

/* Accordion başlıkları (masaüstünde statik) */
.sg-footer__acc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 0 10px;
    margin: 0 0 12px;
    border: 0;
    border-bottom: 2px solid var(--sg-gold);
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    cursor: default;
}
.sg-footer__acc-btn i {
    display: none;
    font-size: 12px;
    transition: transform .25s ease;
    opacity: .7;
}
.sg-footer__acc-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sg-footer__acc-panel ul li { margin-bottom: 6px; }
.sg-footer__acc-panel a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    transition: color var(--sg-transition);
    line-height: 1.4;
}
.sg-footer__acc-panel a:hover { color: var(--sg-gold); }

/* İletişim listesi — kompakt, ikon + metin aynı satır */
.sg-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sg-contact-list__row {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: rgba(255,255,255,.88);
    line-height: 1.35;
    min-height: 34px;
}
.sg-contact-list__row--static { color: rgba(255,255,255,.78); }
.sg-contact-list__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    color: var(--sg-gold-light);
    font-size: 13px;
}
.sg-contact-list__icon--wa { background: rgba(37, 211, 102, .18); color: #4ade80; }
.sg-contact-list__text {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    word-break: break-word;
}
.sg-contact-list__row:hover .sg-contact-list__text { color: var(--sg-gold); }

/* İletişim sayfası / açık arka plan */
.sg-ilan__contact .sg-contact-list__row,
.sg-ilan__contact .sg-contact-list__row--static { color: var(--sg-gray-700); }
.sg-ilan__contact .sg-contact-list__icon {
    background: var(--sg-blue-light);
    color: var(--sg-blue-dark);
}
.sg-ilan__contact .sg-contact-list__icon--wa {
    background: rgba(37, 211, 102, .12);
    color: #16a34a;
}
.sg-ilan__contact .sg-contact-list__row:hover .sg-contact-list__text { color: var(--sg-blue); }

.sg-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 12px;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(255,255,255,.55);
}
.sg-footer__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sg-gold);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}
.sg-footer__phone:hover { color: var(--sg-gold-light); }
.sg-app-badge {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px; border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--sg-radius); font-size: 12px; color: rgba(255,255,255,.65);
    transition: var(--sg-transition);
}
.sg-app-badge:hover { border-color: var(--sg-gold); color: var(--sg-gold); }

/* ── Back to top ── */
.sg-back-top {
    position: fixed; bottom: 24px; right: 24px; z-index: 999;
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--sg-blue-dark); color: var(--sg-white);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 16px rgba(14, 107, 168, 0.35);
    opacity: 0; visibility: hidden; transform: translateY(12px);
    transition: var(--sg-transition);
}
.sg-back-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.sg-back-top:hover { background: var(--sg-blue); }

/* WhatsApp sabit buton */
.sg-wa {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 998;
}
.sg-wa__fab {
    position: relative;
    width: 56px; height: 56px;
    border: none; border-radius: 50%;
    background: linear-gradient(145deg, #2ee66f, #25d366);
    color: var(--sg-white);
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
    display: grid; place-items: center;
    transition: transform var(--sg-transition);
}
.sg-wa__fab:hover { transform: scale(1.06); }
.sg-wa__pulse {
    position: absolute; inset: -4px;
    border-radius: 50%;
    border: 2px solid #25d366;
    animation: sg-wa-pulse 2s ease-out infinite;
    pointer-events: none;
}
.sg-wa__pulse--2 { animation-delay: 1s; }
@keyframes sg-wa-pulse {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(1.45); opacity: 0; }
}
.sg-wa__panel {
    position: absolute;
    bottom: 68px; right: 0;
    width: min(320px, calc(100vw - 48px));
    background: var(--sg-white);
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border: 1px solid var(--sg-gray-200);
    animation: sg-wa-in 0.25s ease;
}
@keyframes sg-wa-in {
    from { opacity: 0; transform: translateY(10px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.sg-wa__panel[hidden] { display: none !important; }
.sg-wa__panel-head {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, var(--sg-blue-deep), var(--sg-blue-dark));
    color: var(--sg-white);
}
.sg-wa__avatar {
    width: 42px; height: 42px; border-radius: 50%;
    background: #25d366; color: var(--sg-white);
    display: grid; place-items: center; font-size: 22px; flex-shrink: 0;
}
.sg-wa__panel-head strong { display: block; font-size: 14px; color: var(--sg-gold); }
.sg-wa__panel-head span { font-size: 11px; opacity: 0.75; }
.sg-wa__close {
    margin-left: auto;
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(255,255,255,.1); color: var(--sg-white);
    display: grid; place-items: center; font-size: 14px;
    transition: var(--sg-transition);
}
.sg-wa__close:hover { background: rgba(212,175,55,.2); color: var(--sg-gold); }
.sg-wa__panel-body { padding: 14px 16px; }
.sg-wa__panel-body p { margin: 0 0 12px; font-size: 13px; color: var(--sg-gray-600); line-height: 1.5; }
.sg-wa__chip {
    display: block; padding: 8px 12px; margin-bottom: 6px;
    background: var(--sg-gray-100); border-radius: 8px;
    font-size: 13px; font-weight: 600; color: var(--sg-black);
    transition: var(--sg-transition);
}
.sg-wa__chip:hover { background: rgba(212,175,55,.15); color: var(--sg-gold-dark); }
.sg-wa__panel-cta {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px; background: #25d366; color: var(--sg-white) !important;
    font-size: 14px; font-weight: 700;
    transition: var(--sg-transition);
}
.sg-wa__panel-cta:hover { background: #1fb855; }

/* Yukarı butonu WhatsApp'ın üstünde */
.sg-back-top { bottom: 92px; }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .sg-filter__row--sub { grid-template-columns: repeat(3, 1fr); }
    .sg-filter__more { grid-column: span 1; }
    .sg-regions, .sg-regions--modern { grid-template-columns: repeat(3, 1fr); }
    .sg-features { grid-template-columns: repeat(2, 1fr); }
    .sg-agents { grid-template-columns: repeat(2, 1fr); }
    .sg-listings-grid { grid-template-columns: repeat(2, 1fr); }
    .sg-footer__grid { grid-template-columns: repeat(2, 1fr); }
    .sg-promo__content { flex-direction: column; text-align: center; }
    .sg-promo__text p { margin: 0 auto 24px; }
    .sg-promo__actions { justify-content: center; }
}

@media (min-width: 769px) {
    .sg-drawer,
    .sg-mobile-overlay { display: none !important; }
}

@media (max-width: 768px) {
    :root { --sg-header-h: 56px; --sg-topbar-h: 0px; --sg-hero-h: clamp(240px, 46vw, 320px); }

    .sg-container { padding: 0 14px; }

    .sg-topbar { display: none; }
    .sg-burger { display: flex; position: relative; z-index: 9013; }
    .sg-nav--desktop { display: none !important; }
    .sg-logo img { height: 42px; max-width: 160px; }
    .sg-header__search-btn { width: 40px; height: 40px; }

    /* Drawer panel */
    .sg-drawer {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 9010;
        pointer-events: none;
        visibility: hidden;
    }
    .sg-drawer.is-open {
        pointer-events: auto;
        visibility: visible;
    }
    .sg-drawer__panel {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(320px, 88vw);
        max-width: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        transform: translateX(-100%);
        transition: transform .32s cubic-bezier(.4, 0, .2, 1);
        box-shadow: 8px 0 40px rgba(8, 35, 58, 0.22);
        border-right: 3px solid var(--sg-gold);
        text-align: left;
    }
    .sg-drawer.is-open .sg-drawer__panel {
        transform: translateX(0);
    }

    .sg-drawer__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: calc(12px + env(safe-area-inset-top)) 14px 12px;
        background: linear-gradient(135deg, var(--sg-blue-deep) 0%, var(--sg-blue-dark) 100%);
        flex-shrink: 0;
    }
    .sg-drawer__brand {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        min-width: 0;
    }
    .sg-drawer__brand img {
        flex-shrink: 0;
        border-radius: 6px;
        background: #fff;
        padding: 2px;
    }
    .sg-drawer__brand span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sg-drawer__close {
        flex-shrink: 0;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: #fff;
        background: rgba(255, 255, 255, 0.14);
        font-size: 18px;
    }

    .sg-drawer__search {
        display: flex;
        gap: 8px;
        padding: 12px 14px;
        background: var(--sg-blue-sky);
        border-bottom: 1px solid var(--sg-gray-200);
        flex-shrink: 0;
    }
    .sg-drawer__search-field {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
        padding: 0 12px;
        height: 42px;
        background: #fff;
        border: 1px solid var(--sg-gray-200);
        border-radius: 8px;
    }
    .sg-drawer__search-field i {
        color: var(--sg-gray-400);
        font-size: 14px;
        flex-shrink: 0;
    }
    .sg-drawer__search-field input {
        flex: 1;
        min-width: 0;
        border: none;
        background: transparent;
        font-size: 14px;
        color: var(--sg-black);
        outline: none;
    }
    .sg-drawer__search-btn {
        flex-shrink: 0;
        height: 42px;
        padding: 0 14px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 700;
        color: var(--sg-blue-deep);
        background: linear-gradient(135deg, var(--sg-gold), var(--sg-gold-dark));
    }

    .sg-drawer__chips {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 10px 14px;
        border-bottom: 1px solid var(--sg-gray-200);
        flex-shrink: 0;
    }
    .sg-drawer__chip {
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        color: var(--sg-blue-dark);
        background: var(--sg-gray-100);
        border: 1px solid var(--sg-gray-200);
        text-decoration: none;
    }
    .sg-drawer__chip--gold {
        color: var(--sg-blue-deep);
        background: rgba(212, 175, 55, 0.15);
        border-color: rgba(212, 175, 55, 0.4);
    }

    .sg-drawer__body {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 8px 0;
    }
    .sg-drawer__label {
        margin: 0;
        padding: 8px 18px 6px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--sg-gray-400);
    }
    .sg-drawer__menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sg-drawer__menu > li {
        margin: 0;
        padding: 0;
    }
    .sg-drawer__link {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        padding: 12px 18px;
        font-size: 15px;
        font-weight: 500;
        color: var(--sg-black);
        text-decoration: none;
        text-align: left;
        border: none;
        background: transparent;
        cursor: pointer;
        font-family: inherit;
    }
    .sg-drawer__link i:first-child {
        width: 18px;
        text-align: center;
        color: var(--sg-blue);
        font-size: 14px;
        flex-shrink: 0;
    }
    .sg-drawer__link.is-active {
        background: var(--sg-blue-light);
        color: var(--sg-blue-dark);
        border-left: 3px solid var(--sg-gold);
        padding-left: 15px;
    }
    .sg-drawer__toggle {
        justify-content: space-between;
    }
    .sg-drawer__toggle > span {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .sg-drawer__chev {
        font-size: 11px;
        color: var(--sg-gray-400);
        transition: transform .2s ease;
    }
    .sg-drawer__group.is-open .sg-drawer__chev {
        transform: rotate(180deg);
    }
    .sg-drawer__sub {
        list-style: none;
        margin: 0;
        padding: 0;
        background: var(--sg-gray-100);
        display: none;
    }
    .sg-drawer__group.is-open .sg-drawer__sub {
        display: block;
    }
    .sg-drawer__sub a {
        display: block;
        padding: 10px 18px 10px 48px;
        font-size: 14px;
        color: var(--sg-gray-600);
        text-decoration: none;
        border-bottom: 1px solid var(--sg-gray-200);
    }
    .sg-drawer__sub a:active {
        background: var(--sg-blue-light);
        color: var(--sg-blue-dark);
    }

    .sg-drawer__foot {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
        border-top: 1px solid var(--sg-gray-200);
        background: #fff;
        flex-shrink: 0;
    }
    .sg-drawer__cta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 14px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        color: var(--sg-blue-dark);
        background: var(--sg-blue-sky);
        border: 1px solid var(--sg-gray-200);
        text-decoration: none;
    }
    .sg-drawer__cta--gold {
        background: linear-gradient(135deg, var(--sg-gold), var(--sg-gold-dark));
        color: var(--sg-blue-deep);
        border-color: transparent;
    }

    /* Hero + filtre mobil */
    .sg-hero--home {
        display: flex;
        flex-direction: column;
    }
    .sg-hero__slider {
        height: var(--sg-hero-h);
        min-height: 240px;
    }
    .sg-hero__content {
        padding: 14px 0 10px;
        max-width: 100%;
    }
    .sg-hero__title {
        font-size: clamp(20px, 5.8vw, 26px);
        margin-bottom: 0;
        line-height: 1.2;
    }
    .sg-hero__subtitle {
        display: none;
    }
    .sg-hero__badge {
        font-size: 10px;
        padding: 4px 10px;
        margin-bottom: 8px;
    }
    .sg-hero--home .sg-hero__pagination {
        top: 10px !important;
    }

    .sg-filter-wrap {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: -8px;
        padding: 0 0 12px;
        pointer-events: auto;
    }
    .sg-filter-wrap .sg-container {
        padding: 0 10px;
    }
    .sg-filter__tabs {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2px;
        padding: 8px 8px 0;
        margin-bottom: 0;
    }
    .sg-filter__tab {
        flex: none;
        justify-content: center;
        padding: 8px 4px;
        font-size: 10px;
        border-radius: 8px 8px 0 0;
        gap: 4px;
    }
    .sg-filter__tab i { display: none; }
    .sg-filter__card {
        border-radius: 12px;
        border-width: 1.5px;
        box-shadow: 0 8px 24px rgba(8, 45, 75, 0.14);
    }
    .sg-filter__form { padding: 10px 10px 0; }
    .sg-filter__row--main { grid-template-columns: 1fr; gap: 8px; }
    .sg-filter__row--sub { grid-template-columns: 1fr 1fr; gap: 8px; }
    .sg-filter__select { min-height: 42px; font-size: 14px; }
    .sg-filter__btn {
        grid-column: 1 / -1;
        width: 100%;
        height: 44px;
        font-size: 14px;
    }
    .sg-filter__more { grid-column: 1 / -1; width: 100%; }
    .sg-filter__recent { display: none; }
    .sg-filter__chips { gap: 6px; }
    .sg-chip { font-size: 11px; padding: 6px 10px; }

    .sg-home-top { margin-bottom: 8px; }
    .sg-home-top + .sg-section { padding-top: 12px; }

    .sg-popular-layer {
        padding: 40px 0;
    }
    .sg-popular-layer__bg {
        background-attachment: scroll;
    }
    .sg-popular-layer__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px 10px;
    }

    .sg-section { padding: 40px 0; }
    .sg-section--vitrin { padding-top: 20px; padding-bottom: 32px; }
    .sg-section--listings { padding-top: 20px; padding-bottom: 40px; }

    .sg-quick-search__form { flex-direction: column; }
    .sg-quick-search__input { width: 100%; }
    .sg-quick-search .sg-btn { width: 100%; justify-content: center; }

    .sg-projects { grid-template-columns: 1fr; }
    .sg-project__link { flex-direction: column; }
    .sg-project__img { width: 100%; min-height: 200px; }
    .sg-listings-grid { grid-template-columns: 1fr; gap: 16px; }
    .sg-section__head { flex-direction: column; align-items: flex-start; }
    .sg-listing-tabs { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
    .sg-features { grid-template-columns: 1fr; }
    .sg-agents { grid-template-columns: 1fr 1fr; }
    .sg-footer { padding-top: 36px; }
    .sg-footer__grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 24px; }
    .sg-footer__brand {
        padding-bottom: 18px;
        margin-bottom: 4px;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .sg-footer__tagline { max-width: none; }
    .sg-footer__acc { border-bottom: 1px solid rgba(255,255,255,.08); }
    .sg-footer__acc-btn {
        cursor: pointer;
        padding: 14px 0;
        margin: 0;
        border-bottom: 0;
    }
    .sg-footer__acc-btn i { display: block; }
    .sg-footer__acc.is-open .sg-footer__acc-btn i { transform: rotate(180deg); }
    .sg-footer__acc-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height .28s ease;
    }
    .sg-footer__acc.is-open .sg-footer__acc-panel {
        max-height: 320px;
        padding-bottom: 14px;
    }
    .sg-footer__contact .sg-contact-list { gap: 6px; }
    .sg-footer__bottom { flex-direction: column; align-items: flex-start; }
    .sg-cta__content { flex-direction: column; text-align: center; }
    .sg-cta__content .sg-btn { margin-left: 0; }
    .sg-promo__stats { grid-template-columns: repeat(2, 1fr); width: 100%; }
    .sg-section__cta .sg-btn { width: 100%; min-width: 0; }
}

@media (max-width: 480px) {
    .sg-filter__row--main,
    .sg-filter__row--sub { grid-template-columns: 1fr; }
    .sg-popular-layer__grid { grid-template-columns: repeat(2, 1fr); }
    .sg-region-ring__circle { width: 80px; height: 80px; }
    .sg-region-ring__name { font-size: 13px; }
    .sg-regions, .sg-regions--modern { grid-template-columns: 1fr; }
    .sg-agents { grid-template-columns: 1fr; }
    .sg-listing-tabs { flex-wrap: wrap; }
    .sg-wa { bottom: 16px; right: 16px; }
    .sg-back-top { bottom: 84px; right: 16px; }
}

/* ── İlan Detay Sayfası ── */
.sg-ilan {
    background: var(--sg-blue-sky);
    padding-bottom: 64px;
}

.sg-ilan__bar {
    background: var(--sg-white);
    border-bottom: 1px solid var(--sg-gray-200);
    padding: 12px 0;
}

.sg-ilan__bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.sg-ilan__crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--sg-gray-600);
}

.sg-ilan__crumb a:hover { color: var(--sg-blue); }
.sg-ilan__crumb-sep { color: var(--sg-gray-400); margin: 0 2px; }

.sg-ilan__back {
    font-size: 13px;
    font-weight: 600;
    color: var(--sg-blue);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sg-ilan__back:hover { color: var(--sg-blue-dark); }

.sg-ilan__header {
    background: linear-gradient(135deg, var(--sg-blue-deep) 0%, var(--sg-blue) 100%);
    padding: 28px 0 32px;
    color: #fff;
}

.sg-ilan__header-inner {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.sg-ilan__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.sg-ilan__tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 5px 12px;
    border-radius: 999px;
}

.sg-ilan__tag--tip { background: rgba(255,255,255,.2); }
.sg-ilan__tag--badge { background: var(--sg-gold); color: var(--sg-blue-deep); }
.sg-ilan__tag--vitrin { background: #22c55e; color: #fff; }

.sg-ilan__ref {
    font-size: 12px;
    opacity: .7;
    margin-left: 4px;
}

.sg-ilan__title {
    font-family: var(--sg-font-display);
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 10px;
}

.sg-ilan__loc {
    font-size: 15px;
    opacity: .85;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sg-ilan__price {
    font-family: var(--sg-font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--sg-gold-light);
}

.sg-ilan__layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: start;
    margin-top: 28px;
}

.sg-ilan__main { min-width: 0; }

.sg-ilan__gallery { margin-bottom: 20px; }

.sg-ilan__hero-img {
    position: relative;
    border-radius: var(--sg-radius-xl);
    overflow: hidden;
    aspect-ratio: 16/10;
    background: #0a1628;
    cursor: zoom-in;
    box-shadow: var(--sg-shadow-lg);
}

.sg-ilan__hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sg-ilan__hero-img--empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #888;
    gap: 8px;
    cursor: default;
}

.sg-ilan__zoom {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
}

.sg-ilan__img-count {
    position: absolute;
    left: 14px;
    bottom: 14px;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
}

.sg-ilan__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.sg-ilan__thumb {
    flex: 0 0 96px;
    height: 72px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: #ddd;
}

.sg-ilan__thumb.is-active { border-color: var(--sg-gold); }
.sg-ilan__thumb img { width: 100%; height: 100%; object-fit: cover; }

.sg-ilan__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.sg-ilan__hl {
    background: var(--sg-white);
    border-radius: 14px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(10, 60, 100, 0.06);
    border: 1px solid var(--sg-gray-200);
    transition: var(--sg-transition);
}

.sg-ilan__hl:hover {
    border-color: rgba(212, 175, 55, 0.45);
    transform: translateY(-1px);
}

.sg-ilan__hl i {
    display: block;
    font-size: 20px;
    color: var(--sg-gold);
    margin-bottom: 8px;
}

.sg-ilan__hl span {
    font-size: 13px;
    font-weight: 700;
    color: var(--sg-black);
    line-height: 1.3;
}

.sg-ilan__card {
    background: var(--sg-white);
    border-radius: var(--sg-radius-xl);
    padding: 24px 28px;
    margin-bottom: 20px;
    box-shadow: var(--sg-shadow);
    border: 1px solid var(--sg-gray-200);
}

.sg-ilan__card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px;
    color: var(--sg-blue-deep);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sg-ilan__card-title i { color: var(--sg-gold); }

.sg-ilan__table {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.sg-ilan__table > div {
    display: grid;
    grid-template-columns: minmax(100px, 36%) 1fr;
    gap: 12px 16px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid var(--sg-gray-200);
}

.sg-ilan__table > div:last-child { border-bottom: 0; }

.sg-ilan__table dt {
    font-size: 13px;
    color: var(--sg-gray-600);
    font-weight: 500;
    margin: 0;
}

.sg-ilan__table dd {
    font-size: 14px;
    font-weight: 600;
    color: var(--sg-black);
    margin: 0;
    text-align: left;
    word-break: break-word;
}

.sg-ilan__table-price { color: var(--sg-gold-dark) !important; font-size: 16px !important; }

/* Kompakt ilan bilgileri (fact grid) */
.sg-ilan__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

@media (min-width: 768px) {
    .sg-ilan__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sg-ilan__fact--price {
        grid-column: auto;
    }
}

.sg-ilan__fact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    background: var(--sg-blue-sky);
    border: 1px solid var(--sg-gray-200);
    border-radius: 12px;
    min-width: 0;
}

.sg-ilan__fact-k {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--sg-gray-600);
}

.sg-ilan__fact-v {
    font-size: 14px;
    font-weight: 700;
    color: var(--sg-black);
    line-height: 1.35;
    word-break: break-word;
}

.sg-ilan__fact--price {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(26, 138, 212, 0.08));
    border-color: rgba(212, 175, 55, 0.35);
}

.sg-ilan__fact--price .sg-ilan__fact-v {
    font-family: var(--sg-font-display);
    font-size: 1.2rem;
    color: var(--sg-gold-dark);
}

.sg-ilan__related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.sg-ilan__related-title span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--sg-gold-dark);
    margin-bottom: 4px;
}

.sg-ilan__related-title h2 {
    margin: 0;
    font-family: var(--sg-font-display);
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    color: var(--sg-blue-deep);
    line-height: 1.2;
}

.sg-ilan__related-nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.sg-ilan__related-btn {
    width: 44px;
    height: 44px;
    border: 1px solid var(--sg-gray-200);
    border-radius: 10px;
    background: #fff;
    color: var(--sg-blue-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(10, 60, 100, 0.08);
    transition: var(--sg-transition);
    font-size: 15px;
}

.sg-ilan__related-btn:hover {
    background: var(--sg-blue);
    border-color: var(--sg-blue);
    color: #fff;
}

.sg-related-slider { padding-bottom: 8px; }
.sg-related-slider .sg-card { height: 100%; width: 100%; }
.sg-related-slider .swiper-slide { height: auto; }

/* Galeri okları */
.sg-ilan__gal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--sg-blue-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: var(--sg-transition);
}

.sg-ilan__gal-nav:hover {
    background: var(--sg-gold);
    color: #111;
}

.sg-ilan__gal-nav--prev { left: 12px; }
.sg-ilan__gal-nav--next { right: 12px; }

.sg-ilan__features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sg-ilan__features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 8px 12px;
    background: var(--sg-blue-sky);
    border-radius: 8px;
}

.sg-ilan__features i { color: #22c55e; font-size: 12px; }

.sg-ilan__desc {
    line-height: 1.75;
    color: var(--sg-gray-600);
    font-size: 15px;
}
.sg-ilan__desc p { margin: 0 0 12px; }
.sg-ilan__desc p:last-child { margin-bottom: 0; }
.sg-ilan__desc ul, .sg-ilan__desc ol { margin: 0 0 12px; padding-left: 20px; }

.sg-ilan__share {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
    font-size: 14px;
    color: var(--sg-gray-600);
}

.sg-ilan__share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--sg-gray-200);
    background: var(--sg-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sg-blue);
    cursor: pointer;
    transition: var(--sg-transition);
}

.sg-ilan__share-btn:hover { background: var(--sg-blue-light); }
.sg-ilan__share-btn--wa { color: #25d366; border-color: #25d366; }

.sg-ilan__mobile-cta { display: none; }

/* Sidebar iletişim */
.sg-ilan__side { min-width: 0; }

.sg-ilan__contact {
    background: var(--sg-white);
    border-radius: var(--sg-radius-xl);
    padding: 24px;
    box-shadow: var(--sg-shadow-lg);
    border: 1px solid var(--sg-gray-200);
}

.sg-ilan__contact--sticky {
    position: sticky;
    top: calc(var(--sg-header-h) + 16px);
}

.sg-ilan__contact-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--sg-blue-deep);
}

.sg-ilan__contact-lead {
    font-size: 13px;
    color: var(--sg-gray-600);
    margin: 0 0 18px;
    line-height: 1.5;
}

.sg-ilan__action {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: var(--sg-radius-lg);
    margin-bottom: 10px;
    border: 1px solid var(--sg-gray-200);
    transition: var(--sg-transition);
}

.sg-ilan__action:hover { transform: translateY(-1px); box-shadow: var(--sg-shadow); }

.sg-ilan__action i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.sg-ilan__action span { display: flex; flex-direction: column; line-height: 1.3; }
.sg-ilan__action strong { font-size: 14px; color: var(--sg-black); }
.sg-ilan__action small { font-size: 12px; color: var(--sg-gray-600); }

.sg-ilan__action--wa { border-color: #25d366; background: #f0fdf4; }
.sg-ilan__action--wa i { background: #25d366; color: #fff; }

.sg-ilan__action--tel i { background: var(--sg-blue); color: #fff; }
.sg-ilan__action--mail i { background: var(--sg-gold); color: var(--sg-blue-deep); }

.sg-ilan__agent {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 16px;
    background: var(--sg-blue-sky);
    border-radius: var(--sg-radius-lg);
    margin: 16px 0;
}

.sg-ilan__agent-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.sg-ilan__agent-img--ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sg-gray-200);
    color: var(--sg-gray-600);
}

.sg-ilan__agent strong { display: block; font-size: 14px; }
.sg-ilan__agent span { font-size: 12px; color: var(--sg-gray-600); }
.sg-ilan__agent a { font-size: 12px; color: var(--sg-blue); font-weight: 600; }

.sg-ilan__form-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--sg-gray-200);
}

.sg-ilan__form-wrap h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
    color: var(--sg-blue-deep);
    display: flex;
    align-items: center;
    gap: 8px;
}

.sg-ilan__form-wrap h4 i { color: var(--sg-gold); }

.sg-ilan__field { margin-bottom: 12px; }

.sg-ilan__field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--sg-gray-600);
    margin-bottom: 5px;
}

.sg-ilan__field input,
.sg-ilan__field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--sg-gray-200);
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color .2s;
}

.sg-ilan__field input:focus,
.sg-ilan__field textarea:focus {
    outline: none;
    border-color: var(--sg-blue);
    box-shadow: 0 0 0 3px rgba(26,138,212,.15);
}

.sg-ilan__hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.sg-ilan__submit { margin-top: 4px; }

.sg-ilan__alert {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 12px;
}

.sg-ilan__alert--ok { background: #f0fdf4; color: #166534; border: 1px solid #86efac; }
.sg-ilan__alert--err { background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; }
.sg-ilan__alert ul { margin: 0; padding-left: 18px; }

.sg-ilan__related {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--sg-gray-200);
}

.sg-ilan__related .sg-section__title { margin-bottom: 20px; }

.sg-btn--block { width: 100%; justify-content: center; }

/* Lightbox */
.sg-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(8, 28, 48, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sg-lightbox[hidden] { display: none !important; }
.sg-lightbox__stage {
    max-width: min(92vw, 1100px);
    max-height: 82vh;
}
.sg-lightbox__stage img {
    max-width: 100%;
    max-height: 82vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.sg-lightbox__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.sg-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    cursor: pointer;
}
.sg-lightbox__prev { left: 20px; }
.sg-lightbox__next { right: 20px; }
.sg-lightbox__counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

@media (max-width: 1024px) {
    .sg-ilan__layout {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 16px;
    }
    .sg-ilan__main { order: 1; }
    .sg-ilan__side { order: 2; }
    .sg-ilan__contact--sticky { position: static; }
}

@media (min-width: 769px) {
    .sg-footer__acc-panel {
        max-height: none !important;
        overflow: visible;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 640px) {
    .sg-ilan__table {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 28px;
        row-gap: 0;
    }
    .sg-ilan__table > div {
        grid-template-columns: minmax(88px, 40%) 1fr;
    }
}

@media (max-width: 600px) {
    .sg-ilan__table > div {
        grid-template-columns: 1fr;
        gap: 4px;
        align-items: start;
        padding: 10px 0;
    }
    .sg-ilan__table dd { font-size: 15px; }
    .sg-ilan__highlights { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sg-ilan__header { padding: 20px 0 24px; }
    .sg-ilan__desc { font-size: 14px; line-height: 1.7; }
    .sg-ilan__chips { gap: 6px; margin-bottom: 10px; }
    .sg-ilan__chip { font-size: 10px; padding: 4px 9px; }
}

/* İlan listesi & rehber */
.sg-home-top--compact .sg-hero--page { min-height: 280px; }
.sg-hero--page .sg-hero__slide { min-height: 280px; }
a.sg-region-ring { text-decoration: none; color: inherit; border: 0; background: none; cursor: pointer; }
.sg-pagination-wrap { margin-top: 40px; display: flex; justify-content: center; }
.sg-pagination__list { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.sg-pagination__item a,
.sg-pagination__item span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border-radius: 8px; border: 1px solid var(--sg-border, #e5e7eb); color: var(--sg-text, #1f2937); text-decoration: none; }
.sg-pagination__item--active span { background: var(--sg-gold, #c9a227); color: #fff; border-color: var(--sg-gold, #c9a227); }
.sg-pagination__item--disabled span { opacity: .45; }
.sg-empty-state { text-align: center; padding: 60px 20px; color: var(--sg-muted, #6b7280); }
.sg-empty-state i { font-size: 48px; margin-bottom: 16px; opacity: .5; }
.sg-rehber-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.sg-rehber-card { border: 1px solid var(--sg-border, #e5e7eb); border-radius: 12px; overflow: hidden; transition: box-shadow .2s; }
.sg-rehber-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.sg-rehber-card__link { display: block; padding: 24px; text-decoration: none; color: inherit; }
.sg-rehber-card__title { font-size: 1.15rem; margin: 0 0 12px; line-height: 1.4; }
.sg-rehber-card__excerpt { color: var(--sg-muted, #6b7280); font-size: .95rem; margin: 0 0 16px; line-height: 1.6; }
.sg-rehber-card__date { font-size: .85rem; color: var(--sg-muted, #6b7280); }
.sg-rehber-card__more { display: inline-block; margin-top: 12px; color: var(--sg-gold, #c9a227); font-weight: 600; font-size: .9rem; }

/* ── Yüzen bölüm başlıkları ── */
.sg-head-float {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding: 24px 28px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(26, 138, 212, 0.1);
    box-shadow: 0 18px 48px rgba(10, 60, 100, 0.08);
    position: relative;
}
.sg-head-float::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.06), transparent 55%);
    pointer-events: none;
}
.sg-head-float--center { flex-direction: column; align-items: center; text-align: center; }
.sg-head-float--center .sg-head-float__actions { justify-content: center; }
.sg-head-float--listings {
    background: linear-gradient(180deg, #fff 0%, #f4f8fc 100%);
}
.sg-head-float--dark {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.12);
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
    backdrop-filter: blur(8px);
}
.sg-head-float--dark .sg-head-float__title { color: #fff; }
.sg-head-float--dark .sg-head-float__desc { color: rgba(255,255,255,.75); }
.sg-head-float--dark .sg-head-float__tag { color: var(--sg-gold); }
.sg-head-float__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--sg-gold-dark);
    margin-bottom: 8px;
}
.sg-head-float__title {
    font-family: var(--sg-font-display);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    color: var(--sg-black);
    margin: 0;
    line-height: 1.2;
}
.sg-head-float__desc {
    margin: 10px 0 0;
    color: var(--sg-gray-600);
    font-size: 15px;
    max-width: 520px;
}
.sg-head-float__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

/* ── Vitrin bölüm başlığı (kompakt) ── */
.sg-vitrin-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(26, 138, 212, 0.12);
    box-shadow: 0 4px 16px rgba(10, 60, 100, 0.05);
}
.sg-vitrin-head__main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.sg-vitrin-head__mark {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    color: #111;
    background: linear-gradient(135deg, var(--sg-gold) 0%, var(--sg-gold-dark) 100%);
    box-shadow: 0 2px 8px rgba(201, 162, 39, 0.28);
}
.sg-vitrin-head__text {
    min-width: 0;
}
.sg-vitrin-head__title {
    margin: 0;
    font-family: var(--sg-font-display);
    font-size: 17px;
    font-weight: 700;
    color: var(--sg-black);
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.sg-vitrin-head__meta {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--sg-gray-600);
}
.sg-vitrin-head__tools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.sg-vitrin-head__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--sg-gold-dark);
    text-decoration: none;
    border: 1px solid rgba(201, 162, 39, 0.35);
    background: rgba(201, 162, 39, 0.08);
    transition: var(--sg-transition);
    white-space: nowrap;
}
.sg-vitrin-head__link:hover {
    color: #111;
    background: var(--sg-gold);
    border-color: var(--sg-gold);
}
.sg-vitrin-head__link i {
    font-size: 10px;
    transition: transform var(--sg-transition);
}
.sg-vitrin-head__link:hover i {
    transform: translateX(2px);
}
.sg-vitrin-head__nav {
    display: flex;
    gap: 6px;
}
.sg-vitrin-head__nav .sg-swiper-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 12px;
}

/* ── İlanlar bölüm başlığı (kompakt) ── */
.sg-listings-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(26, 138, 212, 0.12);
    box-shadow: 0 4px 16px rgba(10, 60, 100, 0.05);
}
.sg-listings-head__main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.sg-listings-head__mark {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--sg-blue) 0%, var(--sg-blue-dark) 100%);
    box-shadow: 0 2px 8px rgba(26, 138, 212, 0.28);
}
.sg-listings-head__text {
    min-width: 0;
}
.sg-listings-head__title {
    margin: 0;
    font-family: var(--sg-font-display);
    font-size: 17px;
    font-weight: 700;
    color: var(--sg-black);
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.sg-listings-head__meta {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--sg-gray-600);
}
.sg-listings-head__tools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.sg-listings-head__tabs {
    padding: 3px;
    border-radius: 8px;
    background: var(--sg-gray-100);
    border: 1px solid var(--sg-gray-200);
}
.sg-listings-head__tabs .sg-listing-tab {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 6px;
}
.sg-listings-head__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--sg-blue-dark);
    text-decoration: none;
    border: 1px solid rgba(26, 138, 212, 0.25);
    background: rgba(26, 138, 212, 0.08);
    transition: var(--sg-transition);
    white-space: nowrap;
}
.sg-listings-head__link:hover {
    color: #fff;
    background: var(--sg-blue);
    border-color: var(--sg-blue);
}
.sg-listings-head__link i {
    font-size: 10px;
    transition: transform var(--sg-transition);
}
.sg-listings-head__link:hover i {
    transform: translateX(2px);
}

/* ── Vitrin kartları ── */
.sg-section--vitrin {
    background: linear-gradient(180deg, #f6f9fc 0%, #fff 100%);
    padding-top: 28px;
    padding-bottom: 44px;
}
.sg-section--listings {
    padding-top: 28px;
    padding-bottom: 56px;
    background: #fff;
}
.sg-vitrin-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 60, 100, 0.1);
    transition: transform .25s ease, box-shadow .25s ease;
}
.sg-vitrin-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(10, 60, 100, 0.16); }
.sg-vitrin-card__link { display: block; text-decoration: none; color: inherit; }
.sg-vitrin-card__visual {
    height: 340px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.sg-vitrin-card__tip {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(10, 40, 70, 0.82);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .5px;
    z-index: 2;
}
.sg-vitrin-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--sg-gold);
    color: var(--sg-blue-deep);
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 999px;
    z-index: 2;
}
.sg-vitrin-card__overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 56px 20px 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 28, 48, 0.92) 100%);
    color: #fff;
}
.sg-vitrin-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sg-vitrin-card__loc {
    font-size: 13px;
    opacity: .88;
    margin: 0 0 10px;
}
.sg-vitrin-card__loc i { color: var(--sg-gold-light); margin-right: 4px; }
.sg-vitrin-card__meta {
    display: flex;
    gap: 14px;
    font-size: 12px;
    opacity: .8;
    margin-bottom: 10px;
}
.sg-vitrin-card__meta span::before { content: '•'; margin-right: 8px; opacity: .5; }
.sg-vitrin-card__meta span:first-child::before { content: none; margin: 0; }
.sg-vitrin-card__price {
    font-family: var(--sg-font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--sg-gold-light);
}

/* ── İlan detay özet bandı ── */
.sg-ilan__summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 20px 0 24px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--sg-gray-200);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(10, 60, 100, 0.06);
}
.sg-ilan__summary-body { flex: 1; min-width: 0; }
.sg-ilan__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.sg-ilan__chip {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 5px 11px;
    border-radius: 999px;
}
.sg-ilan__chip--tip { background: var(--sg-blue-light); color: var(--sg-blue-dark); }
.sg-ilan__chip--gold { background: #fef3c7; color: #92400e; }
.sg-ilan__chip--green { background: #dcfce7; color: #166534; }
.sg-ilan__chip--muted { background: var(--sg-gray-100); color: var(--sg-gray-600); }
.sg-ilan__summary-title {
    font-family: var(--sg-font-display);
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 8px;
    color: var(--sg-black);
}
.sg-ilan__summary-loc {
    font-size: 14px;
    color: var(--sg-gray-600);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sg-ilan__summary-loc i { color: var(--sg-gold); }
.sg-ilan__summary-price {
    flex-shrink: 0;
    text-align: right;
    padding: 14px 18px;
    background: linear-gradient(135deg, var(--sg-blue-deep), var(--sg-blue));
    border-radius: 14px;
    color: #fff;
    min-width: 140px;
}
.sg-ilan__summary-price-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .75;
    margin-bottom: 4px;
}
.sg-ilan__summary-price strong {
    font-family: var(--sg-font-display);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--sg-gold-light);
}

.sg-ilan__hero-video,
.sg-ilan__hero-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.sg-ilan__hero-video { position: absolute; inset: 0; }
.sg-ilan__thumb { position: relative; }
.sg-ilan__thumb--video .sg-ilan__thumb-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.35);
    color: #fff;
    font-size: 18px;
}
.sg-ilan__map {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: var(--sg-gray-100);
}
.sg-ilan__map iframe { width: 100%; height: 100%; border: 0; }
.sg-lightbox__video {
    width: min(92vw, 960px);
    aspect-ratio: 16/9;
}
.sg-lightbox__video iframe { width: 100%; height: 100%; border: 0; border-radius: 8px; }

@media (max-width: 768px) {
    .sg-ilan {
        padding-bottom: 88px;
    }

    .sg-ilan__bar {
        padding: 10px 0;
    }

    .sg-ilan__bar-inner {
        gap: 10px;
    }

    .sg-ilan__crumb {
        font-size: 12px;
        line-height: 1.4;
    }

    .sg-ilan__back {
        font-size: 12px;
    }

    .sg-ilan__summary {
        flex-direction: column;
        margin: 12px 0 16px;
        padding: 16px;
        gap: 14px;
        border-radius: 12px;
    }

    .sg-ilan__summary-title {
        font-size: 1.35rem;
        line-height: 1.3;
    }

    .sg-ilan__summary-price {
        width: 100%;
        text-align: left;
        min-width: 0;
        padding: 12px 14px;
    }

    .sg-ilan__summary-price strong {
        font-size: 1.35rem;
    }

    .sg-ilan__hero-img {
        aspect-ratio: 4/3;
        border-radius: 12px;
    }

    .sg-ilan__zoom {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px;
        font-size: 14px;
    }

    .sg-ilan__img-count {
        left: 10px;
        bottom: 10px;
        font-size: 11px;
        padding: 5px 10px;
    }

    .sg-ilan__thumbs {
        gap: 8px;
        margin-top: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .sg-ilan__thumbs::-webkit-scrollbar { display: none; }

    .sg-ilan__thumb {
        flex: 0 0 76px;
        height: 58px;
        border-radius: 8px;
    }

    .sg-ilan__highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 16px;
    }

    .sg-ilan__hl {
        padding: 12px 6px;
        border-radius: 12px;
    }

    .sg-ilan__hl i { font-size: 15px; margin-bottom: 6px; }
    .sg-ilan__hl span { font-size: 11px; }

    .sg-ilan__gal-nav {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .sg-ilan__gal-nav--prev { left: 8px; }
    .sg-ilan__gal-nav--next { right: 8px; }

    .sg-ilan__card {
        padding: 16px;
        margin-bottom: 14px;
        border-radius: 12px;
    }

    .sg-ilan__card-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .sg-ilan__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sg-ilan__fact {
        padding: 10px 12px;
        border-radius: 10px;
    }

    .sg-ilan__fact-k { font-size: 10px; }
    .sg-ilan__fact-v { font-size: 13px; }
    .sg-ilan__fact--price .sg-ilan__fact-v { font-size: 1.05rem; }

    .sg-ilan__related {
        padding-top: 28px;
        padding-bottom: 16px;
    }

    .sg-ilan__related-head {
        margin-bottom: 14px;
        gap: 12px;
    }

    .sg-ilan__related-title h2 {
        font-size: 1.25rem;
    }

    .sg-ilan__related-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 8px;
    }

    .sg-related-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .sg-related-slider .swiper-slide {
        width: 100% !important;
    }

    .sg-ilan__map {
        aspect-ratio: 4/3;
        border-radius: 10px;
    }

    .sg-ilan__features {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .sg-ilan__contact {
        padding: 16px;
        border-radius: 12px;
    }

    .sg-ilan__contact-title { font-size: 16px; }
    .sg-ilan__contact-lead { font-size: 12px; margin-bottom: 14px; }

    .sg-ilan__action {
        padding: 12px;
        gap: 12px;
    }

    .sg-ilan__action i {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .sg-ilan__form-wrap {
        margin-top: 16px;
        padding-top: 16px;
    }

    .sg-ilan__share {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 8px;
    }

    .sg-ilan__mobile-cta {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 90;
        gap: 8px;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid var(--sg-gray-200);
        box-shadow: 0 -8px 24px rgba(10, 60, 100, 0.12);
        backdrop-filter: blur(10px);
    }

    .sg-ilan__mobile-cta a {
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 48px;
        padding: 10px 12px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

    .sg-ilan__mobile-cta--wa {
        background: #25d366;
        color: #fff;
    }

    .sg-ilan__mobile-cta--tel {
        background: var(--sg-blue);
        color: #fff;
    }

    body:has(.sg-ilan__mobile-cta) .sg-wa { display: none; }
    body:has(.sg-ilan__mobile-cta) .sg-back-top { bottom: 100px; }

    .sg-lightbox__nav {
        width: 40px;
        height: 40px;
    }

    .sg-lightbox__prev { left: 8px; }
    .sg-lightbox__next { right: 8px; }

    .sg-lightbox__close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .sg-head-float { padding: 22px 20px; }
    .sg-vitrin-head {
        flex-wrap: wrap;
        padding: 10px 12px;
    }
    .sg-vitrin-head__tools {
        width: 100%;
        justify-content: space-between;
    }
    .sg-vitrin-head__link {
        flex: 1;
        justify-content: center;
    }
    .sg-listings-head {
        flex-wrap: wrap;
        padding: 10px 12px;
    }
    .sg-listings-head__tools {
        width: 100%;
        flex-wrap: wrap;
        gap: 8px;
    }
    .sg-listings-head__tabs {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .sg-listings-head__link {
        width: 100%;
        justify-content: center;
    }
    .sg-vitrin-card__visual { height: 280px; }
}
