.js-enabled .js-reveal {
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}

.js-enabled .js-reveal-up {
  opacity: 0;
  transform: translateY(20px);
}

.js-enabled .js-reveal-scale {
  opacity: 0;
  transform: scale(0.95);
}

.js-enabled .js-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, backdrop-filter 0.24s ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.24s ease;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: var(--border);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04), 0 12px 24px -20px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header.is-scrolled::before {
  opacity: 0;
}

.site-header:not(.is-scrolled) .header-call-button {
  background: var(--primary) !important;
  border-color: transparent !important;
  box-shadow: 0 12px 24px -16px rgba(255, 107, 53, 0.9);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header:not(.is-scrolled) .header-call-button:hover {
  background: var(--primary) !important;
}

.site-header:not(.is-scrolled) .header-call-button svg {
  color: #fff !important;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 7rem 0 0;
  color: #fff;
  background-color: #0f172a;
  background-image: url("/assets/images/hero70.jpg");
  background-size: cover;
  background-position: center top;
}

.hero-section__backdrop,
.hero-section__overlay {
  position: absolute;
  inset: 0;
}

.hero-section__backdrop {
  z-index: 0;
  background: transparent;
}

.hero-section__overlay {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.76) 18%, rgba(255, 255, 255, 0.48) 34%, rgba(255, 255, 255, 0.16) 46%, rgba(255, 255, 255, 0) 50%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.14) 100%);
}

.hero-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  min-height: 0;
}

.hero-section__content {
  position: relative;
  max-width: 42rem;
  z-index: 1;
  padding-top: 3.5rem;
}

.hero-title {
  max-width: 14ch;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

.hero-lead-panel {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: 37.4rem;
  margin-left: 0;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px -22px rgba(15, 23, 42, 0.55);
}

.hero-lead {
  margin: 0;
  max-width: 42rem;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.5;
  color: #000 !important;
  text-shadow: none;
}

.hero-actions {
  display: inline-flex;
  align-items: stretch;
  gap: 0.75rem;
  width: fit-content;
}

.hero-actions a {
  min-height: 3.75rem;
  border-radius: 0.95rem;
  box-sizing: border-box;
}

/* Темный бордер для основной кнопки (оранжевая) */
.hero-section .hero-actions a[href^="tel:"] {
  background: var(--primary) !important;
  border: 4px solid #e65a2b !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Темный бордер для кнопки «Рассчитать стоимость» (темная) */
.hero-section .hero-actions a[href="#form"] {
  background: #0f172a !important;
  color: #fff !important;
  border: 4px solid #000 !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-section a[href="#form"]:hover {
  background: #1e293b;
}

.hero-section a[href="#form"] svg {
  color: #fff;
}

@media (max-width: 1023px) {
  .hero-title {
    max-width: 16ch;
    line-height: 1.04;
  }
}

.hero-photo-caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.32rem;
  max-width: 24rem;
  width: fit-content;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.74), rgba(15, 23, 42, 0.46));
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: 0 20px 40px -28px rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(10px);
  text-align: left;
}

.hero-photo-caption__eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero-photo-caption__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-photo-caption__meta {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.78);
}

.hero-photo-caption__meta--work {
  color: rgba(255, 255, 255, 0.92);
}

.director-photo {
  position: relative;
  aspect-ratio: 1 / 0.88;
  background: #d7dde4;
}

.director-photo__image {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-position: center 18%;
}

.director-photo__badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.15;
  box-shadow: 0 12px 28px -18px rgba(3, 7, 16, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 767px) {
  .director-photo {
    aspect-ratio: 1 / 0.9;
  }

  .director-photo__image {
    object-position: center 16%;
  }

  .director-photo__badge {
    right: 0.7rem;
    bottom: 0.7rem;
    padding: 0.65rem 1rem;
    font-size: 0.92rem;
  }

  .hero-section {
    min-height: auto;
    padding: 6rem 0 3.75rem;
  }

  .hero-section__grid {
    min-height: 0;
  }

  .hero-section__content {
    padding-top: 2.75rem;
  }
}

