/* Popup Styles - Copied from Next.js globals.css */

/* ============================================
   HEADER OVERRIDES
   ============================================ */

/* Увеличенный логотип */
.header__logo {
  width: clamp(190px, 15vw, 280px) !important;
}

@media (max-width: 768px) {
  .header__logo {
    width: clamp(160px, 40vw, 200px) !important;
  }
}

/* Плавный переход шапки */
.header {
  transition: background 0.5s ease, box-shadow 0.5s ease, backdrop-filter 0.5s ease !important;
}

/* Белая шапка при скролле */
.header._scroll {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* Плавные переходы для элементов шапки */
.header__logo img,
.header__menu > ul > li > a,
.header__search,
.header__search svg path,
.header__btns a,
.header__btn_1,
.header__btn_2 {
  transition: all 0.4s ease !important;
}

/* Контрастные цвета для белой шапки */
.header._scroll .header__logo img {
  filter: brightness(0);
}

.header._scroll .header__menu > ul > li > a {
  color: #0a0a0a !important;
}

.header._scroll .header__menu > ul > li > a:hover {
  color: #ff3a3a !important;
}

.header._scroll .header__menu > ul > li > a::after {
  background: linear-gradient(90deg, #ff3a3a, #ff6b35) !important;
}

/* Кнопка Услуги (dropdown) в меню */
.header._scroll .header__menu .header__dropdown,
.header._scroll .header__menu .uslugi-btn,
.header._scroll .header__menu ._uslugi > a,
.header._scroll .header__menu [data-uslugi] {
  color: #0a0a0a !important;
}

.header._scroll .header__menu .header__dropdown svg path,
.header._scroll .header__menu .uslugi-btn svg path {
  stroke: #0a0a0a !important;
}

.header._scroll .header__menu .header__dropdown:hover,
.header._scroll .header__menu .uslugi-btn:hover,
.header._scroll .header__menu ._uslugi > a:hover {
  color: #ff3a3a !important;
}

.header._scroll .header__menu .header__dropdown:hover svg path {
  stroke: #ff3a3a !important;
}

/* Кнопка поиска */
.header._scroll .header__search {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.header._scroll .header__search svg path {
  stroke: #0a0a0a !important;
}

.header._scroll .header__search:hover {
  border-color: #ff3a3a !important;
}

.header._scroll .header__search:hover svg path {
  stroke: #ff3a3a !important;
}

/* Все кнопки в шапке */
.header._scroll .header__btns a {
  color: #0a0a0a !important;
}

.header._scroll .header__btns a:hover {
  color: #ff3a3a !important;
}

.header._scroll .header__btn_1 {
  border-color: rgba(0, 0, 0, 0.2) !important;
  color: #0a0a0a !important;
}

.header._scroll .header__btn_1:hover {
  background: #0a0a0a !important;
  color: #fff !important;
  border-color: #0a0a0a !important;
}

.header._scroll .header__btn_2,
.header._scroll .header__btns ._btn {
  background: linear-gradient(135deg, #ff3a3a, #ff6b35) !important;
  color: #fff !important;
  border: none !important;
}

.header._scroll .header__btn_2:hover,
.header._scroll .header__btns ._btn:hover {
  box-shadow: 0 8px 24px rgba(255, 58, 58, 0.3) !important;
}

/* Иконка-точка в кнопке "Связаться с нами" */
.header._scroll .header__btn_2 img {
  filter: brightness(0) invert(1) !important;
}

/* Бургер - остаётся белым на темном фоне первого экрана, черным при скролле */
.header._scroll .header__burger span {
  background: #0a0a0a !important;
}

.header._scroll .header__burger span::before,
.header._scroll .header__burger span::after {
  background: #0a0a0a !important;
}

/* Мобильное меню - кнопки остаются белыми */
@media (max-width: 998px) {
  /* Открытое меню - тёмный фон с размытием */
  .header__menu._active {
    background: rgba(18, 15, 22, 0.92) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
  }
  
  /* Логотип белый когда меню открыто */
  .header._scroll.menu-open .header__logo img,
  .header.menu-open .header__logo img {
    filter: brightness(0) invert(1) !important;
  }
  
  /* Кнопка Услуги (dropdown) - всегда белая в мобильном меню */
  .header._scroll .header__menu._active .header__dropdown,
  .header__menu._active .header__dropdown {
    color: #fff !important;
  }
  
  .header._scroll .header__menu._active .header__dropdown svg path,
  .header__menu._active .header__dropdown svg path {
    stroke: #fff !important;
  }
  
  .header._scroll .header__menu._active .header__dropdown:hover,
  .header__menu._active .header__dropdown:hover {
    color: #ff3a3a !important;
  }
  
  .header._scroll .header__menu._active .header__dropdown:hover svg path,
  .header__menu._active .header__dropdown:hover svg path {
    stroke: #ff3a3a !important;
  }
  
  /* Все ссылки в меню - белые */
  .header._scroll .header__menu._active > ul > li > a,
  .header__menu._active > ul > li > a {
    color: #fff !important;
  }
  
  .header._scroll .header__menu._active > ul > li > a:hover,
  .header__menu._active > ul > li > a:hover {
    color: #ff3a3a !important;
  }
  
  .header._scroll .header__menu._active .header__btns a,
  .header__menu._active .header__btns a {
    color: #fff !important;
  }
  
  .header._scroll .header__menu._active .header__btn_1,
  .header__menu._active .header__btn_1 {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
    background: transparent !important;
  }
  
  .header._scroll .header__menu._active .header__btn_1:hover,
  .header__menu._active .header__btn_1:hover {
    background: #fff !important;
    color: #000 !important;
  }
  
  .header._scroll .header__menu._active .header__btn_2,
  .header__menu._active .header__btn_2 {
    background: #fff !important;
    color: #000 !important;
  }
  
  .header._scroll .header__menu._active .header__btn_2 img,
  .header__menu._active .header__btn_2 img {
    filter: none !important;
  }
}

/* ============================================
   SEARCH POPUP
   ============================================ */
.popup_search {
  z-index: 10000;
}

.popup_search .popup__body {
  max-width: 720px;
  width: 100%;
  padding: 0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
}

.search-popup {
  padding: 32px;
}

.search-popup__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.search-popup__title {
  font-size: 24px;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0;
}

.search-popup__close {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.search-popup__close:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}

.search-popup__close svg {
  width: 20px;
  height: 20px;
  color: #0a0a0a;
}

.search-popup__form {
  position: relative;
}

.search-popup__input {
  width: 100%;
  padding: 20px 60px 20px 24px;
  font-size: 18px;
  font-weight: 500;
  color: #0a0a0a;
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.search-popup__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.search-popup__input:focus {
  background: #fff;
  border-color: #ff3a3a;
  box-shadow: 0 0 0 4px rgba(255, 58, 58, 0.1);
}

.search-popup__btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff3a3a, #ff6b35);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-popup__btn:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 8px 24px rgba(255, 58, 58, 0.3);
}

.search-popup__btn svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.search-popup__hints {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.search-popup__hint {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.search-popup__hint kbd {
  display: inline-block;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
}

/* Креативный хинт - что можно найти */
.search-popup__discover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.search-popup__discover-label {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}

.search-popup__discover-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: linear-gradient(135deg, rgba(255, 58, 58, 0.08), rgba(255, 107, 53, 0.08));
  border: 1px solid rgba(255, 58, 58, 0.15);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: #ff3a3a;
  transition: all 0.2s ease;
  cursor: pointer;
}

.search-popup__discover-tag:hover {
  background: linear-gradient(135deg, rgba(255, 58, 58, 0.15), rgba(255, 107, 53, 0.15));
  transform: translateY(-1px);
}

.search-popup__discover-tag svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

/* Результаты поиска (заглушка) */
.search-popup__results {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: none;
}

.search-popup__results._active {
  display: block;
}

.search-popup__results-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
}

.search-popup__result-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fafafa;
  border-radius: 12px;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.search-popup__result-item:hover {
  background: #f0f0f0;
  transform: translateX(4px);
}

.search-popup__result-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 58, 58, 0.1), rgba(255, 107, 53, 0.1));
  border-radius: 10px;
  color: #ff3a3a;
}

.search-popup__result-content {
  flex: 1;
}

.search-popup__result-title {
  font-size: 15px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 2px;
}

.search-popup__result-desc {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .search-popup {
    padding: 24px;
  }
  
  .search-popup__title {
    font-size: 20px;
  }
  
  .search-popup__input {
    font-size: 16px;
    padding: 18px 56px 18px 20px;
  }
  
  .search-popup__btn {
    width: 42px;
    height: 42px;
  }
}

/* ============================================
   DESCRIPTION TEXT - без анимации цвета
   ============================================ */

/* Отключаем анимацию цвета для текста "Запускаем быстро..." */
.how-work__title.aboutDescription .description,
.how-work__title.aboutDescription .description div,
.how-work__title.aboutDescription .description span {
  color: #0a0a0a !important;
  opacity: 1 !important;
}

/* ============================================
   GRADIENT GLOW BUTTON (Главный экран)
   ============================================ */
.home__btn-glow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  transition: transform 0.4s ease;
}

