﻿/* Prestige Chrome — yalnızca üst menü + alt footer (iç sayfa içeriği klasik kalır) */

/* Prestige UI — Mockup (Emlakçı tarzı) */

.theme-prestige {
    font-family: var(--font-body, 'Inter', sans-serif);
    background: #fff;
    color: #333;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

/* Sayfa iskeleti — header / main / footer */
.theme-prestige > header,
.theme-prestige > main,
.theme-prestige > footer,
.theme-prestige .emlak-footer {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
    box-sizing: border-box;
}

.theme-prestige main {
    min-height: 50vh;
}

/* Navbar — Bootstrap container genişliği (iç sayfalarla aynı) */
.theme-prestige .prestige-header .emlak-navbar {
    width: 100%;
}

.theme-prestige .prestige-header .emlak-navbar > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .theme-prestige .prestige-header .navbar-collapse {
        display: flex !important;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        min-height: var(--header-height);
    }

    .theme-prestige .prestige-header .emlak-nav {
        flex: 1 1 auto;
        justify-content: center;
    }

    .theme-prestige .prestige-header .emlak-header-tools {
        flex-shrink: 0;
    }
}

/* ===== HEADER ===== */
.theme-prestige .emlak-header {
    position: sticky !important;
    top: 0;
    background: #fff !important;
    box-shadow: 0 1px 0 #eee;
    z-index: 1000;
}

.theme-prestige .emlak-navbar {
    min-height: var(--header-height);
    padding: 0;
}

.theme-prestige .emlak-brand {
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--emlak-navy, #1a2332) !important;
    gap: 8px;
}

