:root{
      --bg:#f5f7fb; --card:#ffffff; --muted:#64748b; --text:#0f172a;
      --border:#e2e8f0; --brand:#030305; --accent:#0ea5e9;
      --shadow:0 6px 24px rgba(15,23,42,.06);
    }
    *{box-sizing:border-box}
    body{margin:0;background:var(--bg);color:var(--text);overflow-x:hidden;font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial;  overscroll-behavior-x: none;
}

    /* Header */
    .topbar{position:sticky;top:0;z-index:50;background:var(--card);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}
    .topbar .inner{max-width:1500px;margin:0 auto;display:flex;align-items:center;gap:16px}
    .brand{display:flex;align-items:center;gap:10px;font-weight:800}
    .brand .logo{height:auto;border-radius:6px;position: relative;right: 0;bottom: 0;padding: 8px 0;}
    .brand .logo img {width: 100px;height: 100px;object-fit: contain;}
    .nav{display: flex;
    gap: 18px;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 150px;}
    .nav a{color:#334155;text-decoration:none;font-weight:600;opacity:.85}
    .nav a.active{color:var(--brand);}
    .spacer{flex:1}
    .actions{display:flex;align-items:center;gap:10px}
  .icon-btn a {
    text-decoration: auto;
    color: snow;
  }
.icon-btn {
    width: 100px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #bf0000;
    display: grid;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    place-items: center;
    cursor: pointer;
}
.icon-btn:hover {
  border-color: #0a6dd9;
  box-shadow: 0 0 12px rgba(10,109,217,0.6);
  transform: translateY(-2px);
}
  .icon-btn:hover {background-color: #000;color: #fff;}
.user{display:flex;align-items:center;gap:10px;border:1px solid var(--border);background:#fff;border-radius:999px;padding:6px 10px}
    .avatar{width:28px;height:28px;border-radius:999px;background:#e2e8f0;display:grid;place-items:center;font-size:12px;font-weight:800}
    .user small{display:block;line-height:1;color:#475569}
    .logo-title a {color: #000;text-decoration: auto;}
    /* Page */
    .wrap{max-width:1500px;margin:18px auto 28px;padding:0 24px}
    .header{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:6px 0 10px}
    .title{font-size:28px;font-weight:800}
    .countSmall{color:var(--muted);font-weight:600}

    /* Filters row */
    .filters-row{display:flex;gap:10px;align-items:flex-start;flex-wrap:wrap;padding:4px 2px;margin-left: 20px;}
    .filter{flex:1 1 180px;min-width:160px;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:8px 10px;box-shadow:var(--shadow);position:relative; z-index:1}
    .filter.small{flex:1 1 170px;min-width:150px}
    .filter.search{flex:2 1 240px}
    .filter.open{ z-index:10 }
    label{display:block;font-size:12px;color:var(--muted);margin:2px 0 6px}
    select,input[type="text"]{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text);outline:none}
    select:focus,input:focus{border-color:var(--accent)}
    .search{position:relative;min-width:260px}
    .search input{padding-left:38px}
    .search svg{position:absolute;left:21px;top:67%;transform:translateY(-50%);width:18px;height:18px;opacity:.6}

    /* Konum dropdown*/
    .dd-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px 12px;cursor:pointer}
    .dd-btn span{font-weight:700}
    .chev{width:16px;height:16px;opacity:.6}
    .dropdown{
      position:absolute;left:10px;right:10px;top:84px;background:#fff;
      border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);
      display:none;max-height:320px;overflow:auto;z-index:20
    }
    .dropdown.open{display:block}
    /* Floating  */
    .dropdown.floating{
      position:fixed; z-index:9999; box-shadow:0 10px 30px rgba(0,0,0,.15);
      max-height:320px; overflow:auto;
    }
    .dd-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-bottom:1px solid #f1f5f9}
    .dd-item:last-child{border-bottom:0}
    .dd-item input{accent-color:#0ea5e9}

    /* Active filter pills */
    .active{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 12px}
    .pill{background:#eef2ff;border:1px solid #dbeafe;color:#1e293b;padding:6px 10px;border-radius:999px;font-size:12px;display:inline-flex;align-items:center;gap:8px}
    .pill button{border:none;background:transparent;color:#334155;cursor:pointer}

    /* Grid */
    .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    @media (max-width:1100px){ .grid{grid-template-columns:repeat(2,1fr);} }
    .card{background:var(--card);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
    .thumb{aspect-ratio:16/10;position:relative;background:#f1f5f9}
    .thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
    .ribbon{position:absolute;left:10px;top:10px;background:#7c3aed;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 4px 12px rgba(124,58,237,.3)}
    .percent{position:absolute;right:10px;top:10px;background:#0f172a;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;opacity:.9}
    .logo{position:absolute;right:10px;bottom:10px;background:#ffffffcc;border-radius:8px}
    .logo img{height:20px;display:block}
    .body{padding:12px}
    .name{font-weight:800;margin:0 0 2px;font-size:16px}
    .loc{color:var(--muted);font-size:13px;margin:0 0 10px}
    .split{display:flex;justify-content:space-between;gap:10px;border-top:1px dashed var(--border);padding-top:10px}
    .label{color:var(--muted);font-size:11px}
    .value{font-weight:800}

    .empty{text-align:center;color:var(--muted);padding:40px;border:1px dashed var(--border);border-radius:16px;background:#fff}
    footer{opacity:.7;text-align:center;margin:20px 0 8px;font-size:12px;color:#64748b}

    /* === RESPONSIVE === */
@media (max-width:768px){
  .topbar .inner{flex-wrap:wrap;}
  .nav{order:3;width:100%;justify-content:center;margin-top:6px;margin-left: 0;margin: 10px 0px !important;}
  .nav a {font-size: 12px;}
  .filters-row{flex-direction:column;margin-left: 0;}
  .filter{width:100%;}
  .grid{grid-template-columns:1fr;}
  .header .title{text-align:center;}
  .actions{margin-left:10%;margin-right: 30px;}
  .brand img{height:24px;}
      .brand .logo {
        right: -14%;
        padding: 8px;
    }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 14px;
}
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform, box-shadow;
}

.card:hover {
  transform: scale(1.04);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
}

.card img {
  transition: transform 0.5s ease;
}

.card:hover img {
  transform: scale(1.08);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


/* Galeri */

:root {
  --bg:#f5f7fb;
  --card:#ffffff;
  --border:#e2e8f0;
  --shadow:0 4px 16px rgba(0,0,0,0.06);
}

body {
  margin:0;
  font-family:'Segoe UI',sans-serif;
  background:var(--bg);
  color:#0f172a;
}

/* Header */
.topbar {
  background:#fff;
  border-bottom:1px solid var(--border);
  padding:5px;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:var(--shadow);
}
.topbar img {
  height:30px;
}
.topbar h1 {
  font-size:18px;
  font-weight:700;
  margin:0;
}

/* Gallery grid */
.gallery {
  max-width:1200px;
  margin:40px auto;
  padding:0 16px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.logo-card {
  background:var(--card);
  border:1px solid var(--border);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  box-shadow:var(--shadow);
  transition:transform 0.25s ease, box-shadow 0.25s ease;
}
.logo-card:hover {
  transform:scale(1.05);
  box-shadow:0 8px 24px rgba(0,0,0,0.1);
}
.logo-card img {
  max-width:100%;
  max-height:80px;
  object-fit:contain;
  filter:grayscale(0.2);
  transition:filter 0.2s ease;
}
.logo-card:hover img {
  filter:grayscale(0);
}

/* Footer */
footer {
  text-align:center;
  padding:20px 0;
  font-size:13px;
  color:#64748b;
}

.logo-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column; /* logo + başlık alt alta */
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}

.logo-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.logo-card img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(0.2);
  transition: filter 0.2s ease;
}

.logo-card:hover img {
  filter: grayscale(0);
}

.logo-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}


/* Responsive */
@media(max-width:992px){
  .gallery{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:768px){
  .gallery{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:480px){
  .gallery{grid-template-columns:1fr;}
}

.pre-footer {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
  text-align: center;
  padding: 40px 16px;
}
.pre-footer h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.pre-footer p {
  font-size: 15px;
  opacity: 0.9;
}

/* Hakkımızda */

  .about-section{
      display:flex;
      align-items:center;
      justify-content:center;
      max-width:1200px;
      margin:60px auto;
      padding:0 24px;
      gap:60px;
    }
    .about-image{
      flex:1;
      border-radius:16px;
      overflow:hidden;
      box-shadow:0 10px 24px rgba(0,0,0,0.1);
    }
    .about-image img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .about-text{
      flex:1;
    }
    .about-text h2{
      font-size:30px;
      font-weight:800;
      margin-bottom:16px;
      color:var(--brand);
    }
    .about-text p{
      font-size:16px;
      line-height:1.7;
      color:var(--muted);
      margin-bottom:16px;
    }
    .about-text strong{color:var(--brand);}
    .about-text .highlight{
      border-left:4px solid var(--accent);
      padding-left:10px;
      margin-top:12px;
      font-weight:600;
      color:var(--text);
    }

    @media(max-width:900px){
      .about-section{flex-direction:column;gap:30px;margin:40px auto;}
      .about-text h2{text-align:center;}
      .topbar {padding: 0;}
    }

/* Cam efekti buton */
.cta-btn {
  display: inline-block;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  backdrop-filter: blur(6px);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: all .3s ease;
}
.cta-btn:hover {
  background: #fff;
  color: var(--brand);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 24px rgba(255,255,255,0.3);
}


/* Kampanyalar */
  .campaigns{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:24px;
    max-width:1200px;
    margin:50px auto;
    padding:0 20px;
  }
  .card{
    background:var(--card);
    border:1px solid var(--border);
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
    transition:.3s;
  }
  .card:hover{transform:translateY(-4px);}
  .card img{width:100%;height:180px;object-fit:fill;}
  .card-content{padding:20px;}
  .card h3{font-size:18px;font-weight:700;margin-bottom:8px;}
  .card p{color:var(--muted);font-size:14px;margin-bottom:12px;}
  .tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;}
  .tag{
    background:#eef2ff;
    color:var(--brand);
    font-weight:600;
    font-size:12px;
    padding:4px 10px;
    border-radius:999px;
  }
  .price{font-weight:800;font-size:16px;margin-bottom:10px;}
  .btn{
    display:inline-block;
    background:var(--brand);
    color:#fff;
    padding:8px 16px;
    border-radius:8px;
    font-weight:600;
    font-size:14px;
    transition:.3s;
  }
/* === ORTAK PROJE SLIDERI (YANDAKİLER GÖRÜNÜR) === */

.projects-slider{
  position:relative;
  max-width:100%;
  margin:0;
  background:#000;
  overflow:hidden;
}

/* Görsel alanı */
.ps-viewport{
  overflow:hidden;
  width:100%;
}

.ps-track{
  display:flex;
  align-items:stretch;
  height:380px;
  transition:transform .6s ease;
}

/* Her slayt */
.ps-slide{
  position:relative;
  flex:0 0 70%;          /* ana kart genişliği */
  margin:0 2%;           /* yan boşluk => yandaki kartlar biraz görünür */
  overflow:hidden;
  background:#111;
}

.ps-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:brightness(.4);   /* varsayılan: karanlık */
  transition:filter .4s ease;
}

/* Ortadaki aktif slayt */
.ps-slide.active img{
  filter:brightness(1);
}

/* Üst sol köşedeki bilgi kutusu */
.ps-info{
  position:absolute;
  left:30px;
  top:30px;
  background:rgba(0,0,0,.6);
  padding:12px 18px;
  border-radius:6px;
  color:#fff;
  min-width:180px;
}
.ps-info h3{
  margin:0 0 8px;
  font-size:15px;
  font-weight:800;
}
.ps-info button{
  border:none;
  background:#0f2c9b;
  color:#fff;
  font-size:13px;
  font-weight:700;
  padding:7px 14px;
  border-radius:4px;
  cursor:pointer;
}

/* Sağdaki/ soldaki oklar */
.ps-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border:#fff 1px solid;
  background:none;
  color:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:900;
  border-radius:50px;
}
.ps-prev{ right:70px; }   /* soldaki kartın üstüne değil, biraz içeride */
.ps-next{ right:20px; }

.ps-nav span{
  display:block;
}

/* Mobil */
@media(max-width:768px){
  .ps-track{ height:300px; }
  .ps-slide{ flex:0 0 80%; margin:0 3%; }
  .ps-info{ left:15px; top:15px; padding:10px 14px; }
  .ps-nav{ width:38px; height:90px; font-size:20px; }
  .news-wrapper {
      flex-direction: column;
    }
.svg-turkiye-haritasi {
    padding-left: 66px !important;
    margin-bottom: 100px !important;
}
}



/* Haber Slider */


    /* === HABER SLIDER ALANI === */

    .news-section {
      max-width: 1170px;
      margin: 20px auto 20px;
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .news-wrapper {
      display: flex;
      min-height: 340px;
    }

    /* SOL ANA HABER */
    .news-main {
      flex: 1.7;
      position: relative;
      overflow: hidden;
      background: #000;
    }

    .news-main img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .news-main-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg,rgba(0,0,0,.75),transparent 65%);
    }

    .news-main-content {
      position: absolute;
      inset: 0;
      color: #fff;
      padding: 28px 32px;
      max-width: 420px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .news-tag {
      display: inline-flex;
      align-items: center;
      font-size: 12px;
      padding: 6px 14px;
      background: #111827;
      border-radius: 999px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .15em;
      margin-bottom: 16px;
    }

    .news-title {
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 12px;
    }

    .news-summary {
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 16px;
      opacity: .9;
    }

    .news-meta {
      font-size: 12px;
      opacity: .8;
    }

    .news-bottom {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 12px 20px;
      background: rgba(17,24,39,.92);
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #f9fafb;
    }

    .news-bottom-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
      font-weight: 600;
    }

    .news-arrow {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.4);
      background: rgba(17,24,39,.9);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: .2s;
    }

    .news-arrow:hover {
      background: #facc15;
      color: #111827;
    }

    .news-arrows {
      display:flex;
      gap:8px;
    }

    /* SAĞ LİSTE */
    .news-side {
      flex: 1;
      background: #f9fafb;
      border-left: 1px solid #e5e7eb;
      padding: 18px;
      display: flex;
      flex-direction: column;
    }

    .news-side-title {
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .18em;
      color: #6b7280;
    }

    .news-list {
      margin-top: 12px;
      overflow-y: auto;
      padding-right: 4px;
      flex: 1;
    }

    .news-item {
      padding: 8px 8px 8px 22px;
      position: relative;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 4px;
      transition: .2s;
    }

    .news-item:hover {
      background: #eaf4ff;
    }

    .news-item.active {
      background: #111827;
      color: #fff;
    }

    .news-date {
      font-size: 11px;
      opacity: .7;
      margin-bottom: 2px;
    }

    .news-item-title {
      font-size: 14px;
      font-weight: 500;
    }

    /* Scrollbar */
    .news-list::-webkit-scrollbar { width: 5px; }
    .news-list::-webkit-scrollbar-thumb {
      background: rgba(0,0,0,.3);
      border-radius: 20px;
    }

/* ============================================ */
/*  ZENGİNLEŞTİRİLMİŞ PROJE KARTI (eklenti)     */
/* ============================================ */

/* Durum etiketi (sol üst, ÖNE ÇIKAN'ın altında) */
.thumb .status-badge{
  position:absolute; left:10px; top:44px;
  padding:5px 10px; border-radius:8px;
  font-size:11px; font-weight:700; letter-spacing:.2px;
}
.card .thumb .ribbon + .status-badge{ top:44px; }
.thumb .status-badge.st-done{ background:#dcfce7; color:#166534; }
.thumb .status-badge.st-active{ background:#dbeafe; color:#1e40af; }
.thumb .status-badge.st-plan{ background:#fef3c7; color:#92400e; }
/* ÖNE ÇIKAN yoksa durum etiketi en üste gelsin */
.thumb:not(:has(.ribbon)) .status-badge{ top:10px; }

/* Favori butonu (sağ üst) */
.thumb .fav-btn{
  position:absolute; right:10px; top:10px;
  width:34px; height:34px; border-radius:50%;
  background:#ffffffe6; border:1px solid #e2e8f0;
  display:flex; align-items:center; justify-content:center;
  color:#64748b; cursor:pointer; padding:0; transition:.2s; z-index:3;
}
.thumb .fav-btn:hover{ background:#fff; color:#e11d48; }
.thumb .fav-btn.active{ background:#e11d48; border-color:#e11d48; color:#fff; }
.thumb .fav-btn.active svg{ fill:#fff; }

/* Akıllı rozetler (sağ alt) */
.thumb .top-right-badges{
  position:absolute; right:10px; bottom:10px;
  display:flex; flex-direction:column; gap:6px; align-items:flex-end; z-index:2;
}
.mini-badge{ padding:4px 9px; border-radius:7px; font-size:10px; font-weight:800; letter-spacing:.3px; }
.mini-badge.nb-new{ background:#0f172a; color:#fff; }
.mini-badge.nb-urgent{ background:#fee2e2; color:#b91c1c; }

/* Daire tipi çipleri */
.dtags{ display:flex; flex-wrap:wrap; gap:6px; margin:0 0 12px; }
.dtag{
  font-size:11px; padding:3px 10px; border-radius:999px;
  background:#f1f5f9; color:#475569; font-weight:600;
}

/* Satış doluluk çubuğu */
.sold-row{ margin:0 0 12px; }
.sold-head{ display:flex; justify-content:space-between; align-items:center; font-size:12px; color:#64748b; margin-bottom:6px; }
.sold-val{ font-weight:700; color:#0f172a; }
.sold-val.done{ color:#166534; }
.sold-bar{ height:6px; background:#eef2f7; border-radius:10px; overflow:hidden; }
.sold-fill{ height:100%; border-radius:10px; transition:width .6s ease; }
.sold-fill.sold-low{ background:#f59e0b; }
.sold-fill.sold-mid{ background:#3b82f6; }
.sold-fill.sold-high{ background:#6366f1; }
.sold-fill.sold-done{ background:#22c55e; }

/* Alt satır teslim rengi */
.split .value.teslim{ color:#0f172a; font-weight:700; }

/* Hover'da favori/rozetlerin kararması (kart zoom'una karşı sabit) */
.card:hover .fav-btn,
.card:hover .top-right-badges,
.card:hover .status-badge{ transform:none; }

/* ============================================ */
/*  ÜST BAR + SIRALAMA İKON MENÜSÜ              */
/* ============================================ */
.list-toolbar{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; margin:14px 20px 4px; flex-wrap:wrap;
}
.result-count{ font-size:13px; color:#64748b; }
.result-count strong{ color:#0f172a; font-weight:800; }

.sort-wrap{ position:relative; }
.sort-btn{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--card); border:1px solid var(--border);
  border-radius:10px; padding:8px 12px; cursor:pointer;
  font-size:13px; font-weight:600; color:#0f172a;
  box-shadow:var(--shadow); transition:.2s;
}
.sort-btn:hover{ border-color:#cbd5e1; }
.sort-btn .chev{ transition:transform .2s; color:#64748b; }
.sort-wrap.open .sort-btn .chev{ transform:rotate(180deg); }
.sort-wrap.open .sort-btn{ border-color:#94a3b8; }

.sort-menu{
  position:absolute; top:calc(100% + 6px); right:0;
  min-width:190px; background:var(--card);
  border:1px solid var(--border); border-radius:12px;
  box-shadow:0 12px 32px rgba(15,23,42,.14);
  padding:6px; z-index:60; display:none;
}
.sort-wrap.open .sort-menu{ display:block; }
.sort-opt{
  display:block; width:100%; text-align:left;
  background:transparent; border:0; cursor:pointer;
  padding:9px 12px; border-radius:8px;
  font-size:13px; color:#334155; transition:.15s;
}
.sort-opt:hover{ background:#f1f5f9; }
.sort-opt.active{ background:#eef2ff; color:#4338ca; font-weight:700; }

@media (max-width:768px){
  .list-toolbar{ margin:14px 0 4px; }
}

/* ============================================ */
/*  FLOATING BUTONLAR + CANLI SOHBET            */
/* ============================================ */
.fab{
  position:fixed; bottom:22px; z-index:200;
  width:58px; height:58px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:#fff; border:none; cursor:pointer;
  box-shadow:0 8px 24px rgba(0,0,0,.22); transition:transform .2s, box-shadow .2s;
}
.fab:hover{ transform:scale(1.08); box-shadow:0 12px 30px rgba(0,0,0,.28); }
.fab-wa{ left:22px; background:#25D366; }
.fab-chat{ right:22px; background:#4338ca; }

/* Sohbet penceresi */
.chat-window{
  position:fixed; right:22px; bottom:92px; z-index:210;
  width:370px; max-width:calc(100vw - 32px);
  height:540px; max-height:calc(100vh - 130px);
  background:#fff; border:1px solid #e2e8f0; border-radius:18px;
  box-shadow:0 20px 60px rgba(15,23,42,.25);
  display:flex; flex-direction:column; overflow:hidden;
  opacity:0; transform:translateY(20px) scale(.96); pointer-events:none;
  transition:opacity .25s, transform .25s;
}
.chat-window.open{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }

.chat-header{
  background:#4338ca; color:#fff; padding:14px 16px;
  display:flex; align-items:center; justify-content:space-between;
}
.chat-title{ display:flex; align-items:center; gap:10px; }
.chat-title strong{ display:block; font-size:15px; }
.chat-title small{ display:block; font-size:12px; opacity:.8; }
.chat-dot{ width:9px; height:9px; border-radius:50%; background:#4ade80; box-shadow:0 0 0 3px rgba(74,222,128,.3); }
.chat-close{ background:transparent; border:none; color:#fff; cursor:pointer; opacity:.85; padding:4px; }
.chat-close:hover{ opacity:1; }

.chat-body{
  flex:1; overflow-y:auto; padding:16px;
  background:#f8fafc; display:flex; flex-direction:column; gap:10px;
}
.msg{ max-width:82%; padding:10px 13px; border-radius:14px; font-size:14px; line-height:1.5; white-space:pre-wrap; word-wrap:break-word; }
.msg.bot{ background:#fff; border:1px solid #e2e8f0; color:#0f172a; align-self:flex-start; border-bottom-left-radius:4px; }
.msg.user{ background:#4338ca; color:#fff; align-self:flex-end; border-bottom-right-radius:4px; }
.msg.typing{ color:#64748b; font-style:italic; }

.chat-suggest{ display:flex; flex-wrap:wrap; gap:6px; padding:8px 12px; background:#f8fafc; border-top:1px solid #eef2f7; }
.sug{ font-size:12px; padding:6px 10px; border-radius:999px; border:1px solid #c7d2fe; background:#eef2ff; color:#4338ca; cursor:pointer; transition:.15s; }
.sug:hover{ background:#e0e7ff; }

.chat-input{ display:flex; gap:8px; padding:12px; border-top:1px solid #e2e8f0; background:#fff; }
.chat-input input{
  flex:1; border:1px solid #e2e8f0; border-radius:10px;
  padding:10px 12px; font-size:14px; outline:none;
}
.chat-input input:focus{ border-color:#a5b4fc; box-shadow:0 0 0 3px rgba(99,102,241,.15); }
.chat-input button{
  background:#4338ca; color:#fff; border:none; border-radius:10px;
  width:44px; display:flex; align-items:center; justify-content:center; cursor:pointer; transition:.15s;
}
.chat-input button:hover{ background:#3730a3; }
.chat-input button:disabled{ opacity:.5; cursor:default; }

@media (max-width:768px){
  .fab{ width:52px; height:52px; bottom:18px; }
  .fab-wa{ left:16px; } .fab-chat{ right:16px; }
  .chat-window{ right:8px; left:8px; width:auto; bottom:80px; height:70vh; }
}

/* ============================================ */
/*  HEADER ZENGİNLEŞTİRME                       */
/* ============================================ */
/* İletişim bilgisi */
.head-contact{
  display:flex; align-items:center; gap:9px;
  text-decoration:none; color:#0f172a;
  padding:6px 12px; border-radius:10px; transition:.2s;
}
.head-contact:hover{ background:#f1f5f9; }
.head-contact svg{ color:#dc2626; flex-shrink:0; }
.head-contact .hc-text{ display:flex; flex-direction:column; line-height:1.2; }
.head-contact .hc-label{ font-size:11px; color:#94a3b8; font-weight:600; }
.head-contact .hc-num{ font-size:14px; font-weight:800; color:#0f172a; }

/* Arama ikon butonu */
.head-search-btn{
  width:40px; height:40px; border-radius:50%;
  background:transparent; border:1px solid var(--border);
  display:flex; align-items:center; justify-content:center;
  color:#475569; cursor:pointer; transition:.2s;
}
.head-search-btn:hover{ background:#0f172a; color:#fff; border-color:#0f172a; }

/* Aktif sayfa vurgusu (mevcut .active'i güçlendir) */
.nav a{ position:relative; transition:color .2s; }
.nav a.active{ color:var(--brand); opacity:1; }
.nav a.active::after{
  content:""; position:absolute; left:0; right:0; bottom:-6px;
  height:2px; background:#dc2626; border-radius:2px;
}
.nav a:hover{ opacity:1; color:#dc2626; }

@media (max-width:900px){
  .head-contact .hc-text{ display:none; }       /* dar ekranda sadece ikon */
  .head-contact{ padding:8px; }
}
@media (max-width:768px){
  .head-contact, .head-search-btn{ display:none; } /* mobilde gizle, kalabalık olmasın */
}

/* ============================================ */
/*  HABER ALANI                                 */
/* ============================================ */
.news-section{
  position:relative;
  left:50%; right:50%;
  margin-left:-50vw; margin-right:-50vw;
  width:100vw; max-width:100vw;
  padding:36px 40px 44px;
  margin-top:0; margin-bottom:36px;
  background:#f1f5f9;
  box-sizing:border-box;
}
.news-section .news-head,
.news-section .news-grid{
  max-width:1600px; margin-left:auto; margin-right:auto;
}
.news-section .news-head{ margin-bottom:18px; }
.news-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.news-head h2{ font-size:22px; font-weight:800; color:#0f172a; margin:0; }
.news-nav{ display:flex; gap:8px; }
.news-nav button{
  width:40px; height:40px; border-radius:50%;
  background:#fff; border:1px solid var(--border); color:#475569;
  display:flex; align-items:center; justify-content:center; cursor:pointer; transition:.2s;
}
.news-nav button:hover{ background:#0f172a; color:#fff; border-color:#0f172a; }

.news-grid{ display:grid; grid-template-columns:1.7fr 1fr; gap:24px; align-items:stretch; }

/* Öne çıkan haber */
.news-feature{
  background:#fff; border:1px solid var(--border); border-radius:16px;
  overflow:hidden; display:flex; flex-direction:column; box-shadow:var(--shadow);
}
.news-feature-img{ position:relative; height:380px; background:#f1f5f9; }
.news-feature-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.news-city{
  position:absolute; top:14px; left:14px;
  background:#dc2626; color:#fff; font-size:12px; font-weight:800;
  padding:6px 12px; border-radius:8px; letter-spacing:.3px;
}
.news-feature-body{ padding:18px 20px; }
.news-meta{ font-size:12px; color:#94a3b8; font-weight:600; }
.news-feature-body h3{ font-size:20px; font-weight:800; color:#0f172a; margin:6px 0 8px; line-height:1.3; }
.news-feature-body p{ font-size:14px; color:#64748b; margin:0; line-height:1.6; }
.news-bottom{ display:none; }

/* Haber listesi */
.news-list{ display:flex; flex-direction:column; gap:10px; }
.news-item{
  background:#fff; border:1px solid var(--border); border-radius:12px;
  padding:14px 16px; cursor:pointer; transition:.2s;
}
.news-item:hover{ border-color:#cbd5e1; transform:translateX(4px); }
.news-item.active{ border-color:#dc2626; border-left:4px solid #dc2626; background:#fef2f2; }
.news-date{ font-size:12px; color:#94a3b8; font-weight:600; margin-bottom:4px; }
.news-item-title{ font-size:15px; font-weight:700; color:#0f172a; line-height:1.4; }

@media (max-width:900px){
  .news-grid{ grid-template-columns:1fr; }
  .news-feature-img{ height:220px; }
}

/* ============================================ */
/*  İLAN ALTI BÖLÜMLER                          */
/* ============================================ */
.section-title{ font-size:22px; font-weight:800; color:#0f172a; margin:0 0 18px; }

/* İstatistik şeridi (tam genişlik, koyu) */
.stats-band{
  position:relative; left:50%; right:50%;
  margin-left:-50vw; margin-right:-50vw; width:100vw; max-width:100vw;
  background:#0f172a; padding:40px 24px; box-sizing:border-box; margin-top:8px;
}
.stats-inner{
  max-width:1300px; margin:0 auto;
  display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center;
}
.stat-num{ font-size:42px; font-weight:800; color:#fff; line-height:1; }
.stat-label{ font-size:14px; color:#94a3b8; margin-top:8px; }

/* Şehir kartları */
.cities-section{ max-width:1500px; margin:44px auto; padding:0 24px; }
.cities-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:14px; }
.city-card{
  background:#fff; border:1px solid var(--border); border-radius:14px;
  padding:18px 16px; cursor:pointer; transition:.2s; text-align:left;
  display:flex; align-items:center; justify-content:space-between;
}
.city-card:hover{ border-color:#dc2626; transform:translateY(-3px); box-shadow:0 10px 28px rgba(15,23,42,.1); }
.city-name{ font-size:16px; font-weight:700; color:#0f172a; }
.city-count{
  background:#fef2f2; color:#dc2626; font-size:13px; font-weight:800;
  width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center;
}

/* SSS Akordeon */
.faq-section{ max-width:900px; margin:48px auto; padding:0 24px; }
.faq-section .section-title{ text-align:center; margin-bottom:24px; }
.faq-list{ display:flex; flex-direction:column; gap:12px; }
.faq-item{
  background:#fff; border:1px solid var(--border); border-radius:14px;
  overflow:hidden; transition:border-color .2s, box-shadow .2s;
}
.faq-item.open{ border-color:#cbd5e1; box-shadow:0 6px 20px rgba(15,23,42,.06); }
.faq-q{
  width:100%; text-align:left; background:transparent; border:none; cursor:pointer;
  padding:18px 20px; font-size:16px; font-weight:700; color:#0f172a;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.faq-icon{
  position:relative; width:18px; height:18px; flex-shrink:0;
}
.faq-icon::before, .faq-icon::after{
  content:""; position:absolute; background:#dc2626; border-radius:2px; transition:transform .25s;
}
.faq-icon::before{ top:8px; left:0; width:18px; height:2px; }
.faq-icon::after{ top:0; left:8px; width:2px; height:18px; }
.faq-item.open .faq-icon::after{ transform:rotate(90deg); opacity:0; }
.faq-a{
  max-height:0; overflow:hidden; transition:max-height .3s ease;
}
.faq-item.open .faq-a{ max-height:300px; }
.faq-a p{
  margin:0; padding:0 20px 20px; font-size:14px; color:#64748b; line-height:1.7;
}

@media (max-width:768px){
  .stats-inner{ grid-template-columns:repeat(2,1fr); gap:24px 12px; }
  .stat-num{ font-size:34px; }
  .cities-grid{ grid-template-columns:repeat(2,1fr); }
}

/* ============================================ */
/*  YENİ HEADER (PropertyGuru tarzı)            */
/* ============================================ */
.nav a.has-caret{ display:inline-flex; align-items:center; gap:3px; }
.nav a.has-caret svg{ opacity:.5; }

.header-actions{ display:flex; align-items:center; gap:12px; }
.app-btn{
  display:inline-flex; align-items:center; gap:7px;
  background:#fff; border:1px solid var(--border); border-radius:10px;
  padding:9px 14px; font-size:14px; font-weight:600; color:#0f172a; cursor:pointer; transition:.2s;
}
.app-btn:hover{ border-color:#cbd5e1; background:#f8fafc; }
.bell-btn{
  width:40px; height:40px; border-radius:50%;
  background:#fff; border:1px solid var(--border); color:#475569;
  display:flex; align-items:center; justify-content:center; cursor:pointer; transition:.2s;
}
.bell-btn:hover{ background:#f8fafc; color:#0f172a; }
.login-btn{
  background:#dc2626; border:none; border-radius:10px; padding:0; cursor:pointer; transition:.2s;
}
.login-btn a{ display:block; color:#fff; text-decoration:none; padding:11px 22px; font-size:14px; font-weight:700; }
.login-btn:hover{ background:#b91c1c; }

/* ============================================ */
/*  HERO ALANI                                  */
/* ============================================ */
.hero{
  position:relative;
  background:linear-gradient(135deg,#fef2f2 0%,#f8fafc 55%,#fff 100%);
  padding:48px 24px 0;
  margin-bottom:30px;
  overflow:hidden;
}
.hero::before{
  content:""; position:absolute; top:-100px; right:-80px;
  width:520px; height:520px; border-radius:50%;
  background:radial-gradient(circle, rgba(220,38,38,.07), transparent 70%);
  pointer-events:none;
}
.hero-inner{
  max-width:1400px; margin:0 auto;
  display:grid; grid-template-columns:1.1fr 1fr; gap:30px; align-items:center;
  position:relative; z-index:1;
}
.hero-title{
  font-size:48px; line-height:1.1; font-weight:800; color:#0f172a; margin:0 0 18px;
}
.hero-title .accent{ color:#dc2626; }
.hero-sub{ font-size:18px; color:#475569; line-height:1.6; margin:0; max-width:480px; }

/* Telefon mockup */
.hero-right{ display:flex; justify-content:center; align-items:center; }
.phone-mock{
  position:relative; width:260px; height:380px;
  background:#0f172a; border-radius:36px; padding:12px;
  box-shadow:0 30px 60px rgba(15,23,42,.25);
}
.phone-notch{
  position:absolute; top:12px; left:50%; transform:translateX(-50%);
  width:90px; height:22px; background:#0f172a; border-radius:0 0 14px 14px; z-index:3;
}
.phone-screen{
  width:100%; height:100%; background:linear-gradient(160deg,#f1f5f9,#fff);
  border-radius:26px; padding:20px 16px; box-sizing:border-box;
  display:flex; flex-direction:column; gap:12px;
}
.pm-card{ background:#fff; border:1px solid #eef2f7; border-radius:16px; padding:16px; box-shadow:0 4px 16px rgba(15,23,42,.06); margin-top:20px; }
.pm-label{ font-size:11px; color:#94a3b8; font-weight:600; }
.pm-price{ font-size:24px; font-weight:800; color:#0f172a; margin:2px 0 12px; }
.pm-row{ display:flex; justify-content:space-between; font-size:12px; margin:5px 0; }
.pm-row span{ color:#94a3b8; } .pm-row b{ color:#0f172a; }
.pm-bar{ height:6px; background:#eef2f7; border-radius:8px; overflow:hidden; margin:12px 0 6px; }
.pm-fill{ width:40%; height:100%; background:#dc2626; border-radius:8px; }
.pm-foot{ font-size:12px; font-weight:700; color:#dc2626; }
.pm-mini{ background:#fff; border:1px solid #eef2f7; border-radius:12px; padding:10px 12px; display:flex; align-items:center; gap:8px; box-shadow:0 4px 16px rgba(15,23,42,.06); }
.pm-mini-dot{ width:8px; height:8px; border-radius:50%; background:#22c55e; flex-shrink:0; }
.pm-mini-text{ font-size:12px; color:#334155; }

/* Hero filtre kartı */
.hero-filter-card{
  position:relative; z-index:50;
  max-width:1200px; margin:0 auto -40px; top:40px;
  background:#fff; border:1px solid var(--border); border-radius:18px;
  box-shadow:0 20px 50px rgba(15,23,42,.12);
  padding:8px 18px 18px;
}
.hero-filter-tabs{ display:flex; gap:6px; padding:10px 4px 14px; border-bottom:1px solid #f1f5f9; margin-bottom:14px; }
.hf-tab{
  background:transparent; border:none; cursor:pointer;
  font-size:15px; font-weight:700; color:#94a3b8; padding:6px 10px; position:relative; transition:.2s;
}
.hf-tab.active{ color:#dc2626; }
.hf-tab.active::after{ content:""; position:absolute; left:10px; right:10px; bottom:-15px; height:3px; background:#dc2626; border-radius:3px; }
.hf-tab:hover{ color:#dc2626; }

/* Hero içindeki filtreleri yatay diz */
.hero-filter-card .filters-row{ margin:0; }

@media (max-width:980px){
  .hero-inner{ grid-template-columns:1fr; }
  .hero-right{ display:none; } /* mobilde telefon gizle */
  .hero-title{ font-size:34px; }
  .hero-sub{ font-size:16px; }
  .hero{ padding:32px 16px 0; }
  .hero-filter-card{ top:24px; margin-bottom:-24px; }
  .header-actions .app-btn span,
  .app-btn{ display:none; } /* mobilde app butonu gizle */
}
