/* ARS — İstanbul34 birebir yakın tema klonu
   Ref: https://istanbul34gayrimenkul.com/tr
*/
/* fonts loaded from header.php (preconnect + stylesheet) */

:root {
  --theme-color: #154a7c;
  --theme-color2: #0d6bb5;
  --title-color: #154a7c;
  --body-color: #554b4b;
  --smoke-color: #fbf9f6;
  --smoke-color2: #f6f2f1;
  --black-color: #111827;
  --gray-color: #03060e;
  --gray-color2: #e4e4e5;
  --white-color: #ffffff;
  --yellow-color: #ffb539;
  --success-color: #0d6bb5;
  --th-border-color: #d8dde1;
  --tr-font: "Poppins", sans-serif;
  --title-font: "Italiana", serif;
  --sub-title-font: "Dancing Script", cursive;
  --body-font: "Poppins", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: var(--body-font);
  color: var(--body-color);
  background: var(--white-color);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
a { color: inherit; text-decoration: none; }
img, svg, video, iframe { max-width: 100%; }
img { display: block; height: auto; }
iframe { display: block; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; max-width: 100%; }
.container { width: min(1320px, calc(100% - 24px)); margin-inline: auto; }

/* ════════════ HEADER (floating like i34) ════════════ */
.th-header {
  position: absolute;
  top: 18px;
  left: 0; right: 0;
  z-index: 50;
  width: 100%;
}
body.is-inner .th-header {
  position: fixed;
  top: 0;
}
body.is-inner .th-header .menu-area {
  border-radius: 0;
  box-shadow: 0 0 18px rgba(0,0,0,.08);
}
.th-header.is-sticky {
  position: fixed;
  top: 0;
  animation: stickyAni .35s ease;
}
.th-header.is-sticky .menu-area {
  background: var(--white-color);
  box-shadow: 0 0 18px rgba(0,0,0,.08);
  border-radius: 0;
}
.menu-area {
  background: rgba(255,255,255,.96);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  padding: 0 18px;
}
@keyframes stickyAni {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.menu-area__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  gap: 1rem;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand--center { justify-self: center; }
.brand__logo {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--theme-color); color: #fff;
  display: grid; place-items: center; flex-shrink: 0;
}
.brand__name {
  font-weight: 700; font-size: 22px; color: var(--theme-color); line-height: 1.1;
}
.brand__tag { display: block; font-size: 12px; color: #8d929c; line-height: 1.25; }
.main-menu { display: flex; align-items: center; gap: 1.35rem; }
.main-menu--left { justify-self: start; }
.header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.main-menu a {
  font-size: 15px; font-weight: 500; color: var(--black-color);
  padding: 8px 0; position: relative; white-space: nowrap;
}
.main-menu a:hover, .main-menu a.is-active { color: var(--theme-color); }
.header-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gray-color) !important; color: #fff !important;
  padding: 12px 18px; border-radius: 999px; font-weight: 600; font-size: 13px;
  white-space: nowrap;
}
.header-btn:hover { background: var(--theme-color) !important; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 0; border-radius: 50%;
  background: var(--smoke-color); color: var(--theme-color); cursor: pointer;
}
.mobile-menu {
  display: none; flex-direction: column; gap: 6px; padding: 0 0 16px;
}
.mobile-menu.is-open { display: flex; }
.mobile-menu a {
  background: var(--smoke-color); padding: 12px 14px; border-radius: 10px; font-weight: 500;
}

