/*
  URBAN TECH — SORTED / ANNOTATED SITE CSS

  Призначення:
  - один основний CSS-файл для runtime-підключення через js/main.js;
  - стилі розсортовані по сторінках, блоках і карточках;
  - перед кожним великим блоком додано опис, щоб було легше підтримувати сайт.

  Важливо:
  - порожні @media-блоки видалені;
  - CSS-правила всередині кожного підрозділу збережені в оригінальному порядку;
  - якщо використовуєш поточну логіку js/main.js, файл потрібно покласти як: css/urban-tech.css.
*/
/* SERVICES — заміна старих service-info-card на шаблонні image-card */
    body.services-body .services-template-image-grid {
      display: block;
    }

    body.services-body .services-template-image-grid .services-premium-grid__head {
      margin-bottom: clamp(18px, 2.4vw, 26px);
    }

    body.services-body .services-template-image-row {
      --bs-gutter-x: clamp(12px, 1.7vw, 18px);
      --bs-gutter-y: clamp(12px, 1.7vw, 18px);
      margin-top: 0;
    }

    body.services-body .services-template-image-row > [class*="col-"] {
      display: flex;
    }

    body.services-body .ut-image-card {
      position: relative;
      width: 100%;
      min-height: clamp(188px, 18vw, 238px);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
      text-align: left;
      color: #fff;
      border: 1px solid rgba(248, 181, 0, 0.54) !important;
      border-radius: 0;
      background-image: var(--ut-card-image);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      box-shadow:
        0 18px 46px rgba(0, 0, 0, 0.28),
        0 0 18px rgba(248, 181, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
      transform: translateZ(0);
      transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        filter 0.28s ease;
    }

    body.services-body .ut-image-card::before {
      content: "";
      position: absolute;
      inset: -1px;
      z-index: 0;
      background:
        linear-gradient(90deg, rgba(2, 4, 8, 0.76) 0%, rgba(2, 4, 8, 0.58) 50%, rgba(2, 4, 8, 0.24) 100%),
        linear-gradient(180deg, rgba(2, 4, 8, 0.04), rgba(2, 4, 8, 0.64)),
        radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.15), transparent 38%);
      pointer-events: none;
      transition: background 0.28s ease;
    }

    body.services-body .ut-image-card::after {
      content: "";
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 0;
      z-index: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(248, 181, 0, 0.62), transparent);
      opacity: 0.72;
      pointer-events: none;
    }

    body.services-body .ut-image-card:hover {
      transform: translateY(-4px);
      border-color: rgba(248, 181, 0, 0.82) !important;
      box-shadow:
        0 26px 62px rgba(0, 0, 0, 0.36),
        0 0 28px rgba(248, 181, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
      filter: saturate(1.06) contrast(1.03);
    }

    body.services-body .ut-image-card:hover::before {
      background:
        linear-gradient(90deg, rgba(2, 4, 8, 0.68) 0%, rgba(2, 4, 8, 0.50) 50%, rgba(2, 4, 8, 0.18) 100%),
        linear-gradient(180deg, rgba(2, 4, 8, 0.025), rgba(2, 4, 8, 0.56)),
        radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.18), transparent 38%);
    }

    body.services-body .ut-image-card__content {
      position: relative;
      z-index: 1;
      width: 100%;
      flex: 0 0 auto;
      padding: 20px 18px 18px;
    }

    body.services-body .ut-image-card__title {
      margin: 0 0 9px;
      color: rgba(255, 255, 255, 0.96);
      font-size: clamp(15px, 1.25vw, 18px);
      font-weight: 760;
      line-height: 1.22;
      letter-spacing: -0.1px;
    }

    body.services-body .ut-image-card__title::before {
      content: "";
      display: inline-block;
      width: 3px;
      height: 17px;
      margin-right: 9px;
      vertical-align: -3px;
      background: linear-gradient(180deg, #ffd64f, rgba(248, 181, 0, 0.42));
      box-shadow: 0 0 14px rgba(248, 181, 0, 0.24);
    }

    body.services-body .ut-image-card__text {
      max-width: 96%;
      color: rgba(255, 255, 255, 0.72);
      font-size: 12.6px;
      line-height: 1.58;
    }

    @media (max-width: 991.98px) {
      body.services-body .ut-image-card {
        min-height: 214px;
      }
    }

    @media (max-width: 575.98px) {
      body.services-body .ut-image-card {
        min-height: 190px;
      }

      body.services-body .ut-image-card__content {
        padding: 18px 15px 16px;
      }

      body.services-body .ut-image-card__text {
        font-size: 12.2px;
        line-height: 1.52;
      }
    }
/* ============================================================================
   00 SETTINGS / BASE
   Змінні кольорів, базові правила html/body/main, загальна типографіка та keyframes. Це фундамент для всіх сторінок.
============================================================================ */

/* ----------------------------------------------------------------------------
   00 SETTINGS / BASE — BASE-TOKENS
   Design tokens: CSS-змінні Urban Tech, базові кольори та фон.
---------------------------------------------------------------------------- */

:root {
  --ut-gold: #f8b500;
  --ut-gold-soft: rgba(248, 181, 0, 0.38);
  --ut-white: #ffffff;
  --ut-muted: rgba(255, 255, 255, 0.68);
  --ut-muted-strong: rgba(255, 255, 255, 0.82);
  --ut-card: rgba(255, 255, 255, 0.045);
  --ut-card-border: rgba(255, 255, 255, 0.1);
  --ut-dark: #05070c;
}

/* ----------------------------------------------------------------------------
   00 SETTINGS / BASE — BASE-DOCUMENT
   Базові правила документа: html/body/main, загальна типографіка та поведінка прокрутки.
---------------------------------------------------------------------------- */

main{
  padding-top: clamp(70px,6vw,100px);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ut-white);
  background-color: #020408;
}

main {
  padding-top: clamp(76px, 6vw, 104px);
  position: relative;
  z-index: 1;
}

body.contact-modal-open {
  overflow: hidden;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

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

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid,
.row,
[class*="col-"] {
  min-width: 0;
}

html,
body {
min-height: 100%;
background: #020408 !important;
}

main {
z-index: 1;
}

/* ----------------------------------------------------------------------------
   00 SETTINGS / BASE — ANIMATIONS
   Keyframes та невеликі службові анімації, які використовуються меню, preloader або інтерактивними елементами.
---------------------------------------------------------------------------- */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wave {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4) rotateZ(3deg);
  }
}

@keyframes utPanelFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes utContactPulse {
  0%, 100% {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(248, 181, 0, 0.34);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), 0 0 16px rgba(248, 181, 0, 0.24), 0 0 0 7px rgba(248, 181, 0, 0);
    transform: translateY(-1px);
  }
}

@keyframes utContactRing {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  35% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes utPremiumContactGlow {
  0%, 100% {
    background-position: 0% 50%;
    box-shadow:
      0 0 0 1px rgba(248, 181, 0, 0.14),
      0 12px 30px rgba(0, 0, 0, 0.28),
      0 0 14px rgba(248, 181, 0, 0.12);
  }
  45% {
    background-position: 100% 50%;
    box-shadow:
      0 0 0 1px rgba(248, 181, 0, 0.30),
      0 16px 40px rgba(0, 0, 0, 0.34),
      0 0 30px rgba(248, 181, 0, 0.34);
  }
  70% {
    background-position: 70% 50%;
    box-shadow:
      0 0 0 1px rgba(248, 181, 0, 0.18),
      0 12px 30px rgba(0, 0, 0, 0.28),
      0 0 18px rgba(248, 181, 0, 0.16);
  }
}

@keyframes utFaqFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================================
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER
   Спільні елементи сайту: шапка, логотип, бургер, fullscreen-меню, preloader, footer, відеофон і стани body.
============================================================================ */

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-BACKGROUND
   Глобальний hero-video background та overlay, які додає JS.
---------------------------------------------------------------------------- */

.hero-bg-video,
.hero-bg-overlay {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
pointer-events: none;
}

.hero-bg-video {
z-index: 0;
object-fit: cover;
object-position: center top;
opacity: 0.86;
background: #020408 center top / cover no-repeat;
}

.hero-bg-overlay {
z-index: 0;
background:
  linear-gradient(180deg, rgba(3, 5, 10, 0.76) 0%, rgba(3, 5, 10, 0.91) 52%, rgba(1, 2, 5, 0.98) 100%),
  radial-gradient(circle at 50% 0%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 38%);
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-PRELOADER
   Preloader: екран завантаження, лоадер, текст і логотип.
---------------------------------------------------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202020;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

#preloader .loader {
  width: 55px;
  height: 55px;
  border: 4px solid rgba(255, 217, 0, 0.568);
  border-top: 4px solid #FFD700;
  border-radius: 50%;
  animation: spin 1.6s linear infinite;
  box-shadow: 0 0 10px #FFD700;
  margin-bottom: 20px;
}

#preloader .preloader-text {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  color: #FFD700;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #FFD700;
  margin-bottom: 6px;
}

#preloader .preloader-subtext {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  max-width: 260px;
}

#preloader .logo-text {
  font-size: 40px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
}

#preloader .logo-text .highlight {
  color: #FFD700;
  /* жовтий колір */
  text-shadow: 0 0 5px #FFD700;
  /* легке світіння */
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-HEADER
   Header / navbar: логотип, контейнер шапки, бургер-кнопка, стан header.
---------------------------------------------------------------------------- */

header {
  padding: clamp(8px, 1.6vw, 18px) 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background-color: #00000098;
}

header .ut-navbar {
  float: left;

}

header .ut-navbar .logo-text {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
  text-decoration: none;
  cursor: default;
}

header .ut-navbar .logo-text .highlight {
  color: #FFD700;
  /* жовтий колір */
  text-shadow: 0 0 5px #FFD700;
  /* легке світіння */
}

header .ut-navbar .logo-text span {
  display: inline-block;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.ut-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.ut-nav-toggle.active i::before,
.ut-nav-toggle.active i::after {
  background: #000;
}

.ut-nav-toggle.dark.active i::before,
.ut-nav-toggle.dark.active i::after {
  background: #000;
}

.ut-nav-toggle:hover,
.ut-nav-toggle:focus,
.ut-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.ut-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ut-nav-toggle i::before,
.ut-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ut-nav-toggle.dark i {
  position: relative;
  color: #fff;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ut-nav-toggle.dark i::before,
.ut-nav-toggle.dark i::after {
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ut-nav-toggle i::before {
  top: -7px;
}

.ut-nav-toggle i::after {
  bottom: -7px;
}

.ut-nav-toggle:hover i::before {
  top: -10px;
}

.ut-nav-toggle:hover i::after {
  bottom: -10px;
}

.ut-nav-toggle.active i {
  background: transparent;
}

.ut-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.ut-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.ut-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  top: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0;
}

header {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .ut-navbar {
  float: none;
  min-width: 0;
}

header .ut-navbar .logo-text {
  max-width: calc(100vw - 98px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(15px, 2.3vw, 18px);
}

header .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
}

header .ut-navbar {
  float: none !important;
  flex: 0 1 auto;
  min-width: 0;
}

header > .container > .ut-nav-toggle {
  float: none !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
}

header > .container > .ut-nav-toggle i {
  margin: 0 !important;
  text-indent: 0;
}

header .container {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
}

header .ut-navbar {
  flex: 1 1 auto;
  min-width: 0;
}

header .ut-navbar .logo-text {
  display: inline-block;
  padding-right: 64px;
}

header > .container > .ut-nav-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  left: auto !important;
  transform: translateY(-50%);
  float: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1100;
}

header > .container > .ut-nav-toggle i {
  margin: 0 !important;
  text-indent: -55px;
}

header {
  min-height: 66px;
}

header .container {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 66px;
}

header .ut-navbar {
  float: none !important;
  flex: 1 1 auto !important;
  min-width: 0;
}

header .ut-navbar .logo-text {
  display: inline-block;
  margin: 0 !important;
  padding-right: 72px;
}

header > .container > .ut-nav-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1200 !important;
}

header > .container > .ut-nav-toggle i {
  margin: 0 !important;
}

.brand-logo-text {
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
  white-space: nowrap;
}

.brand-logo-text .highlight {
  color: #FFD700;
  text-shadow:
    0 0 5px #FFD700,
    0 0 14px rgba(255, 215, 0, 0.42),
    0 0 26px rgba(255, 215, 0, 0.18);
}

.brand-logo-text--inline {
  font-size: 0.95em;
  letter-spacing: 0.12em;
  vertical-align: baseline;
}

.brand-logo-text .highlight,
.logo-text .highlight {
  color: #FFD700;
  text-shadow:
    0 0 5px rgba(255, 215, 0, 0.86),
    0 0 15px rgba(255, 215, 0, 0.28);
}

.brand-logo-text--inline {
  display: inline-block;
  font-size: 0.78em;
  letter-spacing: 0.08em;
  vertical-align: baseline;
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-MENU
   Fullscreen menu: overlay-меню, активні пункти, соціальні/контактні елементи меню.
---------------------------------------------------------------------------- */

#ut-main-nav {
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.863);
  z-index: 20000;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  box-shadow: inset 0 0 17px 8px rgba(255, 255, 255, 0.15);
}

#ut-main-nav .ut-table {
  display: table;
  width: 100%;
  height: 100%;
}

#ut-main-nav .ut-table .ut-table-cell {
  display: table-cell;
  vertical-align: middle;
}

#ut-main-nav .ut-nav-toggle {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 20px;
  height: 44px;
  width: 44px;
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#ut-main-nav .ut-nav-toggle i {
  top: 18px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}

#ut-main-nav .ut-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}

#ut-main-nav .ut-nav-toggle:hover i::before,
#ut-main-nav .ut-nav-toggle:hover i::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
}

.menu-show #ut-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#ut-main-nav .logo-text {
  font-size: 40px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
}

#ut-main-nav .logo-text .highlight {
  color: #FFD700;
  /* жовтий колір */
  text-shadow: 0 0 5px #FFD700;
  /* легке світіння */
}

#ut-main-nav ul {
  padding: 0;
  margin: 0;
  display: block;
}

#ut-main-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

#ut-main-nav ul li a {
  display: block;
  color: white;
  padding: 4px 0;
  text-decoration: none;
  font-family: "Montserrat", Arial, sans-serif;
}

#ut-main-nav ul li a span {
  color: white;
  position: relative;
  padding: 0 10px;
  text-decoration: none;
  font-family: "Montserrat", Arial, sans-serif;
}

#ut-main-nav ul li a span small {
  position: absolute;
  bottom: 7px;
  left: -30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#ut-main-nav ul li a:hover:not(.active) {
  transform: scale(1.1);
  /* Збільшення на 10% */
  transition: transform 0.3s ease;
  /* Плавний перехід */
}

#ut-main-nav ul li a:active,
#ut-main-nav ul li a:focus {
  outline: none;
  text-decoration: none;
}

#ut-main-nav ul li a:hover span:before,
#ut-main-nav ul li a:active span:before,
#ut-main-nav ul li a:focus span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#ut-main-nav ul li.active a span {
  color: #FFD700;
  /* жовтий колір */
  text-shadow: 0 0 5px #FFD700;
  /* легке світіння */
  outline: none;
  text-decoration: none;
  /*font-size: 13px;*/
}

#ut-main-nav ul li.active a span:before {
  background: #fec771;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-show .ut-nav-toggle i {
  background: #fff;
  color: #fff;
}

.menu-show .ut-nav-toggle i::before,
.menu-show .ut-nav-toggle i::after {
  background: #fff;
}

#ut-main-nav .logo-text {
  font-size: clamp(28px, 6vw, 40px);
  max-width: 92vw;
  word-break: keep-all;
}

#ut-main-nav ul li {
  font-size: clamp(15px, 3.7vw, 20px);
  letter-spacing: clamp(2px, 1vw, 5px);
  line-height: 1.55;
}

#ut-main-nav ul li a {
  padding: 7px 12px;
}

#ut-main-nav {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  z-index: 9999 !important;
  display: block !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background: rgba(0, 0, 0, 0.56) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  transition:
    opacity 0.34s ease,
    visibility 0s linear 0.42s !important;
  overflow: hidden !important;
}

body.menu-show #ut-main-nav,
body.menu-closing #ut-main-nav {
  visibility: visible !important;
  pointer-events: auto !important;
}

body.menu-show #ut-main-nav {
  opacity: 1 !important;
  transition:
    opacity 0.28s ease,
    visibility 0s linear 0s !important;
}

body.menu-closing #ut-main-nav {
  opacity: 0 !important;
  pointer-events: none !important;
  transition:
    opacity 0.38s ease,
    visibility 0s linear 0.42s !important;
}

#ut-main-nav .ut-table,
#ut-main-nav .ut-table-cell,
#ut-main-nav .row,
#ut-main-nav .col-md-12 {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
}

#ut-main-nav .ut-table-cell {
  padding: 0 !important;
  vertical-align: top !important;
}

#ut-main-nav .col-md-12 {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(392px, 100vw) !important;
  max-width: 392px !important;
  padding: 38px 30px 30px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  text-align: left !important;
  overflow-y: auto !important;
  background:
    linear-gradient(180deg, rgba(8, 10, 13, 0.96), rgba(2, 3, 6, 0.97)),
    rgba(4, 5, 8, 0.96) !important;
  border-left: none !important;
  box-shadow:
    -26px 0 70px rgba(0, 0, 0, 0.68),
    inset 1px 0 0 rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  transform: translateX(104%) !important;
  transition: transform 0.40s cubic-bezier(.2, .8, .2, 1) !important;
}

#ut-main-nav .col-md-12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(248, 181, 0, 0.14) 0%,
    rgba(248, 181, 0, 0.90) 18%,
    rgba(255, 214, 79, 0.98) 50%,
    rgba(248, 181, 0, 0.90) 82%,
    rgba(248, 181, 0, 0.14) 100%
  );
  box-shadow:
    0 0 12px rgba(248, 181, 0, 0.52),
    0 0 28px rgba(248, 181, 0, 0.30),
    0 0 52px rgba(248, 181, 0, 0.16);
  pointer-events: none;
  z-index: 2;
}

body.menu-show:not(.menu-closing) #ut-main-nav .col-md-12 {
  transform: translateX(0) !important;
}

body.menu-closing #ut-main-nav .col-md-12 {
  transform: translateX(104%) !important;
}

#ut-main-nav .logo-text {
  width: fit-content !important;
  margin: 0 52px 16px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  color: #ffffff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 3px !important;
  text-decoration: none !important;
}

#ut-main-nav .col-md-12::after {
  content: "Сучасні інженерні рішення";
  order: 1;
  display: block;
  margin: 0 0 24px;
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.60);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
  letter-spacing: 0.1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

#ut-main-nav ul {
  order: 2;
  width: calc(100% + 30px) !important;
  margin: 0 0 0 -30px !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  list-style: none !important;
  counter-reset: none !important;
}

#ut-main-nav ul li {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.095) !important;
  transform: translateX(12px);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease !important;
}

#ut-main-nav ul li.active {
  border-left: none !important;
  box-shadow: none !important;
}

#ut-main-nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0;
  transform: translateY(-50%);
  background: #ffd64f;
  opacity: 0;
  box-shadow:
    0 0 12px rgba(255, 214, 79, 1),
    0 0 28px rgba(248, 181, 0, 0.82),
    0 0 54px rgba(248, 181, 0, 0.52),
    0 0 84px rgba(248, 181, 0, 0.30);
  transition: height 0.22s ease, opacity 0.22s ease;
  pointer-events: none;
  z-index: 4;
}

#ut-main-nav ul li:hover::after,
#ut-main-nav ul li.active::after {
  height: 48px;
  opacity: 1;
}

#ut-main-nav ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.095) !important;
}

body.menu-show:not(.menu-closing) #ut-main-nav ul li {
  transform: translateX(0);
  opacity: 1;
}

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(1) { transition-delay: 0.06s !important; }

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(2) { transition-delay: 0.09s !important; }

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(3) { transition-delay: 0.12s !important; }

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(4) { transition-delay: 0.15s !important; }

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(5) { transition-delay: 0.18s !important; }

#ut-main-nav ul li::before,
#ut-main-nav ul li a::before {
  content: none !important;
  display: none !important;
}

#ut-main-nav ul li a {
  position: relative !important;
  width: 100% !important;
  min-height: 68px !important;
  padding: 0 0 0 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(19px, 1.7vw, 23px) !important;
  font-weight: 360 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.15px !important;
  text-decoration: none !important;
  transition: color 0.22s ease, padding-left 0.22s ease, text-shadow 0.22s ease !important;
}

#ut-main-nav ul li a::after {
  content: none !important;
  display: none !important;
}

#ut-main-nav ul li a:hover,
#ut-main-nav ul li.active a {
  color: #ffd64f !important;
  padding-left: 34px !important;
  text-shadow:
    0 0 12px rgba(255, 214, 79, 0.60),
    0 0 26px rgba(248, 181, 0, 0.32),
    0 0 46px rgba(248, 181, 0, 0.16) !important;
}

#ut-main-nav > .ut-nav-toggle {
  position: fixed !important;
  top: 26px !important;
  right: 22px !important;
  z-index: 10001 !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

#ut-main-nav > .ut-nav-toggle:hover,
#ut-main-nav > .ut-nav-toggle:focus,
#ut-main-nav > .ut-nav-toggle:active {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#ut-main-nav > .ut-nav-toggle::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
}

#ut-main-nav > .ut-nav-toggle i,
#ut-main-nav > .ut-nav-toggle i::before,
#ut-main-nav > .ut-nav-toggle i::after {
  display: none !important;
}

#ut-main-nav > .ut-nav-toggle::after {
  content: "×" !important;
  display: block !important;
  color: rgba(255, 255, 255, 0.86) !important;
  background: transparent !important;
  border: none !important;
  font-family: Arial, sans-serif !important;
  font-size: 31px !important;
  font-weight: 200 !important;
  line-height: 1 !important;
  transform: none !important;
  transition: color 0.22s ease, text-shadow 0.22s ease !important;
}

#ut-main-nav > .ut-nav-toggle:hover::after,
#ut-main-nav > .ut-nav-toggle:focus::after,
#ut-main-nav > .ut-nav-toggle:active::after {
  color: #ffd64f !important;
  background: transparent !important;
  text-shadow: 0 0 16px rgba(255, 214, 79, 0.60) !important;
}

#ut-main-nav .col-md-12 > ul::after {
  content: none !important;
  display: none !important;
}

.ut-menu-contacts {
  order: 3;
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Montserrat", Arial, sans-serif;
}

.ut-menu-phone,
.ut-menu-socials a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none !important;
  line-height: 1;
  transition: color 0.22s ease, text-shadow 0.22s ease, transform 0.22s ease;
}

.ut-menu-phone {
  font-size: 12px;
  letter-spacing: 0.35px;
}

.ut-menu-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.ut-menu-socials a {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.72) !important;
}

.ut-menu-phone i,
.ut-menu-socials i {
  color: #ffd64f;
  font-size: 11px;
  line-height: 1;
  text-shadow: 0 0 14px rgba(255, 214, 79, 0.56);
}

.ut-menu-socials .ut-menu-dot {
  width: 3px;
  height: 3px;
  display: inline-flex;
  border-radius: 50%;
  background: rgba(255, 214, 79, 0.95);
  box-shadow: 0 0 10px rgba(255, 214, 79, 0.52);
}

.ut-menu-phone:hover,
.ut-menu-socials a:hover {
  color: #ffd64f !important;
  text-shadow: 0 0 16px rgba(255, 214, 79, 0.38);
  transform: translateX(2px);
}

#ut-main-nav {
position: fixed !important;
inset: 0 !important;
width: 100vw !important;
height: 100dvh !important;
z-index: 9999 !important;
display: block !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
background: rgba(0, 0, 0, 0.50) !important;
backdrop-filter: blur(5px) !important;
-webkit-backdrop-filter: blur(5px) !important;
transition: opacity 0.32s ease, visibility 0.32s ease !important;
overflow: hidden !important;
}

body.menu-show #ut-main-nav {
visibility: visible !important;
opacity: 1 !important;
pointer-events: auto !important;
}

#ut-main-nav .col-md-12 {
position: fixed !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: auto !important;
width: min(430px, 100vw) !important;
max-width: 430px !important;
padding: clamp(34px, 5vw, 54px) clamp(24px, 4vw, 38px) 28px !important;
display: flex !important;
flex-direction: column !important;
align-items: stretch !important;
text-align: left !important;
overflow-y: auto !important;
background:
  linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
  rgba(5, 7, 12, 0.92) !important;
border-left: 1px solid rgba(248, 181, 0, 0.32) !important;
box-shadow:
  -34px 0 80px rgba(0, 0, 0, 0.62),
  inset 1px 0 0 rgba(255, 255, 255, 0.06) !important;
backdrop-filter: blur(24px) !important;
-webkit-backdrop-filter: blur(24px) !important;
transform: translateX(105%) !important;
transition: transform 0.38s cubic-bezier(.2, .8, .2, 1) !important;
}

body.menu-show #ut-main-nav .col-md-12 {
transform: translateX(0) !important;
}

#ut-main-nav .logo-text {
width: fit-content !important;
margin: 0 54px 28px 0 !important;
display: inline-flex !important;
align-items: center !important;
color: #ffffff !important;
font-size: clamp(18px, 2vw, 24px) !important;
line-height: 1 !important;
letter-spacing: 4px !important;
text-decoration: none !important;
}

#ut-main-nav .col-md-12::after {
content: "Сучасні інженерні рішення";
order: 1;
display: block;
margin: -14px 0 26px;
padding-bottom: 24px;
color: rgba(255, 255, 255, 0.58);
font-family: "Montserrat", Arial, sans-serif;
font-size: 13px;
line-height: 1.55;
border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#ut-main-nav ul {
order: 2;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
display: flex !important;
flex-direction: column !important;
gap: 0 !important;
list-style: none !important;
counter-reset: none !important;
}

#ut-main-nav ul li {
position: relative !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.085) !important;
transform: translateX(20px);
opacity: 0;
transition: transform 0.32s ease, opacity 0.32s ease !important;
}

body.menu-show #ut-main-nav ul li {
transform: translateX(0);
opacity: 1;
}

body.menu-show #ut-main-nav ul li:nth-child(1) { transition-delay: 0.08s !important; }

body.menu-show #ut-main-nav ul li:nth-child(2) { transition-delay: 0.12s !important; }

body.menu-show #ut-main-nav ul li:nth-child(3) { transition-delay: 0.16s !important; }

body.menu-show #ut-main-nav ul li:nth-child(4) { transition-delay: 0.20s !important; }

body.menu-show #ut-main-nav ul li:nth-child(5) { transition-delay: 0.24s !important; }

#ut-main-nav ul li a {
position: relative !important;
width: 100% !important;
padding: 18px 4px 18px 0 !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
color: rgba(255, 255, 255, 0.78) !important;
font-family: "Montserrat", Arial, sans-serif !important;
font-size: clamp(20px, 2.4vw, 28px) !important;
font-weight: 650 !important;
line-height: 1.15 !important;
letter-spacing: 0.4px !important;
text-decoration: none !important;
transition: color 0.24s ease, padding-left 0.24s ease, text-shadow 0.24s ease !important;
}

#ut-main-nav ul li a::after {
content: "→";
color: rgba(248, 181, 0, 0.72);
font-size: 18px;
opacity: 0;
transform: translateX(-8px);
transition: opacity 0.24s ease, transform 0.24s ease;
}

#ut-main-nav ul li a:hover,
#ut-main-nav ul li.active a {
color: #f8b500 !important;
padding-left: 14px !important;
text-shadow: 0 0 18px rgba(248, 181, 0, 0.20) !important;
}

#ut-main-nav ul li a:hover::after,
#ut-main-nav ul li.active a::after {
opacity: 1;
transform: translateX(0);
}

#ut-main-nav ul li.active {
border-left: 2px solid rgba(248, 181, 0, 0.82) !important;
}

#ut-main-nav > .ut-nav-toggle {
position: fixed !important;
top: 24px !important;
right: clamp(22px, 4vw, 38px) !important;
z-index: 10001 !important;
width: 38px !important;
height: 38px !important;
min-width: 38px !important;
display: grid !important;
place-items: center !important;
margin: 0 !important;
padding: 0 !important;
color: #ffffff !important;
text-decoration: none !important;
}

#ut-main-nav > .ut-nav-toggle::before,
#ut-main-nav > .ut-nav-toggle::after,
#ut-main-nav > .ut-nav-toggle i::before,
#ut-main-nav > .ut-nav-toggle i::after {
background: rgba(255, 255, 255, 0.86) !important;
}

#ut-main-nav > .ut-nav-toggle:hover::before,
#ut-main-nav > .ut-nav-toggle:hover::after,
#ut-main-nav > .ut-nav-toggle:hover i::before,
#ut-main-nav > .ut-nav-toggle:hover i::after {
background: #f8b500 !important;
}

#ut-main-nav .col-md-12 > ul::after {
content: "+38 (075) 633 76 52\A Telegram · Viber · WhatsApp";
white-space: pre-line;
margin-top: auto;
padding-top: 30px;
display: block;
color: rgba(255, 255, 255, 0.68);
font-family: "Montserrat", Arial, sans-serif;
font-size: 13px;
line-height: 1.8;
letter-spacing: 0.2px;
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-FOOTER
   Footer: бренд, контакти, соціальні кнопки, нижня лінія.
---------------------------------------------------------------------------- */

.footer-urban {
  position: relative;
  padding: 60px 0 24px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.616), rgba(2, 2, 2, 0.644));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.footer-urban::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1100px, 100%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(248, 181, 0, 0) 0%,
    rgba(248, 181, 0, 0.1) 20%,
    rgba(248, 181, 0, 0.45) 50%,
    rgba(248, 181, 0, 0.1) 80%,
    rgba(248, 181, 0, 0) 100%
  );
}

.footer-brand {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  color: #ffffff;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #ffffff;
  position: relative;
}

.footer-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 10px;
  border-radius: 2px;
  background: #f8b500;
  box-shadow:
    0 0 8px rgba(248, 181, 0, 0.45),
    0 0 16px rgba(248, 181, 0, 0.2);
}

.footer-text {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

.footer-contact-item {
  margin-bottom: 16px;
}

.footer-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.footer-link {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-link:hover {
  color: #f8b500;
  text-shadow: 0 0 8px rgba(248, 181, 0, 0.28);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-social {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    color 0.35s ease,
    background 0.35s ease;
}

.footer-social i {
  font-size: 20px;
}

.footer-social:hover {
  color: #f8b500;
  border-color: rgba(248, 181, 0, 0.4);
  background: rgba(248, 181, 0, 0.05);
  box-shadow:
    0 0 10px rgba(248, 181, 0, 0.16),
    0 0 24px rgba(248, 181, 0, 0.12);
  transform: translateY(-2px);
}

.footer-note {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.62);
  max-width: 360px;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom p {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.5);
}

footer {
  position: relative;
  z-index: 9;
}

.footer-social--viber .viber-svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-bottom .brand-logo-text {
  font-size: 0.94em;
  letter-spacing: 0.11em;
}

header,
main,
footer {
position: relative;
}

header,
footer {
z-index: 9;
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  .footer-urban {
    padding: 48px 0 22px;
  }
}

@media (max-width: 767.98px) {
  .footer-urban {
    padding: 40px 0 20px;
  }

  .footer-brand {
    font-size: 30px;
  }

  .footer-title {
    margin-bottom: 14px;
  }

  .footer-text,
  .footer-note {
    font-size: 14px;
    line-height: 1.75;
  }

  .footer-social {
    width: 42px;
    height: 42px;
  }

  .footer-social i {
    font-size: 18px;
  }

  .footer-bottom {
    margin-top: 26px;
    padding-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ut-main-nav .ut-nav-toggle {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  #ut-main-nav ul {
    padding: 20px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  header {
    padding: 1em 0;
    position: absolute;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ut-nav-toggle i::before,
  .ut-nav-toggle i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ut-nav-toggle.dark i::before,
  .ut-nav-toggle.dark i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .ut-nav-toggle {
    right: 10px;

  }
}

@media (max-width: 575.98px) {
  header .ut-navbar .logo-text {
    padding-right: 56px;
  }

  header > .container > .ut-nav-toggle {
    right: 16px !important;
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 575.98px) {
  #ut-main-nav .col-md-12 {
    width: min(340px, 92vw) !important;
    max-width: 92vw !important;
    padding: 30px 22px 24px !important;
  }

  #ut-main-nav .logo-text {
    font-size: 17px !important;
    letter-spacing: 3px !important;
  }

  #ut-main-nav .col-md-12::after {
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 12px;
  }

  #ut-main-nav ul {
    width: calc(100% + 22px) !important;
    margin-left: -22px !important;
  }

  #ut-main-nav ul li a {
    min-height: 60px !important;
    padding-left: 22px !important;
    font-size: 19px !important;
    font-weight: 360 !important;
  }

  #ut-main-nav ul li a:hover,
  #ut-main-nav ul li.active a {
    padding-left: 26px !important;
  }

  #ut-main-nav ul li:hover::after,
  #ut-main-nav ul li.active::after {
    height: 42px;
  }

  #ut-main-nav > .ut-nav-toggle {
    top: 22px !important;
    right: 18px !important;
  }

  .ut-menu-contacts {
    padding-top: 24px;
  }

  .ut-menu-socials {
    gap: 7px;
  }
}

@media (max-width: 575.98px) {
#ut-main-nav .col-md-12 {
  width: min(360px, 92vw) !important;
  max-width: 92vw !important;
  padding: 32px 22px 24px !important;
}

#ut-main-nav .logo-text {
  margin-bottom: 24px !important;
  font-size: 18px !important;
  letter-spacing: 3px !important;
}

