.nls-site-layout {
  height: 100dvh;
  min-height: 36rem;
  overflow: hidden;
}

.nls-public-main {
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  background: #f4f7fb;
}

.nls-layout {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  background: #f4f7fb;
}

.nls-content {
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.nls-sidebar {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  border-bottom: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.5rem 0.75rem;
}

.nls-sidebar svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nls-sidebar__mobile > summary {
  display: flex;
  min-height: 2.5rem;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #f8fafc;
  padding: 0.5rem 0.75rem;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.nls-sidebar__mobile > summary::-webkit-details-marker,
.nls-home__primary-action-wrap > summary::-webkit-details-marker {
  display: none;
}

.nls-sidebar__summary-icon {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.5rem;
  background: #fff;
  color: #64748b;
  box-shadow: 0 2px 7px rgba(15, 23, 42, 0.08);
}

.nls-sidebar__mobile > summary > span:nth-child(2) {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nls-sidebar__chevron {
  flex: 0 0 auto;
  transition: transform 150ms ease;
}

.nls-sidebar__mobile[open] .nls-sidebar__chevron {
  transform: rotate(180deg);
}

.nls-sidebar__mobile-links {
  display: grid;
  gap: 0.25rem;
  margin-top: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.25rem;
  box-shadow: 0 12px 28px rgba(30, 41, 59, 0.1);
}

.nls-sidebar__desktop-links,
.nls-points-card {
  display: none;
}

.nls-sidebar__link {
  position: relative;
  display: inline-flex;
  min-width: 0;
  min-height: 2.5rem;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  padding: 0.5rem 0.75rem;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 900;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.nls-sidebar__link:hover {
  border-color: #ede9fe;
  background: #f5f3ff;
  color: #6d28d9;
}

.nls-sidebar__link.is-active {
  border-color: #e9d5ff;
  background: #f3e8ff;
  color: #6d28d9;
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.08);
}

.nls-sidebar__link-icon {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.5rem;
  background: #f1f5f9;
  color: #475569;
}

.nls-sidebar__link.is-active .nls-sidebar__link-icon {
  background: #ede9fe;
  color: #6d28d9;
}

.nls-sidebar__link > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nls-points-card__heading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.45rem;
}

.nls-points-card__icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #ede9fe, #dbeafe);
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.12);
}

.nls-points-card__icon img {
  width: 1.75rem;
  height: 1.75rem;
}

.nls-points-card__heading strong {
  color: #334155;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.25;
}

.nls-points-card__balance {
  margin: 0.65rem 0 0.05rem;
  color: #4f46e5;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.nls-points-card small {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.4;
}

.nls-points-card__link {
  display: inline-flex;
  width: 100%;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
  border: 1px solid #a78bfa;
  border-radius: 0.58rem;
  background: #fff;
  padding: 0.55rem 0.65rem;
  color: #4f46e5;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .nls-layout {
    flex-direction: row;
  }

  .nls-sidebar {
    display: flex;
    width: clamp(14.75rem, 15.6vw, 17rem);
    height: 100%;
    flex-direction: column;
    flex-shrink: 0;
    align-self: stretch;
    overflow-y: auto;
    border-right: 1px solid #e7ecf6;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    padding: 1.55rem 1rem 1.35rem;
    box-shadow: 8px 0 30px rgba(15, 23, 42, 0.03);
  }

  .nls-sidebar__mobile {
    display: none;
  }

  .nls-sidebar__desktop-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }

  .nls-sidebar__link {
    min-height: 4.05rem;
    gap: 0.85rem;
    border-radius: 0.9rem;
    padding: 0.9rem 1rem 0.9rem 1.2rem;
    color: #334155;
    font-size: 0.95rem;
  }

  .nls-sidebar__link::before {
    position: absolute;
    inset: 0 auto 0 -1rem;
    width: 0.22rem;
    border-radius: 0 999px 999px 0;
    background: transparent;
    content: '';
  }

  .nls-sidebar__link.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, rgba(245, 243, 255, 0.98), rgba(237, 233, 254, 0.95));
    color: #5b21b6;
    box-shadow: 0 18px 32px rgba(124, 58, 237, 0.14);
  }

  .nls-sidebar__link.is-active::before {
    background: linear-gradient(180deg, #6d28d9, #8b5cf6);
  }

  .nls-sidebar__link-icon {
    width: 2.05rem;
    height: 2.05rem;
    border-radius: 0.55rem;
  }

  .nls-sidebar__link-icon svg {
    width: 1.12rem;
    height: 1.12rem;
  }

  .nls-points-card {
    display: grid;
    gap: 0.1rem;
    margin-top: auto;
    border: 1px solid #ede9fe;
    border-radius: 1.05rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 243, 255, 0.94));
    padding: 1rem;
    box-shadow: 0 18px 35px rgba(124, 58, 237, 0.12);
  }
}

