@font-face {
  font-family: "Geist NSF";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02ba, U+02bd-02c5, U+02c7-02cc, U+02ce-02d7, U+02dd-02ff,
    U+0304, U+0308, U+0329, U+1d00-1dbf, U+1e00-1e9f, U+1ef2-1eff,
    U+2020, U+20a0-20ab, U+20ad-20c0, U+2113, U+2c60-2c7f, U+a720-a7ff;
}

@font-face {
  font-family: "Geist NSF";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+20ac, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

:root {
  --nsf-color-brand: #006600;
  --nsf-color-brand-deep: #004f00;
  --nsf-color-logo: #00793a;
  --nsf-color-text: #111111;
  --nsf-color-muted: #636363;
  --nsf-color-border: #a4a4a4;
  --nsf-color-surface: #ffffff;
  --nsf-color-subtle: #f9f9f9;
  --nsf-color-on-brand: #ffffff;
  --nsf-layout-max: 80rem;
  --nsf-layout-wide: 86rem;
  --nsf-gutter: clamp(1.25rem, 4vw, 3.5rem);
  --nsf-section-space: clamp(4.75rem, 7vw, 7rem);
  --nsf-radius-sm: 0.375rem;
  --nsf-radius-md: 0.875rem;
  --nsf-radius-lg: 1.5rem;
  --nsf-shadow-product: 0 1.5rem 4rem rgba(17, 17, 17, 0.11);
}

html {
  scroll-behavior: smooth;
}

body:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) {
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--nsf-color-text);
  background-color: var(--nsf-color-surface) !important;
  background-image: none !important;
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.error404 {
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--nsf-color-text);
  background: var(--nsf-color-surface) !important;
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.error404 *,
body.error404 *::before,
body.error404 *::after {
  box-sizing: border-box;
}

body.error404 :is(h1, h2, h3, p, li, a, button) {
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
}

body.error404 :is(a, button):focus-visible {
  outline: 3px solid var(--nsf-color-brand);
  outline-offset: 3px;
}

.nsf-404-main {
  margin: 0 !important;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--nsf-color-brand) 5%, var(--nsf-color-surface)),
    var(--nsf-color-surface) 58%
  );
}

.nsf-404 {
  display: grid;
  min-height: clamp(30rem, 62vh, 42rem);
  padding: clamp(4.5rem, 10vw, 8rem) var(--nsf-gutter);
  place-items: center;
}

.nsf-404__inner {
  width: min(100%, 54rem);
  margin: 0 auto !important;
  text-align: center;
}

.nsf-404__code {
  margin: 0 0 1rem;
  color: var(--nsf-color-brand);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 760;
  letter-spacing: 0.16em;
}

.nsf-404__title {
  margin: 0;
  color: var(--nsf-color-text);
  font-size: clamp(2.75rem, 5.4vw, 4.75rem);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.nsf-404__lead {
  max-width: 43rem;
  margin: 1.5rem auto 0;
  color: var(--nsf-color-muted);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

.nsf-404__actions {
  justify-content: center;
  gap: 0.75rem;
}

@media (max-width: 40rem) {
  .nsf-404 {
    min-height: 28rem;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .nsf-404__title {
    font-size: clamp(2.5rem, 12vw, 3.25rem);
  }

  .nsf-404__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nsf-404__actions .wp-block-button,
  .nsf-404__actions .wp-block-button__link {
    width: 100%;
  }
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) *,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) *::before,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) *::after {
  box-sizing: border-box;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h1,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h2,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h3,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h4,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) p,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) li,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) a,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) input,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) textarea,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) button {
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h1,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h2,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h3 {
  margin-top: 0;
  color: var(--nsf-color-text);
  font-weight: 720;
  letter-spacing: -0.04em;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h1 {
  font-size: clamp(3rem, 4.5vw, 4.375rem);
  line-height: 1.02;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h2 {
  max-width: 22ch;
  font-size: clamp(2.15rem, 3vw, 3.25rem);
  line-height: 1.07;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.18;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) p,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) li {
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  line-height: 1.68;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) a {
  text-underline-offset: 0.18em;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) a:focus-visible,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) button:focus-visible,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) input:focus-visible,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) textarea:focus-visible,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) select:focus-visible {
  outline: 3px solid var(--nsf-color-brand);
  outline-offset: 3px;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) img {
  max-width: 100%;
  height: auto;
}

:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) > div > div.wp-block-group-is-layout-constrained,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) main > div.wp-block-group-is-layout-constrained:first-child,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) .nsf-product-main,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) .nsf-feature-main,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) .nsf-core-page,
:is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) .nsf-feature-page {
  margin-left: 0 !important;
}

#wp-skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem 1rem;
  border-radius: var(--nsf-radius-sm);
  color: var(--nsf-color-on-brand);
  background: var(--nsf-color-brand);
  font-weight: 700;
  transform: translateY(-200%);
}

#wp-skip-link:focus {
  color: var(--nsf-color-on-brand);
  transform: translateY(0);
}

.nsf-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-border) 28%, transparent);
  background: color-mix(in srgb, var(--nsf-color-surface) 92%, transparent);
  backdrop-filter: blur(0.75rem);
}

.nsf-site-header__bar {
  margin: 0 !important;
  background: transparent;
}

.nsf-site-header__inner {
  width: min(100%, var(--nsf-layout-wide));
  min-height: 4.5rem;
  margin: 0 auto !important;
  padding: 0.5rem var(--nsf-gutter);
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

.nsf-site-header .wp-block-site-logo {
  flex: 0 0 auto;
  margin: 0;
}

.nsf-site-header figure.wp-block-site-logo,
.nsf-site-header .wp-block-site-logo,
.nsf-site-header .wp-block-site-logo a,
.nsf-site-header .wp-block-site-logo img {
  overflow: visible !important;
  border-radius: 0 !important;
}

.nsf-site-header .wp-block-site-logo a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}

.nsf-site-header .wp-block-site-logo img {
  display: block;
  width: 7rem;
  height: auto;
  object-fit: contain;
  object-position: center;
  clip-path: none !important;
}

.nsf-site-header__actions {
  min-width: 0;
  gap: clamp(0.65rem, 1.5vw, 1.5rem);
}

.nsf-primary-nav {
  font-size: clamp(0.95rem, 1vw, 1rem);
  font-weight: 600;
}

.nsf-primary-nav .wp-block-navigation__container {
  gap: clamp(0.15rem, 0.75vw, 0.7rem);
}

.nsf-primary-nav .wp-block-navigation-item__content {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.75rem clamp(0.6rem, 0.9vw, 0.9rem);
  align-items: center;
  border-radius: 0.25rem;
  color: var(--nsf-color-text);
  font-size: clamp(0.95rem, 1vw, 1rem);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color 150ms ease;
}

.nsf-primary-nav .wp-block-navigation-item__content:hover {
  color: var(--nsf-color-brand);
}

.nsf-primary-nav .wp-block-navigation-item.nsf-mobile-menu-cta {
  display: none;
}

.nsf-header-cta {
  flex: 0 0 auto;
}

.nsf-header-cta .wp-block-button__link {
  display: inline-flex;
  min-height: 2.75rem;
  padding: 0.7rem 1.05rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nsf-color-brand);
  border-radius: var(--nsf-radius-sm);
  color: var(--nsf-color-on-brand);
  background: var(--nsf-color-brand);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
  transition: color 150ms ease, background-color 150ms ease;
}

.nsf-header-cta .wp-block-button__link:hover {
  color: var(--nsf-color-brand);
  background: transparent;
}

.nsf-back-to-top {
  position: fixed;
  z-index: 90;
  right: max(clamp(1rem, 2.5vw, 2rem), calc(env(safe-area-inset-right, 0px) + 1rem));
  bottom: max(1rem, calc(env(safe-area-inset-bottom, 0px) + 1rem));
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--nsf-color-brand) 55%, transparent);
  border-radius: 50%;
  color: var(--nsf-color-brand);
  background: color-mix(in srgb, var(--nsf-color-surface) 94%, transparent);
  box-shadow: 0 0.35rem 1.25rem color-mix(in srgb, var(--nsf-color-text) 10%, transparent);
  font-family: "Geist NSF", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.5rem);
  visibility: hidden;
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    color 150ms ease,
    background-color 150ms ease,
    visibility 0s linear 150ms;
}

.nsf-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

.nsf-back-to-top:hover {
  color: var(--nsf-color-on-brand);
  background: var(--nsf-color-brand);
}

.nsf-back-to-top:focus-visible {
  outline: 3px solid var(--nsf-color-brand);
  outline-offset: 3px;
}

.nsf-product-main,
.nsf-product-main > .wp-block-post-content,
.nsf-core-page {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nsf-breadcrumbs-wrap {
  width: min(100%, var(--nsf-layout-max));
  margin: 0 auto !important;
  padding: 0.72rem var(--nsf-gutter) 0.15rem;
}

.nsf-breadcrumbs ol {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  column-gap: 0.4rem;
  row-gap: 0.25rem;
  align-items: center;
  list-style: none;
}

.nsf-breadcrumbs li {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  color: var(--nsf-color-muted);
  font-size: clamp(0.82rem, 0.88vw, 0.88rem);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.nsf-breadcrumbs li + li::before {
  margin-right: 0.4rem;
  color: color-mix(in srgb, var(--nsf-color-border) 72%, transparent);
  content: "›";
  font-weight: 400;
}

.nsf-breadcrumbs a {
  color: var(--nsf-color-muted);
  text-decoration: none;
}

.nsf-breadcrumbs a:hover,
.nsf-breadcrumbs a:focus-visible {
  color: var(--nsf-color-brand);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.nsf-breadcrumbs li[aria-current="page"] {
  color: color-mix(in srgb, var(--nsf-color-text) 76%, var(--nsf-color-muted));
  font-weight: 560;
}

.nsf-section {
  width: 100%;
  margin: 0 !important;
  padding: var(--nsf-section-space) var(--nsf-gutter);
}

.nsf-container {
  width: min(100%, var(--nsf-layout-max));
  margin: 0 auto !important;
}

.nsf-section--subtle {
  background: var(--nsf-color-subtle);
}

.nsf-eyebrow {
  margin: 0 0 1rem;
  color: var(--nsf-color-brand);
  font-size: 0.8rem !important;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.nsf-section-lead {
  max-width: 44rem;
  margin-top: 1.4rem;
  color: var(--nsf-color-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem) !important;
}

.nsf-hero {
  padding-top: clamp(2.75rem, 5vw, 5rem);
  background:
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--nsf-color-brand) 7%, var(--nsf-color-surface)),
      var(--nsf-color-surface) 52%,
      color-mix(in srgb, var(--nsf-color-brand) 3%, var(--nsf-color-surface))
    );
}

.nsf-hero__inner {
  position: relative;
}

.nsf-hero__title {
  max-width: 17ch;
  margin-bottom: 1.5rem;
}

.nsf-hero__lead {
  max-width: 48rem;
  margin: 0;
  color: var(--nsf-color-muted);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem) !important;
  line-height: 1.62 !important;
}