.home__btn-glow-bg {
  position: absolute;
  inset: -3px;
  border-radius: 100px;
  background: linear-gradient(135deg, #ff3a3a 0%, #ff6b35 25%, #ffd93d 50%, #6bcf7f 75%, #7d72fe 100%);
  background-size: 300% 300%;
  opacity: 0;
  filter: blur(12px);
  z-index: -1;
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: gradient-shift 6s ease infinite paused;
}

.home__btn-glow:hover .home__btn-glow-bg {
  opacity: 0.7;
  filter: blur(18px);
  animation-play-state: running;
}

.home__btn-glow:hover {
  transform: translateY(-2px);
}

.home__btn-glow-content {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home__btn-glow-content img {
  width: 18px;
  height: 18px;
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ============================================
   ANIMATION & TRANSITION STYLES
   ============================================ */

.home.start .home__fon,
.first.start .home__fon,
.news-page.start .home__fon,
.cases.start .home__fon {
  animation: tp 0.8s forwards !important;
}

.home.start .home__left {
  animation: tp 0.5s 1s forwards !important;
}

.home.start .home__title div:nth-child(1) span {
  animation: tp 0.4s 0.1s forwards !important;
}

.home.start .home__title div:nth-child(2) span {
  animation: tp 0.4s 0.25s forwards !important;
}

.home.start .home__title div:nth-child(3) span {
  animation: tp 0.4s 0.4s forwards !important;
}

.home.start .home__btn {
  animation: tp 0.4s 0.6s forwards !important;
}

.home.start .home__bottom {
  animation: tp 0.4s 0.75s forwards !important;
}

.header.start {
  transform: translate(0) !important;
  transition: transform 0.3s ease !important;
}

.first.start .first__left .top-elm,
.first.start .first__title,
.first.start .first__price,
.first.start .first__icon,
.first.start .first__txt,
.first.start .first__bottom {
  opacity: 1 !important;
  transform: translate(0) !important;
  transition: all 0.4s ease !important;
}

.first.start .first__left .top-elm {
  transition-delay: 0.1s !important;
}

.first.start .first__title {
  transition-delay: 0.2s !important;
}

.first.start .first__price {
  transition-delay: 0.3s !important;
}

.first.start .first__icon {
  transition-delay: 0.35s !important;
}

.first.start .first__txt {
  transition-delay: 0.4s !important;
}

.first.start .first__bottom {
  transition-delay: 0.5s !important;
}

.cases.start .cases__title,
.news-page.start .news-page__title {
  color: #fff !important;
  transition: color 0.3s ease 0.1s !important;
}

/* 3D Button Effect */
.btn-3d-trigger {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-3d-trigger::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  pointer-events: none;
}

.btn-3d-trigger:hover::before {
  width: 300px;
  height: 300px;
}

.btn-3d-trigger:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 
    0 10px 30px rgba(99, 102, 241, 0.25),
    0 0 20px rgba(16, 185, 129, 0.15);
}

.btn-3d-trigger:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-3d-trigger._btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, transparent 50%, rgba(16, 185, 129, 0.1) 100%);
  pointer-events: none;
}

.btn-3d-trigger._btn:hover::after {
  opacity: 1;
}

body._lock {
  overflow: hidden !important;
}

/* ============================================
   BREADCRUMBS STYLES
   ============================================ */

.breadcrumbs {
  padding: 16px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-stretch: normal;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

.breadcrumbs a:hover {
  color: #fff;
}

.breadcrumbs a:hover::after {
  width: 100%;
}

.breadcrumbs a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.breadcrumbs ._separator {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.breadcrumbs ._current {
  color: #fff;
  font-weight: 600;
}

/* ============================================
   PRICING MODERN STYLES (Цены и тарифы - карточки)
   ============================================ */

.pricing-modern {
  padding: 80px 0;
  background: #fff;
}

.pricing-modern__header {
  text-align: center;
  margin-bottom: 48px;
}

.pricing-modern__title {
  margin-bottom: 16px;
}

.pricing-modern__title span {
  color: #000;
}

.pricing-modern__subtitle {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 400px;
  margin: 0 auto;
}

.pricing-modern__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pricing-card {
  position: relative;
  background: #f8f8f8;
  border-radius: 24px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card._popular {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

.pricing-card._popular .pricing-card__desc,
.pricing-card._popular .pricing-card__time {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-card._popular .pricing-card__features li {
  color: rgba(255, 255, 255, 0.9);
}

.pricing-card._popular .pricing-card__features svg {
  color: #fff;
}

.pricing-card._popular .pricing-card__btn {
  background: #fff;
  color: #764ba2;
}

.pricing-card._dark {
  background: #111;
  color: #fff;
}

.pricing-card._dark .pricing-card__desc,
.pricing-card._dark .pricing-card__time {
  color: rgba(255, 255, 255, 0.6);
}

.pricing-card._dark .pricing-card__features li {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-card._dark .pricing-card__features svg {
  color: #10b981;
}

.pricing-card._dark .pricing-card__btn {
  background: #fff;
  color: #111;
}

.pricing-card__badge {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  align-self: flex-start;
}

.pricing-card._popular .pricing-card__badge {
  background: rgba(255, 255, 255, 0.2);
}

.pricing-card._dark .pricing-card__badge {
  background: rgba(255, 255, 255, 0.1);
}

.pricing-card__name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
}

.pricing-card__price {
  font-size: 16px;
  margin-bottom: 16px;
}

.pricing-card__price strong {
  font-size: 32px;
  font-weight: 700;
}

.pricing-card__desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}

.pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}

.pricing-card__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.8);
}

.pricing-card__features svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #10b981;
}

.pricing-card__time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.pricing-card__time svg {
  width: 16px;
  height: 16px;
}

.pricing-card__btn {
  display: block;
  text-align: center;
  padding: 14px 20px;
  background: #111;
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pricing-card__btn:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .pricing-modern__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .pricing-modern {
    padding: 60px 0;
  }
  .pricing-modern__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   PRICES TABLE STYLES (Цены и тарифы - таблица)
   ============================================ */

.prices {
  padding: 80px 0;
  background: #fff;
  overflow: visible;
}

.prices__block,
.prices__row,
.prices__el {
  overflow: visible !important;
}

.prices__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.prices__title span {
  color: #000;
}

.prices__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.prices__block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: visible;
}