/* ════════════ HERO-2 ════════════ */
.hero-2 {
  position: relative;
  display: grid;
  height: 100vh;
  height: 100svh;
  max-height: 700px;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
  background: linear-gradient(to top, var(--smoke-color) 0%, var(--smoke-color) 55%, white 50%, white 100%);
}
.hero-style2 {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  height: 100%;
}
.hero-style2::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--gray-color);
  opacity: .5;
  z-index: 1;
}
.hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
img.hero-bg { height: 100%; width: 100%; object-fit: cover; }
.hero-2-content {
  position: relative;
  z-index: 3;
  width: min(1024px, 100%);
  text-align: center;
  padding: 100px 24px 40px;
}
.hero-2-content .title-area .sec-title {
  font-size: clamp(28px, 7vw, 72px);
  color: #fff;
  font-weight: 300;
}
.hero-2-content .title-area {
  max-width: none;
  margin-bottom: 8px;
}
.hero-2-content .title-area .sec-sub-title {
  color: rgba(255,255,255,.9);
  font-size: clamp(22px, 4vw, 42px);
}
.hero-2-content .sec-title {
  font-family: "Italiana", serif;
  font-size: clamp(28px, 7vw, 72px);
  font-weight: 300;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 8px;
  text-shadow: 0 0 10px rgba(0,0,0,.65);
  text-transform: capitalize;
  overflow-wrap: anywhere;
}
.hero-2-content .sec-sub-title {
  display: block;
  font-family: var(--sub-title-font);
  color: rgba(255,255,255,.9);
  font-size: clamp(22px, 4vw, 42px);
  font-weight: 300;
  margin: 0 auto 24px;
  opacity: .9;
  text-align: center;
  width: auto;
  line-height: 1.2;
}
.hero-search-wrapper {
  background: #fff;
  border-radius: 999px;
  padding: 10px;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}
.hero-search-group-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 8px;
  align-items: center;
}
.hero-search-group-wrapper > * { min-width: 0; }
.hero-search-group-wrapper .form-group { margin: 0; min-width: 0; }
.hero-search-group-wrapper select,
.hero-search-group-wrapper input {
  width: 100%;
  height: 52px;
  border: 0;
  background: transparent;
  text-align: center;
  color: var(--body-color);
  font-weight: 500;
  outline: none;
}
.th-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; cursor: pointer; font-weight: 600;
  transition: .25s ease;
  max-width: 100%;
}
.th-btn.pill { border-radius: 999px; }
.th-btn.bg-black {
  background: var(--gray-color);
  color: #fff;
  height: 52px;
  padding: 0 28px;
  min-width: 120px;
}
.th-btn.bg-black:hover { background: var(--theme-color); }
.th-btn.sm { height: 36px; padding: 0 14px; font-size: 13px; }
.th-btn.style3 {
  background: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.th-btn.style3:hover { background: var(--theme-color); color: #fff; }
.th-btn.bg-whatsapp { background: #17980B; color: #fff; height: 46px; padding: 0 18px; }
.th-btn.primary { background: var(--theme-color); color: #fff; height: 46px; padding: 0 20px; }
.th-btn.primary:hover { background: var(--theme-color2); }

/* ════════════ CATEGORY ════════════ */
.category-sec-1 {
  background: var(--smoke-color);
  padding: 70px 0 40px;
  position: relative;
  margin-top: -1px;
}
.category-card-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px 12px;
  margin-bottom: 40px;
}
.category-card {
  background: var(--white-color);
  border: 1px solid var(--gray-color2);
  padding: 0 16px 22px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
  min-width: 0;
  width: 100%;
  transition: .35s ease;
  color: var(--title-color);
}
.category-card:hover {
  border-color: var(--theme-color);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(21,74,124,.12);
}
.category-card .box-icon {
  width: 100px; height: 100px;
  line-height: 100px;
  background: #fff;
  margin: -50px auto 16px;
  border-radius: 50%;
  border: 1px solid var(--gray-color2);
  display: grid; place-items: center;
  position: relative; z-index: 2;
  transition: .35s;
}
.category-card:hover .box-icon {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
.category-card .box-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}

/* ════════════ PROPERTY CARDS (popular-list-1) ════════════ */
.section { padding: 80px 0; }
.section.bg-smoke { background: var(--smoke-color); }
.title-area { text-align: center; margin-bottom: 50px; position: relative; display: flex; flex-direction: column; align-items: center; max-width: 720px; margin-inline: auto; width: 100%; padding: 0 4px; }
.title-area .sec-title {
  font-family: "Italiana", serif;
  font-size: clamp(26px, 6vw, 48px);
  font-weight: 600;
  color: var(--title-color);
  margin: 0 0 8px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.title-area .sec-sub-title {
  font-family: var(--sub-title-font);
  color: var(--theme-color);
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 300;
  opacity: .55;
  display: block;
  text-align: center;
  width: auto;
  line-height: 1.2;
  margin-bottom: 8px;
}
.title-area .sec-description {
  max-width: 640px;
  margin: 1.5rem auto 0;
  color: var(--body-color);
  text-align: center;
}

.prop-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.popular-list-1 {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  border: 1px solid #eee;
  transition: .35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  min-width: 0;
}
.popular-list-1:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(21,74,124,.14);
}
.popular-list-1 .thumb-wrapper {
  position: relative;
  height: 270px;
  overflow: hidden;
}
.popular-list-1 .thumb-wrapper img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: transform .5s ease;
}
.popular-list-1:hover .thumb-wrapper img { transform: scale(1.06); }
.popular-badge {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--theme-color);
  color: #fff;
  border-radius: 30px;
  padding: 4px 12px 4px 8px;
  font-size: 13px;
  font-weight: 500;
}
.popular-badge.rent { background: #09b579; }
.popular-badge svg { width: 16px; height: 16px; }
.property-content {
  padding: 15px 15px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.property-content .box-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: var(--black-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}
.property-content .box-title:hover { color: var(--theme-color); }
.box-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--body-color);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-text .icon {
  width: 18px; height: 18px; flex-shrink: 0; color: var(--theme-color);
}
.property-featured {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.property-featured li {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--body-color);
  text-align: center;
  overflow-wrap: anywhere;
}
.property-featured .icon {
  width: 22px; height: 22px; color: var(--theme-color);
}
.property-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 4px;
  min-width: 0;
}
.property-bottom .box-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
  margin: 0;
  min-height: auto;
  min-width: 0;
  -webkit-line-clamp: 1;
}

