.mirror-brand-mark {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
}

.mirror-hidden,
[hidden] {
  display: none !important;
}

.mirror-mobile-menu {
  position: sticky;
  top: 64px;
  z-index: 49;
  padding: 10px 24px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 9, 11, 0.98);
  backdrop-filter: blur(16px);
}

.mirror-mobile-menu a {
  display: flex;
  min-height: 44px;
  align-items: center;
  color: #d4d4d8;
  font-size: 15px;
  text-decoration: none;
}

.mirror-mobile-menu .mirror-mobile-primary {
  justify-content: center;
  margin-top: 8px;
  border-radius: 999px;
  background: #fff;
  color: #09090b;
  font-weight: 600;
}

.mirror-faq-answer {
  max-width: 840px;
  padding: 0 0 20px;
  color: #a1a1aa;
  font-size: 14px;
  line-height: 1.7;
}

[data-open] [data-slot="accordion-trigger-icon"]:first-of-type {
  display: none;
}

.mirror-native-select {
  display: block;
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #0f0f0f;
  padding: 10px 14px;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.mirror-native-select:focus {
  border-color: #a1a1aa;
}

.mirror-country-select {
  min-height: 42px;
  max-width: 132px;
  flex: 0 0 132px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: #0f0f0f;
  padding: 10px 12px;
  color: #d4d4d8;
  font: inherit;
  font-size: 12px;
  outline: none;
}

.mirror-country-select:focus {
  background: #18181b;
}

.mirror-demo-active,
.mirror-demo-selected {
  outline: 1px solid rgba(52, 211, 153, 0.55);
  outline-offset: -1px;
}

.mirror-inline-heading {
  scroll-margin-top: 96px;
}

.mirror-page-active {
  background: #fff !important;
  color: #09090b !important;
}

header a[href="/"] > .mirror-brand-mark,
header a[href="/"] > svg[viewBox="0 0 1731 930"],
footer a[href="/"] > .mirror-brand-mark,
footer a[href="/"] > svg[viewBox="0 0 1731 930"] {
  display: none;
}

header a[href="/"]::before,
footer a[href="/"]::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
  background: url("/nivaloq-mark.svg") center / contain no-repeat;
}

header a[href="/"]::before {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.mirror-form-message {
  margin-top: 12px;
  border: 1px solid rgba(52, 211, 153, 0.35);
  border-radius: 10px;
  background: rgba(52, 211, 153, 0.08);
  padding: 12px 14px;
  color: #a7f3d0;
  font-size: 14px;
  line-height: 1.5;
}

.mirror-form-message a {
  color: #f4f4f5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-shell {
  min-height: 70vh;
  background: #09090b;
  color: #d4d4d8;
}

.legal-shell article {
  width: min(100% - 48px, 896px);
  margin: 0 auto;
  padding: 80px 0 112px;
}

.legal-shell h1 {
  color: #fff;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.legal-shell .legal-updated {
  margin: 20px 0 48px;
  color: #71717a;
  font-size: 14px;
}

.legal-shell h2 {
  margin-top: 44px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.legal-shell h3 {
  margin-top: 26px;
  color: #f4f4f5;
  font-size: 18px;
  font-weight: 500;
}

.legal-shell p,
.legal-shell li {
  margin-top: 14px;
  color: #a1a1aa;
  font-size: 16px;
  line-height: 1.75;
}

.legal-shell ul {
  margin: 10px 0 0 20px;
  list-style: disc;
}

.legal-shell a {
  color: #6ee7b7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .legal-shell article {
    width: min(100% - 32px, 896px);
    padding: 56px 0 80px;
  }
}

@media (min-width: 768px) {
  .mirror-mobile-menu {
    display: none !important;
  }
}
