:root {
  --white: #ffffff;
  --ink: #050505;
  --text: #121212;
  --muted: #5c6068;
  --line: #e3e3e3;
  --soft: #f6f7f9;
  --red: #e30613;
  --red-dark: #b9000a;
  --yellow: #ffd400;
  --yellow-dark: #efbd00;
  --green: #14934a;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.14);
  --radius: 8px;
  --content: 1480px;
}

.honeypot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.hero-media .hero-form {
  right: 28px;
  bottom: 18px;
  width: min(330px, calc(100% - 36px));
  padding: 10px;
}

.hero-media .hero-form h2 {
  font-size: 18px;
  line-height: 1;
}

.hero-media .hero-form p {
  margin-block: 4px 8px;
  font-size: 13px;
}

.hero-media .hero-form input,
.hero-media .hero-form select {
  min-height: 34px;
  margin-bottom: 6px;
  padding-inline: 12px;
}

.hero-media .hero-form button {
  min-height: 38px;
  font-size: 17px;
}

.hero-media .telegram-form-link {
  margin-top: 6px;
  font-size: 12px;
}

.hero-media .form-status {
  min-height: 16px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.25;
}

.hero-media .hero-form small {
  margin-top: 7px;
  font-size: 10px;
}

@media (max-width: 980px) {
  .hero-media .hero-form {
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 16px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 122px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  min-height: 104px;
  padding: 18px max(34px, calc((100vw - var(--content)) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(227, 227, 227, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  min-width: max-content;
}

.brand-bolt {
  display: grid;
  width: 42px;
  height: 56px;
  place-items: center;
  color: var(--yellow);
  font-size: 48px;
  line-height: 1;
}

.brand-text {
  display: grid;
  gap: 3px;
  text-transform: uppercase;
}

.brand-text strong {
  color: var(--ink);
  font-size: 27px;
  font-weight: 900;
  line-height: 0.95;
}

.brand-text small {
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-nav {
  display: flex;
  gap: clamp(14px, 1.7vw, 34px);
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--red);
}

.site-nav a:focus-visible {
  color: var(--red);
  outline: 0;
  box-shadow: inset 0 -3px 0 var(--red);
}

.header-phone {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  min-width: max-content;
  min-height: 68px;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
}

.header-phone i {
  color: var(--red);
  font-size: 32px;
}

.header-phone span {
  display: grid;
  gap: 2px;
}

.header-phone strong {
  color: var(--ink);
  font-size: clamp(19px, 1.8vw, 29px);
  font-weight: 900;
  line-height: 1;
}

.header-phone small {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-phone b {
  color: var(--red);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 850;
  cursor: pointer;
}

.hero,
.quick-section,
.advantages-section,
.calc-section,
.prices-section,
.works-section,
.process-section,
.districts-section,
.reviews-section,
.safety-section,
.faq-section,
.final-cta,
.selling-strip,
.site-footer {
  width: min(var(--content), calc(100% - 72px));
  margin-inline: auto;
}

#services,
#prices,
#works,
#reviews,
#districts,
#contacts,
#request {
  scroll-margin-top: 122px;
}

main > section[id] {
  scroll-margin-top: 122px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 0.86fr) minmax(520px, 1fr);
  gap: 30px;
  align-items: start;
  padding: 36px 0 34px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 0 0;
}

.emergency-label {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 20px;
  padding: 0 14px;
  color: var(--red);
  border: 3px solid var(--red);
  font-family: Oswald, Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.emergency-label i {
  font-size: 25px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 780px;
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(62px, 5.35vw, 92px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

h1 span {
  color: var(--red);
  white-space: nowrap;
}

.hero-lead {
  max-width: 700px;
  margin-top: 20px;
  color: #1f1f1f;
  font-size: clamp(19px, 1.45vw, 25px);
  line-height: 1.42;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.problem-card {
  display: grid;
  align-content: start;
  gap: 11px;
  min-height: 158px;
  padding: 18px 15px;
  color: var(--ink);
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.problem-card i {
  color: var(--red);
  font-size: 34px;
}

.problem-card strong {
  font-family: Oswald, Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.16;
  text-transform: uppercase;
}

.problem-card span {
  color: #303030;
  font-size: 14px;
  line-height: 1.42;
}

.problem-card:hover,
.problem-card.is-active {
  background: #fffafa;
  border-color: var(--red);
  box-shadow: 0 12px 30px rgba(227, 6, 19, 0.12);
  transform: translateY(-2px);
}

.hero-action-row {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(260px, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 20px;
}

.call-card {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  min-height: 116px;
  padding: 20px 24px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--yellow), #ffe45c);
  border: 1px solid var(--yellow-dark);
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(255, 212, 0, 0.24);
}

.call-card.compact {
  min-height: 94px;
  width: 100%;
}

.call-icon {
  display: grid;
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  place-items: center;
  color: var(--yellow);
  background: var(--ink);
  border-radius: 7px;
  font-size: 34px;
}

.call-card span:last-child {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.call-card small,
.call-card em {
  color: var(--ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.call-card strong {
  display: block;
  max-width: 100%;
  color: var(--ink);
  font-size: clamp(23px, 1.7vw, 30px);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.call-card b {
  color: var(--red);
}

.micro-benefits {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.micro-benefits li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: center;
  color: #222;
}

.micro-benefits i {
  color: #111;
  font-size: 30px;
  text-align: center;
}

.micro-benefits span {
  display: grid;
  gap: 2px;
  color: #343434;
  font-size: 14px;
  line-height: 1.25;
}

.micro-benefits b {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.hero-media {
  position: relative;
  align-self: start;
  height: 724px;
  min-height: 724px;
  overflow: visible;
}

.hero-media > img {
  width: 100%;
  height: 100%;
  min-height: 724px;
  object-fit: cover;
  object-position: 42% 50%;
  border-radius: 0;
}

.hero-form {
  position: absolute;
  right: 84px;
  bottom: 28px;
  z-index: 3;
  width: min(560px, calc(100% - 48px));
  padding: 24px 22px 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-form h2 {
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.hero-form p {
  margin: 8px 0 18px;
  color: #6b6b6b;
  font-size: 16px;
}

.hero-form input,
.hero-form select {
  width: 100%;
  min-height: 49px;
  margin-bottom: 12px;
  padding: 0 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  outline: none;
}

.hero-form input:focus,
.hero-form select:focus,
.calc-card select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.1);
}

.hero-form button,
.red-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  color: #fff;
  background: var(--red);
  border-radius: 4px;
  font-family: Oswald, Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.hero-form button {
  width: 100%;
}

.telegram-form-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin: 7px auto 0;
  color: #1688bf;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.telegram-form-link:hover {
  color: #0d6f9f;
}

.telegram-form-link[hidden] {
  display: none;
}

.telegram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  color: #fff;
  background: #229ed9;
  border-radius: 4px;
  font-family: Oswald, Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.telegram-button:hover {
  background: #1688bf;
  box-shadow: 0 12px 28px rgba(34, 158, 217, 0.22);
  transform: translateY(-1px);
}

.hero-form button:hover,
.red-button:hover {
  background: var(--red-dark);
  box-shadow: 0 12px 28px rgba(227, 6, 19, 0.2);
  transform: translateY(-1px);
}

.hero-form small {
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  width: 100%;
  margin-top: 11px;
  color: #6d6d6d;
  font-size: 12px;
  line-height: 1.35;
}

.form-status {
  display: block;
  min-height: 20px;
  margin-top: 9px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.hero-proof-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.3fr 1.08fr 1.12fr 1.08fr;
  gap: 0;
  margin-top: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.hero-proof-strip article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 91px;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.hero-proof-strip article:last-child {
  border-right: 0;
}

.hero-proof-strip i {
  color: var(--ink);
  font-size: 35px;
  text-align: center;
}

.hero-proof-strip strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-proof-strip span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.quick-section,
.advantages-section,
.selling-strip,
.calc-section,
.prices-section,
.works-section,
.conversion-section,
.process-section,
.districts-section,
.reviews-section,
.safety-section,
.faq-section,
.final-cta {
  padding-block: 86px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(280px, 0.58fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head.compact {
  display: block;
  max-width: 820px;
}

.section-head span,
.calc-copy span,
.district-copy span,
.safety-section span,
.final-cta span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-family: Oswald, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-head h2,
.calc-copy h2,
.district-copy h2,
.safety-section h2,
.final-cta h2 {
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(44px, 4.1vw, 68px);
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
}

.section-head p,
.calc-copy p,
.district-copy p,
.safety-section p,
.final-cta p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.service-gallery {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-auto-rows: 290px;
  gap: 14px;
}

.service-tile {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #eee;
  border-radius: 7px;
}

.service-tile.large {
  grid-row: span 2;
}

.service-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.service-tile:hover img {
  transform: scale(1.035);
}

.service-tile::after {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82));
}

.service-tile div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  color: #fff;
}

.service-tile strong {
  display: block;
  margin-bottom: 7px;
  font-family: Oswald, Inter, sans-serif;
  font-size: 26px;
  line-height: 1.05;
  text-transform: uppercase;
}

.service-tile span {
  display: block;
  max-width: 440px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.38;
}

.category-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.category-service-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 160px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 7px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-service-card:hover,
.category-service-card.is-active {
  border-color: rgba(227, 6, 19, 0.42);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.category-service-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 8px;
  font-size: 24px;
}

.category-service-card span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 9px;
  margin-bottom: 10px;
  color: var(--red);
  background: #fff2f3;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 950;
}

.category-service-card h3 {
  margin-bottom: 7px;
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: 27px;
  line-height: 1.06;
  text-transform: uppercase;
}

.category-service-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.category-service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.category-service-card a:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.category-price-table span small {
  display: block;
  max-width: 760px;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.advantages-section,
.process-section,
.reviews-section {
  background: var(--soft);
  border-block: 1px solid var(--line);
  box-shadow: 0 0 0 100vmax var(--soft);
  clip-path: inset(0 -100vmax);
}

.process-section {
  scroll-margin-top: 116px;
}

#services,
#prices,
#works,
#reviews,
#districts,
#contacts,
#process {
  scroll-margin-top: 116px;
}

.advantages-grid,
.process-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.selling-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-block: 34px;
}

.selling-strip article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 126px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 7px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}

.selling-strip i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 6px;
  font-size: 24px;
}

.selling-strip strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

.selling-strip span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.advantages-grid article,
.process-grid article,
.reviews-grid article {
  min-height: 260px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.advantages-grid b,
.process-grid b {
  display: inline-grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 42px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 5px;
  font-weight: 950;
}

.advantages-grid h3,
.process-grid h3,
.reviews-grid h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: 26px;
  line-height: 1.08;
  text-transform: uppercase;
}

.advantages-grid p,
.process-grid p,
.reviews-grid p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.54;
}

.process-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 28px;
  align-items: end;
  margin-bottom: 32px;
}

.process-head .section-head {
  margin-bottom: 0;
}

.process-head .section-head.compact {
  max-width: 960px;
}

.process-head .section-head p {
  max-width: 720px;
  margin-top: 18px;
}

.process-speed {
  display: grid;
  gap: 6px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.process-speed strong {
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.process-speed span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

.process-grid {
  position: relative;
  gap: 18px;
  margin-top: 0;
}

.process-grid::before {
  position: absolute;
  top: 47px;
  right: 11%;
  left: 11%;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--yellow));
  content: "";
}

.process-grid article {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 222px;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.process-grid article::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 5px;
  background: var(--red);
  content: "";
}

.process-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.process-grid b {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 0;
  border: 5px solid var(--soft);
  border-radius: 50%;
  font-family: Oswald, Inter, sans-serif;
  font-size: 20px;
}

.process-step-top i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--red);
  background: #fff2f3;
  border-radius: 7px;
  font-size: 21px;
}

.process-grid h3 {
  margin-bottom: 10px;
}

.process-grid small {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.35;
}

.process-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.process-cta strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 950;
}

.process-cta span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.calc-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.65fr) minmax(520px, 1fr);
  gap: 46px;
  align-items: center;
}

.calc-points {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.calc-points li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: start;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.42;
}

.calc-points i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 5px;
  font-size: 12px;
}

