:root {
  color-scheme: dark;
  --bg: #0b1210;
  --bg-soft: #101915;
  --panel: #14201b;
  --panel-light: #1a2922;
  --text: #f0eadf;
  --muted: #aaa99f;
  --accent: #cc744d;
  --accent-bright: #df865f;
  --cream: #e9e4d9;
  --ink: #17201d;
  --line: rgba(240, 234, 223, 0.14);
  --line-strong: rgba(240, 234, 223, 0.25);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.45);
  --shell: 1380px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.12;
  background-image: radial-gradient(rgba(255, 255, 255, 0.22) 0.55px, transparent 0.55px);
  background-size: 5px 5px;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent-bright);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.shell {
  width: min(calc(100% - 56px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 9px 13px;
  color: var(--ink);
  background: var(--cream);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 18, 16, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 66px;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  width: fit-content;
  text-decoration: none;
  line-height: 1;
}

.brand > span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: -0.025em;
}

.brand > small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav a,
.header-phone {
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a {
  color: #cbc8c0;
}

.site-nav a:hover,
.header-phone:hover,
.contact-links a:hover,
.footer-meta a:hover {
  color: var(--accent-bright);
}

.header-contact {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 13px;
}

.header-phone {
  color: var(--accent-bright);
  letter-spacing: 0.02em;
}

.messenger-presence {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  user-select: none;
}

.messenger-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
}

.messenger-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.telegram-icon {
  color: #72b9e5;
}

.whatsapp-icon {
  color: #77cf8f;
}

.max-icon {
  color: #b9a7ff;
  font-size: 14px;
  font-weight: 900;
}

.messenger-presence-small {
  gap: 5px;
}

.messenger-presence-small .messenger-icon {
  width: 25px;
  height: 25px;
}

.messenger-presence-small .messenger-icon svg {
  width: 13px;
  height: 13px;
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  min-height: 548px;
}

.hero-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 58px 72px 58px 0;
}

.kicker {
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  color: var(--accent-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kicker::before {
  width: 25px;
  height: 1px;
  margin-right: 10px;
  content: "";
  background: currentColor;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.036em;
  line-height: 1.06;
}

h1 {
  max-width: 650px;
  font-size: clamp(41px, 4vw, 64px);
}

h2 {
  font-size: clamp(31px, 2.8vw, 45px);
}

h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.hero-lead {
  max-width: 590px;
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 17px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #17100d;
  background: var(--accent);
}

.button-primary:hover {
  background: var(--accent-bright);
}

.button-outline {
  border-color: var(--accent);
  color: var(--accent-bright);
  background: transparent;
}

.button-outline:hover {
  color: var(--ink);
  background: var(--accent-bright);
}

.hero-image {
  position: relative;
  min-height: 548px;
  margin: 0;
  border-left: 1px solid var(--line);
}

.hero-image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(11, 18, 16, 0.23), transparent 35%);
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: 548px;
  object-fit: cover;
}

.section {
  padding: 76px 0;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading-inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading-inline > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--muted);
}

.compact-heading {
  max-width: 760px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.service-card {
  min-height: 155px;
  padding: 24px 22px 25px;
  border-right: 1px solid var(--line);
}

.service-card:last-child {
  border-right: 0;
}

.service-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.clients {
  padding: 36px 0;
  color: var(--ink);
  background: var(--cream);
}

.clients-inner {
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  align-items: center;
  gap: 45px;
}

.clients .kicker {
  color: #a74e2f;
}

.clients h2 {
  font-size: 29px;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(70px, 1fr));
  align-items: center;
  gap: 12px;
}

.client-logos img {
  width: 100%;
  height: 74px;
  object-fit: contain;
  opacity: 0.8;
  filter: grayscale(0.72) contrast(1.03);
  mix-blend-mode: multiply;
}

.benefits {
  background: var(--bg-soft);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.benefit-grid article {
  min-height: 155px;
  padding: 26px;
  background: var(--panel);
}

.benefit-grid strong {
  display: block;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.benefit-grid p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 15px;
}

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

.work-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.work-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}

.work-pair figure {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
  background: #060b09;
}

.work-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card:first-child .work-pair img {
  object-position: center 55%;
}

.work-pair figure > span {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 8px;
  color: var(--text);
  background: rgba(9, 14, 12, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-pair figure:last-child > span {
  color: #18100d;
  background: var(--accent-bright);
}

.work-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
}

.work-caption strong {
  font-size: 16px;
}

.work-caption span {
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.process {
  background: var(--bg-soft);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
  gap: 1px;
}

.process-list li {
  min-height: 220px;
  padding: 23px 20px;
  background: var(--panel);
}

.process-list li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 39px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent-bright);
  font-family: Georgia, "Times New Roman", serif;
}