.nsf-actions {
  margin-top: 2rem;
}

.nsf-actions .wp-block-buttons {
  gap: 0.75rem;
}

.nsf-actions .wp-block-button__link {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.82rem 1.2rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--nsf-radius-sm);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.nsf-button-primary .wp-block-button__link {
  border: 1px solid var(--nsf-color-brand);
  color: var(--nsf-color-on-brand);
  background: var(--nsf-color-brand);
}

.nsf-button-primary .wp-block-button__link:hover {
  color: var(--nsf-color-brand);
  background: transparent;
}

.nsf-button-secondary .wp-block-button__link {
  border: 1px solid color-mix(in srgb, var(--nsf-color-brand) 55%, var(--nsf-color-border));
  color: var(--nsf-color-brand);
  background: transparent;
}

.nsf-button-secondary .wp-block-button__link:hover {
  color: var(--nsf-color-on-brand);
  background: var(--nsf-color-brand);
}

.nsf-product-shot {
  width: min(100%, 72rem);
  margin: clamp(2.75rem, 6vw, 5rem) auto 0 !important;
}

.nsf-product-shot a {
  display: block;
  border-radius: var(--nsf-radius-md);
}

.nsf-product-shot picture {
  display: block;
  aspect-ratio: 1867 / 939;
}

.nsf-product-shot img {
  display: block;
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--nsf-color-border) 54%, transparent);
  border-radius: var(--nsf-radius-md);
  background: var(--nsf-color-surface);
  box-shadow: var(--nsf-shadow-product);
}

.nsf-product-shot figcaption {
  max-width: 52rem;
  margin: 0.85rem auto 0;
  color: var(--nsf-color-muted);
  font-size: 0.84rem;
  line-height: 1.5;
  text-align: center;
}

.nsf-split-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.75fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.nsf-copy {
  color: var(--nsf-color-muted);
}

.nsf-copy > * + * {
  margin-top: 1.2rem;
}

.nsf-area-grid {
  display: grid;
  margin-top: clamp(2.75rem, 5vw, 4.75rem);
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-brand) 34%, var(--nsf-color-border));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsf-area {
  min-width: 0;
  padding: clamp(2rem, 4vw, 3.25rem) clamp(1rem, 3vw, 2.75rem) clamp(2.25rem, 4vw, 3.5rem) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
}

.nsf-area:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(1rem, 3vw, 2.75rem);
  border-left: 1px solid color-mix(in srgb, var(--nsf-color-border) 42%, transparent);
}

.nsf-area__number {
  margin: 0 0 1rem;
  color: var(--nsf-color-brand);
  font-size: 0.82rem !important;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.nsf-area h3,
.nsf-benefit h3,
.nsf-module-group h3 {
  margin-bottom: 0.85rem;
}

.nsf-area > p:not(.nsf-area__number):not(.nsf-text-link),
.nsf-benefit p,
.nsf-module-group li {
  color: var(--nsf-color-muted);
}

.nsf-text-link {
  margin-top: 1.15rem;
  font-weight: 700;
}

.nsf-text-link a {
  color: var(--nsf-color-brand);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--nsf-color-brand) 35%, transparent);
  text-underline-offset: 0.3em;
}

.nsf-text-link a:hover {
  text-decoration-color: var(--nsf-color-brand);
}

.nsf-flow-section {
  overflow: hidden;
}

.nsf-flow {
  position: relative;
  display: grid;
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding: 0;
  column-gap: clamp(1.75rem, 4vw, 3.75rem);
  counter-reset: nsf-flow;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: clamp(2.75rem, 5vw, 4.5rem);
  list-style: none;
}

.nsf-flow::before {
  display: none;
}

.nsf-flow li {
  position: relative;
  min-width: 0;
  padding: 3.65rem clamp(0.75rem, 1.5vw, 1.25rem) 0 0;
  counter-increment: nsf-flow;
}

.nsf-flow li::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nsf-color-brand);
  border-radius: 50%;
  color: var(--nsf-color-brand);
  background: var(--nsf-color-surface);
  content: counter(nsf-flow, decimal-leading-zero);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.04em;
}

.nsf-flow li::after {
  position: absolute;
  top: 1.2rem;
  right: calc(-1 * clamp(1.75rem, 4vw, 3.75rem));
  left: 2.9rem;
  height: 1px;
  background: linear-gradient(90deg, var(--nsf-color-brand), color-mix(in srgb, var(--nsf-color-brand) 18%, var(--nsf-color-border)));
  content: "";
}

.nsf-flow li:nth-child(3n)::after {
  display: none;
}

.nsf-flow strong {
  display: block;
  margin-bottom: 0.65rem;
  font-size: clamp(1.08rem, 1.35vw, 1.25rem);
  line-height: 1.25;
}

.nsf-flow span {
  display: block;
  color: var(--nsf-color-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.nsf-benefits-section {
  color: var(--nsf-color-on-brand);
  background: linear-gradient(135deg, var(--nsf-color-brand-deep), var(--nsf-color-brand));
}

.nsf-benefits-section .nsf-eyebrow,
.nsf-contact-section .nsf-eyebrow {
  color: color-mix(in srgb, var(--nsf-color-on-brand) 78%, var(--nsf-color-brand));
}

.nsf-benefits-section h2,
.nsf-benefits-section h3,
.nsf-contact-section h2 {
  color: var(--nsf-color-on-brand);
}

.nsf-benefit-grid {
  display: grid;
  margin-top: clamp(2.75rem, 5vw, 4.5rem);
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-on-brand) 35%, transparent);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nsf-benefit {
  padding: 2rem clamp(1rem, 2vw, 1.75rem) 0 0;
}

.nsf-benefit + .nsf-benefit {
  padding-left: clamp(1rem, 2vw, 1.75rem);
  border-left: 1px solid color-mix(in srgb, var(--nsf-color-on-brand) 22%, transparent);
}

.nsf-benefit p {
  color: color-mix(in srgb, var(--nsf-color-on-brand) 86%, var(--nsf-color-brand-deep));
}

.nsf-module-groups {
  display: grid;
  margin-top: clamp(2.75rem, 5vw, 4.5rem);
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-brand) 34%, var(--nsf-color-border));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsf-module-group {
  min-width: 0;
  padding: clamp(2rem, 3vw, 2.75rem) clamp(1rem, 3vw, 2.75rem) clamp(2rem, 3vw, 2.75rem) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
}

.nsf-module-group:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(1rem, 3vw, 2.75rem);
  border-left: 1px solid color-mix(in srgb, var(--nsf-color-border) 42%, transparent);
}

.nsf-module-group ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.78rem;
  list-style: none;
}

.nsf-module-group a {
  display: inline;
  padding: 0.15rem 0;
  color: var(--nsf-color-brand);
  font-weight: 680;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--nsf-color-brand) 48%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.nsf-module-group a:hover {
  color: var(--nsf-color-brand-deep);
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
}

.nsf-adaptation {
  padding-left: clamp(1.25rem, 5vw, 5rem);
  border-left: clamp(0.25rem, 0.6vw, 0.45rem) solid var(--nsf-color-brand);
}

.nsf-adaptation .nsf-section-lead {
  max-width: 50rem;
}

.nsf-price-section {
  background: color-mix(in srgb, var(--nsf-color-brand) 5%, var(--nsf-color-surface));
}

.nsf-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.58fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.nsf-price > .wp-block-group:first-child > p:not(.nsf-eyebrow):not(.nsf-text-link) {
  max-width: 42rem;
  margin-top: 1.35rem;
  color: var(--nsf-color-muted);
}

.nsf-price__value {
  padding: clamp(1.75rem, 4vw, 3rem) 0 clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.5rem);
  border-left: 1px solid color-mix(in srgb, var(--nsf-color-brand) 42%, var(--nsf-color-border));
}

.nsf-price__amount {
  margin: 0;
  color: var(--nsf-color-brand-deep);
  font-size: clamp(2.35rem, 4vw, 4rem) !important;
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.02 !important;
}

.nsf-price__amount span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.42em;
  letter-spacing: -0.02em;
}

.nsf-price__note {
  margin: 1rem 0 0;
  color: var(--nsf-color-brand);
  font-size: 1rem !important;
  font-weight: 720;
}

.nsf-contact-section {
  color: var(--nsf-color-on-brand);
  background: linear-gradient(135deg, var(--nsf-color-brand-deep), var(--nsf-color-brand) 62%, var(--nsf-color-logo));
}

.nsf-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(28rem, 0.72fr);
  gap: clamp(2.75rem, 5vw, 5rem);
  align-items: start;
}

.nsf-contact__copy > p:not(.nsf-eyebrow) {
  max-width: 42rem;
  color: color-mix(in srgb, var(--nsf-color-on-brand) 88%, var(--nsf-color-brand-deep));
}

.nsf-contact__copy h2 + p {
  margin-top: 1.5rem;
}

.nsf-contact__meta {
  margin-top: 1.5rem;
  font-size: 0.96rem !important;
  font-weight: 720;
}

.nsf-contact__direct {
  margin-top: 1.5rem;
}

.nsf-contact__direct a {
  color: var(--nsf-color-on-brand);
  font-weight: 700;
}

.nsf-contact__form {
  min-width: 0;
  padding: clamp(2rem, 3.5vw, 3rem);
  border-radius: var(--nsf-radius-md);
  color: var(--nsf-color-text);
  background: var(--nsf-color-surface);
}

.nsf-contact__form h3 {
  margin-bottom: 1.75rem;
  color: var(--nsf-color-text);
}

.nsf-contact__form-context {
  margin: -0.65rem 0 1.5rem;
  color: var(--nsf-color-text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.nsf-contact__form #wpforms-29 {
  margin: 0;
  --wpforms-field-size-input-height: 52px;
  --wpforms-field-size-input-spacing: 18px;
  --wpforms-field-size-font-size: 16px;
  --wpforms-field-size-padding-h: 16px;
  --wpforms-label-size-font-size: 15px;
}

.nsf-contact__form #wpforms-29 .wpforms-field {
  padding: 0 0 1.15rem !important;
}

.nsf-contact__form #wpforms-29 .wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;
}

.nsf-contact__form #wpforms-29 .wpforms-field-label,
.nsf-contact__form #wpforms-29 .wpforms-field-label-inline {
  color: var(--nsf-color-text) !important;
  font-size: 0.94rem !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

.nsf-contact__form #wpforms-29 input:not([type="checkbox"]),
.nsf-contact__form #wpforms-29 textarea,
.nsf-contact__form #wpforms-29 select {
  width: 100% !important;
  border: 1px solid color-mix(in srgb, var(--nsf-color-border) 78%, transparent) !important;
  border-radius: var(--nsf-radius-sm) !important;
  color: var(--nsf-color-text) !important;
  background: var(--nsf-color-surface) !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.nsf-contact__form #wpforms-29 input:not([type="checkbox"]),
