@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,Arial,sans-serif;color:#092b63;background:#fff;font-synthesis:none;--navy: #082b63;--blue: #0b4a9e;--orange: #ff5005;--ink: #172640;--muted: #68758a;--line: #dbe3ee;--surface: #f7f9fc;--container: 1180px;--shadow: 0 18px 48px rgba(8, 43, 99, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased;color:var(--ink);overflow-x:hidden}body.menu-open{overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(calc(100% - 72px),var(--container));margin-inline:auto}.header .container{width:min(calc(100% - 48px),var(--container))}.section{padding:54px 0}.eyebrow{margin:0 0 10px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.eyebrow--orange{color:var(--orange)}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;padding:0 21px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,a:focus-visible,button:focus-visible,select:focus-visible{outline:3px solid rgba(255,80,5,.34);outline-offset:3px}.button--orange{color:#fff;background:var(--orange);box-shadow:0 10px 24px #ff50053d}.button--orange:hover{background:#df4300}.button--blue{color:#fff;background:var(--blue)}.header{height:80px;position:relative;z-index:30;background:#fffffff7;border-bottom:1px solid rgba(8,43,99,.06)}.header__inner{height:100%;display:flex;align-items:center;gap:30px}.brand{width:210px;flex:0 0 auto}.brand img{width:100%;height:55px;object-fit:contain;object-position:left center}.desktop-nav{display:flex;align-items:stretch;gap:34px;height:100%;margin-left:auto}.desktop-nav a{display:grid;place-items:center;position:relative;color:var(--navy);font-size:14px;font-weight:600;white-space:nowrap}.desktop-nav a.active:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:18px;background:var(--orange)}.header__cta{margin-left:12px}.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--navy);align-items:center;justify-content:center}.mobile-nav{display:none}.hero{height:480px;position:relative;isolation:isolate;overflow:hidden;background:#edf3f8}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}.hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#fffffffa,#ffffffeb 27%,#ffffff42 58%,#fff0 82%)}.hero__inner{height:100%;display:flex;align-items:center;padding-bottom:58px}.hero__copy{max-width:600px}.hero h1{margin:0;color:var(--navy);font-size:clamp(43px,4.25vw,58px);line-height:1.06;letter-spacing:-.055em;font-weight:800}.hero h1 span{color:var(--orange)}.hero__lead{max-width:510px;margin:23px 0 0;color:#244267;font-size:17px;line-height:1.65;font-weight:500}.trust-row{display:flex;gap:40px;margin-top:35px}.trust-row>div{display:flex;align-items:flex-start;gap:13px;color:var(--navy)}.trust-row strong,.trust-row small{display:block}.trust-row strong{font-size:14px}.trust-row small{width:170px;margin-top:4px;color:#485b76;font-size:12px;line-height:1.5}.search-wrap{position:relative;z-index:4;margin-top:-82px}.search-panel{padding:0 30px 30px;border:1px solid rgba(8,43,99,.08);border-radius:17px;background:#fffffff7;box-shadow:var(--shadow)}.search-tabs{height:68px;display:flex;align-items:stretch;gap:48px;border-bottom:1px solid var(--line)}.search-tabs button{min-width:145px;display:flex;align-items:center;justify-content:center;gap:11px;position:relative;border:0;background:transparent;color:#546078;font-weight:700;cursor:pointer}.search-tabs button.active{color:var(--navy)}.search-tabs button.active:after{content:"";height:3px;position:absolute;left:0;right:0;bottom:-1px;background:var(--orange)}.search-tabs button.active svg{color:var(--orange)}.search-fields{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:24px;align-items:end;padding-top:20px}.select-field{display:grid;gap:8px;color:#40516b;font-size:12px;font-weight:600}.select-wrap{position:relative}.select-wrap select{width:100%;height:47px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 36px 0 14px;border:1px solid #d4deeb;border-radius:7px;background:#fff;color:#617089;font-size:13px;cursor:pointer}.select-wrap svg{position:absolute;right:13px;top:50%;transform:translateY(-50%);pointer-events:none;color:#8290a4}.search-button{height:47px;min-width:106px}.listings{padding-top:48px;background:linear-gradient(180deg,#fff,#f7f9fc)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading h2,.about h2,.cta-strip h2{margin:0;color:var(--navy);font-size:clamp(28px,3vw,39px);line-height:1.18;letter-spacing:-.04em}.section-heading a{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-size:13px;font-weight:800}.result-note{display:flex;align-items:center;gap:8px;margin:-8px 0 18px;color:#207646;font-size:13px;font-weight:700}.property-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.property-card{overflow:hidden;border:1px solid rgba(8,43,99,.08);border-radius:10px;background:#fff;box-shadow:0 9px 23px #082b6314;transition:transform .25s ease,box-shadow .25s ease}.property-card:hover{transform:translateY(-5px);box-shadow:0 17px 34px #082b6321}.property-card__media{height:158px;position:relative;overflow:hidden;background:#eaf0f6}.property-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.property-card:hover img{transform:scale(1.035)}.property-badge{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:5px;background:var(--orange);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase}.property-badge--blue{background:var(--navy)}.favorite{width:37px;height:37px;display:grid;place-items:center;position:absolute;top:9px;right:9px;border:0;border-radius:50%;background:#ffffffeb;color:var(--navy);cursor:pointer}.property-card__body{padding:16px 15px 17px}.property-card h3{min-height:44px;margin:0;color:var(--navy);font-size:14px;line-height:1.5;letter-spacing:-.015em}.property-location{display:flex;align-items:flex-start;gap:5px;margin:8px 0 13px;color:#69778a;font-size:10px}.property-location svg{flex:0 0 auto}.property-meta{display:flex;flex-wrap:wrap;gap:12px;color:#54647b;font-size:10px}.property-meta span{display:inline-flex;align-items:center;gap:4px}.property-price{margin:18px 0 0;color:var(--blue);font-size:16px;font-weight:800}.property-price.orange{color:var(--orange)}.empty-state{grid-column:1 / -1;padding:60px 20px;text-align:center;border:1px dashed #bdcadb;border-radius:12px;background:#fff;color:var(--muted)}.empty-state h3{margin:12px 0 4px;color:var(--navy)}.about{background:#f7f9fc}.about__grid{display:grid;grid-template-columns:1.02fr 1fr;gap:55px;align-items:center}.about__image{height:330px;overflow:hidden;border-radius:10px;box-shadow:0 17px 38px #082b631c;background:#dfe7ef}.about__image img{width:100%;height:100%;object-fit:cover}.about__copy>p:not(.eyebrow){margin:20px 0 28px;color:#53637a;font-size:14px;line-height:1.75}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:27px}.proof-grid>div{display:flex;align-items:center;gap:8px;color:var(--orange)}.proof-grid strong,.proof-grid small{display:block}.proof-grid strong{color:var(--navy);font-size:13px;white-space:nowrap}.proof-grid small{margin-top:2px;color:#708096;font-size:9px}.cta-strip{padding:22px 0;background:#07509d;color:#fff}.cta-strip__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-strip .eyebrow{color:#add1f4}.cta-strip h2{color:#fff;font-size:clamp(26px,3vw,34px)}.cta-strip p:last-child{margin:7px 0 0;color:#dceaf8;font-size:13px}.footer{padding-top:34px;background:#042a5a;color:#dbe8f5}.footer__grid{display:grid;grid-template-columns:1.15fr .68fr 1.2fr 1.15fr;gap:44px}.footer__logo{width:184px;height:55px;object-fit:contain;padding:5px 7px;background:#fff}.footer h3{margin:6px 0 19px;color:#fff;font-size:13px}.footer p,.footer a{color:#dbe8f5;font-size:12px;line-height:1.75}.footer__grid>div>a{display:flex;align-items:center;gap:8px;margin-bottom:8px}.footer__grid>div:first-child p{max-width:250px}.socials{display:flex;gap:10px;margin-top:16px}.socials a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%}.contact-chip{min-height:54px;padding:7px 9px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:#ffffff0e;transition:transform .2s ease,border-color .2s ease,background .2s ease}.contact-chip:hover{transform:translateY(-2px);border-color:#ffffff52;background:#ffffff17}.contact-chip__icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:8px;color:#fff;box-shadow:0 6px 14px #00000029}.contact-chip--location .contact-chip__icon{background:#0fad83}.contact-chip--phone .contact-chip__icon{background:#ff5a0a}.contact-chip--mail .contact-chip__icon{background:#3283f2}.contact-chip small,.contact-chip strong{display:block;line-height:1.35}.contact-chip small{margin-bottom:2px;color:#8fb0d0;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.contact-chip strong{color:#fff;font-size:10.5px;font-weight:650}.platform{min-height:63px;justify-content:space-between;padding:8px 10px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:#ffffff0d;transition:transform .2s ease,border-color .2s ease,background .2s ease}.platform:hover{transform:translateY(-2px);background:#ffffff17}.platform--sahibinden:hover{border-color:#ffdc00}.platform--emlakjet:hover{border-color:#00d66b}.platform__brand{display:flex;align-items:center;gap:10px}.platform__logo{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#fff}.platform--sahibinden .platform__logo{background:#ffdc00}.platform__logo img{width:32px;height:32px;object-fit:contain}.platform--sahibinden .platform__logo img{width:40px;height:40px}.platform small,.platform strong{display:block;line-height:1.35}.platform small{color:#8fb0d0;font-size:9px}.platform strong{color:#fff;font-size:11.5px}.platform--sahibinden>svg{color:#ffdc00}.platform--emlakjet>svg{color:#00d66b}.footer__bottom{display:flex;align-items:center;gap:20px;margin-top:36px;padding:20px 0;border-top:1px solid rgba(255,255,255,.14);color:#b6c9dd;font-size:11px}.footer__bottom-links{margin-left:auto;white-space:nowrap}.footer__credit{display:inline-flex;align-items:center;gap:6px;color:#dbe8f58a!important;font-size:10px!important;line-height:1!important;opacity:.78;transition:color .2s ease,opacity .2s ease;white-space:nowrap}.footer__credit:hover{color:#dbe8f5!important;opacity:1}.footer__credit img{width:15px;height:15px;border-radius:4px;opacity:.78}@media(max-width:1100px){.desktop-nav{gap:18px}.desktop-nav a{font-size:12px}}@media(max-width:850px){.container{width:min(calc(100% - 32px),var(--container))}.header{height:72px}.brand{width:178px}.brand img{height:49px}.desktop-nav,.header__cta{display:none}.menu-toggle{display:flex;margin-left:auto}.mobile-nav{display:grid;position:fixed;z-index:25;left:0;right:0;top:72px;padding:16px 20px 24px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 24px 40px #082b6329;transform:translateY(-120%);opacity:0;visibility:hidden;transition:.25s ease}.mobile-nav.open{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav>a:not(.button){display:flex;align-items:center;justify-content:space-between;min-height:48px;border-bottom:1px solid #edf1f6;color:var(--navy);font-weight:700}.mobile-nav .button{margin-top:14px}.hero{height:650px}.hero__veil{background:linear-gradient(90deg,#fffffff7,#ffffffc7 58%,#fff3)}.hero__inner{align-items:flex-start;padding-top:70px}.hero__copy{max-width:530px}.hero h1{font-size:clamp(40px,8vw,58px)}.trust-row{gap:20px}.search-wrap{margin-top:-104px}.property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-grid,.search-fields{grid-template-columns:repeat(2,1fr)}.search-button{grid-column:span 2}.about__grid{grid-template-columns:1fr}.about__image{height:390px}.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.container{width:min(calc(100% - 24px),var(--container))}.section{padding:56px 0}.hero{height:680px}.hero__image{object-position:62% center}.hero__veil{background:#ffffffd1}.hero__inner{padding-top:56px;padding-bottom:175px}.hero .eyebrow{max-width:280px}.hero h1{font-size:clamp(35px,10.8vw,46px);line-height:1.08}.hero__lead{margin-top:17px;font-size:14px;line-height:1.58}.trust-row{display:grid;gap:13px;margin-top:22px}.trust-row>div svg{width:28px}.trust-row small{width:auto}.search-wrap{margin-top:-178px}.search-panel{padding:0 16px 18px;border-radius:13px}.search-tabs{height:56px;gap:16px}.search-tabs button{min-width:112px}.search-fields{grid-template-columns:1fr 1fr;gap:13px 10px;padding-top:16px}.select-field{gap:6px}.select-wrap select{height:45px;font-size:12px;padding-left:10px}.search-button{grid-column:span 2;width:100%}.listings{padding-top:42px}.section-heading{align-items:flex-start}.section-heading a{padding-top:9px;font-size:0}.section-heading a svg{width:24px;height:24px}.property-grid{display:flex;gap:14px;margin-right:-12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:18px}.property-grid::-webkit-scrollbar{display:none}.property-card{min-width:min(84vw,330px);scroll-snap-align:start}.empty-state{min-width:calc(100% - 12px)}.about__grid{gap:34px}.about__image{height:300px}.about__copy h2 br{display:none}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid strong{white-space:normal}.cta-strip{padding:33px 0}.cta-strip__inner{align-items:flex-start;flex-direction:column;gap:22px}.cta-strip .button{width:100%}.footer__grid{grid-template-columns:1fr;gap:27px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:10px;margin-top:26px}.footer__bottom-links{margin-left:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
