@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Redesigned Prices, FAQ and Contacts pages. */
.special-page-hero {
  padding-block: clamp(36px, 5vw, 56px);
  border-bottom: 1px solid rgb(255 255 255 / 7%);
  background: #101317;
}

.special-page-hero h1,
.special-page-section h2,
.special-request h2 {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.special-page-hero h1 {
  max-width: 1060px;
  font-size: clamp(32px, 4.4vw, 48px);
}

.special-page-hero > .container > p {
  max-width: 64ch;
  margin: 14px 0 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.65;
}

.special-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.special-page-section {
  padding-block: clamp(58px, 6vw, 72px);
}

.special-page-section--surface {
  border-block: 1px solid rgb(255 255 255 / 7%);
  background: #12151a;
}

.special-page-eyebrow {
  margin: 0 0 10px;
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.special-page-section h2,
.special-request h2 {
  font-size: clamp(26px, 3.4vw, 38px);
}

.special-page-intro {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--color-muted);
  line-height: 1.65;
}

.special-price-catalog__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.special-price-table,
.special-price-modifiers,
.special-note-card,
.special-price-factors__grid article,
.special-faq__item,
.special-faq__question-card,
.special-faq__facts,
.special-contact-cards article,
.special-route-card,
.special-requisites dl {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.special-price-table,
.special-price-modifiers {
  overflow: hidden;
}

.special-price-table__head,
.special-price-modifiers__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  background: var(--color-surface-raised);
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.special-price-table__row,
.special-price-modifiers__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 17px 22px;
  border-top: 1px solid rgb(255 255 255 / 6%);
}

.special-price-table__row > div,
.special-price-modifiers__row > div {
  display: grid;
  gap: 3px;
}

.special-price-table__row strong,
.special-price-modifiers__row strong {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.25;
}

.special-price-table__row span,
.special-price-modifiers__row span {
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.4;
}

.special-price-table__row b,
.special-price-modifiers__row b {
  color: var(--color-accent);
  font: 600 22px Oswald, sans-serif;
  white-space: nowrap;
}

.special-price-catalog__aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.special-price-modifiers__row {
  padding-block: 15px;
}

.special-price-modifiers__row b {
  color: var(--color-text);
  font-size: 20px;
}

.special-note-card {
  padding: 20px 22px;
}

.special-note-card--accent {
  border-color: rgb(255 122 26 / 30%);
  background: linear-gradient(120deg, #1a1410, var(--color-surface) 60%);
}

.special-note-card h3 {
  margin: 0;
  font: 600 18px Oswald, sans-serif;
  text-transform: uppercase;
}

.special-note-card p,
.special-price-factors__grid p,
.special-photo-estimate__copy > p:not(.special-page-eyebrow),
.special-faq__question-card > p,
.special-request__copy > p:not(.special-page-eyebrow),
.special-route-card p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.special-price-factors__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.special-price-factors__grid article {
  padding: 22px 24px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.special-price-factors__grid article:hover {
  border-color: rgb(255 122 26 / 42%);
  transform: translateY(-3px);
}

.special-price-factors__grid h3 {
  margin: 0;
  color: var(--color-accent);
  font: 600 26px/1.15 Oswald, sans-serif;
}

.special-photo-estimate__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 40px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgb(255 122 26 / 30%);
  border-radius: 18px;
  background: linear-gradient(120deg, #1a1410, var(--color-surface) 55%);
}

.special-messenger-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.special-messenger-actions--stacked {
  display: grid;
  margin-top: 16px;
}

.special-messenger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.2;
  transition: filter 180ms ease, transform 180ms ease;
}

.special-messenger-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.special-messenger-button--max {
  background: #6d48d7;
}

.special-messenger-button--telegram {
  background: #0876a5;
}

.special-messenger-button:hover,
.special-messenger-button:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.special-messenger-button--max:hover,
.special-messenger-button--max:focus-visible {
  background: #5f3fc5;
}

.special-messenger-button--telegram:hover,
.special-messenger-button--telegram:focus-visible {
  background: #096d99;
}

.special-photo-estimate__hint {
  margin-top: 14px !important;
  font-size: 13.5px !important;
}

.special-photo-estimate__card,
.special-request__card {
  align-self: start;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.special-photo-estimate__card h3,
.special-request__card h3 {
  margin: 0;
  font: 600 20px Oswald, sans-serif;
  text-transform: uppercase;
}

.special-photo-estimate__form,
.special-request__form {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.special-photo-estimate__form > input:not([type="hidden"]),
.special-request__form > input:not([type="hidden"]) {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 10px;
  outline: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font: 15px "Golos Text", sans-serif;
}

.special-photo-estimate__form > input:focus,
.special-request__form > input:focus {
  border-color: var(--color-accent);
}

.special-photo-estimate__form > input::placeholder,
.special-request__form > input::placeholder {
  color: #737c83;
  opacity: 1;
}

.special-photo-estimate__upload {
  display: block;
  padding: 20px 14px;
  border: 1.5px dashed rgb(255 122 26 / 50%);
  border-radius: 10px;
  color: #ffb26b;
  font-size: 14.5px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease;
}

.special-photo-estimate__upload:hover,
.special-photo-estimate__upload:focus-within {
  border-color: var(--color-accent);
  background: rgb(255 122 26 / 6%);
}

.special-photo-estimate__upload input {
  display: none;
}

.special-photo-estimate__form > button,
.special-request__form > button {
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: var(--color-accent);
  color: #14100b;
  font: 600 15.5px "Golos Text", sans-serif;
  cursor: pointer;
}

.special-photo-estimate__form > button:hover,
.special-photo-estimate__form > button:focus-visible,
.special-request__form > button:hover,
.special-request__form > button:focus-visible {
  background: var(--color-accent-hover);
  color: #14100b;
}

.special-request__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.45;
  cursor: pointer;
}

.special-request__consent input {
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: var(--color-accent);
}

.special-request__consent a {
  color: #ffb26b;
}

.special-request {
  padding-block: clamp(58px, 6vw, 72px);
  border-top: 1px solid rgb(255 255 255 / 7%);
  background: #12151a;
}

/* Keep the shared CTA visually separate from long editorial articles. */
.single-post .site-main {
  --article-cta-outer-space: clamp(48px, 6vw, 80px);

  padding-bottom: var(--article-cta-outer-space);
}

.single-post .entry-shell + .special-request {
  margin-top: var(--article-cta-outer-space);
}

.special-request__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  align-items: center;
  gap: 44px;
}

.special-request__copy > p:not(.special-page-eyebrow) {
  max-width: 52ch;
  margin-top: 16px;
  font-size: 15.5px;
  line-height: 1.65;
}

.special-request__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.special-request__stats li {
  display: grid;
  gap: 2px;
}

.special-request__stats strong {
  color: var(--color-accent);
  font: 600 26px Oswald, sans-serif;
}

.special-request__stats span {
  color: var(--color-muted);
  font-size: 12.5px;
}

.special-request__card {
  padding: 26px;
  box-shadow: var(--shadow);
}

.special-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
  align-items: start;
  gap: 48px;
}

.special-faq__list {
  display: grid;
  gap: 10px;
}

.special-faq__item {
  overflow: hidden;
}

.special-faq__item summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  transition: background 180ms ease;
}

.special-faq__item summary::-webkit-details-marker {
  display: none;
}

.special-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--color-accent);
  font: 400 19px "JetBrains Mono", monospace;
  transform: translateY(-50%);
}

.special-faq__item[open] summary::after {
  content: "−";
}

.special-faq__item summary:hover,
.special-faq__item summary:focus-visible {
  background: var(--color-surface-raised);
}

.special-faq__item > div {
  padding: 0 20px 18px;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.65;
}

.special-faq__item > div > :first-child {
  margin-top: 0;
}

.special-faq__item > div > :last-child {
  margin-bottom: 0;
}

.special-faq__aside {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 14px;
}

