/* ==========================================================================
   NovaFin new-home — theme tokens
   ========================================================================== */
:root {
  /* ── Базові ── */
  --nh-white: #ffffff;
  --nh-black: #000000;

  /* ── Текст ── */
  --nh-text-primary: #111827;
  --nh-text-heading: #0f172a;
  --nh-text-body: #1e293b;
  --nh-text-body-alt: #1f2937;
  --nh-text-secondary: #6b7280;
  --nh-text-muted: #9ca3af;
  --nh-text-nav: #4a5568;
  --nh-text-nav-muted: #4b5563;
  --nh-text-accent: #374151;
  --nh-text-on-primary: #ffffff;
  --nh-text-on-accent: #111827;
  --nh-text-footer: #475569;
  --nh-text-link: #0369a1;
  --nh-text-link-hover: #075985;
  --nh-text-promo-title: #0f3318;
  --nh-text-achievement-muted: rgba(17, 24, 39, 0.6);

  /* ── Бренд / акцент ── */
  --nh-brand: #34d058;
  --nh-brand-hover: #2fb84f;
  --nh-brand-medium: #30b445;
  --nh-brand-dark: #289a3b;
  --nh-brand-bright: #2ec21c;
  --nh-brand-light: #5ed65e;
  --nh-brand-light-alt: #5ed058;
  --nh-brand-border: #55c54f;
  --nh-brand-forest: #0f490e;
  --nh-brand-forest-deep: #14532d;
  --nh-brand-forest-btn: #114510;
  --nh-brand-tint-ghost: rgba(52, 208, 88, 0.08);

  /* ── Поверхні ── */
  --nh-surface-page: #fdfdfd;
  --nh-surface-card: #ffffff;
  --nh-surface-muted: #f3f4f3;
  --nh-surface-muted-alt: #f3f4f6;
  --nh-surface-panel: #eef1f3;
  --nh-surface-panel-hover: #e5e7eb;
  --nh-surface-faq: #ebebeb;

  /* ── Зелені тони (картки, секції) ── */
  --nh-green-50: #f2fbf2;
  --nh-green-50-alt: #f5fbf5;
  --nh-green-100: #eaf7ea;
  --nh-green-100-alt: #ebf7eb;
  --nh-green-100-partner: #edf8ed;
  --nh-green-100-achievement: #edfbec;
  --nh-green-150: #e0f3e0;
  --nh-green-150-alt: #e3f3e3;
  --nh-green-200: #d8eed8;
  --nh-green-200-circle: #d9efd9;
  --nh-green-300: #c4f1c1;
  --nh-green-400: #95e590;
  --nh-green-400-mid: #a8eba4;
  --nh-green-400-light: #b8f0b4;
  --nh-green-400-end: #9ae596;
  --nh-green-400-icon-light: #8ee09a;

  /* ── Слайдер ── */
  --nh-slider-track: #f3f4f6;
  --nh-slider-fill-start: #a3e86b;
  --nh-slider-fill-mid: #7fe07a;
  --nh-slider-fill-end: #5fd468;
  --nh-slider-thumb-start: #8ee87a;
  --nh-slider-thumb-end: #5fd468;
  --nh-slider-thumb-shadow: rgba(95, 212, 104, 0.4);

  /* ── Рамки ── */
  --nh-border: #e8eaed;
  --nh-border-input: #e5e7eb;
  --nh-border-goals: #e8ecef;
  --nh-border-goals-hover: #dde3e8;

  /* ── Тіні ── */
  --nh-shadow-color-sm: rgba(15, 23, 42, 0.08);
  --nh-shadow-color-md: rgba(15, 23, 42, 0.1);
  --nh-shadow-color-card: rgba(15, 23, 42, 0.07);
  --nh-shadow-toggle: rgba(17, 24, 39, 0.08);
  --nh-shadow-toggle-open: rgba(17, 24, 39, 0.12);

  /* ── Градієнти ── */
  --nh-gradient-slider: linear-gradient(90deg, var(--nh-slider-fill-start) 0%, var(--nh-slider-fill-mid) 50%, var(--nh-slider-fill-end) 100%);
  --nh-gradient-slider-thumb: linear-gradient(180deg, var(--nh-slider-thumb-start) 0%, var(--nh-slider-thumb-end) 100%);
  --nh-gradient-hero-bg: linear-gradient(145deg, var(--nh-white) 0%, var(--nh-green-400-mid) 48%, var(--nh-green-400-end) 100%);
  --nh-gradient-hero-bg-solid: linear-gradient(145deg, var(--nh-green-400-light) 0%, var(--nh-green-400-mid) 48%, var(--nh-green-400-end) 100%);
  --nh-gradient-promo-panel: linear-gradient(165deg, var(--nh-green-50-alt) 0%, var(--nh-green-100-alt) 52%, var(--nh-green-150-alt) 100%);
  --nh-shadow-card-hover: 0 0 0 1px var(--nh-white), 0 10px 28px var(--nh-shadow-color-card);
  --nh-shadow-badge: 0 6px 20px var(--nh-shadow-color-md);
  --nh-shadow-promo: 0 8px 24px var(--nh-shadow-color-sm);
  --nh-shadow-promo-badge: 0 4px 14px var(--nh-shadow-color-sm);
  --nh-shadow-slider-thumb: 0 3px 12px var(--nh-slider-thumb-shadow);

  /* ── Секційні аліаси ── */
  --nh-steps-card-1-bg: var(--nh-green-50);
  --nh-steps-card-2-bg: var(--nh-green-100);
  --nh-steps-card-3-bg: var(--nh-green-150);
  --nh-benefits-card-bg: var(--nh-green-50);
  --nh-goals-item-bg: var(--nh-green-50);
  --nh-achievements-1-bg: var(--nh-green-100-achievement);
  --nh-achievements-2-bg: var(--nh-green-300);
  --nh-achievements-3-bg: var(--nh-green-400);
  --nh-achievements-4-bg: var(--nh-brand-light-alt);

  /* ── Декоративні хвилі (фон hero / promo) ── */
  --nh-wave-1: #a3e89f;
  --nh-wave-2: #b0edb0;
  --nh-wave-3: #95e590;

  /* ── Фільтр логотипів партнерів ── */
  --nh-partner-logo-filter: brightness(0) saturate(100%) invert(17%) sepia(32%) saturate(2100%) hue-rotate(118deg);
}

