/* ═══════════════════════════════════════════════════════
   MAIN.CSS · Безвоздушная покраска в Москве
   Дизайн-система · Все компоненты · Все шаблоны
   ═══════════════════════════════════════════════════════ */

/* ── ТОКЕНЫ ── */
:root {
  --w:   #FFFFFF;
  --off: #F5F5F3;
  --off2:#EEEEEB;
  --ln:  #E0E0DC;
  --mid: #999990;
  --gr:  #2C2C2C;
  --dk:  #111111;
  --dkr: #0A0A0A;
  --mist:#8C9BA5;
  --fd:  'DM Serif Display', Georgia, serif;
  --fb:  'Inter', system-ui, sans-serif;
  --r:   4px;
  --mx:  1200px;
  --pd:  40px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--w);
  color: var(--dk);
  font-family: var(--fb);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ── LAYOUT ── */
.c { max-width: var(--mx); margin: 0 auto; padding: 0 var(--pd); }
.sec { padding: 96px 0; }

/* ── TYPE ── */
.lbl {
  font-size: 11px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--mid);
}
.lbl-l { color: rgba(255,255,255,.28); }
.h2 {
  font-family: var(--fd);
  font-size: clamp(26px, 3.5vw, 44px);
  letter-spacing: -.03em; line-height: 1.1;
  color: var(--dk);
}
.h2 em { font-style: italic; color: var(--mist); }
.h2-l {
  font-family: var(--fd);
  font-size: clamp(26px, 3.5vw, 44px);
  letter-spacing: -.03em; line-height: 1.1;
  color: var(--w);
}
.h2-l em { font-style: italic; color: var(--mist); }
.lead { font-size: 17px; color: var(--mid); line-height: 1.72; }
.lead-l { font-size: 16px; color: rgba(255,255,255,.42); line-height: 1.72; }
.rule { border: none; height: 1px; background: var(--ln); margin: 0; }
.rule-d { background: rgba(255,255,255,.07); }
.sh {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px; align-items: start;
  margin-bottom: 52px;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--fb); font-size: 13px; font-weight: 500;
  padding: 10px 22px; border-radius: var(--r);
  border: none; cursor: pointer;
  transition: background .15s, color .15s, border-color .15s, opacity .15s;
  white-space: nowrap; line-height: 1; text-decoration: none;
}
.b-s { background: var(--dk); color: var(--w); border: 1px solid var(--dk); }
.b-s:hover { background: var(--gr); }
.b-g { background: transparent; color: var(--gr); border: 1px solid var(--ln); }
.b-g:hover { border-color: var(--gr); }
.b-w { background: var(--w); color: var(--dk); }
.b-w:hover { opacity: .85; }
.b-gl { background: transparent; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.2); }
.b-gl:hover { border-color: rgba(255,255,255,.5); color: var(--w); }
.b-tg {
  background: rgba(140,155,165,.15);
  border: 1px solid rgba(140,155,165,.35);
  color: rgba(255,255,255,.78);
  font-size: 14px; padding: 14px 24px;
}
.b-tg:hover { background: rgba(140,155,165,.25); color: var(--w); }
.b-lg { font-size: 14px; padding: 14px 28px; }
.b-full { width: 100%; justify-content: center; }

/* ── HEADER ── */
.hdr {
  position: sticky; top: 0; z-index: 300;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--ln);
}
.hdr-i {
  max-width: var(--mx); margin: 0 auto; padding: 0 var(--pd);
  height: 60px; display: flex; align-items: center; gap: 24px;
}
.logo {
  font-family: var(--fd); font-size: 15px;
  color: var(--dk); flex-shrink: 0;
  letter-spacing: -.01em;
}
.logo em { font-style: normal; color: var(--mist); }
.nav { display: flex; gap: 2px; flex: 1; }
.nav a {
  font-size: 13px; color: var(--mid);
  padding: 6px 12px; border-radius: var(--r);
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.nav a:hover, .nav a.on { color: var(--dk); background: var(--off); }
.hdr-cta { display: flex; gap: 8px; flex-shrink: 0; }

/* ── BREADCRUMB ── */
.bc-w { background: var(--off); border-bottom: 1px solid var(--ln); }
.bc {
  padding: 13px 0;
  display: flex; align-items: center;
  gap: 7px; font-size: 12px; color: var(--mid);
  flex-wrap: wrap; max-width: var(--mx);
  margin: 0 auto; padding-left: var(--pd); padding-right: var(--pd);
}
.bc a { color: var(--mid); transition: color .15s; }
.bc a:hover { color: var(--dk); }
.bc-sep { color: var(--ln); }

/* ── HERO ── */
.hero {
  position: relative; min-height: 100vh;
  background: var(--dkr); overflow: hidden;
  display: flex; flex-direction: column;
  justify-content: flex-end;
}
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; opacity: .32;
  pointer-events: none;
}
#spray {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: .75; pointer-events: none;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,.05) 0%, rgba(10,10,10,.3) 50%, rgba(10,10,10,.82) 100%);
  pointer-events: none;
}
.hero-body {
  position: relative; z-index: 2;
  max-width: var(--mx); margin: 0 auto;
  padding: 0 var(--pd) 80px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px; align-items: end;
}
.hero-tag-row {
  display: flex; align-items: center;
  gap: 12px; margin-bottom: 28px;
}
.hero-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--mist); flex-shrink: 0;
}
.hero-tag-txt {
  font-size: 11px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.35);
}
.hero h1 {
  font-family: var(--fd);
  font-size: clamp(34px, 5vw, 68px);
  color: var(--w);
  letter-spacing: -.04em; line-height: 1.06;
  margin-bottom: 20px;
}
.hero h1 em { font-style: italic; color: var(--mist); }
.hero-sub {
  font-size: 17px; color: rgba(255,255,255,.46);
  line-height: 1.72; margin-bottom: 40px;
  max-width: 540px;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-stats {
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 28px; display: flex; gap: 0;
}
.hstat {
  flex: 1;
  border-right: 1px solid rgba(255,255,255,.07);
  padding-right: 28px; margin-right: 28px;
}
.hstat:last-child { border: none; margin: 0; padding: 0; }
.hstat-n {
  font-family: var(--fd); font-size: 28px;
  color: var(--w); letter-spacing: -.03em;
  line-height: 1; margin-bottom: 4px;
}
.hstat-l { font-size: 12px; color: rgba(255,255,255,.3); }
.hero-media {
  align-self: center;
  border-radius: var(--r); overflow: hidden;
  aspect-ratio: 9/16; max-height: 540px;
  background: #181818;
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.hero-media::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, #1a2028, #0a0e12);
}
.hero-media-play {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  align-items: center; gap: 14px;
}
.hero-media-play svg { opacity: .4; transition: opacity .2s; }
.hero-media:hover .hero-media-play svg { opacity: .85; }
.hero-media-lbl {
  font-size: 10px; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.25);
}

