:root {
  --nt-ink: #13292c;
  --nt-ink-soft: #365056;
  --nt-teal: #05a8a2;
  --nt-teal-dark: #087771;
  --nt-coral: #d8644e;
  --nt-gold: #c59b4b;
  --nt-blue: #235b78;
  --nt-paper: #f4f6f3;
  --nt-white: #ffffff;
  --nt-mist: #e7efed;
  --nt-border: #cedbd8;
  --nt-safe: #17795e;
  --nt-caution: #9b6b16;
  --nt-urgent: #a53b36;
  --nt-shadow: 0 18px 48px rgba(19, 41, 44, 0.12);
  --nt-shell: 1180px;
  --nt-radius: 6px;
  --nt-font-display: "Aptos Display", "SF Pro Display", "Avenir Next", "Inter Tight", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
  --nt-font-body: "Aptos", "SF Pro Text", "Avenir Next", "Inter", "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  --nt-font-accent: "Aptos", "SF Pro Text", "Avenir Next", "Inter", "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--nt-ink);
  background: var(--nt-white);
  font-family: var(--nt-font-body);
  font-size: 17px;
  line-height: 1.68;
  letter-spacing: -0.006em;
}

body.admin-bar .nt-site-header {
  top: 32px;
}

a {
  color: var(--nt-teal-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--nt-coral);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.65em;
  color: var(--nt-ink);
  font-family: var(--nt-font-display);
  line-height: 1.04;
  font-weight: 820;
  letter-spacing: -0.055em;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 5.4rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

h3 {
  font-size: 1.55rem;
}

p {
  margin: 0 0 1em;
}

.screen-reader-text,
.nt-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nt-skip-link:focus {
  z-index: 10000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  clip: auto;
  color: var(--nt-white);
  background: var(--nt-ink);
}

:focus-visible {
  outline: 3px solid var(--nt-gold);
  outline-offset: 3px;
}

.nt-shell {
  width: min(calc(100% - 40px), var(--nt-shell));
  margin-inline: auto;
}

.nt-site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background:
    linear-gradient(135deg, rgba(247, 243, 234, 0.98), rgba(255, 255, 255, 0.98));
  border-bottom: 1px solid var(--nt-border);
}

.nt-utility {
  color: var(--nt-white);
  background: var(--nt-ink);
  font-size: 0.78rem;
}

.nt-utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nt-utility p {
  margin: 0;
}

.nt-utility ul {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-utility a {
  color: var(--nt-white);
  text-decoration: none;
}

.nt-header-main {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
}

.nt-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--nt-ink);
}

.nt-brand > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--nt-ink);
  text-decoration: none;
}

.nt-brand img,
.nt-brand .custom-logo {
  width: 58px;
  max-height: 58px;
  object-fit: contain;
}

.nt-brand .custom-logo-link {
  display: flex;
}

.nt-brand strong,
.nt-brand small {
  display: block;
}

.nt-brand strong {
  font-family: var(--nt-font-display);
  font-size: 1.2rem;
  font-weight: 820;
  letter-spacing: -0.035em;
}

.nt-brand small {
  color: var(--nt-ink-soft);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nt-primary-nav {
  justify-self: end;
  min-width: 0;
}

.nt-primary-nav ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-primary-nav li {
  position: relative;
}

.nt-primary-nav a {
  display: block;
  padding: 28px 0;
  color: var(--nt-ink);
  font-size: 0.86rem;
  font-weight: 680;
  text-decoration: none;
  transition: color 160ms ease;
}

.nt-primary-nav a:hover,
.nt-primary-nav a:focus-visible {
  color: var(--nt-teal-dark);
}

.nt-primary-nav .sub-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: -20px;
  display: none;
  min-width: 240px;
  padding: 12px 20px;
  background: linear-gradient(135deg, var(--nt-white), var(--nt-paper));
  border: 1px solid var(--nt-border);
  border-radius: 14px;
  box-shadow: var(--nt-shadow);
}

.nt-primary-nav li:hover > .sub-menu,
.nt-primary-nav li:focus-within > .sub-menu {
  display: block;
}

.nt-primary-nav .sub-menu a {
  padding: 9px 0;
}

.nt-home-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 9px 16px;
  color: var(--nt-white);
  background: var(--nt-ink);
  border: 1px solid var(--nt-ink);
  border-radius: var(--nt-radius);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nt-home-link:hover,
