@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/onest/Onest-Cyrillic.9049b6d62b77.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/onest/Onest-Latin.d5c8e706f54e.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.landing-page {
  --nl-ink: #17151f;
  --nl-muted: #6e6977;
  --nl-line: #e7e3eb;
  --nl-soft: #f7f6f8;
  --nl-white: #ffffff;
  --nl-violet: #7557e7;
  --nl-violet-dark: #5e41d0;
  --nl-lavender: #eee9ff;
  --nl-peach: #fff0e5;
  --nl-yellow: #fff5c8;
  --nl-green: #167957;
  --nl-mono: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  margin: 0;
  color: var(--nl-ink);
  background: var(--nl-white);
  font-family: "Onest", Inter, ui-sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.landing-page *,
.landing-page *::before,
.landing-page *::after {
  box-sizing: border-box;
}

.landing-page button,
.landing-page input {
  font: inherit;
}

.landing-page button:focus-visible,
.landing-page a:focus-visible,
.landing-page input:focus-visible,
.landing-page summary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--nl-ink);
}

.nl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.nl-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.landing-page .site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  margin: 14px auto 0;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(231, 227, 235, 0.9);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 35px rgba(36, 26, 66, 0.08);
  backdrop-filter: blur(16px);
}

.landing-page .brand {
  gap: 10px;
  color: var(--nl-ink);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.035em;
}

.landing-page .brand-mark {
  width: 31px;
  height: 31px;
  padding: 6px;
  border-radius: 10px;
  background: var(--nl-ink);
  transform: rotate(-3deg);
}

.landing-page .brand-mark i {
  background: var(--nl-white);
}

.landing-page .site-nav {
  gap: 12px;
  color: var(--nl-ink);
  font-size: 13px;
  font-weight: 600;
}

.landing-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 13px;
  background: var(--nl-soft);
}

.landing-nav-links a,
.landing-page .landing-login-link {
  padding: 9px 12px;
  border-radius: 10px;
  color: var(--nl-muted);
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.landing-nav-links a:hover,
.landing-page .landing-login-link:hover {
  color: var(--nl-ink);
  background: var(--nl-white);
}

.landing-page .button {
  min-height: 42px;
  padding: 0 17px;
  border: 0;
  border-radius: 12px;
  background: var(--nl-ink);
  color: var(--nl-white);
  box-shadow: none;
  font-size: 13px;
  font-weight: 650;
  transition: transform 180ms ease, background-color 180ms ease;
}

.landing-page .button:hover {
  background: #2a2733;
  box-shadow: none;
  transform: translateY(-1px);
}

.nl-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
  gap: clamp(50px, 7vw, 94px);
  min-height: 790px;
  padding-block: 92px 84px;
  align-items: center;
}

.nl-hero::before {
  position: absolute;
  z-index: -2;
  top: -180px;
  right: calc((100vw - 1180px) / -2);
  width: 850px;
  height: 850px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 34%, rgba(255, 225, 194, 0.8), transparent 37%),
    radial-gradient(circle at 62% 42%, rgba(218, 205, 255, 0.86), transparent 43%),
    radial-gradient(circle at 45% 73%, rgba(255, 245, 194, 0.74), transparent 38%);
  filter: blur(16px);
  content: "";
  pointer-events: none;
}

.nl-hero::after {
  position: absolute;
  z-index: -1;
  inset: 10% -10% 7% 44%;
  border-radius: 50%;
  background-image: radial-gradient(rgba(92, 67, 176, 0.16) 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  opacity: 0.42;
  mask-image: radial-gradient(circle, #000 22%, transparent 69%);
  pointer-events: none;
}

.nl-hero-copy {
  position: relative;
  z-index: 2;
}

.nl-eyebrow,
.nl-section-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--nl-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nl-eyebrow > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nl-violet);
  box-shadow: 0 0 0 5px rgba(117, 87, 231, 0.11);
}

.nl-hero h1 {
  max-width: 700px;
  margin: 24px 0 25px;
  color: var(--nl-ink);
  font-size: clamp(52px, 5.45vw, 78px);
  font-weight: 610;
  letter-spacing: -0.068em;
  line-height: 0.98;
}

.nl-hero h1 em {
  color: var(--nl-violet);
  font-style: normal;
  font-weight: inherit;
}

.nl-hero-lead {
  max-width: 620px;
  margin: 0;
  color: var(--nl-muted);
  font-size: 18px;
  line-height: 1.68;
}

.nl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 34px;
}

.nl-button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.nl-button:hover {
  transform: translateY(-2px);
}

.nl-button-primary {
  background: var(--nl-ink);
  color: var(--nl-white);
  box-shadow: 0 12px 28px rgba(23, 21, 31, 0.16);
}