.calc-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
}

.calc-card label {
  display: grid;
  gap: 8px;
}

.calc-card label span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 850;
}

.calc-card select {
  width: 100%;
  min-height: 52px;
  padding: 0 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  outline: none;
}

.estimate-box {
  grid-column: span 2;
  display: grid;
  min-height: 116px;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  border-radius: 6px;
}

.estimate-box span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.estimate-box strong {
  align-self: center;
  color: var(--red);
  font-family: Oswald, Inter, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.estimate-box small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.34;
}

.calc-card .red-button {
  min-height: 116px;
}

.conversion-section {
  padding-block: 28px 68px;
}

.conversion-card {
  display: grid;
  grid-template-columns: minmax(440px, 1fr) minmax(420px, 0.9fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
}

.conversion-card > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--yellow);
  font-family: Oswald, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.conversion-card h2 {
  color: #fff;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
}

.conversion-card p {
  max-width: 720px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.52;
}

.call-steps {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.call-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.call-steps b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 5px;
  font-weight: 950;
}

.call-steps span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.34;
}

.conversion-card .red-button {
  min-width: 248px;
  min-height: 62px;
  text-align: center;
}

.prices-section {
  padding-top: 20px;
}

.price-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.price-table div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 70px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
}

.price-table div:last-child {
  border-bottom: 0;
}

