:root {
  --bg: #f5f5f7;
  --ink: #111111;
  --muted: rgba(17, 17, 17, .62);
  --line: rgba(17, 17, 17, .12);
  --card: #ffffff;
  --red: #e31e25;
  --red-dark: #b31319;
  --red-deep: #871116;
  --red-soft: rgba(227, 30, 37, .12);
  --cyan: #13b2f1;
  --footer: #011218;
  --radius: 30px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .12);
  --container: 1140px;
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
body.smart-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 25;
  pointer-events: none;
  background: rgba(1, 18, 24, .48);
  backdrop-filter: blur(2px);
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px max(16px, env(safe-area-inset-left));
  background: rgba(255, 255, 255, .82);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  backdrop-filter: blur(24px);
}
.topbar, .main-nav, .section, .footer-grid {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
}
.topbar {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  column-gap: 12px;
  align-items: center;
}
.brand img { width: clamp(250px, 22vw, 320px); height: auto; }
.brand-short { display: none; }
.brand-mobile-service { display: none; }
.slogan {
  display: none;
  margin: 0;
  padding: 8px 0 8px 12px;
  border-left: 2px solid rgba(0, 0, 0, .34);
  justify-items: start;
  gap: 2px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .02em;
}
.slogan-mobile { display: none; }
.city-button, .footer button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0;
}
.city-button {
  grid-column: 3;
  font-size: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.city-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header-phone {
  grid-column: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-weight: 900;
  font-size: 22px;
  white-space: nowrap;
}
.header-phone-icon { display: none; }
.main-nav {
  margin-top: 14px;
  width: fit-content;
  max-width: calc(100% - 32px);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
.main-nav a {
  padding: 10px 18px;
  border-radius: 999px;
  color: rgba(0, 0, 0, .52);
  font-weight: 800;
}
.main-nav a:hover, .main-nav .nav-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}
.nav-toggle {
  grid-column: 5;
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(560px, 70vw, 760px);
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center start;
  padding: 96px max(24px, calc((100vw - var(--container)) / 2));
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .32) 48%, rgba(0, 0, 0, .1)),
    var(--hero-image) center/cover no-repeat;
}
.hero-slide--bright {
  place-items: center end;
  background:
    linear-gradient(90deg, rgba(3, 8, 12, .06) 0%, rgba(3, 8, 12, .08) 36%, rgba(3, 8, 12, .46) 68%, rgba(3, 8, 12, .8)),
    linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(0, 0, 0, .18)),
    var(--hero-image) center/cover no-repeat;
}
.hero-slide--bright .hero-card {
  width: min(560px, 100%);
  background: rgba(3, 10, 14, .7);
  border-color: rgba(255, 255, 255, .22);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
  backdrop-filter: blur(4px);
}
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-card {
  width: min(630px, 100%);
  padding: clamp(24px, 5vw, 42px);
  background: rgba(0, 0, 0, .44);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
}
.hero-card h1, .hero-card h2 {
  margin: 8px 0 20px;
  font-size: clamp(34px, 6vw, 62px);
  line-height: .98;
  letter-spacing: 0;
}
.hero-card--general h1 {
  max-width: 11.6em;
  font-size: clamp(30px, 3.9vw, 42px);
  line-height: 1.02;
}
.hero-card--general p:not(.eyebrow) {
  font-size: clamp(16px, 1.45vw, 18px);
}
.hero-card p { font-size: clamp(17px, 2vw, 24px); line-height: 1.25; margin: 0 0 24px; }
.eyebrow, .mini-heading {
  text-transform: uppercase;
  letter-spacing: .38em;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, .75);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 900;
  cursor: pointer;
}
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-button svg { transition: transform .2s ease; }
.icon-button:hover svg { transform: translateX(3px); }
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 16px 34px rgba(227, 30, 37, .26);
}
.button.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .08);
}
.slider-controls {
  position: absolute;
  bottom: 32px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
}
.slider-controls button {
  width: 42px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  cursor: pointer;
}
.slider-controls .is-active { background: #fff; }
.slider-controls .slider-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: #fff;
  background: rgba(1, 18, 24, .58);
  backdrop-filter: blur(12px);
}
.slider-controls .slider-arrow:hover {
  border-color: transparent;
  background: var(--red);
}
.slider-controls .slider-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section { padding: 34px 0; }
.bento {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 40px;
}
.section-head .mini-heading, .trust-content .mini-heading, .final-about .mini-heading {
  color: rgba(0, 0, 0, .46);
  margin: 0 0 4px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
}
.section-head .mini-heading,
.objects-head .mini-heading,
.complex-head .mini-heading,
.standard-head .mini-heading,
.consultation-content .mini-heading,
.trust-content .mini-heading,
.final-about .mini-heading,
.why .mini-heading {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .38em;
  text-transform: uppercase;
}
.section-head .mini-heading,
.objects-head .mini-heading,
.complex-head .mini-heading,
.standard-head .mini-heading,
.trust-content .mini-heading,
.final-about .mini-heading {
  color: rgba(0, 0, 0, .46);
}
.risk-free-head h2,
.objects-head h2,
.consultation-content h2,
.complex-head h2,
.standard-head h2,
.company-card h2,
.contact-card h2,
.stack .bento h2,
.trust-content h2,
.request-form h2,
.why h2,
.final-about h2,
.section-head h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.risk-free-head p,
.complex-head p,
.standard-head p,
.company-card p,
.contact-card p,
.trust-content p,
.final-about p,
.why p {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.45;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.chips a {
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .72);
  font-size: 17px;
}
.chips a:hover, .chips a:first-child {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.risk-free {
  padding-top: clamp(44px, 7vw, 76px);
  padding-bottom: clamp(40px, 6vw, 66px);
}
.risk-free-head {
  max-width: 760px;
  margin: 0 0 30px;
  text-align: left;
}
.risk-free-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-weight: 950;
}
.risk-free-head p {
  max-width: 680px;
  margin: 10px 0 0;
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.35;
  font-weight: 750;
  color: var(--muted);
}
.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.risk-card {
  min-height: 180px;
  padding: 30px 32px 28px;
  border-radius: 8px;
  background: #eeeeef;
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}
.risk-card.is-red {
  color: #fff;
  background: linear-gradient(135deg, #d0060d, var(--red-dark));
}
.risk-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.risk-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.risk-card h3 {
  margin: 0 0 12px;
  max-width: 310px;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.12;
  font-weight: 950;
}
.risk-card p {
  margin: 0;
  max-width: 360px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
  color: rgba(17, 17, 17, .82);
}
.risk-card.is-red p { color: rgba(255, 255, 255, .94); }
.objects-served {
  padding-top: clamp(36px, 6vw, 70px);
  padding-bottom: clamp(48px, 7vw, 86px);
  overflow: hidden;
}
.objects-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.objects-head .mini-heading {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, .46);
}
.objects-head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-weight: 950;
}
.objects-head h2 span {
  display: block;
  color: var(--red);
}
.objects-controls {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
.objects-controls button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(17, 17, 17, .1);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}
.objects-controls button:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  border-color: transparent;
}
.objects-controls svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.objects-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 360px);
  gap: 18px;
  margin: 0 calc((100vw - min(var(--container), calc(100vw - 48px))) / -2);
  padding: 2px calc((100vw - min(var(--container), calc(100vw - 48px))) / 2) 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: calc((100vw - min(var(--container), calc(100vw - 48px))) / 2);
  scrollbar-width: thin;
  scrollbar-color: rgba(227, 30, 37, .42) rgba(17, 17, 17, .08);
}
.objects-slider::-webkit-scrollbar { height: 8px; }
.objects-slider::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(17, 17, 17, .08);
}
.objects-slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}
.object-card {
  position: relative;
  min-height: 430px;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  scroll-snap-align: start;
  isolation: isolate;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .14);
}
.object-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform .5s ease;
}
.object-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(10, 12, 16, .12) 0%, rgba(10, 12, 16, .44) 42%, rgba(8, 10, 14, .9) 100%),
    linear-gradient(135deg, rgba(227, 30, 37, .44), rgba(0, 0, 0, 0) 42%);
}
.object-card:hover::before { transform: scale(1.08); }
.object-card span {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 44px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .92);
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
}
.object-card h3 {
  max-width: 290px;
  margin: 0 0 12px;
  font-size: clamp(24px, 2.6vw, 29px);
  line-height: 1;
  font-weight: 950;
}
.object-card p {
  max-width: 300px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 750;
}
.object-card strong {
  width: fit-content;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}