.nl-button-primary:hover {
  background: #2b2834;
}

.nl-button-secondary {
  border-color: var(--nl-line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--nl-ink);
}

.nl-button-secondary:hover {
  border-color: #d5cfdd;
  background: var(--nl-white);
}

.nl-hero-facts {
  display: grid;
  max-width: 570px;
  margin: 46px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--nl-line);
  list-style: none;
}

.nl-hero-facts li {
  display: grid;
  gap: 1px;
  padding: 19px 18px 0 0;
}

.nl-hero-facts strong {
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -0.045em;
}

.nl-hero-facts span {
  color: var(--nl-muted);
  font-size: 11px;
}

.nl-demo-stage {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
}

.nl-demo-stage::before {
  position: absolute;
  inset: 4% -5% 1% 3%;
  border: 1px solid rgba(117, 87, 231, 0.09);
  border-radius: 49% 51% 46% 54% / 57% 42% 58% 43%;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.72);
  content: "";
  transform: rotate(-5deg);
}

.nl-orbit {
  position: absolute;
  border: 1px solid rgba(117, 87, 231, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.nl-orbit-one {
  width: 115%;
  height: 63%;
  transform: rotate(-12deg);
}

.nl-orbit-two {
  width: 79%;
  height: 110%;
  transform: rotate(21deg);
}

.nl-demo {
  position: relative;
  z-index: 3;
  width: min(100%, 490px);
  padding: 25px;
  border: 1px solid rgba(224, 219, 230, 0.94);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 30px 80px rgba(45, 30, 86, 0.13),
    0 5px 16px rgba(34, 25, 59, 0.05);
  backdrop-filter: blur(14px);
}

.nl-demo-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.nl-demo-kicker {
  margin: 0 0 4px;
  color: var(--nl-muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nl-demo h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 620;
  letter-spacing: -0.045em;
}

.nl-live-badge {
  display: inline-flex;
  padding: 7px 9px;
  align-items: center;
  gap: 6px;
  border: 1px solid #cce9df;
  border-radius: 999px;
  background: #effaf6;
  color: var(--nl-green);
  font-size: 9px;
  font-weight: 650;
  white-space: nowrap;
}

.nl-live-badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #23a979;
  box-shadow: 0 0 0 4px rgba(35, 169, 121, 0.11);
}

.nl-demo-label {
  display: flex;
  margin: 29px 0 8px;
  justify-content: space-between;
  color: var(--nl-ink);
  font-size: 11px;
  font-weight: 650;
}

.nl-demo-label span {
  color: var(--nl-muted);
  font-weight: 450;
}

.nl-demo-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.nl-demo-control input {
  width: 100%;
  min-width: 0;
  min-height: 55px;
  padding: 0 15px;
  border: 1px solid #dcd7e2;
  border-radius: 13px;
  background: #fbfafc;
  color: var(--nl-ink);
  font-size: 16px;
  letter-spacing: 0.015em;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nl-demo-control input::placeholder {
  color: #6e6977;
}

.nl-demo-control input:focus {
  border-color: rgba(117, 87, 231, 0.64);
  background: var(--nl-white);
  box-shadow: 0 0 0 4px rgba(117, 87, 231, 0.09);
}

.nl-demo-control input:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--nl-ink);
}

.nl-demo-control button {
  display: inline-flex;
  min-height: 55px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 13px;
  background: var(--nl-violet);
  color: var(--nl-white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  transition: background-color 180ms ease, transform 180ms ease;
}

.nl-demo-control button:hover {
  background: var(--nl-violet-dark);
  transform: translateY(-1px);
}

.nl-demo-control button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.nl-demo-control svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.nl-demo-meta {
  display: flex;
  margin-top: 9px;
  justify-content: space-between;
  gap: 12px;
  color: var(--nl-muted);
  font-size: 9px;
}

.nl-demo-meta p {
  margin: 0;
}

.nl-demo-status {
  min-height: 19px;
  margin: 13px 0 0;
  font-size: 11px;
}

.nl-demo-status[data-kind="error"] {
  color: #a23845;
}

.nl-demo-status[data-kind="success"] {
  color: var(--nl-green);
}

.nl-demo-result {
  margin-top: 12px;
  padding: 17px;
  border: 1px solid var(--nl-line);
  border-radius: 17px;
  background: var(--nl-soft);
}

.nl-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nl-result-head h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 650;
}

.nl-result-head > span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #ece9f0;
  color: var(--nl-muted);
  font-size: 8px;
  font-weight: 650;
  text-transform: uppercase;
}

.nl-result-head > span[data-valid="true"] {
  background: #e1f5ed;
  color: var(--nl-green);
}

.nl-result-head > span[data-valid="false"] {
  background: #f8e7e9;
  color: #a23845;
}

