@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/space-grotesk-latin.woff2") format("woff2");
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 4px;
}

.mobile-overlay[aria-hidden="true"] {
  visibility: hidden;
}

.mobile-overlay[aria-hidden="false"] {
  visibility: visible;
}

.gnav[aria-hidden="true"] {
  visibility: hidden;
}

.mobile-close,
.gnav-burger,
.mnav-burger,
.hamburger {
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.form-status {
  min-height: 1.5em;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.form-status[data-state="error"] {
  color: #fecaca;
}

.form-status[data-state="success"] {
  color: #bbf7d0;
}

.form-privacy {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.form-privacy a {
  color: #93c5fd;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lq-rdv-card .form-status {
  color: rgba(255, 255, 255, 0.82);
}

[aria-invalid="true"] {
  border-color: #ef4444 !important;
}

.analytics-choice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.analytics-choice button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(29, 125, 255, 0.3);
  border-radius: 8px;
  color: #0d1e39;
  background: rgba(29, 125, 255, 0.06);
  font-weight: 600;
}

.analytics-choice button:hover,
.analytics-choice button[aria-pressed="true"] {
  color: #fff;
  background: #1d7dff;
}

.analytics-status {
  flex-basis: 100%;
  font-size: 13px;
  color: #657280;
}

@media (max-width: 1024px) {
  .mobile-overlay > a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding-inline: 10px;
  }

  .mobile-overlay .lang-dd-trigger,
  .footer-social {
    min-width: 44px;
    min-height: 44px;
  }

  .lq-cs-d,
  .act-dot,
  .sos-mob-dot {
    position: relative;
    min-width: 44px !important;
    min-height: 44px !important;
    border: 0;
    background: transparent !important;
  }

  .lq-cs-d::after,
  .act-dot::after,
  .sos-mob-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    transform: translate(-50%, -50%);
  }

  .lq-cs-d.lq-on::after,
  .act-dot.on::after,
  .sos-mob-dot.active::after {
    width: 20px;
    background: #60a5fa;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .brands-track {
    transform: none !important;
  }
}
