/* [site-name-9] — светлая тема: основной #3B82F6, акцент #22C55E, фон #FFFFFF, текст #1F2937 */
body.site9-theme {
  background: #ffffff !important;
  color: #1f2937 !important;
  --site9-primary: #3b82f6;
  --site9-primary-dark: #2563eb;
  --site9-accent: #22c55e;
  --site9-text: #1f2937;
  --site9-muted: #4b5563;
  --site9-border: #e5e7eb;
}

body.site9-theme #header.site9-header {
  background: #ffffff !important;
  border-bottom: 1px solid var(--site9-border);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

body.site9-theme #header .navbar-brand,
body.site9-theme #header .nav-link {
  color: var(--site9-text) !important;
}

body.site9-theme #header .nav-link:hover,
body.site9-theme #header .nav-link:focus {
  color: var(--site9-primary) !important;
}

body.site9-theme #header .dropdown-menu {
  border: 1px solid var(--site9-border);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

body.site9-theme #header .dropdown-item {
  color: var(--site9-text);
}

body.site9-theme #header .dropdown-item:hover {
  background: rgba(59, 130, 246, 0.08);
  color: var(--site9-primary-dark);
}

body.site9-theme .navbar-toggler {
  border-color: var(--site9-border);
}

body.site9-theme .custom-hamburger .hamburger-line {
  background: var(--site9-text) !important;
}

body.site9-theme .header-decoration {
  opacity: 0.12 !important;
}

body.site9-theme #hero {
  min-height: auto !important;
  background: linear-gradient(165deg, #f8fafc 0%, #eff6ff 48%, #ffffff 100%) !important;
}

body.site9-theme .hero-title,
body.site9-theme .best_section_title {
  color: var(--site9-text) !important;
}

body.site9-theme .hero-subtitle,
body.site9-theme .unique_section_subtitle {
  color: var(--site9-primary-dark) !important;
}

body.site9-theme .hero-description,
body.site9-theme .fresh_body_base,
body.site9-theme .prime_body_large {
  color: var(--site9-muted) !important;
}

body.site9-theme .hero-btn-primary,
body.site9-theme .btn-primary {
  background: var(--site9-primary) !important;
  border-color: var(--site9-primary) !important;
  color: #fff !important;
}

body.site9-theme .hero-btn-primary:hover,
body.site9-theme .btn-primary:hover {
  background: var(--site9-primary-dark) !important;
  border-color: var(--site9-primary-dark) !important;
}

body.site9-theme .hero-btn-secondary,
body.site9-theme .btn-secondary {
  background: #fff !important;
  color: var(--site9-text) !important;
  border-color: var(--site9-border) !important;
}

body.site9-theme .hero-btn-secondary:hover {
  border-color: var(--site9-accent) !important;
  color: var(--site9-primary-dark) !important;
}




body.site9-theme .usp-item,
body.site9-theme .service-card,
body.site9-theme .blog-card {
  border: 1px solid var(--site9-border) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
}

body.site9-theme .elite_overline {
  color: var(--site9-accent) !important;
}

body.site9-theme .feature-card {
  background: #f9fafb !important;
  border: 1px solid var(--site9-border) !important;
}

body.site9-theme .feature-icon-wrapper {
  background: rgba(59, 130, 246, 0.12) !important;
  color: var(--site9-primary) !important;
}

body.site9-theme .leadgen-form-card {
  background: #f8fafc !important;
  border: 1px solid var(--site9-border) !important;
}

body.site9-theme .btn-leadgen-submit {
  background: linear-gradient(90deg, var(--site9-primary), #2563eb) !important;
  border: none !important;
  color: #fff !important;
}

body.site9-theme .footer-pro {
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%) !important;
  color: var(--site9-text) !important;
}



body.site9-theme .footer-pro .brand-description,
body.site9-theme .footer-pro .footer-disclaimer p {
  color: var(--site9-muted) !important;
}

body.site9-theme .footer-pro .footer-disclaimer {
  background: rgba(255, 255, 255, 0.75) !important;
  border-radius: 12px;
  padding: 1.25rem !important;
  border: 1px solid var(--site9-border);
}

body.site9-theme .copyright-text {
  color: var(--site9-muted) !important;
}

body.site9-theme .site9-team-card {
  text-align: center;
  padding: 1.25rem;
  border: 1px solid var(--site9-border);
  border-radius: 16px;
  background: #fff;
  height: 100%;
}

body.site9-theme .site9-team-card img {
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(34, 197, 94, 0.35);
}

body.site9-theme .map-embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--site9-border);
}

body.site9-theme .map-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.site9-theme .text-accent-site9 {
  color: var(--site9-accent) !important;
}

body.site9-theme .article-container .blog-article {
  max-width: 820px;
  margin: 0 auto;
}

body.site9-theme .article-container h1 {
  color: var(--site9-text);
}

body.site9-theme .article-container h2,
body.site9-theme .article-container h3 {
  margin-top: 1.75rem;
}