/* Заголовок таблицы */
.prices__item:first-child {
  display: grid;
  grid-template-columns: 180px 1fr 120px 120px 120px;
  align-items: center;
  padding: 16px 24px;
  background: #f8f8f8;
  font-weight: 600;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Строки таблицы */
.prices__item {
  display: grid;
  grid-template-columns: 180px 1fr 120px 120px 120px;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease;
  position: relative;
}

.prices__item:not(:first-child):hover {
  background: #fafafa;
}

.prices__item:last-child {
  border-bottom: none;
}

/* Название тарифа */
.prices__name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.prices__name span {
  color: #000;
}

/* Кнопка вопроса */
.prices__quest {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.prices__quest-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.prices__quest-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

.prices__quest-btn::before {
  content: '?';
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

/* Тултип */
.prices__tooltip {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 16px;
  background: linear-gradient(145deg, #1f1f1f, #0f0f0f);
  color: #fff;
  border-radius: 16px;
  padding: 24px 28px;
  min-width: 320px;
  max-width: 400px;
  width: max-content;
  z-index: 1000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* Позиционирование для крайних колонок */
.prices__row > *:first-child .prices__tooltip {
  left: 0;
  transform: translateX(0);
}

.prices__row > *:first-child .prices__tooltip::before {
  left: 30px;
}

.prices__row > *:last-child .prices__tooltip {
  left: auto;
  right: 0;
  transform: translateX(0);
}

.prices__row > *:last-child .prices__tooltip::before {
  left: auto;
  right: 30px;
}

.prices__tooltip._active {
  display: block;
  animation: tooltipFadeIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

.prices__row > *:first-child .prices__tooltip._active {
  animation: tooltipFadeInLeft 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes tooltipFadeInLeft {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.prices__row > *:last-child .prices__tooltip._active {
  animation: tooltipFadeInRight 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes tooltipFadeInRight {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.prices__tooltip::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: linear-gradient(145deg, #1f1f1f, #1f1f1f);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.1);
}

.prices__tooltip-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.prices__tooltip-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.prices__tooltip strong {
  display: block;
  margin-bottom: 16px;
  padding-right: 32px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}

.prices__tooltip ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prices__tooltip li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.prices__tooltip li:last-child {
  margin-bottom: 0;
}

.prices__tooltip li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
}

/* Мобильные тултипы */
@media (max-width: 768px) {
  .prices__tooltip {
    position: fixed;
    left: 16px !important;
    right: 16px !important;
    top: auto !important;
    bottom: 16px !important;
    transform: none !important;
    min-width: auto;
    max-width: none;
    width: auto;
    margin-top: 0;
    border-radius: 20px;
  }
  
  .prices__tooltip::before {
    display: none;
  }
  
  .prices__tooltip._active {
    animation: tooltipFadeInMobile 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @keyframes tooltipFadeInMobile {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* Описание */
.prices__desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}

/* Срок */
.prices__time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

/* Цена */
.prices__price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

/* Кнопка */
.prices__btn {
  display: flex;
  justify-content: flex-end;
}

.prices__btn a {
  padding: 10px 20px;
  font-size: 13px;
  white-space: nowrap;
}

/* Адаптив для планшетов */
@media (max-width: 1100px) {
  .prices__item,
  .prices__item:first-child {
    grid-template-columns: 150px 1fr 100px 100px 100px;
    padding: 16px 20px;
  }
  
  .prices__name {
    font-size: 15px;
  }
  
  .prices__desc {
    font-size: 13px;
  }
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .prices {
    padding: 60px 0;
  }
  
  .prices__top {
    flex-direction: column;
    text-align: center;
  }
  
  .prices__btns {
    justify-content: center;
  }
  
  /* Скрываем заголовок таблицы на мобильных */
  .prices__item:first-child {
    display: none;
  }
  
  /* Карточный вид на мобильных */
  .prices__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .prices__name {
    font-size: 18px;
    justify-content: space-between;
    width: 100%;
  }
  
  .prices__desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
  }
  
  .prices__time,
  .prices__price {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .prices__time::before {
    content: 'Срок:';
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
  }
  
  .prices__price::before {
    content: 'Цена:';
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
  }
  
  .prices__btn {
    width: 100%;
    justify-content: stretch;
  }
  
  .prices__btn a {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
  
  /* Тултип на мобильных */
  .prices__tooltip {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0;
    width: calc(100% - 40px);
    max-width: 320px;
  }
  
  .prices__tooltip::before {
    display: none;
  }
}

/* ============================================
   POPUP FORM STYLES
   ============================================ */

.popup-modern-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup-modern-form .form-field {
  position: relative;
}

.popup-modern-form .form-field label {
  display: block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.popup-modern-form .form-field input,
.popup-modern-form .form-field select,
.popup-modern-form .form-field textarea {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.popup-modern-form .form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.popup-modern-form .form-field input:hover,
.popup-modern-form .form-field select:hover,
.popup-modern-form .form-field textarea:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.popup-modern-form .form-field input:focus,
.popup-modern-form .form-field select:focus,
.popup-modern-form .form-field textarea:focus {
  border-color: #000;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.popup-modern-form .form-field input::placeholder,
.popup-modern-form .form-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.popup-modern-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 8px;
}

.popup-modern-footer .policy-text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}

.popup-modern-footer .policy-text a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.popup-modern-footer .footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.popup-modern-footer .social-links {
  display: flex;
  gap: 12px;
}

.popup-modern-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.popup-modern-footer .social-links a:hover {
  background: rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.popup-modern-footer .social-links a svg {
  width: 18px;
  height: 18px;
}

.popup-modern-footer .submit-btn {
  flex: 1;
  padding: 16px 32px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-modern-footer .submit-btn:hover {
  background: #222;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .popup-modern-footer .footer-row {
    flex-direction: column;
  }
  .popup-modern-footer .submit-btn {
    width: 100%;
  }
}

/* Popup KP */
.popup_kp .popup__body {
  max-width: 580px;
}

.popup_kp .kp-header {
  text-align: center;
  margin-bottom: 32px;
}

.popup_kp .kp-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #000 0%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.popup_kp .kp-header p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 1.5;
}

.popup_kp .kp-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.popup_kp .kp-benefit {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 14px;
  transition: all 0.3s ease;
}

.popup_kp .kp-benefit:hover {
  background: rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}

.popup_kp .kp-benefit-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 10px;
  flex-shrink: 0;
}

.popup_kp .kp-benefit-icon svg {
  width: 18px;
  height: 18px;
  color: #fff;
}

.popup_kp .kp-benefit-text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.4;
}

.popup_kp .kp-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.popup_kp .kp-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.popup_kp .kp-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.popup_kp .kp-form .form-field.full-width {
  grid-column: 1 / -1;
}

.popup_kp .kp-form label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.popup_kp .kp-form input,
.popup_kp .kp-form select,
.popup_kp .kp-form textarea {
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 14px;
  color: #000;
  background: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.popup_kp .kp-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.popup_kp .kp-form textarea {
  min-height: 80px;
  resize: vertical;
}

.popup_kp .kp-form input:focus,
.popup_kp .kp-form select:focus,
.popup_kp .kp-form textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.popup_kp .kp-form input::placeholder,
.popup_kp .kp-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.popup_kp .kp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.popup_kp .kp-footer .policy {
  flex: 1;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.4;
}

.popup_kp .kp-footer .policy a {
  color: #000;
  text-decoration: underline;
}

.popup_kp .kp-submit {
  padding: 14px 28px;
  background: linear-gradient(135deg, #000 0%, #222 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.popup_kp .kp-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
  .popup_kp .kp-benefits {
    grid-template-columns: 1fr;
  }
  .popup_kp .kp-form .form-row {
    grid-template-columns: 1fr;
  }
  .popup_kp .kp-footer {
    flex-direction: column;
  }
  .popup_kp .kp-submit {
    width: 100%;
  }
}

/* Work Variations Styles */
/* Вариация 1: ТЁМНАЯ */
.work-v1 {
  background: #0a0a0a;
  padding: 120px 0;
  overflow: hidden;
}

.work-v1__wrapper {
  position: relative;
}

.work-v1__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.work-v1__header-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Стили для top-elm в work-v1 определены ниже в секции Top-elm для тёмных фонов */

.work-v1__title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 500;
  color: #fff;
  margin: 12px 0 0;
}

.work-v1__title span:first-child {
  opacity: 1;
}

.work-v1__title span:last-child {
  opacity: 0.5;
}

.work-v1__counter {
  display: flex;
  align-items: center;
  gap: 16px;
}

.work-v1__counter-current,
.work-v1__counter-total {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.work-v1__counter-line {
  width: 120px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.work-v1__counter-progress {
  width: 20%;
  height: 100%;
  background: #fff;
  transition: width 0.5s ease;
}

.work-v1__track {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.work-v1__track::-webkit-scrollbar {
  display: none;
}

.work-v1__slides {
  display: flex;
  gap: 24px;
  padding: 0 calc((100vw - 1200px) / 2);
}

.work-v1__slide {
  flex: 0 0 400px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.work-v1__slide:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-8px);
}

.work-v1__slide-visual {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.work-v1__slide-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.work-v1__slide:hover .work-v1__slide-img {
  transform: scale(1.05);
}

.work-v1__slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

.work-v1__slide-num {
  position: absolute;
  bottom: 20px;
  left: 24px;
  font-size: 64px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
}

.work-v1__slide-content {
  padding: 32px 24px;
}

.work-v1__slide-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.work-v1__slide-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 20px;
}

.work-v1__slide-time {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   Вариация 2: AWWWARDS STYLE - LIGHT THEME
   Горизонтальный скролл на белом фоне
   ============================================ */
.work-v2 {
  background: linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: visible;
}

.work-v2::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(125, 114, 254, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.work-v2::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 58, 58, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.work-v2__wrapper {
  position: relative;
  padding-bottom: 60px;
  z-index: 1;
}

.work-v2__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 40px;
  position: relative;
  z-index: 10;
}

.work-v2__header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.work-v2__header-left .top-elm {
  margin-bottom: 12px;
}

.work-v2__title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.work-v2__dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.work-v2__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(26, 26, 46, 0.1);
  border: 1px solid rgba(26, 26, 46, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.work-v2__dot._active {
  background: linear-gradient(135deg, #7d72fe, #ff3a3a);
  border-color: transparent;
  width: 36px;
  border-radius: 18px;
  box-shadow: 0 4px 15px rgba(125, 114, 254, 0.3);
}

.work-v2__dot:hover:not(._active) {
  background: rgba(26, 26, 46, 0.15);
  border-color: rgba(125, 114, 254, 0.3);
}

.work-v2__track {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px 0 30px;
  margin: -20px 0;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 5;
}

.work-v2__track::-webkit-scrollbar {
  display: none;
}

.work-v2__cards {
  display: flex;
  gap: 24px;
  padding: 0 60px;
  width: max-content;
  position: relative;
  z-index: 5;
}

.work-v2__card {
  flex: 0 0 380px;
  height: 480px;
  background: #fff;
  border: 1px solid rgba(26, 26, 46, 0.08);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 4px 20px rgba(26, 26, 46, 0.04);
}

.work-v2__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #7d72fe, #ff3a3a);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.work-v2__card:hover {
  border-color: rgba(125, 114, 254, 0.2);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(26, 26, 46, 0.1);
}

.work-v2__card:hover::before {
  opacity: 1;
}

.work-v2__card._active {
  border-color: rgba(125, 114, 254, 0.3);
  box-shadow: 0 20px 50px rgba(125, 114, 254, 0.12);
}

.work-v2__card._active::before {
  opacity: 1;
}

.work-v2__card-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.work-v2__card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}

.work-v2__card-body {
  flex: 1;
  padding: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.work-v2__card-num {
  position: absolute;
  top: -50px;
  right: 20px;
  font-size: 100px;
  font-weight: 100;
  color: rgba(26, 26, 46, 0.04);
  line-height: 1;
  pointer-events: none;
  transition: all 0.5s ease;
}

.work-v2__card:hover .work-v2__card-num,
.work-v2__card._active .work-v2__card-num {
  color: rgba(125, 114, 254, 0.12);
  transform: translateY(-5px);
}

.work-v2__card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.work-v2__card-text {
  font-size: 14px;
  color: rgba(26, 26, 46, 0.6);
  line-height: 1.7;
  margin-bottom: auto;
  flex: 1;
}

.work-v2__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(26, 26, 46, 0.08);
}

.work-v2__card-duration {
  font-size: 12px;
  color: #7d72fe;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.work-v2__card-btn {
  padding: 12px 22px;
  background: #1a1a2e;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.work-v2__card-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #7d72fe, #ff3a3a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-v2__card-btn span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.work-v2__card-btn:hover {
  box-shadow: 0 8px 25px rgba(125, 114, 254, 0.3);
}

.work-v2__card-btn:hover::before {
  transform: scaleX(1);
}

.work-v2__card-btn:hover span {
  color: #fff;
}

/* Progress line внизу */
.work-v2__progress {
  position: absolute;
  bottom: 30px;
  left: 60px;
  right: 60px;
  height: 4px;
  background: rgba(26, 26, 46, 0.08);
  border-radius: 2px;
  z-index: 10;
}

.work-v2__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #7d72fe, #ff3a3a);
  width: 0%;
  border-radius: 2px;
  transition: width 0.15s ease-out;
  box-shadow: 0 2px 10px rgba(125, 114, 254, 0.3);
}

@media (max-width: 900px) {
  .work-v2 {
    padding: 60px 0 50px;
  }
  
  .work-v2__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 24px 30px;
  }
  
  .work-v2__title {
    font-size: clamp(28px, 8vw, 40px);
  }
  
  .work-v2__cards {
    padding: 0 24px;
    gap: 16px;
  }
  
  .work-v2__card {
    flex: 0 0 300px;
    height: 420px;
  }
  
  .work-v2__card-img {
    height: 160px;
  }
  
  .work-v2__card-body {
    padding: 20px;
  }
  
  .work-v2__progress {
    left: 24px;
    right: 24px;
    bottom: 20px;
  }
}

/* Вариация 3: 3D - ОРИГИНАЛ */
.work-v3 {
  position: relative;
  background: linear-gradient(135deg, 
    #0a0a0f 0%, 
    #0f0f18 20%, 
    #0d0d15 40%, 
    #080810 60%, 
    #0a0a12 80%,
    #0f0f1a 100%
  );
  z-index: 1;
  isolation: isolate;
}

.work-v3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 100% 80% at 10% 20%, rgba(255, 58, 58, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 80% 60% at 90% 80%, rgba(60, 100, 255, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 50% 50% at 50% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.work-v3__wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.work-v3__canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.work-v3__canvas-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border: 2px solid rgba(255, 58, 58, 0.2);
  border-top-color: #ff3a3a;
  border-radius: 50%;
  animation: v3-loader 1s linear infinite;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 10;
}

.work-v3._loaded .work-v3__canvas-container::before {
  opacity: 0;
  pointer-events: none;
}

@keyframes v3-loader {
  to { transform: rotate(360deg); }
}

.work-v3__canvas {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.work-v3._loaded .work-v3__canvas {
  opacity: 1;
}

.work-v3__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 60px 30px;
  background: linear-gradient(180deg, rgba(10, 10, 15, 0.9) 0%, rgba(10, 10, 15, 0.6) 50%, transparent 100%);
  pointer-events: none;
}

.work-v3__header > * {
  pointer-events: auto;
}

.work-v3__header-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.work-v3__header-left .top-elm {
  margin-bottom: 8px;
}

.work-v3__title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.work-v3__progress-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  z-index: 25;
}

.work-v3__progress-num {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  font-family: monospace;
  text-shadow: 0 0 10px rgba(255, 58, 58, 0.5);
}

.work-v3__progress {
  width: 220px;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 
    0 0 20px rgba(0, 0, 0, 0.5),
    inset 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}

.work-v3__progress-fill {
  height: 100%;
  width: 20%;
  background: linear-gradient(90deg, #ff3a3a, #ff6b6b, #ff3a3a);
  background-size: 200% 100%;
  box-shadow: 
    0 0 20px rgba(255, 58, 58, 0.6),
    0 0 40px rgba(255, 58, 58, 0.3);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-v3__info {
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
  padding: 0 20px;
}

.work-v3__info-num {
  font-size: clamp(48px, 10vw, 80px);
  font-weight: 900;
  background: linear-gradient(135deg, #ff3a3a 0%, #ff6b6b 50%, #ff3a3a 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0 0 60px rgba(255, 58, 58, 0.5);
}

.work-v3__info-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

.work-v3__info-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 12px;
}

.work-v3__info-time {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(255, 58, 58, 0.15);
  border: 1px solid rgba(255, 58, 58, 0.3);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #ff6b6b;
  backdrop-filter: blur(10px);
}

.work-v3__nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 15;
}

.work-v3__dots {
  display: flex;
  gap: 10px;
}

.work-v3__dot {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(5px);
}

.work-v3__dot span {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.work-v3__dot._active {
  background: linear-gradient(135deg, #ff3a3a, #ff6b6b);
  border-color: transparent;
  box-shadow: 
    0 0 30px rgba(255, 58, 58, 0.5),
    0 0 60px rgba(255, 58, 58, 0.3);
  transform: scale(1.1);
}

.work-v3__dot._active span {
  color: #fff;
}

.work-v3__dot:hover:not(._active) {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.work-v3__dot:hover:not(._active) span {
  color: rgba(255, 255, 255, 0.8);
}

.work-v3__dot._active span {
  color: #fff;
}

.work-v3__dot:hover:not(._active) {
  background: rgba(255, 58, 58, 0.15);
  border-color: rgba(255, 58, 58, 0.4);
  transform: scale(1.05);
}

.work-v3__hint {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  animation: pulse-hint 2s ease-in-out infinite;
}

@keyframes pulse-hint {
  0%, 100% { opacity: 0.4; transform: translateY(0); }
  50% { opacity: 0.8; transform: translateY(-5px); }
}

/* Sub-services styles - СВЕТЛАЯ ТЕМА как в оригинале */
.sub-services {
  padding: 80px 0;
  background: #fff;
}

.sub-services__header {
  margin-bottom: 48px;
}

.sub-services__title {
  margin-top: 16px;
  color: #000;
}

.sub-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sub-services__item {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #f8f8f8;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.sub-services__item:hover {
  background: #f0f0f0;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.sub-services__item:hover .sub-services__arrow {
  transform: translate(4px, -4px);
}

.sub-services__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.sub-services__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-services__content {
  flex: 1;
}

.sub-services__name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #000;
}

.sub-services__desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 16px;
}

.sub-services__price {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.sub-services__arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #000;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .sub-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sub-services {
    padding: 60px 0;
  }
  .sub-services__grid {
    grid-template-columns: 1fr;
  }
  
  .work-v1__slides,
  .work-v2__cards {
    padding: 0 20px;
  }
  
  .work-v1__slide,
  .work-v2__card {
    flex: 0 0 320px;
  }
  
  .work-v1__title,
  .work-v2__title,
  .work-v3__title {
    font-size: 32px;
  }
}

/* ============================================
   TENDER POPUP STYLES - СВЕТЛАЯ ТЕМА
   ============================================ */

.popup_tender .popup__body.tender-body {
  max-width: 680px;
  background: #fff;
  padding: 40px;
  border-radius: 24px;
}

.tender-header {
  text-align: center;
  margin-bottom: 32px;
}

.tender-badge {
  display: inline-block;
  padding: 6px 16px;
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.tender-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px;
}

.tender-header p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.tender-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tender-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tender-input {
  position: relative;
}

.tender-input._full {
  grid-column: 1 / -1;
}

.tender-input label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}

.tender-input label ._optional {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.tender-input input,
.tender-input textarea {
  width: 100%;
  padding: 14px 16px;
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 12px;
  font-size: 15px;
  color: #000;
  transition: all 0.2s ease;
  outline: none;
}

.tender-input input::placeholder,
.tender-input textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.tender-input input:focus,
.tender-input textarea:focus {
  background: #fff;
  border-color: #000;
}

.tender-input textarea {
  min-height: 100px;
  resize: vertical;
}

/* JS Custom Select */
.js-select {
  position: relative;
  user-select: none;
}

.js-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.js-select__trigger span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.35);
}

.js-select__trigger svg {
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease;
}

.js-select._open .js-select__trigger {
  background: #fff;
  border-color: #000;
}

.js-select._open .js-select__trigger svg {
  transform: rotate(180deg);
}

.js-select._selected .js-select__trigger span {
  color: #000;
}

.js-select__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease;
  max-height: 240px;
  overflow-y: auto;
}

.js-select._open .js-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.js-select__option {
  padding: 12px 16px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  transition: background 0.15s ease;
}

.js-select__option:first-child {
  border-radius: 12px 12px 0 0;
}

.js-select__option:last-child {
  border-radius: 0 0 12px 12px;
}

.js-select__option:hover {
  background: #f5f5f5;
}

.js-select__option._selected {
  background: #000;
  color: #fff;
}

/* Date input - кастомный */
.tender-date .date-wrapper {
  position: relative;
  cursor: pointer;
}

.tender-date .date-display {
  cursor: pointer !important;
  padding-right: 44px;
  caret-color: transparent;
}

.tender-date .date-display:focus {
  outline: none;
  border-color: #ff3a3a;
}

.tender-date .date-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

/* Стилизация нативного календаря */
.tender-date .date-hidden::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  opacity: 0;
}

.tender-date .date-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: color 0.2s ease;
}

.tender-date:hover .date-icon,
.tender-date .date-display:focus ~ .date-icon {
  color: #ff3a3a;
}

.tender-date .date-display._filled {
  color: #0a0a0a;
  font-weight: 500;
}

/* Стилизация выпадающего календаря (Chrome/Edge) */
input[type="date"]::-webkit-datetime-edit {
  font-family: inherit;
}

input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  background: #fff;
}

input[type="date"]::-webkit-datetime-edit-text {
  color: rgba(0, 0, 0, 0.6);
}

input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: #0a0a0a;
}

/* Стилизация попапа календаря (где возможно) */
::-webkit-calendar-picker {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Accent color для календаря */
input[type="date"] {
  accent-color: #ff3a3a;
  color-scheme: light;
}

/* Footer */
.tender-footer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.tender-features {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}

.tender-feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #10b981;
  font-weight: 500;
}

.tender-feature svg {
  width: 16px;
  height: 16px;
}

.tender-policy {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.tender-policy a {
  color: #000;
  text-decoration: underline;
}

.tender-submit-btn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: visible;
  z-index: 1;
  transition: transform 0.4s ease;
}

/* Gradient glow effect - цвета с сайта */
.tender-submit-btn::before {
  content: '';
  position: absolute;
  inset: -4px;
  background: linear-gradient(135deg, 
    #ff3a3a 0%, 
    #ff6b35 20%, 
    #ffd93d 40%, 
    #6bcf7f 60%, 
    #7d72fe 80%, 
    #ff3a3a 100%
  );
  background-size: 300% 300%;
  border-radius: 18px;
  z-index: -1;
  opacity: 0;
  filter: blur(15px);
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: site-gradient-flow 8s ease infinite paused;
}

.tender-submit-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #000;
  border-radius: 14px;
  z-index: -1;
}

.tender-submit-btn:hover::before {
  opacity: 0.8;
  filter: blur(20px);
  animation-play-state: running;
}

.tender-submit-btn:hover {
  transform: translateY(-2px);
}

.tender-submit-btn:active {
  transform: translateY(0);
}

.tender-submit-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.4s ease;
}

.tender-submit-btn:hover svg {
  transform: translateX(5px);
}

@keyframes site-gradient-flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (max-width: 600px) {
  .popup_tender .popup__body.tender-body {
    padding: 24px;
  }
  
  .tender-header h2 {
    font-size: 22px;
  }
  
  .tender-grid {
    grid-template-columns: 1fr;
  }
  
  .tender-features {
    flex-direction: column;
    gap: 8px;
  }
}

/* ============================================
   BUTTON HOVER - оригинальный из style.min.css
   (не переопределяем, всё уже есть в style.min.css)
   ============================================ */

/* ============================================
   FAQ SMOOTH ANIMATION
   ============================================ */
._resp {
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 0.4s ease !important;
  opacity: 0;
}

._resp._active {
  opacity: 1;
}

/* Контент внутри ответа */
._resp > * {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease 0.1s, 
              transform 0.4s ease 0.1s;
}

._resp._active > * {
  opacity: 1;
  transform: translateY(0);
}

/* Иконка вопроса */
._quest {
  transition: all 0.3s ease;
}

._quest::after {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

._quest._active::after {
  transform: rotate(180deg);
}

/* ============================================
   PRICING AWWWARDS STYLE
   ============================================ */
.pricing-aww {
  padding: 120px 0;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

.pricing-aww::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent);
}

.pricing-aww__container {
  position: relative;
}

/* Header */
.pricing-aww__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  gap: 40px;
}

.pricing-aww__header-left {
  flex: 1;
}

.pricing-aww__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}

.pricing-aww__title {
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 300;
  line-height: 0.95;
  color: #000;
  margin: 0;
  letter-spacing: -2px;
}

.pricing-aww__title span {
  display: block;
}

.pricing-aww__title span:last-child {
  font-style: italic;
  font-weight: 300;
  font-weight: 400;
}

.pricing-aww__header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.pricing-aww__subtitle {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  max-width: 280px;
  text-align: right;
  line-height: 1.6;
  margin: 0;
}

.pricing-aww__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #000;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.4s ease;
}

.pricing-aww__cta:hover {
  background: #222;
  gap: 14px;
}

.pricing-aww__cta svg {
  transition: transform 0.3s ease;
}

.pricing-aww__cta:hover svg {
  transform: translateX(4px);
}

/* Cards Grid */
.pricing-aww__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card Base */
.pricing-aww__card {
  background: #fff;
  border-radius: 24px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-aww__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

/* Popular Badge */
.pricing-aww__card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  background: linear-gradient(135deg, #ff3a3a 0%, #7d72fe 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  white-space: nowrap;
}

/* Popular Card */
.pricing-aww__card--popular {
  border-color: transparent;
  box-shadow: 0 20px 50px rgba(125, 114, 254, 0.15);
}

.pricing-aww__card--popular:hover {
  box-shadow: 0 30px 70px rgba(125, 114, 254, 0.2);
}

/* Dark Card (Enterprise) */
.pricing-aww__card--dark {
  background: #0a0a0a;
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-aww__card--dark:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.pricing-aww__card--dark .pricing-aww__card-label {
  color: rgba(255, 255, 255, 0.4);
}

.pricing-aww__card--dark .pricing-aww__card-name {
  color: #fff;
}

.pricing-aww__card--dark .pricing-aww__card-price {
  color: #fff;
}

.pricing-aww__card--dark .pricing-aww__card-from,
.pricing-aww__card--dark .pricing-aww__card-currency {
  color: rgba(255, 255, 255, 0.5);
}

.pricing-aww__card--dark .pricing-aww__card-desc {
  color: rgba(255, 255, 255, 0.5);
}

.pricing-aww__card--dark .pricing-aww__card-features li {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.08);
}

.pricing-aww__card--dark .pricing-aww__card-features svg {
  color: #7d72fe;
}

.pricing-aww__card--dark .pricing-aww__card-time {
  color: rgba(255, 255, 255, 0.4);
}

.pricing-aww__card--dark .pricing-aww__card-btn {
  background: #fff;
  color: #000;
}

.pricing-aww__card--dark .pricing-aww__card-btn:hover {
  background: #f0f0f0;
}

/* Card Header */
.pricing-aww__card-header {
  margin-bottom: 24px;
}

.pricing-aww__card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
  display: block;
  margin-bottom: 8px;
}

.pricing-aww__card-name {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin: 0;
  letter-spacing: -0.5px;
}

/* Card Price */
.pricing-aww__card-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 20px;
}

.pricing-aww__card-from {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.pricing-aww__card-amount {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}

.pricing-aww__card-currency {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

/* Card Description */
.pricing-aww__card-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin: 0 0 28px;
}

/* Card Features */
.pricing-aww__card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pricing-aww__card-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pricing-aww__card-features li:last-child {
  border-bottom: none;
}

.pricing-aww__card-features svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #22c55e;
}

/* Card Footer */
.pricing-aww__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.pricing-aww__card-time {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.pricing-aww__card-btn {
  padding: 12px 24px;
  background: #000;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pricing-aww__card-btn:hover {
  background: #222;
  transform: translateY(-2px);
}

/* Popular card button gradient */
.pricing-aww__card--popular .pricing-aww__card-btn {
  background: linear-gradient(135deg, #ff3a3a 0%, #7d72fe 100%);
}

.pricing-aww__card--popular .pricing-aww__card-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* ============================================
   PRICING RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
  .pricing-aww__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .pricing-aww {
    padding: 80px 0;
  }
  
  .pricing-aww__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
  }
  
  .pricing-aww__header-right {
    align-items: flex-start;
  }
  
  .pricing-aww__subtitle {
    text-align: left;
    max-width: none;
  }
  
  .pricing-aww__title {
    font-size: clamp(36px, 10vw, 56px);
  }
}

@media (max-width: 600px) {
  .pricing-aww__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .pricing-aww__card {
    padding: 28px 24px;
  }
  
  .pricing-aww__card-amount {
    font-size: 40px;
  }
}

/* ============================================
   PROJECTS AWWWARDS STYLE
   ============================================ */
.projects-aww {
  padding: 120px 0;
  background: #fff;
  position: relative;
}

.projects-aww__container {
  position: relative;
}

/* Header */
.projects-aww__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}

