/* ================================================================
   EMD HUKUK - Ana Stil Dosyası
================================================================ */


/* ===== KOYU TEMA (varsayılan) ===== */
:root{
  --bg:#0D1117;--surface:#1a1917;--surface2:#242220;--border:#2e2b28;
  --gold:#00BCD4;--gold-light:#26C6DA;--gold-dim:rgba(0,188,212,0.15);
  --text:#f0ebe3;--text-muted:#8a8278;--text-dim:#5a5650;
  --red:#c0392b;--red-dim:rgba(192,57,43,0.15);
  --green:#27ae60;--green-dim:rgba(39,174,96,0.15);
  --blue:#2980b9;--blue-dim:rgba(41,128,185,0.15);
  --purple:#8e44ad;--radius:8px;
}
/* ===== AÇIK TEMA ===== */
[data-tema="acik"]{
  --bg:#f5f4f2;--surface:#ffffff;--surface2:#f0ede8;--border:#e0dbd4;
  --gold:#a07830;--gold-light:#8a6520;--gold-dim:rgba(160,120,48,0.12);
  --text:#1a1714;--text-muted:#6b6460;--text-dim:#a09890;
  --red:#c0392b;--red-dim:rgba(192,57,43,0.1);
  --green:#1e8449;--green-dim:rgba(30,132,73,0.1);
  --blue:#1a6fa0;--blue-dim:rgba(26,111,160,0.1);
  --purple:#7d3c98;--radius:8px;
}
/* ===== SİSTEM TEMASI ===== */
@media(prefers-color-scheme:light){
  [data-tema="sistem"]{
    --bg:#f5f4f2;--surface:#ffffff;--surface2:#f0ede8;--border:#e0dbd4;
    --gold:#a07830;--gold-light:#8a6520;--gold-dim:rgba(160,120,48,0.12);
    --text:#1a1714;--text-muted:#6b6460;--text-dim:#a09890;
    --red:#c0392b;--red-dim:rgba(192,57,43,0.1);
    --green:#1e8449;--green-dim:rgba(30,132,73,0.1);
    --blue:#1a6fa0;--blue-dim:rgba(26,111,160,0.1);
    --purple:#7d3c98;--radius:8px;
  }
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);min-height:100vh;}
header{background:var(--surface);border-bottom:1px solid var(--border);padding:0 24px;display:flex;align-items:center;gap:0;height:56px;position:sticky;top:0;z-index:100;}
.logo{font-family:'Playfair Display',serif;font-size:18px;color:var(--gold);white-space:nowrap;margin-right:16px;flex-shrink:0;}

