:root {
  --nsc-primary: #1bae70;
  --nsc-primary-dark: #06752e;
  --nsc-ink: #14261c;
  --nsc-text: #4e5652;
  --nsc-soft: #f4f6f4;
  --nsc-white: #fff;
  --nsc-line: #dde5df;
  --nsc-shadow: 0 18px 50px rgba(20, 38, 28, 0.09);
  --nsc-radius: 20px;
  --nsc-columns: 3;
}

.nsc-app,
.nsc-app *,
.nsc-app *::before,
.nsc-app *::after {
  box-sizing: border-box;
}

.nsc-app {
  color: var(--nsc-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.nsc-app img {
  max-width: 100%;
}

.nsc-app svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.nsc-app button,
.nsc-app input,
.nsc-app select {
  font: inherit;
}

.nsc-app button,
.nsc-app a {
  -webkit-tap-highlight-color: transparent;
}

.nsc-content-page .entry-header,
.nsc-content-page .page-header,
.nsc-content-page .entry-title:not(.nsc-app .entry-title) {
  display: none !important;
}

.nsc-content-page .site-content,
.nsc-content-page .content-area,
.nsc-content-page .site-main,
.nsc-content-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nsc-dynamic-page {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: clip;
  background: var(--nsc-white);
}

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

.nsc-anchor {
  display: block;
  scroll-margin-top: 95px;
}

.nsc-hero {
  display: grid;
  min-height: clamp(500px, 68vh, 720px);
  align-items: end;
  color: #fff;
  background-color: var(--nsc-ink);
  background-position: center;
  background-size: cover;
}

.nsc-hero .nsc-content-shell {
  padding-top: 150px;
  padding-bottom: 92px;
}

.nsc-hero__eyebrow,
.nsc-section-heading > span,
.nsc-route-cta span {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--nsc-primary);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nsc-hero__eyebrow {
  padding: 8px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.nsc-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 6.2vw, 76px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.nsc-hero__subtitle {
  max-width: 740px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
}

.nsc-hero__subtitle p {
  margin: 0;
}

.nsc-hero__scroll {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 32px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.nsc-hero__scroll svg {
  transition: transform 0.2s ease;
}

.nsc-hero__scroll:hover svg {
  transform: translateY(3px);
}

.nsc-content-section {
  padding: clamp(72px, 8vw, 120px) 0;
}

.nsc-content-section--soft {
  background: var(--nsc-soft);
}

.nsc-two-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.nsc-section-heading {
  margin-bottom: 38px;
}

.nsc-section-heading h2,
.nsc-route-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--nsc-ink);
  font-size: clamp(30px, 4.2vw, 50px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.nsc-section-heading p {
  max-width: 700px;
  margin: 14px 0 0;
}

.nsc-section-heading--center {
  text-align: center;
}

.nsc-section-heading--center h2 {
  margin-inline: auto;
}

.nsc-rich-text {
  color: var(--nsc-text);
  font-size: 17px;
}

.nsc-rich-text > :first-child,
.nsc-detail__description > :first-child {
  margin-top: 0;
}

.nsc-rich-text > :last-child,
.nsc-detail__description > :last-child {
  margin-bottom: 0;
}

.nsc-rich-text h3 {
  margin: 36px 0 12px;
  color: var(--nsc-ink);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.nsc-rich-text p {
  margin: 0 0 18px;
}

.nsc-route-lead {
  color: var(--nsc-ink);
  font-size: clamp(20px, 2.2vw, 25px);
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.5;
}

.nsc-route-destination-note {
  padding: 18px 20px;
  color: var(--nsc-ink);
  background: #eff7f2;
  border-left: 4px solid var(--nsc-primary);
  border-radius: 0 14px 14px 0;
}

.nsc-route-overview {
  display: grid;
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.nsc-route-overview.has-map {
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
}

.nsc-route-map {
  position: sticky;
  top: 110px;
  display: block;
  overflow: hidden;
  padding: 14px;
  color: var(--nsc-ink) !important;
  background: #fff;
  border: 1px solid var(--nsc-line);
  border-radius: 22px;
  box-shadow: var(--nsc-shadow);
  text-decoration: none !important;
}

.nsc-route-map > span {
  display: block;
  padding: 5px 7px 12px;
  color: var(--nsc-primary-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nsc-route-map img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: var(--nsc-soft);
  border-radius: 14px;
}

.nsc-route-map strong {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 14px 7px 3px;
  font-size: 14px;
}

.nsc-attractions-section {
  padding-top: 0;
}

.nsc-attraction-list {
  display: flex;
  max-width: 1050px;
  gap: 10px;
  justify-content: center;
  margin-inline: auto;
  flex-wrap: wrap;
}

.nsc-attraction-list span {
  display: inline-flex;
  min-height: 46px;
  gap: 8px;
  align-items: center;
  padding: 10px 16px;
  color: var(--nsc-ink);
  background: #f4f8f5;
  border: 1px solid #dfeae2;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
}

.nsc-attraction-list svg {
  width: 17px;
  height: 17px;
  color: var(--nsc-primary-dark);
}

.nsc-support-panel,
.nsc-governance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.nsc-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nsc-document-card {
  display: flex;
  min-height: 330px;
  padding: 28px;
  flex-direction: column;
  color: var(--nsc-text) !important;
  background: #fff;
  border: 1px solid rgba(20, 38, 28, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(20, 38, 28, 0.055);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nsc-document-card:hover {
  box-shadow: var(--nsc-shadow);
  transform: translateY(-4px);
}

.nsc-document-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  place-items: center;
  color: var(--nsc-primary-dark);
  background: #eaf5ed;
  border-radius: 15px;
}

.nsc-document-card small,
.nsc-person-grid small,
.nsc-news-card small,
.nsc-contact-grid small {
  color: #78817c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nsc-document-card h3 {
  margin: 9px 0 10px;
  color: var(--nsc-ink);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.nsc-document-card p {
  margin: 0;
  font-size: 14px;
}

.nsc-document-card > strong {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  color: var(--nsc-primary-dark);
  font-size: 14px;
}

.nsc-document-card > strong svg {
  width: 17px;
  height: 17px;
}

.nsc-person-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nsc-person-grid article {
  padding: 23px;
  background: var(--nsc-soft);
  border: 1px solid var(--nsc-line);
  border-radius: 17px;
}

.nsc-person-grid h3 {
  margin: 7px 0 0;
  color: var(--nsc-ink);
  font-size: 19px;
  line-height: 1.25;
}

.nsc-footnote {
  margin: 16px 0 0;
  color: #77807b;
  font-size: 13px;
}

.nsc-link-list {
  display: grid;
  gap: 10px;
}

.nsc-link-list a {
  display: flex;
  min-height: 58px;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 17px;
  color: var(--nsc-ink) !important;
  background: #fff;
  border: 1px solid var(--nsc-line);
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.nsc-link-list a:hover {
  color: var(--nsc-primary-dark) !important;
  border-color: color-mix(in srgb, var(--nsc-primary) 40%, white);
}

.nsc-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nsc-news-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(20, 38, 28, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(20, 38, 28, 0.055);
}

.nsc-news-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e8eee9;
}

.nsc-news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.nsc-news-card:hover .nsc-news-card__media img {
  transform: scale(1.035);
}

.nsc-news-card > div {
  padding: 24px;
}

.nsc-news-card small {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--nsc-primary-dark);
}

.nsc-news-card small svg {
  width: 16px;
  height: 16px;
}

.nsc-news-card h3 {
  margin: 10px 0;
  color: var(--nsc-ink);
  font-size: 22px;
  line-height: 1.25;
}

.nsc-news-card h3 a,
.nsc-news-card__link {
  color: inherit !important;
  text-decoration: none !important;
}

.nsc-news-card p {
  margin: 0 0 18px;
  font-size: 14px;
}

.nsc-news-card__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--nsc-primary-dark) !important;
  font-size: 14px;
  font-weight: 750;
}

.nsc-news-card__link svg {
  width: 17px;
  height: 17px;
}

.nsc-contact-shell {
  max-width: 1050px;
}

.nsc-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nsc-contact-grid a {
  display: flex;
  min-height: 210px;
  padding: 28px;
  flex-direction: column;
  color: var(--nsc-ink) !important;
  background: #fff;
  border: 1px solid var(--nsc-line);
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(20, 38, 28, 0.055);
  text-decoration: none !important;
}

.nsc-contact-grid a > span {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: auto;
  place-items: center;
  color: var(--nsc-primary-dark);
  background: #eaf5ed;
  border-radius: 15px;
}

.nsc-contact-grid strong {
  margin-top: 6px;
  overflow-wrap: anywhere;
  font-size: 18px;
}

.nsc-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nsc-highlight {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(20, 38, 28, 0.07);
  border-radius: var(--nsc-radius);
  box-shadow: 0 12px 38px rgba(20, 38, 28, 0.055);
}

.nsc-highlight > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--nsc-primary-dark);
  background: color-mix(in srgb, var(--nsc-primary) 14%, white);
  border-radius: 14px;
}

.nsc-highlight h3 {
  margin: 0 0 12px;
  color: var(--nsc-ink);
  font-size: 21px;
  font-weight: 750;
  line-height: 1.25;
}

.nsc-highlight p {
  margin: 0;
}

.nsc-directory {
  --nsc-columns: 3;
  width: 100%;
}

.nsc-filter-bar {
  display: grid;
  grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(170px, 0.75fr));
  gap: 12px;
  margin-bottom: 22px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 38, 28, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(20, 38, 28, 0.07);
  backdrop-filter: blur(14px);
}

.nsc-search-field,
.nsc-select-field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  margin: 0;
  color: #66706b;
  background: #f7f9f7;
  border: 1px solid transparent;
  border-radius: 13px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nsc-search-field:focus-within,
.nsc-select-field:focus-within {
  background: #fff;
  border-color: color-mix(in srgb, var(--nsc-primary) 48%, white);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--nsc-primary) 13%, transparent);
}

.nsc-search-field > svg {
  position: absolute;
  left: 16px;
}

.nsc-search-field input,
.nsc-select-field select {
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0 16px;
  color: var(--nsc-ink);
  background: transparent !important;
  border: 0 !important;
  border-radius: inherit;
  box-shadow: none !important;
  outline: 0;
}

.nsc-search-field input {
  padding-left: 48px;
}

.nsc-search-field input::placeholder {
  color: #818984;
}

.nsc-select-field select {
  padding-right: 42px;
  appearance: none;
}

.nsc-select-field > svg {
  position: absolute;
  right: 14px;
  pointer-events: none;
}

.nsc-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  margin: 0 2px 22px;
  color: #6a736e;
  font-size: 14px;
}