/* ==========================================================================
   Base & layout
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--nh-white);
  color: var(--nh-text-body-alt);
  -webkit-font-smoothing: antialiased;
}

.nf-page {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 640px) {
  .nf-page {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .nf-page {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.nf-section-y {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .nf-section-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.nf-site-footer {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nf-site-footer__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .nf-site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.nf-site-footer__title {
  font-weight: 600;
  color: var(--nh-text-heading);
  font-size: 1rem;
  margin: 0;
}

.nf-site-footer__text {
  margin: 0.75rem 0 0;
  line-height: 1.625;
}

.nf-site-footer__emphasis {
  color: var(--nh-text-body);
  font-weight: 600;
}

.nf-site-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nf-site-footer__list {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
  color: var(--nh-text-footer);
}

.nf-site-footer__list li {
  margin-top: 0.5rem;
}

.nf-site-footer__list li::marker {
  color: var(--nh-brand);
}

.nf-site-footer__divider-text {
  margin: 1.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid #cbd5e1;
  color: var(--nh-text-footer);
  line-height: 1.625;
}

@media (min-width: 640px) {
  .nf-site-footer__divider-text {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

.nf-site-footer__nav {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  color: var(--nh-text-footer);
}

.nf-site-footer__bottom {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cbd5e1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: var(--nh-text-muted);
  font-size: 0.75rem;
}

@media (min-width: 640px) {
  .nf-site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* ==========================================================================
   Компоненти
   ========================================================================== */

.nf-site-footer--light {
  background: var(--nh-surface-muted);
  color: var(--nh-text-footer);
}
.nf-site-footer--light a {
  color: var(--nh-text-link);
  text-decoration: none;
}
.nf-site-footer--light a:hover {
  color: var(--nh-text-link-hover);
  text-decoration: underline;
}

.nh-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--nh-white);
  border-bottom: 1px solid var(--nh-border);
}
.nh-header__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4rem;
}
.nh-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.nh-header__logo img {
  height: 1.2rem;
  width: auto;
  margin-left: 10px;
  display: block;
  filter: contrast(1.5);
}
.nh-header__nav {
  display: none;
  align-items: center;
  gap: 1.75rem;
}
.nh-header__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--nh-text-nav);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.nh-header__link:hover {
  color: var(--nh-brand-medium);
}
.nh-header__link--active {
  color: var(--nh-brand-medium);
}
.nh-header__link svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.nh-header__cta {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.375rem;
  border-radius: 12px;
  background: var(--nh-brand-bright);
  color: var(--nh-text-on-primary);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  position: relative;
  z-index: 2;
}
.nh-header__cta:hover {
  background: var(--nh-brand-dark);
}
.nh-header__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  border: none;
  border-radius: 0.625rem;
  background: var(--nh-surface-muted);
  color: var(--nh-text-body);
  cursor: pointer;
  flex-shrink: 0;
}
.nh-header__toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}
.nh-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  flex-direction: column;
  background: var(--nh-white);
}
.nh-mobile-menu.is-open {
  display: flex;
}
.nh-mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  padding: 0 1rem;
  border-bottom: 1px solid var(--nh-border);
}
.nh-mobile-menu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 0.625rem;
  background: var(--nh-surface-muted);
  color: var(--nh-text-body);
  cursor: pointer;
}
.nh-mobile-menu__close svg {
  width: 1.25rem;
  height: 1.25rem;
}
.nh-mobile-menu__nav {
  flex: 1;
  padding: 1.25rem 1rem;
  overflow-y: auto;
}
.nh-mobile-menu__link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--nh-text-body);
  text-decoration: none;
}
.nh-mobile-menu__link--active {
  color: var(--nh-brand-medium);
  font-weight: 600;
}
.nh-mobile-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: var(--nh-surface-muted);
  flex-shrink: 0;
}
.nh-mobile-menu__icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
.nh-mobile-menu__footer {
  padding: 1rem;
  border-top: 1px solid var(--nh-border);
}
.nh-mobile-menu__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.875rem 1.25rem;
  border-radius: 9999px;
  background: var(--nh-brand-medium);
  color: var(--nh-text-on-primary);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .nh-header__inner {
    position: relative;
    justify-content: space-between;
  }
  .nh-header__nav {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nh-header__cta {
    display: inline-flex;
  }
  .nh-header__toggle {
    display: none;
  }
  .nh-header__logo img {
    height: 1.5rem;
    margin-left: 0;
  }
}