.price-table span {
  color: #222;
  font-size: 17px;
  font-weight: 750;
}

.price-table strong {
  color: var(--red);
  font-family: Oswald, Inter, sans-serif;
  font-size: 27px;
  font-weight: 700;
  white-space: nowrap;
}

.price-warning {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 20px;
  background: #fff7c7;
  border: 1px solid #ffe271;
  border-radius: 7px;
}

.price-warning i {
  color: var(--ink);
  font-size: 31px;
}

.price-warning p {
  color: #202020;
  font-size: 16px;
  line-height: 1.48;
}

.price-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.price-focus-card {
  display: grid;
  align-content: start;
  min-height: 220px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--yellow);
  border-radius: 7px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.04);
}

.price-focus-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.price-focus-card h3 {
  margin-top: 10px;
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: 24px;
  line-height: 1.06;
  text-transform: uppercase;
}

.price-focus-card strong {
  margin-top: 12px;
  color: var(--red);
  font-family: Oswald, Inter, sans-serif;
  font-size: 31px;
  line-height: 1;
}

.price-focus-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.price-focus-card a {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 950;
}

.works-section {
  padding-top: 58px;
}

.works-head {
  display: grid;
  grid-template-columns: minmax(520px, 0.9fr) minmax(360px, 0.52fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 26px;
}

.works-head span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-family: Oswald, Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.works-head h2 {
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(44px, 4.1vw, 68px);
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
}

.works-head p {
  max-width: 720px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.works-proof {
  padding: 24px;
  background: var(--ink);
  border-radius: 8px;
}

.works-proof strong {
  display: block;
  margin-bottom: 10px;
  color: var(--yellow);
  font-family: Oswald, Inter, sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.works-proof span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.48;
}

.work-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.work-filters button {
  min-height: 42px;
  padding: 0 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 850;
  cursor: pointer;
}

.work-filters button:hover,
.work-filters button.is-active {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.work-card {
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.work-card.featured {
  grid-column: span 2;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1fr);
}

.work-card.is-hidden {
  display: none;
}

.work-card:hover {
  border-color: var(--red);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}

.work-card figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 212, 0, 0.14), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, #f8f8f8, #eceef2);
}

.work-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.work-card figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 24px);
  min-height: 32px;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.78);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.work-card > div {
  display: grid;
  align-content: start;
  padding: 22px;
}

.work-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.work-card h3 {
  margin-bottom: 16px;
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: 27px;
  line-height: 1.06;
  text-transform: uppercase;
}

.work-steps {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.work-steps li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.work-steps b {
  display: inline-block;
  min-width: 68px;
  margin-right: 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.case-metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.case-metric-row small {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  color: #202020;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.case-metric-row i {
  color: var(--red);
}

.work-card-bottom {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.work-card-bottom strong {
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.work-card-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  color: var(--red);
  border: 1px solid rgba(227, 6, 19, 0.28);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.work-card-bottom a:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.works-cta {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
}

.works-cta strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.works-cta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.42;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  font-family: Oswald, Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.outline-button:hover {
  color: var(--ink);
  background: var(--yellow);
  border-color: var(--yellow);
}

.districts-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.66fr) minmax(500px, 1fr);
  gap: 44px;
  align-items: center;
}

.other-services-section {
  width: min(var(--content), calc(100% - 72px));
  margin-inline: auto;
  padding-block: 34px 78px;
}

.other-services-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) 1fr;
  gap: 26px;
  align-items: start;
  padding: 26px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.other-services-panel h2 {
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
}

.other-services-panel p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.other-services-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.other-services-list a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 900;
}

