:root {
  --nm-blue-50: #eef8ff;
  --nm-blue-100: #d9efff;
  --nm-blue-200: #b3deff;
  --nm-blue-700: #002f49;
  --nm-blue-800: #002f49;
  --nm-blue-900: #003a73;
  --nm-text: #0f172a;
}

body {
  background: var(--nm-blue-50);
  color: var(--nm-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

/* Global sharpness pass for readable, crisp UI text. */
body,
h1, h2, h3, h4, h5, h6,
p, li, span, small,
a, button, label, th, td,
input, select, textarea {
  text-shadow: 0 0 0.01px rgba(15, 23, 42, 0.02);
}
.py-6{
  padding-top: 3rem;
  padding-bottom:4rem;
}
p, li, span, td, th, small, a, button, label {
  letter-spacing: 0.01em;
}

.nm-header {
  background: rgb(248 252 255);
  backdrop-filter: blur(8px);
  border-bottom: 5px solid #e3edf8;
 
}
.clinical-testimonials{
  width: 100%;
  max-width: 1560px;
  margin: auto;
}
.nm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.6rem 1rem;
}

.nm-header-logo-wrap {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.nm-header-logo {
  height: 60px;
  width: auto;
  display: block;
}

.nm-header-mid {
  flex: 1 1 100%;
  min-width: 0;
}
.text-warning {
  --bs-text-opacity: 1;
  color: #ff8800 !important;
}
.nm-header-right {
  margin-left: auto;
}
.price-box{
  font-size: 1.5rem;
  }
.star-rating {
  color: #ff8800 !important;
}
.price-previous {
  position: relative;
  display: inline-block;
  color: #865e78;
  font-weight: 500;
  font-size: 1.7rem;
}

.price-previous::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: 52%;
  border-top: 3px solid #d83333;
  transform: rotate(-14deg);
  transform-origin: center;
  opacity: 0.95;
  pointer-events: none;
}
@media (min-width: 1100px) {
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  
  padding: 0 25px;
 
}
}
@media (min-width: 768px) {
 
  .nm-header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
  }

  .nm-header-mid {
    justify-self: end;
    flex: initial;
  }

  .nm-header.nm-has-cta .nm-header-mid {
    justify-self: center;
  }

  .nm-header-right {
    margin-left: 0;
  }

  .nm-header-logo {
    height: 70px;
  }
}

.nm-hero-bg {
  background: linear-gradient(180deg, #ffffff 0%, var(--nm-blue-50) 100%);
  
}

.nm-badge {
  background: var(--nm-blue-50);
  border: 1px solid var(--nm-blue-200);
  color: var(--nm-blue-700);
}

@media (max-width: 767.98px) {
  .nm-mobile-badge-hidden {
    display: none !important;
  }

  .nm-header-mid {
    display: flex;
    justify-content: flex-end !important;
  }

  #stickyHeaderBadge {
    margin-left: auto;
    margin-right: 0;
  }

  #stickyHeaderCtaMobile.sticky-cta-hidden {
    display: none !important;
  }

  #stickyHeaderCtaMobile.sticky-cta-visible {
    display: inline-flex !important;
  }
}

.nm-cta {
  max-width: 480px;
  margin: 0 auto;
  background: var(--nm-blue-700);
  border: 1px solid var(--nm-blue-700);
  color: #fff;
  font-weight: 800;
  padding: 1.2rem 15px !important;
  letter-spacing: 0.02em;
}

.nm-cta:hover,
.nm-cta:focus {
  background: var(--nm-blue-800);
  border-color: var(--nm-blue-800);
  color: #fff;
}
.nm-cta 
  small.guarantee {
    display: block;
    width: 100%;
    font-size: 0.65rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
  
}
.sticky-cta-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
}

.sticky-cta-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 768px) {
  #stickyHeaderCtaDesktop.sticky-cta-hidden {
    display: none !important;
  }

  #stickyHeaderCtaDesktop.sticky-cta-visible {
    display: block !important;
  }
}

