html,
body {
  overflow-x: hidden;
  overflow-x: clip;
}

.seo-noscript {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
  color: #f4f1e8;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
}

.seo-noscript > p:first-child {
  margin: 0 0 18px;
  color: #d7b33e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seo-noscript h1 {
  max-width: 15ch;
  margin: 0 0 22px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(43px, 8vw, 76px);
  line-height: 1.03;
}

.seo-noscript > p {
  max-width: 640px;
  color: #cfc7b4;
  font-size: 18px;
  line-height: 1.7;
}

.seo-noscript nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 28px;
}

.seo-noscript a {
  color: #f0d98b;
  font-weight: 800;
  text-underline-offset: 4px;
}

.lp .seo-service-overview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.lp .seo-service-overview strong {
  color: var(--ink);
}

.lp .seo-service-overview a,
.lp .seo-service-link {
  color: var(--gold-soft);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(215, 179, 62, .55);
  text-underline-offset: 4px;
}

.lp .seo-service-overview a:hover,
.lp .seo-service-link:hover {
  color: var(--gold);
}

.lp .seo-service-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  font-size: 14px;
}

.lp .seo-service-link::after {
  margin-left: 8px;
  content: "→";
}

.lp .lp-nav {
  min-width: 0;
}

.lp .lp-nav-right {
  min-width: 0;
}

.lp .lp-langsw .seo-home-language-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.lp .lp-langsw .seo-home-language-option:hover {
  color: #1c1405;
  background: var(--gold-soft);
}

.lp .lp-langsw .seo-home-language-option:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: -2px;
}

.lp .lp-mobile .seo-mobile-language-switcher {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.lp .lp-mobile .seo-mobile-language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 11px;
  color: var(--muted);
  font-family: "Manrope", "Inter", Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.lp .lp-mobile .seo-mobile-language-switcher a[aria-current="page"] {
  color: #1c1405;
  background: var(--gold-grad);
}

.lp .lp-mobile .seo-mobile-language-switcher a:hover:not([aria-current="page"]) {
  color: var(--gold-soft);
}

.lp .seo-nationwide-faq {
  border-top: 1px solid var(--line);
}

.lp .seo-nationwide-faq button {
  color: var(--ink);
}

.lp .seo-nationwide-faq a:focus-visible,
.lp .seo-service-overview a:focus-visible,
.lp .seo-service-link:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
}

@media (max-width: 700px) {
  .lp .seo-service-overview {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 980px) {
  .lp .lp-nav-links,
  .lp .lp-nav .lp-btn {
    display: none;
  }

  .lp .lp-burger {
    display: block;
  }
}

@media (max-width: 360px) {
  .lp .lp-nav {
    padding-right: 10px;
    padding-left: 10px;
  }

  .lp .lp-nav-logo {
    height: 24px;
  }

  .lp .lp-nav-right {
    gap: 6px;
  }

  .lp .lp-langsw button,
  .lp .lp-langsw .seo-home-language-option {
    padding: 5px 7px;
    font-size: 11px;
  }

  .lp .lp-burger {
    font-size: 22px;
  }

  .lp .lp-band {
    grid-template-columns: 1fr;
  }

  .lp .lp-band > div {
    padding: 24px 22px;
  }

  .lp .lp-values {
    grid-template-columns: 1fr;
  }

  .lp .lp-value {
    padding: 24px 16px;
  }

  .lp .lp-audience {
    grid-template-columns: 1fr;
  }
}
