@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --geo-ink: #061626;
  --geo-ink-soft: #123346;
  --geo-blue: #0a5c7f;
  --geo-teal: #29c7d2;
  --geo-orange: #2f6f95;
  --geo-paper: #f2f7f9;
  --geo-line: rgba(6, 22, 38, 0.14);
  --geo-white-line: rgba(255, 255, 255, 0.2);
  --geo-radius: 0.42rem;
}

/* ---------------------------------------------------------------------------
   Широкие мониторы.

   В шаблоне контейнер жёстко ограничен 86rem — это 1376 px на любом экране.
   На мониторе 2560 px по бокам оставалось 1184 px пустоты, почти половина
   ширины окна. Расширяем ступенями: поля остаются, но перестают съедать
   половину экрана. Верхняя ступень намеренно не «во всю ширину» — строки
   текста нужной длины важнее заполненности.

   Правило должно идти позже шаблонного (`site-page.css`), иначе не сработает:
   оба объявления на :root, побеждает то, что ниже по порядку подключения.
--------------------------------------------------------------------------- */
@media (min-width: 1500px) {
  :root {
    --container--large: 92rem;
  }
}

@media (min-width: 1800px) {
  :root {
    --container--large: 100rem;
  }
}

@media (min-width: 2100px) {
  :root {
    --container--large: 108rem;
  }
}

@media (min-width: 2400px) {
  :root {
    --container--large: 116rem;
  }
}

@media (min-width: 2800px) {
  :root {
    --container--large: 124rem;
  }
}

html {
  letter-spacing: 0 !important;
}

/* scroll-behavior: smooth здесь НЕ ставим.

   Оно распространяется и на программную прокрутку, которой пользуется
   ScrollTrigger при пересчёте закреплённых блоков, — GSAP прямо не советует
   их сочетать. Плавность там, где она нужна (переходы по якорям, кнопка
   «наверх»), задаётся точечно в самом вызове прокрутки.

   Блокировка прокрутки: класс вешает заглушка вместо прежней библиотеки —
   загрузчику и открытому меню нужно временно запретить прокрутку. Раньше
   правило требовало двух классов сразу (`.lenis.lenis-stopped`), и после
   отказа от библиотеки блокировка перестала бы работать вовсе. */
html.lenis-stopped,
html.lenis-stopped body {
  overflow: hidden !important;
}

body.geo-adapted section[id] {
  scroll-margin-top: 6.5rem;
}

.geo-hidden,
.geo-muted-original,
.geo-hidden-section {
  display: none !important;
}

/* Leftover Zetta "shutter" scroll transition (50 animated bar divs, GSAP-driven
   via inline <script data-animation-sticky>): not part of the Geoelektronika
   design, was firing broken/half-revealed on the team section. */
.section_transition {
  display: none !important;
}

.button_main_icon {
  border-radius: 0.42rem !important;
}

.geo-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: currentColor;
  text-decoration: none;
}

.geo-brand-mark {
  width: 3.1rem;
  height: 2.35rem;
  object-fit: contain;
}

.geo-brand-word {
  display: block;
  color: currentColor;
  font-size: clamp(0.76rem, 0.78vw, 0.95rem);
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar_component .navbar_brand-wrapper,
.new-footer_logo {
  color: #fff;
}

.navbar_component .geo-brand-mark,
.section_footer .geo-brand-mark {
  filter: brightness(0) invert(1);
}

.navbar_link-text,
.button_text,
.clickable_text,
.footer_link,
.footer_link-small {
  letter-spacing: 0 !important;
}

.navbar_list {
  gap: clamp(0.65rem, 0.9vw, 1.25rem) !important;
}

.navbar_link-text {
  white-space: nowrap;
  font-size: clamp(0.88rem, 0.95vw, 1.02rem);
}

/* Hero */
.geo-home-hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: clip;
  background: #02101d;
}

.geo-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1, 13, 24, 0.94) 0%, rgba(1, 13, 24, 0.86) 39%, rgba(1, 13, 24, 0.18) 60%, rgba(1, 13, 24, 0.1) 100%),
    linear-gradient(180deg, rgba(1, 7, 13, 0.42) 0%, rgba(1, 7, 13, 0.08) 48%, rgba(1, 7, 13, 0.78) 100%);
}

.geo-home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 26vh;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 16, 29, 0) 0%, #02101d 100%);
}

.geo-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
  transform: scale(1.015);
}

.geo-home-hero .padding-global,
.geo-home-hero .container-large,
.geo-home-hero .home-header_component {
  position: relative;
  z-index: 2;
  min-height: 100svh;
}

.geo-home-hero .home-header_component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: clamp(8.2rem, 15vh, 11rem);
  padding-bottom: clamp(2.5rem, 7vh, 5rem);
}

.geo-home-hero .home-header_top-spacing,
.geo-home-hero .home-header_reactor,
.geo-home-hero .home-header_content-line {
  display: none !important;
}

.geo-home-hero .heading-display-1 {
  max-width: min(46rem, 48vw);
  color: #fff;
  font-size: clamp(3.1rem, 4.85vw, 5.95rem);
  line-height: 1.06;
  letter-spacing: 0 !important;
  text-align: left;
  text-shadow: 0 0.22rem 1.8rem rgba(0, 0, 0, 0.34);
}

.geo-home-hero .heading-display-1 > span {
  display: block;
  white-space: nowrap;
}

.geo-home-hero .home-header_span-wrapper {
  justify-content: flex-start;
}

.geo-home-hero .home-header_span-wrapper span {
  display: inline-block;
}

.geo-hero-kicker {
  display: flex !important;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: clamp(0.6rem, 1vw, 0.9rem);
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.78rem, 0.92vw, 1rem);
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: none;
}

.geo-hero-kicker span {
  width: 2rem;
  height: 0.11rem;
  background: var(--geo-orange);
}

.geo-home-hero .home-header_bottom-content {
  width: min(74rem, calc(100vw - 8rem));
  margin-top: clamp(0.6rem, 1vw, 1rem);
}

.geo-home-hero .home-header_content {
  max-width: 49rem;
  color: rgba(255, 255, 255, 0.9);
}

.geo-home-hero .home-header_content h1 {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(1rem, 1.4vw, 1.36rem);
  line-height: 1.45;
}

.geo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: clamp(1.6rem, 2.2vw, 2.2rem);
}

.geo-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.95rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0.42rem;
  color: #fff;
  font-weight: 720;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0.9rem 1.8rem rgba(0, 0, 0, 0.22);
}

.geo-hero-button.is-primary {
  border-color: var(--geo-orange);
  background: var(--geo-orange);
  color: #fff;
}

.geo-hero-button.is-secondary {
  background: rgba(255, 255, 255, 0.04);
}

.geo-hero-button span {
  margin-left: 0.5rem;
}

.geo-hero-proof {
  margin-top: 1.2rem;
  font-size: 0.95rem;
}

/* Clients */
.geo-client-strip {
  position: relative;
  padding: clamp(2.2rem, 3.6vw, 3.4rem) 0;
  background: var(--geo-ink);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  overflow: hidden;
}

.geo-client-heading-wrap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  width: min(92vw, 92rem);
  margin: 0 auto clamp(1.4rem, 2.4vw, 2rem);
}

.geo-client-label {
  color: #fff;
  font-size: clamp(1.4rem, 1.8vw, 1.9rem);
  font-weight: 700;
}

.geo-client-heading-wrap p {
  margin: 0;
  /* Без ограничения строка на широком мониторе растягивалась почти на 170
     знаков — глаз теряет начало следующей строки. */
  max-width: 78ch;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  line-height: 1.45;
}

.geo-client-marquee {
  position: relative;
  overflow: hidden;
  /* Ничто внутри не влияет на отрисовку снаружи — браузер вправе не
     пересчитывать окружение, когда лента едет. */
  contain: paint;
}

.geo-client-marquee::before,
.geo-client-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 8vw;
  pointer-events: none;
}

.geo-client-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #02101d, rgba(2, 16, 29, 0));
}

.geo-client-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #02101d, rgba(2, 16, 29, 0));
}

.geo-client-rail-track {
  display: flex;
  width: max-content;
}

@media (prefers-reduced-motion: reduce) {
  .geo-client-rail {
    animation: none;
  }
}

.geo-client-rail {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.2vw, 1.25rem);
  padding-right: clamp(0.75rem, 1.2vw, 1.25rem);
  animation: geo-marquee 34s linear infinite;
  /* Композитим две половины отдельно. Каждая укладывается в безопасный
     размер текстуры даже при повышенном DPI, в отличие от прежнего единого
     слоя длиной в две ленты. */
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.geo-client-logo {
  display: grid;
  place-items: center;
  width: clamp(8.3rem, 10vw, 11.5rem);
  height: clamp(4.2rem, 5vw, 5.4rem);
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.35rem;
}

.geo-client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@keyframes geo-marquee {
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

/* About video */
.geo-about-section {
  background: #f4f8fa;
}

.geo-about-section .heading-style-h5 {
  max-width: 22ch;
}

.home-about_video {
  object-fit: cover;
}

/* Людей в блоке команды трое, а сетка шаблона четырёхколоночная — четвёртая
   ячейка оставалась пустой. Ниже 992 px шаблон сам переходит на три и две
   колонки, поэтому правило ограничено широкими экранами. */
@media screen and (min-width: 992px) {
  .geo-team-section .team-member_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Кнопка звука поверх видео. Слой 3 — над блоком подписей (у него z-index 2). */
.geo-video-sound {
  /* Библиотека разворота видео вешает на .home-about_video-wrapper
     pointer-events: none, пока идёт перелёт из маленького кадра в полный —
     чтобы уменьшенное видео поверх текста не ловило клики и прокрутку.
     Свойство наследуется, и кнопка внутри переставала нажиматься: звук
     включался только после того, как видео развернулось целиком.
     Дочерний элемент может вернуть себе обработку событий явно. */
  pointer-events: auto;
  position: absolute;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(12, 18, 26, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.geo-video-sound:hover,
.geo-video-sound:focus-visible {
  background: rgba(12, 18, 26, 0.78);
  border-color: rgba(255, 255, 255, 0.75);
  transform: scale(1.06);
}

.geo-video-sound:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.geo-video-sound.is-on {
  background: rgba(12, 18, 26, 0.72);
  border-color: rgba(255, 255, 255, 0.7);
}

.geo-video-sound-icon {
  display: flex;
}

.geo-video-sound-icon[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .geo-video-sound {
    width: 3rem;
    height: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-video-sound {
    transition: none;
  }

  .geo-video-sound:hover,
  .geo-video-sound:focus-visible {
    transform: none;
  }
}

.home-about_video-detail-wrapper {
  display: none !important;
}

/* Equipment */
.geo-equipment-section {
  background: var(--geo-paper) !important;
  color: var(--geo-ink);
  padding: clamp(4.5rem, 7vw, 7.5rem) 0;
}

.geo-equipment-section > .spacer,
.geo-equipment-section .button-mobile-full {
  display: none !important;
}

.geo-services-section > .spacer,
.geo-services-section .spacer {
  display: none !important;
}

.geo-team-section > .spacer:last-child {
  display: none !important;
}

.geo-equipment-section .container-large > .u-grid:first-child {
  display: block !important;
  max-width: 58rem;
  margin-bottom: clamp(2.2rem, 4vw, 3.75rem);
}

.geo-equipment-section .heading-style-h3 {
  max-width: 18ch;
  color: var(--geo-ink) !important;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.geo-equipment-section .text-size-medium {
  max-width: 44rem;
  margin-top: 1.25rem;
  color: rgba(6, 22, 38, 0.72) !important;
}

.geo-equipment-rail-wrap {
  position: relative;
  margin-top: 0;
}

.geo-equipment-rail {
  display: flex;
  gap: clamp(1rem, 1.5vw, 1.4rem);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}

.geo-equipment-rail::-webkit-scrollbar {
  display: none;
}

.geo-equipment-rail-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.geo-rail-btn {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(6, 22, 38, 0.16);
  border-radius: 50%;
  background: #fff;
  color: var(--geo-ink);
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.geo-rail-btn:hover {
  background: var(--geo-blue);
  color: #fff;
}

.geo-equipment-card {
  display: grid;
  grid-template-rows: auto 1fr;
  flex: 0 0 clamp(16.5rem, 26vw, 21rem);
  width: clamp(16.5rem, 26vw, 21rem);
  min-height: 25.5rem;
  overflow: hidden;
  border: 1px solid rgba(6, 22, 38, 0.14);
  border-radius: 0.45rem;
  background: #fff;
  opacity: 1 !important;
  transform: none !important;
  scroll-snap-align: start;
}

.geo-equipment-image {
  display: grid;
  place-items: center;
  min-height: 13.75rem;
  background: linear-gradient(180deg, #f7fafb, #edf3f5);
  border-bottom: 1px solid rgba(6, 22, 38, 0.12);
  opacity: 1 !important;
}

.geo-equipment-image img {
  width: 100%;
  height: 13.75rem;
  object-fit: contain;
  padding: clamp(1rem, 2vw, 2rem);
  opacity: 1 !important;
}

.geo-equipment-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.25rem, 2vw, 1.9rem);
  opacity: 1 !important;
}

.geo-equipment-body h3 {
  margin: 0;
  color: var(--geo-ink);
  font-size: clamp(1.2rem, 1.55vw, 1.72rem);
  line-height: 1.14;
}

.geo-equipment-body p {
  margin: 0;
  color: rgba(6, 22, 38, 0.7);
  font-size: 1rem;
  line-height: 1.55;
}

.geo-equipment-body a {
  margin-top: auto;
  color: var(--geo-ink);
  font-weight: 760;
  text-decoration: none;
}

/* Thematic 3D data block */
.geo-data-section {
  background: #f1f6f8 !important;
}

.geo-data-section .reactor_component {
  min-height: 1080px;
}

.geo-data-section .reactor_illustration {
  position: relative;
  min-height: clamp(34rem, 68vw, 58rem);
}

.geo-downhole-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Static image shown when WebGL is unavailable (some drivers/VMs refuse to
   create any WebGL context — confirmed via a real user's console log,
   affects the original Zetta template's own Three.js scenes too, not just
   this one). These are real screenshots of the live 3D render (see
   geo-drill-static.png / geo-core-static.png), not a hand-drawn stand-in. */
.geo-webgl-stage .geo-static-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  perspective: 54rem;
  --geo-static-rotate: 0deg;
  --geo-static-scale-x: 1;
  --geo-static-bob: 0rem;
}

.geo-static-core {
  width: clamp(3.5rem, 5vw, 5rem);
  height: auto;
  filter: drop-shadow(0 0 1.6rem rgba(41, 199, 210, 0.35));
  transform: rotateY(var(--geo-static-rotate, 0deg));
  transform-style: preserve-3d;
  will-change: transform;
}

.geo-journey-scene .geo-static-fallback {
  position: sticky;
  top: 8vh;
  z-index: 4;
  width: 100%;
  height: 92vh;
  pointer-events: none;
  perspective: 54rem;
  --geo-static-rotate: 0deg;
  --geo-static-scale-x: 1;
  --geo-static-bob: 0rem;
}

/* left:84% matches the live 3D model's own placement math exactly
   (orthographic camera, model.position.x = aspect*0.68, camera spans
   -aspect..+aspect → (0.68*aspect - -aspect) / (2*aspect) = 0.84 — the
   aspect terms cancel, so 84% from the left edge is correct at any
   viewport width/aspect ratio, unlike a fixed vw-based margin). */
.geo-static-drill-group {
  position: absolute;
  left: 84%;
  top: 50%;
  width: clamp(3rem, 4.2vw, 4.8rem);
  transform: translate(-50%, calc(-50% + var(--geo-static-bob, 0rem)));
  will-change: transform;
}

.geo-static-drill-spin {
  position: relative;
  display: block;
  width: 100%;
  transform: none;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform;
  filter: drop-shadow(0 0 1.6rem rgba(41, 199, 210, 0.55));
}

.geo-static-drill {
  display: block;
  width: 100%;
  height: auto;
}

/* If WebGL is unavailable, keep the fallback honest: no fake 2D spin, only
   a small drilling vibration/pulse around the static captured 3D frame. */
.geo-drill-pulse {
  position: absolute;
  left: 50%;
  bottom: 4%;
  width: 220%;
  aspect-ratio: 1;
  transform: translate(-50%, 50%) scale(0.2);
  border-radius: 50%;
  border: 1.5px solid rgba(41, 199, 210, 0.75);
  opacity: 0;
  animation: geo-drill-pulse-ring 2.4s ease-out infinite;
}

.geo-drill-pulse-2 {
  animation-delay: 1.2s;
}

@keyframes geo-drill-pulse-ring {
  0% {
    transform: translate(-50%, 50%) scale(0.2);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, 50%) scale(1.4);
    opacity: 0;
  }
}

.geo-data-section .reactor_content h3 {
  color: var(--geo-blue);
}

/* Services from old site */
.geo-services-section {
  position: relative;
  overflow: hidden;
  background: var(--geo-ink) !important;
  color: #fff;
}

.geo-services-section .heading-style-h3 {
  max-width: 15ch;
  font-size: clamp(2.35rem, 4.6vw, 5.3rem);
  line-height: 1.02;
}

.geo-services-section .text-size-medium {
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.68) !important;
}

.geo-services-section .tabs_nav {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.geo-services-section .tabs_nav-item {
  color: rgba(255, 255, 255, 0.72);
}

.geo-services-section .tabs_nav-item.is-active {
  color: #fff;
}

.geo-services-section .tabs_wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(14rem, 1fr));
  gap: 1rem;
  overflow: visible !important;
}

.geo-services-section .tabs_tab {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.geo-services-section .tabs_scrollbar {
  display: none !important;
}

/* Double-bezel: та же "рамка + поверхность", что у карточек статистики
   на странице "О компании" — внешняя оболочка (shell) с мягким бордером
   и большим радиусом, внутри — своя поверхность (core) с inset-хайлайтом. */
.geo-service-panel {
  display: flex;
  min-height: 24rem;
  padding: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.04);
}

.geo-service-core {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(1.4rem, 1.8vw, 1.8rem);
  border-radius: calc(1.6rem - 0.4rem);
  background: #0c2233;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.geo-service-panel a {
  margin-top: auto;
}

.geo-service-number {
  margin-bottom: 2rem;
  color: var(--geo-orange);
  font-size: clamp(2.2rem, 4.2vw, 4.8rem);
  font-weight: 820;
  line-height: 0.9;
}

.geo-service-core h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.1rem, 1.35vw, 1.5rem);
}

