:root {
  --ntp-c: #5fbcac;
  --ntp-blue: #446084;
  --ntp-deep: #17324a;
  --ntp-text: #23384d;
  --ntp-muted: #62758b;
  --ntp-paper: #f7fbfa;
  --ntp-line: rgba(68, 96, 132, .14);
}

.ntp-product {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  color: var(--ntp-text);
  font-family: Rajdhani, sans-serif;
  overflow: hidden;
}

body:has(.ntp-product) #main,
body:has(.ntp-product) #main > .wf-wrap,
body:has(.ntp-product) #main .wf-wrap,
body:has(.ntp-product) #main .wf-container-main,
body:has(.ntp-product) #content,
body:has(.ntp-product) .content,
body:has(.ntp-product) .entry-content,
body:has(.ntp-product) .wp-block-post-content {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.ntp-product * {
  box-sizing: border-box;
}

.ntp-product h1,
.ntp-product h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0;
}

.ntp-product h1 {
  color: #fff;
  font-size: clamp(4rem, 8vw, 8.8rem);
}

.ntp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.ntp-product-logo-title {
  max-width: 520px;
}

.ntp-product-logo-title img {
  width: min(420px, 82vw);
  height: auto;
  display: block;
}

.ntp-product h2 {
  color: var(--ntp-text);
  font-size: clamp(2.1rem, 3.2vw, 4rem);
}

.ntp-product h3 {
  margin: .55rem 0 .45rem;
  color: var(--ntp-blue);
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ntp-product p {
    color: #92a4b6;
    font-size: 1rem;
    line-height: 1.8;
}

.ntp-product .ntp-kicker {
  margin: 0 0 1.25rem;
  color: var(--ntp-c);
  font-size: .7rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.ntp-product-hero {
  min-height: 82svh;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: stretch;
  background: var(--ntp-deep);
}

.ntp-product-hero-media {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 5rem);
  background: radial-gradient(circle at 50% 44%, rgba(255, 255, 255, .96), rgba(223, 247, 251, .9) 55%, rgba(95, 188, 172, .16));
  overflow: hidden;
}

.ntp-product-hero-media img {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 24px 34px rgba(23, 50, 74, .18));
}

.ntp-product-hero-copy {
  display: grid;
  align-content: center;
  padding: 5rem 4rem;
  background: linear-gradient(135deg, rgba(23, 50, 74, .96), rgba(68, 96, 132, .92));
}

.ntp-product-lead {
  max-width: 540px;
  color: #d2dee9;
  font-size: 1.14rem;
}

.ntp-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.7rem;
}

.ntp-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .88rem 2rem;
  border: 1px solid transparent;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
  transition: transform .25s, background .25s, color .25s, border-color .25s;
}

.ntp-button:hover {
  transform: translateY(-2px);
}

.ntp-button-primary {
  background: var(--ntp-c);
}

.ntp-button-secondary {
  background: #fff;
  color: var(--ntp-blue);
}

.ntp-product-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ntp-line);
  border-bottom: 1px solid var(--ntp-line);
  background: #f7fbfa;
}

.ntp-product-strip div {
  min-height: 118px;
  padding: 1.5rem;
  border-right: 1px solid var(--ntp-line);
}

.ntp-product-strip div:last-child {
  border-right: 0;
}

