/* ====================================================================
   VIPREHBER - Ana Tema (Public) - ACIK / BEYAZ TEMA
   Modern, profesyonel, sade, mobil uyumlu
   ==================================================================== */
:root{
    --bg:#f6f7fb;
    --bg-2:#eef1f7;
    --surface:#ffffff;
    --surface-2:#f1f3f9;
    --border:#e3e7f0;
    --brand:#e0285a;
    --brand-2:#d81f54;
    --brand-grad:linear-gradient(135deg,#e0285a 0%,#b3185f 100%);
    --gold:#c98a16;
    --text:#20242e;
    --muted:#6b7280;
    --success:#1d9d56;
    --radius:14px;
    --radius-sm:9px;
    --shadow:0 10px 30px rgba(28,30,60,.08);
    --shadow-sm:0 4px 14px rgba(28,30,60,.06);
    --font:'Poppins',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    font-family:var(--font);
    background:var(--bg);
    color:var(--text);
    margin:0;
    line-height:1.6;
    overflow-x:hidden;
}
a{color:var(--brand);text-decoration:none;transition:.2s}
a:hover{color:var(--brand-2)}
img{max-width:100%;height:auto}
h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:var(--text)}
.site-main{min-height:60vh}
.container{max-width:1200px}

/* ---------- Buttons ---------- */
.btn{border-radius:var(--radius-sm);font-weight:500;transition:.2s;border:0}
.btn-brand{background:var(--brand-grad);color:#fff;box-shadow:0 6px 18px rgba(224,40,90,.30)}
.btn-brand:hover{filter:brightness(1.05);color:#fff;transform:translateY(-1px)}
.btn-gold{background:linear-gradient(135deg,#f0b94a,#e09b1e);color:#3a2600;font-weight:600}
.btn-gold:hover{filter:brightness(1.05);color:#3a2600}
.btn-outline-light{border:1px solid var(--border);color:var(--text);background:#fff}
.btn-outline-light:hover{background:var(--surface-2);color:var(--brand);border-color:var(--brand)}
.btn-wa{background:#25d366;color:#fff}
.btn-wa:hover{background:#1ebe5a;color:#fff}
.btn-tel{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}
.btn-tel:hover{background:var(--brand);color:#fff;border-color:var(--brand)}

/* ---------- Topbar ---------- */
.topbar{background:var(--surface-2);color:var(--muted);font-size:.83rem;padding:7px 0;border-bottom:1px solid var(--border)}
.topbar a{color:var(--muted);margin-left:18px}
.topbar a:hover{color:var(--brand)}
.topbar-left i{color:var(--gold)}

/* ---------- Header / Navbar ---------- */
.site-header{background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 2px 12px rgba(28,30,60,.05);z-index:1030}
.navbar{padding:.6rem 0}
.brand-text{font-size:1.6rem;font-weight:700;color:var(--text);letter-spacing:-.5px}
.brand-dot{color:var(--brand)}
.navbar .nav-link{color:var(--text)!important;font-weight:500;padding:.5rem .9rem!important;border-radius:8px}
.navbar .nav-link:hover,.navbar .nav-link.active{color:var(--brand)!important;background:var(--surface-2)}
.navbar-toggler{border:1px solid var(--border)}
.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(32,36,46,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.dropdown-menu{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:var(--radius-sm);padding:.4rem}
.dropdown-item{color:var(--text);border-radius:6px;padding:.55rem .85rem;display:flex;align-items:center;gap:10px;font-size:.92rem}
.dropdown-item:hover{background:var(--surface-2);color:var(--brand)}
.dropdown-item i{margin-right:0;width:18px;text-align:center;font-size:1rem;flex-shrink:0}
/* Sadece sehir menusunde ad + sayac ayrik dursun */
.dropdown-menu-columns .dropdown-item{justify-content:space-between;gap:8px}
.dropdown-menu-columns .dropdown-item i{width:auto}
/* Kullanici menusu ust baslik */
.dropdown-user-head{display:flex;align-items:center;gap:10px;padding:.5rem .85rem .6rem}
.dropdown-user-head i{font-size:1.7rem;color:var(--brand)}
.dropdown-user-head .uname{font-weight:600;line-height:1.2}
.dropdown-user-head .urole{color:var(--muted);font-size:.75rem}
.dropdown-menu-columns{min-width:430px;gap:0 6px}
.dropdown-menu-columns.show{display:grid;grid-template-columns:1fr 1fr}
.dropdown-menu-columns .dropdown-divider,.dropdown-menu-columns li:last-child{grid-column:1/-1}
.badge-count{background:var(--surface-2);color:var(--muted);font-size:.7rem;padding:1px 7px;border-radius:20px}
.header-actions .btn{white-space:nowrap;flex-shrink:0}
.topbar-right a:last-child{margin-left:18px}
.header-search{position:relative}
.header-search .form-control{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:30px;padding-right:42px;min-width:190px;width:200px}
.header-search .form-control:focus{box-shadow:none;border-color:var(--brand);background:#fff}
.header-search .btn{position:absolute;right:4px;top:3px;color:var(--muted);background:transparent}

/* ---------- Hero ---------- */
.hero{position:relative;padding:70px 0 60px;background:radial-gradient(1200px 400px at 50% -10%,rgba(224,40,90,.10),transparent),var(--bg-2);border-bottom:1px solid var(--border);overflow:hidden}
.hero h1{font-size:2.6rem;font-weight:700;margin-bottom:14px}
.hero h1 .grad{background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.hero p.lead{color:var(--muted);font-size:1.1rem;max-width:620px;margin:0 auto 26px}
.hero-search{max-width:760px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow);display:flex;gap:10px;flex-wrap:wrap}
.hero-search .form-select,.hero-search .form-control{background:#fff;border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm)}
.hero-search .form-select:focus,.hero-search .form-control:focus{box-shadow:none;border-color:var(--brand)}
.hero-stats{display:flex;justify-content:center;gap:40px;margin-top:34px;flex-wrap:wrap}
.hero-stats .stat b{font-size:1.8rem;color:var(--text);display:block;line-height:1}
.hero-stats .stat span{color:var(--muted);font-size:.85rem}

/* ---------- Section ---------- */
.section{padding:54px 0}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:10px}
.section-head h2{font-size:1.7rem;margin:0;position:relative;padding-left:16px}
.section-head h2::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:5px;border-radius:4px;background:var(--brand-grad)}
.section-head .more{color:var(--muted);font-weight:500;font-size:.92rem}
.section-head .more:hover{color:var(--brand)}
.section-alt{background:var(--bg-2)}

/* ---------- Escort Card ---------- */
.escort-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.escort-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:.25s;position:relative;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}
.escort-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--brand)}
.escort-card .thumb{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--surface-2)}
.escort-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}
.escort-card:hover .thumb img{transform:scale(1.06)}
.escort-card .badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:6px;z-index:2}
.badge-vip{background:linear-gradient(135deg,#f0b94a,#e09b1e);color:#3a2600;font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:20px;box-shadow:var(--shadow-sm)}
.badge-verified{background:rgba(29,157,86,.95);color:#fff;font-size:.7rem;font-weight:600;padding:3px 10px;border-radius:20px}
.escort-card .city-tag{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);color:#fff;font-size:.75rem;padding:3px 10px;border-radius:20px;z-index:2}
.escort-card .city-tag i{color:#ff8fab}
.escort-card .like{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.45);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}
.escort-card .info{padding:14px 16px;flex:1;display:flex;flex-direction:column}
.escort-card .info h3{font-size:1.05rem;margin:0 0 4px}
.escort-card .info h3 a{color:var(--text)}
.escort-card .info h3 a:hover{color:var(--brand)}
.escort-card .meta{color:var(--muted);font-size:.82rem;margin-bottom:10px;display:flex;gap:12px;flex-wrap:wrap}
.escort-card .meta i{color:var(--brand)}
.escort-card .price{margin-top:auto;font-weight:600;color:var(--gold);font-size:.95rem}
.escort-card .card-actions{display:flex;gap:8px;margin-top:12px}
.escort-card .card-actions .btn{flex:1;padding:.4rem;font-size:.82rem}

/* ---------- Online durumu & Takip & Sosyal ---------- */
.badge-online{background:rgba(29,157,86,.12);color:#1d9d56;border:1px solid rgba(29,157,86,.35);font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:20px;display:inline-flex;align-items:center;gap:5px}
.badge-online i{font-size:.55rem;animation:blink 1.4s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.35}}
.btn-following{background:#eafaf1;border:1px solid var(--success);color:var(--success)}
.btn-following:hover{background:#fdeaef;border-color:var(--brand);color:var(--brand)}
.social-links{display:flex;flex-wrap:wrap;gap:8px}
.social-link{display:inline-flex;align-items:center;gap:7px;background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:7px 14px;border-radius:30px;font-size:.85rem;font-weight:500;transition:.2s}
.social-link i{color:var(--sc,var(--brand));font-size:1.05rem}
.social-link:hover{background:var(--sc,var(--brand));color:#fff;border-color:transparent}
.social-link:hover i{color:#fff}
.online-dot{position:absolute;top:10px;right:10px;z-index:3;background:#1d9d56;color:#fff;font-size:.66rem;font-weight:600;padding:2px 9px 2px 7px;border-radius:20px;display:inline-flex;align-items:center;gap:4px;box-shadow:var(--shadow-sm)}
.online-dot::before{content:"";width:6px;height:6px;border-radius:50%;background:#fff;animation:blink 1.4s infinite}

/* ---------- City chips ---------- */
.city-chips{display:flex;flex-wrap:wrap;gap:12px}
.city-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;transition:.2s;min-width:150px;flex:1 1 auto;box-shadow:var(--shadow-sm)}
.city-chip:hover{border-color:var(--brand);background:var(--surface-2);transform:translateY(-3px)}
.city-chip .name{font-weight:600;color:var(--text)}
.city-chip .name i{color:var(--brand);margin-right:6px}
.city-chip .count{background:var(--brand-grad);color:#fff;font-size:.75rem;font-weight:600;padding:2px 10px;border-radius:20px}

/* ---------- Category pills ---------- */
.cat-pills{display:flex;flex-wrap:wrap;gap:10px}
.cat-pill{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:8px 18px;border-radius:30px;font-weight:500;transition:.2s}
.cat-pill:hover,.cat-pill.active{background:var(--brand-grad);color:#fff;border-color:transparent}

/* ---------- Breadcrumb ---------- */
.breadcrumb-bar{background:var(--bg-2);border-bottom:1px solid var(--border);padding:14px 0}
.breadcrumb{margin:0;font-size:.88rem}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--brand)}
.breadcrumb-item.active{color:var(--text)}
.breadcrumb-item+.breadcrumb-item::before{color:var(--muted)}

/* ---------- Filter sidebar ---------- */
.filter-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm)}
.filter-card h5{font-size:1rem;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}
.filter-card label{font-size:.85rem;color:var(--muted);margin-bottom:5px;display:block}
.filter-card .form-control,.filter-card .form-select{background:#fff;border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);margin-bottom:14px}
.filter-card .form-control:focus,.filter-card .form-select:focus{box-shadow:none;border-color:var(--brand)}

/* ---------- Profile page ---------- */
.profile-gallery{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}
.profile-main-img{aspect-ratio:3/4;width:100%;object-fit:cover;cursor:zoom-in}
.profile-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:10px}
.profile-thumbs img{aspect-ratio:1;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:.2s}
.profile-thumbs img:hover,.profile-thumbs img.active{border-color:var(--brand)}
.profile-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:22px;box-shadow:var(--shadow-sm)}
.profile-title{font-size:1.9rem;margin:0 0 6px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.profile-title .badge-verified{font-size:.8rem}
.profile-loc{color:var(--muted);margin-bottom:16px}
.profile-loc i{color:var(--brand)}
.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}
.spec-item{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px}
.spec-item .l{color:var(--muted);font-size:.78rem;display:block}
.spec-item .v{font-weight:600;color:var(--text)}
.service-tags{display:flex;flex-wrap:wrap;gap:8px}
.service-tag{background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:5px 14px;border-radius:20px;font-size:.83rem}
.service-tag i{color:var(--success);margin-right:4px}
.contact-box{position:sticky;top:90px}
.profile-views{color:var(--muted);font-size:.85rem}

/* ---- Ucret karti ---- */
.price-card{
    border:1px solid var(--border,#e6e6ef);
    border-radius:14px;
    overflow:hidden;
    margin-bottom:14px;
    background:linear-gradient(180deg,#fffdf7,#fff);
}
.price-card-head{
    display:flex;align-items:center;gap:8px;
    padding:9px 14px;
    font-size:.82rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase;
    color:#8a6d1e;
    background:linear-gradient(90deg,rgba(240,185,74,.18),rgba(240,185,74,.06));
    border-bottom:1px solid var(--border,#eee);
}
.price-card-head .bi{color:var(--gold,#e09b1e)}
.price-row{
    display:flex;align-items:center;justify-content:space-between;
    padding:11px 14px;
}
.price-row + .price-row{border-top:1px dashed var(--border,#eee)}
.price-row .pr-label{color:var(--muted,#6b7280);font-size:.9rem;display:flex;align-items:center;gap:7px}
.price-row .pr-label .bi{color:var(--brand,#e0285a)}
.price-row .pr-value{font-size:1.25rem;font-weight:800;color:var(--gold,#c8860a)}
.price-row.price-empty .pr-value{font-size:.95rem;font-weight:600;color:var(--muted,#8a8f98)}

/* ---- Profili paylas ---- */
.profile-share{position:relative}
.btn-share{
    border:1px solid var(--border,#e6e6ef);
    background:#fff;color:var(--text,#1f2430);font-weight:600;
}
.btn-share:hover{border-color:var(--brand,#e0285a);color:var(--brand,#e0285a);background:var(--surface-2,#faf7f8)}
.share-menu{
    position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:20;
    background:#fff;border:1px solid var(--border,#e6e6ef);border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,.14);padding:6px;
    display:flex;flex-direction:column;gap:2px;
}
.share-item{
    display:flex;align-items:center;gap:10px;
    padding:9px 12px;border-radius:8px;
    background:transparent;border:0;width:100%;text-align:left;
    color:var(--text,#1f2430);font-size:.9rem;text-decoration:none;cursor:pointer;
    transition:background .12s;
}
.share-item:hover{background:var(--surface-2,#f6f2f4)}
.share-item .bi{font-size:1.1rem;width:20px;text-align:center}
.share-item.js-copy.copied{color:var(--success,#198754);font-weight:600}

/* ---------- Pagination ---------- */
.pagination{gap:6px}
.page-link{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm)!important}
.page-link:hover{background:var(--surface-2);color:var(--brand);border-color:var(--brand)}
.page-item.active .page-link{background:var(--brand-grad);border-color:transparent;color:#fff}
.page-item.disabled .page-link{background:var(--bg-2);color:var(--muted)}

/* ---------- Forms / Auth ---------- */
.auth-wrap{min-height:78vh;display:flex;align-items:center;padding:50px 0}
.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:38px;box-shadow:var(--shadow);max-width:460px;margin:0 auto;width:100%}
.auth-card h1{font-size:1.6rem;text-align:center;margin-bottom:6px}
.auth-card .sub{color:var(--muted);text-align:center;margin-bottom:26px;font-size:.92rem}
.form-label{font-size:.88rem;font-weight:500;margin-bottom:6px}
.form-control,.form-select,textarea.form-control{background:#fff;border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);padding:.6rem .9rem}
.form-control:focus,.form-select:focus{background:#fff;color:var(--text);box-shadow:0 0 0 3px rgba(224,40,90,.12);border-color:var(--brand)}
.form-control::placeholder{color:#9aa0ae}
.input-group-text{background:var(--surface-2);border:1px solid var(--border);color:var(--muted)}
.form-check-input{background:#fff;border-color:var(--border)}
.form-check-input:checked{background:var(--brand);border-color:var(--brand)}
.invalid-feedback{display:block}
.page-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:34px;box-shadow:var(--shadow-sm)}
.page-card h1{font-size:1.9rem;margin-bottom:18px}
.page-card h2{font-size:1.3rem;margin:24px 0 12px}
.cms-content{line-height:1.8;color:#374151}
.cms-content a{color:var(--brand)}

/* ---------- Blog ---------- */
.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:.2s;height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}
.blog-card:hover{transform:translateY(-4px);border-color:var(--brand);box-shadow:var(--shadow)}
.blog-card .cover{aspect-ratio:16/9;object-fit:cover;width:100%}
.blog-card .body{padding:18px;flex:1;display:flex;flex-direction:column}
.blog-card .body h3{font-size:1.1rem;margin-bottom:8px}
.blog-card .body h3 a{color:var(--text)}
.blog-card .body h3 a:hover{color:var(--brand)}
.blog-card .excerpt{color:var(--muted);font-size:.88rem;flex:1}
.blog-card .date{color:var(--muted);font-size:.8rem;margin-top:12px}

/* ---------- Empty state ---------- */
.empty-state{text-align:center;padding:60px 20px;color:var(--muted)}
.empty-state i{font-size:3rem;color:var(--border);display:block;margin-bottom:14px}

/* ---------- Footer ---------- */
.site-footer{background:var(--bg-2);border-top:1px solid var(--border);padding:50px 0 24px;margin-top:60px}
.footer-brand{font-size:1.5rem;font-weight:700;color:var(--text)}
.footer-about{color:var(--muted);font-size:.9rem;margin:14px 0}
.footer-title{font-weight:600;margin-bottom:16px;color:var(--text);text-transform:uppercase;letter-spacing:.5px;font-size:.82rem}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:9px}
.footer-links a{color:var(--muted);font-size:.88rem}
.footer-links a:hover{color:var(--brand);padding-left:4px}
.footer-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.footer-social{display:flex;gap:10px;margin-top:6px}
.footer-social a{width:38px;height:38px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text)}
.footer-social a:hover{background:var(--brand-grad);color:#fff;border-color:transparent}
.footer-warning{background:rgba(224,40,90,.06);border:1px solid rgba(224,40,90,.20);border-radius:var(--radius-sm);padding:14px 18px;margin:30px 0 20px;color:var(--muted);font-size:.84rem;display:flex;gap:12px;align-items:flex-start}
.footer-warning i{color:var(--brand);font-size:1.2rem;margin-top:2px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--border);color:var(--muted);font-size:.85rem;flex-wrap:wrap;gap:10px}

/* ---------- Age gate ---------- */
.age-gate{position:fixed;inset:0;background:rgba(31,36,51,.55);backdrop-filter:blur(6px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}
.age-gate-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:40px 34px;max-width:460px;text-align:center;box-shadow:var(--shadow)}
.age-gate-logo{font-size:3rem;color:var(--brand)}
.age-gate-box h2{margin:8px 0 16px;color:var(--text)}
.age-gate-warn{color:var(--brand-2);font-weight:600}
.age-gate-actions{display:flex;flex-direction:column;gap:10px;margin-top:24px}

/* ---------- To top ---------- */
.to-top{position:fixed;bottom:24px;right:24px;width:46px;height:46px;border-radius:50%;background:var(--brand-grad);color:#fff;border:0;display:none;align-items:center;justify-content:center;box-shadow:var(--shadow);z-index:1000;font-size:1.1rem}
.to-top.show{display:flex}

/* ---------- Floating WhatsApp ---------- */
.float-wa{position:fixed;bottom:24px;left:24px;width:54px;height:54px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 6px 20px rgba(37,211,102,.5);z-index:1000;animation:pulse 2.2s infinite}
.float-wa:hover{color:#fff;transform:scale(1.08)}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}

/* ---------- Lightbox (foto buyutec) ---------- */
.lightbox{position:fixed;inset:0;background:rgba(12,12,22,.95);z-index:100000;display:none;align-items:center;justify-content:center;animation:lbFade .2s ease}
.lightbox.open{display:flex}
@keyframes lbFade{from{opacity:0}to{opacity:1}}
.lb-img{max-width:92vw;max-height:88vh;border-radius:8px;box-shadow:0 12px 50px rgba(0,0,0,.6);object-fit:contain}
.lb-close{position:absolute;top:18px;right:18px;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;border:0;font-size:1.3rem;display:flex;align-items:center;justify-content:center;cursor:pointer}
.lb-close:hover{background:var(--brand)}
.lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;border:0;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer}
.lb-nav:hover{background:var(--brand)}
.lb-prev{left:18px}.lb-next{right:18px}
.lb-counter{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.5);padding:5px 14px;border-radius:20px;font-size:.85rem}
.profile-main-img,.profile-thumbs img{cursor:zoom-in}
@media(max-width:575px){.lb-nav{width:42px;height:42px;font-size:1.2rem}.lb-prev{left:8px}.lb-next{right:8px}}

/* ---------- Mobil sabit aksiyon cubugu (profil) ---------- */
.mobile-actions{position:fixed;left:0;right:0;bottom:0;z-index:1001;display:flex;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-top:1px solid var(--border);box-shadow:0 -4px 20px rgba(28,30,60,.12)}
.ma-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:9px 4px;border-radius:12px;font-size:.72rem;font-weight:600;border:0;text-decoration:none;line-height:1.1;cursor:pointer}
.ma-btn i{font-size:1.25rem}
.ma-tel{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}
.ma-wa{background:#25d366;color:#fff}
.ma-follow{background:var(--brand-grad);color:#fff}
.ma-btn:active{transform:scale(.96)}
@media(max-width:991px){body:has(.mobile-actions){padding-bottom:76px}}

/* ---------- Scroll-reveal ---------- */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}
.reveal.reveal-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none}}

/* ---------- Header ikon (bildirim/mesaj) ---------- */
.hdr-icon{position:relative;width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--text);font-size:1.15rem;border:1px solid var(--border);background:#fff}
.hdr-icon:hover{background:var(--surface-2);color:var(--brand);border-color:var(--brand)}
.hdr-dot{position:absolute;top:-5px;right:-5px;background:var(--brand);color:#fff;font-size:.62rem;font-weight:700;min-width:17px;height:17px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff}
.notif-dropdown{width:330px;max-width:92vw;padding:0!important;overflow:hidden}
.notif-dd-head{padding:12px 16px;font-weight:600;border-bottom:1px solid var(--border)}
.notif-dd-empty{padding:26px 16px;text-align:center;color:var(--muted);font-size:.9rem}
.notif-dd-item{display:flex;gap:10px;align-items:flex-start;padding:11px 16px;color:var(--text);border-bottom:1px solid var(--border);text-decoration:none;border-radius:0}
.notif-dd-item:hover{background:var(--surface-2);color:var(--text)}
.notif-dd-item.unread{background:rgba(224,40,90,.05)}
.notif-dd-item i{color:var(--brand);font-size:1rem;margin-top:2px}
.notif-dd-time{color:var(--muted);font-size:.75rem}
.notif-dd-all{display:block;text-align:center;padding:11px;font-weight:600;color:var(--brand);text-decoration:none}
.notif-dd-all:hover{background:var(--surface-2)}

/* ---------- Hesap menu rozeti ---------- */
.menu-badge{background:var(--brand);color:#fff;font-size:.7rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}

/* ---------- Konusma listesi (gelen kutusu) ---------- */
.conv-list{display:flex;flex-direction:column}
.conv-item{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border);color:var(--text);text-decoration:none;transition:.15s}
.conv-item:last-child{border-bottom:0}
.conv-item:hover{background:var(--surface-2)}
.conv-item.unread{background:rgba(224,40,90,.04)}
.conv-avatar{font-size:2.2rem;color:var(--muted);line-height:1}
.conv-body{flex:1;min-width:0}
.conv-top{display:flex;justify-content:space-between;gap:8px}
.conv-name{font-weight:600}
.conv-item.unread .conv-name{color:var(--brand)}
.conv-time{color:var(--muted);font-size:.78rem;white-space:nowrap}
.conv-preview{color:var(--muted);font-size:.86rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.conv-badge{background:var(--brand);color:#fff;font-size:.72rem;font-weight:700;min-width:22px;height:22px;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 6px;flex-shrink:0}

/* ---------- Sohbet ---------- */
.chat-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;height:70vh;min-height:440px;box-shadow:var(--shadow-sm)}
.chat-header{display:flex;align-items:center;gap:12px;padding:12px 18px;border-bottom:1px solid var(--border);background:var(--bg-2)}
.chat-back{color:var(--text);font-size:1.2rem}.chat-back:hover{color:var(--brand)}
.chat-avatar{font-size:1.9rem;color:var(--muted);line-height:1}
.chat-title{font-weight:600}
.chat-thread{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:9px;background:var(--bg)}
.chat-msg{display:flex}
.chat-msg.mine{justify-content:flex-end}
.chat-bubble{max-width:76%;padding:9px 14px;border-radius:16px;font-size:.92rem;line-height:1.5;box-shadow:var(--shadow-sm)}
.chat-msg.theirs .chat-bubble{background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:4px;color:var(--text)}
.chat-msg.mine .chat-bubble{background:var(--brand-grad);color:#fff;border-bottom-right-radius:4px}
.chat-text{white-space:pre-wrap;word-break:break-word}
.chat-time{display:block;font-size:.68rem;opacity:.75;margin-top:3px;text-align:right}
.chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid var(--border);background:var(--surface)}
.chat-form textarea{resize:none;border-radius:22px;padding:.55rem 1rem}
.chat-form .btn{border-radius:50%;width:44px;height:44px;flex-shrink:0;padding:0;display:inline-flex;align-items:center;justify-content:center}

/* ---------- Bildirim listesi (tam sayfa) ---------- */
.notif-list{display:flex;flex-direction:column}
.notif-item{display:flex;gap:14px;align-items:flex-start;padding:15px 18px;border-bottom:1px solid var(--border);color:var(--text);text-decoration:none}
.notif-item:last-child{border-bottom:0}
.notif-item:hover{background:var(--surface-2)}
.notif-item.unread{background:rgba(224,40,90,.04)}
.notif-ic{width:40px;height:40px;border-radius:10px;background:var(--surface-2);color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.notif-item.unread .notif-ic{background:var(--brand-grad);color:#fff}
.notif-body{display:flex;flex-direction:column;gap:2px}
.notif-title{font-weight:600}
.notif-text{color:var(--muted);font-size:.88rem}
.notif-time{color:var(--muted);font-size:.76rem}

/* ---------- Helpers ---------- */
.text-brand{color:var(--brand)!important}
.text-gold{color:var(--gold)!important}
.bg-surface{background:var(--surface)!important}
.divider{height:1px;background:var(--border);margin:20px 0}
.alert{border-radius:var(--radius-sm);border:1px solid transparent}
.alert-success{background:#e6f8ee;border-color:#bfe9cf;color:#1d7a44}
.alert-danger{background:#fdeaf0;border-color:#f6c4d4;color:#c81e50}
.alert-info{background:#e9f1fd;border-color:#c6daf6;color:#2159b8}

/* ---------- Responsive ---------- */
@media(max-width:1199px){.escort-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:991px){
    .navbar-collapse{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;margin-top:12px;box-shadow:var(--shadow)}
    .dropdown-menu-columns{min-width:auto}
    .dropdown-menu-columns.show{grid-template-columns:1fr}
    .header-search{margin:12px 0}
    .header-search .form-control{min-width:100%}
    .header-actions{margin-top:10px}
    .hero h1{font-size:2rem}
    .escort-grid{grid-template-columns:repeat(2,1fr)}
    .contact-box{position:static}
}
@media(max-width:575px){
    .escort-grid{grid-template-columns:repeat(2,1fr);gap:14px}
    .hero{padding:44px 0 40px}
    .hero h1{font-size:1.7rem}
    .hero-stats{gap:24px}
    .section{padding:38px 0}
    .spec-grid{grid-template-columns:1fr}
    .profile-thumbs{grid-template-columns:repeat(4,1fr)}
    .footer-bottom{flex-direction:column;text-align:center}
    .escort-card .info{padding:12px}
    .escort-card .meta{font-size:.75rem;gap:8px}
}

/* ---- Kimlik dogrulama bilgi kutusu ---- */
.id-verify-note{
    display:flex;
    gap:12px;
    align-items:flex-start;
    background:rgba(224,40,90,.05);
    border:1px solid rgba(224,40,90,.25);
    border-radius:12px;
    padding:14px 16px;
    font-size:.9rem;
    line-height:1.5;
    color:var(--text,#1f2430);
}
.id-verify-note > .bi{
    font-size:1.4rem;
    color:var(--brand,#e0285a);
    flex:0 0 auto;
    margin-top:2px;
}

/* ---- Hizmet secim izgarasi (basvuru/hesap formlari) ---- */
.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(190px,1fr));
    gap:10px;
}
/* Bootstrap .form-check'in float+negatif margin'i yerine temiz flex satiri */
.service-check{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
    padding:10px 12px;
    border:1px solid var(--border,#e6e6ef);
    border-radius:10px;
    background:#fff;
    cursor:pointer;
    transition:border-color .15s,background .15s;
    min-height:44px;
}
.service-check .form-check-input{
    float:none;
    margin:0;
    flex:0 0 auto;
    width:1.15em;
    height:1.15em;
    cursor:pointer;
}
.service-check .form-check-label{
    cursor:pointer;
    font-size:.9rem;
    line-height:1.25;
    user-select:none;
}
.service-check:hover{border-color:var(--brand,#e0285a)}
.service-check:has(.form-check-input:checked) .form-check-label{color:var(--brand,#e0285a);font-weight:600}
.service-check:has(.form-check-input:checked){border-color:var(--brand,#e0285a);background:rgba(224,40,90,.05)}

/* ---------------------------------------------------------------------------
   PUAN + DEGERLENDIRME (reviews)
--------------------------------------------------------------------------- */
.stars{display:inline-flex;gap:1px;color:#f5b301;font-size:.95rem;vertical-align:middle}
.stars.sm{font-size:.82rem}
.stars .bi-star{color:#d8dbe0}

.reviews-box{}
.reviews-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.reviews-agg{display:flex;align-items:center;gap:8px}
.reviews-agg .agg-score{font-size:1.5rem;font-weight:800;color:var(--gold,#c8860a);line-height:1}
.reviews-agg .agg-count{color:var(--muted,#6b7280);font-size:.85rem}

/* Interaktif yildiz secimi (radio) */
.review-form{background:var(--surface-2,#faf7f8);border:1px solid var(--border,#eee);border-radius:12px;padding:14px;margin-bottom:16px}
.review-form-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.review-form .rf-label{font-weight:600;font-size:.92rem}
.star-rating{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end}
.star-rating input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.star-rating label{font-size:1.6rem;color:#d8dbe0;cursor:pointer;padding:0 2px;transition:color .1s;line-height:1}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label{color:#f5b301}
.star-rating input:focus-visible + label{outline:2px solid var(--brand,#e0285a);outline-offset:2px;border-radius:4px}

.review-login{color:var(--muted,#6b7280);font-size:.92rem}
.review-login a{color:var(--brand,#e0285a);font-weight:600}

.review-list{display:flex;flex-direction:column;gap:2px;margin-top:6px}
.review-item{padding:14px 0;border-top:1px solid var(--border,#eee)}
.review-item:first-child{border-top:0}
.rv-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.rv-author{font-weight:600;font-size:.92rem;display:flex;align-items:center;gap:6px}
.rv-author .bi{color:var(--brand,#e0285a)}
.rv-date{color:var(--muted,#9aa0ab);font-size:.8rem;margin-left:auto}
.rv-body{margin:8px 0 0;color:var(--text,#2a2f3a);font-size:.92rem;line-height:1.5;white-space:pre-line}

/* Kart uzerinde mini puan */
.card-rating{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;color:var(--muted,#6b7280)}
.card-rating .stars{font-size:.8rem}
.profile-rating{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:.9rem;color:var(--text,#20242e)}
.profile-rating strong{font-weight:700}
.profile-rating:hover{color:var(--brand,#e0285a)}

/* ---- Profil videolari ---- */
.profile-videos{display:flex;flex-direction:column;gap:12px}
.profile-video{width:100%;border-radius:14px;background:#000;max-height:520px;aspect-ratio:9/16;object-fit:contain;border:1px solid var(--border,#e6e6ef)}
@media(min-width:992px){.profile-video{aspect-ratio:auto}}

/* ---------------------------------------------------------------------------
   BASVURU WIZARD (adim adim form) + KIMLIK CEKIM REHBERI
--------------------------------------------------------------------------- */
.wizard-progress{display:flex;justify-content:space-between;gap:4px;margin-bottom:20px;position:relative}
.wizard-progress::before{content:"";position:absolute;top:17px;left:6%;right:6%;height:3px;background:var(--border,#e3e7f0);z-index:0}
.wz-step{position:relative;z-index:1;flex:1;text-align:center;user-select:none}
.wz-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;
    background:#fff;border:2px solid var(--border,#e3e7f0);color:var(--muted,#6b7280);font-weight:700;transition:.2s}
.wz-label{display:block;font-size:.72rem;color:var(--muted,#6b7280);margin-top:5px;line-height:1.1}
.wz-step.active .wz-num{border-color:var(--brand,#e0285a);color:var(--brand,#e0285a);box-shadow:0 0 0 4px rgba(224,40,90,.12)}
.wz-step.active .wz-label{color:var(--brand,#e0285a);font-weight:600}
.wz-step.done .wz-num{background:var(--brand-grad,linear-gradient(135deg,#e0285a,#b3185f));border-color:transparent;color:#fff}
.wizard-nav .btn{min-width:120px}
@media(max-width:520px){
    .wz-label{display:none}
    .wizard-progress::before{top:17px}
    .wizard-nav .btn{min-width:auto}
}

/* Kimlik cekim rehberi */
.id-howto{display:flex;gap:16px;flex-wrap:wrap;align-items:center;
    background:var(--surface-2,#f1f3f9);border:1px solid var(--border,#e3e7f0);border-radius:12px;padding:14px}
.id-howto-visual{flex:0 0 210px;max-width:230px;text-align:center}
.id-howto-caption{font-size:.8rem;color:var(--muted,#6b7280);margin-top:4px}
.id-howto-tips{list-style:none;padding:0;margin:0;flex:1;min-width:220px;font-size:.9rem;line-height:1.9}
.id-howto-tips li{display:flex;align-items:flex-start;gap:8px}
.id-howto-tips .bi-check-circle-fill{color:var(--success,#1d9d56)}

/* ---- Diger Hizmetler: etiket kutusu ---- */
.tag-input{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:46px;height:auto;cursor:text;padding:8px 10px}
.tag-input .tag-chip{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--border,#e3e7f0);
    border-radius:8px;padding:4px 8px;font-size:.85rem;box-shadow:var(--shadow-sm,0 4px 14px rgba(28,30,60,.06))}
.tag-input .tag-x{border:0;background:transparent;color:var(--muted,#6b7280);font-size:1.1rem;line-height:1;cursor:pointer;padding:0 0 0 2px}
.tag-input .tag-x:hover{color:var(--brand,#e0285a)}
.tag-input .tag-field{border:0;outline:0;flex:1;min-width:140px;background:transparent;font-size:.95rem;padding:2px}

/* ---- Fotograf yoneticisi (basvuru) ---- */
.photo-manager{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}
.photo-item{position:relative;aspect-ratio:3/4;border-radius:10px;overflow:hidden;border:2px solid var(--border,#e3e7f0);background:var(--surface-2,#f1f3f9)}
.photo-item.is-cover{border-color:var(--gold,#c98a16);box-shadow:0 0 0 3px rgba(201,138,22,.18)}
.photo-item img{width:100%;height:100%;object-fit:cover;display:block}
.photo-item .pi-badge{position:absolute;top:6px;left:6px;background:linear-gradient(135deg,#f0b94a,#e09b1e);color:#3a2600;
    font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:20px;z-index:2}
.photo-item .pi-actions{position:absolute;bottom:0;left:0;right:0;display:flex;gap:0;z-index:2}
.photo-item .pi-actions button{flex:1;border:0;padding:7px 0;font-size:.9rem;cursor:pointer;color:#fff;background:rgba(0,0,0,.55);backdrop-filter:blur(2px)}
.photo-item .pi-cover:hover{background:rgba(201,138,22,.9)}
.photo-item .pi-del:hover{background:rgba(220,53,69,.9)}

/* ---- Video slot (basvuru) ---- */
.video-slot{border:1px dashed var(--border,#e3e7f0);border-radius:10px;padding:12px;background:var(--surface-2,#f1f3f9)}

/* ---- Kimlik kamera cekimi ---- */
.id-camera{margin-top:6px}
.id-cam-stage{position:relative;width:100%;max-width:520px;aspect-ratio:4/3;background:#0c0c0f;border-radius:12px;overflow:hidden;margin:0 auto}
.id-cam-stage #idVideo,.id-cam-stage #idShot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.id-cam-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#9aa0ab;text-align:center;padding:16px}
.id-cam-placeholder i{font-size:2.4rem}
/* Cerceve rehberi: kart orani, disi karartili */
.id-cam-guide{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:82%;aspect-ratio:1.585/1;
    border-radius:10px;box-shadow:0 0 0 2000px rgba(0,0,0,.45);border:2px solid rgba(255,255,255,.9);pointer-events:none}
.id-cam-guide::before,.id-cam-guide::after,.id-cam-guide .id-cam-guide-label::before,.id-cam-guide .id-cam-guide-label::after{content:"";position:absolute;width:26px;height:26px;border:4px solid #1d9d56}
.id-cam-guide::before{top:-2px;left:-2px;border-right:0;border-bottom:0;border-top-left-radius:10px}
.id-cam-guide::after{top:-2px;right:-2px;border-left:0;border-bottom:0;border-top-right-radius:10px}
.id-cam-guide .id-cam-guide-label{position:absolute;bottom:-30px;left:0;right:0;text-align:center;color:#fff;font-size:.8rem;text-shadow:0 1px 4px rgba(0,0,0,.8)}
.id-cam-guide .id-cam-guide-label::before{bottom:32px;left:-2px;border-right:0;border-top:0;border-bottom-left-radius:10px}
.id-cam-guide .id-cam-guide-label::after{bottom:32px;right:-2px;border-left:0;border-top:0;border-bottom-right-radius:10px}
.id-cam-controls{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:12px}

/* ---- Kimlik OCR ilerleme cubugu ---- */
.id-ocr-progress{margin-top:10px}
.id-ocr-bar{height:8px;background:#e9ecf3;border-radius:6px;overflow:hidden}
.id-ocr-bar>span{display:block;height:100%;width:0;background:var(--brand,#e0285a);transition:width .25s ease}