.nm-sticky-cta-desktop {
  min-width: 280px;
  
  justify-content: center;
  border-radius: 5px;
  padding: 1rem !important;
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.nm-sticky-cta-mobile {
  min-width: 190px;
  padding: 9px 15px !important;
  border-radius: 8px;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 0.9rem;
  flex-direction: column;
 
}

.nm-buybox {
  border: 1px solid var(--nm-blue-200);
  border-radius: 1.25rem;
  box-shadow: 0 20px 50px -20px rgba(0, 61, 122, 0.35);
}

.nm-buybox-sticky {
  top: 96px;
}

.nm-icon-check {
  color: var(--nm-blue-700);
  font-weight: 800;
}

.nm-feature-bullet {
  background: #f7fbff;
  border-color: #d9efff !important;
}

.nm-hero-reviews {
  border: 1px solid #d9e6f4;
  border-radius: 0.95rem;
  background: linear-gradient(128deg, #ffffff 0%, #fdffff 100%);
  box-shadow: 0 20px 50px -20px rgba(0, 61, 122, 0.35);
  overflow: hidden;
}

.nm-hero-reviews-head {
  padding: 0.55rem 0.8rem;
  border-bottom: 1px solid #e5eef8;
  background: #ffffff;
}

.nm-hero-reviews-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #002f4a;
}

.nm-hero-reviews-viewport {
  overflow: hidden;
  width: 100%;
  padding: 0.75rem;
}

.nm-hero-reviews-track {
  display: flex;
  gap: 0;
  width: max-content;
  will-change: transform;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nm-review-card {
  width: 100%;
  flex: 0 0 auto;
  min-height: 138px;
  /* background: #ffffff; */
  /* border: 1px solid #dfeaf7;
  border-radius: 0.85rem; */
  padding: 0.65rem;
  display: flex;
  gap: 0.55rem;
  /* box-shadow: 0 10px 20px -18px rgba(0, 69, 143, 0.55); */
  transform-origin: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.nm-review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 2px solid #d6e6f8;
}

.nm-review-content {
  min-width: 0;
}

.nm-review-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.45rem;
}

.nm-review-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  color: #143453;
  line-height: 1.25;
}

.nm-review-stars {
  flex: 0 0 auto;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  color: #ff8800;
  line-height: 1;
  margin-top: 0.05rem;
}

.nm-review-text {
  margin: 0.3rem 0 0;
  font-size: 1rem;
  color: #4a6077;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.nm-review-author {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  color: #355a80;
}

.nm-review-footer {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.nm-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 0.24rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #5f7893;
  white-space: nowrap;
}

.nm-review-verified img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.nm-hero-reviews-loading {
  width: 100%;
  padding: 0.9rem 0.8rem;
  text-align: center;
  color: #5c7693;
  font-size: 0.78rem;
}

.nm-hero-reviews-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.38rem;
  padding: 0.5rem 0.75rem 0.75rem;
}

.nm-review-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  border: 0;
  background: #b7c9dd;
  opacity: 0.9;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease;
}

.nm-review-dot.is-active {
  width: 20px;
  background: #355a80;
}

.nm-review-dot:hover {
  transform: scale(1.15);
}

.nm-review-card:hover {
  transform: scale(1.08);
  border-color: #a8cdf5;
  box-shadow: 0 20px 40px -16px rgba(0, 69, 143, 0.45);
  z-index: 4;
}

.nm-review-card:hover .nm-review-text {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  max-height: none;
}

.nm-offer-tile {
  background: var(--nm-blue-50);
  border: 1px solid var(--nm-blue-200);
}

.nm-offer-label {
  color: var(--nm-blue-700);
}

.nm-offer-price {
  color: var(--nm-blue-800);
}

.nm-dark {
  background: #d4e1f1;
  color: #fff;
}