.toolbar {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; justify-content: center;
}
.toolbar input, .toolbar select {
  height: 44px; border: 1px solid var(--th-border-color); border-radius: 8px;
  padding: 0 12px; background: #fff; min-width: 140px;
}
.pagination {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 36px;
}
.pagination a {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--gray-color2); font-weight: 600;
}
.pagination a.is-current, .pagination a:hover {
  background: var(--theme-color); color: #fff; border-color: var(--theme-color);
}
.empty-state {
  text-align: center; padding: 50px 20px;
  background: #fff; border-radius: 16px; border: 1px solid var(--gray-color2);
}

/* ════════════ SERVICES (why-card) ════════════ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.why-card-1 {
  background: #fffffff2;
  border-radius: 16px;
  text-align: center;
  padding: 42px 22px 32px;
  border: 1px solid var(--gray-color2);
  transition: .35s ease;
}
.why-card-1:hover {
  box-shadow: 0 20px 40px rgba(21,74,124,.12);
  transform: translateY(-4px);
}
.why-card-1__icon {
  width: 72px; height: 72px; margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(21,74,124,.08);
  color: var(--theme-color);
  display: grid; place-items: center;
}
.why-card-1 h3 { margin: 0 0 10px; color: var(--title-color); font-size: 20px; }
.why-card-1 p { margin: 0 0 18px; color: var(--body-color); font-size: 14px; }

/* ════════════ ABOUT + COUNTERS ════════════ */
.about-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}
.about-copy h2 {
  font-family: var(--title-font);
  font-size: clamp(26px, 4vw, 44px);
  color: var(--title-color);
  margin: 0 0 16px;
  overflow-wrap: anywhere;
}
.about-copy p { margin: 0 0 12px; }
.counter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.property-values-1-counter {
  background: #fff;
  border: 1px solid var(--gray-color2);
  border-radius: 12px;
  text-align: center;
  padding: 28px 16px;
}
.property-values-1-counter .counter-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1.1;
  margin-bottom: 6px;
}
.property-values-1-counter span { font-size: 14px; color: var(--body-color); }

/* Areas band */
.area-band {
  background: linear-gradient(135deg, #0f3558, var(--theme-color) 50%, var(--theme-color2));
  color: #fff;
  padding: 80px 0;
  border-radius: 0;
}
.area-band .sec-title { color: #fff; }
.area-band .sec-sub-title { color: rgba(255,255,255,.7); opacity: .7; }
.area-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px;
}
.area-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  padding: 18px 16px;
  color: #fff;
  transition: .25s;
}
.area-card:hover { background: rgba(255,255,255,.2); }
.area-card strong { display: block; font-size: 17px; margin-bottom: 4px; }
.area-card span { opacity: .8; font-size: 13px; }