#ut-main-nav ul li a {
  padding: 16px 4px 16px 0 !important;
  font-size: 23px !important;
}

#ut-main-nav > .ut-nav-toggle {
  top: 21px !important;
  right: 22px !important;
}
}

/* ============================================================================
   02 SHARED COMPONENTS
   Повторювані компоненти: кнопки, заголовки секцій, glass-картки, модальне вікно контактів, спільні CTA та accessibility/focus.
============================================================================ */

/* ----------------------------------------------------------------------------
   02 SHARED COMPONENTS — COMPONENTS-BUTTONS
   Кнопки: основна кнопка, gold/clean варіанти, hover/shine-ефекти.
---------------------------------------------------------------------------- */

.bttn-ctn {
  display: flex;
  justify-content: center;
  padding-top: clamp(16px, 3vw, 32px);
}

a.bttn-more {
  display: inline-block;
  font-size: clamp(0.7rem, 1.1vw, 1.1rem);
  padding: clamp(0.35rem, 0.8vw, 0.8rem) clamp(0.8rem, 1.8vw, 1.4rem);
  color: #f4f4f4;
  text-transform: uppercase;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Montserrat", Arial, sans-serif;
}

.bttn-more:hover {
  box-shadow: 1px 1px 25px 10px rgba(248, 161, 0, 0.35);
  border-color: #f8b500;
  color: #f8b500;
}

.bttn-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, #f8b500, transparent);
  transition: 0.65s ease;
}

.bttn-more:hover::before {
  left: 120%;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: clamp(18px, 3vw, 32px);
}

.bttn-more {
  border-width: 1px !important;
  letter-spacing: 1px;
  font-weight: 700;
  min-height: 32px;
}

.bttn-more--gold {
  border-color: rgba(248, 181, 0, 0.72) !important;
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.22), rgba(248, 181, 0, 0.08));
}

.bttn-more--clean {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.02);
}

.bttn-more:focus-visible,
.services-nav__link:focus-visible,
.ut-contact-modal__close:focus-visible,
.ut-contact-item:focus-visible,
.footer-social:focus-visible {
  outline: 2px solid rgba(248, 181, 0, 0.75);
  outline-offset: 3px;
}

.services-cta .bttn-more {
  flex: 0 0 auto;
}

.hero-actions [data-contact-open],
.services-cta [data-contact-open] {
  position: relative;
  overflow: visible;
  border-color: rgba(248, 181, 0, 0.78) !important;
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.22), rgba(248, 181, 0, 0.08)) !important;
  color: #ffffff !important;
  animation: utContactPulse 2.1s ease-in-out infinite;
}

.hero-actions [data-contact-open]::after,
.services-cta [data-contact-open]::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid rgba(248, 181, 0, 0.22);
  opacity: 0;
  animation: utContactRing 2.1s ease-in-out infinite;
  pointer-events: none;
}

.hero-actions .bttn-more::before,
.services-cta .bttn-more::before {
  display: none !important;
}

.hero-actions .bttn-more,
.services-cta .bttn-more {
  overflow: hidden !important;
  isolation: isolate;
}

.hero-actions .bttn-more:not([data-contact-open]),
.services-cta .bttn-more:not([data-contact-open]) {
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.18), rgba(248, 181, 0, 0.055)) !important;
  border-color: rgba(248, 181, 0, 0.62) !important;
  box-shadow: none !important;
}

.hero-actions [data-contact-open],
.services-cta [data-contact-open] {
  position: relative;
  color: #ffffff !important;
  border-color: rgba(248, 181, 0, 0.86) !important;
  background:
    linear-gradient(115deg,
      rgba(248, 181, 0, 0.10) 0%,
      rgba(248, 181, 0, 0.26) 34%,
      rgba(255, 255, 255, 0.16) 48%,
      rgba(248, 181, 0, 0.20) 61%,
      rgba(248, 181, 0, 0.08) 100%) !important;
  background-size: 240% 100% !important;
  box-shadow:
    0 0 0 1px rgba(248, 181, 0, 0.16),
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(248, 181, 0, 0.15) !important;
  animation: utPremiumContactGlow 2.8s ease-in-out infinite !important;
}

.hero-actions [data-contact-open]:hover,
.services-cta [data-contact-open]:hover {
  color: #ffffff !important;
  border-color: rgba(248, 181, 0, 1) !important;
  box-shadow:
    0 0 0 1px rgba(248, 181, 0, 0.24),
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(248, 181, 0, 0.22) !important;
}

.hero-actions [data-contact-open]::after,
.services-cta [data-contact-open]::after {
  content: none !important;
  display: none !important;
}

.hero-actions .bttn-more,
.services-cta .bttn-more {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}

.hero-actions .bttn-more:not([data-contact-open])::before,
.services-cta .bttn-more:not([data-contact-open])::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: -125%;
  width: 56%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(248, 181, 0, 0.72) 45%, rgba(255, 255, 255, 0.28) 50%, rgba(248, 181, 0, 0.45) 58%, transparent 100%);
  transform: skewX(-18deg);
  transition: left 0.72s ease !important;
  pointer-events: none;
  z-index: 0;
}

.hero-actions .bttn-more:not([data-contact-open]):hover::before,
.services-cta .bttn-more:not([data-contact-open]):hover::before {
  left: 130%;
}

.hero-actions [data-contact-open].bttn-more,
.services-cta [data-contact-open].bttn-more {
  color: #ffffff !important;
  border-color: rgba(248, 181, 0, 0.92) !important;
  background:
    linear-gradient(115deg,
      rgba(248, 181, 0, 0.10) 0%,
      rgba(248, 181, 0, 0.24) 32%,
      rgba(255, 255, 255, 0.13) 49%,
      rgba(248, 181, 0, 0.22) 62%,
      rgba(248, 181, 0, 0.08) 100%) !important;
  background-size: 245% 100% !important;
  background-position: var(--ut-contact-bg-x, 0%) 50% !important;
  box-shadow:
    0 0 0 1px rgba(248, 181, 0, 0.18),
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(248, 181, 0, var(--ut-contact-glow, 0.18)) !important;
  animation: none !important;
}

.hero-actions [data-contact-open].bttn-more.ut-contact-js-shine::before,
.services-cta [data-contact-open].bttn-more.ut-contact-js-shine::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 34%, rgba(255, 217, 0, 0.58) 50%, rgba(255, 255, 255, 0.22) 63%, transparent 100%);
  transform: translateX(var(--ut-contact-shine-x, -130%)) skewX(-18deg);
  transition: none !important;
  pointer-events: none;
  z-index: 0;
}

.hero-actions [data-contact-open].bttn-more:hover,
.services-cta [data-contact-open].bttn-more:hover {
  border-color: rgba(255, 215, 0, 1) !important;
  box-shadow:
    0 0 0 1px rgba(248, 181, 0, 0.28),
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(248, 181, 0, 0.34) !important;
}

.hero-actions .bttn-more:not([data-contact-open]),
.services-cta .bttn-more:not([data-contact-open]) {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.18), rgba(248, 181, 0, 0.055)) !important;
  border-color: rgba(248, 181, 0, 0.62) !important;
  box-shadow: none !important;
}

.hero-actions .bttn-more:not([data-contact-open])::before,
.services-cta .bttn-more:not([data-contact-open])::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0 auto 0 -125%;
  width: 58%;
  height: 100%;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(248, 181, 0, 0.64) 42%,
    rgba(255, 255, 255, 0.30) 50%,
    rgba(248, 181, 0, 0.38) 58%,
    transparent 100%);
  transform: skewX(-18deg);
  transition: left 0.72s ease !important;
  pointer-events: none;
  z-index: -1;
}

.hero-actions [data-contact-open].bttn-more,
.services-cta [data-contact-open].bttn-more {
  --ut-cta-x: 22%;
  --ut-cta-angle: 115deg;
  --ut-cta-glow: 0.16;
  --ut-cta-spot: 0.12;

  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  color: #ffffff !important;
  border: 1px solid rgba(248, 181, 0, 0.72) !important;
  background:
    radial-gradient(120% 170% at var(--ut-cta-x) 50%,
      rgba(248, 181, 0, var(--ut-cta-spot)) 0%,
      rgba(248, 181, 0, 0.055) 42%,
      rgba(248, 181, 0, 0) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(23, 20, 13, 0.84) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(248, 181, 0, 0.13),
    0 12px 34px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(248, 181, 0, var(--ut-cta-glow)) !important;
  animation: none !important;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.hero-actions [data-contact-open].bttn-more::before,
.services-cta [data-contact-open].bttn-more::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 1px;
  background:
    linear-gradient(105deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.045) 34%,
      rgba(248, 181, 0, 0.13) 50%,
      rgba(255, 255, 255, 0.05) 64%,
      rgba(255, 255, 255, 0) 100%);
  opacity: 0.82;
  transform: translateX(calc(var(--ut-cta-x) - 50%));
  transition: none !important;
  pointer-events: none;
  z-index: -1;
}

.hero-actions [data-contact-open].bttn-more::after,
.services-cta [data-contact-open].bttn-more::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--ut-cta-angle),
      rgba(255, 255, 255, 0.08),
      rgba(248, 181, 0, 0.84),
      rgba(255, 255, 255, 0.10)) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.72;
  pointer-events: none;
  z-index: 1;
}

.hero-actions [data-contact-open].bttn-more:hover,
.services-cta [data-contact-open].bttn-more:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 215, 0, 0.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(248, 181, 0, 0.18),
    0 16px 42px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(248, 181, 0, 0.26) !important;
}

.hero-actions [data-contact-open].bttn-more,
.services-cta [data-contact-open].bttn-more {
  --ut-cta-glow: 0.30;
  --ut-cta-spot: 0.24;
  border-color: rgba(255, 213, 74, 0.92) !important;
  background:
    radial-gradient(125% 180% at var(--ut-cta-x) 50%,
      rgba(255, 211, 76, var(--ut-cta-spot)) 0%,
      rgba(248, 181, 0, 0.16) 38%,
      rgba(248, 181, 0, 0.035) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.022)),
    rgba(28, 22, 10, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 214, 80, 0.22),
    0 14px 34px rgba(0, 0, 0, 0.36),
    0 0 18px rgba(248, 181, 0, calc(var(--ut-cta-glow) * 0.72)),
    0 0 42px rgba(248, 181, 0, calc(var(--ut-cta-glow) * 0.46)) !important;
}

.hero-actions [data-contact-open].bttn-more::before,
.services-cta [data-contact-open].bttn-more::before {
  background:
    linear-gradient(105deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.075) 30%,
      rgba(255, 222, 104, 0.30) 50%,
      rgba(255, 255, 255, 0.08) 68%,
      rgba(255, 255, 255, 0) 100%);
  opacity: 0.95;
}

.hero-actions [data-contact-open].bttn-more::after,
.services-cta [data-contact-open].bttn-more::after {
  background:
    linear-gradient(var(--ut-cta-angle),
      rgba(255, 255, 255, 0.16),
      rgba(255, 214, 72, 1),
      rgba(248, 181, 0, 0.92),
      rgba(255, 255, 255, 0.16)) border-box;
  opacity: 0.92;
}

.hero-actions [data-contact-open].bttn-more:hover,
.services-cta [data-contact-open].bttn-more:hover {
  border-color: rgba(255, 226, 109, 1) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(255, 214, 80, 0.28),
    0 18px 46px rgba(0, 0, 0, 0.40),
    0 0 24px rgba(248, 181, 0, 0.34),
    0 0 56px rgba(248, 181, 0, 0.24) !important;
}

/* ----------------------------------------------------------------------------
   02 SHARED COMPONENTS — COMPONENTS-CARDS
   Спільні карточки/скляні блоки, які використовуються на різних сторінках.
---------------------------------------------------------------------------- */

.ut-extra-card {
  position: relative;
  min-height: 190px;
  padding: 24px 20px;
  border: 1px solid rgba(248, 181, 0, 0.18);
  border-left-color: rgba(248, 181, 0, 0.32);
  border-right-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.024));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.ut-extra-card::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0.9), rgba(248, 181, 0, 0));
  opacity: 0.82;
}

.ut-extra-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 22px rgba(248, 181, 0, 0.08);
}

.ut-extra-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(16px, 1.18vw, 19px);
  line-height: 1.32;
  font-weight: 750;
}

.ut-extra-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 13.5px;
  line-height: 1.72;
  padding-bottom: 14px;
}

/* ----------------------------------------------------------------------------
   02 SHARED COMPONENTS — COMPONENTS-MODAL
   Contact modal: backdrop, dialog, close button, список каналів зв’язку.
---------------------------------------------------------------------------- */

.services-kicker,
.service-label,
.ut-contact-modal__kicker,
.services-cta span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ut-gold);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(248, 181, 0, 0.22);
}

.ut-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 50000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ut-contact-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.ut-contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ut-contact-modal__dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: min(680px, calc(100vh - 36px));
  overflow-y: auto;
  padding: clamp(26px, 5vw, 40px);
  border-radius: 24px;
  border: 1px solid rgba(248, 181, 0, 0.24);
  background:
    radial-gradient(circle at 85% 0%, rgba(248, 181, 0, 0.14), rgba(248, 181, 0, 0) 36%),
    linear-gradient(180deg, rgba(22, 24, 30, 0.96), rgba(5, 6, 10, 0.96));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}

.ut-contact-modal.is-open .ut-contact-modal__dialog {
  transform: translateY(0) scale(1);
}

.ut-contact-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ut-contact-modal__close:hover {
  color: var(--ut-gold);
  border-color: rgba(248, 181, 0, 0.42);
  transform: rotate(90deg);
}

.ut-contact-modal h2 {
  margin: 0 42px 12px 0;
  color: #ffffff;
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1.1;
  font-weight: 800;
}

.ut-contact-modal__lead,
.ut-contact-modal__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.75;
}

.ut-contact-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 18px;
}

.ut-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.ut-contact-item:hover {
  color: #ffffff;
  border-color: rgba(248, 181, 0, 0.36);
  background: rgba(248, 181, 0, 0.06);
  transform: translateY(-2px);
}

.ut-contact-item i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(248, 181, 0, 0.10);
  color: var(--ut-gold);
  font-size: 19px;
}

.ut-contact-item strong {
  display: block;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.footer-brand .brand-logo-text,
.ut-contact-modal__kicker .brand-logo-text {
  letter-spacing: 0.16em;
}

.ut-contact-modal__dialog,
.ut-contact-modal__close,
.ut-contact-item,
.ut-contact-item i,
.hero-adv-item,
.home-service-card,
.glass-card,
.service-hero-card,
.service-info-card,
.services-cta {
  border-radius: 0 !important;
}

.ut-contact-modal__dialog,
.ut-contact-modal__close,
.ut-contact-item,
.ut-contact-item i,
.hero-adv-item,
.home-service-card,
.glass-card,
.service-hero-card,
.service-info-card,
.services-cta {
  border-radius: 0 !important;
}

.ut-contact-modal {
align-items: center !important;
justify-content: center !important;
padding: clamp(14px, 3vw, 22px) !important;
}

.ut-contact-modal__dialog {
width: min(520px, calc(100vw - 28px)) !important;
max-height: calc(100dvh - 44px) !important;
padding: clamp(24px, 3.2vw, 34px) !important;
scrollbar-width: none;
}

.ut-contact-modal__dialog::-webkit-scrollbar {
width: 0;
height: 0;
}

.ut-contact-modal h2,
#utContactTitle {
white-space: nowrap !important;
font-size: clamp(28px, 3vw, 38px) !important;
margin-right: 46px !important;
}

/* ----------------------------------------------------------------------------
   02 SHARED COMPONENTS — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 767.98px) {
  main {
    padding-top: 74px;
  }

  header {
    padding: 12px 0;
  }

  .hero-wrap {
    background-attachment: scroll;
  }

  .hero-info-wrap {
    padding-top: 24px;
  }

  .hero-adv-item {
    min-height: auto;
    margin-bottom: 10px;
    padding: 16px 14px;
    border: 1px solid rgba(248, 181, 0, 0.16);
    background: rgba(255, 255, 255, 0.025);
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .bttn-more,
  .services-cta .bttn-more {
    width: min(320px, 100%);
    text-align: center;
    padding: 12px 14px;
  }

  .home-services-grid,
  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .home-service-card,
  .service-info-card {
    min-height: auto;
  }

  .services-nav {
    margin-top: 24px;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }

  .services-nav__inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 0 12px 20px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  button.services-nav__link {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    padding: 11px 14px;
  }

  .services-nav__inner::after {
    width: calc(100% - 24px);
  }

  .service-hero-card,
  .services-cta {
    border-radius: 18px;
  }

  .section-head h2,
  .services-title {
    letter-spacing: -0.5px;
  }

  .ut-contact-modal {
    align-items: flex-end;
    padding: 10px;
  }

  .ut-contact-modal__dialog {
    width: 100%;
    border-radius: 22px;
  }
}

@media (max-width: 479.98px) {
  header .ut-navbar .logo-text {
    letter-spacing: 2px;
  }

  .hero-actions .bttn-more {
    width: 100%;
    max-width: 280px;
  }

  .home-work-section {
    padding-top: 46px;
  }

  .section-head p,
  .services-lead,
  .service-hero-card p,
  .home-service-card p,
  .service-info-card p {
    font-size: 13.5px;
    line-height: 1.72;
  }

  .ut-contact-item {
    padding: 12px;
  }

  .ut-contact-item i {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions [data-contact-open].bttn-more,
  .services-cta [data-contact-open].bttn-more {
    --ut-contact-bg-x: 50%;
    --ut-contact-glow: 0.18;
  }
}

@media (max-width: 767.98px) {
  .home-services-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .home-service-card {
    width: 100% !important;
    min-height: 230px !important;
    padding: 24px 20px !important;
  }

  .home-service-card h3 {
    max-width: min(86%, 340px) !important;
    font-size: clamp(19px, 5.6vw, 24px) !important;
    line-height: 1.22 !important;
  }

  .home-service-card p {
    max-width: min(88%, 360px) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .home-service-card::before {
    background-image:
      linear-gradient(90deg, rgba(5, 7, 10, 0.99) 0%, rgba(5, 7, 10, 0.93) 48%, rgba(5, 7, 10, 0.28) 100%),
      var(--ut-card-visual) !important;
    background-position: center right !important;
  }

  .services-nav__link,
  .services-mobile-select__button,
  .bttn-more {
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .services-title,
  .hero-main-title {
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (min-width: 992px) {
.ut-contact-modal__dialog {
  overflow: visible !important;
  max-height: none !important;
}

.ut-contact-list {
  margin: 20px 0 16px !important;
}

.ut-contact-item {
  padding: 12px 14px !important;
}
}

@media (max-width: 575.98px) {

body.hero-wrap header > .container {
  min-height: 42px !important;
  height: 42px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle {
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  flex-basis: 34px !important;
  gap: 0 !important;
}

html body.hero-wrap header > .container > a.js-ut-nav-toggle.ut-nav-toggle {
  width: 34px !important;
  min-width: 34px !important;
  flex-basis: 34px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle::before,
html body.hero-wrap header > .container > a.js-ut-nav-toggle.ut-nav-toggle::before {
  content: none !important;
  display: none !important;
}

.ut-contact-modal__dialog {
  width: min(100%, calc(100vw - 20px)) !important;
  padding: 24px 18px 20px !important;
}

.ut-contact-modal h2,
#utContactTitle {
  font-size: clamp(24px, 7vw, 30px) !important;
  margin-right: 42px !important;
}

.ut-contact-list {
  gap: 8px !important;
  margin: 18px 0 14px !important;
}

.ut-contact-item {
  padding: 11px !important;
}
}

@media (max-width: 374.98px) {
.ut-contact-modal h2,
#utContactTitle {
  white-space: normal !important;
}
}

/* ============================================================================
   03 PAGE: HOME / ГОЛОВНА
   Стилі головної сторінки: hero, переваги, блок “Що ми виконуємо”, візуальні картки та картки послуг на головній.
============================================================================ */

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — HOME-HEADER
   Home-specific header fixes: висота шапки і бургер на головній.
---------------------------------------------------------------------------- */

body.hero-wrap header {
  padding: 8px 0 !important;
  min-height: 0 !important;
}

body.hero-wrap main {
  padding-top: 68px !important;
}

body.hero-wrap header > .container {
  height: 46px !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

body.hero-wrap header .ut-navbar {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.hero-wrap header .ut-navbar .logo-text {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: clamp(14px, 1.6vw, 17px) !important;
  letter-spacing: clamp(2px, 0.35vw, 3px) !important;
}

body.hero-wrap header > .container > .ut-nav-toggle {
  width: auto !important;
  min-width: 88px !important;
  height: 38px !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 11px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  top: auto !important;
  right: auto !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.hero-wrap header > .container > .ut-nav-toggle::before {
  content: "МЕНЮ";
  display: inline-block;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  transform: translateY(1px);
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

body.hero-wrap header > .container > .ut-nav-toggle:hover::before {
  color: #f8b500;
  text-shadow: 0 0 8px rgba(248, 181, 0, 0.35);
}

body.hero-wrap header > .container > .ut-nav-toggle i {
  position: relative !important;
  width: 18px !important;
  height: 2px !important;
  display: block !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  flex: 0 0 18px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle i::before,
body.hero-wrap header > .container > .ut-nav-toggle i::after {
  width: 26px !important;
  height: 2px !important;
  left: -8px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle i::before {
  top: -8px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle i::after {
  bottom: -8px !important;
}

body.hero-wrap header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9000 !important;
  background: rgba(5, 7, 12, 0) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  box-shadow: none !important;
  backdrop-filter: blur(0) !important;
  -webkit-backdrop-filter: blur(0) !important;
  transition:
    background 0.34s ease,
    border-color 0.34s ease,
    box-shadow 0.34s ease,
    backdrop-filter 0.34s ease,
    -webkit-backdrop-filter 0.34s ease !important;
}

body.hero-wrap.ut-header-scrolled header,
body.hero-wrap.menu-show header {
  background: rgba(5, 7, 12, 0.78) !important;
  border-bottom-color: rgba(255, 255, 255, 0.075) !important;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.30) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

body.hero-wrap.ut-header-scrolled header::after,
body.hero-wrap.menu-show header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(780px, 78vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(248, 181, 0, 0),
    rgba(248, 181, 0, 0.38),
    rgba(248, 181, 0, 0)
  );
  pointer-events: none;
}

body.hero-wrap header .logo-text,
body.hero-wrap header .ut-nav-toggle i,
body.hero-wrap header .ut-nav-toggle i::before,
body.hero-wrap header .ut-nav-toggle i::after {
  transition:
    color 0.34s ease,
    opacity 0.34s ease,
    text-shadow 0.34s ease,
    background-color 0.34s ease !important;
}

html body.hero-wrap main {
  padding-top: 54px !important;
}

body.hero-wrap header {
padding: 8px 0 !important;
min-height: 0 !important;
}

body.hero-wrap header > .container {
width: 100% !important;
max-width: 1140px !important;
min-height: 46px !important;
height: 46px !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 16px !important;
position: relative !important;
}

body.hero-wrap header .ut-navbar {
position: static !important;
left: auto !important;
right: auto !important;
top: auto !important;
transform: none !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
flex: 0 1 auto !important;
min-width: 0 !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1 !important;
}

body.hero-wrap header .ut-navbar .logo-text {
display: inline-flex !important;
align-items: center !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1 !important;
font-size: clamp(14px, 1.6vw, 17px) !important;
letter-spacing: clamp(2px, 0.35vw, 3px) !important;
white-space: nowrap !important;
}

body.hero-wrap header > .container > .ut-nav-toggle {
position: relative !important;
left: auto !important;
right: auto !important;
top: auto !important;
transform: none !important;
width: 36px !important;
min-width: 36px !important;
height: 38px !important;
flex: 0 0 36px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: flex-end !important;
gap: 0 !important;
margin: 0 0 0 auto !important;
padding: 0 !important;
line-height: 1 !important;
text-decoration: none !important;
float: none !important;
align-self: center !important;
}

body.hero-wrap header > .container > .ut-nav-toggle::before {
content: none !important;
display: none !important;
}

html body.hero-wrap header > .container > a.js-ut-nav-toggle.ut-nav-toggle {
width: 36px !important;
min-width: 36px !important;
flex-basis: 36px !important;
gap: 0 !important;
}

html body.hero-wrap header > .container > a.js-ut-nav-toggle.ut-nav-toggle::before {
content: none !important;
display: none !important;
}

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — HOME-HERO
   Hero головної: заголовок, підзаголовки, опис, divider, переваги.
---------------------------------------------------------------------------- */

.hero-wrap {

  background:
  linear-gradient(
  rgba(5,8,14,0.85),
  rgba(5,8,14,0.95)
  ),
  url("");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-wrap .desc h1 {
  font-size: 6vw;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.hero-wrap .desc h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.hero-wrap .title-desc { font-size: clamp(28px, 9vw, 42px); }

.hero-info-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-main-title {
  margin: 0 0 22px;
  font-size: clamp(52px, 8vw, 120px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #f3f3f3;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 0 auto 18px;
  max-width: 980px;
  font-size: clamp(20px, 2vw, 34px);
  line-height: 1.45;
  font-weight: 600;
  color: #ffffff;
}

.hero-description {
  margin: 0 auto 16px;
  max-width: 980px;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.82);
}

.hero-description-secondary {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-divider-text {
  margin-top: 28px;
  margin-bottom: 34px;
  font-size: clamp(11px, 0.9vw, 14px);
  line-height: 1.8;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.hero-divider-text span {
  display: inline-block;
  margin: 0 10px;
  color: #f8b500;
  text-shadow: 0 0 8px rgba(248, 181, 0, 0.35);
}

.hero-advantages {
  margin-top: 10px;
  margin-bottom: 8px;
}

.hero-adv-item {
  height: 100%;
  padding: 18px 16px;
}

.hero-adv-item h3 {
  margin: 0 0 10px;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.35;
  font-weight: 600;
  color: #ffffff;
}

.hero-adv-item p {
  margin: 0;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}

.hero-wrap {
  background:
    linear-gradient(180deg, rgba(3, 5, 10, 0.88) 0%, rgba(3, 5, 10, 0.96) 52%, rgba(1, 2, 5, 0.98) 100%),
    radial-gradient(circle at 50% 0%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 38%),
    url("");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-hero-section {
  padding-bottom: clamp(40px, 6vw, 78px);
}

.hero-info-wrap {
  padding-top: clamp(32px, 5vw, 58px);
  padding-bottom: clamp(28px, 5vw, 54px);
}

.hero-main-title {
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.55);
}

.hero-description {
  text-wrap: pretty;
}

.hero-adv-item {
  position: relative;
  min-height: 142px;
  border-left: 1px solid rgba(248, 181, 0, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
}

.hero-advantages {
  margin-top: 14px;
  margin-bottom: 12px;
}

.hero-adv-item {
  position: relative;
  min-height: 134px;
  height: 100%;
  padding: 22px 18px !important;
  border: 1px solid rgba(248, 181, 0, 0.18) !important;
  border-left-color: rgba(248, 181, 0, 0.32) !important;
  border-right-color: rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.hero-adv-item:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.42) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 22px rgba(248, 181, 0, 0.08);
}

.hero-main-title .brand-logo-text--hero {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0.16em;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.55);
}

.hero-subtitle .brand-logo-text,
.section-head p .brand-logo-text {
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
  color: inherit;
  text-shadow: none;
}

.hero-subtitle .brand-logo-text .highlight,
.section-head p .brand-logo-text .highlight {
  color: inherit;
  text-shadow: none;
}

.ut-home-extra-section {
  position: relative;
  padding: clamp(54px, 7vw, 88px) 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.62));
  border-top: 1px solid rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.ut-home-extra-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 86vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0), rgba(248, 181, 0, 0.42), rgba(248, 181, 0, 0));
  pointer-events: none;
}

.home-process-section,
.home-why-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(248, 181, 0, 0.055), rgba(248, 181, 0, 0) 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.64));
}

.home-objects-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.55));
}

.home-consult-section {
  position: relative;
  padding: clamp(52px, 7vw, 86px) 0;
  background:
    radial-gradient(circle at 22% 50%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 28%),
    radial-gradient(circle at 84% 60%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.78));
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

body.hero-wrap:not(.ut-header-scrolled):not(.menu-show) header .logo-text {
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.36) !important;
}

body.hero-wrap {
background: #020408 !important;
background-image: none !important;
overflow-x: hidden;
}

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — HOME-VISUAL-CARDS
   Головна — три візуальні карточки: комплексний підхід, технічна логіка, акуратний монтаж.
---------------------------------------------------------------------------- */

body.hero-wrap .hero-visual-cards {
  row-gap: 14px;
}

body.hero-wrap .hero-visual-card {
  position: relative;
  min-height: clamp(176px, 17vw, 224px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(248, 181, 0, 0.54);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(248, 181, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transform: translateZ(0);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

body.hero-wrap .hero-visual-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.76) 0%, rgba(2, 4, 8, 0.58) 50%, rgba(2, 4, 8, 0.24) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.04), rgba(2, 4, 8, 0.64)),
    radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.15), transparent 38%);
  pointer-events: none;
  transition: background 0.28s ease;
}

body.hero-wrap .hero-visual-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 181, 0, 0.62), transparent);
  opacity: 0.72;
  pointer-events: none;
}

body.hero-wrap .hero-visual-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.82);
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(248, 181, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  filter: saturate(1.06) contrast(1.03);
}

body.hero-wrap .hero-visual-card:hover::before {
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.68) 0%, rgba(2, 4, 8, 0.50) 50%, rgba(2, 4, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.025), rgba(2, 4, 8, 0.56)),
    radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.18), transparent 38%);
}

body.hero-wrap .hero-visual-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 18px 18px;
}

body.hero-wrap .hero-visual-card__content h3 {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.1px;
}

body.hero-wrap .hero-visual-card__content h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 17px;
  margin-right: 9px;
  vertical-align: -3px;
  background: linear-gradient(180deg, #ffd64f, rgba(248, 181, 0, 0.42));
  box-shadow: 0 0 14px rgba(248, 181, 0, 0.24);
}

body.hero-wrap .hero-visual-card__content p {
  margin: 0;
  max-width: 96%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.6px;
  line-height: 1.58;
}

body.hero-wrap .hero-visual-card--complex {
  background-image: url("../assets/img/main/cards/complex-01.webp");
}

body.hero-wrap .hero-visual-card--logic {
  background-image: url("../assets/img/main/cards/logic-01.webp");
}

body.hero-wrap .hero-visual-card--mount {
  background-image: url("../assets/img/main/cards/mount-01.webp");
}

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — HOME-WORK
   Головна — секція “Що ми виконуємо” і сітка робіт.
---------------------------------------------------------------------------- */

.home-work-section {
  position: relative;
  padding: clamp(56px, 7vw, 92px) 0 clamp(62px, 8vw, 98px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.62)),
    rgba(0, 0, 0, 0.48);
  border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.home-work-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, 86vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0), rgba(248, 181, 0, 0.45), rgba(248, 181, 0, 0));
}

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  .hero-info-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-main-title {
    font-size: clamp(44px, 9vw, 80px);
    margin-bottom: 18px;
  }

  .hero-subtitle {
    font-size: clamp(18px, 2.3vw, 28px);
    margin-bottom: 14px;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.8;
    max-width: 850px;
  }

  .hero-divider-text {
    letter-spacing: 3px;
    margin-top: 24px;
    margin-bottom: 26px;
  }

  .hero-adv-item {
    padding: 14px 10px;
  }
}

@media (max-width: 767.98px) {
  .hero-info-wrap {
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .hero-main-title {
    font-size: clamp(34px, 12vw, 56px);
    line-height: 0.98;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
  }

  .hero-subtitle {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 14px;
    padding: 0 6px;
  }

  .hero-description {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 12px;
    padding: 0 6px;
  }

  .hero-description-secondary {
    margin-bottom: 0;
  }

  .hero-divider-text {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.9;
    letter-spacing: 1.8px;
    padding: 0 10px;
  }

  .hero-divider-text span {
    margin: 0 5px;
  }

  .hero-advantages {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .hero-adv-item {
    padding: 10px 0;
  }

  .hero-adv-item h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .hero-adv-item p {
    font-size: 13px;
    line-height: 1.65;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 479.98px) {
  .hero-main-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-description {
    font-size: 13.5px;
    line-height: 1.7;
  }

  .hero-divider-text {
    font-size: 10px;
    letter-spacing: 1.4px;
  }

  .hero-adv-item h3 {
    font-size: 15px;
  }

  .hero-adv-item p {
    font-size: 12.5px;
  }
}

@media (max-height: 950px) {

  .hero-info-wrap {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-main-title {
    font-size: clamp(40px, 6vw, 80px);
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: clamp(18px, 1.8vw, 24px);
    margin-bottom: 12px;
  }

  .hero-description {
    font-size: clamp(13px, 0.95vw, 16px);
    line-height: 1.65;
    margin-bottom: 10px;
  }

  .hero-divider-text {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 2px;
  }

  .hero-adv-item {
    padding: 10px 8px;
  }

  .hero-adv-item h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .hero-adv-item p {
    font-size: 13px;
    line-height: 1.6;
  }

}

@media (max-width: 575.98px) {
  .hero-main-title .brand-logo-text--hero {
    letter-spacing: 0.10em;
  }

  .brand-logo-text--inline {
    letter-spacing: 0.08em;
  }
}

@media (max-width: 767.98px) {
  .hero-advantages {
    --bs-gutter-y: 18px;
    row-gap: 18px;
  }

  .hero-advantages > [class*="col-"] {
    margin-bottom: 18px;
  }

  .hero-advantages > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 479.98px) {
  .hero-advantages {
    --bs-gutter-y: 16px;
    row-gap: 16px;
  }

  .hero-advantages > [class*="col-"] {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
body.hero-wrap #work-process .col-12.col-lg-10.col-xl-9 {
  width: 83.333333% !important;
  max-width: 83.333333% !important;
}
}

@media (min-width: 1200px) {
body.hero-wrap #work-process .col-12.col-lg-10.col-xl-9 {
  width: 75% !important;
  max-width: 75% !important;
}
}

/* ============================================================================
   04 PAGE: SERVICES / ПОСЛУГИ
   Сторінка послуг: меню вкладок, панелі напрямків, premium-grid, карточки послуг, фони карточок, workflow/етапи, CTA.
============================================================================ */

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-NAV
   Services nav: меню вкладок/напрямків послуг і активний стан.
---------------------------------------------------------------------------- */

.services-nav {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.services-nav__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  padding: 0 0 18px;
}

.services-nav__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1100px, 100%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.08) 10%,
    rgba(255, 255, 255, 0.16) 22%,
    rgba(120, 170, 255, 0.28) 50%,
    rgba(255, 255, 255, 0.16) 78%,
    rgba(255, 255, 255, 0.08) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.services-nav__link {
  position: relative;
  display: inline-block;
  padding: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  transition: color 0.3s ease;
}

.services-nav__link:hover {
  color: #ffffff;
}

.services-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(62, 166, 255, 0) 0%,
    #f8b500 50%,
    rgba(62, 166, 255, 0) 100%
  );
  box-shadow: 0 0 14px rgba(62, 166, 255, 0.25);
  transition: width 0.32s ease;
}

