/* Start custom CSS *//* Базовые цвета тёмной темы */
body { background:#0b0c10; color:#e6f1ff; }
a { color:#39ff88; }
a:hover { opacity:.85; }

/* Заголовки */
h1,h2,h3,h4,h5,h6 { color:#ffffff; }

/* Карточки/секции */
.section-dark, .elementor-section, .elementor-widget-container {
  background: transparent;
}

/* Кнопки (Elementor/фокус) */
button, .elementor-button {
  background:#39ff88; color:#0b0c10; border:none;
}
button:hover, .elementor-button:hover { filter:brightness(.95); }

/* Поля форм (Elementor/CF7/Fluent) */
input, textarea, select {
  background:#121417; color:#e6e6e6; border:1px solid #2a2f36;
}
input::placeholder, textarea::placeholder { color:#8a8f98; }

/* Поля с ошибками/фокус */
input:focus, textarea:focus, select:focus {
  outline:none; border-color:#39ff88; box-shadow:0 0 0 2px rgba(57,255,136,.15);
}

/* Шапка/меню, если у темы светлый фон по умолчанию */
header, .site-header, .elementor-location-header {
  background:#0b0c10 !important;
}
footer, .site-footer, .elementor-location-footer {
  background:#0b0c10 !important; color:#cfd6e0;
}

/* Разделители/таблицы */
hr, table, th, td { border-color:#2a2f36; }/* End custom CSS */