
/* ── GLOBAL PARALLAX BG ────────────────────────────── */
body {
  --hero-blur: 0px;
  --hero-brightness: 0.55;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url("./back-ground1-1500w.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -3;
  filter: contrast(1.1) blur(var(--hero-blur)) brightness(var(--hero-brightness));
  transition: filter 0.08s linear;
  will-change: filter;
}

/* dark navy-black wash + subtle blue circuit tint over the photo */
body::after {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8,9,11,0.55) 0%, rgba(8,9,11,0.88) 78%, #08090b 100%),
    linear-gradient(120deg, rgba(47,111,237,0.10), transparent 45%);
}

/* Переопределяем светлый и серый цвет темы на полупрозрачные — тёмное стекло */
:root {
  --dl-color-theme-neutral-light: rgba(10, 11, 14, 0.86);
  --dl-color-theme-accent1: rgba(19, 21, 25, 0.9);
}

.navbar3-wrapper {
  display: contents;
}
 
.navbar3-container1 {
    width: 100%;
    display: flex;
    position: sticky; /* Меню будет следовать за скроллом */
    top: 0;
    z-index: 1000;
    justify-content: center;
    background-color: var(--dl-color-theme-neutral-light);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--dl-color-theme-line);
}

.navbar3-links1 {
    display: flex;
    gap: var(--dl-space-space-unit);
    align-items: center;
}

/* Стили для кнопок переключения языка */
.lang-toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 2px;
    background: rgba(255,255,255,0.05);
    transition: background 0.2s;
}

.lang-toggle-wrapper:hover {
    background: rgba(255,255,255,0.1);
}
 
.navbar3-thq-navbar-interactive-elm {
  width: 100%;
  display: flex;
  max-width: idth;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
  background-color: transparent;
}
 
.navbar3-image1 {
  width: 72px;
  height: 77px;
  object-fit: cover;
}
 
.navbar3-thq-desktop-menu-elm {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar3-thq-links-elm1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

/* ── NAVBAR3: -20% height ─────────────────────────────────── */
.navbar3-thq-navbar-interactive-elm {
  padding-top: calc(var(--dl-layout-space-twounits) * 0.8);
  padding-bottom: calc(var(--dl-layout-space-twounits) * 0.8);
}

/* ── NAVBAR3: social icons (placed left of the language switcher) ── */
.navbar3-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 12px;
  flex-shrink: 0;
}
.navbar3-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.navbar3-social-link:hover {
  transform: translateY(-2px);
}
.navbar3-social-icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
  display: block;
}
.navbar3-social-links--mobile {
  margin: 16px 0 0;
  padding: 0 8px;
  margin-right: 0;
}
 
.navbar3-thq-language-switcher-elm {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: var(--dl-layout-radius-radius2);
}
 
.navbar3-thq-language-switcher-toggle-elm {
  fill: var(--dl-color-theme-grey);
  color: var(--dl-color-theme-grey);
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-radius2);
  padding-right: var(--dl-layout-space-unit);
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.navbar3-thq-language-name-elm {
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  margin-right: 4px;
  vertical-align: middle;
}
 
.navbar3-thq-dropdown-arrow-elm {
  transition: 0.3s;
}
 
.navbar3-icon1 {
  width: 18px;
  height: 18px;
  transition: 0.3s;
}
 
.navbar3-thq-language-switcher-list-elm {
  left: 0%;
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  transition: 0.3s;
  align-items: stretch;
  border-color: var(--dl-color-theme-line);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  flex-direction: column;
  list-style-type: none;
  list-style-position: inside;
}
 
.navbar3-fragment1 {
  display: contents;
}
 
.navbar3-thq-language-switcher-item-elm {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-panel);
}
 
.navbar3-thq-burger-menu-elm {
  display: none;
}
 
.navbar3-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  fill: var(--dl-color-theme-neutral-dark);
}
 