.nsf-contact__form #wpforms-29 select {
  min-height: 3.25rem !important;
  padding: 0.8rem 1rem !important;
}

.nsf-contact__form #wpforms-29 textarea {
  min-height: 9rem !important;
  padding: 0.9rem 1rem !important;
  resize: vertical;
}

.nsf-contact__form #wpforms-29 input:not([type="checkbox"]):focus,
.nsf-contact__form #wpforms-29 textarea:focus,
.nsf-contact__form #wpforms-29 select:focus {
  border-color: var(--nsf-color-brand) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--nsf-color-brand) 18%, transparent) !important;
}

.nsf-contact__form #wpforms-29 .wpforms-field-checkbox li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
}

.nsf-contact__form #wpforms-29 input[type="checkbox"] {
  margin-top: 0.2rem !important;
  accent-color: var(--nsf-color-brand);
}

.nsf-contact__form #wpforms-submit-29 {
  width: 100% !important;
  min-height: 3.25rem !important;
  padding: 0.88rem 1.3rem !important;
  border: 1px solid var(--nsf-color-brand) !important;
  border-radius: var(--nsf-radius-sm) !important;
  color: var(--nsf-color-on-brand) !important;
  background: var(--nsf-color-brand) !important;
  font-size: 1rem !important;
  font-weight: 720 !important;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.nsf-contact__form #wpforms-submit-29:hover {
  color: var(--nsf-color-brand) !important;
  background: var(--nsf-color-surface) !important;
}

.nsf-contact__form #wpforms-submit-29:focus-visible {
  outline: 3px solid var(--nsf-color-text) !important;
  outline-offset: 3px !important;
}

.nsf-feature-main,
.nsf-feature-main > .wp-block-post-content,
.nsf-feature-page {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nsf-feature-section {
  width: 100%;
  margin: 0 !important;
  padding: clamp(3.75rem, 6vw, 6rem) var(--nsf-gutter);
}

.nsf-feature-hero {
  padding-top: clamp(2.25rem, 4vw, 4rem);
  background:
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--nsf-color-brand) 6%, var(--nsf-color-surface)),
      var(--nsf-color-surface) 58%,
      color-mix(in srgb, var(--nsf-color-brand) 2%, var(--nsf-color-surface))
    );
}

.nsf-feature-hero__title {
  max-width: 18ch;
  margin-bottom: 1.35rem;
  font-size: clamp(2.75rem, 4.2vw, 4rem) !important;
}

.nsf-feature-hero__lead {
  max-width: 50rem;
  margin: 0;
  color: var(--nsf-color-text);
  font-size: clamp(1.12rem, 1.45vw, 1.28rem) !important;
  line-height: 1.58 !important;
}

.nsf-feature-hero__support {
  max-width: 48rem;
  margin: 1rem 0 0;
  color: var(--nsf-color-muted);
}

.nsf-feature-hero__support a {
  color: var(--nsf-color-brand);
  font-weight: 680;
}

.nsf-feature-actions {
  margin-top: 1.75rem;
}

.nsf-feature-actions .wp-block-button__link,
.nsf-feature-final-cta .wp-block-button__link {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.82rem 1.2rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--nsf-radius-sm);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.nsf-feature-shot {
  width: min(100%, 72rem);
  margin: clamp(2.5rem, 5vw, 4rem) auto 0 !important;
}

.nsf-feature-shot picture {
  display: block;
  aspect-ratio: 1859 / 926;
}

.nsf-feature-shot--natural picture {
  aspect-ratio: auto;
}

.nsf-feature-shot img {
  display: block;
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--nsf-color-border) 54%, transparent);
  border-radius: var(--nsf-radius-md);
  background: var(--nsf-color-surface);
  box-shadow: var(--nsf-shadow-product);
}

.nsf-feature-shot figcaption {
  max-width: 50rem;
  margin: 0.8rem auto 0;
  color: var(--nsf-color-muted);
  font-size: 0.84rem;
  line-height: 1.5;
  text-align: center;
}

.nsf-feature-controls h2,
.nsf-feature-related h2 {
  max-width: 18ch;
}

.nsf-feature-control-grid,
.nsf-feature-related-grid {
  display: grid;
  margin-top: clamp(2.5rem, 4.5vw, 4rem);
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-brand) 34%, var(--nsf-color-border));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsf-feature-control,
.nsf-feature-related-item {
  min-width: 0;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2.75rem) clamp(2rem, 3vw, 2.75rem) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
}

.nsf-feature-control:nth-child(even),
.nsf-feature-related-item:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(1rem, 3vw, 2.75rem);
  border-left: 1px solid color-mix(in srgb, var(--nsf-color-border) 42%, transparent);
}

.nsf-feature-control h3,
.nsf-feature-related-item h3 {
  margin-bottom: 0.75rem;
}

.nsf-feature-control p,
.nsf-feature-related-item p,
.nsf-feature-section-lead {
  color: var(--nsf-color-muted);
}

.nsf-feature-benefits {
  background: var(--nsf-color-subtle);
}

.nsf-feature-split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(22rem, 0.72fr);
  gap: clamp(2.75rem, 7vw, 6rem);
  align-items: start;
}

.nsf-feature-section-lead {
  max-width: 40rem;
  margin-top: 1.25rem;
  font-size: clamp(1.02rem, 1.2vw, 1.12rem) !important;
}

.nsf-feature-benefit-list {
  margin: 0;
  padding: 0;
  counter-reset: nsf-feature-benefit;
  list-style: none;
}

.nsf-feature-benefit-list li {
  position: relative;
  display: grid;
  padding: 1.15rem 0 1.15rem 3rem;
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-border) 42%, transparent);
  counter-increment: nsf-feature-benefit;
  gap: 0.25rem;
}

.nsf-feature-benefit-list li::before {
  position: absolute;
  top: 1.35rem;
  left: 0;
  color: var(--nsf-color-brand);
  content: counter(nsf-feature-benefit, decimal-leading-zero);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.06em;
}

.nsf-feature-benefit-list strong {
  color: var(--nsf-color-text);
  font-size: 1.05rem;
}

.nsf-feature-benefit-list span {
  color: var(--nsf-color-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.nsf-feature-related-item h3 a {
  color: var(--nsf-color-brand);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--nsf-color-brand) 45%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.nsf-feature-related-item h3 a:hover {
  color: var(--nsf-color-brand-deep);
  text-decoration-color: currentColor;
}

.nsf-feature-final-cta {
  color: var(--nsf-color-on-brand);
  background: linear-gradient(135deg, var(--nsf-color-brand-deep), var(--nsf-color-brand));
}

.nsf-feature-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: end;
}

.nsf-feature-final-cta .nsf-eyebrow {
  color: color-mix(in srgb, var(--nsf-color-on-brand) 82%, var(--nsf-color-brand));
}

.nsf-feature-final-cta h2,
.nsf-feature-final-cta p {
  color: var(--nsf-color-on-brand);
}

.nsf-feature-final-cta h2 {
  max-width: 22ch;
}

.nsf-feature-final-cta h2 + p {
  max-width: 45rem;
  margin-top: 1.2rem;
  color: color-mix(in srgb, var(--nsf-color-on-brand) 88%, var(--nsf-color-brand-deep));
}

.nsf-feature-final-cta .nsf-button-primary .wp-block-button__link {
  border-color: var(--nsf-color-on-brand);
  color: var(--nsf-color-brand-deep);
  background: var(--nsf-color-on-brand);
  white-space: nowrap;
}

.nsf-feature-final-cta .nsf-button-primary .wp-block-button__link:hover {
  color: var(--nsf-color-on-brand);
  background: transparent;
}

.nsf-feature-final-cta .wp-block-button__link:focus-visible {
  outline-color: var(--nsf-color-on-brand);
}

.nsf-site-footer {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-brand) 18%, var(--nsf-color-border));
  background: var(--nsf-color-subtle);
}

.nsf-site-footer__surface {
  margin: 0 !important;
  padding: clamp(3.75rem, 6vw, 5.25rem) var(--nsf-gutter) 2rem;
  background: var(--nsf-color-subtle);
}

.nsf-site-footer__inner {
  width: min(100%, var(--nsf-layout-max));
  margin: 0 auto !important;
}

.nsf-site-footer__columns {
  gap: clamp(2.75rem, 7vw, 6.5rem);
}

.nsf-site-footer .wp-block-site-logo img {
  display: block;
  width: 7rem;
  height: auto;
}

.nsf-site-footer__company {
  margin-top: 1.4rem;
}

.nsf-site-footer__statement {
  max-width: 31ch;
  margin-top: 0.75rem;
  color: var(--nsf-color-muted);
  font-size: 0.98rem !important;
}

.nsf-site-footer__heading {
  margin: 0 0 1.15rem;
  color: var(--nsf-color-text);
  font-size: 0.78rem !important;
  font-weight: 720;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.nsf-site-footer__links {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}

.nsf-site-footer__links li,
.nsf-site-footer__contact,
.nsf-site-footer__form-link {
  color: var(--nsf-color-muted);
  font-size: 0.98rem !important;
}

.nsf-site-footer a {
  color: inherit;
}

.nsf-site-footer a:hover {
  color: var(--nsf-color-brand);
}

.nsf-site-footer__form-link {
  margin-top: 1.15rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--nsf-color-brand) 35%, transparent);
  text-underline-offset: 0.3em;
}

.nsf-site-footer__copyright {
	margin: 0;
	color: var(--nsf-color-muted);
	font-size: 0.86rem !important;
}

.nsf-site-footer__bottom {
  margin-top: clamp(3rem, 5vw, 4.25rem) !important;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-border) 45%, transparent);
  gap: 1rem 2rem;
}

.nsf-site-footer__legal {
  color: var(--nsf-color-muted);
  font-size: 0.86rem;
}

.nsf-site-footer__legal .wp-block-navigation__container {
  gap: 0.65rem 1.25rem;
}

.nsf-site-footer__legal a {
  text-decoration: none;
}

.nsf-site-footer__legal a:hover,
.nsf-site-footer__legal a:focus-visible {
  color: var(--nsf-color-brand);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

body.page-template-nsf-legal-page {
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--nsf-color-text);
  background: var(--nsf-color-surface) !important;
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-template-nsf-legal-page *,
.page-template-nsf-legal-page *::before,
.page-template-nsf-legal-page *::after {
  box-sizing: border-box;
}

.page-template-nsf-legal-page :is(h1, h2, h3, p, li, a, button) {
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
}

.page-template-nsf-legal-page :is(h1, h2, h3) {
  color: var(--nsf-color-text);
  font-weight: 720;
  letter-spacing: -0.035em;
}

.page-template-nsf-legal-page :is(a, button):focus-visible {
  outline: 3px solid var(--nsf-color-brand);
  outline-offset: 3px;
}

.nsf-legal-main,
.nsf-legal-main > .wp-block-post-content,
.nsf-legal-page {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nsf-legal-document {
  padding: clamp(2.5rem, 5vw, 4.75rem) var(--nsf-gutter) clamp(5rem, 8vw, 7.5rem);
}

.nsf-legal-document__inner {
  width: min(100%, 48rem);
  margin: 0 auto !important;
}

.nsf-legal-document h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.65rem, 5vw, 4.25rem);
  line-height: 1.03;
}