.nl-demo-result dl {
  display: grid;
  margin: 14px 0 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--nl-line);
  border-radius: 11px;
  background: var(--nl-line);
}

.nl-demo-result dl > div {
  display: grid;
  min-width: 0;
  padding: 10px;
  gap: 3px;
  background: var(--nl-white);
}

.nl-demo-result dl > div:last-child {
  grid-column: 1 / -1;
}

.nl-demo-result dt {
  color: var(--nl-muted);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nl-demo-result dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 11px;
  font-weight: 620;
}

.nl-float-card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(224, 219, 230, 0.92);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(45, 30, 86, 0.12);
  backdrop-filter: blur(12px);
  animation: nl-float 6s ease-in-out infinite;
}

.nl-float-country {
  top: 6%;
  right: -3%;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border-radius: 22px;
}

.nl-float-country span {
  margin-bottom: -20px;
  color: var(--nl-muted);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.nl-float-country strong {
  font-size: 28px;
  font-weight: 620;
  letter-spacing: -0.06em;
}

.nl-float-status {
  bottom: 10%;
  left: -7%;
  display: flex;
  min-height: 48px;
  padding: 0 15px;
  align-items: center;
  gap: 9px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 600;
  animation-delay: -2.4s;
}

.nl-float-status i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2aaf7d;
  box-shadow: 0 0 0 5px rgba(42, 175, 125, 0.1);
}

@keyframes nl-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.nl-proof {
  border-block: 1px solid var(--nl-line);
  background: var(--nl-soft);
}

.nl-proof-inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.nl-proof p {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--nl-muted);
  font-size: 11px;
}

.nl-proof p + p {
  border-left: 1px solid var(--nl-line);
}

.nl-proof i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nl-violet);
}

.nl-section {
  padding-block: 130px;
}

.nl-section-intro {
  display: grid;
  margin-bottom: 58px;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 40px;
}

.nl-section-intro h2,
.nl-coverage h2,
.nl-api h2,
.nl-faq h2,
.nl-final h2 {
  margin: 0;
  font-size: clamp(41px, 5vw, 67px);
  font-weight: 590;
  letter-spacing: -0.062em;
  line-height: 1.03;
}

.nl-section-intro > div > p {
  max-width: 650px;
  margin: 19px 0 0;
  color: var(--nl-muted);
  font-size: 16px;
  line-height: 1.7;
}

.nl-use-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr;
  gap: 16px;
}

.nl-use-card {
  display: flex;
  min-height: 360px;
  padding: 28px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--nl-line);
  border-radius: 27px;
  background: var(--nl-soft);
}

.nl-use-card-main {
  grid-row: span 2;
  min-height: 736px;
  background: #f7f5fb;
}

.nl-use-card-violet {
  background: var(--nl-lavender);
}

.nl-use-card-warm {
  background: var(--nl-peach);
}

.nl-card-number {
  display: inline-flex;
  width: 29px;
  height: 29px;
  margin-bottom: 19px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 21, 31, 0.12);
  border-radius: 9px;
  color: var(--nl-muted);
  font: 9px var(--nl-mono);
}

.nl-use-card h3 {
  max-width: 520px;
  margin: 0 0 10px;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 610;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.nl-use-card p {
  max-width: 520px;
  margin: 0;
  color: var(--nl-muted);
  font-size: 13px;
  line-height: 1.65;
}

.nl-mini-form {
  width: min(92%, 500px);
  margin: 45px auto 70px;
  padding: 22px;
  border: 1px solid #ded9e6;
  border-radius: 20px;
  background: var(--nl-white);
  box-shadow:
    0 25px 55px rgba(52, 39, 87, 0.1),
    60px 45px 0 -18px rgba(117, 87, 231, 0.1),
    -60px -40px 0 -18px rgba(255, 226, 196, 0.56);
  transform: rotate(-2deg);
}

.nl-mini-form > span {
  display: block;
  margin-bottom: 8px;
  color: var(--nl-muted);
  font-size: 10px;
  font-weight: 650;
}

.nl-mini-form > div {
  display: flex;
  min-height: 56px;
  padding: 0 13px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dcd7e2;
  border-radius: 12px;
}

.nl-mini-form b {
  font-size: 15px;
  font-weight: 550;
}

.nl-mini-form i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #e5f7ef;
  color: var(--nl-green);
  font-size: 12px;
  font-style: normal;
}

.nl-mini-form small {
  display: block;
  margin-top: 11px;
  color: var(--nl-green);
  font-size: 9px;
}

.nl-phone-stack {
  position: relative;
  display: grid;
  max-width: 290px;
  margin: 9px auto 40px;
  gap: 7px;
}