.services-nav__link:hover::after,
.services-nav__link.active::after {
  width: 120%;
}

.services-nav__link.active {
  color: #ffffff;
}

.services-nav {
  width: 100%;
  margin: clamp(26px, 4vw, 42px) auto 0;
  padding: 0;
}

.services-nav__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 0 22px;
}

.services-nav__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1000px, 100%);
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0), rgba(255, 255, 255, 0.14), rgba(248, 181, 0, 0.32), rgba(255, 255, 255, 0.14), rgba(248, 181, 0, 0));
  pointer-events: none;
}

button.services-nav__link {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  padding: 11px 16px 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.15px;
  transition: color 0.28s ease, border-color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

button.services-nav__link::after {
  bottom: -23px;
  height: 2px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0), #f8b500 50%, rgba(248, 181, 0, 0));
  box-shadow: 0 0 16px rgba(248, 181, 0, 0.35);
}

button.services-nav__link:hover,
button.services-nav__link.active {
  color: #ffffff;
  border-color: rgba(248, 181, 0, 0.45);
  background: rgba(248, 181, 0, 0.08);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  transform: translateY(-1px);
}

.services-nav {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.services-nav::-webkit-scrollbar {
  display: none;
}

.services-nav__inner {
  position: relative;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 26px) !important;
  min-width: 100%;
  padding: 0 14px 20px !important;
  margin: 0 auto;
}

.services-nav__inner::after {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: none;
}

button.services-nav__link,
.services-nav__link {
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: nowrap;
  padding: 0 0 12px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 650;
  transform: none !important;
}

button.services-nav__link::after,
.services-nav__link::after {
  bottom: -2px;
  height: 2px;
}

button.services-nav__link:hover,
button.services-nav__link.active,
.services-nav__link:hover,
.services-nav__link.active {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  transform: none !important;
}

.services-nav {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  text-align: center;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.services-nav__inner {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  min-width: max-content !important;
  padding: 0 16px 20px !important;
}

button.services-nav__link,
.services-nav__link {
  flex: 0 0 auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  transform: none !important;
  padding: 0 0 12px !important;
}

button.services-nav__link:hover,
button.services-nav__link.active,
.services-nav__link:hover,
.services-nav__link.active {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.services-body button.services-nav__link[data-service-tab="electro"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4 14h6l-1 8 11-14h-7l1-6Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="security"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 5 5v6c0 4.6 2.8 8.8 7 11 4.2-2.2 7-6.4 7-11V5l-7-3Zm3.6 7.4-4.4 4.4-1.9-1.9-1.4 1.4 3.3 3.3 5.8-5.8-1.4-1.4Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="video"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h11a2 2 0 0 1 2 2v1.2l3-1.8v7.2l-3-1.8V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2Zm2 2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 1.6a.9.9 0 1 1 0 1.8.9.9 0 0 1 0-1.8Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="access"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.5 14a5.5 5.5 0 1 1 5.1-3.5l6.4 6.4V21h-4.1v-2.1h-2.1v-2.1h-2.1l-1.4-1.4c-.6.2-1.2.3-1.8.3Zm0-8.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="smart"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 3 10.2l1.3 1.5L5.8 10.5V21h12.4V10.5l1.5 1.2 1.3-1.5L12 3Zm-3.8 8.6h7.6V19H8.2v-7.4Zm3.8 1.4a2.3 2.3 0 0 0-2.2 2.4h1.4a.8.8 0 0 1 1.6 0h1.4A2.3 2.3 0 0 0 12 13Zm-3.5-1.9a5 5 0 0 1 7 0l1-1a6.4 6.4 0 0 0-9 0l1 1Zm1.7 1.7a2.6 2.6 0 0 1 3.6 0l1-1a4 4 0 0 0-5.6 0l1 1Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="network"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 6h-3a13.7 13.7 0 0 0-1.4-3.1A8.1 8.1 0 0 1 18.9 8ZM12 4.1c.7 1 1.3 2.3 1.7 3.9h-3.4c.4-1.6 1-2.9 1.7-3.9ZM4.6 14a8 8 0 0 1 0-4h3.2a16.8 16.8 0 0 0 0 4H4.6Zm.5 2h3a13.7 13.7 0 0 0 1.4 3.1A8.1 8.1 0 0 1 5.1 16Zm3-8h-3a8.1 8.1 0 0 1 4.4-3.1A13.7 13.7 0 0 0 8.1 8Zm3.9 11.9c-.7-1-1.3-2.3-1.7-3.9h3.4c-.4 1.6-1 2.9-1.7 3.9ZM14.1 14H9.9a14.6 14.6 0 0 1 0-4h4.2a14.6 14.6 0 0 1 0 4Zm.4 5.1a13.7 13.7 0 0 0 1.4-3.1h3a8.1 8.1 0 0 1-4.4 3.1ZM16.2 14a16.8 16.8 0 0 0 0-4h3.2a8 8 0 0 1 0 4h-3.2Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="service"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 6.2 17.8 10 14 6.2 17.8 2A7 7 0 0 0 9 10.8L2.6 17.2a2.9 2.9 0 0 0 4.1 4.1L13.2 15A7 7 0 0 0 22 6.2ZM4.7 19.8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link::before {
  content: "" !important;
  background: currentColor;
  -webkit-mask: var(--ut-service-icon) center / contain no-repeat;
  mask: var(--ut-service-icon) center / contain no-repeat;
  opacity: 0.96;
  transition: color 0.24s ease, filter 0.24s ease, transform 0.24s ease;
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-HERO
   Services hero/intro: заголовки, лід, вступні блоки сторінки послуг.
---------------------------------------------------------------------------- */

.section-head h2,
.services-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
}

.section-head p,
.services-lead {
  margin: 0 auto;
  max-width: 780px;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

.services-intro-section {
  padding-bottom: 8px;
}

.services-title {
  font-size: clamp(42px, 7vw, 82px);
}

.services-content-section {
  padding-top: clamp(20px, 4vw, 38px);
}

body.services-body .services-intro-section {
  padding-top: clamp(8px, 1.4vw, 18px) !important;
  padding-bottom: clamp(12px, 2vw, 22px) !important;
}

body.services-body .services-content-section {
  padding-top: 2px !important;
  margin-top: 0 !important;
}

body.services-body .services-intro-section {
padding-bottom: 0 !important;
}

body.services-body .services-content-section {
padding-top: 0 !important;
margin-top: -10px !important;
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-PANELS
   Services panels: data-service-panel, таби, відображення активної панелі.
---------------------------------------------------------------------------- */

body.hero-wrap .home-services-grid {
  align-items: stretch;
}

body.hero-wrap .home-service-card {
  position: relative;
  min-height: clamp(188px, 18vw, 238px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  text-align: left;
  padding: 20px 18px 18px;
  border: 1px solid rgba(248, 181, 0, 0.54) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(248, 181, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transform: translateZ(0);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

body.hero-wrap .home-service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.76) 0%, rgba(2, 4, 8, 0.58) 50%, rgba(2, 4, 8, 0.24) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.04), rgba(2, 4, 8, 0.64)),
    radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.15), transparent 38%);
  pointer-events: none;
  transition: background 0.28s ease;
}

body.hero-wrap .home-service-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 181, 0, 0.62), transparent);
  opacity: 0.72;
  pointer-events: none;
}

body.hero-wrap .home-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.82) !important;
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(248, 181, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  filter: saturate(1.06) contrast(1.03);
}

body.hero-wrap .home-service-card:hover::before {
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.68) 0%, rgba(2, 4, 8, 0.50) 50%, rgba(2, 4, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.025), rgba(2, 4, 8, 0.56)),
    radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.18), transparent 38%);
}

body.hero-wrap .home-service-card > * {
  position: relative;
  z-index: 1;
}

body.hero-wrap .home-service-card h3 {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.1px;
}

body.hero-wrap .home-service-card h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 17px;
  margin-right: 9px;
  vertical-align: -3px;
  background: linear-gradient(180deg, #ffd64f, rgba(248, 181, 0, 0.42));
  box-shadow: 0 0 14px rgba(248, 181, 0, 0.24);
}

body.hero-wrap .home-service-card p {
  margin: 0;
  max-width: 96%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.6px;
  line-height: 1.58;
}

body.hero-wrap .home-service-card--electro220 {
  background-image: url("../assets/img/main/cards/electro-220.webp");
}

body.hero-wrap .home-service-card--lighting-led {
  background-image: url("../assets/img/main/cards/lighting-led.webp");
}

body.hero-wrap .home-service-card--backup-power {
  background-image: url("../assets/img/main/cards/backup-power.webp");
}

body.hero-wrap .home-service-card--video-surveillance {
  background-image: url("../assets/img/main/cards/video-surveillance.webp");
}

body.hero-wrap .home-service-card--ops-ps-security {
  background-image: url("../assets/img/main/cards/ops-ps-security.webp");
}

body.hero-wrap .home-service-card--scud-network-smart {
  background-image: url("../assets/img/main/cards/scud-network-smart.webp");
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 4vw, 42px);
}

.home-service-card,
.glass-card {
  border: 1px solid var(--ut-card-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home-service-card {
  min-height: 134px;
  padding: 22px 18px;
  border-color: rgba(248, 181, 0, 0.18) rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) rgba(248, 181, 0, 0.32);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 22px rgba(248, 181, 0, 0.08);
}

.services-main {
  padding-bottom: clamp(50px, 7vw, 86px);
}

.services-info-wrap {
  padding-bottom: 20px;
}

.service-panel {
  display: none;
  animation: utPanelFade 0.35s ease both;
}

.service-panel.active {
  display: block;
}

.service-hero-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 22px;
  border-color: rgba(248, 181, 0, 0.22);
}

.service-hero-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -110px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 181, 0, 0.16), rgba(248, 181, 0, 0) 68%);
  pointer-events: none;
}

.service-hero-card p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.15vw, 17px);
}

.services-mobile-select {
  display: none;
}

.hero-adv-item,
.home-service-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.hero-adv-item h3,
.hero-adv-item p,
.home-service-card h3,
.home-service-card p {
  position: relative;
  z-index: 2;
}

body.services-body .services-info-wrap::before {
  content: none !important;
  display: none !important;
}

.services-mobile-select {
  display: none;
}

body.services-body .service-panel,
body.services-body .service-hero-card {
  margin-top: 0 !important;
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-CARDS
   Services cards: premium-grid, service-info-card, service-step-card, шість карточок електромонтажу.
---------------------------------------------------------------------------- */

.services-premium-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 14px);
  margin: 0 0 clamp(22px, 3.5vw, 34px);
  padding: clamp(22px, 3.6vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-left: 1px solid rgba(255, 214, 79, 0.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.10), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.72);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.services-premium-grid::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, transparent, #ffd64f, transparent);
  box-shadow:
    0 0 16px rgba(255, 214, 79, 0.58),
    0 0 36px rgba(248, 181, 0, 0.22);
  pointer-events: none;
}

.services-premium-grid > * {
  position: relative;
  z-index: 1;
}

.services-premium-grid__head {
  grid-column: 1 / -1;
  max-width: 820px;
  margin-bottom: clamp(8px, 1.6vw, 12px);
}

.services-premium-grid__head .service-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffd64f;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.services-premium-grid__head h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.4px;
}

.services-premium-grid__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 1.75;
}

.services-premium-card,
.services-premium-grid .service-info-card {
  position: relative;
  min-height: 172px;
  padding: 20px 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.018)),
    rgba(2, 4, 8, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.042),
    0 10px 30px rgba(0, 0, 0, 0.10);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.services-premium-card::before,
.services-premium-grid .service-info-card::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 214, 79, 0.55), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.services-premium-card::after,
.services-premium-grid .service-info-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.055), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.028), transparent 42%);
  opacity: 0.7;
  pointer-events: none;
}

.services-premium-card:hover,
.services-premium-grid .service-info-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 214, 79, 0.24);
  background:
    linear-gradient(180deg, rgba(248, 181, 0, 0.055), rgba(255, 255, 255, 0.022)),
    rgba(2, 4, 8, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 42px rgba(0, 0, 0, 0.22);
}

.services-premium-card:hover::before,
.services-premium-grid .service-info-card:hover::before {
  opacity: 1;
}

.services-premium-card > *,
.services-premium-grid .service-info-card > * {
  position: relative;
  z-index: 1;
}

.services-premium-card h3,
.services-premium-grid .service-info-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14.5px;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: -0.1px;
}

.services-premium-card h3::before,
.services-premium-grid .service-info-card h3::before {
  content: "";
  width: 3px;
  height: 18px;
  flex: 0 0 3px;
  background: linear-gradient(180deg, #ffd64f, rgba(248, 181, 0, 0.42));
  box-shadow: 0 0 14px rgba(248, 181, 0, 0.22);
}

.services-premium-card p,
.services-premium-grid .service-info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12.9px;
  line-height: 1.62;
}

.service-panel:is(
  [data-service-panel="electro"],
  [data-service-panel="security"],
  [data-service-panel="video"],
  [data-service-panel="access"],
  [data-service-panel="smart"],
  [data-service-panel="network"],
  [data-service-panel="service"]
) .services-premium-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-panel:is(
  [data-service-panel="electro"],
  [data-service-panel="security"],
  [data-service-panel="video"],
  [data-service-panel="access"],
  [data-service-panel="smart"],
  [data-service-panel="network"],
  [data-service-panel="service"]
) .services-premium-card::after {
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.92) 0%, rgba(2, 4, 8, 0.72) 50%, rgba(2, 4, 8, 0.42) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.28), rgba(2, 4, 8, 0.82)),
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.08), transparent 34%);
  opacity: 1;
}

.service-panel:is(
  [data-service-panel="electro"],
  [data-service-panel="security"],
  [data-service-panel="video"],
  [data-service-panel="access"],
  [data-service-panel="smart"],
  [data-service-panel="network"],
  [data-service-panel="service"]
) .services-premium-card:hover::after {
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.86) 0%, rgba(2, 4, 8, 0.62) 50%, rgba(2, 4, 8, 0.32) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.18), rgba(2, 4, 8, 0.74)),
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.12), transparent 34%);
}

.home-service-card h3,
.service-info-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.35;
  font-weight: 700;
}

.home-service-card p,
.service-info-card p,
.service-hero-card p,
.services-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.78;
}

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

.service-info-card {
  min-height: 168px;
  padding: 24px 22px;
  border-radius: 18px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.service-info-card:hover {
  transform: translateY(-3px);
  border-color: rgba(248, 181, 0, 0.34);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28), 0 0 20px rgba(248, 181, 0, 0.07);
}

.service-hero-card,
.service-info-card,
.services-cta {
  border-radius: 0 !important;
}

body.services-body [data-service-panel="electro"] .service-card-grid.service-card-grid--six {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.services-body [data-service-panel="electro"] .service-step-card {
  position: relative;
  min-height: 305px;
  padding: 28px 26px 26px;
  overflow: hidden;
  border: 1px solid rgba(248, 181, 0, 0.30);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    linear-gradient(180deg, rgba(14, 17, 23, 0.94), rgba(5, 7, 11, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 52px rgba(0, 0, 0, 0.34);
}

body.services-body [data-service-panel="electro"] .service-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 78% 15%, rgba(248, 181, 0, 0.14), transparent 34%),
    linear-gradient(135deg, transparent 0 52%, rgba(248, 181, 0, 0.055) 52.4% 53.2%, transparent 53.6% 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  opacity: 0.72;
  z-index: 0;
}

body.services-body [data-service-panel="electro"] .service-step-card::after {
  content: attr(data-step);
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.07);
  font-size: clamp(62px, 6vw, 86px);
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: -0.08em;
}

body.services-body [data-service-panel="electro"] .service-step-card > * {
  position: relative;
  z-index: 2;
}

body.services-body [data-service-panel="electro"] .service-step-card__meta {
  display: none !important;
}

body.services-body [data-service-panel="electro"] .service-step-card__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8b500;
  border: 1px solid rgba(248, 181, 0, 0.42);
  background: rgba(248, 181, 0, 0.035);
  font-size: 21px;
}

body.services-body [data-service-panel="electro"] .service-step-card__icon--image,
body.services-body [data-service-panel="electro"] .service-step-card__icon:has(.service-step-card__icon-img) {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(248, 181, 0, 0.56) !important;
  background: rgba(248, 181, 0, 0.035) !important;
  box-shadow:
    inset 0 0 0 1px rgba(248, 181, 0, 0.08),
    0 0 18px rgba(248, 181, 0, 0.08) !important;
}

body.services-body [data-service-panel="electro"] .service-step-card__icon-img {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  filter: drop-shadow(0 0 7px rgba(248, 181, 0, 0.28));
}

body.services-body [data-service-panel="electro"] .service-step-card h3 {
  margin: 0 0 16px;
  max-width: 92%;
  color: #fff;
  font-size: clamp(24px, 2.25vw, 34px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
}

body.services-body [data-service-panel="electro"] .service-step-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15.5px;
  line-height: 1.72;
}

body.services-body [data-service-panel="electro"] .service-step-card__line {
  width: 54px;
  height: 1px;
  margin-top: 26px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0.78), rgba(248, 181, 0, 0));
  box-shadow: 0 0 12px rgba(248, 181, 0, 0.22);
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-BACKGROUNDS
   Services card backgrounds: прив’язка зображень до nth-of-type карточок у кожній вкладці.
---------------------------------------------------------------------------- */

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/electro-01.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/electro-02.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/electro-03.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/electro-04.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/electro-05.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/electro-06.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/security-01.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/security-02.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/security-03.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/security-04.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/security-05.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/security-06.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/video-01.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/video-02.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/video-03.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/video-04.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/video-05.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/video-06.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/access-01.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/access-02.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/access-03.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/access-04.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/access-05.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/access-06.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/smart-01.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/smart-02.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/smart-03.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/smart-04.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/smart-05.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/smart-06.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/network-01.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/network-02.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/network-03.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/network-04.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/network-05.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/network-06.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/service-01.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/service-02.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/service-03.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/service-04.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/service-05.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/service-06.webp"); }

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-WORKFLOW
   Services workflow: етапи роботи, процес і CTA на сторінці послуг.
---------------------------------------------------------------------------- */

.service-hero-card h2,
.services-cta h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.6px;
}

.services-cta {
  margin-top: clamp(20px, 4vw, 34px);
  padding: clamp(24px, 4vw, 36px);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-color: rgba(248, 181, 0, 0.24);
}

.services-cta h2 {
  font-size: clamp(24px, 3vw, 38px);
}

.ut-process-grid,
.ut-objects-grid,
.ut-why-grid {
  display: grid;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 42px);
}

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

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

.ut-why-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ut-card-number {
  position: absolute;
  top: 14px;
  right: 18px;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
  pointer-events: none;
}

.ut-card-icon,
.ut-consult-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #f8b500;
  border: 1px solid rgba(248, 181, 0, 0.42);
  background: rgba(248, 181, 0, 0.045);
  box-shadow: 0 0 18px rgba(248, 181, 0, 0.10);
}

.ut-card-icon i,
.ut-consult-icon i {
  font-size: 23px;
  line-height: 1;
}

.ut-process-card {
  min-height: 226px;
}

.ut-object-card {
  min-height: 206px;
}

.ut-why-card {
  min-height: 234px;
  padding-left: 18px;
  padding-right: 18px;
}

.ut-why-card--guarantee {
  border-color: rgba(248, 181, 0, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(248, 181, 0, 0.11), rgba(248, 181, 0, 0) 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.026));
}

.ut-consult-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(248, 181, 0, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.024));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32), 0 0 28px rgba(248, 181, 0, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ut-consult-icon {
  width: 74px;
  height: 74px;
  margin: 0;
}

.ut-consult-icon i {
  font-size: 32px;
}

.ut-consult-text span {
  display: inline-block;
  margin-bottom: 8px;
  color: #f8b500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 750;
}

.ut-consult-text h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.ut-consult-text p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.70);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.78;
}

.ut-consult-note {
  margin-top: 8px !important;
  color: rgba(248, 181, 0, 0.9) !important;
  font-weight: 650;
}

.ut-consult-action {
  display: flex;
  justify-content: flex-end;
}

.hero-adv-item,
.home-service-card,
.service-hero-card,
.service-info-card,
.ut-extra-card,
.advice-card,
.related-advice-card,
.faq-item,
.ut-contact-card,
.ut-consult-card,
.glass-card {
  min-width: 0;
}

body.contact-body .contact-unified-card,
body.contact-body .contact-prep-card,
body.contact-body .advice-cta-card,
body.contact-body .ut-consult-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.082) !important;
  border-left: 1px solid rgba(255, 214, 79, 0.52) !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 13% 14%, rgba(248, 181, 0, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.70) !important;
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.contact-body .contact-unified-icon,
body.contact-body .ut-card-icon,
body.contact-body .ut-consult-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 214, 79, 0.34);
  background: rgba(248, 181, 0, 0.058);
  box-shadow: 0 0 28px rgba(255, 214, 79, 0.12);
  color: #ffd64f;
  line-height: 1;
}

body.contact-body .contact-unified-title span,
body.contact-body .contact-main-line span,
body.contact-body .contact-info-strip span,
body.contact-body .ut-consult-text span {
  color: #ffd64f;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 2.2px;
  line-height: 1.3;
  text-transform: uppercase;
}

body.contact-body .contact-unified-title p,
body.contact-body .contact-messengers-wrap p,
body.contact-body .contact-info-strip p,
body.contact-body .section-head p,
body.contact-body .contact-prep-grid p,
body.contact-body .ut-consult-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14.5px;
  line-height: 1.76;
}

body.contact-body .advice-cta-card,
body.contact-body .ut-consult-card {
  margin-top: 0;
  padding: clamp(24px, 4vw, 40px);
}

body.contact-body .ut-consult-icon {
  color: #ffd64f !important;
}

body.faq-body .advice-cta-card,
body.faq-body .ut-consult-card {
  position: relative;
  overflow: hidden;
  margin-top: clamp(26px, 5vw, 52px);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.082) !important;
  border-left: 1px solid rgba(255, 214, 79, 0.55) !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 16% 22%, rgba(248, 181, 0, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.74) !important;
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.faq-body .ut-consult-icon {
  border-color: rgba(255, 214, 79, 0.36) !important;
  background: rgba(248, 181, 0, 0.065) !important;
  color: #ffd64f !important;
  box-shadow: 0 0 28px rgba(255, 214, 79, 0.12);
}

body.faq-body .ut-consult-text span {
  color: #ffd64f;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.faq-body .ut-consult-text h2 {
  color: #fff;
  font-weight: 760;
}

body.faq-body .ut-consult-text p {
  color: rgba(255, 255, 255, 0.68);
}

body.hero-wrap #work-process .ut-process-grid {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: clamp(18px, 2.1vw, 28px) !important;
width: 100% !important;
}

body.hero-wrap #work-process .ut-process-card {
position: relative;
width: 100% !important;
min-height: clamp(248px, 20vw, 306px) !important;
aspect-ratio: 16 / 9 !important;
display: flex !important;
flex-direction: column !important;
justify-content: flex-end !important;
align-items: flex-start !important;
overflow: hidden;
padding: 78px 22px 24px !important;
text-align: left !important;
border: 1px solid rgba(248, 181, 0, 0.54) !important;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
box-shadow:
  0 18px 46px rgba(0, 0, 0, 0.28),
  0 0 18px rgba(248, 181, 0, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
transition:
  transform 0.28s ease,
  border-color 0.28s ease,
  box-shadow 0.28s ease,
  filter 0.28s ease;
}

body.hero-wrap #work-process .ut-process-card::before {
content: "";
position: absolute;
inset: -1px;
background:
  linear-gradient(90deg, rgba(2, 4, 8, 0.76) 0%, rgba(2, 4, 8, 0.58) 50%, rgba(2, 4, 8, 0.24) 100%),
  linear-gradient(180deg, rgba(2, 4, 8, 0.04), rgba(2, 4, 8, 0.64)),
  radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.15), transparent 38%);
pointer-events: none;
transition: background 0.28s ease;
}

body.hero-wrap #work-process .ut-process-card::after {
content: "";
position: absolute;
left: 14px;
right: 14px;
bottom: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(248, 181, 0, 0.62), transparent);
opacity: 0.72;
pointer-events: none;
}

body.hero-wrap #work-process .ut-process-card:hover {
transform: translateY(-4px);
border-color: rgba(248, 181, 0, 0.82) !important;
box-shadow:
  0 26px 62px rgba(0, 0, 0, 0.36),
  0 0 28px rgba(248, 181, 0, 0.16),
  inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
filter: saturate(1.06) contrast(1.03);
}

body.hero-wrap #work-process .ut-process-card:hover::before {
background:
  linear-gradient(90deg, rgba(2, 4, 8, 0.68) 0%, rgba(2, 4, 8, 0.50) 50%, rgba(2, 4, 8, 0.18) 100%),
  linear-gradient(180deg, rgba(2, 4, 8, 0.025), rgba(2, 4, 8, 0.56)),
  radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.18), transparent 38%);
}

body.hero-wrap #work-process .ut-process-card > * {
position: relative;
z-index: 1;
}

body.hero-wrap #work-process .ut-process-card:nth-child(1) {
background-image: url("../assets/img/main/cards/consultation.webp") !important;
}

body.hero-wrap #work-process .ut-process-card:nth-child(2) {
background-image: url("../assets/img/main/cards/site-inspection.webp") !important;
}

body.hero-wrap #work-process .ut-process-card:nth-child(3) {
background-image: url("../assets/img/main/cards/solution-selection.webp") !important;
}

body.hero-wrap #work-process .ut-process-card:nth-child(4) {
background-image: url("../assets/img/main/cards/turnkey-implementation.webp") !important;
}

body.hero-wrap #work-process .ut-process-card .ut-card-icon {
position: absolute !important;
left: 22px !important;
top: 22px !important;
z-index: 2 !important;
margin: 0 !important;
}

body.hero-wrap #work-process .ut-process-card .ut-card-number {
position: absolute !important;
left: auto !important;
right: 22px !important;
top: 16px !important;
z-index: 1 !important;
text-align: right !important;
pointer-events: none !important;
}

body.hero-wrap #work-process .ut-process-card h3,
body.hero-wrap #work-process .ut-process-card p {
max-width: min(430px, 100%) !important;
}

body.hero-wrap #work-process .ut-process-card h3 {
margin: 0 0 8px !important;
}

body.hero-wrap #work-process .ut-process-card p {
margin: 0 !important;
}

.services-workflow {
  position: relative;
  margin: clamp(26px, 4vw, 42px) 0 clamp(22px, 3.5vw, 34px);
  padding: clamp(22px, 3.6vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-left: 1px solid rgba(255, 214, 79, 0.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.10), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.services-workflow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, transparent, #ffd64f, transparent);
  box-shadow: 0 0 16px rgba(255, 214, 79, 0.58), 0 0 36px rgba(248, 181, 0, 0.22);
  pointer-events: none;
}

.services-workflow__head {
  max-width: 760px;
  margin-bottom: clamp(18px, 3vw, 26px);
}

.services-workflow__head span {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffd64f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.services-workflow__head h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.4px;
}

.services-workflow__head p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 1.75;
}

.services-workflow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 14px);
}

.services-workflow__item {
  position: relative;
  min-height: 168px;
  padding: 18px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.070);
  background: rgba(255, 255, 255, 0.028);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.services-workflow__item::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 214, 79, 0.45), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.services-workflow__item b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 214, 79, 0.30);
  color: #ffd64f;
  background: rgba(248, 181, 0, 0.050);
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
  box-shadow: 0 0 18px rgba(248, 181, 0, 0.08);
}

.services-workflow__item h3 {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.25;
}

.services-workflow__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12.8px;
  line-height: 1.58;
}

.services-workflow__item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 214, 79, 0.22);
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 16px 38px rgba(0, 0, 0, 0.20);
}

.services-workflow__item:hover::after {
  opacity: 1;
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  body.hero-wrap .hero-visual-card {
    min-height: 214px;
  }

  body.hero-wrap .home-service-card {
    min-height: 214px;
  }
}

