input,button,textarea{font-family:Roboto;font-size:inherit}
input::-ms-clear{display:none}
button{cursor:pointer;background-color:inherit}
button::-moz-focus-inner{padding:0;border:0}
a,a:visited{text-decoration:none}
a:hover{text-decoration:none}
img{vertical-align:top}
h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}
body._lock{overflow:hidden}
.angle{position:absolute;width:15px;height:30px}
.angle_left-top{left:0;top:0;border-left:1px solid #000;border-top:1px solid #000}
.angle_left-bottom{left:0;bottom:0;border-left:1px solid #000;border-bottom:1px solid #000}
.angle_right-top{right:0;top:0;border-right:1px solid #000;border-top:1px solid #000}
.angle_right-bottom{right:0;bottom:0;border-right:1px solid #000;border-bottom:1px solid #000}

._ibg{position:relative}
@media (max-width: 480px) {._ibg img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}}
.products__image._ibg img, .blog__image._ibg img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}

.relative{position:relative}

@media (max-width: 768px) {
    #cookie__popup-btn {
        margin-top: 21px;
    }
}

[data-href] {
    cursor: pointer;
}
:target {
    scroll-margin-top: 110px;  /* Adjust the value based on your fixed header's height */
}
@media (any-hover: hover) {
    .btn:hover {
        background-color: #444343;
    }
}



.side-block {
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 10000;
}

@media (min-width: 1440px) {
    .side-block {
        right: 70px;
    }
}

.side-block.sticky-bottom {
    position: absolute;
    bottom: 475px;
    right: 70px;
}

@media (max-width: 1280px) {
    .side-block {
        display: none !important;
    }
}

@media (max-width: 1350px) {
    .side-block {
        display: none;
    }
}

.side-block__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-end;
}