.nh-hero {
  padding: 2.5rem 0 1.75rem;
}
.nh-hero__grid {
  display: grid;
  /*gap: 2rem;*/
  align-items: center;
}
.nh-hero__title {
  margin: 0 auto 1.75rem;
  max-width: 9.25em;
  font-size: clamp(2.375rem, 5vw, 3.125rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--nh-text-heading);
  text-align: center;
  letter-spacing: -0.02em;
}
.nh-hero__field-label {
  display: block;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--nh-text-muted);
}
.nh-hero__amount-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.125rem;
}
.nh-hero__amount-input {
  display: flex;
  align-items: center;
  min-width: 10.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid var(--nh-brand-border);
  border-radius: 0.875rem;
  background: var(--nh-white);
  max-width: 170px;
}
.nh-hero__amount-input input {
  width: 100%;
  min-width: 4.5rem;
  border: none;
  outline: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--nh-text-heading);
  text-align: right;
  background: transparent;
}
.nh-hero__amount-input span {
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  border-left: 1px solid var(--nh-border-input);
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--nh-text-muted);
  white-space: nowrap;
}
.nh-hero__slider {
  position: relative;
  margin-bottom: 0.5rem;
}
.nh-hero__slider-track {
  position: relative;
  height: 0.9rem;
  border-radius: 9999px;
  background: var(--nh-surface-muted-alt);
  overflow: hidden;
}
.nh-hero__slider-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  border-radius: inherit;
  background: var(--nh-gradient-slider);
}
.nh-hero__slider input[type="range"] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 3rem;
  margin: -3rem 0 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.nh-hero__slider input[type="range"]::-webkit-slider-runnable-track {
  height: 0.5rem;
  background: transparent;
}
.nh-hero__slider input[type="range"]::-moz-range-track {
  height: 0.5rem;
  background: transparent;
}
.nh-hero__slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  margin-top: -0.75rem;
  border: none;
  border-radius: 0.625rem;
  background:
    linear-gradient(var(--nh-white), var(--nh-white)) center / 0.5rem 0.75rem no-repeat,
    var(--nh-gradient-slider-thumb);
  box-shadow: var(--nh-shadow-slider-thumb);
}
.nh-hero__slider input[type="range"]::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 0.625rem;
  background:
    linear-gradient(var(--nh-white), var(--nh-white)) center / 0.5rem 0.75rem no-repeat,
    var(--nh-gradient-slider-thumb);
  box-shadow: var(--nh-shadow-slider-thumb);
}
.nh-hero__slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  color: var(--nh-text-muted);
}
.nh-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1rem 1.6rem;
  border: none;
  border-radius: 16px;
  background: var(--nh-brand-forest);
  color: var(--nh-text-on-primary);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s ease;
  transition: .3s;
}
.nh-hero__cta:hover {
  /*background: var(--nh-brand-forest);*/
  transform: scale(1.067)
}
.nh-hero__cta svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.nh-hero__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.375rem;
  text-align: center;
}
.nh-hero__summary dt {
  margin: 0 0 0.375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--nh-text-muted);
}
.nh-hero__summary dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--nh-text-primary);
}
.nh-hero__visual {
  display: none;
  position: relative;
  padding-top: 4rem;
  overflow: visible;
}
.nh-hero__photo-wrap {
  position: relative;
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1;
  border-radius: 2.5rem;
  overflow: visible;
  transform: scale(1.15);
  transform-origin: center bottom;
}
.nh-hero__photo-bg {
  position: absolute;
  inset: 0;
  border-radius: 2.5rem;
  background: var(--nh-gradient-hero-bg-solid);
  background: var(--nh-gradient-hero-bg);

  overflow: hidden;
}
.nh-hero__photo-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.75;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20400%20400'%3E%3Cpath%20fill%3D'%23a3e89f'%20d%3D'M-20%20260c70-40%20150-20%20220%2010s170%2040%20220-10v150H-20z'%2F%3E%3Cpath%20fill%3D'%23b0edb0'%20d%3D'M-30%20180c90-30%20180-10%20250%2020s160%2050%20210%200v90H-30z'%2F%3E%3Cpath%20fill%3D'%2395e590'%20d%3D'M0%20320c80-25%20170-5%20240%2025s150%2035%20200-5v80H0z'%2F%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.nh-hero__photo-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}
.nh-hero__photo-clip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -40%;
  overflow: hidden;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
