:root{--navy:#061a2f;--navy2:#0b2949;--red:#e21b2d;--red2:#bd1020;--white:#fff;--bg:#f4f6f8;--text:#172334;--muted:#657286;--line:#dfe5eb;--success:#0d7a55;--shadow:0 12px 35px rgba(6,26,47,.12);--radius:14px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--white);line-height:1.55}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.topbar{background:#031322;color:#d7e0e8;font-size:12px;padding:7px 0}.topbar .container,.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.mini-links,.nav,.header-actions{display:flex;align-items:center;gap:18px}.site-header{background:var(--navy);color:#fff;position:sticky;top:0;z-index:40;box-shadow:0 4px 18px rgba(0,0,0,.12)}.header-inner{min-height:70px}.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:148px;height:48px;object-fit:contain;background:#fff;border-radius:7px;padding:3px 8px}.brand-local{font-size:11px;color:#c8d3df;border-left:1px solid rgba(255,255,255,.25);padding-left:12px}.nav a{font-size:14px;color:#eaf0f5}.nav a:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;padding:11px 17px;cursor:pointer;font-weight:700}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red2)}.btn-light{background:#fff;color:var(--navy);border:1px solid var(--line)}.btn-ghost{background:transparent;color:inherit;border:1px solid currentColor}.mobile-toggle{display:none;background:transparent;color:#fff;border:0;font-size:24px}.hero{min-height:520px;color:#fff;background:linear-gradient(90deg,rgba(3,19,34,.9),rgba(3,19,34,.25)),url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=85') center/cover;display:flex;align-items:center}.hero-copy{max-width:620px;padding:72px 0 130px}.eyebrow{font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#dce7f1}.hero h1,.page-title,h2{font-family:Georgia,'Times New Roman',serif;font-weight:500}.hero h1{font-size:58px;line-height:1.06;margin:13px 0 18px}.hero p{font-size:18px;max-width:560px;color:#e1e8ee}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:25px;font-size:14px}.search-shell{margin-top:-84px;position:relative;z-index:4;background:var(--navy);padding:0 16px 16px;border-radius:14px;box-shadow:var(--shadow)}.search-tabs{display:flex}.search-tabs button{border:0;background:transparent;color:#fff;padding:13px 28px;font-weight:800;cursor:pointer}.search-tabs button.active{background:var(--red);border-radius:8px 8px 0 0}.search-grid{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px}.field{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 14px;background:#fff;color:var(--text)}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:26px 0 48px}.category{padding:18px 12px;border:1px solid var(--line);border-radius:12px;text-align:center;background:#fff;transition:.2s}.category:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.category .icon{font-size:28px;color:var(--navy)}.category strong{display:block;font-size:14px;margin-top:7px}.section{padding:48px 0}.section.alt{background:var(--bg)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px}.section-head h2{font-size:34px;margin:0;color:var(--navy)}.section-head p{margin:5px 0 0;color:var(--muted)}.text-link{font-weight:800;color:var(--navy);font-size:13px}.map-layout{display:grid;grid-template-columns:1.35fr 1fr;gap:16px}.map-box{height:470px;border-radius:14px;overflow:hidden;border:1px solid var(--line);position:relative;background:#dfe8ef}.map-box #map{height:100%}.map-note{position:absolute;left:12px;bottom:12px;z-index:500;background:#fff;padding:8px 10px;border-radius:7px;font-size:11px;box-shadow:var(--shadow)}.map-list{display:grid;gap:10px}.map-card{display:grid;grid-template-columns:125px 1fr;gap:12px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;min-height:84px}.map-card img{width:125px;height:100%;object-fit:cover}.map-card-body{padding:9px 10px}.map-card h3{margin:2px 0;font-size:14px}.price{color:var(--red);font-weight:900}.muted{color:var(--muted)}.small{font-size:12px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.listing-card{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;position:relative;transition:.2s}.listing-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.listing-img{width:100%;height:175px;object-fit:cover}.listing-body{padding:14px}.listing-body h3{font-size:16px;margin:5px 0 9px;line-height:1.3}.listing-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px}.listing-bottom{display:flex;justify-content:space-between;align-items:end;gap:8px;margin-top:14px}.eids-badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;color:var(--navy);font-weight:800}.eids-badge .check{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--navy);color:#fff}.verified-corner{position:absolute;right:8px;bottom:8px;background:#fff;padding:5px 7px;border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,.12)}.split-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}.compact-panel{border:1px solid var(--line);border-radius:12px;padding:18px}.compact-row{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.compact-row:last-child{border:0}.compact-row img{width:58px;height:48px;object-fit:cover;border-radius:7px}.location-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.location-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.location-card img{height:100px;width:100%;object-fit:cover}.location-card div{padding:10px}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.article-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.article-card img{width:100%;height:150px;object-fit:cover}.article-body{padding:15px}.article-body h3{margin:6px 0 10px;font-size:17px}.chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.chip{font-size:11px;background:#edf1f5;color:var(--navy);padding:5px 8px;border-radius:999px}.services{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.service{padding:6px}.service .icon{font-size:28px;color:var(--red)}.stats-band{background:var(--navy);color:#fff;padding:25px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr) 1.2fr 1.2fr;align-items:center}.stat,.partner{padding:0 18px;border-right:1px solid rgba(255,255,255,.18);text-align:center}.stat strong{font-family:Georgia,serif;font-size:27px}.stat span{display:block;font-size:11px;color:#ccd8e4}.partner:last-child{border:0}.partner-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:5px;font-weight:900}.partner-sahibinden{background:#ffe500;color:#111}.partner-hepsi{background:#fff;color:#e21b2d}.office-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.office-card,.valuation{border:1px solid var(--line);border-radius:12px;padding:22px;background:#fff}.office-card-inner{display:grid;grid-template-columns:180px 1fr;gap:18px}.office-card img{width:180px;height:160px;object-fit:cover;border-radius:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-grid .full{grid-column:1/-1}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;margin-top:22px;padding:18px 22px;border:1px solid var(--line);border-radius:12px}.newsletter-form{display:flex}.newsletter-form input{border-radius:8px 0 0 8px}.newsletter-form button{border-radius:0 8px 8px 0}.cta-band{background:var(--red);color:#fff;padding:25px 0}.cta-band .container{display:flex;justify-content:space-between;align-items:center;gap:20px}.site-footer{background:#031322;color:#d4dee7;padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:28px}.footer-grid h4{color:#fff;margin-top:0}.footer-grid a{display:block;font-size:13px;margin:7px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:30px;padding-top:16px;display:flex;justify-content:space-between;gap:20px;font-size:12px}.socials{display:flex;gap:9px;flex-wrap:wrap}.socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:flex;align-items:center;justify-content:center}.page-hero{background:var(--navy);color:#fff;padding:58px 0}.page-title{font-size:44px;margin:0}.breadcrumbs{font-size:12px;color:#c9d4df;margin-bottom:14px}.content-layout{display:grid;grid-template-columns:1fr 310px;gap:28px}.article-content{font-size:17px}.article-content h2{font-size:29px;margin-top:34px}.article-content p{margin:17px 0}.seo-box{background:var(--bg);border-left:4px solid var(--red);padding:18px;border-radius:8px;margin-top:28px}.sidebar-box{border:1px solid var(--line);border-radius:12px;padding:18px;margin-bottom:16px}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:8px;margin-bottom:24px}.gallery img{height:220px;width:100%;object-fit:cover;border-radius:10px}.gallery img:first-child{grid-row:span 2;height:448px}.detail-grid{display:grid;grid-template-columns:1fr 340px;gap:28px}.detail-price{font-size:34px;color:var(--red);font-weight:900}.facts{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:12px;margin:20px 0}.fact{text-align:center;padding:15px;border-right:1px solid var(--line)}.fact:last-child{border:0}.contact-card{position:sticky;top:95px;border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:var(--shadow)}.modal-overlay{position:fixed;inset:0;background:rgba(2,16,30,.78);display:none;align-items:center;justify-content:center;padding:18px;z-index:1000;backdrop-filter:blur(3px)}.modal-overlay.show{display:flex}.trust-modal{background:#fff;border-radius:16px;max-width:590px;width:100%;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.35);position:relative}.trust-modal img{width:100%;height:210px;object-fit:cover}.trust-modal-content{padding:26px;text-align:center}.trust-modal h2{font-size:31px;margin:8px 0 12px}.modal-close{position:absolute;right:12px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#fff;color:var(--navy);font-size:21px;cursor:pointer}.admin-link{position:fixed;right:16px;bottom:16px;z-index:30;background:var(--navy);color:#fff;padding:8px 10px;border-radius:8px;font-size:11px;opacity:.2}.admin-link:hover{opacity:1}
@media(max-width:980px){.nav{display:none}.mobile-toggle{display:block}.header-inner.open .nav{display:flex;position:absolute;left:0;right:0;top:70px;background:var(--navy);padding:18px;flex-direction:column}.categories{grid-template-columns:repeat(3,1fr)}.cards{grid-template-columns:repeat(2,1fr)}.map-layout,.office-grid,.content-layout,.detail-grid{grid-template-columns:1fr}.location-grid{grid-template-columns:repeat(4,1fr)}.blog-grid{grid-template-columns:repeat(2,1fr)}.services{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr);gap:20px}.contact-card{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.container{width:min(100% - 24px,var(--max))}.topbar{display:none}.header-inner{min-height:62px}.brand-logo{width:122px}.brand-local,.header-actions .hide-mobile{display:none}.hero{min-height:560px}.hero-copy{padding:60px 0 165px}.hero h1{font-size:42px}.search-shell{margin-top:-145px}.search-grid{grid-template-columns:1fr}.categories{grid-template-columns:repeat(2,1fr)}.section{padding:36px 0}.section-head h2{font-size:28px}.cards,.split-list,.blog-grid,.office-grid,.form-grid,.newsletter{grid-template-columns:1fr}.map-box{height:390px}.location-grid{grid-template-columns:repeat(2,1fr)}.services{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:1fr 1fr}.stat,.partner{border:0;padding:10px}.footer-grid{grid-template-columns:1fr}.footer-bottom,.cta-band .container{flex-direction:column;align-items:flex-start}.office-card-inner{grid-template-columns:1fr}.office-card img{width:100%}.gallery{grid-template-columns:1fr 1fr}.gallery img:first-child{grid-column:1/-1;height:260px}.gallery img{height:130px}.facts{grid-template-columns:repeat(2,1fr)}.fact{border-bottom:1px solid var(--line)}.trust-modal img{height:170px}.trust-modal-content{padding:20px}.trust-modal h2{font-size:26px}}

/* Tasarım düzeltmeleri v4 */
.brand-logo-frame{width:160px;height:52px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-radius:8px}
.brand-logo-frame .brand-logo{width:154px;height:154px;max-width:none;object-fit:contain;transform:scale(1.38);padding:0;background:transparent;border-radius:0}
.footer-logo{margin-bottom:14px}
.location-visual{height:100px;display:grid;place-items:center;background:linear-gradient(145deg,#071d33,#123b61);color:#fff;position:relative;overflow:hidden}
.location-visual:before,.location-visual:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.11);border-radius:50%}
.location-visual:before{width:110px;height:110px;right:-45px;top:-55px}
.location-visual:after{width:70px;height:70px;left:-28px;bottom:-38px}
.location-visual span{font-size:34px;line-height:1;color:#fff;position:relative;z-index:1}
.newsletter-form input{min-width:0}
.newsletter-form button{min-width:118px;white-space:nowrap}
@media(max-width:650px){.brand-logo-frame{width:132px;height:46px}.brand-logo-frame .brand-logo{width:132px;height:132px;transform:scale(1.38)}.newsletter-form button{min-width:108px}}

/* Referans tasarım uyarlaması v5 */
body{font-size:15px;background:#fff;color:#091a2d}
.container{width:min(1320px,calc(100% - 64px))}
.topbar{height:31px;padding:4px 0;background:#021326}
.topbar .container{justify-content:flex-end}.topbar .container>span{margin-right:auto}
.site-header{z-index:900;background:#061a2f;box-shadow:none}
.header-inner{min-height:82px}
.brand{gap:12px;flex:0 0 auto}
.brand-logo-frame{width:180px;height:72px;position:relative;display:block;overflow:visible;background:transparent;border-radius:0}
.brand-logo-frame .brand-logo{position:absolute;left:50%;top:50%;width:176px;height:176px;max-width:none;object-fit:contain;transform:translate(-50%,-50%);padding:0;background:transparent;border:0;border-radius:0;filter:grayscale(1) brightness(0) invert(1);opacity:.98}
.brand-local{font-size:12px;line-height:1.65;color:#d4dfeb;padding-left:14px}
.nav{gap:25px;margin-left:auto}.nav a{font-size:14px;font-weight:700;color:#edf3f8;white-space:nowrap}
.header-actions{gap:20px}.header-actions>a:first-child{font-size:15px;font-weight:700;white-space:nowrap}.header-actions .btn{padding:13px 20px}
.hero{min-height:500px;background:linear-gradient(90deg,rgba(3,20,37,.94) 0%,rgba(3,20,37,.65) 35%,rgba(3,20,37,.13) 75%),url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?auto=format&fit=crop&w=1900&q=88') center 48%/cover}
.hero-copy{max-width:530px;padding:56px 0 132px}.hero h1{font-size:57px;line-height:1.02;margin:10px 0 16px}.hero p{font-size:16px;line-height:1.65;max-width:510px}.trust-row{gap:30px;font-size:13px}.trust-row span{display:inline-flex;align-items:center;gap:9px}.trust-row i{width:30px;height:30px;border:1px solid rgba(255,255,255,.75);border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.search-shell{margin-top:-62px;border-radius:8px;padding:0 14px 14px;background:#061a2f;box-shadow:0 15px 38px rgba(5,24,43,.22)}
.search-tabs button{padding:11px 30px}.search-grid{grid-template-columns:2fr 1.25fr 1.15fr 170px}.search-grid .field{height:51px}.search-grid .btn{height:51px;font-size:15px}
.categories{gap:14px;margin:18px 0 42px}.category{min-height:145px;padding:25px 12px 18px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.category .icon{font-size:34px}.category strong{font-size:14px;margin-top:12px}.category-arrow{font-size:18px;margin-top:7px;color:#49627d}
.section{padding:42px 0}.section.alt{background:#f5f7f9}.section-head{margin-bottom:18px}.section-head h2{font-size:34px;line-height:1.12}.section-head p{font-size:14px}.section-location{font-size:12px;color:#596b7f;background:#fff;border:1px solid var(--line);padding:7px 10px;border-radius:6px}
.map-section{position:relative;z-index:1}.map-layout{grid-template-columns:1.35fr 1fr;gap:14px;align-items:stretch}.map-box{height:505px;z-index:1;isolation:isolate;border-radius:8px}.map-box #map{position:relative;z-index:1}.map-note{z-index:490}.map-list{height:505px;gap:10px;overflow:auto;padding-right:3px}.map-card{grid-template-columns:150px 1fr;gap:0;min-height:94px;border-radius:8px}.map-card img{width:150px;height:100%;min-height:94px}.map-card-body{padding:9px 13px;min-width:0}.map-card-top{display:flex;align-items:center;gap:8px}.transaction-label{font-size:9px;text-transform:uppercase;font-weight:800;color:#fff;background:#092746;padding:3px 6px;border-radius:4px}.map-card h3{font-size:14px;margin:3px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-card-meta{display:flex;gap:12px;color:#657286;font-size:10px}.map-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:5px}.map-card-bottom .price{font-size:15px}.map-card-bottom .eids-badge{font-size:9px}
.cards{gap:14px}.listing-card{border-radius:8px}.listing-media{position:relative}.listing-img{height:205px}.transaction-badge{position:absolute;left:10px;top:10px;background:#082541;color:#fff;border-radius:4px;padding:5px 8px;font-size:10px;font-weight:800;text-transform:uppercase}.favorite-button{position:absolute;right:10px;top:9px;width:32px;height:32px;border-radius:50%;background:rgba(5,25,45,.55);color:#fff;display:grid;place-items:center}.listing-body{padding:13px}.listing-body h3{font-size:15px;margin:5px 0 10px}.listing-meta{gap:10px;font-size:10px}.listing-price-row{text-align:right;margin-top:9px}.listing-price-row .price{font-size:17px}.listing-bottom{border-top:1px solid var(--line);padding-top:10px;margin-top:8px;align-items:center}.listing-bottom .text-link{font-size:10px}
.listings-split-section{padding-top:34px}.split-list{gap:18px}.compact-panel{border-radius:8px;padding:20px;background:#fff}.compact-panel .section-head{align-items:center;margin-bottom:9px}.compact-panel .section-head h2{font-size:30px}.compact-filters{display:flex;gap:6px;overflow-x:auto;padding-bottom:8px;margin-bottom:3px}.compact-filters button{border:0;background:transparent;color:#536579;font-size:10px;padding:5px 8px;white-space:nowrap;cursor:pointer;border-radius:5px}.compact-filters button.active{background:#082541;color:#fff}.compact-row{grid-template-columns:72px minmax(0,1fr) auto;padding:10px 0}.compact-row[hidden]{display:none}.compact-row img{width:72px;height:58px;border-radius:7px}.compact-row strong{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-row small{display:block;font-size:10px;margin-top:3px}.compact-row .price{font-size:15px;white-space:nowrap;margin-left:10px}
.location-grid{gap:12px}.location-card{border-radius:8px}.location-card img{height:122px}.location-card div{padding:11px}.location-card strong{display:block;font-size:14px}.location-card .small{display:block;margin-top:3px}
.blog-grid{gap:14px}.article-card{border-radius:8px}.article-card img{height:175px}
.services-section{padding-bottom:30px}.services{grid-template-columns:repeat(6,1fr);gap:22px}.service{display:grid;grid-template-columns:36px 1fr;column-gap:8px;align-items:start}.service .icon{grid-row:1/3;font-size:25px;color:var(--red)}.service strong{font-size:13px}.service .small{font-size:10px;line-height:1.45}
.stats-band{padding:22px 0}.stats-grid{grid-template-columns:repeat(4,1fr) 1.1fr 1.1fr}.stat strong{font-size:26px}.partner-badge{font-size:13px}
.home-cta{padding:19px 0}.home-cta .container{display:grid;grid-template-columns:48px 1fr auto;align-items:center}.home-cta .cta-icon{font-size:30px}.home-cta strong{display:block;font-size:18px}.home-cta span{display:block;font-size:12px}.home-cta .btn{min-width:270px}
.office-section{padding:34px 0}.office-grid{grid-template-columns:1.05fr 1fr;gap:18px}.office-card,.valuation{border-radius:8px;padding:18px}.office-card .section-head h2,.valuation .section-head h2{font-size:27px}.office-card-inner{grid-template-columns:1.2fr 1fr;gap:18px}.office-card img{width:100%;height:245px;border-radius:7px}.office-details p{font-size:12px;line-height:1.9}.office-details i{width:18px;color:#0a2b4d}.newsletter{border-radius:8px;margin-top:16px;padding:14px 18px}.newsletter h2{font-size:24px;margin:0}.newsletter .muted{font-size:11px}
.site-footer{padding:30px 0 15px}.footer-grid{grid-template-columns:1.25fr repeat(4,1fr);gap:24px}.footer-logo{width:155px;height:62px;margin-bottom:8px}.footer-logo .brand-logo{width:155px;height:155px}.footer-grid h4{font-size:13px}.footer-grid a,.footer-grid .small{font-size:10px}.socials a{width:30px;height:30px;font-size:12px}.footer-bottom{margin-top:20px;padding-top:12px;font-size:10px}
@media(max-width:1180px){.container{width:min(100% - 36px,1320px)}.nav{gap:15px}.nav a{font-size:12px}.brand-logo-frame{width:150px}.brand-logo-frame .brand-logo{width:150px;height:150px}.brand-local{display:none}.header-actions{gap:12px}.map-card{grid-template-columns:125px 1fr}.map-card img{width:125px}.services{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.site-header{z-index:900}.header-inner{position:relative}.header-inner.open .nav{top:82px;z-index:910}.hero{min-height:470px}.map-layout{grid-template-columns:1fr}.map-list{height:auto;max-height:none;grid-template-columns:1fr 1fr}.cards{grid-template-columns:repeat(2,1fr)}.split-list{grid-template-columns:1fr}.location-grid{grid-template-columns:repeat(4,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr)}.office-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.container{width:calc(100% - 24px)}.header-inner{min-height:70px}.brand-logo-frame{width:128px;height:58px}.brand-logo-frame .brand-logo{width:128px;height:128px;transform:translate(-50%,-50%)}.header-actions .btn{padding:9px 12px;font-size:12px}.hero{min-height:500px;background-position:58% center}.hero-copy{padding:46px 0 150px}.hero h1{font-size:43px}.hero p{font-size:14px}.trust-row{gap:12px;font-size:11px}.search-shell{margin-top:-124px}.search-tabs button{padding:10px 24px}.search-grid{grid-template-columns:1fr}.categories{grid-template-columns:repeat(2,1fr);gap:10px}.category{min-height:120px}.map-box{height:390px}.map-list{grid-template-columns:1fr}.map-card{grid-template-columns:105px 1fr}.map-card img{width:105px}.map-card-meta{display:none}.map-card-bottom{align-items:flex-end}.map-card-bottom .eids-badge{font-size:0}.map-card-bottom .eids-badge .check{font-size:10px}.cards{grid-template-columns:1fr}.listing-img{height:235px}.compact-panel{padding:15px}.compact-panel .section-head h2{font-size:26px}.compact-row{grid-template-columns:58px minmax(0,1fr) auto}.compact-row img{width:58px;height:50px}.compact-row strong{font-size:12px}.compact-row .price{font-size:12px}.location-grid{grid-template-columns:repeat(2,1fr)}.location-card img{height:110px}.blog-grid{grid-template-columns:1fr}.services{grid-template-columns:1fr 1fr;gap:18px 10px}.service{grid-template-columns:30px 1fr}.stats-grid{grid-template-columns:1fr 1fr}.home-cta .container{grid-template-columns:38px 1fr}.home-cta .btn{grid-column:1/-1;width:100%;min-width:0;margin-top:12px}.office-card-inner{grid-template-columns:1fr}.office-card img{height:230px}.newsletter{grid-template-columns:1fr}.newsletter-form{width:100%}.footer-grid{grid-template-columns:1fr}.footer-logo{width:145px}.footer-bottom{flex-direction:column}}

/* Referans görsel birebir uyarlama v6 */
:root{--navy:#041c32;--navy2:#0a2946;--red:#ed1b2f;--bg:#f7f8fa;--text:#061a2e;--muted:#5d6f84;--line:#dce3ea;--max:1420px}
body{font-family:Inter,Arial,sans-serif;font-size:14px;color:var(--text)}
.container{width:min(var(--max),calc(100% - 72px))}
.site-header{position:sticky;top:0;z-index:1000;height:88px;background:#041c32;box-shadow:0 1px 0 rgba(255,255,255,.08)}
.header-inner{height:88px;min-height:88px;gap:22px}
.brand{width:215px;flex:0 0 215px}
.brand-logo-frame{width:205px;height:60px;display:flex;align-items:center;justify-content:flex-start;position:static;overflow:visible;background:transparent}
.brand-logo-frame .brand-logo{position:static;width:205px;height:auto;max-width:100%;object-fit:contain;transform:none;filter:none;opacity:1}
.nav{margin:0;gap:22px;flex:1;justify-content:center}.nav a{font-size:12px;font-weight:600;color:#fff}
.header-actions{gap:16px}.header-actions>a{font-size:12px!important}.header-actions .btn{padding:11px 17px;border-radius:5px}.login-link{white-space:nowrap}
.hero{min-height:455px;background:linear-gradient(90deg,rgba(4,28,50,.96) 0%,rgba(4,28,50,.78) 27%,rgba(4,28,50,.08) 62%),url('/assets/img/reference-hero-v6.jpg') center/cover no-repeat}
.hero-copy{max-width:430px;padding:38px 0 118px}.hero h1,.page-title,h2{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600}.hero h1{font-size:58px;line-height:.94;letter-spacing:-.02em;margin:0 0 17px}.hero p{font-size:14px;line-height:1.55;max-width:400px;margin:0}.trust-row{margin-top:22px;gap:27px;font-size:11px;font-weight:600;line-height:1.25}.trust-row i{width:32px;height:32px;font-size:13px}
.search-shell{margin-top:-52px;padding:0 13px 13px;border-radius:6px;background:#041c32;box-shadow:0 8px 20px rgba(4,28,50,.18)}
.search-tabs button{font-size:13px;padding:10px 27px}.search-tabs button.active{border-radius:4px 4px 0 0}.search-grid{grid-template-columns:2fr 1.35fr 1.2fr 190px;gap:11px}.search-grid .field,.search-grid .btn{height:52px;border-radius:5px;font-size:12px}.search-grid .btn{font-size:14px}
.categories{grid-template-columns:repeat(6,1fr);gap:13px;margin:18px 0 34px}.category{min-height:136px;border-radius:5px;padding:20px 10px 15px;box-shadow:0 6px 20px rgba(6,26,47,.04)}.category .icon{font-size:31px;color:#082b50}.category strong{font-size:12px;margin-top:11px}.category-arrow{font-size:15px;margin-top:7px}
.section{padding:34px 0}.section.alt{background:#f7f8fa}.section-head{margin-bottom:13px}.section-head h2{font-size:32px;line-height:1;margin:0}.section-head p{display:none}.section-location{font-size:10px;padding:6px 11px;border:0;background:#fff;color:#4f6073}
.map-section{padding-top:20px}.map-layout{grid-template-columns:1.24fr 1fr;gap:13px}.map-box{height:480px;border-radius:5px;z-index:1;isolation:isolate}.map-list{height:480px;gap:8px}.map-card{grid-template-columns:152px 1fr;min-height:89px;border-radius:5px}.map-card img{width:152px;min-height:89px}.map-card-body{padding:8px 11px}.map-card-top{gap:7px}.transaction-label{padding:2px 5px;font-size:8px}.map-card h3{font-size:12px;margin:2px 0 3px}.map-card-meta{font-size:9px}.map-card-bottom{margin-top:4px}.map-card-bottom .price{font-size:14px}.map-card-bottom .eids-badge{font-size:8px}.price-marker{background:transparent;border:0}.price-marker span{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:30px;padding:0 8px;background:#ed1b2f;color:#fff;border:2px solid #fff;border-radius:7px;font-size:11px;font-weight:800;box-shadow:0 3px 9px rgba(4,28,50,.22);white-space:nowrap}.price-marker span:after{content:"";position:absolute;left:22px;bottom:-6px;border:6px solid transparent;border-top-color:#ed1b2f}.map-popup{display:grid;gap:7px;min-width:190px;padding:2px}.map-popup strong{color:#061a2f;font-size:13px;line-height:1.35}.map-popup-price{color:#ed1b2f;font-size:15px;font-weight:900}.map-popup-link{display:flex;align-items:center;justify-content:center;min-height:38px;margin-top:2px;padding:8px 13px;border-radius:7px;background:#ed1b2f;color:#fff!important;font-size:12px;font-weight:900;text-decoration:none!important}.map-popup-link:hover{background:#c91425}.leaflet-popup-content{margin:14px 16px}
.section-head .text-link,.text-link{font-size:10px;text-transform:uppercase;letter-spacing:.02em}.cards{gap:13px}.listing-card{border-radius:5px}.listing-img{height:188px}.transaction-badge{font-size:9px;padding:4px 7px;border-radius:3px}.favorite-button{width:28px;height:28px}.listing-body{padding:11px}.listing-body h3{font-size:12px;min-height:32px;margin:4px 0 7px}.listing-meta{font-size:9px}.listing-price-row .price{font-size:14px}.listing-bottom{padding-top:8px}.eids-badge{font-size:8px}.eids-badge .check{width:15px;height:15px;font-size:9px}
.listings-split-section{padding-top:18px}.split-list{gap:15px}.compact-panel{padding:13px;border-radius:5px}.compact-panel .section-head h2{font-size:27px}.compact-filters{gap:10px;padding-bottom:6px}.compact-filters button{font-family:'Cormorant Garamond',Georgia,serif;font-size:12px;padding:3px 7px}.compact-row{grid-template-columns:62px minmax(0,1fr) auto;padding:7px 0}.compact-row img{width:62px;height:46px;border-radius:4px}.compact-row strong{font-size:11px}.compact-row small{font-size:8px}.compact-row .price{font-size:12px}
.location-grid{gap:10px}.location-card{border-radius:5px}.location-card img{height:102px}.location-card div{padding:8px}.location-card strong{font-size:11px}.location-card .small{font-size:9px}
.blog-grid{grid-template-columns:repeat(5,1fr);gap:12px}.article-card{border-radius:5px}.article-card img{height:145px}.article-body{padding:10px}.article-body h3{font-size:12px;line-height:1.3;min-height:47px}.article-body p{display:none}.article-body .small{font-size:8px}.article-body .text-link{font-size:8px}
.services-section{padding:24px 0}.services{gap:17px}.service{grid-template-columns:31px 1fr;column-gap:7px}.service .icon{font-size:23px;color:#092f57}.service strong{font-size:10px}.service .small{font-size:8px}
.stats-band{padding:21px 0;background:#041c32}.stat,.partner{padding:0 14px}.stat strong{font-size:25px}.stat span{font-size:9px}.partner-badge{font-size:12px;border-radius:3px}
.home-cta{padding:17px 0}.home-cta .container{grid-template-columns:42px 1fr auto}.home-cta .cta-icon{font-size:27px}.home-cta strong{font-size:15px}.home-cta span{font-size:10px}.home-cta .btn{min-width:260px;border-radius:4px;font-size:11px}
.office-section{padding:25px 0}.office-grid{grid-template-columns:1fr 1.05fr;gap:26px;align-items:stretch}.office-card{padding:0;border:0;border-radius:0}.valuation{padding:14px;border-radius:5px}.valuation-stack{display:flex;flex-direction:column;gap:10px}.office-card .section-head h2,.valuation .section-head h2{font-size:25px}.office-card-inner{grid-template-columns:1.35fr 1fr;gap:16px;align-items:center}.office-card img{height:245px;border-radius:4px}.office-details p{font-size:9px;line-height:1.85}.office-details .btn{font-size:9px;padding:8px 10px}.valuation .field{font-size:10px;padding:10px}.valuation .btn{font-size:10px}.newsletter{margin:0;padding:11px 14px;border-radius:5px;grid-template-columns:1fr 1.25fr}.newsletter h2{font-size:21px}.newsletter .muted{font-size:9px}.newsletter-form .field,.newsletter-form .btn{height:42px;font-size:10px}
.site-footer{padding:24px 0 12px;background:#03182b}.footer-grid{grid-template-columns:1.25fr repeat(5,1fr);gap:21px}.footer-logo{width:180px;height:54px;margin-bottom:5px}.footer-logo .brand-logo{width:180px;height:auto}.footer-grid h4{font-size:11px}.footer-grid a,.footer-grid .small{font-size:8px}.socials a{width:27px;height:27px;font-size:10px}.footer-bottom{font-size:8px;margin-top:15px;padding-top:10px}
@media(max-width:1250px){.container{width:min(100% - 36px,var(--max))}.brand{width:175px;flex-basis:175px}.brand-logo-frame,.brand-logo-frame .brand-logo{width:170px}.nav{gap:13px}.nav a{font-size:10px}.header-actions{gap:10px}.header-actions>a{font-size:10px!important}}
@media(max-width:980px){.site-header,.header-inner{height:74px;min-height:74px}.header-inner.open .nav{top:74px}.brand{width:160px;flex-basis:160px}.brand-logo-frame,.brand-logo-frame .brand-logo{width:155px}.hero{min-height:450px}.map-layout{grid-template-columns:1fr}.map-list{height:auto;grid-template-columns:1fr 1fr}.blog-grid{grid-template-columns:repeat(2,1fr)}.services{grid-template-columns:repeat(3,1fr)}.office-grid{grid-template-columns:1fr}}
@media(max-width:650px){.container{width:calc(100% - 22px)}.site-header,.header-inner{height:68px;min-height:68px}.brand{width:132px;flex-basis:132px}.brand-logo-frame,.brand-logo-frame .brand-logo{width:130px;height:auto}.header-inner.open .nav{top:68px}.hero{min-height:455px;background-position:62% center}.hero-copy{padding:35px 0 145px}.hero h1{font-size:45px}.hero p{font-size:12px}.trust-row{font-size:9px}.search-shell{margin-top:-122px}.categories{grid-template-columns:repeat(2,1fr)}.category{min-height:118px}.map-list{grid-template-columns:1fr}.map-card{grid-template-columns:105px 1fr}.map-card img{width:105px}.cards{grid-template-columns:1fr}.listing-img{height:230px}.location-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:1fr}.services{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}

/* Kategori kartları referans eşleştirmesi v7 */
.categories{gap:14px;margin:18px 0 34px}
.category{min-height:132px;padding:20px 12px 14px;border:1px solid #dbe3ea;border-radius:5px;box-shadow:none;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}
.category .icon{height:42px;display:flex;align-items:center;justify-content:center;font-size:36px;line-height:1;color:#082d54}
.category .icon i{font-weight:400}
.category strong{margin-top:7px;font-size:12px;line-height:1.2;color:#061a2e}
.category-arrow{margin-top:7px;font-size:17px;line-height:1;color:#214c76}
.category:hover{transform:translateY(-2px);border-color:#9fb1c2;box-shadow:0 8px 22px rgba(6,26,47,.07)}
@media(max-width:650px){.categories{gap:10px}.category{min-height:116px;padding:16px 9px 12px}.category .icon{height:36px;font-size:31px}.category strong{font-size:11px}.category-arrow{font-size:15px}}

/* Öne çıkan ilan kartları referans eşleştirmesi v8 */
.cards{gap:14px}
.listing-card{border:1px solid #d9e1e8;border-radius:5px;box-shadow:none;background:#fff}
.listing-card:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(6,26,47,.08)}
.listing-img{height:182px;object-fit:cover}
.transaction-badge{left:10px;top:10px;padding:4px 7px;border-radius:3px;background:#06213b;font-size:9px;line-height:1.2}
.favorite-button{right:9px;top:9px;width:30px;height:30px;background:transparent;border:0;border-radius:0;font-size:20px;text-shadow:0 1px 5px rgba(0,0,0,.65)}
.listing-body{padding:11px 11px 0}
.listing-body h3{min-height:0;margin:0 0 8px;font-size:12px;line-height:1.35;color:#071b2f}
.listing-meta{display:flex;gap:11px;flex-wrap:wrap;font-size:9px;line-height:1.3;color:#607287}
.listing-meta i{width:11px;color:#6e8195}
.listing-location-price{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin:8px 0 9px}
.listing-location-price .small{font-size:9px;line-height:1.2}
.listing-location-price .price{font-size:14px;line-height:1;white-space:nowrap}
.listing-bottom{min-height:36px;margin:0 -11px;padding:8px 11px;border-top:1px solid #dce3ea;display:flex;align-items:center;justify-content:space-between}
.listing-bottom .eids-badge{font-size:8px}
.listing-bottom .text-link{font-size:9px;letter-spacing:0;font-weight:800}
@media(max-width:650px){.listing-img{height:220px}.listing-body h3{font-size:13px}.listing-location-price .price{font-size:15px}}

/* İlan özellik ve tipografi eşleştirmesi v9 */
.listing-body h3{font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:-.01em}
.listing-meta{font-family:Inter,Arial,sans-serif;font-size:9px;font-weight:500;letter-spacing:0;color:#61758a}
.listing-meta span{display:inline-flex;align-items:center;gap:3px;white-space:nowrap}
.listing-meta i{width:auto;font-size:12px;font-weight:400;color:#526c85}
.listing-location-price .small{font-family:Inter,Arial,sans-serif;font-size:9px;font-weight:500;color:#687b8f}
.listing-location-price .price{font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:800;letter-spacing:-.015em}
.listing-bottom .eids-badge,.listing-bottom .text-link{font-family:Inter,Arial,sans-serif;font-weight:700}
@media(max-width:650px){.listing-body h3{font-size:13px}.listing-meta{font-size:10px}.listing-meta i{font-size:13px}.listing-location-price .small{font-size:10px}}

/* Satılık ve kiralık liste panelleri referans eşleştirmesi v10 */
.listings-split-section{padding:18px 0 34px;background:#f6f8fa}
.split-list{gap:16px}
.compact-panel{padding:14px 15px 11px;border:1px solid #d7e0e8;border-radius:5px;background:#fff;box-shadow:none}
.compact-panel .section-head{min-height:34px;margin:0 0 6px;align-items:flex-start}
.compact-panel .section-head h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:27px;font-weight:600;line-height:1;color:#061a2e}
.compact-panel .section-head .text-link{padding-top:5px;font-family:Inter,Arial,sans-serif;font-size:9px;font-weight:800;letter-spacing:0;color:#061a2e}
.compact-filters{display:flex;align-items:center;gap:9px;margin:0 0 7px;padding:0;overflow-x:auto}
.compact-filters button{min-height:25px;padding:4px 8px;border-radius:4px;font-family:'Cormorant Garamond',Georgia,serif;font-size:12px;font-weight:500;line-height:1;color:#31485f}
.compact-filters button.active{background:#06213b;color:#fff;font-family:Inter,Arial,sans-serif;font-size:9px;font-weight:700}
.compact-row{min-height:57px;grid-template-columns:61px minmax(0,1fr) auto;gap:10px;padding:7px 0;border-bottom:1px solid #d9e1e8}
.compact-row:last-child{border-bottom:0}
.compact-row img{width:61px;height:45px;border-radius:4px;object-fit:cover}
.compact-row strong{font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:700;line-height:1.25;color:#061a2e}
.compact-row small{margin-top:3px;font-family:Inter,Arial,sans-serif;font-size:8px;font-weight:500;line-height:1.2;color:#687b8f}
.compact-row .price{margin-left:10px;font-family:Inter,Arial,sans-serif;font-size:13px;font-weight:800;letter-spacing:-.015em;color:#ed1b2f}
@media(max-width:650px){.listings-split-section{padding:14px 0 24px}.compact-panel{padding:13px 12px}.compact-panel .section-head h2{font-size:25px}.compact-row{grid-template-columns:56px minmax(0,1fr) auto;gap:8px}.compact-row img{width:56px;height:44px}.compact-row strong{font-size:9px}.compact-row .price{font-size:11px}}

/* Hedef satılık-kiralık panel tasarımı v11 */
.listings-split-section{padding:22px 0 32px;background:#f7f8fa}
.split-list{grid-template-columns:1fr 1fr;gap:30px}
.compact-panel{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.compact-panel .section-head{height:38px;min-height:38px;margin:0;padding:0 8px;align-items:flex-start}
.compact-panel .section-head h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;font-weight:700;line-height:1;color:#061a2e}
.compact-panel .section-head .text-link{display:inline-flex;align-items:center;gap:11px;padding-top:3px;font-family:Inter,Arial,sans-serif;font-size:9px;font-weight:800;line-height:1;color:#14283c}
.compact-panel .section-head .text-link span{font-size:15px;line-height:.7}
.compact-filters{height:37px;margin:0;padding:0 5px;border-bottom:1px solid #dce3e9;display:grid;grid-template-columns:repeat(5,1fr);gap:0;overflow:visible}
.compact-filters button{position:relative;min-height:37px;padding:0 7px;border:0;border-radius:0;background:transparent!important;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:600;line-height:37px;text-align:left;color:#24384e;white-space:nowrap}
.compact-filters button.active{background:transparent!important;color:#071d32;font-family:Inter,Arial,sans-serif;font-size:10px;font-weight:700}
.compact-filters button.active:after{content:"";position:absolute;left:0;right:12px;bottom:-1px;height:2px;background:#0a2c4c}
.compact-row{min-height:64px;grid-template-columns:92px minmax(0,1fr) auto;gap:14px;padding:6px 13px;background:#fff;border-left:1px solid #e1e6eb;border-right:1px solid #e1e6eb;border-bottom:1px solid #e1e6eb;align-items:center}
.compact-row:first-of-type{border-top:1px solid #e1e6eb;border-radius:6px 6px 0 0}
.compact-row:last-child{border-radius:0 0 6px 6px}
.compact-row img{width:92px;height:50px;border-radius:5px;object-fit:cover}
.compact-info{display:flex;min-width:0;flex-direction:column;justify-content:center}
.compact-row strong{font-family:Inter,Arial,sans-serif;font-size:11px;font-weight:700;line-height:1.2;color:#0b2035;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.compact-meta{display:flex;align-items:center;gap:13px;margin-top:4px;font-family:Inter,Arial,sans-serif;font-size:9px;font-weight:500;line-height:1;color:#65798d}
.compact-meta>span{display:inline-flex;align-items:center;gap:3px;white-space:nowrap}
.compact-meta i{font-size:12px;color:#60778e}
.compact-info small{display:block;margin-top:4px;font-family:Inter,Arial,sans-serif;font-size:9px;font-weight:500;line-height:1;color:#5f7489}
.compact-row .price{margin-left:12px;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:800;line-height:1;color:#ed1b2f;white-space:nowrap}
@media(max-width:980px){.split-list{grid-template-columns:1fr}.compact-panel{margin-bottom:10px}}
@media(max-width:650px){.listings-split-section{padding:18px 0 24px}.compact-panel .section-head{padding:0 3px}.compact-filters{overflow-x:auto;display:flex}.compact-filters button{min-width:88px}.compact-row{grid-template-columns:72px minmax(0,1fr) auto;gap:9px;padding:6px 8px}.compact-row img{width:72px;height:48px}.compact-row strong{font-size:10px}.compact-meta{gap:6px;font-size:8px}.compact-meta i{font-size:10px}.compact-row .price{font-size:11px;margin-left:5px}}

/* Liste görselleri gerçek referans ölçüsü v12 */
.compact-row{min-height:78px;grid-template-columns:115px minmax(0,1fr) auto;gap:15px;padding:8px 13px}
.compact-row img{width:115px;height:62px;min-width:115px;border-radius:6px}
.compact-row strong{font-size:13px}
.compact-meta{margin-top:5px;font-size:10px;gap:14px}
.compact-meta i{font-size:13px}
.compact-info small{margin-top:5px;font-size:10px}
.compact-row .price{font-size:16px}
@media(max-width:650px){.compact-row{min-height:68px;grid-template-columns:82px minmax(0,1fr) auto;gap:8px;padding:7px}.compact-row img{width:82px;height:54px;min-width:82px}.compact-row strong{font-size:10px}.compact-meta{gap:5px;font-size:8px}.compact-meta i{font-size:10px}.compact-info small{font-size:8px}.compact-row .price{font-size:11px}}

/* Mahalle kartları birebir referans tasarımı v13 */
.neighborhood-section{padding:26px 0 34px;background:#f8f9fa}
.neighborhood-section .section-head{margin-bottom:12px;align-items:flex-start}
.neighborhood-section .section-head h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:28px;font-weight:700;line-height:1;color:#061a2e}
.neighborhood-section .section-head .text-link{display:inline-flex;align-items:center;gap:10px;padding-top:4px;font-family:Inter,Arial,sans-serif;font-size:9px;font-weight:800;line-height:1;color:#152a40}
.neighborhood-section .section-head .text-link span{font-size:15px;line-height:.7}
.neighborhood-section .location-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:15px}
.neighborhood-section .location-card{overflow:hidden;border:1px solid #dce3e9;border-radius:7px;background:#fff;box-shadow:0 5px 16px rgba(6,26,47,.035)}
.neighborhood-section .location-card:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(6,26,47,.08)}
.neighborhood-section .location-card img{width:100%;height:auto;aspect-ratio:1.3/1;object-fit:cover;border-radius:6px 6px 0 0}
.neighborhood-section .location-card div{padding:9px 11px 11px}
.neighborhood-section .location-card strong{display:block;font-family:Inter,Arial,sans-serif;font-size:11px;font-weight:700;line-height:1.2;color:#071c31}
.neighborhood-section .location-count{display:block;margin-top:4px;font-family:Inter,Arial,sans-serif;font-size:9px;font-weight:600;line-height:1;color:#5f7489}
@media(max-width:980px){.neighborhood-section .location-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:650px){.neighborhood-section{padding:22px 0 26px}.neighborhood-section .section-head h2{font-size:25px}.neighborhood-section .section-head .text-link{font-size:8px}.neighborhood-section .location-grid{grid-template-columns:repeat(2,1fr);gap:10px}.neighborhood-section .location-card strong{font-size:10px}.neighborhood-section .location-count{font-size:8px}}

/* v14 - ilan fotoğraf galerisi */
.gallery{grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px}.gallery-item{position:relative;overflow:hidden;border:0;border-radius:10px;padding:0;background:#e8edf2;cursor:zoom-in}.gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .25s}.gallery-item:hover img{transform:scale(1.025)}.gallery-item:first-child{grid-row:span 2}.gallery-count-1{display:block}.gallery-count-1 .gallery-item{width:100%;height:min(580px,60vw)}.gallery-count-2{grid-template-columns:2fr 1fr;grid-template-rows:448px}.gallery-count-2 .gallery-item{grid-row:auto}.gallery-count-3{grid-template-columns:2fr 1fr;grid-template-rows:220px 220px}.gallery-count-3 .gallery-item:nth-child(2){grid-row:1}.gallery-count-3 .gallery-item:nth-child(3){grid-column:2;grid-row:2}.gallery-more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(3,19,34,.58);color:#fff;font-weight:800;font-size:18px}.gallery-lightbox{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;background:rgba(2,12,23,.94);padding:56px 80px}.gallery-lightbox.show{display:flex}.gallery-lightbox>img{max-width:min(1200px,100%);max-height:calc(100vh - 112px);object-fit:contain}.gallery-close,.gallery-nav{position:absolute;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.gallery-close{right:22px;top:18px;width:44px;height:44px;font-size:30px}.gallery-nav{top:50%;width:48px;height:48px;font-size:38px;line-height:1}.gallery-prev{left:20px}.gallery-next{right:20px}.gallery-counter{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);color:#fff;font-size:13px;font-weight:700}.gallery-lightbox button:hover{background:var(--red)}
@media(max-width:650px){.gallery{grid-template-columns:1fr 1fr;grid-template-rows:250px 120px}.gallery-item:first-child{grid-column:1/-1;grid-row:auto}.gallery-count-1 .gallery-item{height:280px}.gallery-count-2{grid-template-columns:1fr 1fr;grid-template-rows:180px}.gallery-count-2 .gallery-item:first-child{grid-column:auto}.gallery-count-3{grid-template-columns:1fr 1fr;grid-template-rows:240px 120px}.gallery-count-3 .gallery-item:first-child{grid-column:1/-1}.gallery-count-3 .gallery-item:nth-child(2),.gallery-count-3 .gallery-item:nth-child(3){grid-column:auto;grid-row:2}.gallery-lightbox{padding:60px 15px}.gallery-nav{width:40px;height:40px;font-size:30px}.gallery-prev{left:8px}.gallery-next{right:8px}}
.favorite-button{border:0;cursor:pointer}.favorite-button.active{background:var(--red)!important;color:#fff!important}.favorite-button.active i{color:#fff}.empty{padding:60px 20px;text-align:center;border:1px dashed var(--line);border-radius:12px;background:var(--bg)}

/* v17 - kurumsal EİDS bilgilendirme akışı */
.eids-view[hidden]{display:none!important}.eids-primary-action{width:100%;margin-top:4px}.eids-info-link{display:inline-flex;margin-top:15px;padding:5px 2px;border:0;border-bottom:1px solid #8ea0b1;background:transparent;color:var(--navy);font-size:12px;font-weight:800;cursor:pointer}.eids-info-link:hover{color:var(--red);border-color:var(--red)}.eids-detail-view{text-align:left}.eids-detail-view .eids-badge{display:flex;width:max-content;margin:0 auto 8px}.eids-detail-view h2{text-align:center;margin-bottom:10px}.eids-detail-view>p{margin:8px 0;font-size:13px;color:#536579}.eids-detail-view h3{margin:15px 0 7px;color:var(--navy);font-size:15px}.eids-steps{display:grid;gap:6px;margin:0;padding-left:20px;color:#263b50;font-size:12px}.eids-legal-note{padding:9px 11px;border-left:3px solid var(--red);border-radius:5px;background:#f5f7f9;color:#384c60!important}.eids-phone{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:11px 13px;border-radius:8px;background:var(--navy);color:#fff}.eids-phone span{font-size:11px;color:#cbd7e2}.eids-phone a{font-size:14px;font-weight:800;white-space:nowrap}.eids-detail-actions{display:grid;grid-template-columns:.8fr 1.6fr;gap:8px;margin-top:12px}.eids-detail-actions .btn{padding:10px 12px;font-size:12px}
@media(max-width:650px){.eids-detail-view>p{font-size:12px}.eids-phone{align-items:flex-start;flex-direction:column}.eids-detail-actions{grid-template-columns:1fr}.eids-detail-actions .btn-primary{order:-1}}

/* v18 - ana sayfa bölüm başlıkları */
.map-section .section-head h2,.featured-section .section-head h2,.listings-split-section .section-head h2,.neighborhood-section .section-head h2,.market-section .section-head h2,.services-section .section-head h2{font-weight:700}

/* v20 - ilan teknik bilgi tablosu ve dış bağlantı */
.listing-information{margin:25px 0}.listing-information h2{margin:24px 0 12px;font-size:29px;color:var(--navy);font-weight:700}.listing-external-link{display:flex;align-items:center;gap:11px;width:100%;margin:0 0 22px;padding:15px 18px;border:1px solid #e21b2d;border-radius:8px;background:#fff4f5;color:#d91527;font-size:14px;font-weight:800;transition:.2s}.listing-external-link:hover{background:#e21b2d;color:#fff;transform:translateY(-1px)}.listing-spec-table{overflow:hidden;border:1px solid #d7dee5;border-radius:9px;background:#fff}.listing-spec-row{display:grid;grid-template-columns:minmax(155px,38%) 1fr;min-height:42px;border-bottom:1px dotted #c9d1d9}.listing-spec-row:last-child{border-bottom:0}.listing-spec-row strong,.listing-spec-row span{display:flex;align-items:center;padding:9px 13px}.listing-spec-row strong{border-right:1px solid #edf0f3;background:#f8fafb;color:#071b30;font-size:13px}.listing-spec-row span{color:#26384b;font-size:13px}.listing-spec-row .listing-number-value{color:var(--red);font-weight:800}@media(max-width:650px){.listing-information h2{font-size:25px}.listing-external-link{padding:13px;font-size:12px}.listing-spec-row{grid-template-columns:44% 56%}.listing-spec-row strong,.listing-spec-row span{padding:8px 9px;font-size:11px;overflow-wrap:anywhere}}

/* v22 - mobil arama ve filtre görünümü */
@media(max-width:650px){.search-shell{width:100%;margin-top:-112px;padding:0 12px 12px;border-radius:8px;overflow:visible}.search-tabs{display:grid;grid-template-columns:1fr 1fr;margin:0 -12px 10px}.search-tabs button{width:100%;min-height:42px;padding:10px 12px;font-size:13px}.search-tabs button.active{border-radius:8px 8px 0 0}.search-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:9px!important}.search-grid .field,.search-grid .btn{display:block;width:100%!important;min-width:0!important;height:48px!important;margin:0;border-radius:6px!important;padding:11px 13px;font-size:12px!important;line-height:1.2}.search-grid select.field{padding-right:34px;text-overflow:ellipsis}.search-grid .btn{display:flex;font-size:14px!important}.categories{margin-top:20px}}

/* v23 - manuel minimum ve maksimum fiyat */
.price-range-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:0}.price-range-fields .field{min-width:0}.search-grid{grid-template-columns:2fr 1.35fr 1.7fr 190px}.form-grid>.price-range-fields{grid-column:1/-1}@media(max-width:650px){.search-grid .price-range-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.search-grid .price-range-fields .field{font-size:11px!important;padding:10px!important}.form-grid>.price-range-fields{grid-template-columns:1fr 1fr}.form-grid>.price-range-fields .field{width:100%}}

/* v26 - harita fiyatları ilandaki tam fiyatla aynıdır */
.price-marker span{width:100%;min-width:0;padding:0 7px;font-size:10px}.price-marker span:after{left:50%;transform:translateX(-50%)}