.theme-prestige .emlak-brand i {
    color: var(--emlak-gold, #c4a052);
    font-size: 1.5rem;
}

.theme-prestige .emlak-nav .nav-link {
    color: #444 !important;
    font-weight: 500;
    font-size: 0.92rem;
    padding: 10px 14px !important;
}

.theme-prestige .emlak-nav .nav-link:hover,
.theme-prestige .emlak-nav .nav-link.active {
    color: var(--emlak-gold, #c4a052) !important;
}

.theme-prestige .emlak-nav .nav-link::after {
    display: none;
}

.theme-prestige .emlak-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.theme-prestige .emlak-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    white-space: nowrap;
}

.theme-prestige .emlak-header-phone i {
    color: var(--emlak-gold, #c4a052);
}

/* Evini Sat — outline CTA (sarı dolgu yok, belirgin) */
.sell-property-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff !important;
    border: 1.5px solid var(--emlak-gold, #c4a052) !important;
    box-shadow: none !important;
    color: var(--emlak-navy, #1a2332) !important;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 7px 14px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    align-self: center;
    flex-shrink: 0;
    transform: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sell-property-nav-btn i {
    color: var(--emlak-gold, #c4a052);
    font-size: 1rem;
}

.sell-property-nav-btn:hover,
.sell-property-nav-btn:focus,
.sell-property-nav-btn:focus-visible,
.sell-property-nav-btn:active {
    background: rgba(196, 160, 82, 0.14) !important;
    border-color: var(--emlak-gold, #c4a052) !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    color: var(--emlak-navy, #1a2332) !important;
    text-decoration: none;
}

.sell-property-nav-btn--mobile {
    width: 100%;
    min-height: 44px;
    font-size: 0.92rem;
}

.theme-prestige .emlak-header-tools .favorites-link,
.theme-prestige .emlak-header-tools .compare-link {
    color: #555 !important;
    font-size: 1.05rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.theme-prestige .emlak-header-tools .language-toggle {
    color: #555 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.theme-prestige .emlak-header-tools .favorites-count,
.theme-prestige .emlak-header-tools .compare-count {
    font-size: 0.7rem;
}

.theme-prestige .emlak-header-tools .sell-property-nav-btn {
    margin-left: 4px;
}
.theme-prestige .emlak-footer__newsletter-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 12px;
}

.theme-prestige .emlak-footer__newsletter-form .form-control {
    border: none;
    min-height: 42px;
    font-size: 0.9rem;
}

.theme-prestige .emlak-footer__newsletter-form .btn {
    min-height: 42px;
}

.theme-prestige #newsletterMessage.success { color: #86efac; }
.theme-prestige #newsletterMessage.error { color: #fca5a5; }
/* ===== FOOTER ===== */
.theme-prestige .emlak-footer {
    background: var(--emlak-navy, #1a2332) !important;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0 !important;
    padding: 56px 0 0;
}

.theme-prestige .emlak-footer__grid {
    padding-bottom: 40px;
}

.theme-prestige .emlak-footer__logo-link {
    display: inline-block;
    margin-bottom: 16px;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.theme-prestige .emlak-footer__logo-link:hover {
    opacity: 0.85;
    text-decoration: none;
}

.theme-prestige .emlak-footer__logo {
    max-height: 50px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    /* Koyu footer arka planında klasik ön yüz gibi okunaklı logo */
    filter: brightness(0) invert(1);
}

html[dir="rtl"] .theme-prestige .emlak-footer__logo {
    transform: none !important;
    direction: ltr;
}

@media (max-width: 767px) {
    .theme-prestige .emlak-footer__logo {
        max-height: 40px;
        max-width: 150px;
    }
}

.theme-prestige .emlak-footer__logo-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 16px;
}

.theme-prestige .emlak-footer__logo-text i {
    color: var(--emlak-gold, #c4a052);
}

.theme-prestige .emlak-footer__desc {
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
    max-width: 320px;
}

.theme-prestige .emlak-footer__social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.theme-prestige .emlak-footer__social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: var(--transition);
}

.theme-prestige .emlak-footer__social a:hover {
    background: var(--emlak-gold, #c4a052);
    border-color: var(--emlak-gold, #c4a052);
    color: #fff;
}

.theme-prestige .emlak-footer__title {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.theme-prestige .emlak-footer__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--emlak-gold, #c4a052);
    border-radius: 2px;
}

.theme-prestige .emlak-footer__links,
.theme-prestige .emlak-footer__contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theme-prestige .emlak-footer__links li {
    margin-bottom: 10px;
}

.theme-prestige .emlak-footer__links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.88rem;
    transition: var(--transition);
}

.theme-prestige .emlak-footer__links a:hover {
    color: var(--emlak-gold, #c4a052);
    padding-left: 4px;
}

.theme-prestige .emlak-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.88rem;
}

.theme-prestige .emlak-footer__contact i {
    color: var(--emlak-gold, #c4a052);
    margin-top: 2px;
    flex-shrink: 0;
}

.theme-prestige .emlak-footer__contact a,
.theme-prestige .emlak-footer__contact span {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.theme-prestige .emlak-footer__contact a:hover {
    color: var(--emlak-gold, #c4a052);
}

.theme-prestige .emlak-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.theme-prestige .emlak-footer__copy {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}

.theme-prestige .emlak-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.theme-prestige .emlak-footer__legal a {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.theme-prestige .emlak-footer__legal a:hover {
    color: var(--emlak-gold, #c4a052);
}

/* Header — tüm sayfalarda beyaz sabit (sticky) */
.theme-prestige.is-home .prestige-header.emlak-header,
.theme-prestige .prestige-header.emlak-header {
    position: sticky !important;
    top: 0;
    background: #fff !important;
    box-shadow: 0 1px 0 #eee !important;
    z-index: 1000;
}

.theme-prestige.is-home .prestige-header.emlak-header .nav-link,
.theme-prestige .prestige-header.emlak-header .nav-link {
    color: #444 !important;
}

.theme-prestige.is-home .prestige-header.emlak-header .navbar-brand,
.theme-prestige .prestige-header.emlak-header .navbar-brand {
    color: var(--emlak-navy, #1a2332) !important;
}

/* ===== RESPONSIVE (chrome) ===== */
@media (max-width: 992px) {
    .theme-prestige .emlak-header-actions {
        margin-top: 12px;
        width: 100%;
        justify-content: flex-start;
    }
}

    .theme-prestige .emlak-footer__grid > div {
        text-align: center;
    }

    .theme-prestige .emlak-footer__title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .theme-prestige .emlak-footer__desc {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .theme-prestige .emlak-footer__social {
        justify-content: center;
    }

    .theme-prestige .emlak-footer__contact li {
        justify-content: center;
        text-align: left;
    }

    .theme-prestige .emlak-footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .theme-prestige .emlak-footer__legal {
        justify-content: center;
    }
