/* ══ dombay.css ══ */

/* ══ page-dombay — no hyphenation / clean word breaks (override mobile.css) ══ */
body.page-dombay,
body.page-dombay * {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.page-dombay p,
body.page-dombay h1,
body.page-dombay h2,
body.page-dombay h3,
body.page-dombay h4,
body.page-dombay li,
body.page-dombay a,
body.page-dombay label,
body.page-dombay button,
body.page-dombay .section-label,
body.page-dombay .section-title,
body.page-dombay .hero-title,
body.page-dombay .hero-sub,
body.page-dombay .regions-lead,
body.page-dombay .location-lead,
body.page-dombay .economics-lead,
body.page-dombay .parking-lead,
body.page-dombay .conditions-sub,
body.page-dombay .benefits-sub,
body.page-dombay .final-form-sub,
body.page-dombay .region-feature,
body.page-dombay .highlight-text,
body.page-dombay .project-stat-label,
body.page-dombay .pstat-label,
body.page-dombay .room-card-desc,
body.page-dombay .income-title-new,
body.page-dombay .income-sub-new,
body.page-dombay .parking-reason-text,
body.page-dombay .trust-op-desc,
body.page-dombay .trust-builder-desc,
body.page-dombay .trust-finance-desc,
body.page-dombay .trust-legal-desc,
body.page-dombay .faq-question span,
body.page-dombay .faq-answer,
body.page-dombay .benefit-text,
body.page-dombay .payment-title,
body.page-dombay .payment-desc,
body.page-dombay .footer-disclaimer,
body.page-dombay .footer-info {
  text-wrap: pretty;
}

body.page-dombay .trust-strip-label,
body.page-dombay .trust-item,
body.page-dombay .project-stat-val,
body.page-dombay .pstat-val,
body.page-dombay .highlight-num,
body.page-dombay .region-yield,
body.page-dombay .income-val-new,
body.page-dombay .room-card-stat-value,
body.page-dombay .room-card-area,
body.page-dombay .nav-cta-phone {
  white-space: nowrap;
}

body.page-dombay .room-card-stat-row {
  flex-wrap: nowrap;
  align-items: baseline;
}

body.page-dombay .room-card-stat-label {
  flex: 0 1 auto;
}

body.page-dombay .room-card-stat-value {
  flex: 0 0 auto;
  text-align: right;
}

body.page-dombay .project-stat,
body.page-dombay .pstat,
body.page-dombay .highlight-card {
  text-align: left;
}

body.page-dombay .final-form-b24 *,
body.page-dombay .final-form-b24 iframe {
  hyphens: none !important;
  word-break: normal !important;
}

/* ═══ FONTS ═══ */
@font-face {
  font-family: 'RFDewi';
  src: url('../fonts/RFDewiExpanded-Ultrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PPPangram';
  src: url('../fonts/PPPangramSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ═══ VARIABLES (СТРОГО ПО ТЗ КОМПАНИИ) ═══ */
:root {
  --c-bg:           #2a3347;
  --c-bg2:          #303b52;
  --c-bg3:          #38445e;
  --c-gold:         #c9b99a; /* Warm sand */
  --c-gold-light:   #e8cc7a;
  --c-gold-dim:     #a89060; /* Пыльное золото */
  --c-purple:       #7B5EA7; /* Акцентный сиреневый - подпись бренда */
  --c-purple-light: #9378C2;
  --c-white:        #f8f7f4; /* Теплый off-white */
  --c-white-dim:    #edeae4; /* Минеральный светлый */
  --c-border:       rgba(123,94,167, 0.2);
  --c-border-sub:   rgba(255, 255, 255, 0.05);

  --f-head:   'RFDewi', 'Arial Black', sans-serif;
  --f-body:   'PPPangram', 'Arial', sans-serif;
}

/* ═══ RESET ═══ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 76px; }
body {
  background: var(--c-bg);
  color: var(--c-white);
  font-family: var(--f-body);
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* noise */
body::before {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: 0.15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--c-bg); }
::-webkit-scrollbar-thumb { background: var(--c-purple); }

/* ─── LANDING HEADER (logo left / contact right) ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: stretch; justify-content: space-between;
  padding: 0;
  min-height: 68px;
  background: transparent;
  transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s;
}
.nav.scrolled {
  background: rgba(8,10,13,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--c-border-sub);
}

.nav-logo {
  display: flex; align-items: center;
  padding: 0 48px;
  text-decoration: none;
  background: linear-gradient(
    to right,
    rgba(8, 10, 13, 0.9) 0%,
    rgba(8, 10, 13, 0.72) 52%,
    rgba(8, 10, 13, 0.28) 82%,
    transparent 100%
  );
  flex-shrink: 0;
}
.nav-logo img {
  height: 32px; width: auto;
  filter: brightness(0) invert(1);
  mix-blend-mode: normal;
  transition: opacity 0.3s;
}
.nav-phone {
  font-family: var(--f-body); font-size: 15px; color: var(--c-white);
  text-decoration: none; letter-spacing: 0.03em;
  opacity: 0.85; transition: opacity 0.3s;
  display: flex; align-items: center; gap: 8px;
}
.nav-phone:hover { opacity: 1; color: var(--c-purple-light); }
.nav-phone-label {
  font-family: var(--f-head); font-size: 9px; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--c-purple); display: block; margin-bottom: 2px;
}
.nav-right { display: flex; align-items: center; gap: 28px; }

.nav-cta {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px;
  margin: 10px 40px 10px auto;
  padding: 10px 28px;
  text-decoration: none; text-align: center;
  color: var(--c-white);
  background: rgba(123, 94, 167, 0.62);
  border: 1px solid rgba(123, 94, 167, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  flex-shrink: 0;
}
.nav-cta:hover {
  background: rgba(123, 94, 167, 0.8);
  border-color: rgba(147, 120, 194, 0.55);
}
.nav-cta-label {
  font-family: var(--f-body);
  font-size: 9px; font-weight: 400;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--c-white); opacity: 0.95; line-height: 1.2;
}
.nav-cta-phone {
  font-family: var(--f-head);
  font-size: 17px; font-weight: 800;
  letter-spacing: 0.03em; line-height: 1.1;
  color: var(--c-white);
}
.nav.scrolled .nav-logo { background: transparent; }
.nav.scrolled .nav-cta { margin-top: 8px; margin-bottom: 8px; }

/* Landing in-page navigation */
.landing-header .landing-nav {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-header .nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-header .nav-links a {
  font-family: var(--f-body);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-white);
  text-decoration: none;
  opacity: 0.72;
  white-space: nowrap;
  transition: opacity 0.2s, color 0.2s;
}
.landing-header .nav-links a:hover,
.landing-header .nav-links a.active {
  opacity: 1;
  color: var(--c-purple-light);
}

/* Landing mobile menu — hidden on desktop */
.landing-hamburger,
.landing-mobile-nav {
  display: none;
}

/* ═══ HERO ═══ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 180px 48px 100px; overflow: hidden;
}

.hero-bg-img {
  position: absolute; inset: 0;
  background-image: url('../images/dombay/hero-hotel.webp');
  background-size: cover; background-position: center 30%;
}
.hero-bg-img::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to right,  rgba(8,10,13,0.78) 0%, rgba(8,10,13,0.35) 55%, rgba(8,10,13,0.1) 100%),
    linear-gradient(to top,    rgba(8,10,13,0.92) 0%, rgba(8,10,13,0.4) 30%, transparent 65%);
}

.hero-switcher {
  position: absolute; top: 140px; right: 48px;
  display: flex; gap: 8px; flex-wrap: wrap; z-index: 3;
}
.switch-btn {
  font-family: var(--f-head); font-size: 9px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(248,247,244,0.6);
  background: rgba(8,10,13,0.6); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 16px; cursor: pointer; transition: all 0.25s;
}
.switch-btn.active, .switch-btn:hover {
  color: var(--c-white); border-color: var(--c-purple);
  background: var(--c-purple);
}

.hero-content { position: relative; z-index: 2; width: 100%; max-width: 900px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(123,94,167, 0.15); border: 1px solid var(--c-border);
  padding: 8px 18px; margin-bottom: 32px;
  font-family: var(--f-head); font-size: 9px; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-white);
}

.hero-title {
  font-family: var(--f-head);
  font-size: clamp(34px, 5.5vw, 74px);
  font-weight: 800; line-height: 1.15;
  letter-spacing: -0.01em; color: var(--c-white);
  margin-bottom: 28px;
}
.hero-title em { font-style: normal; color: var(--c-purple); }

.hero-sub {
  font-family: var(--f-body); font-size: 28px;
  color: var(--c-white-dim); max-width: 700px; line-height: 1.6; margin-bottom: 44px;
}

.hero-bullets { display: flex; flex-direction: column; gap: 14px; margin-bottom: 48px; }
.hero-bullet {
  display: flex; align-items: center; gap: 12px;
  background: rgba(13, 17, 23, 0.75); backdrop-filter: blur(8px);
  border: 1px solid var(--c-border-sub);
  padding: 14px 20px; font-family: var(--f-body); font-size: 14px; color: var(--c-white);
}
.hero-bullet svg { color: var(--c-purple); flex-shrink: 0; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* BUTTONS */
.btn-primary {
  font-family: var(--f-head); font-size: 16px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--c-white); background: var(--c-purple);
  border: none; padding: 20px 40px; cursor: pointer; transition: all 0.3s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(123,94,167, 0.4); background: var(--c-purple-light); }

.btn-secondary {
  font-family: var(--f-head); font-size: 16px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #fff; background: rgba(123,94,167,0.25);
  backdrop-filter: blur(8px); border: 1px solid rgba(123,94,167,0.5);
  padding: 20px 40px; cursor: pointer; transition: all 0.3s;
}
.btn-secondary:hover { background: var(--c-purple); border-color: var(--c-purple); }

/* TRUST STRIP */
.trust-strip {
  background: var(--c-bg2); padding: 20px 48px;
  display: flex; align-items: center; gap: 32px; overflow-x: auto; white-space: nowrap;
}
.trust-strip-label {
  font-family: var(--f-head); font-size: 9px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-purple); flex-shrink: 0;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--f-body); font-size: 13px; color: var(--c-white-dim); flex-shrink: 0;
  white-space: nowrap;
}
.trust-dot { width: 4px; height: 4px; background: var(--c-purple); border-radius: 50%; }