@media (max-width: 575.98px) {
  body.hero-wrap header {
    padding: 6px 0 !important;
  }

  body.hero-wrap main {
    padding-top: 62px !important;
  }

  body.hero-wrap header > .container {
    height: 42px !important;
    min-height: 42px !important;
  }

  body.hero-wrap header > .container > .ut-nav-toggle {
    min-width: 76px !important;
    height: 34px !important;
    gap: 9px !important;
  }

  body.hero-wrap header > .container > .ut-nav-toggle::before {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  body.hero-wrap .hero-visual-card,
  body.hero-wrap .home-service-card {
    min-height: 190px;
  }

  body.hero-wrap .hero-visual-card__content {
    padding: 18px 15px 16px;
  }

  body.hero-wrap .home-service-card {
    padding: 18px 15px 16px;
  }

  body.hero-wrap .hero-visual-card__content p,
  body.hero-wrap .home-service-card p {
    font-size: 12.2px;
    line-height: 1.52;
  }
}

@media (max-width: 991.98px) {
  .services-premium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .services-premium-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 0;
    padding: 22px 16px;
  }

  .services-premium-card,
  .services-premium-grid .service-info-card {
    min-height: 0;
    padding: 16px 14px;
  }

  .services-premium-card h3,
  .services-premium-grid .service-info-card h3 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .services-nav {
    padding: 0 12px;
    margin-bottom: 28px;
  }

  .services-nav__inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 16px;
    scrollbar-width: none;
  }

  .services-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .services-nav__link {
    white-space: nowrap;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .services-nav__inner {
    gap: 12px;
  }

  button.services-nav__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199.98px) {
  .services-nav {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
    overflow: hidden;
  }

  .services-nav__inner {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 14px 22px !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .services-nav__inner::after {
    width: calc(100% - 28px);
  }

  button.services-nav__link {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    padding: 10px 14px 11px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  header .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  header > .container > .ut-nav-toggle {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .services-nav {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .services-nav__inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .services-nav__inner::after {
    width: calc(100% - 20px);
  }
}

@media (max-width: 1199.98px) {
  .services-nav {
    text-align: left;
  }

  .services-nav__inner {
    justify-content: flex-start;
    min-width: max-content;
    gap: 18px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .hero-adv-item {
    min-height: auto;
    padding: 18px 16px !important;
  }

  header .ut-navbar .logo-text {
    padding-right: 54px;
  }

  .services-nav {
    margin-top: 22px;
  }

  .services-nav__inner {
    gap: 16px !important;
    padding-bottom: 18px !important;
  }

  button.services-nav__link,
  .services-nav__link {
    font-size: 14px;
    padding-bottom: 10px !important;
  }
}

@media (max-width: 575.98px) {

  header > .container > .ut-nav-toggle {
    right: 16px !important;
    width: 40px;
    height: 40px;
  }

  header .ut-navbar .logo-text {
    padding-right: 50px;
  }

  .services-nav__inner {
    gap: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .service-hero-card,
  .service-info-card,
  .services-cta {
    border-radius: 0 !important;
  }
}

@media (min-width: 1200px) {
  .services-nav__inner {
    min-width: 100% !important;
  }
}

@media (max-width: 1199.98px) {
  .services-nav {
    text-align: left !important;
  }

  .services-nav__inner {
    justify-content: flex-start !important;
  }
}

@media (max-width: 1199.98px) {
  .ut-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .ut-process-grid,
  .ut-objects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ut-consult-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .ut-consult-action {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .ut-home-extra-section,
  .home-consult-section {
    padding: 46px 0;
  }

  .ut-process-grid,
  .ut-objects-grid,
  .ut-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ut-extra-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .ut-card-number {
    font-size: 46px;
  }

  .ut-consult-card {
    padding: 24px 18px;
  }

  .ut-consult-action,
  .ut-consult-action .bttn-more {
    width: 100%;
  }

  .ut-consult-action .bttn-more {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .hero-adv-item {
    min-height: 218px !important;
    padding: 28px 22px !important;
    margin-bottom: 18px !important;
    justify-content: center;
    text-align: left !important;
    border-color: rgba(248, 181, 0, 0.24) !important;
  }

  .hero-adv-item h3 {
    max-width: 64% !important;
    margin: 0 0 10px !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  .hero-adv-item p {
    max-width: 66% !important;
    margin: 0 !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.76) !important;
    text-align: left !important;
  }

  .hero-adv-item::before {
    background-image:
      linear-gradient(90deg, rgba(5, 7, 10, 0.99) 0%, rgba(5, 7, 10, 0.93) 43%, rgba(5, 7, 10, 0.34) 100%),
      var(--ut-card-visual) !important;
    background-position: center right !important;
    opacity: 0.96 !important;
  }

  .hero-adv-item::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
      radial-gradient(circle at 82% 15%, rgba(248, 181, 0, 0.16), transparent 32%) !important;
  }

  .home-service-card {
    min-height: 232px !important;
    padding: 24px 20px !important;
    justify-content: flex-end;
    text-align: left !important;
  }

  .home-service-card h3 {
    max-width: 76% !important;
    margin: 0 0 10px !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
  }

  .home-service-card p {
    max-width: 78% !important;
    font-size: 13.4px !important;
    line-height: 1.62 !important;
    color: rgba(255, 255, 255, 0.74) !important;
  }

  .home-service-card::before {
    background-image:
      linear-gradient(90deg, rgba(5, 7, 10, 0.99) 0%, rgba(5, 7, 10, 0.91) 48%, rgba(5, 7, 10, 0.24) 100%),
      var(--ut-card-visual) !important;
    background-position: center right !important;
  }

  /* Services category dropdown */
  .services-mobile-select {
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 24px auto 0;
  }

  .services-mobile-select__button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(248, 181, 0, 0.38);
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(248, 181, 0, 0.12), rgba(255, 255, 255, 0.03)),
      rgba(8, 10, 12, 0.86);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-align: left;
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.34),
      0 0 24px rgba(248, 181, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .services-mobile-select__button i {
    color: var(--ut-gold);
    transition: transform 0.25s ease;
  }

  .services-mobile-select__button[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  .services-nav {
    width: 100% !important;
    max-width: 430px;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    position: relative;
    z-index: 6;
  }

  .services-nav__inner {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 8px !important;
    border: 1px solid rgba(248, 181, 0, 0.24);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(8, 10, 12, 0.94);
    box-shadow:
      0 24px 70px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .services-nav.is-open .services-nav__inner {
    display: flex !important;
  }

  .services-nav__link {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 44px;
    padding: 12px 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.78) !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .services-nav__link + .services-nav__link {
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  }

  .services-nav__link.active {
    color: #ffffff !important;
    background: rgba(248, 181, 0, 0.10) !important;
  }

  .services-nav__link::after {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .hero-adv-item h3,
  .hero-adv-item p {
    max-width: 72% !important;
  }

  .home-service-card h3,
  .home-service-card p {
    max-width: 82% !important;
  }
}

@media (max-width: 374px) {
  .hero-adv-item h3,
  .hero-adv-item p,
  .home-service-card h3,
  .home-service-card p {
    max-width: 88% !important;
  }

  .hero-adv-item::before,
  .home-service-card::before {
    opacity: 0.78 !important;
  }
}

@media (max-width: 390px) {
  .hero-adv-item h3,
  .hero-adv-item p,
  .home-service-card h3,
  .home-service-card p {
    max-width: 92% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .services-mobile-select {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 28px auto 0;
  }

  .services-mobile-select__button {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 18px;
    border: 1px solid rgba(248, 181, 0, 0.38);
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(248, 181, 0, 0.12), rgba(255, 255, 255, 0.03)),
      rgba(8, 10, 12, 0.86);
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-align: left;
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.34),
      0 0 24px rgba(248, 181, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .services-nav {
    width: 100% !important;
    max-width: 520px;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    position: relative;
    z-index: 6;
  }

  .services-nav__link {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 46px;
    padding: 13px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.78) !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }
}

@media (max-width: 1199.98px) {
  body.services-body [data-service-panel="electro"] .service-card-grid.service-card-grid--six {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  body.services-body [data-service-panel="electro"] .service-card-grid.service-card-grid--six {
    grid-template-columns: 1fr !important;
  }

  body.services-body [data-service-panel="electro"] .service-step-card {
    min-height: auto;
    padding: 24px 20px 24px;
  }

  body.services-body [data-service-panel="electro"] .service-step-card h3 {
    font-size: 27px;
  }
}

@media (min-width: 1200px) {
  body.services-body .services-mobile-select {
    display: none !important;
  }

  body.services-body .services-nav {
    position: relative;
    width: 100% !important;
    margin: clamp(18px, 2.3vw, 28px) 0 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  body.services-body .services-nav__inner {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 13px !important;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(16px, 2.2vw, 32px) !important;
    overflow: visible !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.services-body .services-nav__inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.18) 18%, rgba(255,214,79,.46) 50%, rgba(255,255,255,.18) 82%, transparent 100%);
    box-shadow: 0 0 8px rgba(255,214,79,.30), 0 0 22px rgba(248,181,0,.12);
    pointer-events: none;
  }

  body.services-body .services-nav__inner::after {
    content: none !important;
    display: none !important;
  }

  body.services-body button.services-nav__link {
    position: relative;
    min-width: auto !important;
    width: auto !important;
    min-height: 48px;
    margin: 0 !important;
    padding: 0 0 14px !important;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    overflow: visible;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(255,255,255,.72) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12.6px !important;
    font-weight: 660 !important;
    line-height: 1.15 !important;
    letter-spacing: .15px !important;
    text-align: center !important;
    white-space: nowrap !important;
    cursor: pointer;
    transition: color .24s ease, text-shadow .24s ease, transform .24s ease;
  }

  body.services-body button.services-nav__link::before {
    position: static !important;
    width: 19px;
    height: 19px;
    display: block !important;
    color: rgba(255,255,255,.56);
    transform: none;
    filter: none;
  }

  body.services-body button.services-nav__link::after {
    content: "" !important;
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -13px;
    width: min(86px, 100%);
    height: 1px !important;
    display: block !important;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #ffd64f, transparent) !important;
    box-shadow: 0 0 10px rgba(255,214,79,.72), 0 0 24px rgba(248,181,0,.30), 0 0 42px rgba(248,181,0,.16) !important;
    transition: transform .24s ease, opacity .24s ease !important;
  }

  body.services-body button.services-nav__link:hover,
  body.services-body button.services-nav__link.active {
    color: #ffd64f !important;
    text-shadow: 0 0 12px rgba(255,214,79,.38), 0 0 28px rgba(248,181,0,.16) !important;
    transform: translateY(-1px);
  }

  body.services-body button.services-nav__link:hover::before,
  body.services-body button.services-nav__link.active::before {
    color: #ffd64f;
    filter: drop-shadow(0 0 8px rgba(255,214,79,.46)) drop-shadow(0 0 18px rgba(248,181,0,.22));
    transform: translateY(-1px);
  }

  body.services-body button.services-nav__link:hover::after,
  body.services-body button.services-nav__link.active::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
  }
}

@media (min-width: 1200px) and (max-width: 1370px) {
  body.services-body .services-nav__inner {
    gap: clamp(10px, 1.4vw, 20px) !important;
  }

  body.services-body button.services-nav__link {
    font-size: 11.8px !important;
  }

  body.services-body button.services-nav__link::before {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1199.98px) {
  body.services-body .services-mobile-select {
    display: block !important;
    width: 100%;
    margin: clamp(16px, 3vw, 24px) auto 0;
  }

  body.services-body .services-content-section {
    padding-top: 2px !important;
  }

  body.services-body .services-mobile-select__button {
    position: relative;
    width: 100%;
    min-height: 58px;
    padding: 0 56px 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border: 1px solid rgba(255,214,79,.28);
    border-left-color: rgba(255,214,79,.62);
    border-radius: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.068), rgba(255,255,255,.020)), rgba(5,7,12,.72);
    box-shadow: 0 18px 46px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.055);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    transition: border-color .24s ease, background .24s ease, box-shadow .24s ease;
  }

  body.services-body .services-mobile-select__button::before {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: 13px;
    bottom: 13px;
    background: linear-gradient(180deg, transparent, #ffd64f, transparent);
    box-shadow: 0 0 12px rgba(255,214,79,.56), 0 0 30px rgba(248,181,0,.20);
    pointer-events: none;
  }

  body.services-body .services-mobile-select__button::after {
    content: "Категорія послуг";
    position: absolute;
    left: 18px;
    top: 9px;
    color: #ffd64f;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: 1.7px;
    line-height: 1;
    text-transform: uppercase;
  }

  body.services-body .services-mobile-select__button span {
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    padding-top: 14px;
    color: rgba(255,255,255,.92);
  }

  body.services-body .services-mobile-select__button i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,214,79,.28);
    background: rgba(248,181,0,.045);
    color: #ffd64f;
    font-size: 15px;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
  }

  body.services-body .services-mobile-select__button[aria-expanded="true"] {
    border-color: rgba(255,214,79,.52);
    box-shadow: 0 20px 54px rgba(0,0,0,.32), 0 0 28px rgba(248,181,0,.08), inset 0 1px 0 rgba(255,255,255,.06);
  }

  body.services-body .services-mobile-select__button[aria-expanded="true"] i {
    transform: translateY(-50%) rotate(180deg);
    border-color: rgba(255,214,79,.64);
    box-shadow: 0 0 18px rgba(255,214,79,.20);
  }

  body.services-body .services-nav {
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-rows: 0fr;
    overflow: hidden !important;
    opacity: 0;
    pointer-events: none;
    transition: grid-template-rows .28s ease, opacity .22s ease, margin-top .28s ease;
  }

  body.services-body .services-nav.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    pointer-events: auto;
    margin-top: 10px !important;
  }

  body.services-body .services-nav__inner {
    min-height: 0;
    width: 100% !important;
    margin: 0 !important;
    padding: 6px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.075);
    border-left: 1px solid rgba(255,214,79,.30);
    background: linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.018)), rgba(5,7,12,.84);
    box-shadow: 0 20px 54px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.050);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  body.services-body button.services-nav__link {
    position: relative;
    width: 100% !important;
    min-height: 56px;
    margin: 0 !important;
    padding: 0 64px 0 48px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.065) !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.030) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.25;
    text-align: left;
    white-space: normal !important;
    transform: none !important;
    transition: color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
  }

  body.services-body button.services-nav__link::before {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    color: #ffd64f;
    filter: drop-shadow(0 0 10px rgba(255,214,79,.24));
  }

  body.services-body button.services-nav__link::after {
    content: "›" !important;
    position: absolute;
    left: auto !important;
    right: 12px !important;
    top: 50% !important;
    bottom: auto !important;
    width: 34px !important;
    height: 34px !important;
    transform: translateY(-50%);
    display: grid !important;
    place-items: center;
    color: rgba(255,255,255,.70);
    background: rgba(255,255,255,.040) !important;
    border: 1px solid rgba(255,255,255,.080);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.040) !important;
    font-size: 24px;
    font-weight: 240;
    line-height: 1;
    opacity: 1 !important;
    transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
  }

  body.services-body button.services-nav__link:hover,
  body.services-body button.services-nav__link.active {
    color: #ffd64f !important;
    border-color: rgba(255,214,79,.22) !important;
    background: linear-gradient(90deg, rgba(248,181,0,.075), rgba(255,255,255,.032)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 0 20px rgba(248,181,0,.055) !important;
    text-shadow: 0 0 18px rgba(255,214,79,.20);
  }

  body.services-body button.services-nav__link:hover::after,
  body.services-body button.services-nav__link.active::after {
    color: #ffd64f;
    border-color: rgba(255,214,79,.36);
    background: rgba(248,181,0,.065) !important;
    transform: translateY(-50%) translateX(2px);
  }
}

@media (max-width: 575.98px) {
  body.services-body .services-mobile-select__button {
    min-height: 56px;
    padding-left: 16px;
    padding-right: 52px;
  }

  body.services-body .services-mobile-select__button::after {
    left: 16px;
  }

  body.services-body .services-mobile-select__button span {
    min-height: 56px;
  }

  body.services-body button.services-nav__link {
    min-height: 52px;
    padding-left: 46px !important;
    padding-right: 62px !important;
    font-size: 13.5px !important;
  }
}

@media (max-width:1199.98px){
  body.services-body button.services-nav__link::after{border-radius:0!important;}
  body.services-body button.services-nav__link.active::after,
  body.services-body button.services-nav__link:hover::after{border-radius:0!important;}
  }

@media (min-width: 1200px) {
body.services-body .services-content-section {
  margin-top: -14px !important;
}
}

@media (max-width: 1199.98px) {
body.services-body .services-intro-section {
  padding-bottom: 2px !important;
}

body.services-body .services-content-section {
  padding-top: 0 !important;
  margin-top: -8px !important;
}

body.services-body button.services-nav__link::after {
  border-radius: 0 !important;
}

body.services-body button.services-nav__link:hover::after,
body.services-body button.services-nav__link.active::after {
  border-radius: 0 !important;
}
}

@media (max-width: 575.98px) {
body.services-body .services-content-section {
  margin-top: -6px !important;
}
}

@media (max-width: 991.98px) {
body.hero-wrap #work-process .ut-process-card {
  min-height: clamp(236px, 34vw, 288px) !important;
  padding: 72px 20px 22px !important;
}
}

@media (max-width: 767.98px) {
body.hero-wrap #work-process .ut-process-grid {
  grid-template-columns: 1fr !important;
  max-width: 520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.hero-wrap #work-process .ut-process-card {
  aspect-ratio: 4 / 3 !important;
  min-height: 286px !important;
  padding: 74px 18px 22px !important;
}

body.hero-wrap #work-process .ut-process-card .ut-card-icon {
  left: 18px !important;
  top: 18px !important;
}

body.hero-wrap #work-process .ut-process-card .ut-card-number {
  right: 18px !important;
  top: 14px !important;
}
}

@media (max-width: 767.98px) {
  .services-workflow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .services-workflow__item {
    min-height: 164px;
    padding: 16px 14px;
  }
}

@media (max-width: 575.98px) {
  .services-workflow {
    margin-top: 20px;
    padding: 22px 16px;
  }

  .services-workflow__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .services-workflow__item {
    min-height: 0;
    padding: 15px 14px;
  }

  .services-workflow__item b {
    margin-bottom: 12px;
  }
}

/* ============================================================================
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ
   Сторінки порад і статей: список порад, article-hero, article layout, checklist/mistakes, related cards.
============================================================================ */

/* ----------------------------------------------------------------------------
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ — ADVICE-LIST
   Advice list: сторінка з карточками порад.
---------------------------------------------------------------------------- */

.advice-body main,
.advice-main {
  position: relative;
  z-index: 2;
}

.advice-cards-section {
  padding: clamp(22px, 4vw, 42px) 0 clamp(54px, 7vw, 90px);
}

.advice-section-head {
  margin-bottom: clamp(26px, 4vw, 40px);
}

.advice-card__more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: rgba(248, 181, 0, 0.92);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 760;
}

.advice-card__more i {
  font-size: 14px;
  transition: transform 0.25s ease;
}

.advice-card:hover .advice-card__more i {
  transform: translateX(4px);
}

.advice-cta-section {
  padding: clamp(52px, 7vw, 86px) 0;
  background:
    radial-gradient(circle at 22% 50%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 28%),
    radial-gradient(circle at 84% 60%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.78));
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.advice-cta-card {
  border-radius: 0 !important;
}

.advice-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.advice-breadcrumbs a {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
  transition: color 0.25s ease;
}

.advice-breadcrumbs a:hover {
  color: #f8b500;
}

.advice-back-link {
  margin-top: 28px;
}

html body.hero-wrap .advice-breadcrumbs {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  justify-content: flex-start !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}

/* ----------------------------------------------------------------------------
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ — ADVICE-ARTICLE
   Advice article: внутрішні сторінки статей, article-section/checklist/mistakes.
---------------------------------------------------------------------------- */

.advice-hero-section,
.advice-article-hero {
  padding-bottom: clamp(14px, 3vw, 28px);
}

.advice-article-hero {
  padding-top: clamp(28px, 5vw, 60px);
}

.advice-article-title {
  max-width: 920px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(36px, 5.4vw, 68px);
  line-height: 1.05;
  font-weight: 840;
  letter-spacing: -1px;
}

.advice-article-lead {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.82;
}

.advice-article-content {
  padding: clamp(24px, 4vw, 46px) 0 clamp(54px, 7vw, 88px);
}

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

.article-section,
.article-checklist,
.article-mistakes {
  border-radius: 0 !important;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgba(248, 181, 0, 0.18) rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) rgba(248, 181, 0, 0.32);
}

.article-section h2,
.article-checklist h2,
.article-mistakes h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.22;
  font-weight: 780;
}

.article-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14.5px;
  line-height: 1.86;
}

.article-checklist,
.article-mistakes {
  grid-column: span 2;
}

.article-list-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.article-list-head .ut-card-icon {
  flex: 0 0 48px;
  margin-bottom: 0;
}

.article-list-head span {
  display: inline-block;
  margin-bottom: 4px;
  color: rgba(248, 181, 0, 0.92);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: 760;
}

.article-list-head h2 {
  margin-bottom: 0;
}

.article-checklist ul,
.article-mistakes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-checklist li,
.article-mistakes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.68;
}

.article-checklist li i,
.article-mistakes li i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #f8b500;
  text-shadow: 0 0 10px rgba(248, 181, 0, 0.24);
}

/* ----------------------------------------------------------------------------
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ — ADVICE-RELATED
   Related cards: блок схожих/корисних порад.
---------------------------------------------------------------------------- */

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

.advice-card,
.related-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 24px 20px;
  text-decoration: none;
  color: inherit;
  border-radius: 0 !important;
  border-color: rgba(248, 181, 0, 0.18) rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) rgba(248, 181, 0, 0.32);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.advice-card::after,
.related-card::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0.9), rgba(248, 181, 0, 0));
  opacity: 0.82;
}

.advice-card:hover,
.related-card:hover {
  color: inherit;
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 22px rgba(248, 181, 0, 0.08);
}

.advice-card h3,
.related-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.32;
  font-weight: 760;
}

.advice-card p,
.related-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 13.5px;
  line-height: 1.72;
  padding-bottom: 18px;
}

.related-advice {
  margin-top: clamp(36px, 5vw, 58px);
}

.related-grid {
  margin-top: clamp(24px, 3vw, 34px);
}

.related-card {
  min-height: 226px;
}

/* ----------------------------------------------------------------------------
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  .advice-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .advice-cards-section,
  .advice-article-content {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .advice-grid,
  .related-grid,
  .article-layout,
  .article-checklist ul,
  .article-mistakes ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .article-checklist,
  .article-mistakes {
    grid-column: auto;
  }

  .advice-card,
  .related-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .advice-article-title {
    font-size: clamp(31px, 10vw, 46px);
    letter-spacing: -0.5px;
  }

  .advice-article-lead {
    font-size: 14.5px;
    line-height: 1.76;
  }

  .article-list-head {
    align-items: flex-start;
  }
}

/* ============================================================================
   06 PAGE: CONTACTS / КОНТАКТИ
   Сторінка контактів: hero, контактна карточка, месенджери, інформаційна смуга, блок підготовки до заявки.
============================================================================ */

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — CONTACTS-HERO
   Contacts hero: верхній блок сторінки контактів.
---------------------------------------------------------------------------- */

body.contact-body {
  color: #fff;
}

body.contact-body .contact-main {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

body.contact-body .contact-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(248, 181, 0, 0.10), transparent 31%),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.052), transparent 27%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.08), rgba(2, 4, 8, 0.58));
}

body.contact-body .contact-hero-section {
  position: relative;
  padding: clamp(74px, 10vw, 120px) 0 clamp(30px, 5vw, 56px);
}

body.contact-body .hero-info-wrap {
  position: relative;
  padding: 0 clamp(10px, 2vw, 18px);
  overflow: visible;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.contact-body .hero-info-wrap::before {
  content: none !important;
  display: none !important;
}

body.contact-body .services-kicker {
  margin-bottom: 12px;
  color: #ffd64f;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.20);
}

body.contact-body .services-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(38px, 6.4vw, 78px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -1.7px;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.44);
}

body.contact-body .services-lead {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.45vw, 17px);
  line-height: 1.82;
}

body.contact-body .contact-content-section {
  position: relative;
  padding: clamp(24px, 4vw, 50px) 0 clamp(70px, 8vw, 110px);
}

body.contact-body .section-head {
  margin-bottom: clamp(22px, 4vw, 36px);
}

body.contact-body .section-head h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.6px;
}

body.contact-body .section-head p {
  max-width: 720px;
  margin: 0 auto;
}

html body.hero-wrap .services-intro-section,
html body.hero-wrap .advice-hero-section,
html body.hero-wrap .advice-article-hero,
html body.hero-wrap.faq-body .faq-hero-section,
html body.hero-wrap.contact-body .contact-hero-section {
  padding-top: clamp(8px, 1.4vw, 18px) !important;
  padding-bottom: clamp(22px, 4vw, 42px) !important;
}

html body.hero-wrap .services-intro-section .hero-info-wrap,
html body.hero-wrap .advice-hero-section .hero-info-wrap,
html body.hero-wrap.faq-body .faq-hero-section .hero-info-wrap,
html body.hero-wrap.contact-body .contact-hero-section .hero-info-wrap,
html body.hero-wrap .advice-article-hero .col-12 {
  padding-top: 0 !important;
}

body.hero-wrap .services-intro-section,
body.hero-wrap .advice-hero-section,
body.hero-wrap .advice-article-hero,
body.hero-wrap .faq-hero-section,
body.hero-wrap .contact-hero-section {
padding-top: clamp(92px, 9vw, 118px) !important;
padding-bottom: clamp(28px, 5vw, 54px) !important;
}

body.hero-wrap .services-intro-section .hero-info-wrap,
body.hero-wrap .advice-hero-section .hero-info-wrap,
body.hero-wrap .faq-hero-section .hero-info-wrap,
body.hero-wrap .contact-hero-section .hero-info-wrap,
body.hero-wrap .advice-article-hero .col-12 {
padding-top: 0 !important;
}

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — CONTACTS-CARD
   Contacts card: основна карточка контактів і канали зв’язку.
---------------------------------------------------------------------------- */

body.contact-body .contact-unified-card {
  margin-bottom: clamp(28px, 5vw, 52px);
  padding: clamp(26px, 4.8vw, 48px);
}

body.contact-body .contact-unified-card::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 181, 0, 0.14), transparent 64%);
  pointer-events: none;
}

body.contact-body .contact-unified-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.095);
}

body.contact-body .contact-unified-icon {
  width: 58px;
  height: 58px;
  font-size: 25px;
}

body.contact-body .contact-unified-title h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.8px;
}

body.contact-body .contact-main-lines {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

body.contact-body .contact-main-line {
  min-height: 118px;
  padding: 20px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

body.contact-body .contact-main-line i {
  grid-row: 1 / 3;
  color: #ffd64f;
  font-size: 26px;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.28);
}

body.contact-body .contact-main-line strong {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 680;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — CONTACTS-MESSENGERS
   Contacts messengers: Telegram/Viber/WhatsApp та кнопки каналів.
---------------------------------------------------------------------------- */

body.contact-body .contact-main-line,
body.contact-body .contact-messengers,
body.contact-body .contact-info-strip > div,
body.contact-body .contact-prep-grid > div {
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.036);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

body.contact-body .contact-main-line:hover,
body.contact-body .contact-messengers a:hover,
body.contact-body .contact-prep-grid > div:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 214, 79, 0.34);
  background: rgba(255, 255, 255, 0.054);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(248, 181, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.052);
}

body.contact-body .contact-messengers-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

body.contact-body .contact-messengers-wrap > p {
  margin-bottom: 12px;
}

body.contact-body .contact-messengers {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.contact-body .contact-messengers a {
  min-height: 70px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86) !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.034);
  border: 1px solid rgba(255, 255, 255, 0.065);
  transition: transform 0.24s ease, color 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

body.contact-body .contact-messengers a:hover {
  color: #ffd64f !important;
}

body.contact-body .contact-messengers i {
  color: #ffd64f;
  font-size: 22px;
  text-shadow: 0 0 16px rgba(255, 214, 79, 0.28);
}

body.contact-body .contact-messengers span {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.2px;
}

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — CONTACTS-PREP
   Contacts prep/info: підготовка до заявки, інформаційні блоки.
---------------------------------------------------------------------------- */

body.contact-body .contact-unified-card::before,
body.contact-body .contact-prep-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16%;
  bottom: 16%;
  width: 1px;
  background: linear-gradient(180deg, transparent, #ffd64f, transparent);
  box-shadow:
    0 0 14px rgba(255, 214, 79, 0.58),
    0 0 36px rgba(248, 181, 0, 0.24);
  pointer-events: none;
}

body.contact-body .contact-info-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.contact-body .contact-info-strip > div {
  padding: 20px;
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 14px;
  align-items: start;
}

body.contact-body .contact-info-strip i {
  grid-row: 1 / 4;
  color: #ffd64f;
  font-size: 24px;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.24);
}

body.contact-body .contact-info-strip strong {
  margin: 6px 0 7px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

body.contact-body .contact-info-strip > div:nth-child(2) strong,
body.contact-body .contact-info-strip > div:nth-child(2) p {
  font-size: 0 !important;
  line-height: 0 !important;
}

body.contact-body .contact-info-strip > div:nth-child(2) strong::after {
  content: "Пн–Пт — основний графік";
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 680;
  line-height: 1.35;
}

body.contact-body .contact-info-strip > div:nth-child(2) p::before {
  content: "Сб–Нд — за узгодженням.";
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14.5px;
  line-height: 1.76;
}

body.contact-body .contact-prep-card {
  margin-bottom: clamp(28px, 5vw, 52px);
  padding: clamp(24px, 4vw, 42px);
}

body.contact-body .contact-prep-card::before {
  top: 14%;
  bottom: 14%;
}

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

body.contact-body .contact-prep-grid > div {
  padding: 22px 18px;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

body.contact-body .contact-prep-grid i {
  display: inline-flex;
  margin-bottom: 16px;
  color: #ffd64f;
  font-size: 24px;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.22);
}

body.contact-body .contact-prep-grid h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  body.contact-body .contact-main-lines,
  body.contact-body .contact-info-strip,
  body.contact-body .contact-prep-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.contact-body .contact-hero-section {
    padding-top: 84px;
  }

  body.contact-body .hero-info-wrap {
    padding: 0 8px;
  }

  body.contact-body .services-title {
    letter-spacing: -0.8px;
  }

  body.contact-body .contact-unified-card,
  body.contact-body .contact-prep-card {
    padding: 24px 18px;
  }

  body.contact-body .contact-unified-top {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.contact-body .contact-unified-icon {
    width: 52px;
    height: 52px;
    font-size: 23px;
  }

  body.contact-body .contact-messengers {
    grid-template-columns: 1fr;
  }

  body.contact-body .contact-main-line,
  body.contact-body .contact-info-strip > div {
    padding: 18px 16px;
  }

  body.contact-body .contact-main-line strong {
    font-size: 17px;
  }

  body.contact-body .contact-unified-title p,
  body.contact-body .contact-messengers-wrap p,
  body.contact-body .contact-info-strip p,
  body.contact-body .section-head p,
  body.contact-body .contact-prep-grid p {
    font-size: 14px;
  }

  body.contact-body .contact-info-strip > div:nth-child(2) strong::after {
    font-size: 16px;
  }

  body.contact-body .contact-info-strip > div:nth-child(2) p::before {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  body.contact-body .contact-main-line {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  body.contact-body .contact-main-line i {
    grid-row: auto;
  }

  body.contact-body .contact-info-strip > div {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  body.contact-body .contact-info-strip i {
    grid-row: auto;
  }
}

@media (max-width: 767.98px) {
  html body.hero-wrap main {
    padding-top: 50px !important;
  }

  html body.hero-wrap .services-intro-section,
  html body.hero-wrap .advice-hero-section,
  html body.hero-wrap .advice-article-hero,
  html body.hero-wrap.faq-body .faq-hero-section,
  html body.hero-wrap.contact-body .contact-hero-section {
    padding-top: 8px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 767.98px) {
body.hero-wrap .services-intro-section,
body.hero-wrap .advice-hero-section,
body.hero-wrap .advice-article-hero,
body.hero-wrap .faq-hero-section,
body.hero-wrap .contact-hero-section {
  padding-top: 84px !important;
  padding-bottom: 30px !important;
}
}

/* ============================================================================
   07 PAGE: FAQ
   Сторінка частих запитань: hero, список питань/відповідей, FAQ-card, CTA та адаптив.
============================================================================ */

/* ----------------------------------------------------------------------------
   07 PAGE: FAQ — FAQ-HERO
   FAQ hero: верхній блок сторінки частих запитань.
---------------------------------------------------------------------------- */

body.faq-body {
  color: #fff;
}

body.faq-body .faq-main {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

body.faq-body .faq-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(248, 181, 0, 0.095), transparent 30%),
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.055), transparent 28%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.08), rgba(2, 4, 8, 0.56));
}

body.faq-body .faq-hero-section {
  position: relative;
  padding: clamp(72px, 10vw, 118px) 0 clamp(28px, 5vw, 54px);
}

body.faq-body .hero-info-wrap {
  position: relative;
  padding: 0 clamp(10px, 2vw, 18px);
  overflow: visible;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.faq-body .hero-info-wrap::before {
  content: none !important;
  display: none !important;
}

body.faq-body .services-kicker {
  margin-bottom: 12px;
  color: #ffd64f;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.20);
}

body.faq-body .services-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(34px, 6vw, 72px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -1.6px;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.44);
}

body.faq-body .services-lead {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.45vw, 17px);
  line-height: 1.82;
}

body.faq-body .faq-content-section {
  position: relative;
  padding: clamp(22px, 4vw, 48px) 0 clamp(68px, 8vw, 108px);
}

body.faq-body .section-head {
  margin-bottom: clamp(22px, 4vw, 40px);
}

body.faq-body .section-head h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.6px;
}

body.faq-body .section-head p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14.5px;
  line-height: 1.78;
}

body.faq-body .faq-list {
  display: grid;
  gap: 12px;
  margin: 0 0 clamp(30px, 5vw, 54px);
}

/* ----------------------------------------------------------------------------
   07 PAGE: FAQ — FAQ-ITEMS
   FAQ items: список питань, карточки, відкриття/закриття відповідей.
---------------------------------------------------------------------------- */

.hero-adv-item h3,
.hero-adv-item p,
.home-service-card h3,
.home-service-card p,
.service-hero-card h2,
.service-hero-card p,
.service-info-card h3,
.service-info-card p,
.ut-extra-card h3,
.ut-extra-card p,
.advice-card h3,
.advice-card p,
.related-advice-card h3,
.related-advice-card p,
.faq-item summary,
.faq-item p,
.services-title,
.hero-main-title,
.section-head h2,
.section-head p {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

body.faq-body .faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.082) !important;
  border-left: 1px solid rgba(248, 181, 0, 0.22) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.66) !important;
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.052);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

body.faq-body .faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(248, 181, 0, 0.35), transparent);
  opacity: 0.44;
  transition: opacity 0.24s ease, box-shadow 0.24s ease;
  pointer-events: none;
}

body.faq-body .faq-item:hover,
body.faq-body .faq-item[open] {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.12) !important;
  border-left-color: rgba(255, 214, 79, 0.92) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.022)),
    rgba(5, 7, 12, 0.76) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(248, 181, 0, 0.060),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.faq-body .faq-item:hover::before,
body.faq-body .faq-item[open]::before {
  opacity: 1;
  box-shadow:
    0 0 12px rgba(255, 214, 79, 0.62),
    0 0 34px rgba(248, 181, 0, 0.28);
}

body.faq-body .faq-item summary {
  position: relative;
  min-height: 68px;
  padding: 20px 72px 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  color: rgba(255, 255, 255, 0.90);
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0.05px;
  transition: color 0.22s ease;
}

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

body.faq-body .faq-item summary i {
  display: none !important;
}

body.faq-body .faq-item summary::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 72px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

body.faq-body .faq-item[open] summary::before {
  opacity: 1;
}

body.faq-body .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 181, 0, 0.28);
  color: #ffd64f;
  background: rgba(248, 181, 0, 0.035);
  box-shadow: 0 0 18px rgba(248, 181, 0, 0.08);
  font-size: 22px;
  font-weight: 280;
  line-height: 1;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

body.faq-body .faq-item:hover summary,
body.faq-body .faq-item[open] summary {
  color: #fff;
}

body.faq-body .faq-item:hover summary::after,
body.faq-body .faq-item[open] summary::after {
  border-color: rgba(255, 214, 79, 0.68);
  background: rgba(248, 181, 0, 0.075);
  box-shadow:
    0 0 12px rgba(255, 214, 79, 0.30),
    0 0 26px rgba(248, 181, 0, 0.14);
}