.nsf-legal-document h2 {
  margin: clamp(3rem, 6vw, 4.5rem) 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.12;
}

.nsf-legal-document h3 {
  margin: 2.25rem 0 0.75rem;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.2;
}

.nsf-legal-document p,
.nsf-legal-document li {
  font-size: clamp(1rem, 1.2vw, 1.075rem);
  line-height: 1.75;
}

.nsf-legal-document p {
  margin: 1rem 0 0;
}

.nsf-legal-document ul,
.nsf-legal-document ol {
  margin: 1.15rem 0 0;
  padding-left: 1.4rem;
}

.nsf-legal-document li + li {
  margin-top: 0.55rem;
}

.nsf-legal-document a {
  color: var(--nsf-color-brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.nsf-legal-document__updated,
.nsf-legal-document__lead {
  color: var(--nsf-color-muted);
}

.nsf-legal-document__lead {
  max-width: 42rem;
  margin-top: 1.5rem !important;
  font-size: clamp(1.08rem, 1.5vw, 1.2rem) !important;
}

.nsf-legal-document__updated {
  margin-top: 1.25rem !important;
  font-size: 0.9rem !important;
}

.nsf-legal-document #cmplz-document {
  max-width: none;
  font-size: inherit;
}

.nsf-legal-document #cmplz-document :is(h2, h3) {
  max-width: none;
}

@media (max-width: 40rem) {
  .nsf-legal-document {
    padding-top: 2.25rem;
  }

  .nsf-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

body.post-template-nsf-article-page {
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--nsf-color-text);
  background: var(--nsf-color-surface) !important;
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-template-nsf-article-page *,
.post-template-nsf-article-page *::before,
.post-template-nsf-article-page *::after {
  box-sizing: border-box;
}

.post-template-nsf-article-page :is(h1, h2, h3, p, li, a, button) {
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
}

.post-template-nsf-article-page :is(h1, h2, h3) {
  color: var(--nsf-color-text);
  font-weight: 720;
  letter-spacing: -0.035em;
}

.post-template-nsf-article-page :is(a, button):focus-visible {
  outline: 3px solid var(--nsf-color-brand);
  outline-offset: 3px;
}

.nsf-article-main {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nsf-article-hero {
  margin: 0 !important;
  padding: 0 var(--nsf-gutter) clamp(2.5rem, 5vw, 4.5rem);
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--nsf-color-brand) 5%, var(--nsf-color-surface)),
    var(--nsf-color-surface) 68%
  );
}

.nsf-article-hero__inner,
.nsf-article-content {
  width: min(100%, 52rem);
  margin: 0 auto !important;
}