.nm-dark-tile {
  color: #002f4a;
  background: #eff8ff;
  border: 1px solid rgba(179, 222, 255, 0.35);
  border-radius: 1rem;
}

.nm-offer-box {
  color: #002f4a;
  background: #f0f8ff;
  border: 1px solid rgba(179, 222, 255, 0.6);
  border-radius: 1.25rem;
}

.nm-headline {
  color: #002f4a;
  font-size: clamp(1.9rem, 3vw, 2.3rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.nm-section-title {
  font-size: clamp(1.7rem, 2.2vw, 2.6rem);
  font-weight: 700;
  color: #002f4a;
  letter-spacing: -0.02em;
}

.nm-kicker {
  color: var(--nm-blue-700);
  letter-spacing: 0.08em;
}

.nm-logo-chip {
  background: #fff;
  border: 1px solid #dbe7f5;
  border-radius: 0.75rem;
  padding: 0.5rem 0.9rem;
}

.nm-logo-chip img {
  height: 22px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nm-clinicians-proof {
 
  border-radius: 0.75rem;
 
  padding: 1rem  0rem;
}

.nm-clinicians-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2.3vw, 1.1rem);
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #222b36;
}

.nm-clinicians-copy {
  font-size: 1.1rem !important;
  padding: 1rem 1rem 0 1rem;
  font-size: clamp(1.15rem, 1.55vw, 1.95rem);
  line-height: 1.25;
  color: #1f2733;
}

.nm-clinicians-copy strong {
  font-weight: 800;
}

.nm-press-item {
  max-width: 260px;
  margin: 0 auto;
}

.nm-press-logo,
.nm-press-logo-image {
  height: 34px;
  margin: 0 auto 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nm-press-logo {
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #606b78;
}

.nm-press-logo-med {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.9;
}

.nm-press-logo-med span {
  font-size: 0.48rem;
  letter-spacing: 0.18em;
  margin-top: 2px;
}

.nm-press-logo-image {
  max-width: 165px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(0.85);
  opacity: 0.8;
}

.nm-press-quote {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.35;
  font-style: italic;
  color: #6c7785;
}

.nm-product-intro {
  background: linear-gradient(128deg, #ffffff 0%, #ffffff 100%);
  padding: 3rem 0;
}

.nm-product-intro-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.nm-product-intro-col {
  width: 50%;
}

.nm-product-intro-title {
  margin: 0 0 0.7rem;
  font-size: clamp(2rem, 2.4vw, 3.4rem);
  line-height: 1.2;
  color: #111827;
}

.nm-product-intro-sub {
  margin: 0 0 1.2rem;
  font-size: 1.2rem;
  color: #2d3f52;
}

.nm-intro-info-box {
  display: flex;
  background: #fff;
  border: 1px solid rgba(0, 47, 73, 0.2);
  margin: 1.2rem 0;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  gap: 1rem;
  box-shadow: 0px 1px 20px 0px rgb(0 61 122 / 13%);
}

.nm-intro-info-box img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-top: 0.15rem;
}

.nm-intro-info-text h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.3rem, 1.4vw, 2rem);
  font-weight: 700;
  color: #111827;
}

.nm-intro-info-text p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #334155;
}

.nm-product-intro-right img,
.nm-product-intro-right video {
  width: 100%;
  border-radius: 1rem;
  display: block;
}

.nm-intro-shop-btn {
  background: #002f49;
  color: #fff;
  display: block;
  border: 1px solid #002f49;
  border-radius: 0.35rem;
  margin: 0.9rem auto 0;
  padding: 0.75rem 2rem;
  width: max-content;
  text-decoration: none;
  font-weight: 600;
}

.nm-intro-shop-btn:hover,
.nm-intro-shop-btn:focus {
  color: #fff;
  background: #013a58;
  border-color: #013a58;
}

