/* Кольорова схема для чоловічого добробуту */
:root {
  --primary-color: #1a365d; /* Темно-синій */
  --secondary-color: #2d5a87; /* Середній синій */
  --accent-color: #4a90b8; /* Світло-синій */
  --text-primary: #1a202c; /* Темно-сірий */
  --text-secondary: #2d3748; /* Сірий */
  --background-light: #f7fafc; /* Світлий фон */
  --background-white: #ffffff; /* Білий */
  --success-color: #38a169; /* Зелений для акцентів */
}

/* Плавний скрол */
html {
  scroll-behavior: smooth;
}

/* Оновлення кольорів */
.u-custom-color-12 {
  color: var(--primary-color) !important;
}

.u-custom-color-8 {
  background-color: var(--background-light) !important;
}

.u-palette-4-dark-1 {
  background-color: var(--secondary-color) !important;
}

.u-palette-4-light-1 {
  background-color: var(--background-white) !important;
}

.u-palette-4-light-2 {
  background-color: var(--background-light) !important;
}

.u-custom-color-6 {
  background-color: var(--accent-color) !important;
}

/* Кнопки */
.u-btn.u-custom-color-12 {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.u-btn.u-custom-color-12:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

/* Посилання */
a.u-text-custom-color-12 {
  color: var(--primary-color) !important;
}

a.u-text-custom-color-12:hover {
  color: var(--secondary-color) !important;
}

.u-text-custom-color-11 {
  color: var(--background-white) !important;
}

.u-text-custom-color-9 {
  color: var(--accent-color) !important;
}

.u-text-palette-3-dark-1 {
  color: var(--text-primary) !important;
}

.u-text-palette-4-dark-2 {
  color: var(--text-secondary) !important;
}

/* Фонові зображення */
.u-section-1, .u-section-3 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* Стилі для зображень */
.article-image, img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Покращені стилі для форм */
.u-input {
  border-color: var(--secondary-color) !important;
}

.u-input:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 2px rgba(26, 54, 93, 0.2) !important;
}

.u-section-1 .u-sheet-1 {
  min-height: 3055px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 34px;
  height: auto;
  min-height: 2935px;
  margin-top: 34px;
}