.nh-hero__photo {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  transform: translateX(-50%) scale(1.25);
  transform-origin: center bottom;
}
.nh-hero__badges {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54%;
  z-index: 2;
  pointer-events: none;
}
.nh-hero__badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: calc(100% - 1.25rem);
  padding: 0.625rem 0.875rem 0.625rem 0.625rem;
  border-radius: 9999px;
  background: var(--nh-white);
  color: var(--nh-text-body-alt);
  font-size: clamp(0.6875rem, 1.1vw, 0.8125rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  box-shadow: var(--nh-shadow-badge);
}
.nh-hero__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 9999px;
  background: var(--nh-brand);
  color: var(--nh-text-on-primary);
  flex-shrink: 0;
}
.nh-hero__badge-icon svg {
  width: 0.7rem;
  height: 0.7rem;
}
.nh-hero__badge--top {
  top: 4%;
  right: 5%;
  left: auto;
}
.nh-hero__badge--middle {
  top: 40%;
  left: 4%;
  right: auto;
}
.nh-hero__badge--bottom {
  bottom: 5%;
  right: 6%;
  left: auto;
  top: auto;
}
.nh-hero__promo {
  position: relative;
  display: block;
  min-height: 11.5rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-radius: 1.25rem;
  overflow: visible;
  box-shadow: var(--nh-shadow-promo);
}
.nh-hero__promo-bg {
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  background: var(--nh-gradient-hero-bg-solid);
  overflow: hidden;
}
.nh-hero__promo-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.75;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20400%20400'%3E%3Cpath%20fill%3D'%23a3e89f'%20d%3D'M-20%20260c70-40%20150-20%20220%2010s170%2040%20220-10v150H-20z'%2F%3E%3Cpath%20fill%3D'%23b0edb0'%20d%3D'M-30%20180c90-30%20180-10%20250%2020s160%2050%20210%200v90H-30z'%2F%3E%3Cpath%20fill%3D'%2395e590'%20d%3D'M0%20320c80-25%20170-5%20240%2025s150%2035%20200-5v80H0z'%2F%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.nh-hero__promo-stage {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}
.nh-hero__promo-clip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -38%;
  overflow: hidden;
  border-bottom-right-radius: 1.25rem;
}
.nh-hero__promo-photo {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 115%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: bottom center;
  transform: translateX(-50%) scale(1.2);
  transform-origin: center bottom;
}
.nh-hero__promo-badges {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  width: 58%;
  min-width: 0;
  min-height: 11.5rem;
  padding: 0.875rem 0.625rem 0.875rem 0.875rem;
}
.nh-hero__promo-badge {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.5rem 0.7rem 0.5rem 0.45rem;
  border-radius: 9999px;
  background: var(--nh-white);
  color: var(--nh-text-body-alt);
  font-size: clamp(0.625rem, 2.7vw, 0.75rem);
  font-weight: 600;
  line-height: 1.25;
  box-shadow: var(--nh-shadow-promo-badge);
}
.nh-hero__promo-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.0625rem;
  border-radius: 9999px;
  background: var(--nh-brand);
  color: var(--nh-text-on-primary);
  flex-shrink: 0;
}
.nh-hero__promo-badge-icon svg {
  width: 0.625rem;
  height: 0.625rem;
}
.nh-hero__promo-badge-text {
  flex: 1;
  min-width: 0;
}
.nh-hero__disclaimer {
  margin: 1.25rem 0 0;
  font-size: 0.625rem;
  line-height: 1.35;
}
.nh-hero__disclaimer p {
  margin: 0;
}
.nh-hero__disclaimer p:first-child {
  font-weight: 500;
  color: var(--nh-text-secondary);
}
.nh-hero__disclaimer p + p {
  margin-top: 0.5rem;
  color: var(--nh-text-muted);
}
@media (min-width: 1024px) {
  .nh-hero {
    padding: 3rem 0 2rem;
  }
  .nh-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4.5rem;
  }
  .nh-hero__visual {
    display: block;
  }
  .nh-hero__promo {
    display: none;
  }
  .nh-hero__title {
    margin: 0 0 2rem;
    max-width: 9.5em;
    text-align: left;
  }
}

.nh-partners {
  padding: 0.75rem 0 1.5rem;
  overflow: hidden;
}
.nh-partners__viewport {
  overflow: hidden;
}
.nh-partners__track {
  display: flex;
  width: max-content;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.nh-partners__track.is-ready {
  animation: nh-partners-scroll var(--nh-partners-duration, 55s) linear infinite;
}
.nh-partners__group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-right: 0.75rem;
  flex-shrink: 0;
}
.nh-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 10.25rem;
  height: 4rem;
  padding: 0.5rem 0.875rem;
  border-radius: 0.625rem;
  background: var(--nh-green-100-partner);
  border: 1px solid var(--nh-green-200);
}
.nh-partners__item img {
  display: block;
  max-width: 100%;
  max-height:1.8rem;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: var(--nh-partner-logo-filter);
}
@keyframes nh-partners-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-1 * var(--nh-partners-shift, 0px)), 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .nh-partners__viewport {
    overflow-x: auto;
  }
  .nh-partners__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 0.75rem;
    padding: 0 1rem;
  }
  .nh-partners__group {
    display: contents;
  }
  .nh-partners__group[aria-hidden="true"] {
    display: none;
  }
}
#hero{
  margin-bottom: 60px;
  background: var(--nh-surface-page);
}

.nh-steps {
  padding: 2.75rem 0 3.25rem;
}
.nh-steps__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--nh-text-muted);
  text-align: center;
}
.nh-steps__title {
  margin: 0 auto 2rem;
  max-width: 16em;
  font-size: clamp(1.5rem, 4.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--nh-text-primary);
  text-align: center;
}
.nh-steps__grid {
  display: grid;
  gap: 0.875rem;
}
.nh-steps__card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  padding: 1rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.nh-steps__card--1 { background: var(--nh-steps-card-1-bg); }
.nh-steps__card--2 { background: var(--nh-steps-card-2-bg); }
.nh-steps__card--3 { background: var(--nh-steps-card-3-bg); }
.nh-steps__card:hover {
  border-color: var(--nh-white);
  box-shadow: var(--nh-shadow-card-hover);
}
.nh-steps__num {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 0.625rem;
  padding: 0.3rem 0.55rem;
  border-radius: 0.625rem;
  background: var(--nh-white);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--nh-text-primary);
}
.nh-steps__body {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
}
.nh-steps__card-title {
  margin: 0 0 0.45rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nh-text-primary);
}
.nh-steps__card-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--nh-text-muted);
}
.nh-steps__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.nh-steps__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  background: var(--nh-brand);
  color: var(--nh-text-on-primary);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.nh-steps__cta:hover {
  background: var(--nh-brand-hover);
  transform: scale(1.02);
}
.nh-steps__cta svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .nh-steps {
    padding: 3.5rem 0 4rem;
  }
  .nh-steps__title {
    margin-bottom: 2.5rem;
    max-width: none;
  }
  .nh-steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.125rem;
  }
  .nh-steps__card {
    padding: 1.25rem 1.5rem;
  }
  .nh-steps__body {
    grid-row: 2;
  }
  .nh-steps__card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .nh-steps__cta-wrap {
    margin-top: 2.5rem;
  }
  .nh-steps__cta {
    width: auto;
    min-width: 20rem;
    max-width: none;
    padding: 1rem 2.25rem;
  }
}