/* ── INTRO CARDS ── */
.intro-g {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--ln);
  border: 1px solid var(--ln);
  border-radius: var(--r); overflow: hidden;
}
.intro-card { background: var(--off); padding: 36px 28px; }
.intro-card h3 {
  font-family: var(--fd); font-size: 18px;
  letter-spacing: -.02em; margin-bottom: 10px;
  line-height: 1.25;
}
.intro-card p { font-size: 14px; color: var(--mid); line-height: 1.68; }

/* ── CASES SECTION ── */
.cases-sec { padding: 96px 0; background: var(--w); }
.case-feat {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; background: var(--off2);
}
.case-feat-photo {
  position: relative; overflow: hidden;
  aspect-ratio: 1/1; background: var(--off2); cursor: pointer;
}
.case-feat-photo-in {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .6s ease;
}
.case-feat:hover .case-feat-photo-in { transform: scale(1.03); }
.case-feat-body {
  background: var(--dk); padding: 56px 48px;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}
.case-feat-tag {
  font-size: 10px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--mist); margin-bottom: 18px;
}
.case-feat-body h2 {
  font-family: var(--fd);
  font-size: clamp(24px, 3vw, 38px);
  color: var(--w); letter-spacing: -.03em;
  line-height: 1.15; margin-bottom: 14px;
}
.case-feat-body h2 em { font-style: italic; color: var(--mist); }
.case-feat-body p {
  font-size: 14px; color: rgba(255,255,255,.42);
  line-height: 1.7; margin-bottom: 28px;
}
.case-feat-specs { display: flex; gap: 28px; margin-bottom: 28px; }
.cfs { font-size: 12px; color: rgba(255,255,255,.3); }
.cfs strong {
  display: block; font-size: 17px; color: var(--w);
  font-weight: 400; margin-bottom: 2px;
}
.gfeat { background: linear-gradient(135deg, #b0bcc4, #6e8090); }

/* ── CASE CARDS GRID ── */
.cases-g {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.cc {
  background: var(--w); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s; cursor: pointer;
  text-decoration: none;
}
.cc:hover { transform: translateY(-3px); }
.cc-t { position: relative; overflow: hidden; background: var(--off2); }
.cc-ti {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .5s;
}
.cc:hover .cc-ti { transform: scale(1.04); }
.cc-ov {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6), transparent 55%);
}
.cc-tag {
  position: absolute; top: 14px; left: 14px;
  font-size: 10px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  background: rgba(0,0,0,.52); color: rgba(255,255,255,.82);
  padding: 4px 9px; border-radius: 2px;
  backdrop-filter: blur(6px);
}
.cc-vid-badge {
  position: absolute; top: 14px; right: 14px;
  width: 26px; height: 26px;
  background: rgba(0,0,0,.5); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.cc-area {
  position: absolute; bottom: 12px; right: 14px;
  font-family: var(--fd); font-size: 19px;
  color: rgba(255,255,255,.45); letter-spacing: -.02em;
}
.cc-b { padding: 22px; background: var(--off); flex: 1; display: flex; flex-direction: column; }
.cc-b h3 {
  font-family: var(--fd); font-size: 19px;
  color: var(--dk); line-height: 1.2;
  letter-spacing: -.02em; margin-bottom: 7px;
}
.cc-b p { font-size: 13px; color: var(--mid); line-height: 1.6; flex: 1; }
.cc-m {
  display: flex; margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--ln);
}
.cc-mi {
  flex: 1; font-size: 11px; color: var(--mid);
  border-right: 1px solid var(--ln);
  padding-right: 10px; margin-right: 10px;
}
.cc-mi:last-child { border: none; margin: 0; padding: 0; }
.cc-mi strong {
  display: block; font-size: 13px;
  color: var(--gr); font-weight: 500; margin-bottom: 1px;
}
.cc-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 10px; }
.cc-pill {
  font-size: 9px; color: var(--mid);
  background: var(--off2); padding: 3px 8px;
  border-radius: 100px; letter-spacing: .05em;
}
.cases-more {
  display: flex; justify-content: space-between;
  align-items: center; margin-top: 40px;
  padding-top: 40px; border-top: 1px solid var(--ln);
}
.cases-count { font-size: 13px; color: var(--mid); }
.cases-count strong { color: var(--dk); }