.nm-howto-section {
  background: linear-gradient(180deg, #ffffff 0%, var(--nm-blue-50) 100%);
}

.nm-howto-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.nm-howto-card {
  background: #ffffff;
  border: 1px solid #dbe6f2;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 22px -18px rgba(0, 69, 143, 0.45);
}

.nm-howto-video {
  display: block;
  width: 100%;
  aspect-ratio: 10 / 10;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.nm-howto-info {
  padding: 0.95rem 0.9rem 1rem;
}

.nm-howto-info h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
  color: #002f4a;
}

.nm-howto-info p {
  margin: 0.5rem 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #3d4f63;
}

@media (max-width: 991.98px) {
  .nm-press-logo,
  .nm-press-logo-image {
    height: 28px;
    margin-bottom: 8px;
  }

  .nm-press-quote {
    font-size: 0.9rem;
  }

  .nm-howto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nm-product-intro-inner {
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .nm-product-intro {
    padding: 2.1rem 0;
  }

  .nm-product-intro-inner {
    flex-direction: column;
  }

  .nm-product-intro-col {
    width: 100%;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  
    padding: 0 25px;
   
  }
  .nm-product-intro-title {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .nm-intro-info-box {
    margin: 1rem 0;
  }

  .nm-howto-grid {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scroll-snap-type: x mandatory;
  }

  .nm-howto-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }
}

.nm-video-embed {
  border: 0;
  border-radius: 0.75rem 0.75rem 0 0;
  width: 100%;
  height: 100%;
}

.nm-strategy-box {
  background: var(--nm-blue-50);
  border: 1px solid var(--nm-blue-200);
}

.nm-strategy-text {
  color: var(--nm-blue-900);
}

.nm-chart-card {
  background: #ffffff;
  border: 1px solid #dce8f4;
  border-radius: 1rem;
  padding: 1.2rem 1.2rem 1rem;
}

.nm-chart-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.15rem, 1.7vw, 1.65rem);
  font-weight: 700;
  color: #1b2e43;
}

.nm-chart-subheadline {
  font-size: clamp(1.25rem, 1.9vw, 2rem);
  font-weight: 700;
  color: #1b2e43;
}

.nm-chart-subnote {
  margin: 0 0 0.45rem;
  color: #4f657b;
}

.nm-chart-wrap {
  position: relative;
  width: 100%;
  min-height: 360px;
}

.nm-chart-note {
  margin: 0.9rem 0 0;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #3f546a;
}

.nm-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-top: 0.75rem;
}

.nm-chart-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  font-size: 0.92rem;
  color: #2f475f;
}

.nm-chart-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.nm-chart-dot-green {
  background: #4d966c;
}

.nm-chart-dot-blue {
  background: #8ea8c3;
}

.nm-chart-dot-black {
  background: #111111;
}

.nm-chart-dot-red {
  background: #d94f4f;
}

.nm-compare-section {
  background: linear-gradient(180deg, #f8fbff 0%, #f1f7ff 100%);
  border-bottom: 1px solid #dbe7f5;
}

.nm-compare-wrap {
  background: #ffffff;
  border: 1px solid #cfe4ff;
  border-radius: 1.1rem;
  box-shadow: 0 18px 36px -28px rgba(0, 69, 143, 0.55);
  overflow: hidden;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.comparison-table thead th {
  padding: 1rem 1rem;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f2a36;
  border-bottom: 1px solid #e2edf7;
}

.comparison-table thead th:first-child {
  width: 42%;
}

.comparison-table .comp-head-brand {
  background: #dff1fb;
}

.comparison-table .comp-head-brand img {
  max-width: 130px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0.25rem;
}

.comparison-table .comp-head-brand span {
  display: block;
  font-weight: 700;
}

.comparison-table tbody tr:nth-child(odd) {
  background: #edf6fb;
}

.comparison-table tbody td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #e7eff7;
}

.comparison-table .list-title {
  font-size: 1.35rem;
  line-height: 1.35;
  color: #223546;
}

.comparison-table .iconx {
  text-align: center;
}

.comparison-table .iconx.text p {
  margin: 0.35rem 0 0;
  font-size: 1.1rem;
  color: #2d3f52;
}

.comp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1;
}