@media (max-width: 639px) {
  .hero-section {
    min-height: 100svh;
    padding: 5.5rem 0 0;
    background-position: 60% top;
  }

  .hero-section__overlay {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.87) 28%, rgba(255, 255, 255, 0.62) 46%, rgba(255, 255, 255, 0.28) 62%, rgba(255, 255, 255, 0.08) 72%, rgba(255, 255, 255, 0) 78%),
      linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.2) 100%);
  }

  .hero-section__content {
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - 5.5rem);
    padding-top: 2.25rem;
  }

  .hero-actions {
    margin-top: auto;
    width: 100%;
    gap: 0.8rem;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem);
  }

  .hero-actions a {
    width: 100%;
  }
}

.service-card-link {
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.section-highlight-badge {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 0.55rem 0.9rem;
  font-size: 0.8125rem;
  line-height: 1.25;
}

.site-header nav a,
header.sticky nav.hidden.md\:flex a {
  color: #000 !important;
  font-weight: 600;
}

.header-call-button {
  color: #fff !important;
  border-color: transparent !important;
  background: var(--primary) !important;
  font-weight: 600;
  box-shadow: 0 12px 24px -16px rgba(255, 107, 53, 0.9);
}

.header-call-button svg {
  color: #fff !important;
}

@media (min-width: 1024px) {
  .header-call-button {
    color: #fff !important;
    border-color: transparent !important;
    background: var(--primary) !important;
  }

  .header-call-button svg {
    color: #fff !important;
  }
}

.js-enabled .js-extra-service {
  display: none;
}

.js-enabled .js-services-section.services-expanded .js-extra-service {
  display: flex;
}

.service-card-link:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 107, 53, 0.3);
  box-shadow: 0 24px 44px -30px rgba(15, 23, 42, 0.35);
}

.service-card-link:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.priority-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--foreground);
  box-shadow: 0 18px 32px -30px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

.priority-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.38rem;
  background: linear-gradient(180deg, #ffb27a 0%, #ff6b35 100%);
}

.priority-card-planned::before {
  background: linear-gradient(180deg, #ffc857 0%, #ff8a3d 100%);
}

.priority-card-urgent {
  background: linear-gradient(180deg, #fffaf7 0%, #fff3eb 100%);
}

.priority-card-planned {
  background: linear-gradient(180deg, #ffffff 0%, #f3f6f9 100%);
}

.priority-card__eyebrow-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.priority-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 107, 53, 0.08);
  border: 1px solid rgba(255, 107, 53, 0.16);
  color: #b4471e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.priority-card-planned .priority-card__eyebrow {
  background: rgba(255, 200, 87, 0.12);
  border-color: rgba(255, 200, 87, 0.18);
  color: #8a6412;
}

.priority-card__title {
  margin: 0 0 0.7rem;
  color: var(--foreground);
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 14ch;
}

@media (min-width: 1024px) {
  .priority-card__title--planned {
    max-width: none;
    white-space: nowrap;
  }
}

.priority-card__lead {
  margin: 0 0 1rem;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.55;
}

.priority-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.25rem;
  padding: 0.85rem 1.25rem;
  border-radius: 0.8rem;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

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

.priority-card__action--urgent {
  background: linear-gradient(180deg, #ff7c45 0%, #ff6b35 100%);
  box-shadow: 0 18px 34px -24px rgba(255, 107, 53, 0.52);
}

.priority-card__action--planned {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
  box-shadow: 0 18px 30px -24px rgba(15, 23, 42, 0.42);
}

.priority-card__note {
  margin: 0.8rem 0 0;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.45;
}

@media (max-width: 639px) {
  .cta-paired-mobile {
    width: 220px;
    height: 52px;
  }

  .priority-card {
    padding: 1.35rem 1.2rem 1.25rem;
    border-radius: 0.95rem;
  }

  .priority-card__eyebrow-wrap {
    margin-bottom: 0.75rem;
  }

  .priority-card__title {
    max-width: none;
    font-size: 1.45rem;
  }

  .priority-card__lead {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .priority-card__action {
    width: 100%;
  }
}

.service-detail-check {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a3d 0%, #ff6b35 100%);
  box-shadow: 0 10px 20px -14px rgba(255, 107, 53, 0.8);
  position: relative;
}

.service-detail-check::after {
  content: "";
  position: absolute;
  left: 0.34rem;
  top: 0.23rem;
  width: 0.28rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(38deg);
}

.breadcrumbs,
.service-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

.breadcrumbs a,
.service-breadcrumbs a {
  color: var(--foreground);
  text-decoration: none;
  font-weight: 600;
}

.breadcrumbs a:hover,
.service-breadcrumbs a:hover {
  color: var(--primary);
}

.service-hero {
  position: relative;
  aspect-ratio: 16 / 5;
  border-radius: 2rem;
  overflow: hidden;
  background: #d7dde4;
}

.service-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.14) 0%, rgba(15, 23, 42, 0.24) 35%, rgba(15, 23, 42, 0.72) 100%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.15) 60%);
}