.side-block__item {
    background: linear-gradient(to right, #FC602C 20%, #ED511D 85%);
    height: 45px;
    min-width: 45px;
    max-width: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid #E94D19;
    border-right: 1px solid #E94D19;
}

.side-block__item:hover {
    max-width: 300px;
}

.side-block__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.side-block__tooltip {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-left: 15px;
    white-space: nowrap;
    order: -1;
}

.side-block__tooltip::after {
    display: none;
}

/* Hide the default Botpress FAB button immediately to prevent flickering */
#fab-root {
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Botpress container - let it render but don't interfere with layout */
.bpChatContainer {
    pointer-events: none;
}
.bpChatContainer * {
    pointer-events: auto;
}/* =====================================================
   V2 Design — AC Inorms
   ===================================================== */

/* Design tokens */
:root {
  --v2-orange: #FC602C;
  --v2-orange-dark: #EF531F;
  --v2-gradient: linear-gradient(90deg, #FD612D 12%, #EA4E1A 85%);
  --v2-btn-border: #E94D19;
  --v2-star: #FC9700;
  --v2-content: 948px;
  --v2-font-condensed: 'Roboto Condensed', sans-serif;
  --v2-font-body: 'Roboto', sans-serif;
  --v2-divider: #323232;
  --v2-footer-bg: #2E2D2D;
}

/* =====================================================================
   V2 DESIGN (everything below is scoped under .design-v2)
   Above this line is v1's styles.css (bundled in for the shared classes
   v2 reuses: .footer__*, ._ibg, ._container, the menu base).

   Breakpoints — aligned to the v1 scale:
     ≤1024px  tablet  — desktop nav → burger; industries 4→3 cols
     ≤768px   mobile  — hero shrinks; industries/services/docs → 1 col; footer → 2 col
     ≤480px   small   — clients grid 3→2 cols
   ===================================================================== */

/* ── Reset helpers ── */
.design-v2 * { box-sizing: border-box; }

/* ── Header ── */
.design-v2 .v2-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: #fff;
  height: 71px;
}
.design-v2 .v2-header__container { height: 100%; }
.design-v2 .v2-header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.design-v2 .v2-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.design-v2 .v2-header__logo img,
.design-v2 .v2-header__logo svg { height: 60px; width: auto; }

/* desktop: taller header bar + larger logo, per the mockup. The white bar is
   93px so it covers the logo (81px) plus a ~6px white strip top & bottom; the
   logo is centred (no nav margin) so the bottom strip stays white when scrolled. */
@media (min-width: 1025px) {
  .design-v2 .v2-header { height: 93px; }
  .design-v2 .v2-header__logo img,
  .design-v2 .v2-header__logo svg { height: 81px; width: 164px; }
}

/* nav menu */
.design-v2 .v2-header .menu { flex: 1; }
.design-v2 .v2-header .menu__list {
  display: flex;
  list-style: none;
  margin: 0 10px; padding: 0;
  gap: 0;
}
.design-v2 .v2-header .menu__item { position: relative; }
.design-v2 .v2-header .menu__link {
  color: #1a1a1a;
  text-decoration: none;
  font-family: var(--v2-font-body);
  /* fluid: 18px at the desktop design width (~1440) per the mockup, easing down
     to 15px toward the burger threshold so 7 items + the larger logo still fit */
  font-size: clamp(15px, calc(15px + (100vw - 1024px) * 0.0072115), 18px);
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  /* nav item spacing, fluid: 16px at the desktop design width (~1440), easing to
     6px toward the burger threshold so the 7 items + 18px text + larger logo fit
     without overflowing the viewport. 0.024038 = (16-6)/(1440-1024) */
  padding: 0 clamp(6px, calc(6px + (100vw - 1024px) * 0.024038), 16px);
  height: 71px;
}
.design-v2 .v2-header .menu__link,
.design-v2 .v2-header .menu__item { background: transparent !important; }
/* kill the v1 "_effect" hover-fill pseudo (paints a grey box behind nav items) */
.design-v2 .v2-header .menu__link::before,
.design-v2 .v2-header .menu__link::after { display: none !important; }
.design-v2 .v2-header .menu__link:hover,
.design-v2 .v2-header .menu__item:hover > .menu__link {
  color: #1a1a1a;
  text-decoration: underline;
  text-decoration-color: #1a1a1a;
  text-underline-offset: 6px;
}
.design-v2 .v2-header .menu__link img { filter: invert(1) brightness(0); }
/* dropdown chevron: keep it visible at all times (don't swap to the hidden hover variant) */
.design-v2 .v2-header .menu__arrow { margin-left: 0; }
.design-v2 .v2-header .menu__arrow img {
  filter: none;
  opacity: 1;
  width: 18px;
  height: auto;
}
.design-v2 .v2-header .menu__arrow img.hover { display: none !important; }
.design-v2 .v2-header .menu__arrow img.default { display: inline-block !important; }

/* dropdown — flat solid orange, centered under its parent item */
.design-v2 .v2-header .menu__sub-list {
  display: none;
  position: absolute;
  top: calc(100% - 11px);
  left: 50%;
  margin: 0;
  background: #F1571F;
  padding: 12px 0;
  list-style: none;
  z-index: 400; /* above the search bar (z-index 90) */
  /* neutralize the v1 menu hover animation (the "shimmer") + the v1 critical's
     pointer-events:none (which made the dropdown click-through / lose hover) */
  transform: translateX(-50%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
  pointer-events: auto !important;
}
.design-v2 .v2-header .menu__item:hover .menu__sub-list { display: block; }
/* triangle centered, pointing up at the parent item */
.design-v2 .v2-header .menu__sub-list::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #F1571F;
}
.design-v2 .v2-header .menu__sub-list li { margin: 0; padding: 0; }
.design-v2 .v2-header .menu__sub-link {
  color: #fff;
  text-decoration: none;
  font-family: var(--v2-font-body);
  /* same size as the top-level nav items (18px at the desktop design width) */
  font-size: clamp(15px, calc(15px + (100vw - 1024px) * 0.0072115), 18px);
  font-weight: 400;
  display: block;
  padding: 5px 18px;
  white-space: nowrap;
  background: transparent !important;
  transition: none !important;
}
.design-v2 .v2-header .menu__sub-link::before,
.design-v2 .v2-header .menu__sub-link::after { display: none !important; }
.design-v2 .v2-header .menu__sub-link:hover { text-decoration: underline; }

/* actions */
.design-v2 .v2-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.design-v2 .v2-header__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  width: 38px; height: 38px;
  flex-shrink: 0;
}
.design-v2 .v2-header__lang {
  position: relative;
}
.design-v2 .v2-header__lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1a1a;
  font-size: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.design-v2 .v2-header__lang-globe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #1a1a1a;
  flex-shrink: 0;
}
.design-v2 .v2-header__lang-label { font-weight: 500; }
.design-v2 .v2-header__lang-chevron { margin-left: 0; }
/* language dropdown — opens on CLICK; narrow dark column flush under the globe (as v1) */
.design-v2 .v2-header__lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1a1a1a;
  padding: 0;
  width: 38px;
  z-index: 400; /* above the search bar (z-index 90) */
}
.design-v2 .v2-header__lang.is-open .v2-header__lang-menu { display: block; }
/* on open the globe badge squares off and butts up against the menu */
.design-v2 .v2-header__lang.is-open .v2-header__lang-globe { border-radius: 0; }
.design-v2 .v2-header__lang-item {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 7px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.design-v2 .v2-header__lang-item:hover { color: var(--v2-orange); }
.design-v2 .v2-header__lang-item.is-current { text-decoration: underline; text-underline-offset: 4px; }

/* search bar (below header) */
/* search dropdown — white bar with a rounded bordered field (as v1) */
.design-v2 .v2-header__search-bar {
  position: fixed;
  top: 71px; left: 0; right: 0;
  background: #fff;
  padding: 8px 0 12px;
  z-index: 90;
  box-shadow: 0 8px 16px rgba(0,0,0,0.06);
}
.design-v2 .v2-header__search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  padding: 0 18px;
  height: 38px;
}
.design-v2 .v2-header__search-ic { flex-shrink: 0; }
.design-v2 .v2-header__search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}