.special-faq__question-card {
  padding: 22px 24px;
  border-color: rgb(255 122 26 / 30%);
  background: linear-gradient(120deg, #1a1410, var(--color-surface) 60%);
}

.special-faq__question-card h2 {
  font-size: 19px;
}

.special-faq__callback {
  width: 100%;
  margin-top: 8px;
}

.special-faq__facts {
  padding: 20px 24px;
}

.special-faq__facts > p {
  margin: 0;
  color: #6f777d;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.special-faq__facts ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.special-faq__facts li {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.special-faq__facts strong {
  min-width: 98px;
  color: var(--color-accent);
  font: 600 22px Oswald, sans-serif;
}

.special-faq__facts span {
  color: var(--color-muted);
  font-size: 13px;
}

.special-faq__facts > a {
  display: inline-block;
  margin-top: 16px;
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.special-faq__facts > a:hover,
.special-faq__facts > a:focus-visible {
  color: var(--color-accent);
}

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

.special-contact-cards article {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
  padding: 20px 22px;
}

.special-contact-cards article > p {
  margin: 0 0 6px;
  color: #6f777d;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.special-contact-cards article > a,
.special-contact-cards article > strong {
  overflow-wrap: anywhere;
  color: var(--color-text);
  font: 600 20px Oswald, sans-serif;
}

.special-contact-cards article > a:hover,
.special-contact-cards article > a:focus-visible {
  color: var(--color-accent);
}

.special-contact-cards small {
  margin-top: 6px;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.55;
}

.special-contact-cards__messengers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.special-contact-cards__messengers .special-messenger-button {
  min-height: 42px;
  padding: 9px 10px;
  font-size: 13.5px;
}

.special-contact-route {
  padding-top: 0;
}

.special-contact-route__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 16px;
}

.special-contact-map {
  position: relative;
  overflow: hidden;
  min-height: 475px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: repeating-linear-gradient(135deg, #151a1f 0 16px, #12161a 16px 32px);
}

.special-contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15) contrast(0.96);
}

/* Shared commercial PDR landing: structured legacy copy inside homepage components. */
.pdr-commercial-hero .home-hero__content {
  max-width: 720px;
}

.pdr-commercial-hero__lead {
  max-width: 64ch;
  margin: 20px 0 0;
  color: #d4d9dd;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.58;
}

.pdr-service-overview {
  border-bottom: 1px solid rgb(255 255 255 / 7%);
  background: #0f1215;
}

.pdr-service-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: start;
  gap: clamp(34px, 5vw, 72px);
  padding-top: clamp(18px, 3vw, 34px);
}

.pdr-service-overview .pdr-service-overview__copy {
  padding-top: 0;
  font-size: 16px;
  line-height: 1.72;
}

.pdr-service-overview__copy > :first-child,
.pdr-service-detail .entry-content > :first-child {
  margin-top: 0;
}

.pdr-service-overview__copy ul,
.pdr-service-detail .entry-content ul {
  padding-left: 1.2em;
}

.pdr-service-overview__copy li::marker,
.pdr-service-detail .entry-content li::marker {
  color: var(--color-accent);
}

.pdr-service-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pdr-service-points__item {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.pdr-service-points__number {
  display: block;
  margin-bottom: 24px;
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.pdr-service-points h3 {
  margin: 0;
  color: var(--color-text);
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdr-service-points p {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.pdr-service-details {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg);
}

.pdr-service-details__list {
  margin-top: clamp(38px, 5vw, 64px);
}

.pdr-service-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(36px, 6vw, 88px);
  padding-block: clamp(42px, 6vw, 76px);
  border-top: 1px solid var(--color-border);
}

.pdr-service-detail:first-child {
  padding-top: 0;
  border-top: 0;
}

.pdr-service-detail--reverse .pdr-service-detail__content {
  order: 2;
}

.pdr-service-detail--reverse .pdr-service-detail__media {
  order: 1;
}

.pdr-service-detail__content > h3 {
  margin: 0;
  color: var(--color-text);
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(25px, 3.2vw, 38px);
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
  text-wrap: balance;
}

.pdr-service-detail .entry-content {
  padding-top: 22px;
  font-size: 16px;
  line-height: 1.7;
}

.pdr-service-detail .entry-content h3 {
  margin-top: 1.7em;
  font-size: clamp(20px, 2.3vw, 26px);
}

.pdr-service-detail__media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.pdr-service-detail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdr-commercial .entry-related {
  padding-block: clamp(58px, 8vw, 96px);
  margin-top: 0;
}

.pdr-commercial .special-request {
  margin-top: 0;
}

@media (max-width: 960px) {
  .pdr-service-overview__grid,
  .pdr-service-detail {
    grid-template-columns: 1fr;
  }

  .pdr-service-detail--reverse .pdr-service-detail__content,
  .pdr-service-detail--reverse .pdr-service-detail__media {
    order: initial;
  }

  .pdr-service-detail__media {
    max-height: 560px;
  }
}

@media (max-width: 600px) {
  .pdr-service-points {
    grid-template-columns: 1fr;
  }

  .pdr-service-points__item {
    padding: 20px;
  }

  .pdr-service-points__number {
    margin-bottom: 16px;
  }
}

/* Polishing landing reuses the homepage hero, cards, process and price system. */
.polishing-hero .home-hero__content {
  max-width: 760px;
}

.polishing-hero__lead {
  max-width: 62ch;
  margin: 20px 0 0;
  color: #d4d9dd;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
}

.polishing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.polishing-types__grid {
  margin-top: 30px;
}

.polishing-card__number {
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.polishing-protection__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: start;
  gap: clamp(34px, 5vw, 68px);
}

.polishing-protection__text {
  max-width: 66ch;
  color: #d4d9dd;
  font-size: 16px;
  line-height: 1.7;
}

.polishing-protection__text > *:first-child {
  margin-top: 0;
}

.polishing-protection__text > *:last-child {
  margin-bottom: 0;
}

.polishing-protection .technology-card {
  width: 100%;
}

.polishing-includes__list {
  max-width: 820px;
  margin-top: 30px;
}

.polishing-price-table__head,
.polishing-price-table__row {
  display: grid;
  grid-template-columns: minmax(220px, 1.6fr) repeat(3, minmax(76px, 0.5fr));
  gap: 14px;
}

.polishing-price-table__head span:not(:first-child),
.polishing-price-table__row > span {
  text-align: right;
}

.polishing-price-table__row > strong {
  color: var(--color-text);
  font-family: "Golos Text", sans-serif;
  font-size: 15px;
  white-space: normal;
}

.polishing-price-table__row > span {
  color: var(--color-accent);
  font-family: Oswald, Impact, sans-serif;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}

.polishing-gallery {
  border-bottom: 1px solid rgb(255 255 255 / 7%);
}

.special-contact-map__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  width: min(340px, calc(100% - 36px));
  padding: 20px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 12px;
  background: rgb(14 17 19 / 90%);
  text-align: center;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%);
}

.special-contact-map__badge > span {
  width: 16px;
  height: 16px;
  margin-bottom: 14px;
  border: 5px solid rgb(255 122 26 / 20%);
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 8px rgb(255 122 26 / 12%);
}

.special-contact-map__badge strong {
  font: 600 20px Oswald, sans-serif;
  text-transform: uppercase;
}

.special-contact-map__badge small {
  margin-top: 8px;
  color: var(--color-muted);
}

.special-contact-map__badge .button {
  margin-top: 12px;
}

.special-contact-route__cards {
  display: grid;
  align-content: start;
  gap: 14px;
}

.special-route-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
}

.special-route-card > span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgb(255 122 26 / 12%);
  color: var(--color-accent);
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.special-route-card h2 {
  font-size: 18px;
}

.special-route-card--accent {
  border-color: rgb(255 122 26 / 30%);
  background: linear-gradient(120deg, #1a1410, var(--color-surface) 60%);
}

.special-route-card--accent a {
  display: inline-block;
  margin-top: 8px;
  color: var(--color-accent);
  font: 600 20px Oswald, sans-serif;
}

.special-requisites {
  border-top: 1px solid rgb(255 255 255 / 7%);
}

.special-requisites dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  padding: 0;
  margin: 28px 0 0;
}

.special-requisites dl > div {
  min-width: 0;
  padding: 20px 22px;
  border-right: 1px solid var(--color-border);
}

.special-requisites dl > div:last-child {
  border-right: 0;
}

.special-requisites dt {
  color: #6f777d;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.special-requisites dd {
  margin: 10px 0 0;
  overflow-wrap: anywhere;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .special-price-catalog__layout,
  .special-photo-estimate__panel,
  .special-request__layout,
  .special-faq__layout,
  .special-contact-route__layout {
    grid-template-columns: 1fr;
  }

  .special-price-factors__grid,
  .special-contact-cards__grid,
  .special-requisites dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .special-faq__aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .special-contact-map {
    min-height: 440px;
  }

  .special-requisites dl > div:nth-child(2n) {
    border-right: 0;
  }

  .special-requisites dl > div:nth-child(n + 3) {
    border-top: 1px solid var(--color-border);
  }
}