.ntp-product-strip span,
.ntp-data-table span {
  display: block;
  color: var(--ntp-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ntp-product-strip strong {
  display: block;
  margin-top: .65rem;
  color: var(--ntp-text);
  font-size: 1.08rem;
  line-height: 1.25;
}

.ntp-product-section {
  padding: 6rem 3.5rem;
}

.ntp-product-alt {
  background: var(--ntp-paper);
  border-top: 1px solid var(--ntp-line);
  border-bottom: 1px solid var(--ntp-line);
}

.ntp-product-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ntp-product-split,
.ntp-product-data,
.ntp-downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.ntp-product-split-reverse {
  grid-template-columns: .95fr 1.05fr;
}

.ntp-product-head {
  max-width: 760px;
  margin-bottom: 2.4rem;
}

.ntp-product-head p:not(.ntp-kicker) {
  margin-bottom: 0;
}

.ntp-nowrap {
  white-space: nowrap;
}

.ntp-product-visual {
  margin: 0;
  /*border: 1px solid var(--ntp-line);
  background: #fff;
  box-shadow: 0 20px 50px rgba(68, 96, 132, .1);*/
  overflow: hidden;
}

.ntp-product-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ntp-product-visual-transparent {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ntp-product-visual-transparent img {
  height: auto;
  object-fit: contain;
}

.ntp-product-kit {
  height: 520px;
}

.ntp-video-frame {
  position: relative;
  border: 1px solid var(--ntp-line);
  background: #0d2235;
  box-shadow: 0 22px 58px rgba(68, 96, 132, .16);
  overflow: hidden;
}

.ntp-video-frame::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 9;
}

.ntp-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ntp-data-table {
  border: 1px solid var(--ntp-line);
  background: #fff;
  box-shadow: 0 18px 44px rgba(68, 96, 132, .08);
}

.ntp-data-table div {
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 1.2rem;
  padding: 1.05rem 1.25rem;
  border-bottom: 1px solid var(--ntp-line);
}

.ntp-data-table div:nth-child(odd) {
  background: rgba(95, 188, 172, .08);
}

.ntp-data-table div:nth-child(even) {
  background: rgba(68, 96, 132, .035);
}

.ntp-data-table div:last-child {
  border-bottom: 0;
}

.ntp-data-table span {
  color: var(--ntp-blue);
}

.ntp-data-table strong {
  color: var(--ntp-text);
  font-size: 1rem;
  line-height: 1.35;
}

.ntp-kit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.ntp-kit-grid article {
  min-height: 220px;
  padding: 1.35rem;
  border: 1px solid var(--ntp-line);
  background: #fff;
  box-shadow: 0 16px 36px rgba(68, 96, 132, .08);
}

.ntp-kit-grid span {
  display: inline-flex;
  min-width: 54px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: .35rem .55rem;
  background: var(--ntp-c);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ntp-kit-grid p {
  margin: 0;
  line-height: 1.65;
}

.ntp-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .85rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: ntp-step;
}

.ntp-steps li {
  position: relative;
  min-height: 82px;
  padding: 1rem 1rem 1rem 4.8rem;
  border: 1px solid var(--ntp-line);
  background: #fff;
  counter-increment: ntp-step;
}

.ntp-steps li::before {
  content: counter(ntp-step);
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--ntp-blue);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
}

.ntp-steps strong {
  display: block;
  color: var(--ntp-blue);
  font-size: .92rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ntp-steps span {
  display: block;
  margin-top: .25rem;
  color: var(--ntp-muted);
  line-height: 1.55;
}

.ntp-procedure-video {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ntp-line);
}

.ntp-procedure-video-copy {
  max-width: 920px;
}

.ntp-procedure-video h3 {
  margin-top: 0;
}

.ntp-video-pop-button {
  min-height: 48px;
  border: 1px solid var(--ntp-c);
  background: var(--ntp-c);
  color: #fff;
  cursor: pointer;
  font-family: Rajdhani, sans-serif;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  padding: .85rem 1.35rem;
  text-transform: uppercase;
  transition: background .25s, transform .25s, border-color .25s;
}

.ntp-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  align-items: center;
  margin-top: 1rem;
}

.ntp-video-doc-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(68, 96, 132, .18);
  background: #fff;
  color: var(--ntp-blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  padding: .85rem 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .25s, transform .25s, border-color .25s, color .25s;
}

.ntp-video-doc-link-primary {
  border-color: var(--ntp-c);
  background: var(--ntp-c);
  color: #fff;
}

.ntp-video-pop-button:hover,
.ntp-video-doc-link:hover {
  transform: translateY(-2px);
  background: var(--ntp-blue);
  border-color: var(--ntp-blue);
  color: #fff;
}

.ntp-advantage-list {
  display: grid;
  gap: .85rem;
  margin-top: 1.6rem;
}

.ntp-advantage-list div {
  position: relative;
  padding: 1rem;
  border: 1px solid var(--ntp-line);
  border-left: 4px solid var(--ntp-c);
  background: linear-gradient(90deg, rgba(95, 188, 172, .08), #fff 42%);
}

.ntp-advantage-list strong {
  display: block;
  color: var(--ntp-blue);
  font-size: .9rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ntp-advantage-list span {
  display: block;
  margin-top: .35rem;
  color: var(--ntp-muted);
  line-height: 1.55;
}

.ntp-product-dark {
  background: linear-gradient(135deg, var(--ntp-blue), var(--ntp-deep));
}

.ntp-product-dark h2,
.ntp-product-dark p,
.ntp-product-dark .ntp-kicker {
  color: #fff;
}

.ntp-download-list {
  display: grid;
  gap: .8rem;
}

.ntp-download-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .25s, transform .25s;
}

.ntp-download-list a::after {
  content: "PDF";
  color: var(--ntp-c);
  font-family: "Space Mono", monospace;
  letter-spacing: .08em;
}

.ntp-download-list a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .14);
}

.ntp-product-contact {
  background: #fff;
}

.ntp-product-contact-inner {
  display: grid;
  gap: 2rem;
}

.ntp-product-contact .ntp-product-head {
  max-width: 900px;
  margin-bottom: 0;
}

.ntp-product-form {
  border: 1px solid var(--ntp-line);
  background: var(--ntp-paper);
  padding: 1.6rem;
  box-shadow: 0 20px 50px rgba(68, 96, 132, .1);
}

.ntp-product-form .wpcf7-form {
  display: grid;
  gap: 1rem;
}

.ntp-product-form .ntp-form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.ntp-product-form label {
  display: grid;
  gap: .35rem;
  color: var(--ntp-blue);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ntp-product-form input,
.ntp-product-form select,
.ntp-product-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(68, 96, 132, .18);
  background: #fff;
  color: var(--ntp-text);
  font-family: Rajdhani, sans-serif;
  font-size: 1rem;
  padding: .72rem .8rem;
}