/* PHOTO STRIP */
.photo-strip { display: grid; grid-template-columns: repeat(4,1fr); height: 280px; }
.photo-strip-item {
  position: relative; overflow: hidden; background: var(--c-bg3);
  background-size: cover; background-position: center;
}
.photo-strip-item::after { content: ''; position: absolute; inset: 0; background: rgba(8,10,13,0.3); transition: background 0.4s; }
.photo-strip-item:hover::after { background: rgba(8,10,13,0); }
.photo-strip-label {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 16px;
  left: 20px;
  z-index: 2;
  transform: none;
  font-family: var(--f-head); font-size: 13px; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-white);
}
.photo-strip-item:nth-child(1) { background-image: url('../images/dombay/spa-pool.webp'); }
.photo-strip-item:nth-child(2) { background-image: url('../images/dombay/strip-lobby.webp'); }
.photo-strip-item:nth-child(3) { background-image: url('../images/dombay/strip-view.webp'); }
.photo-strip-item:nth-child(4) { background-image: url('../images/dombay/strip-ski.webp'); }

/* ═══ SECTION HELPERS ═══ */
.section-label {
  display: flex; align-items: center; gap: 12px; margin-bottom: 28px;
  font-family: var(--f-head); font-size: 10px; font-weight: 800;
  letter-spacing: 0.25em; text-transform: uppercase; color: var(--c-purple);
}
.section-label::before { content: ''; width: 40px; height: 1px; background: var(--c-purple); }

.section-title {
  font-family: var(--f-head); font-size: clamp(28px,4vw,52px);
  font-weight: 800; line-height: 1.15; letter-spacing: -0.01em;
  color: var(--c-white); margin-bottom: 24px;
}
.section-title em { font-style: normal; color: var(--c-purple); }

/* ═══ NUMBERS ═══ */
.numbers-section { padding: 120px 48px; background: var(--c-bg2); border-top: 1px solid var(--c-border-sub); }
.numbers-intro {
  font-family: var(--f-body); font-size: clamp(18px,2.2vw,26px);
  font-weight: 400; color: var(--c-white-dim); max-width: 800px; line-height: 1.6; margin-bottom: 72px;
}
.numbers-groups {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.numbers-group-title {
  font-family: var(--f-head); font-size: 11px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--c-purple); margin-bottom: 16px;
  padding-bottom: 12px; border-bottom: 1px solid var(--c-border-sub);
}
.numbers-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 12px;
}
.number-card {
  background: #303b52; padding: 36px 28px;
  position: relative; overflow: hidden;
  transition: background 0.3s, transform 0.25s;
  border: 1px solid rgba(123,94,167,0.12);
}
.number-card:hover {
  background: #38445e;
  transform: translateY(-3px);
  border-color: rgba(123,94,167,0.3);
}
.number-card::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--c-purple); transition: height 0.4s; }
.number-card:hover::before { height: 100%; }
.number-value { font-family: var(--f-head); font-size: clamp(26px,3vw,44px); font-weight: 800; color: var(--c-purple); line-height: 1; margin-bottom: 10px; word-break: normal; }
.number-label { font-family: var(--f-body); font-size: 13px; color: var(--c-white-dim); line-height: 1.5; }

/* ═══ LOCATION ═══ */
.location-section { padding: 120px 48px; background: var(--c-bg); }
.location-inner { display: flex; flex-direction: column; gap: 40px; }
.location-header .section-title { margin-bottom: 0; }
.location-photo {
  position: relative; overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 260px;
  max-height: 300px;
  background: var(--c-bg3);
}
.location-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

@media (min-width: 769px) {
  .location-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 80px;
    row-gap: 0;
    align-items: stretch;
    gap: 0 80px;
  }
  .location-header {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    margin-bottom: 0;
  }
  .location-content {
    grid-column: 1;
    grid-row: 2;
    margin-top: 48px;
  }
  .location-photo {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: stretch;
    display: flex;
    aspect-ratio: unset;
    min-height: 0;
    max-height: none;
    height: auto;
  }
  .location-photo img {
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    height: 100%;
    object-position: center 40%;
  }
}

@media (min-width: 1025px) {
  .location-photo img {
    object-position: center 42%;
  }
}

.stat-row { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--c-border-sub); gap: 16px; }
.stat-row:first-child { border-top: 1px solid var(--c-border-sub); }
.stat-name { font-family: var(--f-body); font-size: 14px; color: var(--c-white-dim); }
.stat-val { font-family: var(--f-head); font-size: 14px; font-weight: 800; color: var(--c-white); text-align: right; flex-shrink: 0; }
.location-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.highlight-card { background: var(--c-bg3); border: 1px solid var(--c-border-sub); padding: 24px 20px; }
.highlight-card:hover { border-color: var(--c-purple); }
.highlight-num { font-family: var(--f-head); font-size: 30px; font-weight: 800; color: var(--c-purple); line-height: 1; margin-bottom: 8px; }
.highlight-text { font-family: var(--f-body); font-size: 19px; color: var(--c-white-dim); line-height: 1.5; }

/* ═══ PROJECT ═══ */
.project-stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--c-border-sub); border: 1px solid var(--c-border-sub); margin-bottom: 64px; }
.project-stat { background: #303b52; padding: 40px 28px; position: relative; overflow: hidden; transition: background 0.3s; }
.project-stat:hover { background: #38445e; }
.project-stat::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--c-purple); transition: height 0.4s; }
.project-stat:hover::before { height: 100%; }
.project-stat-val { font-family: var(--f-head); font-size: clamp(28px,3vw,44px); font-weight: 800; color: var(--c-purple); line-height: 1.1; margin-bottom: 10px; }
.project-stat-label { font-family: var(--f-body); font-size: 19px; color: var(--c-white-dim); line-height: 1.5; }
.project-section { padding: 120px 48px; background: var(--c-bg2); border-top: 1px solid var(--c-border-sub); }
.project-wide-photo {
  position: relative; height: 540px; margin-bottom: 64px; overflow: hidden;
  background-color: var(--c-bg3); background-image: url('../images/dombay/project-wide2.webp');
  background-size: cover; background-position: center 40%;
}
.project-wide-photo::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(8,10,13,0.85) 0%, rgba(8,10,13,0.3) 50%, rgba(8,10,13,0.1) 100%),
    linear-gradient(to top,   rgba(8,10,13,0.95) 0%, transparent 50%);
}
.project-wide-overlay { position: absolute; bottom: 56px; left: 56px; z-index: 2; }
.project-wide-title { font-family: var(--f-head); font-size: clamp(24px,3.5vw,46px); font-weight: 800; color: var(--c-white); line-height: 1.15; margin-bottom: 12px; }
.project-wide-title em { color: var(--c-purple); font-style: normal; }
.project-wide-sub { font-family: var(--f-body); font-size: 30px; color: var(--c-white-dim); max-width: 680px; line-height: 1.5; }
.project-stats-bar { position: absolute; bottom: 0; right: 0; z-index: 2; display: flex; }
.pstat-bar-item { background: rgba(13, 17, 23, 0.9); backdrop-filter: blur(12px); border-top: 1px solid var(--c-purple); padding: 20px 28px; }
.pstat-bar-val { font-family: var(--f-head); font-size: 20px; font-weight: 800; color: var(--c-purple); line-height: 1; }
.pstat-bar-label { font-family: var(--f-body); font-size: 11px; color: var(--c-white-dim); margin-top: 6px; }

/* ═══ КАТЕГОРИИ НОМЕРОВ (ОБНОВЛЕННЫЙ ДИЗАЙН В СТИЛЕ ЛОКАЦИЙ) ═══ */
.rooms-section-title {
  font-family: var(--f-head);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 32px;
  color: var(--c-white);
}

.rooms-grid-custom {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Строго по 2 карточки на строку на десктопе */
  gap: 24px;
  margin-top: 32px;
}

.room-card-custom {
  background: var(--c-bg3);
  border: 1px solid var(--c-border-sub);
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s;
}

.room-card-custom:hover {
  border-color: var(--c-purple);
  transform: translateY(-4px);
}

.room-card-hero-photo {
  width: 100%;
  height: 340px; /* Крупный размер для качественного отображения рендеров */
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 1px solid var(--c-border-sub);
}

.room-card-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.room-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px 16px;
  flex-wrap: wrap;
}

.room-card-cat {
  font-family: var(--f-head);
  font-size: 26px;
  font-weight: 800;
  color: var(--c-white);
  flex: 1 1 auto;
  min-width: 0;
}

.room-card-area {
  font-family: var(--f-head);
  font-size: clamp(14px, 2.2vw, 20px);
  font-weight: 800;
  color: var(--c-purple);
  white-space: normal;
  text-align: right;
  flex-shrink: 0;
  line-height: 1.25;
}

.room-card-desc {
  font-family: var(--f-body);
  font-size: 20px;
  color: var(--c-white-dim);
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

.room-card-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  padding: 0;
}

.room-card-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 18px;
}

.room-card-stat-label {
  color: var(--c-white-dim);
  font-family: var(--f-body);
  flex: 1 1 auto;
  min-width: 0;
}

.room-card-stat-value {
  color: var(--c-white);
  font-family: var(--f-head);
  font-weight: 800;
  text-align: right;
  flex-shrink: 0;
}

.room-card-stat-value strong {
  color: var(--c-purple);
  font-weight: 800;
}

.room-card-action-btn {
  font-family: var(--f-head);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-white);
  background: var(--c-purple);
  border: 1px solid var(--c-purple);
  padding: 18px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: background 0.3s, border-color 0.3s;
  position: relative;
}

.room-card-action-btn::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--c-purple);
  opacity: 0;
  transition: opacity 0.3s;
}

.room-card-action-btn:hover,
.room-card-custom:hover .room-card-action-btn {
  background: rgba(13,17,23,0.55);
  border-color: rgba(123,94,167,0.2);
}

.room-card-action-btn:hover::before,
.room-card-custom:hover .room-card-action-btn::before {
  opacity: 1;
}