.service-hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 2rem;
  color: #fff;
}

.service-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 0.45rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-hero__title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 700;
  white-space: normal;
  text-wrap: balance;
}

.service-hero__text {
  margin-top: 1rem;
  max-width: 44rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
}

.service-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.service-hero__meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.55rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.service-intro-v2 {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

@media (min-width: 768px) {
  .service-intro-v2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 1.75rem 2rem;
    overflow: visible;
  }
}

.service-intro-v2__image-wrap {
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  background: var(--secondary);
}

.service-intro-v2__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.5) 42%, transparent 68%);
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 768px) {
  .service-intro-v2__image-wrap {
    grid-row: auto;
    grid-column: auto;
    width: 340px;
    flex-shrink: 0;
    border-radius: 0.75rem;
    border: 1px solid var(--border);
  }

  .service-intro-v2__image-wrap::after {
    display: none;
  }
}

.service-intro-v2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-intro-v2__content {
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  position: relative;
  z-index: 2;
  min-width: 0;
  flex: 1;
  padding: 1.25rem 1.25rem 1.5rem;
}

@media (min-width: 768px) {
  .service-intro-v2__content {
    grid-row: auto;
    grid-column: auto;
    align-self: auto;
    padding: 0;
  }
}

.service-intro-v2__title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #fff;
}

@media (min-width: 768px) {
  .service-intro-v2__title {
    color: var(--foreground);
  }
}

.service-intro-v2__text {
  margin: 0.75rem 0 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 768px) {
  .service-intro-v2__text {
    font-size: 1.1rem;
    color: var(--muted-foreground);
  }
}

.service-intro-v2__content .service-hero__meta {
  margin-top: 1rem;
  justify-content: flex-start;
}

.service-intro-v2__content .service-hero__meta span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.service-intro-v2__content .service-hero__meta span:first-child {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
}

@media (min-width: 768px) {
  .service-intro-v2__content .service-hero__meta span {
    background: var(--secondary);
    border: 1px solid var(--border);
    color: var(--foreground);
  }

  .service-intro-v2__content .service-hero__meta span:first-child {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.2);
    color: var(--primary);
    font-weight: 700;
  }
}

.page-top {
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .page-top {
    padding-bottom: 1.75rem;
  }
}