.objects-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
}
.objects-foot span {
  color: rgba(17, 17, 17, .54);
  font-size: 14px;
  font-weight: 850;
}
.consultation-band {
  position: relative;
  margin: clamp(28px, 5vw, 58px) 0;
  padding: clamp(46px, 7vw, 86px) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(227, 30, 37, .35), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, .1), transparent 24%),
    linear-gradient(135deg, #0b1117 0%, #121c25 48%, #081015 100%);
}
.consultation-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  opacity: .28;
}
.consultation-inner {
  position: relative;
  z-index: 1;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, .86fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.consultation-master {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: end;
}
.master-photo {
  position: absolute;
  inset: 0 7% 46px 0;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}
.master-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 16, .06), rgba(8, 12, 16, .42)),
    linear-gradient(135deg, rgba(227, 30, 37, .32), transparent 42%);
}
.master-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.master-card {
  position: relative;
  width: min(390px, 92%);
  margin-left: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}
.master-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.master-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(22px, 2.2vw, 29px);
  line-height: 1.05;
  font-weight: 950;
}
.master-card p {
  margin: 0;
  color: rgba(17, 17, 17, .66);
  font-size: 15px;
  line-height: 1.38;
  font-weight: 750;
}
.consultation-content {
  min-width: 0;
}
.consultation-content .mini-heading {
  color: rgba(255, 255, 255, .62);
}
.consultation-content h2 {
  max-width: 680px;
  margin: 0 0 26px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-weight: 950;
}
.consultation-content h2 span {
  display: block;
  color: #fff;
}
.consultation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}
.consultation-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 850;
}
.consultation-form input,
.consultation-form select {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font-weight: 850;
}
.consultation-form input::placeholder { color: rgba(255, 255, 255, .46); }
.consultation-form select option { color: #111; }
.consultation-form input:focus,
.consultation-form select:focus {
  outline: 2px solid rgba(227, 30, 37, .62);
  border-color: rgba(227, 30, 37, .78);
}
.consultation-form .button {
  min-height: 56px;
  width: 100%;
  grid-column: 1 / -1;
  white-space: nowrap;
}
.consultation-consent {
  grid-column: 1 / -1;
  margin: 0;
  background: rgba(0, 0, 0, .14);
}
.consultation-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}
.consultation-links p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  font-weight: 800;
}
.consultation-links .contact-icons-row {
  margin: 0;
  justify-content: flex-start;
  gap: 10px;
}
.consultation-links .contact-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
}
.consultation-links .contact-icon:hover {
  transform: translateY(-2px);
}
.complex-services {
  padding-top: clamp(42px, 6vw, 74px);
  padding-bottom: clamp(42px, 6vw, 74px);
}
.complex-head {
  max-width: 780px;
  margin-bottom: 28px;
}
.complex-head .mini-heading {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, .46);
}
.complex-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-weight: 950;
}
.complex-head p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.35;
  font-weight: 750;
}
.complex-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.complex-card {
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .08);
  box-shadow: 0 18px 42px rgba(17, 17, 17, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.complex-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 30, 37, .22);
  box-shadow: 0 26px 62px rgba(17, 17, 17, .12);
}
.complex-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #d9dde2;
}
.complex-card-body {
  position: relative;
  display: grid;
  min-height: 238px;
  padding: 24px;
}
.complex-check {
  position: absolute;
  top: -24px;
  right: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 16px 30px rgba(227, 30, 37, .24);
}
.complex-check svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.complex-card h3 {
  max-width: calc(100% - 48px);
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 29px);
  line-height: 1.05;
  font-weight: 950;
}
.complex-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 750;
}
.complex-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}
.complex-card-bottom strong {
  white-space: nowrap;
  color: var(--red);
  font-size: 18px;
  font-weight: 950;
}
.complex-card-bottom a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  font-size: 14px;
  font-weight: 950;
  text-align: center;
  box-shadow: 0 12px 24px rgba(227, 30, 37, .2);
}
.complex-card-bottom a:hover {
  background: var(--red-deep);
}
.service-standard {
  padding-top: clamp(42px, 6vw, 74px);
  padding-bottom: clamp(42px, 6vw, 74px);
}
.standard-head {
  max-width: 780px;
  margin-bottom: 28px;
}
.standard-head .mini-heading {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, .46);
}
.standard-head h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-weight: 950;
}
.standard-head p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 750;
}
.standard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.standard-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(180px, .48fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(17, 17, 17, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.standard-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 30, 37, .22);
  box-shadow: 0 26px 62px rgba(17, 17, 17, .12);
}
.standard-photo {
  position: relative;
  min-height: 260px;
  overflow: hidden;
}
.standard-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.98) contrast(1.02);
  transition: transform .45s ease;
}
.standard-card:hover .standard-photo img {
  transform: scale(1.06);
}
.standard-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 16, .04), rgba(8, 12, 16, .42));
}
.standard-photo span {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  min-width: 48px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 26px rgba(227, 30, 37, .24);
}
.standard-content {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
}
.standard-content h3 {
  margin: 0;
  font-size: clamp(24px, 2.7vw, 29px);
  line-height: 1.05;
  font-weight: 950;
}
.standard-content p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 750;
}
.faq-section {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: 22px;
  padding-top: clamp(42px, 6vw, 74px);
  padding-bottom: clamp(42px, 6vw, 74px);
}
.faq-aside {
  min-width: 0;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 32px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 18%, rgba(227, 30, 37, .11), transparent 32%),
    linear-gradient(135deg, #fff, #f6f6f7);
  box-shadow: 0 18px 46px rgba(17, 17, 17, .07);
}
.faq-head {
  max-width: 620px;
}
.faq-head .mini-heading {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, .46);
}
.faq-head h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-weight: 950;
}
.faq-head p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 750;
}
.faq-cta {
  display: grid;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 17, 17, .08);
}
.faq-cta span {
  color: var(--black);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}