.nt-home-link:focus-visible {
  color: var(--nt-white);
  background: var(--nt-teal-dark);
  border-color: var(--nt-teal-dark);
  transform: translateY(-2px);
}

.nt-explore-menu {
  position: relative;
  justify-self: end;
}

.nt-explore-menu summary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  color: var(--nt-white);
  background: var(--nt-teal-dark);
  border: 1px solid var(--nt-teal-dark);
  border-radius: var(--nt-radius);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.nt-explore-menu summary::-webkit-details-marker {
  display: none;
}

.nt-explore-menu summary::after {
  content: "▾";
  color: var(--nt-white);
  font-weight: 900;
}

.nt-explore-menu[open] summary::after {
  transform: rotate(180deg);
}

.nt-explore-menu summary small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nt-explore-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(940px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 24px;
  background:
    radial-gradient(circle at 8% 12%, rgba(5, 168, 162, 0.12), transparent 30%),
    linear-gradient(135deg, var(--nt-white), var(--nt-paper));
  border: 1px solid var(--nt-border);
  border-radius: 18px;
  box-shadow: var(--nt-shadow);
}

.nt-explore-group h2 {
  margin-bottom: 10px;
  color: var(--nt-coral);
  font-size: 0.76rem;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nt-explore-group ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-explore-group a {
  display: grid;
  gap: 3px;
  padding: 10px;
  color: var(--nt-ink);
  text-decoration: none;
  border-radius: 10px;
  transition: background 160ms ease, transform 160ms ease;
}

.nt-explore-group a:hover,
.nt-explore-group a:focus-visible {
  background: var(--nt-paper);
  transform: translateY(-1px);
}

.nt-explore-group strong {
  font-size: 0.94rem;
}

.nt-explore-group span {
  color: var(--nt-ink-soft);
  font-size: 0.78rem;
  line-height: 1.35;
}

.nt-site-directory {
  padding: clamp(34px, 6vw, 70px);
  background: var(--nt-white);
  border: 1px solid var(--nt-border);
  border-radius: 18px;
  box-shadow: 0 20px 70px rgba(24, 39, 42, 0.08);
}

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

.nt-site-directory-group {
  padding: 24px;
  background: var(--nt-paper);
  border: 1px solid var(--nt-border);
  border-radius: 14px;
}

.nt-site-directory-group h3 {
  margin-bottom: 14px;
  color: var(--nt-coral);
  font-size: 0.84rem;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nt-site-directory-group ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-site-directory-group a {
  display: grid;
  gap: 3px;
  color: var(--nt-ink);
  text-decoration: none;
}

.nt-site-directory-group span {
  color: var(--nt-ink-soft);
  font-size: 0.85rem;
}

.nt-legacy-bridge-hero {
  padding-block: 96px 76px;
  color: var(--nt-white);
  background:
    radial-gradient(circle at 12% 18%, rgba(5, 168, 162, 0.34), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(216, 100, 78, 0.22), transparent 28%),
    linear-gradient(135deg, #0d1e21 0%, #173d42 58%, #10282c 100%);
}

.nt-legacy-bridge-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.nt-legacy-bridge-hero h1,
.nt-legacy-bridge-hero p {
  color: var(--nt-white);
}

.nt-legacy-bridge-hero h1 {
  max-width: 940px;
  font-size: clamp(3rem, 6.8vw, 6.4rem);
}

.nt-legacy-bridge-hero p:not(.nt-eyebrow) {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.nt-legacy-bridge-note {
  padding: 34px;
  color: var(--nt-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
}

.nt-legacy-bridge-note span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--nt-coral);
  font-size: 0.74rem;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nt-legacy-bridge-note p {
  margin: 0;
  color: var(--nt-ink-soft);
}

.nt-legacy-bridge-body {
  padding-block: 90px;
  background: var(--nt-paper);
}

.nt-legacy-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 34px;
}

.nt-legacy-card {
  padding: 30px;
  background: var(--nt-white);
  border: 1px solid var(--nt-border);
  border-radius: 18px;
  box-shadow: 0 18px 56px rgba(24, 39, 42, 0.08);
}

.nt-legacy-card h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.nt-legacy-card p {
  color: var(--nt-ink-soft);
}

.nt-legacy-directory-wrap {
  margin-top: 34px;
}

.nt-header-action,
.nt-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: var(--nt-radius);
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.nt-header-action {
  color: var(--nt-white);
  background: var(--nt-teal-dark);
}

.nt-button:hover,
.nt-header-action:hover {
  transform: translateY(-2px);
}

.nt-menu-toggle {
  display: none;
}

.nt-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 120px));
  display: flex;
  align-items: center;
  color: var(--nt-white);
  background-image: var(--nt-hero-image);
  background-position: center 38%;
  background-size: cover;
}