.nl-phone-stack::before {
  position: absolute;
  inset: -60px -100px;
  background: radial-gradient(circle, rgba(117, 87, 231, 0.18), transparent 64%);
  content: "";
}

.nl-phone-stack span {
  position: relative;
  display: flex;
  min-height: 43px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(117, 87, 231, 0.13);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.75);
  color: #554a77;
  font: 11px var(--nl-mono);
  box-shadow: 0 8px 22px rgba(67, 49, 116, 0.06);
}

.nl-phone-stack span:nth-child(1) {
  transform: translateX(-18px) rotate(-1deg);
}

.nl-phone-stack span:nth-child(2) {
  transform: translateX(12px);
}

.nl-phone-stack span:nth-child(3) {
  transform: translateX(-4px) rotate(1deg);
}

.nl-phone-stack i {
  display: grid;
  width: 27px;
  height: 23px;
  place-items: center;
  border-radius: 7px;
  background: var(--nl-white);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.nl-route-visual {
  display: flex;
  min-height: 105px;
  margin: 5px 0 27px;
  align-items: center;
  justify-content: center;
}

.nl-route-visual span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(148, 96, 53, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.76);
  color: #6f513d;
  font-size: 10px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(111, 81, 61, 0.06);
}

.nl-route-visual span:nth-of-type(2) {
  width: 70px;
  height: 70px;
  background: var(--nl-ink);
  color: var(--nl-white);
}

.nl-route-visual i {
  width: 28px;
  height: 1px;
  background: rgba(111, 81, 61, 0.25);
}

.nl-coverage {
  position: relative;
  overflow: hidden;
  padding-block: 130px;
  background: #181620;
  color: var(--nl-white);
}

.nl-coverage::before {
  position: absolute;
  top: -35%;
  right: -18%;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 44%, rgba(117, 87, 231, 0.32), transparent 45%),
    radial-gradient(circle at 68% 65%, rgba(255, 218, 180, 0.14), transparent 39%);
  content: "";
  filter: blur(12px);
}

.nl-coverage-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
}

.nl-globe-wrap {
  position: relative;
  display: grid;
  min-height: 610px;
  place-items: center;
}

.nl-globe {
  position: relative;
  display: grid;
  width: min(510px, 88%);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 60% 36%, rgba(117, 87, 231, 0.3), transparent 38%),
    #201d2a;
  background-size: 38px 38px, 38px 38px, auto, auto;
  box-shadow:
    inset -35px -25px 75px rgba(0, 0, 0, 0.3),
    0 0 80px rgba(117, 87, 231, 0.13);
}

.nl-globe::before,
.nl-globe::after {
  position: absolute;
  inset: 5% 25%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.nl-globe::after {
  inset: 25% 5%;
}

.nl-globe-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 145px;
  height: 145px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  background: rgba(24, 22, 32, 0.72);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.nl-globe-core strong {
  font-size: 42px;
  font-weight: 580;
  letter-spacing: -0.07em;
  line-height: 1;
}

.nl-globe-core span {
  margin-top: 7px;
  color: #aaa5b4;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
}

.nl-node {
  position: absolute;
  z-index: 3;
  width: 9px;
  height: 9px;
  border: 2px solid #292532;
  border-radius: 50%;
  background: #b8a6ff;
  box-shadow: 0 0 0 7px rgba(184, 166, 255, 0.1);
  animation: nl-pulse 3.4s ease-in-out infinite;
}

.nl-node-one {
  top: 24%;
  left: 28%;
}

.nl-node-two {
  top: 32%;
  right: 20%;
  animation-delay: -0.8s;
}

.nl-node-three {
  bottom: 26%;
  right: 27%;
  animation-delay: -1.6s;
}

.nl-node-four {
  bottom: 19%;
  left: 35%;
  animation-delay: -2.4s;
}

.nl-node-five {
  top: 51%;
  left: 15%;
  animation-delay: -3s;
}

@keyframes nl-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 6px rgba(184, 166, 255, 0.09);
  }
  50% {
    box-shadow: 0 0 0 11px rgba(184, 166, 255, 0.03);
  }
}

.nl-region {
  position: absolute;
  z-index: 4;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(39, 36, 48, 0.88);
  color: #c8c3cf;
  font-size: 9px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.nl-region-america {
  top: 19%;
  left: 2%;
}

.nl-region-europe {
  top: 12%;
  right: 13%;
}

.nl-region-africa {
  bottom: 28%;
  left: 4%;
}

.nl-region-asia {
  top: 48%;
  right: 0;
}

.nl-region-oceania {
  right: 13%;
  bottom: 11%;
}

.nl-coverage-copy .nl-section-label {
  color: #a7a1af;
}

.nl-coverage h2 {
  margin-top: 22px;
}

.nl-coverage-lead {
  margin: 25px 0 34px;
  color: #aaa5b4;
  font-size: 15px;
  line-height: 1.75;
}

.nl-coverage-copy ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}