/* burger / mobile menu */
/* ── Burger → X (matches v1's .icon-menu) ── */
.design-v2 .v2-header__burger {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  width: 29px; height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
}
.design-v2 .v2-header__burger span {
  display: block;
  width: 100%; height: 2px;
  background: #1a1a1a;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.design-v2 .v2-header__burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.design-v2 .v2-header__burger.is-open span:nth-child(2) { opacity: 0; }
.design-v2 .v2-header__burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ── Mobile menu — full-screen overlay, right-aligned (matches v1) ── */
.design-v2 .v2-header__mobile-menu {
  position: fixed;
  top: 71px; left: 0; right: 0; bottom: 0;
  background: #fff;
  padding: 40px 20px 40px;
  z-index: 99;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.design-v2 .v2-header__mobile-menu .menu { display: block; width: 100%; }
.design-v2 .v2-header__mobile-menu .menu__list {
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.design-v2 .v2-header__mobile-menu .menu__item { width: 100%; text-align: right; }
.design-v2 .v2-header__mobile-menu .menu__item:not(:last-child) { margin-bottom: 28px; }
.design-v2 .v2-header__mobile-menu .menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0;
  height: auto;
  font-size: 24px;
  color: #1a1a1a;
}
.design-v2 .v2-header__mobile-menu .menu__arrow { transition: transform 0.2s ease; }
.design-v2 .v2-header__mobile-menu .menu__item.is-open > .menu__link .menu__arrow { transform: rotate(180deg); }
/* submenus as a right-aligned accordion (override the desktop absolute orange dropdown) */
.design-v2 .v2-header__mobile-menu .menu__sub-list {
  display: none;
  position: static;
  transform: none !important;
  background: transparent;
  padding: 16px 0 0;
  margin-top: 16px;
  min-width: 0;
  z-index: auto;
}
.design-v2 .v2-header__mobile-menu .menu__sub-list::before { display: none; }
.design-v2 .v2-header__mobile-menu .menu__item.is-open > .menu__sub-list { display: block; }
.design-v2 .v2-header__mobile-menu .menu__sub-list li { display: block; text-align: right; }
.design-v2 .v2-header__mobile-menu .menu__sub-list li:not(:last-child) { margin-bottom: 16px; }
.design-v2 .v2-header__mobile-menu .menu__sub-link {
  display: block;
  padding: 0;
  color: #444;
  font-size: 20px;
  text-align: right;
  text-decoration: none;
}
/* search box (matches v1: bordered field + black square button) */
.design-v2 .v2-mobile-search {
  display: flex;
  align-items: stretch;
  margin-top: 40px;
  width: 248px;
  max-width: 100%;
}
.design-v2 .v2-mobile-search__input {
  flex: 1;
  min-width: 0;
  height: 43px;
  border: 1px solid #000;
  border-right: none;
  padding: 0 14px;
  font-size: 16px;
  font-family: var(--v2-font-condensed);
  background: #fff;
}
.design-v2 .v2-mobile-search__input::placeholder { color: #444; }
.design-v2 .v2-mobile-search__btn {
  width: 50px; height: 43px;
  flex-shrink: 0;
  background: #000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* email / phone contact icons */
.design-v2 .v2-mobile-contacts {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.design-v2 .v2-mobile-contacts__icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Hero ── */
.design-v2 .v2-hero {
  background: #fff;
  padding: 71px 0 32px;
}
.design-v2 .v2-hero__container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 413px;
  background: #1a1a1a center/cover no-repeat;
  /* desktop hero crop — the darkening is already baked into the exported image */
  background-image: var(--hero-d);
  /* keep the photo inside the container's gutters so its edges line up with the
     logo and every other section's content (not bleeding into the 20px padding) */
  background-origin: content-box;
  background-clip: content-box;
  overflow: hidden;
}
/* desktop: clear the taller 93px fixed header (placed after the base rules so it wins) */
@media (min-width: 1025px) {
  .design-v2 .v2-hero { padding-top: 93px; }
  .design-v2 .v2-header__search-bar { top: 93px; }
}
.design-v2 .v2-hero__content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  color: white;
  padding: 0 40px;
}
.design-v2 .v2-hero__title {
  font-family: var(--v2-font-condensed);
  font-size: 50px;          /* tablet (style_24Y8IM); desktop bumps to 56 */
  font-weight: 700;
  line-height: normal;      /* Figma tablet/mobile title is Auto */
  margin: 0 0 15px;
}
.design-v2 .v2-hero__text {
  font-size: 15px;          /* tablet (style_F16LAU); desktop 18, mobile 13 */
  line-height: normal;      /* Figma body text is Auto */
  margin: 0 0 32px;
}
.design-v2 .v2-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;       /* padding-based (no fixed w/h) → ≈tablet 170×50 */
  background: var(--v2-gradient);
  border: 1px solid var(--v2-btn-border);
  color: white;
  font-family: var(--v2-font-condensed);  /* style_9IMLOD — Condensed Medium */
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

/* desktop hero typography — exact values from Figma "Main" (desktop) frame.
   Placed after the base rules so equal-specificity media overrides win.
   Base (50/15) intentionally matches Figma's "Главная планшет" (tablet). */
@media (min-width: 1025px) {
  .design-v2 .v2-hero__content {
    max-width: 550px;       /* Txt main = 501 text width + 49 left offset (border-box) */
    padding: 0 0 0 49px;    /* Figma content x:49 within the hero photo; no right gutter */
  }
  .design-v2 .v2-hero__title {
    font-size: 56px;        /* style_XDYQ5A — Roboto Condensed Bold 56 */
    line-height: 1.2553;    /* 125.53% */
    margin: 0 0 10px;       /* gap title→text */
  }
  .design-v2 .v2-hero__text {
    font-size: 18px;        /* style_3OKZGQ — Roboto Regular 18 */
    line-height: normal;    /* Figma "Auto" (~1.17) */
    margin: 0 0 18px;       /* gap text→button */
  }
  .design-v2 .v2-hero__button {
    padding: 14px 40px;     /* widen on desktop → ≈200×50 like Figma (font/weight from base) */
  }
}

/* ── Section heading pattern ── */
.design-v2 .v2-industries__title,
.design-v2 .v2-services__title,
.design-v2 .v2-docs__title,
.design-v2 .v2-clients__title,
.design-v2 .v2-reviews__title {
  font-family: var(--v2-font-condensed);
  font-size: 30px;            /* tablet (style_7BDCW2); desktop 36, mobile 20 */
  font-weight: 700;
  line-height: 1.2553;        /* 125.53% — all breakpoints */
  color: #000;
  margin: 0 0 40px;
  padding-bottom: 18px;
  border-bottom: 1px solid #323232;  /* fill_WZ7GNY */
  text-align: center;         /* all section headings are centered (confirmed against the mockup) */
}

/* ── Industries grid ── */
.design-v2 .v2-industries { padding: 71px 0 80px; }
.design-v2 .v2-industries__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.design-v2 .v2-tile {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
  background: #3a3a3a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  color: white;
}
.design-v2 .v2-tile__image {
  position: absolute;
  inset: 0;
}
.design-v2 .v2-tile__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0) 70%);
}
.design-v2 .v2-tile__image img {
  width: 100%; height: 100%; object-fit: cover;
}
.design-v2 .v2-tile__title {
  position: relative;
  z-index: 1;
  font-family: var(--v2-font-body);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.design-v2 .v2-tile__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;       /* ~42px tall like Figma (was fixed 31px) */
  background: var(--v2-gradient);
  border: 1px solid var(--v2-btn-border);
  border-radius: 3px;
  color: white;
  font-family: var(--v2-font-condensed);
  font-size: 15px;          /* tablet/mobile (style_WWKV8Q); desktop 18 */
  font-weight: 500;         /* Condensed Medium */
  align-self: flex-start;
}