.nt-hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(9, 31, 34, 0.62);
}

.nt-hero-inner {
  position: relative;
  z-index: 1;
  padding-block: 110px;
}

.nt-hero h1 {
  max-width: 940px;
  color: var(--nt-white);
  font-size: clamp(2.7rem, 6.4vw, 6rem);
  letter-spacing: -0.065em;
}

.nt-hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.17rem;
}

.nt-eyebrow {
  margin-bottom: 18px;
  color: var(--nt-teal);
  font-size: 0.78rem;
  font-family: var(--nt-font-accent);
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.nt-hero .nt-eyebrow {
  color: #81ddd8;
}

.nt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.nt-button-primary {
  color: var(--nt-white);
  background: var(--nt-coral);
}

.nt-button-ghost {
  color: var(--nt-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.nt-button-light {
  color: var(--nt-ink);
  background: var(--nt-white);
}

.nt-button-outline-light {
  color: var(--nt-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.nt-button-outline-light:hover,
.nt-button-outline-light:focus-visible {
  color: var(--nt-ink);
  background: var(--nt-white);
}

.nt-privacy-note {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
}

.nt-pathways,
.nt-services,
.nt-offerings,
.nt-page-content {
  padding-block: 100px;
}

.nt-section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.nt-section-heading > p:last-child,
.nt-section-heading-split > p {
  color: var(--nt-ink-soft);
}

.nt-section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;
}

.nt-pathway-grid,
.nt-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--nt-border);
  border: 1px solid var(--nt-border);
}

.nt-pathway,
.nt-product {
  min-width: 0;
  padding: 40px;
  background: var(--nt-white);
}

.nt-pathway:hover,
.nt-product:hover {
  box-shadow: inset 0 4px 0 var(--nt-teal);
}

.nt-pathway-number,
.nt-product-type {
  display: block;
  margin-bottom: 34px;
  color: var(--nt-coral);
  font-size: 0.74rem;
  font-family: var(--nt-font-accent);
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nt-pathway a,
.nt-product a,
.nt-text-link {
  font-weight: 760;
}

.nt-principles {
  color: var(--nt-white);
  background: var(--nt-ink);
}

.nt-principles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 100px;
}

.nt-principles h2 {
  color: var(--nt-white);
}

.nt-principle-list {
  display: grid;
}

.nt-principle-list article {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.nt-principle-list strong {
  color: #81ddd8;
  font-family: var(--nt-font-display);
  font-size: 1.4rem;
  font-weight: 820;
  letter-spacing: -0.035em;
}

.nt-principle-list p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.nt-services {
  background: var(--nt-paper);
}

.nt-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--nt-border);
}

.nt-service-link {
  min-width: 0;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 0;
  color: var(--nt-ink);
  border-bottom: 1px solid var(--nt-border);
  text-decoration: none;
}

.nt-service-link:nth-child(odd) {
  padding-right: 40px;
  border-right: 1px solid var(--nt-border);
}

.nt-service-link:nth-child(even) {
  padding-left: 40px;
}

.nt-service-link span {
  font-family: var(--nt-font-display);
  font-size: 1.65rem;
  font-weight: 820;
  letter-spacing: -0.04em;
}

.nt-service-link small {
  margin-top: 7px;
  color: var(--nt-ink-soft);
}

.nt-offerings {
  background: var(--nt-mist);
}

.nt-product-price {
  margin-block: 18px 24px;
  color: var(--nt-teal-dark);
  font-size: 1.25rem;
  font-weight: 760;
}

.nt-final-cta {
  color: var(--nt-white);
  background: var(--nt-teal-dark);
}

.nt-final-cta-inner {
  min-height: 320px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  padding-block: 70px;
}

.nt-final-cta h2 {
  max-width: 800px;
  color: var(--nt-white);
}

.nt-final-cta .nt-eyebrow {
  color: #b9f0ed;
}

.nt-page-header {
  padding-block: 90px 70px;
  background: var(--nt-paper);
  border-bottom: 1px solid var(--nt-border);
}

.nt-page-header h1 {
  max-width: 920px;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
}

.nt-prose {
  max-width: 850px;
}

.nt-prose > * + * {
  margin-top: 1.25em;
}

.nt-prose h2,
.nt-prose h3 {
  margin-top: 1.7em;
}

.nt-archive-description {
  max-width: 760px;
  color: var(--nt-ink-soft);
}

.nt-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  margin-block: 24px;
}