.nh-benefits {
  padding: 2.75rem 0 3.25rem;
}
.nh-benefits__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--nh-text-muted);
  text-align: center;
}
.nh-benefits__title {
  margin: 0 auto 2rem;
  font-size: clamp(1.5rem, 4.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--nh-text-primary);
  text-align: center;
}
.nh-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
}
.nh-benefits__card {
  display: flex;
  flex-direction: column;
  min-height: 10.5rem;
  padding: 1.125rem 1.125rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 1.5rem;
  background: var(--nh-benefits-card-bg);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.nh-benefits__card:hover {
  border-color: var(--nh-white);
  box-shadow: var(--nh-shadow-card-hover);
}
.nh-benefits__card-head {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 2.75rem;
  margin-bottom: 0.625rem;
}
.nh-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  overflow: visible;
  pointer-events: none;
}
.nh-benefits__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.nh-benefits__card-title {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nh-text-primary);
}
.nh-benefits__card-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--nh-text-primary);
}
.nh-benefits__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.nh-benefits__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  background: var(--nh-brand);
  color: var(--nh-text-on-primary);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.nh-benefits__cta:hover {
  background: var(--nh-brand-hover);
  transform: scale(1.02);
}
.nh-benefits__cta svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .nh-benefits {
    padding: 3.5rem 0 4rem;
  }
  .nh-benefits__title {
    margin-bottom: 2.5rem;
  }
  .nh-benefits__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.125rem;
  }
  .nh-benefits__card {
    min-height: 12.5rem;
    padding: 1.375rem 1.375rem 1.5rem;
  }
  .nh-benefits__card-head {
    min-height: 3rem;
    margin-bottom: 0.75rem;
  }
  .nh-benefits__icon {
    width: 3rem;
    height: 3rem;
  }
  .nh-benefits__card-title {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .nh-benefits__card-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .nh-benefits__cta-wrap {
    margin-top: 2.5rem;
  }
  .nh-benefits__cta {
    width: auto;
    min-width: 22rem;
    padding: 1rem 2.25rem;
  }
}

.nh-promo-block {
  padding: 2.5rem 0 3rem;
}
.nh-promo-block__panel {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  background: var(--nh-gradient-promo-panel);
}
.nh-promo-block__layout {
  display: flex;
  flex-direction: column;
}
.nh-promo-block__copy {
  padding: 2rem 1.25rem 0;
  text-align: center;
}
.nh-promo-block__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--nh-text-secondary);
}
.nh-promo-block__title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--nh-text-promo-title);
}
.nh-promo-block__lead {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--nh-text-secondary);
}
.nh-promo-block__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.125rem 0.75rem;
  margin: 1.5rem 0 1.25rem;
  text-align: left;
}
.nh-promo-block__stat {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
}
.nh-promo-block__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: var(--nh-brand-forest-deep);
  color: var(--nh-text-on-primary);
  flex-shrink: 0;
}
.nh-promo-block__stat-icon svg {
  width: 1rem;
  height: 1rem;
}
.nh-promo-block__stat-label {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.3;
  color: var(--nh-text-muted);
}
.nh-promo-block__stat-value {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nh-text-primary);
}
.nh-promo-block__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  background: var(--nh-brand-forest);
  color: var(--nh-text-on-primary);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease;
}
.nh-promo-block__cta:hover {
  transform: scale(1.05);
}
.nh-promo-block__cta svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
.nh-promo-block__visual {
  position: relative;
  min-height: 16rem;
  margin-top: 1.25rem;
  pointer-events: none;
}
.nh-promo-block__circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(88%, 22rem);
  aspect-ratio: 1;
  border-radius: 9999px;
  background: var(--nh-green-200-circle);
  transform: translateX(-50%) translateY(18%);
}
.nh-promo-block__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  /*max-width: min(78%, 16rem);*/
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: bottom center;
}
.nh-promo-block__badges {
  display: none;
}
.nh-promo-badge {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.875rem;
  background: var(--nh-white);
  box-shadow: var(--nh-shadow-promo);
  pointer-events: auto;
}
.nh-promo-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: var(--nh-brand-forest-deep);
  color: var(--nh-text-on-primary);
  flex-shrink: 0;
}
.nh-promo-badge__icon svg {
  width: 1rem;
  height: 1rem;
}
.nh-promo-badge__label {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.3;
  color: var(--nh-text-muted);
}
.nh-promo-badge__value {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nh-text-primary);
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .nh-promo-block {
    padding: 3rem 0 4rem;
  }
  .nh-promo-block__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    min-height: 26rem;
  }
  .nh-promo-block__copy {
    padding: 3rem 2rem 3rem 2.5rem;
    text-align: left;
  }
  .nh-promo-block__title {
    max-width: 14em;
    font-size: 2rem;
  }
  .nh-promo-block__lead {
    max-width: 30em;
    font-size: 0.9375rem;
  }
  .nh-promo-block__stats {
    display: none;
  }
  .nh-promo-block__cta {
    width: auto;
    max-width: none;
    margin: 2rem 0 0;
    padding: 1rem 2rem;
  }
  .nh-promo-block__visual {
    min-height: 26rem;
    margin-top: 0;
  }
  .nh-promo-block__circle {
    left: 42%;
    bottom: 8%;
    width: 20rem;
    transform: translateX(-50%);
  }
  .nh-promo-block__photo {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    max-width: 30rem;
    max-height: 24rem;
    margin: 0;
    transform: translateX(-46%);
  }
  .nh-promo-block__badges {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 3;
  }
  .nh-promo-badge {
    position: absolute;
    max-width: 13.5rem;
  }
  .nh-promo-badge--1 { top: 14%; left: 2%; }
  .nh-promo-badge--2 { bottom: 34%; left: -2%; }
  .nh-promo-badge--3 { top: 10%; right: 2%; }
  .nh-promo-badge--4 { bottom: 18%; right: -1%; max-width: 15rem; }
  .nh-promo-badge--4 .nh-promo-badge__value { white-space: normal; }
}