.projects-aww__header .top-elm {
  flex-shrink: 0;
}

.projects-aww__header-right {
  flex: 1;
}

.projects-aww__title {
  margin: 0 0 8px;
}

.projects-aww__subtitle {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin: 0;
}

.projects-aww__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #000;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.4s ease;
}

.projects-aww__cta:hover {
  background: #222;
  gap: 14px;
}

.projects-aww__cta svg {
  transition: transform 0.3s ease;
}

.projects-aww__cta:hover svg {
  transform: translateX(4px);
}

/* Grid 2x2 - ОДИНАКОВЫЕ КАРТОЧКИ */
.projects-aww__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 10px 0 20px;
  margin: -10px 0;
}

/* Card */
.projects-aww__card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #f5f5f5;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.projects-aww__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* Media Container - ФИКСИРОВАННЫЙ ASPECT RATIO */
.projects-aww__card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.projects-aww__card-media video,
.projects-aww__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.projects-aww__card:hover .projects-aww__card-media video,
.projects-aww__card:hover .projects-aww__card-media img {
  transform: scale(1.05);
}

.projects-aww__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.projects-aww__card:hover .projects-aww__card-overlay {
  opacity: 1;
}

/* Content */
.projects-aww__card-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Tags */
.projects-aww__card-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.projects-aww__card-tags span {
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Title */
.projects-aww__card-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0;
  letter-spacing: -0.5px;
}