.nsf-article-hero .nsf-breadcrumbs-wrap {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.nsf-article-title {
  max-width: 20ch;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  font-size: clamp(2.65rem, 5vw, 4.25rem);
  line-height: 1.03;
}

.nsf-article-content {
  padding: clamp(3rem, 6vw, 5rem) var(--nsf-gutter) clamp(5rem, 8vw, 7.5rem);
}

.nsf-article-content > .wp-block-post-content {
  margin: 0;
}

.nsf-article-content h2 {
  max-width: 24ch;
  margin: clamp(3rem, 6vw, 4.5rem) 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.12;
}

.nsf-article-content h3 {
  margin: 2.25rem 0 0.75rem;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.2;
}

.nsf-article-content p,
.nsf-article-content li {
  font-size: clamp(1rem, 1.2vw, 1.075rem);
  line-height: 1.75;
}

.nsf-article-content p {
  margin: 1rem 0 0;
}

.nsf-article-content :is(ul, ol) {
  margin: 1.15rem 0 0;
  padding-left: 1.4rem;
}

.nsf-article-content li + li {
  margin-top: 0.55rem;
}

.nsf-article-content a {
  color: var(--nsf-color-brand);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.nsf-article-content .wp-block-separator {
  margin: clamp(2.5rem, 5vw, 4rem) 0;
  border-color: color-mix(in srgb, var(--nsf-color-border) 45%, transparent);
}

@media (max-width: 40rem) {
  .nsf-article-hero {
    padding-bottom: 2.75rem;
  }

  .nsf-article-content {
    padding-top: 2.75rem;
  }
}

@media (max-width: 64rem) {
  .nsf-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsf-benefit:nth-child(3) {
    margin-top: 2rem;
    padding-left: 0;
    border-left: 0;
  }

  .nsf-benefit:nth-child(4) {
    margin-top: 2rem;
  }

}

@media (max-width: 52rem) {
  .nsf-site-header__inner {
    min-height: 3.5rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .nsf-site-header .wp-block-site-logo img {
    width: 5.75rem;
  }

  .nsf-header-cta {
    display: none;
  }

  .nsf-primary-nav {
    position: static;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container-open,
  .nsf-primary-nav .wp-block-navigation__responsive-container-close {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.7rem;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
    border-radius: var(--nsf-radius-sm);
    color: var(--nsf-color-text);
    background-color: var(--nsf-color-surface);
    transition:
      color 150ms ease,
      border-color 150ms ease,
      background-color 150ms ease;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container-open {
    background:
      linear-gradient(currentcolor, currentcolor) center calc(50% - 0.32rem) / 1.35rem 1.5px no-repeat,
      linear-gradient(currentcolor, currentcolor) center / 1.35rem 1.5px no-repeat,
      linear-gradient(currentcolor, currentcolor) center calc(50% + 0.32rem) / 1.35rem 1.5px no-repeat,
      var(--nsf-color-surface);
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container-open svg {
    opacity: 0;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container-open:focus-visible,
  .nsf-primary-nav .wp-block-navigation__responsive-container-close:focus-visible {
    outline: 3px solid var(--nsf-color-brand);
    outline-offset: 3px;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container-open {
    display: flex;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    min-height: 0;
    max-height: calc(100vh - 3.5rem);
    max-height: calc(100dvh - 3.5rem);
    max-width: 100vw;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
    color: var(--nsf-color-text);
    background: color-mix(in srgb, var(--nsf-color-surface) 98%, transparent) !important;
    backdrop-filter: blur(0.75rem);
    animation: none;
    overscroll-behavior: contain;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
    width: min(100%, var(--nsf-layout-wide));
    margin: 0 auto;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    min-height: 0;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    position: absolute;
    top: -3.125rem;
    right: 1.25rem;
    display: inline-flex;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    width: 100%;
    padding: 0.75rem 1.25rem 1.25rem;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    width: 100%;
    gap: 0;
    align-items: stretch;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-border) 36%, transparent);
    font-size: 1rem;
    font-weight: 620;
    line-height: 1.4;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item.nsf-mobile-menu-cta {
    display: flex;
    margin-top: 1rem;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .nsf-mobile-menu-cta .wp-block-navigation-item__content {
    min-height: 3rem;
    padding: 0.8rem 1rem;
    justify-content: center;
    border: 1px solid var(--nsf-color-brand);
    border-radius: var(--nsf-radius-sm);
    color: var(--nsf-color-on-brand);
    background: var(--nsf-color-brand);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  .nsf-back-to-top {
    right: max(1rem, calc(env(safe-area-inset-right, 0px) + 1rem));
    bottom: max(1.25rem, calc(env(safe-area-inset-bottom, 0px) + 1rem));
    width: 2.75rem;
    height: 2.75rem;
  }

  .nsf-split-intro,
  .nsf-price,
  .nsf-contact,
  .nsf-feature-split,
  .nsf-feature-final-cta__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsf-feature-final-cta__inner {
    align-items: start;
  }

  .nsf-price__value {
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid color-mix(in srgb, var(--nsf-color-brand) 42%, var(--nsf-color-border));
    border-left: 0;
  }
}

html.has-modal-open:has(.nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open) {
  overflow-y: auto;
}

@media (min-width: 52.001rem) {
  .nsf-primary-nav .wp-block-navigation__responsive-container-open {
    display: none;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: block;
  }
}

@media (max-width: 22rem) {
  .nsf-site-header__inner {
    padding-right: 1rem;
    padding-left: 1rem;
    gap: 0.65rem;
  }

  .nsf-site-header .wp-block-site-logo img {
    width: 5.25rem;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    right: 1rem;
  }

  .nsf-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 48rem) {
  .nsf-section {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .nsf-area-grid,
  .nsf-module-groups,
  .nsf-benefit-grid,
  .nsf-flow,
  .nsf-feature-control-grid,
  .nsf-feature-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsf-area,
  .nsf-area:nth-child(even),
  .nsf-module-group,
  .nsf-module-group:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .nsf-feature-control,
  .nsf-feature-control:nth-child(even),
  .nsf-feature-related-item,
  .nsf-feature-related-item:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .nsf-benefit,
  .nsf-benefit + .nsf-benefit,
  .nsf-benefit:nth-child(3) {
    margin-top: 0;
    padding: 1.75rem 0;
    border-top: 1px solid color-mix(in srgb, var(--nsf-color-on-brand) 22%, transparent);
    border-left: 0;
  }

  .nsf-benefit-grid {
    border-top: 0;
  }

  .nsf-flow {
    gap: 0;
  }

  .nsf-flow li {
    padding: 0 0 2.75rem 3.5rem;
  }

  .nsf-flow li::before {
    top: 0;
    left: 0;
  }

  .nsf-flow li::after,
  .nsf-flow li:nth-child(3n)::after {
    top: 2.75rem;
    right: auto;
    bottom: 0.35rem;
    left: 1.2rem;
    display: block;
    width: 1px;
    height: auto;
  }

  .nsf-flow li:last-child::after {
    display: none;
  }

  .nsf-site-footer__columns {
    gap: 2.75rem;
  }
}

@media (max-width: 40rem) {
  :root {
    --nsf-gutter: 1.25rem;
  }

  :is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h1 {
    font-size: clamp(2.55rem, 11vw, 2.75rem);
    line-height: 1;
  }

  :is(.page-template-nsf-product-landing, .page-template-nsf-feature-page) h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .nsf-feature-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .nsf-feature-hero {
    padding-top: 2.25rem;
  }

  .nsf-feature-hero__title {
    font-size: clamp(2.45rem, 10.5vw, 2.75rem) !important;
    line-height: 1.02;
  }

  .nsf-feature-actions,
  .nsf-feature-actions .wp-block-button,
  .nsf-feature-actions .wp-block-button__link,
  .nsf-feature-final-cta .wp-block-buttons,
  .nsf-feature-final-cta .wp-block-button,
  .nsf-feature-final-cta .wp-block-button__link {
    width: 100%;
  }

  .nsf-feature-shot {
    margin-top: 2.25rem !important;
  }

  .nsf-feature-shot picture {
    aspect-ratio: 5 / 4;
  }

  .nsf-feature-shot figcaption {
    text-align: left;
  }

  .nsf-hero {
    padding-top: 2.5rem;
  }

  .nsf-hero__lead {
    font-size: 1.05rem !important;
  }

  .nsf-actions,
  .nsf-actions .wp-block-buttons,
  .nsf-actions .wp-block-button,
  .nsf-actions .wp-block-button__link {
    width: 100%;
  }

  .nsf-product-shot {
    margin-top: 2.5rem !important;
  }

  .nsf-product-shot picture {
    aspect-ratio: 5 / 4;
  }

  .nsf-product-shot figcaption {
    text-align: left;
  }

  .nsf-contact__form {
    padding: 1.5rem 1.25rem;
  }

  .nsf-site-footer__surface {
    padding-top: 3.5rem;
    padding-bottom: 1.75rem;
  }
}

body.page-template-nsf-registo-landing {
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--nsf-color-text);
  background-color: var(--nsf-color-surface) !important;
  background-image: none !important;
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.page-template-nsf-registo-landing h1,
.page-template-nsf-registo-landing h2,
.page-template-nsf-registo-landing h3,
.page-template-nsf-registo-landing p,
.page-template-nsf-registo-landing li,
.page-template-nsf-registo-landing a,
.page-template-nsf-registo-landing input,
.page-template-nsf-registo-landing textarea,
.page-template-nsf-registo-landing button {
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
}

.page-template-nsf-registo-landing h1,
.page-template-nsf-registo-landing h2,
.page-template-nsf-registo-landing h3 {
  margin-top: 0;
  color: var(--nsf-color-text);
  font-weight: 720;
  letter-spacing: -0.04em;
}

.page-template-nsf-registo-landing h1 {
  font-size: clamp(3rem, 4.3vw, 4.25rem);
  line-height: 1.02;
}

.page-template-nsf-registo-landing h2 {
  max-width: 22ch;
  font-size: clamp(2.1rem, 2.85vw, 3.05rem);
  line-height: 1.08;
}

.page-template-nsf-registo-landing h3 {
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.2;
}

.page-template-nsf-registo-landing p,
.page-template-nsf-registo-landing li {
  font-size: clamp(1rem, 1.05vw, 1.07rem);
  line-height: 1.67;
}

.page-template-nsf-registo-landing a {
  text-underline-offset: 0.2em;
}

.page-template-nsf-registo-landing img {
  max-width: 100%;
  height: auto;
}

.nsf-registo-main,
.nsf-registo-main > .wp-block-post-content,
.nsf-registo-page {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nsf-registo-page {
  --registo-accent: #202c61;
  --registo-accent-deep: color-mix(in srgb, var(--registo-accent) 88%, black);
  --registo-accent-soft: color-mix(in srgb, var(--registo-accent) 5%, white);
}

.nsf-registo-page a:focus-visible,
.nsf-registo-page button:focus-visible,
.nsf-registo-page input:focus-visible,
.nsf-registo-page textarea:focus-visible,
.nsf-registo-page select:focus-visible {
  outline: 3px solid var(--registo-accent);
  outline-offset: 3px;
}

.nsf-registo-page .nsf-breadcrumbs a:hover,
.nsf-registo-page .nsf-breadcrumbs a:focus-visible {
  color: var(--registo-accent);
}

.nsf-registo-section {
  width: 100%;
  margin: 0 !important;
  padding: clamp(4.25rem, 6.5vw, 6.5rem) var(--nsf-gutter);
}

.nsf-registo-eyebrow {
  margin: 0 0 0.9rem;
  color: var(--registo-accent);
  font-size: 0.8rem !important;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.nsf-registo-section-lead {
  max-width: 45rem;
  margin-top: 1.25rem;
  color: var(--nsf-color-muted);
  font-size: clamp(1.03rem, 1.25vw, 1.16rem) !important;
}

.nsf-registo-hero {
  padding-top: clamp(2.25rem, 4.5vw, 4.25rem);
  background:
    linear-gradient(
      145deg,
      var(--registo-accent-soft),
      var(--nsf-color-surface) 55%,
      color-mix(in srgb, var(--registo-accent) 2%, var(--nsf-color-surface))
    );
}

.nsf-registo-logo {
  width: 10.25rem;
  margin: 0 0 1.4rem !important;
}

.nsf-registo-logo img {
  display: block;
  width: 100% !important;
}

.nsf-registo-hero__title {
  max-width: 19ch;
  margin-bottom: 1.35rem;
}

.nsf-registo-hero__lead {
  max-width: 46rem;
  margin: 0;
  color: var(--nsf-color-text);
  font-size: clamp(1.1rem, 1.45vw, 1.28rem) !important;
  line-height: 1.58 !important;
}

.nsf-registo-hero__support {
  max-width: 43rem;
  margin: 0.8rem 0 0;
  color: var(--nsf-color-muted);
}

.nsf-registo-actions {
  margin-top: 1.75rem;
}

.nsf-registo-trial-note {
  margin-top: 0.85rem;
  color: var(--nsf-color-muted);
  font-size: 0.92rem !important;
  font-weight: 620;
}

.nsf-registo-actions .wp-block-button__link {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.82rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--registo-accent);
  border-radius: var(--nsf-radius-sm);
  color: var(--nsf-color-on-brand);
  background: var(--registo-accent);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease;
}

.nsf-registo-actions .wp-block-button__link:hover {
  color: var(--registo-accent);
  background: transparent;
}

.nsf-registo-shot {
  width: min(100%, 72rem);
  margin-right: auto;
  margin-left: auto;
}

.nsf-registo-shot--hero {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.nsf-registo-shot--detail {
  margin-top: clamp(3.25rem, 6vw, 5.5rem);
}

.nsf-registo-shot picture {
  display: block;
  aspect-ratio: 1867 / 1239;
}

.nsf-registo-shot img {
  display: block;
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--registo-accent) 26%, var(--nsf-color-border));
  border-radius: var(--nsf-radius-md);
  background: var(--nsf-color-surface);
  box-shadow: 0 1.4rem 3.8rem rgba(32, 44, 97, 0.11);
}

.nsf-registo-shot figcaption {
  max-width: 50rem;
  margin: 0.8rem auto 0;
  color: var(--nsf-color-muted);
  font-size: 0.84rem;
  line-height: 1.5;
  text-align: center;
}

.nsf-registo-area-grid {
  display: grid;
  margin-top: clamp(2.5rem, 4.5vw, 4rem);
  border-top: 1px solid color-mix(in srgb, var(--registo-accent) 30%, var(--nsf-color-border));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsf-registo-area {
  min-width: 0;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2.75rem) clamp(2rem, 3vw, 2.75rem) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
}

.nsf-registo-area:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(1rem, 3vw, 2.75rem);
  border-left: 1px solid color-mix(in srgb, var(--nsf-color-border) 42%, transparent);
}

.nsf-registo-area h3 {
  margin-bottom: 0.75rem;
}

.nsf-registo-area p {
  color: var(--nsf-color-muted);
}

.nsf-registo-how {
  background: var(--nsf-color-subtle);
}

.nsf-registo-flow {
  position: relative;
  display: grid;
  margin: clamp(2.75rem, 5vw, 4.5rem) 0 0;
  padding: 0;
  gap: clamp(1.75rem, 3.5vw, 3rem);
  counter-reset: registo-flow;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.nsf-registo-flow li {
  position: relative;
  min-width: 0;
  padding-top: 3.4rem;
  counter-increment: registo-flow;
}

.nsf-registo-flow li::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--registo-accent);
  border-radius: 50%;
  color: var(--registo-accent);
  background: var(--nsf-color-subtle);
  content: counter(registo-flow, decimal-leading-zero);
  font-size: 0.75rem;
  font-weight: 760;
}

.nsf-registo-flow li::after {
  position: absolute;
  top: 1.15rem;
  right: calc(-1 * clamp(1.75rem, 3.5vw, 3rem));
  left: 2.75rem;
  height: 1px;
  background: linear-gradient(90deg, var(--registo-accent), color-mix(in srgb, var(--registo-accent) 15%, var(--nsf-color-border)));
  content: "";
}

.nsf-registo-flow li:last-child::after {
  display: none;
}

.nsf-registo-flow strong,
.nsf-registo-flow span {
  display: block;
}

.nsf-registo-flow strong {
  margin-bottom: 0.6rem;
  color: var(--nsf-color-text);
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  line-height: 1.3;
}

.nsf-registo-flow span {
  color: var(--nsf-color-muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

.nsf-registo-benefits {
  background: var(--registo-accent-soft);
}

.nsf-registo-split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(22rem, 0.7fr);
  gap: clamp(2.75rem, 7vw, 6rem);
  align-items: start;
}

.nsf-registo-benefit-list {
  margin: 0;
  padding: 0;
  counter-reset: registo-benefit;
  list-style: none;
}

.nsf-registo-benefit-list li {
  position: relative;
  display: grid;
  padding: 1.15rem 0 1.15rem 3rem;
  border-top: 1px solid color-mix(in srgb, var(--registo-accent) 20%, var(--nsf-color-border));
  counter-increment: registo-benefit;
  gap: 0.25rem;
}

.nsf-registo-benefit-list li::before {
  position: absolute;
  top: 1.35rem;
  left: 0;
  color: var(--registo-accent);
  content: counter(registo-benefit, decimal-leading-zero);
  font-size: 0.78rem;
  font-weight: 760;
}

.nsf-registo-benefit-list strong {
  color: var(--nsf-color-text);
  font-size: 1.05rem;
}

.nsf-registo-benefit-list span {
  color: var(--nsf-color-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.nsf-registo-fit__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(22rem, 0.62fr);
  column-gap: clamp(2.75rem, 7vw, 7rem);
}

.nsf-registo-fit__inner > .nsf-registo-eyebrow,
.nsf-registo-fit__inner > h2 {
  grid-column: 1;
}

.nsf-registo-fit__inner > .nsf-registo-section-lead {
  grid-column: 1;
}

.nsf-registo-fit-list {
  margin: 0;
  padding: 0;
  grid-column: 2;
  grid-row: 1 / span 4;
  list-style: none;
}

.nsf-registo-fit-list li {
  position: relative;
  padding: 1.15rem 0 1.15rem 1.75rem;
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
}

.nsf-registo-fit-list li::before {
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--registo-accent);
  content: "";
}

.nsf-registo-related {
  background: var(--nsf-color-subtle);
}

.nsf-registo-related-grid {
  display: grid;
  margin-top: clamp(2.5rem, 4.5vw, 4rem);
  border-top: 1px solid color-mix(in srgb, var(--registo-accent) 28%, var(--nsf-color-border));
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nsf-registo-related-item {
  min-width: 0;
  padding: 2rem clamp(1.25rem, 2.5vw, 2.25rem) 2.25rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-border) 50%, transparent);
}

.nsf-registo-related-item + .nsf-registo-related-item {
  padding-left: clamp(1.25rem, 2.5vw, 2.25rem);
  border-left: 1px solid color-mix(in srgb, var(--nsf-color-border) 40%, transparent);
}

.nsf-registo-related-number {
  margin: 0 0 1rem;
  color: var(--registo-accent);
  font-size: 0.78rem !important;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.nsf-registo-related-item h3 {
  margin-bottom: 0.75rem;
}

.nsf-registo-related-item h3 a {
  color: var(--registo-accent);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--registo-accent) 42%, transparent);
  text-underline-offset: 0.28em;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.nsf-registo-related-item h3 a:hover {
  color: var(--registo-accent-deep);
  text-decoration-color: currentColor;
}

.nsf-registo-related-item p:not(.nsf-registo-related-number) {
  color: var(--nsf-color-muted);
}

.nsf-registo-core-link {
  max-width: 55rem;
  margin: 2.25rem 0 0;
  padding: 1.15rem 0 1.15rem 1.4rem;
  border-left: 3px solid var(--nsf-color-brand);
  color: var(--nsf-color-muted);
}

.nsf-registo-core-link a {
  color: var(--nsf-color-brand);
  font-weight: 700;
}

.nsf-registo-contact {
  background: color-mix(in srgb, var(--registo-accent) 7%, var(--nsf-color-surface));
}

.nsf-registo-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(28rem, 0.72fr);
  gap: clamp(2.75rem, 6vw, 5.5rem);
  align-items: start;
}

.nsf-registo-contact__copy > p:not(.nsf-registo-eyebrow) {
  max-width: 43rem;
  color: var(--nsf-color-muted);
}

.nsf-registo-contact__copy h2 + p {
  margin-top: 1.35rem;
}

.nsf-registo-contact__direct {
  margin-top: 1.5rem;
}

.nsf-registo-contact__direct a {
  color: var(--registo-accent);
  font-weight: 700;
}

.nsf-registo-form {
  min-width: 0;
  padding: clamp(2rem, 3.5vw, 3rem);
  border: 1px solid color-mix(in srgb, var(--registo-accent) 18%, var(--nsf-color-border));
  border-radius: var(--nsf-radius-md);
  background: var(--nsf-color-surface);
}

.nsf-registo-form h3 {
  margin-bottom: 1.75rem;
}

.nsf-registo-form #wpforms-29 {
  margin: 0;
  --wpforms-field-size-input-height: 52px;
  --wpforms-field-size-input-spacing: 18px;
  --wpforms-field-size-font-size: 16px;
  --wpforms-field-size-padding-h: 16px;
  --wpforms-label-size-font-size: 15px;
}

.nsf-registo-form #wpforms-29 .wpforms-field {
  padding: 0 0 1.15rem !important;
}

.nsf-registo-form #wpforms-29 .wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;
}

.nsf-registo-form #wpforms-29 .wpforms-field-label,
.nsf-registo-form #wpforms-29 .wpforms-field-label-inline {
  color: var(--nsf-color-text) !important;
  font-size: 0.94rem !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

.nsf-registo-form #wpforms-29 input:not([type="checkbox"]),
.nsf-registo-form #wpforms-29 textarea,
.nsf-registo-form #wpforms-29 select {
  width: 100% !important;
  border: 1px solid color-mix(in srgb, var(--nsf-color-border) 78%, transparent) !important;
  border-radius: var(--nsf-radius-sm) !important;
  color: var(--nsf-color-text) !important;
  background: var(--nsf-color-surface) !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.nsf-registo-form #wpforms-29 input:not([type="checkbox"]),
.nsf-registo-form #wpforms-29 select {
  min-height: 3.25rem !important;
  padding: 0.8rem 1rem !important;
}

.nsf-registo-form #wpforms-29 textarea {
  min-height: 9rem !important;
  padding: 0.9rem 1rem !important;
  resize: vertical;
}

.nsf-registo-form #wpforms-29 input:not([type="checkbox"]):focus,
.nsf-registo-form #wpforms-29 textarea:focus,
.nsf-registo-form #wpforms-29 select:focus {
  border-color: var(--registo-accent) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--registo-accent) 18%, transparent) !important;
}