/* TABS */
.tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:20px;overflow-x:auto;}
.tab{padding:9px 16px;font-size:12px;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;margin-bottom:-2px;transition:all .15s;}
.tab:hover{color:var(--text);}
.tab.active{color:var(--gold);border-bottom-color:var(--gold);}
.tab-panel{display:none;}.tab-panel.active{display:block;}
/* FILE */
.upload-zone{border:2px dashed var(--border);border-radius:var(--radius);padding:20px;text-align:center;cursor:pointer;transition:all .15s;color:var(--text-muted);}
.upload-zone:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-dim);}
.upload-zone input[type=file]{display:none;}
.file-item{display:flex;align-items:center;gap:10px;padding:9px 12px;background:var(--surface2);border-radius:var(--radius);margin-bottom:7px;}
.file-icon{font-size:20px;flex-shrink:0;}
.file-info{flex:1;min-width:0;}
.file-name{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.file-meta{font-size:10px;color:var(--text-muted);margin-top:2px;}
.file-actions{display:flex;gap:5px;flex-shrink:0;}
/* MUV CARD */
.muv-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:0;margin-bottom:8px;cursor:pointer;transition:all .15s;display:flex;align-items:stretch;gap:0;overflow:hidden;}
.muv-card:hover{border-color:var(--gold);background:var(--gold-dim);}
.muv-avatar{width:40px;height:40px;border-radius:50%;background:var(--gold-dim);border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:var(--gold);flex-shrink:0;}
.muv-card-info{flex:1;min-width:0;}
.muv-card-name{font-size:14px;font-weight:600;margin-bottom:2px;}
.muv-card-meta{font-size:11px;color:var(--text-muted);}
.muv-card-stats{display:flex;gap:14px;}
.muv-stat{text-align:center;}
.muv-stat-val{font-size:14px;font-weight:700;font-family:'Playfair Display',serif;}
.muv-stat-lbl{font-size:9px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;}
/* DAVA CARD */
.dava-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 18px;margin-bottom:8px;cursor:pointer;transition:all .15s;}
.dava-card:hover{border-color:var(--gold);background:var(--gold-dim);}
.dava-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px;}
.dava-no{font-size:14px;font-weight:700;color:var(--gold);}
.dava-konu{font-size:13px;color:var(--text);margin-top:2px;}
.dava-meta{font-size:11px;color:var(--text-muted);}
.dava-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;}
.tag{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:4px;font-size:10px;background:var(--surface2);color:var(--text-muted);border:1px solid var(--border);}
/* NOTE */
.note-item{background:var(--surface2);border-left:3px solid var(--gold);border-radius:0 var(--radius) var(--radius) 0;padding:12px 14px;margin-bottom:8px;}
.note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;}
.note-type{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;}
.note-date{font-size:10px;color:var(--text-dim);}
.note-text{font-size:13px;color:var(--text);line-height:1.6;white-space:pre-wrap;}
/* HAKEDIŞ */
.hakediş-box{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:14px;}
.hakediş-label{font-size:11px;color:var(--text-muted);margin-bottom:4px;}
.hakediş-value{font-size:20px;font-family:'Playfair Display',serif;font-weight:600;}
/* MISC */
.delete-btn{color:#e74c3c;cursor:pointer;background:none;border:none;font-size:14px;padding:3px;opacity:.6;}
.kt-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);z-index:999;max-height:220px;overflow-y:auto;box-shadow:0 6px 20px rgba(0,0,0,.4);}
.kt-dropdown .kt-item{padding:9px 12px;cursor:pointer;font-size:13px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;}
.kt-dropdown .kt-item:last-child{border-bottom:none;}
.kt-dropdown .kt-item:hover{background:var(--gold-dim);}
.kt-dropdown .kt-item .kt-item-meta{font-size:11px;color:var(--text-muted);}
.kt-dropdown .kt-new{padding:9px 12px;cursor:pointer;font-size:13px;color:var(--gold);font-weight:600;display:flex;align-items:center;gap:6px;}
.kt-dropdown .kt-new:hover{background:var(--gold-dim);}
.kt-secili{margin-top:6px;padding:8px 10px;background:var(--gold-dim);border:1px solid var(--gold);border-radius:var(--radius);font-size:12px;display:flex;justify-content:space-between;align-items:center;}
.kt-secili .kt-secili-ad{font-weight:600;color:var(--gold-light);}
.kt-secili .kt-secili-meta{color:var(--text-muted);font-size:11px;margin-top:2px;}
.kt-secili-temizle{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:14px;padding:0 4px;}
/* Sort header */
.sort-bar{display:grid;padding:6px 12px;background:var(--surface-2);border:1px solid var(--border);border-radius:8px 8px 0 0;border-bottom:none;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);user-select:none;}
.sort-bar .sh{display:flex;align-items:center;gap:4px;cursor:pointer;padding:4px 6px;border-radius:4px;transition:background .15s,color .15s;white-space:nowrap;}
.sort-bar .sh:hover{background:rgba(255,255,255,.05);color:var(--text);}
.sort-bar .sh.active{color:var(--gold);}
.sort-bar .sh .arr{font-size:9px;opacity:.5;}.sort-bar .sh.active .arr{opacity:1;}
/* Card list with sira badge on left */
.muv-card{position:relative;}
.muv-card:hover{border-color:var(--gold);background:var(--surface-2);}
.muv-card-inner{display:flex;align-items:center;gap:14px;padding:14px 18px;flex:1;min-width:0;}
.sira-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:48px;width:48px;background:var(--surface-2);border-right:1px solid var(--border);padding:12px 8px;flex-shrink:0;gap:3px;}
.sira-badge .sira-num{font-size:15px;font-weight:800;color:var(--gold);line-height:1;}
.sira-badge .sira-lbl{font-size:8px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;}
/* Table sort header */
th.sort-th{cursor:pointer;user-select:none;white-space:nowrap;}
th.sort-th:hover{color:var(--gold);}
th.sort-th.asc::after{content:' ▲';font-size:8px;color:var(--gold);}
th.sort-th.desc::after{content:' ▼';font-size:8px;color:var(--gold);}
.vp-bilgi-row{display:flex;flex-direction:column;padding:7px 10px;background:var(--surface-2);border-radius:6px;}
.vp-bilgi-label{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:2px;}
.vp-bilgi-val{font-size:13px;color:var(--text);font-weight:500;}
.vp-dosya-item{padding:9px 12px;border-radius:6px;background:var(--surface-2);margin-bottom:6px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .15s;}
.vp-dosya-item:hover{background:var(--gold-dim);}
.vp-section-title{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin:14px 0 7px;}
.delete-btn:hover{opacity:1;}
.search-bar{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:7px 12px;color:var(--text);font-size:12px;width:200px;font-family:'DM Sans',sans-serif;outline:none;}
.search-bar:focus{border-color:var(--gold);}
.empty{text-align:center;padding:36px 16px;color:var(--text-dim);}
.empty-icon{font-size:30px;margin-bottom:8px;}
.empty p{font-size:12px;}
#notif{position:fixed;bottom:20px;right:20px;background:var(--surface);border:1px solid var(--gold);color:var(--gold-light);padding:10px 18px;border-radius:var(--radius);font-size:12px;opacity:0;transform:translateY(10px);transition:all .3s;z-index:999;pointer-events:none;}
#notif.show{opacity:1;transform:translateY(0);}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;}
.cal-day-name{text-align:center;font-size:10px;color:var(--text-dim);padding:7px 0;text-transform:uppercase;}
.cal-day{background:var(--surface2);border:1px solid var(--border);border-radius:5px;min-height:64px;padding:5px;font-size:11px;color:var(--text-muted);}
.cal-day.today{border-color:var(--gold);}
.cal-day.other-month{opacity:.3;}
.cal-day-num{font-weight:600;margin-bottom:2px;font-size:12px;}
.cal-day.today .cal-day-num{color:var(--gold);}
.cal-event{background:var(--gold-dim);color:var(--gold);border-radius:3px;font-size:9px;padding:1px 4px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.cal-event.durusma{background:var(--blue-dim);color:var(--blue);}
.cal-event.son{background:var(--red-dim);color:#e74c3c;}
.cal-nav{display:flex;align-items:center;gap:10px;}
.cal-nav-btn{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius);padding:5px 10px;cursor:pointer;font-size:14px;}
.cal-nav-btn:hover{border-color:var(--gold);color:var(--gold);}
.cal-month{font-family:'Playfair Display',serif;font-size:16px;color:var(--gold-light);}
.progress-bar{height:5px;background:var(--border);border-radius:3px;margin:4px 0;}
.progress-fill{height:100%;border-radius:3px;background:var(--green);transition:width .4s;}
@media print{
  .sidebar,.tabs,.breadcrumb,.btn,button,#notif,.section-header button,.delete-btn,.muv-card-stats{display:none!important}
  .page{display:none!important;padding:20px}
  #page-muv-detay{display:block!important}
  #mt-rapor{display:block!important}
  body{background:#fff!important;color:#000!important}
  .card,.section{border:1px solid #ddd!important;background:#fff!important}
  .card-value,.page-title{color:#000!important}
  .card-label{color:#555!important}
}

/* ===== LOGIN ===== */
#login-screen{position:fixed;inset:0;background:var(--bg);z-index:9999;display:flex;align-items:center;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch;}
#login-screen.hidden{display:none;}
.login-box{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:40px;width:400px;max-width:94vw;margin:auto;}
.login-logo{font-family:'Playfair Display',serif;font-size:26px;color:var(--gold);text-align:center;margin-bottom:6px;}
.login-sub{text-align:center;color:var(--text-muted);font-size:13px;margin-bottom:28px;}
.login-error{background:var(--red-dim);border:1px solid var(--red);border-radius:var(--radius);padding:9px 13px;font-size:12px;color:#e74c3c;margin-bottom:14px;display:none;}
.login-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:20px;}
.login-tab{flex:1;text-align:center;padding:9px;font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s;}
.login-tab.active{color:var(--gold);border-bottom-color:var(--gold);}
/* ===== ARABULUCULUK ===== */
.arab-durum-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:10px;font-weight:700;white-space:nowrap;}
.arab-row{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s;}
.arab-row:hover{background:var(--surface2);}
.arab-row-left{display:flex;flex-direction:column;gap:3px;}
.arab-row-title{font-size:13px;font-weight:600;color:var(--text);}
.arab-row-meta{font-size:11px;color:var(--text-muted);}
.arab-row-right{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.form-section-label{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;padding:10px 0 6px;border-top:1px solid var(--border);margin-top:6px;}
/* NOT KLASÖRLER */
.not-klasor{margin-bottom:6px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;}
.not-klasor-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;cursor:pointer;background:var(--surface2);transition:background .12s;}
.not-klasor-header:hover{background:var(--border);}
.not-klasor-header-left{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text);}
.not-klasor-count{font-size:10px;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:1px 8px;color:var(--text-muted);}
.not-klasor-body{display:none;padding:8px;}
.not-klasor-body.acik{display:block;}
.not-item-new{background:var(--surface2);border-radius:var(--radius);padding:12px 14px;margin-bottom:6px;border-left:3px solid var(--border);}
.not-item-actions{display:flex;gap:5px;margin-top:8px;}
.ayar-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:18px;overflow:hidden;}
.ayar-section-header{padding:14px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;}
.ayar-section-icon{font-size:18px;}
.ayar-section-title{font-size:14px;font-weight:600;color:var(--text);}
.ayar-section-sub{font-size:12px;color:var(--text-muted);margin-top:1px;}
.yedek-kart{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:16px;cursor:pointer;transition:all .2s;text-align:center;}
.yedek-kart:hover{border-color:var(--gold);background:var(--gold-dim);transform:translateY(-2px);}
.yedek-kart.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;}
.yedek-kart.kurumsal-locked{position:relative;overflow:hidden;}
.yedek-kart.kurumsal-locked::after{content:'🔒 Kurumsal';position:absolute;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--gold);}
.bulut-yedek-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--border);font-size:12px;}
.bulut-yedek-item:last-child{border-bottom:none;}
.bulut-yedek-item:hover{background:var(--surface2);}
.ayar-row{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border);gap:16px;}
.ayar-row:last-child{border-bottom:none;}
.ayar-row-label{font-size:13px;color:var(--text);font-weight:500;}
.ayar-row-sub{font-size:11px;color:var(--text-muted);margin-top:2px;}
.tema-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px 20px;}
.tema-kart{border:2px solid var(--border);border-radius:10px;padding:14px;cursor:pointer;transition:all .15s;text-align:center;}
.tema-kart:hover{border-color:var(--gold);}
.tema-kart.aktif{border-color:var(--gold);background:var(--gold-dim);}
.tema-kart-icon{font-size:24px;margin-bottom:6px;}
.tema-kart-ad{font-size:12px;font-weight:600;color:var(--text);}
.tema-kart-sub{font-size:10px;color:var(--text-muted);margin-top:2px;}
.tema-onizleme{display:flex;gap:4px;margin-top:8px;justify-content:center;}
.tema-renk{width:12px;height:12px;border-radius:50%;}
.profil-avatar-lg{width:72px;height:72px;border-radius:50%;background:var(--gold-dim);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:var(--gold);flex-shrink:0;}
.sifre-guc{height:4px;border-radius:2px;margin-top:6px;transition:all .3s;}
.sifre-guc-zayif{background:#e74c3c;width:33%;}
.sifre-guc-orta{background:#f39c12;width:66%;}
.sifre-guc-guclu{background:var(--green);width:100%;}

/* ===== PERSONEL SİSTEMİ ===== */
.personel-kart{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;align-items:center;gap:14px;transition:border-color .15s;cursor:pointer;}
.personel-kart:hover{border-color:var(--gold);}
.personel-avatar{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;flex-shrink:0;border:2px solid var(--border);}
.personel-bilgi{flex:1;min-width:0;}
.personel-ad{font-size:13px;font-weight:600;color:var(--text);}
.personel-rol-badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;padding:2px 8px;border-radius:20px;margin-top:3px;}
.rol-sahip{background:rgba(0,188,212,.2);color:var(--gold);}
.rol-avukat{background:rgba(41,128,185,.2);color:#5dade2;}
.rol-stajyer{background:rgba(142,68,173,.2);color:#bb8fce;}
.rol-sekreter{background:rgba(39,174,96,.2);color:#58d68d;}
.rol-muhasebe{background:rgba(231,76,60,.2);color:#f1948a;}
.personel-meta{font-size:11px;color:var(--text-muted);margin-top:3px;}
.personel-durum{width:8px;height:8px;border-radius:50%;flex-shrink:0;}
.personel-durum.aktif{background:var(--green);}
.personel-durum.pasif{background:var(--text-dim);}
/* Yetki grid */
.yetki-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;}
.yetki-grup{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:10px;}
.yetki-grup-header{background:var(--surface2);padding:9px 14px;font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;display:flex;align-items:center;gap:6px;}
.yetki-satir{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-top:1px solid var(--border);gap:8px;}
.yetki-satir-sol{flex:1;}
.yetki-satir-ad{font-size:12px;font-weight:500;color:var(--text);}
.yetki-satir-sub{font-size:10px;color:var(--text-muted);margin-top:1px;}
.yetki-select{background:var(--surface2);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:11px;padding:4px 8px;cursor:pointer;min-width:110px;}
.yetki-select option{background:var(--surface);}
/* İş atama */
.gorev-kart{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;margin-bottom:8px;}
.gorev-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;}
.gorev-baslik{font-size:13px;font-weight:600;color:var(--text);}
.gorev-badge{font-size:10px;padding:2px 8px;border-radius:20px;font-weight:600;}
.gorev-bekliyor{background:rgba(243,156,18,.2);color:#f39c12;}
.gorev-yapildi{background:rgba(39,174,96,.2);color:var(--green);}
.gorev-gecikti{background:rgba(192,57,43,.2);color:var(--red);}
.gorev-meta{font-size:11px;color:var(--text-muted);display:flex;gap:12px;flex-wrap:wrap;}
.gorev-onay-kutu{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:12px;margin-top:8px;}
/* Aktivite log */
.aktivite-satir{display:flex;gap:12px;padding:9px 0;border-bottom:1px solid var(--border);}
.aktivite-satir:last-child{border-bottom:none;}
.aktivite-icon{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;background:var(--surface2);}
.aktivite-bilgi{flex:1;min-width:0;}
.aktivite-islem{font-size:12px;font-weight:500;color:var(--text);}
.aktivite-detay{font-size:11px;color:var(--text-muted);margin-top:2px;}
.aktivite-zaman{font-size:10px;color:var(--text-dim);white-space:nowrap;flex-shrink:0;}
/* Erişim engeli overlay */
.erisim-engel{position:absolute;inset:0;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:10;}
.erisim-engel-icon{font-size:48px;}
.erisim-engel-text{font-size:14px;color:var(--text-muted);text-align:center;}

#app-wrapper{display:none;}
#app-wrapper.visible{display:flex;flex-direction:column;min-height:100vh;}

/* ================================================================
   LANDING PAGE STİLLERİ
================================================================ */


#landing-screen{position:fixed;inset:0;background:#0D1117;z-index:9999;overflow-y:auto;overflow-x:hidden;}
#landing-screen.hidden{display:none;}
#landing-screen::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");opacity:.5;}
.lp-nav{
  position:fixed;top:0;left:0;right:0;z-index:9999;
  display:flex !important;flex-direction:row !important;align-items:center;
  justify-content:space-between;
  padding:0 5vw;height:88px;width:100%;
  background:rgba(13,17,23,.7);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(0,188,212,.08);
  transition:background .3s,box-shadow .3s;
}
.lp-nav.scrolled{background:rgba(13,17,23,.92) !important;backdrop-filter:blur(20px) !important;-webkit-backdrop-filter:blur(20px) !important;border-bottom:1px solid rgba(0,188,212,.15) !important;box-shadow:0 4px 24px rgba(0,0,0,.4);}
.lp-nav-logo{font-family:'Playfair Display',serif;font-size:22px;color:#00BCD4;display:flex;align-items:center;gap:10px;letter-spacing:.5px;}
.lp-nav-links{display:flex;align-items:center;gap:32px;}
.lp-nav-link{color:rgba(255,255,255,.5);font-size:13px;font-weight:500;cursor:pointer;transition:color .2s;letter-spacing:.3px;}
.lp-nav-link:hover{color:#00BCD4;}
.lp-btn-outline{background:transparent;border:1px solid rgba(0,188,212,.55);color:#00BCD4;padding:9px 22px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;font-family:'DM Sans',sans-serif;}
.lp-btn-outline:hover{background:#00BCD4;color:#0D1117;}
.lp-btn-fill{background:#00BCD4;color:#0D1117;border:none;padding:9px 22px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;font-family:'DM Sans',sans-serif;}
.lp-btn-fill:hover{background:#26C6DA;transform:translateY(-1px);}
.lp-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:120px 5vw 80px;text-align:center;background:radial-gradient(ellipse 80% 55% at 50% -5%,rgba(0,188,212,.11) 0%,transparent 65%);}
.lp-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(0,188,212,.28);border-radius:20px;padding:6px 16px;font-size:11px;font-weight:600;color:#00BCD4;letter-spacing:1px;text-transform:uppercase;margin-bottom:32px;background:rgba(0,188,212,.05);animation:lpFadeDown .8s ease both;}
.lp-badge-dot{width:6px;height:6px;border-radius:50%;background:#00BCD4;animation:lpPulse 2s infinite;}
@keyframes lpPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(1.5)}}
@keyframes lpFadeDown{from{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}
@keyframes lpFadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes lpFadeIn{from{opacity:0}to{opacity:1}}
.lp-h1{font-family:'Playfair Display',serif;font-size:clamp(40px,7vw,88px);font-weight:700;line-height:1.06;color:#fff;letter-spacing:-1.5px;margin-bottom:24px;animation:lpFadeUp .9s .1s ease both;}
.lp-h1 em{font-style:normal;color:#00BCD4;position:relative;}
.lp-h1 em::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:linear-gradient(90deg,#00BCD4,transparent);}
.lp-sub{max-width:540px;margin:0 auto 48px;font-size:18px;line-height:1.75;color:rgba(255,255,255,.45);font-weight:300;animation:lpFadeUp .9s .2s ease both;}
.lp-cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;animation:lpFadeUp .9s .3s ease both;}
.lp-cta-gold{background:linear-gradient(135deg,#00BCD4,#26C6DA);color:#0D1117;border:none;padding:16px 38px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;font-family:'DM Sans',sans-serif;transition:all .25s;box-shadow:0 8px 32px rgba(0,188,212,.28);}
.lp-cta-gold:hover{transform:translateY(-3px);box-shadow:0 18px 52px rgba(0,188,212,.44);}
.lp-cta-ghost{background:rgba(255,255,255,.05);color:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.1);padding:16px 38px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;font-family:'DM Sans',sans-serif;transition:all .25s;backdrop-filter:blur(6px);}
.lp-cta-ghost:hover{background:rgba(255,255,255,.09);border-color:rgba(0,188,212,.35);color:#00BCD4;}
.lp-stats{display:flex;gap:52px;justify-content:center;flex-wrap:wrap;margin-top:72px;padding-top:48px;border-top:1px solid rgba(255,255,255,.07);animation:lpFadeIn 1.2s .5s ease both;}
.lp-stat-n{font-family:'Playfair Display',serif;font-size:36px;color:#00BCD4;font-weight:700;}
.lp-stat-l{font-size:11px;color:rgba(255,255,255,.38);letter-spacing:.8px;text-transform:uppercase;margin-top:2px;}
.lp-mockup-sec{padding:80px 5vw 100px;position:relative;background:linear-gradient(to bottom,#0D1117,#0D1117,#0D1117);}
.lp-mockup-wrap{max-width:980px;margin:0 auto;border-radius:16px;overflow:hidden;border:1px solid rgba(0,188,212,.14);box-shadow:0 40px 110px rgba(0,0,0,.85),0 0 80px rgba(0,188,212,.04);}
.lp-mock-bar{background:#161B22;padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(0,188,212,.08);}
.lp-mock-dot{width:10px;height:10px;border-radius:50%;}
.lp-mock-inner{background:#0D1117;display:grid;grid-template-columns:190px 1fr;min-height:440px;}
.lp-mock-nav{background:#161B22;border-right:1px solid #21262D;padding:20px 0;}
.lp-mock-logo{font-family:'Playfair Display',serif;font-size:13px;color:#00BCD4;padding:0 14px 14px;border-bottom:1px solid #21262D;margin-bottom:10px;}
.lp-mock-item{padding:8px 14px;font-size:11px;color:rgba(255,255,255,.3);display:flex;align-items:center;gap:8px;}
.lp-mock-item.a{color:#00BCD4;background:rgba(0,188,212,.07);border-left:2px solid #00BCD4;}
.lp-mock-main{padding:22px;}
.lp-mock-t{font-family:'Playfair Display',serif;font-size:17px;color:#26C6DA;margin-bottom:18px;}
.lp-mock-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;}
.lp-mock-card{background:#161B22;border:1px solid #21262D;border-radius:8px;padding:13px;}
.lp-mock-v{font-family:'Playfair Display',serif;font-size:20px;color:#00BCD4;font-weight:700;}
.lp-mock-l{font-size:10px;color:rgba(255,255,255,.3);margin-top:3px;}
.lp-mock-tbl{background:#161B22;border:1px solid #21262D;border-radius:8px;overflow:hidden;}
.lp-mock-row{display:grid;grid-template-columns:2fr 1.2fr 1fr 0.8fr;padding:9px 13px;border-bottom:1px solid #21262D;font-size:10px;color:rgba(255,255,255,.38);}
.lp-mock-row:first-child{font-size:9px;letter-spacing:.5px;text-transform:uppercase;color:rgba(255,255,255,.18);}
.lp-mock-row:last-child{border-bottom:none;}
.lp-mkbadge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:9px;font-weight:600;}
.mk-g{background:rgba(46,204,113,.14);color:#2ecc71;}.mk-o{background:rgba(0,188,212,.14);color:#00BCD4;}.mk-r{background:rgba(231,76,60,.1);color:#e74c3c;}
.lp-features{padding:100px 5vw;background:#0D1117;}
.lp-sec-hd{text-align:center;margin-bottom:64px;}
.lp-sec-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#00BCD4;margin-bottom:14px;}
.lp-sec-t{font-family:'Playfair Display',serif;font-size:clamp(28px,4vw,46px);color:#fff;font-weight:700;line-height:1.15;}
.lp-sec-s{font-size:15px;color:rgba(255,255,255,.38);margin-top:10px;max-width:480px;margin-left:auto;margin-right:auto;}
.lp-feat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:2px;max-width:1100px;margin:0 auto;}
.lp-feat-card{background:#0D1117;padding:38px 34px;position:relative;overflow:hidden;transition:background .3s;border:1px solid rgba(255,255,255,.04);}
.lp-feat-card:hover{background:#111009;}
.lp-feat-card::before{content:'';position:absolute;inset:0;opacity:0;transition:opacity .3s;background:radial-gradient(ellipse 50% 35% at 25% 25%,rgba(0,188,212,.05),transparent);}
.lp-feat-card:hover::before{opacity:1;}
.lp-feat-ico{font-size:30px;margin-bottom:18px;display:block;}
.lp-feat-t{font-family:'Playfair Display',serif;font-size:19px;color:#fff;margin-bottom:8px;font-weight:600;}
.lp-feat-d{font-size:13px;line-height:1.8;color:rgba(255,255,255,.38);}
.lp-feat-ul{list-style:none;margin-top:14px;display:flex;flex-direction:column;gap:5px;}
.lp-feat-ul li{font-size:12px;color:rgba(255,255,255,.32);padding-left:15px;position:relative;}
.lp-feat-ul li::before{content:'—';position:absolute;left:0;color:#00BCD4;font-size:10px;}
.lp-how{padding:100px 5vw;background:linear-gradient(to bottom,#0D1117,#0a0908);}
.lp-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:36px;max-width:940px;margin:0 auto;position:relative;}
.lp-steps::before{content:'';position:absolute;top:28px;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,188,212,.28),rgba(0,188,212,.28),transparent);}
.lp-step{text-align:center;}
.lp-step-n{width:56px;height:56px;border-radius:50%;margin:0 auto 18px;background:rgba(0,188,212,.09);border:1px solid rgba(0,188,212,.28);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:20px;color:#00BCD4;font-weight:700;position:relative;z-index:1;}
.lp-step-t{font-size:15px;font-weight:600;color:#fff;margin-bottom:7px;}
.lp-step-d{font-size:13px;color:rgba(255,255,255,.38);line-height:1.7;}
.lp-plans{padding:100px 5vw;background:#0D1117;}
.lp-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:16px;max-width:1100px;margin:0 auto;}
.lp-plan{background:#0D1117;border:1px solid #2a2724;border-radius:16px;padding:30px 26px;position:relative;transition:transform .3s,border-color .3s;}
.lp-plan:hover{transform:translateY(-6px);border-color:rgba(0,188,212,.28);}
.lp-plan.star{background:linear-gradient(150deg,#151310,#0D1117);border-color:rgba(0,188,212,.45);box-shadow:0 0 60px rgba(0,188,212,.07);}
.lp-star-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#00BCD4,#26C6DA);color:#0D1117;font-size:10px;font-weight:800;padding:4px 14px;border-radius:10px;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;}
.lp-plan-ico{font-size:26px;margin-bottom:10px;}
.lp-plan-n{font-family:'Playfair Display',serif;font-size:19px;color:#fff;margin-bottom:3px;}
.lp-plan-ds{font-size:12px;color:rgba(255,255,255,.3);margin-bottom:22px;}
.lp-plan-p{font-family:'Playfair Display',serif;font-size:34px;color:#00BCD4;font-weight:700;margin-bottom:3px;}
.lp-plan-p span{font-size:13px;color:rgba(255,255,255,.3);font-family:'DM Sans',sans-serif;font-weight:400;}
.lp-plan-div{height:1px;background:rgba(255,255,255,.06);margin:20px 0;}
.lp-plan-fs{display:flex;flex-direction:column;gap:9px;margin-bottom:24px;}
.lp-plan-f{display:flex;align-items:center;gap:9px;font-size:12px;color:rgba(255,255,255,.46);}
.lp-plan-f .ck{color:#00BCD4;font-size:12px;}.lp-plan-f .cx{color:rgba(255,255,255,.18);font-size:12px;}
.lp-plan-btn{width:100%;padding:11px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:'DM Sans',sans-serif;transition:all .2s;border:1px solid rgba(0,188,212,.38);background:transparent;color:#00BCD4;}
.lp-plan-btn:hover,.lp-plan.star .lp-plan-btn{background:#00BCD4;color:#0D1117;border-color:#00BCD4;}
.lp-footer{padding:44px 5vw;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px;}
.lp-footer-logo{font-family:'Playfair Display',serif;font-size:17px;color:#00BCD4;}
.lp-flinks{display:flex;gap:22px;}
.lp-flink{font-size:12px;color:rgba(255,255,255,.28);cursor:pointer;transition:color .2s;}
.lp-flink:hover{color:#00BCD4;}
#gm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(14px);z-index:10000;display:none;align-items:center;justify-content:center;padding:20px;}
#gm-overlay.open{display:flex;}
.gm-box{background:#0D1117;border:1px solid rgba(0,188,212,.18);border-radius:16px;padding:38px 34px;width:100%;max-width:410px;position:relative;box-shadow:0 40px 100px rgba(0,0,0,.85),0 0 60px rgba(0,188,212,.04);animation:gmIn .3s ease;}
@keyframes gmIn{from{opacity:0;transform:scale(.94) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}
.gm-close{position:absolute;top:14px;right:14px;width:30px;height:30px;background:rgba(255,255,255,.05);border:none;border-radius:50%;color:rgba(255,255,255,.38);cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;transition:all .2s;}
.gm-close:hover{background:rgba(255,255,255,.1);color:#fff;}
.gm-logo{font-family:'Playfair Display',serif;font-size:19px;color:#00BCD4;margin-bottom:4px;display:flex;align-items:center;gap:8px;}
.gm-sub{font-size:12px;color:rgba(255,255,255,.3);margin-bottom:26px;}
.gm-tabs{display:flex;background:rgba(255,255,255,.04);border-radius:8px;padding:3px;margin-bottom:22px;border:1px solid rgba(255,255,255,.06);}
.gm-tab{flex:1;padding:9px;text-align:center;font-size:13px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;color:rgba(255,255,255,.3);}
.gm-tab.active{background:#00BCD4;color:#0D1117;}
.gm-ig{margin-bottom:13px;}
.gm-ig label{display:block;font-size:11px;font-weight:600;color:rgba(255,255,255,.32);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;}
.gm-ig input{width:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:8px;color:#fff;padding:11px 13px;font-size:14px;font-family:'DM Sans',sans-serif;outline:none;transition:border-color .2s;box-sizing:border-box;}
.gm-ig input:focus{border-color:rgba(0,188,212,.45);background:rgba(0,188,212,.02);}
.gm-row{display:grid;grid-template-columns:1fr 1fr;gap:11px;}
.gm-submit{width:100%;padding:13px;background:linear-gradient(135deg,#00BCD4,#26C6DA);color:#0D1117;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;font-family:'DM Sans',sans-serif;margin-top:4px;transition:all .2s;}
.gm-submit:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,188,212,.38);}
.gm-err{color:#e74c3c;font-size:12px;margin-bottom:10px;display:none;padding:8px 12px;background:rgba(231,76,60,.07);border-radius:6px;border:1px solid rgba(231,76,60,.18);}
.gm-forgot{text-align:center;margin-top:13px;}
.gm-forgot a{font-size:12px;color:rgba(0,188,212,.55);cursor:pointer;}
.gm-forgot a:hover{color:#00BCD4;}
.reveal{opacity:0;transform:translateY(36px);transition:opacity .7s ease,transform .7s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}
.rd1{transition-delay:.1s;}.rd2{transition-delay:.2s;}.rd3{transition-delay:.3s;}.rd4{transition-delay:.4s;}
.page{display:none;padding:0;}
.page.active{display:block;}
.page-title{font-family:'Playfair Display',serif;font-size:22px;color:var(--text);margin-bottom:4px;}
.page-sub{font-size:13px;color:var(--text-muted);margin-bottom:24px;}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:24px;}
.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;}
.card-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px;}
.card-value{font-size:24px;font-family:'Playfair Display',serif;font-weight:700;color:var(--text);}
.card-value.red{color:var(--red);}
.card-value.green{color:var(--green);}
.card-value.gold{color:var(--gold);}
.section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:18px;overflow:hidden;}
.section-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border);}
.section-title{font-size:14px;font-weight:600;color:var(--text);}
.section-sub{font-size:12px;color:var(--text-muted);margin-top:2px;}
.section-body{padding:18px 20px;}
.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius);font-size:12px;font-weight:600;cursor:pointer;border:1px solid var(--border);background:var(--surface2);color:var(--text);font-family:'DM Sans',sans-serif;transition:all .15s;}
.btn:hover{border-color:var(--gold);color:var(--gold);}
.btn-gold{background:var(--gold);color:var(--bg);border-color:var(--gold);}
.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light);color:var(--bg);}
.btn-red{background:var(--red-dim);color:var(--red);border-color:var(--red);}
.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text-muted);}
.btn-outline:hover{border-color:var(--gold);color:var(--gold);}
.form-group{margin-bottom:14px;}
.form-group label{display:block;font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;}
.form-control{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:9px 12px;font-size:13px;font-family:'DM Sans',sans-serif;outline:none;transition:border-color .15s;}
.form-control:focus{border-color:var(--gold);}
select.form-control option{background:var(--surface);}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;display:none;align-items:center;justify-content:center;padding:32px 24px;}
.modal-overlay.open{display:flex;}
.modal-overlay.open ~ .modal-overlay.open{z-index:1010;}
.modal-overlay.open + .modal-overlay.open{z-index:1010;}
/* İç içe modal backdrop çok koyulaşmasın */
.modal-overlay + .modal-overlay{background:rgba(0,0,0,.4);}
/* Modal form düzeni */
.modal-body .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.modal-body .form-group{margin-bottom:14px;}
.modal-body label{display:block;font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;}

.modal{background:var(--surface);border:1px solid rgba(0,188,212,0.12);border-radius:20px;width:100%;max-width:600px;max-height:88vh;overflow-y:auto;box-shadow:0 32px 80px rgba(0,0,0,.75),0 0 0 1px rgba(255,255,255,0.03);position:relative;}
.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--surface);z-index:1;border-radius:20px 20px 0 0;}
.modal-title{font-size:16px;font-weight:600;color:var(--text);}
.modal-close{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:18px;padding:4px;line-height:1;}
.modal-body{padding:24px 28px;}
.modal-footer{padding:16px 28px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px;}
table{width:100%;border-collapse:collapse;font-size:12px;}
th{text-align:left;padding:9px 12px;border-bottom:2px solid var(--border);color:var(--text-muted);font-size:10px;text-transform:uppercase;letter-spacing:.6px;font-weight:700;}
td{padding:10px 12px;border-bottom:1px solid var(--border);color:var(--text);}
tr:last-child td{border-bottom:none;}
tr:hover td{background:var(--surface2);}
.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:700;}
.badge-green{background:var(--green-dim);color:var(--green);}
.badge-red{background:var(--red-dim);color:var(--red);}
.badge-gold{background:var(--gold-dim);color:var(--gold);}
.badge-blue{background:var(--blue-dim);color:var(--blue);}
.badge-gray{background:var(--surface2);color:var(--text-muted);}

input:not([type=checkbox]):not([type=radio]):not([type=range]),
select,
textarea{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:8px 12px;font-size:13px;font-family:'DM Sans',sans-serif;outline:none;transition:border-color .15s;width:100%;box-sizing:border-box;}
input:not([type=checkbox]):not([type=radio]):not([type=range]):focus,
select:focus,
textarea:focus{border-color:var(--gold);background:var(--surface2);}
select option{background:var(--surface);}
textarea{resize:vertical;min-height:80px;}
input[type=date]{color-scheme:dark;}
.app{display:flex;flex:1;}
#app-wrapper .nav-item{display:flex;align-items:center;gap:10px;padding:10px 24px;cursor:pointer;color:var(--text-muted);font-size:13px;font-weight:500;border-left:3px solid transparent;transition:all .15s;touch-action:manipulation;user-select:none;}
#app-wrapper .nav-item:hover{color:var(--text);background:var(--surface2);}
#app-wrapper .nav-item.active{color:var(--gold);border-left-color:var(--gold);background:var(--gold-dim);}
#app-wrapper .nav-icon{font-size:15px;width:18px;text-align:center;}
#app-wrapper .nav-badge{margin-left:auto;background:var(--gold);color:var(--bg);border-radius:10px;font-size:10px;font-weight:700;padding:1px 6px;}
#app-wrapper .nav-sep{height:1px;background:var(--border);margin:8px 16px;}
#app-wrapper .nav-spacer{flex:1;}
#app-wrapper .nav-bottom{padding-bottom:16px;}

#app-wrapper nav{width:220px;background:var(--surface);border-right:1px solid var(--border);padding:24px 0 0 0;display:flex;flex-direction:column;gap:2px;min-height:calc(100vh - 64px);}
main{flex:1;overflow-y:auto;padding:28px 32px;}
@media(max-width:768px){.lp-nav-links{display:none;}.lp-steps::before{display:none;}.gm-row{grid-template-columns:1fr;}.lp-mock-inner{grid-template-columns:1fr;}.lp-mock-nav{display:none;}.lp-mock-cards{grid-template-columns:repeat(2,1fr);}}

/* ================================================================
   AŞAMA 1 — PREMIUM UI/UX GÜNCELLEMELERİ
================================================================ */

/* === 1. ÖZEL SCROLLBAR === */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 10px; transition: background .2s; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }
::-webkit-scrollbar-corner { background: transparent; }
* { scrollbar-width: thin; scrollbar-color: var(--border) transparent; }

/* === 2. GLASSMORPHISM MODAL OVERLAY === */
.modal-overlay {
  background: rgba(0,0,0,0.65) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

/* === 3. MODAL İYİLEŞTİRMELERİ === */
.modal {
  animation: modalIn .25s cubic-bezier(.22,.68,0,1.2) both;
}
@keyframes modalIn {
  from { opacity:0; transform:scale(.96) translateY(16px); }
  to   { opacity:1; transform:scale(1) translateY(0); }
}
/* modal-overlay padding ana stilden geliyor */

/* === 4. KALİCİ X BUTONU === */
.modal-x-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 13px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all .2s;
  z-index: 10;
  flex-shrink: 0;
  line-height: 1;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
.modal-x-btn:hover {
  background: var(--red-dim);
  border-color: var(--red);
  color: var(--red);
  transform: rotate(90deg);
}
.modal { position: relative; }
/* Mevcut modal-close butonunu güncelle */
.modal-close {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  background: var(--surface2) !important;
  border: 1px solid var(--border) !important;
  border-radius: 50% !important;
  color: var(--text-muted) !important;
  cursor: pointer !important;
  font-size: 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all .2s !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}
.modal-close:hover {
  background: var(--red-dim) !important;
  border-color: var(--red) !important;
  color: var(--red) !important;
  transform: rotate(90deg) !important;
}

/* === 5. BOŞ DURUM (EMPTY STATE) === */
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 24px;
  text-align: center;
  gap: 12px;
}
.empty-state-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: var(--gold-dim);
  border: 1px solid rgba(0,188,212,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 4px;
}
.empty-state-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
}
.empty-state-sub {
  font-size: 13px;
  color: var(--text-muted);
  max-width: 280px;
  line-height: 1.6;
}
/* Eski .empty stilini de güncelle */
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px;
  color: var(--text-dim);
}
.empty-icon { font-size: 36px; margin-bottom: 12px; opacity: .6; }
.empty p { font-size: 13px; color: var(--text-muted); }

/* === 6. MİKRO ETKİLEŞİMLER === */
.btn {
  transition: all .2s cubic-bezier(.22,.68,0,1.2) !important;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.btn:active {
  transform: translateY(0) scale(.97);
}
.btn-gold:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0,188,212,.35) !important;
}

tr { transition: background .15s; }
tr:hover td { background: var(--surface2); }

.muv-card  { transition: all .2s cubic-bezier(.22,.68,0,1.2); }
.dava-card { transition: all .2s cubic-bezier(.22,.68,0,1.2); }
.muv-card:hover, .dava-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
}

.nav-item { transition: all .18s ease; }

/* Form input focus glow */
input:not([type=checkbox]):not([type=radio]):not([type=range]):focus,
select:focus, textarea:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(0,188,212,0.12);
}

/* === 7. CHIP (ETİKET) SİSTEMİ — AŞAMA 2 === */
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
  min-height: 0;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px 4px 12px;
  background: var(--gold-dim);
  border: 1px solid rgba(0,188,212,0.3);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold-light);
  animation: chipIn .2s ease;
}
@keyframes chipIn { from{opacity:0;transform:scale(.8)} to{opacity:1;transform:scale(1)} }
.chip-x {
  background: none;
  border: none;
  color: var(--gold);
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  line-height: 1;
  opacity: .7;
  transition: opacity .15s;
}
.chip-x:hover { opacity: 1; }

/* === 8. SEARCHABLE DROPDOWN GELİŞTİRME === */
.kt-dropdown {
  border-radius: 10px !important;
  border: 1px solid rgba(0,188,212,0.2) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.5) !important;
  animation: dropIn .15s ease;
}
@keyframes dropIn { from{opacity:0;transform:translateY(-6px)} to{opacity:1;transform:translateY(0)} }
.kt-item { transition: background .12s; }

/* === MODAL HEADER sticky tutma === */
.modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

/* === BADGE hover === */
.badge { transition: opacity .15s; }


@keyframes modalOut {
  from { opacity:1; transform:scale(1) translateY(0); }
  to   { opacity:0; transform:scale(.96) translateY(12px); }
}

/* Boş tablo satırı */
.empty-table-row td {
  text-align: center;
  padding: 48px 24px;
  color: var(--text-dim);
}
.empty-table-row:hover td { background: transparent !important; }

/* Modal içinde direkt title (header olmayan tipler) */
.modal > .modal-title:first-child,
.modal > [id$="-title"]:first-child {
  padding: 22px 28px 16px;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  display: block;
}

/* Modal içindeki direkt form içerikleri */
.modal > .form-group,
.modal > .form-row,
.modal > div:not(.modal-header):not(.modal-body):not(.modal-footer):not(.modal-x-btn) {
  padding-left: 28px;
  padding-right: 28px;
}

/* Dava modalı ve benzerleri — tüm içerik 28px padding */
.modal-lg > *:not(.modal-x-btn):not(.modal-header) {
  box-sizing: border-box;
}
/* ============================================================
   LEXBASE — Marka Kimliği & Navbar Fix
   ============================================================ */

/* Landing page tam genişlik */
#landing-screen { background:#0D1117; }
#landing-screen > *:not(.lp-nav):not(.lp-topbar) { max-width:100%; }

/* Navbar logo */
.lp-nav-logo {
  display:flex;align-items:center;gap:14px;
  flex-shrink:0;text-decoration:none;cursor:pointer;
}
.lp-nav-logo-text {
  font-family:'DM Sans',sans-serif;
  font-size:42px;font-weight:800;
  color:#ECF8FF;
  letter-spacing:-0.5px;
}
/* Nav links yatay */
.lp-nav-links {
  display:flex !important;flex-direction:row !important;
  align-items:center;gap:32px;
}
.lp-nav-link {
  color:rgba(255,255,255,.55);font-size:13px;
  font-weight:500;cursor:pointer;
  transition:color .2s;letter-spacing:.3px;
  white-space:nowrap;
}
.lp-nav-link:hover { color:#00BCD4; }

/* Navbar butonlar */
.lp-btn-outline {
  background:transparent;
  border:1px solid rgba(0,188,212,.45);
  color:#00BCD4;padding:8px 20px;border-radius:6px;
  font-size:13px;font-weight:600;cursor:pointer;
  transition:all .2s;font-family:'DM Sans',sans-serif;
}
.lp-btn-outline:hover { background:#00BCD4;color:#0D1117; }
.lp-btn-fill {
  background:#00BCD4;color:#0D1117;border:none;
  padding:8px 20px;border-radius:6px;
  font-size:13px;font-weight:700;cursor:pointer;
  transition:all .2s;font-family:'DM Sans',sans-serif;
}
.lp-btn-fill:hover { background:#26C6DA;transform:translateY(-1px); }

/* Hero */
#landing-screen .lp-hero {
  background:radial-gradient(ellipse 80% 60% at 50% -5%,rgba(0,188,212,.1) 0%,transparent 65%);
}

/* CTA butonlar */
.lp-cta-gold, .lp-cta-teal {
  background:linear-gradient(135deg,#00BCD4,#26C6DA);
  color:#0D1117;border:none;padding:16px 38px;
  border-radius:8px;font-size:15px;font-weight:700;
  cursor:pointer;font-family:'DM Sans',sans-serif;
  transition:all .25s;
  box-shadow:0 8px 32px rgba(0,188,212,.28);
}
.lp-cta-gold:hover,.lp-cta-teal:hover {
  transform:translateY(-3px);
  box-shadow:0 18px 52px rgba(0,188,212,.45);
}

/* İstatistik sayılar */
.lp-stat-n {
  font-family:'DM Sans',sans-serif;
  font-size:36px;color:#00BCD4;font-weight:800;
}

/* Badge */
.lp-badge {
  border:1px solid rgba(0,188,212,.3);
  color:#00BCD4;background:rgba(0,188,212,.06);
}
.lp-badge-dot { background:#00BCD4; }

/* H1 vurgu */
.lp-h1 em { color:#00BCD4; }
.lp-h1 em::after {
  background:linear-gradient(90deg,#00BCD4,transparent);
}

/* Mockup */
.lp-mockup-sec {
  background:linear-gradient(to bottom,#0D1117,#161B22,#0D1117);
}
.lp-mockup-wrap {
  border:1px solid rgba(0,188,212,.15);
  box-shadow:0 40px 110px rgba(0,0,0,.85),0 0 80px rgba(0,188,212,.05);
}
.lp-mock-bar { background:#161B22;border-bottom:1px solid rgba(0,188,212,.08); }
.lp-mock-inner { background:#0D1117; }
.lp-mock-nav { background:#161B22;border-right:1px solid #21262D; }
.lp-mock-logo { font-family:'DM Sans',sans-serif;font-weight:800;color:#00BCD4 !important; }
.lp-mock-item.a { color:#00BCD4;background:rgba(0,188,212,.08);border-left:2px solid #00BCD4; }
.lp-mock-t { font-family:'DM Sans',sans-serif;font-weight:700;color:#00BCD4; }
.lp-mock-v { font-family:'DM Sans',sans-serif;font-weight:800;color:#00BCD4; }
.lp-mock-card { background:#161B22;border:1px solid #21262D; }
.lp-mock-tbl { background:#161B22;border:1px solid #21262D; }
.lp-mock-row { border-bottom:1px solid #21262D; }

/* Feature cards */
.lp-features { background:linear-gradient(to bottom,#0D1117,#161B22 50%,#0D1117) !important; }

/* 3 Highlight kart */
.lp-feat-highlight {
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:24px;max-width:1200px;margin:0 auto 64px;padding:0 5vw;
}
.lp-feat-hi-card {
  background:linear-gradient(145deg,#161B22,#0D1117);
  border:1px solid rgba(0,188,212,.15);border-radius:20px;
  padding:32px 28px;transition:all .3s;position:relative;overflow:hidden;
}
.lp-feat-hi-card::before {
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(0,188,212,.06) 0%,transparent 70%);
  pointer-events:none;
}
.lp-feat-hi-card:hover {
  border-color:rgba(0,188,212,.4);transform:translateY(-4px);
  box-shadow:0 20px 50px rgba(0,0,0,.5),0 0 30px rgba(0,188,212,.08);
}
.lp-feat-hi-center { border-color:rgba(0,188,212,.3);background:linear-gradient(145deg,#1a2332,#0D1117); }
.lp-feat-hi-t { font-size:18px;font-weight:700;color:#fff;margin-bottom:12px; }
.lp-feat-hi-d { font-size:13px;line-height:1.7;color:rgba(255,255,255,.5); }

/* Steps */
.lp-how { background:#0D1117 !important; }
.lp-step-n { background:rgba(0,188,212,.12) !important;color:#00BCD4 !important;border:1px solid rgba(0,188,212,.25) !important; }
.lp-step:hover .lp-step-n { background:#00BCD4 !important;color:#0D1117 !important; }

/* Plans */
.lp-plans { background:#161B22 !important; }
.lp-plan.star { border-color:rgba(0,188,212,.45) !important; }
.lp-star-badge { background:linear-gradient(135deg,#00BCD4,#26C6DA) !important;color:#0D1117 !important; }
.lp-plan-btn { background:transparent;border:1px solid rgba(0,188,212,.35);color:#00BCD4; }
.lp-plan-btn:hover { background:#00BCD4 !important;color:#0D1117 !important; }
.lp-plan.star .lp-plan-btn { background:linear-gradient(135deg,#00BCD4,#26C6DA) !important;color:#0D1117 !important; }

/* CTA Section */
.lp-cta-section {
  padding:100px 5vw;background:#0D1117;text-align:center;
  border-top:1px solid rgba(0,188,212,.08);
  border-bottom:1px solid rgba(0,188,212,.08);
}
.lp-cta-inner { position:relative;display:inline-block;max-width:700px;margin:0 auto; }
.lp-cta-glow-ring {
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:600px;height:300px;
  background:radial-gradient(ellipse,rgba(0,188,212,.07) 0%,transparent 70%);
  pointer-events:none;
}

/* Footer */
.lp-footer { background:#161B22 !important;border-top:1px solid rgba(0,188,212,.1) !important; }
.lp-footer-logo { font-family:'DM Sans',sans-serif;font-size:20px;font-weight:800;color:#00BCD4; }

/* Login Modal */
.gm-box { background:#161B22 !important;border:1px solid rgba(0,188,212,.2) !important; }
.gm-logo { color:#00BCD4 !important; }
.gm-submit { background:linear-gradient(135deg,#00BCD4,#26C6DA) !important;color:#0D1117 !important; }
.gm-tab.active { color:#00BCD4 !important;border-bottom-color:#00BCD4 !important; }

/* Hero Split */
.lp-hero-split {
  display:flex !important;align-items:center;
  justify-content:space-between;gap:60px;
  text-align:left;padding:148px 8vw 80px;
}
.lp-hero-content { flex:1;min-width:0;max-width:560px; }
.lp-hero-content .lp-badge { justify-content:flex-start; }
.lp-hero-content .lp-cta-row { justify-content:flex-start; }
.lp-hero-content .lp-sub { margin-left:0;margin-right:0; }
.lp-hero-content .lp-stats { justify-content:flex-start; }
.lp-hero-visual {
  flex:0 0 500px;position:relative;
  display:flex;align-items:center;justify-content:center;
}
.lp-hero-img-wrap {
  border-radius:20px;overflow:hidden;
  border:1px solid rgba(0,188,212,.2);
  box-shadow:0 32px 80px rgba(0,0,0,.7),0 0 60px rgba(0,188,212,.08);
}
.lp-hero-img { width:100%;height:420px;object-fit:cover;display:block; }
.lp-hero-glow {
  position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);
  width:80%;height:60px;
  background:radial-gradient(ellipse,rgba(0,188,212,.25),transparent 70%);
}

/* Title */
#landing-screen title, head title { content:"LexBase — Hukuk Bürosu Yönetim Platformu"; }

/* Topbar */
.lp-topbar { background:#161B22;border-bottom:1px solid rgba(0,188,212,.1); }

/* Responsive */
@media(max-width:900px){
  .lp-hero-split { flex-direction:column;padding:110px 5vw 60px;text-align:center; }
  .lp-hero-content { max-width:100%; }
  .lp-hero-content .lp-badge,.lp-hero-content .lp-cta-row,.lp-hero-content .lp-stats { justify-content:center; }
  .lp-hero-visual { flex:none;width:100%;max-width:480px; }
  .lp-feat-highlight { grid-template-columns:1fr; }
  .lp-nav-links { display:none !important; }
}

/* ============================================================
   LEXBASE — KURUMSAL FOOTER
   ============================================================ */

.lp-footer-new {
  background: #090C15;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 72px 5vw 0;
}

/* 4 Sütunlu Grid */
.lp-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
}

/* Sütun 1: Marka */
.lp-footer-brand { }
.lp-footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.lp-footer-brand-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #00BCD4;
  letter-spacing: -0.3px;
}
.lp-footer-slogan {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.38);
  margin-bottom: 28px;
}
.lp-footer-social {
  display: flex;
  gap: 12px;
}
.lp-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.4);
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}
.lp-social-icon:hover {
  color: #00BCD4;
  border-color: rgba(0,188,212,.4);
  background: rgba(0,188,212,.06);
  transform: translateY(-2px);
}

/* Sütunlar 2-4 */
.lp-footer-col-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: 20px;
}
.lp-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-footer-link {
  font-size: 13px;
  color: rgba(255,255,255,.38);
  cursor: pointer;
  transition: color .18s;
  display: inline-block;
}
.lp-footer-link:hover {
  color: #00BCD4;
}

/* Alt Telif Çubuğu */
.lp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.lp-footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,.25);
}
.lp-footer-tr {
  font-size: 12px;
  color: rgba(255,255,255,.25);
  font-style: italic;
}

/* Responsive */
@media (max-width: 900px) {
  .lp-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .lp-footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 520px) {
  .lp-footer-grid {
    grid-template-columns: 1fr;
  }
  .lp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

/* ============================================================
   LEXBASE — Z-PATTERN TANITIM BLOKLARI
   ============================================================ */

.lp-zpattern {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw 40px;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

/* Her blok: 2 sütun, ortalı, hizalı */
.lp-zblock {
  display: flex;
  align-items: center;
  gap: 72px;
}
/* Ters yerleşim: görsel solda, metin sağda */
.lp-zblock-rev {
  flex-direction: row-reverse;
}

/* ── Metin Tarafı ── */
.lp-zblock-text {
  flex: 1;
  min-width: 0;
}
.lp-ztag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00BCD4;
  background: rgba(0,188,212,.08);
  border: 1px solid rgba(0,188,212,.22);
  border-radius: 20px;
  padding: 5px 14px;
  margin-bottom: 24px;
}
.lp-zh2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.lp-zh2 span {
  color: #00BCD4;
  position: relative;
}
.lp-zp {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.5);
  margin-bottom: 32px;
  max-width: 480px;
}
.lp-zlist {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-zlist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
}
.lp-zlist li strong {
  color: rgba(255,255,255,.9);
}
.lp-zcheck {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(0,188,212,.12);
  border: 1px solid rgba(0,188,212,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #00BCD4;
  font-weight: 700;
  margin-top: 1px;
}
.lp-zbtn {
  background: transparent;
  border: 1px solid rgba(0,188,212,.45);
  color: #00BCD4;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all .22s;
  letter-spacing: .3px;
}
.lp-zbtn:hover {
  background: #00BCD4;
  color: #0D1117;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,188,212,.3);
}

/* ── Görsel Tarafı ── */
.lp-zblock-visual {
  flex: 0 0 50%;
  position: relative;
}
/* Dışa taşma efekti */
.lp-zblock:not(.lp-zblock-rev) .lp-zblock-visual {
  transform: translateX(24px);
}
.lp-zblock-rev .lp-zblock-visual {
  transform: translateX(-24px);
}
.lp-zmock-wrap {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}
.lp-zmock-img {
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow:
    0 0 0 1px rgba(0,188,212,.18),
    0 32px 80px rgba(0,0,0,.7),
    0 0 80px rgba(0,188,212,.18);
}
/* Görsel yokken göster */
.lp-zmock-placeholder {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0,188,212,.2);
  box-shadow:
    0 32px 80px rgba(0,0,0,.7),
    0 0 80px rgba(0,188,212,.15);
  background: #161B22;
}
.lp-zmock-fallback .lp-zmock-placeholder {
  display: block;
}
/* Görsel varken placeholder gizle */
.lp-zmock-img:not([style*="display:none"]) ~ .lp-zmock-placeholder {
  display: none;
}
.lp-zmock-ph-inner {
  background: #161B22;
}
.lp-zmock-ph-bar {
  background: #0D1117;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(0,188,212,.08);
}
.lp-zmock-ph-body {
  padding: 16px;
}
.lp-zmock-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-radius: 6px;
  margin-bottom: 4px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.05);
}
/* Turkuaz parıltı altında */
.lp-zmock-glow {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 80px;
  background: radial-gradient(ellipse, rgba(0,188,212,.22), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .lp-zpattern { gap: 80px; padding: 60px 5vw 20px; }
  .lp-zblock,
  .lp-zblock-rev { flex-direction: column; gap: 40px; }
  .lp-zblock-visual { flex: none; width: 100%; transform: none !important; }
  .lp-zblock:not(.lp-zblock-rev) .lp-zblock-visual,
  .lp-zblock-rev .lp-zblock-visual { transform: none !important; }
  .lp-zp { max-width: 100%; }
  .lp-zh2 { font-size: clamp(24px, 5vw, 36px); }
}

/* ============================================================
   LEXBASE — MODÜL VİTRİNİ (Tab + Carousel Showcase)
   ============================================================ */

.lp-showcase {
  background: linear-gradient(to bottom, #0D1117, #161B22 40%, #0D1117);
  padding: 80px 0 100px;
}

/* ── Sekme Çubuğu ── */
.lpsc-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding: 0 5vw;
  margin-bottom: 56px;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding-bottom: 0;
}
.lpsc-tabs::-webkit-scrollbar { display:none; }
.lpsc-tab {
  flex-shrink: 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: rgba(255,255,255,.45);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 20px;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
  margin-bottom: -1px;
}
.lpsc-tab:hover { color: rgba(255,255,255,.75); }
.lpsc-tab.active {
  color: #00BCD4;
  border-bottom-color: #00BCD4;
}

/* ── Panel Gövdesi ── */
.lpsc-body { padding: 0 5vw; }
.lpsc-panel { display: none; }
.lpsc-panel.active {
  display: flex;
  align-items: center;
  gap: 72px;
}

/* ── Sol Metin ── */
.lpsc-text {
  flex: 0 0 380px;
  min-width: 0;
}
.lpsc-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00BCD4;
  background: rgba(0,188,212,.08);
  border: 1px solid rgba(0,188,212,.22);
  border-radius: 20px;
  padding: 5px 14px;
  margin-bottom: 20px;
}
.lpsc-h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.lpsc-p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,.5);
  margin-bottom: 24px;
}
.lpsc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lpsc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.65);
  line-height: 1.5;
}
.lpsc-ck {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: rgba(0,188,212,.12);
  border: 1px solid rgba(0,188,212,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #00BCD4;
  font-weight: 700;
  margin-top: 1px;
}

/* ── Sağ Carousel ── */
.lpsc-carousel-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
}
.lpsc-carousel {
  display: flex;
  gap: 20px;
  overflow: hidden;
  border-radius: 16px;
}
.lpsc-screen {
  flex-shrink: 0;
  width: 100%;
  background: #161B22;
  border-radius: 16px;
  border: 1px solid rgba(0,188,212,.18);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(0,188,212,.08),
    0 24px 64px rgba(0,0,0,.6),
    0 0 60px rgba(0,188,212,.07);
  transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}
.lpsc-screen-bar {
  background: #0D1117;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0,188,212,.1);
  font-size: 11px;
  color: rgba(255,255,255,.35);
}
.lpsc-dots {
  display: flex;
  gap: 5px;
}
.lpsc-dots::before,
.lpsc-dots::after {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
}
.lpsc-dots::before { background: #e74c3c; box-shadow: 13px 0 0 #f39c12; }
.lpsc-dots::after  { background: #2ecc71; margin-left: 13px; }
.lpsc-screen-body {
  padding: 14px;
  min-height: 280px;
}

/* Carousel navigasyon */
.lpsc-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}
.lpsc-arr {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,188,212,.1);
  border: 1px solid rgba(0,188,212,.25);
  color: #00BCD4;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  line-height: 1;
  font-family: monospace;
}
.lpsc-arr:hover {
  background: #00BCD4;
  color: #0D1117;
}
.lpsc-dots-nav { display: flex; gap: 6px; }
.lpsc-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  transition: all .2s;
  cursor: pointer;
}
.lpsc-dot.active {
  background: #00BCD4;
  width: 20px;
  border-radius: 4px;
}

/* ── Mockup İçerik Elemanları ── */
.lpsc-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.lpsc-addbtn {
  font-size: 10px;
  padding: 4px 10px;
  background: rgba(0,188,212,.12);
  border: 1px solid rgba(0,188,212,.3);
  border-radius: 5px;
  color: #00BCD4;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
}
.lpsc-search {
  font-size: 11px;
  color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  padding: 7px 12px;
  margin-bottom: 10px;
}
.lpsc-muv-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  margin-bottom: 6px;
}
.lpsc-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.lpsc-avatar.lg { width: 44px; height: 44px; font-size: 15px; }
.lpsc-muv-info { flex: 1; min-width: 0; }
.lpsc-muv-name { font-size: 12px; font-weight: 600; color: #fff; }
.lpsc-muv-sub { font-size: 10px; color: rgba(255,255,255,.4); }
.lpsc-badge {
  font-size: 10px;
  padding: 3px 9px;
  border-radius: 20px;
  font-weight: 600;
  flex-shrink: 0;
}
.lpsc-badge.green  { background: rgba(46,204,113,.15);  color: #2ecc71; }
.lpsc-badge.yellow { background: rgba(243,156,18,.15);  color: #f39c12; }
.lpsc-badge.red    { background: rgba(231,76,60,.15);   color: #e74c3c; }
.lpsc-badge.gray   { background: rgba(255,255,255,.08); color: rgba(255,255,255,.5); }
.lpsc-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.lpsc-info-item {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 6px;
  padding: 7px 10px;
}
.lpsc-info-l { font-size: 9px; color: rgba(255,255,255,.35); margin-bottom: 2px; }
.lpsc-info-v { font-size: 11px; color: rgba(255,255,255,.8); font-weight: 500; }
.lpsc-dava-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  margin-bottom: 4px;
}
.lpsc-dava-row.header {
  font-size: 9px;
  color: rgba(255,255,255,.35);
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  background: transparent;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  margin-bottom: 6px;
}
.lpsc-dava-row:not(.header) { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); }
.lpsc-fin-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-size: 12px;
  color: rgba(255,255,255,.6);
}
.lpsc-fin-row.total {
  border-bottom: none;
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.lpsc-linked-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 8px;
  background: rgba(255,255,255,.03);
  border-radius: 5px;
  margin-bottom: 4px;
}
.lpsc-hearing-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.lpsc-doc-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.lpsc-doc-ico { font-size: 16px; flex-shrink: 0; }
.lpsc-wa-btn {
  font-size: 10px;
  padding: 5px 10px;
  background: rgba(37,211,102,.12);
  border: 1px solid rgba(37,211,102,.25);
  border-radius: 6px;
  color: #25d366;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.lpsc-task-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  margin-bottom: 6px;
}
.lpsc-task-row.red   { border-left: 3px solid #e74c3c; }
.lpsc-task-row.yellow { border-left: 3px solid #f39c12; }
.lpsc-task-row.done  { opacity: .6; }
.lpsc-task-prio {
  width: 10px; height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.red-dot    { background: #e74c3c; box-shadow: 0 0 6px rgba(231,76,60,.5); }
.yellow-dot { background: #f39c12; box-shadow: 0 0 6px rgba(243,156,18,.5); }
.gray-dot   { background: rgba(255,255,255,.3); }
.lpsc-alert-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-left: 3px solid;
  border-radius: 6px;
  margin-bottom: 6px;
}
.lpsc-alert-row.red    { border-left-color: #e74c3c; background: rgba(231,76,60,.05); }
.lpsc-alert-row.yellow { border-left-color: #f39c12; background: rgba(243,156,18,.05); }
.lpsc-alert-ico {
  width: 24px; height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.lpsc-alert-ico.red    { background: rgba(231,76,60,.2);  color: #e74c3c; }
.lpsc-alert-ico.yellow { background: rgba(243,156,18,.2); color: #f39c12; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .lpsc-panel.active { flex-direction: column; gap: 40px; }
  .lpsc-text { flex: none; width: 100%; }
}
@media (max-width: 640px) {
  .lpsc-tab { font-size: 12px; padding: 12px 14px; }
}

/* ============================================================
   LEXBASE — STİCKY SCROLL SHOWCASE
   ============================================================ */

.lp-sticky-section {
  background: linear-gradient(to bottom, #0D1117, #161B22 30%, #161B22 70%, #0D1117);
  padding: 80px 0 120px;
}

/* ── İki Sütunlu Yapı ── */
.lp-sticky-wrap {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  padding: 0 5vw;
  max-width: 1300px;
  margin: 0 auto;
}

/* ── Sol: Sabit Cihaz ── */
.lp-sticky-left {
  flex: 0 0 480px;
  position: sticky;
  top: 108px; /* navbar yüksekliği + boşluk */
}
.lp-sticky-device {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0,188,212,.2);
  box-shadow:
    0 0 0 1px rgba(0,188,212,.08),
    0 32px 80px rgba(0,0,0,.7),
    0 0 80px rgba(0,188,212,.15);
  background: #161B22;
}
.lp-sd-bar {
  background: #0D1117;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0,188,212,.1);
}
.lp-sd-dots {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #e74c3c;
  box-shadow: 13px 0 0 #f39c12, 26px 0 0 #2ecc71;
  flex-shrink: 0;
  margin-right: 14px;
}
.lp-sd-url {
  font-size: 11px;
  color: rgba(255,255,255,.35);
  flex: 1;
  text-align: center;
  transition: all .4s ease;
}
.lp-sd-screen {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

/* ── Mockuplar ── */
.lp-mock {
  position: absolute;
  inset: 0;
  padding: 18px 16px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .45s ease, transform .45s ease;
  pointer-events: none;
}
.lp-mock[data-active="true"],
.lp-mock.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}
.lp-mock-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.lp-mock-kpi {
  background: rgba(255,255,255,.03);
  border: 1px solid;
  border-radius: 10px;
  padding: 10px 12px;
  text-align: center;
}
.lp-mock-kpi-n {
  font-size: 20px;
  font-weight: 800;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.1;
  margin-bottom: 3px;
}
.lp-mock-kpi-l {
  font-size: 9px;
  color: rgba(255,255,255,.4);
  font-weight: 500;
}
.lp-mock-list-head {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.lp-mock-muv-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  margin-bottom: 5px;
}
.lp-mock-av {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.lp-mock-muv-text { flex: 1; min-width: 0; }
.lp-mock-muv-name { font-size: 12px; font-weight: 600; color: #fff; }
.lp-mock-muv-meta { font-size: 10px; color: rgba(255,255,255,.4); }
.lp-mock-status {
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 20px;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
}
.lp-mock-status.green  { background: rgba(46,204,113,.15);  color: #2ecc71; }
.lp-mock-status.yellow { background: rgba(243,156,18,.15);  color: #f39c12; }
.lp-mock-status.red    { background: rgba(231,76,60,.15);   color: #e74c3c; }
.lp-mock-dava-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  margin-bottom: 5px;
}
.lp-mock-dava-esas { font-size: 11px; font-weight: 700; margin-bottom: 2px; }
.lp-mock-dava-ad { font-size: 10px; color: rgba(255,255,255,.4); }
.lp-mock-fin-bar {
  display: flex;
  align-items: center;
  margin-top: 12px;
  padding: 10px;
  background: rgba(0,188,212,.05);
  border: 1px solid rgba(0,188,212,.12);
  border-radius: 10px;
}
.lp-mock-fin-item { flex: 1; text-align: center; }
.lp-mock-fin-label { font-size: 9px; color: rgba(255,255,255,.4); margin-bottom: 3px; }
.lp-mock-fin-val { font-size: 13px; font-weight: 800; font-family: 'DM Sans', sans-serif; }
.lp-mock-fin-div { width: 1px; height: 28px; background: rgba(255,255,255,.1); flex-shrink: 0; }
.lp-mock-wa-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 9px 12px;
  background: rgba(37,211,102,.07);
  border: 1px solid rgba(37,211,102,.18);
  border-radius: 8px;
}
.lp-mock-progress-bar {
  margin-top: 12px;
  padding: 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 8px;
}
.lp-mock-pb-label {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: rgba(255,255,255,.4);
  margin-bottom: 6px;
}
.lp-mock-pb-track {
  height: 6px;
  background: rgba(255,255,255,.08);
  border-radius: 3px;
  overflow: hidden;
}
.lp-mock-pb-fill { height: 100%; border-radius: 3px; }
.lp-mock-task {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px;
  margin-bottom: 6px;
}

/* ── Sağ: Metin Blokları ── */
.lp-sticky-right {
  flex: 1;
  min-width: 0;
  padding-top: 40px;
}
.lp-ss-block {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: opacity .3s ease;
}
.lp-ss-block:last-child { border-bottom: none; }
.lp-ss-block.inactive { opacity: .35; }
.lp-ss-num {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: rgba(0,188,212,.4);
  margin-bottom: 10px;
}
.lp-ss-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00BCD4;
  background: rgba(0,188,212,.08);
  border: 1px solid rgba(0,188,212,.22);
  border-radius: 20px;
  padding: 5px 14px;
  margin-bottom: 20px;
  width: fit-content;
}
.lp-ss-h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}
.lp-ss-p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,.5);
  margin-bottom: 28px;
  max-width: 500px;
}
.lp-ss-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-ss-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,.65);
  line-height: 1.5;
}
.lp-ss-ck {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border-radius: 5px;
  background: rgba(0,188,212,.12);
  border: 1px solid rgba(0,188,212,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #00BCD4;
  font-weight: 700;
  margin-top: 1px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .lp-sticky-wrap { gap: 48px; }
  .lp-sticky-left { flex: 0 0 400px; }
}
@media (max-width: 860px) {
  .lp-sticky-wrap { flex-direction: column; }
  .lp-sticky-left {
    flex: none;
    width: 100%;
    position: relative;
    top: 0;
  }
  .lp-ss-block { min-height: auto; padding: 40px 0; }
}