/* ===============================
   GENEL KAPSAYICI
================================ */
.premium-estate {
    max-width: 1320px;
    margin: auto;
    padding: 48px 24px;
    font-family: system-ui, -apple-system, sans-serif;
    color: #111;
    box-sizing: border-box;
}

.premium-estate * {
    box-sizing: border-box;
}

/* ===============================
   GALERİ
================================ */
.premium-gallery {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 30px;
}

.premium-gallery img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.premium-gallery .swiper-slide {
    height: 600px;
}

.estate-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    z-index: 5;
}

/* ===============================
   HEADER (BAŞLIK + FİYAT)
================================ */
.estate-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 36px;
    gap: 24px;
    flex-wrap: wrap;
}

.estate-header h1 {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

.estate-location {
    color: #6b7280;
    margin-top: 6px;
    font-size: 16px;
}

.estate-price-box {
    text-align: right;
}

.price {
    font-size: 38px;
    font-weight: 900;
    color: #14532d;
    display: block;
}

.estate-price-box small {
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: 4px;
}

/* ===============================
   ÖNE ÇIKANLAR
================================ */
.estate-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 56px 0;
}

.highlight {
    background: #f9fafb;
    padding: 26px;
    border-radius: 22px;
}

.highlight b {
    font-size: 18px;
    color: #111;
}

.highlight span {
    display: block;
    color: #6b7280;
    margin-top: 6px;
}

/* ===============================
   AÇIKLAMA ALANI
================================ */
.estate-section {
    margin-top: 56px;
}

.estate-section h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 18px;
}

.estate-section p {
    line-height: 1.9;
    font-size: 16px;
    color: #374151;
    max-width: 900px;
}

/* ===============================
   DETAY BİLGİLER
================================ */
.estate-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 26px;
    margin: 56px 0;
}

.estate-details div {
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 24px 22px;
    background: #fff;
    line-height: 1.6;
    transition: all .25s ease;
}

.estate-details div:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
}

.estate-details span {
    display: block;
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 8px;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.estate-details b {
    font-size: 16px;
    color: #111;
    display: block;
}

/* ===============================
   ETİKETLER
================================ */
.estate-tags {
    margin-top: 24px;
}

.estate-tags span {
    display: inline-block;
    background: #ecfdf5;
    color: #065f46;
    padding: 10px 16px;
    border-radius: 999px;
    margin: 8px 8px 0 0;
    font-size: 14px;
}

/* ===============================
   CTA ALANI (3'lü Yan Yana)
================================ */
.estate-cta-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin-top: 48px;
    align-items: stretch;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    line-height: 1.2;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* Sahibinden (Sarı) */
.cta-sahibinden {
    background: #ffdf00;
    color: #000;
}

.cta-sahibinden:hover {
    background: #e6c800;
    color: #000;
}

/* Ara (Gri/Beyaz) */
.cta-call {
    background: #f4f4f4;
    color: #111;
    border: 1px solid #ddd;
}

.cta-call:hover {
    background: #e0e0e0;
}

/* WhatsApp (Yeşil) */
.cta-whatsapp {
    background: #25D366;
    color: #fff;
}

.cta-whatsapp:hover {
    background: #20b85a;
    color: white;
}

/* Parsel Sorgu Butonu (Yeni Konum) */
.tkgm-btn-wrap {
    margin-top: 14px;
}

.tkgm-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #0056b3;
    text-decoration: none;
    background: #eef6fc;
    padding: 14px;
    border-radius: 12px;
    transition: background 0.2s, transform 0.2s;
    border: 1px solid #dbeafe;
}

.tkgm-link:hover {
    background: #dbeafe;
    transform: translateY(-2px);
}

/* HARİTA */
.emlak-map {
    margin-top: 50px;
    width: 100%;
    height: 400px;
    border-radius: 22px;
    overflow: hidden;
    background: #eee;
    position: relative;
}

.emlak-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ===============================
   VİTRİN LİSTESİ (GRID)
================================ */
.emlak-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.emlak-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.emlak-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.emlak-card-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.emlak-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.emlak-card:hover .emlak-card-img img {
    transform: scale(1.05);
}

.emlak-card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.emlak-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.emlak-card-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.4;
}

.emlak-card-title a {
    color: #111;
    text-decoration: none;
}

.emlak-card-location {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 15px;
}

.emlak-card-price {
    font-size: 22px;
    font-weight: 800;
    color: #14532d;
    margin-top: auto;
    margin-bottom: 15px;
}

.emlak-card-btn {
    display: block;
    width: 100%;
    background: #111;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease;
}

.emlak-card-btn:hover {
    background: #333;
    color: #fff;
}

/* ===============================
   MOBİL (GÜNCEL)
================================ */
@media (max-width: 900px) {
    .emlak-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .premium-gallery {
        border-radius: 0;
        margin-left: -24px;
        margin-right: -24px;
    }

    .premium-gallery img,
    .premium-gallery .swiper-slide {
        height: 360px;
    }

    .estate-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .estate-price-box {
        text-align: left;
    }

    .price {
        font-size: 32px;
    }

    .estate-cta-wrap {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }

    .cta-btn {
        font-size: 13px;
        padding: 12px 4px;
        flex-direction: column;
        gap: 4px;
    }

    .premium-estate {
        padding: 24px;
    }

    /* Grid Mobil */
    .emlak-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}