.ntp-product-form input[type="checkbox"],
.ntp-product-form input[type="radio"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0 .55rem 0 0;
  padding: 0;
  accent-color: var(--ntp-c);
}

.ntp-product-form textarea {
  min-height: 132px;
  resize: vertical;
}

.ntp-product-form .wpcf7-list-item {
  margin: 0;
}

.ntp-product-form .ntp-form-privacy label {
  display: flex;
  align-items: flex-start;
  color: var(--ntp-muted);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.ntp-product-form .ntp-form-submit input {
  width: auto;
  min-width: 190px;
  border-color: var(--ntp-c);
  background: var(--ntp-c);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: background .25s, transform .25s, border-color .25s;
}

.ntp-product-form .ntp-form-submit input:hover {
  transform: translateY(-2px);
  background: var(--ntp-blue);
  border-color: var(--ntp-blue);
}

.ntp-sensitive-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.4rem;
  padding: 1.25rem;
  border: 1px solid rgba(68, 96, 132, .18);
  background: #fff;
}

.ntp-sensitive-panel strong {
  display: block;
  color: var(--ntp-blue);
  font-size: .94rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ntp-sensitive-panel p {
  margin: .35rem 0 0;
  line-height: 1.55;
}

.ntp-sensitive-toggle {
  min-height: 46px;
  border: 1px solid var(--ntp-c);
  background: var(--ntp-c);
  color: #fff;
  cursor: pointer;
  font-family: Rajdhani, sans-serif;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  padding: .8rem 1.2rem;
  text-transform: uppercase;
  transition: background .25s, transform .25s, border-color .25s;
}

.ntp-sensitive-toggle:hover {
  transform: translateY(-2px);
  background: var(--ntp-blue);
  border-color: var(--ntp-blue);
}

.ntp-clinical-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.ntp-clinical-gallery figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  border: 1px solid var(--ntp-line);
  background: linear-gradient(135deg, rgba(68, 96, 132, .16), rgba(95, 188, 172, .2));
  overflow: hidden;
}

.ntp-clinical-gallery button {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
}

.ntp-clinical-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: blur(18px);
  transform: scale(1.03);
  transition: filter .3s, transform .3s;
}

.ntp-clinical-gallery.is-visible img {
  filter: none;
  transform: none;
}

.ntp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  gap: 1rem;
  padding: 3rem;
  background: rgba(10, 24, 36, .92);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}

.ntp-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ntp-lightbox-stage {
  max-width: min(1180px, 92vw);
  max-height: 82vh;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  background: #071522;
  cursor: zoom-in;
}

.ntp-lightbox-stage img {
  max-width: 100%;
  max-height: 82vh;
  display: block;
  object-fit: contain;
  transition: transform .18s ease;
}

.ntp-lightbox-stage:hover img {
  transform: scale(1.85);
}

.ntp-lightbox-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.ntp-lightbox p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ntp-video-modal {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 10000;
  width: 100vw !important;
  width: 100dvw !important;
  min-width: 100vw !important;
  min-width: 100dvw !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(10, 24, 36, .42);
  opacity: 0;
  pointer-events: none;
  transform: none !important;
  transition: opacity .25s;
}

.ntp-video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ntp-video-modal-stage {
  width: min(1320px, 92vw);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.ntp-video-modal-stage video {
  width: 100%;
  max-height: 86vh;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: contain;
  background: #000;
  border-radius: 20px;
  box-shadow: 0 26px 80px rgba(10, 24, 36, .42);
  box-sizing: border-box;
}

html.ntp-modal-open,
html.ntp-modal-open body {
  overflow: hidden;
}

.ntp-video-modal-close {
  position: fixed;
  top: 1.2rem;
  right: 1.2rem;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 980px) {
  .ntp-product-hero,
  .ntp-product-split,
  .ntp-product-split-reverse,
  .ntp-product-data,
  .ntp-downloads {
    grid-template-columns: 1fr;
  }

  .ntp-product-hero-copy,
  .ntp-product-section {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .ntp-product-strip,
  .ntp-kit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ntp-clinical-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .ntp-sensitive-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ntp-product h1 {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .ntp-product-hero-media {
    min-height: 360px;
  }

  .ntp-product-hero-copy {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

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

  .ntp-product-strip,
  .ntp-kit-grid,
  .ntp-steps,
  .ntp-data-table div,
  .ntp-clinical-gallery {
    grid-template-columns: 1fr;
  }

  .ntp-product-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--ntp-line);
  }

  .ntp-product-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .ntp-product-form .ntp-form-row {
    grid-template-columns: 1fr;
  }

  .ntp-product-data .ntp-product-kit {
    order: 2;
  }

  .ntp-product-data .ntp-data-table {
    order: 1;
  }

  .ntp-nowrap {
    white-space: normal;
  }

  .ntp-lightbox {
    padding: 1rem;
  }

  .ntp-video-modal {
    padding: 1rem;
  }

  .ntp-lightbox-stage:hover img {
    transform: none;
  }
}