.process-list strong {
  display: block;
  font-size: 16px;
  line-height: 1.3;
}

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

.process-list .process-final {
  background: var(--accent);
}

.process-list .process-final > span {
  border-color: rgba(23, 16, 13, 0.42);
  color: var(--ink);
}

.process-list .process-final strong,
.process-list .process-final p {
  color: var(--ink);
}

.reviews {
  padding: 42px 0;
  background: var(--panel);
}

.reviews-grid {
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1.58fr);
  align-items: stretch;
  gap: 28px;
}

.reviews-copy h2 {
  max-width: 280px;
  font-size: clamp(29px, 2.4vw, 37px);
}

.reviews-copy > p:not(.kicker) {
  max-width: 275px;
  margin: 15px 0 21px;
  color: var(--muted);
  font-size: 15px;
}

.reviews-carousel,
.reviews-empty {
  position: relative;
  min-height: 238px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
}

.reviews-empty {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 36px 42px;
}

.reviews-empty span {
  height: 50px;
  color: var(--accent-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 74px;
  line-height: 1;
}

.reviews-empty p {
  max-width: 460px;
  margin: 18px 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.review-stage {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  min-height: 238px;
  padding: 21px 66px 45px 21px;
}

.review-visual {
  align-self: start;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  background: #090f0d;
}

.review-visual img {
  width: 100%;
  height: 170px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.review-visual figcaption {
  padding: 8px 10px;
  color: var(--accent-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.review-body {
  align-self: center;
}

.review-mark {
  display: block;
  height: 30px;
  color: var(--accent-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 0.85;
}

.review-body blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.35;
}

.review-body > p {
  margin: 18px 0 0;
  color: var(--accent-bright);
  font-size: 15px;
  font-weight: 700;
}

.review-controls {
  position: absolute;
  right: 22px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-controls button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--text);
  background: transparent;
  cursor: pointer;
}

.site-footer {
  padding-top: 72px;
  background: #080e0c;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.62fr 1fr 0.9fr;
  gap: 56px;
  padding-top: 54px;
  padding-bottom: 54px;
}

.contact-main {
  padding-top: 10px;
}

.contact-phone {
  display: inline-block;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.4vw, 37px);
  text-decoration: none;
}

.contact-phone:hover {
  color: var(--accent-bright);
}

.messenger-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 14px;
}

.contact-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  font-size: 15px;
}

.contact-links a {
  text-decoration: none;
}

.contact-links p {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.final-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.final-buttons .button {
  min-width: 290px;
  min-height: 84px;
  padding-right: 44px;
  padding-left: 44px;
  font-size: 18px;
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 85px;
  color: var(--muted);
  font-size: 13px;
}

.footer-meta p {
  margin: 0;
}

.footer-meta a {
  text-decoration: none;
}

.footer-brand > span {
  color: var(--text);
  font-size: 23px;
}

.map-block {
  position: relative;
  width: 100%;
  height: 390px;
  border-top: 1px solid var(--line);
  background: #d9d5cb;
}

.map-block iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.72) contrast(1.04);
}