/* Contact CTA */
.cta-band {
  background: var(--smoke-color);
  padding: 70px 0;
}
.seo-landing {
  background: #fff;
  border: 1px solid var(--gray-color2);
  border-radius: 16px;
  padding: 28px 28px 22px;
  margin: 0 0 28px;
  max-width: 920px;
  margin-inline: auto 0;
}
.seo-landing h2 {
  margin: 0 0 10px;
  font-family: "Italiana", serif;
  font-size: clamp(22px, 3vw, 30px);
  color: var(--title-color);
  font-weight: 600;
}
.seo-landing__lead {
  margin: 0 0 10px;
  font-weight: 600;
  color: var(--theme-color);
}
.seo-landing p { margin: 0 0 10px; color: var(--body-color); line-height: 1.7; }
.seo-landing__links {
  display: flex; flex-wrap: wrap; gap: 10px 14px;
  margin-top: 8px !important;
}
.seo-landing__links a {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cta-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  border: 1px solid var(--gray-color2);
  box-shadow: 0 16px 40px rgba(0,0,0,.05);
}
.cta-box h2 {
  font-family: var(--title-font);
  font-size: clamp(26px, 5vw, 40px);
  color: var(--title-color);
  margin: 0 0 8px;
  overflow-wrap: anywhere;
}
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cta-actions .th-btn { min-width: 0; max-width: 100%; }