.nt-search-form label {
  min-width: min(100%, 320px);
  flex: 1;
}

.nt-search-field {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  color: var(--nt-ink);
  background: var(--nt-white);
  border: 1px solid var(--nt-border);
  border-radius: var(--nt-radius);
}

.nt-featured-image {
  margin: 0 0 48px;
}

.nt-post-list {
  display: grid;
  gap: 32px;
}

.nt-post-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--nt-border);
}

.nt-post-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.nt-post-meta {
  color: var(--nt-coral);
  font-size: 0.76rem;
  font-family: var(--nt-font-accent);
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nt-post-card h2 {
  font-size: 2rem;
}

.nt-post-card h2 a {
  color: var(--nt-ink);
  text-decoration: none;
}

.nt-site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #0d1e21;
}

.nt-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr 1fr;
  gap: 54px;
  padding-block: 72px;
}

.nt-footer-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--nt-white);
  font-family: var(--nt-font-display);
  font-size: 1.25rem;
  font-weight: 820;
  letter-spacing: -0.035em;
}

.nt-trust-strip {
  color: var(--nt-white);
  background: var(--nt-blue);
}

.nt-trust-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.nt-trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.nt-trust-item:last-child {
  border-right: 0;
}

.nt-trust-item strong {
  display: block;
  font-family: var(--nt-font-display);
  font-size: 0.96rem;
  font-weight: 820;
  letter-spacing: -0.02em;
}

.nt-trust-item small {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.35;
}

.nt-trust-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 820;
}

.nt-question-lab {
  position: relative;
  overflow: hidden;
  padding-block: 110px;
  color: var(--nt-white);
  background:
    radial-gradient(circle at 12% 20%, rgba(5, 168, 162, 0.32), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(216, 100, 78, 0.22), transparent 28%),
    linear-gradient(135deg, #0d1e21 0%, #183d42 54%, #10282c 100%);
}

.nt-question-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.nt-question-lab-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 64px;
  align-items: center;
}

.nt-question-lab h2 {
  color: var(--nt-white);
}

.nt-question-lab p {
  color: rgba(255, 255, 255, 0.78);
}

.nt-question-lab-note {
  max-width: 560px;
  padding-left: 16px;
  border-left: 3px solid #81ddd8;
  font-size: 0.92rem;
}

.nt-question-console {
  overflow: hidden;
  color: var(--nt-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.nt-console-topline,
.nt-console-question,
.nt-console-answer {
  padding: 22px 26px;
}

.nt-console-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--nt-white);
  background: var(--nt-ink);
  font-size: 0.76rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nt-console-question {
  display: grid;
  gap: 6px;
  background: var(--nt-paper);
  border-bottom: 1px solid var(--nt-border);
}

.nt-console-question span,
.nt-console-index {
  margin: 0;
  color: var(--nt-coral);
  font-size: 0.74rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nt-console-question strong {
  font-family: var(--nt-font-display);
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  font-weight: 820;
  letter-spacing: -0.045em;
}

.nt-console-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--nt-border);
}