.nsc-results-head p {
  margin: 0;
}

.nsc-results-head strong {
  color: var(--nsc-ink);
}

.nsc-reset {
  padding: 0;
  color: var(--nsc-primary-dark);
  background: transparent;
  border: 0;
  font-weight: 700;
  cursor: pointer;
}

.nsc-card-grid {
  display: grid;
  grid-template-columns: repeat(var(--nsc-columns), minmax(0, 1fr));
  gap: 24px;
}

.nsc-card[hidden] {
  display: none !important;
}

.nsc-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(20, 38, 28, 0.08);
  border-radius: var(--nsc-radius);
  box-shadow: 0 12px 36px rgba(20, 38, 28, 0.065);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.nsc-card:hover {
  z-index: 1;
  border-color: color-mix(in srgb, var(--nsc-primary) 28%, white);
  box-shadow: var(--nsc-shadow);
  transform: translateY(-5px);
}

.nsc-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e9efeb;
}

.nsc-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.nsc-card:hover .nsc-card__media img {
  transform: scale(1.035);
}

.nsc-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #8ba094;
  background: linear-gradient(135deg, #e1ebe4, #f5f8f6);
}

.nsc-card__placeholder svg {
  width: 44px;
  height: 44px;
}

.nsc-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(20, 38, 28, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.nsc-badge--gastronomia { background: rgba(141, 79, 26, 0.88); }
.nsc-badge--hospedagem { background: rgba(41, 81, 125, 0.88); }

.nsc-card__body {
  display: flex;
  min-height: 310px;
  padding: 24px;
  flex: 1;
  flex-direction: column;
}

.nsc-card__location {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 0 0 9px;
  color: var(--nsc-primary-dark);
  font-size: 13px;
  font-weight: 750;
}

.nsc-card__location svg {
  width: 16px;
  height: 16px;
}

.nsc-card h3 {
  margin: 0;
  color: var(--nsc-ink);
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.nsc-card__excerpt {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: #69716d;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nsc-card__facts {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: #737b77;
  font-size: 13px;
}

.nsc-card__facts span {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.nsc-card__facts svg {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--nsc-primary-dark);
}

.nsc-card__actions,
.nsc-detail__actions {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  flex-wrap: wrap;
}

.nsc-button {
  display: inline-flex;
  min-height: 46px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  color: var(--nsc-ink);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.nsc-button:hover {
  transform: translateY(-1px);
}

.nsc-button--primary {
  color: #fff !important;
  background: var(--nsc-primary-dark);
}

.nsc-button--primary:hover {
  background: var(--nsc-ink);
}

.nsc-button--secondary {
  color: var(--nsc-ink) !important;
  background: #f3f6f4;
  border-color: #e4eae6;
}

.nsc-button--icon {
  width: 46px;
  padding: 0;
  color: var(--nsc-primary-dark) !important;
  background: color-mix(in srgb, var(--nsc-primary) 11%, white);
  border-color: color-mix(in srgb, var(--nsc-primary) 18%, white);
}

.nsc-button--light {
  color: var(--nsc-ink) !important;
  background: #fff;
}

.nsc-empty {
  display: grid;
  min-height: 280px;
  margin-top: 20px;
  padding: 45px 20px;
  place-content: center;
  color: #6b746f;
  text-align: center;
  background: #fff;
  border: 1px dashed #cfd8d2;
  border-radius: var(--nsc-radius);
}

.nsc-empty[hidden] { display: none !important; }
.nsc-empty--visible { display: grid; }

.nsc-empty > span {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  place-items: center;
  color: var(--nsc-primary-dark);
  background: #edf6f0;
  border-radius: 18px;
}

.nsc-empty h3 {
  margin: 0;
  color: var(--nsc-ink);
  font-size: 22px;
}

.nsc-empty p {
  margin: 6px 0 0;
}

html.nsc-modal-open {
  overflow: hidden;
}

.nsc-modal {
  width: min(820px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.nsc-modal::backdrop {
  background: rgba(10, 20, 14, 0.7);
  backdrop-filter: blur(8px);
}

.nsc-modal__surface {
  position: relative;
  max-height: calc(100dvh - 40px);
  overflow: auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}

.nsc-modal__close {
  position: sticky;
  z-index: 3;
  top: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 14px 14px -56px auto;
  padding: 0;
  place-items: center;
  color: var(--nsc-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 38, 28, 0.1);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(20, 38, 28, 0.13);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.nsc-detail__image {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.nsc-detail__content {
  padding: clamp(26px, 5vw, 48px);
}

.nsc-detail__eyebrow {
  margin: 0 0 10px;
  color: var(--nsc-primary-dark);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nsc-detail h2 {
  margin: 0 0 22px;
  color: var(--nsc-ink);
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.nsc-detail__description {
  color: var(--nsc-text);
}

.nsc-detail__description strong {
  color: var(--nsc-ink);
}

.nsc-detail-page {
  max-width: 900px;
}

.nsc-detail-page .nsc-detail__image {
  border-radius: var(--nsc-radius);
}

.nsc-city-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nsc-city-card {
  position: relative;
  display: flex;
  min-height: 230px;
  overflow: hidden;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff !important;
  background-color: var(--nsc-ink);
  background-position: center;
  background-size: cover;
  border-radius: var(--nsc-radius);
  box-shadow: 0 12px 34px rgba(20, 38, 28, 0.12);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nsc-city-card:hover {
  box-shadow: 0 20px 50px rgba(20, 38, 28, 0.2);
  transform: translateY(-4px);
}

.nsc-city-card span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.nsc-city-card strong {
  max-width: calc(100% - 34px);
  font-size: 21px;
  line-height: 1.2;
}

.nsc-city-card > svg {
  position: absolute;
  right: 22px;
  bottom: 24px;
}

.nsc-category-nav {
  display: inline-flex;
  gap: 6px;
  margin-bottom: 34px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--nsc-line);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(20, 38, 28, 0.05);
}

.nsc-category-nav a {
  padding: 10px 17px;
  color: var(--nsc-text) !important;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.nsc-category-nav a:hover,
.nsc-category-nav a.is-active {
  color: #fff !important;
  background: var(--nsc-primary-dark);
}

.nsc-gallery-section {
  background: #fff;
}

.nsc-gallery {
  display: grid;
  grid-auto-rows: 170px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.nsc-gallery__item {
  overflow: hidden;
  border-radius: 16px;
}

.nsc-gallery__item:nth-child(1),
.nsc-gallery__item:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

.nsc-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.nsc-gallery__item:hover img {
  transform: scale(1.04);
}

.nsc-route-cta {
  padding: clamp(70px, 8vw, 110px) 0;
  color: #fff;
  background: linear-gradient(135deg, var(--nsc-primary-dark), var(--nsc-ink));
}

.nsc-route-cta .nsc-content-shell {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.nsc-route-cta span { color: #abf3ce; }
.nsc-route-cta h2 { color: #fff; }
.nsc-route-cta p { max-width: 660px; margin: 14px 0 0; color: rgba(255, 255, 255, 0.78); }
.nsc-route-cta .nsc-button { flex: 0 0 auto; }

@media (max-width: 1100px) {
  .nsc-filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nsc-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nsc-city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nsc-document-grid,
  .nsc-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .nsc-content-shell { width: min(100% - 36px, 1200px); }
  .nsc-hero { min-height: 560px; }
  .nsc-hero .nsc-content-shell { padding-top: 130px; padding-bottom: 72px; }
  .nsc-two-columns { grid-template-columns: 1fr; gap: 24px; }
  .nsc-route-overview.has-map,
  .nsc-support-panel,
  .nsc-governance-grid { grid-template-columns: 1fr; gap: 34px; }
  .nsc-route-map { position: relative; top: auto; }
  .nsc-highlight-grid { grid-template-columns: 1fr 1fr; }
  .nsc-city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nsc-gallery { grid-template-columns: repeat(2, 1fr); }
  .nsc-route-cta .nsc-content-shell { align-items: flex-start; flex-direction: column; }
  .nsc-contact-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .nsc-content-shell { width: min(100% - 28px, 1200px); }
  .nsc-hero { min-height: 520px; background-position: 60% center; }
  .nsc-hero .nsc-content-shell { padding-top: 120px; padding-bottom: 54px; }
  .nsc-hero h1 { font-size: clamp(36px, 12vw, 52px); }
  .nsc-hero__subtitle { font-size: 17px; }
  .nsc-content-section { padding: 68px 0; }
  .nsc-highlight-grid,
  .nsc-card-grid,
  .nsc-city-grid,
  .nsc-document-grid,
  .nsc-news-grid,
  .nsc-contact-grid,
  .nsc-person-grid { grid-template-columns: 1fr; }
  .nsc-filter-bar { grid-template-columns: 1fr; padding: 10px; border-radius: 16px; }
  .nsc-card__body { min-height: 0; padding: 21px; }
  .nsc-card__actions { margin-top: 22px; }
  .nsc-card__actions .nsc-button--primary { flex: 1; }
  .nsc-category-nav { display: grid; grid-template-columns: 1fr; width: 100%; }
  .nsc-category-nav a { text-align: center; }
  .nsc-gallery { grid-auto-rows: 130px; }
  .nsc-modal { width: calc(100% - 18px); max-height: calc(100dvh - 18px); }
  .nsc-modal__surface { max-height: calc(100dvh - 18px); border-radius: 20px; }
  .nsc-detail__content { padding: 26px 20px 28px; }
  .nsc-detail__actions { align-items: stretch; flex-direction: column; }
  .nsc-detail__actions .nsc-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .nsc-app *,
  .nsc-app *::before,
  .nsc-app *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
