/* jagoiteoidic — палитра #3B82F6 / #22C55E, светлый фон, текст #1F2937 */
:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-200: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-400: #60a5fa;
  --primary-500: #3b82f6;
  --primary-600: #2563eb;
  --primary-700: #1d4ed8;
  --primary-800: #1e40af;
  --primary-900: #1e3a8a;
  --primary-rgb: 59, 130, 246;
  --neutral-900: #1f2937;
  --neutral-700: #374151;
  --neutral-500: #6b7280;
  --neutral-100: #f3f4f6;
  --neutral-50: #ffffff;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-inverse: #ffffff;
  --bg-primary: #ffffff;
  --button-primary-bg: #3b82f6;
  --button-primary-text: #ffffff;
  --border-light: #e5e7eb;
}

html,
body {
  background-color: #ffffff !important;
  color: #1f2937 !important;
}

#header {
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 52%, #2563eb 100%) !important;
}

#header .nav-link,
#header .nav-link span,
.navbar-brand .best_section_title {
  color: #ffffff !important;
}

#header .dropdown-menu {
  border: 1px solid var(--border-light);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

#header .dropdown-item {
  color: #1f2937 !important;
}

#header .dropdown-item:hover {
  background: #eff6ff;
  color: #1d4ed8 !important;
}

.header-blob-2 {
  background: radial-gradient(circle, rgba(34, 197, 94, 0.45) 0%, transparent 70%) !important;
}

.hero-btn-primary,
.btn-primary,
.btn-leadgen-submit,
.contact-submit-btn {
  background-color: #3b82f6 !important;
  border-color: #1d4ed8 !important;
}

.hero-btn-secondary {
  color: #16a34a !important;
  border-color: #22c55e !important;
}

.hero-btn-secondary:hover {
  background-color: rgba(34, 197, 94, 0.12) !important;
  color: #15803d !important;
}

.footer-pro .brand-description,
.footer-disclaimer {
  color: rgba(255, 255, 255, 0.92) !important;
}

.map-embed-site29 iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 12px;
}

.faq-card-site29 {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  background: #f9fafb;
}


.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  max-width: 40rem;
  margin-inline: auto;
  display: none;
  background-color: #11100e;
  border: 1px solid #e5e7eb;
  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: #1f2937; margin-bottom: 0.5rem; }
.cookie-banner__text { color: #4b5563; 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: #11100e; border-radius: 1rem; border: 1px solid #e5e7eb;
  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: #1f2937; }
.cookie-panel__close {
  width: 44px; height: 44px; border: 1px solid #e5e7eb; border-radius: 0.5rem;
  background-color: #11100e; color: #1f2937; flex-shrink: 0;
}
.cookie-panel__close:hover { background-color: #161e2a; border-color: #3b82f6; }
.cookie-panel__text { color: #4b5563; 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 #e5e7eb; border-radius: 0.75rem; background-color: #161e2a;
}
.cookie-option input { width: 1.25rem; height: 1.25rem; margin-top: 0.15rem; accent-color: #3b82f6; }
.cookie-option__title { font-weight: 700; color: #1f2937; }
.cookie-option__desc { margin: 0; color: #4b5563; 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 #e5e7eb; background-color: #3b82f6; color: #ffffff;
  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: #326ed1; }
.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: #3b82f6; color: #ffffff; border: 0; }
.cookie-btn--primary:hover { background-color: #326ed1; }
.cookie-btn--secondary { background-color: #161e2a; color: #3b82f6; border: 1px solid #e5e7eb; }
.cookie-btn--secondary:hover { border-color: #3b82f6; }
.cookie-btn--ghost { background-color: #11100e; color: #4b5563; border: 1px solid #e5e7eb; }
.cookie-btn--ghost:hover { background-color: #161e2a; color: #3b82f6; }
@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; }
}
