.nsl-home-main { overflow: clip; }
.nsl-home-main .nsl-field-query { position: relative; min-width: 0; }
.nsl-home-main .nsl-field-query>label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 750; color: var(--nsl-navy-700); }
.nsl-home-main .nsl-suggestions { position: absolute; z-index: 45; top: calc(100% + 8px); left: 0; width: min(520px, calc(100vw - 48px)); max-height: 360px; overflow-y: auto; overscroll-behavior: contain; background: #fff; border: 1px solid var(--nsl-line); border-radius: 12px; box-shadow: 0 12px 28px rgba(6,24,42,.16); padding: 6px; }
.nsl-home-main .nsl-suggestions[hidden] { display: none; }
.nsl-home-main .nsl-suggestion { display: flex; align-items: center; gap: 12px; width: 100%; padding: 10px; border-radius: 7px; cursor: pointer; color: var(--nsl-navy-950); font-size: 14px; line-height: 1.4; }
.nsl-home-main .nsl-suggestion:hover,.nsl-home-main .nsl-suggestion[aria-selected="true"] { background: #eff7e9; }
.nsl-home-main .nsl-suggestion img { width: 58px; height: 40px; flex: 0 0 58px; object-fit: contain; background: #fff; }
.nsl-home-main .nsl-suggestion-copy { min-width: 0; overflow-wrap: anywhere; }
.nsl-home-main .nsl-suggestion strong,.nsl-home-main .nsl-suggestion small { display: block; }
.nsl-home-main .nsl-suggestion small { margin-top: 4px; color: #475569; font-size: 12px; }
.nsl-home-main .nsl-suggestion mark { background: #d7efc4; color: #15370c; padding: 0; font-weight: 850; }
.nsl-home-main .nsl-suggestion-empty { padding: 14px; margin: 0; color: #475569; font-size: 14px; }
/* Text/action tones are separate from the unchanged decorative brand green. */
.nsl-home-main { --nsl-readable-green: #347a0b; --nsl-readable-green-hover: #286207; }
.nsl-home-main .nsl-eyebrow,
.nsl-home-main .nsl-search-tabs button.is-selected,
.nsl-home-main .nsl-soon-badge,
.nsl-home-main .nsl-section-heading > a,
.nsl-home-main .nsl-row-link { color: var(--nsl-readable-green); }
.nsl-home-main .nsl-eyebrow-small { color: var(--nsl-readable-green) !important; }
.nsl-home-main .nsl-eyebrow-small:hover { color: var(--nsl-readable-green-hover) !important; }
.nsl-home-main .nsl-search-submit,
.nsl-home-main .nsl-primary-cta { background: var(--nsl-readable-green); border-color: var(--nsl-readable-green); }
.nsl-home-main .nsl-search-submit:hover,
.nsl-home-main .nsl-primary-cta:hover { background: var(--nsl-readable-green-hover); border-color: var(--nsl-readable-green-hover); }
.nsl-home-main .nsl-process-section .nsl-eyebrow { color: #a6df74; }
.nsl-eyebrow {
  margin: 0 0 18px;
  color: var(--nsl-green-600);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.nsl-hero {
  position: relative;
  width: var(--nsl-shell);
  margin: 0 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr);
  grid-template-rows: 1fr auto;
  column-gap: 56px;
  background: white;
}
.nsl-hero-copy {
  min-height: 0;
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nsl-hero h1 {
  max-width: 630px;
  margin: 0;
  font-size: clamp(48px, 3.9vw, 60px);
  font-weight: 790;
  line-height: 1.04;
  letter-spacing: -0.052em;
}
.nsl-hero h1 em { color: var(--nsl-green-600); font-style: normal; }
.nsl-hero-lead {
  max-width: 610px;
  margin: 25px 0 0;
  color: var(--nsl-navy-700);
  font-size: 18px;
  line-height: 1.65;
}
.nsl-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 25px;
  color: var(--nsl-navy-700);
  font-size: 13px;
  font-weight: 680;
}
.nsl-trust-line span { display: inline-flex; align-items: center; gap: 7px; }
.nsl-trust-line .nsl-icon { width: 19px; height: 19px; color: var(--nsl-green-600); }
.nsl-hero-media {
  position: relative;
  align-self: center;
  margin-top: 20px;
  min-height: 0;
  height: clamp(280px, 24vw, 340px);
  overflow: hidden;
  border-radius: 16px;
  background: var(--nsl-navy-950);
}
.nsl-hero-media picture,
.nsl-hero-media img { width: 100%; height: 100%; }
.nsl-hero-media picture { position: absolute; inset: 0; display: block; }
.nsl-hero-media img { display: block; object-fit: cover; object-position: center bottom; }
.nsl-hero-caption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(7,25,42,.84);
  color: white;
  font-size: 12px;
  font-weight: 680;
}
.nsl-hero-caption .nsl-icon { width: 18px; height: 18px; }

.nsl-search-wrap {
  grid-column: 1 / -1;
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 16px 0 0;
}
.nsl-search-panel {
  overflow: visible;
  border: 1px solid rgba(10,31,51,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.98);
  box-shadow: var(--nsl-shadow);
}
.nsl-search-tabs {
  display: flex;
  padding-left: 22px;
  border-bottom: 1px solid var(--nsl-line);
  border-radius: 10px 10px 0 0;
}
.nsl-search-tabs button {
  min-height: 55px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--nsl-navy-700);
  cursor: pointer;
  font-weight: 730;
}
.nsl-search-tabs button.is-selected { border-bottom-color: var(--nsl-green-600); color: var(--nsl-green-600); }
.nsl-search-tabs .nsl-icon { width: 19px; height: 19px; }
.nsl-soon-badge {
  padding: 3px 6px;
  border-radius: 999px;
  background: var(--nsl-green-100);
  color: var(--nsl-green-700);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nsl-search-grid {
  padding: 28px 20px;
  display: grid;
  grid-template-columns: minmax(230px,1.4fr) minmax(170px,.9fr) minmax(150px,.75fr) minmax(170px,.9fr) minmax(165px,.75fr);
  align-items: end;
  gap: 14px;
}
.nsl-field { min-width: 0; }
.nsl-field > span:first-child {
  display: block;
  margin: 0 0 8px;
  color: var(--nsl-navy-700);
  font-size: 12px;
  font-weight: 680;
}
.nsl-control {
  height: 51px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #cfd6db;
  border-radius: 7px;
  background: white;
  color: var(--nsl-navy-700);
}
.nsl-control:focus-within {
  border-color: var(--nsl-green-600);
  box-shadow: 0 0 0 3px rgba(85,168,23,.12);
}
.nsl-control .nsl-icon { width: 20px; height: 20px; }
.nsl-control input,
.nsl-control select {
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--nsl-navy-900);
}
.nsl-control select { appearance: none; }
.nsl-occupancy-control { position: relative; }
.nsl-occupancy-toggle {
  position: relative;
  width: 100%;
  justify-content: flex-start;
  padding-right: 36px;
  cursor: pointer;
  font: inherit;
  text-align: left;
}
.nsl-occupancy-toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}
.nsl-occupancy-toggle[aria-expanded="true"]::after { transform: translateY(2px) rotate(225deg); }
.nsl-occupancy-popover {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  right: 0;
  width: 310px;
  padding: 8px 18px 14px;
  border: 1px solid var(--nsl-line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 18px 48px rgba(7,28,46,.18);
}
.nsl-occupancy-row { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--nsl-line); }
.nsl-occupancy-row strong { display: block; font-size: 14px; }
.nsl-occupancy-row small { display: block; margin-top: 3px; color: var(--nsl-muted); font-size: 11px; }
.nsl-stepper { display: grid; grid-template-columns: 34px 30px 34px; align-items: center; text-align: center; }
.nsl-stepper button { width: 34px; height: 34px; border: 1px solid #bdc9d1; border-radius: 50%; background: white; color: var(--nsl-navy-900); cursor: pointer; font-size: 20px; line-height: 1; }
.nsl-stepper button:hover:not(:disabled) { border-color: var(--nsl-green-600); color: var(--nsl-green-700); }
.nsl-stepper button:disabled { cursor: not-allowed; opacity: .34; }
.nsl-stepper output { font-size: 15px; font-weight: 790; }
.nsl-occupancy-popover > p { margin: 12px 0 0; color: var(--nsl-muted); font-size: 11px; line-height: 1.45; }
.nsl-search-submit,
.nsl-primary-cta {
  min-height: 51px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--nsl-green-600);
  border-radius: 7px;
  background: var(--nsl-green-600);
  color: white;
  cursor: pointer;
  font-weight: 780;
  box-shadow: 0 9px 20px rgba(85,168,23,.2);
}
.nsl-search-submit:hover,
.nsl-primary-cta:hover { border-color: var(--nsl-green-700); background: var(--nsl-green-700); }
.nsl-search-submit .nsl-icon,
.nsl-primary-cta .nsl-icon { width: 20px; height: 20px; }
.nsl-search-notice {
  margin: -6px 20px 18px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: var(--nsl-green-100);
  color: #356f0c;
  font-size: 12px;
  font-weight: 680;
}
.nsl-search-notice.is-pending { background: #eef3f7; color: var(--nsl-navy-700); }
.nsl-search-notice[hidden] { display: none; }
#nsl-package-search .nsl-search-grid[hidden],
#nsl-package-search .nsl-dynamic-soon[hidden] { display: none; }
#nsl-package-search .nsl-dynamic-soon { margin: 24px; padding: 24px; border: 1px solid #d9e5cf; border-radius: 12px; background: #f3f8ee; color: #193043; }
#nsl-package-search .nsl-dynamic-soon strong { display: block; font-size: 1.25rem; }
#nsl-package-search .nsl-dynamic-soon p { margin: 12px 0 16px; max-width: 70ch; line-height: 1.65; }
#nsl-package-search .nsl-dynamic-soon a { display: inline-block; color: #285b16; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
#nsl-package-search .nsl-dynamic-soon a:focus-visible { outline: 3px solid #285b16; outline-offset: 5px; }
.nsl-corporate-quick {
  position: absolute;
  right: 0;
  bottom: -34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--nsl-navy-700);
  font-size: 13px;
  font-weight: 720;
}
.nsl-corporate-quick .nsl-icon { width: 18px; height: 18px; }

.nsl-fair-section,
.nsl-discovery-section,
.nsl-process-section,
.nsl-faq-section { width: var(--nsl-shell); margin: 0 auto; }
.nsl-fair-section { padding: 60px 0 92px; }
.nsl-section-heading {
  padding-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.nsl-section-heading .nsl-eyebrow { margin-bottom: 8px; }
.nsl-section-heading h2,
.nsl-process-copy h2,
.nsl-faq-section h2 {
  margin: 0;
  font-size: clamp(28px,2.5vw,40px);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.nsl-section-heading p:not(.nsl-eyebrow) { margin: 9px 0 0; color: var(--nsl-muted); font-size: 14px; }
.nsl-section-heading > a,
.nsl-row-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nsl-green-600);
  font-weight: 760;
  white-space: nowrap;
}
.nsl-section-heading .nsl-icon,
.nsl-row-link .nsl-icon { width: 18px; height: 18px; }
.nsl-fair-list { border-top: 1px solid var(--nsl-line); }
.nsl-home-fair {
  min-height: 96px;
  padding: 13px 0;
  display: grid;
  grid-template-columns: 92px minmax(250px,1.45fr) minmax(190px,.85fr) minmax(210px,.9fr) minmax(130px,.55fr) auto;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--nsl-line);
}
.nsl-home-fair[hidden] { display: none; }
.nsl-fair-logo,
.nsl-fair-placeholder {
  width: 92px;
  height: 62px;
  object-fit: contain;
  border: 1px solid var(--nsl-line);
  border-radius: 5px;
  background: white;
}
.nsl-fair-placeholder {
  display: grid;
  place-items: center;
  background: var(--nsl-navy-950);
  color: white;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
}
.nsl-fair-name h3 { margin: 2px 0 4px; font-size: 17px; letter-spacing: -.015em; }
.nsl-fair-name > p,
.nsl-fair-fact span,
.nsl-price-block span,
.nsl-price-block small { color: var(--nsl-muted); font-size: 12px; line-height: 1.45; }
.nsl-fair-name > p { margin: 0; }
.nsl-eyebrow-small {
  display: inline-block;
  color: var(--nsl-green-600) !important;
  font-size: 10px !important;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nsl-eyebrow-small:hover { color: var(--nsl-green-700) !important; text-decoration: underline; text-underline-offset: 3px; }
.nsl-fair-fact { display: flex; align-items: flex-start; gap: 9px; color: var(--nsl-navy-700); }
.nsl-fair-fact .nsl-icon { width: 21px; height: 21px; }
.nsl-fair-fact strong { display: block; margin-bottom: 3px; color: var(--nsl-navy-900); }
.nsl-package-fact { align-items: center; gap: 8px; }
.nsl-package-fact .nsl-icon { padding-right: 8px; box-sizing: content-box; border-right: 1px solid var(--nsl-line); }
.nsl-price-block { display: flex; flex-direction: column; }
.nsl-price-block strong { margin: 2px 0; font-size: 20px; }
.nsl-row-link {
  min-height: 43px;
  padding: 0 15px;
  border: 1px solid rgba(85,168,23,.5);
  border-radius: 6px;
  font-size: 13px;
}
.nsl-row-link:hover { background: var(--nsl-green-100); }
.nsl-empty-state { padding: 70px 24px; text-align: center; color: var(--nsl-muted); }
.nsl-empty-state .nsl-icon { color: var(--nsl-green-600); }
.nsl-empty-state h3 { margin: 13px 0 5px; color: var(--nsl-navy-900); }
.nsl-empty-state p { margin: 0; }

.nsl-discovery-section { padding: 86px 0 102px; border-top: 1px solid var(--nsl-line); }
.nsl-section-heading-compact { align-items: flex-start; }
.nsl-sector-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.nsl-sector-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 176px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 20px;
  border: 1px solid var(--nsl-line);
  border-radius: 8px;
  background: var(--nsl-navy-900);
  color: #fff;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}
.nsl-sector-card:hover { border-color: rgba(85,168,23,.55); box-shadow: 0 12px 34px rgba(8,29,48,.08); }
.nsl-sector-card .nsl-sector-card__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.nsl-sector-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg,rgba(5,20,32,.82),rgba(5,20,32,.62)); z-index: -1; pointer-events: none; }
.nsl-sector-card:visited,.nsl-sector-card:hover,.nsl-sector-card:focus-visible { color: #fff; }
.nsl-sector-card:focus-visible { outline: 3px solid var(--nsl-green-600); outline-offset: 4px; }
.nsl-sector-card span { font-size: 18px; font-weight: 760; line-height: 1.35; color: #fff; align-self: end; }
.nsl-sector-card small { color: #fff; align-self: start; }
.nsl-sector-card .nsl-icon { grid-column: 2; grid-row: 1 / span 2; color: #fff; }

.nsl-country-section { padding-bottom: 82px; }

.nsl-process-section {
  margin-bottom: 102px;
  padding: 68px;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr);
  gap: 72px;
  border-radius: 14px;
  background: var(--nsl-navy-950);
  color: white;
}
.nsl-process-copy > p:not(.nsl-eyebrow) { margin: 22px 0 28px; color: #c8d3dd; font-size: 17px; line-height: 1.7; }
.nsl-process-list { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; }
.nsl-process-list li { padding: 20px 0; display: grid; grid-template-columns: 54px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.nsl-process-list li:first-child { padding-top: 0; }
.nsl-process-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.nsl-process-list li > span { color: #8bcd58; font-size: 13px; font-weight: 820; letter-spacing: .1em; }
.nsl-process-list strong { font-size: 18px; }
.nsl-process-list p { margin: 7px 0 0; color: #b9c7d2; font-size: 14px; line-height: 1.55; }

.nsl-faq-section {
  padding: 10px 0 110px;
  display: grid;
  grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr);
  gap: 92px;
}
.nsl-faq-list { border-top: 1px solid var(--nsl-line); }
.nsl-faq-list details { border-bottom: 1px solid var(--nsl-line); }
.nsl-faq-list summary {
  position: relative;
  padding: 23px 44px 23px 0;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 730;
}
.nsl-faq-list summary::-webkit-details-marker { display: none; }
.nsl-faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 4px; color: var(--nsl-green-600); font-size: 24px; font-weight: 400; }
.nsl-faq-list details[open] summary::after { content: "−"; }
.nsl-faq-list details p { margin: -5px 0 23px; padding-right: 44px; color: var(--nsl-muted); line-height: 1.7; }

@media (max-width: 1180px) {
  .nsl-hero { column-gap: 36px; }
  .nsl-hero-copy { padding-right: 0; padding-left: 0; }
  .nsl-search-grid { grid-template-columns: 1.4fr .8fr .8fr; }
  .nsl-home-fair { grid-template-columns: 78px minmax(220px,1.2fr) minmax(170px,.8fr) minmax(125px,.55fr) auto; }
  .nsl-fair-logo, .nsl-fair-placeholder { width: 78px; height: 54px; }
  .nsl-package-fact { display: none; }
  .nsl-process-section { padding: 54px; gap: 48px; }
}

@media (max-width: 860px) {
  /* Mobile starts with search and proceeds directly to available packages. */
  .nsl-home-main .nsl-hero-media,
  .nsl-home-main .nsl-hero-copy > :not(h1),
  .nsl-home-main .nsl-hero > .nsl-corporate-quick { display: none; }
  .nsl-home-main .nsl-hero-copy { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .nsl-home-main .nsl-fair-section { padding-top: 24px; }
  .nsl-hero { display: flex; flex-direction: column; min-height: 0; }
  .nsl-hero > .nsl-search-wrap { order: -2; }
  .nsl-hero > .nsl-corporate-quick { order: -1; }
  .nsl-hero-copy { min-height: 0; padding: 32px 24px 24px; }
  .nsl-hero h1 { max-width: 620px; font-size: clamp(42px,9vw,64px); }
  .nsl-hero-lead { font-size: 16px; }
  .nsl-hero-media { min-height: 0; height: 230px; margin-top: 0; }
  .nsl-hero-caption { right: 18px; bottom: 18px; }
  .nsl-search-wrap { width: calc(100% - 32px); margin: 18px auto 0; }
  .nsl-corporate-quick { position: static; width: fit-content; margin: 18px 24px 0 auto; }
  .nsl-search-grid { grid-template-columns: 1fr 1fr; }
  .nsl-field-query, .nsl-search-submit { grid-column: 1 / -1; }
  .nsl-fair-section { padding-top: 58px; }
  .nsl-home-fair { grid-template-columns: 76px minmax(0,1fr) auto; gap: 15px; }
  .nsl-fair-fact, .nsl-price-block { grid-column: 2 / 3; }
  .nsl-fair-fact { margin-top: -7px; }
  .nsl-price-block { margin-top: -6px; }
  .nsl-row-link { grid-column: 3; grid-row: 1 / span 4; }
  .nsl-sector-grid { grid-template-columns: 1fr 1fr; }
  .nsl-process-section { padding: 48px; grid-template-columns: 1fr; }
  .nsl-faq-section { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 600px) {
  .nsl-eyebrow { font-size: 11px; }
  .nsl-hero { width: 100%; }
  .nsl-hero-copy { padding: 28px 20px 22px; }
  .nsl-hero h1 { max-width: 100%; font-size: clamp(34px,10vw,40px); overflow-wrap: anywhere; }
  .nsl-trust-line { display: grid; gap: 8px; }
  .nsl-hero-media { width: calc(100% - 32px); min-height: 0; height: 180px; margin-right: auto; margin-left: auto; }
  .nsl-hero-caption { right: 12px; bottom: 12px; max-width: calc(100% - 24px); }
  .nsl-search-wrap { margin-top: 14px; }
  .nsl-search-tabs { padding-left: 8px; }
  .nsl-search-tabs button { min-width: 0; flex: 1; justify-content: center; padding: 0 8px; font-size: 13px; }
  .nsl-soon-badge { display: inline-block; font-size: 8px; padding: 3px 4px; }
  .nsl-search-tabs button { gap: 5px; flex-wrap: wrap; }
  .nsl-search-grid { grid-template-columns: 1fr; padding: 16px; }
  .nsl-field-query, .nsl-search-submit { grid-column: auto; }
  .nsl-search-notice { margin: -4px 16px 16px; align-items: flex-start; }
  .nsl-occupancy-popover { right: auto; left: 0; width: 100%; min-width: 0; }
  .nsl-section-heading { display: block; }
  .nsl-section-heading > a { margin-top: 18px; font-size: 13px; }
  .nsl-home-fair { padding: 21px 0; grid-template-columns: 68px 1fr; }
  .nsl-fair-logo, .nsl-fair-placeholder { width: 68px; height: 54px; }
  .nsl-fair-fact, .nsl-price-block, .nsl-row-link { grid-column: 2; }
  .nsl-row-link { grid-row: auto; width: fit-content; }
  .nsl-sector-grid { grid-template-columns: 1fr; }
  .nsl-discovery-section { padding-top: 64px; padding-bottom: 72px; }
  .nsl-sector-card { min-height: 144px; padding: 20px; }
  .nsl-process-section { width: 100%; margin-bottom: 72px; padding: 48px 24px; border-radius: 0; }
  .nsl-faq-section { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .nsl-occupancy-toggle::after { transition: none; }
}