.page-top .page-top__inner {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .page-top .page-top__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .page-top .page-top__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page-top .breadcrumbs {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .page-top .breadcrumbs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .page-top .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.service-calc-section {
  padding-top: 1.25rem;
}

@media (min-width: 640px) {
  .service-calc-section {
    padding-top: 1.75rem;
  }
}

.service-article {
  --service-stack-gap: 2.5rem;
  --service-copy-gap: 1.2rem;
  --service-section-title-gap: 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--service-stack-gap);
  padding-bottom: 3.5rem;
}

.service-article__header {
  margin-bottom: -0.5rem;
}

.service-article__main-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: var(--foreground);
}

.service-article__intro,
.service-article__body {
  display: flex;
  flex-direction: column;
  gap: var(--service-copy-gap);
  max-width: none;
  font-size: 1.05rem;
  line-height: 1.88;
  color: var(--muted-foreground);
}

.service-article__body h2 {
  margin-top: var(--service-section-title-gap);
  color: var(--foreground);
  font-size: 1.85rem;
  line-height: 1.2;
  font-weight: 700;
}

.content-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.content-link:hover {
  color: #d95726;
}

.interlink-panel {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(255, 107, 53, 0.14);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 18px 32px -28px rgba(15, 23, 42, 0.24);
}

.interlink-panel__title {
  margin: 0 0 0.8rem;
  color: var(--foreground);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
}

.interlink-panel__list {
  display: grid;
  gap: 0.65rem;
}

.interlink-panel__list a {
  color: var(--foreground);
  text-decoration: none;
}

.interlink-panel__list a:hover {
  color: var(--primary);
}

.interlink-panel__list strong {
  display: inline;
  font-weight: 600;
}

.blog-post-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
}

.blog-post-meta__author {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.blog-post-meta__avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255, 107, 53, 0.16);
}

.blog-post-meta__author-copy,
.blog-post-meta__date {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.blog-post-meta__name,
.blog-post-meta__date time {
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 600;
}

.blog-post-meta__date time {
  color: var(--muted-foreground);
  font-weight: 500;
}

.blog-video-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.blog-video-card__frame {
  position: relative;
  min-height: 26rem;
  border-radius: 2rem;
  overflow: hidden;
  background: #cfd8e3;
}

.blog-video-card__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-video-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.18) 44%, rgba(15, 23, 42, 0.52) 100%);
}

.blog-video-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  box-shadow: 0 24px 44px -28px rgba(15, 23, 42, 0.48);
}

.blog-video-card__play svg {
  width: 2rem;
  height: 2rem;
  margin-left: 0.2rem;
}

.blog-video-card__summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 26rem;
  padding: 1.6rem 1.7rem;
  border: 1px solid var(--border);
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 20px 34px -30px rgba(15, 23, 42, 0.2);
}

.blog-video-card__summary h2 {
  color: var(--foreground);
  font-size: 1.85rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.9rem;
}

.blog-video-card__list {
  display: grid;
  gap: 0.55rem;
  color: var(--muted-foreground);
}

.blog-video-card__list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.12rem;
  line-height: 1.42;
}

.blog-video-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a3d 0%, #ff6b35 100%);
}

.service-callout {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 107, 53, 0.14);
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 138, 61, 0.06));
}

.service-callout__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.service-callout__title {
  color: var(--foreground);
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 700;
}

.service-callout__text {
  margin-top: 0.75rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--muted-foreground);
}

.service-callout > a {
  flex-shrink: 0;
  align-self: flex-start;
  white-space: nowrap;
}

.sticky-call-button {
  flex-shrink: 0;
  white-space: nowrap;
}

.mobile-sticky-bar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.mobile-sticky-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-faq {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}