/* ═══ INFRASTRUCTURE & OTHER CARDS ═══ */
.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-bottom: 48px; }
.project-card {
  background: rgba(22,28,38,0.85);
  border: 1px solid rgba(123,94,167,0.15);
  transition: all 0.3s;
  display: flex; flex-direction: row; align-items: center;
  gap: 20px; padding: 24px 28px;
  backdrop-filter: blur(8px);
}
.project-card:hover { border-color: rgba(123,94,167,0.45); background: rgba(26,32,48,0.95); }
.project-card-icon {
  width: 80px; height: 80px; flex-shrink: 0;
  background-size: contain; background-position: center; background-repeat: no-repeat;
  background-color: rgba(123,94,167,0.1);
  border-radius: 50%;
  border: 1px solid rgba(123,94,167,0.25);
  transition: transform 0.4s, border-color 0.3s;
}
.project-card:hover .project-card-icon { transform: scale(1.06); border-color: rgba(123,94,167,0.5); }
.project-card-body { flex: 1; min-width: 0; }
.infra-section-wrap {
  margin-top: 48px;
  padding: 32px;
  background: var(--c-bg3);
  border: 1px solid rgba(123,94,167,0.12);
}
.project-card-divider {
  width: 28px; height: 2px; background: var(--c-purple);
  margin-bottom: 10px;
}
.project-card-title { font-family: var(--f-head); font-size: 20px; font-weight: 800; color: var(--c-white); margin-bottom: 8px; }
.project-card-text { font-family: var(--f-body); font-size: 15px; color: var(--c-white-dim); line-height: 1.6; }

/* ═══ ECONOMICS ═══ */
.economics-section { 
  padding: 120px 48px; 
  background: var(--c-bg); 
  background-image: url('../images/dombay/strip-view.webp');
  background-size: cover;
  background-position: center 42%;
  background-attachment: fixed;
  position: relative;
}
.economics-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,10,13,0.78);
}
.economics-new-inner { display: grid; grid-template-columns: 380px 1fr; gap: 80px; align-items: start; }
.economics-new-left { position: sticky; top: 100px; }
.economics-new-right { display: flex; flex-direction: column; gap: 12px; }
.income-item-new {
  display: grid; grid-template-columns: 60px 1fr auto;
  align-items: center; gap: 24px;
  padding: 28px 32px;
  background: var(--c-bg2);
  border: 1px solid rgba(123,94,167,0.12);
  transition: border-color 0.3s, background 0.3s;
}
.income-item-new:hover { border-color: rgba(123,94,167,0.45); background: #303b52; }
.income-num-new {
  font-family: var(--f-head); font-size: 22px; font-weight: 800;
  color: var(--c-purple); opacity: 0.6; text-align: center;
}
.income-title-new {
  font-family: var(--f-head); font-size: 20px; font-weight: 800;
  color: var(--c-white); margin-bottom: 6px;
}
.income-sub-new {
  font-family: var(--f-body); font-size: 15px; color: var(--c-white-dim); line-height: 1.5;
}
.income-val-new {
  font-family: var(--f-head); font-size: 32px; font-weight: 800;
  color: var(--c-purple); white-space: nowrap; text-align: right;
}
.income-sources { display: flex; flex-direction: column; gap: 16px; }
.income-item { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 24px 28px; background: var(--c-bg2); border: 1px solid var(--c-border-sub); transition: border-color 0.3s; }
.income-item:hover { border-color: var(--c-purple); }
.income-num { font-family: var(--f-head); font-size: 11px; font-weight: 800; color: var(--c-purple); }
.income-name { font-family: var(--f-body); font-size: 15px; color: var(--c-white); }
.income-name small { display: block; font-size: 14px; color: var(--c-white-dim); margin-top: 4px; }
.income-val { font-family: var(--f-head); font-size: 18px; font-weight: 800; color: var(--c-purple); text-align: right; }
.calc-table-title { font-family: var(--f-head); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-purple); margin-bottom: 20px; }
.calc-table { width: 100%; border-collapse: collapse; }
.calc-table th { font-family: var(--f-head); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--c-white); padding: 14px 20px; text-align: left; background: rgba(123,94,167, 0.1); border-bottom: 1px solid var(--c-purple); }
.calc-table td { font-family: var(--f-body); font-size: 14px; padding: 18px 20px; border-bottom: 1px solid var(--c-border-sub); color: var(--c-white-dim); }
.calc-table td:first-child { color: var(--c-white); }
.calc-table td:last-child { font-family: var(--f-head); font-weight: 800; color: var(--c-purple); font-size: 15px; }

/* ═══ PARKING ═══ */
.parking-section { padding: 120px 48px; background: var(--c-bg2); border-top: 1px solid var(--c-border-sub); }
.parking-inner { display: flex; flex-direction: column; gap: 32px; }
.parking-right { display: flex; flex-direction: column; }
.parking-header .section-title { margin-bottom: 0; }
.parking-content { display: flex; flex-direction: column; flex: 1; }
.parking-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0 24px; }
.pstat {
  position: relative; background: var(--c-bg3); border: 1px solid var(--c-border-sub);
  padding: 22px 20px; transition: border-color 0.25s, transform 0.25s;
}
.pstat:hover { border-color: rgba(123,94,167,0.45); transform: translateY(-2px); }
.pstat-val { font-family: var(--f-head); font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; color: var(--c-purple); line-height: 1; margin-bottom: 8px; }
.pstat-label { font-family: var(--f-body); font-size: 13px; color: var(--c-white-dim); line-height: 1.45; }
.parking-reasons { display: flex; flex-direction: column; margin-top: 4px; }
.parking-reason { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--c-border-sub); }
.parking-reason:first-child { border-top: 1px solid var(--c-border-sub); }
.parking-reason-icon { flex-shrink: 0; font-family: var(--f-head); font-size: 16px; font-weight: 800; color: var(--c-purple); line-height: 1.6; }
.parking-reason-text { font-family: var(--f-body); font-size: clamp(15px, 1.6vw, 18px); color: var(--c-white-dim); line-height: 1.6; }
.parking-cta { width: 100%; margin-top: 24px; }

@media (min-width: 769px) {
  .parking-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 0;
    align-items: stretch;
  }
  .parking-slider {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 100%;
  }
  .parking-right {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .parking-content {
    margin-top: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .parking-stats-grid {
    margin-top: 48px;
  }
  .parking-cta {
    margin-top: auto;
    padding-top: 24px;
  }
}

/* ═══ PARKING SLIDER ═══ */
.parking-slider {
  position: relative; overflow: hidden;
  background: var(--c-bg3);
  min-height: 280px;
}
.parking-slider-track {
  display: flex; flex: 1 1 auto;
  min-height: 100%;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1); will-change: transform;
}
.parking-slide {
  min-width: 100%; height: 100%; position: relative; flex-shrink: 0;
  background-size: cover; background-position: center;
}
.parking-slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,10,13,0.95) 0%, transparent 65%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 32px;
}
.parking-slide-tag {
  display: inline-block; background: rgba(123,94,167,0.15);
  border: 1px solid var(--c-purple); padding: 6px 14px;
  font-family: var(--f-head); font-size: 9px; font-weight: 800;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--c-white);
  margin-bottom: 12px; width: fit-content;
}
.parking-slide-title {
  font-family: var(--f-head); font-size: 24px; font-weight: 800;
  color: var(--c-white); line-height: 1.2;
}
.parking-slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; background: rgba(8,10,13,0.75);
  backdrop-filter: blur(8px); border: 1px solid rgba(123,94,167,0.45);
  color: var(--c-white); cursor: pointer; z-index: 4;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; transition: all 0.25s;
}
.parking-slider-btn:hover { background: var(--c-purple); border-color: var(--c-purple); }
.parking-slider-btn.prev { left: 16px; }
.parking-slider-btn.next { right: 16px; }
.parking-slider-dots {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 4;
}
.parking-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.35); cursor: pointer; transition: all 0.25s;
}
.parking-dot.active { background: var(--c-purple); transform: scale(1.3); }

/* ═══ REGIONS ═══ */
.regions-section { padding: 120px 48px; background: var(--c-bg); border-top: 1px solid var(--c-border-sub); }
.regions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 56px 0; background: var(--c-border-sub); }
.region-card {
  position: relative; overflow: hidden; padding: 60px 48px;
  min-height: 600px; display: flex; flex-direction: column;
  background-size: cover; background-position: center;
  transition: background-position 0.5s ease;
}
.region-card.dombay { background-image: url('../images/dombay/region-dombay.webp'); background-position: center 30%; }
.region-card.arkhyz  { background-image: url('../images/dombay/final-bg.webp'); background-position: center 20%; background-color: #0a0c10; }
.region-card::before {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(8,10,13,0.97) 0%, rgba(8,10,13,0.65) 50%, rgba(8,10,13,0.2) 100%);
  transition: background 0.4s;
}
.region-card:hover::before {
  background:
    linear-gradient(to top, rgba(8,10,13,0.95) 0%, rgba(8,10,13,0.5) 50%, rgba(8,10,13,0.1) 100%);
}
.region-inner { position: relative; z-index: 2; display: flex; flex-direction: column; flex: 1; }
.region-name { font-family: var(--f-head); font-size: clamp(32px,3.8vw,52px); font-weight: 800; color: var(--c-white); margin-bottom: 10px; }
.region-stage { display: inline-block; font-family: var(--f-head); font-size: 9px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--c-white); background: rgba(123,94,167,0.85); border: 1px solid rgba(123,94,167,1); padding: 6px 14px; margin-bottom: 32px; width: fit-content; }
.region-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; flex: 1; }
.region-feature { display: flex; gap: 12px; align-items: flex-start; font-family: var(--f-body); font-size: 22px; color: var(--c-white-dim); line-height: 1.5; }
.region-feature::before { content: '—'; color: var(--c-purple); flex-shrink: 0; }
.region-yield { font-family: var(--f-head); font-size: 44px; font-weight: 800; color: var(--c-purple); line-height: 1; }
.region-yield-label { font-family: var(--f-body); font-size: 12px; color: var(--c-white-dim); margin-top: 6px; margin-bottom: 32px; }
.region-card .btn-primary,
.region-card .btn-secondary,
.region-card .region-cta {
  width: 100%;
  text-align: center;
  display: block;
}