.nsf-registo-form #wpforms-29 .wpforms-field-checkbox li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
}

.nsf-registo-form #wpforms-29 input[type="checkbox"] {
  margin-top: 0.2rem !important;
  accent-color: var(--registo-accent);
}

.nsf-registo-form #wpforms-submit-29 {
  width: 100% !important;
  min-height: 3.25rem !important;
  padding: 0.88rem 1.3rem !important;
  border: 1px solid var(--registo-accent) !important;
  border-radius: var(--nsf-radius-sm) !important;
  color: var(--nsf-color-on-brand) !important;
  background: var(--registo-accent) !important;
  font-size: 1rem !important;
  font-weight: 720 !important;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.nsf-registo-form #wpforms-submit-29:hover {
  color: var(--registo-accent) !important;
  background: var(--nsf-color-surface) !important;
}

.nsf-registo-form #wpforms-submit-29:focus-visible {
  outline: 3px solid var(--registo-accent) !important;
  outline-offset: 3px !important;
}

@media (max-width: 64rem) {
  .nsf-registo-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3rem;
  }

  .nsf-registo-flow li:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 52rem) {
  .nsf-registo-split,
  .nsf-registo-fit__inner,
  .nsf-registo-contact__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsf-registo-fit-list {
    margin-top: 2rem;
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 48rem) {
  .nsf-registo-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nsf-registo-area-grid,
  .nsf-registo-related-grid,
  .nsf-registo-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsf-registo-area,
  .nsf-registo-area:nth-child(even),
  .nsf-registo-related-item,
  .nsf-registo-related-item + .nsf-registo-related-item {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .nsf-registo-flow {
    gap: 0;
  }

  .nsf-registo-flow li {
    padding: 0 0 2.65rem 3.4rem;
  }

  .nsf-registo-flow li::before {
    top: 0;
  }

  .nsf-registo-flow li::after,
  .nsf-registo-flow li:nth-child(2n)::after {
    top: 2.6rem;
    right: auto;
    bottom: 0.3rem;
    left: 1.15rem;
    display: block;
    width: 1px;
    height: auto;
  }

  .nsf-registo-flow li:last-child::after {
    display: none;
  }
}

@media (max-width: 40rem) {
  .page-template-nsf-registo-landing h1 {
    font-size: clamp(2.5rem, 10.7vw, 2.75rem);
    line-height: 1.01;
  }

  .page-template-nsf-registo-landing h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.55rem);
  }

  .nsf-registo-hero {
    padding-top: 2.25rem;
  }

  .nsf-registo-logo {
    width: 8.75rem;
    margin-bottom: 1.1rem !important;
  }

  .nsf-registo-hero__lead {
    font-size: 1.06rem !important;
  }

  .nsf-registo-actions,
  .nsf-registo-actions .wp-block-button,
  .nsf-registo-actions .wp-block-button__link {
    width: 100%;
  }

  .nsf-registo-shot--hero {
    margin-top: 2.25rem;
  }

  .nsf-registo-shot--hero picture {
    aspect-ratio: 4 / 3;
  }

  .nsf-registo-shot figcaption {
    text-align: left;
  }

  .nsf-registo-form {
    padding: 1.5rem 1.25rem;
  }
}

body.page-template-nsf-registo-feature-page {
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--nsf-color-text);
  background-color: var(--nsf-color-surface) !important;
  background-image: none !important;
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-template-nsf-registo-feature-page *,
.page-template-nsf-registo-feature-page *::before,
.page-template-nsf-registo-feature-page *::after {
  box-sizing: border-box;
}

.page-template-nsf-registo-feature-page h1,
.page-template-nsf-registo-feature-page h2,
.page-template-nsf-registo-feature-page h3,
.page-template-nsf-registo-feature-page p,
.page-template-nsf-registo-feature-page li,
.page-template-nsf-registo-feature-page a,
.page-template-nsf-registo-feature-page button {
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
}

.page-template-nsf-registo-feature-page h1,
.page-template-nsf-registo-feature-page h2,
.page-template-nsf-registo-feature-page h3 {
  margin-top: 0;
  color: var(--nsf-color-text);
  font-weight: 720;
  letter-spacing: -0.04em;
}

.page-template-nsf-registo-feature-page h1 {
  font-size: clamp(2.75rem, 4.2vw, 4rem);
  line-height: 1.02;
}

.page-template-nsf-registo-feature-page h2 {
  max-width: 22ch;
  font-size: clamp(2.05rem, 2.75vw, 3rem);
  line-height: 1.08;
}

.page-template-nsf-registo-feature-page h3 {
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.2;
}

.page-template-nsf-registo-feature-page p,
.page-template-nsf-registo-feature-page li {
  font-size: clamp(1rem, 1.05vw, 1.07rem);
  line-height: 1.67;
}

.page-template-nsf-registo-feature-page a {
  text-underline-offset: 0.2em;
}

.page-template-nsf-registo-feature-page img {
  max-width: 100%;
  height: auto;
}

.nsf-registo-feature-main,
.nsf-registo-feature-main > .wp-block-post-content,
.nsf-registo-feature-page {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nsf-registo-feature-page {
  --registo-accent: #202c61;
  --registo-accent-light: #5baade;
  --registo-accent-deep: color-mix(in srgb, var(--registo-accent) 88%, black);
  --registo-accent-soft: color-mix(in srgb, var(--registo-accent-light) 9%, white);
}

.nsf-registo-feature-page a:focus-visible,
.nsf-registo-feature-page button:focus-visible {
  outline: 3px solid var(--registo-accent);
  outline-offset: 3px;
}

.nsf-registo-feature-page .nsf-breadcrumbs a:hover,
.nsf-registo-feature-page .nsf-breadcrumbs a:focus-visible {
  color: var(--registo-accent);
}

.nsf-registo-feature-hero .nsf-feature-shot {
  margin-top: clamp(2.5rem, 5vw, 4.25rem) !important;
}

.nsf-registo-feature-page .nsf-feature-shot img {
  border-color: color-mix(in srgb, var(--registo-accent) 24%, var(--nsf-color-border));
  box-shadow: 0 1.4rem 3.8rem rgba(32, 44, 97, 0.11);
}

.nsf-registo-feature-page .nsf-feature-shot figcaption {
  color: var(--nsf-color-muted);
}

.nsf-registo-qr-visual .nsf-feature-shot {
  width: min(100%, 38rem);
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.nsf-registo-feature-topics .nsf-registo-feature-topic {
  display: grid;
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  border-top: 1px solid color-mix(in srgb, var(--registo-accent) 20%, var(--nsf-color-border));
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.nsf-registo-feature-topics .nsf-registo-feature-topic:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--registo-accent) 14%, var(--nsf-color-border));
}