.service-faq__title {
  color: var(--foreground);
  font-size: 1.85rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.service-faq__list {
  display: grid;
  gap: 1rem;
}

.service-faq__item {
  border-radius: 1.25rem;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 18px 32px -28px rgba(15, 23, 42, 0.24);
  overflow: hidden;
}

.service-faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.service-faq__icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.service-faq__icon::before,
.service-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.service-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.service-faq__item.is-open .service-faq__icon::after {
  opacity: 0;
}

.service-faq__panel {
  padding: 0 1.5rem 1.35rem;
}

.service-faq__question {
  color: var(--foreground);
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 700;
}

.service-faq__answer {
  color: var(--muted-foreground);
  font-size: 0.98rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .service-callout {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .service-callout > a {
    align-self: center;
  }
}

@media (max-width: 767px) {
  .service-hero {
    aspect-ratio: 16 / 8;
    border-radius: 1.5rem;
  }

  .service-hero__image {
    height: 100%;
  }

  .service-hero__content {
    padding: 1.25rem;
  }

  .service-hero__title {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1;
  }

  .service-hero__meta {
    gap: 0.4rem;
    margin-top: 0.85rem;
  }

  .service-hero__meta span {
    padding: 0.28rem 0.55rem;
    font-size: 0.62rem;
    font-weight: 700;
  }

  .service-hero--mobile-headline-only .service-hero__text {
    display: none;
  }

  .service-article {
    --service-stack-gap: 2rem;
    --service-section-title-gap: 0.85rem;
    padding-bottom: 2.5rem;
  }

  .blog-post-meta {
    padding: 0;
  }

  .blog-post-meta__avatar {
    width: 3rem;
    height: 3rem;
  }

  .blog-video-card__frame {
    border-radius: 1.5rem;
    min-height: 16rem;
  }

  .blog-video-card {
    grid-template-columns: 1fr;
  }

  .blog-video-card__summary {
    min-height: auto;
    padding: 1.2rem 1.1rem;
    border-radius: 1.4rem;
  }

  .blog-video-card__play {
    width: 4.25rem;
    height: 4.25rem;
  }

}

.messenger-button {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  border-radius: 1rem;
  padding: 1rem 1.125rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 12px 28px -18px rgba(0, 0, 0, 0.5);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.messenger-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px -20px rgba(0, 0, 0, 0.55);
  filter: saturate(1.04);
}

.messenger-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.messenger-button__label {
  letter-spacing: -0.01em;
}

.messenger-button-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.messenger-button-telegram {
  background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
}

.messenger-button-phone {
  background: linear-gradient(135deg, #ff8a3d 0%, #ff6b35 55%, #e85a2a 100%);
}

.messenger-button-max {
  background: linear-gradient(135deg, #2f3542 0%, #111827 100%);
}

.review-source {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  padding: 0.45rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--foreground);
  box-shadow: 0 8px 20px -18px rgba(0, 0, 0, 0.45);
}

.review-source__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.45rem;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.review-source__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-source__icon--yandex img {
  transform: scale(0.92);
}

.review-source__icon--2gis img {
  width: 2.7rem;
  max-width: none;
  object-fit: cover;
  object-position: left center;
}

.review-source__icon--avito img {
  transform: scale(0.88);
}

.reviews-track {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 184, 0.7) transparent;
}

.reviews-track::-webkit-scrollbar {
  height: 8px;
}

.reviews-track::-webkit-scrollbar-track {
  background: transparent;
}

.reviews-track::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.7);
  border-radius: 999px;
}

@media (max-width: 1023px) {
  .reviews-track .js-reveal,
  .reviews-track .js-reveal-up,
  .reviews-track .is-visible-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.director-photo {
  position: relative;
}

.director-photo__image {
  transform: scaleX(-1);
}

.service-area-map {
  background:
    radial-gradient(circle at 18% 24%, rgba(239, 68, 68, 0.08), transparent 22%),
    radial-gradient(circle at 76% 34%, rgba(59, 130, 246, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.service-area-map__canvas {
  position: relative;
  min-height: 18rem;
  border-radius: 1rem;
  border: 1px solid rgba(203, 213, 225, 0.95);
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  overflow: hidden;
}

.service-area-map__frame {
  position: absolute;
  inset: -1.9rem;
  width: calc(100% + 3.8rem);
  height: calc(100% + 3.8rem);
  border: 0;
  filter: saturate(0.9) contrast(0.96) brightness(0.99);
  pointer-events: none;
}

.service-area-map__canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 50% 50%, transparent 0 60%, rgba(255, 255, 255, 0.55) 88%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0 7%, transparent 16% 84%, rgba(255, 255, 255, 0.72) 93% 100%),
    linear-gradient(rgba(255, 255, 255, 0.72) 0 10%, transparent 18% 82%, rgba(255, 255, 255, 0.72) 90% 100%);
  pointer-events: none;
}

.service-area-map__canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.04), transparent 36%, rgba(255, 255, 255, 0.1));
  pointer-events: none;
}