/* ── OBJECT TYPES ── */
.obj-g {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
.obj-card {
  position: relative; aspect-ratio: 2/3;
  overflow: hidden; background: var(--off2); cursor: pointer;
}
.obj-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .5s;
}
.obj-card:hover .obj-bg { transform: scale(1.05); }
.obj-ov {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72), transparent 55%);
}
.obj-body {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 18px 16px;
}
.obj-body h3 {
  font-family: var(--fd); font-size: 16px;
  color: var(--w); letter-spacing: -.01em;
  line-height: 1.25; margin-bottom: 4px;
}
.obj-body span {
  font-size: 10px; color: rgba(255,255,255,.4);
  letter-spacing: .1em; text-transform: uppercase;
}
.o1 { background: linear-gradient(135deg, #d4d8dc, #9aacb4); }
.o2 { background: linear-gradient(135deg, #ccd0d4, #8898a8); }
.o3 { background: linear-gradient(135deg, #c4ccd4, #8090a8); }
.o4 { background: linear-gradient(135deg, #b8c4cc, #6e8898); }
.o5 { background: linear-gradient(135deg, #bcc4cc, #748494); }

/* ── ADVANTAGES ── */
.adv-g {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--ln);
  border: 1px solid var(--ln);
  border-radius: var(--r); overflow: hidden;
}
.adv-card {
  background: var(--off); padding: 36px 28px;
  transition: background .2s;
}
.adv-card:hover { background: var(--off2); }
.adv-icon { margin-bottom: 22px; opacity: .6; }
.adv-card h3 {
  font-family: var(--fd); font-size: 17px;
  margin-bottom: 10px; letter-spacing: -.01em; line-height: 1.3;
}
.adv-card p { font-size: 13px; color: var(--mid); line-height: 1.68; }

/* ── PROCESS ── */
.proc-sec { padding: 96px 0; background: var(--w); }
.proc-g {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--ln);
  border: 1px solid var(--ln);
  border-radius: var(--r); overflow: hidden;
}
.proc-card {
  background: var(--w); padding: 36px 28px;
  border-right: 1px solid var(--ln);
}
.proc-card:last-child { border-right: none; }
.proc-n {
  font-family: var(--fd); font-size: 48px;
  color: var(--ln); letter-spacing: -.04em;
  line-height: 1; margin-bottom: 20px;
}
.proc-card h3 { font-size: 15px; font-weight: 500; color: var(--dk); margin-bottom: 10px; }
.proc-card p { font-size: 13px; color: var(--mid); line-height: 1.68; }
.proc-note { font-size: 12px; color: var(--mist); margin-top: 12px; font-style: italic; }

/* ── FORM ── */
.form-sec { padding: 96px 0; background: var(--dk); }
.form-in {
  display: grid; grid-template-columns: 1fr 460px;
  gap: 80px; align-items: center;
}
.form-box {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r); padding: 38px;
}
.ff { margin-bottom: 14px; }
.ff label {
  display: block; font-size: 11px;
  color: rgba(255,255,255,.3); margin-bottom: 7px;
  letter-spacing: .07em; text-transform: uppercase;
}
.ff input, .ff select, .ff textarea {
  width: 100%; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r); color: var(--w);
  font-family: var(--fb); font-size: 14px;
  padding: 12px 16px; outline: none; appearance: none;
  transition: border-color .15s;
}
.ff input:focus, .ff select:focus, .ff textarea:focus {
  border-color: rgba(255,255,255,.38);
}
.ff input::placeholder, .ff textarea::placeholder {
  color: rgba(255,255,255,.22);
}
.ff select option { background: var(--gr); }
.ff textarea { resize: none; height: 84px; }
.fr2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.f-note {
  font-size: 11px; color: rgba(255,255,255,.18);
  text-align: center; margin-top: 12px;
}

/* ── CASE PAGE ── */
.case-hero {
  background: var(--dk); padding: 80px 0 0;
  overflow: hidden; position: relative;
}
.case-hero::before {
  content: ''; position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(140,155,165,.08), transparent 70%);
  pointer-events: none;
}
.case-hero-inner {
  display: grid; grid-template-columns: 1fr 320px;
  gap: 60px; align-items: end;
  padding-bottom: 72px; position: relative; z-index: 1;
  max-width: var(--mx); margin: 0 auto; padding-left: var(--pd); padding-right: var(--pd);
}
.case-hero-tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.tag {
  font-size: 10px; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.45); padding: 5px 11px; border-radius: 2px;
}
.tag-type { background: rgba(140,155,165,.18); color: var(--mist); }
.case-hero h1 {
  font-family: var(--fd);
  font-size: clamp(32px, 4.5vw, 60px);
  color: var(--w); letter-spacing: -.04em;
  line-height: 1.08; margin-bottom: 18px;
}
.case-hero h1 em { font-style: italic; color: var(--mist); }
.case-hero-sub {
  font-size: 17px; color: rgba(255,255,255,.42);
  line-height: 1.72; margin-bottom: 36px;
}
.case-specs {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r); padding: 28px; align-self: center;
}
.case-spec-item {
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 16px;
}
.case-spec-item:last-child { border: none; padding-bottom: 0; }
.cs-label {
  font-size: 11px; color: rgba(255,255,255,.28);
  text-transform: uppercase; letter-spacing: .1em; margin-top: 2px;
}
.cs-val { font-size: 15px; color: var(--w); text-align: right; line-height: 1.3; }
.cs-val strong {
  font-family: var(--fd); font-size: 22px;
  display: block; letter-spacing: -.02em;
}
.case-main-photo {
  width: 100%; aspect-ratio: 16/9;
  overflow: hidden; position: relative;
}
.case-main-photo img { width: 100%; height: 100%; object-fit: cover; }
.case-main-photo-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #cdd4da, #8898a8);
  display: flex; align-items: center; justify-content: center;
}
.photo-placeholder {
  font-family: var(--fd); font-size: 16px;
  color: rgba(255,255,255,.3); text-align: center;
}
.case-body {
  display: grid; grid-template-columns: 1fr 300px;
  gap: 60px; padding: 72px 0; align-items: start;
}
.content-block { margin-bottom: 52px; }
.content-block h2 {
  font-family: var(--fd); font-size: 28px;
  color: var(--dk); letter-spacing: -.02em; margin-bottom: 14px;
}
.content-block p { font-size: 15px; color: #555; line-height: 1.82; margin-bottom: 12px; }

/* Before/After */
.ba-wrap { margin: 32px 0; position: relative; user-select: none; }
.ba-hint { font-size: 11px; color: var(--mid); text-align: center; margin-top: 8px; }
.ba-slider {
  position: relative; overflow: hidden;
  border-radius: var(--r); aspect-ratio: 16/7;
  cursor: ew-resize; touch-action: pan-y;
}
.ba-after, .ba-before {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.ba-before { clip-path: inset(0 50% 0 0); transition: clip-path .02s; }
.ba-after { background: linear-gradient(135deg, #d8dce0, #b0bcc4); }
.ba-before { background: linear-gradient(135deg, #e8e0d4, #c0b4a4); }
.ba-line {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 2px; background: var(--w);
  transform: translateX(-50%); z-index: 3;
}
.ba-handle {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 40px; height: 40px; background: var(--w);
  border-radius: 50%; z-index: 4;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.ba-badge {
  position: absolute; bottom: 12px;
  font-size: 10px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  background: rgba(0,0,0,.5); color: var(--w);
  padding: 4px 9px; border-radius: 2px;
  backdrop-filter: blur(6px); z-index: 2;
}
.ba-badge-b { left: 14px; }
.ba-badge-a { right: 14px; }

/* Gallery */
.gallery {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin: 32px 0;
}
.gallery-item {
  overflow: hidden; cursor: pointer;
  position: relative; background: var(--off2);
}
.gallery-item-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .4s ease;
}
.gallery-item:hover .gallery-item-bg { transform: scale(1.05); }
.gallery-label {
  position: absolute; bottom: 10px; left: 12px;
  font-size: 10px; color: rgba(255,255,255,.5);
  letter-spacing: .1em; text-transform: uppercase;
}

/* Video */
.vid-block {
  background: var(--dk); border-radius: var(--r);
  position: relative; overflow: hidden;
  cursor: pointer; margin: 32px 0;
}
.vid-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a2028, #0a0e14);
}
.vid-play {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  align-items: center; gap: 12px;
  padding: 48px 0;
}
.vid-play svg { opacity: .38; transition: opacity .2s; }
.vid-block:hover .vid-play svg { opacity: .85; }
.vid-lbl { font-size: 10px; color: rgba(255,255,255,.28); letter-spacing: .14em; text-transform: uppercase; }

/* Result */
.result-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--ln);
  border: 1px solid var(--ln); border-radius: var(--r);
  overflow: hidden; margin-top: 20px;
}
.result-card { background: var(--w); padding: 28px 24px; }
.result-num {
  font-family: var(--fd); font-size: 36px;
  color: var(--dk); letter-spacing: -.03em;
  line-height: 1; margin-bottom: 6px;
}
.result-num em { font-style: italic; color: var(--mist); }
.result-desc { font-size: 13px; color: var(--mid); line-height: 1.5; }

/* Steps list */
.steps-list { list-style: none; margin-top: 8px; }
.steps-list li {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 18px 0; border-bottom: 1px solid var(--ln);
}
.steps-list li:last-child { border: none; }
.step-n {
  font-family: var(--fd); font-size: 28px;
  color: var(--ln); letter-spacing: -.03em;
  line-height: 1; flex-shrink: 0; width: 36px; margin-top: 2px;
}
.step-text h4 { font-size: 15px; font-weight: 500; color: var(--dk); margin-bottom: 5px; }
.step-text p { font-size: 13px; color: var(--mid); line-height: 1.65; }

/* Price table */
.price-tbl { width: 100%; border-collapse: collapse; margin-top: 20px; }
.price-tbl thead { background: var(--off2); }
.price-tbl th {
  text-align: left; padding: 14px 20px;
  font-size: 11px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--mid); border-bottom: 1px solid var(--ln);
}
.price-tbl td { padding: 13px 20px; font-size: 14px; border-bottom: 1px solid var(--ln); }
.price-tbl tr:last-child td { border: none; }
.price-tbl tr:hover td { background: var(--off); }
.td-price { font-family: var(--fd); font-size: 17px; color: var(--dk); letter-spacing: -.01em; white-space: nowrap; }
.price-note { font-size: 13px; color: var(--mid); margin-top: 14px; line-height: 1.65; }
.price-note strong { color: var(--dk); }

/* Case sidebar */
.case-sidebar { position: sticky; top: 80px; }
.sidebar-cta { background: var(--dk); border-radius: var(--r); padding: 28px; margin-bottom: 2px; }
.sidebar-cta h3 {
  font-family: var(--fd); font-size: 22px;
  color: var(--w); margin-bottom: 10px;
  letter-spacing: -.02em; line-height: 1.2;
}
.sidebar-cta p { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.65; margin-bottom: 22px; }
.sidebar-contact { background: var(--off); border-radius: var(--r); padding: 22px; margin-top: 2px; }
.s-contact-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--ln);
}
.s-contact-item:last-child { border: none; padding-bottom: 0; }
.s-contact-icon {
  width: 32px; height: 32px; background: var(--w);
  border-radius: var(--r); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; font-size: 14px; margin-top: 2px;
}
.s-contact-val { font-size: 14px; font-weight: 500; color: var(--dk); text-decoration: none; }

/* Service page */
.svc-hero { background: var(--dk); padding: 80px 0 0; overflow: hidden; position: relative; }
.svc-hero::before {
  content: ''; position: absolute; top: -200px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(140,155,165,.07), transparent 70%);
  pointer-events: none;
}
.svc-hero-in {
  display: grid; grid-template-columns: 1fr 360px;
  gap: 60px; align-items: end; padding-bottom: 72px;
  position: relative; z-index: 1;
  max-width: var(--mx); margin: 0 auto;
  padding-left: var(--pd); padding-right: var(--pd);
}
.svc-hero-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.svc-tag {
  font-size: 10px; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.45); padding: 4px 11px; border-radius: 2px;
}
.svc-tag-type { background: rgba(140,155,165,.18); color: var(--mist); }
.svc-hero h1 {
  font-family: var(--fd); font-size: clamp(30px, 4vw, 56px);
  color: var(--w); letter-spacing: -.04em; line-height: 1.08; margin-bottom: 16px;
}
.svc-hero h1 em { font-style: italic; color: var(--mist); }
.svc-hero-sub { font-size: 16px; color: rgba(255,255,255,.42); line-height: 1.72; margin-bottom: 34px; }
.svc-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.svc-quick {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r); padding: 26px; align-self: center;
}
.svc-q-item {
  padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 14px;
}
.svc-q-item:last-child { border: none; padding-bottom: 0; }
.sq-l { font-size: 11px; color: rgba(255,255,255,.28); text-transform: uppercase; letter-spacing: .1em; margin-top: 2px; }
.sq-v { font-size: 14px; color: var(--w); text-align: right; line-height: 1.3; }
.sq-v strong { font-family: var(--fd); font-size: 20px; display: block; letter-spacing: -.02em; }
.svc-photo { width: 100%; aspect-ratio: 21/9; overflow: hidden; position: relative; }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; }
.svc-photo-in {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #cdd4da, #8898a8);
  display: flex; align-items: center; justify-content: center;
}
.svc-photo-ph { font-family: var(--fd); font-size: 16px; color: rgba(255,255,255,.3); text-align: center; }
.svc-body {
  display: grid; grid-template-columns: 1fr 300px;
  gap: 60px; padding: 72px 0; align-items: start;
}
.svc-sidebar { position: sticky; top: 80px; }
.sb-cta { background: var(--dk); border-radius: var(--r); padding: 26px; margin-bottom: 2px; }
.sb-cta h3 { font-family: var(--fd); font-size: 21px; color: var(--w); margin-bottom: 9px; letter-spacing: -.02em; line-height: 1.2; }
.sb-cta p { font-size: 13px; color: rgba(255,255,255,.38); line-height: 1.65; margin-bottom: 20px; }
.sb-info { background: var(--off); border-radius: var(--r); padding: 20px; margin-top: 2px; }
.sb-info-item { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; border-bottom: 1px solid var(--ln); }
.sb-info-item:last-child { border: none; padding-bottom: 0; }
.sb-info-icon { width: 30px; height: 30px; background: var(--w); border-radius: var(--r); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 13px; margin-top: 2px; }
.sb-info-label { font-size: 11px; color: var(--mid); margin-bottom: 2px; }
.sb-info-val { font-size: 14px; font-weight: 500; color: var(--dk); text-decoration: none; }
.sb-related { margin-top: 20px; }
.sb-rel-title { font-size: 10px; font-weight: 600; color: var(--mid); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 12px; }
.sb-rel-a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0; border-bottom: 1px solid var(--ln);
  font-size: 13px; color: var(--gr); transition: color .15s;
  text-decoration: none;
}
.sb-rel-a:last-child { border: none; }
.sb-rel-a:hover { color: var(--dk); }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--ln); }
.faq-q {
  width: 100%; background: none; border: none;
  display: flex; justify-content: space-between;
  align-items: center; padding: 18px 0;
  cursor: pointer; text-align: left;
  font-family: var(--fb); font-size: 15px;
  font-weight: 400; color: var(--dk);
  gap: 24px; transition: color .15s;
}
.faq-q:hover { color: var(--gr); }
.faq-chev { flex-shrink: 0; width: 18px; height: 18px; color: var(--mid); transition: transform .25s; }
.faq-item.open .faq-chev { transform: rotate(45deg); }
.faq-a { display: none; font-size: 14px; color: var(--mid); line-height: 1.75; padding-bottom: 18px; max-width: 640px; }
.faq-item.open .faq-a { display: block; }