.nh-reviews {
  padding: 2.75rem 0 3.25rem;
  overflow: hidden;
}
.nh-reviews__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--nh-text-muted);
  text-align: center;
}
.nh-reviews__title {
  margin: 0 auto 2rem;
  font-size: clamp(1.5rem, 4.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--nh-text-primary);
  text-align: center;
}
.nh-reviews__viewport {
  overflow: hidden;
  margin: 0 -0.625rem;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.nh-reviews__viewport.is-dragging {
  cursor: grabbing;
}
.nh-reviews__track {
  display: flex;
  gap: 1rem;
  align-items: center;
  will-change: transform;
}
.nh-reviews__card {
  flex: 0 0 min(88vw, 22rem);
  min-height: 14.5rem;
  padding: 1.25rem 1.125rem 1.375rem;
  border-radius: 1.25rem;
  background: var(--nh-surface-panel);
  color: var(--nh-text-primary);
  transform: scale(0.94);
  opacity: 0.88;
  transition: background 0.3s ease, min-height 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.nh-reviews__card.is-active {
  background: var(--nh-brand-light);
  min-height: 16.5rem;
  transform: scale(1);
  opacity: 1;
}
.nh-reviews__stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.875rem;
}
.nh-reviews__stars svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.nh-reviews__name {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nh-text-primary);
}
.nh-reviews__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--nh-text-primary);
}
.nh-reviews__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.nh-reviews__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 9999px;
  background: var(--nh-surface-panel);
  color: var(--nh-text-nav-muted);
  cursor: pointer;
  transition: background 0.15s ease;
}
.nh-reviews__arrow:hover {
  background: var(--nh-surface-panel-hover);
}
.nh-reviews__arrow svg {
  width: 1.125rem;
  height: 1.125rem;
}
.nh-reviews__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}
.nh-reviews__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 22rem;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  background: var(--nh-brand-light);
  color: var(--nh-text-primary);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease;
}
.nh-reviews__cta:hover {
  transform: scale(1.05);
}
@media (min-width: 1024px) {
  .nh-reviews {
    padding: 3.5rem 0 4rem;
  }
  .nh-reviews__title {
    margin-bottom: 2.5rem;
  }
  .nh-reviews__viewport {
    margin: 0;
  }
  .nh-reviews__card {
    flex: 0 0 var(--nh-reviews-card-width, 20rem);
    width: var(--nh-reviews-card-width, 20rem);
    min-height: 14.5rem;
    padding: 1.5rem 1.375rem 1.625rem;
    transform: none;
    opacity: 1;
  }
  .nh-reviews__card.is-active {
    min-height: 18.5rem;
  }
  .nh-reviews__text {
    font-size: 0.875rem;
  }
  .nh-reviews__cta {
    width: auto;
    min-width: 22rem;
    max-width: none;
  }
}