/* Description */
.projects-aww__card-desc {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.6;
  margin: 0;
}

/* Link - Простая чистая кнопка */
.projects-aww__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.projects-aww__card-link svg {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.projects-aww__card-link:hover {
  color: #7d72fe;
}

.projects-aww__card-link:hover svg {
  transform: translate(4px, -4px);
}

/* ============================================
   PROJECTS RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .projects-aww {
    padding: 80px 0;
  }
  
  .projects-aww__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .projects-aww__header-right {
    align-items: flex-start;
  }
  
  .projects-aww__subtitle {
    text-align: left;
    max-width: none;
  }
  
  .projects-aww__title {
    font-size: clamp(36px, 10vw, 56px);
  }
  
  .projects-aww__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .projects-aww__card-content {
    padding: 20px;
  }
  
  .projects-aww__card-title {
    font-size: 20px;
  }
  
  .projects-aww__card-media {
    aspect-ratio: 16 / 9;
  }
}

/* ============================================
   PRICES TABLE AWWWARDS STYLE
   ============================================ */
.prices-table-aww {
  padding: 100px 0;
  background: #fff;
}

.prices-table-aww__container {
  position: relative;
}

/* Header */
.prices-table-aww__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 40px;
}

.prices-table-aww__header-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.prices-table-aww__header-left .top-elm {
  flex-shrink: 0;
}

