@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Prata"; src: url("assets/fonts/prata-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }

:root {
  --ink: #19221f;
  --green: #18332d;
  --green-soft: #29473f;
  --paper: #f5f2eb;
  --cream: #ebe4d7;
  --white: #fffefa;
  --line: rgba(25, 34, 31, .14);
  --accent: #d7e77f;
  --accent-dark: #bdce63;
  --muted: #6f7773;
  --shadow: 0 22px 60px rgba(18, 29, 25, .14);
  --radius: 18px;
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 120px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #53655e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}
.eyebrow::before { width: 24px; height: 1px; background: currentColor; content: ""; }
.eyebrow--light { color: rgba(255, 255, 255, .68); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.15; }
h1 em, h2 em { color: #8b9a88; font-style: italic; font-weight: 400; }
.button {
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button--small { min-height: 42px; padding-inline: 18px; }
.button--outline { border-color: rgba(255,255,255,.42); color: #fff; }
.button--outline:hover { background: #fff; color: var(--green); }
.button--dark { background: var(--green); color: #fff; }
.button--dark:hover { background: #24463e; }
.button--light { background: #fff; color: var(--green); }
.button--light:hover { background: var(--accent); }
.button--accent { background: var(--accent); color: var(--green); }
.button--accent:hover { background: var(--accent-dark); }
.button--full { width: 100%; }
.text-link, .text-button {
  width: max-content;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
}
.text-link svg { width: 17px; transition: transform .25s ease; }
.text-link:hover svg { transform: translateX(4px); }

/* Header */
.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
  transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.site-header.is-sticky {
  position: fixed;
  color: var(--ink);
  background: rgba(250, 248, 243, .94);
  box-shadow: 0 8px 30px rgba(24, 38, 33, .08);
  backdrop-filter: blur(14px);
}
.site-header.is-sticky .button--outline { border-color: var(--line); color: var(--ink); }
.site-header.is-sticky .button--outline:hover { background: var(--green); color: #fff; }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid currentColor;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
}
.brand-mark span { font-family: var(--serif); font-size: 17px; transform: rotate(-45deg); }
.brand-name { font-size: 19px; font-weight: 700; letter-spacing: -.035em; }
.brand-name span { font-weight: 400; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 600; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-phone { font-size: 13px; font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid currentColor; border-radius: 50%; place-items: center; background: transparent; }

/* Hero */
.hero { position: relative; min-height: 900px; overflow: hidden; color: #fff; background: var(--green); }
.hero-bg { position: absolute; inset: 0; background: url("assets/images/hero-almaty-v2.png") 50% 50% / cover no-repeat; animation: heroZoom 18s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,24,21,.9) 0%, rgba(10,24,21,.63) 37%, rgba(10,24,21,.07) 73%), linear-gradient(0deg, rgba(7,18,16,.76) 0%, transparent 41%); }
.hero-content { position: relative; z-index: 2; min-height: 900px; padding-top: 166px; padding-bottom: 33px; display: flex; flex-direction: column; }
.hero-copy { width: min(730px, 62%); }
.hero-copy h1 { margin: 23px 0 23px; font-size: clamp(50px, 5.7vw, 78px); line-height: 1.08; }
.hero-copy h1 em { color: #dce69f; }
.hero-copy p { width: min(570px, 100%); margin-bottom: 42px; color: rgba(255,255,255,.72); font-size: 17px; }
.search-panel { width: 100%; margin-top: 8px; border-radius: 16px; color: var(--ink); background: rgba(255, 254, 250, .97); box-shadow: var(--shadow); overflow: hidden; }
.search-tabs { padding: 7px 7px 0; border-bottom: 1px solid var(--line); display: flex; gap: 2px; }
.search-tab { position: relative; padding: 16px 22px 17px; border: 0; background: transparent; cursor: pointer; color: var(--muted); font-size: 13px; font-weight: 700; }
.search-tab::after { position: absolute; right: 18px; bottom: -1px; left: 18px; height: 2px; background: var(--green); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.search-tab.is-active { color: var(--green); }
.search-tab.is-active::after { transform: scaleX(1); }
.search-fields { min-height: 98px; padding: 16px 18px; display: grid; grid-template-columns: 1.6fr 1fr .65fr 1fr auto; align-items: stretch; }
.search-field { padding: 3px 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.search-field > span:first-child { color: #888f8b; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-control { display: flex; align-items: center; gap: 10px; }
.field-control svg { width: 18px; flex: 0 0 18px; color: #70817b; }
.search-field input, .search-field select { width: 100%; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 600; }
.search-field select { appearance: none; padding-right: 18px; background-image: linear-gradient(45deg, transparent 50%, #78817c 50%), linear-gradient(135deg, #78817c 50%, transparent 50%); background-position: calc(100% - 8px) 55%, calc(100% - 4px) 55%; background-size: 4px 4px; background-repeat: no-repeat; }
.search-submit { min-width: 168px; margin-left: 16px; padding: 0 22px; border: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: var(--green); cursor: pointer; font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.search-submit:hover { background: var(--green-soft); transform: translateY(-1px); }
.search-hints { padding: 0 38px 16px; display: flex; gap: 15px; color: #929793; font-size: 11px; }
.search-hints button { padding: 0; border: 0; border-bottom: 1px dashed #b8bcb9; background: transparent; cursor: pointer; color: #57645e; font-size: 11px; }
.hero-foot { margin-top: auto; padding-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; align-items: end; gap: 28px; }
.hero-stat { display: flex; align-items: baseline; gap: 12px; }
.hero-stat strong { font-family: var(--serif); font-size: 24px; font-weight: 400; white-space: nowrap; }
.hero-stat span { max-width: 105px; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.4; }
.scroll-link { margin-left: auto; display: flex; align-items: center; gap: 15px; font-size: 12px; font-weight: 600; }
.scroll-link svg { width: 24px; }

.trust-bar { background: #fffdf8; }
.trust-grid { min-height: 120px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { min-height: 52px; padding: 0 25px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 15px; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { padding-right: 0; border-right: 0; }
.trust-grid svg { width: 25px; height: 25px; flex: 0 0 25px; color: #536c62; }
.trust-grid span { color: #777e7a; font-size: 11px; line-height: 1.45; }
.trust-grid strong { display: block; color: var(--ink); font-size: 12px; }

/* Almaty districts */
.districts { background: #fffdf8; }
.district-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.district-card {
  position: relative;
  min-height: 285px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: var(--ink);
  background: #f6f2ea;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.district-card:hover { transform: translateY(-6px); background: #fff; box-shadow: 0 18px 48px rgba(24,45,38,.1); }
.district-card--featured { border-color: var(--green); color: #fff; background: var(--green); }
.district-card--featured:hover { background: #24463e; }
.district-card--featured::after { position: absolute; width: 210px; height: 210px; right: -90px; top: -85px; border: 1px solid rgba(215,231,127,.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 45px rgba(215,231,127,.035); }
.district-index { align-self: flex-end; color: #939d98; font-family: var(--serif); font-size: 11px; }
.district-card--featured .district-index { color: var(--accent); }
.district-card > div { margin-top: auto; }
.district-area { color: #728179; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.district-card--featured .district-area { color: rgba(255,255,255,.53); }
.district-card h3 { margin: 8px 0 9px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.district-card p { max-width: 330px; margin: 0; color: #747d78; font-size: 11px; }
.district-card--featured p { color: rgba(255,255,255,.62); }
.district-tags { margin-top: 20px; padding-right: 40px; display: flex; flex-wrap: wrap; gap: 6px; }
.district-tags i { padding: 5px 9px; border: 1px solid rgba(24,51,45,.15); border-radius: 999px; color: #6d7872; font-size: 8px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.district-card--featured .district-tags i { border-color: rgba(255,255,255,.19); color: rgba(255,255,255,.62); }
.district-card > svg { position: absolute; right: 26px; bottom: 29px; width: 19px; transition: transform .25s ease; }
.district-card:hover > svg { transform: translateX(5px); }
.district-insight { margin-top: 22px; padding: 24px 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .65fr 1.7fr .8fr; align-items: center; gap: 35px; }
.district-insight > span { color: #66776f; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.district-insight p { margin: 0; font-family: var(--serif); font-size: 16px; line-height: 1.5; }
.district-insight small { color: #8a918d; font-size: 9px; line-height: 1.55; }

/* Shared section */
.section-head { margin-bottom: 54px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.section-head .eyebrow { margin-bottom: 19px; }
.section-head > p { max-width: 430px; margin: 0 0 4px auto; color: var(--muted); font-size: 14px; }

/* Services */
.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-card { min-height: 390px; padding: 28px 28px 30px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: rgba(255,255,255,.44); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.service-card:hover { transform: translateY(-7px); background: #fff; box-shadow: 0 18px 50px rgba(24,45,38,.09); }
.service-card--dark { border-color: var(--green); color: #fff; background: var(--green); }
.service-card--dark:hover { background: #213e36; }
.service-number { align-self: flex-end; color: #9ca39f; font-size: 11px; }
.service-icon { width: 36px; height: 36px; margin: 46px 0 27px; stroke-width: 1.25; color: #6a7b73; }
.service-card--dark .service-icon { color: var(--accent); }
.service-card h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.service-card p { margin-bottom: 28px; color: #727b76; font-size: 12px; }
.service-card--dark p { color: rgba(255,255,255,.63); }
.service-card .text-link { margin-top: auto; color: #536159; }
.service-card--dark .text-link { color: #fff; }

/* Objects */
.objects { background: #eae5dc; overflow: hidden; }
.section-head--objects { margin-bottom: 30px; }
.carousel-controls { display: flex; justify-content: flex-end; gap: 10px; }
.round-button { width: 50px; height: 50px; padding: 0; border: 1px solid rgba(24,51,45,.26); border-radius: 50%; display: grid; place-items: center; background: transparent; cursor: pointer; transition: .2s ease; }
.round-button:hover { color: #fff; background: var(--green); }
.round-button svg { width: 19px; }
.flip { transform: scaleX(-1); }
.object-filters { margin-bottom: 30px; display: flex; gap: 8px; }
.filter-chip { padding: 10px 18px; border: 1px solid rgba(24,51,45,.2); border-radius: 999px; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; transition: .2s ease; }
.filter-chip:hover, .filter-chip.is-active { color: #fff; background: var(--green); border-color: var(--green); }
.objects-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 32px) / 3); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.objects-carousel::-webkit-scrollbar { display: none; }
.property-card { border-radius: var(--radius); scroll-snap-align: start; overflow: hidden; background: #fff; transition: transform .3s ease, opacity .25s ease; }
.property-card:hover { transform: translateY(-5px); }
.property-card.is-hidden { display: none; }
.property-image { position: relative; height: 280px; overflow: hidden; background: #d4d0c8; }
.property-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.property-card:hover .property-image img { transform: scale(1.04); }
.property-image--interior img { object-position: 58% 60%; }
.property-image--interior-alt img { object-position: 84% 50%; transform: scale(1.12); }
.property-image--interior-wide img { object-position: 15% 64%; transform: scale(1.15); }
.property-image--building img { object-position: 74% 42%; }
.property-image--building-alt img { object-position: 47% 70%; transform: scale(1.12); }
.property-badge { position: absolute; top: 17px; left: 17px; padding: 7px 11px; border-radius: 999px; color: var(--green); background: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.property-badge--light { background: #fff; }
.favorite { position: absolute; top: 15px; right: 15px; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: rgba(255,255,255,.93); cursor: pointer; transition: .2s ease; }
.favorite:hover { transform: scale(1.06); }
.favorite svg { width: 17px; height: 17px; }
.favorite.is-active { color: #a73f35; }
.favorite.is-active svg { fill: currentColor; }
.property-body { padding: 25px 25px 22px; }
.property-type { margin-bottom: 8px; color: #718179; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.property-body h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.3; }
.property-location { margin-bottom: 18px; display: flex; align-items: center; gap: 6px; color: #858c88; font-size: 11px; }
.property-location svg { width: 13px; height: 13px; }
.property-specs { padding: 15px 0; border-top: 1px solid #ecece9; border-bottom: 1px solid #ecece9; display: flex; gap: 15px; color: #606b65; font-size: 10px; }
.property-specs span { display: flex; align-items: center; gap: 5px; }
.property-specs svg { width: 14px; height: 14px; }
.property-footer { min-height: 47px; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; }
.property-footer strong { font-size: 17px; letter-spacing: -.03em; }
.property-footer small { color: #868b88; font-size: 10px; font-weight: 500; }
.property-open { width: 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: transparent; cursor: pointer; transition: .2s ease; }
.property-open:hover { color: #fff; background: var(--green); }
.property-open svg { width: 16px; }
.carousel-progress { width: 100%; height: 1px; margin-top: 30px; background: rgba(24,51,45,.17); }
.carousel-progress span { display: block; width: 28%; height: 2px; background: var(--green); transform-origin: left; transition: width .25s ease; }
.objects-bottom { margin-top: 27px; display: flex; align-items: center; justify-content: space-between; }
.objects-bottom p { margin: 0; color: #69746e; font-size: 12px; }

/* Agent value */
.agent-value { color: #fff; background: var(--green); }
.value-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.value-intro { position: sticky; top: 130px; align-self: start; }
.value-intro h2 { margin: 22px 0 25px; }
.value-intro h2 em { color: #d9e59e; }
.value-intro p { max-width: 490px; margin-bottom: 35px; color: rgba(255,255,255,.62); }
.value-steps { border-top: 1px solid rgba(255,255,255,.18); }
.value-step { padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 64px 1fr; gap: 18px; }
.value-step > span { color: var(--accent); font-family: var(--serif); font-size: 14px; }
.value-step h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.value-step p { max-width: 515px; margin: 0; color: rgba(255,255,255,.57); font-size: 12px; }

/* Team */
.team { background: #fffdf8; }
.team-grid { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 16px; }
.agent-card { min-width: 0; border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.agent-photo, .agent-placeholder { height: 440px; overflow: hidden; }
.agent-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.78); transition: transform .5s ease; }
.agent-card:hover .agent-photo img { transform: scale(1.025); }
.agent-placeholder { position: relative; display: grid; place-items: center; isolation: isolate; color: rgba(255,255,255,.9); }
.agent-placeholder::before, .agent-placeholder::after { position: absolute; content: ""; z-index: -1; border-radius: 50%; filter: blur(1px); }
.agent-placeholder::before { width: 320px; height: 320px; top: 80px; left: 50%; background: rgba(255,255,255,.1); transform: translateX(-50%); }
.agent-placeholder::after { width: 180px; height: 180px; top: 105px; left: 50%; border: 1px solid rgba(255,255,255,.28); transform: translateX(-50%); }
.agent-placeholder--one { background: linear-gradient(145deg, #233b36, #668174); }
.agent-placeholder--two { background: linear-gradient(145deg, #9e8a70, #d0c2aa); }
.agent-placeholder span { font-family: var(--serif); font-size: 62px; letter-spacing: -.08em; }
.agent-placeholder small { position: absolute; bottom: 22px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; opacity: .65; }
.agent-info { min-height: 146px; padding: 23px 23px 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.agent-info span { color: #748079; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.agent-info h3 { margin: 7px 0 5px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.agent-info p { margin: 0; color: #7c8580; font-size: 10px; }
.agent-contact { width: 43px; height: 43px; padding: 0; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: #fff; cursor: pointer; transition: .2s ease; }
.agent-contact:hover { color: #fff; background: var(--green); }
.agent-contact svg { width: 18px; }
.placeholder-note { margin: 17px 0 0; color: #979c99; font-size: 9px; text-align: right; }

/* Consultation */
.consultation { padding-top: 0; background: #fffdf8; }
.consultation-card { min-height: 380px; padding: 66px 72px; border-radius: 24px; display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 80px; color: #fff; background: #243f38; overflow: hidden; position: relative; }
.consultation-card::after { position: absolute; width: 420px; height: 420px; right: -120px; top: -210px; border: 1px solid rgba(215,231,127,.24); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(215,231,127,.035), 0 0 0 140px rgba(215,231,127,.02); }
.consultation-copy { position: relative; z-index: 1; }
.consultation-copy h2 { max-width: 740px; margin: 22px 0 19px; }
.consultation-copy h2 em { color: #d9e59e; }
.consultation-copy p { margin: 0; color: rgba(255,255,255,.6); }
.consultation-actions { position: relative; z-index: 1; display: flex; flex-direction: column; }
.messenger-row { margin: 17px 0 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.messenger-row a { min-height: 43px; border: 1px solid rgba(255,255,255,.19); border-radius: 9px; display: flex; align-items: center; justify-content: center; gap: 8px; color: rgba(255,255,255,.8); font-size: 10px; font-weight: 700; transition: .2s ease; }
.messenger-row a:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.messenger-row svg { width: 15px; height: 15px; }
.consultation-actions small { color: rgba(255,255,255,.45); font-size: 9px; text-align: center; }

/* FAQ */
.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 130px; }
.faq-intro h2 { margin: 19px 0 22px; }
.faq-intro p { max-width: 360px; margin-bottom: 25px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 46px 25px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 50%; right: 5px; width: 15px; height: 1px; background: var(--ink); content: ""; transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 650px; padding: 0 45px 27px 0; margin: 0; color: var(--muted); font-size: 12px; }

/* Footer */
.site-footer { padding: 80px 0 24px; color: #fff; background: #10241f; }
.footer-top { padding-bottom: 60px; display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 55px; }
.brand--footer { margin-bottom: 25px; }
.footer-brand p, .footer-contact p { color: rgba(255,255,255,.48); font-size: 11px; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-col h3 { margin-bottom: 10px; color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { color: rgba(255,255,255,.72); font-size: 11px; }
.footer-col a:hover { color: var(--accent); }
.footer-col .footer-phone { color: #fff; font-family: var(--serif); font-size: 20px; }
.footer-contact p { margin-top: 8px; }
.footer-bottom { padding-top: 23px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; color: rgba(255,255,255,.34); font-size: 9px; }
.footer-bottom button { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; }
.footer-bottom button:hover { color: #fff; }

/* Floating contact */
.floating-contact { position: fixed; z-index: 40; right: 26px; bottom: 24px; min-height: 48px; padding: 0 19px 0 15px; border: 0; border-radius: 999px; display: flex; align-items: center; gap: 9px; color: var(--green); background: var(--accent); box-shadow: 0 10px 35px rgba(15,36,30,.22); cursor: pointer; font-size: 11px; font-weight: 800; transition: transform .2s ease; }
.floating-contact:hover { transform: translateY(-3px); }
.floating-contact svg { width: 19px; }

/* Modals */
.modal { position: fixed; z-index: 100; inset: 0; padding: 24px; display: grid; place-items: center; visibility: hidden; opacity: 0; transition: visibility .25s, opacity .25s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9,20,17,.72); backdrop-filter: blur(8px); }
.modal-dialog { position: relative; z-index: 1; width: min(630px, 100%); max-height: calc(100vh - 48px); padding: 46px; border-radius: 20px; background: #faf8f3; box-shadow: 0 30px 90px rgba(0,0,0,.25); overflow-y: auto; transform: translateY(16px) scale(.985); transition: transform .28s ease; }
.modal.is-open .modal-dialog { transform: none; }
.modal-close { position: absolute; z-index: 3; top: 18px; right: 18px; width: 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.84); cursor: pointer; }
.modal-close svg { width: 17px; height: 17px; }
.modal-dialog h2 { margin: 15px 0 10px; font-size: 39px; }
.modal-subtitle { margin-bottom: 27px; color: var(--muted); font-size: 12px; }
.channel-picker { margin-bottom: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.channel-option { position: relative; min-height: 67px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; display: flex; align-items: center; gap: 9px; background: #fff; cursor: pointer; text-align: left; }
.channel-option > svg { width: 18px; flex: 0 0 18px; color: #688078; }
.channel-option > span { display: flex; flex-direction: column; font-size: 10px; font-weight: 800; }
.channel-option small { color: #949a96; font-size: 8px; font-weight: 500; }
.channel-option i { position: absolute; top: 9px; right: 9px; width: 9px; height: 9px; border: 1px solid #aab1ad; border-radius: 50%; }
.channel-option.is-active { border-color: var(--green); background: #f5f8ec; }
.channel-option.is-active i { border: 3px solid var(--green); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { position: relative; margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
.form-field > span { color: #68716c; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.form-field span em { color: #a3a8a5; font-style: normal; font-weight: 400; text-transform: none; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #d9dbd6; border-radius: 9px; outline: 0; color: var(--ink); background: #fff; font-size: 12px; }
.form-field input, .form-field select { height: 49px; padding: 0 14px; }
.form-field textarea { padding: 13px 14px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #668078; box-shadow: 0 0 0 3px rgba(70,103,92,.08); }
.form-field.has-error input { border-color: #b45d52; }
.field-error { display: none; position: absolute; right: 3px; top: 0; color: #a94b42; font-size: 8px; }
.form-field.has-error .field-error { display: block; }
.consent { margin: 4px 0 20px; display: block; cursor: pointer; }
.consent input { position: absolute; opacity: 0; pointer-events: none; }
.consent > span { display: flex; align-items: center; gap: 8px; color: #7d8580; font-size: 9px; }
.consent i { width: 16px; height: 16px; border: 1px solid #aab0ac; border-radius: 4px; display: grid; place-items: center; background: #fff; }
.consent svg { width: 11px; height: 11px; opacity: 0; }
.consent input:checked + span i { border-color: var(--green); color: #fff; background: var(--green); }
.consent input:checked + span svg { opacity: 1; }
.consent.has-error > span { color: #a94b42; }
.lead-success { padding: 20px 5px 8px; text-align: center; }
.success-icon { width: 62px; height: 62px; margin: 0 auto 28px; border-radius: 50%; display: grid; place-items: center; color: var(--green); background: var(--accent); }
.success-icon svg { width: 29px; height: 29px; }
.lead-success h2 { margin: 16px 0; }
.lead-success p { max-width: 440px; margin: 0 auto 25px; color: var(--muted); font-size: 12px; }
.lead-success .text-button { margin: 16px auto 0; border: 0; color: #6f7873; }
.modal-dialog--property { width: min(900px, 100%); padding: 0; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; }
.modal-close--overlay { color: var(--ink); }
.property-modal-image { min-height: 590px; background: #ddd; overflow: hidden; }
.property-modal-image img { width: 100%; height: 100%; object-fit: cover; }
.property-modal-content { padding: 54px 42px 40px; }
.property-modal-content h2 { margin-top: 17px; font-size: 34px; }
.property-modal-location { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.property-modal-location svg { width: 15px; }
.property-modal-specs { margin: 27px 0 8px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #58665f; font-size: 11px; }
.property-modal-price { margin: 22px 0 14px; font-family: var(--serif); font-size: 25px; }
.property-modal-content > p:last-of-type { margin-bottom: 27px; color: var(--muted); font-size: 11px; }
.modal-dialog--info { width: min(610px, 100%); }
.modal-dialog--info h2 { margin-bottom: 22px; }
.modal-dialog--info #infoModalContent { margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.modal-dialog--info ol { padding: 0; list-style: none; counter-reset: modal-steps; }
.modal-dialog--info li { padding: 12px 0 12px 42px; border-bottom: 1px solid var(--line); position: relative; counter-increment: modal-steps; }
.modal-dialog--info li::before { position: absolute; left: 0; color: #6c7f76; font-family: var(--serif); content: "0" counter(modal-steps); }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 30px; min-height: 46px; padding: 0 19px; border-radius: 999px; display: flex; align-items: center; gap: 9px; color: #fff; background: #18332d; box-shadow: var(--shadow); font-size: 10px; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .3s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.toast svg { width: 15px; color: var(--accent); }

/* Mobile menu */
.mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 100px 30px 35px; display: flex; flex-direction: column; visibility: hidden; opacity: 0; color: #fff; background: var(--green); transition: .25s ease; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu .modal-close { color: #fff; background: transparent; border-color: rgba(255,255,255,.24); }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: 32px; }
.mobile-menu-bottom { margin-top: auto; display: flex; flex-direction: column; gap: 18px; }
.mobile-menu-bottom > a { font-family: var(--serif); font-size: 22px; }

/* Motion */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1); } }

@media (max-width: 1100px) {
  .desktop-nav { gap: 20px; }
  .header-phone { display: none; }
  .hero { min-height: 880px; }
  .hero-content { min-height: 880px; }
  .hero-copy { width: 72%; }
  .search-fields { grid-template-columns: 1.4fr 1fr .7fr auto; }
  .search-field:nth-of-type(4) { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .trust-grid > div { padding: 15px 20px; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .district-grid { grid-template-columns: repeat(2, 1fr); }
  .district-insight { grid-template-columns: 1fr 2fr; }
  .district-insight small { grid-column: 2; }
  .service-card { min-height: 330px; }
  .service-icon { margin-top: 25px; }
  .objects-carousel { grid-auto-columns: calc((100% - 16px) / 2); }
  .value-grid { gap: 65px; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .agent-photo, .agent-placeholder { height: 370px; }
  .consultation-card { grid-template-columns: 1fr 290px; padding: 55px; gap: 45px; }
  .faq-grid { gap: 70px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 680px); }
  .section { padding: 86px 0; }
  .desktop-nav, .header-actions .button { display: none; }
  .menu-toggle { display: grid; }
  .header-inner { height: 72px; }
  .hero, .hero-content { min-height: 900px; }
  .hero-content { padding-top: 125px; padding-bottom: 25px; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,24,21,.88), rgba(10,24,21,.32)), linear-gradient(0deg, rgba(7,18,16,.84), transparent 55%); }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: clamp(43px, 9vw, 62px); }
  .hero-copy p { max-width: 520px; font-size: 14px; }
  .search-fields { padding: 15px; grid-template-columns: 1fr 1fr; gap: 1px; }
  .search-field { min-height: 66px; border-bottom: 1px solid var(--line); }
  .search-field:nth-of-type(2) { border-right: 0; }
  .search-field:nth-of-type(3) { border-bottom: 0; }
  .search-submit { min-height: 52px; margin: 8px 0 0 10px; }
  .search-hints { display: none; }
  .hero-foot { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .scroll-link { display: none; }
  .hero-stat { flex-direction: column; gap: 0; }
  .hero-stat strong { font-size: 20px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 40px; }
  .district-insight { grid-template-columns: 1fr; gap: 10px; }
  .district-insight small { grid-column: auto; }
  .section-head > p { margin-left: 0; }
  .section-head--objects { grid-template-columns: 1fr auto; }
  .section-head--objects > div:first-child { grid-column: 1 / -1; }
  .section-head--objects .carousel-controls { grid-column: 2; grid-row: 2; }
  .object-filters { grid-column: 1; }
  .value-grid { grid-template-columns: 1fr; gap: 55px; }
  .value-intro { position: static; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .agent-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr .9fr; }
  .agent-card--featured .agent-info { align-self: end; }
  .consultation-card { grid-template-columns: 1fr; padding: 48px; }
  .consultation-actions { max-width: 360px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / -1; }
  .modal-dialog--property { grid-template-columns: 1fr; overflow-y: auto; }
  .property-modal-image { min-height: 270px; max-height: 38vh; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 28px); }
  .section { padding: 72px 0; }
  h2 { font-size: 37px; }
  .hero, .hero-content { min-height: 880px; }
  .hero-bg { background-position: 67% center; }
  .hero-content { padding-top: 112px; }
  .hero-copy h1 { margin-top: 18px; font-size: 42px; line-height: 1.08; }
  .hero-copy p { margin-bottom: 28px; font-size: 13px; }
  .search-panel { border-radius: 13px; }
  .search-tabs { justify-content: space-around; }
  .search-tab { flex: 1; padding-inline: 8px; }
  .search-fields { grid-template-columns: 1fr; }
  .search-field { min-height: 59px; padding: 4px 12px; border-right: 0; }
  .search-field:nth-of-type(2) { border-bottom: 1px solid var(--line); }
  .search-field:nth-of-type(3) { display: none; }
  .search-submit { min-height: 50px; margin: 11px 0 0; }
  .hero-foot { padding-top: 24px; gap: 6px; }
  .hero-stat span { font-size: 8px; }
  .hero-stat strong { font-size: 17px; }
  .trust-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px 0; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .district-grid { grid-template-columns: 1fr; }
  .district-card { min-height: 250px; }
  .service-card { min-height: 310px; }
  .objects-carousel { grid-auto-columns: 89%; }
  .carousel-controls { display: none; }
  .object-filters { overflow-x: auto; scrollbar-width: none; }
  .filter-chip { white-space: nowrap; }
  .property-image { height: 250px; }
  .objects-bottom { align-items: flex-start; flex-direction: column; gap: 17px; }
  .objects-bottom .button { width: 100%; }
  .value-step { grid-template-columns: 48px 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .agent-card--featured { grid-column: auto; display: block; }
  .agent-photo, .agent-placeholder { height: 420px; }
  .consultation-card { width: calc(100% - 20px); padding: 42px 24px; border-radius: 18px; }
  .consultation-copy h2 { font-size: 35px; }
  .faq-list summary { font-size: 17px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .floating-contact { width: 50px; height: 50px; right: 16px; bottom: 16px; padding: 0; justify-content: center; }
  .floating-contact span { display: none; }
  .modal { padding: 10px; align-items: end; }
  .modal-dialog { width: 100%; max-height: 93vh; padding: 36px 20px 24px; border-radius: 18px 18px 8px 8px; }
  .modal-dialog h2 { font-size: 32px; }
  .channel-picker { grid-template-columns: 1fr; }
  .channel-option { min-height: 56px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .modal-dialog--property { padding: 0; border-radius: 18px 18px 8px 8px; }
  .property-modal-content { padding: 34px 20px 24px; }
  .property-modal-image { min-height: 240px; }
  .toast { bottom: 77px; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Language control remains available on desktop and mobile. */
.language-select { max-width: 116px; min-height: 40px; padding: 7px 9px; border: 1px solid currentColor; border-radius: 9px; color: inherit; background: transparent; font: 600 12px var(--sans); cursor: pointer; }
.language-select option { color: #18332d; background: #fff; }
.language-select:focus-visible { outline: 3px solid #d7e77f; outline-offset: 3px; }
.header-actions { gap: 12px; }
.header-phone { display: none; }
.header-inner { gap: 18px; }
html[lang="kk"] { --serif: Georgia, "Times New Roman", serif; }
html[lang="zh-Hans"] { --sans: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif; --serif: "Songti SC", SimSun, serif; }
html[lang="zh-Hans"] h1 { line-height: 1.25; }
html[lang="zh-Hans"] .eyebrow { letter-spacing: .12em; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-privacy { color: #64736c; font-size: 11px; line-height: 1.6; }
.lead-error { padding: 12px; background: #fceee8; color: #8c352b; border-radius: 8px; font-size: 12px; }
.consent input { position: static; opacity: 1; pointer-events: auto; accent-color: #18332d; }
.consent { display: flex; gap: 9px; align-items: flex-start; }
.consent i { display: none; }
.consent > span { display: block; }
.modal-dialog h2 { overflow-wrap: anywhere; }
@media (max-width: 1250px) { .desktop-nav { gap: 14px; } .header-actions > .open-lead { display: none; } }
@media (max-width: 820px) { .language-select { max-width: 104px; } .header-inner { gap: 9px; } }
@media (max-width: 600px) { .header-actions { gap: 8px; } .language-select { max-width: 94px; font-size: 11px; } html[lang="en"] .hero-copy h1, html[lang="kk"] .hero-copy h1 { font-size: 37px; } .hero, .hero-content { min-height: 930px; } .toast { max-width: calc(100vw - 28px); white-space: normal; padding-block: 10px; } }