body.faq-body .faq-item[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

body.faq-body .faq-item p {
  margin: 0;
  padding: 0 72px 24px 24px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14.5px;
  line-height: 1.86;
}

body.faq-body .faq-item[open] p {
  animation: utFaqFade 0.26s ease both;
}

/* ----------------------------------------------------------------------------
   07 PAGE: FAQ — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 767.98px) {
  body.faq-body .faq-hero-section {
    padding-top: 84px;
  }

  body.faq-body .hero-info-wrap {
    padding: 0 8px;
  }

  body.faq-body .services-title {
    letter-spacing: -0.8px;
  }

  body.faq-body .faq-item summary {
    min-height: 62px;
    padding: 17px 58px 17px 18px;
    font-size: 15px;
  }

  body.faq-body .faq-item summary::before {
    left: 18px;
    right: 58px;
  }

  body.faq-body .faq-item summary::after {
    right: 16px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  body.faq-body .faq-item p {
    padding: 0 18px 20px 18px;
    font-size: 14px;
    line-height: 1.78;
  }

  body.faq-body .section-head p {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  body.faq-body .faq-list {
    gap: 10px;
  }

  body.faq-body .faq-item summary {
    padding-left: 16px;
    padding-right: 54px;
  }

  body.faq-body .faq-item p {
    padding-left: 16px;
    padding-right: 16px;
  }
}


/*
  URBAN TECH — SORTED / ANNOTATED SITE CSS

  Призначення:
  - один основний CSS-файл для runtime-підключення через js/main.js;
  - стилі розсортовані по сторінках, блоках і карточках;
  - перед кожним великим блоком додано опис, щоб було легше підтримувати сайт.

  Важливо:
  - порожні @media-блоки видалені;
  - CSS-правила всередині кожного підрозділу збережені в оригінальному порядку;
  - якщо використовуєш поточну логіку js/main.js, файл потрібно покласти як: css/urban-tech.css.
*/

/* ============================================================================
   00 SETTINGS / BASE
   Змінні кольорів, базові правила html/body/main, загальна типографіка та keyframes. Це фундамент для всіх сторінок.
============================================================================ */

/* ----------------------------------------------------------------------------
   00 SETTINGS / BASE — BASE-TOKENS
   Design tokens: CSS-змінні Urban Tech, базові кольори та фон.
---------------------------------------------------------------------------- */

:root {
  --ut-gold: #f8b500;
  --ut-gold-soft: rgba(248, 181, 0, 0.38);
  --ut-white: #ffffff;
  --ut-muted: rgba(255, 255, 255, 0.68);
  --ut-muted-strong: rgba(255, 255, 255, 0.82);
  --ut-card: rgba(255, 255, 255, 0.045);
  --ut-card-border: rgba(255, 255, 255, 0.1);
  --ut-dark: #05070c;
}

/* ----------------------------------------------------------------------------
   00 SETTINGS / BASE — BASE-DOCUMENT
   Базові правила документа: html/body/main, загальна типографіка та поведінка прокрутки.
---------------------------------------------------------------------------- */

main{
  padding-top: clamp(70px,6vw,100px);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ut-white);
  background-color: #020408;
}

main {
  padding-top: clamp(76px, 6vw, 104px);
  position: relative;
  z-index: 1;
}

body.contact-modal-open {
  overflow: hidden;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

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

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

.container,
.container-fluid,
.row,
[class*="col-"] {
  min-width: 0;
}

html,
body {
min-height: 100%;
background: #020408 !important;
}

main {
z-index: 1;
}

/* ----------------------------------------------------------------------------
   00 SETTINGS / BASE — ANIMATIONS
   Keyframes та невеликі службові анімації, які використовуються меню, preloader або інтерактивними елементами.
---------------------------------------------------------------------------- */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wave {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4) rotateZ(3deg);
  }
}

@keyframes utPanelFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes utContactPulse {
  0%, 100% {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(248, 181, 0, 0.34);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), 0 0 16px rgba(248, 181, 0, 0.24), 0 0 0 7px rgba(248, 181, 0, 0);
    transform: translateY(-1px);
  }
}

@keyframes utContactRing {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  35% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes utPremiumContactGlow {
  0%, 100% {
    background-position: 0% 50%;
    box-shadow:
      0 0 0 1px rgba(248, 181, 0, 0.14),
      0 12px 30px rgba(0, 0, 0, 0.28),
      0 0 14px rgba(248, 181, 0, 0.12);
  }
  45% {
    background-position: 100% 50%;
    box-shadow:
      0 0 0 1px rgba(248, 181, 0, 0.30),
      0 16px 40px rgba(0, 0, 0, 0.34),
      0 0 30px rgba(248, 181, 0, 0.34);
  }
  70% {
    background-position: 70% 50%;
    box-shadow:
      0 0 0 1px rgba(248, 181, 0, 0.18),
      0 12px 30px rgba(0, 0, 0, 0.28),
      0 0 18px rgba(248, 181, 0, 0.16);
  }
}

@keyframes utFaqFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================================
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER
   Спільні елементи сайту: шапка, логотип, бургер, fullscreen-меню, preloader, footer, відеофон і стани body.
============================================================================ */

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-BACKGROUND
   Глобальний hero-video background та overlay, які додає JS.
---------------------------------------------------------------------------- */

.hero-bg-video,
.hero-bg-overlay {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
pointer-events: none;
}

.hero-bg-video {
z-index: 0;
object-fit: cover;
object-position: center top;
opacity: 0.86;
background: #020408 center top / cover no-repeat;
}

.hero-bg-overlay {
z-index: 0;
background:
  linear-gradient(180deg, rgba(3, 5, 10, 0.76) 0%, rgba(3, 5, 10, 0.91) 52%, rgba(1, 2, 5, 0.98) 100%),
  radial-gradient(circle at 50% 0%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 38%);
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-PRELOADER
   Preloader: екран завантаження, лоадер, текст і логотип.
---------------------------------------------------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202020;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

#preloader .loader {
  width: 55px;
  height: 55px;
  border: 4px solid rgba(255, 217, 0, 0.568);
  border-top: 4px solid #FFD700;
  border-radius: 50%;
  animation: spin 1.6s linear infinite;
  box-shadow: 0 0 10px #FFD700;
  margin-bottom: 20px;
}

#preloader .preloader-text {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  color: #FFD700;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #FFD700;
  margin-bottom: 6px;
}

#preloader .preloader-subtext {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  max-width: 260px;
}

#preloader .logo-text {
  font-size: 40px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
}

#preloader .logo-text .highlight {
  color: #FFD700;
  /* жовтий колір */
  text-shadow: 0 0 5px #FFD700;
  /* легке світіння */
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-HEADER
   Header / navbar: логотип, контейнер шапки, бургер-кнопка, стан header.
---------------------------------------------------------------------------- */

header {
  padding: clamp(8px, 1.6vw, 18px) 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  background-color: #00000098;
}

header .ut-navbar {
  float: left;

}

header .ut-navbar .logo-text {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
  text-decoration: none;
  cursor: default;
}

header .ut-navbar .logo-text .highlight {
  color: #FFD700;
  /* жовтий колір */
  text-shadow: 0 0 5px #FFD700;
  /* легке світіння */
}

header .ut-navbar .logo-text span {
  display: inline-block;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.ut-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.ut-nav-toggle.active i::before,
.ut-nav-toggle.active i::after {
  background: #000;
}

.ut-nav-toggle.dark.active i::before,
.ut-nav-toggle.dark.active i::after {
  background: #000;
}

.ut-nav-toggle:hover,
.ut-nav-toggle:focus,
.ut-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.ut-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ut-nav-toggle i::before,
.ut-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ut-nav-toggle.dark i {
  position: relative;
  color: #fff;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ut-nav-toggle.dark i::before,
.ut-nav-toggle.dark i::after {
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ut-nav-toggle i::before {
  top: -7px;
}

.ut-nav-toggle i::after {
  bottom: -7px;
}

.ut-nav-toggle:hover i::before {
  top: -10px;
}

.ut-nav-toggle:hover i::after {
  bottom: -10px;
}

.ut-nav-toggle.active i {
  background: transparent;
}

.ut-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.ut-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.ut-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  top: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0;
}

header {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .ut-navbar {
  float: none;
  min-width: 0;
}

header .ut-navbar .logo-text {
  max-width: calc(100vw - 98px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(15px, 2.3vw, 18px);
}

header .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
}

header .ut-navbar {
  float: none !important;
  flex: 0 1 auto;
  min-width: 0;
}

header > .container > .ut-nav-toggle {
  float: none !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
}

header > .container > .ut-nav-toggle i {
  margin: 0 !important;
  text-indent: 0;
}

header .container {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
}

header .ut-navbar {
  flex: 1 1 auto;
  min-width: 0;
}

header .ut-navbar .logo-text {
  display: inline-block;
  padding-right: 64px;
}

header > .container > .ut-nav-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  left: auto !important;
  transform: translateY(-50%);
  float: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1100;
}

header > .container > .ut-nav-toggle i {
  margin: 0 !important;
  text-indent: -55px;
}

header {
  min-height: 66px;
}

header .container {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 66px;
}

header .ut-navbar {
  float: none !important;
  flex: 1 1 auto !important;
  min-width: 0;
}

header .ut-navbar .logo-text {
  display: inline-block;
  margin: 0 !important;
  padding-right: 72px;
}

header > .container > .ut-nav-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1200 !important;
}

header > .container > .ut-nav-toggle i {
  margin: 0 !important;
}

.brand-logo-text {
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
  white-space: nowrap;
}

.brand-logo-text .highlight {
  color: #FFD700;
  text-shadow:
    0 0 5px #FFD700,
    0 0 14px rgba(255, 215, 0, 0.42),
    0 0 26px rgba(255, 215, 0, 0.18);
}

.brand-logo-text--inline {
  font-size: 0.95em;
  letter-spacing: 0.12em;
  vertical-align: baseline;
}

.brand-logo-text .highlight,
.logo-text .highlight {
  color: #FFD700;
  text-shadow:
    0 0 5px rgba(255, 215, 0, 0.86),
    0 0 15px rgba(255, 215, 0, 0.28);
}

.brand-logo-text--inline {
  display: inline-block;
  font-size: 0.78em;
  letter-spacing: 0.08em;
  vertical-align: baseline;
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-MENU
   Fullscreen menu: overlay-меню, активні пункти, соціальні/контактні елементи меню.
---------------------------------------------------------------------------- */

#ut-main-nav {
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.863);
  z-index: 20000;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  box-shadow: inset 0 0 17px 8px rgba(255, 255, 255, 0.15);
}

#ut-main-nav .ut-table {
  display: table;
  width: 100%;
  height: 100%;
}

#ut-main-nav .ut-table .ut-table-cell {
  display: table-cell;
  vertical-align: middle;
}

#ut-main-nav .ut-nav-toggle {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 20px;
  height: 44px;
  width: 44px;
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#ut-main-nav .ut-nav-toggle i {
  top: 18px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}

#ut-main-nav .ut-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}

#ut-main-nav .ut-nav-toggle:hover i::before,
#ut-main-nav .ut-nav-toggle:hover i::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
}

.menu-show #ut-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#ut-main-nav .logo-text {
  font-size: 40px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  cursor: default;
}

#ut-main-nav .logo-text .highlight {
  color: #FFD700;
  /* жовтий колір */
  text-shadow: 0 0 5px #FFD700;
  /* легке світіння */
}

#ut-main-nav ul {
  padding: 0;
  margin: 0;
  display: block;
}

#ut-main-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

#ut-main-nav ul li a {
  display: block;
  color: white;
  padding: 4px 0;
  text-decoration: none;
  font-family: "Montserrat", Arial, sans-serif;
}

#ut-main-nav ul li a span {
  color: white;
  position: relative;
  padding: 0 10px;
  text-decoration: none;
  font-family: "Montserrat", Arial, sans-serif;
}

#ut-main-nav ul li a span small {
  position: absolute;
  bottom: 7px;
  left: -30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#ut-main-nav ul li a:hover:not(.active) {
  transform: scale(1.1);
  /* Збільшення на 10% */
  transition: transform 0.3s ease;
  /* Плавний перехід */
}

#ut-main-nav ul li a:active,
#ut-main-nav ul li a:focus {
  outline: none;
  text-decoration: none;
}

#ut-main-nav ul li a:hover span:before,
#ut-main-nav ul li a:active span:before,
#ut-main-nav ul li a:focus span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#ut-main-nav ul li.active a span {
  color: #FFD700;
  /* жовтий колір */
  text-shadow: 0 0 5px #FFD700;
  /* легке світіння */
  outline: none;
  text-decoration: none;
  /*font-size: 13px;*/
}

#ut-main-nav ul li.active a span:before {
  background: #fec771;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.menu-show .ut-nav-toggle i {
  background: #fff;
  color: #fff;
}

.menu-show .ut-nav-toggle i::before,
.menu-show .ut-nav-toggle i::after {
  background: #fff;
}

#ut-main-nav .logo-text {
  font-size: clamp(28px, 6vw, 40px);
  max-width: 92vw;
  word-break: keep-all;
}

#ut-main-nav ul li {
  font-size: clamp(15px, 3.7vw, 20px);
  letter-spacing: clamp(2px, 1vw, 5px);
  line-height: 1.55;
}

#ut-main-nav ul li a {
  padding: 7px 12px;
}

#ut-main-nav {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  z-index: 9999 !important;
  display: block !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background: rgba(0, 0, 0, 0.56) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  transition:
    opacity 0.34s ease,
    visibility 0s linear 0.42s !important;
  overflow: hidden !important;
}

body.menu-show #ut-main-nav,
body.menu-closing #ut-main-nav {
  visibility: visible !important;
  pointer-events: auto !important;
}

body.menu-show #ut-main-nav {
  opacity: 1 !important;
  transition:
    opacity 0.28s ease,
    visibility 0s linear 0s !important;
}

body.menu-closing #ut-main-nav {
  opacity: 0 !important;
  pointer-events: none !important;
  transition:
    opacity 0.38s ease,
    visibility 0s linear 0.42s !important;
}

#ut-main-nav .ut-table,
#ut-main-nav .ut-table-cell,
#ut-main-nav .row,
#ut-main-nav .col-md-12 {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
}

#ut-main-nav .ut-table-cell {
  padding: 0 !important;
  vertical-align: top !important;
}

#ut-main-nav .col-md-12 {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(392px, 100vw) !important;
  max-width: 392px !important;
  padding: 38px 30px 30px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  text-align: left !important;
  overflow-y: auto !important;
  background:
    linear-gradient(180deg, rgba(8, 10, 13, 0.96), rgba(2, 3, 6, 0.97)),
    rgba(4, 5, 8, 0.96) !important;
  border-left: none !important;
  box-shadow:
    -26px 0 70px rgba(0, 0, 0, 0.68),
    inset 1px 0 0 rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  transform: translateX(104%) !important;
  transition: transform 0.40s cubic-bezier(.2, .8, .2, 1) !important;
}

#ut-main-nav .col-md-12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(248, 181, 0, 0.14) 0%,
    rgba(248, 181, 0, 0.90) 18%,
    rgba(255, 214, 79, 0.98) 50%,
    rgba(248, 181, 0, 0.90) 82%,
    rgba(248, 181, 0, 0.14) 100%
  );
  box-shadow:
    0 0 12px rgba(248, 181, 0, 0.52),
    0 0 28px rgba(248, 181, 0, 0.30),
    0 0 52px rgba(248, 181, 0, 0.16);
  pointer-events: none;
  z-index: 2;
}

body.menu-show:not(.menu-closing) #ut-main-nav .col-md-12 {
  transform: translateX(0) !important;
}

body.menu-closing #ut-main-nav .col-md-12 {
  transform: translateX(104%) !important;
}

#ut-main-nav .logo-text {
  width: fit-content !important;
  margin: 0 52px 16px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  color: #ffffff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 3px !important;
  text-decoration: none !important;
}

#ut-main-nav .col-md-12::after {
  content: "Сучасні інженерні рішення";
  order: 1;
  display: block;
  margin: 0 0 24px;
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.60);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
  letter-spacing: 0.1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

#ut-main-nav ul {
  order: 2;
  width: calc(100% + 30px) !important;
  margin: 0 0 0 -30px !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  list-style: none !important;
  counter-reset: none !important;
}

#ut-main-nav ul li {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.095) !important;
  transform: translateX(12px);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease !important;
}

#ut-main-nav ul li.active {
  border-left: none !important;
  box-shadow: none !important;
}

#ut-main-nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0;
  transform: translateY(-50%);
  background: #ffd64f;
  opacity: 0;
  box-shadow:
    0 0 12px rgba(255, 214, 79, 1),
    0 0 28px rgba(248, 181, 0, 0.82),
    0 0 54px rgba(248, 181, 0, 0.52),
    0 0 84px rgba(248, 181, 0, 0.30);
  transition: height 0.22s ease, opacity 0.22s ease;
  pointer-events: none;
  z-index: 4;
}

#ut-main-nav ul li:hover::after,
#ut-main-nav ul li.active::after {
  height: 48px;
  opacity: 1;
}

#ut-main-nav ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.095) !important;
}

body.menu-show:not(.menu-closing) #ut-main-nav ul li {
  transform: translateX(0);
  opacity: 1;
}

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(1) { transition-delay: 0.06s !important; }

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(2) { transition-delay: 0.09s !important; }

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(3) { transition-delay: 0.12s !important; }

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(4) { transition-delay: 0.15s !important; }

body.menu-show:not(.menu-closing) #ut-main-nav ul li:nth-child(5) { transition-delay: 0.18s !important; }

#ut-main-nav ul li::before,
#ut-main-nav ul li a::before {
  content: none !important;
  display: none !important;
}

#ut-main-nav ul li a {
  position: relative !important;
  width: 100% !important;
  min-height: 68px !important;
  padding: 0 0 0 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(19px, 1.7vw, 23px) !important;
  font-weight: 360 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.15px !important;
  text-decoration: none !important;
  transition: color 0.22s ease, padding-left 0.22s ease, text-shadow 0.22s ease !important;
}

#ut-main-nav ul li a::after {
  content: none !important;
  display: none !important;
}

#ut-main-nav ul li a:hover,
#ut-main-nav ul li.active a {
  color: #ffd64f !important;
  padding-left: 34px !important;
  text-shadow:
    0 0 12px rgba(255, 214, 79, 0.60),
    0 0 26px rgba(248, 181, 0, 0.32),
    0 0 46px rgba(248, 181, 0, 0.16) !important;
}

#ut-main-nav > .ut-nav-toggle {
  position: fixed !important;
  top: 26px !important;
  right: 22px !important;
  z-index: 10001 !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

#ut-main-nav > .ut-nav-toggle:hover,
#ut-main-nav > .ut-nav-toggle:focus,
#ut-main-nav > .ut-nav-toggle:active {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

#ut-main-nav > .ut-nav-toggle::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
}

#ut-main-nav > .ut-nav-toggle i,
#ut-main-nav > .ut-nav-toggle i::before,
#ut-main-nav > .ut-nav-toggle i::after {
  display: none !important;
}

#ut-main-nav > .ut-nav-toggle::after {
  content: "×" !important;
  display: block !important;
  color: rgba(255, 255, 255, 0.86) !important;
  background: transparent !important;
  border: none !important;
  font-family: Arial, sans-serif !important;
  font-size: 31px !important;
  font-weight: 200 !important;
  line-height: 1 !important;
  transform: none !important;
  transition: color 0.22s ease, text-shadow 0.22s ease !important;
}

#ut-main-nav > .ut-nav-toggle:hover::after,
#ut-main-nav > .ut-nav-toggle:focus::after,
#ut-main-nav > .ut-nav-toggle:active::after {
  color: #ffd64f !important;
  background: transparent !important;
  text-shadow: 0 0 16px rgba(255, 214, 79, 0.60) !important;
}

#ut-main-nav .col-md-12 > ul::after {
  content: none !important;
  display: none !important;
}

.ut-menu-contacts {
  order: 3;
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Montserrat", Arial, sans-serif;
}

.ut-menu-phone,
.ut-menu-socials a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none !important;
  line-height: 1;
  transition: color 0.22s ease, text-shadow 0.22s ease, transform 0.22s ease;
}

.ut-menu-phone {
  font-size: 12px;
  letter-spacing: 0.35px;
}

.ut-menu-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.ut-menu-socials a {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.72) !important;
}

.ut-menu-phone i,
.ut-menu-socials i {
  color: #ffd64f;
  font-size: 11px;
  line-height: 1;
  text-shadow: 0 0 14px rgba(255, 214, 79, 0.56);
}

.ut-menu-socials .ut-menu-dot {
  width: 3px;
  height: 3px;
  display: inline-flex;
  border-radius: 50%;
  background: rgba(255, 214, 79, 0.95);
  box-shadow: 0 0 10px rgba(255, 214, 79, 0.52);
}

.ut-menu-phone:hover,
.ut-menu-socials a:hover {
  color: #ffd64f !important;
  text-shadow: 0 0 16px rgba(255, 214, 79, 0.38);
  transform: translateX(2px);
}

#ut-main-nav {
position: fixed !important;
inset: 0 !important;
width: 100vw !important;
height: 100dvh !important;
z-index: 9999 !important;
display: block !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
background: rgba(0, 0, 0, 0.50) !important;
backdrop-filter: blur(5px) !important;
-webkit-backdrop-filter: blur(5px) !important;
transition: opacity 0.32s ease, visibility 0.32s ease !important;
overflow: hidden !important;
}

body.menu-show #ut-main-nav {
visibility: visible !important;
opacity: 1 !important;
pointer-events: auto !important;
}

#ut-main-nav .col-md-12 {
position: fixed !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: auto !important;
width: min(430px, 100vw) !important;
max-width: 430px !important;
padding: clamp(34px, 5vw, 54px) clamp(24px, 4vw, 38px) 28px !important;
display: flex !important;
flex-direction: column !important;
align-items: stretch !important;
text-align: left !important;
overflow-y: auto !important;
background:
  linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
  rgba(5, 7, 12, 0.92) !important;
border-left: 1px solid rgba(248, 181, 0, 0.32) !important;
box-shadow:
  -34px 0 80px rgba(0, 0, 0, 0.62),
  inset 1px 0 0 rgba(255, 255, 255, 0.06) !important;
backdrop-filter: blur(24px) !important;
-webkit-backdrop-filter: blur(24px) !important;
transform: translateX(105%) !important;
transition: transform 0.38s cubic-bezier(.2, .8, .2, 1) !important;
}

body.menu-show #ut-main-nav .col-md-12 {
transform: translateX(0) !important;
}

#ut-main-nav .logo-text {
width: fit-content !important;
margin: 0 54px 28px 0 !important;
display: inline-flex !important;
align-items: center !important;
color: #ffffff !important;
font-size: clamp(18px, 2vw, 24px) !important;
line-height: 1 !important;
letter-spacing: 4px !important;
text-decoration: none !important;
}

#ut-main-nav .col-md-12::after {
content: "Сучасні інженерні рішення";
order: 1;
display: block;
margin: -14px 0 26px;
padding-bottom: 24px;
color: rgba(255, 255, 255, 0.58);
font-family: "Montserrat", Arial, sans-serif;
font-size: 13px;
line-height: 1.55;
border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#ut-main-nav ul {
order: 2;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
display: flex !important;
flex-direction: column !important;
gap: 0 !important;
list-style: none !important;
counter-reset: none !important;
}

#ut-main-nav ul li {
position: relative !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.085) !important;
transform: translateX(20px);
opacity: 0;
transition: transform 0.32s ease, opacity 0.32s ease !important;
}

body.menu-show #ut-main-nav ul li {
transform: translateX(0);
opacity: 1;
}

body.menu-show #ut-main-nav ul li:nth-child(1) { transition-delay: 0.08s !important; }

body.menu-show #ut-main-nav ul li:nth-child(2) { transition-delay: 0.12s !important; }

body.menu-show #ut-main-nav ul li:nth-child(3) { transition-delay: 0.16s !important; }

body.menu-show #ut-main-nav ul li:nth-child(4) { transition-delay: 0.20s !important; }

body.menu-show #ut-main-nav ul li:nth-child(5) { transition-delay: 0.24s !important; }

#ut-main-nav ul li a {
position: relative !important;
width: 100% !important;
padding: 18px 4px 18px 0 !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
color: rgba(255, 255, 255, 0.78) !important;
font-family: "Montserrat", Arial, sans-serif !important;
font-size: clamp(20px, 2.4vw, 28px) !important;
font-weight: 650 !important;
line-height: 1.15 !important;
letter-spacing: 0.4px !important;
text-decoration: none !important;
transition: color 0.24s ease, padding-left 0.24s ease, text-shadow 0.24s ease !important;
}

#ut-main-nav ul li a::after {
content: "→";
color: rgba(248, 181, 0, 0.72);
font-size: 18px;
opacity: 0;
transform: translateX(-8px);
transition: opacity 0.24s ease, transform 0.24s ease;
}

#ut-main-nav ul li a:hover,
#ut-main-nav ul li.active a {
color: #f8b500 !important;
padding-left: 14px !important;
text-shadow: 0 0 18px rgba(248, 181, 0, 0.20) !important;
}

#ut-main-nav ul li a:hover::after,
#ut-main-nav ul li.active a::after {
opacity: 1;
transform: translateX(0);
}

#ut-main-nav ul li.active {
border-left: 2px solid rgba(248, 181, 0, 0.82) !important;
}

#ut-main-nav > .ut-nav-toggle {
position: fixed !important;
top: 24px !important;
right: clamp(22px, 4vw, 38px) !important;
z-index: 10001 !important;
width: 38px !important;
height: 38px !important;
min-width: 38px !important;
display: grid !important;
place-items: center !important;
margin: 0 !important;
padding: 0 !important;
color: #ffffff !important;
text-decoration: none !important;
}

#ut-main-nav > .ut-nav-toggle::before,
#ut-main-nav > .ut-nav-toggle::after,
#ut-main-nav > .ut-nav-toggle i::before,
#ut-main-nav > .ut-nav-toggle i::after {
background: rgba(255, 255, 255, 0.86) !important;
}

#ut-main-nav > .ut-nav-toggle:hover::before,
#ut-main-nav > .ut-nav-toggle:hover::after,
#ut-main-nav > .ut-nav-toggle:hover i::before,
#ut-main-nav > .ut-nav-toggle:hover i::after {
background: #f8b500 !important;
}

#ut-main-nav .col-md-12 > ul::after {
content: "+38 (075) 633 76 52\A Telegram · Viber · WhatsApp";
white-space: pre-line;
margin-top: auto;
padding-top: 30px;
display: block;
color: rgba(255, 255, 255, 0.68);
font-family: "Montserrat", Arial, sans-serif;
font-size: 13px;
line-height: 1.8;
letter-spacing: 0.2px;
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — LAYOUT-FOOTER
   Footer: бренд, контакти, соціальні кнопки, нижня лінія.
---------------------------------------------------------------------------- */

.footer-urban {
  position: relative;
  padding: 60px 0 24px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.616), rgba(2, 2, 2, 0.644));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.footer-urban::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1100px, 100%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(248, 181, 0, 0) 0%,
    rgba(248, 181, 0, 0.1) 20%,
    rgba(248, 181, 0, 0.45) 50%,
    rgba(248, 181, 0, 0.1) 80%,
    rgba(248, 181, 0, 0) 100%
  );
}

.footer-brand {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  color: #ffffff;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #ffffff;
  position: relative;
}

.footer-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 10px;
  border-radius: 2px;
  background: #f8b500;
  box-shadow:
    0 0 8px rgba(248, 181, 0, 0.45),
    0 0 16px rgba(248, 181, 0, 0.2);
}

.footer-text {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

.footer-contact-item {
  margin-bottom: 16px;
}

.footer-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.footer-link {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.footer-link:hover {
  color: #f8b500;
  text-shadow: 0 0 8px rgba(248, 181, 0, 0.28);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-social {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    color 0.35s ease,
    background 0.35s ease;
}

.footer-social i {
  font-size: 20px;
}

.footer-social:hover {
  color: #f8b500;
  border-color: rgba(248, 181, 0, 0.4);
  background: rgba(248, 181, 0, 0.05);
  box-shadow:
    0 0 10px rgba(248, 181, 0, 0.16),
    0 0 24px rgba(248, 181, 0, 0.12);
  transform: translateY(-2px);
}

.footer-note {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.62);
  max-width: 360px;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom p {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.5);
}

footer {
  position: relative;
  z-index: 9;
}

.footer-social--viber .viber-svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.footer-bottom .brand-logo-text {
  font-size: 0.94em;
  letter-spacing: 0.11em;
}

header,
main,
footer {
position: relative;
}

header,
footer {
z-index: 9;
}

/* ----------------------------------------------------------------------------
   01 LAYOUT: HEADER / MENU / FOOTER / PRELOADER — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  .footer-urban {
    padding: 48px 0 22px;
  }
}

@media (max-width: 767.98px) {
  .footer-urban {
    padding: 40px 0 20px;
  }

  .footer-brand {
    font-size: 30px;
  }

  .footer-title {
    margin-bottom: 14px;
  }

  .footer-text,
  .footer-note {
    font-size: 14px;
    line-height: 1.75;
  }

  .footer-social {
    width: 42px;
    height: 42px;
  }

  .footer-social i {
    font-size: 18px;
  }

  .footer-bottom {
    margin-top: 26px;
    padding-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ut-main-nav .ut-nav-toggle {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  #ut-main-nav ul {
    padding: 20px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  header {
    padding: 1em 0;
    position: absolute;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ut-nav-toggle i::before,
  .ut-nav-toggle i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ut-nav-toggle.dark i::before,
  .ut-nav-toggle.dark i::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .ut-nav-toggle {
    right: 10px;

  }
}

@media (max-width: 575.98px) {
  header .ut-navbar .logo-text {
    padding-right: 56px;
  }

  header > .container > .ut-nav-toggle {
    right: 16px !important;
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 575.98px) {
  #ut-main-nav .col-md-12 {
    width: min(340px, 92vw) !important;
    max-width: 92vw !important;
    padding: 30px 22px 24px !important;
  }

  #ut-main-nav .logo-text {
    font-size: 17px !important;
    letter-spacing: 3px !important;
  }

  #ut-main-nav .col-md-12::after {
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 12px;
  }

  #ut-main-nav ul {
    width: calc(100% + 22px) !important;
    margin-left: -22px !important;
  }

  #ut-main-nav ul li a {
    min-height: 60px !important;
    padding-left: 22px !important;
    font-size: 19px !important;
    font-weight: 360 !important;
  }

  #ut-main-nav ul li a:hover,
  #ut-main-nav ul li.active a {
    padding-left: 26px !important;
  }

  #ut-main-nav ul li:hover::after,
  #ut-main-nav ul li.active::after {
    height: 42px;
  }

  #ut-main-nav > .ut-nav-toggle {
    top: 22px !important;
    right: 18px !important;
  }

  .ut-menu-contacts {
    padding-top: 24px;
  }

  .ut-menu-socials {
    gap: 7px;
  }
}

@media (max-width: 575.98px) {
#ut-main-nav .col-md-12 {
  width: min(360px, 92vw) !important;
  max-width: 92vw !important;
  padding: 32px 22px 24px !important;
}

#ut-main-nav .logo-text {
  margin-bottom: 24px !important;
  font-size: 18px !important;
  letter-spacing: 3px !important;
}

#ut-main-nav ul li a {
  padding: 16px 4px 16px 0 !important;
  font-size: 23px !important;
}

#ut-main-nav > .ut-nav-toggle {
  top: 21px !important;
  right: 22px !important;
}
}

/* ============================================================================
   02 SHARED COMPONENTS
   Повторювані компоненти: кнопки, заголовки секцій, glass-картки, модальне вікно контактів, спільні CTA та accessibility/focus.
============================================================================ */

/* ----------------------------------------------------------------------------
   02 SHARED COMPONENTS — COMPONENTS-BUTTONS
   Кнопки: основна кнопка, gold/clean варіанти, hover/shine-ефекти.
---------------------------------------------------------------------------- */

.bttn-ctn {
  display: flex;
  justify-content: center;
  padding-top: clamp(16px, 3vw, 32px);
}

a.bttn-more {
  display: inline-block;
  font-size: clamp(0.7rem, 1.1vw, 1.1rem);
  padding: clamp(0.35rem, 0.8vw, 0.8rem) clamp(0.8rem, 1.8vw, 1.4rem);
  color: #f4f4f4;
  text-transform: uppercase;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Montserrat", Arial, sans-serif;
}

.bttn-more:hover {
  box-shadow: 1px 1px 25px 10px rgba(248, 161, 0, 0.35);
  border-color: #f8b500;
  color: #f8b500;
}

.bttn-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, #f8b500, transparent);
  transition: 0.65s ease;
}

.bttn-more:hover::before {
  left: 120%;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: clamp(18px, 3vw, 32px);
}

.bttn-more {
  border-width: 1px !important;
  letter-spacing: 1px;
  font-weight: 700;
  min-height: 32px;
}

.bttn-more--gold {
  border-color: rgba(248, 181, 0, 0.72) !important;
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.22), rgba(248, 181, 0, 0.08));
}

.bttn-more--clean {
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.02);
}

.bttn-more:focus-visible,
.services-nav__link:focus-visible,
.ut-contact-modal__close:focus-visible,
.ut-contact-item:focus-visible,
.footer-social:focus-visible {
  outline: 2px solid rgba(248, 181, 0, 0.75);
  outline-offset: 3px;
}

.services-cta .bttn-more {
  flex: 0 0 auto;
}

.hero-actions [data-contact-open],
.services-cta [data-contact-open] {
  position: relative;
  overflow: visible;
  border-color: rgba(248, 181, 0, 0.78) !important;
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.22), rgba(248, 181, 0, 0.08)) !important;
  color: #ffffff !important;
  animation: utContactPulse 2.1s ease-in-out infinite;
}

.hero-actions [data-contact-open]::after,
.services-cta [data-contact-open]::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid rgba(248, 181, 0, 0.22);
  opacity: 0;
  animation: utContactRing 2.1s ease-in-out infinite;
  pointer-events: none;
}

.hero-actions .bttn-more::before,
.services-cta .bttn-more::before {
  display: none !important;
}

.hero-actions .bttn-more,
.services-cta .bttn-more {
  overflow: hidden !important;
  isolation: isolate;
}

.hero-actions .bttn-more:not([data-contact-open]),
.services-cta .bttn-more:not([data-contact-open]) {
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.18), rgba(248, 181, 0, 0.055)) !important;
  border-color: rgba(248, 181, 0, 0.62) !important;
  box-shadow: none !important;
}