@media (max-width: 767px) {
  .service-area-map__canvas {
    min-height: 20rem;
  }

  .service-area-map__frame {
    inset: -1.2rem;
    width: calc(100% + 2.4rem);
    height: calc(100% + 2.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal,
  .group img {
    transition: none !important;
  }
}

@media (min-width: 1024px) {
  .guarantee-card-head {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .guarantee-card-title {
    text-align: center;
  }

  .js-enabled .js-extra-review {
    display: none;
  }

  .js-enabled .js-reviews-section.reviews-expanded .js-extra-review {
    display: flex;
  }
}

/*
 * Slightly darker muted text improves readability and accessibility
 * without changing the overall visual style of the site.
 */
:root {
  --muted-foreground: #5f6b76;
}

/* Services grid v2 (from site2 layout) */
.services-grid-v2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.services-grid-v2 .sgv2-card,
.services-grid-v2 a.sgv2-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.services-grid-v2 .svc-price {
  font-weight: 800;
  color: var(--primary);
}

.services-grid-v2 .svc-more {
  font-weight: 600;
  color: var(--primary);
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.services-grid-v2 .svc-more__ic {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.services-grid-v2 .svc-split {
  margin-top: 2rem;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.services-grid-v2 .svc-split + .svc-split {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .services-grid-v2 .svc-split .svc-feature {
    order: -1;
  }
}

@media (min-width: 768px) {
  .services-grid-v2 .svc-split {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.services-grid-v2 .svc-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 320px;
  border: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.services-grid-v2 a.svc-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .services-grid-v2 .svc-feature {
    min-height: 360px;
  }
}

.services-grid-v2 .svc-feature > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-grid-v2 .svc-feature-body {
  position: relative;
  flex: 1;
  padding: 24px;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.55) 55%, transparent 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
}

.services-grid-v2 .svc-feature h4 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .services-grid-v2 .svc-feature h4 {
    font-size: 1.375rem;
  }
}

.services-grid-v2 .svc-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  max-width: 28rem;
}

.services-grid-v2 .svc-feature .svc-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.services-grid-v2 .svc-feature .svc-price,
.services-grid-v2 .svc-feature .svc-more {
  color: #fff;
}

.services-grid-v2 .svc-extra {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.services-grid-v2 .svc-extra-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  flex: 1;
}

.services-grid-v2 .svc-extra-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.15);
}

.services-grid-v2 .svc-extra-thumb {
  width: 112px;
  flex-shrink: 0;
  background: var(--secondary);
  overflow: hidden;
}

@media (min-width: 640px) {
  .services-grid-v2 .svc-extra-thumb {
    width: 128px;
  }
}

.services-grid-v2 .svc-extra-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-grid-v2 .svc-extra-body {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  min-width: 0;
}

@media (min-width: 640px) {
  .services-grid-v2 .svc-extra-body {
    padding: 20px;
    gap: 16px;
  }
}

.services-grid-v2 .svc-extra-text {
  flex: 1;
  min-width: 0;
}

.services-grid-v2 .svc-extra-text h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--foreground);
}

@media (min-width: 640px) {
  .services-grid-v2 .svc-extra-text h4 {
    font-size: 1.0625rem;
  }
}