@media (max-width: 600px) {
  .special-page-hero {
    padding-block: 34px 40px;
  }

  .special-page-hero h1 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .special-page-hero__actions,
  .special-messenger-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .special-page-hero__actions .button,
  .special-messenger-button {
    width: 100%;
  }

  .special-page-section,
  .special-request {
    padding-block: 48px;
  }

  .special-price-table__head,
  .special-price-table__row,
  .special-price-modifiers__head,
  .special-price-modifiers__row {
    padding-inline: 16px;
  }

  .special-price-table__row,
  .special-price-modifiers__row {
    gap: 10px;
  }

  .special-price-table__row b,
  .special-price-modifiers__row b {
    font-size: 19px;
  }

  .special-price-factors__grid,
  .special-contact-cards__grid,
  .special-faq__aside,
  .special-requisites dl {
    grid-template-columns: 1fr;
  }

  .special-photo-estimate__panel,
  .special-request__card {
    padding: 20px;
  }

  .special-photo-estimate__card {
    padding: 18px;
  }

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

  .special-request__stats strong {
    font-size: 22px;
  }

  .special-contact-map {
    min-height: 390px;
  }

  .special-requisites dl > div,
  .special-requisites dl > div:nth-child(2n),
  .special-requisites dl > div:nth-child(n + 3) {
    border-top: 1px solid var(--color-border);
    border-right: 0;
  }

  .special-requisites dl > div:first-child {
    border-top: 0;
  }
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/golos-text-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrains-mono-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrains-mono-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Oswald;
  src: url("../fonts/oswald-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Oswald;
  src: url("../fonts/oswald-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-bg: #0e1113;
  --color-surface: #14181c;
  --color-surface-raised: #171b20;
  --color-text: #e9ecef;
  --color-muted: #98a1a8;
  --color-accent: #ff7a1a;
  --color-accent-hover: #ff8c39;
  --color-border: rgb(255 255 255 / 9%);
  --container: 1200px;
  --content-narrow: 900px;
  --reviews-widget-width: 760px;
  --gutter: clamp(16px, 4vw, 32px);
  --radius: 14px;
  --shadow: 0 24px 60px rgb(0 0 0 / 45%);
}

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

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

body {
  margin: 0;
  overflow-x: clip;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: "Golos Text", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

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

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

a:hover {
  color: var(--color-accent);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 4px;
}

.container {
  width: min(100% - (2 * var(--gutter)), var(--container));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--color-surface);
}

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

.lead-form-status {
  min-height: 1.4em;
  margin: 2px 0 0;
  color: var(--color-muted);
  font-size: 12.5px;
}

.lead-form-status[data-state="success"] {
  color: #74d69a;
}

.lead-form-status[data-state="error"] {
  color: #ff8b7b;
}

[data-lead-form][aria-busy="true"] {
  opacity: 0.78;
}

[data-lead-form] button:disabled {
  cursor: wait;
}

.site-topbar {
  border-bottom: 1px solid rgb(255 255 255 / 6%);
  background: #0a0d0f;
  color: var(--color-muted);
  font-size: 12.5px;
  line-height: 1.2;
}

.site-topbar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 28px;
  padding-block: 6px;
}

.site-topbar__meta {
  display: flex;
  gap: 26px;
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--color-border);
  background: rgb(14 17 19 / 94%);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  min-height: 60px;
  gap: 18px;
  padding-block: 10px;
}

.site-branding {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: var(--color-text);
  line-height: 1;
}

.site-branding:hover {
  color: var(--color-text);
}

.site-branding__name,
.site-footer__brand {
  font-family: Oswald, Impact, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-branding__name b {
  color: var(--color-accent);
  font-weight: inherit;
}

.site-branding__tagline {
  margin-top: 3px;
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
}

.primary-navigation ul,
.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation {
  margin-left: 10px;
}

.primary-navigation a {
  display: block;
  padding: 9px;
  border-radius: 8px;
  color: #c9d1d6;
  font-size: 14px;
  font-weight: 500;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation .current_page_item > a {
  background: rgb(255 255 255 / 7%);
  color: var(--color-text);
}

.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
  box-shadow: none;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.site-header__phone {
  color: var(--color-text);
  font-family: Oswald, Impact, sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.site-header__messengers {
  display: flex;
  gap: 8px;
}

.messenger-link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  transition: transform 160ms ease;
}

.messenger-link:hover {
  color: #fff;
  transform: scale(1.08);
}

.messenger-link svg {
  width: 21px;
  height: 21px;
}

.messenger-link--max svg {
  width: 23px;
  height: 23px;
}

.messenger-link--telegram {
  background: #2aabee;
}

.messenger-link--max {
  background: #8f6bff;
}

.site-header__callback {
  padding: 11px 18px;
  border-radius: 10px;
  background: var(--color-accent);
  color: #14100b;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.site-header__callback:hover {
  background: var(--color-accent-hover);
  color: #14100b;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 11px;
  background: transparent;
  color: var(--color-text);
}

.menu-toggle span[aria-hidden] {
  display: block;
  height: 2px;
  margin-block: 4px;
  background: currentcolor;
}

.site-main {
  min-height: 58vh;
  padding-block: clamp(48px, 7vw, 100px);
}

.site-main.prices-page,
.site-main.address-page {
  padding-block: 0;
}

.breadcrumbs {
  border-bottom: 1px solid rgb(255 255 255 / 7%);
  background: #0d1012;
}

.breadcrumbs__inner {
  padding-block: 15px;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  padding: 0;
  margin: 0;
  color: #7f888f;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  list-style: none;
}

.breadcrumbs__item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  overflow-wrap: anywhere;
}

.breadcrumbs__item:not(:last-child)::after {
  color: #4f565b;
  content: "/";
}

.breadcrumbs__item a {
  color: #aeb6bc;
}

.breadcrumbs__item a:hover,
.breadcrumbs__item a:focus-visible {
  color: var(--color-accent);
}

.breadcrumbs__item [aria-current="page"] {
  color: #777f85;
}

.home-section {
  padding-block: 84px;
}

.home-section[id] {
  scroll-margin-top: 84px;
}

.home-section__title {
  max-width: 900px;
  margin: 0 0 24px;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

.home-section__intro {
  max-width: 760px;
  margin: 0 0 36px;
  color: var(--color-muted);
  font-size: 15.5px;
}

.home-section__eyebrow {
  margin: 0 0 10px;
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.home-section__head .home-section__title {
  margin-bottom: 0;
}

.home-cases {
  padding-block: 84px;
}

.home-cases .home-section__head {
  display: block;
}

.home-cases__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.home-cases__controls > a {
  margin-right: 8px;
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-cases__controls button {
  width: 44px;
  height: 44px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 50%;
  background: transparent;
  color: var(--color-text);
  font-size: 18px;
  cursor: pointer;
}

.home-cases__controls button:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.cases-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-top: 30px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.cases-track::-webkit-scrollbar {
  display: none;
}

.cases-track .content-card {
  flex: 0 0 min(340px, 82vw);
  scroll-snap-align: start;
}

.home-hero {
  --pdrcar-hero-image: url("../images/hero-car.webp");
  position: relative;
  min-height: 596px;
  background:
    linear-gradient(100deg, rgb(10 12 14 / 96%) 30%, rgb(10 12 14 / 62%) 70%, rgb(10 12 14 / 45%)),
    var(--pdrcar-hero-image) center 47% / cover no-repeat;
}

.home-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
  padding-block: clamp(56px, 8vw, 104px);
}

.home-hero__content {
  flex: 1 1 480px;
  min-width: 0;
}

.home-eyebrow {
  margin: 0 0 18px;
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-hero__title {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(32px, 4.6vw, 54px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

.home-hero__title span {
  color: var(--color-accent);
}

.home-hero__benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  font-size: 16.5px;
}

.home-hero__benefits li::before {
  content: "✓";
  margin-right: 12px;
  color: var(--color-accent);
  font-weight: 600;
}

.home-hero__cases-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 32px;
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--color-text);
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.button--primary {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #14100b;
}

.button--secondary {
  background: transparent;
}

.button--primary:hover,
.button--primary:focus-visible,
.site-header__callback:hover,
.site-header__callback:focus-visible,
.mobile-cta-bar__call:hover,
.mobile-cta-bar__call:focus-visible {
  border-color: var(--color-accent-hover);
  background: var(--color-accent-hover);
  color: #14100b;
}

.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: var(--color-accent);
  background: rgb(255 122 26 / 9%);
  color: var(--color-text);
}

.hero-lead-card {
  flex: 0 1 454px;
  min-width: 300px;
  padding: 26px 26px 22px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 16px;
  background: rgb(20 24 28 / 95%);
  box-shadow: var(--shadow);
}

.hero-lead-card h2 {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-lead-card > p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.5;
}

.hero-lead-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.hero-lead-form > input {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 10px;
  outline: none;
  background: var(--color-bg);
  color: var(--color-text);
  font: 15px "Golos Text", sans-serif;
}

.hero-lead-form > input:focus {
  border-color: var(--color-accent);
}

.hero-lead-form > button {
  min-height: 48px;
  padding: 13px;
  border: 0;
  border-radius: 10px;
  background: var(--color-accent);
  color: #14100b;
  font: 600 16px "Golos Text", sans-serif;
  cursor: pointer;
}

.hero-lead-form > button:hover,
.hero-lead-form > button:focus-visible,
.photo-estimate-form > button:hover,
.photo-estimate-form > button:focus-visible,
.contact-form-card button:hover,
.contact-form-card button:focus-visible,
.entry-cta__form button:hover,
.entry-cta__form button:focus-visible,
.modal-lead-form > button:hover,
.modal-lead-form > button:focus-visible,
.cookie-consent__actions [data-cookie-accept]:hover,
.cookie-consent__actions [data-cookie-accept]:focus-visible {
  background: var(--color-accent-hover);
  color: #14100b;
}

.hero-lead-form__consent {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-muted);
  font-size: 11px;
  white-space: nowrap;
}

.hero-lead-form__consent input {
  flex-shrink: 0;
  margin: 0;
  accent-color: var(--color-accent);
}

.hero-lead-form__consent a {
  color: #ffb26b;
}

.hero-lead-card__max {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 10px;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 500;
}

.hero-lead-card__max svg {
  width: 18px;
  height: 18px;
  color: #8f6bff;
}

.hero-lead-card__separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: #737c83;
  font-size: 12px;
  text-align: center;
}

.hero-lead-card__separator span {
  height: 1px;
  background: rgb(255 255 255 / 11%);
}

.cases-gallery__item {
  position: relative;
  flex: 0 0 min(340px, 82vw);
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  color: var(--color-text);
  cursor: zoom-in;
  scroll-snap-align: start;
}

.cases-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 250ms ease;
}