.nl-coverage-copy li {
  display: grid;
  padding: 18px 0;
  grid-template-columns: 42px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nl-coverage-copy li > span {
  color: #8f889b;
  font: 9px var(--nl-mono);
}

.nl-coverage-copy li strong {
  font-size: 13px;
  font-weight: 610;
}

.nl-coverage-copy li p {
  margin: 3px 0 0;
  color: #9791a1;
  font-size: 11px;
}

.nl-coverage-copy code {
  color: #cbbfff;
  font-family: var(--nl-mono);
}

.nl-caveat {
  margin: 23px 0 0;
  padding-left: 15px;
  border-left: 2px solid var(--nl-violet);
  color: #8f8998;
  font-size: 10px;
  line-height: 1.65;
}

.nl-api {
  display: grid;
  padding-block: 140px;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 8vw, 105px);
  align-items: center;
}

.nl-api-copy h2 {
  margin-top: 22px;
}

.nl-api-copy > p:not(.nl-section-label) {
  margin: 23px 0;
  color: var(--nl-muted);
  font-size: 14px;
  line-height: 1.75;
}

.nl-text-link {
  display: inline-flex;
  padding-bottom: 5px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--nl-ink);
  color: var(--nl-ink);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.nl-code-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #302d38;
  border-radius: 24px;
  background: #191720;
  color: #f6f3fa;
  box-shadow: 0 30px 75px rgba(32, 22, 57, 0.16);
}

.nl-code-bar {
  display: grid;
  min-height: 55px;
  padding: 0 19px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #312e39;
  color: #8d8796;
  font: 9px var(--nl-mono);
}

.nl-code-bar > span {
  display: flex;
  gap: 5px;
}

.nl-code-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4a4651;
}

.nl-code-bar i:first-child {
  background: #ef8779;
}

.nl-code-bar b {
  font-weight: 450;
}

.nl-code-bar em {
  justify-self: end;
  color: #72c5a3;
  font-style: normal;
}

.nl-code-tabs {
  display: flex;
  min-height: 57px;
  padding: 0 20px;
  align-items: stretch;
  gap: 25px;
  border-bottom: 1px solid #312e39;
}

.nl-code-tabs button {
  position: relative;
  border: 0;
  background: transparent;
  color: #898391;
  cursor: pointer;
  font-size: 11px;
  font-weight: 550;
}

.nl-code-tabs button[aria-selected="true"] {
  color: var(--nl-white);
}

.nl-code-tabs button[aria-selected="true"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: #9a7fff;
  content: "";
}

.nl-code-panel {
  position: relative;
  min-height: 330px;
}

.nl-code-panel pre {
  min-height: 330px;
  margin: 0;
  padding: 32px 26px;
  overflow: auto;
  color: #d8d3df;
  font: 11px/1.8 var(--nl-mono);
  tab-size: 2;
  white-space: pre;
}

.nl-code-panel code {
  font-family: inherit;
}

.nl-copy-button {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  padding: 7px 9px;
  border: 1px solid #3c3845;
  border-radius: 8px;
  background: #24212b;
  color: #aaa4b0;
  cursor: pointer;
  font-size: 8px;
}

.nl-copy-button:hover {
  border-color: #55505e;
  color: var(--nl-white);
}

.nl-code-foot {
  display: flex;
  min-width: 0;
  min-height: 46px;
  padding: 0 18px;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #312e39;
  color: #8d8796;
  font-size: 8px;
}

.nl-code-foot > span {
  padding: 3px 6px;
  border: 1px solid #3b3743;
  border-radius: 5px;
}