.hero-actions [data-contact-open],
.services-cta [data-contact-open] {
  position: relative;
  color: #ffffff !important;
  border-color: rgba(248, 181, 0, 0.86) !important;
  background:
    linear-gradient(115deg,
      rgba(248, 181, 0, 0.10) 0%,
      rgba(248, 181, 0, 0.26) 34%,
      rgba(255, 255, 255, 0.16) 48%,
      rgba(248, 181, 0, 0.20) 61%,
      rgba(248, 181, 0, 0.08) 100%) !important;
  background-size: 240% 100% !important;
  box-shadow:
    0 0 0 1px rgba(248, 181, 0, 0.16),
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(248, 181, 0, 0.15) !important;
  animation: utPremiumContactGlow 2.8s ease-in-out infinite !important;
}

.hero-actions [data-contact-open]:hover,
.services-cta [data-contact-open]:hover {
  color: #ffffff !important;
  border-color: rgba(248, 181, 0, 1) !important;
  box-shadow:
    0 0 0 1px rgba(248, 181, 0, 0.24),
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(248, 181, 0, 0.22) !important;
}

.hero-actions [data-contact-open]::after,
.services-cta [data-contact-open]::after {
  content: none !important;
  display: none !important;
}

.hero-actions .bttn-more,
.services-cta .bttn-more {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
}

.hero-actions .bttn-more:not([data-contact-open])::before,
.services-cta .bttn-more:not([data-contact-open])::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: -125%;
  width: 56%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(248, 181, 0, 0.72) 45%, rgba(255, 255, 255, 0.28) 50%, rgba(248, 181, 0, 0.45) 58%, transparent 100%);
  transform: skewX(-18deg);
  transition: left 0.72s ease !important;
  pointer-events: none;
  z-index: 0;
}

.hero-actions .bttn-more:not([data-contact-open]):hover::before,
.services-cta .bttn-more:not([data-contact-open]):hover::before {
  left: 130%;
}

.hero-actions [data-contact-open].bttn-more,
.services-cta [data-contact-open].bttn-more {
  color: #ffffff !important;
  border-color: rgba(248, 181, 0, 0.92) !important;
  background:
    linear-gradient(115deg,
      rgba(248, 181, 0, 0.10) 0%,
      rgba(248, 181, 0, 0.24) 32%,
      rgba(255, 255, 255, 0.13) 49%,
      rgba(248, 181, 0, 0.22) 62%,
      rgba(248, 181, 0, 0.08) 100%) !important;
  background-size: 245% 100% !important;
  background-position: var(--ut-contact-bg-x, 0%) 50% !important;
  box-shadow:
    0 0 0 1px rgba(248, 181, 0, 0.18),
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(248, 181, 0, var(--ut-contact-glow, 0.18)) !important;
  animation: none !important;
}

.hero-actions [data-contact-open].bttn-more.ut-contact-js-shine::before,
.services-cta [data-contact-open].bttn-more.ut-contact-js-shine::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 34%, rgba(255, 217, 0, 0.58) 50%, rgba(255, 255, 255, 0.22) 63%, transparent 100%);
  transform: translateX(var(--ut-contact-shine-x, -130%)) skewX(-18deg);
  transition: none !important;
  pointer-events: none;
  z-index: 0;
}

.hero-actions [data-contact-open].bttn-more:hover,
.services-cta [data-contact-open].bttn-more:hover {
  border-color: rgba(255, 215, 0, 1) !important;
  box-shadow:
    0 0 0 1px rgba(248, 181, 0, 0.28),
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(248, 181, 0, 0.34) !important;
}

.hero-actions .bttn-more:not([data-contact-open]),
.services-cta .bttn-more:not([data-contact-open]) {
  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.18), rgba(248, 181, 0, 0.055)) !important;
  border-color: rgba(248, 181, 0, 0.62) !important;
  box-shadow: none !important;
}

.hero-actions .bttn-more:not([data-contact-open])::before,
.services-cta .bttn-more:not([data-contact-open])::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0 auto 0 -125%;
  width: 58%;
  height: 100%;
  background: linear-gradient(120deg,
    transparent 0%,
    rgba(248, 181, 0, 0.64) 42%,
    rgba(255, 255, 255, 0.30) 50%,
    rgba(248, 181, 0, 0.38) 58%,
    transparent 100%);
  transform: skewX(-18deg);
  transition: left 0.72s ease !important;
  pointer-events: none;
  z-index: -1;
}

.hero-actions [data-contact-open].bttn-more,
.services-cta [data-contact-open].bttn-more {
  --ut-cta-x: 22%;
  --ut-cta-angle: 115deg;
  --ut-cta-glow: 0.16;
  --ut-cta-spot: 0.12;

  position: relative;
  overflow: hidden !important;
  isolation: isolate;
  color: #ffffff !important;
  border: 1px solid rgba(248, 181, 0, 0.72) !important;
  background:
    radial-gradient(120% 170% at var(--ut-cta-x) 50%,
      rgba(248, 181, 0, var(--ut-cta-spot)) 0%,
      rgba(248, 181, 0, 0.055) 42%,
      rgba(248, 181, 0, 0) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(23, 20, 13, 0.84) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(248, 181, 0, 0.13),
    0 12px 34px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(248, 181, 0, var(--ut-cta-glow)) !important;
  animation: none !important;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.hero-actions [data-contact-open].bttn-more::before,
.services-cta [data-contact-open].bttn-more::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 1px;
  background:
    linear-gradient(105deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.045) 34%,
      rgba(248, 181, 0, 0.13) 50%,
      rgba(255, 255, 255, 0.05) 64%,
      rgba(255, 255, 255, 0) 100%);
  opacity: 0.82;
  transform: translateX(calc(var(--ut-cta-x) - 50%));
  transition: none !important;
  pointer-events: none;
  z-index: -1;
}

.hero-actions [data-contact-open].bttn-more::after,
.services-cta [data-contact-open].bttn-more::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--ut-cta-angle),
      rgba(255, 255, 255, 0.08),
      rgba(248, 181, 0, 0.84),
      rgba(255, 255, 255, 0.10)) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.72;
  pointer-events: none;
  z-index: 1;
}

.hero-actions [data-contact-open].bttn-more:hover,
.services-cta [data-contact-open].bttn-more:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 215, 0, 0.96) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(248, 181, 0, 0.18),
    0 16px 42px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(248, 181, 0, 0.26) !important;
}

.hero-actions [data-contact-open].bttn-more,
.services-cta [data-contact-open].bttn-more {
  --ut-cta-glow: 0.30;
  --ut-cta-spot: 0.24;
  border-color: rgba(255, 213, 74, 0.92) !important;
  background:
    radial-gradient(125% 180% at var(--ut-cta-x) 50%,
      rgba(255, 211, 76, var(--ut-cta-spot)) 0%,
      rgba(248, 181, 0, 0.16) 38%,
      rgba(248, 181, 0, 0.035) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.022)),
    rgba(28, 22, 10, 0.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 214, 80, 0.22),
    0 14px 34px rgba(0, 0, 0, 0.36),
    0 0 18px rgba(248, 181, 0, calc(var(--ut-cta-glow) * 0.72)),
    0 0 42px rgba(248, 181, 0, calc(var(--ut-cta-glow) * 0.46)) !important;
}

.hero-actions [data-contact-open].bttn-more::before,
.services-cta [data-contact-open].bttn-more::before {
  background:
    linear-gradient(105deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.075) 30%,
      rgba(255, 222, 104, 0.30) 50%,
      rgba(255, 255, 255, 0.08) 68%,
      rgba(255, 255, 255, 0) 100%);
  opacity: 0.95;
}

.hero-actions [data-contact-open].bttn-more::after,
.services-cta [data-contact-open].bttn-more::after {
  background:
    linear-gradient(var(--ut-cta-angle),
      rgba(255, 255, 255, 0.16),
      rgba(255, 214, 72, 1),
      rgba(248, 181, 0, 0.92),
      rgba(255, 255, 255, 0.16)) border-box;
  opacity: 0.92;
}

.hero-actions [data-contact-open].bttn-more:hover,
.services-cta [data-contact-open].bttn-more:hover {
  border-color: rgba(255, 226, 109, 1) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(255, 214, 80, 0.28),
    0 18px 46px rgba(0, 0, 0, 0.40),
    0 0 24px rgba(248, 181, 0, 0.34),
    0 0 56px rgba(248, 181, 0, 0.24) !important;
}

/* ----------------------------------------------------------------------------
   02 SHARED COMPONENTS — COMPONENTS-CARDS
   Спільні карточки/скляні блоки, які використовуються на різних сторінках.
---------------------------------------------------------------------------- */

.ut-extra-card {
  position: relative;
  min-height: 190px;
  padding: 24px 20px;
  border: 1px solid rgba(248, 181, 0, 0.18);
  border-left-color: rgba(248, 181, 0, 0.32);
  border-right-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.024));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.ut-extra-card::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0.9), rgba(248, 181, 0, 0));
  opacity: 0.82;
}

.ut-extra-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 22px rgba(248, 181, 0, 0.08);
}

.ut-extra-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(16px, 1.18vw, 19px);
  line-height: 1.32;
  font-weight: 750;
}

.ut-extra-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 13.5px;
  line-height: 1.72;
  padding-bottom: 14px;
}

/* ----------------------------------------------------------------------------
   02 SHARED COMPONENTS — COMPONENTS-MODAL
   Contact modal: backdrop, dialog, close button, список каналів зв’язку.
---------------------------------------------------------------------------- */

.services-kicker,
.service-label,
.ut-contact-modal__kicker,
.services-cta span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ut-gold);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(248, 181, 0, 0.22);
}

.ut-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 50000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ut-contact-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.ut-contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ut-contact-modal__dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: min(680px, calc(100vh - 36px));
  overflow-y: auto;
  padding: clamp(26px, 5vw, 40px);
  border-radius: 24px;
  border: 1px solid rgba(248, 181, 0, 0.24);
  background:
    radial-gradient(circle at 85% 0%, rgba(248, 181, 0, 0.14), rgba(248, 181, 0, 0) 36%),
    linear-gradient(180deg, rgba(22, 24, 30, 0.96), rgba(5, 6, 10, 0.96));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}

.ut-contact-modal.is-open .ut-contact-modal__dialog {
  transform: translateY(0) scale(1);
}

.ut-contact-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ut-contact-modal__close:hover {
  color: var(--ut-gold);
  border-color: rgba(248, 181, 0, 0.42);
  transform: rotate(90deg);
}

.ut-contact-modal h2 {
  margin: 0 42px 12px 0;
  color: #ffffff;
  font-size: clamp(26px, 5vw, 40px);
  line-height: 1.1;
  font-weight: 800;
}

.ut-contact-modal__lead,
.ut-contact-modal__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.75;
}

.ut-contact-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 18px;
}

.ut-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.ut-contact-item:hover {
  color: #ffffff;
  border-color: rgba(248, 181, 0, 0.36);
  background: rgba(248, 181, 0, 0.06);
  transform: translateY(-2px);
}

.ut-contact-item i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(248, 181, 0, 0.10);
  color: var(--ut-gold);
  font-size: 19px;
}

.ut-contact-item strong {
  display: block;
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.footer-brand .brand-logo-text,
.ut-contact-modal__kicker .brand-logo-text {
  letter-spacing: 0.16em;
}

.ut-contact-modal__dialog,
.ut-contact-modal__close,
.ut-contact-item,
.ut-contact-item i,
.hero-adv-item,
.home-service-card,
.glass-card,
.service-hero-card,
.service-info-card,
.services-cta {
  border-radius: 0 !important;
}

.ut-contact-modal__dialog,
.ut-contact-modal__close,
.ut-contact-item,
.ut-contact-item i,
.hero-adv-item,
.home-service-card,
.glass-card,
.service-hero-card,
.service-info-card,
.services-cta {
  border-radius: 0 !important;
}

.ut-contact-modal {
align-items: center !important;
justify-content: center !important;
padding: clamp(14px, 3vw, 22px) !important;
}

.ut-contact-modal__dialog {
width: min(520px, calc(100vw - 28px)) !important;
max-height: calc(100dvh - 44px) !important;
padding: clamp(24px, 3.2vw, 34px) !important;
scrollbar-width: none;
}

.ut-contact-modal__dialog::-webkit-scrollbar {
width: 0;
height: 0;
}

.ut-contact-modal h2,
#utContactTitle {
white-space: nowrap !important;
font-size: clamp(28px, 3vw, 38px) !important;
margin-right: 46px !important;
}

/* ----------------------------------------------------------------------------
   02 SHARED COMPONENTS — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 767.98px) {
  main {
    padding-top: 74px;
  }

  header {
    padding: 12px 0;
  }

  .hero-wrap {
    background-attachment: scroll;
  }

  .hero-info-wrap {
    padding-top: 24px;
  }

  .hero-adv-item {
    min-height: auto;
    margin-bottom: 10px;
    padding: 16px 14px;
    border: 1px solid rgba(248, 181, 0, 0.16);
    background: rgba(255, 255, 255, 0.025);
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .bttn-more,
  .services-cta .bttn-more {
    width: min(320px, 100%);
    text-align: center;
    padding: 12px 14px;
  }

  .home-services-grid,
  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .home-service-card,
  .service-info-card {
    min-height: auto;
  }

  .services-nav {
    margin-top: 24px;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }

  .services-nav__inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 0 12px 20px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  button.services-nav__link {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    padding: 11px 14px;
  }

  .services-nav__inner::after {
    width: calc(100% - 24px);
  }

  .service-hero-card,
  .services-cta {
    border-radius: 18px;
  }

  .section-head h2,
  .services-title {
    letter-spacing: -0.5px;
  }

  .ut-contact-modal {
    align-items: flex-end;
    padding: 10px;
  }

  .ut-contact-modal__dialog {
    width: 100%;
    border-radius: 22px;
  }
}

@media (max-width: 479.98px) {
  header .ut-navbar .logo-text {
    letter-spacing: 2px;
  }

  .hero-actions .bttn-more {
    width: 100%;
    max-width: 280px;
  }

  .home-work-section {
    padding-top: 46px;
  }

  .section-head p,
  .services-lead,
  .service-hero-card p,
  .home-service-card p,
  .service-info-card p {
    font-size: 13.5px;
    line-height: 1.72;
  }

  .ut-contact-item {
    padding: 12px;
  }

  .ut-contact-item i {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions [data-contact-open].bttn-more,
  .services-cta [data-contact-open].bttn-more {
    --ut-contact-bg-x: 50%;
    --ut-contact-glow: 0.18;
  }
}

@media (max-width: 767.98px) {
  .home-services-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .home-service-card {
    width: 100% !important;
    min-height: 230px !important;
    padding: 24px 20px !important;
  }

  .home-service-card h3 {
    max-width: min(86%, 340px) !important;
    font-size: clamp(19px, 5.6vw, 24px) !important;
    line-height: 1.22 !important;
  }

  .home-service-card p {
    max-width: min(88%, 360px) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .home-service-card::before {
    background-image:
      linear-gradient(90deg, rgba(5, 7, 10, 0.99) 0%, rgba(5, 7, 10, 0.93) 48%, rgba(5, 7, 10, 0.28) 100%),
      var(--ut-card-visual) !important;
    background-position: center right !important;
  }

  .services-nav__link,
  .services-mobile-select__button,
  .bttn-more {
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  .services-title,
  .hero-main-title {
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (min-width: 992px) {
.ut-contact-modal__dialog {
  overflow: visible !important;
  max-height: none !important;
}

.ut-contact-list {
  margin: 20px 0 16px !important;
}

.ut-contact-item {
  padding: 12px 14px !important;
}
}

@media (max-width: 575.98px) {

body.hero-wrap header > .container {
  min-height: 42px !important;
  height: 42px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle {
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  flex-basis: 34px !important;
  gap: 0 !important;
}

html body.hero-wrap header > .container > a.js-ut-nav-toggle.ut-nav-toggle {
  width: 34px !important;
  min-width: 34px !important;
  flex-basis: 34px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle::before,
html body.hero-wrap header > .container > a.js-ut-nav-toggle.ut-nav-toggle::before {
  content: none !important;
  display: none !important;
}

.ut-contact-modal__dialog {
  width: min(100%, calc(100vw - 20px)) !important;
  padding: 24px 18px 20px !important;
}

.ut-contact-modal h2,
#utContactTitle {
  font-size: clamp(24px, 7vw, 30px) !important;
  margin-right: 42px !important;
}

.ut-contact-list {
  gap: 8px !important;
  margin: 18px 0 14px !important;
}

.ut-contact-item {
  padding: 11px !important;
}
}

@media (max-width: 374.98px) {
.ut-contact-modal h2,
#utContactTitle {
  white-space: normal !important;
}
}

/* ============================================================================
   03 PAGE: HOME / ГОЛОВНА
   Стилі головної сторінки: hero, переваги, блок “Що ми виконуємо”, візуальні картки та картки послуг на головній.
============================================================================ */

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — HOME-HEADER
   Home-specific header fixes: висота шапки і бургер на головній.
---------------------------------------------------------------------------- */

body.hero-wrap header {
  padding: 8px 0 !important;
  min-height: 0 !important;
}

body.hero-wrap main {
  padding-top: 68px !important;
}

body.hero-wrap header > .container {
  height: 46px !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

body.hero-wrap header .ut-navbar {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.hero-wrap header .ut-navbar .logo-text {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: clamp(14px, 1.6vw, 17px) !important;
  letter-spacing: clamp(2px, 0.35vw, 3px) !important;
}

body.hero-wrap header > .container > .ut-nav-toggle {
  width: auto !important;
  min-width: 88px !important;
  height: 38px !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 11px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  top: auto !important;
  right: auto !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.hero-wrap header > .container > .ut-nav-toggle::before {
  content: "МЕНЮ";
  display: inline-block;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  transform: translateY(1px);
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

body.hero-wrap header > .container > .ut-nav-toggle:hover::before {
  color: #f8b500;
  text-shadow: 0 0 8px rgba(248, 181, 0, 0.35);
}

body.hero-wrap header > .container > .ut-nav-toggle i {
  position: relative !important;
  width: 18px !important;
  height: 2px !important;
  display: block !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  flex: 0 0 18px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle i::before,
body.hero-wrap header > .container > .ut-nav-toggle i::after {
  width: 26px !important;
  height: 2px !important;
  left: -8px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle i::before {
  top: -8px !important;
}

body.hero-wrap header > .container > .ut-nav-toggle i::after {
  bottom: -8px !important;
}

body.hero-wrap header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9000 !important;
  background: rgba(5, 7, 12, 0) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  box-shadow: none !important;
  backdrop-filter: blur(0) !important;
  -webkit-backdrop-filter: blur(0) !important;
  transition:
    background 0.34s ease,
    border-color 0.34s ease,
    box-shadow 0.34s ease,
    backdrop-filter 0.34s ease,
    -webkit-backdrop-filter 0.34s ease !important;
}

body.hero-wrap.ut-header-scrolled header,
body.hero-wrap.menu-show header {
  background: rgba(5, 7, 12, 0.78) !important;
  border-bottom-color: rgba(255, 255, 255, 0.075) !important;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.30) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

body.hero-wrap.ut-header-scrolled header::after,
body.hero-wrap.menu-show header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(780px, 78vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(248, 181, 0, 0),
    rgba(248, 181, 0, 0.38),
    rgba(248, 181, 0, 0)
  );
  pointer-events: none;
}

body.hero-wrap header .logo-text,
body.hero-wrap header .ut-nav-toggle i,
body.hero-wrap header .ut-nav-toggle i::before,
body.hero-wrap header .ut-nav-toggle i::after {
  transition:
    color 0.34s ease,
    opacity 0.34s ease,
    text-shadow 0.34s ease,
    background-color 0.34s ease !important;
}

html body.hero-wrap main {
  padding-top: 54px !important;
}

body.hero-wrap header {
padding: 8px 0 !important;
min-height: 0 !important;
}

body.hero-wrap header > .container {
width: 100% !important;
max-width: 1140px !important;
min-height: 46px !important;
height: 46px !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 16px !important;
position: relative !important;
}

body.hero-wrap header .ut-navbar {
position: static !important;
left: auto !important;
right: auto !important;
top: auto !important;
transform: none !important;
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
flex: 0 1 auto !important;
min-width: 0 !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1 !important;
}

body.hero-wrap header .ut-navbar .logo-text {
display: inline-flex !important;
align-items: center !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1 !important;
font-size: clamp(14px, 1.6vw, 17px) !important;
letter-spacing: clamp(2px, 0.35vw, 3px) !important;
white-space: nowrap !important;
}

body.hero-wrap header > .container > .ut-nav-toggle {
position: relative !important;
left: auto !important;
right: auto !important;
top: auto !important;
transform: none !important;
width: 36px !important;
min-width: 36px !important;
height: 38px !important;
flex: 0 0 36px !important;
display: inline-flex !important;
align-items: center !important;
justify-content: flex-end !important;
gap: 0 !important;
margin: 0 0 0 auto !important;
padding: 0 !important;
line-height: 1 !important;
text-decoration: none !important;
float: none !important;
align-self: center !important;
}

body.hero-wrap header > .container > .ut-nav-toggle::before {
content: none !important;
display: none !important;
}

html body.hero-wrap header > .container > a.js-ut-nav-toggle.ut-nav-toggle {
width: 36px !important;
min-width: 36px !important;
flex-basis: 36px !important;
gap: 0 !important;
}

html body.hero-wrap header > .container > a.js-ut-nav-toggle.ut-nav-toggle::before {
content: none !important;
display: none !important;
}

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — HOME-HERO
   Hero головної: заголовок, підзаголовки, опис, divider, переваги.
---------------------------------------------------------------------------- */

.hero-wrap {

  background:
  linear-gradient(
  rgba(5,8,14,0.85),
  rgba(5,8,14,0.95)
  ),
  url("");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-wrap .desc h1 {
  font-size: 6vw;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.hero-wrap .desc h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.hero-wrap .title-desc { font-size: clamp(28px, 9vw, 42px); }

.hero-info-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-main-title {
  margin: 0 0 22px;
  font-size: clamp(52px, 8vw, 120px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #f3f3f3;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 0 auto 18px;
  max-width: 980px;
  font-size: clamp(20px, 2vw, 34px);
  line-height: 1.45;
  font-weight: 600;
  color: #ffffff;
}

.hero-description {
  margin: 0 auto 16px;
  max-width: 980px;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.82);
}

.hero-description-secondary {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-divider-text {
  margin-top: 28px;
  margin-bottom: 34px;
  font-size: clamp(11px, 0.9vw, 14px);
  line-height: 1.8;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.hero-divider-text span {
  display: inline-block;
  margin: 0 10px;
  color: #f8b500;
  text-shadow: 0 0 8px rgba(248, 181, 0, 0.35);
}

.hero-advantages {
  margin-top: 10px;
  margin-bottom: 8px;
}

.hero-adv-item {
  height: 100%;
  padding: 18px 16px;
}

.hero-adv-item h3 {
  margin: 0 0 10px;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.35;
  font-weight: 600;
  color: #ffffff;
}

.hero-adv-item p {
  margin: 0;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}

.hero-wrap {
  background:
    linear-gradient(180deg, rgba(3, 5, 10, 0.88) 0%, rgba(3, 5, 10, 0.96) 52%, rgba(1, 2, 5, 0.98) 100%),
    radial-gradient(circle at 50% 0%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 38%),
    url("");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-hero-section {
  padding-bottom: clamp(40px, 6vw, 78px);
}

.hero-info-wrap {
  padding-top: clamp(32px, 5vw, 58px);
  padding-bottom: clamp(28px, 5vw, 54px);
}

.hero-main-title {
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.55);
}

.hero-description {
  text-wrap: pretty;
}

.hero-adv-item {
  position: relative;
  min-height: 142px;
  border-left: 1px solid rgba(248, 181, 0, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
}

.hero-advantages {
  margin-top: 14px;
  margin-bottom: 12px;
}

.hero-adv-item {
  position: relative;
  min-height: 134px;
  height: 100%;
  padding: 22px 18px !important;
  border: 1px solid rgba(248, 181, 0, 0.18) !important;
  border-left-color: rgba(248, 181, 0, 0.32) !important;
  border-right-color: rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.hero-adv-item:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.42) !important;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 22px rgba(248, 181, 0, 0.08);
}

.hero-main-title .brand-logo-text--hero {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0.16em;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.55);
}

.hero-subtitle .brand-logo-text,
.section-head p .brand-logo-text {
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
  color: inherit;
  text-shadow: none;
}

.hero-subtitle .brand-logo-text .highlight,
.section-head p .brand-logo-text .highlight {
  color: inherit;
  text-shadow: none;
}

.ut-home-extra-section {
  position: relative;
  padding: clamp(54px, 7vw, 88px) 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.62));
  border-top: 1px solid rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.ut-home-extra-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 86vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0), rgba(248, 181, 0, 0.42), rgba(248, 181, 0, 0));
  pointer-events: none;
}

.home-process-section,
.home-why-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(248, 181, 0, 0.055), rgba(248, 181, 0, 0) 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.64));
}

.home-objects-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.55));
}

.home-consult-section {
  position: relative;
  padding: clamp(52px, 7vw, 86px) 0;
  background:
    radial-gradient(circle at 22% 50%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 28%),
    radial-gradient(circle at 84% 60%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.78));
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

body.hero-wrap:not(.ut-header-scrolled):not(.menu-show) header .logo-text {
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.36) !important;
}

body.hero-wrap {
background: #020408 !important;
background-image: none !important;
overflow-x: hidden;
}

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — HOME-VISUAL-CARDS
   Головна — три візуальні карточки: комплексний підхід, технічна логіка, акуратний монтаж.
---------------------------------------------------------------------------- */

body.hero-wrap .hero-visual-cards {
  row-gap: 14px;
}

body.hero-wrap .hero-visual-card {
  position: relative;
  min-height: clamp(176px, 17vw, 224px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(248, 181, 0, 0.54);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(248, 181, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transform: translateZ(0);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

body.hero-wrap .hero-visual-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.76) 0%, rgba(2, 4, 8, 0.58) 50%, rgba(2, 4, 8, 0.24) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.04), rgba(2, 4, 8, 0.64)),
    radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.15), transparent 38%);
  pointer-events: none;
  transition: background 0.28s ease;
}

body.hero-wrap .hero-visual-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 181, 0, 0.62), transparent);
  opacity: 0.72;
  pointer-events: none;
}

body.hero-wrap .hero-visual-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.82);
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(248, 181, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  filter: saturate(1.06) contrast(1.03);
}

body.hero-wrap .hero-visual-card:hover::before {
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.68) 0%, rgba(2, 4, 8, 0.50) 50%, rgba(2, 4, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.025), rgba(2, 4, 8, 0.56)),
    radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.18), transparent 38%);
}

body.hero-wrap .hero-visual-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 18px 18px;
}

body.hero-wrap .hero-visual-card__content h3 {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.1px;
}

body.hero-wrap .hero-visual-card__content h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 17px;
  margin-right: 9px;
  vertical-align: -3px;
  background: linear-gradient(180deg, #ffd64f, rgba(248, 181, 0, 0.42));
  box-shadow: 0 0 14px rgba(248, 181, 0, 0.24);
}

body.hero-wrap .hero-visual-card__content p {
  margin: 0;
  max-width: 96%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.6px;
  line-height: 1.58;
}

body.hero-wrap .hero-visual-card--complex {
  background-image: url("../assets/img/main/cards/complex-01.webp");
}

body.hero-wrap .hero-visual-card--logic {
  background-image: url("../assets/img/main/cards/logic-01.webp");
}

body.hero-wrap .hero-visual-card--mount {
  background-image: url("../assets/img/main/cards/mount-01.webp");
}

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — HOME-WORK
   Головна — секція “Що ми виконуємо” і сітка робіт.
---------------------------------------------------------------------------- */

.home-work-section {
  position: relative;
  padding: clamp(56px, 7vw, 92px) 0 clamp(62px, 8vw, 98px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.62)),
    rgba(0, 0, 0, 0.48);
  border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.home-work-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, 86vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0), rgba(248, 181, 0, 0.45), rgba(248, 181, 0, 0));
}

/* ----------------------------------------------------------------------------
   03 PAGE: HOME / ГОЛОВНА — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  .hero-info-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-main-title {
    font-size: clamp(44px, 9vw, 80px);
    margin-bottom: 18px;
  }

  .hero-subtitle {
    font-size: clamp(18px, 2.3vw, 28px);
    margin-bottom: 14px;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.8;
    max-width: 850px;
  }

  .hero-divider-text {
    letter-spacing: 3px;
    margin-top: 24px;
    margin-bottom: 26px;
  }

  .hero-adv-item {
    padding: 14px 10px;
  }
}

@media (max-width: 767.98px) {
  .hero-info-wrap {
    padding-top: 10px;
    padding-bottom: 16px;
  }

  .hero-main-title {
    font-size: clamp(34px, 12vw, 56px);
    line-height: 0.98;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
  }

  .hero-subtitle {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 14px;
    padding: 0 6px;
  }

  .hero-description {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 12px;
    padding: 0 6px;
  }

  .hero-description-secondary {
    margin-bottom: 0;
  }

  .hero-divider-text {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.9;
    letter-spacing: 1.8px;
    padding: 0 10px;
  }

  .hero-divider-text span {
    margin: 0 5px;
  }

  .hero-advantages {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .hero-adv-item {
    padding: 10px 0;
  }

  .hero-adv-item h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .hero-adv-item p {
    font-size: 13px;
    line-height: 1.65;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 479.98px) {
  .hero-main-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-description {
    font-size: 13.5px;
    line-height: 1.7;
  }

  .hero-divider-text {
    font-size: 10px;
    letter-spacing: 1.4px;
  }

  .hero-adv-item h3 {
    font-size: 15px;
  }

  .hero-adv-item p {
    font-size: 12.5px;
  }
}

@media (max-height: 950px) {

  .hero-info-wrap {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-main-title {
    font-size: clamp(40px, 6vw, 80px);
    margin-bottom: 16px;
  }

  .hero-subtitle {
    font-size: clamp(18px, 1.8vw, 24px);
    margin-bottom: 12px;
  }

  .hero-description {
    font-size: clamp(13px, 0.95vw, 16px);
    line-height: 1.65;
    margin-bottom: 10px;
  }

  .hero-divider-text {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 2px;
  }

  .hero-adv-item {
    padding: 10px 8px;
  }

  .hero-adv-item h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .hero-adv-item p {
    font-size: 13px;
    line-height: 1.6;
  }

}

@media (max-width: 575.98px) {
  .hero-main-title .brand-logo-text--hero {
    letter-spacing: 0.10em;
  }

  .brand-logo-text--inline {
    letter-spacing: 0.08em;
  }
}

@media (max-width: 767.98px) {
  .hero-advantages {
    --bs-gutter-y: 18px;
    row-gap: 18px;
  }

  .hero-advantages > [class*="col-"] {
    margin-bottom: 18px;
  }

  .hero-advantages > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 479.98px) {
  .hero-advantages {
    --bs-gutter-y: 16px;
    row-gap: 16px;
  }

  .hero-advantages > [class*="col-"] {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
body.hero-wrap #work-process .col-12.col-lg-10.col-xl-9 {
  width: 83.333333% !important;
  max-width: 83.333333% !important;
}
}

@media (min-width: 1200px) {
body.hero-wrap #work-process .col-12.col-lg-10.col-xl-9 {
  width: 75% !important;
  max-width: 75% !important;
}
}

/* ============================================================================
   04 PAGE: SERVICES / ПОСЛУГИ
   Сторінка послуг: меню вкладок, панелі напрямків, premium-grid, карточки послуг, фони карточок, workflow/етапи, CTA.
============================================================================ */

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-NAV
   Services nav: меню вкладок/напрямків послуг і активний стан.
---------------------------------------------------------------------------- */

.services-nav {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.services-nav__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  padding: 0 0 18px;
}

.services-nav__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1100px, 100%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.08) 10%,
    rgba(255, 255, 255, 0.16) 22%,
    rgba(120, 170, 255, 0.28) 50%,
    rgba(255, 255, 255, 0.16) 78%,
    rgba(255, 255, 255, 0.08) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.services-nav__link {
  position: relative;
  display: inline-block;
  padding: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  transition: color 0.3s ease;
}

.services-nav__link:hover {
  color: #ffffff;
}

.services-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(62, 166, 255, 0) 0%,
    #f8b500 50%,
    rgba(62, 166, 255, 0) 100%
  );
  box-shadow: 0 0 14px rgba(62, 166, 255, 0.25);
  transition: width 0.32s ease;
}

.services-nav__link:hover::after,
.services-nav__link.active::after {
  width: 120%;
}

.services-nav__link.active {
  color: #ffffff;
}

.services-nav {
  width: 100%;
  margin: clamp(26px, 4vw, 42px) auto 0;
  padding: 0;
}

.services-nav__inner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 0 22px;
}

.services-nav__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1000px, 100%);
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0), rgba(255, 255, 255, 0.14), rgba(248, 181, 0, 0.32), rgba(255, 255, 255, 0.14), rgba(248, 181, 0, 0));
  pointer-events: none;
}

button.services-nav__link {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  padding: 11px 16px 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.15px;
  transition: color 0.28s ease, border-color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

button.services-nav__link::after {
  bottom: -23px;
  height: 2px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0), #f8b500 50%, rgba(248, 181, 0, 0));
  box-shadow: 0 0 16px rgba(248, 181, 0, 0.35);
}

button.services-nav__link:hover,
button.services-nav__link.active {
  color: #ffffff;
  border-color: rgba(248, 181, 0, 0.45);
  background: rgba(248, 181, 0, 0.08);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  transform: translateY(-1px);
}

