/*
Theme Name: Ruki Iz Plech
Theme URI: https://example.com/
Author: Codex
Author URI: https://openai.com/
Description: Custom WordPress theme for the "Ruki iz Plech" service website mockup.
 Version: 1.0.42
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ruki-iz-plech
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap");

:root {
  --blue: #06469e;
  --blue-dark: #06357e;
  --blue-light: #edf6ff;
  --orange: #f97316;
  --text: #07142f;
  --muted: #667085;
  --line: #dce5f0;
  --page: #f4f7fb;
  --white: #fff;
  --shadow: 0 14px 36px rgba(15, 35, 70, .08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.ruki-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.sprite { display: none; }

.container {
  width: min(1424px, calc(100% - 16px));
  margin: 0 auto;
}

.topbar .container {
  width: calc(100% - 64px);
}

.nav .container {
  width: 100%;
}

.hero .container {
  width: calc(100% - 16px);
}

.advantages .container {
  width: calc(100% - 112px);
}

.topbar {
  background: #fff;
  border-bottom: 1px solid #e7edf5;
}

.topbar__inner {
  min-height: 112px;
  display: grid;
  grid-template-columns: 410px minmax(220px, 1fr) minmax(390px, 440px) 178px;
  gap: 28px;
  align-items: center;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  min-width: 0;
}

.logo__mark {
  width: min(318px, 100%);
  height: 76px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  background: transparent;
  flex: 0 0 auto;
}

.logo__tagline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 22px;
  padding-left: 16px;
  color: #25314a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  letter-spacing: .1px;
}

.logo__tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1aa3ff, #0874e8);
}

.logo__tagline span {
  color: var(--orange);
  font-weight: 900;
}

.logo__text strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.logo__text small {
  display: block;
  margin-top: 9px;
  color: #344054;
  font-size: 15px;
  white-space: nowrap;
}

.topbar__stat,
.topbar__phone {
  color: #25314a;
  font-size: 16px;
  line-height: 1.2;
  min-width: 0;
}

.topbar__stat strong,
.topbar__phone-link {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-weight: 800;
}

.topbar__stat strong { font-size: 17px; }
.topbar__phone { text-align: right; }
.topbar__phone-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: 100%;
  min-width: 0;
  white-space: nowrap;
}
.topbar__phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 24px;
  letter-spacing: -.2px;
  white-space: nowrap;
  text-decoration: none;
}

.topbar__contact-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 6px;
  white-space: nowrap;
}

.topbar__contact-actions .topbar__phone-link {
  margin-top: 0;
}

.topbar__max-link {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d8e8fb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(6, 70, 158, .1);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.topbar__max-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(6, 70, 158, .16);
}

.topbar__max-link img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

.city-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.city-picker__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

.city-picker__toggle::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
}

.city-picker__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 50;
  min-width: 190px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 35, 70, .16);
  text-align: left;
}

.city-picker__menu[hidden] {
  display: none;
}

.city-picker__menu button {
  width: 100%;
  min-height: 34px;
  padding: 6px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.city-picker__menu button:hover,
.city-picker__menu button.is-active {
  background: var(--blue-light);
  color: var(--blue);
}

.phone-icon {
  width: 12px;
  height: 12px;
  border-left: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  border-radius: 0 0 0 8px;
  transform: rotate(38deg);
  opacity: .75;
}

.button {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover { transform: translateY(-1px); }
.button--small { min-height: 46px; padding-inline: 24px; font-size: 13px; }
.button--red,
.button--orange { background: linear-gradient(180deg, #ff8a2a, #ea580c); color: #fff; box-shadow: 0 12px 22px rgba(234, 88, 12, .24); }
.button--white { background: #fff; color: var(--text); border-color: #c6d4e4; }
.button--blue { background: var(--blue); color: #fff; }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, #084fb5, var(--blue-dark));
  color: #fff;
  box-shadow: 0 8px 18px rgba(6, 53, 126, .14);
}

.nav__inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 64px;
}

.nav a,
.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 64px;
  font-size: 18px;
  font-weight: 800;
}

.nav__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
}

.nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 45;
  display: grid;
  gap: 2px;
  width: 360px;
  padding: 10px;
  border: 1px solid rgba(220, 232, 247, .95);
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: var(--text);
  box-shadow: 0 18px 44px rgba(15, 35, 70, .16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease;
}

.nav__item:hover .nav__dropdown,
.nav__item:focus-within .nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav__dropdown a {
  height: auto;
  min-height: 38px;
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.nav__dropdown a:hover,
.nav__dropdown a:focus {
  background: #f2f7ff;
  color: var(--blue);
}

.nav__submenu {
  display: grid;
  gap: 2px;
  margin: 0 0 6px 12px;
  padding-left: 12px;
  border-left: 2px solid #dce8f7;
}

.nav__submenu a {
  min-height: 32px;
  color: #46546b;
  font-size: 13px;
  font-weight: 700;
}

.nav-caret {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  margin-top: -4px;
  flex: 0 0 auto;
  opacity: .9;
}

.nav__search {
  width: 42px;
  height: 42px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #fff;
  display: grid;
  place-items: center;
}

.hero {
  padding: 12px 0 0;
  background: #fff;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 356px 1fr;
  gap: 52px;
  align-items: stretch;
  min-height: 684px;
  padding: 24px 30px 0;
  border-radius: 9px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(112deg, rgba(255,255,255,.96) 0 43%, rgba(241,248,255,.92) 55%, rgba(226,241,255,.9) 100%),
    radial-gradient(circle at 83% 42%, rgba(203,229,255,.86) 0 27%, transparent 28%);
}

.hero__grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, transparent 57%, rgba(49,139,221,.15) 58% 60%, transparent 61%),
    linear-gradient(152deg, transparent 64%, rgba(49,139,221,.2) 65% 67%, transparent 68%),
    linear-gradient(165deg, transparent 48%, rgba(255,255,255,.55) 49% 54%, transparent 55%);
  z-index: -1;
}

.service-menu {
  margin-top: 0;
  margin-bottom: 58px;
  padding: 19px 0;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(15, 35, 70, .08);
}

.service-menu a {
  min-height: 47px;
  width: 100%;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 0;
  background: transparent;
  color: #14213d;
  text-align: left;
  font-size: 16px;
  font-family: inherit;
  font-weight: 700;
  overflow-wrap: anywhere;
  cursor: pointer;
}

.service-menu a:hover {
  color: var(--blue);
  background: #f5f9ff;
}

.service-menu svg { width: 22px; height: 22px; color: #243044; }

.service-menu__text {
  display: block;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.service-menu__arrow {
  justify-self: end;
}

.service-menu__business {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid #e3ebf6;
}

.service-menu__business-title {
  padding: 0 28px 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.service-menu__business-list {
  display: grid;
  gap: 2px;
  padding: 2px 0 4px;
}

.service-menu__business-item {
  display: grid;
}

.service-menu__business-item > a {
  min-height: 47px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 14px;
  color: #14213d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.service-menu__business-submenu {
  display: grid;
  gap: 1px;
  padding: 0 0 6px 22px;
}

.service-menu__business-submenu a {
  min-height: 38px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 12px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.service-menu__business-submenu a:hover {
  color: var(--blue);
  background: #f5f9ff;
}

.hero-card {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-radius: 0;
  isolation: isolate;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: -3;
}

.hero-card__lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(142deg, transparent 54%, rgba(27, 112, 214, .12) 55% 57%, transparent 58%),
    linear-gradient(148deg, transparent 61%, rgba(27, 112, 214, .16) 62% 64%, transparent 65%);
  z-index: -2;
}

.hero-card__content {
  width: 440px;
  padding: 25px 0 0 0;
  position: relative;
  z-index: 4;
}

.hero-card h1 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 900;
}

.hero-card p {
  margin: 0 0 28px;
  color: #202e46;
  font-size: 23px;
}

.hero-live {
  width: fit-content;
  max-width: 100%;
  margin: -10px 0 24px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: #0f2a4d;
  background: rgba(255, 255, 255, .78);
  border: 1px solid #d8e8fb;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(24, 73, 130, .1);
  backdrop-filter: blur(6px);
}

.hero-live__status,
.hero-live__counter {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.hero-live__status {
  position: relative;
  gap: 8px;
  padding: 3px 9px 3px 7px;
  color: #083b7a;
  background: linear-gradient(180deg, rgba(240, 253, 244, .96), rgba(220, 252, 231, .82));
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(34, 197, 94, .2),
    0 8px 18px rgba(22, 163, 74, .12),
    0 0 18px rgba(34, 197, 94, .18);
  animation: hero-live-badge 1.45s ease-in-out infinite;
}

.hero-live__status i {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow:
    0 0 0 4px rgba(34, 197, 94, .2),
    0 0 18px rgba(22, 163, 74, .58);
  animation: hero-live-dot 1.15s ease-in-out infinite;
}

.hero-live__status i::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
}

.hero-live__status i::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(34, 197, 94, .52);
  box-shadow: 0 0 12px rgba(34, 197, 94, .26);
  animation: hero-live-pulse 1.15s ease-out infinite;
}

@keyframes hero-live-badge {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(34, 197, 94, .2),
      0 8px 18px rgba(22, 163, 74, .12),
      0 0 18px rgba(34, 197, 94, .18);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(34, 197, 94, .32),
      0 8px 18px rgba(22, 163, 74, .16),
      0 0 28px rgba(34, 197, 94, .34);
  }
}

@keyframes hero-live-dot {
  0%,
  100% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.2);
    transform: scale(1.12);
  }
}

@keyframes hero-live-pulse {
  0% {
    opacity: .9;
    transform: scale(.45);
  }
  72% {
    opacity: .12;
    transform: scale(1.55);
  }
  100% {
    opacity: 0;
    transform: scale(1.72);
  }
}

.hero-live__counter {
  padding-left: 12px;
  border-left: 1px solid #c8dbef;
  color: #334155;
}

.check-list {
  list-style: none;
  max-width: 380px;
  margin: 0 0 36px;
  padding: 0;
}

.check-list li {
  margin: 14px 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  color: #344054;
  font-size: 18px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.check-list li span {
  display: block;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.check-list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-top: 7px;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: rotate(-45deg) translateY(-2px);
}

.actions { display: flex; gap: 16px; align-items: center; }

.hero-cta-note {
  margin-top: 12px;
  color: #49627f;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.hero-card .actions .button {
  min-height: 64px;
  padding-inline: 28px;
  font-size: 16px;
  white-space: nowrap;
}

.hero-card .actions .button--red,
.hero-card .actions .button--orange {
  width: 224px;
}

.hero-card .actions .button--white {
  width: 184px;
}

.hero-card__master {
  position: absolute;
  right: 170px;
  bottom: 0;
  width: auto;
  height: 660px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  z-index: 2;
  filter: drop-shadow(0 20px 26px rgba(13, 38, 74, .18));
}

.rating-card {
  position: absolute;
  right: 14px;
  bottom: 16px;
  z-index: 5;
  width: 206px;
  min-height: 264px;
  padding: 28px 26px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(15, 35, 70, .13);
}

.rating-card strong {
  display: block;
  margin-bottom: 9px;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.rating-card span,
.rating-card small {
  color: #536177;
  font-size: 12px;
  line-height: 1.45;
}

.rating-card b {
  display: block;
  margin-top: 25px;
  padding-top: 21px;
  border-top: 1px solid #e7edf5;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
}

.rating-card div {
  margin-top: 9px;
  color: #f6a400;
  font-size: 21px;
  letter-spacing: 2px;
}

.advantages {
  background: #fff;
  border-bottom: 1px solid #edf1f6;
}

.advantages__grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}

.advantage {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  line-height: 1.25;
}

.advantage svg { color: var(--blue); width: 42px; height: 42px; }

.section {
  padding: 44px 0;
  background: #fff;
}

.section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

h1, h2, h3, p { overflow-wrap: anywhere; }

h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 900;
}

.section__head a,
.price-link {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.calculator-section {
  background: #fff;
}

.calculator {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: linear-gradient(135deg, #f9fcff 0%, #edf6ff 100%);
  box-shadow: 0 18px 42px rgba(15, 35, 70, .08);
}

.calculator__intro {
  padding: 6px 8px;
}

.calculator__intro > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.calculator__intro h2 {
  max-width: 430px;
  margin-bottom: 14px;
}

.calculator__intro p {
  max-width: 430px;
  margin: 0 0 18px;
  color: #52627a;
  font-size: 16px;
}

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

.calculator__intro li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  color: #24344f;
  font-size: 15px;
  font-weight: 800;
}

.calculator__intro li::before {
  content: "";
  width: 12px;
  height: 7px;
  margin-top: 7px;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: rotate(-45deg);
}

.calculator__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 252px;
  gap: 14px;
  padding: 14px;
  border: 1px solid #d5e4f4;
  border-radius: 8px;
  background: rgba(255,255,255,.78);
}

.calculator__group {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.calculator__group button,
.calculator__problem-list button {
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  background: #fff;
  color: #10203d;
  font-family: inherit;
  font-weight: 900;
  text-align: left;
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.calculator__group button {
  min-height: 56px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
  font-size: 14px;
  text-align: center;
}

.calculator__group svg {
  width: 20px;
  height: 20px;
  color: var(--blue);
}

.calculator__group button.is-active,
.calculator__problem-list button.is-active {
  border-color: var(--blue);
  background: #eff6ff;
  box-shadow: 0 8px 18px rgba(6, 70, 158, .1);
}

.calculator__group button.is-active {
  color: var(--blue);
}

.calculator__problems {
  min-width: 0;
}

.calculator__problem-list {
  display: grid;
  gap: 8px;
}

.calculator__problem-list[hidden] {
  display: none;
}

.calculator__problem-list button {
  min-height: 54px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  font-size: 15px;
}

.calculator__problem-list span {
  min-width: 0;
}

.calculator__problem-list strong {
  color: var(--blue);
  white-space: nowrap;
}

.calculator__result {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border-radius: 8px;
  background: #071b36;
  color: #fff;
}

.calculator__result > span {
  color: #9fb5d2;
  font-size: 13px;
  font-weight: 800;
}

.calculator__result > strong {
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}

.calculator__result p {
  min-height: 42px;
  margin: 0;
  color: #dbe8f8;
  font-weight: 700;
}

.calculator__result .button {
  width: 100%;
  min-height: 52px;
  padding-inline: 14px;
}

.calculator__result small {
  color: #aebfd6;
  font-size: 12px;
  line-height: 1.4;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.service-card {
  min-height: 252px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15, 35, 70, .10);
}

.service-card img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  background: #f2f5f9;
}

.service-card strong {
  display: block;
  min-height: 52px;
  padding: 18px 18px 6px;
  font-size: 16px;
  line-height: 1.2;
}

.service-card span {
  padding: 0 18px 18px;
  font-size: 15px;
  color: var(--blue);
  font-weight: 900;
}

.business-services-section {
  padding-top: 18px;
  background: #fff;
}

.business-services {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 22px;
  padding: 26px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
  box-shadow: 0 16px 34px rgba(15, 35, 70, .06);
}

.business-services__intro {
  align-self: stretch;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
}

.business-services__intro span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.business-services__intro h2 {
  max-width: 360px;
  font-size: 30px;
}

.business-services__intro p {
  margin: 14px 0 22px;
  color: #344054;
  font-size: 15px;
  line-height: 1.55;
}

.business-services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.business-services__actions .button {
  min-height: 44px;
  padding-inline: 18px;
}

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

.business-service-card {
  min-height: 124px;
  padding: 18px 18px 16px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
}

.business-service-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.25;
}

.business-service-card strong a:hover {
  color: var(--blue);
}

.business-service-card p {
  margin: 0;
  color: #526176;
  font-size: 14px;
  line-height: 1.45;
}

.business-service-card--accent {
  border-color: rgba(249, 115, 22, .35);
  background: #fff7ed;
}

.business-service-card--accent strong {
  color: #c2410c;
}

.business-service-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.business-service-card__links a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(249, 115, 22, .28);
  border-radius: 999px;
  background: #fff;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
}

.business-services__all {
  grid-column: 2;
  width: fit-content;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.b2b-page {
  background: #fff;
}

.b2b-hero {
  background:
    linear-gradient(120deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 54%, rgba(237,246,255,.96) 100%),
    radial-gradient(circle at 86% 12%, rgba(249, 115, 22, .16), transparent 34%);
}

.b2b-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  align-items: stretch;
}

.b2b-eyebrow {
  display: inline-flex;
  margin-top: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.b2b-hero h1 {
  max-width: 760px;
  margin: 18px 0 16px;
  font-size: 48px;
  line-height: 1.08;
}

.b2b-hero__text {
  max-width: 730px;
  color: #344054;
  font-size: 18px;
  line-height: 1.62;
}

.b2b-hero__text p {
  margin: 0;
}

.b2b-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.b2b-hero__panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px;
  border-radius: 8px;
  background: #071b36;
  color: #fff;
  box-shadow: var(--shadow);
}

.b2b-hero__panel strong {
  color: #fed7aa;
  font-size: 46px;
  line-height: 1;
}

.b2b-hero__panel span {
  font-size: 18px;
  font-weight: 900;
}

.b2b-hero__panel ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,.16);
  list-style: none;
  color: rgba(255,255,255,.82);
  line-height: 1.5;
}

.b2b-hero__panel li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--orange);
}

.b2b-directions-section,
.b2b-packages-section,
.b2b-sla-section,
.b2b-clients-section,
.b2b-proposal-section {
  background: #fff;
}

.b2b-directions-section .section__head span,
.b2b-packages-section .section__head span,
.b2b-sla-section .section__head span,
.b2b-clients-section .section__head span {
  color: var(--blue);
  font-weight: 900;
}

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

.b2b-direction-card,
.b2b-package-card,
.b2b-sla-card,
.b2b-client-card {
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 70, .05);
}

.b2b-direction-card {
  min-height: 238px;
  padding: 24px;
}

.b2b-direction-card svg,
.b2b-sla-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.b2b-direction-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.b2b-direction-card p {
  margin: 0;
  color: #526176;
  line-height: 1.55;
}

.b2b-direction-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.b2b-direction-card__links a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 12px;
  font-weight: 900;
}

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

.b2b-package-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 28px;
  background: linear-gradient(145deg, #fff 0%, #f4f9ff 100%);
}

.b2b-package-card span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.b2b-package-card h3 {
  margin: 0 0 8px;
  font-size: 28px;
}

.b2b-package-card strong {
  color: var(--blue);
  font-size: 28px;
}

.b2b-package-card p {
  margin: 16px 0 18px;
  color: #526176;
  line-height: 1.55;
}

.b2b-package-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: #344054;
}

.b2b-package-card li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
}

.b2b-package-card li::before {
  content: "✓";
  color: var(--orange);
  font-weight: 900;
}

.b2b-package-card .button {
  width: 100%;
  margin-top: auto;
}

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

.b2b-sla-card {
  padding: 24px;
}

.b2b-sla-card strong {
  display: block;
  color: var(--orange);
  font-size: 28px;
  line-height: 1.12;
}

.b2b-sla-card h3 {
  margin: 12px 0 8px;
  font-size: 18px;
}

.b2b-sla-card p {
  margin: 0;
  color: #526176;
  line-height: 1.5;
}

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

.b2b-client-card {
  padding: 20px;
  text-align: center;
}

.b2b-client-card img,
.b2b-client-card div {
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 8px;
  background: #edf6ff;
}

.b2b-client-card img {
  object-fit: contain;
}

.b2b-client-card div {
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 30px;
  font-weight: 900;
}

.b2b-client-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.b2b-client-card span {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.b2b-client-card p {
  margin: 10px 0 0;
  color: #526176;
  font-size: 14px;
  line-height: 1.45;
}

.b2b-proposal-section {
  padding-top: 0;
}

.b2b-proposal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 28px;
  align-items: start;
  padding: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #071b36, #0d4f9f);
  color: #fff;
}

.b2b-proposal > div > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #fed7aa;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.b2b-proposal h2 {
  margin-bottom: 12px;
  font-size: 34px;
}

.b2b-proposal p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}

.b2b-proposal form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.b2b-proposal input,
.b2b-proposal textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9e3ef;
  border-radius: 6px;
  background: #fff;
  color: var(--text);
}

.b2b-proposal textarea {
  min-height: 104px;
  padding-top: 12px;
  resize: vertical;
}

.work {
  background: #fbfdff;
}

.steps {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px;
}

.steps article { position: relative; }
.steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 60px;
  right: -16px;
  height: 2px;
  background: linear-gradient(90deg, #b7d8f7 0%, #2a7fda 100%);
}

.steps article:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 19px;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #2a7fda;
}

.steps span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #9cc4ee;
  border-radius: 15px;
  background: #eaf4ff;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

.steps strong {
  display: block;
  margin-top: 16px;
  font-size: 16px;
}

.steps p {
  margin: 8px 0 0;
  color: #3e4b63;
  font-size: 14px;
}

.why-section { background: #fff; }

.why-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.why-list article {
  min-height: 130px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.why-list svg {
  width: 32px;
  height: 32px;
  color: var(--blue);
  margin-bottom: 14px;
}

.why-list strong {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
}

.why-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.footer {
  background: linear-gradient(135deg, #071a35, #06264e);
  color: #fff;
  padding: 34px 0 26px;
}

.footer__subscribe {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.footer__subscribe strong { font-size: 18px; }
.footer__subscribe form { display: grid; grid-template-columns: 1fr 150px; gap: 10px; }

input {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #d6e0ec;
  border-radius: 5px;
  background: #fff;
  color: var(--text);
}

.footer input { min-height: 40px; border: 0; }

.footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 8px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
}

.footer__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.footer__messengers a {
  display: inline-flex;
  min-height: 30px;
  gap: 7px;
  align-items: center;
  margin: 0;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
}

.footer__messenger--max {
  padding-left: 6px;
  background: rgba(0, 122, 255, .12);
}

.footer__messenger--max img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

.footer__bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.56);
  font-size: 12px;
}

.detail-page {
  background: #fff;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(360px, 1fr);
  gap: 28px;
  align-items: start;
  padding-top: 26px;
}

.detail-layout--single {
  grid-template-columns: 1fr;
}

.breadcrumbs {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumbs a { color: var(--muted); }

.detail-main h1 {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
}

.detail-main h2 {
  margin: 0 0 18px;
  font-size: 24px;
}

.detail-main section {
  margin-bottom: 34px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 20px;
}

.detail-hero img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.request-card {
  padding: 22px;
  border-radius: 8px;
  background: #f3f7fc;
}

.request-card h2 {
  margin: 0 0 12px;
  font-size: 21px;
}

.request-card p {
  margin: 0 0 16px;
  color: #37445a;
  font-size: 14px;
}

.request-card input {
  min-height: 42px;
  margin-bottom: 12px;
}

.request-card .button {
  width: 100%;
  min-height: 44px;
}

.request-card small {
  display: block;
  margin-top: 10px;
  color: #7a8799;
  font-size: 11px;
}

.request-card small a { color: var(--blue); }

.intro-text {
  max-width: 660px;
  margin: 0 0 34px;
  color: #29364d;
}

.page-section {
  background: #fff;
}

.service-page-section {
  padding: 46px 0 54px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 46%, rgba(237,246,255,.9) 100%),
    radial-gradient(circle at 88% 12%, rgba(6, 70, 158, .12), transparent 34%);
}

.page-container {
  max-width: 980px;
}

.service-page-section .page-container {
  max-width: 1040px;
  padding: 34px 40px 38px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 46px rgba(15, 35, 70, .08);
}

.page-container h1 {
  margin: 0 0 22px;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
}

.service-page-section .page-container h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 44px;
  letter-spacing: 0;
}

.page-content {
  max-width: 820px;
  color: #29364d;
  font-size: 15px;
  line-height: 1.62;
}

.service-page-section .page-content {
  max-width: 860px;
}

.service-page-section .page-content > p:first-child {
  max-width: 820px;
  margin-bottom: 28px;
  color: #344054;
  font-size: 18px;
  line-height: 1.62;
}

.service-page-section .page-content h2 {
  position: relative;
  margin: 28px 0 12px;
  padding-left: 18px;
  font-size: 25px;
}

.service-page-section .page-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 4px;
  width: 4px;
  border-radius: 999px;
  background: var(--orange);
}

.service-page-section .page-content h2 + p,
.service-page-section .page-content ul,
.service-page-section .page-content ol {
  margin-left: 0;
  padding: 22px 24px;
  border: 1px solid #dfe8f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 35, 70, .04);
}

.page-content p {
  margin: 0 0 14px;
}

.page-content h2 {
  margin: 26px 0 12px;
  font-size: 28px;
}

.page-content ul {
  margin: 0 0 16px 20px;
  padding: 0;
}

.page-content ol {
  margin: 0 0 16px 20px;
  padding: 0;
}

.page-content ul + h2,
.page-content ol + h2,
.page-content p + h2 {
  margin-top: 30px;
}

.service-page-section .page-content ul,
.service-page-section .page-content ol {
  list-style: none;
}

.service-page-section .page-content li {
  position: relative;
  padding-left: 28px;
}

.service-page-section .page-content ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}

.service-page-section .page-content ol {
  counter-reset: service-step;
}

.service-page-section .page-content ol li {
  counter-increment: service-step;
}

.service-page-section .page-content ol li::before {
  content: counter(service-step);
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: #e8f3ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.service-page-section .page-content > p:last-child {
  margin: 28px 0 0;
  padding: 22px 24px;
  border-radius: 8px;
  background: #fff7ed;
  color: #9a3412;
  font-weight: 800;
}

.page-content li + li {
  margin-top: 6px;
}

.company-requisites {
  max-width: 760px;
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid #dfe8f3;
  border-radius: 8px;
  background: #f8fbff;
}

.company-requisites dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.company-requisites dl > div {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid #dce8f7;
}

.company-requisites dl > div:first-child {
  padding-top: 0;
}

.company-requisites dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.company-requisites dt {
  color: var(--muted);
  font-weight: 800;
}

.company-requisites dd {
  margin: 0;
  color: var(--text);
  font-weight: 800;
}

.service-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.service-page-section .service-page-actions {
  margin-top: 26px;
}

.service-page-actions .button {
  width: auto;
  min-width: 210px;
  min-height: 44px;
}

.about-page {
  background: #fff;
}

.about-hero {
  padding: 44px 0 34px;
  background:
    linear-gradient(115deg, rgba(237, 246, 255, .95), rgba(255, 255, 255, .68) 54%, rgba(237, 246, 255, .9)),
    #f6fbff;
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 38px;
  align-items: center;
}

.about-hero__grid > *,
.about-split > * {
  min-width: 0;
}

.about-hero__content h1 {
  max-width: 690px;
  margin: 14px 0 18px;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
}

.about-hero__content p {
  max-width: 640px;
  margin: 0;
  color: #2d3b55;
  font-size: 20px;
  line-height: 1.45;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-hero__actions .button {
  width: auto;
  min-width: 205px;
}

.about-hero__media {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dce8f7;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-hero__media img,
.about-split figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-hero__media figcaption {
  padding: 14px 18px;
  color: #52627a;
  font-size: 14px;
  font-weight: 700;
}

.about-stats-section {
  padding: 28px 0 24px;
}

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

.about-stat {
  min-height: 116px;
  padding: 22px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 35, 70, .05);
}

.about-stat strong {
  display: block;
  color: var(--blue);
  font-size: 34px;
  line-height: 1.05;
  font-weight: 900;
}

.about-stat span {
  display: block;
  margin-top: 9px;
  color: #52627a;
  font-weight: 800;
}

.about-history-section,
.about-team-section,
.about-values-section {
  padding: 48px 0;
}

.about-proof-section {
  padding: 54px 0;
  background: #fff;
}

.about-proof {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: start;
}

.about-proof__numbers {
  display: grid;
  gap: 14px;
}

.about-proof__numbers article {
  min-height: 150px;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(7, 27, 54, .96), rgba(6, 70, 158, .94)),
    #071b36;
  color: #fff;
  box-shadow: 0 18px 38px rgba(7, 27, 54, .14);
}

.about-proof__numbers article span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #fed7aa;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.about-proof__numbers article strong {
  display: block;
  color: #fff;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 900;
}

.about-proof__numbers article b {
  font: inherit;
}

.about-proof__numbers article p {
  max-width: 300px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
}

.about-proof__reviews,
.about-proof__masters {
  padding: 24px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #f8fbff;
}

.about-proof__reviews {
  grid-column: 2;
}

.about-proof__masters {
  grid-column: 1 / -1;
  background: #fff;
}

.about-proof__reviews h3,
.about-proof__masters h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.18;
}

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

.about-proof__reviews article,
.about-proof__masters article {
  min-width: 0;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
}

.about-proof__reviews article {
  min-height: 190px;
  padding: 18px;
}

.about-proof__reviews article > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.about-proof__reviews strong {
  font-size: 15px;
}

.about-proof__reviews small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.about-proof__reviews article > span {
  display: block;
  margin-top: 12px;
  color: #f6a400;
  letter-spacing: 1px;
}

.about-proof__reviews p {
  margin: 12px 0 0;
  color: #344054;
  font-size: 14px;
  line-height: 1.48;
}

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

.about-proof__masters article {
  min-height: 190px;
  padding: 22px;
}

.about-proof__masters img {
  width: 100%;
  height: 150px;
  margin: -22px -22px 18px;
  max-width: none;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.about-proof__masters article > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  background: #e8f3ff;
  color: var(--blue);
}

.about-proof__masters article > span svg {
  width: 28px;
  height: 28px;
}

.about-proof__masters strong {
  display: block;
  font-size: 17px;
}

.about-proof__masters p {
  margin: 8px 0 0;
  color: #52627a;
  font-weight: 700;
}

.about-history-section {
  background: #f7fbff;
}

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

.about-timeline article {
  position: relative;
  min-height: 224px;
  padding: 22px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
}

.about-timeline article::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 62px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), rgba(6, 70, 158, .16));
}

.about-timeline article span {
  display: inline-flex;
  min-width: 74px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff2e8;
  color: var(--orange);
  font-size: 18px;
  font-weight: 900;
}

.about-timeline article h3 {
  margin: 34px 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.about-timeline article p,
.about-team-grid article p,
.about-values-grid article p,
.about-workshop-grid article p,
.about-docs-section p,
.about-workshop-section p,
.about-requisites p {
  margin: 0;
  color: #52627a;
}

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

.about-team-grid article {
  min-height: 202px;
  padding: 24px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff, #fff);
}

.about-team-grid article > div {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  background: #e8f3ff;
  color: var(--blue);
  font-size: 26px;
  font-weight: 900;
}

.about-team-grid h3,
.about-values-grid h3,
.about-workshop-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.about-team-grid span {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 900;
}

.about-workshop-section,
.about-docs-section {
  padding: 56px 0;
  background: #fff;
}

.about-docs-section {
  background: #f7fbff;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  gap: 34px;
  align-items: center;
}

.about-split--reverse {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
}

.about-split figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-split h2 {
  max-width: 650px;
  margin: 12px 0 14px;
  font-size: 38px;
  line-height: 1.14;
  font-weight: 900;
}

.about-split > div > p {
  max-width: 690px;
  font-size: 17px;
  line-height: 1.55;
}

.about-workshop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.about-workshop-grid article,
.about-values-grid article {
  min-height: 138px;
  padding: 20px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
}

.about-check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-check-list li {
  position: relative;
  padding-left: 28px;
  color: #263653;
  font-weight: 800;
}

.about-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
}

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

.about-values-grid article svg {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--blue);
}

.about-requisites-section {
  padding: 54px 0 66px;
  background: #f7fbff;
}

.about-requisites {
  display: grid;
  grid-template-columns: minmax(300px, .48fr) minmax(0, .52fr);
  gap: 28px;
  align-items: start;
}

.about-requisites h2 {
  margin: 12px 0 10px;
  font-size: 34px;
  line-height: 1.16;
}

.about-requisites .company-requisites {
  max-width: none;
  margin: 0;
  background: #fff;
}

.service-price-section {
  padding-top: 0;
  background: #fff;
}

.service-price-section .section__head {
  margin-bottom: 16px;
}

.service-process-section,
.service-causes-section,
.service-terms-section,
.service-guarantee-section,
.service-reviews-section,
.service-faq-section,
.service-inline-section {
  padding-top: 0;
  background: #fff;
}

.service-process-section .section__head span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.service-causes-section .section__head span,
.service-terms-section .section__head span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

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

.service-reason-grid article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 70, .05);
}

.service-reason-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.25;
}

.service-reason-grid p {
  margin: 0;
  color: #344054;
  font-size: 15px;
  line-height: 1.55;
}

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

.service-process-grid article {
  min-height: 188px;
  padding: 22px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 70, .05);
}

.service-process-grid article span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid #b9d7fb;
  border-radius: 8px;
  background: #edf6ff;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.service-process-grid article p {
  margin: 0;
  color: #344054;
  font-size: 15px;
  line-height: 1.55;
}

.service-guarantee {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #071b36, #0a4da4);
  color: #fff;
  box-shadow: 0 18px 42px rgba(15, 35, 70, .12);
}

.service-guarantee span,
.service-inline-cta > div > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #fed7aa;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-guarantee h2,
.service-inline-cta h2 {
  margin-bottom: 10px;
}

.service-guarantee p,
.service-inline-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
}

.service-guarantee .button {
  min-width: 210px;
}

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

.service-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 34px;
  align-items: start;
  padding: 32px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: linear-gradient(135deg, #08203f, #0d4f9f);
  color: #fff;
}

.service-inline-cta form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.service-inline-cta input,
.service-inline-cta textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9e3ef;
  border-radius: 6px;
  color: var(--text);
  background: #fff;
}

.service-inline-cta textarea {
  min-height: 92px;
  padding-top: 12px;
  resize: vertical;
}

.service-inline-cta small {
  color: #667085;
  font-size: 11px;
  line-height: 1.45;
}

.service-inline-cta small a {
  color: var(--blue);
  font-weight: 800;
}

.service-related-section {
  padding-top: 0;
  background: #fff;
}

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

.service-related-block {
  padding: 24px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #f7fbff;
}

.service-related-block .section__head {
  margin-bottom: 14px;
}

.service-related-block .section__head h2 {
  font-size: 24px;
}

.service-link-grid {
  display: grid;
  gap: 12px;
}

.service-related-card {
  display: grid;
  gap: 8px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-related-card:hover {
  transform: translateY(-2px);
  border-color: #b9d7fb;
  box-shadow: 0 12px 28px rgba(15, 35, 70, .08);
}

.service-related-card strong {
  color: var(--blue);
  font-size: 16px;
  line-height: 1.3;
}

.service-related-card span {
  color: #667085;
  line-height: 1.5;
}

.service-page-actions--bottom {
  margin-top: 18px;
}

.prices-page {
  background: #fff;
}

.prices-hero {
  background: linear-gradient(135deg, #fff, #eef6ff);
}

.prices-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
}

.prices-hero h1 {
  max-width: 720px;
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 900;
}

.prices-hero p {
  max-width: 680px;
  margin: 0;
  color: #344054;
  font-size: 18px;
  line-height: 1.55;
}

.prices-hero__note {
  padding: 28px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 35, 70, .08);
}

.prices-hero__note strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
}

.prices-hero__note span {
  display: block;
  margin-bottom: 20px;
  color: #5f6c82;
  line-height: 1.5;
}

.prices-nav-section {
  padding: 28px 0;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}

.prices-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.prices-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--blue);
  font-weight: 800;
  font-size: 13px;
}

.prices-list-section {
  background: #fff;
}

.prices-list {
  display: grid;
  gap: 24px;
}

.prices-group {
  padding: 24px;
  border: 1px solid #e3ebf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 35, 70, .04);
  scroll-margin-top: 88px;
}

.prices-group__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.prices-group__head span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
}

.prices-group__head h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
}

.prices-group__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.prices-group__actions .button {
  min-height: 38px;
  padding-inline: 16px;
}

.prices-cta-section {
  padding-top: 0;
  background: #fff;
}

.prices-cta {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  background: #f0f6ff;
}

.prices-cta h2 {
  margin: 0 0 8px;
  font-size: 28px;
}

.prices-cta p {
  max-width: 680px;
  margin: 0;
  color: #4b5870;
}

.repair-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.repair-grid a {
  min-height: 146px;
  padding: 18px 12px 20px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
}

.repair-grid img {
  width: 116px;
  height: 82px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.price-table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.price-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 8px;
}

.price-table th {
  padding: 13px 18px;
  border-bottom: 1px solid #dce6f3;
  background: #f5f9ff;
  color: #44516a;
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-table td {
  padding: 13px 18px;
  border-bottom: 1px solid #e7edf5;
  font-size: 14px;
  vertical-align: top;
}

.price-table tr:last-child td { border-bottom: 0; }
.price-table td:last-child { text-align: right; font-weight: 800; }

.price-table--detailed {
  min-width: 820px;
}

.price-table--detailed td:nth-child(2),
.price-table--detailed td:nth-child(3) {
  white-space: nowrap;
}

.price-table--detailed td:nth-child(3) {
  color: var(--blue);
  font-weight: 800;
}

.price-table--detailed td:last-child {
  width: 36%;
  color: #4b5870;
  text-align: left;
  font-weight: 500;
}

.detail-sidebar {
  display: grid;
  gap: 20px;
  padding-bottom: 28px;
}

.side-box {
  padding: 24px;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 35, 70, .05);
}

.side-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.side-box h2 {
  margin: 0;
  font-size: 22px;
}

.side-box__head a {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

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

.reviews-grid article {
  min-height: 140px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reviews-grid article div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.reviews-grid strong { font-size: 13px; }
.reviews-grid small { color: var(--muted); font-size: 10px; }
.reviews-grid span { color: #f6a400; font-size: 13px; }
.reviews-grid p { margin: 8px 0 0; color: #344054; font-size: 12px; }
.reviews-grid + .button { display: flex; width: 170px; min-height: 34px; margin: 18px auto 0; font-size: 12px; }

.faq-list {
  border: 1px solid #e7edf5;
  border-radius: 8px;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #e7edf5;
  background: #fff;
}

.faq-item:last-child { border-bottom: 0; }

.faq-list button {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-weight: 800;
}

.faq-list button span {
  transition: transform .18s ease;
}

.faq-list button[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 24px 18px;
  color: #3e4b63;
  font-size: 15px;
  line-height: 1.55;
}

.faq-answer p {
  margin: 0;
  max-width: 860px;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.promo-grid article {
  min-height: 140px;
  padding: 22px 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #edf5ff);
}

.promo-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 21px;
  line-height: 1.15;
}

.promo-grid p {
  margin: 0 0 18px;
  color: #3d4a61;
  font-size: 13px;
}

.promo-grid .button { min-height: 34px; padding-inline: 14px; font-size: 12px; }

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

.masters-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.masters-grid img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center top;
  background: #eaf4ff;
}

.master-card-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 26px auto 0;
  place-items: center;
  border-radius: 50%;
  background: #edf6ff;
  color: var(--blue);
  box-shadow: inset 0 0 0 1px #c9def7;
}

.master-card-icon svg {
  width: 28px;
  height: 28px;
}

.masters-grid strong {
  display: block;
  margin-top: 12px;
  font-size: 13px;
}

.masters-grid p {
  margin: 5px 0 14px;
  color: var(--muted);
  font-size: 12px;
}

.reviews-section,
.promos-section {
  background: #fff;
}

.faq-section,
.masters-section {
  background: #fbfdff;
}

.reviews-grid--home article {
  min-height: 178px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 35, 70, .05);
}

.reviews-grid--home article div {
  margin-bottom: 12px;
}

.reviews-grid--home strong {
  font-size: 17px;
}

.reviews-grid--home small {
  font-size: 12px;
}

.reviews-grid--home span {
  font-size: 18px;
  letter-spacing: 1px;
}

.reviews-grid--home p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
}

.reviews-page {
  background: #f7faff;
}

.reviews-hero {
  padding-top: 42px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 48%, rgba(237,246,255,.92) 100%),
    radial-gradient(circle at 88% 8%, rgba(6, 70, 158, .12), transparent 34%);
}

.reviews-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: stretch;
}

.reviews-hero h1 {
  max-width: 720px;
  margin: 18px 0 16px;
  color: var(--text);
  font-size: 48px;
  line-height: 1.08;
}

.reviews-hero p {
  max-width: 690px;
  margin: 0;
  color: #344054;
  font-size: 18px;
  line-height: 1.6;
}

.reviews-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.reviews-summary {
  padding: 28px;
  border: 1px solid #dce8f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 35, 70, .08);
}

.reviews-summary strong {
  display: block;
  color: var(--text);
  font-size: 56px;
  line-height: 1;
}

.reviews-summary span {
  display: block;
  margin-top: 10px;
  color: #f6a400;
  font-size: 24px;
  letter-spacing: 2px;
}

.reviews-summary p {
  margin: 12px 0 22px;
  color: var(--muted);
  font-size: 14px;
}

.reviews-summary ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid #edf1f6;
  list-style: none;
  color: #344054;
  font-weight: 700;
}

.reviews-summary li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--orange);
}

.reviews-list-section {
  background: #fff;
}

.reviews-list-section .section__head span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

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

.review-card {
  min-height: 236px;
  padding: 24px;
  border: 1px solid #dfe8f3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 35, 70, .05);
}

.review-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.review-card__avatar {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #edf6ff;
  color: var(--blue);
  font-weight: 900;
}

.review-card strong {
  display: block;
  font-size: 17px;
}

.review-card small {
  color: var(--muted);
  font-size: 12px;
}

.review-card__stars {
  display: block;
  color: #f6a400;
  font-size: 18px;
  letter-spacing: 1px;
}

.review-card p {
  margin: 14px 0 0;
  color: #344054;
  font-size: 15px;
  line-height: 1.62;
}

.reviews-cta-section {
  padding-top: 0;
  background: #fff;
}

.blog-page,
.article-page {
  background: #fff;
}

.blog-hero,
.article-hero {
  background: linear-gradient(135deg, #fff, #edf6ff);
}

.blog-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: stretch;
}

.blog-eyebrow,
.article-meta,
.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-hero h1,
.article-hero h1 {
  max-width: 760px;
  margin: 14px 0 16px;
  font-size: 44px;
  line-height: 1.12;
}

.blog-hero p,
.article-hero p {
  max-width: 720px;
  margin: 0;
  color: #344054;
  font-size: 18px;
  line-height: 1.62;
}

.blog-hero__card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
  border-radius: 8px;
  background: #071b36;
  color: #fff;
  box-shadow: var(--shadow);
}

.blog-hero__card strong {
  font-size: 54px;
  line-height: 1;
}

.blog-hero__card span {
  font-size: 18px;
  font-weight: 900;
}

.blog-hero__card p {
  color: #c7d7ec;
  font-size: 15px;
}

.blog-categories-section,
.blog-list-section,
.blog-cta-section,
.article-body-section,
.article-request-section {
  background: #fff;
}

.blog-categories-section,
.blog-cta-section,
.article-request-section {
  padding-top: 0;
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-categories a {
  padding: 10px 14px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #f8fbff;
  color: var(--blue);
  font-weight: 900;
}

.blog-list-section .section__head span {
  color: var(--blue);
  font-weight: 900;
}

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

.blog-card {
  display: grid;
  min-height: 284px;
  padding: 24px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 70, .05);
}

.blog-card__meta {
  gap: 8px;
  margin-bottom: 14px;
  color: #667085;
  font-size: 12px;
}

.blog-card__date,
.article-meta__date {
  text-transform: none;
}

.blog-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.22;
}

.blog-card p {
  margin: 0;
  color: #344054;
  line-height: 1.6;
}

.blog-card__link {
  align-self: end;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 900;
}

.blog-cta,
.article-request {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #071b36, #0d4f9f);
  color: #fff;
}

.blog-cta h2,
.article-request h2 {
  margin-bottom: 10px;
}

.blog-cta p,
.article-request p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.82);
}

.article-container {
  max-width: 1040px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.article-content {
  padding: 34px 40px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 35, 70, .06);
  color: #29364d;
  font-size: 17px;
  line-height: 1.72;
}

.article-content p {
  margin: 0 0 18px;
}

.article-content h2 {
  margin: 34px 0 14px;
  font-size: 28px;
  line-height: 1.2;
}

.article-content h3 {
  margin: 24px 0 8px;
  font-size: 20px;
}

.article-content ul,
.article-content ol {
  margin: 0 0 20px 20px;
  padding: 0;
}

.article-content li + li {
  margin-top: 8px;
}

.article-content a {
  color: var(--blue);
  font-weight: 900;
}

.article-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 18px;
}

.article-side-card,
.article-side-links {
  padding: 22px;
  border: 1px solid #dce8f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 70, .05);
}

.article-side-card h2,
.article-side-links h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.article-side-card p {
  margin: 0 0 16px;
  color: #52627a;
}

.article-side-links {
  display: grid;
  gap: 10px;
}

.article-side-links a {
  padding: 10px 12px;
  border-radius: 8px;
  background: #edf6ff;
  color: var(--blue);
  font-weight: 900;
}

.article-request {
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: start;
}

.article-request > div > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #fed7aa;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-request form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.article-request input,
.article-request textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9e3ef;
  border-radius: 6px;
  color: var(--text);
  background: #fff;
}

.article-request textarea {
  min-height: 92px;
  padding-top: 12px;
  resize: vertical;
}

.reviews-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #073f8b, #062a60);
  color: #fff;
}

.reviews-cta h2 {
  margin: 0 0 8px;
  font-size: 30px;
}

.reviews-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}

.reviews-cta .button {
  flex: 0 0 auto;
}

.faq-page,
.promos-page {
  background: #fff;
}

.faq-hero,
.promos-hero {
  padding-top: 42px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 52%, rgba(237,246,255,.94) 100%),
    radial-gradient(circle at 88% 8%, rgba(6, 70, 158, .12), transparent 34%);
}

.faq-hero__grid,
.promos-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: stretch;
}

.faq-hero h1,
.promos-hero h1 {
  max-width: 720px;
  margin: 18px 0 16px;
  color: var(--text);
  font-size: 48px;
  line-height: 1.08;
}

.promos-eyebrow {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-hero p,
.promos-hero p {
  max-width: 720px;
  margin: 0 0 28px;
  color: #344054;
  font-size: 18px;
  line-height: 1.6;
}

.faq-help-card,
.promos-note {
  padding: 28px;
  border: 1px solid #dce8f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 35, 70, .08);
}

.faq-help-card strong,
.promos-note strong {
  display: block;
  color: var(--blue);
  font-size: 44px;
  line-height: 1.05;
}

.faq-help-card p,
.promos-note p {
  margin: 12px 0 20px;
  color: #344054;
  font-size: 15px;
}

.promos-note span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-help-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid #edf1f6;
  list-style: none;
  color: #344054;
  font-weight: 700;
}

.faq-help-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--orange);
}

.faq-page-section,
.promos-page-section {
  background: #fff;
}

.faq-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.faq-page-section .section__head span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.faq-list--page {
  box-shadow: 0 10px 26px rgba(15, 35, 70, .05);
}

.faq-list--page button {
  min-height: 64px;
  padding-inline: 24px;
  font-size: 16px;
}

.faq-list--page .faq-answer {
  font-size: 16px;
}

.faq-side-cta {
  position: sticky;
  top: 92px;
  padding: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #073f8b, #062a60);
  color: #fff;
}

.faq-side-cta h2 {
  margin: 0 0 10px;
  font-size: 26px;
}

.faq-side-cta p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}

.faq-side-cta .button {
  width: 100%;
}

.promos-note small {
  display: block;
  padding-top: 18px;
  border-top: 1px solid #edf1f6;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.promo-card {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid #dfe8f3;
  border-radius: 8px;
  background: linear-gradient(145deg, #fff 0%, #f3f8ff 100%);
  box-shadow: 0 10px 26px rgba(15, 35, 70, .05);
}

.promo-card__top {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.promo-card__badge {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-card__saving {
  display: block;
  color: #0b4da1;
  font-size: 18px;
  font-weight: 900;
}

.promo-card strong {
  display: block;
  color: var(--orange);
  font-size: 26px;
  line-height: 1.14;
}

.promo-card p {
  margin: 16px 0 22px;
  color: #344054;
  font-size: 15px;
  line-height: 1.55;
}

.promo-countdown {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid #ffd4b5;
  border-radius: 8px;
  background: #fff7ed;
}

.promo-countdown > span {
  color: #9a3412;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-countdown > div {
  display: grid;
  grid-template-columns: repeat(3, auto 1fr);
  gap: 4px 6px;
  align-items: baseline;
}

.promo-countdown b {
  color: var(--text);
  font-size: 22px;
  line-height: 1;
}

.promo-countdown small {
  color: #7c2d12;
  font-size: 12px;
  font-weight: 700;
}

.promo-card__terms,
.seasonal-promo ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #344054;
  font-size: 14px;
  line-height: 1.45;
}

.promo-card__terms li,
.seasonal-promo li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
}

.promo-card__terms li::before,
.seasonal-promo li::before {
  content: "✓";
  color: var(--orange);
  font-weight: 900;
}

.promo-card .button {
  width: 100%;
  margin-top: auto;
}

.seasonal-promos-section {
  padding-top: 0;
  background: #fff;
}

.seasonal-promos-section .section__head span {
  color: var(--blue);
  font-weight: 900;
}

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

.seasonal-promo {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(7, 27, 54, .92), rgba(6, 70, 158, .9)),
    linear-gradient(145deg, #071b36, #0d4f9f);
  color: #fff;
  box-shadow: 0 16px 36px rgba(15, 35, 70, .12);
}

.seasonal-promo > span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: #fed7aa;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.seasonal-promo h3 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.14;
}

.seasonal-promo strong {
  color: #fed7aa;
  font-size: 18px;
}

.seasonal-promo p {
  margin: 14px 0 18px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}

.seasonal-promo .promo-countdown {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.11);
}

.seasonal-promo .promo-countdown > span,
.seasonal-promo .promo-countdown small,
.seasonal-promo .promo-countdown b,
.seasonal-promo li {
  color: #fff;
}

.seasonal-promo ul {
  color: rgba(255,255,255,.86);
}

.seasonal-promo .button {
  width: 100%;
  margin-top: auto;
}

.promos-terms-section {
  padding-top: 0;
  background: #fff;
}

.promos-terms {
  padding: 30px 34px;
  border-radius: 8px;
  background: #f7faff;
  border: 1px solid #dfe8f3;
}

.promos-terms h2 {
  margin: 0 0 18px;
}

.promos-terms ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: promo-step;
}

.promos-terms li {
  counter-increment: promo-step;
  color: #344054;
  font-weight: 700;
}

.promos-terms li::before {
  content: counter(promo-step);
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-right: 10px;
  border-radius: 50%;
  background: #e7f1ff;
  color: var(--blue);
  font-weight: 900;
}

.section-button {
  display: flex;
  width: 210px;
  min-height: 44px;
  margin: 22px auto 0;
}

.faq-list--home button {
  min-height: 58px;
  padding-inline: 24px;
  font-size: 16px;
}

.faq-list--home button span {
  color: #667085;
  font-size: 28px;
  line-height: 1;
}

.promo-grid--home article {
  min-height: 180px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(15, 35, 70, .05);
}

.promo-grid--home strong {
  font-size: 28px;
}

.promo-grid--home p {
  max-width: 430px;
  font-size: 15px;
  line-height: 1.55;
}

.promo-grid--home .button {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 13px;
}

.masters-grid--home article {
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 35, 70, .05);
}

.masters-grid--home article.has-no-photo {
  min-height: 190px;
  padding: 0 22px;
}

.masters-grid--home img {
  height: 420px;
}

.masters-grid--home strong {
  margin-top: 18px;
  font-size: 18px;
}

.masters-grid--home .has-no-photo strong {
  margin-top: 16px;
}

.masters-grid--home p {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.5;
}

.footer--sidebar {
  border-radius: 8px 8px 0 0;
  padding: 26px 22px 18px;
}

.footer__subscribe--compact {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 22px;
}

.footer__subscribe--compact form {
  grid-template-columns: 1fr 140px;
}

.footer--sidebar .footer__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.footer--sidebar a,
.footer--sidebar p {
  font-size: 11px;
}

.modal[hidden] { display: none; }

.mobile-sticky-cta {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 18, 38, .56);
}

.modal__card {
  position: relative;
  width: min(430px, 100%);
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.modal__card h2 {
  margin-bottom: 10px;
}

.modal__card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.modal__card input {
  margin-bottom: 12px;
}

.modal__card .button {
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #667085;
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 1180px) {
  .topbar__inner {
    grid-template-columns: 1fr 1fr;
    padding: 14px 0;
  }

  .topbar__phone { text-align: left; }
  .topbar__phone-meta { justify-content: flex-start; }
  .city-picker__menu { left: 0; right: auto; }
  .nav__inner { gap: 26px; padding: 0 32px; }
  .nav a,
  .nav__link { font-size: 16px; }
  .hero__grid,
  .reviews-hero__grid,
  .faq-hero__grid,
  .promos-hero__grid,
  .b2b-hero__grid,
  .b2b-proposal,
  .faq-page-layout,
  .detail-layout,
  .detail-hero {
    grid-template-columns: 1fr;
  }

  .hero-card__content { padding-left: 28px; }
  .hero-card__master { right: 52px; opacity: .9; }
  .cards-grid { grid-template-columns: repeat(3, 1fr); }
  .calculator {
    grid-template-columns: 1fr;
  }
  .blog-hero__grid,
  .article-layout,
  .article-request {
    grid-template-columns: 1fr;
  }
  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-hero__grid,
  .about-split,
  .about-split--reverse,
  .about-proof,
  .about-requisites {
    grid-template-columns: 1fr;
  }
  .about-proof__reviews {
    grid-column: auto;
  }
  .about-proof__reviews > div,
  .about-proof__masters > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-hero__content h1 {
    font-size: 44px;
  }
  .about-timeline,
  .about-team-grid,
  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-sidebar {
    position: static;
  }
  .service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-inline-cta {
    grid-template-columns: 1fr;
  }
  .service-related-grid {
    grid-template-columns: 1fr;
  }
  .business-services { grid-template-columns: 1fr; }
  .business-services__intro h2 { max-width: none; }
  .promos-page-grid,
  .seasonal-promos-grid,
  .b2b-directions-grid,
  .b2b-package-grid,
  .b2b-sla-grid,
  .b2b-client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-side-cta { position: static; }
  .detail-sidebar .reviews-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 84px;
  }
  .container { width: min(100% - 32px, 1280px); }
  .hero .container { width: calc(100% - 32px); }
  .topbar__inner { grid-template-columns: 1fr; gap: 14px; }
  .logo__text strong { font-size: 20px; }
  .nav__inner { overflow-x: auto; gap: 22px; }
  .nav a,
  .nav__link { flex: 0 0 auto; font-size: 13px; }
  .nav__item { flex: 0 0 auto; }
  .nav__dropdown { display: none; }
  .hero__grid {
    gap: 16px;
    padding: 16px 0 24px;
  }
  .about-hero {
    padding: 30px 0 24px;
  }
  .about-hero__grid {
    gap: 20px;
  }
  .about-hero__content h1 {
    font-size: 34px;
  }
  .about-hero__content p {
    font-size: 16px;
  }
  .about-hero__actions,
  .about-hero__actions .button {
    width: 100%;
  }
  .about-hero__media figcaption {
    padding: 12px 14px;
  }
  .about-stats-grid,
  .about-proof__reviews > div,
  .about-proof__masters > div,
  .about-timeline,
  .about-team-grid,
  .about-workshop-grid,
  .about-values-grid {
    grid-template-columns: 1fr;
  }
  .about-stat {
    min-height: auto;
    padding: 18px;
  }
  .about-stat strong {
    font-size: 28px;
  }
  .about-proof__numbers article {
    min-height: auto;
    padding: 20px;
  }
  .about-proof__numbers article strong {
    font-size: 34px;
  }
  .about-proof__reviews,
  .about-proof__masters {
    padding: 18px;
  }
  .about-proof__reviews article,
  .about-proof__masters article {
    min-height: auto;
  }
  .about-history-section,
  .about-proof-section,
  .about-team-section,
  .about-values-section,
  .about-workshop-section,
  .about-docs-section,
  .about-requisites-section {
    padding: 34px 0;
  }
  .about-timeline article {
    min-height: auto;
  }
  .about-timeline article::before {
    display: none;
  }
  .about-timeline article h3 {
    margin-top: 16px;
  }
  .about-split h2,
  .about-requisites h2 {
    font-size: 28px;
  }
  .service-menu {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .service-menu a {
    min-height: 44px;
    padding: 0 18px;
    grid-template-columns: 22px minmax(0, 230px) auto;
    gap: 12px;
    font-size: 14px;
    line-height: 1.25;
  }
  .service-menu__text {
    max-width: 230px;
  }
  .service-menu__business-title {
    padding: 0 18px 8px;
  }
  .service-menu__business-item > a {
    min-height: 44px;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 22px minmax(0, 230px) auto;
    gap: 12px;
    font-size: 14px;
    line-height: 1.22;
  }
  .service-menu__business-submenu {
    padding: 0 0 6px 16px;
  }
  .service-menu__business-submenu a {
    min-height: 36px;
    padding: 0 18px;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 10px;
    font-size: 13px;
  }
  .hero-card {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    min-height: 500px;
    padding-bottom: 28px;
  }
  .hero-card__content {
    width: auto;
    max-width: calc(100vw - 76px);
    padding: 32px 22px 0;
  }
  .hero-card h1 {
    font-size: 30px;
    line-height: 1.13;
  }
  .hero-live {
    width: 100%;
    margin: -8px 0 22px;
  }
  .hero-live__status,
  .hero-live__counter {
    font-size: 13px;
  }
  .hero-live__counter {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .check-list li {
    grid-template-columns: 18px minmax(0, 245px);
  }
  .check-list li span {
    max-width: 245px;
  }
  .hero-card__master { width: 250px; height: 280px; right: 0; opacity: .45; }
  .rating-card { display: none; }
  .actions { flex-direction: column; align-items: stretch; }
  .hero-card .actions {
    width: min(100%, 340px);
  }
  .hero-card .actions .button,
  .hero-card .actions .button--red,
  .hero-card .actions .button--orange,
  .hero-card .actions .button--white {
    width: 100%;
    min-height: 58px;
  }
  .advantages__grid,
  .cards-grid,
  .calculator__panel,
  .blog-card-grid,
  .service-reason-grid,
  .service-process-grid,
  .service-reviews-grid,
  .business-services__highlights,
  .steps,
  .why-list,
  .reviews-grid,
  .reviews-page-grid,
  .promos-page-grid,
  .seasonal-promos-grid,
  .b2b-directions-grid,
  .b2b-package-grid,
  .b2b-sla-grid,
  .b2b-client-grid,
  .repair-grid,
  .promo-grid,
  .masters-grid,
  .promos-terms ol,
  .footer__subscribe,
  .footer__grid,
  .footer--sidebar .footer__grid,
  .prices-hero__grid {
    grid-template-columns: 1fr;
  }
  .business-services {
    padding: 16px;
  }
  .calculator {
    padding: 16px;
  }
  .calculator__panel {
    padding: 12px;
  }
  .calculator__group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .calculator__group button {
    min-height: 52px;
    justify-content: flex-start;
    text-align: left;
  }
  .calculator__result {
    padding: 16px;
  }
  .calculator__result > strong {
    font-size: 28px;
  }
  .blog-hero h1,
  .article-hero h1,
  .b2b-hero h1 {
    font-size: 32px;
  }
  .blog-hero p,
  .article-hero p,
  .b2b-hero__text {
    font-size: 16px;
  }
  .blog-hero__card strong {
    font-size: 42px;
  }
  .blog-cta,
  .article-request {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .blog-cta .button,
  .article-request .button {
    width: 100%;
  }
  .article-content {
    padding: 24px 20px;
    font-size: 16px;
  }
  .article-content h2 {
    font-size: 23px;
  }
  .article-request form {
    padding: 14px;
  }
  .b2b-hero__panel {
    padding: 22px;
  }
  .b2b-hero__panel strong {
    font-size: 36px;
  }
  .b2b-package-card,
  .b2b-direction-card,
  .b2b-sla-card,
  .b2b-client-card {
    min-height: auto;
  }
  .b2b-proposal {
    padding: 22px;
  }
  .b2b-proposal h2 {
    font-size: 28px;
  }
  .b2b-proposal form {
    padding: 14px;
  }
  .business-services__intro {
    padding: 20px;
  }
  .business-services__intro h2 {
    font-size: 26px;
  }
  .business-services__all {
    grid-column: auto;
  }
  .service-page-section {
    padding: 28px 0 36px;
  }
  .service-page-section .page-container {
    padding: 24px 20px 28px;
  }
  .service-page-section .page-container h1 {
    font-size: 32px;
  }
  .service-page-section .page-content > p:first-child {
    font-size: 16px;
  }
  .service-page-section .page-content h2 {
    font-size: 21px;
  }
  .service-guarantee,
  .service-inline-cta {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .service-guarantee .button {
    width: 100%;
  }
  .service-inline-cta form {
    padding: 14px;
  }
  .service-related-block {
    padding: 18px;
  }
  .service-related-card {
    min-height: auto;
  }
  .service-process-grid article {
    min-height: auto;
  }
  .company-requisites dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .prices-hero h1 { font-size: 34px; }
  .prices-group__head,
  .prices-group__actions,
  .prices-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .steps article::after,
  .steps article::before { display: none; }
  .detail-main h1 { font-size: 30px; }
  .reviews-hero h1 { font-size: 34px; }
  .faq-hero h1,
  .promos-hero h1 { font-size: 34px; }
  .reviews-hero__actions,
  .reviews-cta { flex-direction: column; align-items: stretch; }
  .footer__bottom { flex-direction: column; }
  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(15, 35, 70, .12);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -14px 34px rgba(15, 35, 70, .14);
    backdrop-filter: blur(10px);
  }
  .mobile-sticky-cta a,
  .mobile-sticky-cta button {
    min-width: 0;
    min-height: 48px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
  }
  .mobile-sticky-cta__phone {
    display: grid;
    place-items: center;
    border: 1px solid #bfd7f5;
    background: #fff;
    color: var(--blue);
  }
  .mobile-sticky-cta__request {
    border: 0;
    background: linear-gradient(180deg, #ff8a20, #ff5a0a);
    color: #fff;
    box-shadow: 0 10px 24px rgba(255, 111, 15, .28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-live__status,
  .hero-live__status i,
  .hero-live__status i::before,
  .hero-live__status i::after {
    animation: none;
  }
}