.nt-console-options button {
  min-height: 58px;
  padding: 11px 10px;
  color: var(--nt-ink);
  background: var(--nt-white);
  border: 0;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 760;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nt-console-options button:hover,
.nt-console-options button:focus-visible,
.nt-console-options button.is-active {
  color: var(--nt-white);
  background: var(--nt-teal-dark);
}

.nt-console-answer {
  min-height: 255px;
  background:
    linear-gradient(135deg, rgba(5, 168, 162, 0.1), transparent 46%),
    var(--nt-white);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nt-console-answer.is-swapping {
  animation: ntAnswerSwap 320ms ease;
}

.nt-console-answer h3 {
  max-width: 700px;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
}

.nt-console-answer p:not(.nt-console-index) {
  max-width: 680px;
  color: var(--nt-ink-soft);
}

.nt-console-answer a {
  display: inline-flex;
  margin-top: 10px;
  font-weight: 760;
}

@keyframes ntAnswerSwap {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nt-safety-notice {
  padding: 34px;
  color: var(--nt-ink);
  background:
    linear-gradient(135deg, rgba(216, 100, 78, 0.12), rgba(255, 255, 255, 0.86)),
    #fff7f3;
  border: 1px solid rgba(216, 100, 78, 0.24);
  border-left: 5px solid var(--nt-coral);
  border-radius: 14px;
  box-shadow: 0 18px 56px rgba(24, 39, 42, 0.08);
}

.nt-safety-notice h2 {
  max-width: 780px;
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.nt-safety-notice p:last-child {
  max-width: 920px;
  margin-bottom: 0;
  color: var(--nt-ink-soft);
}

.nt-engagement-hub {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 36px;
  align-items: stretch;
  padding: 48px;
  background:
    radial-gradient(circle at 10% 15%, rgba(5, 168, 162, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(247, 243, 234, 0.94), rgba(255, 255, 255, 0.98));
  border: 1px solid var(--nt-border);
  border-radius: 18px;
  box-shadow: var(--nt-shadow);
}

.nt-engagement-copy p:not(.nt-eyebrow) {
  max-width: 620px;
  color: var(--nt-ink-soft);
}

.nt-engagement-panel {
  overflow: hidden;
  background: var(--nt-white);
  border: 1px solid var(--nt-border);
  border-radius: 14px;
}

.nt-engagement-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--nt-border);
}

.nt-engagement-options button {
  min-height: 70px;
  padding: 16px 18px;
  color: var(--nt-ink);
  background: var(--nt-white);
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 780;
  text-align: left;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nt-engagement-options button:hover,
.nt-engagement-options button:focus-visible,
.nt-engagement-options button.is-active {
  color: var(--nt-white);
  background: var(--nt-teal-dark);
}

.nt-engagement-result {
  min-height: 245px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(5, 168, 162, 0.1), transparent 45%),
    var(--nt-white);
}

.nt-engagement-result.is-swapping {
  animation: ntAnswerSwap 260ms ease;
}

.nt-engagement-result h3 {
  max-width: 700px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.nt-engagement-result p:not(.nt-console-index) {
  max-width: 720px;
  color: var(--nt-ink-soft);
}

.nt-engagement-result a {
  display: inline-flex;
  margin-top: 10px;
  font-weight: 780;
}

.nt-app-bridge {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 42px;
  color: var(--nt-white);
  background:
    radial-gradient(circle at 92% 12%, rgba(5, 168, 162, 0.28), transparent 32%),
    linear-gradient(135deg, var(--nt-ink) 0%, var(--nt-blue) 100%);
  border-radius: 18px;
  box-shadow: var(--nt-shadow);
}

.nt-app-bridge h2 {
  color: var(--nt-white);
}

.nt-app-bridge p:not(.nt-eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.78);
}

.nt-app-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.nt-wip-page {
  display: grid;
  gap: 22px;
  margin-block: 18px 36px;
  padding: clamp(28px, 5vw, 54px);
  background:
    radial-gradient(circle at 8% 12%, rgba(5, 168, 162, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(247, 243, 234, 0.96), rgba(255, 255, 255, 0.99));
  border: 1px solid var(--nt-border);
  border-radius: 18px;
  box-shadow: 0 20px 70px rgba(24, 39, 42, 0.08);
}

.nt-wip-page h1,
.nt-wip-page h2 {
  max-width: 860px;
  margin-bottom: 0;
}

.nt-wip-page p {
  max-width: 920px;
  color: var(--nt-ink-soft);
}

.nt-wip-label {
  width: fit-content;
  margin: 0;
  padding: 8px 12px;
  color: var(--nt-ink);
  background: rgba(197, 155, 75, 0.16);
  border: 1px solid rgba(197, 155, 75, 0.34);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nt-appointment-hero {
  padding-block: 96px 70px;
  color: var(--nt-white);
  background:
    radial-gradient(circle at 14% 18%, rgba(5, 168, 162, 0.34), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(216, 100, 78, 0.22), transparent 28%),
    linear-gradient(135deg, #0d1e21 0%, #173d42 58%, #10282c 100%);
}

.nt-appointment-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 54px;
  align-items: center;
}

.nt-appointment-hero h1,
.nt-appointment-hero p {
  color: var(--nt-white);
}

.nt-appointment-hero h1 {
  max-width: 880px;
  font-size: clamp(3rem, 7vw, 6.6rem);
}

.nt-appointment-hero p:not(.nt-eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.nt-appointment-boundary {
  padding-left: 16px;
  border-left: 3px solid #81ddd8;
}

.nt-appointment-status-card {
  padding: 34px;
  color: var(--nt-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
}

.nt-appointment-status-card span,
.nt-appointment-option span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--nt-coral);
  font-size: 0.74rem;
  font-weight: 780;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nt-appointment-status-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 21px;
}

.nt-appointment-options,
.nt-appointment-form-section {
  padding-block: 90px;
  background: var(--nt-paper);
}

.nt-appointment-form-section {
  background: var(--nt-white);
}

.nt-appointment-option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.nt-appointment-option {
  padding: 34px;
  background: var(--nt-white);
  border: 1px solid var(--nt-border);
  border-radius: 18px;
  box-shadow: 0 18px 56px rgba(24, 39, 42, 0.08);
}

.nt-appointment-option-featured {
  color: var(--nt-white);
  background: linear-gradient(135deg, var(--nt-ink), var(--nt-blue));
}

.nt-appointment-option-featured h2,
.nt-appointment-option-featured p {
  color: var(--nt-white);
}

.nt-appointment-option p {
  color: var(--nt-ink-soft);
}

.nt-appointment-option-featured p {
  color: rgba(255, 255, 255, 0.78);
}

.nt-appointment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.nt-button-ghost-dark {
  color: var(--nt-ink);
  background: transparent;
  border-color: var(--nt-border-strong);
}

.nt-button-ghost-dark:hover,
.nt-button-ghost-dark:focus-visible {
  color: var(--nt-white);
  background: var(--nt-ink);
}

.nt-appointment-muted,
.nt-appointment-smallprint {
  color: var(--nt-ink-soft);
  font-size: 0.9rem;
}

.nt-appointment-notice {
  margin-bottom: 22px;
  padding: 16px 18px;
  border-radius: 12px;
  font-weight: 720;
}

.nt-appointment-notice-success {
  color: #16453f;
  background: rgba(5, 168, 162, 0.14);
  border: 1px solid rgba(5, 168, 162, 0.28);
}

.nt-appointment-notice-error {
  color: #763325;
  background: rgba(216, 100, 78, 0.12);
  border: 1px solid rgba(216, 100, 78, 0.28);
}

.nt-appointment-form-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 58px;
  align-items: start;
}

.nt-appointment-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 34px;
  background: var(--nt-paper);
  border: 1px solid var(--nt-border);
  border-radius: 18px;
}

.nt-form-row,
.nt-form-row-full {
  display: grid;
  gap: 8px;
}

.nt-form-row-full,
.nt-appointment-form .nt-button,
.nt-appointment-smallprint {
  grid-column: 1 / -1;
}

.nt-appointment-form label {
  color: var(--nt-ink);
  font-size: 0.84rem;
  font-weight: 760;
}

.nt-appointment-form input,
.nt-appointment-form select,
.nt-appointment-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--nt-ink);
  background: var(--nt-white);
  border: 1px solid var(--nt-border);
  border-radius: 10px;
  font: inherit;
}

.nt-appointment-form textarea {
  resize: vertical;
}

.nt-hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nt-ask-preview {
  padding-block: 100px;
  background: var(--nt-white);
}

.nt-ask-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.nt-chat-window {
  overflow: hidden;
  background: var(--nt-white);
  border: 1px solid var(--nt-border);
  border-radius: 8px;
  box-shadow: var(--nt-shadow);
}

.nt-chat-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 18px;
  color: var(--nt-white);
  background: var(--nt-ink);
}

