/* Кубистический стиль - удаление всех закруглений и теней */

/* Глобальные переопределения для кубизма */
* {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Убираем все эффекты освещения */
.logo-icon {
  filter: none !important;
}

.logo-icon:hover {
  filter: none !important;
}

/* Переопределяем все подчеркивания на #0d6efd */
.text-underline::after,
.text-underline-blue::after,
.text-underline-red::after {
  background: #72b1ff !important;
}

/* Убираем все градиенты для кубизма */
.btn-primary,
.btn-apply-now,
.choose-icon {
  background: #0d6efd !important;
}

/* Убираем анимации фигур */
.bg-cube-1,
.bg-cube-2,
.bg-cube-3,
.bg-line-1,
.bg-line-2,
.bg-line-3,
.bg-dot-1,
.bg-dot-2,
.bg-dot-3,
.bg-pencil,
.bg-circle {
  display: none !important;
  animation: none !important;
}

/* Квадратные кнопки */
.btn,
.form-control,
.dropdown-menu,
.navbar-toggler,
.loan-calculator,
.choose-item,
.contact-item {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Убираем тени с карточек */
.step-item,
.difference-item,
.feedback-item,
.article-item,
.quick-action-item {
  box-shadow: none !important;
  border: 1px solid #dee2e6;
}

/* Стили для контактной страницы */
.contact-section {
  padding: 60px 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding: 20px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i {
  color: white;
  font-size: 20px;
}

.contact-content h4 {
  margin-bottom: 8px;
  color: #212529;
  font-weight: 600;
}

.contact-content p {
  margin: 0;
  color: #6c757d;
}

.contact-content a {
  color: #0d6efd;
  text-decoration: none;
}

.contact-content a:hover {
  text-decoration: underline;
}

/* Форма контакта */
.contact-form-widget .form-group {
  margin-bottom: 20px;
}

.contact-form-widget label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #212529;
}

.contact-form-widget .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #dee2e6;
  background: white;
  font-size: 16px;
}

.contact-form-widget .form-control:focus {
  outline: none;
  border-color: #0d6efd;
}

.contact-form-widget .btn {
  padding: 12px 24px;
  background: #0d6efd;
  color: white;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.contact-form-widget .btn:hover {
  background: #0b5ed7;
}

/* Убираем все transform эффекты для строгого кубизма */
.choose-item:hover,
.step-item:hover,
.difference-item:hover,
.navbar-brand:hover,
.btn-apply-now:hover,
.btn-primary:hover {
  transform: none !important;
}

/* Строгие геометрические формы */
.choose-icon,
.step-icon,
.difference-icon,
.detail-icon,
.mission-icon,
.value-icon {
  border-radius: 0 !important;
  width: 60px !important;
  height: 60px !important;
}

/* Убираем все backdrop-filter для кубизма */
.header-area {
  backdrop-filter: none !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

/* Простые, четкие границы */
.navbar,
.dropdown-menu,
.form-control,
.btn {
  border: 1px solid #dee2e6 !important;
}

/* Убираем все псевдоэлементы с декоративными эффектами */
.banking-tabs .nav-link.active::after,
.disclaimer-content h4::after {
  display: none !important;
}
