/*
Theme Name: Model Ajansı Muğla Premium
Theme URI: https://example.com
Author: ChatGPT
Description: Siyah premium Muğla ilçe odaklı model ajansı WordPress teması.
Version: 3.0.0
Text Domain: model-ajansi
*/
:root{--bg:#040404;--card:#0b0b0b;--line:rgba(255,255,255,.12);--gold:#d6a83d;--gold2:#f4cf72;--text:#fff;--muted:#b8b8b8;--green:#27d642}
*{box-sizing:border-box}
body{margin:0;background:radial-gradient(circle at 30% -10%,rgba(214,168,61,.14),transparent 32%),#030303;color:var(--text);font-family:Inter,Arial,sans-serif}
a{text-decoration:none;color:inherit}.container{width:min(1280px,calc(100% - 48px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(0,0,0,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;font-size:23px;letter-spacing:.3px}.brand b{color:var(--gold2)}
.brand-mark{width:48px;height:48px;border:2px solid var(--gold);border-radius:12px;display:grid;place-items:center;color:var(--gold2);font-weight:900;font-size:28px;box-shadow:0 0 30px rgba(214,168,61,.18)}
.main-nav{display:flex;align-items:center;gap:44px;color:#ddd;font-size:17px}.main-nav a:hover{color:var(--gold2)}
.apply-btn{border:1px solid var(--gold);border-radius:10px;color:var(--gold2);padding:14px 24px;font-weight:800;letter-spacing:.5px}
.models-section{padding:36px 0 64px}
.district-filter{display:flex;gap:10px;align-items:center;overflow:auto;padding:0 0 18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:22px;scrollbar-width:none}
.district-filter a{white-space:nowrap;padding:11px 17px;border-radius:999px;background:rgba(255,255,255,.045);color:#ddd;font-weight:800;letter-spacing:.25px;font-size:13px;border:1px solid rgba(255,255,255,.08)}
.district-filter a.active,.district-filter a:hover{background:linear-gradient(135deg,rgba(214,168,61,.25),rgba(255,255,255,.04));color:#fff;border:1px solid rgba(214,168,61,.25)}
.archive-title{font-size:26px;margin:16px 0 24px;color:#fff}
.models-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.model-card{position:relative;min-height:440px;border-radius:16px;overflow:hidden;background:#0b0b0b;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 46px rgba(0,0,0,.42);transition:.25s ease}
.model-card:hover{transform:translateY(-4px);border-color:rgba(214,168,61,.55);box-shadow:0 24px 62px rgba(214,168,61,.13)}
.model-photo-link{position:absolute;inset:0;display:block}.model-photo-link img{width:100%;height:100%;object-fit:cover;filter:saturate(.95);transition:.35s ease}.model-card:hover img{transform:scale(1.05)}
.shade{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.03) 18%,rgba(0,0,0,.2) 52%,rgba(0,0,0,.96) 100%)}
.model-info{position:absolute;left:18px;right:18px;bottom:18px;z-index:3}
.model-name{display:block;font-size:20px;font-weight:900;text-transform:uppercase;text-shadow:0 2px 20px rgba(0,0,0,.8);margin-bottom:8px}
.model-loc{font-size:14px;color:#d8d8d8;margin-bottom:16px}
.card-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:10px}
.btn{display:flex;align-items:center;justify-content:center;min-height:43px;border-radius:10px;font-weight:900;letter-spacing:.5px;font-size:14px}
.btn.call{border:1px solid var(--gold);color:var(--gold2);background:rgba(0,0,0,.42)}
.btn.whatsapp{background:linear-gradient(135deg,#0a7f1d,#009e25);color:#fff;box-shadow:0 10px 28px rgba(0,158,37,.25)}
.online-badge{position:absolute;top:18px;left:18px;z-index:5;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#0d8c22,#075d17);padding:8px 13px;border-radius:999px;color:#fff;font-size:12px;font-weight:900;box-shadow:0 0 24px rgba(39,214,66,.5)}
.online-badge i{width:11px;height:11px;border-radius:50%;background:#67ff52;box-shadow:0 0 0 0 rgba(103,255,82,.9);animation:pulse 1.35s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 12px rgba(103,255,82,0)}100%{box-shadow:0 0 0 0 rgba(103,255,82,0)}}
.vip-badge{position:absolute;top:18px;right:18px;z-index:5;width:58px;text-align:center;color:#fff;border:2px solid var(--gold);background:rgba(0,0,0,.74);border-radius:10px 10px 3px 3px;box-shadow:0 0 24px rgba(214,168,61,.35);overflow:visible;padding:5px 4px 8px}
.vip-badge b{display:block;color:var(--gold2);font-size:20px;line-height:18px}.vip-badge em{display:block;font-style:normal;font-size:10px;font-weight:900;line-height:12px}.vip-badge strong{position:absolute;left:8px;right:8px;bottom:-27px;background:linear-gradient(180deg,var(--gold2),#9b741e);color:#181000;font-size:11px;padding:6px 0;clip-path:polygon(0 0,100% 0,100% 80%,50% 100%,0 80%)}
.empty{color:#bbb}
.profile-detail{padding:42px 0 80px}.detail-wrap{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:34px;align-items:start}
.main-photo{width:100%;max-height:760px;object-fit:cover;border-radius:22px;border:1px solid rgba(255,255,255,.12)}
.thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:12px}.thumbs img{width:100%;height:96px;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.12)}
.profile-side{position:sticky;top:110px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:28px}
.verified-pill{display:inline-block;border:1px solid var(--gold);color:var(--gold2);padding:8px 12px;border-radius:999px;font-weight:800}.profile-side h1{font-size:36px;margin:18px 0 8px}.profile-loc{color:#ccc}.profile-text{color:#ddd;line-height:1.7}.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
.apply-page{padding:50px 0}.apply-card{max-width:720px;margin:auto;background:#0b0b0b;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:34px}.apply-card h1{margin-top:0}.apply-card p{color:#bbb}.apply-card form{display:grid;gap:14px}.apply-card input,.apply-card select,.apply-card textarea{width:100%;padding:15px 16px;border-radius:12px;background:#050505;border:1px solid rgba(255,255,255,.14);color:#fff}.apply-card textarea{min-height:110px}.apply-card button{border:0;border-radius:12px;padding:16px;background:linear-gradient(135deg,var(--gold2),#a77a21);font-weight:900;color:#111}.success{background:#0d3d18;border:1px solid #1ba638;padding:14px;border-radius:12px;margin-bottom:14px}
.lb{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:999;display:grid;place-items:center;padding:24px}.lb img{max-width:92vw;max-height:88vh;border-radius:14px}.lb button{position:fixed;top:20px;right:24px;background:#fff;color:#000;border:0;border-radius:50%;width:42px;height:42px;font-size:28px}
.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:28px 0;color:#888}
@media(max-width:1180px){.models-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:920px){.models-grid{grid-template-columns:repeat(2,1fr)}.main-nav{display:none}.detail-wrap{grid-template-columns:1fr}.profile-side{position:static}.container{width:min(100% - 28px,1440px)}}
@media(max-width:560px){.header-inner{height:72px}.brand span:last-child{font-size:17px}.apply-btn{padding:10px 13px;font-size:12px}.models-grid{gap:12px}.model-card{min-height:300px;border-radius:14px}.model-info{left:12px;right:12px;bottom:12px}.model-name{font-size:16px}.model-loc{font-size:12px;margin-bottom:10px}.card-actions{grid-template-columns:1fr;gap:8px}.btn{min-height:38px;font-size:12px}.online-badge{top:10px;left:10px;font-size:10px;padding:6px 9px}.vip-badge{top:10px;right:10px;transform:scale(.82);transform-origin:top right}.district-filter a{padding:12px 16px;font-size:13px}.sticky-actions{position:fixed;left:12px;right:12px;bottom:12px;z-index:60;background:rgba(0,0,0,.72);padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:16px;backdrop-filter:blur(10px)}body.single-model{padding-bottom:84px}}


/* 1280px / 4 kolon premium revizyon */
@media(max-width:1366px){
  .container{width:min(1240px,calc(100% - 40px))}
  .models-grid{grid-template-columns:repeat(4,1fr);gap:18px}
  .model-card{min-height:420px}
}
@media(max-width:1100px){
  .models-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:720px){
  .container{width:min(100% - 24px,1280px)}
  .models-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .model-card{min-height:315px;border-radius:14px}
  .district-filter{gap:8px;margin-bottom:16px;padding-bottom:14px}
  .district-filter a{padding:9px 12px;font-size:12px}
  .card-actions{grid-template-columns:1fr;gap:7px}
}
@media(max-width:390px){
  .model-card{min-height:295px}
  .model-name{font-size:15px}
}


/* Dar premium düzen - genişlik sorunu düzeltildi */
.container{
  width:min(1120px, calc(100% - 40px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.models-section{
  padding-top:28px !important;
}

.models-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:22px !important;
  max-width:1080px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.model-card{
  min-height:455px !important;
  max-width:340px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  border-radius:18px !important;
}

.district-filter{
  max-width:1080px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  justify-content:flex-start !important;
  gap:8px !important;
  padding-bottom:16px !important;
}

.district-filter a{
  padding:9px 14px !important;
  font-size:12px !important;
  border-radius:999px !important;
}

.model-info{
  left:16px !important;
  right:16px !important;
  bottom:16px !important;
}

.model-name{
  font-size:19px !important;
}

.card-actions{
  grid-template-columns:1fr 1.25fr !important;
  gap:9px !important;
}

.btn{
  min-height:40px !important;
  font-size:13px !important;
}

@media(max-width:1180px){
  .container{
    width:min(980px, calc(100% - 36px)) !important;
  }
  .models-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    max-width:960px !important;
    gap:18px !important;
  }
  .model-card{
    max-width:310px !important;
    min-height:420px !important;
  }
}

@media(max-width:900px){
  .models-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    max-width:680px !important;
  }
  .model-card{
    max-width:320px !important;
    min-height:405px !important;
  }
}

@media(max-width:560px){
  .container{
    width:min(100% - 22px, 1120px) !important;
  }
  .models-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:12px !important;
    max-width:100% !important;
  }
  .model-card{
    max-width:none !important;
    min-height:305px !important;
    border-radius:14px !important;
  }
  .model-info{
    left:10px !important;
    right:10px !important;
    bottom:10px !important;
  }
  .model-name{
    font-size:15px !important;
  }
  .model-loc{
    font-size:11px !important;
    margin-bottom:8px !important;
  }
  .card-actions{
    grid-template-columns:1fr !important;
    gap:7px !important;
  }
  .btn{
    min-height:34px !important;
    font-size:11px !important;
  }
}

@media(max-width:380px){
  .models-grid{
    gap:10px !important;
  }
  .model-card{
    min-height:285px !important;
  }
}


/* 4 kolon kısa premium revizyon */
.container{
  width:min(1100px, calc(100% - 36px)) !important;
  max-width:1100px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.site-header .header-inner,
.header-inner{
  height:72px !important;
}

.brand{
  font-size:19px !important;
  gap:10px !important;
}

.brand-mark{
  width:38px !important;
  height:38px !important;
  border-radius:10px !important;
  font-size:22px !important;
}

.main-nav{
  gap:28px !important;
  font-size:14px !important;
}

.apply-btn{
  padding:10px 17px !important;
  font-size:12px !important;
  border-radius:9px !important;
}

.models-section{
  padding-top:24px !important;
}

.district-filter{
  max-width:1080px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  justify-content:flex-start !important;
  gap:8px !important;
  padding-bottom:14px !important;
  margin-bottom:20px !important;
  overflow-x:auto !important;
  scrollbar-width:none !important;
}

.district-filter::-webkit-scrollbar{
  display:none !important;
}

.district-filter a{
  padding:8px 12px !important;
  font-size:11px !important;
  border-radius:999px !important;
  letter-spacing:.2px !important;
  border:1px solid rgba(255,255,255,.09) !important;
}

.models-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:16px !important;
  max-width:1080px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.model-card{
  width:100% !important;
  max-width:265px !important;
  min-height:405px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  border-radius:16px !important;
  box-shadow:0 16px 42px rgba(0,0,0,.42) !important;
}

.model-card:hover{
  transform:translateY(-4px) !important;
  box-shadow:0 22px 56px rgba(214,168,61,.13) !important;
}

.online-badge{
  top:12px !important;
  left:12px !important;
  padding:6px 10px !important;
  font-size:10px !important;
  gap:6px !important;
}

.online-badge i{
  width:9px !important;
  height:9px !important;
}

.vip-badge{
  top:12px !important;
  right:12px !important;
  transform:scale(.82) !important;
  transform-origin:top right !important;
}

.model-info{
  left:13px !important;
  right:13px !important;
  bottom:13px !important;
}

.model-name{
  font-size:17px !important;
  margin-bottom:6px !important;
}

.model-loc{
  font-size:12px !important;
  margin-bottom:12px !important;
}

.card-actions{
  grid-template-columns:1fr 1.2fr !important;
  gap:8px !important;
}

.btn{
  min-height:38px !important;
  font-size:12px !important;
  border-radius:9px !important;
}

/* 1366 laptop: yine 4 kolon */
@media(max-width:1366px){
  .container{
    width:min(1080px, calc(100% - 32px)) !important;
    max-width:1080px !important;
  }
  .models-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    max-width:1040px !important;
    gap:15px !important;
  }
  .model-card{
    max-width:255px !important;
    min-height:392px !important;
  }
}

/* Tablet */
@media(max-width:1024px){
  .container{
    width:min(860px, calc(100% - 30px)) !important;
  }
  .models-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    max-width:820px !important;
    gap:16px !important;
  }
  .model-card{
    max-width:260px !important;
    min-height:390px !important;
  }
}

/* Mobil */
@media(max-width:720px){
  .container{
    width:min(100% - 22px, 1100px) !important;
  }
  .models-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    max-width:100% !important;
    gap:12px !important;
  }
  .model-card{
    max-width:none !important;
    min-height:305px !important;
    border-radius:14px !important;
  }
  .model-name{
    font-size:15px !important;
  }
  .model-loc{
    font-size:11px !important;
    margin-bottom:8px !important;
  }
  .card-actions{
    grid-template-columns:1fr !important;
    gap:7px !important;
  }
  .btn{
    min-height:34px !important;
    font-size:11px !important;
  }
  .online-badge{
    top:9px !important;
    left:9px !important;
    padding:5px 8px !important;
    font-size:9px !important;
  }
  .vip-badge{
    top:9px !important;
    right:9px !important;
    transform:scale(.72) !important;
  }
}

@media(max-width:380px){
  .model-card{
    min-height:285px !important;
  }
}


/* Premium header + ilçe filtreleri */
.site-header.premium-header{
  position:sticky !important;
  top:0 !important;
  z-index:100 !important;
  background:
    linear-gradient(180deg, rgba(12,12,12,.96), rgba(0,0,0,.88)) !important;
  border-bottom:1px solid rgba(214,168,61,.22) !important;
  box-shadow:0 14px 42px rgba(0,0,0,.42) !important;
  backdrop-filter:blur(18px) !important;
}

.header-inner{
  height:78px !important;
  display:grid !important;
  grid-template-columns:auto minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:22px !important;
}

.brand{
  white-space:nowrap !important;
  font-size:18px !important;
  font-weight:800 !important;
  letter-spacing:.2px !important;
}

.brand span:last-child{
  text-transform:none !important;
}

.brand b{
  color:var(--gold2) !important;
}

.header-districts{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  overflow-x:auto !important;
  scrollbar-width:none !important;
  padding:8px 4px !important;
}

.header-districts::-webkit-scrollbar{
  display:none !important;
}

.header-districts a{
  flex:0 0 auto !important;
  font-size:12px !important;
  font-weight:800 !important;
  color:#d7d7d7 !important;
  padding:9px 12px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.09) !important;
  background:rgba(255,255,255,.045) !important;
  transition:.2s ease !important;
}

.header-districts a:hover{
  color:#111 !important;
  background:linear-gradient(135deg,var(--gold2),#a77a21) !important;
  border-color:rgba(244,207,114,.8) !important;
}

.apply-btn{
  white-space:nowrap !important;
  background:linear-gradient(135deg,var(--gold2),#a77a21) !important;
  color:#111 !important;
  border:0 !important;
  box-shadow:0 10px 28px rgba(214,168,61,.2) !important;
  text-transform:uppercase !important;
  letter-spacing:.5px !important;
}

.models-section{
  padding-top:26px !important;
}

.district-filter{
  display:none !important;
}

/* Taxonomy başlığını premium yap */
.archive-title{
  max-width:1080px !important;
  margin:0 auto 22px auto !important;
  font-size:24px !important;
  color:#fff !important;
  letter-spacing:.2px !important;
}

/* Header mobil */
@media(max-width:1024px){
  .header-inner{
    grid-template-columns:1fr auto !important;
    height:auto !important;
    min-height:76px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
  }
  .header-districts{
    grid-column:1 / -1 !important;
    justify-content:flex-start !important;
    order:3 !important;
    width:100% !important;
    padding:4px 0 2px !important;
  }
}

@media(max-width:560px){
  .brand{
    font-size:16px !important;
  }
  .brand-mark{
    width:34px !important;
    height:34px !important;
    font-size:19px !important;
  }
  .apply-btn{
    padding:9px 13px !important;
    font-size:11px !important;
  }
  .header-districts a{
    font-size:11px !important;
    padding:8px 10px !important;
  }
}

/* === v4 Premium Header + 4 Kolon + Lightbox Revizyonu === */
:root{--max:1280px;--card-max:300px}
.container{width:min(var(--max),calc(100% - 48px)) !important;max-width:var(--max) !important}
.site-header.premium-header{background:rgba(3,3,3,.92) !important;border-bottom:1px solid rgba(244,207,114,.18) !important}
.header-inner{height:82px !important;grid-template-columns:auto minmax(0,1fr) auto !important;gap:18px !important}
.brand-mark{background:linear-gradient(135deg,rgba(244,207,114,.18),rgba(214,168,61,.06)) !important}
.header-districts{justify-content:center !important;mask-image:linear-gradient(90deg,transparent,#000 26px,#000 calc(100% - 26px),transparent)}
.header-districts a{font-size:11px !important;padding:8px 10px !important;background:rgba(255,255,255,.035) !important}
.apply-btn:hover,.hero-primary:hover{transform:translateY(-1px)}

.hero-premium{position:relative;overflow:hidden;padding:54px 0 46px;background:radial-gradient(circle at 78% 18%,rgba(214,168,61,.20),transparent 28%),linear-gradient(180deg,#080808,#030303)}
.hero-premium:before{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(244,207,114,.32),transparent)}
.hero-premium-inner{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:42px}
.eyebrow,.models-heading span,.section-head span{display:inline-flex;color:var(--gold2);font-size:12px;font-weight:900;letter-spacing:1.6px;text-transform:uppercase;margin-bottom:12px}
.hero-copy h1{font-size:clamp(38px,5vw,66px);line-height:.96;margin:0 0 18px;letter-spacing:-1.8px;max-width:680px}
.hero-copy p{max-width:600px;color:#cfcfcf;font-size:18px;line-height:1.65;margin:0 0 28px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero-primary,.hero-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:13px;padding:0 22px;font-weight:900}.hero-primary{background:linear-gradient(135deg,var(--gold2),#a77a21);color:#111}.hero-secondary{border:1px solid rgba(244,207,114,.36);color:var(--gold2);background:rgba(255,255,255,.04)}
.hero-visual-card{position:relative;min-height:430px;border:1px solid rgba(244,207,114,.20);border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:0 30px 90px rgba(0,0,0,.48);overflow:hidden}
.visual-glow{position:absolute;inset:30px;background:radial-gradient(circle,rgba(244,207,114,.30),transparent 56%);filter:blur(8px)}
.model-silhouette{position:absolute;left:50%;bottom:-18px;transform:translateX(-50%);width:250px;height:380px;border-radius:140px 140px 46px 46px;background:linear-gradient(180deg,#2a2a2a,#090909);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 30px 80px rgba(0,0,0,.65)}
.model-silhouette:before{content:"";position:absolute;top:-58px;left:50%;transform:translateX(-50%);width:118px;height:118px;border-radius:50%;background:linear-gradient(135deg,#3a3a3a,#111);box-shadow:0 22px 55px rgba(0,0,0,.52)}
.stat-card{position:absolute;z-index:2;min-width:142px;padding:15px 16px;border-radius:18px;background:rgba(0,0,0,.58);border:1px solid rgba(244,207,114,.22);backdrop-filter:blur(12px)}
.stat-card strong{display:block;color:var(--gold2);font-size:24px;line-height:1}.stat-card span{display:block;color:#ddd;font-size:12px;margin-top:6px;font-weight:800}.stat-one{left:28px;top:42px}.stat-two{right:28px;top:118px}.stat-three{left:42px;bottom:44px}
.districts-premium{padding:30px 0 8px;background:#030303}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.section-head h2,.models-heading h2,.models-heading h1{margin:0;color:#fff;font-size:28px;letter-spacing:-.5px}.district-filter{display:flex !important;max-width:100% !important;flex-wrap:wrap !important;overflow:visible !important;padding:0 !important;margin:0 !important;border:0 !important;gap:10px !important}.district-filter a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:42px !important;padding:0 16px !important;border-radius:14px !important;background:rgba(255,255,255,.055) !important;border:1px solid rgba(255,255,255,.09) !important;color:#e8e8e8 !important;font-size:12px !important;font-weight:900 !important}.district-filter a:hover,.district-filter a.active{background:linear-gradient(135deg,var(--gold2),#a77a21) !important;color:#111 !important;border-color:transparent !important}
.models-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.models-section{padding:34px 0 70px !important}.models-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:24px !important;max-width:1280px !important;margin:auto !important}.model-card{max-width:var(--card-max) !important;min-height:430px !important;width:100% !important;margin:auto !important;border-radius:20px !important}.model-card img{height:100% !important;object-fit:cover !important}.model-info{left:14px !important;right:14px !important;bottom:14px !important}.model-name{font-size:18px !important}.card-actions{grid-template-columns:1fr 1.2fr !important}.btn{min-height:38px !important;font-size:12px !important;border-radius:10px !important}
.detail-wrap{grid-template-columns:minmax(0,1.08fr) minmax(330px,.55fr) !important;gap:34px !important}.detail-gallery{display:grid;gap:14px}.main-photo{width:100%;height:auto;max-height:720px;object-fit:cover;border-radius:26px;border:1px solid rgba(244,207,114,.18);box-shadow:0 24px 70px rgba(0,0,0,.4)}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.thumbs img{width:100%;height:120px;object-fit:cover;border-radius:15px;border:1px solid rgba(255,255,255,.12);transition:.2s}.thumbs a:hover img{transform:translateY(-2px);border-color:rgba(244,207,114,.55)}.profile-side{border:1px solid rgba(244,207,114,.18) !important;box-shadow:0 24px 70px rgba(0,0,0,.32) !important}.lb{cursor:zoom-out}.lb img{box-shadow:0 24px 80px rgba(0,0,0,.7);border:1px solid rgba(244,207,114,.25)}.lb button{cursor:pointer;font-weight:400}
@media(max-width:1180px){.models-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;max-width:960px !important}.hero-premium-inner{grid-template-columns:1fr}.hero-visual-card{min-height:360px}.header-inner{grid-template-columns:1fr auto !important;height:auto !important;min-height:78px !important;padding:10px 0}.header-districts{grid-column:1/-1;justify-content:flex-start !important;order:3;width:100%;mask-image:none}.detail-wrap{grid-template-columns:1fr !important}.profile-side{position:static !important}}
@media(max-width:760px){.container{width:min(100% - 24px,1280px) !important}.hero-premium{padding:36px 0 30px}.hero-copy h1{font-size:38px}.hero-copy p{font-size:15px}.hero-visual-card{min-height:300px;border-radius:24px}.model-silhouette{width:190px;height:280px}.model-silhouette:before{width:88px;height:88px;top:-44px}.stat-card{transform:scale(.82)}.stat-one{left:12px;top:28px}.stat-two{right:10px;top:86px}.stat-three{left:18px;bottom:22px}.section-head,.models-heading{display:block}.section-head h2,.models-heading h2,.models-heading h1{font-size:23px}.district-filter{flex-wrap:nowrap !important;overflow-x:auto !important;padding-bottom:4px !important}.models-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;max-width:100% !important}.model-card{max-width:none !important;min-height:315px !important;border-radius:15px !important}.card-actions{grid-template-columns:1fr !important}.thumbs{grid-template-columns:repeat(3,1fr)}.thumbs img{height:92px}}
@media(max-width:400px){.brand span:last-child{font-size:14px !important}.apply-btn{padding:8px 10px !important}.model-card{min-height:292px !important}.model-name{font-size:15px !important}}

/* === v5 Hero Kaldırıldı + Kompakt İlçe Arama === */
.hero-premium,
.districts-premium{
  display:none !important;
}
.compact-district-search{
  padding:26px 0 10px !important;
  background:#030303 !important;
}
.district-search-box{
  width:min(100%,860px) !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:14px 16px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025)) !important;
  border:1px solid rgba(244,207,114,.18) !important;
  box-shadow:0 18px 48px rgba(0,0,0,.28) !important;
}
.district-search-copy{
  min-width:210px !important;
}
.district-search-copy span{
  display:block !important;
  color:var(--gold2) !important;
  font-size:11px !important;
  font-weight:900 !important;
  letter-spacing:1.2px !important;
  text-transform:uppercase !important;
  margin-bottom:4px !important;
}
.district-search-copy strong{
  display:block !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1.15 !important;
  letter-spacing:-.25px !important;
}
.district-search-form{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
  flex:1 !important;
  justify-content:flex-end !important;
}
.district-search-form select{
  width:min(100%,320px) !important;
  height:42px !important;
  border-radius:13px !important;
  border:1px solid rgba(255,255,255,.13) !important;
  background:#101010 !important;
  color:#f4f4f4 !important;
  padding:0 14px !important;
  font-size:13px !important;
  font-weight:800 !important;
  outline:none !important;
}
.district-search-form select:focus{
  border-color:rgba(244,207,114,.55) !important;
  box-shadow:0 0 0 3px rgba(244,207,114,.10) !important;
}
.mini-apply{
  height:42px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
  padding:0 16px !important;
  border-radius:13px !important;
  background:linear-gradient(135deg,var(--gold2),#a77a21) !important;
  color:#111 !important;
  font-size:12px !important;
  font-weight:900 !important;
}
.models-section{
  padding-top:24px !important;
}
@media(max-width:760px){
  .compact-district-search{padding:16px 0 6px !important;}
  .district-search-box{display:block !important;padding:13px !important;border-radius:16px !important;}
  .district-search-copy{min-width:0 !important;margin-bottom:10px !important;}
  .district-search-copy strong{font-size:16px !important;}
  .district-search-form{justify-content:stretch !important;}
  .district-search-form select{width:100% !important;flex:1 !important;}
  .mini-apply{padding:0 12px !important;}
}

/* WhatsApp gerçek SVG ikon düzeltmesi */
.btn.whatsapp{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
.btn.whatsapp .wa-icon{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  display:inline-block !important;
  flex:0 0 18px !important;
  color:#fff !important;
  vertical-align:middle !important;
}
.profile-actions .btn.whatsapp .wa-icon,
.sticky-actions .btn.whatsapp .wa-icon{
  width:19px !important;
  height:19px !important;
  min-width:19px !important;
  flex-basis:19px !important;
}
@media(max-width:560px){
  .btn.whatsapp .wa-icon{
    width:16px !important;
    height:16px !important;
    min-width:16px !important;
    flex-basis:16px !important;
  }
}


/* Telefon / Ara gerçek SVG ikon düzeltmesi */
.btn.call{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
.btn.call .phone-icon{
  width:17px !important;
  height:17px !important;
  min-width:17px !important;
  display:inline-block !important;
  flex:0 0 17px !important;
  color:currentColor !important;
  vertical-align:middle !important;
}
.card-actions .btn.call,
.profile-actions .btn.call,
.sticky-actions .btn.call{
  overflow:hidden !important;
}
.profile-actions .btn.call .phone-icon,
.sticky-actions .btn.call .phone-icon{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  flex-basis:18px !important;
}
@media(max-width:560px){
  .btn.call .phone-icon{
    width:15px !important;
    height:15px !important;
    min-width:15px !important;
    flex-basis:15px !important;
  }
  .btn.call{gap:6px !important;}
}

/* Model başvuru formu çoklu resim ve mail alanı */
.apply-card .file-label{
    display:block;
    margin:8px 0 6px;
    font-size:13px;
    font-weight:700;
    color:#2b1b22;
}
.apply-card .form-note{
    display:block;
    margin-top:-4px;
    margin-bottom:10px;
    color:#76646c;
    font-size:12px;
    line-height:1.45;
}
.mail-icon,
.phone-icon,
.wa-icon{
    width:16px;
    height:16px;
    display:inline-block;
    flex:0 0 16px;
}

/* V9 başvuru gönderim durumu */
.apply-card form.is-submitting{opacity:.82;pointer-events:none;}
.apply-submit:disabled{cursor:wait;opacity:.75;}
.form-note{display:block;margin:8px 0 14px;color:#777;font-size:13px;line-height:1.45;}