.nt-chat-bar strong {
  font-family: var(--nt-font-display);
  font-weight: 820;
}

.nt-chat-body {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: var(--nt-paper);
}

.nt-chat-message {
  max-width: 84%;
  padding: 14px 16px;
  border-radius: 8px;
  line-height: 1.45;
}

.nt-chat-message-user {
  justify-self: end;
  color: var(--nt-white);
  background: var(--nt-blue);
}

.nt-chat-message-norm {
  background: var(--nt-white);
  border: 1px solid var(--nt-border);
}

.nt-chat-message strong {
  display: block;
  margin-bottom: 4px;
}

.nt-chat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 26px 26px;
  background: var(--nt-paper);
}

.nt-chat-chip {
  padding: 8px 12px;
  color: var(--nt-ink);
  background: var(--nt-white);
  border: 1px solid var(--nt-border);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 760;
}

.nt-pricing {
  padding-block: 100px;
  background: var(--nt-ink);
}

.nt-pricing h2,
.nt-pricing h3 {
  color: var(--nt-white);
}

.nt-pricing .nt-section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.nt-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nt-price-card {
  min-width: 0;
  padding: 32px;
  color: rgba(255, 255, 255, 0.76);
  background: #19383c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.nt-price-card-featured {
  background: var(--nt-teal-dark);
  border-color: #71d5d0;
}