.geo-service-core p {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.55;
}

.geo-service-panel a {
  color: #fff;
  font-weight: 720;
  text-decoration: none;
}

.geo-services-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
}

.geo-services-visual span {
  position: absolute;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 111, 149, 0.45), transparent);
}

.geo-services-visual span:nth-child(1) { top: 22%; }
.geo-services-visual span:nth-child(2) { top: 42%; }
.geo-services-visual span:nth-child(3) { top: 62%; }
.geo-services-visual span:nth-child(4) { top: 82%; }

/* Drill journey */
.geo-journey-section {
  position: relative;
  overflow: clip;
  background: var(--geo-ink);
}

.geo-journey-scene {
  position: relative;
  min-height: clamp(1050px, 115vw, 1750px);
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(1, 5, 10, 0.08) 0%, rgba(1, 5, 10, 0.08) 46%, rgba(1, 5, 10, 0.2) 100%),
    url("/assets/geo-drill-poster.webp") center 38% / cover no-repeat,
    #02070d;
}

.geo-journey-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(42% 20% at 73% 22%, rgba(41, 199, 210, 0.28), transparent 72%),
    linear-gradient(90deg, rgba(1, 5, 10, 0.68), rgba(1, 5, 10, 0.02) 48%, rgba(1, 5, 10, 0.18));
}

.geo-journey-copy {
  position: sticky;
  top: 5.5rem;
  z-index: 3;
  width: min(760px, calc(100% - 3rem));
  margin: 0 auto;
  padding-top: clamp(4rem, 8vw, 7rem);
  text-align: center;
}

.geo-journey-copy p {
  margin: 0 0 1rem;
  color: var(--geo-orange);
  font-weight: 800;
}

.geo-journey-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 5.4vw, 6.7rem);
  line-height: 0.95;
}

.geo-journey-copy span {
  display: block;
  width: min(50rem, 92%);
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  line-height: 1.55;
}

.geo-journey-canvas {
  position: sticky;
  top: 8vh;
  z-index: 2;
  display: block;
  width: 100%;
  height: 92vh;
  pointer-events: none;
}

.geo-depth-line {
  position: absolute;
  top: 32%;
  bottom: 8%;
  left: clamp(1.5rem, 7vw, 8rem);
  z-index: 2;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(47, 111, 149, 0.62), transparent);
}

.geo-journey-steps {
  position: absolute;
  left: clamp(2rem, 8vw, 9.5rem);
  bottom: 24%;
  z-index: 3;
  display: grid;
  gap: clamp(2.4rem, 7vw, 7.5rem);
  width: min(28rem, 34vw);
}

.geo-journey-steps article {
  color: #fff;
}

.geo-journey-steps b {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--geo-orange);
  font-size: 1rem;
}

.geo-journey-steps h3 {
  margin: 0 0 0.6rem;
  color: #fff;
  font-size: clamp(1.2rem, 1.8vw, 2.1rem);
}

.geo-journey-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.5;
}

/* Team */
.geo-team-section {
  background: #f1f6f8 !important;
}

.geo-team-section h2 {
  color: var(--geo-ink) !important;
}

.geo-team-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22rem;
  border-radius: 0.45rem 0.45rem 0 0;
}