.other-services-list a:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.utility-hero,
.utility-section,
.utility-final {
  width: min(var(--content), calc(100% - 72px));
  margin-inline: auto;
}

.utility-hero {
  display: grid;
  grid-template-columns: minmax(520px, 0.9fr) minmax(460px, 0.72fr);
  gap: 34px;
  align-items: stretch;
  padding-block: 48px 42px;
}

.utility-hero-copy {
  display: grid;
  align-content: center;
  gap: 24px;
  min-width: 0;
}

.utility-hero-copy h1 {
  max-width: 860px;
}

.utility-hero-copy p {
  max-width: 740px;
  color: #242424;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.48;
}

.utility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.utility-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.utility-proof li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 84px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.utility-proof i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 6px;
  font-size: 19px;
}

.utility-proof b {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.utility-proof span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.utility-hero-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.utility-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.utility-hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px;
  color: #fff;
  background: rgba(5, 5, 5, 0.82);
  border-left: 5px solid var(--yellow);
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.35;
}

.utility-section {
  padding-block: 78px;
}

.utility-section.soft-band {
  background: var(--soft);
  box-shadow: 0 0 0 100vmax var(--soft);
  clip-path: inset(0 -100vmax);
}

.utility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.utility-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 300px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 7px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}

.utility-card-top {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.utility-card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 7px;
  font-size: 23px;
}

.utility-card-price {
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
}

.utility-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: 30px;
  line-height: 1.06;
  text-transform: uppercase;
}

.utility-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.48;
}

.utility-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.utility-tags li {
  padding: 7px 9px;
  color: #292929;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.utility-card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.utility-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 5px;
  font-weight: 950;
  text-transform: uppercase;
}

.utility-card-actions a:first-child {
  color: #fff;
  background: var(--red);
}

.utility-card-actions a:last-child {
  color: var(--ink);
  border: 1px solid var(--line);
}

.price-directory {
  display: grid;
  gap: 14px;
}

.price-group {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) 1fr;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.price-group-head {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
  color: #fff;
  background: var(--ink);
}

.price-group-head i {
  color: var(--yellow);
  font-size: 34px;
}

.price-group-head h3 {
  color: #fff;
  font-family: Oswald, Inter, sans-serif;
  font-size: 30px;
  line-height: 1.06;
  text-transform: uppercase;
}

.price-group-head p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.price-lines {
  display: grid;
}

.price-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, auto);
  gap: 18px;
  align-items: center;
  min-height: 58px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.price-line:last-child {
  border-bottom: 0;
}

.price-line span {
  color: var(--ink);
  font-weight: 850;
}

.price-line strong {
  color: var(--red);
  font-size: 18px;
  font-weight: 950;
  text-align: right;
}

.district-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.district-card {
  display: grid;
  gap: 10px;
  min-height: 160px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  border-radius: 7px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}

.district-card i {
  color: var(--red);
  font-size: 26px;
}

.district-card h3 {
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: 25px;
  line-height: 1.08;
  text-transform: uppercase;
}

.district-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.telegram-panel {
  display: grid;
  grid-template-columns: minmax(420px, 0.72fr) minmax(400px, 1fr);
  gap: 28px;
  align-items: start;
  scroll-margin-top: 122px;
  padding: 28px;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(17, 17, 17, 0.06);
}

.telegram-panel h2 {
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.04;
  text-transform: uppercase;
}

.telegram-panel p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.telegram-panel .hero-form {
  position: static;
  width: 100%;
  color: var(--text);
  box-shadow: none;
}

.utility-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 0;
  padding: 34px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px 8px 0 0;
}

.utility-final h2 {
  color: #fff;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.04;
  text-transform: uppercase;
}

.utility-final p {
  max-width: 760px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.district-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.district-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-family: Oswald, Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.district-call:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.district-panel {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(227, 6, 19, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(227, 6, 19, 0.06) 1px, transparent 1px),
    #fff;
  background-size: 46px 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.06);
}

.district-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.district-panel-head span {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.district-panel-head strong {
  color: var(--ink);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(26px, 2.1vw, 36px);
  line-height: 1.02;
  text-transform: uppercase;
}

.district-live {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-weight: 950;
}

.district-live span {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.district-panel ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.district-panel li {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  font-size: 15px;
  font-weight: 900;
}

.district-panel li::before {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  content: "";
  background: var(--red);
  border-radius: 999px;
}

.district-note {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 7px;
}

.district-note span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 2px 12px;
  align-items: center;
  min-height: 86px;
  padding: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  line-height: 1.24;
}

.district-note i {
  grid-row: span 2;
  color: var(--yellow);
  font-size: 24px;
  text-align: center;
}

.district-note b {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.district-note small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.25;
}

.reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reviews-grid article {
  min-height: 250px;
}

.stars {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 18px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 5px;
  font-weight: 950;
}

.reviews-grid p {
  min-height: 100px;
  color: #303030;
  font-size: 17px;
}

.reviews-grid strong {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-weight: 900;
}

.safety-section {
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(420px, 1fr);
  gap: 46px;
  align-items: center;
}

.safety-section img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

.safety-section ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.safety-section li {
  position: relative;
  padding-left: 34px;
  color: #2d2d2d;
  font-size: 17px;
  line-height: 1.5;
}

.safety-section li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--red);
  border-radius: 999px;
}

.faq-section {
  padding-top: 18px;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin-top: 28px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 0 22px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  margin-left: auto;
  color: var(--red);
  content: "+";
  font-size: 28px;
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 22px 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.54fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 0;
  padding: 54px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px 8px 0 0;
}