.faq-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.faq-cta-actions .button {
  min-height: 48px;
}
.faq-list {
  min-width: 0;
  display: grid;
  gap: 12px;
}
.faq-item {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 17, 17, .06);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.faq-item:hover,
.faq-item.is-open {
  border-color: rgba(227, 30, 37, .22);
  box-shadow: 0 22px 48px rgba(17, 17, 17, .1);
}
.faq-item:hover {
  transform: translateY(-2px);
}
.faq-question {
  width: 100%;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  border: 0;
  color: var(--black);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.faq-question span {
  font-size: clamp(21px, 2.1vw, 27px);
  line-height: 1.08;
  font-weight: 950;
}
.faq-question svg {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 11px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .22s ease, background .22s ease;
}
.faq-item.is-open .faq-question svg {
  transform: rotate(180deg);
  background: var(--black);
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .26s ease;
}
.faq-answer > p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 720;
  transition: padding .26s ease;
}
.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-item.is-open .faq-answer > p {
  padding-bottom: 26px;
}
.seo-article {
  padding-top: clamp(42px, 6vw, 74px);
  padding-bottom: clamp(42px, 6vw, 74px);
}
.seo-article-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(227, 30, 37, .08), transparent 30%),
    linear-gradient(180deg, #fff, #f7f7f8);
  box-shadow: 0 20px 52px rgba(17, 17, 17, .08);
}
.seo-article-shell::before {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 42px);
  top: clamp(18px, 4vw, 42px);
  width: 92px;
  height: 92px;
  border: 1px solid rgba(227, 30, 37, .18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(227, 30, 37, .2) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(17, 17, 17, .11) 0 2px, transparent 3px);
  background-position: 50% 20%, 30% 66%;
  background-size: 100% 100%;
  opacity: .8;
  pointer-events: none;
}
.seo-article-head {
  max-width: 900px;
  margin-bottom: 20px;
}
.seo-article-head .mini-heading {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, .46);
}
.seo-article-head h2 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  font-weight: 950;
}
.seo-article-content {
  position: relative;
  max-height: 172px;
  overflow: hidden;
  max-width: 960px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 720;
  transition: max-height .35s ease;
}
.seo-article-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(247, 247, 248, 0), #f7f7f8 82%);
  pointer-events: none;
  transition: opacity .2s ease;
}
.seo-article-shell.is-open .seo-article-content {
  max-height: 1800px;
}
.seo-article-shell.is-open .seo-article-content::after {
  opacity: 0;
}
.seo-article-content p,
.seo-article-content ul {
  margin: 0 0 16px;
}
.seo-article-content p:last-child,
.seo-article-content ul:last-child {
  margin-bottom: 0;
}
.seo-article-content h3 {
  margin: 26px 0 12px;
  color: var(--black);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.08;
  font-weight: 950;
}
.seo-article-content ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.seo-article-content li {
  position: relative;
  padding-left: 24px;
}
.seo-article-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(227, 30, 37, .1);
}
.seo-article-content strong {
  color: var(--black);
  font-weight: 950;
}
.seo-article-toggle {
  margin-top: 22px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(227, 30, 37, .22);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.seo-article-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(227, 30, 37, .28);
}
.seo-article-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .22s ease;
}
.seo-article-shell.is-open .seo-article-toggle svg {
  transform: rotate(180deg);
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.image-card {
  min-height: 500px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .55)), var(--image) center/cover;
}
.image-card h3 {
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}
.image-card p {
  max-width: 460px;
  margin: 14px 64px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.32;
}
.card-meta {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(227, 30, 37, .9);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.round-link {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .2);
  backdrop-filter: blur(12px);
  font-size: 24px;
  transform: rotate(-45deg);
  transition: transform .28s ease, background .28s ease;
}
.round-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.image-card:hover .round-link {
  background: var(--red);
  transform: rotate(0deg);
}
.mini-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-tile {
  min-height: 238px;
  padding: 28px;
  border: 0;
  border-radius: 26px;
  color: var(--ink);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,248,250,.96)),
    radial-gradient(circle at 20% 10%, rgba(227, 30, 37, .1), transparent 32%);
  border: 1px solid rgba(17, 17, 17, .08);
  box-shadow: 0 20px 48px rgba(17, 17, 17, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  padding-top: 128px;
}
.service-tile::before {
  content: attr(data-step);
  position: absolute;
  right: 24px;
  top: 22px;
  color: rgba(17, 17, 17, .07);
  font-size: 56px;
  font-weight: 950;
  line-height: 1;
}
.service-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
}
.service-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 30, 37, .28);
  box-shadow: 0 28px 70px rgba(17, 17, 17, .13);
}
.service-tile.blue, .service-tile.red, .service-tile.orange { background-color: #fff; }
.tile-icon {
  position: absolute;
  top: 26px;
  left: 28px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 14px 28px rgba(227, 30, 37, .22);
}
.tile-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tile-kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-tile strong {
  position: relative;
  z-index: 1;
  max-width: 240px;
  font-size: 29px;
  line-height: 1;
}
.tile-caption {
  position: relative;
  z-index: 1;
  max-width: 260px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.company-card {
  color: #fff;
  padding: 44px;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
}
.company-card img {
  width: 220px;
  filter: brightness(0) invert(1);
  margin-bottom: 34px;
}
.company-card h2, .contact-card h2, .bento h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 42px);
}
.company-card p, .contact-card p, .why p, .final-about p, .trust-content p {
  font-size: 20px;
  line-height: 1.45;
}
.stack { display: grid; gap: 24px; }
.contact-card, .stack .bento { padding: 40px; }
.compact { margin-top: 0; }