.nls-home {
  width: min(100%, 99rem);
  min-height: 100%;
  min-width: 0;
  margin: 0 auto;
  overflow-x: hidden;
  padding: clamp(1rem, 1.35vw, 1.55rem);
  padding-bottom: 7.5rem;
  color: #172033;
}

.nls-home button,
.nls-home a,
.nls-home summary {
  letter-spacing: 0;
}

.nls-home button:focus-visible,
.nls-home a:focus-visible,
.nls-home summary:focus-visible,
.nls-sidebar a:focus-visible,
.nls-sidebar summary:focus-visible {
  outline: 3px solid rgba(124, 58, 237, 0.22);
  outline-offset: 2px;
}

.nls-home svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nls-home__workspace {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 19.5rem);
  gap: clamp(1rem, 1.5vw, 1.5rem);
  align-items: start;
}

.nls-home__main,
.nls-guide-column {
  display: grid;
  min-width: 0;
  gap: clamp(1rem, 1.35vw, 1.35rem);
}

.nls-hero,
.nls-feature-card,
.nls-points-info,
.nls-guide-panel {
  min-width: 0;
  border: 1px solid #dfe6f2;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 45px rgba(30, 41, 59, 0.07);
}

.nls-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(17rem, 0.86fr);
  gap: clamp(1rem, 2.5vw, 3rem);
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 3rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 243, 255, 0.92) 48%, rgba(239, 246, 255, 0.94)), #fff;
}

.nls-hero__copy {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  align-content: center;
}

.nls-home__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  color: #6d28d9;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nls-home__eyebrow svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
  stroke: none;
}

.nls-hero h1 {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 0 0.4em;
  margin: clamp(1rem, 1.5vw, 1.35rem) 0 0;
  color: #172033;
  font-size: clamp(2.05rem, 3.2vw, 3.25rem);
  font-weight: 950;
  line-height: 1.14;
}

.nls-hero__highlight {
  background: linear-gradient(135deg, #4f46e5 0%, #8b5cf6 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nls-hero__phrase,
.nls-hero__highlight {
  white-space: nowrap;
}

.nls-hero p {
  max-width: 44rem;
  margin: clamp(0.9rem, 1.4vw, 1.2rem) 0 0;
  color: #334155;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 550;
  line-height: 1.65;
}

.nls-hero__badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 9.75rem), 1fr));
  gap: clamp(0.7rem, 1vw, 1rem);
  margin-top: clamp(1.3rem, 2vw, 1.85rem);
}

.nls-hero-badge {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.75rem 0.8rem;
  box-shadow: 0 12px 26px rgba(30, 41, 59, 0.04);
}

.nls-home__icon {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.65rem;
}