.comp-icon.yes {
  background: #005585;
}

.comp-icon.no {
  background: #e25454;
}

.nm-neuomd-video {
  background: #ffffff;
  border: 1px solid #cfe4ff;
  border-radius: 1.1rem;
  box-shadow: 0 18px 36px -28px rgba(0, 69, 143, 0.55);
  overflow: hidden;
}

.nm-compare-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .nm-compare-video {
    min-height: 220px;
  }
}

.nm-compare-head {
  background: linear-gradient(180deg, #eef7ff 0%, #e4f1ff 100%);
}

.nm-compare-table thead th {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid #cfe4ff;
  color: #48627d;
  padding: 1rem 1.4rem;
  white-space: nowrap;
}

.nm-compare-table tbody td {
  padding: 1.15rem 1.4rem;
  border-color: #e6eff9;
  vertical-align: middle;
}

.nm-compare-table tbody tr:hover {
  background: #f8fbff;
}

.nm-medical-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid #b6d8ff;
  background: #edf6ff;
  color: #0a4f9a;
}

.nm-medical-pill-muted {
  background: #f5f8fc;
  border-color: #d7e4f3;
  color: #5b6f85;
}

.nm-row-label {
  font-weight: 700;
  color: #1a314a;
}

.nm-compare-col-nm {
  color: var(--nm-blue-700);
}

.the-movement {
  background: #ffffff;
}

.the-movement-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1.25;
  color: #1d2f44;
  font-weight: 700;
}

.the-movement-copy {
  margin: 0 0 0.9rem;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #33475b;
}

.the-movement-subhead {
  margin: 0.8rem 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1d2f44;
}

.the-movement-list {
  list-style: none;
  margin: 0 0 0.95rem;
  padding: 0;
}

.the-movement-list li {
  position: relative;
  padding-left: 2rem;
  margin: 0.45rem 0;
  color: #263d54;
  font-size: 1.1rem;
  line-height: 1.5;
}

.the-movement-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
  font-weight: 800;
  color: #ffffff;
  background: #002f4a;
}

.the-movement-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.the-movement-card {
  border: 1px solid #dbe8f4;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #f8fbff;
}

.the-movement-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.the-movement-card h4 {
  margin: 0;
  padding: 0.7rem 0.65rem 0.8rem;
  font-size: 1rem;
  line-height: 1.35;
  color: #23384f;
  font-weight: 700;
}

.the-movement-main-image {
  width: 100%;
  display: block;
  border-radius: 0.95rem;
  border: 1px solid #dbe8f4;
}

.iframe-frontrow-testimonials {
  width: 100%;
  min-height: 961px;
  border: 0;
  display: block;
}

.iframe-modal-testimonials {
  z-index: 99999998;
}

@media (max-width: 991.98px) {
  .the-movement-cards {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow-x: auto;
    padding-bottom: 0.4rem;
  }

  .the-movement-card {
    min-width: 210px;
  }

  .the-movement-card img {
    height: 220px;
  }
}

.nm-testimonial-highlight {
  background: linear-gradient(135deg, #eef8ff 0%, #ffffff 100%);
  border: 1px solid #b3deff;
}

.nm-video-reviews-section {
  background: #002f49;
}

.nm-video-reviews-section .nm-section-title {
  color: #ffffff;
}

.nm-video-reviews-viewport {
  overflow: hidden;
  border-radius: 0.8rem;
}

.nm-video-reviews-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.45s ease;
  will-change: transform;
}

.nm-video-review-card {
  flex: 0 0 auto;
  border: 1px solid #dfe7ee;
  border-radius: 0.7rem;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(5, 23, 40, 0.12);
}