.cases-gallery__item span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgb(14 17 19 / 84%);
  font-size: 12px;
  backdrop-filter: blur(7px);
}

.cases-gallery__item:hover img,
.cases-gallery__item:focus-visible img {
  transform: scale(1.025);
}

.image-lightbox {
  position: fixed;
  z-index: 140;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 64px 24px 24px;
  background: rgb(4 6 8 / 94%);
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox > button {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 50%;
  background: #11161a;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.image-lightbox figure {
  max-width: min(1100px, 100%);
  max-height: calc(100dvh - 90px);
  margin: 0;
  text-align: center;
}

.image-lightbox img {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 130px);
  margin-inline: auto;
  border-radius: 10px;
  object-fit: contain;
}

.image-lightbox figcaption {
  margin-top: 10px;
  color: var(--color-muted);
  font-size: 14px;
}

.commercial-hero {
  padding-block: clamp(72px, 9vw, 126px);
  border-bottom: 1px solid var(--color-border);
  background:
    radial-gradient(circle at 85% 30%, rgb(255 122 26 / 16%), transparent 30%),
    linear-gradient(145deg, #11161a, #0e1113 70%);
}

.commercial-hero--compact {
  padding-block: clamp(62px, 7vw, 96px);
}

.commercial-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(42px, 7vw, 96px);
}

.commercial-hero__eyebrow {
  margin: 0 0 14px;
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.commercial-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(42px, 7vw, 78px);
  font-weight: 600;
  line-height: 1.02;
  text-transform: uppercase;
}

.commercial-hero__lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #c3c9ce;
  font-size: clamp(17px, 2vw, 20px);
}

.commercial-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.commercial-hero__facts,
.contact-summary-card {
  display: grid;
  gap: 0;
  padding: 10px 26px;
  margin: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: rgb(23 27 32 / 82%);
  box-shadow: var(--shadow);
  list-style: none;
}

.commercial-hero__facts li {
  display: grid;
  grid-template-columns: minmax(110px, auto) 1fr;
  align-items: baseline;
  gap: 20px;
  padding-block: 18px;
  border-bottom: 1px solid var(--color-border);
}

.commercial-hero__facts li:last-child {
  border-bottom: 0;
}

.commercial-hero__facts strong {
  color: var(--color-accent);
  font-family: Oswald, sans-serif;
  font-size: 23px;
}

.commercial-hero__facts span,
.contact-summary-card span {
  color: var(--color-muted);
  font-size: 14px;
}

.commercial-hero--visual {
  overflow: hidden;
  padding-block: clamp(64px, 8vw, 108px);
}

.commercial-hero--visual .commercial-hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(40px, 6vw, 82px);
}

.commercial-hero--visual h1 {
  font-size: clamp(46px, 6vw, 72px);
}

.special-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-surface);
  box-shadow: 0 28px 70px rgb(0 0 0 / 42%);
}

.special-hero-visual > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-hero-visual__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(5 7 9 / 6%) 28%, rgb(5 7 9 / 92%) 100%);
}

.special-hero-visual__label {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  gap: 4px;
  padding: 11px 13px;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 10px;
  background: rgb(14 17 19 / 86%);
  color: var(--color-text);
  font-size: 13px;
  backdrop-filter: blur(9px);
}

.special-hero-visual__label span {
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.special-hero-proof {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 11px;
  background: rgb(255 255 255 / 12%);
  list-style: none;
  backdrop-filter: blur(12px);
}

.special-hero-proof li {
  display: grid;
  align-content: center;
  min-height: 82px;
  padding: 12px;
  background: rgb(14 17 19 / 88%);
}

.special-hero-proof strong {
  color: var(--color-accent);
  font: 600 20px Oswald, sans-serif;
}

.special-hero-proof span {
  color: var(--color-muted);
  font-size: 11px;
}

.special-hero-visual--contact > img {
  object-position: center;
}

.special-hero-address {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  gap: 5px;
  padding: 20px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 12px;
  background: rgb(14 17 19 / 90%);
  font-style: normal;
  backdrop-filter: blur(12px);
}

.special-hero-address span {
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.special-hero-address strong,
.special-hero-address b {
  color: var(--color-text);
  font-size: 17px;
}

.special-hero-address b {
  margin-top: 8px;
}

.special-section {
  padding-block: clamp(72px, 9vw, 116px);
}

.special-section--surface {
  border-block: 1px solid var(--color-border);
  background: var(--color-surface);
}

.prices-catalog__grid,
.faq-catalog__grid,
.route-section__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 7vw, 90px);
}

.commercial-price-list {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.commercial-price-list__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--color-border);
}

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

.commercial-price-list__row div {
  display: grid;
  gap: 5px;
}

.commercial-price-list__row span,
.commercial-factors p,
.price-modifiers p,
.faq-catalog__aside > p,
.route-section__note {
  margin: 0;
  color: var(--color-muted);
}

.commercial-price-list__row b {
  color: var(--color-accent);
  font-family: Oswald, sans-serif;
  font-size: 21px;
  white-space: nowrap;
}

.commercial-factors,
.price-modifiers,
.contact-details__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.price-factors-section {
  border-block: 1px solid var(--color-border);
  background: var(--color-surface);
}

.price-factors-section .home-section__head {
  align-items: end;
}

.price-factors-section .home-section__intro {
  max-width: 48ch;
  margin: 0;
}

.price-factors-section .commercial-factors {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-factors-section .commercial-factors article,
.price-modifiers-section .price-modifiers article,
.contact-details__grid article {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgb(255 255 255 / 2%), transparent 65%), var(--color-bg);
  transition: border-color 180ms ease, transform 180ms ease;
}

.price-factors-section .commercial-factors article::after,
.price-modifiers-section .price-modifiers article::after,
.contact-details__grid article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgb(255 122 26 / 7%);
}

.price-factors-section .commercial-factors article:hover,
.price-modifiers-section .price-modifiers article:hover,
.contact-details__grid article:hover {
  border-color: rgb(255 122 26 / 42%);
  transform: translateY(-3px);
}

.price-modifiers-section {
  background: var(--color-bg);
}

.commercial-factors article,
.price-modifiers article,
.contact-details__grid article {
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-bg);
}

.commercial-factors article > span,
.contact-details__grid article > span {
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.commercial-factors h3,
.price-modifiers h3 {
  margin: 14px 0 8px;
  font-size: 18px;
}

.price-modifiers strong {
  color: var(--color-accent);
  font: 600 30px Oswald, sans-serif;
}

.commercial-cta,
.contact-lead-section__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(270px, 0.6fr);
  align-items: center;
  gap: 40px;
  padding: clamp(28px, 5vw, 52px);
  margin-top: 48px;
  border: 1px solid rgb(255 122 26 / 38%);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgb(255 122 26 / 12%), var(--color-surface));
}

.commercial-cta h2 {
  margin: 0;
  font: 600 clamp(28px, 4vw, 42px) / 1.1 Oswald, sans-serif;
  text-transform: uppercase;
}

.faq-catalog__aside {
  align-self: start;
  position: sticky;
  top: 110px;
}

.faq-catalog__aside .button {
  margin-top: 26px;
}

.faq-list--large .faq-item {
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
}

.faq-list--large .faq-item summary {
  padding: 22px 48px 22px 0;
  font-size: 18px;
}

