.services-hover {
  position: relative;
  width: 100%;
  padding: 120px 0;
}

.service-item {
  font-size: 42px;
  margin: 30px 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.service-item:hover {
  opacity: 0.5;
}

.hover-preview {
  position: absolute;
  top: 50%;
  right: 0;
  width: 420px;
  transform: translateY(-50%) scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hover-preview img {
  width: 100%;
  display: block;
}

.hover-preview.active {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
/* Apple-style Liquid Glass Menu */
.t-menu-base__maincontainer {
    position: relative;
    background: rgba(255,255,255,0.015);
    backdrop-filter: blur(14px) saturate(115%);
    -webkit-backdrop-filter: blur(14px) saturate(115%);
    
    border-radius: 0px;
    
    border: 1px solid rgba(255,255,255,0.18);
    
    box-shadow:
        0 10px 35px rgba(0,0,0,0.15),
        inset 0 1px 0 rgba(255,255,255,0.35),
        inset 0 -6px 12px rgba(0,0,0,0.15);
    
    transition: all 0.35s ease;
    
    z-index: 999;
    overflow: hidden;
}

/* Ссылки меню */

.t-menu-base__maincontainer .t-menu__link-item {
    color: #ffffff;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.t-menu-base__maincontainer .t-menu__link-item:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

/* Световой блик стекла */

.t-menu-base__maincontainer::before {
    content: "";
    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    
    height: 50%;
    
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.55),
        rgba(255,255,255,0.18),
        rgba(255,255,255,0.05),
        rgba(255,255,255,0)
    );
    
    opacity: 0.55;
    
    pointer-events: none;
}

/* Вторичный отражённый блик */

.t-menu-base__maincontainer::after {
    content: "";
    
    position: absolute;
    
    left: -40%;
    right: -40%;
    top: -60%;
    
    height: 120%;
    
    background: radial-gradient(
        ellipse at top,
        rgba(255,255,255,0.35),
        rgba(255,255,255,0.08),
        transparent 60%
    );
    
    transform: rotate(-6deg);
    
    pointer-events: none;
}
/* Глассморфная кнопка CTA с тёмно-серым фоном и мягким переливом */
.btn-cta-glass {
    position: relative;
    overflow: hidden;
    background: rgba(41, 58, 95, 0.3);        /* тёмно-серый прозрачный фон */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px;                        /* овальная форма */
    padding: 14px 36px;
    color: #ffffff;                             /* цвет текста */
    font-weight: 700;
    font-size: 14px;                            /* подкорректированный размер */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.25); /* белый тонкий бордюр для контраста */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Постоянный мягкий перелив света внутри кнопки */
.btn-cta-glass::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.03) 0%,
        rgba(255,255,255,0.15) 50%,
        rgba(255,255,255,0.03) 100%
    );
    transform: rotate(25deg) translateX(-100%);
    pointer-events: none;
    animation: soft-shine-dark 3s linear infinite;  /* постоянная анимация */
}

/* Анимация перелива */
@keyframes soft-shine-dark {
    0% { transform: rotate(25deg) translateX(-100%); }
    50% { transform: rotate(25deg) translateX(50%); }
    100% { transform: rotate(25deg) translateX(100%); }
}

/* Hover эффект — лёгкая подсветка */
.btn-cta-glass:hover {
    background: rgba(41, 58, 95, 0.4);
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

/*dsfsdfsdfsdf*/
.glass-card {
  background: rgba(43, 135, 207, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 0px;

  border: 1px solid rgba(255, 255, 255, 0.15);

  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);

  transition: all 0.4s ease;
}

/* hover эффект */
.glass-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0px;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.25),
    rgba(255,255,255,0.05) 40%,
    transparent 60%
  );

  pointer-events: none;
}
/* Стили для текста счётчика */
.counter-text {
  display: inline-block !important; /* блок в одну строку с содержимым */
  white-space: nowrap !important;   /* запрещаем перенос */
  font-family: 'Manrope', sans-serif !important; /* шрифт */
  font-weight: 200 !important; /* жирность */
  font-size: 70px !important; /* размер */
  color: #0B123B !important; /* цвет текста */
  line-height: 1.1 !important; /* межстрочный интервал */
  letter-spacing: 0.02em !important; /* межбуквенный интервал */
  text-align: center !important; /* центрирование */
  text-shadow: 2px 2px 6px rgba(0,0,0,0.2) !important; /* тень */
  display: inline-block !important;
  transition: all 0.3s ease-in-out !important; /* плавные изменения */
}

/* Адаптивный размер */
@media (max-width: 768px) {
  .counter-text {
    font-size: 70px !important;
  }
}

@media (max-width: 480px) {
  .counter-text {
    font-size: 28px !important;
  }

/* основной блок с цифрой */
.counter-text {
  display: inline-block !important; /* блок в одну строку с содержимым */
  white-space: nowrap !important;   /* запрещаем перенос */
  font-family: 'Montserrat', sans-serif !important;
  font-size: 70px !important;
  font-weight: 700 !important;
  text-align: center !important;
}
/* суффикс (если нужен отдельный span) */
.counter-unit {
  display: inline !important; /* в одну строку */
  margin-left: 4px;           /* небольшой отступ от цифры */
}

#rec123456789 .t228__logo {
    margin-left: 60px;
}