.geo-team-placeholder-initials {
  font-family: inherit;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 650;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.geo-team-placeholder.is-1 { background: linear-gradient(135deg, #083247, #2ad0da); }
.geo-team-placeholder.is-2 { background: linear-gradient(135deg, #1b2833, #8eb5c8); }
.geo-team-placeholder.is-3 { background: linear-gradient(135deg, #0d1b2a, #6f8ea8); }
.geo-team-placeholder.is-4 { background: linear-gradient(135deg, #153d46, #e4eef2); }
.geo-team-placeholder.is-5 { background: linear-gradient(135deg, #08111c, #0a5c7f); }
.geo-team-placeholder.is-6 { background: linear-gradient(135deg, #332016, #d6b389); }

/* Certificates */
.geo-certificates-section {
  background: #f4f8fa;
  color: var(--geo-ink);
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.geo-certificates-inner {
  width: min(92vw, 92rem);
  margin: 0 auto;
}

.geo-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.geo-section-head p {
  margin: 0;
  color: var(--geo-orange);
  font-weight: 800;
}

.geo-section-head h2 {
  margin: 0;
  color: var(--geo-ink);
  font-size: clamp(2.2rem, 4.8vw, 5.7rem);
  line-height: 1.02;
}

.geo-certificates-rail-wrap {
  position: relative;
}

.geo-certificates-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}

.geo-certificates-grid::-webkit-scrollbar {
  display: none;
}

.geo-certificates-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.geo-certificate-card {
  display: flex;
  flex: 0 0 clamp(13rem, 19vw, 16rem);
  width: clamp(13rem, 19vw, 16rem);
  min-height: 17rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.25rem;
  border: 1px solid rgba(6, 22, 38, 0.14);
  border-radius: 0.45rem;
  background: #fff;
  color: var(--geo-ink);
  text-decoration: none;
  scroll-snap-align: start;
}

.geo-certificate-caption > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.2em;
  color: var(--geo-blue);
  font-size: clamp(1.1rem, 1.4vw, 1.5rem);
  font-weight: 820;
  line-height: 1.1;
}

.geo-certificate-card p {
  margin: 1rem 0 0;
  color: rgba(6, 22, 38, 0.68);
  font-size: 0.94rem;
  line-height: 1.5;
}

/* Новости на главной — тизер-рейл, тот же визуальный язык, что у
   "Сертификаты и подтверждения" (карточка с превью-плашкой сверху и
   подписью снизу), но отдельные классы под свой контент. */
.geo-newsteaser-section {
  position: relative;
  z-index: 2;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  background: #f4f8fa;
  color: var(--geo-ink);
}

.geo-newsteaser-inner {
  width: min(92vw, 92rem);
  margin: 0 auto;
}

.geo-newsteaser-section .geo-section-head h2 {
  max-width: 32ch;
  margin: 0;
  text-align: left;
  font-size: clamp(2.1rem, 3.8vw, 4.4rem);
  font-weight: 500;
  line-height: 1.08;
}

.geo-newsteaser-rail-wrap {
  position: relative;
  margin-top: clamp(2rem, 4vw, 4rem);
}

.geo-newsteaser-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}
.geo-newsteaser-grid::-webkit-scrollbar { display: none; }

.geo-newsteaser-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.geo-newsteaser-card {
  display: flex;
  flex: 0 0 clamp(19rem, 23vw, 22rem);
  width: clamp(19rem, 23vw, 22rem);
  min-height: 26rem;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 22, 38, 0.14);
  border-radius: 0.45rem;
  background: #fff;
  color: var(--geo-ink);
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color 0.3s ease;
}
.geo-newsteaser-card:hover { border-color: rgba(10, 92, 127, 0.4); }

.geo-newsteaser-preview {
  min-height: 11rem;
  background-size: cover;
  background-position: center;
  background-color: #eef6fa;
  border-bottom: 1px solid rgba(6, 22, 38, 0.12);
}
.geo-newsteaser-preview-empty {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(165deg, #eef6fa, #dcebf1);
}
.geo-newsteaser-seal {
  display: grid; place-items: center;
  width: 3.6rem; height: 3.6rem;
  color: var(--geo-blue); background: #fff;
  border: 1px solid rgba(10, 92, 127, 0.2); border-radius: 50%;
}
.geo-newsteaser-seal svg { width: 1.7rem; height: 1.7rem; }

.geo-newsteaser-caption { padding: 1.2rem 1.3rem 1.4rem; }
.geo-newsteaser-tag {
  display: inline-flex; margin-bottom: 0.6rem;
  padding: 0.2rem 0.6rem; border-radius: 999px;
  background: rgba(10, 92, 127, 0.1); color: var(--geo-blue);
  font-size: 0.74rem; font-weight: 700;
}
.geo-newsteaser-title {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  min-height: 2.4em;
  color: var(--geo-ink); font-size: clamp(1.05rem, 1.2vw, 1.32rem); font-weight: 650; line-height: 1.2;
}
.geo-newsteaser-caption p {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  margin-top: 0.85rem; font-size: 0.92rem; line-height: 1.5; color: rgba(6, 22, 38, 0.68);
}

.geo-newsteaser-all {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--geo-blue); font-size: 1rem; font-weight: 650; text-decoration: none;
}
.geo-newsteaser-all:hover { text-decoration: underline; }

@media (max-width: 767px) {
  .geo-newsteaser-card { width: 84vw; flex: 0 0 84vw; min-height: auto; }
}

/* Contact */
.geo-contact-section .is-cta-custom {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 0.7fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}

.geo-contact-section .cta_content {
  max-width: 48rem;
}

.geo-contact-form {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.2rem, 2vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.055);
}

.geo-contact-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.geo-contact-form input,
.geo-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.32rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  padding: 0.78rem 0.9rem;
  outline: none;
}

.geo-contact-form input:focus,
.geo-contact-form textarea:focus {
  border-color: rgba(159, 198, 223, 0.75);
}

.geo-contact-form button {
  min-height: 3.25rem;
  border: 0;
  border-radius: 0.42rem;
  background: var(--geo-orange);
  color: #fff;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.geo-contact-form p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.86rem;
  line-height: 1.45;
}

.geo-contact-form.is-sent {
  border-color: rgba(41, 199, 210, 0.55);
}

.geo-card-product {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .geo-brand-word {
    font-size: 0.72rem;
  }

  .geo-home-hero .heading-display-1 {
    max-width: 88vw;
    font-size: clamp(3.4rem, 10vw, 6.5rem);
  }

  .geo-home-hero .home-header_bottom-content {
    width: 100%;
  }

  .geo-home-hero .home-header_component {
    padding-top: 7rem;
  }

  .geo-hero-bg {
    object-position: 61% 50%;
  }

  .geo-hero-product-rail,
  .geo-client-heading-wrap,
  .geo-section-head,
  .geo-contact-section .is-cta-custom {
    grid-template-columns: 1fr;
  }

  .geo-hero-product-rail {
    width: min(32rem, 90vw);
  }

  .geo-hero-product-rail a {
    border-right: 0;
    border-bottom: 1px solid rgba(6, 22, 38, 0.16);
  }

  .geo-services-section .tabs_wrapper,
  .geo-certificates-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-equipment-card {
    width: 78vw;
  }

  .geo-journey-steps {
    width: min(28rem, 48vw);
  }
}

@media (max-width: 640px) {
  .geo-brand-mark {
    width: 2.55rem;
    height: 1.95rem;
  }

  .geo-brand-word {
    max-width: 12.5rem;
    white-space: normal;
  }

  .geo-home-hero::before {
    background:
      linear-gradient(180deg, rgba(1, 13, 24, 0.34) 0%, rgba(1, 13, 24, 0.18) 34%, rgba(1, 13, 24, 0.94) 100%),
      linear-gradient(90deg, rgba(1, 13, 24, 0.74) 0%, rgba(1, 13, 24, 0.16) 100%);
  }

  .geo-home-hero .heading-display-1 {
    max-width: 92vw;
    font-size: clamp(2.65rem, 13vw, 4.4rem);
  }

  .geo-home-hero .heading-display-1 > span {
    white-space: normal;
  }

  .geo-hero-kicker {
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .geo-home-hero .home-header_content h1 {
    font-size: 1rem;
    line-height: 1.36;
  }

  .geo-hero-actions {
    flex-direction: column;
  }

  .geo-hero-button {
    width: 100%;
  }

  .geo-client-heading-wrap,
  .geo-client-label {
    width: 88vw;
  }

  .geo-client-logo {
    width: 8rem;
    height: 4rem;
  }

  .geo-services-section .tabs_wrapper,
  .geo-certificates-grid {
    grid-template-columns: 1fr;
  }

  .geo-equipment-card {
    width: 84vw;
  }

  .geo-equipment-card,
  .geo-service-panel,
  .geo-certificate-card {
    min-height: auto;
  }

  .geo-data-section .reactor_component {
    min-height: auto;
  }

  .geo-data-section .reactor_illustration {
    min-height: 30rem;
  }

  .geo-journey-scene {
    min-height: 1320px;
    background-position: 56% top;
  }

  .geo-journey-copy {
    top: 4.5rem;
    width: min(23rem, calc(100% - 2rem));
  }

  .geo-journey-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.8rem);
  }

  .geo-journey-canvas {
    display: none;
  }

  .geo-depth-line {
    left: 1.3rem;
  }

  .geo-journey-steps {
    left: 2.1rem;
    right: 1.25rem;
    bottom: 7%;
    width: auto;
  }
}

/* Geo adaptation v3: stricter industrial polish */
html,
body,
button,
input,
textarea,
select {
  font-family: "Manrope", "Helvetica Neue", sans-serif !important;
}

body.geo-adapted {
  background: #f1f6f8;
}

body.geo-adapted * {
  letter-spacing: 0 !important;
}

.button_main_icon,
.geo-hero-button,
.geo-hero-product-rail,
.geo-equipment-card,
.geo-certificate-card,
.geo-client-logo {
  border-radius: var(--geo-radius) !important;
}

.navbar_component {
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.navbar_component.geo-nav-solid {
  background: transparent !important;
  border-bottom: 0 !important;
  color: var(--geo-ink) !important;
}

/* Hide/show on scroll direction: `!important` here always wins over the
   plain inline `transform` the original Webflow script keeps setting on
   this same element, so there's no per-frame race between the two - see
   bindNavbarDirectSnap() in geo-adaptation.js for why a second system is
   needed at all (Lenis coast-lag on the original's direction signal). */
.navbar {
  transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Шапка всегда на месте.

   Скрытие при прокрутке жило в двух местах: наш класс (ниже, теперь не
   навешивается) и скрипт шаблона, который пишет transform прямо в атрибут
   style через GSAP. Инлайновый стиль обычным правилом не перебить, поэтому
   здесь !important — иначе шапка продолжала бы уезжать вверх. */
.navbar,
.navbar.geo-nav-autohide-hidden,
.navbar.geo-nav-autohide-shown {
  transform: none !important;
  translate: none !important;
}

/* The exported reference navigation contains empty 24px spacer wrappers.
   They create the visible white band below the navigation controls. */
.navbar > div:has(> .spacer) {
  display: none !important;
}

/* Keep the navigation as a deliberate panel rather than inheriting the
   reference animation's edge-to-edge, collapsed geometry. */
.navbar {
  top: 0.75rem !important;
  right: 0.75rem !important;
  left: 0.75rem !important;
  width: auto !important;
  min-height: 5.5rem !important;
  transform: none !important;
}

.navbar_component {
  min-height: 5.5rem !important;
  padding: 0.9rem 0 !important;
  align-items: center;
}

.navbar_background {
  border-radius: var(--geo-radius) !important;
  background: transparent !important;
  transition: background-color 180ms ease !important;
}

.navbar.geo-nav-solid .navbar_background {
  background: rgba(255, 255, 255, 0.98) !important;
}

.navbar_component.geo-nav-solid .navbar_brand-wrapper,
.navbar_component.geo-nav-solid .geo-brand-word,
.navbar_component.geo-nav-solid .navbar_link-text {
  color: var(--geo-ink) !important;
}

.navbar_component.geo-nav-solid .geo-brand-mark {
  filter: none !important;
}

.navbar_component.geo-nav-solid .button_main_icon {
  background: #d7e9fb !important;
  border-color: #d7e9fb !important;
  color: var(--geo-ink) !important;
}

.geo-home-hero::before {
  background:
    linear-gradient(90deg, rgba(1, 11, 20, 0.94) 0%, rgba(1, 11, 20, 0.86) 34%, rgba(1, 11, 20, 0.34) 58%, rgba(1, 11, 20, 0.12) 100%),
    linear-gradient(180deg, rgba(1, 7, 13, 0.54) 0%, rgba(1, 7, 13, 0.1) 48%, rgba(1, 7, 13, 0.72) 100%);
}

.geo-home-hero .home-header_component {
  padding-top: clamp(5.4rem, 7.5vh, 6.4rem);
  padding-bottom: clamp(0.6rem, 1.2vh, 1rem);
}

.geo-home-hero .heading-display-1 {
  max-width: min(46rem, 49vw);
  font-size: clamp(2.9rem, 4.4vw, 5.1rem);
  font-weight: 600;
  line-height: 1.08;
  text-shadow: 0 0.2rem 1.8rem rgba(0, 0, 0, 0.5);
}

.geo-home-hero .heading-display-1 > span.geo-hero-line-muted {
  color: #c3d6e0;
  font-weight: 380;
  text-transform: uppercase;
  letter-spacing: 0.01em !important;
}

.geo-hero-kicker {
  color: #8fd2f2;
  font-weight: 750;
}

.geo-hero-kicker span {
  background: #8fd2f2;
}

.geo-home-hero .home-header_content h1 {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 400;
  text-shadow: 0 0.15rem 1.2rem rgba(0, 0, 0, 0.55);
}

.geo-hero-button {
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.geo-hero-button.is-primary,
.geo-contact-form button {
  border-color: #d7e9fb;
  background: #d7e9fb;
  color: var(--geo-ink);
}

.geo-hero-button.is-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.geo-hero-button.is-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.geo-hero-proof {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #e8f3fb;
}

.geo-hero-proof-icon {
  display: grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  color: #8fd2f2;
}

.geo-hero-proof-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.geo-hero-product-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  width: min(73rem, calc(100vw - 10rem));
  margin-top: clamp(0.6rem, 1vw, 0.9rem);
}

.geo-hero-product-rail a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 6.4rem;
  padding: 0.7rem 0.9rem 1.7rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--geo-radius);
  color: #fff;
  text-decoration: none;
}

.geo-rail-num {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  font-weight: 700;
}

.geo-rail-illustration {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  color: #9fd8e6;
}

.geo-rail-illustration svg {
  width: 2.1rem;
  height: 1.7rem;
}

.geo-rail-title {
  color: #fff;
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  font-weight: 650;
  line-height: 1.2;
}

.geo-rail-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  line-height: 1.4;
}

.geo-rail-arrow {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  font-size: 1rem;
}

.geo-client-logo {
  width: clamp(7.7rem, 8.8vw, 9.9rem);
  height: clamp(3.8rem, 4.4vw, 4.8rem);
}

.geo-about-section {
  padding: clamp(4rem, 7vw, 7rem) 0 0;
}

.geo-about-section > .spacer {
  display: none !important;
}

.geo-about-section .heading-style-h5 {
  max-width: min(66rem, 100%) !important;
  font-size: clamp(2.2rem, 3.25vw, 4.2rem);
  line-height: 1.08;
  font-weight: 500;
}

.geo-about-section #w-node-_39d06ed0-59ed-211c-9652-26dded870410-659e97e1 {
  grid-column: 1 / 9 !important;
}

.geo-team-section #w-node-_5e21d829-13af-868a-17fa-00e1e1f9361d-659e97e1 {
  grid-column: 1 / 9 !important;
}

.geo-about-section .home-about_scroll-flip .subtitle-1 {
  max-width: 28rem;
  font-size: clamp(1.3rem, 1.8vw, 2rem);
  line-height: 1.18;
}

.geo-equipment-section {
  padding: clamp(2rem, 3.4vw, 3rem) 0 !important;
}

.geo-equipment-section .container-large > .u-grid:first-child {
  max-width: 54rem;
  margin-bottom: clamp(1.4rem, 2.2vw, 2rem);
}

.geo-equipment-section .text-size-medium {
  display: block !important;
}

.geo-equipment-section .heading-style-h3 {
  max-width: 24ch;
  font-size: clamp(1.9rem, 2.6vw, 2.9rem);
  line-height: 1.08;
  font-weight: 500;
}

.geo-equipment-rail-wrap {
  margin-top: 0;
}

.geo-equipment-card {
  flex: 0 0 clamp(21rem, 28vw, 25.5rem);
  width: clamp(21rem, 28vw, 25.5rem);
  min-height: 26rem;
  background: #fff;
  visibility: visible !important;
}

.geo-equipment-card * {
  visibility: visible !important;
}

.geo-equipment-image {
  min-height: 15rem;
  overflow: hidden;
  background: #eef5f8;
}

.geo-equipment-image img {
  width: 100%;
  height: 15rem;
  padding: 0;
  object-fit: cover;
}

.geo-equipment-body {
  gap: 0.55rem;
  padding: clamp(0.9rem, 1.2vw, 1.15rem);
}

.geo-equipment-body h3 {
  font-size: clamp(1.05rem, 1.25vw, 1.34rem);
  font-weight: 650;
}

.geo-equipment-body p {
  font-size: 0.86rem;
  line-height: 1.4;
}

.geo-services-section {
  padding: clamp(4rem, 7vw, 7rem) 0 !important;
}

.geo-services-section .heading-style-h3 {
  max-width: 26ch;
  font-size: clamp(2.1rem, 3vw, 3.45rem);
  line-height: 1.1;
  font-weight: 500;
  grid-column: 1 / -1 !important;
}

/* This section's headline and its explainer paragraph were split
   Webflow's inherited grid: the big headline in columns 1-8, a small
   paragraph floating in columns 10-12 of the SAME row - the "split-header"
   pattern (banned per the design skill checklist). One section needs one
   focused message; stack the explainer below the headline instead. */
.geo-services-section .heading-style-h3 + div {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin-top: 0.9rem;
}

.geo-services-section .text-size-medium {
  max-width: 60ch;
}

.geo-services-section .tabs_nav {
  display: none !important;
}

.geo-services-section .tabs_wrapper {
  margin-top: clamp(1.8rem, 3vw, 3rem);
  align-items: stretch !important;
}

.geo-service-panel {
  min-height: 18.5rem;
  height: 100%;
}

.geo-service-number {
  margin-bottom: 1.45rem;
  color: #cfe5f8;
  font-size: clamp(1.5rem, 2.4vw, 2.8rem);
  font-weight: 650;
}

.geo-services-visual {
  display: none !important;
}

.geo-data-section {
  padding: clamp(3rem, 5vw, 5rem) 0;
  background: #eef5f8 !important;
  color: var(--geo-ink);
}

.geo-data-section > .spacer {
  display: none !important;
}

.geo-data-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(22rem, 0.55fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  width: min(92vw, 92rem);
  margin: 0 auto;
}

.geo-section-label {
  margin: 0 0 1rem;
  color: var(--geo-blue);
  font-size: 0.95rem;
  font-weight: 700;
}

.geo-data-copy h2 {
  max-width: 26ch;
  margin: 0;
  color: var(--geo-ink);
  font-size: clamp(2.25rem, 4.4vw, 5rem);
  font-weight: 500;
  line-height: 1.05;
}

.geo-data-copy > p:not(.geo-section-label) {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  color: rgba(6, 22, 38, 0.72);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.55;
}

.geo-data-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(42rem, 100%);
  margin: 2rem 0 0;
  border: 1px solid rgba(6, 22, 38, 0.12);
  border-radius: var(--geo-radius);
  overflow: hidden;
}

.geo-data-facts div {
  padding: 1rem;
  background: #fff;
}

.geo-data-facts dt {
  color: var(--geo-ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 750;
}

.geo-data-facts dd {
  margin: 0.25rem 0 0;
  color: rgba(6, 22, 38, 0.62);
}

.geo-webgl-stage {
  position: relative;
  min-height: clamp(28rem, 44vw, 42rem);
  border: 1px solid rgba(6, 22, 38, 0.12);
  border-radius: var(--geo-radius);
  background: radial-gradient(circle at 50% 42%, rgba(41, 199, 210, 0.16), rgba(6, 22, 38, 0.03) 58%, rgba(6, 22, 38, 0.06));
  overflow: hidden;
}

.geo-data-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.geo-data-cards article {
  min-height: 11rem;
  padding: 1.1rem;
  border: 1px solid rgba(6, 22, 38, 0.12);
  border-radius: var(--geo-radius);
  background: #fff;
}

.geo-data-icon {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 0.9rem;
  color: var(--geo-blue);
  background: #edf5fa;
  border: 1px solid rgba(10, 92, 127, 0.18);
  border-radius: var(--geo-radius);
}

.geo-data-icon svg {
  width: 1.7rem;
  height: 1.35rem;
}

.geo-data-cards h3 {
  margin: 0 0 0.75rem;
  color: var(--geo-ink);
  font-size: 1.1rem;
}

.geo-data-cards p {
  margin: 0;
  color: rgba(6, 22, 38, 0.68);
  font-size: 0.92rem;
  line-height: 1.5;
}

.geo-journey-scene {
  min-height: clamp(1320px, 125vw, 2200px);
}

.geo-journey-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100svh;
  min-height: 36rem;
  overflow: hidden;
}

.geo-journey-copy {
  position: absolute;
  top: clamp(4.8rem, 8vh, 6.3rem);
  left: clamp(2rem, 8vw, 9.5rem);
  width: min(48rem, 48vw);
  margin: 0;
  padding-top: 0;
  text-align: left;
}

.geo-journey-copy::before {
  content: "";
  position: absolute;
  inset: -4.5rem -8rem -4rem -5rem;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(72% 78% at 26% 46%, rgba(0, 6, 13, 0.92) 0%, rgba(0, 6, 13, 0.74) 53%, rgba(0, 6, 13, 0) 100%);
}

.geo-journey-copy p {
  color: #cfe5f8;
  font-weight: 650;
}

.geo-journey-copy h2 {
  font-size: clamp(2rem, 3.2vw, 4.1rem);
  line-height: 1.08;
  font-weight: 600;
}

.geo-journey-copy span {
  width: min(42rem, 100%);
  margin-left: 0;
  margin-right: 0;
}

.geo-journey-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
}

.geo-depth-line {
  background: linear-gradient(180deg, transparent, rgba(41, 199, 210, 0.72), transparent);
}

.geo-journey-step {
  opacity: 0.38;
  transform: translateY(0.75rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.geo-journey-step.is-active {
  opacity: 1;
  transform: none;
}

.geo-journey-steps b {
  color: #cfe5f8;
}

.geo-team-section .heading-style-h5 {
  max-width: 58rem;
  font-size: clamp(1.7rem, 2.6vw, 3.2rem);
  line-height: 1.12;
  font-weight: 500;
}

.geo-team-placeholder.is-1 { background: linear-gradient(135deg, #0a3145, #6fa6bf); }
.geo-team-placeholder.is-2 { background: linear-gradient(135deg, #1b2833, #a7bac6); }
.geo-team-placeholder.is-3 { background: linear-gradient(135deg, #13242c, #7a979f); }
.geo-team-placeholder.is-4 { background: linear-gradient(135deg, #20343d, #d8e4e8); }
.geo-team-placeholder.is-5 { background: linear-gradient(135deg, #0a1822, #3e7995); }
.geo-team-placeholder.is-6 { background: linear-gradient(135deg, #24313a, #b8c7cf); }

.geo-certificates-section {
  position: relative;
  z-index: 2;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.geo-section-head {
  display: block;
}

.geo-section-head h2 {
  max-width: 32ch;
  margin: 0;
  text-align: left;
  font-size: clamp(2.1rem, 3.8vw, 4.4rem);
  font-weight: 500;
  line-height: 1.08;
}

.geo-certificate-card {
  flex: 0 0 clamp(19rem, 23vw, 22rem);
  width: clamp(19rem, 23vw, 22rem);
  min-height: 26rem;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.geo-certificate-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 15rem;
  padding: 1.6rem 1.4rem;
  background: linear-gradient(165deg, #eef6fa, #dcebf1);
  border-bottom: 1px solid rgba(6, 22, 38, 0.12);
}

.geo-certificate-seal {
  display: grid;
  place-items: center;
  width: 4.6rem;
  height: 4.6rem;
  color: var(--geo-blue);
  background: #fff;
  border: 1px solid rgba(10, 92, 127, 0.2);
  border-radius: 50%;
}

.geo-certificate-seal svg {
  width: 2.6rem;
  height: 2.6rem;
}

/* Two decorative grey bars used to sit here miming a scanned document's
   text lines - a skeleton-loader pattern left in a permanent "loaded"
   state, which reads as broken more than as a placeholder. This shows the
   certificate's own real name instead (already the card's actual data,
   just repeated here as the badge), until real scans/photos of the
   documents are dropped in. */
.geo-certificate-preview-title {
  max-width: 14rem;
  color: var(--geo-blue);
  font-size: 0.92rem;
  font-weight: 650;
  text-align: center;
  line-height: 1.3;
}

.geo-certificate-caption {
  padding: 1.2rem 1.3rem 1.4rem;
}

.geo-certificate-caption span {
  color: var(--geo-ink);
  font-size: clamp(1.05rem, 1.2vw, 1.32rem);
}

.geo-certificate-caption p {
  margin-top: 0.85rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer_wrap,
.section_cta,
.section_footer {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  opacity: 1 !important;
}

.footer_wrap {
  z-index: 1;
  background: #050607;
}

.geo-contact-section {
  position: relative;
  min-height: auto !important;
  padding: clamp(4.8rem, 8vw, 8rem) 0 !important;
  background: var(--geo-ink) !important;
  overflow: hidden !important;
}

/* Мягкое цветовое свечение в углах тёмных секций — тот же приём и тот же
   единственный акцент (--geo-teal ниже переопределён как #d3e7ff в :root),
   что и на странице "О компании", а не второй цвет. Чисто декоративный
   фон, поэтому pointer-events:none и низкая непрозрачность. */
.geo-client-strip::before,
.geo-services-section::before,
.geo-journey-section::before,
.geo-contact-section::before {
  content: "";
  position: absolute;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  filter: blur(90px);
  background: radial-gradient(circle, rgba(211, 231, 255, 0.16), transparent 70%);
  top: -16rem;
  right: -10rem;
  pointer-events: none;
}
.geo-journey-section::before { top: 10%; left: -12rem; right: auto; }

.geo-contact-section .spacer,
.geo-contact-section .cta_button-wrapper {
  display: none !important;
}

.geo-contact-section .is-cta-custom {
  grid-template-columns: minmax(0, 0.75fr) minmax(26rem, 0.62fr);
  align-items: start;
}

.geo-contact-section .tech-connect_heading-wrap .heading-style-h5,
.geo-contact-section .heading-style-h5 {
  font-size: clamp(1.9rem, 2.7vw, 3.15rem);
  line-height: 1.12;
  font-weight: 500;
}

.geo-contact-section .heading-style-h5 .geo-contact-title-strong {
  color: #fff;
}

.geo-contact-section .cta_content {
  grid-column: 1 !important;
  grid-row: 1 !important;
  max-width: 46rem !important;
}

.geo-contact-section .tech-connect_heading-wrap {
  max-width: 46rem !important;
}

.geo-contact-form {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100%;
  max-width: 42rem;
  justify-self: end;
  position: relative;
  background: #0c2233;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.4rem;
  padding: 1.6rem;
}

.geo-contact-form input,
.geo-contact-form textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.geo-contact-form input:focus,
.geo-contact-form textarea:focus {
  border-color: #d3e7ff;
}

.section_footer {
  min-height: auto !important;
  padding: clamp(3rem, 5vw, 5rem) 0 !important;
  background: #02070d !important;
}

.section_footer .spacer {
  display: none !important;
}

.section_footer .new-footer_spacer {
  height: 2rem !important;
}

@media (max-width: 991px) {
  .geo-home-hero .heading-display-1 {
    max-width: 86vw;
  }

  .geo-home-hero .home-header_content {
    max-width: 92vw;
  }

  .geo-hero-product-rail,
  .geo-data-shell,
  .geo-data-cards,
  .geo-contact-section .is-cta-custom,
  .geo-section-head {
    grid-template-columns: 1fr;
  }

  .geo-hero-product-rail {
    width: min(34rem, 90vw);
  }

  .geo-hero-product-rail a {
    border-right: 0;
    border-bottom: 1px solid rgba(6, 22, 38, 0.12);
  }

  .geo-contact-form {
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .geo-home-hero .home-header_component {
    padding-top: 6.5rem;
  }

  .geo-home-hero .home-header_content {
    padding: 0.9rem;
  }

  .geo-equipment-card {
    min-height: auto;
  }

  .geo-data-facts,
  .geo-services-section .tabs_wrapper,
  .geo-certificates-grid {
    grid-template-columns: 1fr;
  }

  .geo-webgl-stage {
    min-height: 26rem;
  }

  .geo-contact-section .is-cta-custom {
    grid-template-columns: 1fr;
  }
}

/* 2026-07-24: hero rebuilt from the user's Hero.dc.html reference. */
.navbar_component:not(.geo-nav-solid) {
  background: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
}

.navbar_component:not(.geo-nav-solid) .navbar_brand-wrapper,
.navbar_component:not(.geo-nav-solid) .geo-brand-word,
.navbar_component:not(.geo-nav-solid) .navbar_link-text {
  color: rgba(255, 255, 255, 0.94) !important;
}

.navbar_component:not(.geo-nav-solid) .geo-brand-mark {
  filter: brightness(0) invert(1) !important;
}

.navbar_component:not(.geo-nav-solid) .button_main_icon {
  background: #d3e7ff !important;
  border-color: #d3e7ff !important;
  border-radius: 999px !important;
  color: #031522 !important;
}

.navbar_component .button_main_icon {
  background: #d3e7ff !important;
  border-color: #d3e7ff !important;
  border-radius: 999px !important;
  color: #031522 !important;
}

.navbar_component .padding-global,
.geo-hero-v2 .padding-global {
  padding-left: clamp(4rem, 5.6vw, 6.8rem) !important;
  padding-right: clamp(4rem, 5.6vw, 6.8rem) !important;
}

.navbar_component .container-large,
.geo-hero-v2 .container-large {
  max-width: none !important;
}

.geo-hero-v2 {
  min-height: 100svh;
  background: #03111d;
}

.geo-hero-v2::before {
  background:
    radial-gradient(78% 92% at 27% 50%, rgba(1, 7, 14, 0.92) 0%, rgba(1, 7, 14, 0.76) 55%, rgba(1, 7, 14, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 9, 17, 0.88) 0%, rgba(2, 9, 17, 0.56) 38%, rgba(2, 9, 17, 0.8) 68%, rgba(2, 9, 17, 0.98) 100%),
    linear-gradient(90deg, rgba(2, 9, 17, 0.94) 0%, rgba(2, 9, 17, 0.76) 46%, rgba(2, 9, 17, 0.34) 73%, rgba(2, 9, 17, 0.62) 100%);
}

.geo-hero-v2::after {
  height: 22vh;
  background: linear-gradient(180deg, rgba(3, 17, 29, 0) 0%, rgba(3, 17, 29, 0.92) 100%);
}

.geo-hero-v2 .geo-hero-bg {
  object-position: 58% 50%;
  transform: scale(1.01);
}

.geo-hero-v2 .home-header_component {
  justify-content: center;
  padding-top: clamp(5.8rem, 9vh, 7.5rem);
  padding-bottom: clamp(2.2rem, 4vw, 4rem);
}

.geo-hero-v2-content {
  width: min(82rem, 86vw);
  margin-top: clamp(2rem, 6vh, 5rem);
  position: relative;
  isolation: isolate;
}

.geo-hero-v2-content::before {
  content: "";
  position: absolute;
  inset: -3.5rem -7rem -3.5rem -4rem;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(74% 80% at 18% 48%, rgba(0, 7, 14, 0.78) 0%, rgba(0, 7, 14, 0.54) 58%, rgba(0, 7, 14, 0) 100%);
}

.geo-hero-v2-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  max-width: min(100%, 43rem);
  margin: 0 0 clamp(1.4rem, 2vw, 2rem);
  padding: 0.62rem 1.1rem;
  border: 1px solid rgba(211, 231, 255, 0.24);
  border-radius: 999px;
  color: rgba(226, 239, 246, 0.88);
  background: rgba(1, 10, 18, 0.52);
  font-size: clamp(0.92rem, 1.05vw, 1.18rem);
  font-weight: 500;
  line-height: 1.25;
}

/* Точка-индикатор — только первый span. Второй span в плашке несёт текст,
   который прячется на телефоне (.geo-wide-only), и точкой быть не должен. */
.geo-hero-v2-badge > span:first-child {
  flex: 0 0 auto;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #16acd4;
}

.geo-hero-v2-title {
  max-width: min(86rem, 84vw);
  margin: 0;
  color: #f7fbff;
  font-size: clamp(3.05rem, 3.5vw, 4.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0 !important;
  text-wrap: balance;
  text-shadow: 0 0.18rem 1.7rem rgba(0, 0, 0, 0.66);
}

.geo-hero-v2-subtitle {
  max-width: 55rem;
  margin: clamp(1.2rem, 1.7vw, 1.7rem) 0 0;
  color: rgba(232, 242, 249, 0.88);
  font-size: clamp(1.05rem, 1.35vw, 1.4rem);
  line-height: 1.46;
  text-shadow: 0 0.12rem 1rem rgba(0, 0, 0, 0.54);
}

.geo-hero-v2-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 1.8vw, 2rem);
  margin-top: clamp(1.9rem, 3vw, 2.7rem);
}

.geo-hero-v2-primary,
.geo-hero-v2-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8rem;
  text-decoration: none;
  font-weight: 750;
  line-height: 1;
}

.geo-hero-v2-primary {
  min-width: min(20rem, 100%);
  padding: 1rem 2.4rem;
  border-radius: 999px;
  background: #d3e7ff;
  color: #031522;
}

.geo-hero-v2-secondary {
  padding: 1rem 0.25rem;
  color: #f5fbff;
}

.geo-hero-v2-secondary span {
  margin-left: 0.8rem;
}

/* Moved out of the hero content block (see createStatsStrip in
   geo-adaptation.js) - a hero is headline + subtext + one CTA pair, not a
   stat strip too. This bar sits between the hero and the client logos on
   the page's light background. */
.geo-stats-strip {
  background: var(--geo-paper);
  border-bottom: 1px solid var(--geo-line);
}

.geo-stats-strip dl {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2.3rem, 4vw, 5rem);
  max-width: min(92vw, 92rem);
  margin: 0 auto;
  padding: clamp(1.6rem, 2.6vw, 2.3rem) clamp(1.2rem, 3vw, 2rem);
}

.geo-stats-strip div {
  min-width: max-content;
}

.geo-stats-strip dt {
  color: var(--geo-ink);
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  font-weight: 800;
  line-height: 1;
}

.geo-stats-strip dd {
  margin: 0.45rem 0 0;
  color: rgba(6, 22, 38, 0.62);
  font-size: clamp(0.9rem, 1vw, 1rem);
}

@media (max-width: 640px) {
  .geo-stats-strip dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem 1rem;
  }

  .geo-stats-strip div {
    min-width: 0;
  }
}

.geo-data-visual-card {
  position: relative;
  min-height: clamp(29rem, 43vw, 42rem);
  border: 1px solid rgba(6, 22, 38, 0.12);
  border-radius: var(--geo-radius);
  background: #e8f2f6;
  overflow: hidden;
}

.geo-data-visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.navbar_component .button_main_icon .button_content,
.navbar_component .button_main_icon .button_content.is-animated,
.navbar_component .button_main_icon .button-animated-wrapper {
  border-radius: 999px !important;
}

.navbar_component .button_main_icon .button_content,
.navbar_component .button_main_icon .button_content.is-animated {
  border-color: #d3e7ff !important;
  background: #d3e7ff !important;
  color: #031522 !important;
}

.navbar_component .button_main_icon .button_text,
.navbar_component .button_main_icon .clickable_text {
  color: #031522 !important;
}

.geo-journey-copy {
  top: clamp(8.5rem, 12vh, 10.75rem);
}

@media (max-width: 991px) {
  .geo-hero-v2-content {
    width: min(90vw, 58rem);
  }

  .geo-hero-v2-title {
    max-width: 90vw;
    font-size: clamp(2.8rem, 8.5vw, 5rem);
  }

  .geo-data-visual-card {
    min-height: 28rem;
  }
}

@media (max-width: 640px) {
  .geo-hero-v2 .home-header_component {
    padding-top: 6.2rem;
  }

  .geo-hero-v2-content {
    margin-top: 1.8rem;
  }

  .geo-hero-v2-title {
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }

  .geo-data-visual-card {
    min-height: 20rem;
  }
}

/* The header is intentionally light from the first paint. The hero should
   never briefly show a transparent navigation state before its scripts run. */
.navbar_background {
  background: rgba(255, 255, 255, 0.98) !important;
  opacity: 1 !important;
  transition: none !important;
}

.navbar_component,
.navbar_component:not(.geo-nav-solid),
.navbar_component.geo-nav-solid {
  background: transparent !important;
  color: var(--geo-ink) !important;
}

.navbar_component:not(.geo-nav-solid) .navbar_brand-wrapper,
.navbar_component:not(.geo-nav-solid) .geo-brand-word,
.navbar_component:not(.geo-nav-solid) .navbar_link-text {
  color: var(--geo-ink) !important;
}

.navbar_component:not(.geo-nav-solid) .geo-brand-mark {
  filter: none !important;
}

/* The reference template's animated loader briefly covered the finished
   header with a transparent state and its own striped mark. */
.page-loader {
  display: none !important;
  visibility: hidden !important;
}

/* The longer description from the content brief stays secondary to the title. */
.geo-journey-copy > p {
  width: min(40rem, 100%);
  margin: 0.85rem 0 0;
  color: rgba(207, 229, 248, 0.82);
  font-size: clamp(0.94rem, 1.05vw, 1.1rem);
  font-weight: 400;
  line-height: 1.55;
}

.geo-certificates-section .geo-section-head p {
  max-width: 54rem;
  margin: 1.25rem 0 0;
  color: #486174;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 400;
  line-height: 1.55;
}

.geo-certificates-section .geo-section-head small {
  display: block;
  max-width: 54rem;
  margin-top: 0.75rem;
  color: rgba(6, 30, 45, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
}

/* Team copy is body text, not a second display headline. */
.geo-team-section .geo-team-copy {
  max-width: 64rem;
  white-space: pre-line;
  color: #314c5e;
  font-size: clamp(1.02rem, 1.35vw, 1.35rem);
  font-weight: 400;
  line-height: 1.5;
}

.geo-adapted .button_main_icon:focus-visible,
.geo-adapted .geo-hero-button:focus-visible,
.geo-adapted .geo-rail-btn:focus-visible,
.geo-adapted .geo-equipment-card a:focus-visible,
.geo-adapted .geo-certificate-card:focus-visible,
.geo-adapted .geo-newsteaser-card:focus-visible {
  outline: 3px solid rgba(10, 150, 192, 0.52);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .geo-adapted .button_main_icon,
  .geo-adapted .geo-hero-button,
  .geo-adapted .geo-rail-btn,
  .geo-adapted .geo-equipment-card,
  .geo-adapted .geo-service-panel,
  .geo-adapted .geo-certificate-card,
  .geo-adapted .geo-newsteaser-card,
  .geo-adapted .team-member_component,
  .geo-adapted .geo-data-facts div {
    transition: none !important;
  }
}

.geo-team-section .team-member_cta.geo-team-cta {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start !important;
  gap: clamp(1.5rem, 2.5vw, 2.5rem) !important;
  min-height: clamp(30rem, 40vw, 38rem) !important;
  padding: clamp(2rem, 4vw, 4rem) !important;
  overflow: hidden !important;
}

.geo-team-section h2.label-style-2,
.geo-team-section h2 {
  max-width: 46rem;
  margin-bottom: clamp(2.2rem, 4vw, 4rem) !important;
  color: #06283b;
  font-size: clamp(2.15rem, 4vw, 4.4rem) !important;
  font-weight: 550 !important;
  line-height: 1.05 !important;
}

.geo-team-section .max-width-xsmall {
  max-width: min(46rem, 100%) !important;
  grid-column: span 8 / span 8 !important;
}

.geo-team-cta .team-member_cta-logo {
  display: block !important;
  width: clamp(8rem, 13vw, 12rem) !important;
  height: auto !important;
  margin: 0 !important;
}

.geo-team-cta .team-member_cta-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.geo-team-cta .team-member_cta-content {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: clamp(16rem, 22vw, 21rem);
}

.geo-team-cta .team-member_cta-content .max-width-medium {
  max-width: 33rem !important;
}

.geo-team-cta .team-member_cta-content .heading-style-h4 {
  max-width: 18ch;
  font-size: clamp(2rem, 3.6vw, 4.25rem) !important;
  line-height: 1.04 !important;
}

.geo-team-cta .geo-team-cta-spacer {
  display: none !important;
}

.geo-team-cta .button_main_icon {
  width: max-content !important;
  margin-top: 2rem !important;
}

.geo-contact-section .geo-contact-subtitle {
  max-width: 42rem;
  margin: 1.3rem 0 0;
  color: rgba(222, 235, 243, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}

.geo-contact-direct {
  margin: clamp(2.5rem, 5vw, 4rem) 0 0;
  padding-top: clamp(1.5rem, 2.5vw, 2rem);
  border-top: 1px solid rgba(222, 235, 243, 0.16);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.geo-contact-direct-label {
  margin: 0 0 0.2rem;
  color: rgba(222, 235, 243, 0.5);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.geo-contact-direct a,
.geo-contact-direct span {
  color: #fff;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  text-decoration: none;
}

.geo-contact-direct a:hover {
  text-decoration: underline;
}

.geo-contact-direct span {
  color: rgba(222, 235, 243, 0.78);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
}

@media (max-width: 767px) {
  .geo-team-section .max-width-xsmall {
    grid-column: 1 / -1 !important;
  }

  .geo-team-section .team-member_cta.geo-team-cta {
    min-height: 31rem !important;
  }

  .geo-team-cta .team-member_cta-content {
    min-height: 16rem;
  }

  .geo-team-cta .button_main_icon {
    width: 100% !important;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none !important;
  }
}

/* A single title system for every content section. The hero keeps its own
   scale because it is the page's opening statement. */
:root {
  --geo-section-title-size: clamp(2.05rem, 3.05vw, 3.45rem);
  --geo-section-title-line-height: 1.08;
  --geo-section-title-weight: 400;
}

.geo-adapted .geo-about-section .heading-style-h5,
.geo-adapted .geo-equipment-section .heading-style-h3,
.geo-adapted .geo-services-section .heading-style-h3,
.geo-adapted .geo-data-copy h2,
.geo-adapted .geo-journey-copy h2,
.geo-adapted .geo-team-section h2,
.geo-adapted .geo-certificates-section .geo-section-head h2,
.geo-adapted .geo-newsteaser-section .geo-section-head h2,
.geo-adapted .geo-contact-section .heading-style-h5,
.geo-adapted .geo-team-cta .team-member_cta-content .heading-style-h4 {
  font-size: var(--geo-section-title-size) !important;
  font-weight: var(--geo-section-title-weight) !important;
  line-height: var(--geo-section-title-line-height) !important;
  letter-spacing: 0 !important;
}

/* Information cards retain their secondary hierarchy without competing with
   the section title. */
.geo-data-facts dt {
  font-size: clamp(1.1rem, 1.25vw, 1.35rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

/* Keep service copy in the final four columns and give the main statement
   enough width to read as a composed headline rather than a narrow stack. */
.geo-adapted .geo-services-section .heading-style-h3 {
  grid-column: 1 / 9 !important;
  max-width: 27ch !important;
}

/* The team CTA aligns to the media panel of neighboring people cards, rather
   than extending through their caption area. */
.geo-adapted .geo-team-section .team-member_cta.geo-team-cta {
  align-self: start !important;
  min-height: var(--geo-team-image-height, 23.625rem) !important;
  height: var(--geo-team-image-height, auto) !important;
  padding: 2rem !important;
  gap: 1.25rem !important;
}

.geo-adapted .geo-team-cta .team-member_cta-logo {
  width: clamp(3.75rem, 4.6vw, 4.75rem) !important;
}

.geo-adapted .geo-team-cta .team-member_cta-content {
  width: 100% !important;
  min-height: 0 !important;
  justify-content: flex-start !important;
  gap: 1.25rem !important;
}

.geo-adapted .geo-team-cta .team-member_cta-content .max-width-medium {
  max-width: 29rem !important;
}

.geo-adapted .geo-team-cta .team-member_cta-content .heading-style-h4 {
  max-width: 20ch !important;
  font-size: clamp(1.7rem, 2.2vw, 2.5rem) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
}

.geo-adapted .geo-team-cta .button_main_icon {
  margin-top: 0.25rem !important;
}

@media (hover: hover) and (pointer: fine) {
  /* .button_main_icon is excluded here: it already has its own native
     fill-sweep hover animation (.button-animated-wrapper width 0%->100%,
     wired up via jQuery in index.html). Adding a lift+shadow on top of
     that read as two competing hover animations, so only the fill stays. */
  .geo-adapted :is(
    .geo-hero-button,
    .geo-hero-v2-primary,
    .geo-hero-v2-secondary,
    .geo-rail-btn,
    .geo-contact-form button,
    button:not([disabled]):not(.geo-equip-teaser-link):not(.geo-equip-spec-toggle):not(.geo-equip-catalog-more)
  ) {
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, opacity 160ms ease !important;
  }

  .geo-adapted :is(
    .geo-hero-button,
    .geo-hero-v2-primary,
    .geo-hero-v2-secondary,
    .geo-rail-btn,
    .geo-contact-form button,
    button:not([disabled]):not(.geo-equip-teaser-link):not(.geo-equip-spec-toggle):not(.geo-equip-catalog-more)
  ):hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 7px 16px rgba(6, 43, 61, 0.14) !important;
  }

}

@media (max-width: 767px) {
  .geo-journey-copy {
    top: 5.25rem;
  }

  /* Высоту здесь раньше отпускали (height: auto) — из-за этого на телефоне
     голубой блок переставал совпадать с фотографиями. Заказчик просил, чтобы
     совпадал на любом экране, поэтому правило снято; содержимое в квадрат
     помещается, проверено на 375 px. */
}

/* ==========================================================================
   About-company page (about-us.html) — .geo-aboutpage-* namespace.
   The homepage's scroll-flip video is a homepage-only signature, so this
   page gets its own centerpiece (the scrubbed history timeline below)
   instead of duplicating it.
   ========================================================================== */

.geo-aboutpage-hero {
  position: relative;
  overflow: hidden;
  background: var(--geo-ink);
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
}

.geo-aboutpage-hero > .padding-global {
  width: 100%;
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.geo-aboutpage-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  opacity: 0.55;
}

.geo-aboutpage-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 22, 38, 0.55) 0%, rgba(6, 22, 38, 0.78) 55%, var(--geo-ink) 100%);
}

/* Real photography (existing site asset, an oil-storage tank farm - the
   same generic-industry stock library already used for the homepage
   hero) rather than another abstract diagram, per direct request for at
   least one actual picture on the page. */
.geo-aboutpage-photo {
  position: relative;
  overflow: hidden;
  min-height: clamp(20rem, 34vw, 28rem);
}

.geo-aboutpage-photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.geo-aboutpage-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 22, 38, 0.82) 0%, rgba(6, 22, 38, 0.15) 45%, rgba(6, 22, 38, 0) 70%);
}

.geo-aboutpage-photo-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 5vw, 4rem);
  z-index: 1;
}

.geo-aboutpage-photo-caption-label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--geo-teal);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.geo-aboutpage-photo-caption p {
  margin: 0;
  max-width: 42rem;
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.4;
}

.geo-aboutpage-hero-inner {
  position: relative;
  z-index: 1;
  display: block;
}

.geo-aboutpage-eyebrow {
  color: var(--geo-teal);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.geo-aboutpage-hero-title {
  max-width: 18ch;
  color: #fff;
  font-size: clamp(2.8rem, 5.6vw, 5.2rem);
  line-height: 1.05;
}

.geo-aboutpage-hero-lead {
  max-width: 46rem;
  color: rgba(222, 235, 243, 0.82);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
}

.geo-aboutpage-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.geo-aboutpage-intro-numeral {
  position: relative;
  width: clamp(14rem, 20vw, 18rem);
  aspect-ratio: 1;
  margin: 0 auto;
}

.geo-intro-ring {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.geo-intro-ring-track,
.geo-intro-ring-progress {
  fill: none;
  stroke-width: 3;
}

.geo-intro-ring-track {
  stroke: var(--geo-line);
}

.geo-intro-ring-progress {
  stroke: var(--geo-blue);
  stroke-linecap: round;
}

.geo-intro-ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  text-align: center;
}

.geo-intro-ring-year {
  color: var(--geo-ink);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 750;
  letter-spacing: -0.02em;
}

.geo-intro-ring-caption {
  color: rgba(6, 22, 38, 0.55);
  font-size: 0.85rem;
}

.geo-aboutpage-accent {
  margin-top: 1.4rem;
  padding-left: 1.1rem;
  border-left: 2px solid var(--geo-blue);
  color: var(--geo-ink);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  font-style: italic;
  line-height: 1.45;
}

/* --- Standalone pull-quote: promoted from a small inline accent into
   its own dramatic dark moment (mirrors the "founder quote" beat on
   comparable About pages), using the already-shipped decorative
   line-art asset instead of any new/fabricated imagery. */
.geo-aboutpage-quote {
  position: relative;
  overflow: hidden;
  background: var(--geo-ink);
  color: #fff;
}

.geo-aboutpage-quote-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5rem;
  object-fit: cover;
  opacity: 0.35;
  pointer-events: none;
}

.geo-aboutpage-quote-text {
  position: relative;
  max-width: 46rem;
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
}

.geo-aboutpage-quote-cite {
  position: relative;
  margin: 1.3rem 0 0;
  color: rgba(222, 235, 243, 0.6);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

/* --- History timeline: the page's own centerpiece scroll effect. A
   single non-pinned ScrollTrigger scrub (see about-us.html's inline
   script) grows this progress line and lights up milestones as the
   section scrolls past - same scrub mechanism family as the homepage's
   scroll-flip, simpler (no pin/Flip) since a straight vertical line only
   needs a height tween. */
.geo-aboutpage-timeline-title {
  max-width: 30ch;
}

.geo-timeline-rail {
  position: relative;
  max-width: 46rem;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
}

.geo-timeline-track,
.geo-timeline-progress {
  position: absolute;
  left: calc(0.425rem - 1px);
  top: 0.75rem;
  bottom: 0.75rem;
  width: 2px;
}

.geo-timeline-track {
  background: var(--geo-line);
}

.geo-timeline-progress {
  background: var(--geo-blue);
  transform: scaleY(0);
  transform-origin: top;
}

.geo-timeline-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3.4rem);
}

.geo-timeline-item {
  display: flex;
  gap: 1.3rem;
  align-items: flex-start;
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.geo-timeline-item.is-active {
  opacity: 1;
}

.geo-timeline-dot {
  flex: 0 0 auto;
  width: 0.85rem;
  height: 0.85rem;
  margin-top: 0.3rem;
  border: 2px solid var(--geo-line);
  border-radius: 50%;
  background: var(--geo-paper);
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.geo-timeline-item.is-active .geo-timeline-dot {
  border-color: var(--geo-blue);
  background: var(--geo-blue);
  box-shadow: 0 0 0 5px rgba(10, 92, 127, 0.15);
}

.geo-timeline-year {
  display: block;
  color: var(--geo-ink);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  font-weight: 700;
}

.geo-timeline-text {
  margin: 0.3rem 0 0;
  max-width: 42ch;
  color: rgba(6, 22, 38, 0.66);
  line-height: 1.5;
}

/* --- Production cycle: reuse the existing .geo-data-cards/.geo-data-icon
   pattern, widened to 5 columns for 10 department tiles. */
.geo-aboutpage-section-title {
  max-width: 28ch;
}

.geo-aboutpage-section-lead {
  max-width: 58ch;
  color: rgba(6, 22, 38, 0.68);
}

.geo-aboutpage-department-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* --- Production visual: a purpose-made illustration for this project
   (the same drilling-rig graphic used as the homepage journey poster),
   not a mismatched stock photo and not an animated diagram - a plain,
   static supporting image above the department grid. */
.geo-aboutpage-production-visual {
  position: relative;
  min-height: clamp(14rem, 22vw, 20rem);
  overflow: hidden;
  border: 1px solid rgba(6, 22, 38, 0.12);
  border-radius: var(--geo-radius);
  background: var(--geo-ink);
}

.geo-aboutpage-production-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.geo-aboutpage-department-grid article {
  min-height: 8.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.geo-aboutpage-department-grid h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 620;
  line-height: 1.35;
}

/* --- Directions of activity: horizontal rail, same mechanics as the
   equipment rail but a lighter text-only card (no product photo). */
.geo-aboutpage-rail-wrap {
  position: relative;
}

.geo-aboutpage-directions-rail {
  display: flex;
  gap: clamp(1rem, 1.5vw, 1.4rem);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 1px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
}

.geo-aboutpage-directions-rail::-webkit-scrollbar {
  display: none;
}

.geo-aboutpage-rail-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.geo-aboutpage-direction-card {
  flex: 0 0 clamp(16.5rem, 24vw, 19.5rem);
  width: clamp(16.5rem, 24vw, 19.5rem);
  min-height: 15rem;
  padding: clamp(1.2rem, 1.6vw, 1.6rem);
  border: 1px solid rgba(6, 22, 38, 0.14);
  border-radius: var(--geo-radius);
  background: #fff;
  scroll-snap-align: start;
}

.geo-aboutpage-direction-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}

.geo-aboutpage-direction-icon {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  color: var(--geo-blue);
  background: #edf5fa;
  border: 1px solid rgba(10, 92, 127, 0.18);
  border-radius: var(--geo-radius);
}

/* A little tonal variety down the rail instead of six identical tiles. */
.geo-aboutpage-direction-card:nth-child(2) .geo-aboutpage-direction-icon {
  color: #0b6b73;
  background: #e8f6f4;
  border-color: rgba(11, 107, 115, 0.2);
}

.geo-aboutpage-direction-card:nth-child(3) .geo-aboutpage-direction-icon {
  color: var(--geo-ink-soft);
  background: #eef1f4;
  border-color: rgba(18, 51, 70, 0.16);
}

.geo-aboutpage-direction-card:nth-child(4) .geo-aboutpage-direction-icon {
  color: #0b6b73;
  background: #e8f6f4;
  border-color: rgba(11, 107, 115, 0.2);
}

.geo-aboutpage-direction-card:nth-child(6) .geo-aboutpage-direction-icon {
  color: var(--geo-ink-soft);
  background: #eef1f4;
  border-color: rgba(18, 51, 70, 0.16);
}

.geo-aboutpage-direction-icon svg {
  width: 1.6rem;
  height: 1.6rem;
}

.geo-aboutpage-direction-index {
  color: rgba(6, 22, 38, 0.4);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.geo-aboutpage-direction-card h3 {
  margin: 0 0 0.6rem;
  color: var(--geo-ink);
  font-size: 1.15rem;
  font-weight: 650;
}

.geo-aboutpage-direction-card p {
  margin: 0;
  color: rgba(6, 22, 38, 0.66);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* --- Team & operating experience: two columns, honest monogram
   placeholders (no fabricated photos) + typographic region badges
   (no fabricated map). */
.geo-aboutpage-people {
  position: relative;
  overflow: hidden;
}

.geo-aboutpage-people-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem);
}

.geo-aboutpage-people-col-title {
  display: block;
  color: var(--geo-ink);
  font-size: 1.05rem;
  font-weight: 650;
}

.geo-aboutpage-people-card {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding: clamp(1.4rem, 2vw, 1.8rem);
  border: 1px solid rgba(6, 22, 38, 0.12);
  border-radius: var(--geo-radius);
  background: #fff;
}

.geo-aboutpage-monogram-row,
.geo-aboutpage-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.geo-aboutpage-monogram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 4.6rem;
}

.geo-aboutpage-monogram span {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--geo-ink);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.geo-aboutpage-monogram small {
  color: rgba(6, 22, 38, 0.6);
  font-size: 0.74rem;
  text-align: center;
}

.geo-aboutpage-badge {
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(6, 22, 38, 0.16);
  border-radius: 999px;
  color: var(--geo-ink);
  font-size: 0.86rem;
}

@media (max-width: 900px) {
  .geo-aboutpage-intro-grid,
  .geo-aboutpage-people-grid {
    grid-template-columns: 1fr;
  }

  .geo-aboutpage-intro-numeral {
    order: 2;
  }

  .geo-aboutpage-department-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --- FAQ accordion: grid-template-rows 0fr/1fr trick animates the
   answer's height smoothly without JS measuring scrollHeight. */
.geo-faq-list {
  max-width: 46rem;
  border-top: 1px solid rgba(6, 22, 38, 0.14);
}

.geo-faq-item {
  border-bottom: 1px solid rgba(6, 22, 38, 0.14);
}

.geo-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.3rem 0;
  border: none;
  background: none;
  color: var(--geo-ink);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 620;
  text-align: left;
  cursor: pointer;
}

.geo-faq-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
}

.geo-faq-toggle::before,
.geo-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--geo-blue);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.geo-faq-toggle::before {
  width: 1.1rem;
  height: 2px;
}

.geo-faq-toggle::after {
  width: 2px;
  height: 1.1rem;
}

.geo-faq-item.is-open .geo-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.geo-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease;
}

.geo-faq-item.is-open .geo-faq-answer {
  max-height: 16rem;
}

.geo-faq-answer p {
  margin: 0 0 1.3rem;
  max-width: 60ch;
  color: rgba(6, 22, 38, 0.68);
  line-height: 1.5;
}

/* --- Cross-link teasers: point back into the rest of the site, same
   spirit as an "Our Edge / Investors / Careers" closing row. */
.geo-aboutpage-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.geo-aboutpage-link-card {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.4rem;
  border: 1px solid rgba(6, 22, 38, 0.14);
  border-radius: var(--geo-radius);
  color: var(--geo-ink);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.geo-aboutpage-link-card:hover {
  border-color: var(--geo-blue);
  transform: translateY(-2px);
}

.geo-aboutpage-link-label {
  color: var(--geo-blue);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.geo-aboutpage-link-title {
  font-size: 1.05rem;
  font-weight: 620;
}

.geo-aboutpage-link-arrow {
  margin-top: 0.4rem;
  color: var(--geo-blue);
}

@media (max-width: 700px) {
  .geo-aboutpage-links-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Final CTA: self-contained dark banner (the homepage's own CTA
   section lives inside its Webflow scaffolding, which this hand-authored
   page does not import - so this page gets its own dark closing band
   using the same ink tokens). */
.geo-aboutpage-cta {
  background: var(--geo-ink);
  color: #fff;
}

.geo-aboutpage-cta-inner {
  max-width: 42rem;
}

.geo-aboutpage-cta-inner h2 {
  color: #fff;
}

.geo-aboutpage-cta-inner p {
  color: rgba(222, 235, 243, 0.78);
}

.geo-aboutpage-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.geo-aboutpage-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 620;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.geo-aboutpage-cta-btn.is-primary {
  background: var(--geo-teal);
  color: var(--geo-ink);
}

.geo-aboutpage-cta-btn.is-primary:hover {
  transform: translateY(-2px);
}

.geo-aboutpage-cta-btn.is-secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}

.geo-aboutpage-cta-btn.is-secondary:hover {
  border-color: #fff;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .geo-timeline-progress {
    transition: none;
  }
}

/* ==========================================================================
   Хлебные крошки (ТЗ п.1.3 — на всех внутренних страницах)
   Живут внутри hero-inner перед надзаголовком: не требуют абсолютного
   позиционирования и одинаково работают на всех семи внутренних страницах.
   ========================================================================== */

.geo-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: clamp(0.9rem, 2vw, 1.4rem);
  font-size: 0.875rem;
  line-height: 1.3;
  color: rgba(232, 242, 249, 0.66);
}

.geo-crumbs a {
  color: rgba(232, 242, 249, 0.82);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 242, 249, 0.28);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.geo-crumbs a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.geo-crumbs a:focus-visible {
  outline: 2px solid #d3e7ff;
  outline-offset: 3px;
  border-radius: 3px;
}

.geo-crumbs-sep {
  opacity: 0.5;
}

/* На светлых hero (страница услуг/оборудования с фотофоном) контраст даёт
   сам тёмный градиент поверх фото — отдельная тема не нужна. */

/* ==========================================================================
   Мобильный hero главной: заголовок не должен обрезаться справа
   Причина прежней обрезки — крупный клампованный кегль (12vw) при
   width: min(90vw, 58rem) и отсутствии переноса внутри длинных слов
   («Оборудование», «нефтегазовой»). Ниже 480px уменьшаем кегль и
   разрешаем перенос длинных слов.
   ========================================================================== */

@media (max-width: 640px) {
  .geo-hero-v2-content {
    width: min(100%, 34rem);
    max-width: 100%;
  }

  .geo-hero-v2-title,
  .geo-hero-v2-subtitle,
  .geo-hero-v2-badge {
    max-width: 100%;
  }

  .geo-hero-v2-title {
    font-size: clamp(1.95rem, 8.6vw, 2.85rem);
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: manual; /* переносим по словам целиком, а не по слогам */
  }

  .geo-hero-v2-badge {
    font-size: 0.86rem;
    padding: 0.5rem 0.9rem;
  }

  .geo-hero-v2-actions {
    width: 100%;
    gap: 0.9rem;
  }

  .geo-hero-v2-primary {
    width: 100%;
    min-width: 0;
    padding-inline: 1.4rem;
  }

  .geo-hero-v2-secondary {
    padding-inline: 0;
  }
}

@media (max-width: 380px) {
  .geo-hero-v2-title {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .geo-hero-v2-subtitle {
    font-size: 0.98rem;
  }
}

/* Настоящая причина «обрезанного» H1 на мобильном: у hero главной
   .padding-global наследует 64px слева/справа (у всех остальных секций
   сайта — 16px). На 375px это оставляло тексту 247px вместо 343px, из-за
   чего крупный заголовок казался обрезанным и упирался в край. Приводим
   боковые поля hero к тем же 16px, что и на остальном сайте. */
@media (max-width: 640px) {
  /* Исходное правило (.navbar_component .padding-global, .geo-hero-v2
     .padding-global) объявлено с !important, чтобы hero совпадал по полям с
     контейнером шапки на десктопе — поэтому переопределяем тоже !important
     и только на мобильных, десктопная композиция не меняется. */
  .geo-hero-v2 .padding-global {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* ==========================================================================
   Состояния форм заявок (geo-forms.js)
   ========================================================================== */

.geo-form-hp {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.geo-form-error {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #ff9d9d;
}

.geo-form-status {
  margin: 0.85rem 0 0;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.45;
  border: 1px solid transparent;
}

.geo-form-status[hidden] {
  display: none;
}

.geo-form-status[data-state="pending"] {
  color: rgba(232, 242, 249, 0.9);
  background: rgba(211, 231, 255, 0.1);
  border-color: rgba(211, 231, 255, 0.28);
}

.geo-form-status[data-state="success"] {
  color: #d6f5e4;
  background: rgba(64, 190, 130, 0.14);
  border-color: rgba(64, 190, 130, 0.4);
}

.geo-form-status[data-state="error"],
.geo-form-status[data-state="unavailable"] {
  color: #ffdede;
  background: rgba(255, 120, 120, 0.12);
  border-color: rgba(255, 120, 120, 0.38);
}

/* На светлом фоне (форма контактов внутри светлой секции) */
.geo-legal-body .geo-form-status,
.background-color-duck-egg .geo-form-status {
  color: #0c2233;
}

form [aria-invalid="true"] {
  border-color: rgba(255, 130, 130, 0.75) !important;
}

form button[disabled] {
  opacity: 0.62;
  cursor: progress;
}

.geo-lead-context {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(232, 242, 249, 0.9);
}

.geo-lead-context[hidden] {
  display: none;
}

/* ---------- Названные заказчики и статусная лента на главной ---------- */
.geo-client-names {
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 500;
}

.geo-client-names li {
  position: relative;
  padding-left: 0.95rem;
}

.geo-client-names li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #3b7ea1;
}

.geo-status-proof {
  list-style: none;
  margin: clamp(1.1rem, 2vw, 1.6rem) auto 0;
  padding: 0 clamp(1rem, 4vw, 3rem);
  max-width: 88rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.6rem;
}

.geo-status-proof li {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 34, 51, 0.18);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .geo-status-proof {
    justify-content: flex-start;
  }

  .geo-status-proof li {
    font-size: 0.82rem;
  }
}

/* ==========================================================================
   H1 внутренних страниц на узких экранах
   Минимум clamp() у всех шести заголовков (2.4–2.6rem) на 320px давал
   ~40px кегля, а длинные слова («метрологическое», «геолого-технологических»)
   при overflow-wrap: normal не переносятся — строка выходила за экран.
   Уменьшаем кегль и разрешаем перенос длинных слов. Десктоп не затронут.
   ========================================================================== */

@media (max-width: 640px) {
  .geo-about5-h1,
  .geo-equip-h1,
  .geo-svc-h1,
  .geo-doc-h1,
  .geo-news-h1,
  .geo-kontakty-h1 {
    font-size: clamp(1.95rem, 8.4vw, 2.8rem);
    max-width: 100%;
    overflow-wrap: break-word;
    hyphens: manual; /* переносим по словам целиком, а не по слогам */
  }

  .geo-about5-h2,
  .geo-equip-h2,
  .geo-svc-h2,
  .geo-doc-h2,
  .geo-news-h2,
  .geo-kontakty-h2 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .geo-about5-lead,
  .geo-equip-lead,
  .geo-svc-lead,
  .geo-doc-lead,
  .geo-news-lead,
  .geo-kontakty-lead {
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .geo-about5-h1,
  .geo-equip-h1,
  .geo-svc-h1,
  .geo-doc-h1,
  .geo-news-h1,
  .geo-kontakty-h1 {
    font-size: clamp(1.7rem, 7.8vw, 2.3rem);
  }
}

/* ==========================================================================
   Правки для очень узких экранов (320px)
   ========================================================================== */

/* H1 внутренних страниц: правила выше живут в geo-adaptation.css, который
   подключается ДО постраничных стилей, поэтому базовый font-size страницы
   их перебивал. Повышаем специфичность через класс страницы на <body>. */
@media (max-width: 640px) {
  body.geo-page-about .geo-about5-h1,
  body.geo-page-equip .geo-equip-h1,
  body.geo-page-services .geo-svc-h1,
  body.geo-page-documents .geo-doc-h1,
  body.geo-page-news .geo-news-h1,
  body.geo-page-contacts .geo-kontakty-h1,
  body.geo-page-privacy .geo-kontakty-h1 {
    font-size: clamp(1.95rem, 8.4vw, 2.8rem);
    max-width: 100%;
    overflow-wrap: break-word;
    hyphens: manual; /* переносим по словам целиком, а не по слогам */
  }
}

@media (max-width: 380px) {
  body.geo-page-about .geo-about5-h1,
  body.geo-page-equip .geo-equip-h1,
  body.geo-page-services .geo-svc-h1,
  body.geo-page-documents .geo-doc-h1,
  body.geo-page-news .geo-news-h1,
  body.geo-page-contacts .geo-kontakty-h1,
  body.geo-page-privacy .geo-kontakty-h1 {
    font-size: clamp(1.6rem, 7.6vw, 2.2rem);
  }
}

/* Нижний блок «Контакты + форма» на главной: унаследованная от шаблона
   сетка .is-cta-custom не схлопывалась в одну колонку на 320px — форма
   оказывалась в узкой колонке и выходила за правый край экрана. */
@media (max-width: 700px) {
  .section_cta .u-grid.is-cta-custom {
    display: block !important;
  }

  .section_cta .geo-contact-form {
    width: 100%;
    max-width: 100%;
    margin-top: 1.5rem;
  }

  .section_cta .geo-contact-form label,
  .section_cta .geo-contact-form input,
  .section_cta .geo-contact-form textarea,
  .section_cta .geo-contact-form button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* Сертификаты и тизер новостей стоят встык и имеют одинаковый светлый фон,
   поэтому их вертикальные отступы складывались: 102px снизу + 102px сверху =
   205px пустоты между рельсом сертификатов и заголовком «Новости компании».
   Схлопываем стык в один отступ, сохраняя ритм на границах с тёмными секциями. */
.geo-certificates-section {
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.geo-newsteaser-section {
  padding-top: clamp(2.5rem, 4vw, 3.75rem);
}

/* ==========================================================================
   1. Scroll-flip видео: кадр до разворота
   Исходный блок брал высоту от соседней текстовой колонки, поэтому на
   широких экранах получалась пропорция вроде 912x717 (1.27), а ролик 16:9
   при object-fit: cover обрезался по бокам и выглядел «зумом в плату».
   Задаём кадру пропорцию самого видео — до разворота ролик виден целиком.
   Разворот на весь экран в конце прокрутки не трогаем.
   ========================================================================== */

[tr-scrollflip-element="origin"] {
  aspect-ratio: 16 / 9;
  height: auto;
  align-self: start;
}

/* ==========================================================================
   2. Выпадающие списки в тёмных формах заявки
   У <select> оставался нативный вид: белый фон браузера и унаследованный
   светлый цвет текста — подпись «Выберите направление» становилась белой
   на белом. Приводим к тому же виду, что и текстовые поля.
   ========================================================================== */

.geo-svc-form select,
.geo-kontakty-form select,
.geo-contact-form select,
.geo-equip-form select,
.geo-news-form select,
.geo-doc-form select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 2.6rem 0.7rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.04);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dbe9f5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 1.1rem;
  color: #fff;
  font: inherit;
  font-size: 0.98rem;
  line-height: 1.4;
  cursor: pointer;
}

.geo-svc-form select:focus-visible,
.geo-kontakty-form select:focus-visible,
.geo-contact-form select:focus-visible,
.geo-equip-form select:focus-visible,
.geo-news-form select:focus-visible,
.geo-doc-form select:focus-visible {
  outline: 2px solid #d3e7ff;
  outline-offset: 2px;
}

/* Список опций рисует ОС — задаём читаемые цвета явно. */
.geo-svc-form select option,
.geo-kontakty-form select option,
.geo-contact-form select option,
.geo-equip-form select option,
.geo-news-form select option,
.geo-doc-form select option {
  background-color: #0c2233;
  color: #eaf3fa;
}

.geo-svc-form input:focus-visible,
.geo-svc-form textarea:focus-visible,
.geo-kontakty-form input:focus-visible,
.geo-kontakty-form textarea:focus-visible,
.geo-news-form input:focus-visible,
.geo-news-form textarea:focus-visible,
.geo-doc-form input:focus-visible,
.geo-doc-form textarea:focus-visible,
.geo-equip-form input:focus-visible,
.geo-equip-form textarea:focus-visible,
.geo-contact-form input:focus-visible,
.geo-contact-form textarea:focus-visible {
  outline: 2px solid #d3e7ff;
  outline-offset: 2px;
}

/* Реальный портрет в блоке команды: занимает ту же плитку, что и монограмма. */
.geo-team-photo,
.geo-team-section .geo-team-placeholder {
  /* Квадрат задаётся жёстко. Снимки в панель загружают какие есть, и без
     этого портрет в ширину сделал бы свою карточку ниже соседних, а ряд —
     рваным. Заодно высота карточки становится предсказуемой: она равна
     ширине колонки, и к ней подгоняется голубой блок справа. */
  aspect-ratio: 1 / 1;
}

.geo-team-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%; /* лица в верхней части кадра */
}

/* ==========================================================================
   Мобильные: меню и подвал
   ========================================================================== */

@media (max-width: 991px) {
  /* Выпадающее меню.

     В шаблоне содержимое панели прижато к её низу (`justify-content: flex-end`),
     а высоту панели задаёт анимация. На телефоне панель раскрывается почти на
     весь экран, и получается так: логотип с крестиком сверху, огромная пустота,
     и только у самого низа — ссылки. Выглядит как сломанная вёрстка.

     Ставим содержимое сразу под шапку. */
  .navbar_link-wrapper {
    justify-content: flex-start !important;
    padding-top: 6.5rem !important;
  }

  .navbar_list {
    gap: 0.25rem;
  }
}

@media (max-width: 767px) {
  /* Подвал занимал 569 px — больше половины экрана телефона, и это при том,
     что перед ним идут ещё сертификаты, новости и форма. Поджимаем поля и
     внутренние промежутки; содержимое не трогаем. */
  .section_footer {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  /* Основной объём давали три колонки ссылок: на телефоне они встают друг
     под друга, и у каждой сверху отступ в 40 px — 120 px только на воздух
     между ними. Плюс промежутки в 12 px между самими ссылками. */
  .section_footer .footer_links-col {
    margin-top: 1.25rem !important;
    gap: 0.5rem !important;
  }

  .section_footer .new-footer_spacer {
    height: 1rem !important;
  }

  .section_footer .spacer {
    max-height: 1.25rem !important;
  }

  .section_footer .u-grid.is-footer-custom {
    grid-row-gap: 0 !important;
  }

  .section_footer .u-grid.is-mobile-gap-large {
    grid-row-gap: 1rem !important;
  }
}

/* ==========================================================================
   Мобильные, продолжение
   ========================================================================== */

/* Дубль подписи вкладки. В разметке у пункта два одинаковых текста: видимый и
   спрятанный дубль для эффекта наведения. В некоторых состояниях дубль
   переставал прятаться, и подпись печаталась дважды подряд
   («Пусконаладочные работыПусконаладочные работы»). Закрываем наглухо. */
.tabs_nav-item .hide {
  display: none !important;
}

/* ==========================================================================
   Телефон: разбор замечаний по главной (кадр героя, сетка, «путь данных»,
   вкладки, видео, лента логотипов, стрелки).
   Блок стоит последним в файле осознанно: часть правил ниже перебивает
   «v3-полировку» (строки ~2044+), которая шла после медиазапросов и молча
   возвращала десктопные значения ширин на телефоне.
   ========================================================================== */
@media (max-width: 767px) {
  /* --- Герой ---------------------------------------------------------- */
  /* Фотография — фон на всю секцию, как на десктопе.
     Снимок горизонтальный (1672×942), а слот на телефоне вертикальный, и при
     object-fit: cover в кадр попадает лишь четверть ширины. Поэтому важна
     точка привязки: 42 % по горизонтали ставит в кадр подсвеченную вышку и
     кабину машины — самую светлую и узнаваемую часть снимка. По вертикали
     кадрирования нет.
     И главное — затемнения секции. Их два: радиальное (::before) и заливка к
     низу почти в непрозрачный #03111d (::after). На широком экране они лежат
     поверх краёв снимка, а на телефоне накрывали его целиком — отсюда и
     ощущение, что фона нет. Ослабляем, но не убираем: белый текст должен
     оставаться читаемым. */
  .section_home-header > img {
    object-fit: cover !important;
    object-position: 42% 50% !important;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .section_home-header::before {
    opacity: 0.5 !important;
  }

  .section_home-header::after {
    opacity: 0.45 !important;
  }

  /* Отступ сверху считаем от фактической высоты шапки, а не подбираем на
     глаз: при системном увеличении шрифта шапка вырастает, и плашка
     «команда работает с 1991 года» уходила под неё. */
  .section_home-header .home-header_component {
    padding-top: calc(var(--geo-nav-height, 6.25rem) + 1.5rem) !important;
    padding-bottom: 1.5rem !important;
  }

  .section_home-header .geo-hero-v2-content {
    margin-top: 0 !important;
  }

  .geo-hero-v2-badge {
    margin-bottom: 0.75rem !important;
  }

  /* Кнопки стояли сразу под текстом, а под ними оставалось 124 px пустоты.
     Опускаем их, но не на весь запас: нижнюю часть экрана на телефоне
     закрывает панель браузера. */
  .geo-hero-v2-actions {
    margin-top: 3.75rem !important;
  }

  /* То же самое на первом экране страницы оборудования. */
  .geo-equip-hero .geo-equip-cta-row {
    margin-top: 7rem;
  }

  /* Хлебные крошки на телефоне не нужны: путь из двух звеньев («Главная ›
     Оборудование») ничего не добавляет к заголовку, который идёт следом, а
     верхнюю строку экрана занимает и липнет к нижней кромке шапки. */
  .geo-crumbs {
    display: none !important;
  }

  /* Первые экраны внутренних страниц центрировали содержимое по высоте
     секции. Из-за этого верх блока зависел от того, сколько места занял сам
     текст: чем он выше — тем ближе к шапке, а при системном увеличении
     шрифта заголовок и вовсе уезжал под неё. Прижимаем к верху и отсчитываем
     от фактической высоты шапки, которую измеряет geo-adaptation.js. */
  .geo-about5-hero,
  .geo-equip-hero,
  .geo-doc-hero,
  .geo-news-hero,
  .geo-kontakty-hero {
    align-items: flex-start !important;
    padding-top: calc(var(--geo-nav-height, 6.25rem) + 2.25rem) !important;
    padding-bottom: 1.5rem !important;
  }

  /* --- Появление блоков при прокрутке --------------------------------- */
  /* Анимация ехала рывками не из-за длительности, а из-за filter: blur(6px):
     размытие полноширинных блоков телефон считает на каждом кадре, и 0.9 с
     превращаются в серию скачков. Оставляем прозрачность и сдвиг — их
     композитор тянет без пересчёта пикселей. Правила приходят из
     постраничных файлов, которые грузятся позже, поэтому !important. */
  /* На телефоне содержимое просто есть на странице — без проявления.
     Три попытки сделать появление плавным результата не дали, а цена у
     неудачи высокая: пока блок не «проявился», он невидим, и любой сбой
     наблюдателя оставляет пустой экран. Решение заказчика — показывать
     сразу. Селектор утяжелён (html body ...), потому что постраничные файлы
     грузятся позже и держат исходные значения с !important. */
  html body [data-reveal],
  html body [data-reveal].is-in {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  /* --- Надзаголовки внутренних страниц -------------------------------- */
  /* Мелкие подписи над заголовками («О КОМПАНИИ», «ОТ ОТДЕЛЬНОГО ИЗМЕРЕНИЯ
     ДО ПОЛНОЦЕННОЙ СТАНЦИИ ГТИ») на телефоне только съедают первый экран:
     то же самое сказано в заголовке строкой ниже. */
  .geo-about5-eyebrow,
  .geo-aboutpage-eyebrow,
  .geo-doc-eyebrow,
  .geo-edu-eyebrow,
  .geo-equip-eyebrow,
  .geo-kontakty-eyebrow,
  .geo-news-eyebrow,
  .geo-svc-eyebrow {
    display: none !important;
  }

  /* Контакты, переехавшие под форму, не должны липнуть к её нижнему краю. */
  [class$="-cta-direct"] {
    margin-top: 1.75rem;
  }

  /* Вторая кнопка героя выглядела обычной строчкой текста: ни рамки, ни
     фона. Приводим к виду вторичной кнопки — рамка, та же ширина и высота,
     что у основной. */
  .geo-hero-v2-secondary {
    justify-content: center;
    width: 100%;
    padding: 1rem 1.25rem !important;
    border: 1px solid rgba(245, 251, 255, 0.45) !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06) !important;
  }

  /* --- Двенадцатиколоночная сетка шаблона ------------------------------ */
  /* На 361 px колонка = 15 px, и блок с `grid-column: 1 / 9` получал 236 px:
     длинные слова («производитель») в такую ширину не влезают целиком, и
     каждое вставало на отдельную строку. На телефоне контент занимает всю
     ширину. Подвал исключён: там две колонки ссылок — это осознанно. */
  .u-grid > * {
    grid-column: 1 / -1 !important;
  }

  /* Точечные правила выше по файлу заданы через id (`#w-node-…`) и с
     !important, поэтому общего правила по классу им мало — перекрываем той
     же специфичностью. */
  .geo-about-section #w-node-_39d06ed0-59ed-211c-9652-26dded870410-659e97e1,
  .geo-team-section #w-node-_5e21d829-13af-868a-17fa-00e1e1f9361d-659e97e1,
  .geo-adapted .geo-services-section .heading-style-h3 {
    grid-column: 1 / -1 !important;
    max-width: 100% !important;
  }

  .footer_component .u-grid > * {
    grid-column: auto / span 6 !important;
  }

  /* --- Секция «Один непрерывный путь данных» ---------------------------- */
  /* Сцена собрана из абсолютно спозиционированных слоёв под десктоп: текст
     шириной 48vw (189 px на телефоне — отсюда «текст сильно прижат») и
     шаги с `top: 754px`, которые наезжали на конец текста. На телефоне
     раскладываем обычным потоком. */
  .geo-journey-scene {
    min-height: 0 !important;
  }

  .geo-journey-sticky {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 3rem 0;
  }

  /* top/left обязаны быть сброшены. Пока блок был static, координаты из
     десктопных правил (top: 5.25rem) молча игнорировались. Как только я
     сделал его relative — ради подложки под текстом — они ожили: блок
     съезжал вниз на 84 px, оставаясь в потоке на прежнем месте, и пункты
     01–03 наезжали на подзаголовок. */
  .geo-journey-copy {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    margin: 0 1.25rem !important;
    padding: 0 !important;
  }

  /* Затемнение под заголовком и подзаголовком. Я его на телефоне убирал —
     и текст лёг прямо на светящийся горизонт фоновой картинки, читать стало
     тяжело. Возвращаю, но не радиальным пятном (оно рассчитано на широкий
     экран), а вертикальной заливкой по ширине блока. */
  .geo-journey-copy::before {
    display: block;
    inset: -1.75rem -1.25rem -2.5rem;
    background: linear-gradient(
      180deg,
      rgba(2, 10, 20, 0.9) 0%,
      rgba(2, 10, 20, 0.86) 58%,
      rgba(2, 10, 20, 0) 100%
    );
  }

  .geo-journey-steps {
    position: static !important;
    width: auto !important;
    margin: 2.25rem 1.25rem 0 !important;
    gap: 1.75rem !important;
  }

  /* Затемнение шага — часть скролл-эффекта, которого на телефоне нет:
     без него неактивные шаги просто выглядели бы полустёртыми. */
  .geo-journey-step {
    opacity: 1 !important;
    transform: none !important;
  }

  /* --- Вкладки услуг ---------------------------------------------------- */
  /* На телефоне видны сразу все четыре панели, поэтому выпадающий список
     ничего не переключает: и раскрытый, и закрытый выглядят одинаково.
     Убираем и его, и полосу прокрутки вкладок. */
  .tabs_nav-toggle,
  .tabs_scrollbar {
    display: none !important;
  }

  /* --- Видео на главной -------------------------------------------------- */
  /* Слот был 393×492 (56vh), кадр 16:9 — при object-fit: cover обрезалось
     55 % ширины. Отдаём слоту пропорцию кадра: ничего не теряется. */
  /* Высота задана не только обёртке, но и вложенным слоям с самим <video>:
     если отпустить только внешний блок, он всё равно растянется по
     содержимому и обрезка останется. */
  .home-about_video-wrapper,
  .home-about_video-wrap,
  .home-about_video-block,
  .home-about_video-wrapper video {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
  }

  /* --- Лента логотипов и плашки ------------------------------------------ */
  /* Лента бесконечная, поэтому по краям всегда половина карточки. Растушёвка
     краёв показывает, что так и задумано. */
  .geo-client-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  }

  /* Пять плашек занимали 195 px и уводили внимание от логотипов клиентов.
     На телефоне оставляем два сильнейших статуса, выставки убираем. */
  .geo-status-proof li:nth-child(n + 3) {
    display: none;
  }
}

/* Кнопка-бургер подсвечивалась голубым и «залипала» в этом состоянии: на
   тачскрине :hover остаётся после нажатия, пока не тронешь что-то другое.
   Держим её белой во всех состояниях; чтобы не терялась на белой шапке,
   добавляем тонкую рамку. Обводку по Tab оставляем — она нужна с клавиатуры. */
.navbar_hamburguer,
.navbar_hamburguer:hover,
.navbar_hamburguer:focus,
.navbar_hamburguer:active,
.navbar_hamburguer.w--open {
  background-color: #fff !important;
  border: 1px solid rgba(6, 22, 38, 0.14);
}

/* Второе предложение подзаголовка и первая половина плашки в герое: на
   телефоне из-за них вторая кнопка уезжала за нижний край экрана. */
@media (max-width: 767px) {
  .geo-wide-only {
    display: none !important;
  }

  /* Пункты выпадающего меню были 14 px — мелко для пальца. Крупный кегль
     плюс вертикальные поля дают зону нажатия выше 48 px. */
  .navbar_link-text {
    font-size: 1.35rem !important;
  }

  .navbar_link,
  .navbar_link-wrapper .navbar_list a {
    padding-block: 0.7rem;
  }

  /* Содержимое героя центрируется по высоте экрана, и низ второй кнопки
     упирался в нижнюю панель браузера (она съедает ~150 px, которых нет в
     innerHeight). Прижимаем блок к верху: текст заканчивается заметно выше
     панели, а под ним открывается полоса с фотографией. */
  .section_home-header .home-header_component {
    justify-content: flex-start !important;
  }

  /* Полоса показателей: четыре значения висели в воздухе без границ.
     Делим их сеткой из линий — по вертикали между колонками, по
     горизонтали между строками. */
  .geo-stats-strip dl {
    gap: 0 !important;
  }

  .geo-stats-strip dl > div {
    padding: 1rem 0.9rem;
    border-top: 1px solid var(--geo-line);
  }

  .geo-stats-strip dl > div:nth-child(-n + 2) {
    border-top: 0;
    padding-top: 0;
  }

  .geo-stats-strip dl > div:nth-child(odd) {
    border-right: 1px solid var(--geo-line);
    padding-left: 0;
  }

  /* Между подзаголовком секции и каруселью оборудования оставалось 143 px
     пустоты: шаблонный отступ в 80 px плюс собственные поля блока.
     Отрицательное поле оставлено как запасной вариант: если браузер не
     понимает :has(), останется хотя бы частичное поджатие. */
  .geo-equipment-rail-wrap {
    margin-top: -3.5rem;
  }

  .spacer:has(+ .geo-equipment-rail-wrap) {
    height: 2rem !important;
  }

  /* --- Блок «О компании» ------------------------------------------------ */
  /* Текст про команду шёл кеглем 20.8 px — почти как заголовок, и читался
     вторым заголовком, а не пояснением. Плюс два шаблонных отступа по 80 px
     разрывали блок на три несвязанные части. */
  .home-about_scroll-flip .spacer {
    height: 2.25rem !important;
  }

  .home-about_scroll-flip .subtitle-1 {
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
  }

  /* Кнопка уехала под видео, а отступ, который стоял перед ней, остался
     висеть последним элементом блока — 40 px пустоты ни к чему. */
  .home-about_video-component .u-grid > div > .spacer:last-child {
    height: 0 !important;
  }

  /* Кнопка после переноса встала вплотную к нижней кромке видео и растянулась
     от края до края экрана — в отличие от всего остального содержимого,
     которое живёт в 16-пиксельных полях. */
  .home-about_video-component .button-mobile-full {
    margin: 1.5rem 1rem 0;
  }

  /* --- «Один непрерывный путь данных» ----------------------------------- */
  /* Пункты были почти одного кегля с подзаголовком, и блок читался сплошной
     серой массой. Подзаголовок делаем заметнее, пункты — мельче. */
  /* Заголовок стоял на 96 px ниже верха секции: 48 px давал внутренний отступ
     липкого слоя и ещё 48 — собственное поле h2. На телефоне сцены со
     скроллом нет, эта пустота ничего не держит. */
  .geo-journey-sticky {
    padding-top: 1.25rem !important;
  }

  .geo-journey-copy h2 {
    margin-top: 0 !important;
  }

  /* Цвет подзаголовка оставляем светлым, а полужирность убираем: набранный
     жирным, он спорил с заголовком. */
  .geo-journey-copy > span {
    font-size: 1rem !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    color: #e8f3fb !important;
  }

  .geo-journey-steps {
    gap: 2.5rem !important;
  }

  .geo-journey-steps h3 {
    font-size: 1rem !important;
    margin-bottom: 0.4rem;
  }

  .geo-journey-steps p {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
  }

  .geo-journey-steps b {
    font-size: 0.8rem !important;
    margin-bottom: 0.45rem;
  }

  /* Бирюзовая вертикаль — часть скролл-сцены с 3D-буром, а канвас на
     телефоне и так скрыт. Без сцены линия просто перечёркивала текст. */
  .geo-depth-line {
    display: none !important;
  }
}

/* Стрелки карусели команды стояли по центру под карточкой, тогда как во всех
   остальных каруселях сайта они прижаты к правому краю. */
.swiper-navigation.is-home-team {
  justify-content: flex-end;
  /* Стрелки стояли в 56 px друг от друга — вдвое шире самой кнопки. В
     остальных каруселях сайта промежуток около 10 px, приводим к нему. */
  gap: 0.6rem;
}

/* Подпись агентства — ссылка на сайт разработчика, поэтому выделяется цветом
   и подчёркиванием: иначе в подвале её не отличить от копирайта. */
a.geo-footer-credit {
  color: #7cc6e8 !important;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

a.geo-footer-credit:hover {
  color: #a5dcf5 !important;
}

/* Стрелки слайдера команды остались от шаблона: голубой квадрат со скруглением
   4 px, тогда как везде по сайту стрелки — белый круг (.geo-rail-btn).
   Приводим к общему виду. */
.swiper-button {
  width: 2.7rem !important;
  height: 2.7rem !important;
  border-radius: 50% !important;
  border: 1px solid rgba(6, 22, 38, 0.16) !important;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(6, 22, 38, 0.08);
}

.swiper-button.is-disabled,
.swiper-button[disabled] {
  opacity: 0.4;
}

/* ==========================================================================
   Галочка согласия на обработку персональных данных
   Добавляется скриптом во все формы сайта, поэтому и стиль общий.
   ========================================================================== */
.geo-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.2rem 0 1rem;
  font-size: 0.85rem;
  line-height: 1.45;
  cursor: pointer;
}
.geo-form-consent input {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  accent-color: var(--geo-blue, #0a5c7f);
}
.geo-form-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.geo-form-consent input[aria-invalid="true"] {
  outline: 2px solid #d64545;
  outline-offset: 2px;
}
/* На тёмном фоне формы текст согласия должен читаться. */
.is-dark .geo-form-consent,
.geo-contact-section .geo-form-consent {
  color: rgba(255, 255, 255, 0.72);
}
