    :root {
        --p-indigo: #6366f1;
        --g-dark: #0f172a;
        --g-gold: #b08d3e;
        --g-bg: #f8fafc;
        --g-border: rgba(15, 23, 42, 0.08);
    }
    body { background-color: var(--g-bg); color: #1e293b; overflow-x: hidden; }

    /* Altın Gradyan Metin Efekti */
    .gold-gradient-text {
        background: linear-gradient(to right, #fcd34d, #b08d3e);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

  /* --- 1. FUAR GİRİŞİ (YENİLENMİŞ HERO & SEARCH HUB) --- */
    .portal-hero {
        padding: 50px 0 44px;
        background: linear-gradient(135deg, rgba(30, 27, 75, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%), url('/images/hero-luxury.jpg');
        background-size: cover; 
        background-position: center; 
        background-attachment: fixed;
        text-align: center; 
        color: #fff;
    }

   /* --- 1. PORTAL HERO & ACTION HUB (KOMPAKT PREMİUM EDİTİON) --- 
    .portal-hero {
     
        padding: 20px 0 60px; 
        background: linear-gradient(135deg, rgba(30, 27, 75, 0.95) 0%, rgba(15, 23, 42, 1) 100%), url('/images/hero-luxury.jpg');
        background-size: cover; background-position: center; background-attachment: fixed;
        text-align: center; color: #fff; position: relative;
    }
*/
    .action-hub-wrapper {
        max-width: 950px; margin: 30px auto 0; /* Üst marj daraltıldı */
        padding: 0 20px; position: relative; z-index: 10;
    }

    /* 🚀 ANA BUTON GRUBU (Üst Sıra) */
    .hub-row-main {
        display: grid; grid-template-columns: 1fr 1fr; 
        gap: 40px; /* Butonların arası genişletildi */
        margin-bottom: 20px;
    }

    .hub-btn {
        height: 75px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.1);
        display: flex; align-items: center; justify-content: center; gap: 15px;
        font-size: 1.1rem; font-weight: 850; text-transform: uppercase; letter-spacing: 1px;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer;
        text-decoration: none !important; box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }

    .btn-search-main { background: #fff; color: #0f172a; }
    .btn-search-main:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(255, 255, 255, 0.1); }

    .btn-post-main { background: linear-gradient(135deg, #fbbf24, #b08d3e); color: #0f172a; border: none; }
    .btn-post-main:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(176, 141, 62, 0.3); color: #fff; }

    /* 🏢 OFİS ARA BUTONU (Daha Yüksek ve Geniş) */
    .hub-row-secondary { display: flex; justify-content: center; }
    .btn-office-hub {
        min-width: 500px; 
        height: 85px; /* Yükseklik diğerlerinden fazla yapıldı */
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.15); color: #fff;
        font-size: 1rem; font-weight: 700;
    }
    .btn-office-hub:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--p-indigo); transform: scale(1.02); }

    .hero-title { font-size: 3.5rem !important; margin-bottom: 10px; } /* Başlık boyutu ve boşluğu optimize edildi */

    @media (max-width: 768px) {
        .hub-row-main { grid-template-columns: 1fr; gap: 15px; }
        .btn-office-hub { min-width: 100%; height: 75px; }
        .hero-title { font-size: 2.2rem !important; }
    }

    
        .search-input-wrap:focus-within { box-shadow: 0 0 0 4px rgba(252, 211, 77, 0.3); }
    .search-input-wrap input { border: none; outline: none; width: 100%; font-weight: 600; font-size: 15px; padding-left: 10px; color: var(--g-dark); }
    .search-input-wrap i { color: #94a3b8; }
    .btn-portal-action {
        background: linear-gradient(to right, #fbbf24, #b08d3e); color: #0f172a; border: none; padding: 15px 35px; border-radius: 100px;
        font-weight: 900; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; cursor: pointer; white-space: nowrap;
    }
    .btn-portal-action:hover { background: #b08d3e; transform: scale(1.05); color: #fff; box-shadow: 0 10px 20px rgba(176, 141, 62, 0.4); }

    /* --- 2. FLASH DROP & MATCHMAKER --- */
    .flash-drop-section { background: var(--g-bg); }
    .flash-drop-card {
        background: radial-gradient(circle at right, #1e293b 0%, #0f172a 100%);
        border-radius: 40px; border: 2px solid rgba(239, 68, 68, 0.3);
        box-shadow: 0 30px 60px rgba(239, 68, 68, 0.15); overflow: hidden;
    }
    .flash-img-wrapper { position: relative; height: 350px; }
    .flash-badge { position: absolute; top: 15px; left: -15px; background: #ef4444; color: #fff; padding: 10px 20px; font-weight: 900; box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
    .time-box { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 15px; padding: 15px 20px; text-align: center; min-width: 90px; }
    .time-box span { display: block; font-size: 28px; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 5px; }
    .time-box small { font-size: 10px; font-weight: 800; color: #fbbf24; letter-spacing: 1px; }

    .matchmaker-card {
        background: #fff; border-radius: 40px; border: 1px solid var(--g-border);
        box-shadow: 0 30px 60px rgba(15, 23, 42, 0.05); position: relative; overflow: hidden;
    }
    .matchmaker-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--p-indigo), var(--g-gold)); }
    .btn-match-option { background: #f8fafc; border: 2px solid #e2e8f0; color: #0f172a; padding: 15px 30px; border-radius: 20px; font-weight: 800; font-size: 16px; transition: 0.3s; cursor: pointer; box-shadow: 0 5px 15px rgba(0,0,0,0.02); }
    .btn-match-option:hover { background: var(--p-indigo); border-color: var(--p-indigo); color: #fff; transform: translateY(-5px); box-shadow: 0 15px 30px rgba(99, 102, 241, 0.2); }

    /* --- 3. SHOWCASE MATRIX --- */
    .showcase-wrapper { position: relative; z-index: 50; margin-top: -60px; }
    .showcase-card { background: #fff; border-radius: 32px; border: 1px solid var(--g-border); box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05); overflow: hidden; height: 100%; transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
    .showcase-card:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(15, 23, 42, 0.1); }
    .featured-listing-img { position: relative; height: 100%; min-height: 280px; overflow: hidden; }
    .featured-listing-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
    .price-badge-lux { position: absolute; top: 20px; left: 20px; background: rgba(15, 23, 42, 0.9); backdrop-filter: blur(10px); color: #fff; padding: 10px 20px; border-radius: 15px; font-weight: 900; z-index: 10; }
    .office-spotlight { background: linear-gradient(135deg, #fff 0%, #f8fafc 100%); border-right: 6px solid var(--p-indigo); }
    .agent-spotlight { background: linear-gradient(135deg, #fff 0%, #f0fdf4 100%); border-right: 6px solid #22c55e; }
    .agent-img-lux { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 4px solid #fff; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
    .online-pulse { position: absolute; bottom: 5px; right: 5px; width: 15px; height: 15px; background: #22c55e; border-radius: 50%; border: 3px solid #fff; animation: pulse-green 2s infinite; }

    /* --- 4. KATEGORİ ŞAMPİYONLARI --- */
    .cat-pill { border: 2px solid #f1f5f9; background: #fff; color: #64748b; padding: 10px 25px; border-radius: 100px; font-weight: 800; transition: 0.3s; white-space: nowrap; }
    .cat-pill:hover, .cat-pill.active { border-color: var(--p-indigo); color: var(--p-indigo); background: rgba(99, 102, 241, 0.05); }
    .category-hero-card { border-left: 8px solid var(--g-gold); height: 350px !important; }
    .spotlight-partner-card { height: 350px !important; }
    .cat-img-box { position: relative; height: 350px; overflow: hidden; }
    .cat-img-box img { width: 100%; height: 100%; object-fit: cover; }
    .cat-crown { position: absolute; top: 15px; left: 15px; background: var(--g-gold); color: #fff; width: 35px; height: 35px; border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(176, 141, 62, 0.4); }
    .partner-avatar-wrap { position: relative; width: 90px; margin: 0 auto; }
    .partner-img { width: 90px; height: 90px; border-radius: 25px; object-fit: cover; border: 4px solid #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
    .verified-badge { position: absolute; right: -5px; bottom: -5px; background: #22c55e; color: #fff; width: 25px; height: 25px; border-radius: 50%; border: 3px solid #fff; font-size: 10px; display: flex; align-items: center; justify-content: center; }
    .stat-box { background: #f8fafc; padding: 6px 15px; border-radius: 12px; font-size: 13px; font-weight: 700; color: #475569; }

    /* --- 5. ELITE REELS --- */
    .reels-section { padding: 80px 0; background: #0f172a; overflow: hidden; }
    .reels-container { display: flex; gap: 20px; overflow-x: auto; padding: 20px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .reels-container::-webkit-scrollbar { display: none; }
    .reel-card { min-width: 280px; width: 280px; aspect-ratio: 9/16; border-radius: 24px; position: relative; scroll-snap-align: center; overflow: hidden; cursor: pointer; transition: 0.4s; box-shadow: 0 15px 35px rgba(0,0,0,0.3); background: #000; }
    .reel-bg-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.85); transition: 0.5s ease; }
    .reel-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(0,0,0,0.5); }
    .reel-card.playing .reel-bg-img { opacity: 0; }
    .video-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; pointer-events: none; }
    .video-layer iframe { width: 300%; height: 100%; margin-left: -100%; object-fit: cover; }
    .reel-overlay { position: absolute; inset: 0; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%); z-index: 10; pointer-events: none;}
    .reel-play-btn { align-self: center; margin-top: auto; margin-bottom: auto; width: 60px; height: 60px; background: rgba(255,255,255,0.2); backdrop-filter: blur(5px); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; border: 2px solid rgba(255,255,255,0.5); transition: 0.3s; }
    .reel-card:hover .reel-play-btn { background: var(--g-gold); border-color: var(--g-gold); transform: scale(1.15); opacity: 0;} /* Video oynarken butonu gizle */
    .reel-info h4 { color: #fff; font-weight: 800; margin-bottom: 5px; font-size: 1.1rem; line-height: 1.3; }
    .reel-info p { color: #cbd5e1; font-size: 0.85rem; margin-bottom: 10px; }
    .reel-price { background: var(--g-gold); color: #fff; padding: 5px 15px; border-radius: 10px; font-weight: 900; font-size: 0.9rem; display: inline-block; }

    /* --- 6. AI RADAR & CONCIERGE --- */
    .radar-master-card { background: linear-gradient(135deg, #020617 0%, #0f172a 100%); border-radius: 40px; border: 1px solid rgba(34, 197, 94, 0.2); box-shadow: 0 40px 80px rgba(2, 6, 23, 0.6); position: relative; overflow: hidden; }
    .concierge-icon { width: 60px; height: 60px; background: #f8fafc; border: 1px solid var(--g-border); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--g-gold); transition: 0.3s; }
    .concierge-icon:hover { background: var(--g-gold); color: #fff; transform: rotate(10deg); }
    .concierge-form-card { background: var(--g-dark); border-radius: 30px; box-shadow: 0 30px 60px rgba(15, 23, 42, 0.2); }
    .form-control-gold { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 15px 20px; border-radius: 15px; }

    /* --- 7. VIP OFF-MARKET --- */
    .vip-lounge-section { background-color: var(--g-bg); }
    .vip-card-master { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); border-radius: 40px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 40px 80px rgba(15, 23, 42, 0.4); overflow: hidden; }
    .btn-vip-pulse { transition: 0.3s; animation: vip-pulse 2s infinite; }
    .btn-vip-pulse:hover { transform: scale(1.05); }
    @keyframes vip-pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.6); } 70% { box-shadow: 0 0 0 15px rgba(255, 193, 7, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); } }
    .vip-hidden-card { border-radius: 20px; overflow: hidden; position: relative; height: 300px; background: #000; border: 2px solid rgba(255,255,255,0.05); }
    .vip-blur-img { width: 100%; height: 100%; object-fit: cover; filter: blur(15px) brightness(0.6) grayscale(30%); transform: scale(1.1); transition: 0.5s; }
    .vip-hidden-card:hover .vip-blur-img { filter: blur(8px) brightness(0.4) grayscale(0%); }
    .vip-lock-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 10; background: radial-gradient(circle, rgba(15,23,42,0.4) 0%, rgba(15,23,42,0.8) 100%); }

    /* --- 8. ELITE GRID & DAY/NIGHT --- */
    .elite-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }
    .elite-card { background: #fff; border-radius: 24px; border: 1px solid var(--g-border); transition: 0.4s; position: relative; display: flex; flex-direction: column; }
    .elite-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
    .elite-card .img-box { aspect-ratio: 4/3; position: relative; overflow: hidden; border-radius: 24px 24px 0 0; }
    .elite-card .img-box img { width: 100%; height: 100%; object-fit: cover; }
    .company-badge { position: absolute; top: 15px; left: 15px; background: rgba(255,255,255,0.95); padding: 6px 12px; border-radius: 10px; font-weight: 800; font-size: 11px; color: var(--g-dark); box-shadow: 0 4px 10px rgba(0,0,0,0.1); z-index: 10; }
    .agent-avatar { width: 50px; height: 50px; border-radius: 50%; border: 3px solid #fff; margin-top: -25px; margin-left: 20px; position: relative; z-index: 5; object-fit: cover; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
    .wp-float-btn { position: absolute; top: 15px; right: 15px; width: 38px; height: 38px; background: #25d366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 10; transition: 0.3s; }
    .wp-float-btn:hover { transform: scale(1.1) rotate(10deg); color: #fff; }
    
    .day-night-card { transition: background-color 0.5s, color 0.5s; }
    .day-night-card.night-mode { background-color: #0f172a; border-color: #1e293b; }
    .day-night-card.night-mode .dn-title { color: #fff !important; }
    .day-night-card.night-mode .border-top { border-color: rgba(255,255,255,0.1) !important; }
    .vibe-toggle-wrap { position: absolute; top: 15px; right: 15px; z-index: 20; background: rgba(255,255,255,0.9); border-radius: 100px; padding: 3px; display: flex; gap: 2px; }
    .vibe-btn { border: none; background: transparent; width: 30px; height: 30px; border-radius: 50%; color: #64748b; font-size: 14px; transition: 0.3s; cursor: pointer; }
    .vibe-btn.active { background: #0f172a; color: #fbbf24; }
    .day-night-card.night-mode .vibe-btn.active { background: #fff; color: #38bdf8; }
    .dn-img { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease-in-out; }
    .dn-img.active { opacity: 1; }

    /* Canlı Fırsat Stickerı Animasyonu */
    @keyframes sticker-pulse { 0% { transform: scale(1) rotate(-5deg); } 50% { transform: scale(1.1) rotate(5deg); } 100% { transform: scale(1) rotate(-5deg); } }
    .flash-sticker { position: absolute; top: 20px; right: 20px; background: #ef4444; color: #fff; width: 80px; height: 80px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 900; font-size: 10px; line-height: 1; box-shadow: 0 10px 20px rgba(239, 68, 68, 0.4); z-index: 100; border: 3px dashed rgba(255,255,255,0.5); animation: sticker-pulse 2s infinite ease-in-out; pointer-events: none; }
    .flash-sticker span { font-size: 16px; display: block; margin-bottom: 2px; }

    .flash-reason-bar { background: linear-gradient(90deg, #ef4444, #f59e0b); padding: 5px 15px; border-radius: 100px; font-size: 11px; font-weight: 800; color: #fff; display: inline-flex; align-items: center; gap: 5px; box-shadow: 0 5px 15px rgba(239, 68, 68, 0.2); margin-bottom: 15px; }

    .showcase-hero-card { position: relative; height: 500px; border-radius: 30px; overflow: hidden; background: #000; box-shadow: 0 25px 50px rgba(0,0,0,0.15); }
    .hero-main-img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
    .showcase-hero-card:hover .hero-main-img { transform: scale(1.05); }
    .hero-overlay-bottom { position: absolute; bottom: 20px; left: 20px; right: 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,0.2); padding: 25px; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
    .hero-price { font-size: 28px; font-weight: 900; color: #fff; text-shadow: 0 4px 10px rgba(0,0,0,0.3); }

  .office-identity-card {
    display: flex;
    flex-direction: column;
    /* justify-content: center;  <-- Bunu kaldırıyoruz veya start yapıyoruz */
    justify-content: flex-start; 
    height: 100%;
    min-height: 380px; /* Sol tarafla aynı */
    max-height: 380px;
    padding: 1.5rem !important; /* Biraz daraltmak alanı ferahlatır */
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
  .office-logo-wrap { width: 120px; height: 120px; margin: 0 auto 20px; background: #f8fafc; border-radius: 25px; padding: 15px; display: flex; align-items: center; justify-content: center; }
    .office-logo-wrap img { max-width: 100%; max-height: 100%; }
    .contact-links { margin-top: 20px; }
    .c-item { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
    .c-item i { width: 35px; height: 35px; background: #f1f5f9; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #6366f1; }
    .c-item small { display: block; font-size: 10px; color: #94a3b8; font-weight: 800; text-transform: uppercase; }
    .c-item span { font-size: 13px; font-weight: 700; color: #1e293b; }
    .office-footer { display: flex; gap: 10px; margin-top: 20px; }
    .btn-office-profile { flex-grow: 1; background: #0f172a; color: #fff; border-radius: 15px; padding: 12px; font-weight: 800; text-align: center; text-decoration: none; }
    .btn-office-whatsapp { width: 50px; background: #22c55e; color: #fff; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 20px; text-decoration: none; }


.reels-container { 
    display: flex; 
    justify-content: center; /* 🚀 İŞTE KARTLARI ORTAYA ÇEKEN SİHİRLİ KOD */
    gap: 20px; 
    overflow-x: auto; 
    padding: 20px 0; 
    scroll-snap-type: x mandatory; 
    scrollbar-width: none; 
}


    @media (max-width: 768px) {
        .smart-search-bar { flex-direction: column; border-radius: 30px; padding: 15px; }
        .search-input-wrap, .btn-portal-action { width: 100%; }
        .showcase-wrapper { margin-top: 20px; }
        .category-hero-card, .spotlight-partner-card { height: auto !important; }
        .cat-img-box { height: 250px; }
        .portal-hero { padding: 120px 0 80px; }
    }


    /* 🚀 TAVİZSİZ IZGARA SİSTEMİ */
    .listing-grid {
        display: grid;
        /* Desktop'ta 3'lü, Tablette 2'li, Mobilde Tekli */
        grid-template-columns: repeat(3, 1fr); 
        gap: 25px;
        width: 100%;
    }

    @media (max-width: 1200px) {
        .listing-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
        .listing-grid { grid-template-columns: 1fr; }
    }
