/* cozycornernookhiderest — светлая тема: основной #2563EB, акцент #22C55E, текст #1F2937, фон #FFFFFF */
:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-200: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-400: #60a5fa;
  --primary-500: #2563eb;
  --primary-600: #1d4ed8;
  --primary-700: #1e40af;
  --primary-800: #1e3a8a;
  --primary-900: #1e3a8a;
  --primary-950: #172554;
  --primary-rgb: 37, 99, 235;
  --accent-500: #22c55e;
  --accent-600: #16a34a;
  --body-text: #1f2937;
  --bs-primary: #2563eb;
  --bs-primary-rgb: 37, 99, 235;
}

body {
  color: var(--body-text);
  background: #fff;
}

.btn-primary {
  --bs-btn-bg: #2563eb;
  --bs-btn-border-color: #2563eb;
  --bs-btn-hover-bg: #1d4ed8;
  --bs-btn-hover-border-color: #1d4ed8;
  --bs-btn-focus-shadow-rgb: 37, 99, 235;
  --bs-btn-active-bg: #1e40af;
  --bs-btn-active-border-color: #1e3a8a;
}

.text-muted,
.text-secondary {
  color: #4b5563 !important;
}

/* Навигация: ссылки направлений */
.site11-topics-wrap {
  border-top: 1px solid rgba(37, 99, 235, 0.1);
  background: rgba(239, 246, 255, 0.5);
}
.site11-topics-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  justify-content: center;
  font-size: 0.8rem;
}
.site11-topics-inline a {
  color: #1f2937;
  text-decoration: none;
  white-space: nowrap;
}
.site11-topics-inline a:hover {
  color: #2563eb;
  text-decoration: underline;
}
.site11-mobile-topics {
  border-top: 1px solid rgba(37, 99, 235, 0.12);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.5rem;
}
.site11-mobile-topics a {
  color: #374151;
  font-size: 0.8rem;
  text-decoration: none;
}
.site11-mobile-topics a:hover {
  color: #2563eb;
}

/* Блок команды (главная) */
.team-site11 {
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.team-site11 .team-card-site11 {
  text-align: center;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(37, 99, 235, 0.1);
  background: #fff;
  height: 100%;
  transition: box-shadow 0.2s;
}
.team-site11 .team-card-site11:hover {
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.08);
}
.team-site11 .team-card-site11 img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #22c55e;
}
.team-site11 h3 {
  color: #1f2937;
  font-size: 1.05rem;
}

/* Карта */
.map-embed-site11 iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 0.5rem;
}

/* Акценты героя и USP: замена тона под синий, не бирюзовый образец */
.hero-professional-blue-01 .hero-decoration-blur-1,
.hero-professional-blue-01 .hero-decoration-glow {
  background: rgba(34, 197, 94, 0.12) !important;
}
.usp-item-accent {
  background: linear-gradient(180deg, #22c55e, #16a34a) !important;
}
.leadgen-form-card {
  border-color: rgba(37, 99, 235, 0.12) !important;
}