.nl-code-foot code {
  min-width: 0;
  overflow: hidden;
  font-family: var(--nl-mono);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-page .pricing-section.section {
  width: auto;
  max-width: none;
  padding: 130px max(24px, calc((100vw - 1180px) / 2));
  border-top: 0;
  background: var(--nl-soft);
}

.landing-page .pricing-heading {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 40px;
}

.landing-page .pricing-kicker {
  color: var(--nl-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.landing-page .pricing-heading h2 {
  margin: 0 0 18px;
  color: var(--nl-ink);
  font-size: clamp(41px, 5vw, 67px);
  font-weight: 590;
  letter-spacing: -0.062em;
  line-height: 1.03;
}

.landing-page .pricing-heading > div:last-child > p {
  color: var(--nl-muted);
  font-size: 14px;
}

.landing-page .pricing-heading > div:last-child > .free-plan-note {
  max-width: 580px;
  margin-top: 20px;
  padding: 15px 17px;
  border: 1px solid #ddd5f9;
  border-left: 1px solid #ddd5f9;
  border-radius: 13px;
  background: var(--nl-lavender);
  color: #514865;
}

.landing-page .free-plan-note strong {
  color: var(--nl-ink);
}

.landing-page .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.landing-page .price-card {
  min-height: 248px;
  padding: 22px;
  border: 1px solid var(--nl-line);
  border-radius: 20px;
  background: var(--nl-white);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.landing-page .price-card::before {
  display: none;
}

.landing-page .price-card:hover {
  border-color: #d7d0e1;
  box-shadow: 0 20px 45px rgba(37, 29, 58, 0.08);
  transform: translateY(-3px);
}

.landing-page .price-card-top span {
  font-family: "Onest", sans-serif;
  font-size: 23px;
  font-weight: 630;
}

.landing-page .price-card-top small,
.landing-page .price-card-value span {
  color: var(--nl-muted);
  font-family: "Onest", sans-serif;
  font-size: 9px;
  letter-spacing: 0.05em;
}

.landing-page .price-card-value strong {
  font-size: 39px;
  font-weight: 600;
}

.landing-page .price-card-button:disabled {
  min-height: 43px;
  border: 1px solid var(--nl-line);
  border-radius: 11px;
  background: var(--nl-soft);
  color: #8c8692;
  font-size: 10px;
}

.nl-faq {
  display: grid;
  padding-block: 130px;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(55px, 8vw, 115px);
}

.nl-faq-intro h2 {
  margin-top: 22px;
  font-size: clamp(38px, 4.4vw, 60px);
}

.nl-faq-list {
  border-top: 1px solid var(--nl-line);
}

.nl-faq details {
  border-bottom: 1px solid var(--nl-line);
}

.nl-faq summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}

.nl-faq summary::-webkit-details-marker {
  display: none;
}

.nl-faq summary span {
  color: var(--nl-violet);
  font-size: 22px;
  font-weight: 350;
  transition: transform 180ms ease;
}

.nl-faq details[open] summary span {
  transform: rotate(45deg);
}

.nl-faq details p {
  max-width: 630px;
  margin: -4px 42px 24px 0;
  color: var(--nl-muted);
  font-size: 12px;
  line-height: 1.7;
}

.nl-final {
  padding-block: 34px 42px;
  scroll-margin-top: 96px;
}

.nl-final-panel {
  position: relative;
  display: grid;
  min-height: 560px;
  padding: clamp(38px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
  overflow: hidden;
  border: 1px solid #dcd8ce;
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 8%, rgba(101, 70, 191, 0.08), transparent 28%),
    #f3f1ea;
  color: var(--nl-ink);
}

.nl-final-panel::after {
  position: absolute;
  right: -80px;
  bottom: -140px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(101, 70, 191, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(101, 70, 191, 0.035),
    0 0 0 96px rgba(101, 70, 191, 0.018);
  content: "";
}

.nl-final-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.nl-final .nl-section-label {
  color: var(--nl-violet);
}

.nl-final h2 {
  max-width: 650px;
  margin: 24px 0 20px;
  font-size: clamp(44px, 5.4vw, 72px);
  text-wrap: balance;
}

.nl-final-copy > p:not(.nl-section-label) {
  max-width: 610px;
  margin: 0;
  color: #595751;
  font-size: 15px;
  line-height: 1.75;
  text-wrap: pretty;
}

.nl-final-actions {
  display: flex;
  margin-top: 32px;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.nl-final-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--nl-ink);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.nl-final-link span {
  color: var(--nl-violet);
  font-size: 15px;
}

.nl-final-link:hover {
  color: var(--nl-violet);
  transform: translateX(2px);
}

.nl-final-terms {
  display: grid;
  max-width: 610px;
  margin: 42px 0 0;
  padding: 24px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d5d0c6;
  list-style: none;
}

.nl-final-terms li {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.nl-final-terms li + li {
  padding-left: 22px;
  border-left: 1px solid #d5d0c6;
}

.nl-final-terms b {
  font-family: var(--nl-mono);
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.nl-final-terms span {
  color: var(--nl-muted);
  font-size: 9px;
}

.nl-final-action {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #d8d5cd;
  border-radius: 24px;
  background: #fbfaf6;
  box-shadow:
    0 28px 70px rgba(37, 33, 29, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.nl-final-action header,
.nl-final-action footer {
  display: flex;
  min-height: 66px;
  padding-inline: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nl-final-action header {
  border-bottom: 1px solid #e1ded6;
}

.nl-final-action header span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 650;
}

.nl-final-action header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5aae72;
  box-shadow: 0 0 0 4px rgba(90, 174, 114, 0.13);
}

.nl-final-action header code {
  color: #4e8f61;
  font-size: 9px;
}

.nl-final-action dl {
  margin: 0;
  padding: 9px 22px;
}

.nl-final-action dl div {
  display: grid;
  min-height: 58px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #e8e5dd;
}

.nl-final-action dl div:last-child {
  border-bottom: 0;
}

.nl-final-action dt,
.nl-final-action dd {
  margin: 0;
  font-family: var(--nl-mono);
  font-size: 10px;
}

.nl-final-action dt {
  color: #817e77;
}

.nl-final-action dd {
  max-width: 190px;
  overflow: hidden;
  color: var(--nl-ink);
  font-weight: 650;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nl-final-action footer {
  border-top: 1px solid #e1ded6;
  background: #eeece5;
  color: #77736c;
  font-size: 9px;
}

.nl-final-action footer a {
  color: var(--nl-violet);
  font-weight: 650;
  text-decoration: none;
}

.landing-page .site-footer {
  min-height: 104px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-color: var(--nl-line);
  color: var(--nl-muted);
  font-size: 15px;
  line-height: 1.55;
}

.landing-page .site-footer > p:nth-of-type(1) {
  max-width: 420px;
}

.landing-page .brand-muted {
  color: var(--nl-ink);
}

@media (max-width: 1000px) {
  .landing-nav-links {
    display: none;
  }

  .nl-hero {
    grid-template-columns: 1fr;
    padding-top: 85px;
  }

  .nl-hero-copy {
    max-width: 780px;
  }

  .nl-hero h1 {
    max-width: 780px;
  }

  .nl-demo-stage {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .nl-use-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nl-use-card-main {
    min-height: 580px;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .nl-coverage-layout {
    grid-template-columns: 1fr;
  }

  .nl-globe-wrap {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .nl-coverage-copy {
    max-width: 720px;
  }

  .nl-api {
    grid-template-columns: 1fr;
  }

  .nl-api-copy {
    max-width: 700px;
  }

  .nl-final-panel {
    grid-template-columns: 1fr;
  }

  .nl-final-action {
    width: min(620px, 100%);
  }
}

@media (max-width: 720px) {
  .nl-shell {
    width: min(100% - 28px, 1180px);
  }

  .landing-page .site-header {
    top: 8px;
    width: calc(100% - 16px);
    min-height: 58px;
    margin-top: 8px;
    padding: 6px 7px 6px 12px;
    border-radius: 16px;
  }

  .landing-page .brand > span:last-child {
    display: inline;
    max-width: 118px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .landing-page .site-nav {
    gap: 3px;
  }

  .landing-page .landing-login-link {
    display: inline-flex;
    padding: 7px 8px;
    font-size: 10px;
  }

  .landing-page .site-nav .button {
    display: inline-flex;
  }

  .landing-page .button {
    min-height: 39px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .nl-hero {
    display: block;
    min-height: auto;
    padding-block: 72px 74px;
  }

  .nl-hero::before {
    top: 15%;
    right: -14px;
  }

  .nl-hero::after {
    inset: 45% -14px 0 10%;
  }

  .nl-hero h1 {
    margin-block: 19px 21px;
    font-size: clamp(43px, 13.8vw, 62px);
    letter-spacing: -0.068em;
  }

  .nl-hero-lead {
    font-size: 15px;
  }

  .nl-hero-actions {
    display: grid;
    margin-top: 27px;
  }

  .nl-button {
    width: 100%;
  }

  .nl-hero-facts {
    margin-top: 34px;
  }

  .nl-hero-facts li {
    padding-right: 8px;
  }

  .nl-hero-facts strong {
    font-size: 20px;
  }

  .nl-hero-facts span {
    font-size: 9px;
  }

  .nl-demo-stage {
    min-height: 555px;
    margin-top: 58px;
  }

  .nl-demo-stage::before {
    display: none;
  }

  .nl-orbit {
    display: none;
  }

  .nl-demo {
    padding: 19px;
    border-radius: 21px;
  }

  .nl-demo h2 {
    font-size: 21px;
  }

  .nl-live-badge {
    display: none;
  }

  .nl-demo-control {
    grid-template-columns: 1fr;
  }

  .nl-demo-control button {
    min-height: 49px;
  }

  .nl-demo-meta {
    display: grid;
  }

  .nl-float-country {
    top: -4%;
    right: 1%;
  }

  .nl-float-status {
    bottom: 2%;
    left: -1%;
  }

  .nl-proof-inner {
    padding-block: 18px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nl-proof p {
    justify-content: flex-start;
  }

  .nl-proof p + p {
    border-left: 0;
  }

  .nl-section,
  .nl-coverage,
  .nl-api,
  .nl-faq {
    padding-block: 88px;
  }

  .nl-section-intro,
  .landing-page .pricing-heading,
  .nl-faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nl-section-intro {
    margin-bottom: 38px;
  }

  .nl-section-intro h2,
  .nl-coverage h2,
  .nl-api h2,
  .nl-faq h2,
  .nl-final h2,
  .landing-page .pricing-heading h2 {
    font-size: clamp(38px, 11.2vw, 52px);
  }

  .nl-use-grid {
    grid-template-columns: 1fr;
  }

  .nl-use-card,
  .nl-use-card-main {
    min-height: 390px;
    grid-column: auto;
  }

  .nl-mini-form {
    width: 96%;
    margin-block: 30px 65px;
    padding: 16px;
  }

  .nl-coverage-layout {
    gap: 55px;
  }

  .nl-globe-wrap {
    min-height: 390px;
  }

  .nl-globe {
    width: min(350px, 91%);
  }

  .nl-globe-core {
    width: 112px;
    height: 112px;
  }

  .nl-globe-core strong {
    font-size: 33px;
  }

  .nl-region-america {
    left: 0;
  }

  .nl-region-europe {
    right: 5%;
  }

  .nl-region-asia {
    right: -1%;
  }

  .nl-api {
    gap: 42px;
  }

  .nl-code-bar {
    grid-template-columns: 1fr auto;
  }

  .nl-code-bar b {
    display: none;
  }

  .nl-code-tabs {
    gap: 17px;
  }

  .nl-code-panel,
  .nl-code-panel pre {
    min-height: 350px;
  }

  .nl-code-panel pre {
    padding: 59px 18px 24px;
    font-size: 9px;
  }

  .landing-page .pricing-section.section {
    padding: 88px 14px;
  }

  .landing-page .pricing-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .price-card {
    min-height: 225px;
  }

  .nl-faq {
    gap: 36px;
  }

  .nl-faq summary {
    min-height: 70px;
    font-size: 12px;
  }

  .nl-final {
    padding-block: 18px 24px;
  }

  .nl-final-panel {
    min-height: 0;
    padding: 34px 20px 20px;
    gap: 34px;
    border-radius: 24px;
  }

  .nl-final h2 {
    font-size: clamp(39px, 12.2vw, 51px);
  }

  .nl-final-copy > p:not(.nl-section-label) {
    font-size: 13px;
  }

  .nl-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nl-final-actions .nl-button,
  .nl-final-link {
    justify-content: center;
  }

  .nl-final-terms {
    margin-top: 32px;
    padding-top: 20px;
  }

  .nl-final-terms li + li {
    padding-left: 12px;
  }

  .nl-final-terms b {
    font-size: 17px;
  }

  .nl-final-terms span {
    font-size: 8px;
  }

  .nl-final-action {
    border-radius: 18px;
  }

  .nl-final-action header,
  .nl-final-action footer {
    min-height: 58px;
    padding-inline: 16px;
  }

  .nl-final-action dl {
    padding-inline: 16px;
  }

  .nl-final-action footer {
    align-items: flex-start;
    padding-block: 14px;
    flex-direction: column;
    gap: 7px;
  }

  .landing-page .site-footer {
    padding: 26px 14px;
    gap: 14px;
  }
}

.nl-contact {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.35fr);
  gap: 90px;
  padding-block: 110px;
  border-top: 1px solid var(--nl-line);
}

.nl-contact-intro h2 {
  max-width: 480px;
  margin: 14px 0 20px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: .98;
  letter-spacing: 0;
}

.nl-contact-intro > p:last-child {
  max-width: 500px;
  color: var(--nl-muted);
  font-size: 14px;
  line-height: 1.7;
}

.nl-contact-list {
  border-top: 1px solid var(--nl-ink);
}

.nl-contact-list > a,
.nl-contact-list > div {
  min-height: 86px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--nl-line);
  color: var(--nl-ink);
  text-decoration: none;
}

.nl-contact-list span {
  color: var(--nl-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nl-contact-list strong {
  font-size: 17px;
}

.nl-contact-list i {
  font-style: normal;
  transition: transform .18s ease;
}

.nl-contact-list > a:hover i {
  transform: translate(3px, -3px);
}

@media (max-width: 1000px) {
  .nl-contact {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 600px) {
  .nl-contact {
    gap: 34px;
    padding-block: 78px;
  }

  .nl-contact-list > a,
  .nl-contact-list > div {
    min-height: 76px;
    grid-template-columns: 1fr auto;
    gap: 7px 14px;
  }

  .nl-contact-list span {
    grid-column: 1 / -1;
    align-self: end;
  }

  .nl-contact-list strong,
  .nl-contact-list i {
    align-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page *,
  .landing-page *::before,
  .landing-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