.final-cta h2,
.final-cta p,
.final-cta span {
  color: #fff;
}

.final-cta p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.72);
}

.final-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.final-checks li {
  min-height: 38px;
  padding: 9px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 850;
}

.final-actions {
  display: grid;
  gap: 14px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding-block: 24px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
}

.site-footer span:first-child,
.site-footer a {
  color: #fff;
  font-weight: 900;
}

.mobile-sticky {
  position: fixed;
  right: 12px;
  bottom: 14px;
  left: 12px;
  z-index: 120;
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  pointer-events: none;
}

.mobile-sticky a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 12px;
  color: #fff;
  background: var(--red);
  border-radius: 7px;
  font-weight: 950;
  pointer-events: auto;
  box-shadow: 0 16px 40px rgba(227, 6, 19, 0.25);
}

.mobile-sticky a:first-child {
  gap: 8px;
  color: var(--ink);
  background: var(--yellow);
}

.mobile-sticky a span {
  min-width: 0;
}

.mobile-sticky small,
.mobile-sticky strong {
  display: block;
  line-height: 1;
}

.mobile-sticky small {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.mobile-sticky strong {
  font-size: clamp(17px, 4.4vw, 22px);
  white-space: nowrap;
}

.mobile-telegram {
  gap: 8px;
  min-width: 124px;
}

.mobile-telegram i {
  font-size: 18px;
}

@media (max-width: 1320px) {
  .site-header {
    gap: 14px;
  }

  .brand-bolt {
    width: 34px;
    height: 48px;
    font-size: 42px;
  }

  .brand-text strong {
    font-size: 24px;
  }

  .brand-text small {
    font-size: 12px;
  }

  .site-nav {
    gap: 12px;
  }

  .menu-toggle {
    display: none;
  }

  .header-phone {
    justify-self: end;
    min-height: 58px;
    padding: 10px 14px;
  }

  .header-phone i {
    font-size: 24px;
  }

  .site-nav a {
    font-size: 13px;
  }

  .hero {
    grid-template-columns: minmax(440px, 0.88fr) minmax(440px, 1fr);
  }

  .problem-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  h1 {
    font-size: 62px;
  }

  .hero-lead {
    max-width: 560px;
    margin-top: 17px;
    font-size: 18px;
  }

  .problem-card {
    min-height: 138px;
    padding: 14px 12px;
  }

  .problem-card i {
    font-size: 28px;
  }

  .problem-card strong {
    font-size: 17px;
  }

  .problem-card span {
    font-size: 12px;
  }

  .hero-action-row {
    grid-template-columns: minmax(290px, 0.78fr) minmax(220px, 1fr);
    gap: 18px;
  }

  .call-card {
    min-height: 98px;
    padding: 16px;
  }

  .call-icon {
    width: 54px;
    height: 54px;
    font-size: 23px;
  }

  .call-card strong {
    font-size: 22px;
  }

  .micro-benefits {
    gap: 9px;
  }

  .micro-benefits i {
    font-size: 23px;
  }

  .micro-benefits span {
    font-size: 12px;
  }

  .micro-benefits b {
    font-size: 14px;
  }

  .hero-media {
    height: 670px;
    min-height: 670px;
  }

  .hero-media > img {
    min-height: 670px;
  }

  .hero-form {
    right: 28px;
  }

  .hero-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof-strip article:nth-child(2) {
    border-right: 0;
  }

  .hero-proof-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .advantages-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid::before {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero,
  .utility-hero,
  .utility-section,
  .utility-final,
  .quick-section,
  .advantages-section,
  .selling-strip,
  .calc-section,
  .prices-section,
  .works-section,
  .conversion-section,
  .process-section,
  .districts-section,
  .reviews-section,
  .safety-section,
  .faq-section,
  .other-services-section,
  .final-cta,
  .selling-strip,
  .site-footer {
    width: min(100% - 32px, var(--content));
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    padding-inline: 16px;
  }

  .site-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .header-phone {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-top: 34px;
  }

  .hero-copy {
    width: 100%;
  }

  h1 {
    max-width: 760px;
    font-size: clamp(54px, 11vw, 86px);
  }

  .hero-media,
  .hero-media > img {
    height: auto;
    min-height: 560px;
  }

  .site-header.nav-open .site-nav {
    position: fixed;
    top: 92px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    justify-content: stretch;
    padding: 10px 24px 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  }

  .site-header.nav-open .site-nav a {
    min-height: 48px;
    border-bottom: 1px solid var(--line);
  }

  .hero-form {
    right: 18px;
    bottom: 18px;
    width: min(520px, calc(100% - 36px));
  }

  .section-head,
  .works-head,
  .utility-hero,
  .calc-section,
  .conversion-card,
  .districts-section,
  .safety-section,
  .other-services-panel,
  .final-cta,
  .telegram-panel,
  .utility-final {
    grid-template-columns: 1fr;
  }

  .utility-grid,
  .district-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-group {
    grid-template-columns: 1fr;
  }

  .utility-hero-media,
  .utility-hero-media img {
    min-height: 420px;
  }

  .selling-strip {
    grid-template-columns: 1fr;
  }

  .service-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 250px;
  }

  .service-tile.large {
    grid-row: span 1;
    grid-column: span 2;
  }

  .calc-card,
  .works-grid,
  .price-focus-grid,
  .category-service-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-card.featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .works-cta {
    grid-template-columns: 1fr;
  }

  .process-head,
  .process-cta {
    grid-template-columns: 1fr;
  }

  .process-speed {
    max-width: 360px;
  }

  .conversion-card {
    gap: 22px;
  }

  .final-cta {
    padding: 34px;
  }

  .other-services-panel {
    gap: 22px;
  }

  .district-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .district-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 72px;
    padding-inline: 12px;
  }

  .brand {
    gap: 8px;
    min-width: 0;
  }

  .brand-bolt {
    width: 28px;
    height: 42px;
    font-size: 34px;
  }

  .brand-text strong {
    font-size: clamp(18px, 5.1vw, 20px);
  }

  .brand-text small {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-toggle span {
    display: none;
  }

  .menu-toggle {
    flex: 0 0 40px;
    width: 40px;
    padding: 0;
  }

  .site-header.nav-open .site-nav {
    top: 72px;
  }

  .hero,
  .utility-hero,
  .utility-section,
  .quick-section,
  .advantages-section,
  .selling-strip,
  .calc-section,
  .prices-section,
  .works-section,
  .conversion-section,
  .process-section,
  .districts-section,
  .reviews-section,
  .safety-section,
  .faq-section,
  .other-services-section {
    padding-block: 52px;
  }

  .hero {
    padding-top: 28px;
  }

  .emergency-label {
    min-height: 36px;
    margin-bottom: 18px;
    padding-inline: 10px;
    font-size: 17px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.6vw, 46px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  h1 span {
    display: block;
    white-space: nowrap;
    overflow-wrap: normal;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 18px;
  }

  .problem-grid,
  .hero-proof-strip,
  .advantages-grid,
  .selling-strip,
  .process-grid,
  .category-service-grid,
  .utility-grid,
  .utility-proof,
  .district-grid,
  .price-focus-grid,
  .calc-card,
  .works-grid,
  .reviews-grid,
  .other-services-list,
  .district-panel ul {
    grid-template-columns: 1fr;
  }

  .utility-hero {
    padding-block: 34px 28px;
  }

  .utility-hero-copy {
    gap: 18px;
  }

  .utility-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .utility-actions .red-button,
  .utility-actions .telegram-button {
    width: 100%;
  }

  .utility-card {
    min-height: auto;
    padding: 18px;
  }

  .utility-card-actions {
    grid-template-columns: 1fr;
  }

  .price-line {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .price-line strong {
    text-align: left;
  }

  .utility-final {
    padding: 28px 20px 92px;
  }

  .utility-final .final-actions,
  .telegram-panel .final-actions {
    width: 100%;
  }

  .telegram-button {
    width: 100%;
  }

  .problem-card {
    min-height: 130px;
  }

  .hero-action-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .district-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .district-actions .red-button,
  .district-call {
    width: 100%;
  }

  .district-panel {
    padding: 18px;
  }

  .district-panel ul {
    display: flex;
    grid-template-columns: none;
  }

  .district-panel li {
    flex: 1 1 150px;
  }

  .district-note span {
    min-height: 74px;
  }

  .micro-benefits {
    width: 100%;
  }

  .call-card {
    min-height: 104px;
    padding: 18px;
  }

  .call-icon {
    width: 58px;
    height: 58px;
    font-size: 25px;
  }

  .call-card strong {
    font-size: 23px;
    white-space: normal;
  }

  .hero-media,
  .hero-media > img {
    height: auto;
    min-height: 560px;
  }

  .hero-media > img {
    object-position: 45% 40%;
  }

  .hero-form {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    padding: 18px 14px 14px;
  }

  .hero-form h2 {
    font-size: 24px;
  }

  .hero-proof-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-proof-strip article:last-child {
    border-bottom: 0;
  }

  .section-head h2,
  .works-head h2,
  .calc-copy h2,
  .district-copy h2,
  .safety-section h2,
  .final-cta h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .section-head p,
  .works-head p,
  .calc-copy p,
  .district-copy p,
  .safety-section p,
  .final-cta p {
    font-size: 16px;
  }

  .service-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 270px;
  }

  .service-tile.large {
    grid-column: span 1;
  }

  .advantages-grid article,
  .selling-strip article,
  .process-grid article,
  .reviews-grid article {
    min-height: auto;
  }

  .process-head {
    gap: 18px;
    margin-bottom: 24px;
  }

  .process-section {
    scroll-margin-top: 84px;
  }

  html {
    scroll-padding-top: 84px;
  }

  #services,
  #prices,
  #works,
  #reviews,
  #districts,
  #contacts,
  #process {
    scroll-margin-top: 84px;
  }

  main > section[id] {
    scroll-margin-top: 84px;
  }

  .process-speed {
    max-width: none;
    padding: 18px;
  }

  .process-speed strong {
    font-size: 28px;
  }

  .process-grid {
    gap: 12px;
  }

  .process-grid article {
    padding: 18px;
  }

  .process-step-top {
    margin-bottom: 16px;
  }

  .process-cta {
    padding: 18px;
  }

  .process-cta .red-button,
  .process-cta .outline-button {
    width: 100%;
  }

  .category-service-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-height: auto;
    padding: 18px;
  }

  .category-service-card a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .category-service-icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .category-service-card h3 {
    font-size: 24px;
  }

  .works-head {
    gap: 18px;
  }

  .works-proof {
    padding: 20px;
  }

  .work-card.featured {
    grid-column: span 1;
  }

  .work-card figure,
  .work-card img {
    min-height: 220px;
  }

  .work-card-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .work-card-bottom a {
    width: 100%;
  }

  .calc-card {
    padding: 16px;
  }

  .calc-points li {
    font-size: 15px;
  }

  .conversion-section {
    padding-block: 0 50px;
  }

  .conversion-card {
    padding: 22px;
  }

  .conversion-card h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .conversion-card .red-button {
    width: 100%;
    min-width: 0;
  }

  .estimate-box,
  .calc-card .red-button {
    grid-column: span 1;
    min-height: 96px;
  }

  .price-table div {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: auto;
    padding: 17px;
  }

  .price-table strong {
    font-size: 24px;
  }

  .price-warning {
    grid-template-columns: 1fr;
  }

  .safety-section img {
    min-height: 320px;
  }

  .final-cta {
    padding: 30px 20px 92px;
  }

  .other-services-section {
    padding-block: 18px 52px;
  }

  .other-services-panel {
    padding: 20px;
  }

  .other-services-panel h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .other-services-list a {
    min-height: 48px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 88px;
  }

  .mobile-sticky {
    display: grid;
  }
}