.nsf-registo-feature-topic h2,
.nsf-registo-feature-topic p {
  margin-bottom: 0;
}

.nsf-registo-feature-topic p {
  max-width: 42rem;
  color: var(--nsf-color-muted);
}

.nsf-registo-feature-final-cta {
  color: var(--nsf-color-on-brand);
  background: linear-gradient(135deg, var(--registo-accent-deep), var(--registo-accent));
}

.nsf-registo-feature-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: end;
}

.nsf-registo-feature-final-cta .nsf-registo-eyebrow {
  color: color-mix(in srgb, var(--nsf-color-on-brand) 82%, var(--registo-accent-light));
}

.nsf-registo-feature-final-cta h2,
.nsf-registo-feature-final-cta p {
  color: var(--nsf-color-on-brand);
}

.nsf-registo-feature-final-cta h2 {
  max-width: 23ch;
}

.nsf-registo-feature-final-cta h2 + p {
  max-width: 44rem;
  margin-top: 1.2rem;
  color: color-mix(in srgb, var(--nsf-color-on-brand) 88%, var(--registo-accent));
}

.nsf-registo-feature-final-cta .nsf-registo-actions {
  margin-top: 0;
}

.nsf-registo-feature-final-cta .nsf-registo-actions .wp-block-button__link {
  border-color: var(--nsf-color-on-brand);
  color: var(--registo-accent-deep);
  background: var(--nsf-color-on-brand);
  white-space: nowrap;
}

.nsf-registo-feature-final-cta .nsf-registo-actions .wp-block-button__link:hover {
  color: var(--nsf-color-on-brand);
  background: transparent;
}

@media (max-width: 52rem) {
  .nsf-registo-feature-topics .nsf-registo-feature-topic,
  .nsf-registo-feature-final-cta__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsf-registo-feature-final-cta__inner {
    align-items: start;
  }
}

@media (max-width: 40rem) {
  .page-template-nsf-registo-feature-page h1 {
    font-size: clamp(2.45rem, 10.5vw, 2.75rem);
    line-height: 1.02;
  }

  .page-template-nsf-registo-feature-page h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.55rem);
  }

  .nsf-registo-feature-final-cta .nsf-registo-actions,
  .nsf-registo-feature-final-cta .wp-block-button,
  .nsf-registo-feature-final-cta .wp-block-button__link {
    width: 100%;
  }
}

body.page-template-nsf-pricing-page {
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--nsf-color-text);
  background-color: var(--nsf-color-surface) !important;
  background-image: none !important;
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-template-nsf-pricing-page *,
.page-template-nsf-pricing-page *::before,
.page-template-nsf-pricing-page *::after {
  box-sizing: border-box;
}

.page-template-nsf-pricing-page h1,
.page-template-nsf-pricing-page h2,
.page-template-nsf-pricing-page h3,
.page-template-nsf-pricing-page p,
.page-template-nsf-pricing-page li,
.page-template-nsf-pricing-page a,
.page-template-nsf-pricing-page input,
.page-template-nsf-pricing-page textarea,
.page-template-nsf-pricing-page button {
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
}

.page-template-nsf-pricing-page h1,
.page-template-nsf-pricing-page h2,
.page-template-nsf-pricing-page h3 {
  margin-top: 0;
  color: var(--nsf-color-text);
  font-weight: 720;
  letter-spacing: -0.04em;
}

.page-template-nsf-pricing-page h1 {
  font-size: clamp(3rem, 4.4vw, 4.25rem);
  line-height: 1.02;
}

.page-template-nsf-pricing-page h2 {
  max-width: 22ch;
  font-size: clamp(2.1rem, 2.9vw, 3.1rem);
  line-height: 1.08;
}

.page-template-nsf-pricing-page h3 {
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.2;
}

.page-template-nsf-pricing-page p,
.page-template-nsf-pricing-page li {
  font-size: clamp(1rem, 1.05vw, 1.07rem);
  line-height: 1.67;
}

.page-template-nsf-pricing-page a {
  text-underline-offset: 0.2em;
}

.page-template-nsf-pricing-page a:focus-visible,
.page-template-nsf-pricing-page button:focus-visible,
.page-template-nsf-pricing-page input:focus-visible,
.page-template-nsf-pricing-page textarea:focus-visible,
.page-template-nsf-pricing-page select:focus-visible {
  outline: 3px solid var(--nsf-color-brand);
  outline-offset: 3px;
}

.nsf-pricing-main,
.nsf-pricing-main > .wp-block-post-content,
.nsf-pricing-page {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nsf-pricing-section {
  width: 100%;
  margin: 0 !important;
  padding: clamp(4.25rem, 6.5vw, 6.5rem) var(--nsf-gutter);
}

.nsf-pricing-section-lead {
  max-width: 46rem;
  margin-top: 1.25rem;
  color: var(--nsf-color-muted);
  font-size: clamp(1.03rem, 1.25vw, 1.16rem) !important;
}

.nsf-pricing-hero {
  padding-top: clamp(2.25rem, 4.5vw, 4.25rem);
  background:
    linear-gradient(
      145deg,
      color-mix(in srgb, var(--nsf-color-brand) 6%, var(--nsf-color-surface)),
      var(--nsf-color-surface) 58%,
      color-mix(in srgb, var(--nsf-color-brand) 2%, var(--nsf-color-surface))
    );
}

.nsf-pricing-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(24rem, 0.62fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.nsf-pricing-hero__title {
  max-width: 13ch;
  margin-bottom: 1.35rem;
}

.nsf-pricing-hero__lead {
  max-width: 42rem;
  margin: 0;
  color: var(--nsf-color-muted);
  font-size: clamp(1.08rem, 1.4vw, 1.24rem) !important;
  line-height: 1.6 !important;
}

.nsf-pricing-summary {
  min-width: 0;
  padding: clamp(2rem, 4vw, 3.25rem);
  border-top: 4px solid var(--nsf-color-brand);
  background: var(--nsf-color-surface);
  box-shadow: 0 1.4rem 4rem rgba(17, 17, 17, 0.09);
}

.nsf-pricing-summary__label,
.nsf-pricing-service-price__label {
  margin: 0 0 0.75rem;
  color: var(--nsf-color-muted);
  font-size: 0.8rem !important;
  font-weight: 760;
  letter-spacing: 0.1em;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.nsf-pricing-summary__amount {
  margin: 0;
  color: var(--nsf-color-brand-deep);
  font-size: clamp(2.5rem, 4.2vw, 4.25rem) !important;
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 1 !important;
}

.nsf-pricing-summary__amount strong {
  font-weight: 780;
}

.nsf-pricing-summary__amount span,
.nsf-pricing-service-price__amount span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.36em;
  letter-spacing: -0.02em;
}

.nsf-pricing-summary__note {
  margin: 1rem 0 0;
  color: var(--nsf-color-brand);
  font-size: 1.05rem !important;
  font-weight: 760;
}

.nsf-pricing-summary__explanation {
  margin: 1.25rem 0 0;
  color: var(--nsf-color-muted);
  font-size: 0.95rem !important;
}

.nsf-pricing-actions {
  margin-top: 1.5rem;
}

.nsf-pricing-actions .wp-block-button__link {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.82rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nsf-color-brand);
  border-radius: var(--nsf-radius-sm);
  color: var(--nsf-color-on-brand);
  background: var(--nsf-color-brand);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease;
}

.nsf-pricing-actions .wp-block-button__link:hover {
  color: var(--nsf-color-brand);
  background: transparent;
}

.nsf-pricing-summary__tax {
  margin: 1rem 0 0;
  color: var(--nsf-color-muted);
  font-size: 0.82rem !important;
}

.nsf-pricing-included-grid {
  display: grid;
  margin-top: clamp(2.5rem, 4.5vw, 4rem);
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-brand) 32%, var(--nsf-color-border));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsf-pricing-included-item {
  min-width: 0;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2.75rem) clamp(2rem, 3vw, 2.75rem) 0;
  border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
}

.nsf-pricing-included-item:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(1rem, 3vw, 2.75rem);
  border-left: 1px solid color-mix(in srgb, var(--nsf-color-border) 42%, transparent);
}

.nsf-pricing-included-item h3 {
  margin-bottom: 0.75rem;
}

.nsf-pricing-included-item p {
  color: var(--nsf-color-muted);
}

.nsf-pricing-included-item a,
.nsf-pricing-fit a,
.nsf-pricing-service-scope a {
  color: var(--nsf-color-brand);
  font-weight: 680;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--nsf-color-brand) 38%, transparent);
}

.nsf-pricing-included-item a:hover,
.nsf-pricing-fit a:hover,
.nsf-pricing-service-scope a:hover {
  text-decoration-color: currentColor;
}

.nsf-pricing-billing-note {
  max-width: 55rem;
  margin: 2rem 0 0;
  color: var(--nsf-color-muted);
  font-size: 0.92rem !important;
}

.nsf-pricing-implementation {
  background: var(--nsf-color-subtle);
}

.nsf-pricing-implementation__intro {
  max-width: 56rem;
}

.nsf-pricing-service-grid {
  display: grid;
  margin-top: clamp(2.5rem, 4.5vw, 4rem);
  grid-template-columns: minmax(18rem, 0.62fr) minmax(0, 0.9fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: start;
}

.nsf-pricing-service-price {
  padding-right: clamp(1.5rem, 4vw, 3.5rem);
  border-right: 1px solid color-mix(in srgb, var(--nsf-color-brand) 35%, var(--nsf-color-border));
}

.nsf-pricing-service-price__amount {
  margin: 0 0 1.25rem;
  color: var(--nsf-color-brand-deep);
  font-size: clamp(2.2rem, 3.6vw, 3.5rem) !important;
  letter-spacing: -0.045em;
  line-height: 1 !important;
}

.nsf-pricing-service-price > p:last-child,
.nsf-pricing-service-scope li {
  color: var(--nsf-color-muted);
}

.nsf-pricing-service-scope h3 {
  margin-bottom: 1.1rem;
}

.nsf-pricing-service-scope ul {
  margin: 0;
  padding-left: 1.2rem;
}

.nsf-pricing-service-scope li + li {
  margin-top: 0.65rem;
}

.nsf-pricing-extra-storage {
  display: flex;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: baseline;
}

.nsf-pricing-extra-storage h3,
.nsf-pricing-extra-storage p {
  margin-bottom: 0;
}

.nsf-pricing-extra-storage p {
  color: var(--nsf-color-muted);
}

.nsf-pricing-fit__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 0.62fr);
  gap: clamp(2.75rem, 7vw, 7rem);
  align-items: start;
}

