/* augelitoid — тёмная палитра аналитики адаптации */
:root {
  --primary-50: #ecfdf5;
  --primary-100: #d1fae5;
  --primary-200: #a7f3d0;
  --primary-300: #6ee7b7;
  --primary-400: #34d399;
  --primary-500: #22c55e;
  --primary-600: #16a34a;
  --primary-700: #15803d;
  --primary-800: #166534;
  --primary-900: #14532d;
  --primary-rgb: 34, 197, 94;
  --accent-500: #38bdf8;
  --accent-rgb: 56, 189, 248;
  --text-primary: #e6edf3;
  --text-secondary: #94a3b8;
  --surface-primary: #020617;
  --neutral-900: #e6edf3;
  --neutral-800: #cbd5e1;
  --neutral-700: #94a3b8;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #010409 !important;
  color: #e6edf3 !important;
}
.text-muted,
.top_body_base.text-muted,
.style_body_base.text-muted,
.premium_caption.text-muted,
.lead.text-muted,
.text-secondary,
.bold_body_large.text-secondary {
  color: #94a3b8 !important;
}
.bg-light {
  background-color: #0f172a !important;
}
.header-clean,
.site-header {
  background: #020617 !important;
  border-bottom: 1px solid rgba(56, 189, 248, 0.12);
}
.navbar-light .navbar-brand,
.navbar-light .nav-link,
.site-header .brand,
.site-header a,
.header-clean .nav-link {
  color: #e6edf3 !important;
}
.navbar-light .nav-link:hover,
.site-header a:hover {
  color: #38bdf8 !important;
}
.navbar-light .nav-link.active {
  color: #22c55e !important;
}
.custom-toggler .line,
.menu-btn span {
  background: #e6edf3 !important;
}
.hero-section,
.usp-section,
.leadgen-section-secondary,
#about,
.services-section,
.blog-section,
.contact-section,
.py-5 {
  background-color: transparent !important;
}
.fresh_hero_title,
.core_section_title,
.display-4,
.blog-title,
.section-title {
  color: #e6edf3 !important;
}
.prime_hero_subtitle,
.page_section_subtitle,
.blog-subtitle {
  color: #38bdf8 !important;
}
.usp-item,
.about-feature-card,
.service-card,
.blog-card,
.leadgen-form-card,
.form-card,
.info-card,
.p-4.rounded-4.border.bg-white,
.accordion-item {
  background: #020617 !important;
  border-color: rgba(148, 163, 184, 0.2) !important;
  color: #e6edf3 !important;
}
.form-control,
.form-select,
.form-input {
  background: #0f172a !important;
  border-color: rgba(148, 163, 184, 0.25) !important;
  color: #e6edf3 !important;
}
.form-floating > label {
  color: #94a3b8 !important;
}
.btn-primary {
  background-color: #22c55e !important;
  border-color: #22c55e !important;
  color: #020617 !important;
}
.btn-primary:hover {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
  color: #020617 !important;
}
.btn-outline-primary {
  color: #38bdf8 !important;
  border-color: #38bdf8 !important;
}
.btn-outline-primary:hover {
  background: rgba(56, 189, 248, 0.12) !important;
  color: #e6edf3 !important;
}
.footer-professional-blue-01,
.footer {
  background: #020617 !important;
  color: #94a3b8 !important;
}
.footer-professional-blue-01 .core_section_title,
.footer h3,
.footer h4 {
  color: #e6edf3 !important;
}
.footer-link,
.footer a {
  color: #94a3b8 !important;
}
.footer-link:hover,
.footer a:hover {
  color: #38bdf8 !important;
}
.footer-divider {
  border-color: rgba(148, 163, 184, 0.2) !important;
}
.site-disclaimer-boot,
.site-disclaimer {
  background: #020617 !important;
  border-color: rgba(56, 189, 248, 0.15) !important;
}
.site-disclaimer-boot p,
.site-disclaimer p {
  color: #94a3b8 !important;
}
.legal {
  background: #010409 !important;
}
.legal h1,
.legal h2,
.legal h3 {
  color: #e6edf3 !important;
}
.legal p,
.legal li {
  color: #cbd5e1 !important;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 2000;
  padding: 0.5rem 1rem;
  background: #22c55e;
  color: #020617;
}
.brand-icon svg rect {
  fill: #22c55e !important;
}
.hero-decor,
.usp-bg-blob,
.footer-decoration {
  opacity: 0.35;
}