/* ── Offer sub-section ── */
.design-v2 .v2-offer {
  padding: 56px 0;
  background: white;
  text-align: center;
}
.design-v2 .v2-offer__inner {
  position: relative;
  max-width: 452px;          /* bracket-box width measured from the mockup */
  margin: 0 auto;
  padding: 32px 67px 27px;   /* bracket→text insets from the mockup */
}
.design-v2 .v2-offer__title {
  font-family: var(--v2-font-body);
  font-size: 25px;           /* measured cap-height ~18px */
  font-weight: 700;
  color: #000;
  margin: 0 0 18px;
}
.design-v2 .v2-offer__text {
  font-size: 14px;
  line-height: normal;
  color: #000;
  margin: 0 auto;
}
.design-v2 .v2-offer__angle {
  position: absolute;
  width: 11px;               /* horizontal arm */
  height: 24px;              /* vertical arm (asymmetric L, per the mockup) */
  border: 0 solid #DBDBDB;
}
.design-v2 .v2-offer__angle--tl { top: 0; left: 0; border-top-width: 2px; border-left-width: 2px; }
.design-v2 .v2-offer__angle--tr { top: 0; right: 0; border-top-width: 2px; border-right-width: 2px; }
.design-v2 .v2-offer__angle--bl { bottom: 0; left: 0; border-bottom-width: 2px; border-left-width: 2px; }
.design-v2 .v2-offer__angle--br { bottom: 0; right: 0; border-bottom-width: 2px; border-right-width: 2px; }

