@import url('./brand.css?v=bd45f06e9557-6aac965e');

html[data-theme='dark'] {
  color-scheme: dark;
}

html[data-theme='dark'] body {
  color: #e8eef9;
  background: var(--blue);
}

html[data-theme='dark'] .site-header {
  background: rgba(1, 25, 73, 0.96);
  border-color: #24467d;
}

html[data-theme='dark'] .main-nav a {
  color: #e8eef9;
}

html[data-theme='dark'] .main-nav a:hover,
html[data-theme='dark'] .main-nav a:focus-visible {
  color: #7bb5ff;
}

html[data-theme='dark'] .menu-toggle,
html[data-theme='dark'] .theme-toggle {
  color: #ffe29a;
  background: #0a2a63;
  border-color: #5277ab;
}

html[data-theme='dark'] .menu-toggle:hover,
html[data-theme='dark'] .theme-toggle:hover {
  background: #103a7f;
}

html[data-theme='dark'] .theme-icon-sun {
  display: none;
}

html[data-theme='dark'] .theme-icon-moon {
  display: block;
}

html[data-theme='dark'] .hero {
  background-color: #011949;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 82% 10%, rgba(0, 91, 231, 0.3), transparent 32%);
}

html[data-theme='dark'] .hero::before {
  border-color: rgba(123, 181, 255, 0.2);
  box-shadow: 0 0 0 45px rgba(123, 181, 255, 0.06), 0 0 0 90px rgba(123, 181, 255, 0.035);
}

html[data-theme='dark'] .hero .eyebrow,
html[data-theme='dark'] .faq-section .eyebrow {
  color: var(--green);
}

html[data-theme='dark'] h1,
html[data-theme='dark'] h2,
html[data-theme='dark'] h3 {
  color: #f2f6ff;
}

html[data-theme='dark'] h1 span {
  color: var(--orange);
}

html[data-theme='dark'] .lead,
html[data-theme='dark'] .section-heading p:not(.eyebrow),
html[data-theme='dark'] .steps p,
html[data-theme='dark'] .service-card p,
html[data-theme='dark'] details p,
html[data-theme='dark'] .legal-layout p,
html[data-theme='dark'] .legal-layout li,
html[data-theme='dark'] .error-page p {
  color: #c1cde0;
}

html[data-theme='dark'] .trust-list {
  color: #e2ebf9;
}

html[data-theme='dark'] .button-secondary {
  color: #e8eef9;
  background: #0a2a63;
  border-color: #7194c5;
}

html[data-theme='dark'] .button-secondary:hover {
  background: #103a7f;
}

html[data-theme='dark'] .orbit-card,
html[data-theme='dark'] .service-card,
html[data-theme='dark'] .steps li,
html[data-theme='dark'] .maintenance-panel,
html[data-theme='dark'] .social-card,
html[data-theme='dark'] details,
html[data-theme='dark'] .contact-form,
html[data-theme='dark'] .consent-banner {
  background: #08275c;
  border-color: #315b96;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

html[data-theme='dark'] .orbit-card,
html[data-theme='dark'] .contact-form,
html[data-theme='dark'] .consent-banner {
  color: #edf4ff;
}

html[data-theme='dark'] .orbit-card small,
html[data-theme='dark'] .maintenance-panel li,
html[data-theme='dark'] .social-card small,
html[data-theme='dark'] .consent-banner p {
  color: #c1cde0;
}

html[data-theme='dark'] .service-card li {
  color: #d9e4f4;
}

html[data-theme='dark'] .service-card > a {
  color: #a8ccff;
}

html[data-theme='dark'] .section-soft,
html[data-theme='dark'] .social-promo,
html[data-theme='dark'] .faq-section {
  background: #031e51;
}

html[data-theme='dark'] .social-card strong {
  color: #eef4ff;
}

html[data-theme='dark'] .coverage-map {
  background: #06265a;
  border-color: #315b96;
}

html[data-theme='dark'] .coverage-map iframe {
  filter: brightness(0.82) saturate(0.88) contrast(1.06);
}

html[data-theme='dark'] .coverage-tags span {
  color: #d8e8ff;
  background: #0a2e68;
  border-color: #4170ad;
}

html[data-theme='dark'] .faq-list details {
  background: #082d68;
  border-color: #4d79b7;
}

html[data-theme='dark'] .faq-list details:hover {
  background: #0b367b;
  border-color: #77a7eb;
}

html[data-theme='dark'] .faq-list summary {
  color: var(--white);
}

html[data-theme='dark'] .faq-list details[open] {
  background: #0c397d;
  border-color: var(--orange);
}

html[data-theme='dark'] .faq-list details p {
  color: #d9e7fa;
}

html[data-theme='dark'] .contact-section,
html[data-theme='dark'] .site-footer {
  background: var(--blue);
}

html[data-theme='dark'] .contact-form input,
html[data-theme='dark'] .contact-form select,
html[data-theme='dark'] .contact-form textarea {
  color: #edf4ff;
  background: #061f4a;
  border-color: #41679a;
}

html[data-theme='dark'] .contact-form input::placeholder,
html[data-theme='dark'] .contact-form textarea::placeholder {
  color: #9eb2ce;
}

html[data-theme='dark'] .form-note {
  color: #c1cde0 !important;
}

html[data-theme='dark'] .page-hero {
  background: linear-gradient(135deg, #011949, #062b67);
}

html[data-theme='dark'] .main-nav {
  background: rgba(1, 25, 73, 0.99);
  border-color: #315b96;
}

html[data-theme='dark'] .main-nav a {
  border-color: #315b96;
}

html[data-theme='dark'] .floating-whatsapp {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.38);
}