/* Detail */
.breadcrumb {
  padding: 120px 0 16px;
  font-size: 13px; color: #8d929c;
  display: flex; flex-wrap: wrap; gap: 6px;
  overflow-wrap: anywhere;
}
.breadcrumb--after-hero { padding-top: 24px; padding-bottom: 8px; }
.empty-page { padding: 120px 0 64px; }
.empty-page .th-btn { margin-top: 1rem; }
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, .7fr);
  gap: 28px;
  padding-bottom: 70px;
}
.detail-layout > * { min-width: 0; }
.detail-col { display: grid; gap: 1.25rem; min-width: 0; }
.gallery__main {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #ddd;
}
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__badge { position: absolute; top: 14px; left: 14px; }
.gallery__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.95); color: var(--theme-color);
  font-size: 22px; cursor: pointer;
}
.gallery__nav.prev { left: 12px; }
.gallery__nav.next { right: 12px; }
.gallery__thumbs {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(90px,1fr)); gap: 8px; margin-top: 10px;
}
.gallery__thumbs button {
  border: 2px solid transparent; padding: 0; border-radius: 10px; overflow: hidden; cursor: pointer; aspect-ratio: 1; background: none;
  min-width: 0;
}
.gallery__thumbs button.is-active { border-color: var(--theme-color); }
.gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.detail-panel, .side-card {
  background: #fff; border: 1px solid var(--gray-color2); border-radius: 16px; padding: 24px;
  min-width: 0;
}
.side-card { position: sticky; top: 100px; }
.side-card .price {
  font-size: clamp(22px, 6vw, 28px); font-weight: 700; color: var(--theme-color); margin: 0 0 16px;
  overflow-wrap: anywhere;
}
.detail-panel h1 { margin: 0 0 10px; font-size: clamp(22px, 5vw, 28px); color: var(--title-color); overflow-wrap: anywhere; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 12px; color: #8d929c; font-size: 13px; margin-bottom: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 18px; }
.feature-item {
  background: var(--smoke-color); border-radius: 10px; padding: 10px 12px;
  display: flex; justify-content: space-between; gap: 8px; font-size: 13px;
  min-width: 0;
}
.feature-item span, .feature-item strong { min-width: 0; overflow-wrap: anywhere; }
.feature-item strong { text-align: right; }
.desc-block { border-top: 1px solid #eee; padding-top: 18px; margin-top: 10px; overflow-wrap: anywhere; }
.desc-heading { color: var(--theme-color); margin: 0 0 8px; font-size: 18px; overflow-wrap: anywhere; }
.desc-prose p { margin: 0 0 10px; overflow-wrap: anywhere; }
.desc-list { list-style: none; display: grid; gap: 6px; margin: 0; padding: 0; }
.desc-list li { padding-left: 14px; position: relative; overflow-wrap: anywhere; }
.desc-list li::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--theme-color); position: absolute; left: 0; top: .65em;
}
.stack { display: grid; gap: 10px; }
.stack .th-btn { width: 100%; }
.side-mini { margin-top: 16px; padding-top: 14px; border-top: 1px solid #eee; display: grid; gap: 8px; font-size: 13px; }
.side-mini div { display: flex; justify-content: space-between; gap: 12px; min-width: 0; }
.side-mini strong { text-align: right; overflow-wrap: anywhere; min-width: 0; }
.badge {
  display: inline-block; padding: 4px 10px; border-radius: 20px; font-size: 12px; font-weight: 600; color: #fff;
  background: var(--theme-color); z-index: 2;
}
.badge-sale { background: var(--theme-color); }
.badge-rent { background: #09b579; }
.badge-featured { background: var(--yellow-color); color: #111; }
.badge--spaced { margin-bottom: 0.85rem; }
.gallery { position: relative; min-width: 0; }
.gallery__main img { transition: opacity .2s ease; }

.guide-page {
  max-width: 860px;
  margin-inline: auto;
  padding-top: 20px;
  padding-bottom: 64px;
}
.title-area--left {
  text-align: left;
  align-items: flex-start;
  max-width: none;
  margin-inline: 0;
}
.title-area--left .sec-title,
.title-area--left .sec-description { text-align: left; }
.title-area--left .sec-description { margin: 12px 0 0; }
.guide-page__body { margin-top: 24px; }
.guide-page__cta { margin-top: 20px; }

.title-area.light .sec-title { color: #fff; }
.title-area.light .sec-sub-title { color: rgba(255,255,255,.85); }

/* Footer */
.footer-wrapper {
  background: #0c1f33;
  color: #788094;
  padding: 70px 0 max(24px, env(safe-area-inset-bottom));
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; margin-bottom: 30px;
}
.footer-wrapper .brand__name { color: #fff; }
.footer-wrapper h3 { color: #fff; margin: 0 0 14px; font-size: 18px; }
.footer-wrapper a:hover { color: #fff; }
.copyright-text {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 18px; font-size: 13px;
}

/* ════════════ İNŞAAT TAAHHÜT ════════════ */
.const-hero {
  position: relative;
  min-height: 380px;
  display: grid;
  align-items: end;
  padding: calc(140px + env(safe-area-inset-top)) 0 56px;
  color: #fff;
  overflow: hidden;
}
.const-hero__bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,30,51,.55) 0%, rgba(12,30,51,.82) 100%),
    linear-gradient(135deg, #154a7c 0%, #0c1e33 60%, #1a3354 100%);
}
.const-hero__inner { position: relative; z-index: 1; max-width: 760px; min-width: 0; width: 100%; }
.const-hero__kicker {
  font-family: var(--sub-title-font);
  color: #ffb539;
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
}
.const-hero h1 {
  margin: 8px 0 14px;
  font-family: var(--title-font);
  font-size: clamp(28px, 8vw, 58px);
  font-weight: 400;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.const-hero__lead { margin: 0 0 22px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.88); max-width: 40rem; overflow-wrap: anywhere; }
.const-hero .cta-actions { width: 100%; }
.const-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.const-card {
  background: #fff;
  border: 1px solid var(--gray-color2);
  border-radius: 16px;
  overflow: hidden;
  transition: .35s ease;
  min-width: 0;
}
.const-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(21,74,124,.12); }
.const-card__media {
  display: block; width: 100%; padding: 0; border: 0; background: #e8eef4;
  aspect-ratio: 4/3; position: relative; cursor: pointer; overflow: hidden;
}
.const-card__media img { width: 100%; height: 100%; object-fit: cover; }
.const-card__placeholder {
  display: grid; place-items: center; height: 100%; color: #8aa0b5; font-size: 14px;
}
.const-card__count {
  position: absolute; right: 10px; bottom: 10px;
  background: rgba(12,30,51,.82); color: #fff; font-size: 12px; font-weight: 600;
  padding: 4px 8px; border-radius: 99px;
}
.const-card__body { padding: 18px 18px 20px; }
.const-card__body h3 { margin: 0 0 6px; color: var(--title-color); font-size: clamp(18px, 4vw, 20px); overflow-wrap: anywhere; }
.const-card__meta { margin: 0 0 8px; color: #8d929c; font-size: 13px; overflow-wrap: anywhere; }
.const-card__body p { margin: 0; font-size: 14px; overflow-wrap: anywhere; }
.const-empty { text-align: center; }
.const-empty__grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 22px;
}
.const-empty__tile {
  aspect-ratio: 4/3; border-radius: 14px;
  background: repeating-linear-gradient(135deg, #f3eee8, #f3eee8 12px, #ebe4dc 12px, #ebe4dc 24px);
  display: grid; place-items: center; color: #9a8f84; font-size: 13px; font-weight: 600;
  border: 1px dashed #d8cfc4;
}
.const-empty p { max-width: 36rem; margin: 0 auto 18px; }
.section--tight-top { padding-top: 10px; }
.const-cta {
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--gray-color2); border-radius: 18px; padding: 28px 32px;
  min-width: 0;
}
.const-cta > * { min-width: 0; }
.const-cta h2 { margin: 0 0 6px; color: var(--title-color); font-size: clamp(22px, 5vw, 26px); overflow-wrap: anywhere; }
.const-cta p { margin: 0; overflow-wrap: anywhere; }
.const-lightbox {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(8,16,28,.92);
  display: grid; place-items: center;
  padding: max(48px, env(safe-area-inset-top)) 12px max(24px, env(safe-area-inset-bottom));
}
.const-lightbox[hidden] { display: none !important; }
.const-lightbox img { max-width: min(88vw, 1100px); max-height: min(70dvh, 70vh); width: auto; height: auto; object-fit: contain; border-radius: 8px; }
.const-lightbox__close {
  position: absolute; top: max(12px, env(safe-area-inset-top)); right: max(16px, env(safe-area-inset-right));
  width: 44px; height: 44px;
  border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 28px; cursor: pointer;
}
.const-lightbox__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.95); color: var(--theme-color); font-size: 28px; cursor: pointer;
}
.const-lightbox__nav.prev { left: max(8px, env(safe-area-inset-left)); }
.const-lightbox__nav.next { right: max(8px, env(safe-area-inset-right)); }
.faq-list { display: grid; gap: 12px; max-width: 860px; margin: 0 auto; }
.faq-item {
  background: #fff; border: 1px solid var(--gray-color2); border-radius: 14px; padding: 4px 18px;
}
.faq-item summary {
  cursor: pointer; font-weight: 600; color: var(--title-color); padding: 14px 0; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin: 0 0 16px; font-size: 14px; }

.why-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.map-embed {
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--gray-color2);
  aspect-ratio: 21 / 9;
  min-height: 220px;
}
.map-embed iframe { width: 100%; height: 100%; border: 0; min-height: 220px; }

[data-animate] { opacity: 0; transform: translateY(20px); transition: .55s ease; }
[data-animate].visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
  .prop-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .why-grid, .why-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-card-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .th-header { top: 8px; }
  body.is-inner .th-header { top: 0; }
  body.is-inner .th-header .container { width: 100%; }
  body.is-inner .menu-area { border-radius: 0; }
  .menu-area { padding: 0 12px; }
  .menu-area__inner { grid-template-columns: minmax(0, 1fr) auto; min-height: 64px; gap: 8px; }
  .main-menu, .header-btn { display: none; }
  .brand--center { justify-self: start; grid-column: 1; }
  .header-right { grid-column: 2; }
  .nav-toggle { display: grid; place-items: center; }
  .brand__name { font-size: 18px; }
  .brand__tag { font-size: 11px; }
  .hero-2 {
    height: auto;
    min-height: min(100svh, 640px);
    max-height: none;
  }
  .hero-2-content { padding: 96px 16px 28px; width: 100%; }
  .hero-search-wrapper { border-radius: 20px; padding: 12px; }
  .hero-search-group-wrapper { grid-template-columns: 1fr; gap: 6px; }
  .hero-search-group-wrapper select,
  .hero-search-group-wrapper input,
  .hero-search-group-wrapper .th-btn {
    height: 48px; min-width: 0; width: 100%; font-size: 16px;
  }
  .th-btn.bg-black { min-width: 0; padding: 0 16px; }
  .prop-row, .why-grid, .why-grid--3, .const-grid, .const-empty__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .about-row, .detail-layout { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .breadcrumb { padding-top: 96px; }
  .breadcrumb--after-hero { padding-top: 20px; padding-bottom: 4px; }
  .empty-page { padding: 96px 0 48px; }
  .section { padding: 56px 0; }
  .section--tight-top { padding-top: 10px; }
  .category-sec-1 { padding: 48px 0 24px; }
  .cta-box, .const-cta { padding: 22px; flex-direction: column; align-items: stretch; }
  .cta-box h2, .const-cta h2 { font-size: clamp(24px, 6vw, 32px); }
  .cta-actions { width: 100%; }
  .cta-actions .th-btn { flex: 1 1 140px; }
  .toolbar { flex-direction: column; align-items: stretch; }
  .toolbar input, .toolbar select, .toolbar .th-btn { min-width: 0; width: 100%; }
  .popular-list-1 .thumb-wrapper { height: 200px; }
  .seo-landing { padding: 18px; }
  .map-embed { aspect-ratio: 16 / 10; }
  .const-hero { padding: calc(100px + env(safe-area-inset-top)) 0 36px; min-height: 260px; }
  .const-hero__lead { font-size: 15px; }
  .const-lightbox__nav { width: 38px; height: 38px; }
  .detail-panel, .side-card { padding: 18px; }
  .gallery__main { aspect-ratio: 4 / 3; border-radius: 12px; }
  .gallery__nav { width: 36px; height: 36px; }
  .gallery__nav.prev { left: 8px; }
  .gallery__nav.next { right: 8px; }
  .gallery__thumbs { grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)); }
  .guide-page { padding-top: 12px; padding-bottom: 48px; width: min(860px, calc(100% - 16px)); }
  .title-area--left .sec-title { font-size: clamp(24px, 7vw, 36px); }
}
@media (max-width: 640px) {
  .container { width: min(1320px, calc(100% - 16px)); }
  .th-header { top: 0; }
  .th-header .container { width: 100%; }
  .menu-area { margin: 0; border-radius: 0; }
  .hero-2 { border-radius: 0 0 1.5rem 1.5rem; min-height: 520px; }
  .hero-2-content { padding: 88px 12px 24px; }
  .prop-row, .why-grid, .why-grid--3, .feature-grid,
  .const-grid, .const-empty__grid { grid-template-columns: 1fr; }
  .area-grid, .counter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 10px; }
  .category-card { padding: 0 10px 16px; }
  .category-card .box-icon { width: 72px; height: 72px; margin-top: -36px; line-height: 72px; }
  .property-bottom { flex-wrap: wrap; }
  .property-bottom .th-btn { width: 100%; }
  .pagination a { width: 38px; height: 38px; }
  .area-band, .cta-band { padding: 48px 0; }
  .const-hero h1 { font-size: clamp(28px, 9vw, 40px); }
  .const-hero .cta-actions { flex-direction: column; }
  .const-hero .cta-actions .th-btn,
  .const-cta .cta-actions .th-btn,
  .guide-page__cta .th-btn { flex: 1 1 auto; width: 100%; }
  .faq-item summary { font-size: 15px; }
  .why-card-1 { padding: 28px 16px 22px; }
  .detail-layout { gap: 16px; padding-bottom: 40px; }
  .detail-panel h1 { font-size: clamp(20px, 6vw, 26px); }
  .const-card__body { padding: 14px 14px 16px; }
  .const-lightbox img { max-width: calc(100vw - 24px); }
}
@media (max-width: 380px) {
  .brand__tag { display: none; }
  .category-card .box-title { font-size: 14px; }
}