.geography .section-head { align-items: center; }
.city-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.city-links a {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 26px rgba(17, 17, 17, .05);
}
.city-links a:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.trust {
  width: min(var(--container), calc(100% - 32px));
  margin: 34px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}
.trust-photo {
  min-width: 0;
  min-height: clamp(380px, 30vw, 480px);
  padding: clamp(30px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(180deg, rgba(1, 18, 24, .08), rgba(1, 18, 24, .48)), url('img/section-federal-map-service.png') center 46%/cover;
}
.trust-photo p {
  margin: 0;
  max-width: 680px;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}
.trust-mini {
  width: min(420px, 100%);
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(51, 51, 51, .92);
}
.trust-mini strong { display: block; font-size: clamp(42px, 5vw, 62px); line-height: .9; }
.trust-mini span { font-size: 18px; line-height: 1.1; }
.trust-content {
  min-width: 0;
  padding: clamp(34px, 5vw, 58px);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,248,250,.98)),
    radial-gradient(circle at 10% 0, rgba(227, 30, 37, .1), transparent 30%);
  box-shadow: 0 24px 60px rgba(1, 18, 24, .12);
}
.trust-content h2 {
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  overflow-wrap: anywhere;
}
.request-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}
.request-route span {
  position: relative;
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #101820, #1f2d38);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}
.request-route span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -17px;
  width: 14px;
  height: 14px;
  border-top: 3px solid var(--red);
  border-right: 3px solid var(--red);
  transform: rotate(45deg);
  z-index: 1;
}
.federal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.federal-tags span {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--red);
  background: var(--red-soft);
  font-size: 13px;
  font-weight: 900;
}
.federal-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
  padding: 10px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(16, 24, 32, .96), rgba(31, 45, 56, .94)),
    radial-gradient(circle at 12% 0, rgba(227, 30, 37, .22), transparent 34%);
  box-shadow: 0 22px 46px rgba(1, 18, 24, .18);
}
.federal-meta div {
  position: relative;
  min-width: 0;
  min-height: 178px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.035)),
    rgba(255, 255, 255, .04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.federal-meta div::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -26px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(227, 30, 37, .22);
  border-radius: 50%;
  background: rgba(227, 30, 37, .06);
}
.federal-meta div:hover {
  transform: translateY(-3px);
  border-color: rgba(227, 30, 37, .32);
  background:
    linear-gradient(160deg, rgba(255,255,255,.15), rgba(255,255,255,.05)),
    rgba(227, 30, 37, .08);
}
.federal-meta-icon {
  position: relative;
  z-index: 1;
  grid-row: auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 14px 24px rgba(227, 30, 37, .26);
}
.federal-meta-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.federal-meta strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.05;
}
.federal-meta span {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}
.trust-actions {
  display: grid;
  grid-template-columns: max-content max-content minmax(216px, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.button.dark {
  color: #fff;
  background: #101820;
}
.button.dark:hover { background: var(--red-dark); }
.trust-contact-icons {
  margin-top: 0 !important;
  margin-left: auto;
  justify-self: end;
}
.trust-contact-icons .contact-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: #101820;
}

@media (max-width: 1390px) {
  .trust {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .trust-photo {
    min-height: clamp(360px, 34vw, 460px);
    padding: clamp(28px, 4vw, 44px);
    background-position: center 46%;
  }
  .trust-photo p {
    max-width: 640px;
    font-size: clamp(28px, 4vw, 46px);
  }
  .trust-mini {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
    width: min(420px, 100%);
  }
  .trust-mini strong {
    font-size: clamp(42px, 5vw, 62px);
    line-height: .9;
  }
  .trust-content {
    padding: clamp(34px, 5vw, 58px);
    background:
      linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,248,250,.98)),
      radial-gradient(circle at 10% 0, rgba(227, 30, 37, .1), transparent 30%);
    box-shadow: 0 24px 60px rgba(1, 18, 24, .12);
  }
  .trust-content h2 {
    max-width: 920px;
  }
  .request-route {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
  .request-route span {
    min-height: 62px;
    font-size: 14px;
  }
  .federal-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .federal-meta div {
    min-height: 178px;
    grid-template-columns: 1fr;
    align-items: stretch;
    align-content: space-between;
    gap: 12px;
  }
  .federal-meta-icon {
    grid-row: auto;
  }
}

.request-section {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 24px;
  align-items: stretch;
}
.request-form {
  min-width: 0;
  padding: 32px;
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 12% 8%, rgba(227, 30, 37, .22), transparent 34%),
    linear-gradient(145deg, #101820, #17232d 58%, #0b1218);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 24px 60px rgba(1, 18, 24, .22);
}
.request-form h2, .why h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.request-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 800;
  color: rgba(255, 255, 255, .82);
}
.request-form input, .request-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.request-form input::placeholder { color: rgba(255, 255, 255, .46); }
.request-form select option { color: #111; }
.request-form input:focus, .request-form select:focus {
  outline: 2px solid rgba(227, 30, 37, .54);
  border-color: rgba(227, 30, 37, .7);
  background: rgba(255, 255, 255, .12);
}
.request-form .check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255, 255, 255, .72);
}
.check input { width: 18px; min-height: 18px; margin-top: 2px; }
.consent-check {
  margin: 2px 0 18px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
}
.consent-check label {
  display: inline;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}