/* Geo page */
.geo-strip { padding: 60px 0; background: var(--off); }
.geo-g { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.geo-tag {
  font-size: 13px; color: var(--mid); background: var(--w);
  border: 1px solid var(--ln); padding: 8px 16px;
  border-radius: 100px; transition: all .15s; text-decoration: none;
}
.geo-tag:hover { border-color: var(--gr); color: var(--dk); }
.art-item {
  display: flex; justify-content: space-between;
  align-items: flex-start; padding: 18px 0;
  border-bottom: 1px solid var(--ln); text-decoration: none;
}
.art-item:last-child { border: none; }
.art-item-cat { font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--mist); margin-bottom: 6px; }
.art-item h4 { font-size: 15px; color: var(--dk); line-height: 1.4; transition: color .15s; }
.art-item:hover h4 { color: var(--gr); }
.art-item-arr { font-size: 18px; color: var(--ln); flex-shrink: 0; margin-top: 18px; }

/* Catalog: cases */
.cat-head { background: var(--dk); padding: 72px 0; }
.cat-head h1 {
  font-family: var(--fd); font-size: clamp(34px, 5vw, 64px);
  color: var(--w); letter-spacing: -.04em; line-height: 1.08; margin-bottom: 14px;
}
.cat-head h1 em { font-style: italic; color: var(--mist); }
.cat-head-sub { font-size: 16px; color: rgba(255,255,255,.38); line-height: 1.65; }
.cat-stats { display: flex; gap: 0; margin-top: 40px; }
.cat-stat { flex: 1; border-right: 1px solid rgba(255,255,255,.07); padding-right: 28px; margin-right: 28px; }
.cat-stat:last-child { border: none; margin: 0; padding: 0; }
.cat-stat-num { font-family: var(--fd); font-size: 28px; color: var(--w); letter-spacing: -.03em; line-height: 1; margin-bottom: 4px; }
.cat-stat-label { font-size: 12px; color: rgba(255,255,255,.3); }
.filters-bar { position: sticky; top: 60px; z-index: 100; background: var(--w); border-bottom: 1px solid var(--ln); }
.filters-inner {
  max-width: var(--mx); margin: 0 auto; padding: 0 var(--pd);
  display: flex; align-items: center; height: 52px; gap: 0;
}
.filter-btn, .fd-btn {
  height: 100%; padding: 0 16px; font-size: 13px;
  font-weight: 400; color: var(--mid); background: none;
  border: none; cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
  white-space: nowrap; font-family: var(--fb);
  display: flex; align-items: center; gap: 7px;
}
.filter-btn:hover, .fd-btn:hover { color: var(--dk); }
.filter-btn.on, .fd-btn.on, .filter-btn.active { color: var(--dk); border-bottom-color: var(--dk); font-weight: 500; }
.filter-count, .fd-cnt {
  font-size: 10px; background: var(--off2); color: var(--mid);
  padding: 2px 7px; border-radius: 100px; font-weight: 500;
}
.filter-btn.on .filter-count, .fd-btn.on .fd-cnt {
  background: var(--dk); color: var(--w);
}
.filters-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.sort-select { font-size: 12px; color: var(--mid); background: none; border: none; cursor: pointer; font-family: var(--fb); outline: none; }
.cases-main { padding: 48px 0 100px; background: var(--w); }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.case-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--off2); }
.case-featured-photo { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--off2); cursor: pointer; }
.case-featured-photo-in { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s ease; }
.case-featured:hover .case-featured-photo-in { transform: scale(1.03); }
.case-featured-body {
  background: var(--dk); padding: 48px 40px;
  display: flex; flex-direction: column;
  justify-content: flex-end; text-decoration: none;
}
.case-featured-tag { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--mist); margin-bottom: 16px; }
.case-featured-body h2 { font-family: var(--fd); font-size: clamp(22px, 2.5vw, 36px); color: var(--w); letter-spacing: -.03em; line-height: 1.15; margin-bottom: 12px; }
.case-featured-body h2 em { font-style: italic; color: var(--mist); }
.case-featured-body p { font-size: 14px; color: rgba(255,255,255,.42); line-height: 1.7; margin-bottom: 24px; }
.case-featured-specs { display: flex; gap: 24px; margin-bottom: 24px; }
.cta-inline {
  background: var(--off); padding: 48px var(--pd);
  display: flex; justify-content: space-between;
  align-items: center; gap: 40px;
}
.cta-inline h3 { font-family: var(--fd); font-size: 26px; letter-spacing: -.02em; margin-bottom: 7px; line-height: 1.2; }
.cta-inline p { font-size: 14px; color: var(--mid); }
.cta-inline-acts { display: flex; gap: 10px; }
.load-more { text-align: center; padding: 56px 0; border-top: 1px solid var(--ln); }
.load-bar { height: 1px; background: var(--ln); max-width: 200px; margin: 0 auto 24px; position: relative; }
.load-bar::after { content: ''; position: absolute; left: 0; top: 0; height: 1px; background: var(--dk); width: 33%; }
.load-progress { font-size: 12px; color: var(--mid); margin-bottom: 20px; }

