/* actinomorfx.info — light theme: background #FFFFFF, text #1F2937, primary #2563EB, accent #15803D */
:root {
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-200: #bfdbfe;
  --primary-300: #93c5fd;
  --primary-400: #3b82f6;
  --primary-500: #2563eb;
  --primary-600: #1d4ed8;
  --primary-700: #1e40af;
  --primary-rgb: 37, 99, 235;
  --neutral-50: #f9fafb;
  --neutral-100: #f3f4f6;
  --neutral-200: #e5e7eb;
  --neutral-300: #d1d5db;
  --neutral-400: #9ca3af;
  --neutral-500: #6b7280;
  --neutral-600: #4b5563;
  --neutral-700: #374151;
  --neutral-800: #1f2937;
  --neutral-900: #111827;
  --surface-primary: #ffffff;
  --surface-secondary: #f9fafb;
  --surface-accent: #eff6ff;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-accent: #2563eb;
  --button-primary-bg: #2563eb;
  --button-primary-text: #ffffff;
  --button-secondary-bg: #f3f4f6;
  --button-secondary-text: #1f2937;
  --border-light: #e5e7eb;
  --border-medium: #d1d5db;
  --accent-highlight: #15803d;
  --accent-rgb: 21, 128, 61;
}

html {
  scroll-behavior: smooth;
}

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

.text-muted,
.top_body_base.text-muted,
.page_section_subtitle,
.blog-desc,
.lead.text-muted {
  color: #6b7280 !important;
}

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

.header-clean {
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(10px);
}

.header-clean .navbar-light .nav-link {
  color: #1f2937 !important;
}

.header-clean .navbar-light .nav-link:hover,
.header-clean .navbar-light .nav-link:focus,
.header-clean .navbar-light .nav-link.active {
  color: #2563eb !important;
}

.header-clean .brand-text {
  color: #1f2937 !important;
}

.header-clean .custom-toggler .line {
  background: #1f2937 !important;
}

.header-clean .navbar-backdrop {
  background: rgba(255, 255, 255, 0.94) !important;
}

.hero-section {
  background: radial-gradient(ellipse at 12% 0%, rgba(37, 99, 235, 0.11), transparent 55%),
    radial-gradient(ellipse at 88% 8%, rgba(21, 128, 61, 0.09), transparent 50%),
    #ffffff !important;
}

.fresh_hero_title,
.core_section_title,
.display-4,
.blog-title {
  color: #111827 !important;
}

.prime_hero_subtitle {
  color: #374151 !important;
}

.btn-primary {
  background-color: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
}

.btn-primary:hover {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  color: #2563eb !important;
  border-color: #2563eb !important;
}

.btn-outline-primary:hover {
  background: rgba(37, 99, 235, 0.08) !important;
  color: #1e40af !important;
}

.usp-item,
.about-feature-card,
.service-card,
.leadgen-form-card,
.form-card,
.info-card,
.blog-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06) !important;
}

.usp-item-stat.clean_overline {
  color: #15803d !important;
}

.service-card-featured {
  outline: 2px solid rgba(37, 99, 235, 0.22);
}

.service-price {
  color: #2563eb !important;
}

.leadgen-section-secondary {
  background: linear-gradient(180deg, #f9fafb 0%, #eff6ff 100%) !important;
}

.form-control,
.form-select,
.form-input,
.form-textarea {
  background-color: #ffffff !important;
  border-color: #d1d5db !important;
  color: #1f2937 !important;
}

.form-floating > label {
  color: #6b7280 !important;
}

.contact-section {
  background: #f9fafb !important;
}

.contact-container .info-card-primary,
.contact-container .info-card-secondary {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
}

.footer-professional-blue-01 {
  background: #f3f4f6 !important;
  border-top: 1px solid #e5e7eb;
}

.footer-professional-blue-01 .core_section_title,
.footer-professional-blue-01 .top_body_base {
  color: #1f2937 !important;
}

.footer-professional-blue-01 .footer-link {
  color: #374151 !important;
}

.footer-professional-blue-01 .footer-link:hover {
  color: #15803d !important;
}

.footer-divider {
  border-color: #e5e7eb !important;
}

.dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

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

.dropdown-item:hover {
  background: #eff6ff !important;
  color: #2563eb !important;
}

.article-container .blog-article {
  color: #1f2937 !important;
}

.article-container .blog-article h1,
.article-container .blog-article h2,
.article-container .blog-article h3 {
  color: #111827 !important;
}

.ratio {
  background: #e5e7eb;
}

.blog-subtitle,
.info-subtitle {
  color: #4b5563 !important;
}

.btn-leadgen-submit {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  color: #fff !important;
}

.accordion-item.bg-transparent {
  background: #fff !important;
}

.contacts-accordion .accordion-button {
  background: #ffffff;
  color: #1f2937;
  font-weight: 600;
}

.contacts-accordion .accordion-button:not(.collapsed) {
  background: #eff6ff;
  color: #1e40af;
  box-shadow: none;
}

.contacts-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

.disclaimer-section-rural {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.disclaimer-section-rural .disclaimer-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.disclaimer-section-rural h2 {
  color: #2563eb;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.disclaimer-section-rural p {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 0.85rem;
}

.legal-content {
  color: #1f2937;
}

.legal-content h1,
.legal-content h2 {
  color: #111827;
}

.legal-content a {
  color: #2563eb;
}

.legal-content a:hover {
  color: #15803d;
}

.blog-card-link {
  color: #2563eb !important;
}

.blog-card-link:hover {
  color: #15803d !important;
}

.service-cta {
  color: #2563eb !important;
}

.service-cta:hover {
  color: #15803d !important;
}

.hero-decor.hero-blob-1 {
  background: rgba(37, 99, 235, 0.08) !important;
}

.hero-decor.hero-blob-2 {
  background: rgba(21, 128, 61, 0.07) !important;
}

.usp-item-accent.accent-1 {
  background: #2563eb !important;
}

.usp-item-accent.accent-2 {
  background: #15803d !important;
}

.usp-item-accent.accent-3 {
  background: #3b82f6 !important;
}