/* Same-bg junction: collapse double section padding between regions → location */
.regions-section:has(+ .location-section) {
  padding-bottom: 48px;
}
.regions-section + .location-section {
  padding-top: 48px;
}

/* ═══ TRUST ═══ */
.trust-section {
  padding: 100px 48px; background: var(--c-bg2); border-top: 1px solid var(--c-border-sub);
  --trust-accent: #D8BCFF;
}
.trust-section .section-title { color: #fff; position: relative; z-index: 1; }
.trust-section .section-label {
  position: relative; z-index: 1;
  color: var(--trust-accent);
}
.trust-section .section-label::before { background: var(--trust-accent); }
.trust-section .section-title em { color: var(--trust-accent); }

/* Подзаголовок-метка */
.trust-sub-label {
  font-family: var(--f-head); font-size: 10px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--trust-accent, #D8BCFF);
  padding-bottom: 14px; margin-bottom: 20px;
  border-bottom: 1px solid var(--c-border-sub);
}

/* Операторы — 2 в ряд */
.trust-operators-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 56px;
}
.trust-op-card {
  background: var(--c-bg3); border: 1px solid var(--c-border-sub);
  padding: 28px 28px 24px; display: flex; flex-direction: column; gap: 0;
  transition: border-color 0.3s;
}
.trust-op-card:hover { border-color: var(--c-purple); }
.trust-op-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px; margin-bottom: 16px; padding-bottom: 16px;
  border-bottom: 1px solid var(--c-border-sub);
}
.trust-op-logo {
  height: 72px; width: auto; max-width: 150px;
  object-fit: contain; mix-blend-mode: screen;
  filter: brightness(1.4) contrast(1.1);
}
.trust-op-logo.logo-light { mix-blend-mode: normal; background: #fff; padding: 6px 12px; }
.trust-op-role-wrap { text-align: right; }
.trust-op-role-tag {
  font-family: var(--f-head); font-size: 10px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--trust-accent, #D8BCFF); display: block; margin-bottom: 8px;
}
.trust-op-name {
  font-family: var(--f-head); font-size: 24px; font-weight: 800;
  color: var(--c-white); text-align: right;
}
.trust-op-badge {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 8px;
  font-family: var(--f-body); font-size: 15px; color: var(--trust-accent, #D8BCFF);
}
.trust-op-badge::before { content: '✦'; font-size: 10px; color: var(--trust-accent, #D8BCFF); }
.trust-op-desc {
  font-family: var(--f-body); font-size: 17px; color: var(--c-white-dim); line-height: 1.7;
}

/* Награды — 3 в ряд */
.trust-awards-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 56px;
}
.trust-award-card {
  background: var(--c-bg3); border: 1px solid var(--c-border-sub);
  padding: 24px; display: flex; flex-direction: column; gap: 16px;
  transition: border-color 0.3s;
}
.trust-award-card:hover { border-color: var(--c-purple); }
.trust-award-img-wrap {
  width: 100%; height: 80px; display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--c-border-sub);
  overflow: hidden;
}
.trust-award-img {
  max-width: 100%; max-height: 100%; object-fit: contain;
}
.trust-award-title {
  font-family: var(--f-head); font-size: 11px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--trust-accent, #D8BCFF);
}
.trust-award-name {
  font-family: var(--f-head); font-size: 18px; font-weight: 800;
  color: var(--c-white); line-height: 1.3; margin-top: 4px;
}

/* Нижняя часть: застройщик + финансы в 2 колонки */
.trust-bottom-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 40px;
  align-items: stretch;
}
.trust-bottom-grid > div {
  display: flex; flex-direction: column; min-height: 0;
}
.trust-bottom-grid .trust-sub-label { flex-shrink: 0; margin-bottom: 16px; }
.trust-builder-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  flex: 1; align-items: stretch;
}
.trust-builder-card {
  background: var(--c-bg3); border: 1px solid var(--c-border-sub);
  padding: 24px; display: flex; flex-direction: column; gap: 14px;
  height: 100%; min-height: 0;
  transition: border-color 0.3s;
}
.trust-builder-card:hover { border-color: var(--c-purple); }
.trust-builder-role {
  font-family: var(--f-head); font-size: 10px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--trust-accent, #D8BCFF);
}
.trust-builder-logo {
  height: 64px; width: auto; max-width: 200px;
  object-fit: contain; align-self: flex-start;
  mix-blend-mode: normal; filter: none;
}
.trust-builder-logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  max-width: 100%;
  background: #fff;
  padding: 12px 18px;
  box-sizing: border-box;
}
.trust-builder-logo.logo-light {
  display: block;
  width: auto;
  max-width: 220px;
  height: 72px;
  padding: 0;
  background: transparent;
  object-fit: contain;
  object-position: center;
}
.trust-builder-logo.logo-blend {
  height: 80px;
  max-width: 220px;
  mix-blend-mode: screen;
  filter: brightness(1.4) contrast(1.1);
}
.trust-builder-name {
  font-family: var(--f-head); font-size: 20px; font-weight: 800; color: var(--c-white);
}
.trust-builder-desc {
  font-family: var(--f-body); font-size: 15px; color: var(--c-white-dim); line-height: 1.6;
}

/* Финансовые партнёры */
.trust-finance-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.trust-finance-card {
  background: var(--c-bg3); border: 1px solid var(--c-border-sub);
  padding: 24px; display: flex; flex-direction: column; gap: 12px;
  transition: border-color 0.3s;
}
.trust-finance-card:hover { border-color: var(--c-purple); }
.trust-finance-logo {
  height: 40px; width: auto; object-fit: contain;
  mix-blend-mode: screen; align-self: flex-start;
  filter: brightness(1.4) contrast(1.1);
}
.trust-finance-name {
  font-family: var(--f-head); font-size: 20px; font-weight: 800; color: var(--c-white);
}
.trust-finance-desc {
  font-family: var(--f-body); font-size: 15px; color: var(--c-white-dim); line-height: 1.6;
}

/* Юридическая защита — 3 в ряд */
.trust-legal-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  padding: 32px; background: rgba(123,94,167,0.12);
  border: 1px solid rgba(123,94,167,0.3);
}
.trust-legal-item {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
}
.trust-legal-icon {
  width: 44px; height: 44px; background: rgba(123,94,167,0.25);
  border: 1px solid rgba(123,94,167,0.5); display: flex;
  align-items: center; justify-content: center;
}
.trust-legal-title {
  font-family: var(--f-head); font-size: 18px; font-weight: 800; color: #fff;
}
.trust-legal-desc {
  font-family: var(--f-body); font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.6;
}
.trust-legal-footer {
  grid-column: 1/-1; display: flex; align-items: center; gap: 8px;
  padding-top: 16px; border-top: 1px solid var(--c-border-sub);
  font-family: var(--f-body); font-size: 14px; color: rgba(255,255,255,0.65);
}
.trust-legal-footer::before { content: '—'; color: var(--c-purple); }

/* ═══ CONDITIONS ═══ */
.conditions-section {
  position: relative; padding: 100px 48px; overflow: hidden;
  background-image: url('../images/dombay/region-dombay.webp');
  background-size: cover; background-position: center 40%;
}
.conditions-section::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(8,10,13,0.78) 0%, rgba(8,10,13,0.55) 45%, rgba(8,10,13,0.38) 100%);
}
.conditions-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center;
}
.conditions-left { display: flex; flex-direction: column; justify-content: center; }
.conditions-sub {
  font-family: var(--f-body); font-size: 16px; color: var(--c-white-dim);
  line-height: 1.65; margin-top: 20px; max-width: 360px;
}

/* Карточки оплаты — новый стиль */
.payment-section-label {
  font-family: var(--f-head); font-size: 9px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--c-white);
  margin-bottom: 16px;
}
.payment-cards { display: flex; flex-direction: column; gap: 12px; }
.payment-card {
  display: grid; grid-template-columns: 72px 1fr auto;
  align-items: center; gap: 0;
  background: rgba(13,17,23,0.75); backdrop-filter: blur(12px);
  border: 1px solid rgba(123,94,167,0.2);
  transition: all 0.3s; overflow: hidden;
}
.payment-card:hover { border-color: var(--c-purple); background: rgba(22,28,38,0.9); }
.payment-num {
  font-family: var(--f-head); font-size: 36px; font-weight: 800;
  color: var(--c-purple); text-align: center; padding: 28px 0;
  border-right: 1px solid rgba(123,94,167,0.2);
  opacity: 0.7;
}
.payment-body { padding: 24px 28px; }
.payment-title {
  font-family: var(--f-head); font-size: 18px; font-weight: 800;
  color: var(--c-white); margin-bottom: 6px;
}
.payment-desc { font-family: var(--f-body); font-size: 14px; color: var(--c-white-dim); line-height: 1.5; }
.payment-tag {
  padding: 0 24px; white-space: nowrap;
  font-family: var(--f-body); font-size: 12px; color: var(--c-purple);
  display: flex; align-items: center; gap: 6px;
  border-left: 1px solid rgba(123,94,167,0.15);
  align-self: stretch;
}
.payment-tag svg { flex-shrink: 0; }

/* Кнопка внизу */
.conditions-cta {
  margin-top: 24px; width: 100%;
  font-family: var(--f-head); font-size: 12px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--c-white);
  background: rgba(123,94,167,0.15); backdrop-filter: blur(8px);
  border: 1px solid rgba(123,94,167,0.45);
  padding: 22px 40px; cursor: pointer; transition: all 0.3s;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.conditions-cta:hover { background: var(--c-purple); border-color: var(--c-purple); }