@media (max-width: 420px) {
  .hero,
  .utility-hero,
  .utility-section,
  .utility-final,
  .quick-section,
  .advantages-section,
  .calc-section,
  .prices-section,
  .works-section,
  .conversion-section,
  .process-section,
  .districts-section,
  .reviews-section,
  .safety-section,
  .faq-section,
  .final-cta,
  .other-services-section,
  .selling-strip,
  .site-footer {
    width: min(100% - 24px, var(--content));
  }

  .problem-card {
    padding: 16px;
  }

  .hero-media,
  .hero-media > img {
    min-height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Compact vertical rhythm: all landing blocks are about 30% shorter. */
.site-header {
  min-height: 76px;
  padding-block: 11px;
}

.brand-bolt {
  width: 34px;
  height: 44px;
  font-size: 40px;
}

.brand-text strong {
  font-size: 24px;
}

.brand-text small {
  font-size: 13px;
}

.header-phone {
  min-height: 56px;
  padding: 9px 16px;
}

.header-phone i {
  font-size: 26px;
}

.hero {
  gap: 21px;
  padding-block: 25px 24px;
}

.hero-copy {
  padding-top: 8px;
}

.emergency-label {
  min-height: 34px;
  margin-bottom: 14px;
  padding-inline: 11px;
  font-size: 19px;
}

.hero-lead {
  margin-top: 14px;
}

.problem-grid {
  margin-top: 20px;
}

.problem-card {
  min-height: 112px;
  padding: 13px 12px;
}

.problem-card i {
  font-size: 28px;
}

.hero-action-row {
  gap: 17px;
  margin-top: 14px;
}

.call-card {
  min-height: 82px;
  padding: 14px 17px;
}

.call-card.compact {
  min-height: 66px;
}

.call-icon {
  width: 52px;
  height: 52px;
  font-size: 27px;
}

.hero-media {
  height: 507px;
  min-height: 507px;
}

.hero-media > img {
  min-height: 507px;
}

.hero-form {
  right: 58px;
  bottom: 20px;
  padding: 17px 16px 12px;
}

.hero-form h2 {
  font-size: 25px;
}

.hero-form p {
  margin-block: 6px 13px;
}

.hero-form input,
.hero-form select {
  min-height: 42px;
  margin-bottom: 8px;
}

.hero-proof-strip article {
  min-height: 64px;
  padding: 13px 14px;
}

.quick-section,
.advantages-section,
.selling-strip,
.calc-section,
.prices-section,
.works-section,
.conversion-section,
.process-section,
.districts-section,
.reviews-section,
.safety-section,
.faq-section,
.final-cta {
  padding-block: 60px;
}

.selling-strip {
  padding-block: 24px;
}

.conversion-section {
  padding-block: 20px 48px;
}

.prices-section {
  padding-top: 14px;
}

.works-section {
  padding-top: 41px;
}

.section-head {
  gap: 27px;
  margin-bottom: 24px;
}

.service-tile,
.advantage-card,
.process-grid article,
.calc-card,
.price-focus-card,
.work-card,
.district-panel,
.telegram-panel,
.utility-card,
.other-services-panel {
  padding: 16px;
}

.advantage-card {
  min-height: 112px;
}

.process-speed {
  min-height: 182px;
  padding: 18px;
}

.process-grid {
  gap: 13px;
}

.process-grid article {
  min-height: 156px;
}

.calc-section,
.districts-section,
.safety-section {
  gap: 32px;
}

.calc-card,
.price-focus-card {
  min-height: 154px;
}

.estimate-box {
  min-height: 82px;
  padding: 13px;
}

.work-card figure,
.work-card figure img {
  min-height: 182px;
}

.work-card > div {
  padding: 16px;
}

.district-panel li,
.price-table [role="row"],
.faq-list summary {
  min-height: 48px;
}

.utility-section {
  padding-block: 55px;
}

.utility-hero {
  padding-block: 34px 30px;
}

.utility-hero-media,
.utility-hero-media img {
  min-height: 378px;
}

.utility-card {
  min-height: 210px;
}

.telegram-panel {
  gap: 20px;
  padding: 24px;
}

.final-cta {
  padding: 38px;
}

.site-footer {
  min-height: 55px;
  padding-block: 17px;
}

@media (max-width: 1320px) {
  .hero-media,
  .hero-media > img {
    min-height: 469px;
    height: 469px;
  }
}

@media (max-width: 980px) {
  .quick-section,
  .advantages-section,
  .selling-strip,
  .calc-section,
  .prices-section,
  .works-section,
  .conversion-section,
  .process-section,
  .districts-section,
  .reviews-section,
  .safety-section,
  .faq-section,
  .final-cta,
  .utility-section,
  .other-services-section {
    padding-block: 36px;
  }

  .hero,
  .utility-hero {
    padding-block: 24px;
  }

  .hero-media,
  .hero-media > img {
    min-height: 392px;
    height: auto;
  }

  .hero-form {
    padding: 18px;
  }

  .final-cta {
    padding: 20px 18px 92px;
  }
}

@media (max-width: 420px) {
  .hero-media,
  .hero-media > img {
    min-height: 364px;
  }
}

/* Extra compression for media-heavy sections. */
h1 {
  font-size: clamp(54px, 4.75vw, 78px);
}

.section-head h2,
.safety-section h2,
.final-cta h2 {
  font-size: clamp(38px, 3.6vw, 58px);
}

.service-gallery {
  grid-auto-rows: 205px;
  gap: 10px;
}

.service-tile div {
  padding: 15px;
}

.service-tile strong {
  margin-bottom: 5px;
  font-size: 22px;
}

.service-tile span {
  font-size: 13px;
  line-height: 1.28;
}

.category-service-card {
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 13px;
  min-height: 112px;
  padding: 15px;
}

.category-service-icon {
  width: 46px;
  height: 46px;
  font-size: 20px;
}

.category-service-card span {
  min-height: 22px;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.category-service-card h3 {
  margin-bottom: 4px;
  font-size: 22px;
}

.category-service-card p {
  font-size: 13px;
  line-height: 1.28;
}

.category-service-card a {
  min-height: 38px;
  padding-inline: 12px;
}

.work-card figure,
.work-card img {
  min-height: 170px;
}

.work-card > div {
  padding: 14px;
}

.work-card span {
  margin-bottom: 5px;
  font-size: 12px;
}

.work-card h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.work-steps {
  gap: 5px;
}

.work-steps li {
  font-size: 13px;
  line-height: 1.3;
}

.case-metric-row {
  margin-top: 9px;
}

.work-card-bottom {
  gap: 10px;
  padding-top: 11px;
}

.utility-grid,
.works-grid,
.category-service-grid,
.price-focus-grid {
  gap: 10px;
}

.utility-card {
  min-height: 210px;
  padding: 15px;
}

.utility-card-top {
  margin-bottom: 10px;
}

.utility-card-icon {
  width: 40px;
  height: 40px;
  font-size: 19px;
}

.utility-card h3 {
  margin-bottom: 6px;
  font-size: 24px;
}

.utility-card p {
  font-size: 13px;
  line-height: 1.3;
}

.utility-tags {
  gap: 5px;
  margin: 10px 0;
}

.utility-card-actions a {
  min-height: 38px;
  padding-inline: 10px;
}

@media (max-width: 980px) {
  h1 {
    font-size: clamp(42px, 10vw, 62px);
  }

  .section-head h2,
  .safety-section h2,
  .final-cta h2 {
    font-size: clamp(32px, 8vw, 48px);
  }

  .service-gallery {
    grid-auto-rows: 180px;
  }

  .work-card figure,
  .work-card img {
    min-height: 154px;
  }
}

/* Final desktop compaction pass for dense commercial landing pages. */
@media (min-width: 981px) {
  h1 {
    font-size: clamp(48px, 4.1vw, 66px);
    line-height: 1;
  }

  .hero-lead {
    font-size: clamp(17px, 1.15vw, 21px);
    line-height: 1.32;
  }

  .problem-card {
    min-height: 92px;
    gap: 7px;
    padding: 10px;
  }

  .problem-card i {
    font-size: 24px;
  }

  .problem-card strong {
    font-size: 18px;
  }

  .problem-card span {
    font-size: 12px;
    line-height: 1.28;
  }

  .call-card {
    min-height: 70px;
  }

  .call-card strong {
    font-size: clamp(20px, 1.45vw, 25px);
  }

  .call-icon {
    width: 44px;
    height: 44px;
    font-size: 23px;
  }

  .hero-media,
  .hero-media > img {
    height: 430px;
    min-height: 430px;
  }

  .hero-form {
    width: min(500px, calc(100% - 40px));
  }

  .hero-proof-strip article {
    min-height: 52px;
    padding: 10px 12px;
  }

  .hero-proof-strip i {
    font-size: 27px;
  }

  .hero-proof-strip strong {
    font-size: 13px;
  }

  .quick-section,
  .advantages-section,
  .selling-strip,
  .calc-section,
  .prices-section,
  .works-section,
  .conversion-section,
  .process-section,
  .districts-section,
  .reviews-section,
  .safety-section,
  .faq-section,
  .final-cta,
  .utility-section,
  .other-services-section {
    padding-block: 45px;
  }

  .section-head {
    margin-bottom: 18px;
  }

  .section-head h2,
  .safety-section h2,
  .final-cta h2 {
    font-size: clamp(34px, 3.1vw, 50px);
  }

  .section-head p,
  .calc-copy p,
  .district-copy p,
  .safety-section p,
  .final-cta p {
    font-size: 16px;
    line-height: 1.38;
  }

  .service-gallery {
    grid-auto-rows: 170px;
  }

  .category-service-grid,
  .utility-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-service-card {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 98px;
  }

  .category-service-card a {
    grid-column: 1 / -1;
    min-height: 32px;
  }

  .category-service-icon {
    width: 40px;
    height: 40px;
  }

  .price-focus-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .price-focus-card {
    min-height: 132px;
  }

  .works-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .work-card.featured {
    grid-column: span 2;
    grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1fr);
  }

  .work-card figure,
  .work-card img {
    min-height: 142px;
  }

  .work-card > div {
    padding: 12px;
  }

  .work-card h3 {
    font-size: 20px;
  }

  .work-steps li {
    font-size: 12px;
    line-height: 1.24;
  }

  .process-head {
    gap: 20px;
    margin-bottom: 22px;
  }

  .process-speed {
    min-height: 140px;
  }

  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .process-grid article {
    min-height: 132px;
    padding: 14px;
  }

  .district-panel ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .district-panel li {
    min-height: 38px;
  }

  .faq-list summary {
    min-height: 42px;
  }
}