.map-address {
  position: absolute;
  top: 24px;
  left: max(28px, calc((100% - var(--shell)) / 2));
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 14px 17px;
  color: var(--ink);
  background: rgba(240, 234, 223, 0.95);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.map-address strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.map-address span {
  margin-top: 3px;
  font-size: 13px;
}

.modal {
  width: min(680px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  overflow: auto;
  padding: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  color: var(--text);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.modal::backdrop {
  background: rgba(2, 5, 4, 0.82);
  backdrop-filter: blur(5px);
}

.modal-close {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 35px;
  height: 35px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover {
  color: var(--text);
}

.modal-heading {
  padding-right: 30px;
}

.modal-heading h2 {
  font-size: clamp(29px, 4.8vw, 41px);
}

.modal-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.site-form {
  display: grid;
  gap: 17px;
  margin-top: 28px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.site-form label:not(.consent):not(.honeypot) {
  display: grid;
  gap: 7px;
}

.site-form label > span:first-child {
  color: #d9d4cb;
  font-size: 13px;
  font-weight: 700;
}

.site-form label small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.site-form input[type="text"],
.site-form input[type="tel"],
.site-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  color: var(--text);
  background: #0e1713;
}

.site-form input[type="text"],
.site-form input[type="tel"] {
  height: 47px;
  padding: 0 13px;
}

.site-form textarea {
  min-height: 92px;
  padding: 12px 13px;
  resize: vertical;
}

.site-form input::placeholder,
.site-form textarea::placeholder {
  color: #72766f;
}

.file-field {
  position: relative;
  padding: 15px;
  border: 1px dashed var(--line-strong);
}

.file-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 37px;
  margin-top: 3px;
  padding: 0 13px;
  color: var(--text) !important;
  background: var(--panel-light);
  cursor: pointer;
}

.file-note {
  color: var(--muted) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.consent {
  display: grid;
  grid-template-columns: 17px 1fr;
  align-items: start;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
}

.consent input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}

.consent a {
  color: var(--text);
}

.form-submit {
  width: 100%;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-status {
  padding: 11px 13px;
  border: 1px solid var(--line-strong);
  color: var(--text);
  font-size: 14px;
}

.form-status.success {
  border-color: rgba(91, 180, 122, 0.58);
  background: rgba(91, 180, 122, 0.12);
}

.form-status.error {
  border-color: rgba(214, 104, 83, 0.62);
  background: rgba(214, 104, 83, 0.12);
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.privacy-page {
  min-height: 100vh;
  background: var(--bg-soft);
}

.privacy-main {
  padding: 70px 0 100px;
}

.privacy-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.privacy-content h1 {
  font-size: clamp(36px, 4.8vw, 55px);
}

.privacy-content h2 {
  margin-top: 34px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.privacy-content p {
  color: var(--muted);
}

.privacy-content a {
  color: var(--accent-bright);
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    justify-self: center;
    gap: 20px;
  }

  .messenger-presence-small {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  }

  .hero-copy {
    padding-right: 42px;
  }

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

  .service-card {
    min-height: 155px;
    border-bottom: 1px solid var(--line);
  }

  .service-card:nth-child(3) {
    border-right: 0;
  }

  .client-logos {
    grid-template-columns: repeat(4, 1fr);
  }

  .client-logos img {
    height: 58px;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 880px) {
  .shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .site-nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-contact {
    grid-column: 2;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 420px;
    padding: 58px 0 46px;
  }

  .hero-image,
  .hero-image img {
    min-height: 390px;
  }

  .hero-image {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section {
    padding: 60px 0;
  }

  .section-heading-inline {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .clients-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .benefit-grid article {
    min-height: 145px;
  }

  .work-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .work-caption span {
    text-align: left;
  }

  .process-list {
    grid-template-columns: 1fr 1fr;
  }

  .process-list li {
    min-height: 190px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .contact-links {
    grid-column: 2;
  }

  .final-action {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-inner {
    min-height: 61px;
  }

  .brand > span {
    font-size: 24px;
  }

  .brand > small {
    font-size: 9px;
  }

  .header-phone {
    font-size: 14px;
  }

  .hero-copy {
    min-height: 400px;
    padding: 48px 0 42px;
  }

  h1 {
    font-size: clamp(36px, 11vw, 47px);
  }

  h2 {
    font-size: clamp(29px, 9vw, 38px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-image,
  .hero-image img {
    min-height: 310px;
  }

  .section {
    padding: 50px 0;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:nth-child(3) {
    display: block;
    min-height: 0;
    padding: 18px 0;
    border-right: 0;
  }

  .service-card p {
    margin-top: 7px;
  }

  .clients {
    padding: 30px 0;
  }

  .client-logos {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding: 4px 0 8px;
    scrollbar-width: thin;
  }

  .client-logos img {
    flex: 0 0 105px;
    width: 105px;
    height: 64px;
  }

  .benefit-grid,
  .works-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    min-height: 0;
    padding: 22px;
  }

  .work-pair figure {
    aspect-ratio: 1 / 1;
  }

  .process-list li {
    display: grid;
    grid-template-columns: 43px 1fr;
    min-height: 0;
    padding: 19px;
  }

  .process-list li > span {
    margin: 0;
  }

  .process-list li > div {
    padding-top: 3px;
  }

  .reviews-grid {
    gap: 28px;
  }

  .reviews-carousel,
  .reviews-empty {
    min-height: 220px;
  }

  .reviews-empty {
    padding: 28px;
  }

  .review-stage {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px 22px 70px;
  }

  .review-visual {
    width: 170px;
  }

  .review-body {
    align-self: start;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-links {
    grid-column: auto;
  }

  .messenger-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-buttons {
    width: 100%;
    flex-direction: column;
  }

  .final-buttons .button {
    width: 100%;
    min-width: 0;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    gap: 12px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .map-block {
    height: 320px;
  }

  .map-address {
    top: 14px;
    left: 14px;
  }

  .modal {
    width: calc(100% - 16px);
    max-height: calc(100vh - 16px);
    padding: 28px 20px 22px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .privacy-main {
    padding: 30px 0 60px;
  }

  .privacy-content {
    padding: 28px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