/* ═══ OWNER BENEFITS ═══ */
.benefits-section {
  padding: 0; background: var(--c-bg); border-top: 1px solid var(--c-border-sub);
  display: grid; grid-template-columns: 1fr 1fr;
}
.benefits-left {
  padding: 80px 56px; display: flex; flex-direction: column; justify-content: center;
}
.benefits-label-tag {
  display: inline-block; border: 1px solid var(--c-border);
  padding: 10px 20px; margin-bottom: 28px;
  font-family: var(--f-head); font-size: 9px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-white);
  width: fit-content;
}
.benefits-divider {
  width: 48px; height: 1px; background: var(--c-purple); margin: 20px 0 28px;
}
.benefits-sub {
  font-family: var(--f-body); font-size: 15px; color: var(--c-white-dim);
  line-height: 1.7; max-width: 360px;
}
.benefits-photo {
  position: relative; overflow: hidden; min-height: 420px;
  background-image: url('../images/dombay/view_11.webp');
  background-size: cover; background-position: center 30%;
}
.benefits-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(8,10,13,0.4) 0%, transparent 50%);
}
.benefits-cards-row {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--c-border-sub);
  border-top: 1px solid var(--c-border-sub);
}
.benefit-card {
  background: var(--c-bg); padding: 32px 28px;
  display: flex; align-items: center; gap: 20px;
  transition: background 0.3s;
}
.benefit-card:hover { background: var(--c-bg3); }
.benefit-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: rgba(123,94,167,0.1); border-radius: 50%;
  border: 1px solid rgba(123,94,167,0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-purple); transition: all 0.3s;
}
.benefit-card:hover .benefit-icon {
  background: rgba(123,94,167,0.2); border-color: var(--c-purple);
}
.benefit-text {
  font-family: var(--f-body); font-size: 15px; color: var(--c-white-dim); line-height: 1.5;
}

/* ═══ FAQ ═══ */
.faq-section {
  position: relative; overflow: hidden; padding: 0;
}
.faq-bg {
  position: absolute; inset: 0;
  background-image: url('../images/dombay/project-wide2.webp');
  background-size: cover; background-position: center 35%;
}
.faq-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(8,10,13,0.90) 0%, rgba(8,10,13,0.78) 45%, rgba(8,10,13,0.48) 100%);
}
.faq-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 380px 1fr; gap: 56px;
  padding: 72px 48px; align-items: start;
}
.faq-left { position: sticky; top: 100px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.08); overflow: hidden; }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; padding: 14px 0; cursor: pointer;
  font-family: var(--f-body); font-size: 16px; color: var(--c-white);
  transition: color 0.25s;
}
.faq-question:hover { color: var(--c-purple-light); }
.faq-icon {
  width: 30px; height: 30px; border: 1px solid rgba(255,255,255,0.55);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-white); flex-shrink: 0;
  font-family: var(--f-head); font-weight: 800; font-size: 18px;
  transition: all 0.3s;
}
.faq-item.open .faq-icon {
  background: rgba(255,255,255,0.12); border-color: var(--c-white);
  color: var(--c-white); transform: rotate(45deg);
}
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  font-family: var(--f-body); font-size: 15px;
  color: var(--c-white-dim); line-height: 1.7;
}
.faq-item.open .faq-answer { max-height: 600px; padding-bottom: 14px; }

/* ═══ FORMS ═══ */
.forms-section { padding: 120px 48px; background: var(--c-bg); border-top: 1px solid var(--c-border-sub); }
.forms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 56px; }
.form-card { background: var(--c-bg2); border: 1px solid var(--c-border-sub); padding: 44px 38px; }
.form-card:hover { border-color: var(--c-purple); }
.form-title { font-family: var(--f-head); font-size: 16px; font-weight: 800; color: var(--c-white); margin-bottom: 10px; }
.form-sub { font-family: var(--f-body); font-size: 16px; color: var(--c-white-dim); line-height: 1.6; margin-bottom: 32px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-field label { font-family: var(--f-head); font-size: 9px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--c-purple); }
.form-field input, .form-field textarea { background: var(--c-bg3); border: 1px solid rgba(255,255,255,0.08); color: var(--c-white); font-family: var(--f-body); font-size: 14px; padding: 14px 16px; outline: none; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--c-purple); }
.form-consent { display: flex; gap: 12px; align-items: flex-start; margin: 16px 0 24px; font-family: var(--f-body); font-size: 12px; color: rgba(255,255,255,0.4); line-height: 1.5; }
.form-consent input[type="checkbox"] { width: 14px; height: 14px; margin-top: 3px; accent-color: var(--c-purple); }
.form-success { display: none; padding: 20px; background: rgba(123,94,167, 0.1); border: 1px solid var(--c-purple); text-align: center; font-family: var(--f-body); font-size: 14px; color: var(--c-white); margin-top: 12px; }

/* ═══ FINAL FORM ═══ */
.final-form-section {
  position: relative; padding: 120px 48px; overflow: hidden;
  background-image: url('../images/dombay/final-bg.webp');
  background-size: cover; background-position: center;
}
.final-form-section::before { content: ''; position: absolute; inset: 0; background: rgba(8,10,13,0.65); }
.final-form-inner { max-width: 660px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.final-form-title { font-family: var(--f-head); font-size: clamp(32px,4vw,52px); font-weight: 800; color: var(--c-white); margin-bottom: 16px; line-height: 1.15; }
.final-form-sub { font-family: var(--f-body); font-size: 17px; color: var(--c-white-dim); margin-bottom: 40px; line-height: 1.65; }
.final-form-b24 { text-align: left; min-height: 280px; position: relative; z-index: 2; }
.topic-selector { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 32px; }
.topic-btn { font-family: var(--f-head); font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-white-dim); background: transparent; border: 1px solid rgba(255,255,255,0.15); padding: 10px 20px; cursor: pointer; }
.topic-btn.active, .topic-btn:hover { color: var(--c-white); border-color: var(--c-purple); background: var(--c-purple); }
.final-form { display: flex; flex-direction: column; gap: 12px; }
.final-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.final-form-field { display: flex; flex-direction: column; gap: 6px; }
.final-form-field label { font-family: var(--f-head); font-size: 9px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--c-purple); text-align: left; }
.final-form-field input, .final-form-field textarea { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: var(--c-white); font-family: var(--f-body); font-size: 15px; padding: 16px; outline: none; text-align: left; }
.final-form-field input:focus, .final-form-field textarea:focus { border-color: var(--c-purple); text-align: left; }
.final-consent { display: flex; gap: 12px; align-items: flex-start; font-family: var(--f-body); font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.5; text-align: left; }
.final-consent input { accent-color: var(--c-purple); margin-top: 3px; }