.navbar3-thq-mobile-menu-elm {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar3-thq-nav-elm {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar3-thq-top-elm {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar3-image2 {
  width: 72px;
  height: 77px;
  object-fit: cover;
}
 
.navbar3-thq-close-menu-elm {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar3-icon5 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  fill: var(--dl-color-theme-neutral-dark);
}
 
.navbar3-thq-links-elm2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
@media(max-width: 1200px) {
  .navbar3-image1 {
    width: auto;
    object-fit: fill;
  }
  .navbar3-thq-mobile-menu-elm {
    background-color: rgba(10,11,14,0.96);
  }
  .navbar3-image2 {
    width: auto;
    height: 3rem;
    object-fit: fill;
  }
}
 
@media(max-width: 767px) {
  .navbar3-thq-navbar-interactive-elm {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar3-thq-desktop-menu-elm {
    display: none;
  }
  .navbar3-thq-burger-menu-elm {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
 
@media(max-width: 479px) {
  .navbar3-thq-navbar-interactive-elm {
    padding: var(--dl-layout-space-unit);
  }
  .navbar3-thq-desktop-menu-elm {
    display: none;
  }
  .navbar3-thq-burger-menu-elm {
    display: flex;
  }
  .navbar3-thq-mobile-menu-elm {
    padding: var(--dl-layout-space-unit);
  }
}

.hero7-wrapper {
  display: contents;
}

/* ── PARALLAX HERO ────────────────────────────────── */
.hero7-parallax-wrapper {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* фоновое изображение перенесено на body — покрывает всю страницу */

.hero7-thq-content-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 553px;
  max-width: 90vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.hero7-thq-text-elm1 {
  fill: #ffffff;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 4px 30px rgba(0,0,0,0.75);
}

.hero7-thq-text-elm2 {
  fill: #C7CBD1;
  color: #C7CBD1;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0,0,0,0.7);
}

.hero7-thq-actions-elm {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
}

.hero7-container1,
.hero7-container2 {
  display: flex;
  align-items: flex-start;
}

/* Hero sits over a dark photo, so give the CTAs their own high-contrast styling */
.hero7-thq-button-elm1 {
  background-color: var(--dl-color-theme-accent);
  border-color: var(--dl-color-theme-accent);
  color: #fff;
  fill: #fff;
  box-shadow: 0 8px 28px rgba(47, 111, 237, 0.4);
}
.hero7-thq-button-elm1:hover {
  background-color: #fff;
  border-color: #fff;
  color: #08090b;
  fill: #08090b;
  box-shadow: 0 10px 28px rgba(255, 255, 255, 0.2);
}

.hero7-thq-button-elm2 {
  background-color: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  fill: #fff;
  backdrop-filter: blur(4px);
}
.hero7-thq-button-elm2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #08090b;
  fill: #08090b;
}

.hero7-thq-text-elm3,
.hero7-thq-text-elm4 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

/* Scroll hint arrow */
.hero7-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: rgba(255,255,255,0.5);
  font-family: 'JetBrains Mono', monospace;
  font-size: 20px;
  animation: hero-bounce 1.8s ease-in-out infinite;
}

@keyframes hero-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.6; }
  50%       { transform: translateX(-50%) translateY(8px); opacity: 1; }
}

@media(max-width: 479px) {
  .hero7-thq-content-elm {
    width: 90vw;
  }
  .hero7-thq-actions-elm {
    width: 100%;
    flex-direction: column;
  }
  .hero7-container1,
  .hero7-container2 {
    width: 100%;
  }
  .hero7-thq-button-elm1,
  .hero7-thq-button-elm2 {
    width: 100%;
  }
}

.gallery3-wrapper {
  display: contents;
}
 
.gallery3-thq-gallery3-elm {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.gallery3-thq-v2-repair-section-elm {
  background-color: var(--dl-color-theme-neutral-light);
}

.features10-wrapper {
  display: contents;
}
 
.features10-thq-layout300-elm {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features10-thq-max-width-elm {
  gap: var(--dl-layout-space-threeunits);
  height: 741px;
  align-items: center;
}
 
.features10-thq-section-title-elm {
  align-items: center;
}
 
.features10-thq-text-elm3 {
  text-align: center;
}
 
.features10-thq-v11-layout-elm {
  width: 878px;
}
 
.features10-thq-v11-slider-elm {
  position: relative;
  width: 456px;
  height: 312px;
  overflow: hidden;
  cursor: pointer;
  border-radius: var(--dl-layout-radius-radius2, 12px);
  background-color: #000;
}
 
.features10-thq-v11-img-before-elm,
.features10-thq-v11-img-after-elm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* Базовый слой — всегда виден по умолчанию: картинка "after" */
.features10-thq-v11-img-after-elm {
  z-index: 1;
  background-image: url("jservice-after-reveal-v1.png");
}

/* Верхний слой — раскрывается кругом по клику: картинка "before" */
.features10-thq-v11-img-before-elm {
  z-index: 2;
  background-image: url("jservice-before-static-v1.png");
  clip-path: circle(0% at var(--x, 50%) var(--y, 50%));
  transition: clip-path 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.features10-thq-v11-img-before-elm.is-visible {
  clip-path: circle(150% at var(--x, 50%) var(--y, 50%));
}
 
@media(max-width: 1200px) {
  .features10-thq-max-width-elm {
    height: 803px;
  }
}
 
@media(max-width: 991px) {
  .features10-thq-layout300-elm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .features10-thq-section-title-elm {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .features10-thq-section-title-elm {
    width: auto;
  }
  .features10-thq-text-elm2 {
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .features10-thq-max-width-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .features10-thq-v11-slider-elm {
    display: block;
  }
}

.testimonial12-wrapper {
  display: contents;
}
 
.testimonial12-thq-max-width-elm {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.testimonial12-thq-section-title-elm {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.testimonial12-thq-title-elm {
  width: 100%;
  text-align: center;
}
 
.testimonial12-thq-subtitle-elm {
  text-align: center;
}
 
.testimonial12-container {
  gap: var(--dl-layout-space-twounits);
  width: auto;
}
 
.testimonial12-thq-stars-elm1 {
  fill: var(--dl-color-theme-primary1);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.testimonial12-thq-text-elm1 {
  text-align: center;
}
 
.testimonial12-thq-avatar-elm1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial12-thq-avatar-content-elm1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial12-thq-text-elm2 {
  font-style: normal;
  font-weight: 600;
}
 
.testimonial12-thq-content-elm2 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial12-thq-stars-elm2 {
  fill: var(--dl-color-theme-primary1);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.testimonial12-thq-text-elm3 {
  text-align: center;
}
 
.testimonial12-thq-avatar-elm2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial12-thq-avatar-content-elm2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial12-thq-text-elm4 {
  font-style: normal;
  font-weight: 600;
}
 
.testimonial12-thq-content-elm3 {
  gap: var(--dl-layout-space-twounits);
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial12-thq-stars-elm3 {
  fill: var(--dl-color-theme-primary1);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.testimonial12-thq-text-elm5 {
  text-align: center;
}
 
.testimonial12-thq-avatar-elm3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial12-thq-avatar-content-elm3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial12-thq-text-elm6 {
  font-style: normal;
  font-weight: 600;
}
 
@media(max-width: 991px) {
  .testimonial12-container {
    align-items: center;
  }
  .testimonial12-thq-text-elm1 {
    text-align: center;
  }
  .testimonial12-thq-text-elm3 {
    text-align: center;
  }
  .testimonial12-thq-text-elm5 {
    text-align: center;
  }
}
 
@media(max-width: 767px) {
  .testimonial12-thq-max-width-elm {
    padding: var(--dl-layout-space-threeunits);
  }
  .testimonial12-thq-section-title-elm {
    width: 100%;
    max-width: 800px;
  }
  .testimonial12-container {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .testimonial12-thq-max-width-elm {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .testimonial12-thq-avatar-elm1 {
    flex-direction: column;
  }
  .testimonial12-thq-avatar-content-elm1 {
    align-items: center;
    justify-content: center;
  }
  .testimonial12-thq-avatar-elm2 {
    flex-direction: column;
  }
  .testimonial12-thq-avatar-content-elm2 {
    align-items: center;
    justify-content: center;
  }
  .testimonial12-thq-avatar-elm3 {
    flex-direction: column;
  }
  .testimonial12-thq-avatar-content-elm3 {
    align-items: center;
    justify-content: center;
  }
}

.contact3-wrapper {
  display: contents;
}
 
.contact3-thq-contact20-elm {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.contact3-thq-c-section-elm {
  background-color: var(--dl-color-theme-neutral-light);
}
 
.contact3-iframe {
  border: 0;
}
 
@media(max-width: 991px) {
  .contact3-thq-c-info-side-elm {
    width: 784px;
  }
}
 
@media(max-width: 767px) {
  .contact3-thq-c-info-side-elm {
    width: 623px;
  }
}
 
@media(max-width: 479px) {
  .contact3-thq-c-info-side-elm {
    width: 399px;
  }
}

.fq-wrapper {
  display: contents;
}
 
.fq-container {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.fq-thq-faq-modern-section-elm {
  width: 1220px;
  padding-left: 24px;
}
 
.fq-thq-faq-container-elm {
  width: 1082px;
  height: 650px;
  background: var(--dl-color-theme-neutral-light);
  margin-left: auto;
  margin-right: auto;
}
 
.fq-thq-faq-header-elm {
  width: 721px;
  height: 73px;
}
 
.fq-thq-fragment18-elm {
  display: contents;
}
 
.fq-thq-fragment24-elm {
  display: contents;
}
 
.fq-thq-fragment10-elm {
  display: contents;
}
 
.fq-thq-text-gradient-elm {
  background: linear-gradient(135deg, #ffffff 0%, #2F6FED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 
.fq-thq-faq-subtitle-elm {
  width: 681px;
  height: 63px;
}
 
.fq-thq-subtitle-elm {
  text-align: center;
}
 
.fq-thq-fragment17-elm {
  display: contents;
}
 
.fq-thq-fragment11-elm {
  display: contents;
}
 
.fq-thq-fragment19-elm {
  display: contents;
}
 
.fq-thq-fragment12-elm {
  display: contents;
}
 
.fq-thq-fragment20-elm {
  display: contents;
}
 
.fq-thq-fragment13-elm {
  display: contents;
}
 
.fq-thq-fragment21-elm {
  display: contents;
}
 
.fq-thq-fragment14-elm {
  display: contents;
}
 
.fq-thq-fragment22-elm {
  display: contents;
}
 
.fq-thq-fragment15-elm {
  display: contents;
}
 
.fq-thq-fragment23-elm {
  display: contents;
}
 
.fq-thq-fragment16-elm {
  display: contents;
}
 

 
@media(max-width: 1200px) {
  .fq-container {
    width: 100%;
    height: auto;
  }
  .fq-thq-faq-container-elm {
    width: 1102px;
  }
}
 
@media(max-width: 991px) {
  .fq-thq-faq-container-elm {
    height: 994px;
  }
  .fqroot-class-name {
    width: auto;
    height: auto;
  }
}
 
@media(max-width: 767px) {
  .fq-thq-faq-container-elm {
    width: 742px;
    height: 1010px;
  }
  .fq-thq-faq-grid-elm {
    width: 676px;
  }
  .fq-thq-faq-trigger-elm3 {
    width: auto;
  }
}
 
@media(max-width: 479px) {
  .fq-container {
    width: 100%;
    height: auto;
    padding: 32px 16px;
  }
  .fq-thq-faq-modern-section-elm {
    width: auto;
    padding-left: 24px;
  }
  .fq-thq-faq-container-elm {
    width: 478px;
    height: 960px;
    padding-bottom: 0px;
  }
  .fq-thq-faq-trigger-elm1 {
    width: auto;
    height: auto;
    padding-right: 210px;
  }
  .fq-thq-faq-column-elm2 {
    margin-right: 0px;
  }
  .fq-thq-faq-trigger-elm4 {
    width: 479px;
    height: 16px;
  }
  .fq-thq-faq-item-elm5 {
    width: 479px;
  }
  .fq-thq-faq-trigger-elm5 {
    margin-right: 0px;
  }
  .fqroot-class-name {
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: auto;
    min-width: auto;
    align-self: flex-start;
    max-height: auto;
    min-height: auto;
    aspect-ratio: auto;
  }
}

.footer4-wrapper {
  display: contents;
}
 
.footer4-thq-footer7-elm {
  width: 100%;
  height: 177px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(10,11,14,0.92);
}
 
.footer4-thq-max-width-elm {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: rgba(10,11,14,0.92);
}
 
.footer4-thq-content-elm {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-thq-logo-elm1 {
  gap: 24px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer4-thq-logo-elm2 {
  width: 124px;
  height: 61px;
}
 
.footer4-thq-links-elm {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: flex-start;
}

.footer4-thq-links-elm a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
  font-weight: 600;
  color: var(--dl-color-theme-neutral-dark);
  transition: color 0.2s ease;
}

.footer4-thq-links-elm a:hover {
  color: var(--dl-color-theme-primary2);
}

.footer4-thq-footer7-elm {
  border-top: 1px solid var(--dl-color-theme-line);
}
 
@media(max-width: 1200px) {
  .footer4-thq-logo-elm2 {
    width: 152px;
    height: 73px;
  }
}
 
@media(max-width: 479px) {
  .footer4-thq-max-width-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer4-thq-links-elm {
    flex-direction: column;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-link {
  display: contents;
}
 
.home-container2 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text199 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}


/* ── SECTION GLASS CARDS ────────────────────────────────────── */
.section-glass-card {
  background: rgba(13, 14, 17, 0.86) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 1px solid var(--dl-color-theme-line);
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  overflow: hidden;
}

/* Gallery - wrap the inner section */
.gallery3-thq-v2-repair-section-elm.section-glass-card {
  background: rgba(13, 14, 17, 0.86) !important;
}

/* features10 outer section transparent so glass shows */
.features10-thq-layout300-elm {
  background: transparent !important;
}
.features10-thq-max-width-elm .section-glass-card {
  width: 100%;
  padding: 48px 40px;
}

/* testimonial12 transparent outer */
.testimonial12-thq-max-width-elm.section-glass-card {
  width: 100%;
  padding: 48px 40px;
}

/* contact transparent outer */
.contact3-thq-contact20-elm {
  background: transparent !important;
}

/* fq container transparent outer */
.fq-thq-faq-modern-section-elm {
  background: transparent !important;
}
.fq-thq-faq-container-elm.section-glass-card {
  padding: 40px 32px;
  border-radius: 4px;
}

/* ── FAQ ACTIVE STATE FIX ───────────────────────────────────── */
.faq-item.active .faq-content {
  display: block !important;
  max-height: 500px !important;
  opacity: 1;
}

/* ── MOBILE FIXES ───────────────────────────────────────────── */
@media (max-width: 767px) {
  .section-glass-card {
    border-radius: 4px;
  }
  .features10-thq-max-width-elm .section-glass-card,
  .testimonial12-thq-max-width-elm.section-glass-card {
    padding: 32px 24px;
  }
  .fq-thq-faq-container-elm.section-glass-card {
    padding: 28px 20px;
  }
  /* Fix fixed-width FAQ containers */
  .fq-thq-faq-modern-section-elm {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .fq-thq-faq-container-elm {
    width: 100% !important;
    height: auto !important;
  }
  .fq-thq-faq-header-elm {
    width: 100% !important;
    height: auto !important;
  }
  .fq-thq-faq-subtitle-elm {
    width: 100% !important;
    height: auto !important;
  }
  .faq-grid {
    grid-template-columns: 1fr !important;
  }
  /* Fix hero text */
  .hero7-thq-text-elm1 {
    font-size: 32px;
  }
  .hero7-thq-content-elm {
    width: 90vw !important;
    max-width: 100%;
  }
  /* v2 cards */
  .v2-repair-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* features10 layout column on mobile */
  .v11-layout {
    flex-direction: column !important;
    width: 100% !important;
  }
  .features10-thq-v11-layout-elm {
    width: 100% !important;
  }
  .features10-thq-max-width-elm {
    height: auto !important;
  }
  .v11-slider {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 356 / 312;
  }
}

@media (max-width: 479px) {
  .section-glass-card {
    border-radius: 4px;
  }
  .features10-thq-max-width-elm .section-glass-card,
  .testimonial12-thq-max-width-elm.section-glass-card {
    padding: 24px 16px;
  }
  .fq-thq-faq-container-elm.section-glass-card {
    padding: 20px 14px;
  }
  .v2-repair-grid {
    grid-template-columns: 1fr !important;
  }
  .testimonial12-container {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .hero7-thq-text-elm1 {
    font-size: 26px;
  }
  .hero7-thq-actions-elm {
    flex-direction: column;
    width: 100%;
  }
  .hero7-container1, .hero7-container2 {
    width: 100%;
  }
  .hero7-thq-button-elm1, .hero7-thq-button-elm2 {
    width: 100%;
    justify-content: center;
  }
}

/* ── TESTIMONIAL CAROUSEL ───────────────────────────────────── */

.testimonial12-wrapper { display: contents; }
.testimonial12-thq-max-width-elm { display: none !important; }

.rev-wrapper {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
  margin: 0 auto;
  padding: 56px 64px 52px;
  box-sizing: border-box;
}
.rev-header {
  text-align: center;
  margin-bottom: 40px;
}
.rev-header h2 { margin-bottom: 10px; color: var(--dl-color-theme-white); }
.rev-header p  { color: var(--dl-color-theme-grey); }

/* CAROUSEL */
.rev-carousel {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.rev-track {
  flex: 1;
  position: relative;
  min-height: 200px;
}

/* All slides stacked, hidden by default */
.rev-slide {
  display: none;
  padding: 32px 36px;
  background: var(--dl-color-theme-panel);
  border: 1px solid var(--dl-color-theme-line);
  border-left: 2px solid var(--dl-color-theme-accent);
  border-radius: 2px;
  box-sizing: border-box;
  animation: revFadeIn 0.35s ease;
}
.rev-slide--active {
  display: block;
}
@keyframes revFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0);   }
}

/* STARS */
.rev-stars { display: flex; gap: 4px; margin-bottom: 16px; }
.rev-stars svg { width: 18px; height: 18px; fill: var(--dl-color-theme-accent); }

/* TEXT */
.rev-text {
  color: var(--dl-color-theme-grey);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* AUTHOR */
.rev-author { display: flex; align-items: center; gap: 12px; }
.rev-avatar {
  width: 42px; height: 42px; border-radius: 2px;
  background: var(--dl-color-theme-accent); color: #fff;
  font-size: 16px; font-weight: 700; font-family: 'Space Grotesk', sans-serif;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rev-author-info { display: flex; flex-direction: column; gap: 2px; }
.rev-name  { font-weight: 700; font-size: 14px; color: var(--dl-color-theme-white); }
.rev-city  { font-size: 12px; color: var(--dl-color-theme-grey-dim); }

/* ARROWS */
.rev-arrow {
  flex-shrink: 0; width: 46px; height: 46px;
  border-radius: 2px; border: 1px solid var(--dl-color-theme-line);
  background: var(--dl-color-theme-panel); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  align-self: center;
  transition: all 0.2s ease; color: var(--dl-color-theme-white);
}
.rev-arrow:hover {
  background: var(--dl-color-theme-accent);
  border-color: var(--dl-color-theme-accent); color: #fff; transform: scale(1.05);
}
.rev-arrow svg { width: 17px; height: 17px; }

/* DOTS */
.rev-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.rev-dot {
  width: 8px; height: 8px; border-radius: 50%; border: none;
  background: var(--dl-color-theme-line); cursor: pointer; padding: 0;
  transition: all 0.25s ease;
}
.rev-dot--active { background: var(--dl-color-theme-accent); transform: scale(1.4); }

/* RESPONSIVE */
@media (max-width: 991px) {
  .rev-wrapper { padding: 44px 32px 40px; }
}
@media (max-width: 767px) {
  .rev-wrapper { padding: 32px 20px 28px; }
  .rev-slide   { padding: 24px 20px; }
  .rev-arrow   { width: 38px; height: 38px; }
  .rev-carousel { gap: 12px; }
}
@media (max-width: 479px) {
  .rev-wrapper  { padding: 24px 14px 20px; }
  .rev-slide    { padding: 20px 16px; }
  .rev-carousel { gap: 8px; }
  .rev-arrow    { width: 34px; height: 34px; }
  .rev-arrow svg { width: 13px; height: 13px; }
  .rev-text     { font-size: 14px; }
}

/* ── FAQ SIZE INCREASE ──────────────────────────────────────── */
.fq-thq-faq-container-elm.section-glass-card {
  padding: 52px 48px !important;
  max-width: 1100px;
  margin: 0 auto;
}

.fq-thq-faq-modern-section-elm {
  width: 100% !important;
  padding: 60px 32px !important;
}

.fq-thq-faq-container-elm {
  width: 100% !important;
  height: auto !important;
}

.fq-thq-faq-header-elm {
  width: 100% !important;
  max-width: 700px !important;
  height: auto !important;
}

.fq-thq-faq-subtitle-elm {
  width: 100% !important;
  height: auto !important;
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 991px) {
  .rev-wrapper {
    padding: 44px 40px 40px;
  }
}

@media (max-width: 767px) {
  .rev-wrapper {
    padding: 36px 28px 32px;
  }
  .rev-slide {
    padding: 28px 28px;
  }
  .rev-arrow {
    width: 40px;
    height: 40px;
  }
  .rev-carousel {
    gap: 14px;
  }
  .fq-thq-faq-container-elm.section-glass-card {
    padding: 36px 28px !important;
  }
}

@media (max-width: 479px) {
  .rev-wrapper {
    padding: 28px 16px 24px;
  }
  .rev-slide {
    padding: 22px 20px;
  }
  .rev-carousel {
    gap: 10px;
  }
  .rev-arrow {
    width: 36px;
    height: 36px;
  }
  .rev-arrow svg {
    width: 14px;
    height: 14px;
  }
  .rev-text {
    font-size: 15px;
  }
  .fq-thq-faq-container-elm.section-glass-card {
    padding: 24px 16px !important;
  }
}


/* ═══════════════════════════════════════════════════════════════
   MOBILE OVERRIDES — footer4 + fq  (max-width: 767px / 479px)
   ═══════════════════════════════════════════════════════════════ */

/* ── FOOTER4 ────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .footer4-thq-footer7-elm {
    height: auto !important;
    padding: 32px 24px !important;
  }
  .footer4-thq-max-width-elm {
    gap: 20px !important;
    width: 100%;
  }
  .footer4-thq-content-elm {
    gap: 16px !important;
    width: 100%;
    align-items: center;
  }
  .footer4-thq-links-elm {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px !important;
    align-items: center;
  }
  .footer4-thq-logo-elm2 {
    width: 110px !important;
    height: auto !important;
  }
}

@media (max-width: 479px) {
  .footer4-thq-footer7-elm {
    padding: 28px 16px !important;
  }
  .footer4-thq-links-elm {
    flex-direction: column !important;
    align-items: center;
    gap: 10px !important;
  }
}

/* ── FAQ (fq) ───────────────────────────────────────────────── */
@media (max-width: 767px) {
  /* Kill all fixed widths/heights on fq */
  .fq-wrapper,
  .fq-container,
  .fq-thq-faq-modern-section-elm,
  .fq-thq-faq-container-elm,
  .fq-thq-faq-header-elm,
  .fq-thq-faq-subtitle-elm,
  .fq-thq-faq-grid-elm,
  .fq-thq-faq-trigger-elm1,
  .fq-thq-faq-trigger-elm3,
  .fq-thq-faq-trigger-elm4,
  .fq-thq-faq-trigger-elm5,
  .fq-thq-faq-item-elm5,
  .fq-thq-faq-column-elm2 {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
  }

  .fq-thq-faq-modern-section-elm {
    padding: 40px 16px !important;
  }

  .fq-thq-faq-container-elm.section-glass-card {
    padding: 28px 16px !important;
  }

  .faq-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .faq-header {
    margin-bottom: 32px !important;
    width: 100% !important;
  }

  .faq-trigger {
    padding: 16px 16px 16px 44px !important;
    gap: 12px !important;
    font-size: 15px !important;
  }

  .faq-trigger::before {
    left: 16px !important;
  }

  .faq-content {
    padding: 0 16px 16px 44px !important;
  }

  .faq-answer {
    padding: 0 !important;
  }
}

@media (max-width: 479px) {
  .fq-thq-faq-modern-section-elm {
    padding: 24px 12px !important;
  }
  .fq-thq-faq-container-elm.section-glass-card {
    padding: 20px 12px !important;
  }
  .faq-trigger {
    font-size: 14px !important;
    gap: 12px !important;
    padding: 14px 14px 14px 40px !important;
  }
  .faq-trigger::before {
    left: 14px !important;
    font-size: 11px !important;
  }
  .faq-content {
    padding: 0 14px 14px 40px !important;
  }
  .faq-icon-box {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }
}

/* ── LANGUAGE SWITCHER (dropdown) ──────────────────────────────── */
.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.lang-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 42px;
  height: 32px;
  padding: 0 10px;
  border-radius: 2px;
  border: 1px solid var(--dl-color-theme-line);
  background: transparent;
  color: var(--dl-color-theme-white);
  font-family: 'JetBrains Mono', 'Inter', sans-serif;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.lang-toggle-btn:hover,
.lang-toggle-btn[aria-expanded="true"] {
  background: var(--dl-color-theme-accent);
  border-color: var(--dl-color-theme-accent);
  color: #fff;
}

.lang-flag-icon {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  flex-shrink: 0;
}

.lang-toggle-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.lang-toggle-btn[aria-expanded="true"] .lang-toggle-arrow {
  transform: rotate(180deg);
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 130px;
  display: none;
  flex-direction: column;
  background: var(--dl-color-theme-panel, #16171b);
  border: 1px solid var(--dl-color-theme-line);
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.5);
  overflow: hidden;
  z-index: 200;
}
.lang-dropdown.lang-dropdown--open {
  display: flex;
}

.lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: none;
  background: transparent;
  color: var(--dl-color-theme-white);
  font-size: 13px;
  font-weight: 600;
  font-family: 'JetBrains Mono', 'Inter', sans-serif;
  letter-spacing: 0.06em;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease;
}
.lang-option:hover {
  background: var(--dl-color-theme-accent);
  color: #fff;
}
.lang-option.lang-option--active {
  color: var(--dl-color-theme-accent);
}

@media (max-width: 767px) {
  .lang-switcher {
    margin-left: auto;
  }
  .navbar3-thq-burger-menu-elm {
    margin-left: 12px;
  }
}

#about, #services, #faq, #contact {
    scroll-margin-top: 80px;
    display: flow-root; /* Вместо display: block */
}
/* ── FEATURES10 ICONS ──────────────────────────────────────── */
.v11-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

/* ── CONTACT SOCIAL ICONS ──────────────────────────────────── */
.c-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--dl-color-theme-line);
  background: transparent;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.c-social-link:hover {
  border-color: var(--dl-color-theme-accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}
.c-social-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── LANG SWITCHER MOBILE ────────────────────────────────────── */
.lang-switcher-mobile {
  margin-top: 16px;
  padding: 0 8px;
}
.lang-switcher-mobile .lang-dropdown {
  position: static;
  box-shadow: none;
  border-color: var(--dl-color-theme-line);
  margin-top: 8px;
}


/* ═══════════════════════════════════════════════════════════════
   MOBILE FIXES — contact3 + fq + navbar icons
   ═══════════════════════════════════════════════════════════════ */

/* ── NAVBAR ICONS ALWAYS WHITE ───────────────────────────────── */
.navbar3-icon3,
.navbar3-icon5 {
  fill: var(--dl-color-theme-neutral-dark) !important;
}

/* ── FAQ: kill all fixed pixel widths/heights ────────────────── */
.fq-thq-faq-modern-section-elm,
.fq-thq-faq-container-elm,
.fq-thq-faq-header-elm,
.fq-thq-faq-subtitle-elm {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.fq-thq-faq-modern-section-elm {
  padding-left: 0 !important;
}

/* ── CONTACT: mobile stack ───────────────────────────────────── */
@media (max-width: 767px) {
  .c-section {
    padding: 32px 16px !important;
  }
  .c-container {
    flex-direction: column !important;
    gap: 32px !important;
  }
  .c-info-side {
    width: 100% !important;
  }
  .c-map-side {
    width: 100% !important;
    min-height: 280px !important;
  }
  .c-map-wrapper {
    height: 280px !important;
    min-height: 280px !important;
  }
  .c-link {
    font-size: 15px !important;
  }
  .contact3-iframe {
    width: 100% !important;
    height: 100% !important;
  }

  /* FAQ mobile */
  .fq-thq-faq-container-elm.section-glass-card {
    padding: 24px 16px !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .fq-thq-faq-modern-section-elm {
    padding: 40px 0 !important;
    width: 100% !important;
  }
  .faq-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
  .faq-trigger {
    font-size: 14px !important;
    padding: 16px 16px 16px 44px !important;
  }
}

@media (max-width: 479px) {
  .c-section {
    padding: 24px 12px !important;
  }
  .c-map-side {
    min-height: 240px !important;
  }
  .c-map-wrapper {
    height: 240px !important;
    min-height: 240px !important;
  }
  .c-link {
    font-size: 14px !important;
  }
  .faq-trigger {
    font-size: 13px !important;
    gap: 10px !important;
  }
}


/* ── J-SERVICE REFINEMENT PATCH ───────────────────────────────
   Keeps the original visual identity; only refines the header. */
.navbar3-thq-navbar-interactive-elm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: clamp(18px, 3vw, 42px) !important;
  padding-right: clamp(18px, 3vw, 42px) !important;
  min-height: 76px;
}

.navbar3-image1 {
  width: 60px !important;
  height: 64px !important;
  object-fit: contain !important;
}

.navbar3-social-links {
  gap: 10px;
  margin-right: 14px;
}

.navbar3-social-link {
  width: 38px !important;
  height: 38px !important;
  overflow: visible !important;
  border-radius: 12px;
  transition: transform .2s ease, filter .2s ease;
}

.navbar3-social-link:hover {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.08);
}

.navbar3-social-icon {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

@media (max-width: 991px) {
  .navbar3-thq-navbar-interactive-elm {
    min-height: 68px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .navbar3-image1 {
    width: 52px !important;
    height: 54px !important;
  }
}

@media (max-width: 767px) {
  .navbar3-social-links--mobile .navbar3-social-link,
  .navbar3-social-links--mobile .navbar3-social-icon {
    width: 42px !important;
    height: 42px !important;
  }
}

/* ── HEADER FIX 2026-07-26 ─────────────────────────────────────
   Scope: navbar only. Centers the layout, fixes the current flag,
   and makes all contact icons uniform without frames. */
@media (min-width: 992px) {
  .navbar3-thq-navbar-interactive-elm {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: clamp(24px, 3vw, 56px) !important;
  }

  .navbar3-thq-desktop-menu-elm {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    column-gap: clamp(20px, 2.2vw, 38px) !important;
  }

  .navbar3-thq-links-elm1 {
    justify-self: center !important;
    justify-content: center !important;
    width: auto !important;
    gap: clamp(28px, 3.2vw, 58px) !important;
  }

  .navbar3-social-links {
    justify-self: end !important;
    margin-right: 0 !important;
    gap: 18px !important;
  }
}

.navbar3-social-link {
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.navbar3-social-icon {
  width: 38px !important;
  height: 38px !important;
  display: block !important;
  object-fit: contain !important;
}

.lang-current-flag {
  visibility: visible !important;
  opacity: 1 !important;
}

.lang-toggle-btn {
  min-width: 66px !important;
  height: 40px !important;
  padding: 0 11px !important;
}

.lang-flag-icon {
  width: 24px !important;
  height: 16px !important;
}


/* ── SOCIAL ICON STYLE PATCH 2026-07-26 ────────────────────────
   Scope: navbar social buttons only. */
.navbar3-social-link {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: rgba(7, 8, 12, 0.88) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}
.navbar3-social-icon {
  width: 27px !important;
  height: 27px !important;
  color: #ffffff !important;
  flex: 0 0 auto !important;
}
.navbar3-social-link:hover {
  background: rgba(18, 20, 27, 0.98) !important;
  transform: translateY(-2px) scale(1.04) !important;
}
@media (max-width: 767px) {
  .navbar3-social-links--mobile .navbar3-social-link {
    width: 46px !important;
    height: 46px !important;
  }
  .navbar3-social-links--mobile .navbar3-social-icon {
    width: 27px !important;
    height: 27px !important;
  }
}


/* FINAL before/after override — fixed-image directional reveal */
.features10-thq-v11-slider-elm.v11-slider {
  position: relative !important;
  width: 456px !important;
  height: 312px !important;
  overflow: hidden !important;
  background: #071321 !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  isolation: isolate !important;
}
.features10-thq-v11-slider-elm .features10-thq-v11-img-before-elm,
.features10-thq-v11-slider-elm .features10-thq-v11-img-after-elm {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  background: none !important;
  background-image: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  user-select: none !important;
  transform: none !important;
}
.features10-thq-v11-slider-elm .features10-thq-v11-img-before-elm {
  z-index: 1 !important;
  filter: grayscale(100%) brightness(.82) contrast(1.08) !important;
}
.features10-thq-v11-slider-elm .features10-thq-v11-img-after-elm {
  z-index: 2 !important;
  filter: none !important;
  clip-path: inset(0 100% 0 0) !important;
  -webkit-clip-path: inset(0 100% 0 0) !important;
  transition: clip-path 760ms cubic-bezier(.22,.61,.36,1), -webkit-clip-path 760ms cubic-bezier(.22,.61,.36,1) !important;
  will-change: clip-path !important;
}

/* J-SERVICE BA V2 — independent from old image styles */
.jservice-ba {
  position: relative !important;
  width: 456px !important;
  height: 312px !important;
  flex: 0 0 456px !important;
  overflow: hidden !important;
  border-radius: var(--dl-layout-radius-radius2, 12px) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background-color: #071321 !important;
  isolation: isolate !important;
  cursor: pointer !important;
}
.jservice-ba__before,
.jservice-ba__after {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  pointer-events: none !important;
  transform: none !important;
}
.jservice-ba__before {
  z-index: 1 !important;
  background-image: url("./jservice-before-static-v1.png") !important;
  filter: grayscale(100%) brightness(.88) contrast(1.08) !important;
}
.jservice-ba__after {
  z-index: 2 !important;
  background-image: url("./jservice-after-reveal-v1.png") !important;
  filter: none !important;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}
@media (max-width: 767px) {
  .jservice-ba {
    width: min(100%, 456px) !important;
    height: auto !important;
    aspect-ratio: 456 / 312 !important;
    flex-basis: auto !important;
  }
}


/* ── HEADER BOOKING CTA ─────────────────────────────────────── */
.navbar3-booking-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 46px;
  padding: 0 24px;
  border: 1.5px solid rgba(24, 183, 232, 0.78);
  border-radius: 999px;
  color: #f5fbff;
  background: linear-gradient(180deg, rgba(13, 35, 54, 0.88), rgba(5, 20, 34, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.035), 0 0 18px rgba(0, 166, 224, 0.11);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease, color .22s ease;
}
.navbar3-booking-btn:hover {
  color: #fff;
  border-color: #20c9ff;
  background: linear-gradient(180deg, rgba(12, 91, 126, 0.92), rgba(4, 55, 82, 0.94));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07), 0 0 24px rgba(0, 190, 255, 0.24);
  transform: translateY(-1px);
}
.navbar3-booking-btn:focus-visible { outline: 2px solid #52d6ff; outline-offset: 3px; }
.navbar3-booking-btn--mobile { display: none; }
@media (min-width: 992px) {
  .navbar3-thq-navbar-interactive-elm {
    grid-template-columns: 96px auto minmax(0, 1fr) !important;
    column-gap: clamp(16px, 2vw, 34px) !important;
  }
  .navbar3-booking-btn { justify-self: start; }
  .navbar3-thq-desktop-menu-elm { column-gap: clamp(14px, 1.8vw, 30px) !important; }
  .navbar3-thq-links-elm1 { gap: clamp(18px, 2.4vw, 46px) !important; }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .navbar3-booking-btn { min-width: 166px; height: 42px; padding: 0 17px; font-size: 13px; }
  .navbar3-thq-navbar-interactive-elm { column-gap: 14px !important; padding-left: 18px !important; padding-right: 18px !important; }
  .navbar3-thq-links-elm1 { gap: 18px !important; }
  .navbar3-social-links { gap: 12px !important; }
}
@media (max-width: 991px) {
  .navbar3-thq-navbar-interactive-elm > .navbar3-booking-btn:not(.navbar3-booking-btn--mobile) { display: none; }
  .navbar3-booking-btn--mobile { display: inline-flex; width: min(100%, 310px); margin: 18px auto 8px; }
}


/* J-SERVICE BOOKING PAGE */
.booking-page{padding:140px 24px 72px;min-height:100vh;position:relative;z-index:1}
.booking-shell{width:min(1080px,100%);margin:0 auto;padding:52px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(8,12,20,.78);box-shadow:0 28px 80px rgba(0,0,0,.28);backdrop-filter:blur(18px)}
.booking-head{max-width:760px;margin-bottom:42px}.booking-kicker{display:inline-block;margin-bottom:12px;color:#78c8ff;font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.booking-title{margin:0 0 14px;color:#fff}.booking-subtitle{color:rgba(255,255,255,.68);line-height:1.65}
.booking-form{display:flex;flex-direction:column;gap:26px}.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.booking-field{display:flex;flex-direction:column;gap:10px;color:#fff;font-size:16px;font-weight:600}.booking-field input,.booking-field textarea{width:100%;border:1px solid rgba(255,255,255,.17);border-radius:16px;background:rgba(255,255,255,.055);color:#fff;padding:17px 18px;outline:none;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}.booking-field textarea{resize:vertical;min-height:150px;line-height:1.5}.booking-field input::placeholder,.booking-field textarea::placeholder{color:rgba(255,255,255,.38)}.booking-field input:focus,.booking-field textarea:focus{border-color:rgba(82,180,255,.75);background:rgba(255,255,255,.075);box-shadow:0 0 0 4px rgba(49,161,255,.12)}
.booking-phone-wrap{display:flex;align-items:stretch}.booking-phone-wrap input{border-radius:0 16px 16px 0;border-left:0}.booking-prefix{display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid rgba(255,255,255,.17);border-radius:16px 0 0 16px;background:rgba(255,255,255,.08);font-weight:600}.booking-prefix img{width:24px;height:auto}.booking-hint,.booking-note{color:rgba(255,255,255,.46);font-size:13px;font-weight:400;line-height:1.5}.booking-error{display:none;color:#ff7e86;font-size:13px;font-weight:500}.booking-field--invalid .booking-error{display:block}.booking-field--invalid input,.booking-field--invalid textarea,.booking-field--invalid .booking-phone-wrap input,.booking-field--invalid .booking-prefix{border-color:#ff6974}.booking-actions{display:flex;align-items:center;gap:22px;margin-top:4px}.booking-submit{position:static!important;min-width:250px;justify-content:center;cursor:pointer}.booking-note{max-width:430px;margin:0}
@media(max-width:767px){.booking-page{padding:110px 14px 48px}.booking-shell{padding:28px 18px;border-radius:22px}.booking-grid{grid-template-columns:1fr}.booking-head{margin-bottom:30px}.booking-actions{align-items:stretch;flex-direction:column}.booking-submit{width:100%;min-width:0}.booking-title{font-size:38px!important}.booking-phone-wrap input{min-width:0}}

/* J-SERVICE BOOKING TYPOGRAPHY POLISH — 2026-07-28 */
.booking-page,
.booking-shell,
.booking-form,
.booking-field,
.booking-field input,
.booking-field textarea,
.booking-prefix,
.booking-submit,
.booking-note,
.booking-hint,
.booking-error {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.booking-head { max-width: 820px; }
.booking-kicker {
  font-size: 15px;
  font-weight: 650;
  letter-spacing: .10em;
}
.booking-title {
  font-size: clamp(48px, 5vw, 72px) !important;
  font-weight: 720 !important;
  line-height: 1.04 !important;
  letter-spacing: -.035em !important;
}
.booking-subtitle {
  font-size: 19px !important;
  font-weight: 430 !important;
  line-height: 1.7 !important;
  letter-spacing: -.01em;
}
.booking-form { gap: 30px; }
.booking-grid { gap: 24px; }
.booking-field {
  gap: 12px;
  font-size: 18px;
  font-weight: 580;
  line-height: 1.35;
  letter-spacing: -.012em;
}
.booking-field input,
.booking-field textarea {
  padding: 19px 20px;
  font-size: 18px !important;
  font-weight: 430;
  line-height: 1.45 !important;
  letter-spacing: -.008em;
}
.booking-field input { min-height: 62px; }
.booking-field textarea {
  min-height: 170px;
  padding-top: 20px;
}
.booking-prefix {
  padding: 0 17px;
  font-size: 17px;
  font-weight: 560;
}
.booking-hint,
.booking-note {
  font-size: 14.5px;
  font-weight: 420;
  line-height: 1.65;
}
.booking-error {
  font-size: 14px;
  font-weight: 520;
}
.booking-submit {
  min-width: 270px;
  height: 52px;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .booking-title { font-size: 40px !important; }
  .booking-subtitle { font-size: 17px !important; }
  .booking-field { font-size: 17px; }
  .booking-field input,
  .booking-field textarea { font-size: 17px !important; }
  .booking-field input { min-height: 58px; }
  .booking-prefix { font-size: 16px; }
}


/* J-Service custom date/time picker button */
.booking-datetime-wrap{position:relative;width:100%}
.booking-datetime-wrap #booking-time{padding-right:64px}
.booking-datetime-wrap #booking-time::-webkit-calendar-picker-indicator{opacity:0;width:0;height:0;padding:0;margin:0;pointer-events:none}
.booking-calendar-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:12px;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .2s ease;z-index:2}
.booking-calendar-btn svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.booking-calendar-btn:hover{background:rgba(255,255,255,.08);box-shadow:0 0 18px rgba(49,161,255,.16);transform:translateY(-50%) scale(1.04)}
.booking-calendar-btn:focus-visible{outline:2px solid rgba(82,180,255,.9);outline-offset:2px}
@media(max-width:767px){.booking-calendar-btn{width:42px;height:42px}.booking-calendar-btn svg{width:27px;height:27px}}

/* ── J-SERVICE MOBILE NAVIGATION REFINEMENT ───────────────────── */
@media (max-width: 767px) {
  /* About section: keep the information, remove the large phone visual. */
  #about .v11-slider,
  #about .features10-thq-v11-layout-elm:has(.v11-slider) {
    display: none !important;
  }

  /* Comfortable 48px touch targets for opening and closing the menu. */
  .navbar3-thq-burger-menu-elm,
  .navbar3-thq-close-menu-elm {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    border-radius: 12px;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .2s ease, transform .2s ease;
  }
  .navbar3-thq-burger-menu-elm:active,
  .navbar3-thq-close-menu-elm:active {
    transform: scale(.94);
    background: rgba(255,255,255,.08);
  }
  .navbar3-icon3,
  .navbar3-icon5 {
    width: 34px !important;
    height: 34px !important;
    fill: #fff !important;
  }

  /* Full-screen overlay with its own scrolling and a clean hierarchy. */
  .navbar3-thq-mobile-menu-elm {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    z-index: 9999 !important;
    padding: 18px 20px 28px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: rgba(7, 9, 12, .97) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .navbar3-thq-mobile-menu-elm.is-opening {
    animation: jserviceMenuIn .24s ease-out both;
  }
  .navbar3-thq-nav-elm {
    width: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .navbar3-thq-top-elm {
    margin: 0 0 22px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  .navbar3-image2 {
    height: 86px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  .navbar3-booking-btn--mobile {
    width: 100% !important;
    max-width: none !important;
    min-height: 58px;
    margin: 0 0 22px !important;
    font-size: 18px !important;
    border-radius: 18px !important;
  }

  .navbar3-thq-links-elm2 {
    width: 100% !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .navbar3-thq-links-elm2 .mobile-nav-link,
  .navbar3-thq-links-elm2 > a {
    width: 100% !important;
    min-height: 58px;
    display: flex !important;
    align-items: center !important;
    padding: 0 4px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #f6f7f9 !important;
    font-size: 20px !important;
    font-weight: 650 !important;
    letter-spacing: .02em;
    text-decoration: none !important;
  }
  .navbar3-thq-links-elm2 .mobile-nav-link::after,
  .navbar3-thq-links-elm2 > a::after {
    content: '›';
    margin-left: auto;
    color: rgba(255,255,255,.42);
    font-size: 28px;
    font-weight: 300;
  }

  .navbar3-social-links--mobile {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px !important;
    margin: 24px 0 20px !important;
    padding: 0 !important;
  }
  .navbar3-social-links--mobile .navbar3-social-link {
    width: 100% !important;
    height: 58px !important;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 16px !important;
    background: rgba(255,255,255,.035);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .navbar3-social-links--mobile .navbar3-social-icon {
    width: 29px !important;
    height: 29px !important;
  }

  .lang-switcher-mobile {
    width: 100% !important;
    margin: auto 0 0 !important;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.10);
  }
  .lang-switcher-mobile .lang-toggle-btn {
    width: 100% !important;
    min-height: 58px;
    justify-content: flex-start !important;
    gap: 12px;
    padding: 0 18px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.035) !important;
  }
  .lang-switcher-mobile .lang-toggle-arrow {
    margin-left: auto;
  }
  .lang-switcher-mobile .lang-dropdown {
    left: 0 !important;
    right: 0 !important;
    bottom: calc(100% + 8px) !important;
    top: auto !important;
    width: 100% !important;
  }
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden !important;
  touch-action: none;
}

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

/* Mobile menu follow-up: the page stays locked, but the menu itself scrolls. */
@media (max-width: 767px) {
  .navbar3-thq-mobile-menu-elm {
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    touch-action: pan-y !important;
    scrollbar-gutter: stable;
  }

  .navbar3-thq-nav-elm {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
  }

  .lang-switcher-mobile {
    margin: 0 !important;
  }
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden !important;
  touch-action: auto !important;
}


/* Mobile menu stability fix: viewport anchoring + visible language list. */
@media (max-width: 767px) {
  .navbar3-thq-mobile-menu-elm {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    inset: 0 !important;
    transform: none !important;
    margin: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    z-index: 2147483000 !important;
  }

  .lang-switcher-mobile {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .lang-switcher-mobile .lang-dropdown {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 8px 0 0 !important;
    box-sizing: border-box !important;
  }

  .lang-switcher-mobile .lang-option {
    width: 100% !important;
    box-sizing: border-box !important;
    justify-content: flex-start !important;
  }
}

/* Mobile language dropdown visibility fix. */
@media (max-width: 767px) {
  .lang-switcher-mobile .lang-dropdown {
    display: none !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 8px 0 0 !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .lang-switcher-mobile .lang-dropdown.lang-dropdown--open {
    display: flex !important;
    flex-direction: column !important;
  }

  .lang-switcher-mobile .lang-option {
    display: flex !important;
    width: 100% !important;
    min-height: 48px !important;
  }
}

/* Definitive mobile language menu fix: render from the button state. */
@media (max-width: 767px) {
  .lang-switcher-mobile {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  .lang-switcher-mobile .lang-toggle-btn[aria-expanded="true"] + .lang-dropdown,
  .lang-switcher-mobile .lang-dropdown.lang-dropdown--open {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 8px 0 0 !important;
    padding: 4px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    overflow: visible !important;
    background: #111419 !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 14px !important;
    z-index: 2147483647 !important;
  }

  .lang-switcher-mobile .lang-option {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 10px 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
    background: transparent !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .lang-switcher-mobile .lang-option span,
  .lang-switcher-mobile .lang-option img {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .lang-switcher-mobile .lang-option.lang-option--active {
    color: #20b8f0 !important;
    background: rgba(32,184,240,.08) !important;
  }
}

/* ── MOBILE HERO — CLEAN, LIGHTWEIGHT COMPOSITION ──────────────
   Desktop/tablet remain unchanged. The secondary engineer sentence is
   intentionally hidden only on phones to keep the opening screen airy. */
@media (max-width: 479px) {
  .hero7-parallax-wrapper {
    min-height: 620px !important;
    height: 100svh !important;
    padding: 88px 20px 58px !important;
    box-sizing: border-box !important;
    align-items: center !important;
  }

  .hero7-thq-content-elm {
    width: min(100%, 350px) !important;
    max-width: 350px !important;
    gap: 18px !important;
    transform: translateY(-10px);
  }

  .hero7-thq-text-elm1 {
    max-width: 340px !important;
    margin: 0 !important;
    font-size: clamp(35px, 10.5vw, 43px) !important;
    font-weight: 800 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.04em !important;
    text-wrap: balance;
    text-shadow: 0 5px 26px rgba(0, 0, 0, 0.58) !important;
  }

  .hero7-thq-text-elm2 {
    max-width: 330px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.42 !important;
    letter-spacing: -0.01em !important;
    color: rgba(231, 235, 240, 0.9) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.62) !important;
  }

  .hero-subtitle-secondary,
  .hero-subtitle-break {
    display: none !important;
  }

  .hero7-thq-actions-elm {
    width: min(100%, 330px) !important;
    gap: 10px !important;
    margin-top: 4px !important;
  }

  .hero7-thq-button-elm1,
  .hero7-thq-button-elm2 {
    min-height: 52px !important;
    padding: 13px 20px !important;
    border-radius: 14px !important;
  }

  .hero7-scroll-hint {
    bottom: 20px !important;
    opacity: 0.72;
  }
}

/* J-SERVICE BOOKING EMAIL DELIVERY */
.booking-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.booking-feedback{display:flex;flex-direction:column;gap:6px;max-width:520px}
.booking-status{margin:0;font-size:13px;font-weight:600;line-height:1.5;min-height:0}
.booking-status:empty{display:none}
.booking-status--sending{color:rgba(255,255,255,.68)}
.booking-status--success{color:#84e3a8}
.booking-status--error{color:#ff8b92}
.booking-submit:disabled{opacity:.62;cursor:wait;transform:none!important}
@media(max-width:767px){.booking-feedback{max-width:none}}
