/* ingoditoidic dark theme — overrides template palette */
:root {
  --imm-bg-deep: #020617;
  --imm-bg-panel: #0f172a;
  --imm-text: #e5e7eb;
  --imm-muted: #94a3b8;
  --imm-accent: #22c55e;
  --imm-accent-2: #3b82f6;
  --imm-border: rgba(148, 163, 184, 0.22);
  --surface-primary: #020617;
  --surface-secondary: #0f172a;
  --surface-accent: #0f172a;
  --text-primary: #e5e7eb;
  --text-secondary: #94a3b8;
  --text-accent: #22c55e;
  --primary-50: #ecfdf5;
  --primary-100: #d1fae5;
  --primary-200: #a7f3d0;
  --primary-300: #6ee7b7;
  --primary-400: #34d399;
  --primary-500: #22c55e;
  --primary-600: #16a34a;
  --primary-700: #15803d;
  --primary-800: #166534;
  --primary-900: #14532d;
  --neutral-50: #f8fafc;
  --neutral-100: #f1f5f9;
  --neutral-300: #cbd5e1;
  --neutral-500: #64748b;
  --neutral-700: #475569;
  --neutral-900: #e5e7eb;
  --neutral-950: #020617;
  --button-primary-bg: #22c55e;
  --button-primary-text: #020617;
  --button-secondary-bg: #1e293b;
  --button-secondary-text: #e5e7eb;
  --border-light: var(--imm-border);
  --border-medium: rgba(148, 163, 184, 0.35);
  --shadow-card: 0 12px 40px rgba(2, 6, 23, 0.55);
}

body {
  background-color: var(--imm-bg-deep) !important;
  color: var(--imm-text) !important;
}

.site-header-bar {
  background: rgba(15, 23, 42, 0.96) !important;
  border-bottom: 1px solid var(--imm-border);
}

.site-header-bar .nav-link,
.site-header-bar .navbar-brand span {
  color: var(--imm-text) !important;
}

.site-header-bar .navbar-toggler-icon {
  filter: invert(1);
  opacity: 0.85;
}

.hero-professional-blue-01 {
  background: linear-gradient(165deg, #020617 0%, #0f172a 55%, #020617 100%) !important;
}

.usp-section,
.about-section,
.blog-section-primary,
.leadgen-section-secondary {
  background: var(--imm-bg-deep) !important;
}

.usp-card,
.leadgen-form-card,
.blog-card,
.contact-form-wrapper {
  background: var(--imm-bg-panel) !important;
  border: 1px solid var(--imm-border) !important;
}

.services-section-primary .header-column {
  background: #0f172a !important;
}

.services-section-primary .services-column {
  background: #020617 !important;
}

.service-item {
  background: rgba(15, 23, 42, 0.92) !important;
  border: 1px solid var(--imm-border) !important;
}

.theme_body_base.text-muted,
.text-muted,
.section-description,
.hero-description {
  color: var(--imm-muted) !important;
}

.dark_section_title,
.section-title,
.bold_hero_title {
  color: var(--imm-text) !important;
}

.btn-primary {
  background: var(--imm-accent) !important;
  border-color: var(--imm-accent) !important;
  color: #020617 !important;
}

.btn-outline-secondary {
  border-color: var(--imm-accent-2) !important;
  color: var(--imm-accent-2) !important;
}

.btn-outline-secondary:hover {
  background: rgba(59, 130, 246, 0.12) !important;
}

.footer-primary {
  background: #020617 !important;
  color: var(--imm-text) !important;
}

.footer-brand-description,
.footer-disclaimer-text,
.footer-copyright-text {
  color: var(--imm-muted) !important;
}

.footer-section-title,
.footer-brand-title {
  color: var(--imm-text) !important;
}

.footer-links-list a {
  color: #cbd5e1 !important;
}

.form-control,
.form-select,
textarea.form-control {
  background: #0f172a !important;
  border-color: var(--imm-border) !important;
  color: var(--imm-text) !important;
}

.form-floating > label {
  color: var(--imm-muted) !important;
}

img.about-team-photo {
  border: 2px solid rgba(34, 197, 94, 0.35);
  border-radius: 50%;
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.contact-section-minimal {
  background: var(--imm-bg-deep) !important;
}

.faq-accordion .accordion-item {
  background: var(--imm-bg-panel);
  border: 1px solid var(--imm-border);
  color: var(--imm-text);
}

.faq-accordion .accordion-button {
  background: #0f172a;
  color: var(--imm-text);
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(34, 197, 94, 0.12);
  color: var(--imm-text);
}

.map-embed-wrap iframe {
  border: 1px solid var(--imm-border);
  border-radius: 12px;
  min-height: 320px;
}


.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  max-width: 40rem;
  margin-inline: auto;
  display: none;
  background-color: #020617;
  border: 1px solid #3d3a37;
  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: #e5e7eb; margin-bottom: 0.5rem; }
.cookie-banner__text { color: #94a3b8; 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: #020617; border-radius: 1rem; border: 1px solid #3d3a37;
  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: #e5e7eb; }
.cookie-panel__close {
  width: 44px; height: 44px; border: 1px solid #3d3a37; border-radius: 0.5rem;
  background-color: #020617; color: #e5e7eb; flex-shrink: 0;
}
.cookie-panel__close:hover { background-color: #061d20; border-color: #22c55e; }
.cookie-panel__text { color: #94a3b8; 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 #3d3a37; border-radius: 0.75rem; background-color: #061d20;
}
.cookie-option input { width: 1.25rem; height: 1.25rem; margin-top: 0.15rem; accent-color: #22c55e; }
.cookie-option__title { font-weight: 700; color: #e5e7eb; }
.cookie-option__desc { margin: 0; color: #94a3b8; 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 #3d3a37; background-color: #22c55e; 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: #1da750; }
.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: #22c55e; color: #ffffff; border: 0; }
.cookie-btn--primary:hover { background-color: #1da750; }
.cookie-btn--secondary { background-color: #061d20; color: #22c55e; border: 1px solid #3d3a37; }
.cookie-btn--secondary:hover { border-color: #22c55e; }
.cookie-btn--ghost { background-color: #020617; color: #94a3b8; border: 1px solid #3d3a37; }
.cookie-btn--ghost:hover { background-color: #061d20; color: #22c55e; }
@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; }
}