/* ═══ FOOTER ═══ */
footer { background: var(--c-bg2); border-top: 1px solid var(--c-border-sub); padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.footer-logo img { height: 26px; width: auto; opacity: 0.8; mix-blend-mode: screen; }
.footer-disclaimer { font-family: var(--f-body); font-size: 12px; color: rgba(255,255,255,0.3); max-width: 520px; line-height: 1.6; text-align: center; }
.footer-info { font-family: var(--f-body); font-size: 12px; color: rgba(255,255,255,0.4); text-align: right; line-height: 1.6; }

/* ═══ RESPONSIVE / АДАПТАЦИЯ ═══ */

/* ═══════════════════════════════════════
   ДЕСКТОП — trust strip (≥ 769px)
═══════════════════════════════════════ */
@media (min-width: 769px) {
  .trust-strip {
    padding: 28px 64px;
    gap: 44px;
  }
  .trust-strip-label {
    font-size: 12px;
    letter-spacing: 0.22em;
  }
  .trust-item {
    font-size: 17px;
    gap: 14px;
  }
  .trust-dot {
    width: 5px;
    height: 5px;
  }
}

@media (min-width: 1025px) {
  .trust-strip {
    padding: 32px 80px;
    gap: 48px;
  }
  .trust-strip-label {
    font-size: 13px;
    letter-spacing: 0.24em;
  }
  .trust-item {
    font-size: 18px;
    gap: 16px;
  }
  .trust-dot {
    width: 6px;
    height: 6px;
  }
}

/* ═══════════════════════════════════════
   ШИРОКИЙ ЭКРАН (≥ 1440px) — TV / 4K
═══════════════════════════════════════ */
@media (min-width: 1440px) {
  .hero { padding: 200px 80px 120px; }
  .numbers-section, .location-section, .project-section, .economics-section,
  .parking-section, .regions-section, .trust-section, .conditions-section,
  .final-form-section { padding: 140px 80px; }
  .nav-logo { padding: 0 80px; }
  .nav-cta { margin-right: 80px; }
  footer { padding: 56px 80px; }
  .faq-inner { padding: 80px 80px; }
  .conditions-inner { padding: 0; }
}

/* ═══════════════════════════════════════
   ДЕСКТОП — СРЕДНИЙ (1025px–1279px)
═══════════════════════════════════════ */
@media (max-width: 1279px) and (min-width: 1025px) {
  .hero { padding: 160px 48px 80px; }
  .numbers-groups { gap: 20px; }
  .region-card { padding: 48px 36px; }
  .region-feature { font-size: 18px; }
  .project-wide-sub { font-size: 22px; }
  .hero-sub { font-size: 22px; }
  .trust-op-desc { font-size: 15px; }
}

/* ═══════════════════════════════════════
   АДАПТИВ — ПЛАНШЕТ ГОРИЗОНТАЛЬНЫЙ (≤ 1024px)
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .nav-logo { padding: 0 max(20px, env(safe-area-inset-left)); }
  .landing-header .landing-nav {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, transparent, #000 12px, #000 calc(100% - 12px), transparent);
  }
  .landing-header .landing-nav::-webkit-scrollbar { display: none; }
  .landing-header .nav-links {
    gap: 20px;
    padding: 0 12px;
  }
  .landing-header .nav-links a { font-size: 9px; }
  .nav-cta {
    margin: 8px max(20px, env(safe-area-inset-right)) 8px auto;
    padding: 8px 18px;
    max-width: min(240px, 44vw);
  }
  .nav-cta-label { font-size: 8px; }
  .nav-cta-phone { font-size: 14px; }

  section,
  .regions-section,
  .trust-strip,
  .photo-strip {
    scroll-margin-top: 60px;
  }

  .hero { padding: 130px 32px 70px; }
  .hero-title { font-size: clamp(36px,5vw,58px) !important; }
  .hero-sub { font-size: 18px; max-width: 560px; }
  .hero-switcher { top: 120px; right: 32px; }

  .numbers-section, .location-section, .project-section, .economics-section,
  .parking-section, .regions-section, .trust-section, .conditions-section,
  .final-form-section { padding: 80px 32px; }

  .faq-inner { grid-template-columns: 280px 1fr; gap: 40px; padding: 64px 32px; }

  .economics-new-inner { grid-template-columns: 1fr !important; gap: 40px; }
  .economics-new-left { position: static; }
  .location-inner { gap: 40px 48px; }
  .conditions-inner { grid-template-columns: 1fr !important; gap: 40px; }
  .parking-inner { column-gap: 48px; }

  .numbers-groups { grid-template-columns: 1fr 1fr; gap: 24px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .rooms-grid-custom { grid-template-columns: 1fr !important; gap: 20px; }
  .room-card-hero-photo { height: 240px; }
  .room-card-cat { font-size: 22px; }
  .room-card-area { font-size: 18px; }
  .room-card-desc { font-size: 16px; }
  .room-card-stat-row { font-size: 15px; }

  .regions-grid { grid-template-columns: 1fr !important; gap: 20px; }
  .region-card { min-height: 500px; }
  .region-feature { font-size: 18px; }
  .photo-strip { grid-template-columns: 1fr 1fr; height: auto; }
  .photo-strip-item { height: 180px; }

  .trust-operators-grid { grid-template-columns: 1fr 1fr !important; }
  .trust-awards-grid { grid-template-columns: 1fr 1fr !important; }
  .trust-bottom-grid { grid-template-columns: 1fr !important; gap: 32px; }
  .trust-builder-grid { grid-template-columns: 1fr 1fr; }
  .trust-finance-grid { grid-template-columns: 1fr 1fr; }
  .trust-legal-grid { grid-template-columns: 1fr 1fr 1fr; }

  .benefits-section { grid-template-columns: 1fr !important; }
  .benefits-photo { min-height: 340px; }
  .benefits-cards-row { grid-template-columns: 1fr 1fr 1fr; }

  .project-wide-photo { height: 400px; }
  .project-wide-sub { font-size: 22px; }
  .project-stats-bar { position: static; display: grid; grid-template-columns: 1fr 1fr; width: 100%; border-top: 1px solid var(--c-purple); }

  .income-item-new { grid-template-columns: 48px 1fr; }
  .income-val-new { display: none; }
  .location-highlights { grid-template-columns: 1fr 1fr; }

  .highlight-text { font-size: 16px; }
  .parking-reason-text { font-size: 15px; }

  footer { flex-direction: column; text-align: center; padding: 40px 32px; gap: 24px; }
  .footer-info, .footer-disclaimer { text-align: center; }
  .final-form-row { grid-template-columns: 1fr 1fr; }
}

/* ═══════════════════════════════════════
   АДАПТИВ — ПЛАНШЕТ ВЕРТИКАЛЬНЫЙ (≤ 820px)
═══════════════════════════════════════ */
@media (max-width: 820px) {
  .hero-sub { font-size: 16px; }
  .trust-operators-grid { grid-template-columns: 1fr !important; }
  .rooms-grid-custom { grid-template-columns: 1fr !important; gap: 16px; }
  .room-card-hero-photo { height: 280px; }
  .project-stats-row { grid-template-columns: repeat(2, 1fr) !important; }
  .trust-legal-grid { grid-template-columns: 1fr 1fr !important; }
  .faq-inner { grid-template-columns: 1fr !important; gap: 20px; }
  .faq-left { position: static; }
  .region-card { min-height: 460px; }
  .benefits-cards-row { grid-template-columns: 1fr 1fr !important; }
  .trust-awards-grid { grid-template-columns: 1fr !important; }
  .conditions-inner { padding: 0; }
  .conditions-section { padding: 72px 32px; }
}

/* ═══════════════════════════════════════
   АДАПТИВ — МОБИЛЬНЫЙ (≤ 768px)
═══════════════════════════════════════ */
@media (max-width: 768px) {
  /* NAV — logo + phone + hamburger; in-page links in overlay */
  .nav { min-height: 60px; align-items: center; }
  .nav-logo { padding: 0 max(12px, env(safe-area-inset-left)); background: transparent; }
  .nav-logo img { height: 24px; }
  .landing-header .landing-nav { display: none !important; }
  .landing-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin: 0 max(8px, env(safe-area-inset-right)) 0 0;
    padding: 10px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1010;
    -webkit-tap-highlight-color: transparent;
  }
  .landing-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: rgba(248, 247, 244, 0.88);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .landing-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .landing-hamburger.open span:nth-child(2) { opacity: 0; }
  .landing-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-cta {
    margin: 8px 0 8px auto;
    padding: 8px 12px;
    gap: 0;
    max-width: none !important;
    min-height: 44px;
    flex-shrink: 1;
    min-width: 0;
  }
  .nav-cta-label { display: none; }
  .nav-cta-phone { font-size: 13px; white-space: nowrap; }

  .landing-mobile-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1005;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: max(72px, calc(env(safe-area-inset-top) + 60px)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    background: rgba(8, 10, 13, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .landing-mobile-nav.open { display: flex; }
  .landing-mobile-nav > a:not(.landing-mobile-nav-phone) {
    font-family: var(--f-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(248, 247, 244, 0.88);
    text-decoration: none;
    padding: 16px 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.2s;
  }
  .landing-mobile-nav > a:not(.landing-mobile-nav-phone):hover,
  .landing-mobile-nav > a:not(.landing-mobile-nav-phone).active {
    color: var(--c-purple-light);
  }
  .landing-mobile-nav-phone {
    margin-top: 20px;
    padding: 14px 20px !important;
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--f-head);
    font-size: 16px !important;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: none;
    color: var(--c-white) !important;
    text-decoration: none;
    background: rgba(123, 94, 167, 0.62);
    border: 1px solid rgba(123, 94, 167, 0.38);
    border-bottom: none !important;
  }
  body.landing-mobile-nav-open .landing-header {
    background: rgba(8, 10, 13, 0.96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--c-border-sub);
  }

  /* HERO */
  .hero { padding: 36px 20px 56px; min-height: 100svh; }
  .hero-title { font-size: clamp(28px,8vw,44px) !important; line-height: 1.15 !important; }
  .hero-badge { font-size: 8px; padding: 6px 14px; margin-bottom: 20px; }
  .hero-sub { font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
  .hero-bullets { gap: 8px; margin-bottom: 24px; }
  .hero-bullet { font-size: 12px; gap: 8px; padding: 10px 14px; }
  .hero-actions { flex-direction: column; gap: 10px; width: 100%; }
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary { width: 100%; text-align: center; padding: 18px 20px; font-size: 11px; }
  .hero-switcher { top: 100px; right: 16px; left: 16px; justify-content: flex-start; }
  .switch-btn { font-size: 8px; padding: 8px 12px; }

  /* SECTIONS */
  .numbers-section, .location-section, .project-section, .economics-section,
  .parking-section, .regions-section, .trust-section, .conditions-section,
  .final-form-section { padding: 56px 20px; }

  .section-title { font-size: clamp(24px,7vw,36px); }
  .location-header .section-title {
    font-size: clamp(21px, 6vw, 30px);
    line-height: 1.22;
    margin-bottom: 16px;
  }
  .section-label { font-size: 8px; gap: 8px; }
  .section-label::before { width: 24px; }

  /* TRUST STRIP — wrap to 2 rows, static fit (no horizontal scroll) */
  body.page-dombay .trust-strip {
    padding: 10px 12px !important;
    gap: 6px 10px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    overflow-x: hidden !important;
    white-space: normal !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  body.page-dombay .trust-strip-label {
    font-size: 7px !important;
    letter-spacing: 0.16em !important;
    width: auto !important;
    text-align: center !important;
    flex-shrink: 0;
    white-space: nowrap !important;
  }
  body.page-dombay .trust-item {
    font-size: clamp(8px, 2.35vw, 10px);
    gap: 5px;
    flex-shrink: 0;
    white-space: nowrap !important;
  }
  body.page-dombay .trust-dot {
    width: 3px;
    height: 3px;
    flex-shrink: 0;
  }

  /* PHOTO STRIP */
  .photo-strip { grid-template-columns: 1fr 1fr; height: auto; }
  .photo-strip-item { height: 130px; }
  .photo-strip-label {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
    transform: none;
    font-size: 9px;
    padding: 0;
    text-align: left;
  }

  /* NUMBERS */
  .numbers-section { padding: 56px 20px; }
  .numbers-intro { font-size: 15px; margin-bottom: 48px; }
  .numbers-groups { grid-template-columns: 1fr; gap: 20px; }
  .numbers-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .number-card { padding: 20px 14px; }
  .number-value { font-size: clamp(22px,7vw,32px); }
  .number-label { font-size: 12px; }
  .numbers-group-title { font-size: 9px; }

  /* INFRA */
  .infra-section-wrap { padding: 20px; margin-top: 28px; }
  .project-grid { grid-template-columns: 1fr !important; gap: 10px; }
  .project-card { padding: 16px 14px; gap: 14px; }
  .project-card-icon { width: 52px; height: 52px; }
  .project-card-title { font-size: 16px; margin-bottom: 4px; }
  .project-card-text { font-size: 13px; }

  /* LOCATION — mobile order: heading → lead → photo → highlights */
  .location-content { display: contents; }
  .location-header { order: 1; }
  .location-lead { order: 2; }
  .location-photo { order: 3; }
  .location-highlights { order: 4; margin-top: 0; }
  .location-inner { gap: 32px; }
  .location-photo {
    aspect-ratio: 4 / 3;
    max-height: 300px;
  }
  .location-photo img {
    object-position: center 36%;
  }
  .location-highlights { grid-template-columns: 1fr 1fr; gap: 10px; }
  .highlight-card { padding: 16px 14px; }
  .highlight-num { font-size: 22px; }
  .highlight-text { font-size: 13px; }
  .stat-row { padding: 14px 0; }
  .stat-name, .stat-val { font-size: 13px; }

  /* PROJECT */
  .project-section { padding: 56px 20px; }
  .project-wide-photo { height: 250px; }
  .project-wide-overlay { bottom: 16px; left: 16px; right: 16px; }
  .project-wide-title { font-size: clamp(20px,5vw,32px); }
  .project-wide-sub { font-size: 14px; max-width: 100%; }
  .project-stats-row { grid-template-columns: repeat(2, 1fr) !important; margin-bottom: 40px; }
  .project-stat { padding: 24px 16px; }
  .project-stat-val { font-size: clamp(22px,6vw,32px); }
  .project-stat-label { font-size: 13px; }
  .project-stats-bar { position: static; display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .rooms-section-title { font-size: 18px; }

  /* ROOMS */
  .rooms-grid-custom { grid-template-columns: 1fr !important; gap: 16px; max-width: 100%; }
  .room-card-custom { min-width: 0; max-width: 100%; }
  .room-card-hero-photo { height: 220px; border-bottom: none; }
  .room-card-content { padding: 20px; }
  .room-card-header { align-items: flex-start; }
  .room-card-cat { font-size: 20px; width: 100%; }
  .room-card-area { font-size: 15px; text-align: left; width: 100%; }
  .room-card-desc { font-size: 14px; margin-bottom: 16px; }
  .room-card-stat-row { font-size: 13px; gap: 8px; }
  .room-card-stat-value { font-size: 13px; }
  .room-card-action-btn { font-size: 11px; padding: 16px; }

  /* ECONOMICS */
  .economics-section { background-attachment: scroll; background-position: center 38%; }
  .economics-new-inner { grid-template-columns: 1fr !important; gap: 32px; }
  .economics-new-left { position: static; }
  .economics-new-left .section-label { margin-bottom: 20px; }
  .income-cards-new { gap: 10px; }
  .income-item-new { grid-template-columns: 44px 1fr; gap: 12px; padding: 16px 14px; }
  .income-val-new { display: none; }
  .income-title-new { font-size: 15px; }
  .income-sub-new { font-size: 13px; }
  .income-num-new { font-size: 18px; }
  .calc-table th { padding: 10px 12px; font-size: 9px; }
  .calc-table td { padding: 14px 12px; font-size: 13px; }
  .calc-table td:last-child { font-size: 13px; }

  /* PARKING */
  .parking-section { padding: 56px 20px; }
  .parking-inner { display: flex !important; flex-direction: column; gap: 24px; }
  .parking-right { order: 1; }
  .parking-slider {
    order: 2;
    height: 300px;
    min-height: 300px;
    flex: none;
  }
  .parking-stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
  .pstat { padding: 16px 12px; }
  .pstat-val { font-size: 18px; }
  .pstat-label { font-size: 11px; }
  .parking-slide-title { font-size: 16px; }
  .parking-slide-overlay { padding: 20px; }
  .parking-slider-btn { width: 36px; height: 36px; font-size: 14px; }
  .parking-photo-title { font-size: 22px; }
  .parking-photo-sub { font-size: 14px; }
  .parking-reason-text { font-size: 15px; }
  .parking-photo-overlay { padding: 20px; }

  /* REGIONS */
  .regions-section { padding: 56px 20px; }
  .regions-section > p { font-size: 16px !important; }
  .regions-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .region-card { min-height: 480px; padding: 36px 20px; }
  .region-name { font-size: clamp(26px,8vw,38px); }
  .region-feature { font-size: 16px; }
  .region-yield { font-size: 34px; }
  .region-yield-label { font-size: 11px; }
  .region-stage { font-size: 8px; padding: 5px 12px; }
  .region-card .btn-primary,
  .region-card .btn-secondary { width: 100%; text-align: center; padding: 16px 20px; font-size: 11px; }

  /* TRUST */
  .trust-section { padding: 56px 20px; }
  .trust-operators-grid { grid-template-columns: 1fr !important; }
  .trust-op-card { padding: 20px; }
  .trust-op-logo { height: 80px; max-width: 180px; }
  .trust-op-name { font-size: 18px; }
  .trust-op-desc { font-size: 14px; }
  .trust-op-top { flex-direction: column; gap: 16px; align-items: flex-start; border-bottom: none; padding-bottom: 0; margin-bottom: 12px; }
  .trust-op-role-wrap { text-align: left; }
  .trust-op-name { text-align: left; }
  .trust-awards-grid { grid-template-columns: 1fr 1fr !important; gap: 10px; }
  .trust-award-name { font-size: 14px; }
  .trust-award-title { font-size: 9px; }
  .trust-award-img-wrap { height: 88px; background: #fff; }
  .trust-bottom-grid { grid-template-columns: 1fr !important; gap: 24px; }
  .trust-builder-grid { grid-template-columns: 1fr 1fr !important; gap: 10px; }
  .trust-builder-card { padding: 18px; }
  .trust-builder-logo { height: 52px; max-width: 180px; }
  .trust-builder-logo-box { padding: 10px 14px; }
  .trust-builder-logo.logo-light { height: 58px; max-width: 160px; }
  .trust-builder-logo.logo-blend { height: 64px; }
  .trust-builder-name { font-size: 16px; }
  .trust-builder-desc { font-size: 13px; }
  .trust-finance-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .trust-finance-logo { height: 56px; max-width: 140px; }
  .trust-finance-name { font-size: 16px; }
  .trust-finance-desc { font-size: 13px; }
  .trust-legal-grid { grid-template-columns: 1fr 1fr !important; padding: 20px; gap: 20px; }
  .trust-legal-title { font-size: 14px; }
  .trust-legal-desc { font-size: 13px; }
  .trust-sub-label { font-size: 9px; }

  /* BENEFITS */
  .benefits-section { grid-template-columns: 1fr !important; }
  .benefits-left { padding: 48px 20px 32px; }
  .benefits-left .section-title {
    font-size: clamp(21px, 6vw, 30px);
    line-height: 1.22;
  }
  .benefits-photo { min-height: 260px; }
  .benefits-cards-row { grid-template-columns: 1fr 1fr !important; }
  .benefit-card {
    padding: 14px 10px;
    gap: 10px;
    align-items: flex-start;
  }
  .benefit-icon { width: 36px; height: 36px; }
  .benefit-icon svg { width: 16px; height: 16px; }
  .benefit-text {
    font-size: 12px;
    line-height: 1.45;
    min-width: 0;
  }
  .benefits-sub { font-size: 13px; line-height: 1.65; max-width: 100%; }
  .benefits-divider { margin: 14px 0 20px; }

  /* CONDITIONS */
  .conditions-section { padding: 56px 20px; }
  .conditions-inner { grid-template-columns: 1fr !important; gap: 32px; padding: 0; }
  .conditions-sub { font-size: 14px; max-width: 100%; }
  .payment-cards { gap: 8px; }
  .payment-card { grid-template-columns: 52px 1fr; }
  .payment-num { font-size: 26px; padding: 18px 0; }
  .payment-body { padding: 18px 16px; }
  .payment-title { font-size: 15px; }
  .payment-desc { font-size: 12px; }
  .payment-tag { display: none; }
  .conditions-cta { padding: 18px 20px; font-size: 11px; margin-top: 16px; }

  /* FAQ */
  .faq-section { padding: 0; }
  .faq-bg { background-position: center 32%; }
  .faq-inner { grid-template-columns: 1fr !important; gap: 18px; padding: 44px 20px; }
  .faq-left { position: static; }
  .faq-question { font-size: 14px; padding: 12px 0; gap: 16px; }
  .faq-answer { font-size: 13px; }
  .faq-icon { width: 26px; height: 26px; font-size: 16px; }

  /* FINAL FORM */
  .final-form-section { padding: 56px 20px; }
  .final-form-inner { max-width: 100%; padding: 0; }
  .final-form-title { font-size: clamp(22px,7vw,34px); }
  .final-form-sub { font-size: 14px; }
  .topic-selector { gap: 8px; }
  .topic-btn { font-size: 9px; padding: 9px 14px; }
  .final-form-row { grid-template-columns: 1fr; }
  .final-form-field input,
  .final-form-field textarea { font-size: 16px; } /* 16px предотвращает zoom на iOS */

  /* FOOTER */
  footer { flex-direction: column; text-align: center; padding: 32px 20px; gap: 20px; }
  .footer-disclaimer { font-size: 11px; max-width: 100%; }
  .footer-info { text-align: center; }
  .footer-logo img { height: 22px; }
}

/* ═══════════════════════════════════════
   АДАПТИВ — МАЛЫЙ МОБИЛЬНЫЙ (≤ 480px)
═══════════════════════════════════════ */
@media (max-width: 480px) {
  .hero-sub { font-size: 13px; }
  .trust-awards-grid { grid-template-columns: 1fr !important; }
  .trust-builder-grid { grid-template-columns: 1fr !important; }
  .trust-legal-grid { grid-template-columns: 1fr !important; padding: 16px; }
  .benefits-cards-row { grid-template-columns: 1fr 1fr !important; }
  .benefit-card {
    padding: 12px 8px;
    gap: 8px;
    align-items: flex-start;
  }
  .benefit-icon { width: 32px; height: 32px; }
  .benefit-icon svg { width: 14px; height: 14px; }
  .benefit-text {
    font-size: 11px;
    line-height: 1.4;
    min-width: 0;
  }
  .trust-finance-grid { grid-template-columns: 1fr 1fr; }
  .room-card-header { flex-direction: column; align-items: flex-start; gap: 4px; }
  .room-card-area { text-align: left; }
  .region-card { min-height: 440px; }
  .parking-slider { height: 260px; }
  .project-wide-photo { height: 220px; }
}

/* ═══════════════════════════════════════
   АДАПТИВ — ОЧЕНЬ МАЛЫЙ ЭКРАН (≤ 390px)
═══════════════════════════════════════ */
@media (max-width: 390px) {
  .nav { min-height: 56px; }
  .nav-logo img { height: 20px; }
  .nav-cta { padding: 6px 12px; margin-top: 6px; margin-bottom: 6px; }
  .nav-cta-label { font-size: 6px; }
  .nav-cta-phone { font-size: 11px; }

  .hero { padding: 88px 14px 40px; }
  .hero-title { font-size: clamp(24px,9vw,36px) !important; }
  .hero-sub { font-size: 12px; }
  .hero-bullet { font-size: 11px; padding: 9px 12px; }
  .hero-actions .btn-primary,
  .hero-actions .btn-secondary { padding: 16px 14px; font-size: 10px; }

  .numbers-section, .location-section, .project-section, .economics-section,
  .parking-section, .regions-section, .trust-section, .conditions-section,
  .final-form-section { padding: 48px 14px; }

  .section-title { font-size: clamp(22px,8vw,32px); }
  .location-header .section-title {
    font-size: clamp(19px, 5.5vw, 26px);
    line-height: 1.24;
  }
  .numbers-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .number-card { padding: 16px 12px; }
  .number-value { font-size: clamp(18px,8vw,26px); }
  .number-label { font-size: 11px; }

  .project-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .project-stat-val { font-size: clamp(18px,6vw,26px); }
  .project-stat-label { font-size: 11px; }
  .project-stat { padding: 18px 12px; }

  .parking-stats-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .pstat-val { font-size: 16px; }

  .benefits-cards-row { grid-template-columns: 1fr 1fr !important; }
  .benefit-card {
    padding: 12px 8px;
    gap: 8px;
    align-items: flex-start;
  }
  .benefit-icon { width: 32px; height: 32px; }
  .benefit-icon svg { width: 14px; height: 14px; }
  .benefit-text {
    font-size: 11px;
    line-height: 1.4;
    min-width: 0;
  }
  .benefits-left .section-title {
    font-size: clamp(19px, 5.5vw, 26px);
    line-height: 1.24;
  }
  .benefits-sub { font-size: 12px; line-height: 1.6; }

  .trust-finance-grid { grid-template-columns: 1fr; }
  .trust-builder-grid { grid-template-columns: 1fr !important; }

  .location-highlights { grid-template-columns: 1fr 1fr; gap: 8px; }
  .highlight-card { padding: 14px 10px; }
  .highlight-num { font-size: 20px; }
  .highlight-text { font-size: 12px; }

  .region-card { min-height: 420px; padding: 28px 14px; }
  .region-feature { font-size: 14px; }
  .region-yield { font-size: 28px; }

  .photo-strip { grid-template-columns: 1fr 1fr; }
  .photo-strip-item { height: 100px; }
  .photo-strip-label {
    bottom: 8px;
    left: 8px;
    font-size: 8px;
  }

  .faq-question { font-size: 13px; padding: 10px 0; }
  .faq-inner { padding: 36px 14px; gap: 14px; }

  footer { padding: 28px 14px; }
  .final-form-section { padding: 48px 14px; }
}

#dombay-form-meta { display: none; }

.form-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 88px;
}

.final-form-section .final-form-title {
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.2;
}

* { -webkit-touch-callout: none; }
:root { color-scheme: dark; }

/* ═══ GLOBAL TOUCH & SAFE AREA IMPROVEMENTS ═══ */
html { overflow-x: hidden; }

/* Safe area insets for iPhone notch / Dynamic Island / home bar */
.nav-logo { padding-left: max(48px, env(safe-area-inset-left)); }
.nav-cta { margin-right: max(40px, env(safe-area-inset-right)); }
@media (max-width: 768px) {
  .nav-logo { padding-left: max(16px, env(safe-area-inset-left)) !important; }
  .nav-cta { margin-right: max(16px, env(safe-area-inset-right)) !important; }
  .hero { padding-bottom: max(56px, calc(40px + env(safe-area-inset-bottom))); }
  footer { padding-bottom: max(32px, calc(20px + env(safe-area-inset-bottom))); }
}

/* Tap highlight off, smooth scrolling on touch */
* { -webkit-tap-highlight-color: transparent; }
button, .btn-primary, .btn-secondary, .nav-cta, .switch-btn,
.faq-question, .topic-btn, .room-card-action-btn, .conditions-cta,
.region-card .btn-primary, .region-card .btn-secondary {
  touch-action: manipulation;
}

/* Trust strip — tighter on very narrow phones */
@media (max-width: 380px) {
  body.page-dombay .trust-strip {
    padding: 8px 10px !important;
    gap: 5px 8px !important;
  }
  body.page-dombay .trust-strip-label {
    font-size: 6px !important;
    letter-spacing: 0.14em !important;
  }
  body.page-dombay .trust-item {
    font-size: 8px;
    gap: 4px;
  }
  body.page-dombay .trust-dot {
    width: 2.5px;
    height: 2.5px;
  }
}

/* Ensure images never overflow */
img, video, iframe { max-width: 100%; height: auto; }

/* Project stats — 2 columns on mobile */
@media (max-width: 768px) {
  .project-stats-row { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ═══════════════════════════════════════════════════
   MOBILE — финальная полировка (селекторы из HTML)
   ═══════════════════════════════════════════════════ */

.regions-lead {
  font-family: var(--f-body);
  font-size: clamp(15px, 2.2vw, 22px);
  color: var(--c-white-dim);
  max-width: 780px;
  line-height: 1.55;
  margin-bottom: 48px;
}

.location-lead {
  font-family: var(--f-body);
  font-size: clamp(14px, 2vw, 18px);
  color: var(--c-white-dim);
  line-height: 1.7;
  margin: 22px 0;
}

@media (min-width: 769px) {
  .location-lead { margin-top: 0; }
}

.economics-lead {
  font-family: var(--f-body);
  font-size: clamp(14px, 2vw, 20px);
  color: var(--c-white-dim);
  line-height: 1.6;
  margin-top: 24px;
  max-width: 360px;
}

.parking-lead {
  font-family: var(--f-body);
  font-size: clamp(14px, 2vw, 18px);
  color: var(--c-white-dim);
  line-height: 1.7;
  margin: 0 0 4px;
  max-width: 520px;
}

@media (min-width: 769px) {
  .parking-lead { margin-top: 0; }
}

.calc-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .regions-grid,
  .rooms-grid-custom,
  .project-grid { grid-template-columns: 1fr !important; }
  .trust-builder-grid,
  .trust-finance-grid { grid-template-columns: 1fr !important; }
  .hero-switcher { position: relative !important; top: auto !important; left: auto !important; right: auto !important; margin-bottom: 16px; flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .nav-logo { padding-left: max(14px, env(safe-area-inset-left)) !important; }
  .nav-cta { margin-right: 0 !important; padding: 7px 10px; }
  .nav-cta-phone { font-size: 12px !important; }
  .landing-hamburger { margin-right: max(6px, env(safe-area-inset-right)); }
  .final-form-section { padding: 48px 16px !important; }
  section[id] { scroll-margin-top: 96px; }
}

/* dombay.css wins over mobile.css for landing header contact block */
@media (max-width: 768px) {
  .landing-header .nav-cta-label { display: none !important; }
  .landing-header .nav-cta-phone { font-size: 13px !important; }
}
@media (max-width: 480px) {
  .landing-header .nav-cta-phone { font-size: 12px !important; }
}

/* ═══ PRESENTATION MODAL ═══ */
.dombay-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
  background: rgba(8, 10, 13, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dombay-modal-overlay.open {
  display: flex;
}

.dombay-modal-inner {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: min(90vh, 760px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 44px 36px 36px;
  background: var(--c-bg2);
  border: 1px solid var(--c-border);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.dombay-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--c-white-dim);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.dombay-modal-close:hover,
.dombay-modal-close:focus-visible {
  color: var(--c-white);
  border-color: var(--c-purple);
  background: rgba(123, 94, 167, 0.2);
  outline: none;
}

.dombay-modal-form {
  position: relative;
  z-index: 1;
  text-align: left;
}

.dombay-modal-label {
  justify-content: flex-start !important;
  margin-bottom: 14px;
}

.dombay-modal-title {
  font-family: var(--f-head);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--c-white);
  margin-bottom: 12px;
}

.dombay-modal-sub {
  font-family: var(--f-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-white-dim);
  margin-bottom: 28px;
}

.dombay-modal-b24 {
  min-height: 260px;
  position: relative;
}

@media (max-width: 480px) {
  .dombay-modal-inner {
    padding: 40px 20px 28px;
    max-height: min(92vh, 720px);
  }

  .dombay-modal-title {
    font-size: clamp(22px, 6vw, 28px);
    padding-right: 36px;
  }

  .dombay-modal-sub {
    font-size: 14px;
    margin-bottom: 22px;
  }
}

/* ═══ MOBILE HERO — invest-dombay (desktop frozen) ═══ */
body.page-dombay .hero-title-m,
body.page-dombay .hero-sub-m {
  display: none;
}

@media (max-width: 768px) {
  body.page-dombay .hero {
    justify-content: flex-end;
    padding: 24px 20px max(96px, calc(80px + env(safe-area-inset-bottom))) !important;
  }

  body.page-dombay .hero-title-d,
  body.page-dombay .hero-sub-d {
    display: none !important;
  }

  body.page-dombay .hero-title-m,
  body.page-dombay .hero-sub-m {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  body.page-dombay .hero-title-line,
  body.page-dombay .hero-sub-line {
    display: block;
    white-space: nowrap;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body.page-dombay .hero-title-line {
    line-height: 1.12;
  }

  body.page-dombay .hero-title-line + .hero-title-line {
    margin-top: 2px;
  }

  body.page-dombay .hero-title-accent {
    color: var(--c-purple);
  }

  body.page-dombay .hero-title {
    margin-bottom: 14px !important;
    font-size: clamp(26px, 7.5vw, 40px) !important;
    line-height: 1.12 !important;
  }

  body.page-dombay .hero-sub {
    margin-bottom: 20px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    max-width: 100%;
  }

  body.page-dombay .hero-sub-line + .hero-sub-line {
    margin-top: 2px;
  }

  body.page-dombay .hero-actions {
    margin-top: 4px;
  }
}

@media (max-width: 390px) {
  body.page-dombay .hero {
    padding: 20px 14px max(88px, calc(72px + env(safe-area-inset-bottom))) !important;
  }

  body.page-dombay .hero-title {
    font-size: clamp(22px, 7vw, 32px) !important;
  }

  body.page-dombay .hero-sub {
    font-size: 12px !important;
  }
}

@media print {
  .nav, footer, .parking-slider, .switch-btns { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
}