.nh-goals {
  padding: 2.75rem 0 3.25rem;
}
.nh-goals__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--nh-text-muted);
  text-align: center;
}
.nh-goals__title {
  margin: 0 auto 2rem;
  max-width: 16em;
  font-size: clamp(1.5rem, 4.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--nh-text-primary);
  text-align: center;
}
.nh-goals__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr);
}
.nh-goals__item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  min-height: 4.25rem;
  padding: 0.875rem 0.875rem 0.875rem 1rem;
  border: 1px solid var(--nh-border-goals);
  border-radius: 1rem;
  background: var(--nh-white);
  color: var(--nh-text-primary);
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.nh-goals__item:hover {
  border-color: var(--nh-border-goals-hover);
}
.nh-goals__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background: var(--nh-brand-light);
  color: var(--nh-text-on-primary);
  flex-shrink: 0;
}
.nh-goals__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.nh-goals__label {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25;
}
.nh-goals__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: var(--nh-surface-panel);
  color: var(--nh-text-secondary);
  flex-shrink: 0;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.nh-goals__arrow svg {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 1024px) {
  .nh-goals {
    padding: 3.5rem 0 4rem;
  }
  .nh-goals__title {
    margin-bottom: 2.5rem;
    max-width: none;
  }
  .nh-goals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .nh-goals__item {
    min-height: 4.5rem;
    padding: 1rem 1.125rem;
    border-color: var(--nh-border-goals);
    background: var(--nh-goals-item-bg);
      }
      .nh-goals__item:hover {
    background: var(--nh-white);
    border-color: var(--nh-border-goals);
  }
  .nh-goals__arrow {
    opacity: 0;
    transform: scale(0.85);
    pointer-events: none;
  }
  .nh-goals__item:hover .nh-goals__arrow {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
}

.nh-achievements {
  padding: 2.75rem 0 3.25rem;
}
.nh-achievements__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--nh-text-muted);
  text-align: center;
}
.nh-achievements__title {
  margin: 0 auto 2rem;
  max-width: 16em;
  font-size: clamp(1.5rem, 4.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--nh-text-primary);
  text-align: center;
}
.nh-achievements__cards {
  display: flex;
  flex-direction: column;
}
.nh-achievements__card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: -1.875rem;
  padding: 1.75rem 1rem;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.nh-achievements__card:first-child {
  margin-top: 0;
  z-index: 1;
}
.nh-achievements__card:nth-child(2) { z-index: 2; }
.nh-achievements__card:nth-child(3) { z-index: 3; }
.nh-achievements__card:nth-child(4) { z-index: 4; }
.nh-achievements__card--1 { background: var(--nh-achievements-1-bg); }
.nh-achievements__card--2 { background: var(--nh-achievements-2-bg); }
.nh-achievements__card--3 { background: var(--nh-achievements-3-bg); }
.nh-achievements__card--4 { background: var(--nh-achievements-4-bg); }
.nh-achievements__content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0;
  flex: 1;
}
.nh-achievements__value {
  font-size: clamp(2rem, 6vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--nh-text-primary);
}
.nh-achievements__text {
  margin: 0;
  max-width: 14rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: var(--nh-text-achievement-muted);
}
.nh-achievements__footer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nh-achievements__footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nh-achievements__pic {
  display: block;
  width: 5.5rem;
  height: auto;
  flex-shrink: 0;
}
.nh-achievements__card-btn {
  display: none;
}
.nh-achievements__action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.nh-achievements__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  background: var(--nh-brand);
  color: var(--nh-text-on-primary);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.nh-achievements__cta:hover {
  transform: scale(1.02);
}
.nh-achievements__cta svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .nh-achievements__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
  .nh-achievements__card {
    margin-top: 0;
    min-height: 11rem;
    padding: 1.75rem 1.25rem;
  }
  .nh-achievements__card:nth-child(2),
  .nh-achievements__card:nth-child(4) {
    margin-left: -1.25rem;
  }
  .nh-achievements__pic {
    width: 6.5rem;
  }
}
@media (min-width: 1024px) {
  .nh-achievements {
    padding: 3.5rem 0 4rem;
  }
  .nh-achievements__title {
    margin-bottom: 2.5rem;
    max-width: none;
  }
  .nh-achievements__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .nh-achievements__card {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
    min-height: 26.875rem;
    margin-left: -1.75rem;
    padding: 2rem 1.5rem 1.5rem;
  }
  .nh-achievements__card:first-child {
    margin-left: 0;
  }
  .nh-achievements__card:nth-child(2),
  .nh-achievements__card:nth-child(4) {
    margin-left: -1.75rem;
  }
  .nh-achievements__text {
    max-width: none;
  }
  .nh-achievements__footer {
    align-items: flex-end;
    position: relative;
    height: 7.5rem;
    margin: auto 0 0;
    width: 100%;
    overflow: hidden;
  }
  .nh-achievements__footer-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .nh-achievements__pic {
    width: 7.5rem;
    margin: 0 auto;
    display: block;
    transition: transform 0.45s ease;
  }
  .nh-achievements__card:hover .nh-achievements__pic {
    transform: translateY(-125%);
  }
  .nh-achievements__card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 1.25rem;
    border: 0;
    border-radius: 9999px;
    background: var(--nh-brand-forest-btn);
    color: var(--nh-text-on-primary);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    transform: translateY(1.25rem);
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.45s ease;
  }
  .nh-achievements__card:hover .nh-achievements__card-btn {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nh-achievements__action {
    margin-top: 2.5rem;
  }
  .nh-achievements__cta {
    width: auto;
    min-width: 22rem;
    padding: 1rem 2.25rem;
  }
}