.services-nav {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.services-nav::-webkit-scrollbar {
  display: none;
}

.services-nav__inner {
  position: relative;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 26px) !important;
  min-width: 100%;
  padding: 0 14px 20px !important;
  margin: 0 auto;
}

.services-nav__inner::after {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: none;
}

button.services-nav__link,
.services-nav__link {
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: nowrap;
  padding: 0 0 12px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 650;
  transform: none !important;
}

button.services-nav__link::after,
.services-nav__link::after {
  bottom: -2px;
  height: 2px;
}

button.services-nav__link:hover,
button.services-nav__link.active,
.services-nav__link:hover,
.services-nav__link.active {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  transform: none !important;
}

.services-nav {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  text-align: center;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.services-nav__inner {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  min-width: max-content !important;
  padding: 0 16px 20px !important;
}

button.services-nav__link,
.services-nav__link {
  flex: 0 0 auto !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  transform: none !important;
  padding: 0 0 12px !important;
}

button.services-nav__link:hover,
button.services-nav__link.active,
.services-nav__link:hover,
.services-nav__link.active {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.services-body button.services-nav__link[data-service-tab="electro"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4 14h6l-1 8 11-14h-7l1-6Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="security"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 5 5v6c0 4.6 2.8 8.8 7 11 4.2-2.2 7-6.4 7-11V5l-7-3Zm3.6 7.4-4.4 4.4-1.9-1.9-1.4 1.4 3.3 3.3 5.8-5.8-1.4-1.4Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="video"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h11a2 2 0 0 1 2 2v1.2l3-1.8v7.2l-3-1.8V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2Zm2 2.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 1.6a.9.9 0 1 1 0 1.8.9.9 0 0 1 0-1.8Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="access"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.5 14a5.5 5.5 0 1 1 5.1-3.5l6.4 6.4V21h-4.1v-2.1h-2.1v-2.1h-2.1l-1.4-1.4c-.6.2-1.2.3-1.8.3Zm0-8.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="smart"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 3 10.2l1.3 1.5L5.8 10.5V21h12.4V10.5l1.5 1.2 1.3-1.5L12 3Zm-3.8 8.6h7.6V19H8.2v-7.4Zm3.8 1.4a2.3 2.3 0 0 0-2.2 2.4h1.4a.8.8 0 0 1 1.6 0h1.4A2.3 2.3 0 0 0 12 13Zm-3.5-1.9a5 5 0 0 1 7 0l1-1a6.4 6.4 0 0 0-9 0l1 1Zm1.7 1.7a2.6 2.6 0 0 1 3.6 0l1-1a4 4 0 0 0-5.6 0l1 1Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="network"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 6h-3a13.7 13.7 0 0 0-1.4-3.1A8.1 8.1 0 0 1 18.9 8ZM12 4.1c.7 1 1.3 2.3 1.7 3.9h-3.4c.4-1.6 1-2.9 1.7-3.9ZM4.6 14a8 8 0 0 1 0-4h3.2a16.8 16.8 0 0 0 0 4H4.6Zm.5 2h3a13.7 13.7 0 0 0 1.4 3.1A8.1 8.1 0 0 1 5.1 16Zm3-8h-3a8.1 8.1 0 0 1 4.4-3.1A13.7 13.7 0 0 0 8.1 8Zm3.9 11.9c-.7-1-1.3-2.3-1.7-3.9h3.4c-.4 1.6-1 2.9-1.7 3.9ZM14.1 14H9.9a14.6 14.6 0 0 1 0-4h4.2a14.6 14.6 0 0 1 0 4Zm.4 5.1a13.7 13.7 0 0 0 1.4-3.1h3a8.1 8.1 0 0 1-4.4 3.1ZM16.2 14a16.8 16.8 0 0 0 0-4h3.2a8 8 0 0 1 0 4h-3.2Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link[data-service-tab="service"] {
  --ut-service-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 6.2 17.8 10 14 6.2 17.8 2A7 7 0 0 0 9 10.8L2.6 17.2a2.9 2.9 0 0 0 4.1 4.1L13.2 15A7 7 0 0 0 22 6.2ZM4.7 19.8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
}

body.services-body button.services-nav__link::before {
  content: "" !important;
  background: currentColor;
  -webkit-mask: var(--ut-service-icon) center / contain no-repeat;
  mask: var(--ut-service-icon) center / contain no-repeat;
  opacity: 0.96;
  transition: color 0.24s ease, filter 0.24s ease, transform 0.24s ease;
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-HERO
   Services hero/intro: заголовки, лід, вступні блоки сторінки послуг.
---------------------------------------------------------------------------- */

.section-head h2,
.services-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
}

.section-head p,
.services-lead {
  margin: 0 auto;
  max-width: 780px;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

.services-intro-section {
  padding-bottom: 8px;
}

.services-title {
  font-size: clamp(42px, 7vw, 82px);
}

.services-content-section {
  padding-top: clamp(20px, 4vw, 38px);
}

body.services-body .services-intro-section {
  padding-top: clamp(8px, 1.4vw, 18px) !important;
  padding-bottom: clamp(12px, 2vw, 22px) !important;
}

body.services-body .services-content-section {
  padding-top: 2px !important;
  margin-top: 0 !important;
}

body.services-body .services-intro-section {
padding-bottom: 0 !important;
}

body.services-body .services-content-section {
padding-top: 0 !important;
margin-top: -10px !important;
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-PANELS
   Services panels: data-service-panel, таби, відображення активної панелі.
---------------------------------------------------------------------------- */

body.hero-wrap .home-services-grid {
  align-items: stretch;
}

body.hero-wrap .home-service-card {
  position: relative;
  min-height: clamp(188px, 18vw, 238px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  text-align: left;
  padding: 20px 18px 18px;
  border: 1px solid rgba(248, 181, 0, 0.54) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(248, 181, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  transform: translateZ(0);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

body.hero-wrap .home-service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.76) 0%, rgba(2, 4, 8, 0.58) 50%, rgba(2, 4, 8, 0.24) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.04), rgba(2, 4, 8, 0.64)),
    radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.15), transparent 38%);
  pointer-events: none;
  transition: background 0.28s ease;
}

body.hero-wrap .home-service-card::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 181, 0, 0.62), transparent);
  opacity: 0.72;
  pointer-events: none;
}

body.hero-wrap .home-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.82) !important;
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(248, 181, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  filter: saturate(1.06) contrast(1.03);
}

body.hero-wrap .home-service-card:hover::before {
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.68) 0%, rgba(2, 4, 8, 0.50) 50%, rgba(2, 4, 8, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.025), rgba(2, 4, 8, 0.56)),
    radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.18), transparent 38%);
}

body.hero-wrap .home-service-card > * {
  position: relative;
  z-index: 1;
}

body.hero-wrap .home-service-card h3 {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.1px;
}

body.hero-wrap .home-service-card h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 17px;
  margin-right: 9px;
  vertical-align: -3px;
  background: linear-gradient(180deg, #ffd64f, rgba(248, 181, 0, 0.42));
  box-shadow: 0 0 14px rgba(248, 181, 0, 0.24);
}

body.hero-wrap .home-service-card p {
  margin: 0;
  max-width: 96%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.6px;
  line-height: 1.58;
}

body.hero-wrap .home-service-card--electro220 {
  background-image: url("../assets/img/main/cards/electro-220.webp");
}

body.hero-wrap .home-service-card--lighting-led {
  background-image: url("../assets/img/main/cards/lighting-led.webp");
}

body.hero-wrap .home-service-card--backup-power {
  background-image: url("../assets/img/main/cards/backup-power.webp");
}

body.hero-wrap .home-service-card--video-surveillance {
  background-image: url("../assets/img/main/cards/video-surveillance.webp");
}

body.hero-wrap .home-service-card--ops-ps-security {
  background-image: url("../assets/img/main/cards/ops-ps-security.webp");
}

body.hero-wrap .home-service-card--scud-network-smart {
  background-image: url("../assets/img/main/cards/scud-network-smart.webp");
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(28px, 4vw, 42px);
}

.home-service-card,
.glass-card {
  border: 1px solid var(--ut-card-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home-service-card {
  min-height: 134px;
  padding: 22px 18px;
  border-color: rgba(248, 181, 0, 0.18) rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) rgba(248, 181, 0, 0.32);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 22px rgba(248, 181, 0, 0.08);
}

.services-main {
  padding-bottom: clamp(50px, 7vw, 86px);
}

.services-info-wrap {
  padding-bottom: 20px;
}

.service-panel {
  display: none;
  animation: utPanelFade 0.35s ease both;
}

.service-panel.active {
  display: block;
}

.service-hero-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 22px;
  border-color: rgba(248, 181, 0, 0.22);
}

.service-hero-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -110px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 181, 0, 0.16), rgba(248, 181, 0, 0) 68%);
  pointer-events: none;
}

.service-hero-card p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.15vw, 17px);
}

.services-mobile-select {
  display: none;
}

.hero-adv-item,
.home-service-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.hero-adv-item h3,
.hero-adv-item p,
.home-service-card h3,
.home-service-card p {
  position: relative;
  z-index: 2;
}

body.services-body .services-info-wrap::before {
  content: none !important;
  display: none !important;
}

.services-mobile-select {
  display: none;
}

body.services-body .service-panel,
body.services-body .service-hero-card {
  margin-top: 0 !important;
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-CARDS
   Services cards: premium-grid, service-info-card, service-step-card, шість карточок електромонтажу.
---------------------------------------------------------------------------- */

.services-premium-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 14px);
  margin: 0 0 clamp(22px, 3.5vw, 34px);
  padding: clamp(22px, 3.6vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-left: 1px solid rgba(255, 214, 79, 0.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.10), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.72);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.services-premium-grid::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, transparent, #ffd64f, transparent);
  box-shadow:
    0 0 16px rgba(255, 214, 79, 0.58),
    0 0 36px rgba(248, 181, 0, 0.22);
  pointer-events: none;
}

.services-premium-grid > * {
  position: relative;
  z-index: 1;
}

.services-premium-grid__head {
  grid-column: 1 / -1;
  max-width: 820px;
  margin-bottom: clamp(8px, 1.6vw, 12px);
}

.services-premium-grid__head .service-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffd64f;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.services-premium-grid__head h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.4px;
}

.services-premium-grid__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 1.75;
}

.services-premium-card,
.services-premium-grid .service-info-card {
  position: relative;
  min-height: 172px;
  padding: 20px 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.018)),
    rgba(2, 4, 8, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.042),
    0 10px 30px rgba(0, 0, 0, 0.10);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.services-premium-card::before,
.services-premium-grid .service-info-card::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 214, 79, 0.55), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.services-premium-card::after,
.services-premium-grid .service-info-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.055), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.028), transparent 42%);
  opacity: 0.7;
  pointer-events: none;
}

.services-premium-card:hover,
.services-premium-grid .service-info-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 214, 79, 0.24);
  background:
    linear-gradient(180deg, rgba(248, 181, 0, 0.055), rgba(255, 255, 255, 0.022)),
    rgba(2, 4, 8, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 42px rgba(0, 0, 0, 0.22);
}

.services-premium-card:hover::before,
.services-premium-grid .service-info-card:hover::before {
  opacity: 1;
}

.services-premium-card > *,
.services-premium-grid .service-info-card > * {
  position: relative;
  z-index: 1;
}

.services-premium-card h3,
.services-premium-grid .service-info-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14.5px;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: -0.1px;
}

.services-premium-card h3::before,
.services-premium-grid .service-info-card h3::before {
  content: "";
  width: 3px;
  height: 18px;
  flex: 0 0 3px;
  background: linear-gradient(180deg, #ffd64f, rgba(248, 181, 0, 0.42));
  box-shadow: 0 0 14px rgba(248, 181, 0, 0.22);
}

.services-premium-card p,
.services-premium-grid .service-info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12.9px;
  line-height: 1.62;
}

.service-panel:is(
  [data-service-panel="electro"],
  [data-service-panel="security"],
  [data-service-panel="video"],
  [data-service-panel="access"],
  [data-service-panel="smart"],
  [data-service-panel="network"],
  [data-service-panel="service"]
) .services-premium-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-panel:is(
  [data-service-panel="electro"],
  [data-service-panel="security"],
  [data-service-panel="video"],
  [data-service-panel="access"],
  [data-service-panel="smart"],
  [data-service-panel="network"],
  [data-service-panel="service"]
) .services-premium-card::after {
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.92) 0%, rgba(2, 4, 8, 0.72) 50%, rgba(2, 4, 8, 0.42) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.28), rgba(2, 4, 8, 0.82)),
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.08), transparent 34%);
  opacity: 1;
}

.service-panel:is(
  [data-service-panel="electro"],
  [data-service-panel="security"],
  [data-service-panel="video"],
  [data-service-panel="access"],
  [data-service-panel="smart"],
  [data-service-panel="network"],
  [data-service-panel="service"]
) .services-premium-card:hover::after {
  background:
    linear-gradient(90deg, rgba(2, 4, 8, 0.86) 0%, rgba(2, 4, 8, 0.62) 50%, rgba(2, 4, 8, 0.32) 100%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.18), rgba(2, 4, 8, 0.74)),
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.12), transparent 34%);
}

.home-service-card h3,
.service-info-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.35;
  font-weight: 700;
}

.home-service-card p,
.service-info-card p,
.service-hero-card p,
.services-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.78;
}

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

.service-info-card {
  min-height: 168px;
  padding: 24px 22px;
  border-radius: 18px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.service-info-card:hover {
  transform: translateY(-3px);
  border-color: rgba(248, 181, 0, 0.34);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28), 0 0 20px rgba(248, 181, 0, 0.07);
}

.service-hero-card,
.service-info-card,
.services-cta {
  border-radius: 0 !important;
}

body.services-body [data-service-panel="electro"] .service-card-grid.service-card-grid--six {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.services-body [data-service-panel="electro"] .service-step-card {
  position: relative;
  min-height: 305px;
  padding: 28px 26px 26px;
  overflow: hidden;
  border: 1px solid rgba(248, 181, 0, 0.30);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    linear-gradient(180deg, rgba(14, 17, 23, 0.94), rgba(5, 7, 11, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 52px rgba(0, 0, 0, 0.34);
}

body.services-body [data-service-panel="electro"] .service-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 78% 15%, rgba(248, 181, 0, 0.14), transparent 34%),
    linear-gradient(135deg, transparent 0 52%, rgba(248, 181, 0, 0.055) 52.4% 53.2%, transparent 53.6% 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  opacity: 0.72;
  z-index: 0;
}

body.services-body [data-service-panel="electro"] .service-step-card::after {
  content: attr(data-step);
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.07);
  font-size: clamp(62px, 6vw, 86px);
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: -0.08em;
}

body.services-body [data-service-panel="electro"] .service-step-card > * {
  position: relative;
  z-index: 2;
}

body.services-body [data-service-panel="electro"] .service-step-card__meta {
  display: none !important;
}

body.services-body [data-service-panel="electro"] .service-step-card__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8b500;
  border: 1px solid rgba(248, 181, 0, 0.42);
  background: rgba(248, 181, 0, 0.035);
  font-size: 21px;
}

body.services-body [data-service-panel="electro"] .service-step-card__icon--image,
body.services-body [data-service-panel="electro"] .service-step-card__icon:has(.service-step-card__icon-img) {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(248, 181, 0, 0.56) !important;
  background: rgba(248, 181, 0, 0.035) !important;
  box-shadow:
    inset 0 0 0 1px rgba(248, 181, 0, 0.08),
    0 0 18px rgba(248, 181, 0, 0.08) !important;
}

body.services-body [data-service-panel="electro"] .service-step-card__icon-img {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  filter: drop-shadow(0 0 7px rgba(248, 181, 0, 0.28));
}

body.services-body [data-service-panel="electro"] .service-step-card h3 {
  margin: 0 0 16px;
  max-width: 92%;
  color: #fff;
  font-size: clamp(24px, 2.25vw, 34px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
}

body.services-body [data-service-panel="electro"] .service-step-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15.5px;
  line-height: 1.72;
}

body.services-body [data-service-panel="electro"] .service-step-card__line {
  width: 54px;
  height: 1px;
  margin-top: 26px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0.78), rgba(248, 181, 0, 0));
  box-shadow: 0 0 12px rgba(248, 181, 0, 0.22);
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-BACKGROUNDS
   Services card backgrounds: прив’язка зображень до nth-of-type карточок у кожній вкладці.
---------------------------------------------------------------------------- */

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/electro-01.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/electro-02.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/electro-03.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/electro-04.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/electro-05.webp"); }

.service-panel[data-service-panel="electro"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/electro-06.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/security-01.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/security-02.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/security-03.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/security-04.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/security-05.webp"); }

.service-panel[data-service-panel="security"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/security-06.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/video-01.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/video-02.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/video-03.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/video-04.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/video-05.webp"); }

.service-panel[data-service-panel="video"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/video-06.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/access-01.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/access-02.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/access-03.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/access-04.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/access-05.webp"); }

.service-panel[data-service-panel="access"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/access-06.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/smart-01.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/smart-02.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/smart-03.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/smart-04.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/smart-05.webp"); }

.service-panel[data-service-panel="smart"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/smart-06.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/network-01.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/network-02.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/network-03.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/network-04.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/network-05.webp"); }

.service-panel[data-service-panel="network"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/network-06.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(2) { background-image: url("../assets/img/services/cards/service-01.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(3) { background-image: url("../assets/img/services/cards/service-02.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(4) { background-image: url("../assets/img/services/cards/service-03.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(5) { background-image: url("../assets/img/services/cards/service-04.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(6) { background-image: url("../assets/img/services/cards/service-05.webp"); }

.service-panel[data-service-panel="service"] .services-premium-card:nth-of-type(7) { background-image: url("../assets/img/services/cards/service-06.webp"); }

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — SERVICES-WORKFLOW
   Services workflow: етапи роботи, процес і CTA на сторінці послуг.
---------------------------------------------------------------------------- */

.service-hero-card h2,
.services-cta h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.6px;
}

.services-cta {
  margin-top: clamp(20px, 4vw, 34px);
  padding: clamp(24px, 4vw, 36px);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-color: rgba(248, 181, 0, 0.24);
}

.services-cta h2 {
  font-size: clamp(24px, 3vw, 38px);
}

.ut-process-grid,
.ut-objects-grid,
.ut-why-grid {
  display: grid;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 42px);
}

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

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

.ut-why-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ut-card-number {
  position: absolute;
  top: 14px;
  right: 18px;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
  pointer-events: none;
}

.ut-card-icon,
.ut-consult-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #f8b500;
  border: 1px solid rgba(248, 181, 0, 0.42);
  background: rgba(248, 181, 0, 0.045);
  box-shadow: 0 0 18px rgba(248, 181, 0, 0.10);
}

.ut-card-icon i,
.ut-consult-icon i {
  font-size: 23px;
  line-height: 1;
}

.ut-process-card {
  min-height: 226px;
}

.ut-object-card {
  min-height: 206px;
}

.ut-why-card {
  min-height: 234px;
  padding-left: 18px;
  padding-right: 18px;
}

.ut-why-card--guarantee {
  border-color: rgba(248, 181, 0, 0.42);
  background:
    radial-gradient(circle at 50% 0%, rgba(248, 181, 0, 0.11), rgba(248, 181, 0, 0) 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.026));
}

.ut-consult-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(248, 181, 0, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.024));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32), 0 0 28px rgba(248, 181, 0, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ut-consult-icon {
  width: 74px;
  height: 74px;
  margin: 0;
}

.ut-consult-icon i {
  font-size: 32px;
}

.ut-consult-text span {
  display: inline-block;
  margin-bottom: 8px;
  color: #f8b500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 750;
}

.ut-consult-text h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.ut-consult-text p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.70);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.78;
}

.ut-consult-note {
  margin-top: 8px !important;
  color: rgba(248, 181, 0, 0.9) !important;
  font-weight: 650;
}

.ut-consult-action {
  display: flex;
  justify-content: flex-end;
}

.hero-adv-item,
.home-service-card,
.service-hero-card,
.service-info-card,
.ut-extra-card,
.advice-card,
.related-advice-card,
.faq-item,
.ut-contact-card,
.ut-consult-card,
.glass-card {
  min-width: 0;
}

body.contact-body .contact-unified-card,
body.contact-body .contact-prep-card,
body.contact-body .advice-cta-card,
body.contact-body .ut-consult-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.082) !important;
  border-left: 1px solid rgba(255, 214, 79, 0.52) !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 13% 14%, rgba(248, 181, 0, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.70) !important;
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.contact-body .contact-unified-icon,
body.contact-body .ut-card-icon,
body.contact-body .ut-consult-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 214, 79, 0.34);
  background: rgba(248, 181, 0, 0.058);
  box-shadow: 0 0 28px rgba(255, 214, 79, 0.12);
  color: #ffd64f;
  line-height: 1;
}

body.contact-body .contact-unified-title span,
body.contact-body .contact-main-line span,
body.contact-body .contact-info-strip span,
body.contact-body .ut-consult-text span {
  color: #ffd64f;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 2.2px;
  line-height: 1.3;
  text-transform: uppercase;
}

body.contact-body .contact-unified-title p,
body.contact-body .contact-messengers-wrap p,
body.contact-body .contact-info-strip p,
body.contact-body .section-head p,
body.contact-body .contact-prep-grid p,
body.contact-body .ut-consult-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14.5px;
  line-height: 1.76;
}

body.contact-body .advice-cta-card,
body.contact-body .ut-consult-card {
  margin-top: 0;
  padding: clamp(24px, 4vw, 40px);
}

body.contact-body .ut-consult-icon {
  color: #ffd64f !important;
}

body.faq-body .advice-cta-card,
body.faq-body .ut-consult-card {
  position: relative;
  overflow: hidden;
  margin-top: clamp(26px, 5vw, 52px);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.082) !important;
  border-left: 1px solid rgba(255, 214, 79, 0.55) !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 16% 22%, rgba(248, 181, 0, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.74) !important;
  box-shadow:
    0 24px 72px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.faq-body .ut-consult-icon {
  border-color: rgba(255, 214, 79, 0.36) !important;
  background: rgba(248, 181, 0, 0.065) !important;
  color: #ffd64f !important;
  box-shadow: 0 0 28px rgba(255, 214, 79, 0.12);
}

body.faq-body .ut-consult-text span {
  color: #ffd64f;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.faq-body .ut-consult-text h2 {
  color: #fff;
  font-weight: 760;
}

body.faq-body .ut-consult-text p {
  color: rgba(255, 255, 255, 0.68);
}

body.hero-wrap #work-process .ut-process-grid {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: clamp(18px, 2.1vw, 28px) !important;
width: 100% !important;
}

body.hero-wrap #work-process .ut-process-card {
position: relative;
width: 100% !important;
min-height: clamp(248px, 20vw, 306px) !important;
aspect-ratio: 16 / 9 !important;
display: flex !important;
flex-direction: column !important;
justify-content: flex-end !important;
align-items: flex-start !important;
overflow: hidden;
padding: 78px 22px 24px !important;
text-align: left !important;
border: 1px solid rgba(248, 181, 0, 0.54) !important;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
box-shadow:
  0 18px 46px rgba(0, 0, 0, 0.28),
  0 0 18px rgba(248, 181, 0, 0.08),
  inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
transition:
  transform 0.28s ease,
  border-color 0.28s ease,
  box-shadow 0.28s ease,
  filter 0.28s ease;
}

body.hero-wrap #work-process .ut-process-card::before {
content: "";
position: absolute;
inset: -1px;
background:
  linear-gradient(90deg, rgba(2, 4, 8, 0.76) 0%, rgba(2, 4, 8, 0.58) 50%, rgba(2, 4, 8, 0.24) 100%),
  linear-gradient(180deg, rgba(2, 4, 8, 0.04), rgba(2, 4, 8, 0.64)),
  radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.15), transparent 38%);
pointer-events: none;
transition: background 0.28s ease;
}

body.hero-wrap #work-process .ut-process-card::after {
content: "";
position: absolute;
left: 14px;
right: 14px;
bottom: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(248, 181, 0, 0.62), transparent);
opacity: 0.72;
pointer-events: none;
}

body.hero-wrap #work-process .ut-process-card:hover {
transform: translateY(-4px);
border-color: rgba(248, 181, 0, 0.82) !important;
box-shadow:
  0 26px 62px rgba(0, 0, 0, 0.36),
  0 0 28px rgba(248, 181, 0, 0.16),
  inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
filter: saturate(1.06) contrast(1.03);
}

body.hero-wrap #work-process .ut-process-card:hover::before {
background:
  linear-gradient(90deg, rgba(2, 4, 8, 0.68) 0%, rgba(2, 4, 8, 0.50) 50%, rgba(2, 4, 8, 0.18) 100%),
  linear-gradient(180deg, rgba(2, 4, 8, 0.025), rgba(2, 4, 8, 0.56)),
  radial-gradient(circle at 16% 0%, rgba(248, 181, 0, 0.18), transparent 38%);
}

body.hero-wrap #work-process .ut-process-card > * {
position: relative;
z-index: 1;
}

body.hero-wrap #work-process .ut-process-card:nth-child(1) {
background-image: url("../assets/img/main/cards/consultation.webp") !important;
}

body.hero-wrap #work-process .ut-process-card:nth-child(2) {
background-image: url("../assets/img/main/cards/site-inspection.webp") !important;
}

body.hero-wrap #work-process .ut-process-card:nth-child(3) {
background-image: url("../assets/img/main/cards/solution-selection.webp") !important;
}

body.hero-wrap #work-process .ut-process-card:nth-child(4) {
background-image: url("../assets/img/main/cards/turnkey-implementation.webp") !important;
}

body.hero-wrap #work-process .ut-process-card .ut-card-icon {
position: absolute !important;
left: 22px !important;
top: 22px !important;
z-index: 2 !important;
margin: 0 !important;
}

body.hero-wrap #work-process .ut-process-card .ut-card-number {
position: absolute !important;
left: auto !important;
right: 22px !important;
top: 16px !important;
z-index: 1 !important;
text-align: right !important;
pointer-events: none !important;
}

body.hero-wrap #work-process .ut-process-card h3,
body.hero-wrap #work-process .ut-process-card p {
max-width: min(430px, 100%) !important;
}

body.hero-wrap #work-process .ut-process-card h3 {
margin: 0 0 8px !important;
}

body.hero-wrap #work-process .ut-process-card p {
margin: 0 !important;
}

.services-workflow {
  position: relative;
  margin: clamp(26px, 4vw, 42px) 0 clamp(22px, 3.5vw, 34px);
  padding: clamp(22px, 3.6vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-left: 1px solid rgba(255, 214, 79, 0.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 214, 79, 0.10), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.services-workflow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: linear-gradient(180deg, transparent, #ffd64f, transparent);
  box-shadow: 0 0 16px rgba(255, 214, 79, 0.58), 0 0 36px rgba(248, 181, 0, 0.22);
  pointer-events: none;
}

.services-workflow__head {
  max-width: 760px;
  margin-bottom: clamp(18px, 3vw, 26px);
}

.services-workflow__head span {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffd64f;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.services-workflow__head h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.4px;
}

.services-workflow__head p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
  line-height: 1.75;
}

.services-workflow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 14px);
}

.services-workflow__item {
  position: relative;
  min-height: 168px;
  padding: 18px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.070);
  background: rgba(255, 255, 255, 0.028);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.services-workflow__item::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 214, 79, 0.45), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.services-workflow__item b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 214, 79, 0.30);
  color: #ffd64f;
  background: rgba(248, 181, 0, 0.050);
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
  box-shadow: 0 0 18px rgba(248, 181, 0, 0.08);
}

.services-workflow__item h3 {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.25;
}

.services-workflow__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12.8px;
  line-height: 1.58;
}