.nt-price-label {
  color: #8de3de;
  font-size: 0.74rem;
  font-family: var(--nt-font-accent);
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nt-price {
  margin: 18px 0;
  color: var(--nt-white);
  font-family: var(--nt-font-display);
  font-size: 2.25rem;
  font-weight: 820;
  letter-spacing: -0.055em;
}

.nt-price-card ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.nt-price-card li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nt-price-card li::before {
  content: "✓";
  margin-right: 9px;
  color: #8de3de;
  font-weight: 820;
}

.nt-business {
  padding-block: 100px;
  background: var(--nt-paper);
}

.nt-business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.nt-business-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--nt-border);
  border: 1px solid var(--nt-border);
}

.nt-business-panel article {
  min-width: 0;
  padding: 28px;
  background: var(--nt-white);
}

.nt-business-panel strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--nt-font-display);
  font-weight: 820;
  letter-spacing: -0.035em;
}

.nt-article-section {
  padding-block: 100px;
}

.nt-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.nt-article-card {
  min-width: 0;
  border: 1px solid var(--nt-border);
  background: var(--nt-white);
}

.nt-article-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.nt-article-card-body {
  padding: 24px;
}

.nt-article-card h3 {
  font-size: 1.35rem;
}

.nt-faq {
  padding-block: 100px;
  background: var(--nt-mist);
}

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

.nt-faq details {
  padding: 22px 0;
  border-bottom: 1px solid var(--nt-border);
}

