/* ============================================================
   СТИЛЬНЫЙ ФУТЕР (ПЕРВЫЙ ВАРИАНТ + СИНИЕ КНОПКИ)
   ============================================================ */

/* ----- 1. ОСНОВНОЙ ФОН И СТРУКТУРА ----- */
#rec2457079871 {
  background: linear-gradient(135deg, #0B0F19 0%, #1A2332 100%) !important;
  border-top: 2px solid rgba(255, 255, 255, 0.05) !important;
  padding: 50px 0 30px 0 !important;
}

/* ----- 2. ВСЕ ТЕКСТЫ БЕЛЫЕ ----- */
#rec2457079871 .t-name,
#rec2457079871 .t-descr,
#rec2457079871 .t-text,
#rec2457079871 .t-title,
#rec2457079871 .t-heading {
  color: #FFFFFF !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

#rec2457079871 .t-name {
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  color: #E2E8F0 !important;
  margin-bottom: 15px !important;
}

#rec2457079871 .t-descr {
  color: #94A3B8 !important;
  font-weight: 300 !important;
  line-height: 1.8 !important;
}

/* ----- 3. ССЫЛКИ (СЕРЫЕ → СИНИЕ ПРИ НАВЕДЕНИИ) ----- */
#rec2457079871 a {
  color: #94A3B8 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  display: inline-block !important;
}

#rec2457079871 a:hover {
  color: #3B82F6 !important;
  transform: translateX(4px) !important;
}

#rec2457079871 a:active {
  color: #3B82F6 !important;
  transform: scale(0.98) !important;
}

#rec2457079871 a::after {
  content: '' !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  width: 0% !important;
  height: 2px !important;
  background: #3B82F6 !important;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 2px !important;
}

#rec2457079871 a:hover::after {
  width: 100% !important;
}

/* ----- 4. НОМЕР ТЕЛЕФОНА ----- */
#rec2457079871 a[href*="tel"] {
  color: #E2E8F0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
}

#rec2457079871 a[href*="tel"]:hover {
  color: #3B82F6 !important;
  transform: scale(1.02) !important;
}

#rec2457079871 a[href*="tel"]::after {
  display: none !important;
}

/* ----- 5. КНОПКИ — СИНИЕ ----- */
#rec2457079871 .t-btn,
#rec2457079871 .t-submit,
#rec2457079871 .tn-atom {
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%) !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 0.3px !important;
  padding: 10px 24px !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#rec2457079871 .t-btn:hover,
#rec2457079871 .t-submit:hover {
  background: linear-gradient(135deg, #1D4ED8 0%, #1E3A8A 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4) !important;
}

#rec2457079871 .t-btn:active {
  transform: scale(0.97) !important;
}

/* ----- 6. ИКОНКИ СОЦИАЛЬНЫХ СЕТЕЙ ----- */
#rec2457079871 .t-sociallinks a {
  color: #94A3B8 !important;
  transition: all 0.3s ease !important;
}

#rec2457079871 .t-sociallinks a:hover {
  color: #3B82F6 !important;
  transform: translateY(-3px) !important;
}

#rec2457079871 .t-sociallinks a::after {
  display: none !important;
}

/* ----- 7. РАЗДЕЛИТЕЛЬНАЯ ЛИНИЯ ----- */
#rec2457079871 .t-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  margin: 30px 0 !important;
}

/* ----- 8. КОПИРАЙТ ----- */
#rec2457079871 .t-text_small {
  color: #64748B !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0.3px !important;
}

/* ----- 9. АДАПТИВ ДЛЯ ТЕЛЕФОНОВ ----- */
@media screen and (max-width: 768px) {
  #rec2457079871 {
    padding: 30px 0 20px 0 !important;
  }
  
  #rec2457079871 .t-name {
    font-size: 16px !important;
    margin-top: 20px !important;
  }
  
  #rec2457079871 a[href*="tel"] {
    font-size: 16px !important;
  }
  
  #rec2457079871 .t-btn,
  #rec2457079871 .t-submit {
    width: 100% !important;
    justify-content: center !important;
  }
}