/* ── Inner page banner (image + title combined; Figma page design) ── */
.design-v2 .v2-page-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 850 / 350;   /* pageBannerV2 transform ratio (~2.43:1) */
  overflow: hidden;
  border-radius: 4px;
  margin: 0 0 16px;
}
.design-v2 .v2-page-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-v2 .v2-page-hero__title {
  position: absolute;
  left: 20px;          /* aligns with the body-text inset (tablet/mobile gutter); desktop overrides to 40 */
  bottom: 20px;
  z-index: 2;
  margin: 0;
  padding: 10px;       /* Figma: 10px all sides */
  background: linear-gradient(270deg, #FD612D 20%, #EE521E 85%);  /* Figma title gradient */
  border: 1px solid #E94D19;
  color: #fff;
  font-family: var(--v2-font-condensed);
  font-weight: 700;
  font-size: 30px;     /* desktop/tablet; mobile 20 */
  line-height: 1.2553;
}
.design-v2 .v2-page-hero__seal {
  position: absolute;
  top: 30px;           /* Figma desktop/tablet inset; mobile 20 */
  right: 30px;
  z-index: 2;
  width: 47px;         /* desktop/tablet; mobile 38 */
  height: 47px;
  overflow: hidden;
}
/* the brand seal is an inline SVG (natural ~85px) — constrain it to the 47px box so it isn't clipped */
.design-v2 .v2-page-hero__seal img,
.design-v2 .v2-page-hero__seal svg { display: block; width: 100%; height: 100%; object-fit: contain; }
/* desktop: the banner is a bit wider than the content column (overhangs both sides);
   on tablet/mobile it stays at 100% of the content column (full content width) */
@media (min-width: 1025px) {
  .design-v2 .v2-page-hero {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
  }
  /* title aligns with the body text (which is 40px inside the overhanging banner) */
  .design-v2 .v2-page-hero__title { left: 40px; bottom: 40px; }
}
/* tablet/mobile: banner is full BROWSER width (edge-to-edge), breaking out of the content column.
   width:auto lets the block stretch between the negative side margins to exactly 100vw. */
@media (max-width: 1024px) {
  .design-v2 .v2-page-hero {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }
  /* tablet: drop the 850px cap so breadcrumb + content fill the gutter-to-gutter width and
     start at the same left line as the logo & banner title (default centres/drifts >850px).
     Keep them CENTRED (margin auto / _container) so the banner's full-bleed calc still holds. */
  .design-v2 .breadcrumbs__container { max-width: none; padding-left: 20px; padding-right: 20px; }
  .design-v2 .richcontent__body { max-width: none; }
}

/* ── Video section (Блоки 5) ── */
.design-v2 .v2-video {
  background: white;
  padding: 40px 0 80px;
}
/* video embed sizing (self-contained so the v2 home doesn't need v1's index.critical.css) */
.design-v2 .content__video {
  max-width: 1090px;
  margin: 0 auto;
}

/* ── Services (alternating image / text rows) ── */
.design-v2 .v2-services { padding: 80px 0; background: #fff; }
.design-v2 .v2-services__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.design-v2 .v2-service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.design-v2 .v2-service-row--rev .v2-service-row__media { order: 2; }
.design-v2 .v2-service-row__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}
.design-v2 .v2-service-row__media img,
.design-v2 .v2-service-row__media picture {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.design-v2 .v2-service-row__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.design-v2 .v2-service-row__title {
  font-family: var(--v2-font-body);
  font-weight: 600;         /* SemiBold (style_HYEPNW/5QUECC/K393HA) — was 700 */
  font-size: 24px;          /* tablet (style_5QUECC); desktop 28, mobile 20 */
  margin: 0;
}
.design-v2 .v2-service-row__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;   /* Figma icon circle 34×34 */
  flex-shrink: 0;
  /* icon gradient (fill_JBS4ME) is the orange-vars pair, not the button gradient */
  background: linear-gradient(90deg, var(--v2-orange) 20%, var(--v2-orange-dark) 85%);
  border: 1px solid var(--v2-btn-border);
  border-radius: 2px;
}
.design-v2 a.v2-service-row--link {
  text-decoration: none;
  color: inherit;
}
.design-v2 .v2-service-row__text {
  font-size: 15px;          /* tablet (style_F16LAU); desktop 18, mobile 13 */
  line-height: normal;      /* Figma body is Auto */
}
/* CKEditor body output (rich text with links) — paragraph spacing + link style */
.design-v2 .v2-service-row__text p,
.design-v2 .v2-doc-card__text p { margin: 0 0 0.8em; }
.design-v2 .v2-service-row__text p:last-child,
.design-v2 .v2-doc-card__text p:last-child { margin-bottom: 0; }
.design-v2 .v2-service-row__text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Documentation cards ── */
.design-v2 .v2-docs { padding: 80px 0; }
/* docs block is inset narrower than full-width sections (matches the mockup) */
.design-v2 .v2-docs__title,
.design-v2 .v2-docs__grid { max-width: 1290px; margin-left: auto; margin-right: auto; }  /* desktop full inset (tablet 755) */
.design-v2 .v2-docs__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;                /* desktop gutter between cards */
}
.design-v2 .v2-doc-card__arrow svg { width: 40px; height: 32px; }  /* Figma arrow is non-square */
.design-v2 .v2-doc-card {
  display: flex;
  flex-direction: column;
  padding: 40px;            /* desktop inner padding (tablet 20) */
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 28.8px rgba(0,0,0,0.11);
  background: #fff;
  transition: box-shadow 0.2s;
  min-height: 200px;
}
.design-v2 .v2-doc-card:hover { box-shadow: 0 0 40px rgba(0,0,0,0.18); }
.design-v2 .v2-doc-card--active {
  background: var(--v2-gradient);
  color: white;
  box-shadow: none;
}
.design-v2 .v2-doc-card__title {
  font-weight: 600;         /* SemiBold (style_HYEPNW) — was 700 */
  font-size: 24px;          /* tablet/mobile; desktop 28 */
  margin-bottom: 12px;
}
.design-v2 .v2-doc-card__text {
  font-size: 15px;          /* tablet/mobile (style_F16LAU); desktop 18 */
  line-height: normal;      /* Figma body is Auto */
  flex: 1;
}
.design-v2 .v2-doc-card__text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.design-v2 .v2-doc-card--active .v2-doc-card__text a { color: #fff; }
.design-v2 .v2-doc-card__arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  color: var(--v2-orange);
}
.design-v2 .v2-doc-card--active .v2-doc-card__arrow { color: white; }