.nh-faq {
  padding: 2.75rem 0 3.25rem;
}
.nh-faq__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--nh-text-muted);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nh-faq__title {
  margin: 0 auto 2rem;
  font-size: clamp(1.5rem, 4.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--nh-text-primary);
  text-align: center;
}
.nh-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.nh-faq__item {
  border-radius: 1.5rem;
  background: var(--nh-surface-faq);
  overflow: hidden;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nh-faq__item.is-open {
  background: var(--nh-brand-light);
}
.nh-faq__item--more {
  display: none;
}
.nh-faq__item--more.is-visible {
  display: block;
}
.nh-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  border: 0;
  background: transparent;
  color: var(--nh-text-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nh-faq__item.is-open .nh-faq__trigger {
  padding-bottom: 0.75rem;
}
.nh-faq__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: var(--nh-shadow-toggle);
  color: var(--nh-text-accent);
  flex-shrink: 0;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nh-faq__toggle::before,
.nh-faq__toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.75rem;
  height: 2px;
  border-radius: 9999px;
  background: currentColor;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nh-faq__toggle::before {
  transform: translate(-50%, -50%);
}
.nh-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.nh-faq__item.is-open .nh-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
.nh-faq__item.is-open .nh-faq__toggle {
  background: var(--nh-shadow-toggle-open);
}
.nh-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 1.5rem;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.nh-faq__item.is-open .nh-faq__panel {
  grid-template-rows: 1fr;
  padding-bottom: 1.25rem;
}
.nh-faq__answer {
  margin: 0;
  overflow: hidden;
  min-height: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--nh-text-primary);
  opacity: 0;
  transform: translateY(-0.375rem);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.nh-faq__item.is-open .nh-faq__answer {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}
.nh-faq__answer p + p {
  margin-top: 0.625rem;
}
.nh-faq__answer a {
  color: var(--nh-text-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.nh-faq__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.nh-faq__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  flex: 1 1 10rem;
  max-width: 14rem;
  padding: 1rem 1.5rem;
  border: 2px solid var(--nh-brand);
  border-radius: 9999px;
  background: transparent;
  color: var(--nh-brand);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.nh-faq__more:hover {
  background: var(--nh-brand-tint-ghost);
  transform: scale(1.02);
}
.nh-faq__more.is-hidden {
  display: none;
}
.nh-faq__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-width: 12rem;
  flex: 1 1 12rem;
  max-width: 16rem;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  background: var(--nh-brand);
  color: var(--nh-text-on-primary);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.nh-faq__cta:hover {
  transform: scale(1.02);
}
.nh-faq__cta svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .nh-faq {
    padding: 3.5rem 0 4rem;
  }
  .nh-faq__title {
    margin-bottom: 2.5rem;
  }
  .nh-faq__actions {
    margin-top: 2.5rem;
    gap: 1rem;
  }
  .nh-faq__more,
  .nh-faq__cta {
    flex: 0 0 auto;
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nh-faq__item,
  .nh-faq__trigger,
  .nh-faq__toggle,
  .nh-faq__toggle::before,
  .nh-faq__toggle::after,
  .nh-faq__panel,
  .nh-faq__answer {
    transition: none;
  }
}

/* ==========================================================================
   Legal pages & cookie banner
   ========================================================================== */

.nf-section-y-lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .nf-section-y-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.nf-legal-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--nh-white);
  border-bottom: 1px solid var(--nh-border);
}

.nf-legal-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
}

@media (min-width: 640px) {
  .nf-legal-header__inner {
    min-height: 4rem;
  }
}

.nf-legal-header__logo {
  display: block;
  height: 1.75rem;
  width: auto;
  max-width: 8.5rem;
}

@media (min-width: 640px) {
  .nf-legal-header__logo {
    height: 2.125rem;
    max-width: 10rem;
  }
}

.nf-legal-header__back {
  font-size: 0.875rem;
  font-weight: 500;
}

.nf-legal-header__back a {
  color: #0d7099;
  text-decoration: none;
}

.nf-legal-header__back a:hover {
  color: #0a5a7a;
  text-decoration: underline;
}

.nf-legal {
  max-width: 42rem;
}

.nf-legal h1 {
  margin: 0 0 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nh-text-heading);
}

.nf-legal .nf-legal-meta {
  margin: 0 0 2rem;
  font-size: 0.875rem;
  color: #64748b;
}

.nf-legal h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--nh-text-heading);
}

.nf-legal h3 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--nh-text-body);
}

.nf-legal p,
.nf-legal li {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--nh-text-footer);
}

.nf-legal ul,
.nf-legal ol {
  margin: 0.5rem 0 1rem;
  padding-left: 1.25rem;
}

.nf-legal li + li {
  margin-top: 0.35rem;
}

.nf-legal a {
  color: #0d7099;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nf-legal a:hover {
  color: #0a5a7a;
}

.nf-legal table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.nf-legal th,
.nf-legal td {
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.nf-legal th {
  background: #f8fafc;
  color: #334155;
  font-weight: 600;
}

.nf-legal-crumb-bar {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.5rem 0;
}

.nf-legal-nav {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #64748b;
}

.nf-legal-nav a {
  color: #0d7099;
  text-decoration: none;
}

.nf-legal-nav a:hover {
  text-decoration: underline;
}

.nf-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none;
  padding: 0.75rem 0.625rem 1rem;
  background: transparent;
  pointer-events: none;
}

.nf-cookie-banner.is-visible {
  display: block;
}

.nf-cookie-banner__inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: #fff;
  color: #475569;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgb(15 23 42 / 0.08), 0 1px 3px rgb(15 23 42 / 0.04);
  pointer-events: auto;
}

@media (min-width: 640px) {
  .nf-cookie-banner {
    padding: 1rem 1.5rem 1.25rem;
  }

  .nf-cookie-banner__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
  }
}

.nf-cookie-banner__text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
}

@media (min-width: 640px) {
  .nf-cookie-banner__text {
    font-size: 0.875rem;
  }
}

.nf-cookie-banner__text a {
  color: #0d7099;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nf-cookie-banner__text a:hover {
  color: #0a5a7a;
}

.nf-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-shrink: 0;
}

.nf-cookie-banner__btn {
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  white-space: nowrap;
}

.nf-cookie-banner__btn--primary {
  background: #ff9300;
  color: #fff;
  border-color: #ff9300;
}

.nf-cookie-banner__btn--primary:hover {
  background: #e88400;
  border-color: #e88400;
}

.nf-cookie-banner__btn--ghost {
  background: #f8fafc;
  color: #475569;
  border-color: #e2e8f0;
}

.nf-cookie-banner__btn--ghost:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155;
}