.nm-video-review-media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.nm-video-review-content {
  padding: 1rem 1rem 1.05rem;
}

.nm-video-review-quote {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: #013a5c;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.nm-video-review-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.8rem;
  margin-bottom: 0.35rem;
}

.nm-video-review-name {
  margin: 0;
  color: #1f2f40;
  font-weight: 700;
}

.nm-video-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: #2a3f54;
  font-size: 0.9rem;
}

.nm-video-review-verified img {
  width: 1rem;
  height: 1rem;
}

.nm-video-review-stars {
  margin-bottom: 0.55rem;
  color: #0c3c5f;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.nm-video-review-text {
  margin: 0;
  color: #1f2f40;
  line-height: 1.55;
  font-size: 0.98rem;
}

.nm-video-review-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.4rem;
}

.nm-video-review-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: transparent;
  padding: 0;
  transition: background-color 0.2s ease;
}

.nm-video-review-dot.is-active {
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .nm-video-review-content {
    padding: 0.9rem 0.85rem 1rem;
  }

  .nm-video-review-text {
    font-size: 0.93rem;
  }
}
@media (max-width: 520px) {
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  
  padding: 0 20px;
 
}
.nm-cta {
  max-width: 90%;
 
}
aside img {
  max-width: 100px !important;
}
aside .nm-cta {
  max-width: 100%;
}
}
.nm-product-breakdown {
  background: #f4f6f8;
}

.nm-breakdown-title {
  font-size: clamp(1.7rem, 2.2vw, 2.5rem);
  font-weight: 800;
  color: #303a4a;
  letter-spacing: -0.01em;
}

.nm-breakdown-item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.7rem;
  color: #4a5768;
}

.nm-breakdown-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #3c77bb;
  background: #dcecff;
}

.nm-breakdown-note {
  color: #697688;
  font-style: italic;
}

.nm-breakdown-price {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #141d2e;
}

.nm-breakdown-btn {
  background: #2d8ae9;
  border: 1px solid #2d8ae9;
  color: #fff;
  font-weight: 700;
  border-radius: 0.45rem;
  padding: 0.55rem 1.25rem;
}

.nm-breakdown-btn:hover,
.nm-breakdown-btn:focus {
  background: #2076cb;
  border-color: #2076cb;
  color: #fff;
}

.nm-breakdown-fsa {
  margin: auto;
  color: #697688;
  font-size: 0.95rem;
  position: relative;
  padding-left: 1.5rem;
}

.nm-breakdown-fsa::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #8794a8;
}

.nm-breakdown-image {
  max-height: 460px;
  object-fit: contain;
}

.nm-faq .accordion-item {
  border: 1px solid var(--nm-blue-200);
  border-radius: 0.85rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff;
}

.nm-faq .accordion-button {
  font-weight: 700;
  color: var(--nm-text);
  background: #fff;
}

.nm-faq .accordion-button:not(.collapsed) {
  color: var(--nm-blue-900);
  background: var(--nm-blue-50);
  box-shadow: none;
}

.nm-faq .accordion-button:focus {
  border-color: var(--nm-blue-200);
  box-shadow: 0 0 0 0.2rem rgba(0, 109, 230, 0.15);
}

/* Make FAQ expand/collapse feel snappier than Bootstrap default. */
.nm-faq .accordion-collapse {
  transition: height 0.2s ease;
}

.nm-legal-footer {
  background: #002f4a;
  color: #d9f1ff;
}

.nm-legal-brand {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.nm-legal-disclaimer {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.12rem;
  line-height: 1.45;
  color: #e8f6ff;
}

.nm-legal-copy {
  font-size: 0.9rem;
  color: #d7f0ff;
}

.nm-legal-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  position: relative;
}

.nm-legal-links a:hover,
.nm-legal-links a:focus {
  text-decoration: underline;
}

.nm-legal-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