.nt-faq summary {
  cursor: pointer;
  font-family: var(--nt-font-display);
  font-size: 1.08rem;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.nt-faq details p {
  max-width: 820px;
  margin: 14px 0 0;
  color: var(--nt-ink-soft);
}

.nt-footer-mark img {
  width: 58px;
}

.nt-footer-heading {
  color: var(--nt-white);
  font-family: inherit;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nt-site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nt-site-footer a {
  color: var(--nt-white);
}

.nt-footer-bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

.nt-footer-bottom p {
  margin: 0;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button {
  color: var(--nt-white);
  background: var(--nt-teal-dark);
  border-radius: var(--nt-radius);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 24px;
  border: 1px solid var(--nt-border);
  border-radius: var(--nt-radius);
}

.nt-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nt-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nt-pathway,
.nt-price-card,
.nt-service-link,
.nt-business-panel article,
.nt-article-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nt-pathway:hover,
.nt-price-card:hover,
.nt-business-panel article:hover,
.nt-article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--nt-shadow);
}

@media (max-width: 1040px) {
  .nt-header-main {
    grid-template-columns: auto auto auto 1fr;
  }

  .nt-menu-toggle {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--nt-border);
    background: var(--nt-white);
  }

  .nt-menu-toggle::before,
  .nt-menu-toggle::after,
  .nt-menu-toggle span:first-child {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--nt-ink);
  }

  .nt-menu-toggle::before {
    transform: translateY(-6px);
  }

  .nt-menu-toggle::after {
    transform: translateY(6px);
  }

  .nt-primary-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    padding: 22px;
    background: var(--nt-white);
    border: 1px solid var(--nt-border);
    box-shadow: var(--nt-shadow);
  }

  .nt-primary-nav.is-open {
    display: block;
  }

  .nt-primary-nav ul {
    display: block;
  }

  .nt-primary-nav a {
    padding: 10px 0;
  }

  .nt-primary-nav .sub-menu {
    position: static;
    display: block;
    padding: 0 0 0 20px;
    border: 0;
    box-shadow: none;
  }

  .nt-header-action {
    justify-self: end;
  }

  .nt-explore-menu {
    justify-self: end;
  }

  .nt-explore-menu summary small {
    display: none;
  }

  .nt-explore-panel {
    right: -72px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: min(72vh, 680px);
    overflow: auto;
  }

  .nt-principles-grid,
  .nt-section-heading-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nt-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-trust-grid,
  .nt-price-grid,
  .nt-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-ask-layout,
  .nt-business-grid,
  .nt-question-lab-grid,
  .nt-engagement-hub,
  .nt-app-bridge,
  .nt-appointment-hero-grid,
  .nt-appointment-form-grid {
    grid-template-columns: 1fr;
  }

  .nt-app-bridge-actions {
    justify-content: flex-start;
  }

  .nt-console-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .nt-appointment-option-grid {
    grid-template-columns: 1fr;
  }

  .nt-site-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nt-legacy-bridge-grid {
    grid-template-columns: 1fr;
  }

  .nt-legacy-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.admin-bar .nt-site-header {
    top: 46px;
  }

  .nt-shell {
    width: min(calc(100% - 28px), var(--nt-shell));
  }

  .nt-utility {
    display: none;
  }

  .nt-header-main {
    min-height: 72px;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .nt-brand img,
  .nt-brand .custom-logo {
    width: 48px;
  }

  .nt-brand span {
    display: none;
  }

  .nt-header-action {
    display: none;
  }

  .nt-explore-menu summary {
    min-height: 42px;
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  .nt-explore-panel {
    position: fixed;
    top: 82px;
    right: 14px;
    left: 14px;
    width: auto;
    grid-template-columns: 1fr;
    max-height: calc(100vh - 110px);
    padding: 18px;
    overflow: auto;
  }

  .nt-hero {
    min-height: 680px;
    background-position: 63% center;
  }

  .nt-hero-inner {
    padding-block: 90px;
  }

  .nt-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.3rem);
    overflow-wrap: anywhere;
  }

  .nt-hero-copy {
    font-size: 1rem;
  }

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

  .nt-pathways,
  .nt-services,
  .nt-offerings,
  .nt-page-content,
  .nt-question-lab {
    padding-block: 70px;
  }

  .nt-engagement-hub,
  .nt-app-bridge,
  .nt-safety-notice,
  .nt-appointment-status-card,
  .nt-appointment-option,
  .nt-appointment-form {
    padding: 28px;
  }

  .nt-appointment-hero,
  .nt-appointment-options,
  .nt-appointment-form-section {
    padding-block: 70px;
  }

  .nt-pathway-grid,
  .nt-product-grid,
  .nt-service-grid,
  .nt-footer-grid,
  .nt-final-cta-inner,
  .nt-trust-grid,
  .nt-price-grid,
  .nt-article-grid,
  .nt-business-panel {
    grid-template-columns: 1fr;
  }

  .nt-console-options {
    grid-template-columns: 1fr;
  }

  .nt-engagement-options {
    grid-template-columns: 1fr;
  }

  .nt-appointment-form {
    grid-template-columns: 1fr;
  }

  .nt-site-directory-grid {
    grid-template-columns: 1fr;
  }

  .nt-legacy-bridge-hero,
  .nt-legacy-bridge-body {
    padding-block: 70px;
  }

  .nt-legacy-bridge-note,
  .nt-legacy-card {
    padding: 28px;
  }

  .nt-console-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .nt-trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nt-pathway,
  .nt-product,
  .nt-service-link,
  .nt-principle-list,
  .nt-final-cta-inner > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .nt-pathway,
  .nt-product {
    padding: 30px 24px;
  }

  .nt-principles-grid {
    padding-block: 70px;
  }

  .nt-service-link:nth-child(n) {
    min-height: 120px;
    padding: 24px 0;
    border-right: 0;
  }

  .nt-post-card {
    grid-template-columns: 1fr;
  }

  .nt-final-cta-inner {
    gap: 28px;
  }

  .nt-final-cta .nt-button {
    justify-self: start;
  }

  .nt-footer-grid {
    gap: 36px;
  }

  .nt-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 20px;
  }
}

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

  .nt-reveal {
    opacity: 1;
    transform: none;
  }
}