.nls-home__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.nls-hero-badge--violet .nls-home__icon { background: #f3e8ff; color: #7c3aed; }
.nls-hero-badge--blue .nls-home__icon { background: #dbeafe; color: #2563eb; }
.nls-hero-badge--emerald .nls-home__icon { background: #d1fae5; color: #059669; }

.nls-hero-badge strong,
.nls-hero-badge small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.nls-hero-badge strong {
  color: #334155;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.25;
}

.nls-hero-badge small {
  margin-top: 0.18rem;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.35;
}

.nls-hero__visual {
  position: relative;
  display: grid;
  min-height: 17rem;
  min-width: 0;
  place-items: center;
}

.nls-hero__visual::after {
  position: absolute;
  right: 12%;
  bottom: 8%;
  left: 12%;
  height: 1.05rem;
  border: 1px solid rgba(167, 139, 250, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 18px 45px rgba(124, 58, 237, 0.14);
  content: '';
}

.nls-hero__visual img {
  position: relative;
  z-index: 1;
  width: min(86%, 21rem);
  max-height: 18rem;
  object-fit: contain;
  filter: drop-shadow(0 22px 32px rgba(99, 102, 241, 0.16));
}

.nls-hero__float {
  position: absolute;
  z-index: 2;
  display: grid;
  width: clamp(3rem, 4.5vw, 4.25rem);
  height: clamp(3rem, 4.5vw, 4.25rem);
  place-items: center;
  border: 1px solid rgba(221, 214, 254, 0.88);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.92);
  color: #7c3aed;
  box-shadow: 0 18px 35px rgba(124, 58, 237, 0.12);
}

.nls-hero__float svg { width: 1.6rem; height: 1.6rem; stroke-width: 2.2; }
.nls-hero__float--document { top: 10%; left: 8%; }
.nls-hero__float--chart { right: 3%; bottom: 30%; color: #10b981; }

.nls-section-heading {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}

.nls-section-heading h2,
.nls-section-heading p,
.nls-feature-card h3,
.nls-feature-card p,
.nls-guide-panel h2 { margin: 0; }

.nls-section-heading h2 {
  color: #172033;
  font-size: clamp(1.35rem, 1.75vw, 1.7rem);
  font-weight: 950;
  line-height: 1.22;
}

.nls-section-heading p {
  color: #64748b;
  font-size: 0.94rem;
  font-weight: 550;
  line-height: 1.5;
}

.nls-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  gap: clamp(0.9rem, 1.2vw, 1.25rem);
  margin-top: 1.1rem;
}

.nls-feature-card {
  display: grid;
  align-content: start;
  gap: 1.05rem;
  overflow: hidden;
  padding: clamp(1.1rem, 1.4vw, 1.4rem);
}

.nls-feature-card__header {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1rem;
}

.nls-feature-card__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.72rem;
}

.nls-feature-card__icon svg { width: 1.45rem; height: 1.45rem; }
.nls-feature-card--violet .nls-feature-card__icon { background: #f3e8ff; color: #7c3aed; }
.nls-feature-card--emerald .nls-feature-card__icon { background: #d1fae5; color: #059669; }

.nls-feature-card__header > div {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.6rem;
}

.nls-feature-card h3 {
  min-width: 0;
  color: #172033;
  font-size: clamp(1.18rem, 1.4vw, 1.38rem);
  font-weight: 950;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.nls-feature-card__badge {
  display: inline-flex;
  min-height: 1.35rem;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6, #a855f7);
  padding: 0.18rem 0.46rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
}

.nls-feature-card p {
  color: #334155;
  font-size: 0.9rem;
  font-weight: 560;
  line-height: 1.65;
}

.nls-feature-card ul {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nls-feature-card li {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 0.55rem;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
}

.nls-feature-card li svg { width: 1rem; height: 1rem; flex: 0 0 auto; margin-top: 0.14rem; color: #10b981; stroke-width: 2.5; }

.nls-feature-card__action,
.nls-points-info__action,
.nls-guide-panel__action,
.nls-home__primary-action {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.6rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, color 150ms ease;
}

.nls-feature-card__action {
  min-height: 2.75rem;
  margin-top: 0.15rem;
  border: 1px solid currentColor;
  background: #fff;
  padding: 0.72rem 1rem;
  font-size: 0.9rem;
}

.nls-feature-card--violet .nls-feature-card__action { color: #6d28d9; }
.nls-feature-card--emerald .nls-feature-card__action { color: #059669; }
.nls-feature-card__action:hover { background: #f8fafc; box-shadow: 0 12px 22px rgba(30, 41, 59, 0.08); }

.nls-points-info {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.95rem;
  align-items: center;
  padding: clamp(1rem, 1.3vw, 1.2rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 243, 255, 0.88));
}

.nls-points-info__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 0.72rem;
  background: #f5f3ff;
}

.nls-points-info__icon img { width: 2.1rem; height: 2.1rem; }
.nls-points-info__copy { min-width: 0; }

.nls-points-info h2 { margin: 0; color: #4f46e5; font-size: 1rem; font-weight: 950; line-height: 1.25; }
.nls-points-info p { margin: 0.28rem 0 0; color: #334155; font-size: 0.9rem; font-weight: 560; line-height: 1.5; }

.nls-points-info__action {
  min-height: 2.55rem;
  border: 1px solid #c4b5fd;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.62rem 0.9rem;
  color: #5b21b6;
  font-size: 0.82rem;
  white-space: nowrap;
}

.nls-points-info__action:hover { border-color: #8b5cf6; background: #fff; }

.nls-guide-column { position: sticky; top: clamp(0.75rem, 1.2vw, 1.25rem); }

.nls-guide-panel {
  display: grid;
  gap: 1rem;
  padding: clamp(1.05rem, 1.35vw, 1.35rem);
}

.nls-guide-panel h2 { color: #2563eb; font-size: 1.04rem; font-weight: 950; line-height: 1.3; }
.nls-guide-panel--tips h2 { color: #0f766e; }
.nls-guide-panel__items { display: grid; gap: 0.9rem; }

.nls-guide-item {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 0.75rem;
}

.nls-guide-item__icon {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 0.58rem;
  background: #f8fafc;
  color: #2563eb;
}

.nls-guide-panel--tips .nls-guide-item__icon { color: #475569; }
.nls-guide-item__icon svg { width: 1rem; height: 1rem; }
.nls-guide-item strong, .nls-guide-item small { display: block; min-width: 0; overflow-wrap: anywhere; }
.nls-guide-item strong { color: #1f2a44; font-size: 0.84rem; font-weight: 900; line-height: 1.3; }
.nls-guide-item small { margin-top: 0.18rem; color: #64748b; font-size: 0.76rem; font-weight: 550; line-height: 1.4; }

.nls-guide-panel__action {
  min-height: 2.65rem;
  border: 1px solid #c4b5fd;
  background: #fff;
  padding: 0.7rem 0.9rem;
  color: #6d28d9;
  font-size: 0.84rem;
}

.nls-guide-panel__action:hover { border-color: #8b5cf6; background: #f5f3ff; }

.nls-home__bottom-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: clamp(14.75rem, 15.6vw, 17rem);
  z-index: 35;
  display: flex;
  min-height: 5.35rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #dde6f2;
  border-radius: 1rem 1rem 0 0;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.95rem clamp(1rem, 1.6vw, 1.6rem);
  box-shadow: 0 -16px 40px rgba(30, 41, 59, 0.1);
  backdrop-filter: blur(10px);
}

.nls-home__quota-note {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.8rem;
  color: #64748b;
}

.nls-home__quota-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #eff6ff, #f5f3ff);
}

.nls-home__quota-icon img { width: 2rem; height: 2rem; }
.nls-home__quota-copy { display: grid; min-width: 0; gap: 0.18rem; }
.nls-home__quota-copy strong { color: #1f2a44; font-size: 1rem; font-weight: 950; line-height: 1.25; }
.nls-home__quota-copy span, .nls-home__quota-note a { font-size: 0.82rem; line-height: 1.35; }
.nls-home__quota-note a { color: #4f46e5; font-weight: 900; text-decoration: none; white-space: nowrap; }

.nls-home__primary-action-wrap { position: relative; flex: 0 0 auto; }

.nls-home__primary-action {
  min-height: 3rem;
  min-width: clamp(18rem, 24vw, 23rem);
  cursor: pointer;
  list-style: none;
  border: 0;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  padding: 0.72rem 1.2rem;
  color: #fff;
  font-size: 0.92rem;
  box-shadow: 0 16px 26px rgba(99, 102, 241, 0.28);
}

.nls-home__primary-action:hover { background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%); }
.nls-home__primary-action svg { width: 1rem; height: 1rem; fill: currentColor; stroke: none; }

.nls-home__feature-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.65rem);
  display: none;
  width: min(calc(100vw - 2rem), 23rem);
  overflow: hidden;
  border: 1px solid #ddd6fe;
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 24px 60px rgba(30, 41, 59, 0.18);
}

.nls-home__primary-action-wrap[open] .nls-home__feature-menu { display: grid; }

.nls-home__feature-menu a {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  padding: 0.85rem 1rem;
  color: #1f2a44;
  text-decoration: none;
}

.nls-home__feature-menu a + a { border-top: 1px solid #eef2ff; }
.nls-home__feature-menu a:hover { background: #f5f3ff; }
.nls-home__feature-menu strong, .nls-home__feature-menu span { min-width: 0; overflow-wrap: anywhere; }
.nls-home__feature-menu strong { font-size: 0.9rem; font-weight: 950; }
.nls-home__feature-menu span { color: #64748b; font-size: 0.78rem; font-weight: 650; }

@media (max-width: 1349px) {
  .nls-home__workspace { grid-template-columns: minmax(0, 1fr); }
  .nls-guide-column { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1023px) {
  .nls-home { padding-bottom: 10.5rem; }
  .nls-hero { grid-template-columns: minmax(0, 1fr); }
  .nls-hero__visual { min-height: 14rem; }
  .nls-home__bottom-bar { left: 0; }
}

@media (max-width: 899px) {
  .nls-hero__badges, .nls-guide-column { grid-template-columns: minmax(0, 1fr); }
  .nls-points-info { grid-template-columns: auto minmax(0, 1fr); }
  .nls-points-info__action { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 767px) {
  .nls-site-layout { min-height: 32rem; }
  .nls-home { padding: 0.75rem; padding-bottom: 15rem; }
  .nls-hero, .nls-feature-card, .nls-points-info, .nls-guide-panel { border-radius: 0.85rem; }
  .nls-hero { padding: 1.1rem; }
  .nls-hero h1 { font-size: clamp(1.8rem, 9vw, 2.45rem); }
  .nls-hero__visual { min-height: 12.5rem; }
  .nls-home__bottom-bar { align-items: stretch; flex-direction: column; gap: 0.8rem; padding: 0.85rem; }
  .nls-home__quota-note { align-items: flex-start; flex-wrap: wrap; }
  .nls-home__primary-action, .nls-home__primary-action-wrap { width: 100%; min-width: 0; }
  .nls-home__feature-menu { right: 0; left: 0; width: 100%; }
}

@media (max-width: 520px) {
  .nls-hero__badges { gap: 0.55rem; }
  .nls-hero-badge, .nls-feature-card__header, .nls-guide-item { align-items: flex-start; }
  .nls-home__quota-note a { flex-basis: 100%; }
}