/* ── Clients / Logos ── */
.design-v2 .v2-clients { padding: 80px 0; }
.design-v2 .v2-clients__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.design-v2 .v2-clients__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  border-right: 1px solid #e8e8e8;
  min-height: 120px;
  min-width: 0; /* let the 1fr track shrink below the logo's intrinsic width (no overflow) */
}
.design-v2 .v2-clients__cell:nth-child(7n) { border-right: none; }
.design-v2 .v2-clients__cell img {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

/* ── Reviews / Testimonials ── */
.design-v2 .v2-reviews { padding: 80px 0; }
.design-v2 .v2-review {
  border-bottom: 1px solid #333;
  padding: 22px 0 28px;
}
.design-v2 .v2-review__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.design-v2 .v2-review__stars {
  display: flex;
  gap: 2px;
}
.design-v2 .v2-review__stars svg { width: 11px; height: 12px; }  /* Figma star 11×12 */
.design-v2 .v2-review__author { font-weight: 600; font-size: 15px; }  /* desktop 18 */
.design-v2 .v2-review__post { font-size: 12px; color: #000; margin-bottom: 28px; }  /* desktop 14; color was #666 */
.design-v2 .v2-review__text {
  font-size: 15px;          /* desktop 18 (style_3OKZGQ) */
  line-height: normal;      /* Figma body is Auto — was 1.6 */
  margin: 0;
}

/* ── CTA banner ── */
.design-v2 .v2-cta {
  padding: 56px 0;
  background: #111 center/cover no-repeat;
  color: white;
  display: flex;
  align-items: center;
  min-height: 290px;
}
.design-v2 .v2-cta__container { width: 100%; }
.design-v2 .v2-cta__title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 50px;
  color: white;
  margin: 0 0 24px;
}
.design-v2 .v2-cta__text {
  font-size: 15px;          /* tablet (style_F16LAU); desktop 18, mobile 13 */
  line-height: normal;      /* Figma body is Auto — was 1.6 */
  max-width: 640px;
  margin: 0 0 32px;
}
.design-v2 .v2-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;       /* padding-based (no fixed w/h) → ≈tablet 170×50 */
  background: var(--v2-gradient);
  border: 1px solid var(--v2-btn-border);
  color: white;
  font-family: var(--v2-font-condensed);
  font-size: 20px;          /* style_9IMLOD; mobile 15 */
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

/* ── Footer ── */
.design-v2 .v2-footer {
  background: var(--v2-footer-bg);
  color: white;
  padding: 25px 0 0;
}
.design-v2 .v2-footer__body {
  display: flex;
  justify-content: space-between;  /* 6 columns spread across the full row (per Figma) */
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #959494;  /* Figma desktop rule color */
}
.design-v2 .v2-footer__logo img,
.design-v2 .v2-footer__logo svg { width: 100px; height: 100px; }  /* desktop (tablet 110, mobile 90) */
.design-v2 .v2-footer__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.design-v2 .v2-footer__col a {
  color: white;
  text-decoration: underline;
  font-size: 14px;          /* style_9DQMCT — was 12 */
}
.design-v2 .v2-footer__col--address,
.design-v2 .v2-footer__col--contact { font-size: 14px; line-height: 1.8; }  /* style_1P67Y7 — was 12 */
.design-v2 .v2-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;  /* only the copyright remains here now */
  padding: 20px 0;
}
.design-v2 .v2-footer__copyright { font-size: 14px; color: #959494; }  /* desktop (tablet 18, mobile 12) */
.design-v2 .v2-footer__social {
  display: flex;
  flex-direction: column;       /* two icons stacked vertically at the far right (per Figma) */
  gap: 9px;
  align-items: center;
}
.design-v2 .v2-footer__social a { color: white; display: inline-flex; }
.design-v2 .v2-footer__social img,
.design-v2 .v2-footer__social svg { width: 30px; height: 30px; }  /* desktop (tablet 32) */

/* ── Desktop (≥1025) exact Figma sizes — base values above are the tablet frame's ── */
@media (min-width: 1025px) {
  .design-v2 .v2-industries__title,
  .design-v2 .v2-services__title,
  .design-v2 .v2-docs__title,
  .design-v2 .v2-clients__title,
  .design-v2 .v2-reviews__title { font-size: 36px; }     /* style_MZ7TXA */
  .design-v2 .v2-tile__title { font-size: 28px; }          /* style_HYEPNW */
  .design-v2 .v2-tile__cta { font-size: 18px; }            /* style_AXB6UR */
  .design-v2 .v2-services__list { gap: 40px; }
  .design-v2 .v2-service-row__title { font-size: 28px; }   /* style_HYEPNW */
  .design-v2 .v2-service-row__text { font-size: 18px; }    /* style_3OKZGQ */
  .design-v2 .v2-doc-card__title { font-size: 28px; margin-bottom: 20px; }  /* style_HYEPNW */
  .design-v2 .v2-doc-card__text { font-size: 18px; }       /* style_3OKZGQ */
  .design-v2 .v2-review__author { font-size: 18px; }       /* style_LHLGC7 */
  .design-v2 .v2-review__post { font-size: 14px; }         /* style_1P67Y7 */
  .design-v2 .v2-review__text { font-size: 18px; }         /* style_3OKZGQ */
  .design-v2 .v2-cta__title { font-size: 56px; }           /* style_YGYGPV */
  .design-v2 .v2-cta__text { font-size: 18px; }            /* style_3OKZGQ */
  .design-v2 .v2-cta__button { padding: 14px 40px; }       /* ≈200×50 (font 20 from base) */
}

/* ── "Load more" button for collapsed grids (mobile only) ── */
.design-v2 .v2-load-more { display: none; }
.design-v2 .v2-load-more.is-hidden { display: none !important; }
@keyframes v2-reveal {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

/* ─────────────────────────────────────────────────────
   Responsive
   ───────────────────────────────────────────────────── */

/* Tablet ≤1024 */
@media (max-width: 1024px) {
  .design-v2 .v2-header .menu { display: none; }
  .design-v2 .v2-header__mobile-menu .menu { display: block; }
  .design-v2 .v2-header__burger { display: flex; }
  .design-v2 .v2-header__search-btn,
  .design-v2 .v2-header__lang-label,
  .design-v2 .v2-header__lang-chevron { display: none; }
  /* tablet header bar: logo left, lang(globe)+burger grouped right (default flow) */
  .design-v2 .v2-hero__container {
    min-height: 575px;
    /* full-bleed from tablet down — image spans the whole viewport, not just the content column */
    background-image: var(--hero-t);
    background-origin: border-box;
    background-clip: border-box;
  }
  .design-v2 .v2-industries__grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
  .design-v2 .v2-tile { aspect-ratio: 230 / 187; }   /* Figma tablet tile */
  .design-v2 .v2-service-row { gap: 32px; }
  /* clients stay 7-col on tablet (matches the tablet mockup); tighten cells so 7 fit */
  .design-v2 .v2-clients__cell { padding: 18px 8px; }
  .design-v2 .v2-offer__inner { max-width: 540px; }
  .design-v2 .v2-docs__title,
  .design-v2 .v2-docs__grid { max-width: 755px; }
  .design-v2 .v2-docs__grid { gap: 27px; }      /* tablet card gutter */
  .design-v2 .v2-doc-card { padding: 20px; }   /* tablet inner padding (desktop 40) */
  .design-v2 .v2-cta__title { margin: 0 0 16px; }
  .design-v2 .v2-cta__text { margin: 0 0 20px; }
  .design-v2 .v2-footer__col--nav2 { display: none; }      /* tablet drops the SGR/EAC nav column */
  .design-v2 .v2-footer__body { border-bottom-color: #fff; }  /* tablet rule is white */
  .design-v2 .v2-footer__copyright { font-size: 18px; }   /* tablet (style_3OKZGQ) */
  .design-v2 .v2-footer__logo img,
  .design-v2 .v2-footer__logo svg { width: 110px; height: 110px; }
  .design-v2 .v2-footer__social img,
  .design-v2 .v2-footer__social svg { width: 34px; height: 34px; }  /* Figma tablet social */
}

/* Mobile ≤767 */
@media (max-width: 768px) {
  /* mobile header bar: lang(globe) left, logo centered, burger right */
  .design-v2 .v2-header__actions { display: contents; }
  .design-v2 .v2-header__lang { order: 1; }
  .design-v2 .v2-header__logo { order: 2; flex: 1; justify-content: center; }
  .design-v2 .v2-header__burger { order: 3; }
  .design-v2 .v2-hero__title { font-size: 36px; }   /* style_1KRWCT */
  .design-v2 .v2-hero { padding: 81px 0 20px; }
  .design-v2 .v2-hero__container {
    min-height: 371px;
    /* mobile crop, full-bleed edge-to-edge; darkening is baked into the image, no extra overlay */
    background-image: var(--hero-m);
    background-origin: border-box;
    background-clip: border-box;
  }
  .design-v2 .v2-hero__content { max-width: 100%; padding: 0 20px; }
  .design-v2 .v2-hero__text { font-size: 13px; }            /* style_XAPDVA */
  .design-v2 .v2-hero__button { font-size: 15px; padding: 12px 24px; }  /* style_WWKV8Q, ≈144×44 */

  /* section headings shrink to 20 and center on mobile (style_T37WG8) */
  .design-v2 .v2-industries__title,
  .design-v2 .v2-services__title,
  .design-v2 .v2-docs__title,
  .design-v2 .v2-clients__title,
  .design-v2 .v2-reviews__title { font-size: 20px; text-align: center; }
  .design-v2 .v2-service-row__title { font-size: 20px; }    /* style_K393HA */
  .design-v2 .v2-service-row__text { font-size: 13px; }     /* style_XAPDVA */
  .design-v2 .v2-cta__text { font-size: 13px; }             /* style_XAPDVA */
  .design-v2 .v2-cta__button { font-size: 15px; padding: 12px 24px; }   /* style_WWKV8Q */
  .design-v2 .v2-page-hero { aspect-ratio: 16 / 10; }   /* banner is taller on mobile */
  .design-v2 .v2-page-hero__title { font-size: 20px; }  /* style; left/bottom/padding from base = 20/20/10 */
  .design-v2 .v2-page-hero__seal { width: 38px; height: 38px; top: 20px; right: 20px; }

  .design-v2 .v2-header__search-btn { display: none; }

  .design-v2 .v2-industries__grid { grid-template-columns: 1fr; gap: 30px; }
  .design-v2 .v2-tile { aspect-ratio: 11 / 5; justify-content: flex-start; gap: 10px; padding: 16px; }
  .design-v2 .v2-tile__cta { margin-top: auto; }
  .design-v2 .v2-offer__title { font-size: 18px; }

  /* collapsed grids + load-more button */
  .design-v2 .v2-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: 24px auto 0;
    padding: 0 28px;
    height: 46px;
    background: var(--v2-gradient);
    border: 1px solid var(--v2-btn-border);
    color: #fff;
    font-family: var(--v2-font-condensed);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }
  .design-v2 .v2-industries__grid.v2-collapsible:not(.is-expanded) > .v2-tile.v2-hide-mobile { display: none; }
  .design-v2 .v2-industries__grid.v2-collapsible.is-expanded > .v2-tile.v2-hide-mobile { animation: v2-reveal 0.45s ease both; }

  /* services on mobile: no images, just heading + arrow + text stacked */
  .design-v2 .v2-service-row { display: block; }
  .design-v2 .v2-service-row__media { display: none; }
  .design-v2 .v2-services__list.v2-collapsible:not(.is-expanded) > .v2-service-row.v2-hide-mobile { display: none; }
  .design-v2 .v2-services__list.v2-collapsible.is-expanded > .v2-service-row.v2-hide-mobile { animation: v2-reveal 0.45s ease both; }

  .design-v2 .v2-docs__grid { grid-template-columns: 1fr; }
  .design-v2 .v2-docs__grid.v2-collapsible:not(.is-expanded) > .v2-doc-card.v2-hide-mobile { display: none; }
  .design-v2 .v2-docs__grid.v2-collapsible.is-expanded > .v2-doc-card.v2-hide-mobile { animation: v2-reveal 0.45s ease both; }

  .design-v2 .v2-video { padding: 24px 0 48px; }

  /* logos block is hidden on mobile (per the Figma mockup) */
  .design-v2 .v2-clients { display: none; }

  .design-v2 .v2-cta { min-height: auto; padding: 40px 0; }
  .design-v2 .v2-cta__title { font-size: 36px; line-height: 1.2; }
  .design-v2 .v2-cta__text { margin-bottom: 16px; }

  .design-v2 .v2-footer__col--nav1,
  .design-v2 .v2-footer__col--nav2,
  .design-v2 .v2-footer__col--contact { display: none; }   /* mobile: only logo + address + social + copyright */
  .design-v2 .v2-footer__logo img,
  .design-v2 .v2-footer__logo svg { width: 90px; height: 90px; }
  .design-v2 .v2-footer__social img,
  .design-v2 .v2-footer__social svg { width: 25px; height: 25px; }
  .design-v2 .v2-footer__copyright { font-size: 12px; }
}

/* (clients/logos block is hidden below 768px, so no <=480 grid rules needed) */
