:root{--bg:#07111f;--card:#0d2035;--gold:#d8aa3d;--gold2:#f1d27a;--muted:#b6c2d0;--border:rgba(216,170,61,.25)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Tahoma,Arial,sans-serif;background:var(--bg);color:white;line-height:1.8}a{text-decoration:none;color:inherit}.header{position:sticky;top:0;z-index:100;background:rgba(5,13,24,.96);border-bottom:1px solid var(--border)}.header-inner{max-width:1450px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:10px 28px}.logo-img{width:115px;max-height:70px;object-fit:contain}.nav a{display:inline-block;color:white;margin:0 6px;font-weight:bold;font-size:14px;padding:8px 4px}.nav a:hover{color:var(--gold2)}.admin-link{border:1px solid var(--gold);color:var(--gold2)!important;border-radius:7px;padding:8px 12px!important}.btn{display:inline-block;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#07111f;padding:12px 22px;border-radius:8px;font-weight:900;border:0;cursor:pointer}.btn.dark{background:#102c4b;color:white;border:1px solid var(--border)}.hero{min-height:760px;background:linear-gradient(90deg,rgba(5,13,24,.95),rgba(5,13,24,.58),rgba(5,13,24,.35)),url('../images/bosphorus.jpg') center/cover;display:flex;align-items:center;justify-content:center;text-align:center}.hero h1{font-size:62px;text-shadow:0 5px 25px #000}.hero p{font-size:25px;color:var(--gold2);margin:15px 0 25px;font-weight:bold}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.search-panel{max-width:1260px;margin:-65px auto 0;background:rgba(13,32,53,.96);border:1px solid var(--border);border-radius:18px;padding:20px;display:grid;grid-template-columns:repeat(5,1fr) 140px;gap:12px}input,select,textarea{width:100%;background:#102945;border:1px solid rgba(255,255,255,.13);color:white;border-radius:8px;padding:13px;font-family:inherit}textarea{min-height:120px}.section{max-width:1450px;margin:auto;padding:65px 30px}.section-title{text-align:center;font-size:36px;margin-bottom:32px}.section-title span{color:var(--gold2)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(285px,1fr));gap:24px}.card,.feature-box,.form-box{background:linear-gradient(180deg,rgba(13,32,53,.98),rgba(7,17,31,.98));border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.30)}.card img{width:100%;height:230px;object-fit:cover}.card-body,.feature-box{padding:20px}.badge{display:inline-block;background:rgba(216,170,61,.18);border:1px solid rgba(216,170,61,.5);color:var(--gold2);padding:4px 10px;border-radius:20px;font-size:13px;font-weight:bold}.meta{color:var(--muted);font-size:14px}.price{font-size:24px;color:var(--gold2);font-weight:900;margin:10px 0}.feature-box img{width:100%;height:185px;object-fit:cover;border-radius:12px;margin-bottom:12px}.feature-box h3{color:var(--gold2);margin-bottom:10px}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;margin-top:35px}.stat{background:rgba(255,255,255,.05);border:1px solid var(--border);border-radius:14px;text-align:center;padding:22px}.stat b{color:var(--gold2);font-size:30px}.form-box{padding:28px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.full{grid-column:1/-1}.table-wrap{overflow:auto;background:var(--card);border-radius:16px;border:1px solid var(--border)}.table{width:100%;min-width:900px;border-collapse:collapse}.table th,.table td{padding:13px;border-bottom:1px solid rgba(255,255,255,.08);text-align:center}.table th{background:rgba(216,170,61,.15);color:var(--gold2)}.table img{width:90px;height:65px;object-fit:cover;border-radius:8px}.detail-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:25px}.gallery-main{width:100%;height:520px;object-fit:cover;border-radius:16px;border:1px solid var(--border)}.thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:10px;margin-top:10px}.thumbs img{width:100%;height:75px;object-fit:cover;border-radius:8px;cursor:pointer;border:1px solid var(--border)}video{width:100%;border-radius:14px;margin-top:15px}.page-hero{min-height:390px;background:linear-gradient(90deg,rgba(5,13,24,.94),rgba(5,13,24,.55)),url('../images/blogs/real-estate-turkey.jpg') center/cover;display:flex;align-items:center;justify-content:center;text-align:center}.page-hero h1{font-size:46px}.page-hero p{color:var(--gold2);font-size:20px;margin-top:8px}.whatsapp{position:fixed;left:22px;bottom:22px;background:#25d366;color:white;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;z-index:200}.footer{background:#050d18;border-top:1px solid var(--border);text-align:center;padding:35px;color:var(--muted);margin-top:50px}@media(max-width:900px){.header-inner{display:block;text-align:center}.nav a{margin:4px}.hero{min-height:520px}.hero h1{font-size:35px}.search-panel,.form-grid,.detail-layout{grid-template-columns:1fr;margin-left:15px;margin-right:15px}.section{padding:45px 18px}.logo-img{width:95px}}