.prices-table-aww__title {
  margin: 0;
}

.prices-table-aww__btns {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.prices-table-aww__btns {
  display: flex;
  gap: 12px;
}

/* Table */
.prices-table-aww__table {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
}

/* Row */
.prices-table-aww__row {
  display: grid;
  grid-template-columns: 1.2fr 2fr 0.8fr 1fr 120px;
  gap: 20px;
  padding: 24px 32px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.prices-table-aww__row:last-child {
  border-bottom: none;
}

.prices-table-aww__row:not(.prices-table-aww__row--header):hover {
  background: rgba(0, 0, 0, 0.02);
}

/* Header Row */
.prices-table-aww__row--header {
  background: #fafafa;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
  padding: 18px 32px;
}

/* Popular Row */
.prices-table-aww__row--popular {
  background: linear-gradient(90deg, rgba(125, 114, 254, 0.03) 0%, rgba(255, 58, 58, 0.03) 100%);
}

.prices-table-aww__row--popular:hover {
  background: linear-gradient(90deg, rgba(125, 114, 254, 0.06) 0%, rgba(255, 58, 58, 0.06) 100%) !important;
}

/* Dark Row */
.prices-table-aww__row--dark {
  background: #0a0a0a;
}

.prices-table-aww__row--dark:hover {
  background: #111 !important;
}

.prices-table-aww__row--dark .prices-table-aww__name,
.prices-table-aww__row--dark .prices-table-aww__col--desc,
.prices-table-aww__row--dark .prices-table-aww__col--time,
.prices-table-aww__row--dark .prices-table-aww__col--price {
  color: #fff;
}

.prices-table-aww__row--dark .prices-table-aww__info {
  color: rgba(255, 255, 255, 0.5);
}

.prices-table-aww__row--dark .prices-table-aww__btn {
  background: #fff;
  color: #000;
}

.prices-table-aww__row--dark .prices-table-aww__btn:hover {
  background: #f0f0f0;
}

/* Columns */
.prices-table-aww__col--name {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.prices-table-aww__name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.prices-table-aww__badge {
  display: inline-block;
  padding: 4px 10px;
  background: linear-gradient(135deg, #ff3a3a 0%, #7d72fe 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 100px;
}

.prices-table-aww__info {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.prices-table-aww__info:hover {
  color: #000;
}

.prices-table-aww__info::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 12px;
  padding: 12px 16px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  max-width: 300px;
  white-space: normal;
}

.prices-table-aww__info:hover::after {
  opacity: 1;
  visibility: visible;
}

.prices-table-aww__col--desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}

.prices-table-aww__col--time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.prices-table-aww__col--price {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.prices-table-aww__col--btn {
  text-align: right;
}

.prices-table-aww__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #000;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.prices-table-aww__btn:hover {
  background: #222;
  transform: translateY(-2px);
}

/* ============================================
   PRICES TABLE RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
  .prices-table-aww__row {
    grid-template-columns: 1fr 1.5fr 0.8fr 1fr 100px;
    gap: 16px;
    padding: 20px 24px;
  }
  
  .prices-table-aww__btns {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .prices-table-aww {
    padding: 60px 0;
  }
  
  .prices-table-aww__header {
    flex-direction: column;
    gap: 30px;
  }
  
  .prices-table-aww__row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
  }
  
  .prices-table-aww__row--header {
    display: none;
  }
  
  .prices-table-aww__col--name {
    order: 1;
  }
  
  .prices-table-aww__col--price {
    order: 2;
    font-size: 24px;
  }
  
  .prices-table-aww__col--desc {
    order: 3;
  }
  
  .prices-table-aww__col--time {
    order: 4;
  }
  
  .prices-table-aww__col--btn {
    order: 5;
    text-align: left;
    margin-top: 8px;
  }
  
  .prices-table-aww__btn {
    width: 100%;
  }
  
  .prices-table-aww__info::after {
    left: 0;
    top: 100%;
    transform: none;
    margin-left: 0;
    margin-top: 8px;
  }
}

/* ============================================
   Technologies - AWWWARDS STYLE
   Минималистичный, функциональный, со вкусом
   ============================================ */
.tech-aww {
  background: #0a0a0a;
  padding: 120px 0;
  position: relative;
  overflow: visible;
}

.tech-aww::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 60% 40% at 0% 0%, rgba(125, 114, 254, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 100% 100%, rgba(255, 58, 58, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.tech-aww__container {
  position: relative;
  z-index: 1;
}

/* Header */
.tech-aww__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.tech-aww__header-left {
  flex: 1;
}

/* ============================================
   TOP-ELM — СТАНДАРТИЗИРОВАННЫЕ ВАРИАЦИИ
   ============================================ */

/* БАЗОВЫЙ СТИЛЬ — для светлого фона (white/light backgrounds) */
.top-elm p {
  text-transform: uppercase !important;
  font-size: clamp(11px, 1vw, 14px) !important;
  letter-spacing: 0.08em !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.55) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.top-elm div {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.top-elm img {
  filter: none !important;
  opacity: 1 !important;
}

/* ТЁМНЫЙ ФОН — .top-elm--dark или контексты с тёмным фоном */
.top-elm--dark p,
.top-elm--light p,
._black-bg .top-elm p,
.first__left .top-elm p,
.tasks__top .top-elm p,
.projects__top .top-elm p,
.work-v3__header-left .top-elm p,
.work-v1__header-content .top-elm p,
.tech-aww__header-left .top-elm p {
  text-transform: uppercase !important;
  font-size: clamp(11px, 1vw, 14px) !important;
  letter-spacing: 0.08em !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.75) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.top-elm--dark div,
.top-elm--light div,
._black-bg .top-elm div,
.first__left .top-elm div,
.tasks__top .top-elm div,
.projects__top .top-elm div,
.work-v3__header-left .top-elm div,
.work-v1__header-content .top-elm div,
.tech-aww__header-left .top-elm div {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Иконка остаётся цветной на тёмном фоне */
.top-elm--dark img,
.top-elm--light img,
._black-bg .top-elm img,
.first__left .top-elm img,
.tasks__top .top-elm img,
.projects__top .top-elm img,
.work-v3__header-left .top-elm img,
.work-v1__header-content .top-elm img,
.tech-aww__header-left .top-elm img {
  filter: none !important;
  opacity: 1 !important;
}

.tech-aww__header-left .top-elm {
  margin-bottom: 16px;
}

/* Стрелки управления — ближе к карточкам */
.tech-aww__arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.tech-aww__count {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tech-aww__arrows {
  display: flex;
  gap: 8px;
}

.tech-aww__arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.6);
}

.tech-aww__arrow svg {
  width: 20px;
  height: 20px;
}

.tech-aww__arrow:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.tech-aww__arrow:active {
  transform: scale(0.95);
}

.tech-aww__title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -1px;
}

.tech-aww__title span {
  display: block;
}

.tech-aww__title span:first-child {
  color: #fff;
}

.tech-aww__title span:last-child {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

/* Controls: tabs + arrows */
.tech-aww__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

/* Tabs */
.tech-aww__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tech-aww__tab {
  padding: 12px 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-aww__tab:hover {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}

.tech-aww__tab._active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

/* Grid - горизонтальный скролл для большого количества */
.tech-aww__grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px 0 30px;
  margin: -20px 0;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.tech-aww__grid:active {
  cursor: grabbing;
}

.tech-aww__grid::-webkit-scrollbar {
  display: none;
}

/* Card - компактная версия */
.tech-aww__card {
  flex: 0 0 260px;
  min-width: 260px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
}

.tech-aww__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #7d72fe, #ff3a3a);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tech-aww__card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(125, 114, 254, 0.2);
  transform: translateY(-4px);
}

.tech-aww__card:hover::before {
  opacity: 1;
}

.tech-aww__card._hidden {
  display: none;
}

/* Card Icon - меньше */
.tech-aww__card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(125, 114, 254, 0.15), rgba(255, 58, 58, 0.1));
  border-radius: 12px;
  color: #fff;
  transition: all 0.3s ease;
}

.tech-aww__card-icon svg {
  width: 22px;
  height: 22px;
}

.tech-aww__card:hover .tech-aww__card-icon {
  background: linear-gradient(135deg, rgba(125, 114, 254, 0.25), rgba(255, 58, 58, 0.2));
  transform: scale(1.05);
}

/* Card Content */
.tech-aww__card-content {
  flex: 1;
}

.tech-aww__card-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.2px;
}

.tech-aww__card-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Card Tag - компактнее */
.tech-aww__card-tag {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.tech-aww__card:hover .tech-aww__card-tag {
  background: rgba(125, 114, 254, 0.1);
  border-color: rgba(125, 114, 254, 0.2);
  color: rgba(125, 114, 254, 0.8);
}

/* Scroll hint */
.tech-aww__scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.tech-aww__scroll-hint:hover {
  opacity: 0.8;
}

.tech-aww__scroll-hint span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tech-aww__scroll-hint svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 255, 255, 0.5);
  animation: tech-scroll-hint 1.5s ease-in-out infinite;
}

@keyframes tech-scroll-hint {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(6px); }
}

/* Bottom */
.tech-aww__bottom {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tech-aww__note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.tech-aww__count-badge {
  padding: 6px 14px;
  background: rgba(125, 114, 254, 0.1);
  border: 1px solid rgba(125, 114, 254, 0.2);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  color: #7d72fe;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .tech-aww {
    padding: 60px 0;
  }
  
  .tech-aww__header {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  
  .tech-aww__controls {
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .tech-aww__arrows {
    flex-shrink: 0;
  }
  
  .tech-aww__arrow {
    width: 40px;
    height: 40px;
  }
  
  .tech-aww__arrow svg {
    width: 18px;
    height: 18px;
  }
  
  .tech-aww__title {
    font-size: clamp(26px, 8vw, 36px);
  }
  
  .tech-aww__title span {
    display: inline;
  }
  
  .tech-aww__title span:last-child {
    display: block;
  }
  
  .tech-aww__tabs {
    gap: 6px;
  }
  
  .tech-aww__controls {
    margin-bottom: 20px;
  }
  
  .tech-aww__tab {
    padding: 8px 14px;
    font-size: 12px;
  }
  
  .tech-aww__grid {
    margin: 0 -24px;
    padding: 0 24px 10px;
  }
  
  .tech-aww__card {
    flex: 0 0 220px;
    min-width: 220px;
    padding: 20px;
  }
  
  .tech-aww__card-title {
    font-size: 15px;
  }
  
  .tech-aww__card-desc {
    font-size: 12px;
  }
  
  .tech-aww__scroll-hint {
    display: none;
  }
  
  .tech-aww__bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-top: 24px;
    padding-top: 20px;
  }
  
  .tech-aww__note {
    font-size: 13px;
  }
}

/* Mobile: 2-2.5 карточки на экран */
@media (max-width: 500px) {
  .tech-aww__grid {
    margin: 0 -16px;
    padding: 0 16px 10px;
    gap: 10px;
  }
  
  .tech-aww__card {
    flex: 0 0 145px;
    min-width: 145px;
    padding: 14px;
    gap: 10px;
    border-radius: 12px;
  }
  
  .tech-aww__card-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  
  .tech-aww__card-icon svg {
    width: 18px;
    height: 18px;
  }
  
  .tech-aww__card-title {
    font-size: 13px;
    margin-bottom: 4px;
  }
  
  .tech-aww__card-desc {
    font-size: 11px;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }
  
  .tech-aww__card-tag {
    padding: 3px 8px;
    font-size: 9px;
  }
}

/* ============================================
   FIRST SCREEN IMPROVEMENTS
   ============================================ */
/* Расширенная левая колонка на ПК */
@media (min-width: 1101px) {
  .first__container {
    grid-template-columns: 1.15fr 0.85fr;
  }
  
  .first__title {
    font-size: clamp(36px, 4vw, 76px);
    line-height: 1.15;
  }
}

/* Улучшенный стиль цены */
.first__price {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  backdrop-filter: blur(10px);
  margin-top: 32px;
}

/* Отступы для метки "Услуги" в первом блоке */
.first__left .top-elm {
  margin-top: 16px;
  margin-bottom: 12px;
}

/* Кнопки и соцсети к правому краю на ПК */
@media (min-width: 1101px) {
  .first__bottom {
    justify-content: flex-end;
    gap: 24px;
  }
  
  .first__btns {
    order: 1;
  }
  
  .first__social {
    order: 2;
  }
}

@media (max-width: 998px) {
  .first__left .top-elm {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  
  .first__price {
    margin-top: 20px;
  }
}

/* ============================================
   FAQ SMOOTH TRANSITIONS
   ============================================ */
.faq__resp,
._resp {
  transition: height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), 
              opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  overflow: hidden;
}

.faq__resp._active,
._resp._active {
  opacity: 1;
  transition-delay: 0.05s;
}

.faq__resp:not(._active),
._resp:not(._active) {
  opacity: 0;
  transition-delay: 0s;
}

.faq__quest-arrow,
.faq__quest::after {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   FORM INPUTS IMPROVEMENTS
   ============================================ */
.form-block__inp {
  position: relative;
}

.form-block__inp span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
  display: block;
}

.form-block__inp input {
  padding: 20px 28px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-size: 16px;
  color: #000;
  background: #fafafa;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.form-block__inp input:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background: #fff;
}

.form-block__inp input:focus {
  outline: none;
  border-color: #7d72fe;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(125, 114, 254, 0.1);
}

.form-block__inp input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 400;
}

/* Улучшенный label для формы */
.collaboration__form .form-block__info {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}

.collaboration__form .form-block__info span {
  background: linear-gradient(135deg, #ff3a3a, #ff6b35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

/* Submit button improvement */
.form-block__bottm {
  margin-top: 24px;
  gap: 20px;
}

.form-block__bottm ._btn {
  padding: 20px 40px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form-block__bottm ._btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(125, 114, 254, 0.25);
}

.form-block__politica {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}

.form-block__politica a {
  color: #7d72fe;
  text-decoration: none;
}

.form-block__politica a:hover {
  text-decoration: underline;
}

/* Popup form adjustments */
.popup .form-block__inp input {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.popup .form-block__inp input:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.popup .form-block__inp input:focus {
  border-color: #7d72fe;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(125, 114, 254, 0.2);
}

.popup .form-block__inp input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.popup .form-block__inp span {
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   POPUP PRICE V3 - Гарантия лучшей цены
   ============================================ */

/* Центрирование попапа */
.popup--price-v3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup--price-v3__content {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.popup--price-v3__body {
  padding: 48px !important;
  background: #0a0a0f;
  border-radius: 24px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

/* Белый крестик закрытия */
.popup__close--white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.popup__close--white::before,
.popup__close--white::after {
  background-color: #fff !important;
}

/* Header */
.price-v3__header {
  margin-bottom: 32px;
  text-align: center;
}

.price-v3__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px 8px 14px;
  background: rgba(255, 58, 58, 0.1);
  border: 1px solid rgba(255, 58, 58, 0.2);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ff3a3a;
  margin-bottom: 24px;
}

.price-v3__badge-dot {
  width: 8px;
  height: 8px;
  background: #ff3a3a;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

.price-v3__title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.15;
}

.price-v3__title span {
  color: transparent;
  background: linear-gradient(135deg, #ff3a3a 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Intro */
.price-v3__intro {
  margin-bottom: 28px;
}

.price-v3__intro p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 12px;
}

/* Reasons */
.price-v3__reasons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.price-v3__reason {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.price-v3__reason-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff3a3a, #ff6b35);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.price-v3__reason p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Solution */
.price-v3__solution {
  margin-bottom: 28px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(255, 58, 58, 0.08), rgba(255, 107, 53, 0.05));
  border-radius: 16px;
  border: 1px solid rgba(255, 58, 58, 0.15);
}

.price-v3__solution h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px;
}

.price-v3__solution p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 12px;
}

.price-v3__solution p:last-child {
  margin-bottom: 0;
}

.price-v3__solution strong {
  color: #fff;
}

.price-v3__highlight {
  font-size: 15px !important;
  font-weight: 500;
  color: #ff3a3a !important;
}

.price-v3__highlight strong {
  color: #ff3a3a;
}

/* How it works */
.price-v3__how {
  margin-bottom: 28px;
}

.price-v3__how-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}

.price-v3__how-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-v3__how-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.price-v3__how-icon {
  flex-shrink: 0;
  color: #ff3a3a;
  font-weight: 600;
}

/* Challenge */
.price-v3__challenge {
  margin-bottom: 32px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid #ff3a3a;
  border-radius: 0 12px 12px 0;
}

.price-v3__challenge p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 12px;
}

.price-v3__challenge p:last-child {
  margin-bottom: 0;
}

.price-v3__challenge strong {
  color: #fff;
}

.price-v3__bold {
  font-size: 16px !important;
  font-weight: 600;
  color: #ff3a3a !important;
}

.price-v3__small {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-style: italic;
}

/* CTA */
.price-v3__cta {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.price-v3__cta-text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px;
}

.price-v3__cta-text strong {
  color: #ff3a3a;
}

.price-v3__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background: linear-gradient(135deg, #ff3a3a 0%, #ff6b35 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.price-v3__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(255, 58, 58, 0.35);
}

/* Responsive */
@media (max-width: 700px) {
  .popup--price-v3__content {
    max-width: 100%;
    margin: 0 16px;
  }
  
  .popup--price-v3__body {
    padding: 32px 24px !important;
    max-height: 85vh;
  }
  
  .price-v3__title {
    font-size: clamp(28px, 7vw, 36px);
  }
  
  .price-v3__reason {
    flex-direction: column;
    gap: 12px;
  }
  
  .price-v3__btn {
    width: 100%;
  }
}