.consent-link {
  display: inline;
  padding: 0;
  border: 0;
  color: #fff;
  background: none;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .42);
  text-underline-offset: 3px;
  cursor: pointer;
}
.consent-link:hover {
  color: #fff;
  text-decoration-color: #fff;
}
.request-form .button { width: 100%; }
.form-note { margin: 14px 0 0; color: rgba(255, 255, 255, .58); font-size: 13px; }
.why {
  position: relative;
  min-width: 0;
  padding: clamp(34px, 6vw, 64px);
  border-radius: var(--radius);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,0) 36%),
    linear-gradient(145deg, #111820 0%, #17222b 56%, #f4f6f8 56.2%, #fff 100%);
  border: 1px solid rgba(17, 17, 17, .08);
  box-shadow: 0 24px 60px rgba(1, 18, 24, .18);
}
.why::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(135deg, #000 0%, transparent 62%);
  pointer-events: none;
}
.why::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 28px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(227, 30, 37, .18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 28px rgba(227, 30, 37, .045), inset 0 0 0 74px rgba(16, 24, 32, .04);
  pointer-events: none;
}
.why > * { position: relative; z-index: 1; }
.why-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.why .mini-heading {
  margin: 0;
  color: #fff;
}
.why-topline > span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(227, 30, 37, .92);
  box-shadow: 0 12px 24px rgba(227, 30, 37, .22);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.why h2 {
  max-width: 720px;
  margin-bottom: 28px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 0;
}
.why-grid div {
  display: grid;
  min-height: 196px;
  align-content: space-between;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 36px rgba(1, 18, 24, .10);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.why-grid div:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 30, 37, .22);
  box-shadow: 0 24px 48px rgba(1, 18, 24, .16);
}
.why-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 14px 26px rgba(227, 30, 37, .24);
}
.why-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why-grid strong {
  display: block;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1;
  color: var(--red);
}
.why-grid span:not(.why-icon) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}
.why-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(17, 17, 17, .07);
}
.why-flow span {
  position: relative;
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.why-flow span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(227, 30, 37, .72);
  border-right: 2px solid rgba(227, 30, 37, .72);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.final-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.about-slider {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #101820;
}
.about-slide {
  display: none;
  width: 100%;
}
.about-slide.is-active { display: block; }
.about-slide img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}
.about-controls {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: flex;
  gap: 10px;
}
.about-controls button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: #fff;
  background: rgba(1, 18, 24, .58);
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.about-controls button:hover {
  border-color: transparent;
  background: var(--red);
}
.about-controls svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.final-about h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.footer {
  margin-top: 60px;
  padding: 64px 0;
  color: rgba(255, 255, 255, .7);
  background: var(--footer);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
}
.footer img {
  width: 230px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
.footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 20px;
}
.footer a, .footer button {
  display: block;
  width: fit-content;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .78);
  text-align: left;
}
.footer a:hover, .footer button:hover { color: #fff; }
.footer-contact-icons, .contact-icons-row {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.footer-contact-icons { flex-wrap: wrap; }
.contact-icons-row {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer .contact-icon, .smart-actions .contact-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 15px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.footer .contact-icon:hover, .smart-actions .contact-icon:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .18);
}
.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.contact-icon.whatsapp:hover { background: #25d366; }
.contact-icon.telegram:hover { background: #229ed9; }
.contact-icon.viber:hover { background: #7360f2; }
.contact-icon.max:hover { background: #1463ff; }
.contact-icon.phone:hover { background: linear-gradient(135deg, var(--red), var(--red-dark)); }
.contact-icon.mail:hover { background: linear-gradient(135deg, var(--red), var(--red-dark)); }

.modal {
  width: min(560px, calc(100% - 32px));
  max-height: min(86vh, 820px);
  overflow: auto;
  border: 0;
  border-radius: 24px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.modal::backdrop { background: rgba(0, 0, 0, .58); backdrop-filter: blur(8px); }
.modal h2 { margin: 0 0 14px; font-size: 30px; }
.modal p, .modal li { font-size: 18px; line-height: 1.45; }
.privacy-modal { width: min(860px, calc(100% - 32px)); }
.privacy-content {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.privacy-content h3 {
  margin: 10px 0 0;
  color: var(--red);
  font-size: 18px;
}
.privacy-content p {
  margin: 0;
  color: rgba(17, 17, 17, .78);
  font-size: 16px;
}
.privacy-content a {
  color: var(--red);
  font-weight: 900;
}
.sitemap-modal { width: min(860px, calc(100% - 32px)); }
.sitemap-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.sitemap-groups section {
  min-width: 0;
  padding: 18px;
  border-radius: 18px;
  background: #f5f7f9;
}
.sitemap-groups h3 {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 15px;
  text-transform: uppercase;
}
.sitemap-groups a {
  display: block;
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}
.sitemap-groups a:hover { color: var(--red); }
.city-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}
.city-grid button {
  min-height: 44px;
  border: 1px solid rgba(17, 17, 17, .1);
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-weight: 850;
}
.city-grid button:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}
.modal-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px !important;
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .06);
  cursor: pointer;
  font-size: 24px;
}
.smart-assistant {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
}
.floating-call {
  position: relative;
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 10px;
  border: 0;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark) 62%, var(--red-deep));
  box-shadow: 0 18px 42px rgba(227, 30, 37, .34);
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
}
.floating-call svg { width: 26px; height: 26px; fill: #fff; }
.smart-call::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -2;
  background: conic-gradient(from 180deg, rgba(255,255,255,.08), rgba(255,255,255,.34), rgba(255,255,255,.08), rgba(255,255,255,.22), rgba(255,255,255,.08));
  animation: smart-spin 5s linear infinite;
}
.smart-call::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 21px;
  background: linear-gradient(135deg, var(--red), var(--red-dark) 62%, var(--red-deep));
}
.smart-call-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, .16);
}
.smart-call-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}
.smart-call-text strong { font-size: 15px; }
.smart-call-text small { color: rgba(255, 255, 255, .78); font-size: 12px; font-weight: 800; }
.thinking-dots {
  display: inline-flex;
  gap: 4px;
  align-self: flex-end;
  padding-bottom: 9px;
}
.thinking-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  opacity: .45;
  animation: smart-dot 1.2s ease-in-out infinite;
}
.thinking-dots i:nth-child(2) { animation-delay: .16s; }
.thinking-dots i:nth-child(3) { animation-delay: .32s; }
.smart-call-orbit {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .42);
  animation: smart-pulse 2.4s ease-out infinite;
}
.smart-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  width: min(360px, calc(100vw - 28px));
  max-height: min(760px, calc(100vh - 112px));
  max-height: min(760px, calc(100dvh - 112px));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 22px;
  border-radius: 24px;
  color: var(--ink);
  background:
    linear-gradient(160deg, rgba(255,255,255,.98), rgba(246,248,250,.96)),
    radial-gradient(circle at 16% 0, rgba(227, 30, 37, .12), transparent 34%);
  border: 1px solid rgba(17, 17, 17, .08);
  box-shadow: 0 24px 70px rgba(1, 18, 24, .26);
  opacity: 0;
  transform: translateY(10px) scale(.98);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.smart-assistant.is-open .smart-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.smart-panel-close {
  position: sticky;
  float: right;
  right: 14px;
  top: 0;
  z-index: 3;
  width: 34px;
  height: 34px;
  margin: -8px -8px 4px 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, .08);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 22px;
}
.smart-panel .mini-heading {
  margin: 0 0 8px;
  color: var(--red);
}
.smart-panel h2 {
  max-width: 280px;
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.05;
}
.smart-thinking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: #f1f4f7;
  color: #52606a;
  font-size: 13px;
  font-weight: 850;
}
.thinking-dots.dark i { background: var(--red); }
.smart-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #101820, #1f2d38);
}
.smart-location div {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.smart-location span {
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.smart-location strong {
  font-size: 21px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.smart-location small {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 800;
}
.smart-location button {
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}
.smart-location button:hover { background: var(--red); }
.smart-recommendation {
  margin-top: 12px;
  padding: 14px;
  border-left: 3px solid var(--red);
  border-radius: 14px;
  background: #fff;
  font-size: 15px;
  line-height: 1.35;
  box-shadow: 0 12px 28px rgba(17, 17, 17, .06);
}
.smart-quick {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.smart-quick button {
  min-height: 38px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 13px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}
.smart-quick button:hover, .smart-quick button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}
.smart-actions { margin-top: 14px; }
.smart-actions .contact-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  color: #fff;
  background: #101820;
}
.smart-request-link {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  font-size: 14px;
  font-weight: 950;
  text-align: center;
}
.smart-request-link:hover { background: var(--red-deep); }
@keyframes smart-spin { to { transform: rotate(360deg); } }
@keyframes smart-dot {
  0%, 80%, 100% { transform: translateY(0); opacity: .38; }
  40% { transform: translateY(-4px); opacity: 1; }
}
@keyframes smart-pulse {
  0% { transform: scale(.6); opacity: .75; }
  100% { transform: scale(3.4); opacity: 0; }
}

@media (max-width: 960px) {
  .topbar { grid-template-columns: minmax(190px, 240px) 1fr auto auto; column-gap: 10px; }
  .brand img { width: clamp(190px, 28vw, 240px); }
  .slogan { display: none; }
  .city-button {
    grid-column: auto;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px 0 28px;
    border-radius: 14px;
    color: var(--ink);
    background: rgba(227, 30, 37, .09);
    font-size: 15px;
    font-weight: 900;
  }
  .city-button::before { left: 13px; }
  .header-phone { grid-column: auto; }
  .nav-toggle {
    grid-column: auto;
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 0;
    border-radius: 12px;
    background: rgba(0, 0, 0, .06);
  }
  .nav-toggle span {
    height: 2px;
    background: #111;
    border-radius: 999px;
    transition: transform .22s ease, opacity .18s ease, background .2s ease;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    z-index: 24;
    display: flex;
    width: auto;
    max-width: none;
    margin-top: 0;
    padding: 8px;
    border-radius: 22px;
    align-items: stretch;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
    transition: opacity .2s ease, transform .2s ease;
  }
  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .main-nav a { text-align: center; }
  .project-grid, .about-grid, .trust, .request-section, .final-about { grid-template-columns: 1fr; }
  .city-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sitemap-groups { grid-template-columns: 1fr; }
  .request-route { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .request-route span:not(:last-child)::after { display: none; }
  .federal-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .federal-meta div {
    min-height: 184px;
    padding: 16px;
  }
  .trust-actions {
    grid-template-columns: max-content max-content minmax(196px, 1fr);
    align-items: center;
  }
  .trust-contact-icons { margin-left: auto; }
  .mini-services { grid-template-columns: 1fr; }
  .image-card { min-height: 360px; }
  .trust-photo { min-height: 380px; }
  .why {
    background:
      linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,0) 36%),
      linear-gradient(155deg, #111820 0%, #17222b 48%, #f4f6f8 48.2%, #fff 100%);
  }
  .why-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .why-grid div {
    min-height: 178px;
    padding: 18px;
  }
  .why-flow { max-width: 620px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .objects-head {
    align-items: start;
    flex-direction: column;
  }
  .objects-controls { align-self: flex-end; }
  .objects-slider {
    grid-auto-columns: minmax(280px, 42vw);
  }
  .object-card {
    min-height: 410px;
  }
  .consultation-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .consultation-master {
    min-height: 390px;
  }
  .master-photo {
    inset: 0 0 42px;
  }
  .complex-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .standard-card {
    grid-template-columns: 1fr;
  }
  .standard-photo {
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .risk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .risk-card { min-height: 172px; }
  .objects-slider {
    grid-auto-columns: minmax(270px, 76vw);
  }
  .object-card { min-height: 390px; }
  .consultation-master {
    min-height: 340px;
  }
  .consultation-form {
    grid-template-columns: 1fr;
  }
  .complex-card-body {
    min-height: 220px;
  }
  .standard-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header { padding: 7px 0; }
  .topbar, .section, .footer-grid, .trust { width: calc(100% - 24px); }
  .topbar {
    display: flex;
    align-items: center;
    width: calc(100% - 16px);
    margin-left: 12px;
    margin-right: 4px;
    gap: 4px;
  }
  .brand {
    order: 1;
    justify-self: start;
    margin-left: -3px;
    transform: none;
  }
  .brand-full { display: none; }
  .brand .brand-short {
    display: none;
  }
  .brand .brand-mobile-service {
    display: block;
    width: clamp(132px, 43vw, 178px);
    height: auto;
    max-width: 100%;
  }
  .slogan {
    display: none;
  }
  .city-button {
    order: 4;
    flex: 0 1 auto;
    margin-left: auto;
    justify-self: auto;
    justify-content: center;
    width: auto;
    max-width: min(124px, 32vw);
    min-height: 38px;
    margin-top: 0;
    gap: 5px;
    padding: 0 8px;
    border: 1px solid rgba(227, 30, 37, .18);
    border-radius: 14px;
    background: rgba(227, 30, 37, .08);
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .city-button svg { width: 16px; height: 16px; }
  .header-phone {
    order: 5;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    box-shadow: 0 10px 22px rgba(227, 30, 37, .26);
  }
  .header-phone-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .header-phone-icon { display: block; width: 19px; height: 19px; fill: #fff; }
  .nav-toggle {
    order: 6;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-right: 0;
    padding: 9px;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    box-shadow: 0 10px 22px rgba(227, 30, 37, .26);
  }
  .nav-toggle span { background: #fff; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 620px; }
  .hero-slide { padding: 86px 12px 70px; align-items: end; }
  .hero-slide--bright {
    place-items: end center;
    background:
      linear-gradient(180deg, rgba(3, 8, 12, .08) 0%, rgba(3, 8, 12, .18) 42%, rgba(3, 8, 12, .82) 100%),
      var(--hero-image) center/cover no-repeat;
  }
  .hero-slide--bright .hero-card {
    width: calc(100vw - 24px);
  }
  .hero-card {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    min-width: 0;
    padding: 22px;
    overflow-wrap: anywhere;
  }
  .hero-card h1, .hero-card h2, .hero-card p { overflow-wrap: anywhere; }
  .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; width: 100%; min-width: 0; }
  .hero-actions .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 12px 14px;
    text-align: center;
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 15px;
  }
  .slider-controls { gap: 12px; bottom: 20px; }
  .slider-controls button { width: 18px; height: 5px; }
  .slider-controls .slider-arrow {
    width: 34px;
    height: 34px;
  }
  .slider-controls .slider-arrow svg {
    width: 20px;
    height: 20px;
  }
  .risk-free {
    padding-top: 42px;
    padding-bottom: 34px;
  }
  .risk-free-head {
    margin-bottom: 22px;
    text-align: left;
  }
  .risk-free-head h2 { font-size: 28px; }
  .risk-free-head p {
    margin-inline: 0;
    font-size: 17px;
    line-height: 1.38;
  }
  .risk-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .risk-card {
    min-height: 0;
    padding: 22px;
  }
  .risk-icon,
  .risk-icon svg {
    width: 36px;
    height: 36px;
  }
  .risk-card h3 {
    max-width: none;
    font-size: 21px;
  }
  .risk-card p { font-size: 14px; }
  .objects-served {
    padding-top: 32px;
    padding-bottom: 42px;
  }
  .objects-head {
    gap: 14px;
    margin-bottom: 18px;
  }
  .objects-head h2 {
    font-size: 28px;
  }
  .objects-controls {
    width: 100%;
    justify-content: space-between;
  }
  .objects-controls button {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .objects-slider {
    grid-auto-columns: minmax(260px, 86vw);
    gap: 12px;
    margin-inline: -12px;
    padding-inline: 12px;
    scroll-padding-inline: 12px;
  }
  .object-card {
    min-height: 360px;
    padding: 20px;
    border-radius: 22px;
  }
  .object-card h3 {
    font-size: 25px;
  }
  .object-card p {
    font-size: 14px;
  }
  .objects-foot {
    display: grid;
  }
  .objects-foot .button {
    width: 100%;
  }
  .consultation-band {
    margin: 24px 0;
    padding: 36px 0;
  }
  .consultation-inner {
    width: calc(100% - 24px);
    gap: 22px;
  }
  .consultation-master {
    min-height: 300px;
  }
  .master-photo {
    inset: 0 0 56px;
    border-radius: 24px;
  }
  .master-card {
    width: calc(100% - 20px);
    padding: 18px;
    border-radius: 20px;
  }
  .master-card strong {
    font-size: 21px;
  }
  .consultation-content h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .consultation-form {
    padding: 14px;
    border-radius: 20px;
    gap: 10px;
  }
  .consultation-form input,
  .consultation-form select,
  .consultation-form .button {
    min-height: 54px;
  }
  .consultation-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .consultation-links .contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
  .complex-services {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .complex-head {
    margin-bottom: 18px;
  }
  .complex-head h2 {
    font-size: 28px;
  }
  .complex-head p {
    font-size: 17px;
  }
  .complex-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .complex-card {
    border-radius: 22px;
  }
  .complex-card-body {
    min-height: 0;
    padding: 22px;
  }
  .complex-card h3 {
    font-size: 24px;
  }
  .complex-card p {
    font-size: 14px;
  }
  .complex-card-bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .complex-card-bottom a {
    width: 100%;
  }
  .service-standard {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .standard-head {
    margin-bottom: 18px;
  }
  .standard-head h2 {
    font-size: 28px;
  }
  .standard-head p {
    font-size: 17px;
  }
  .standard-grid {
    gap: 12px;
  }
  .standard-card {
    border-radius: 22px;
  }
  .standard-photo {
    min-height: 220px;
  }
  .standard-content {
    padding: 22px;
  }
  .standard-content h3 {
    font-size: 24px;
  }
  .standard-content p {
    font-size: 14px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .faq-aside {
    gap: 18px;
    padding: 24px;
    border-radius: 22px;
  }
  .faq-head h2 {
    font-size: 28px;
  }
  .faq-head p {
    font-size: 17px;
  }
  .faq-cta {
    padding-top: 18px;
  }
  .faq-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .faq-question {
    min-height: 76px;
    padding: 20px;
  }
  .faq-question span {
    font-size: 21px;
  }
  .faq-question svg {
    width: 38px;
    height: 38px;
    padding: 10px;
  }
  .faq-answer > p {
    padding: 0 20px;
    font-size: 15px;
  }
  .faq-item.is-open .faq-answer > p {
    padding-bottom: 22px;
  }
  .seo-article {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .seo-article-shell {
    padding: 24px;
    border-radius: 22px;
  }
  .seo-article-shell::before {
    width: 58px;
    height: 58px;
    opacity: .5;
  }
  .seo-article-head {
    margin-bottom: 16px;
  }
  .seo-article-head h2 {
    font-size: 28px;
  }
  .seo-article-content {
    max-height: 176px;
    font-size: 15px;
    line-height: 1.55;
  }
  .seo-article-content h3 {
    margin-top: 22px;
    font-size: 22px;
  }
  .seo-article-toggle {
    width: 100%;
  }
  .section { padding: 18px 0; }
  .section-head { display: grid; padding: 24px; }
  .chips a { font-size: 14px; padding: 8px 14px; }
  .city-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .city-links a { min-height: 52px; border-radius: 15px; font-size: 14px; }
  .project-grid { gap: 14px; }
  .image-card { min-height: 300px; padding: 24px; border-radius: 22px; }
  .image-card p { margin-right: 54px; font-size: 16px; }
  .card-meta { font-size: 10px; }
  .service-tile, .company-card, .contact-card, .stack .bento, .trust-content, .request-form, .why { padding: 24px; border-radius: 22px; }
  .trust-content { padding: 22px 18px; }
  .service-tile {
    min-height: 218px;
    justify-content: flex-start;
    padding-top: 96px;
  }
  .service-tile::before { right: 18px; top: 18px; font-size: 46px; }
  .tile-icon { top: 22px; left: 24px; width: 52px; height: 52px; border-radius: 16px; }
  .service-tile strong { font-size: 26px; }
  .company-card p, .contact-card p, .why p, .final-about p, .trust-content p { font-size: 17px; }
  .why {
    background:
      linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,0) 34%),
      linear-gradient(160deg, #111820 0%, #17222b 42%, #f4f6f8 42.2%, #fff 100%);
  }
  .why::after {
    right: -118px;
    top: 78px;
  }
  .why-topline {
    display: grid;
    justify-content: start;
  }
  .why-topline > span {
    justify-self: start;
  }
  .why h2 {
    font-size: 30px;
    color: #fff;
  }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .why-grid div {
    min-height: 0;
    grid-template-columns: 50px 1fr;
    align-items: center;
    align-content: center;
    gap: 8px 14px;
    padding: 16px;
    border-radius: 18px;
  }
  .why-icon {
    grid-row: span 2;
    width: 50px;
    height: 50px;
  }
  .why-grid strong {
    font-size: 25px;
  }
  .why-grid span:not(.why-icon) {
    font-size: 14px;
  }
  .why-flow {
    grid-template-columns: 1fr;
    gap: 8px;
    background: rgba(255,255,255,.82);
  }
  .why-flow span:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: -8px;
    transform: translateX(50%) rotate(135deg);
  }
  .request-route { grid-template-columns: 1fr; }
  .request-route span { min-height: 46px; }
  .federal-tags span { font-size: 12px; }
  .federal-meta {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 20px;
  }
  .federal-meta div {
    min-height: 0;
    grid-template-columns: 46px 1fr;
    align-items: center;
    align-content: center;
    gap: 4px 12px;
    padding: 14px;
    border-radius: 16px;
  }
  .federal-meta-icon {
    grid-row: span 2;
    width: 46px;
    height: 46px;
  }
  .federal-meta strong {
    font-size: 20px;
  }
  .federal-meta span {
    font-size: 12px;
  }
  .trust-actions {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .trust-contact-icons {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 0;
  }
  .trust-contact-icons {
    width: 100%;
    justify-content: flex-start;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .footer { padding: 44px 0 88px; }
  .city-grid { grid-template-columns: 1fr; }
  .smart-assistant {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }
  .smart-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: auto;
    max-height: calc(100vh - 108px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    max-height: calc(100dvh - 108px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 18px 18px 20px;
    border-radius: 22px;
  }
  .smart-panel-close {
    top: 0;
    width: 38px;
    height: 38px;
    margin: -6px -6px 2px 8px;
  }
  .smart-panel h2 { font-size: 23px; }
  .smart-location {
    align-items: stretch;
    flex-direction: column;
  }
  .smart-location button { width: 100%; }
  .smart-actions .contact-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 14px;
  }
  .floating-call {
    min-height: 58px;
    padding: 8px 12px 8px 8px;
    border-radius: 20px;
  }
  .smart-call::after { border-radius: 19px; }
  .smart-call-icon { width: 42px; height: 42px; border-radius: 14px; }
  .smart-call-text strong { font-size: 14px; }
  .smart-call-text small { font-size: 11px; }
}

@media (max-width: 350px) {
  .topbar {
    width: calc(100% - 15px);
    margin-right: 3px;
    gap: 3px;
  }
  .brand { margin-left: -4px; }
  .brand .brand-mobile-service { width: 124px; }
  .city-button {
    max-width: 68px;
    font-size: 11px;
  }
}

/* Unified section heading system. Reference: "география сервиса" block. */
.section-head .mini-heading,
.objects-head .mini-heading,
.complex-head .mini-heading,
.faq-head .mini-heading,
.seo-article-head .mini-heading,
.consultation-content .mini-heading,
.trust-content .mini-heading,
.final-about .mini-heading,
.why .mini-heading {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .38em;
  text-transform: uppercase;
}
.section-head .mini-heading,
.objects-head .mini-heading,
.complex-head .mini-heading,
.faq-head .mini-heading,
.seo-article-head .mini-heading,
.trust-content .mini-heading,
.final-about .mini-heading {
  color: rgba(0, 0, 0, .46);
}
.risk-free-head h2,
.objects-head h2,
.consultation-content h2,
.complex-head h2,
.faq-head h2,
.seo-article-head h2,
.company-card h2,
.contact-card h2,
.stack .bento h2,
.trust-content h2,
.request-form h2,
.why h2,
.final-about h2,
.section-head h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  letter-spacing: 0;
}
.risk-free-head p,
.complex-head p,
.faq-head p,
.company-card p,
.contact-card p,
.trust-content p,
.final-about p,
.why p {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.45;
}
.risk-free-head p,
.complex-head h2 + p {
  margin-top: 0;
  color: var(--muted);
}
@media (max-width: 560px) {
  .risk-free-head h2,
  .objects-head h2,
  .consultation-content h2,
  .complex-head h2,
  .standard-head h2,
  .faq-head h2,
  .seo-article-head h2,
  .company-card h2,
  .contact-card h2,
  .stack .bento h2,
  .trust-content h2,
  .request-form h2,
  .why h2,
  .final-about h2,
  .section-head h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .risk-free-head p,
  .complex-head p,
  .standard-head p,
  .faq-head p,
  .company-card p,
  .contact-card p,
  .trust-content p,
  .final-about p,
  .why p {
    font-size: 17px;
  }
}