.nsf-pricing-fit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nsf-pricing-fit-list li {
  position: relative;
  padding: 1.1rem 0 1.1rem 1.75rem;
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-border) 52%, transparent);
}

.nsf-pricing-fit-list li::before {
  position: absolute;
  top: 1.65rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--nsf-color-brand);
  content: "";
}

.nsf-pricing-unlimited {
  padding-top: 0;
}

.nsf-pricing-unlimited__inner {
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 5vw, 5rem);
  border-left: clamp(0.3rem, 0.6vw, 0.45rem) solid var(--nsf-color-brand);
  background: color-mix(in srgb, var(--nsf-color-brand) 5%, var(--nsf-color-surface));
}

.nsf-pricing-unlimited__inner .nsf-pricing-section-lead {
  max-width: 54rem;
}

.nsf-pricing-contact h2 {
  color: var(--nsf-color-on-brand);
}

.nsf-pricing-contact .nsf-contact__form h3 {
  color: var(--nsf-color-text);
}

@media (max-width: 64rem) {
  .nsf-pricing-hero__inner {
    gap: 3rem;
  }
}

@media (max-width: 52rem) {
  .nsf-pricing-hero__inner,
  .nsf-pricing-service-grid,
  .nsf-pricing-fit__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsf-pricing-service-price {
    padding-right: 0;
    padding-bottom: 2rem;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--nsf-color-brand) 35%, var(--nsf-color-border));
  }
}

@media (max-width: 48rem) {
  .nsf-pricing-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nsf-pricing-included-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsf-pricing-included-item,
  .nsf-pricing-included-item:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .nsf-pricing-extra-storage {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
}

@media (max-width: 40rem) {
  .page-template-nsf-pricing-page h1 {
    font-size: clamp(2.55rem, 11vw, 2.8rem);
    line-height: 1;
  }

  .page-template-nsf-pricing-page h2 {
    font-size: clamp(1.95rem, 8.7vw, 2.55rem);
  }

  .nsf-pricing-hero {
    padding-top: 2.1rem;
  }

  .nsf-pricing-hero__inner {
    gap: 2rem;
  }

  .nsf-pricing-summary {
    padding: 1.65rem 1.25rem;
  }

  .nsf-pricing-summary__amount {
    font-size: clamp(2.45rem, 12vw, 3.25rem) !important;
  }

  .nsf-pricing-actions,
  .nsf-pricing-actions .wp-block-button,
  .nsf-pricing-actions .wp-block-button__link {
    width: 100%;
  }
}

/* Content hub and editorial article system. */
body.page-template-nsf-content-hub {
  max-width: 100vw;
  overflow-x: hidden;
  color: var(--nsf-color-text);
  background: var(--nsf-color-surface) !important;
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-template-nsf-content-hub *,
.page-template-nsf-content-hub *::before,
.page-template-nsf-content-hub *::after {
  box-sizing: border-box;
}

.page-template-nsf-content-hub :is(h1, h2, h3, p, li, a, button) {
  font-family: "Geist NSF", Arial, Helvetica, sans-serif !important;
}

.page-template-nsf-content-hub :is(h1, h2, h3) {
  color: var(--nsf-color-text);
  font-weight: 720;
  letter-spacing: -0.035em;
}

.page-template-nsf-content-hub :is(a, button):focus-visible {
  outline: 3px solid var(--nsf-color-brand);
  outline-offset: 3px;
}

.nsf-content-hub-main {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nsf-knowledge-hero {
  margin: 0 !important;
  padding: 0 var(--nsf-gutter) clamp(4rem, 8vw, 7.25rem);
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--nsf-color-brand) 6%, var(--nsf-color-surface)),
    var(--nsf-color-surface) 70%
  );
}

.nsf-knowledge-hero__inner,
.nsf-knowledge-content {
  width: min(100%, var(--nsf-layout-max));
  margin: 0 auto !important;
}

.nsf-knowledge-hero .nsf-breadcrumbs-wrap {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.nsf-knowledge-hero h1 {
  max-width: 18ch;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  font-size: clamp(3rem, 5.7vw, 4.5rem);
  line-height: 1.02;
}

.nsf-knowledge-lead {
  max-width: 55rem;
  margin: 1.5rem 0 0;
  color: var(--nsf-color-text-muted);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

.nsf-knowledge-content {
  padding: clamp(4rem, 7vw, 7rem) var(--nsf-gutter) clamp(5rem, 9vw, 8rem);
}

.nsf-content-hub__section + .nsf-content-hub__section {
  margin-top: clamp(4.5rem, 8vw, 7rem);
}

.nsf-content-hub__section > h2 {
  max-width: 24ch;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.08;
}

.nsf-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
}

.nsf-content-card {
  min-width: 0;
  padding-top: 1.25rem;
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-brand) 22%, var(--nsf-color-border));
}

.nsf-content-card__visual {
  margin: 0 0 1.5rem;
  overflow: hidden;
  border-radius: var(--nsf-radius-md);
  background: var(--nsf-color-surface-subtle);
}

.nsf-content-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.nsf-content-card__type,
.nsf-article-type {
  margin: 0;
  color: var(--nsf-color-brand);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.nsf-content-card h3 {
  margin: 0.75rem 0 0;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.18;
}

.nsf-content-card h3 a {
  color: var(--nsf-color-text);
  text-decoration: none;
}

.nsf-content-card h3 a:hover,
.nsf-content-card h3 a:focus-visible,
.nsf-content-card__more:hover,
.nsf-content-card__more:focus-visible {
  color: var(--nsf-color-brand);
}

.nsf-content-card__excerpt {
  margin: 1rem 0 0;
  color: var(--nsf-color-text-muted);
  line-height: 1.65;
}

.nsf-content-card__date {
  margin: 1rem 0 0;
  color: var(--nsf-color-text-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.nsf-content-card__more {
  display: inline-flex;
  margin-top: 1.25rem;
  color: var(--nsf-color-brand);
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 0.22em;
}

.nsf-content-card--featured {
  display: grid;
  padding-top: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  border-top: 0;
}

.nsf-content-card--featured .nsf-content-card__visual {
  margin-bottom: 0;
}

.nsf-content-card--featured h3 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.nsf-content-pagination {
  margin-top: clamp(3rem, 6vw, 5rem);
}

.nsf-content-pagination .page-numbers {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  list-style: none;
}

.nsf-content-pagination a,
.nsf-content-pagination .current {
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--nsf-color-border) 58%, transparent);
  border-radius: var(--nsf-radius-sm);
  color: var(--nsf-color-text);
  text-decoration: none;
}

.nsf-content-pagination .current {
  border-color: var(--nsf-color-brand);
  color: var(--nsf-color-on-brand);
  background: var(--nsf-color-brand);
}

.nsf-article-intro {
  margin-top: 1.5rem;
}

.nsf-article-lead {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: var(--nsf-color-text-muted);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

.nsf-article-meta {
  margin: 1rem 0 0;
  color: var(--nsf-color-text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.nsf-article-featured-image {
  margin: clamp(2rem, 5vw, 3.5rem) 0 0;
  overflow: hidden;
  border-radius: var(--nsf-radius-md);
  background: var(--nsf-color-surface-subtle);
}

.nsf-article-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.nsf-case-study {
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.nsf-case-facts {
  display: grid;
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.nsf-case-facts > div {
  padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-brand) 28%, var(--nsf-color-border));
}

.nsf-case-facts dt {
  color: var(--nsf-color-text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nsf-case-facts dd {
  margin: 0.5rem 0 0;
  font-size: 1.1rem;
  font-weight: 680;
}

.nsf-case-quote {
  margin: clamp(2.5rem, 5vw, 4rem) 0;
  padding: 1.5rem 0 1.5rem clamp(1.25rem, 4vw, 2.5rem);
  border-left: 0.3rem solid var(--nsf-color-brand);
}

.nsf-case-quote p {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 650;
  line-height: 1.45;
}

.nsf-article-related-pages,
.nsf-article-cta,
.nsf-article-related-posts {
  margin-top: clamp(4rem, 8vw, 6rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid color-mix(in srgb, var(--nsf-color-border) 45%, transparent);
}

.nsf-article-related-pages ul {
  display: grid;
  margin: 1.5rem 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 2rem;
  list-style: none;
}

.nsf-article-related-pages a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  font-weight: 680;
}

.nsf-article-cta {
  padding: clamp(2rem, 5vw, 3.5rem);
  border: 0;
  border-radius: var(--nsf-radius-md);
  color: var(--nsf-color-on-brand);
  background: linear-gradient(135deg, #004f00, var(--nsf-color-brand) 62%, var(--nsf-color-logo));
}

.nsf-article-cta h2 {
  margin-top: 0;
  color: var(--nsf-color-on-brand);
}

.nsf-article-cta__button {
  display: inline-flex;
  min-height: 3rem;
  margin-top: 1.5rem;
  padding: 0.8rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nsf-color-on-brand);
  border-radius: var(--nsf-radius-sm);
  color: var(--nsf-color-brand) !important;
  background: var(--nsf-color-on-brand);
  font-weight: 750;
  text-decoration: none !important;
}

.nsf-article-related-posts .nsf-content-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 52.001rem) and (max-width: 68rem) {
  .nsf-site-header__inner {
    gap: 0.75rem;
  }

  .nsf-primary-nav .wp-block-navigation-item__content {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
}

@media (max-width: 64rem) {
  .nsf-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 52rem) {
  .nsf-content-card--featured {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 40rem) {
  .nsf-knowledge-hero {
    padding-bottom: 4rem;
  }

  .nsf-knowledge-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3rem);
  }

  .nsf-knowledge-content {
    padding-top: 3.75rem;
  }

  .nsf-content-grid,
  .nsf-article-related-posts .nsf-content-grid,
  .nsf-case-facts,
  .nsf-article-related-pages ul {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .nsf-primary-nav .wp-block-navigation-item__content,
  .nsf-primary-nav .wp-block-navigation__responsive-container-open,
  .nsf-primary-nav .wp-block-navigation__responsive-container-close,
  .nsf-header-cta .wp-block-button__link,
  .nsf-back-to-top,
  .nsf-actions .wp-block-button__link,
  .nsf-module-group a,
  .nsf-contact__form #wpforms-submit-29,
  .nsf-feature-actions .wp-block-button__link,
  .nsf-feature-related-item h3 a,
  .nsf-feature-final-cta .wp-block-button__link,
  .nsf-registo-actions .wp-block-button__link,
  .nsf-registo-related-item h3 a,
  .nsf-registo-form #wpforms-submit-29,
  .nsf-pricing-actions .wp-block-button__link,
  .nsf-content-card h3 a,
  .nsf-content-card__more,
  .nsf-content-pagination a,
  .nsf-article-cta__button {
    transition: none;
  }
}