.faq-list--large .faq-item > div {
  padding: 0 42px 22px 0;
  color: #bbc2c8;
}

.contact-summary-card {
  padding-block: 26px;
  font-style: normal;
}

.contact-summary-card strong,
.contact-summary-card b {
  display: block;
  margin: 5px 0 20px;
  font-size: 19px;
}

.contact-summary-card b {
  margin-bottom: 0;
}

.contact-details__grid article {
  display: grid;
  align-content: start;
  gap: 8px;
}

.contact-details__grid a,
.contact-details__grid strong {
  color: var(--color-text);
  font: 600 20px Oswald, sans-serif;
}

.contact-details__grid small {
  color: var(--color-muted);
}

.route-steps {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: route;
}

.route-steps li {
  position: relative;
  padding: 0 0 30px 62px;
  counter-increment: route;
}

.route-steps li::before {
  content: counter(route, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-accent);
  font: 600 22px Oswald, sans-serif;
}

.route-steps h3,
.route-steps p {
  margin: 0;
}

.contact-route-section {
  border-block: 1px solid var(--color-border);
  background: var(--color-surface);
}

.contact-route-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: stretch;
  gap: clamp(40px, 6vw, 80px);
}

.contact-page-map {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: repeating-linear-gradient(135deg, #151a1f 0 16px, #12161a 16px 32px);
  box-shadow: var(--shadow);
}

.contact-page-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.15) contrast(0.96);
}

.contact-page-map__badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 11px;
  background: rgb(14 17 19 / 91%);
  backdrop-filter: blur(12px);
}