/* Case nav prev/next */
.case-nav { background: var(--w); border-top: 1px solid var(--ln); border-bottom: 1px solid var(--ln); }
.case-nav-inner { max-width: var(--mx); margin: 0 auto; display: grid; grid-template-columns: 1fr 1px 1fr; }
.case-nav-sep { background: var(--ln); }
.case-nav-link { padding: 32px var(--pd); text-decoration: none; transition: background .2s; display: block; }
.case-nav-link:hover { background: var(--off); }
.case-nav-dir { font-size: 11px; color: var(--mid); text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }
.case-nav-title { font-family: var(--fd); font-size: 20px; color: var(--dk); letter-spacing: -.02em; line-height: 1.2; }

/* Similar cases */
.sim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }

/* Geo page */
.geo-hero { background: var(--dk); padding: 80px 0 0; overflow: hidden; position: relative; }
.geo-hero::before { content: ''; position: absolute; top: -150px; right: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(140,155,165,.07), transparent 70%); pointer-events: none; }
.geo-hero-in { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: end; padding-bottom: 64px; position: relative; z-index: 1; max-width: var(--mx); margin: 0 auto; padding-left: var(--pd); padding-right: var(--pd); }
.geo-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.geo-tag-pill { font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; background: rgba(255,255,255,.07); color: rgba(255,255,255,.45); padding: 4px 11px; border-radius: 2px; }
.geo-tag-loc { background: rgba(140,155,165,.18); color: var(--mist); }
.geo-hero h1 { font-family: var(--fd); font-size: clamp(28px, 4vw, 54px); color: var(--w); letter-spacing: -.04em; line-height: 1.08; margin-bottom: 16px; }
.geo-hero h1 em { font-style: italic; color: var(--mist); }
.geo-hero-sub { font-size: 16px; color: rgba(255,255,255,.42); line-height: 1.72; margin-bottom: 34px; max-width: 520px; }
.geo-info { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: 26px; align-self: center; }
.geo-info-item { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.geo-info-item:last-child { border: none; padding-bottom: 0; }
.gi-l { font-size: 11px; color: rgba(255,255,255,.28); text-transform: uppercase; letter-spacing: .1em; margin-top: 2px; }
.gi-v { font-size: 14px; color: var(--w); text-align: right; line-height: 1.3; }
.geo-photo { width: 100%; aspect-ratio: 21/8; overflow: hidden; position: relative; }
.geo-photo img { width: 100%; height: 100%; object-fit: cover; }
.geo-photo-in { position: absolute; inset: 0; background: linear-gradient(135deg, #cdd4da, #8898a8); display: flex; align-items: center; justify-content: center; }
.geo-photo-ph { font-family: var(--fd); font-size: 16px; color: rgba(255,255,255,.3); text-align: center; }
.geo-body { display: grid; grid-template-columns: 1fr 300px; gap: 60px; padding: 72px 0; align-items: start; max-width: var(--mx); margin: 0 auto; padding-left: var(--pd); padding-right: var(--pd); }
.geo-sidebar { position: sticky; top: 80px; }
.geo-services-g { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ln); border: 1px solid var(--ln); border-radius: var(--r); overflow: hidden; }
.geo-svc { background: var(--w); padding: 24px 22px; transition: background .2s; }
.geo-svc:hover { background: var(--off); }
.geo-svc h4 { font-family: var(--fd); font-size: 17px; letter-spacing: -.01em; margin-bottom: 7px; line-height: 1.25; }
.geo-svc p { font-size: 13px; color: var(--mid); line-height: 1.65; margin-bottom: 14px; }
.geo-svc-price { font-family: var(--fd); font-size: 18px; color: var(--dk); letter-spacing: -.01em; }
.geo-svc-price span { font-size: 12px; font-weight: 400; color: var(--mid); font-family: var(--fb); }
.geo-cases-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.cities-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.city-link { font-size: 13px; color: var(--mid); background: var(--off); border: 1px solid var(--ln); padding: 8px 16px; border-radius: 100px; transition: all .15s; text-decoration: none; }
.city-link:hover { border-color: var(--gr); color: var(--dk); }
.city-link.active { border-color: var(--dk); color: var(--dk); font-weight: 500; }

/* TG strip */
.tg-strip { padding: 72px 0; background: var(--dkr); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.tg-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; max-width: var(--mx); margin: 0 auto; padding: 0 var(--pd); }
.tg-left h2 { font-family: var(--fd); font-size: clamp(22px, 3vw, 36px); color: var(--w); letter-spacing: -.03em; line-height: 1.15; margin-bottom: 10px; }
.tg-left h2 em { font-style: italic; color: var(--mist); }
.tg-left p { font-size: 15px; color: rgba(255,255,255,.38); line-height: 1.65; }
.tg-right { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }

/* Footer */
.ftr { background: var(--dk); border-top: 1px solid rgba(255,255,255,.06); padding: 60px 0 0; }
.ftr-g { max-width: var(--mx); margin: 0 auto; padding: 0 var(--pd); display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 48px; align-items: start; }
.ftr-logo { font-family: var(--fd); font-size: 15px; color: rgba(255,255,255,.42); display: block; margin-bottom: 14px; }
.ftr-logo em { font-style: normal; color: var(--mist); }
.ftr-copy { font-size: 12px; color: rgba(255,255,255,.2); line-height: 1.75; }
.ftr-ct { font-size: 10px; font-weight: 600; color: rgba(255,255,255,.2); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.ftr-lks { display: flex; flex-direction: column; gap: 10px; }
.ftr-lks a { font-size: 13px; color: rgba(255,255,255,.32); transition: color .15s; }
.ftr-lks a:hover { color: rgba(255,255,255,.75); }
.ftr-bot { max-width: var(--mx); margin: 40px auto 0; padding: 20px var(--pd); border-top: 1px solid rgba(255,255,255,.06); display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 12px; color: rgba(255,255,255,.18); }
.ftr-bot a { color: rgba(255,255,255,.18); }

/* Sticky mobile */
.sticky-mobile {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 500; padding: 10px 16px;
  background: rgba(8,8,8,.96);
  border-top: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.sticky-mobile a {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: rgba(140,155,165,.18); border: 1px solid rgba(140,155,165,.4);
  color: var(--w); font-family: var(--fb); font-size: 14px; font-weight: 500;
  padding: 14px; border-radius: var(--r); width: 100%;
}

/* Reveal */
.rv { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.rv.on { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* Gradient placeholders */
.g1 { background: linear-gradient(135deg, #d0d4d8, #8898a4); }
.g2 { background: linear-gradient(135deg, #c8cdd4, #8090a0); }
.g3 { background: linear-gradient(135deg, #ccd4d8, #8c9ea8); }
.g4 { background: linear-gradient(135deg, #c4ccd0, #7888a0); }
.g5 { background: linear-gradient(135deg, #d4d8dc, #a0b0b8); }
.g6 { background: linear-gradient(135deg, #c0c8d0, #7890a4); }
.gfeat { background: linear-gradient(135deg, #b0bcc4, #6e8090); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  :root { --pd: 24px; }
  .nav { display: none; }
  .hero-body { grid-template-columns: 1fr; }
  .hero-media { display: none; }
  .case-feat { grid-template-columns: 1fr; }
  .case-feat-photo { aspect-ratio: 16/9; }
  .cases-g { grid-template-columns: 1fr 1fr; }
  .cases-grid { grid-template-columns: 1fr 1fr; }
  .case-featured { grid-template-columns: 1fr; }
  .obj-g { grid-template-columns: repeat(3, 1fr); }
  .adv-g { grid-template-columns: repeat(2, 1fr); }
  .proc-g { grid-template-columns: repeat(2, 1fr); }
  .form-in { grid-template-columns: 1fr; gap: 48px; }
  .ftr-g { grid-template-columns: 1fr 1fr; gap: 36px; }
  .sh { grid-template-columns: 1fr; gap: 14px; }
  .tg-inner { grid-template-columns: 1fr; }
  .case-hero-inner { grid-template-columns: 1fr; }
  .case-body { grid-template-columns: 1fr; }
  .case-sidebar, .svc-sidebar, .geo-sidebar { position: static; }
  .svc-hero-in { grid-template-columns: 1fr; }
  .svc-quick { display: none; }
  .svc-body { grid-template-columns: 1fr; }
  .geo-hero-in { grid-template-columns: 1fr; }
  .geo-info { display: none; }
  .geo-body { grid-template-columns: 1fr; }
  .sim-grid { grid-template-columns: 1fr 1fr; }
  .intro-g { grid-template-columns: 1fr; }
  .result-grid { grid-template-columns: 1fr; }
  .cat-stats { flex-wrap: wrap; }
  .cat-stat { flex: 1 1 45%; border: none; padding-bottom: 0; }
}
@media (max-width: 768px) {
  :root { --pd: 20px; }
  .sec { padding: 64px 0; }
  .hero-stats { flex-wrap: wrap; }
  .hstat { flex: 1 1 45%; border: none; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.07); }
  .cases-g { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .obj-g { grid-template-columns: repeat(2, 1fr); }
  .adv-g, .proc-g { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .sim-grid { grid-template-columns: 1fr; }
  .geo-services-g { grid-template-columns: 1fr; }
  .geo-cases-g { grid-template-columns: 1fr; }
  .ftr-g { grid-template-columns: 1fr; gap: 28px; }
  .ftr-bot { flex-direction: column; text-align: center; }
  .fr2 { grid-template-columns: 1fr; }
  .hdr-cta .b-g { display: none; }
  .sticky-mobile { display: block; }
  body { padding-bottom: 68px; }
  .case-hero-inner { padding-bottom: 48px; }
  .case-nav-inner { grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .case-nav-sep { display: none; }
  .cta-inline { flex-direction: column; align-items: flex-start; }
  .cta-inline-acts { flex-wrap: wrap; }
  .tg-right { flex-direction: row; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  .rv { transition: none; }
  * { transition: none !important; animation: none !important; }
}

/* ═══════════════════════════════════════════
   МОДАЛЬНОЕ ОКНО ВЫБОРА КАНАЛА СВЯЗИ
   ═══════════════════════════════════════════ */

.bp-modal-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(8px);
  display: flex; align-items: flex-end;
  justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
}
.bp-modal-overlay.open {
  opacity: 1; pointer-events: all;
}
.bp-modal {
  background: var(--dk);
  border-radius: 16px 16px 0 0;
  padding: 32px 28px 40px;
  width: 100%; max-width: 520px;
  transform: translateY(40px);
  transition: transform .3s ease;
  border-top: 1px solid rgba(255,255,255,.1);
}
.bp-modal-overlay.open .bp-modal {
  transform: translateY(0);
}
.bp-modal-handle {
  width: 40px; height: 4px;
  background: rgba(255,255,255,.15);
  border-radius: 2px;
  margin: 0 auto 28px;
}
.bp-modal-title {
  font-family: var(--fd);
  font-size: 22px; color: var(--w);
  letter-spacing: -.02em; line-height: 1.2;
  margin-bottom: 8px; text-align: center;
}
.bp-modal-sub {
  font-size: 13px; color: rgba(255,255,255,.38);
  text-align: center; margin-bottom: 28px;
  line-height: 1.6;
}
.bp-modal-channels {
  display: flex; flex-direction: column; gap: 10px;
}
.bp-channel {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  cursor: pointer; transition: background .15s, border-color .15s;
  text-decoration: none; color: var(--w);
  font-family: var(--fb);
}
.bp-channel:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.2);
}
.bp-channel-icon {
  width: 42px; height: 42px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.bp-ch-tg   .bp-channel-icon { background: rgba(36,161,222,.2); }
.bp-ch-wa   .bp-channel-icon { background: rgba(37,211,102,.18); }
.bp-ch-bot  .bp-channel-icon { background: rgba(140,155,165,.2); }
.bp-ch-ph   .bp-channel-icon { background: rgba(255,255,255,.1); }
.bp-ch-em   .bp-channel-icon { background: rgba(255,255,255,.07); }
.bp-channel-info { flex: 1; }
.bp-channel-name {
  font-size: 15px; font-weight: 500;
  color: var(--w); margin-bottom: 2px;
}
.bp-channel-desc {
  font-size: 12px; color: rgba(255,255,255,.38);
}
.bp-channel-arr {
  color: rgba(255,255,255,.2); font-size: 18px;
}
/* Bot channel — выделен */
.bp-ch-bot {
  border-color: rgba(140,155,165,.35);
  background: rgba(140,155,165,.1);
}
.bp-ch-bot .bp-channel-name { color: #a8b8c4; }
.bp-modal-close {
  margin-top: 16px; width: 100%;
  background: none; border: none;
  color: rgba(255,255,255,.25); font-size: 13px;
  cursor: pointer; font-family: var(--fb);
  padding: 10px;
}
.bp-modal-close:hover { color: rgba(255,255,255,.5); }

/* ═══════════════════════════════════════════
   ВТОРОЙ CTA — TELEGRAM БОТ
   ═══════════════════════════════════════════ */

.bp-bot-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--fb); font-size: 13px; font-weight: 500;
  padding: 10px 20px; border-radius: var(--r);
  border: 1px solid rgba(140,155,165,.35);
  background: rgba(140,155,165,.08);
  color: rgba(255,255,255,.65);
  cursor: pointer; transition: all .15s;
  white-space: nowrap; text-decoration: none;
}
.bp-bot-cta:hover {
  background: rgba(140,155,165,.16);
  border-color: rgba(140,155,165,.55);
  color: var(--w);
}
.bp-bot-cta-lg {
  font-size: 14px; padding: 14px 24px;
}

/* ═══════════════════════════════════════════
   HERO CTA ГРУППА С ДВУМЯ КНОПКАМИ
   ═══════════════════════════════════════════ */

.hero-cta-group {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 56px;
}
.hero-cta-row {
  display: flex; gap: 12px; flex-wrap: wrap;
}
.hero-cta-hint {
  font-size: 11px; color: rgba(255,255,255,.25);
  letter-spacing: .06em;
}

/* ═══════════════════════════════════════════
   TOAST УВЕДОМЛЕНИЕ
   ═══════════════════════════════════════════ */

.bp-toast {
  position: fixed; bottom: 88px; left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: var(--gr); color: var(--w);
  font-family: var(--fb); font-size: 13px;
  padding: 10px 20px; border-radius: 100px;
  opacity: 0; pointer-events: none;
  transition: all .3s ease; z-index: 2000;
  white-space: nowrap;
}
.bp-toast.show {
  opacity: 1; transform: translateX(-50%) translateY(0);
}

@media (min-width: 769px) {
  .bp-modal-overlay { align-items: center; }
  .bp-modal { border-radius: 16px; max-width: 480px; }
}
@media (max-width: 480px) {
  .bp-modal { padding: 24px 20px 32px; }
  .bp-modal-title { font-size: 19px; }
}

/* ═══════════════════════════════════════════
   БОТ — отдельный блок в модалке
   ═══════════════════════════════════════════ */

.bp-bot-block {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(140,155,165,.18), rgba(140,155,165,.08));
  border: 1px solid rgba(140,155,165,.45);
  cursor: pointer; transition: all .2s;
  text-decoration: none; color: var(--w);
  margin-bottom: 4px;
}
.bp-bot-block:hover {
  background: linear-gradient(135deg, rgba(140,155,165,.28), rgba(140,155,165,.16));
  border-color: rgba(140,155,165,.7);
  transform: translateY(-1px);
}
.bp-bot-block-icon {
  font-size: 28px; flex-shrink: 0;
  width: 52px; height: 52px;
  background: rgba(140,155,165,.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.bp-bot-block-body { flex: 1; }
.bp-bot-block-title {
  font-size: 15px; font-weight: 600;
  color: var(--w); margin-bottom: 4px;
  letter-spacing: -.01em; line-height: 1.3;
}
.bp-bot-block-desc {
  font-size: 12px; color: rgba(255,255,255,.5);
  line-height: 1.55;
}
.bp-bot-block-arr {
  color: rgba(140,155,165,.7); font-size: 20px;
  flex-shrink: 0;
}

/* Разделитель */
.bp-modal-divider {
  text-align: center;
  font-size: 11px; color: rgba(255,255,255,.2);
  letter-spacing: .1em; text-transform: uppercase;
  margin: 14px 0 10px;
  position: relative;
}
.bp-modal-divider::before,
.bp-modal-divider::after {
  content: ''; position: absolute;
  top: 50%; width: calc(50% - 80px);
  height: 1px; background: rgba(255,255,255,.08);
}
.bp-modal-divider::before { left: 0; }
.bp-modal-divider::after  { right: 0; }

/* Остальные каналы чуть меньше */
.bp-modal-channels .bp-channel {
  padding: 11px 14px;
}
.bp-modal-channels .bp-channel-icon {
  width: 36px; height: 36px;
  border-radius: 8px; font-size: 16px;
}
.bp-modal-channels .bp-channel-name { font-size: 14px; }
.bp-modal-channels .bp-channel-desc { font-size: 11px; }

/* MAX мессенджер */
.bp-ch-max .bp-channel-icon { background: rgba(0,119,255,.18); }