.services-grid-v2 .svc-extra-text p {
  margin: 4px 0 0;
  color: var(--muted-foreground);
  font-size: 0.88rem;
}

.services-grid-v2 .svc-extra-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}

.services-grid-v2 .svc-extra-meta .svc-price {
  font-size: 0.88rem;
}

.services-grid-v2 .svc-extra-meta .svc-more {
  font-size: 0.82rem;
}

@media (max-width: 767px) {
  .services-grid-v2 .svc-extra-item {
    flex: none;
    align-items: flex-start;
  }

  .services-grid-v2 .svc-extra-thumb {
    width: 112px;
    height: 112px;
    min-width: 112px;
    min-height: 112px;
    align-self: flex-start;
  }

  .services-grid-v2 .svc-extra-body {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px 16px;
  }

  .services-grid-v2 .svc-extra-meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-shrink: 0;
  }

  .services-grid-v2 .svc-feature h4 {
    font-size: 1.125rem;
  }
}

.services-grid-v2 .svc-split + .svc-more-grid {
  margin-top: 16px;
}

.services-grid-v2 .svc-more-grid {
  margin-top: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .services-grid-v2 .svc-more-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .services-grid-v2 .svc-more-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.services-grid-v2 .svc-tile {
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.services-grid-v2 .svc-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.15);
}

.services-grid-v2 .svc-tile:hover .svc-tile__img img {
  transform: scale(1.04);
}

.services-grid-v2 .svc-tile__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--secondary);
}

.services-grid-v2 .svc-tile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.services-grid-v2 .svc-tile__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.services-grid-v2 .svc-tile__body h4 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.services-grid-v2 .svc-tile__body p {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 0.92rem;
}

.services-grid-v2 .svc-tile__body .svc-row {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

@media (max-width: 767px) {
  .services-grid-v2 .svc-tile {
    flex-direction: row;
    align-items: flex-start;
  }

  .services-grid-v2 .svc-tile__img {
    width: 112px;
    height: 112px;
    min-width: 112px;
    min-height: 112px;
    flex-shrink: 0;
    aspect-ratio: unset;
    align-self: flex-start;
  }

  .services-grid-v2 .svc-tile__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px 16px;
    flex: 1;
    min-width: 0;
  }

  .services-grid-v2 .svc-tile__body h4 {
    font-size: 1rem;
    line-height: 1.25;
  }

  .services-grid-v2 .svc-tile__body p {
    font-size: 0.88rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .services-grid-v2 .svc-tile__body .svc-row {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
  }

  .services-grid-v2 .svc-tile__body .svc-price {
    font-size: 0.88rem;
  }

  .services-grid-v2 .svc-tile__body .svc-more {
    font-size: 0.82rem;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .services-grid-v2 .svc-tile {
    height: 360px;
    max-height: 360px;
  }

  .services-grid-v2 .svc-tile__img {
    aspect-ratio: unset;
    flex: 1 1 0;
    min-height: 0;
  }

  .services-grid-v2 .svc-tile__body {
    padding: 16px 18px;
    gap: 6px;
    flex: 0 0 auto;
  }

  .services-grid-v2 .svc-tile__body h4 {
    font-size: 1.0625rem;
  }

  .services-grid-v2 .svc-tile__body p {
    font-size: 0.88rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .services-grid-v2 .svc-tile__body .svc-row {
    margin-top: 0;
    padding-top: 8px;
  }
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.js-form-notice.is-visible {
  display: block;
}

.js-form-notice.is-success {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
}

.js-form-notice.is-error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #fecaca;
}

.footer-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-dev {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  font-size: 0.75rem;
  line-height: 1.3;
  color: inherit;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.footer-dev:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

@media (max-width: 1023px) {
  footer.bg-gray-900 {
    padding-bottom: calc(7.5rem + env(safe-area-inset-bottom, 0px));
  }

  .footer-copy {
    flex-direction: column;
    align-items: flex-start;
  }
}