.contact-page-map__badge span {
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-route-copy {
  align-self: center;
}

.contact-route-copy .route-steps {
  margin-top: 30px;
}

.contact-route-copy > .button {
  margin-top: 4px;
}

.route-steps p {
  margin-top: 7px;
  color: var(--color-muted);
}

.contact-lead-section__panel {
  margin-top: 0;
}

.cookie-consent {
  position: fixed;
  z-index: 130;
  right: auto;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  width: min(500px, calc(100vw - 48px));
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: var(--radius);
  background: rgb(20 24 28 / 97%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__copy strong {
  font-size: 16px;
}

.cookie-consent__copy p {
  max-width: 720px;
  margin: 4px 0 0;
  color: var(--color-muted);
  font-size: 13px;
}

.cookie-consent__actions {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-consent__actions button {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 9px;
  background: transparent;
  color: var(--color-text);
  font: 600 13px "Golos Text", sans-serif;
  cursor: pointer;
}

.cookie-consent__actions [data-cookie-accept] {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #14100b;
}

@media (max-width: 820px) {
  .commercial-hero__grid,
  .prices-catalog__grid,
  .faq-catalog__grid,
  .route-section__grid,
  .commercial-cta,
  .contact-lead-section__panel {
    grid-template-columns: 1fr;
  }

  .commercial-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .commercial-factors,
  .price-modifiers,
  .contact-details__grid {
    grid-template-columns: 1fr;
  }

  .commercial-hero--visual .commercial-hero__grid,
  .contact-route-layout,
  .price-factors-section .commercial-factors {
    grid-template-columns: 1fr;
  }

  .special-hero-visual {
    min-height: 400px;
  }

  .contact-page-map {
    min-height: 430px;
  }

  .faq-catalog__aside {
    position: static;
  }

  .cookie-consent {
    right: 12px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 14px;
    padding: 17px;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .commercial-price-list__row {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .commercial-hero__facts li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .cookie-consent__actions {
    grid-template-columns: 1fr;
  }

  .special-hero-visual {
    min-height: 380px;
  }

  .special-hero-proof {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .special-hero-proof li {
    min-height: 74px;
    padding: 9px;
  }

  .special-hero-proof strong {
    font-size: 17px;
  }

  .special-hero-address {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
}

.home-trust {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  background: #101317;
}

.home-trust__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 48px;
  padding-block: 22px;
  margin-block: 0;
  list-style: none;
}

.home-trust__item {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.home-trust__item strong {
  color: var(--color-accent);
  font-family: Oswald, Impact, sans-serif;
  font-size: 28px;
  font-weight: 600;
  white-space: nowrap;
}

.home-trust__item > span:last-child {
  color: var(--color-muted);
  font-size: 13.5px;
}

.home-trust__item--rating strong {
  color: var(--color-text);
  font-size: 22px;
}

.home-trust__yandex {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #fc3f1d;
  color: #fff;
  font-family: Oswald, sans-serif;
}

.home-trust__stars {
  color: #fc0;
  font-size: 14px;
  letter-spacing: 2px;
}

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

.home-master {
  border-block: 1px solid rgb(255 255 255 / 7%);
  background: #12151a;
}

.home-master__facts {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.home-master__facts li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  font-size: 15.5px;
  line-height: 1.5;
}

.home-master__facts strong {
  color: var(--color-accent);
  font-size: 18px;
  line-height: 1.35;
}

.home-master__facts span {
  color: var(--color-text);
}

.price-list {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.home-prices {
  border-block: 1px solid rgb(255 255 255 / 7%);
  background: #12151a;
}

.home-prices__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}

.home-prices__copy {
  flex: 1 1 340px;
  min-width: 0;
}

.home-prices__copy .home-section__intro {
  max-width: 46ch;
  margin-top: 18px;
  line-height: 1.65;
}

.home-prices__cta {
  padding: 20px 22px;
  margin-top: 26px;
  border: 1px solid rgb(255 122 26 / 35%);
  border-radius: var(--radius);
  background: var(--color-surface-raised);
}

.home-prices__cta h3 {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-prices__cta p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.home-prices__cta .button {
  min-height: 44px;
  margin-top: 14px;
  font-size: 14.5px;
}

.home-prices__table {
  flex: 1 1 460px;
  min-width: 0;
  align-self: flex-start;
}

.price-list__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  background: var(--color-surface-raised);
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-list__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 11px 22px;
  border-bottom: 1px solid var(--color-border);
}

.price-list__row > strong {
  color: var(--color-accent);
  font-family: Oswald, Impact, sans-serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.price-list__row div > strong {
  font-size: 15.5px;
  font-weight: 600;
}

.price-list__row div > span {
  font-size: 13px;
}

.price-list__row:last-child {
  border-bottom: 1px solid var(--color-border);
}

.price-list__row div,
.contact-list {
  display: grid;
  gap: 4px;
}

.price-list__row span {
  color: var(--color-muted);
}

.price-list__note {
  padding: 16px 22px;
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.6;
}

.home-prices__all {
  display: inline-block;
  margin-top: 14px;
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-estimate {
  color: var(--color-text);
  background: var(--color-bg);
  border: 0;
}

.home-estimate__panel {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgb(255 122 26 / 30%);
  border-radius: 18px;
  background: linear-gradient(120deg, #1a1410, #14181c 55%);
}

.home-estimate .home-section__intro {
  margin-top: 16px;
  color: var(--color-muted);
  line-height: 1.65;
}

.home-estimate__copy {
  flex: 1 1 380px;
  min-width: 0;
}

.home-estimate__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-estimate__messenger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 10px;
  color: #0d0a16;
  font-size: 15px;
  font-weight: 600;
}

.home-estimate__messenger svg {
  width: 18px;
  height: 18px;
  color: #fff;
}

.home-estimate__messenger:hover {
  color: #0d0a16;
}

.home-estimate__messenger--max {
  background: #8f6bff;
}

.home-estimate__messenger--telegram {
  background: #2aabee;
}

.home-estimate__hint {
  margin: 14px 0 0;
  color: var(--color-muted);
  font-size: 13.5px;
}

.photo-form-card {
  flex: 1 1 340px;
  min-width: 290px;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.photo-form-card h3 {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.photo-estimate-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.photo-estimate-form__upload {
  padding: 20px 14px;
  border: 1.5px dashed rgb(255 122 26 / 50%);
  border-radius: 10px;
  color: #ffb26b;
  font-size: 14.5px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.photo-estimate-form__upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.photo-estimate-form > input {
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 10px;
  outline: none;
  background: var(--color-bg);
  color: var(--color-text);
  font: 15px "Golos Text", sans-serif;
}

.photo-estimate-form > input:focus {
  border-color: var(--color-accent);
}

.photo-estimate-form > button {
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: var(--color-accent);
  color: #14100b;
  font: 600 15.5px "Golos Text", sans-serif;
  cursor: pointer;
}

.photo-estimate-form__consent {
  display: flex;
  gap: 8px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.45;
}

.photo-estimate-form__consent input {
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: var(--color-accent);
}

.photo-estimate-form__consent a {
  color: #ffb26b;
}

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

.feature-card,
.review-card {
  padding: 28px;
  margin: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.feature-card h3,
.steps-list h3 {
  margin: 14px 0 8px;
  font-size: 1.35rem;
}

.feature-card p,
.steps-list p {
  margin: 0;
  color: var(--color-muted);
}

.home-why {
  border-block: 1px solid rgb(255 255 255 / 7%);
  background: #12151a;
}

.technology-compare {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.technology-card {
  flex: 1 1 300px;
  min-width: 0;
  padding: 24px 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.technology-card--pdr {
  border-color: rgb(255 122 26 / 45%);
}

.technology-card h3 {
  margin: 0;
  color: var(--color-muted);
  font-family: Oswald, Impact, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.technology-card--pdr h3 {
  color: var(--color-accent);
}

.technology-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.technology-card li {
  display: flex;
  gap: 11px;
  font-size: 15.5px;
  line-height: 1.5;
}

.technology-card li > span {
  color: var(--color-accent);
  font-weight: 600;
}

.technology-card li div {
  display: grid;
}

.technology-card li strong {
  font-weight: 600;
}

.technology-card li small {
  color: var(--color-muted);
  font-size: 13.5px;
}

.technology-card--paint {
  color: var(--color-muted);
}

.technology-card--paint li > span {
  color: #6f777d;
}

.technology-case {
  position: relative;
  display: grid;
  overflow: hidden;
  flex: 1 1 300px;
  min-width: 0;
  min-height: 306px;
  place-items: center;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-text);
  text-align: center;
}

.technology-case img,
.technology-case__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.technology-case img {
  object-fit: cover;
  transition: transform 240ms ease;
}

.technology-case__shade {
  background: linear-gradient(rgb(10 12 14 / 35%), rgb(10 12 14 / 78%));
}

.technology-case__action,
.technology-case strong {
  position: relative;
  z-index: 1;
}

.technology-case__action {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-accent);
  color: #14100b;
  font-size: 32px;
}

.technology-case strong {
  position: absolute;
  right: 20px;
  bottom: 26px;
  left: 20px;
  font-family: Oswald, Impact, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.technology-case:hover {
  color: var(--color-text);
}

.technology-case:hover img {
  transform: scale(1.035);
}

.home-steps .home-section__title {
  margin-bottom: 34px;
}

.steps-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.steps-summary {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  flex: 1 1 300px;
  min-width: 0;
}

.steps-summary__intro {
  max-width: 44ch;
  margin: 0;
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.65;
}

.steps-summary__note {
  padding: 20px 22px;
  margin-top: 18px;
  border: 1px solid rgb(255 122 26 / 35%);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.steps-summary__note h3 {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.steps-summary__note p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.steps-summary__note a {
  display: inline-block;
  margin-top: 14px;
  color: #ffb26b;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.steps-summary__stats {
  display: flex;
  gap: 26px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.steps-summary__stats li {
  display: grid;
  gap: 2px;
}

.steps-summary__stats strong {
  color: var(--color-accent);
  font-family: Oswald, Impact, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.steps-summary__stats span {
  color: var(--color-muted);
  font-size: 12.5px;
}

.steps-list {
  display: grid;
  flex: 1.5 1 440px;
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: pdrcar-step;
}

.steps-list li {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 18px;
  min-height: 110px;
  counter-increment: pdrcar-step;
}

.steps-list li::before {
  content: counter(pdrcar-step, decimal-leading-zero);
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1.5px solid rgb(255 122 26 / 55%);
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-accent);
  font-family: Oswald, Impact, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.steps-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 22px;
  width: 2px;
  background: linear-gradient(rgb(255 122 26 / 40%), rgb(255 122 26 / 6%));
}

.steps-list h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.steps-list__body {
  min-width: 0;
  padding: 8px 0 26px;
}

.steps-list__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.steps-list__heading > span {
  padding: 3px 8px;
  border: 1px solid rgb(255 122 26 / 40%);
  border-radius: 7px;
  color: #ffb26b;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.steps-list p {
  max-width: 58ch;
  margin: 7px 0 0;
  color: var(--color-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.steps-list li:last-child .steps-list__body {
  padding-bottom: 0;
}

.home-master__layout {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(40px, 5vw, 68px);
}

.home-master__content {
  min-width: 0;
}

.home-master__text {
  max-width: 52ch;
  margin-top: 16px;
  color: var(--color-muted);
  font-size: 15.5px;
  line-height: 1.65;
}

.home-master__text p {
  margin: 0;
}

.home-master__quote {
  padding: 4px 0 4px 18px;
  margin: 24px 0 0;
  border-left: 3px solid var(--color-accent);
  color: var(--color-text);
  font-size: 16px;
  font-style: italic;
  line-height: 1.55;
}

.home-master__gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: repeat(2, minmax(180px, 1fr));
  gap: 12px;
  min-width: 0;
}

.home-master__photo {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #0f1215;
}

.home-master__photo--1 {
  grid-row: 1 / 3;
}

.home-master__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-master__photo--1 img {
  object-position: 46% center;
}

.review-widgets {
  display: grid;
  grid-template-columns: minmax(0, var(--reviews-widget-width));
  align-items: start;
  justify-content: center;
  margin-top: 30px;
}

.yandex-reviews-widget {
  position: relative;
  width: 100%;
  max-width: var(--reviews-widget-width);
  height: 700px;
  overflow: hidden;
  border-radius: 20px;
}

.yandex-reviews-widget iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  box-sizing: border-box;
}

.yandex-reviews-widget > a {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  color: #b3b3b3;
  font: 10px Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-faq {
  border-block: 1px solid rgb(255 255 255 / 7%);
  background: #12151a;
}

.home-faq__inner {
  width: min(calc(100% - (2 * var(--gutter))), var(--content-narrow));
  margin-inline: auto;
}

.home-faq__inner .home-section__title {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 12px;
  background: var(--color-surface);
}

.faq-item:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

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

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 19px;
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item > div {
  padding: 0 20px 18px;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.65;
}

.faq-item > div > :first-child {
  margin-top: 0;
}

.faq-item > div > :last-child {
  margin-bottom: 0;
}

.home-faq__more {
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: 14.5px;
}

.home-contacts {
  border-top: 1px solid rgb(255 255 255 / 7%);
  background: #12151a;
}

.contact-list {
  font-style: normal;
}

.home-articles__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.home-articles__head .home-section__title {
  margin-bottom: 0;
}

.home-articles__head > a,
.contact-card__route {
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-articles__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.home-article-card {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  color: var(--color-text);
}

.home-article-card:hover {
  border-color: rgb(255 122 26 / 45%);
  color: var(--color-text);
}

.home-article-card img,
.home-article-card__placeholder {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 10px;
  object-fit: cover;
  background: #0f1215;
}

.home-article-card__placeholder {
  display: grid;
  place-items: center;
  color: rgb(255 122 26 / 45%);
  font-family: Oswald, Impact, sans-serif;
}

.home-article-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.home-article-card__copy strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.home-article-card__copy time {
  color: #6f777d;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
}

.home-contacts__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.contact-card,
.contact-form-card {
  flex: 1 1 320px;
  min-width: 0;
  padding: 22px 24px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-card > div {
  display: flex;
  flex-direction: column;
}

.contact-card__label {
  color: #6f777d;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-card strong,
.contact-card > div > a:not(.contact-card__phone) {
  margin-top: 5px;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.35;
}

.contact-card small {
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 13.5px;
  line-height: 1.3;
}

.contact-card__phone {
  margin-top: 5px;
  color: var(--color-text);
  font-family: Oswald, Impact, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.contact-card__route {
  margin-top: auto;
}

.contact-form-card {
  padding: 24px;
}

.contact-form-card h3 {
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-form-card > p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.5;
}

.contact-form-card form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.contact-form-card form > input:not([type="hidden"]),
.contact-form-card button {
  min-height: 46px;
  border-radius: 10px;
  font: 15px "Golos Text", sans-serif;
}

.contact-form-card form > input:not([type="hidden"]) {
  padding: 12px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  background: #0e1113;
  color: var(--color-text);
}

.contact-form-card button {
  border: 0;
  background: var(--color-accent);
  color: #14100b;
  font-weight: 600;
  cursor: pointer;
}

.contact-form-card__consent {
  display: flex;
  gap: 8px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.45;
  cursor: pointer;
}

.contact-form-card__consent input {
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: var(--color-accent);
}

.contact-form-card__consent a {
  color: #ffb26b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.contact-form-card__consent a:hover,
.contact-form-card__consent a:focus-visible {
  color: #fff;
}

.contact-form-card .lead-form-status:empty {
  display: none;
}

.contact-map {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  flex: 1.2 1 360px;
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: var(--radius);
  background: #151a1f;
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  height: 100%;
  border: 0;
}

.contact-map > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  text-align: center;
}

.contact-map__pin {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 8px rgb(255 122 26 / 18%), 0 0 0 18px rgb(255 122 26 / 7%);
}

.contact-map p {
  margin: 0;
  color: var(--color-muted);
  font-size: 13.5px;
}

.contact-map a {
  padding: 11px 16px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 10px;
  color: var(--color-text);
  font-size: 13.5px;
  font-weight: 500;
}

.entry-shell {
  width: min(100% - (2 * var(--gutter)), 920px);
  margin-inline: auto;
}

.entry-title,
.archive-title {
  margin: 0 0 24px;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(2.15rem, 4.2vw, 3.65rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

.entry-header {
  padding-bottom: clamp(28px, 4vw, 48px);
  border-bottom: 1px solid var(--color-border);
}

.entry-header > time {
  display: block;
  margin-bottom: 12px;
  color: var(--color-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.entry-lead {
  max-width: 760px;
  margin: 0;
  color: #c6cdd2;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.entry-hero {
  overflow: hidden;
  margin-top: 32px;
  border-radius: var(--radius);
  background: var(--color-surface);
}

.entry-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.entry-content {
  padding-top: clamp(30px, 4vw, 50px);
  color: #d4d9dd;
  font-size: 17px;
}

.entry-content > * {
  max-width: 100%;
}

.entry-content > * + * {
  margin-top: 1.2em;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.8em;
  margin-bottom: 0.7em;
  color: var(--color-text);
  font-family: Oswald, Impact, sans-serif;
  font-weight: 600;
  line-height: 1.18;
  text-transform: uppercase;
  text-wrap: balance;
}

.entry-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.entry-content h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.entry-content a {
  color: #ffad68;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.entry-content img {
  overflow: hidden;
  border-radius: 10px;
}

.entry-content table {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  padding: 12px 14px;
  border: 1px solid var(--color-border);
  text-align: left;
}

.legal-page .entry-content {
  line-height: 1.72;
}

.legal-page .entry-content ul,
.legal-page .entry-content ol {
  padding-left: 1.4em;
}

.legal-requisites {
  margin-top: clamp(44px, 7vw, 80px);
}

.legal-requisites__panel {
  width: min(100% - (2 * var(--gutter)), 920px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.legal-requisites h2 {
  margin: 0 0 18px;
  font: 600 clamp(22px, 3vw, 30px)/1.2 Oswald, Impact, sans-serif;
  text-transform: uppercase;
}

.legal-requisites dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.legal-requisites dl > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--color-border);
}

.legal-requisites dt,
.legal-requisites p {
  color: var(--color-muted);
}

.legal-requisites dd,
.legal-requisites p {
  margin: 0;
}

.legal-requisites a {
  color: #ffb26b;
}

.entry-related,
.entry-faq,
.entry-cta {
  margin-top: clamp(56px, 8vw, 96px);
  border-top: 1px solid var(--color-border);
}

.entry-related__all {
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.entry-cta {
  padding-bottom: 0;
}

.entry-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 10%, rgb(255 122 26 / 14%), transparent 38%),
    var(--color-surface-raised);
  box-shadow: var(--shadow);
}

.entry-cta__copy .home-section__title {
  margin-bottom: 16px;
}

.entry-cta__copy > p:last-child {
  max-width: 600px;
  margin: 0;
  color: var(--color-muted);
}

.entry-cta__form {
  display: grid;
  align-content: start;
  gap: 12px;
}

.entry-cta__form > label:not(.entry-cta__consent, .form-honeypot) {
  display: grid;
  gap: 6px;
  color: var(--color-muted);
  font-size: 12px;
}

.entry-cta__form input[type="text"],
.entry-cta__form input[type="tel"] {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 10px;
  outline: none;
  background: var(--color-bg);
  color: var(--color-text);
  font: 15px "Golos Text", sans-serif;
}

.entry-cta__form input:focus {
  border-color: var(--color-accent);
}

.entry-cta__form button {
  min-height: 50px;
  border: 0;
  border-radius: 10px;
  background: var(--color-accent);
  color: #14100b;
  font: 600 16px "Golos Text", sans-serif;
  cursor: pointer;
}

.entry-cta__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--color-muted);
  font-size: 11px;
}

.entry-cta__consent input {
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--color-accent);
}

.entry-cta__consent a {
  color: #ffb26b;
}

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

.content-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow);
}

.content-card__media {
  display: block;
  min-height: 208px;
  background: #0f1215;
}

.content-card__media img {
  width: 100%;
  height: 208px;
  object-fit: cover;
}

.content-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 208px;
  color: rgb(233 236 239 / 24%);
  font-family: Oswald, Impact, sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.content-card__placeholder b {
  color: rgb(255 122 26 / 35%);
}

.content-card__body {
  padding: 22px;
}

.content-card__title {
  margin: 0 0 10px;
  font-family: Oswald, Impact, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.content-card__body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.content-card__title a {
  text-decoration: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pagination .page-numbers {
  display: inline-flex;
  min-width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding-inline: 12px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 11px;
  background: #121619;
  color: #c9d1d6;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus-visible {
  border-color: rgb(255 107 0 / 70%);
  background: rgb(255 107 0 / 10%);
  color: #fff;
  transform: translateY(-1px);
}

.pagination .page-numbers.current {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #14100b;
  box-shadow: 0 8px 22px rgb(255 107 0 / 18%);
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  min-width: 104px;
  padding-inline: 16px;
}

.pagination .page-numbers.dots {
  min-width: 28px;
  padding-inline: 2px;
  border-color: transparent;
  background: transparent;
  color: var(--color-muted);
}

.messenger-fab {
  position: fixed;
  z-index: 80;
  right: 16px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.messenger-fab__link {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 22px rgb(0 0 0 / 45%);
  transition: transform 160ms ease;
}

.messenger-fab__link:hover {
  color: #fff;
  transform: scale(1.08);
}

.messenger-fab__link--telegram {
  background: #2aabee;
}

.messenger-fab__link--max {
  background: #8f6bff;
}

.messenger-fab svg {
  width: 23px;
  height: 23px;
}

.messenger-fab__link--max svg {
  width: 25px;
  height: 25px;
}

.lead-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgb(4 6 8 / 72%);
  backdrop-filter: blur(5px);
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal__panel {
  position: relative;
  overflow-y: auto;
  width: min(420px, 100%);
  max-height: calc(100dvh - 36px);
  padding: 26px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 16px;
  outline: none;
  background: var(--color-surface);
  box-shadow: 0 30px 80px rgb(0 0 0 / 60%);
}

.lead-modal__panel--photo {
  width: min(440px, 100%);
}

.lead-modal__panel h2 {
  padding-right: 34px;
  margin: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lead-modal__panel > div > p,
.lead-modal__success p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.5;
}

.lead-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--color-muted);
  font-size: 19px;
  cursor: pointer;
}

.lead-modal__close:hover {
  background: rgb(255 255 255 / 7%);
  color: var(--color-text);
}

.modal-lead-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.modal-lead-form > input {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 10px;
  outline: none;
  background: var(--color-bg);
  color: var(--color-text);
  font: 15px "Golos Text", sans-serif;
}

.modal-lead-form > input:focus {
  border-color: var(--color-accent);
}

.modal-lead-form > button {
  min-height: 48px;
  padding: 13px;
  border: 0;
  border-radius: 10px;
  background: var(--color-accent);
  color: #14100b;
  font: 600 15.5px "Golos Text", sans-serif;
  cursor: pointer;
}

.modal-lead-form__consent {
  display: flex;
  gap: 8px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.45;
}

.modal-lead-form__consent input {
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: var(--color-accent);
}

.modal-lead-form__consent a {
  color: #ffb26b;
}

.modal-lead-form__upload {
  padding: 18px 14px;
  border: 1.5px dashed rgb(255 122 26 / 50%);
  border-radius: 10px;
  color: #ffb26b;
  font-size: 14.5px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.modal-lead-form__upload:hover {
  border-color: var(--color-accent);
  background: rgb(255 122 26 / 6%);
}

.modal-lead-form__upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.lead-modal__messengers {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.lead-modal__messenger {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
}

.lead-modal__messenger:hover {
  color: #fff;
}

.lead-modal__messenger--telegram {
  background: #2aabee;
}

.lead-modal__messenger--max {
  background: #8f6bff;
}

.lead-modal__messenger svg {
  width: 17px;
  height: 17px;
}

.lead-modal__separator {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 4px;
  color: #6f777d;
  font-size: 12px;
  white-space: nowrap;
}

.lead-modal__separator span {
  flex: 1;
  height: 1px;
  background: var(--color-border);
}

.lead-modal__success {
  padding: 26px 6px;
  text-align: center;
}

.lead-modal__success > b {
  color: var(--color-accent);
  font-size: 40px;
}

.lead-modal__success h2 {
  padding: 0;
  margin-top: 10px;
  font-size: 20px;
}

.site-footer {
  padding-block: 48px 28px;
  border-top: 1px solid rgb(255 255 255 / 7%);
  background: #0b0e10;
  color: var(--color-text);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 64px;
}

.site-footer__about {
  flex: 1 1 240px;
}

.site-footer__brand b {
  color: var(--color-accent);
}

.site-footer__tagline {
  display: block;
  margin-top: 4px;
  color: var(--color-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-footer__about p {
  max-width: 34ch;
  margin: 14px 0 0;
  color: var(--color-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.site-footer__sections {
  flex: 0 1 auto;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: #6f777d;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer .site-footer__sections ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, auto));
  gap: 8px 32px;
  font-size: 14px;
}

.site-footer__sections a,
.site-footer__contacts > a:not(.site-footer__callback) {
  color: #c9d1d6;
}

.site-footer__sections a:hover,
.site-footer__sections a:focus-visible,
.site-footer__sections .current-menu-item > a,
.site-footer__sections .current-menu-ancestor > a,
.site-footer__sections .current_page_item > a {
  color: #fff;
}

.site-footer__sections .current-menu-item > a,
.site-footer__sections .current-menu-ancestor > a,
.site-footer__sections .current_page_item > a {
  text-decoration-color: var(--color-accent);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-footer__contacts {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

.site-footer__contacts h2 {
  margin-bottom: 4px;
}

.site-footer__contacts span {
  max-width: 300px;
  color: var(--color-muted);
}

.site-footer__callback {
  color: #ffb26b;
  font-weight: 500;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 28px;
  padding-top: 20px;
  margin-top: 36px;
  border-top: 1px solid rgb(255 255 255 / 6%);
  color: #6f777d;
  font-size: 12.5px;
}

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

@media (min-width: 1200px) {
  .home-cases .home-section__title {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 1199px) {
  .site-topbar {
    display: none;
  }

  .site-header__inner {
    position: relative;
    gap: 8px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-navigation {
    position: absolute;
    top: 100%;
    right: calc(-1 * var(--gutter));
    left: calc(-1 * var(--gutter));
    display: none;
    padding: 6px var(--gutter) 20px;
    margin: 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    background: #101317;
    box-shadow: 0 24px 50px rgb(0 0 0 / 55%);
  }

  .primary-navigation[data-open] {
    display: block;
  }

  .primary-navigation ul {
    display: grid;
    gap: 0;
  }

  .primary-navigation a {
    padding: 13px 4px;
    border-bottom: 1px solid rgb(255 255 255 / 5%);
    border-radius: 0;
    color: var(--color-text);
    font-size: 16px;
  }

  .site-header__callback,
  .site-header__messengers {
    display: none;
  }

  .site-header__phone {
    font-size: 17px;
  }

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

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

  .home-master__layout,
  .home-faq__inner,
  .entry-cta__panel,
  .polishing-protection__layout {
    grid-template-columns: 1fr;
  }

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

}

@media (min-width: 900px) and (max-width: 1199px) {
  .home-hero__inner {
    gap: 30px;
  }

  .home-hero__content {
    flex-basis: 430px;
  }

  .hero-lead-card {
    flex-basis: 390px;
  }
}

@media (max-width: 760px) {
  body.home {
    padding-bottom: 68px;
  }

  .pagination {
    margin-top: 34px;
  }

  .pagination .nav-links {
    gap: 6px;
  }

  .pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    padding-inline: 10px;
    border-radius: 10px;
    font-size: 12px;
  }

  .pagination .page-numbers.prev,
  .pagination .page-numbers.next {
    min-width: 94px;
    padding-inline: 12px;
  }

  .review-widgets {
    grid-template-columns: 1fr;
  }

  .yandex-reviews-widget {
    height: 650px;
    border-radius: 16px;
  }

  .yandex-reviews-widget iframe {
    border-radius: 16px;
  }

  .site-header__inner {
    min-height: 60px;
    padding-block: 8px;
  }

  .polishing-price-table {
    overflow-x: auto;
  }

  .polishing-price-table .price-list {
    min-width: 620px;
  }

  .legal-requisites dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-branding__name {
    font-size: 21px;
  }

  .site-branding__tagline {
    font-size: 9.5px;
    letter-spacing: 0.14em;
    white-space: nowrap;
  }

  .site-header__phone {
    overflow: hidden;
    max-width: 138px;
    text-overflow: clip;
    white-space: nowrap;
  }

  .site-header__actions {
    gap: 6px;
  }

  .home-hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgb(10 12 14 / 93%) 0%, rgb(10 12 14 / 76%) 52%, rgb(10 12 14 / 66%) 100%),
      var(--pdrcar-hero-image) 57% center / cover no-repeat;
  }

  .home-hero__inner {
    display: block;
    padding-block: 54px 0;
  }

  .polishing-hero .home-hero__inner {
    padding-bottom: 54px;
  }

  .home-eyebrow {
    margin-bottom: 18px;
    font-size: 11.5px;
  }

  .home-hero__title {
    max-width: 100%;
    font-size: clamp(29px, 8.15vw, 32px);
    line-height: 1.06;
    text-wrap: initial;
    overflow-wrap: anywhere;
  }

  .home-hero__benefits {
    gap: 14px;
    font-size: 16px;
    white-space: normal;
  }

  .home-hero__benefits li {
    position: relative;
    padding-left: 24px;
  }

  .home-hero__benefits li::before {
    position: absolute;
    left: 0;
    margin-right: 0;
  }

  .home-hero__cases-link {
    margin-top: 30px;
    font-size: 11.5px;
  }

  .hero-lead-card {
    width: 100%;
    min-width: 0;
    padding: 24px 20px 20px;
    margin-top: 48px;
    border-radius: 16px;
  }

  .hero-lead-form__consent {
    white-space: normal;
  }

  .home-trust__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 0;
  }

  .home-trust__item {
    padding-block: 18px;
    border-bottom: 1px solid var(--color-border);
  }

  .mobile-cta-bar {
    z-index: 95;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    padding: 10px 12px;
    border-top: 1px solid rgb(255 255 255 / 13%);
    background: rgb(14 17 19 / 97%);
    backdrop-filter: blur(12px);
  }

  .mobile-cta-bar a {
    display: grid;
    place-items: center;
    min-height: 46px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 10px;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-cta-bar__call {
    border-color: var(--color-accent) !important;
    background: var(--color-accent);
    color: #14100b !important;
  }

  .cards-grid,
  .site-footer__inner,
  .feature-grid,
  .reviews-grid,
  .home-estimate__inner {
    grid-template-columns: 1fr;
  }

  .price-list__row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .home-section {
    padding-block: 84px;
  }

  .home-prices__grid,
  .home-estimate__panel,
  .steps-layout {
    gap: 32px;
  }

  .technology-card {
    flex-basis: 100%;
    min-width: 0;
    padding: 24px 26px;
  }

  .technology-case {
    min-height: 280px;
    flex-basis: 100%;
  }

  .home-articles__grid {
    grid-template-columns: 1fr;
  }

  .steps-summary {
    position: static;
    flex-basis: 100%;
  }

  .steps-list {
    flex-basis: 100%;
  }

  .steps-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0 12px;
    min-height: 104px;
  }

  .steps-list li::before {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .steps-list li:not(:last-child)::after {
    top: 40px;
    left: 19px;
  }

  .steps-list__body {
    padding-top: 5px;
  }

  .steps-list__heading {
    align-items: flex-start;
  }

  .messenger-fab {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    gap: 8px;
  }

  .messenger-fab__link {
    width: 46px;
    height: 46px;
  }

  .messenger-fab svg {
    width: 20px;
    height: 20px;
  }

  .messenger-fab__link--max svg {
    width: 22px;
    height: 22px;
  }

  .lead-modal {
    align-items: flex-end;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  }

  .lead-modal__panel,
  .lead-modal__panel--photo {
    width: 100%;
    max-height: calc(100dvh - 24px - env(safe-area-inset-bottom));
    padding: 24px 20px;
  }

  .lead-modal__panel h2 {
    font-size: 21px;
  }

  .home-master__gallery {
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: repeat(2, minmax(126px, 34vw));
  }
}

@media (max-width: 480px) {
  .home-master__layout {
    gap: 32px;
  }

  .home-master__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 140px;
  }

  .home-master__photo--1 {
    grid-row: auto;
    grid-column: 1 / 3;
  }
}

@media (max-width: 380px) {
  .site-header__phone {
    max-width: 124px;
    font-size: 15px;
  }

  .lead-modal__messengers,
  .steps-summary__stats {
    gap: 8px;
  }

  .lead-modal__messenger {
    padding-inline: 8px;
    font-size: 13.5px;
  }
}

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

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