.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  max-width: 40rem;
  margin-inline: auto;
  display: none;
  background-color: #020617;
  border: 1px solid #363742;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgb(1 4 9 / 0.55);
  padding: 1.5rem;
}
.cookie-banner.is-visible { display: block; }
.cookie-banner__title { font-size: 1.125rem; font-weight: 700; color: #e6edf3; margin-bottom: 0.5rem; }
.cookie-banner__text { color: #94a3b8; font-size: 0.875rem; line-height: 1.6; margin-bottom: 1.25rem; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.cookie-panel {
  position: fixed; inset: 0; z-index: 210; display: none;
  align-items: center; justify-content: center; padding: 1rem;
  background-color: rgb(1 4 9 / 0.55);
}
.cookie-panel.is-visible { display: flex; }
.cookie-panel__dialog {
  width: min(100%, 32rem); max-height: min(90vh, 40rem); overflow: auto;
  background-color: #020617; border-radius: 1rem; border: 1px solid #363742;
  box-shadow: 0 25px 50px -12px rgb(1 4 9 / 0.55); padding: 1.5rem;
}
.cookie-panel__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.cookie-panel__header h2 { font-size: 1.25rem; font-weight: 700; color: #e6edf3; }
.cookie-panel__close {
  width: 44px; height: 44px; border: 1px solid #363742; border-radius: 0.5rem;
  background-color: #020617; color: #e6edf3; flex-shrink: 0;
}
.cookie-panel__close:hover { background-color: #0b2030; border-color: #4adfe9; }
.cookie-panel__text { color: #94a3b8; font-size: 0.875rem; line-height: 1.6; margin-bottom: 1.25rem; }
.cookie-panel__options { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.cookie-option {
  display: grid; grid-template-columns: auto 1fr; gap: 0.35rem 1rem; padding: 1rem;
  border: 1px solid #363742; border-radius: 0.75rem; background-color: #0b2030;
}
.cookie-option input { width: 1.25rem; height: 1.25rem; margin-top: 0.15rem; accent-color: #4adfe9; }
.cookie-option__title { font-weight: 700; color: #e6edf3; }
.cookie-option__desc { margin: 0; color: #94a3b8; font-size: 0.875rem; }
.cookie-panel__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.cookie-toggle {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 190;
  min-width: 44px; min-height: 44px; padding: 0.7rem 0.95rem; border-radius: 999px;
  border: 1px solid #363742; background-color: #4adfe9; color: #000000;
  box-shadow: 0 10px 15px -3px rgb(1 4 9 / 0.55); display: inline-flex; align-items: center;
  gap: 0.4rem; font-size: 0.875rem; font-weight: 600;
}
.cookie-toggle:hover { background-color: #3fbec6; }
.cookie-btn {
  min-height: 44px; padding: 0.625rem 1.25rem; border-radius: 0.5rem;
  font-size: 0.875rem; font-weight: 600;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.cookie-btn--primary { background-color: #4adfe9; color: #000000; border: 0; }
.cookie-btn--primary:hover { background-color: #3fbec6; }
.cookie-btn--secondary { background-color: #0b2030; color: #4adfe9; border: 1px solid #363742; }
.cookie-btn--secondary:hover { border-color: #4adfe9; }
.cookie-btn--ghost { background-color: #020617; color: #94a3b8; border: 1px solid #363742; }
.cookie-btn--ghost:hover { background-color: #0b2030; color: #4adfe9; }
@media (min-width: 768px) {
  .cookie-banner { left: auto; right: 1.5rem; bottom: 5.5rem; margin-inline: 0; }
  .cookie-toggle { right: 1.5rem; bottom: 1.5rem; }
}