.services-workflow__item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 214, 79, 0.22);
  background: linear-gradient(180deg, rgba(248, 181, 0, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 16px 38px rgba(0, 0, 0, 0.20);
}

.services-workflow__item:hover::after {
  opacity: 1;
}

/* ----------------------------------------------------------------------------
   04 PAGE: SERVICES / ПОСЛУГИ — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  body.hero-wrap .hero-visual-card {
    min-height: 214px;
  }

  body.hero-wrap .home-service-card {
    min-height: 214px;
  }
}

@media (max-width: 575.98px) {
  body.hero-wrap header {
    padding: 6px 0 !important;
  }

  body.hero-wrap main {
    padding-top: 62px !important;
  }

  body.hero-wrap header > .container {
    height: 42px !important;
    min-height: 42px !important;
  }

  body.hero-wrap header > .container > .ut-nav-toggle {
    min-width: 76px !important;
    height: 34px !important;
    gap: 9px !important;
  }

  body.hero-wrap header > .container > .ut-nav-toggle::before {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  body.hero-wrap .hero-visual-card,
  body.hero-wrap .home-service-card {
    min-height: 190px;
  }

  body.hero-wrap .hero-visual-card__content {
    padding: 18px 15px 16px;
  }

  body.hero-wrap .home-service-card {
    padding: 18px 15px 16px;
  }

  body.hero-wrap .hero-visual-card__content p,
  body.hero-wrap .home-service-card p {
    font-size: 12.2px;
    line-height: 1.52;
  }
}

@media (max-width: 991.98px) {
  .services-premium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .services-premium-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 0;
    padding: 22px 16px;
  }

  .services-premium-card,
  .services-premium-grid .service-info-card {
    min-height: 0;
    padding: 16px 14px;
  }

  .services-premium-card h3,
  .services-premium-grid .service-info-card h3 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .services-nav {
    padding: 0 12px;
    margin-bottom: 28px;
  }

  .services-nav__inner {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 16px;
    scrollbar-width: none;
  }

  .services-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .services-nav__link {
    white-space: nowrap;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .services-nav__inner {
    gap: 12px;
  }

  button.services-nav__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199.98px) {
  .services-nav {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
    overflow: hidden;
  }

  .services-nav__inner {
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 14px 22px !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .services-nav__inner::after {
    width: calc(100% - 28px);
  }

  button.services-nav__link {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    padding: 10px 14px 11px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  header .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  header > .container > .ut-nav-toggle {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .services-nav {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .services-nav__inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .services-nav__inner::after {
    width: calc(100% - 20px);
  }
}

@media (max-width: 1199.98px) {
  .services-nav {
    text-align: left;
  }

  .services-nav__inner {
    justify-content: flex-start;
    min-width: max-content;
    gap: 18px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .hero-adv-item {
    min-height: auto;
    padding: 18px 16px !important;
  }

  header .ut-navbar .logo-text {
    padding-right: 54px;
  }

  .services-nav {
    margin-top: 22px;
  }

  .services-nav__inner {
    gap: 16px !important;
    padding-bottom: 18px !important;
  }

  button.services-nav__link,
  .services-nav__link {
    font-size: 14px;
    padding-bottom: 10px !important;
  }
}

@media (max-width: 575.98px) {

  header > .container > .ut-nav-toggle {
    right: 16px !important;
    width: 40px;
    height: 40px;
  }

  header .ut-navbar .logo-text {
    padding-right: 50px;
  }

  .services-nav__inner {
    gap: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .service-hero-card,
  .service-info-card,
  .services-cta {
    border-radius: 0 !important;
  }
}

@media (min-width: 1200px) {
  .services-nav__inner {
    min-width: 100% !important;
  }
}

@media (max-width: 1199.98px) {
  .services-nav {
    text-align: left !important;
  }

  .services-nav__inner {
    justify-content: flex-start !important;
  }
}

@media (max-width: 1199.98px) {
  .ut-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .ut-process-grid,
  .ut-objects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ut-consult-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .ut-consult-action {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .ut-home-extra-section,
  .home-consult-section {
    padding: 46px 0;
  }

  .ut-process-grid,
  .ut-objects-grid,
  .ut-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ut-extra-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .ut-card-number {
    font-size: 46px;
  }

  .ut-consult-card {
    padding: 24px 18px;
  }

  .ut-consult-action,
  .ut-consult-action .bttn-more {
    width: 100%;
  }

  .ut-consult-action .bttn-more {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .hero-adv-item {
    min-height: 218px !important;
    padding: 28px 22px !important;
    margin-bottom: 18px !important;
    justify-content: center;
    text-align: left !important;
    border-color: rgba(248, 181, 0, 0.24) !important;
  }

  .hero-adv-item h3 {
    max-width: 64% !important;
    margin: 0 0 10px !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  .hero-adv-item p {
    max-width: 66% !important;
    margin: 0 !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.76) !important;
    text-align: left !important;
  }

  .hero-adv-item::before {
    background-image:
      linear-gradient(90deg, rgba(5, 7, 10, 0.99) 0%, rgba(5, 7, 10, 0.93) 43%, rgba(5, 7, 10, 0.34) 100%),
      var(--ut-card-visual) !important;
    background-position: center right !important;
    opacity: 0.96 !important;
  }

  .hero-adv-item::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
      radial-gradient(circle at 82% 15%, rgba(248, 181, 0, 0.16), transparent 32%) !important;
  }

  .home-service-card {
    min-height: 232px !important;
    padding: 24px 20px !important;
    justify-content: flex-end;
    text-align: left !important;
  }

  .home-service-card h3 {
    max-width: 76% !important;
    margin: 0 0 10px !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
  }

  .home-service-card p {
    max-width: 78% !important;
    font-size: 13.4px !important;
    line-height: 1.62 !important;
    color: rgba(255, 255, 255, 0.74) !important;
  }

  .home-service-card::before {
    background-image:
      linear-gradient(90deg, rgba(5, 7, 10, 0.99) 0%, rgba(5, 7, 10, 0.91) 48%, rgba(5, 7, 10, 0.24) 100%),
      var(--ut-card-visual) !important;
    background-position: center right !important;
  }

  /* Services category dropdown */
  .services-mobile-select {
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 24px auto 0;
  }

  .services-mobile-select__button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(248, 181, 0, 0.38);
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(248, 181, 0, 0.12), rgba(255, 255, 255, 0.03)),
      rgba(8, 10, 12, 0.86);
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-align: left;
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.34),
      0 0 24px rgba(248, 181, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .services-mobile-select__button i {
    color: var(--ut-gold);
    transition: transform 0.25s ease;
  }

  .services-mobile-select__button[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  .services-nav {
    width: 100% !important;
    max-width: 430px;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    position: relative;
    z-index: 6;
  }

  .services-nav__inner {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 8px !important;
    border: 1px solid rgba(248, 181, 0, 0.24);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(8, 10, 12, 0.94);
    box-shadow:
      0 24px 70px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .services-nav.is-open .services-nav__inner {
    display: flex !important;
  }

  .services-nav__link {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 44px;
    padding: 12px 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.78) !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .services-nav__link + .services-nav__link {
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
  }

  .services-nav__link.active {
    color: #ffffff !important;
    background: rgba(248, 181, 0, 0.10) !important;
  }

  .services-nav__link::after {
    display: none !important;
  }
}

@media (max-width: 430px) {
  .hero-adv-item h3,
  .hero-adv-item p {
    max-width: 72% !important;
  }

  .home-service-card h3,
  .home-service-card p {
    max-width: 82% !important;
  }
}

@media (max-width: 374px) {
  .hero-adv-item h3,
  .hero-adv-item p,
  .home-service-card h3,
  .home-service-card p {
    max-width: 88% !important;
  }

  .hero-adv-item::before,
  .home-service-card::before {
    opacity: 0.78 !important;
  }
}

@media (max-width: 390px) {
  .hero-adv-item h3,
  .hero-adv-item p,
  .home-service-card h3,
  .home-service-card p {
    max-width: 92% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .services-mobile-select {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 28px auto 0;
  }

  .services-mobile-select__button {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 18px;
    border: 1px solid rgba(248, 181, 0, 0.38);
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(248, 181, 0, 0.12), rgba(255, 255, 255, 0.03)),
      rgba(8, 10, 12, 0.86);
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-align: left;
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.34),
      0 0 24px rgba(248, 181, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .services-nav {
    width: 100% !important;
    max-width: 520px;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    position: relative;
    z-index: 6;
  }

  .services-nav__link {
    width: 100% !important;
    justify-content: flex-start !important;
    min-height: 46px;
    padding: 13px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.78) !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }
}

@media (max-width: 1199.98px) {
  body.services-body [data-service-panel="electro"] .service-card-grid.service-card-grid--six {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  body.services-body [data-service-panel="electro"] .service-card-grid.service-card-grid--six {
    grid-template-columns: 1fr !important;
  }

  body.services-body [data-service-panel="electro"] .service-step-card {
    min-height: auto;
    padding: 24px 20px 24px;
  }

  body.services-body [data-service-panel="electro"] .service-step-card h3 {
    font-size: 27px;
  }
}

@media (min-width: 1200px) {
  body.services-body .services-mobile-select {
    display: none !important;
  }

  body.services-body .services-nav {
    position: relative;
    width: 100% !important;
    margin: clamp(18px, 2.3vw, 28px) 0 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  body.services-body .services-nav__inner {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 13px !important;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(16px, 2.2vw, 32px) !important;
    overflow: visible !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.services-body .services-nav__inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.18) 18%, rgba(255,214,79,.46) 50%, rgba(255,255,255,.18) 82%, transparent 100%);
    box-shadow: 0 0 8px rgba(255,214,79,.30), 0 0 22px rgba(248,181,0,.12);
    pointer-events: none;
  }

  body.services-body .services-nav__inner::after {
    content: none !important;
    display: none !important;
  }

  body.services-body button.services-nav__link {
    position: relative;
    min-width: auto !important;
    width: auto !important;
    min-height: 48px;
    margin: 0 !important;
    padding: 0 0 14px !important;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    overflow: visible;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(255,255,255,.72) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 12.6px !important;
    font-weight: 660 !important;
    line-height: 1.15 !important;
    letter-spacing: .15px !important;
    text-align: center !important;
    white-space: nowrap !important;
    cursor: pointer;
    transition: color .24s ease, text-shadow .24s ease, transform .24s ease;
  }

  body.services-body button.services-nav__link::before {
    position: static !important;
    width: 19px;
    height: 19px;
    display: block !important;
    color: rgba(255,255,255,.56);
    transform: none;
    filter: none;
  }

  body.services-body button.services-nav__link::after {
    content: "" !important;
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -13px;
    width: min(86px, 100%);
    height: 1px !important;
    display: block !important;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #ffd64f, transparent) !important;
    box-shadow: 0 0 10px rgba(255,214,79,.72), 0 0 24px rgba(248,181,0,.30), 0 0 42px rgba(248,181,0,.16) !important;
    transition: transform .24s ease, opacity .24s ease !important;
  }

  body.services-body button.services-nav__link:hover,
  body.services-body button.services-nav__link.active {
    color: #ffd64f !important;
    text-shadow: 0 0 12px rgba(255,214,79,.38), 0 0 28px rgba(248,181,0,.16) !important;
    transform: translateY(-1px);
  }

  body.services-body button.services-nav__link:hover::before,
  body.services-body button.services-nav__link.active::before {
    color: #ffd64f;
    filter: drop-shadow(0 0 8px rgba(255,214,79,.46)) drop-shadow(0 0 18px rgba(248,181,0,.22));
    transform: translateY(-1px);
  }

  body.services-body button.services-nav__link:hover::after,
  body.services-body button.services-nav__link.active::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
  }
}

@media (min-width: 1200px) and (max-width: 1370px) {
  body.services-body .services-nav__inner {
    gap: clamp(10px, 1.4vw, 20px) !important;
  }

  body.services-body button.services-nav__link {
    font-size: 11.8px !important;
  }

  body.services-body button.services-nav__link::before {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1199.98px) {
  body.services-body .services-mobile-select {
    display: block !important;
    width: 100%;
    margin: clamp(16px, 3vw, 24px) auto 0;
  }

  body.services-body .services-content-section {
    padding-top: 2px !important;
  }

  body.services-body .services-mobile-select__button {
    position: relative;
    width: 100%;
    min-height: 58px;
    padding: 0 56px 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border: 1px solid rgba(255,214,79,.28);
    border-left-color: rgba(255,214,79,.62);
    border-radius: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.068), rgba(255,255,255,.020)), rgba(5,7,12,.72);
    box-shadow: 0 18px 46px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.055);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    transition: border-color .24s ease, background .24s ease, box-shadow .24s ease;
  }

  body.services-body .services-mobile-select__button::before {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: 13px;
    bottom: 13px;
    background: linear-gradient(180deg, transparent, #ffd64f, transparent);
    box-shadow: 0 0 12px rgba(255,214,79,.56), 0 0 30px rgba(248,181,0,.20);
    pointer-events: none;
  }

  body.services-body .services-mobile-select__button::after {
    content: "Категорія послуг";
    position: absolute;
    left: 18px;
    top: 9px;
    color: #ffd64f;
    font-size: 9px;
    font-weight: 760;
    letter-spacing: 1.7px;
    line-height: 1;
    text-transform: uppercase;
  }

  body.services-body .services-mobile-select__button span {
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    padding-top: 14px;
    color: rgba(255,255,255,.92);
  }

  body.services-body .services-mobile-select__button i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,214,79,.28);
    background: rgba(248,181,0,.045);
    color: #ffd64f;
    font-size: 15px;
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
  }

  body.services-body .services-mobile-select__button[aria-expanded="true"] {
    border-color: rgba(255,214,79,.52);
    box-shadow: 0 20px 54px rgba(0,0,0,.32), 0 0 28px rgba(248,181,0,.08), inset 0 1px 0 rgba(255,255,255,.06);
  }

  body.services-body .services-mobile-select__button[aria-expanded="true"] i {
    transform: translateY(-50%) rotate(180deg);
    border-color: rgba(255,214,79,.64);
    box-shadow: 0 0 18px rgba(255,214,79,.20);
  }

  body.services-body .services-nav {
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-rows: 0fr;
    overflow: hidden !important;
    opacity: 0;
    pointer-events: none;
    transition: grid-template-rows .28s ease, opacity .22s ease, margin-top .28s ease;
  }

  body.services-body .services-nav.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    pointer-events: auto;
    margin-top: 10px !important;
  }

  body.services-body .services-nav__inner {
    min-height: 0;
    width: 100% !important;
    margin: 0 !important;
    padding: 6px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.075);
    border-left: 1px solid rgba(255,214,79,.30);
    background: linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.018)), rgba(5,7,12,.84);
    box-shadow: 0 20px 54px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.050);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  body.services-body button.services-nav__link {
    position: relative;
    width: 100% !important;
    min-height: 56px;
    margin: 0 !important;
    padding: 0 64px 0 48px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.065) !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.030) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.25;
    text-align: left;
    white-space: normal !important;
    transform: none !important;
    transition: color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
  }

  body.services-body button.services-nav__link::before {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    color: #ffd64f;
    filter: drop-shadow(0 0 10px rgba(255,214,79,.24));
  }

  body.services-body button.services-nav__link::after {
    content: "›" !important;
    position: absolute;
    left: auto !important;
    right: 12px !important;
    top: 50% !important;
    bottom: auto !important;
    width: 34px !important;
    height: 34px !important;
    transform: translateY(-50%);
    display: grid !important;
    place-items: center;
    color: rgba(255,255,255,.70);
    background: rgba(255,255,255,.040) !important;
    border: 1px solid rgba(255,255,255,.080);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.040) !important;
    font-size: 24px;
    font-weight: 240;
    line-height: 1;
    opacity: 1 !important;
    transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
  }

  body.services-body button.services-nav__link:hover,
  body.services-body button.services-nav__link.active {
    color: #ffd64f !important;
    border-color: rgba(255,214,79,.22) !important;
    background: linear-gradient(90deg, rgba(248,181,0,.075), rgba(255,255,255,.032)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 0 20px rgba(248,181,0,.055) !important;
    text-shadow: 0 0 18px rgba(255,214,79,.20);
  }

  body.services-body button.services-nav__link:hover::after,
  body.services-body button.services-nav__link.active::after {
    color: #ffd64f;
    border-color: rgba(255,214,79,.36);
    background: rgba(248,181,0,.065) !important;
    transform: translateY(-50%) translateX(2px);
  }
}

@media (max-width: 575.98px) {
  body.services-body .services-mobile-select__button {
    min-height: 56px;
    padding-left: 16px;
    padding-right: 52px;
  }

  body.services-body .services-mobile-select__button::after {
    left: 16px;
  }

  body.services-body .services-mobile-select__button span {
    min-height: 56px;
  }

  body.services-body button.services-nav__link {
    min-height: 52px;
    padding-left: 46px !important;
    padding-right: 62px !important;
    font-size: 13.5px !important;
  }
}

@media (max-width:1199.98px){
  body.services-body button.services-nav__link::after{border-radius:0!important;}
  body.services-body button.services-nav__link.active::after,
  body.services-body button.services-nav__link:hover::after{border-radius:0!important;}
  }

@media (min-width: 1200px) {
body.services-body .services-content-section {
  margin-top: -14px !important;
}
}

@media (max-width: 1199.98px) {
body.services-body .services-intro-section {
  padding-bottom: 2px !important;
}

body.services-body .services-content-section {
  padding-top: 0 !important;
  margin-top: -8px !important;
}

body.services-body button.services-nav__link::after {
  border-radius: 0 !important;
}

body.services-body button.services-nav__link:hover::after,
body.services-body button.services-nav__link.active::after {
  border-radius: 0 !important;
}
}

@media (max-width: 575.98px) {
body.services-body .services-content-section {
  margin-top: -6px !important;
}
}

@media (max-width: 991.98px) {
body.hero-wrap #work-process .ut-process-card {
  min-height: clamp(236px, 34vw, 288px) !important;
  padding: 72px 20px 22px !important;
}
}

@media (max-width: 767.98px) {
body.hero-wrap #work-process .ut-process-grid {
  grid-template-columns: 1fr !important;
  max-width: 520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.hero-wrap #work-process .ut-process-card {
  aspect-ratio: 4 / 3 !important;
  min-height: 286px !important;
  padding: 74px 18px 22px !important;
}

body.hero-wrap #work-process .ut-process-card .ut-card-icon {
  left: 18px !important;
  top: 18px !important;
}

body.hero-wrap #work-process .ut-process-card .ut-card-number {
  right: 18px !important;
  top: 14px !important;
}
}

@media (max-width: 767.98px) {
  .services-workflow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .services-workflow__item {
    min-height: 164px;
    padding: 16px 14px;
  }
}

@media (max-width: 575.98px) {
  .services-workflow {
    margin-top: 20px;
    padding: 22px 16px;
  }

  .services-workflow__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .services-workflow__item {
    min-height: 0;
    padding: 15px 14px;
  }

  .services-workflow__item b {
    margin-bottom: 12px;
  }
}

/* ============================================================================
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ
   Сторінки порад і статей: список порад, article-hero, article layout, checklist/mistakes, related cards.
============================================================================ */

/* ----------------------------------------------------------------------------
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ — ADVICE-LIST
   Advice list: сторінка з карточками порад.
---------------------------------------------------------------------------- */

.advice-body main,
.advice-main {
  position: relative;
  z-index: 2;
}

.advice-cards-section {
  padding: clamp(22px, 4vw, 42px) 0 clamp(54px, 7vw, 90px);
}

.advice-section-head {
  margin-bottom: clamp(26px, 4vw, 40px);
}

.advice-card__more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: rgba(248, 181, 0, 0.92);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 760;
}

.advice-card__more i {
  font-size: 14px;
  transition: transform 0.25s ease;
}

.advice-card:hover .advice-card__more i {
  transform: translateX(4px);
}

.advice-cta-section {
  padding: clamp(52px, 7vw, 86px) 0;
  background:
    radial-gradient(circle at 22% 50%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 28%),
    radial-gradient(circle at 84% 60%, rgba(248, 181, 0, 0.10), rgba(248, 181, 0, 0) 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.78));
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.advice-cta-card {
  border-radius: 0 !important;
}

.advice-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.advice-breadcrumbs a {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
  transition: color 0.25s ease;
}

.advice-breadcrumbs a:hover {
  color: #f8b500;
}

.advice-back-link {
  margin-top: 28px;
}

html body.hero-wrap .advice-breadcrumbs {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  justify-content: flex-start !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}

/* ----------------------------------------------------------------------------
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ — ADVICE-ARTICLE
   Advice article: внутрішні сторінки статей, article-section/checklist/mistakes.
---------------------------------------------------------------------------- */

.advice-hero-section,
.advice-article-hero {
  padding-bottom: clamp(14px, 3vw, 28px);
}

.advice-article-hero {
  padding-top: clamp(28px, 5vw, 60px);
}

.advice-article-title {
  max-width: 920px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(36px, 5.4vw, 68px);
  line-height: 1.05;
  font-weight: 840;
  letter-spacing: -1px;
}

.advice-article-lead {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.82;
}

.advice-article-content {
  padding: clamp(24px, 4vw, 46px) 0 clamp(54px, 7vw, 88px);
}

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

.article-section,
.article-checklist,
.article-mistakes {
  border-radius: 0 !important;
  padding: clamp(22px, 3vw, 30px);
  border-color: rgba(248, 181, 0, 0.18) rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) rgba(248, 181, 0, 0.32);
}

.article-section h2,
.article-checklist h2,
.article-mistakes h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.22;
  font-weight: 780;
}

.article-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14.5px;
  line-height: 1.86;
}

.article-checklist,
.article-mistakes {
  grid-column: span 2;
}

.article-list-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.article-list-head .ut-card-icon {
  flex: 0 0 48px;
  margin-bottom: 0;
}

.article-list-head span {
  display: inline-block;
  margin-bottom: 4px;
  color: rgba(248, 181, 0, 0.92);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: 760;
}

.article-list-head h2 {
  margin-bottom: 0;
}

.article-checklist ul,
.article-mistakes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-checklist li,
.article-mistakes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.68;
}

.article-checklist li i,
.article-mistakes li i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #f8b500;
  text-shadow: 0 0 10px rgba(248, 181, 0, 0.24);
}

/* ----------------------------------------------------------------------------
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ — ADVICE-RELATED
   Related cards: блок схожих/корисних порад.
---------------------------------------------------------------------------- */

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

.advice-card,
.related-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 24px 20px;
  text-decoration: none;
  color: inherit;
  border-radius: 0 !important;
  border-color: rgba(248, 181, 0, 0.18) rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) rgba(248, 181, 0, 0.32);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.advice-card::after,
.related-card::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 18px;
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 181, 0, 0.9), rgba(248, 181, 0, 0));
  opacity: 0.82;
}

.advice-card:hover,
.related-card:hover {
  color: inherit;
  transform: translateY(-4px);
  border-color: rgba(248, 181, 0, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 22px rgba(248, 181, 0, 0.08);
}

.advice-card h3,
.related-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.32;
  font-weight: 760;
}

.advice-card p,
.related-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 13.5px;
  line-height: 1.72;
  padding-bottom: 18px;
}

.related-advice {
  margin-top: clamp(36px, 5vw, 58px);
}

.related-grid {
  margin-top: clamp(24px, 3vw, 34px);
}

.related-card {
  min-height: 226px;
}

/* ----------------------------------------------------------------------------
   05 PAGE: ADVICE / ПОРАДИ ЗАМОВНИКУ — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  .advice-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .advice-cards-section,
  .advice-article-content {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .advice-grid,
  .related-grid,
  .article-layout,
  .article-checklist ul,
  .article-mistakes ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .article-checklist,
  .article-mistakes {
    grid-column: auto;
  }

  .advice-card,
  .related-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .advice-article-title {
    font-size: clamp(31px, 10vw, 46px);
    letter-spacing: -0.5px;
  }

  .advice-article-lead {
    font-size: 14.5px;
    line-height: 1.76;
  }

  .article-list-head {
    align-items: flex-start;
  }
}

/* ============================================================================
   06 PAGE: CONTACTS / КОНТАКТИ
   Сторінка контактів: hero, контактна карточка, месенджери, інформаційна смуга, блок підготовки до заявки.
============================================================================ */

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — CONTACTS-HERO
   Contacts hero: верхній блок сторінки контактів.
---------------------------------------------------------------------------- */

body.contact-body {
  color: #fff;
}

body.contact-body .contact-main {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

body.contact-body .contact-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(248, 181, 0, 0.10), transparent 31%),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.052), transparent 27%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.08), rgba(2, 4, 8, 0.58));
}

body.contact-body .contact-hero-section {
  position: relative;
  padding: clamp(74px, 10vw, 120px) 0 clamp(30px, 5vw, 56px);
}

body.contact-body .hero-info-wrap {
  position: relative;
  padding: 0 clamp(10px, 2vw, 18px);
  overflow: visible;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.contact-body .hero-info-wrap::before {
  content: none !important;
  display: none !important;
}

body.contact-body .services-kicker {
  margin-bottom: 12px;
  color: #ffd64f;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.20);
}

body.contact-body .services-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(38px, 6.4vw, 78px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -1.7px;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.44);
}

body.contact-body .services-lead {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.45vw, 17px);
  line-height: 1.82;
}

body.contact-body .contact-content-section {
  position: relative;
  padding: clamp(24px, 4vw, 50px) 0 clamp(70px, 8vw, 110px);
}

body.contact-body .section-head {
  margin-bottom: clamp(22px, 4vw, 36px);
}

body.contact-body .section-head h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.6px;
}

body.contact-body .section-head p {
  max-width: 720px;
  margin: 0 auto;
}

html body.hero-wrap .services-intro-section,
html body.hero-wrap .advice-hero-section,
html body.hero-wrap .advice-article-hero,
html body.hero-wrap.faq-body .faq-hero-section,
html body.hero-wrap.contact-body .contact-hero-section {
  padding-top: clamp(8px, 1.4vw, 18px) !important;
  padding-bottom: clamp(22px, 4vw, 42px) !important;
}

html body.hero-wrap .services-intro-section .hero-info-wrap,
html body.hero-wrap .advice-hero-section .hero-info-wrap,
html body.hero-wrap.faq-body .faq-hero-section .hero-info-wrap,
html body.hero-wrap.contact-body .contact-hero-section .hero-info-wrap,
html body.hero-wrap .advice-article-hero .col-12 {
  padding-top: 0 !important;
}

body.hero-wrap .services-intro-section,
body.hero-wrap .advice-hero-section,
body.hero-wrap .advice-article-hero,
body.hero-wrap .faq-hero-section,
body.hero-wrap .contact-hero-section {
padding-top: clamp(92px, 9vw, 118px) !important;
padding-bottom: clamp(28px, 5vw, 54px) !important;
}

body.hero-wrap .services-intro-section .hero-info-wrap,
body.hero-wrap .advice-hero-section .hero-info-wrap,
body.hero-wrap .faq-hero-section .hero-info-wrap,
body.hero-wrap .contact-hero-section .hero-info-wrap,
body.hero-wrap .advice-article-hero .col-12 {
padding-top: 0 !important;
}

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — CONTACTS-CARD
   Contacts card: основна карточка контактів і канали зв’язку.
---------------------------------------------------------------------------- */

body.contact-body .contact-unified-card {
  margin-bottom: clamp(28px, 5vw, 52px);
  padding: clamp(26px, 4.8vw, 48px);
}

body.contact-body .contact-unified-card::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 181, 0, 0.14), transparent 64%);
  pointer-events: none;
}

body.contact-body .contact-unified-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.095);
}

body.contact-body .contact-unified-icon {
  width: 58px;
  height: 58px;
  font-size: 25px;
}

body.contact-body .contact-unified-title h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.8px;
}

body.contact-body .contact-main-lines {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

body.contact-body .contact-main-line {
  min-height: 118px;
  padding: 20px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

body.contact-body .contact-main-line i {
  grid-row: 1 / 3;
  color: #ffd64f;
  font-size: 26px;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.28);
}

body.contact-body .contact-main-line strong {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 680;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — CONTACTS-MESSENGERS
   Contacts messengers: Telegram/Viber/WhatsApp та кнопки каналів.
---------------------------------------------------------------------------- */

body.contact-body .contact-main-line,
body.contact-body .contact-messengers,
body.contact-body .contact-info-strip > div,
body.contact-body .contact-prep-grid > div {
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.036);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

body.contact-body .contact-main-line:hover,
body.contact-body .contact-messengers a:hover,
body.contact-body .contact-prep-grid > div:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 214, 79, 0.34);
  background: rgba(255, 255, 255, 0.054);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(248, 181, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.052);
}

body.contact-body .contact-messengers-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

body.contact-body .contact-messengers-wrap > p {
  margin-bottom: 12px;
}

body.contact-body .contact-messengers {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.contact-body .contact-messengers a {
  min-height: 70px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86) !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.034);
  border: 1px solid rgba(255, 255, 255, 0.065);
  transition: transform 0.24s ease, color 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

body.contact-body .contact-messengers a:hover {
  color: #ffd64f !important;
}

body.contact-body .contact-messengers i {
  color: #ffd64f;
  font-size: 22px;
  text-shadow: 0 0 16px rgba(255, 214, 79, 0.28);
}

body.contact-body .contact-messengers span {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.2px;
}

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — CONTACTS-PREP
   Contacts prep/info: підготовка до заявки, інформаційні блоки.
---------------------------------------------------------------------------- */

body.contact-body .contact-unified-card::before,
body.contact-body .contact-prep-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16%;
  bottom: 16%;
  width: 1px;
  background: linear-gradient(180deg, transparent, #ffd64f, transparent);
  box-shadow:
    0 0 14px rgba(255, 214, 79, 0.58),
    0 0 36px rgba(248, 181, 0, 0.24);
  pointer-events: none;
}

body.contact-body .contact-info-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.contact-body .contact-info-strip > div {
  padding: 20px;
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 14px;
  align-items: start;
}

body.contact-body .contact-info-strip i {
  grid-row: 1 / 4;
  color: #ffd64f;
  font-size: 24px;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.24);
}

body.contact-body .contact-info-strip strong {
  margin: 6px 0 7px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

body.contact-body .contact-info-strip > div:nth-child(2) strong,
body.contact-body .contact-info-strip > div:nth-child(2) p {
  font-size: 0 !important;
  line-height: 0 !important;
}

body.contact-body .contact-info-strip > div:nth-child(2) strong::after {
  content: "Пн–Пт — основний графік";
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 680;
  line-height: 1.35;
}

body.contact-body .contact-info-strip > div:nth-child(2) p::before {
  content: "Сб–Нд — за узгодженням.";
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14.5px;
  line-height: 1.76;
}

body.contact-body .contact-prep-card {
  margin-bottom: clamp(28px, 5vw, 52px);
  padding: clamp(24px, 4vw, 42px);
}

body.contact-body .contact-prep-card::before {
  top: 14%;
  bottom: 14%;
}

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

body.contact-body .contact-prep-grid > div {
  padding: 22px 18px;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

body.contact-body .contact-prep-grid i {
  display: inline-flex;
  margin-bottom: 16px;
  color: #ffd64f;
  font-size: 24px;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.22);
}

body.contact-body .contact-prep-grid h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

/* ----------------------------------------------------------------------------
   06 PAGE: CONTACTS / КОНТАКТИ — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 991.98px) {
  body.contact-body .contact-main-lines,
  body.contact-body .contact-info-strip,
  body.contact-body .contact-prep-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.contact-body .contact-hero-section {
    padding-top: 84px;
  }

  body.contact-body .hero-info-wrap {
    padding: 0 8px;
  }

  body.contact-body .services-title {
    letter-spacing: -0.8px;
  }

  body.contact-body .contact-unified-card,
  body.contact-body .contact-prep-card {
    padding: 24px 18px;
  }

  body.contact-body .contact-unified-top {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.contact-body .contact-unified-icon {
    width: 52px;
    height: 52px;
    font-size: 23px;
  }

  body.contact-body .contact-messengers {
    grid-template-columns: 1fr;
  }

  body.contact-body .contact-main-line,
  body.contact-body .contact-info-strip > div {
    padding: 18px 16px;
  }

  body.contact-body .contact-main-line strong {
    font-size: 17px;
  }

  body.contact-body .contact-unified-title p,
  body.contact-body .contact-messengers-wrap p,
  body.contact-body .contact-info-strip p,
  body.contact-body .section-head p,
  body.contact-body .contact-prep-grid p {
    font-size: 14px;
  }

  body.contact-body .contact-info-strip > div:nth-child(2) strong::after {
    font-size: 16px;
  }

  body.contact-body .contact-info-strip > div:nth-child(2) p::before {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  body.contact-body .contact-main-line {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  body.contact-body .contact-main-line i {
    grid-row: auto;
  }

  body.contact-body .contact-info-strip > div {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  body.contact-body .contact-info-strip i {
    grid-row: auto;
  }
}

@media (max-width: 767.98px) {
  html body.hero-wrap main {
    padding-top: 50px !important;
  }

  html body.hero-wrap .services-intro-section,
  html body.hero-wrap .advice-hero-section,
  html body.hero-wrap .advice-article-hero,
  html body.hero-wrap.faq-body .faq-hero-section,
  html body.hero-wrap.contact-body .contact-hero-section {
    padding-top: 8px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 767.98px) {
body.hero-wrap .services-intro-section,
body.hero-wrap .advice-hero-section,
body.hero-wrap .advice-article-hero,
body.hero-wrap .faq-hero-section,
body.hero-wrap .contact-hero-section {
  padding-top: 84px !important;
  padding-bottom: 30px !important;
}
}

/* ============================================================================
   07 PAGE: FAQ
   Сторінка частих запитань: hero, список питань/відповідей, FAQ-card, CTA та адаптив.
============================================================================ */

/* ----------------------------------------------------------------------------
   07 PAGE: FAQ — FAQ-HERO
   FAQ hero: верхній блок сторінки частих запитань.
---------------------------------------------------------------------------- */

body.faq-body {
  color: #fff;
}

body.faq-body .faq-main {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

body.faq-body .faq-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(248, 181, 0, 0.095), transparent 30%),
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.055), transparent 28%),
    linear-gradient(180deg, rgba(2, 4, 8, 0.08), rgba(2, 4, 8, 0.56));
}

body.faq-body .faq-hero-section {
  position: relative;
  padding: clamp(72px, 10vw, 118px) 0 clamp(28px, 5vw, 54px);
}

body.faq-body .hero-info-wrap {
  position: relative;
  padding: 0 clamp(10px, 2vw, 18px);
  overflow: visible;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.faq-body .hero-info-wrap::before {
  content: none !important;
  display: none !important;
}

body.faq-body .services-kicker {
  margin-bottom: 12px;
  color: #ffd64f;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 214, 79, 0.20);
}

body.faq-body .services-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(34px, 6vw, 72px);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -1.6px;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.44);
}

body.faq-body .services-lead {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.45vw, 17px);
  line-height: 1.82;
}

body.faq-body .faq-content-section {
  position: relative;
  padding: clamp(22px, 4vw, 48px) 0 clamp(68px, 8vw, 108px);
}

body.faq-body .section-head {
  margin-bottom: clamp(22px, 4vw, 40px);
}

body.faq-body .section-head h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.6px;
}

body.faq-body .section-head p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14.5px;
  line-height: 1.78;
}

body.faq-body .faq-list {
  display: grid;
  gap: 12px;
  margin: 0 0 clamp(30px, 5vw, 54px);
}

/* ----------------------------------------------------------------------------
   07 PAGE: FAQ — FAQ-ITEMS
   FAQ items: список питань, карточки, відкриття/закриття відповідей.
---------------------------------------------------------------------------- */

.hero-adv-item h3,
.hero-adv-item p,
.home-service-card h3,
.home-service-card p,
.service-hero-card h2,
.service-hero-card p,
.service-info-card h3,
.service-info-card p,
.ut-extra-card h3,
.ut-extra-card p,
.advice-card h3,
.advice-card p,
.related-advice-card h3,
.related-advice-card p,
.faq-item summary,
.faq-item p,
.services-title,
.hero-main-title,
.section-head h2,
.section-head p {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

body.faq-body .faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.082) !important;
  border-left: 1px solid rgba(248, 181, 0, 0.22) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.018)),
    rgba(5, 7, 12, 0.66) !important;
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.052);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

body.faq-body .faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(248, 181, 0, 0.35), transparent);
  opacity: 0.44;
  transition: opacity 0.24s ease, box-shadow 0.24s ease;
  pointer-events: none;
}

body.faq-body .faq-item:hover,
body.faq-body .faq-item[open] {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.12) !important;
  border-left-color: rgba(255, 214, 79, 0.92) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.022)),
    rgba(5, 7, 12, 0.76) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(248, 181, 0, 0.060),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.faq-body .faq-item:hover::before,
body.faq-body .faq-item[open]::before {
  opacity: 1;
  box-shadow:
    0 0 12px rgba(255, 214, 79, 0.62),
    0 0 34px rgba(248, 181, 0, 0.28);
}

body.faq-body .faq-item summary {
  position: relative;
  min-height: 68px;
  padding: 20px 72px 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  color: rgba(255, 255, 255, 0.90);
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0.05px;
  transition: color 0.22s ease;
}

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

body.faq-body .faq-item summary i {
  display: none !important;
}

body.faq-body .faq-item summary::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 72px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

body.faq-body .faq-item[open] summary::before {
  opacity: 1;
}

body.faq-body .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 181, 0, 0.28);
  color: #ffd64f;
  background: rgba(248, 181, 0, 0.035);
  box-shadow: 0 0 18px rgba(248, 181, 0, 0.08);
  font-size: 22px;
  font-weight: 280;
  line-height: 1;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

body.faq-body .faq-item:hover summary,
body.faq-body .faq-item[open] summary {
  color: #fff;
}

body.faq-body .faq-item:hover summary::after,
body.faq-body .faq-item[open] summary::after {
  border-color: rgba(255, 214, 79, 0.68);
  background: rgba(248, 181, 0, 0.075);
  box-shadow:
    0 0 12px rgba(255, 214, 79, 0.30),
    0 0 26px rgba(248, 181, 0, 0.14);
}

body.faq-body .faq-item[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

body.faq-body .faq-item p {
  margin: 0;
  padding: 0 72px 24px 24px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14.5px;
  line-height: 1.86;
}

body.faq-body .faq-item[open] p {
  animation: utFaqFade 0.26s ease both;
}

/* ----------------------------------------------------------------------------
   07 PAGE: FAQ — RESPONSIVE
   Media queries: адаптив під планшет/телефон. Збережено оригінальний порядок всередині групи.
---------------------------------------------------------------------------- */

@media (max-width: 767.98px) {
  body.faq-body .faq-hero-section {
    padding-top: 84px;
  }

  body.faq-body .hero-info-wrap {
    padding: 0 8px;
  }

  body.faq-body .services-title {
    letter-spacing: -0.8px;
  }

  body.faq-body .faq-item summary {
    min-height: 62px;
    padding: 17px 58px 17px 18px;
    font-size: 15px;
  }

  body.faq-body .faq-item summary::before {
    left: 18px;
    right: 58px;
  }

  body.faq-body .faq-item summary::after {
    right: 16px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  body.faq-body .faq-item p {
    padding: 0 18px 20px 18px;
    font-size: 14px;
    line-height: 1.78;
  }

  body.faq-body .section-head p {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  body.faq-body .faq-list {
    gap: 10px;
  }

  body.faq-body .faq-item summary {
    padding-left: 16px;
    padding-right: 54px;
  }

  body.faq-body .faq-item p {
    padding-left: 16px;
    padding-right: 16px;
  }
}
