/* barycentrum — corporate fleet service education, light theme */
: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-950: #172554;
  --primary-rgb: 59, 130, 246;
  --accent-50: #ecfdf5;
  --accent-100: #d1fae5;
  --accent-200: #a7f3d0;
  --accent-300: #6ee7b7;
  --accent-400: #34d399;
  --accent-500: #16a34a;
  --accent-600: #15803d;
  --accent-700: #166534;
  --accent-800: #14532d;
  --accent-900: #14532d;
  --accent-rgb: 22, 163, 74;
  --neutral-50: #ffffff;
  --neutral-100: #f9fafb;
  --neutral-200: #f3f4f6;
  --neutral-300: #e5e7eb;
  --neutral-400: #d1d5db;
  --neutral-500: #9ca3af;
  --neutral-600: #6b7280;
  --neutral-700: #4b5563;
  --neutral-800: #374151;
  --neutral-900: #1f2937;
  --neutral-950: #111827;
  --surface-primary: #ffffff;
  --surface-secondary: #f9fafb;
  --surface-accent: #eff6ff;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-accent: #3b82f6;
  --button-primary-bg: #3b82f6;
  --button-primary-text: #ffffff;
  --button-primary-text-rgb: 255, 255, 255;
  --button-secondary-bg: #ecfdf5;
  --button-secondary-text: #14532d;
  --border-light: #e5e7eb;
  --border-medium: #9ca3af;
}

body {
  background-color: var(--surface-primary);
  color: var(--text-primary);
}

.header-style {
  --header-accent: #3b82f6;
  background: #fff;
  border-bottom: 1px solid var(--border-light);
}

.header-style .brand-link,
.header-style .nav-link,
.header-style .nav-link-mobile {
  color: var(--text-primary);
}

.header-style .nav-link:hover,
.header-style .nav-link-mobile:hover {
  color: var(--primary-500);
}

.btn-leadgen-submit,
.btn-submit {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
  border-color: #3b82f6 !important;
}

.service-cta,
.blog-card-link {
  color: #fff !important;
  background: var(--primary-500);
}

.hero-section-alt .hero-badge .badge-dot {
  background: #16a34a;
}

.floating-icon .bi-star-fill,
.floating-icon .bi-compass {
  color: #16a34a;
}

.disclaimer-section-fleet {
  background: var(--surface-secondary);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.disclaimer-section-fleet .disclaimer-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(59, 130, 246, 0.06);
}

.disclaimer-section-fleet h2 {
  color: var(--primary-600);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.disclaimer-section-fleet p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0.85rem;
}

.disclaimer-section-fleet p:last-child {
  margin-bottom: 0;
}

.legal-content h1 {
  margin-bottom: 1rem;
}

.legal-content h2 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.legal-content p,
.legal-content li {
  line-height: 1.7;
  color: var(--text-secondary);
}

.article-body h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.article-body h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.article-body p,
.article-body li {
  line-height: 1.75;
  color: var(--text-secondary);
}
