@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --np-ink: #071a2d;
  --np-muted: #4e6579;
  --np-navy: #031727;
  --np-blue: #146e73;
  --np-cyan: #29b9ad;
  --np-mint: #78dfd2;
  --np-paper: #f3f0e9;
  --np-petrol: #062e39;
  --np-surface: rgba(255, 255, 255, 0.74);
  --np-line: rgba(44, 146, 213, 0.2);
  --np-shadow: 0 24px 70px rgba(5, 43, 75, 0.13);
  --np-radius: 28px;
  --np-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  forced-color-adjust: none;
  -ms-high-contrast-adjust: none;
}

body {
  color: var(--np-ink);
  font-family: "Manrope", sans-serif !important;
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(0, 200, 255, 0.12),
      transparent 28rem
    ),
    radial-gradient(
      circle at 88% 38%,
      rgba(88, 240, 208, 0.1),
      transparent 32rem
    ),
    #f4faff !important;
}

body,
body * {
  forced-color-adjust: none;
  -ms-high-contrast-adjust: none;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(25, 122, 181, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 122, 181, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  content: "";
  pointer-events: none;
}

::selection {
  color: white;
  background: var(--np-blue);
}

h1,
h2,
h3,
h4,
.orbitron,
.orbitron-title,
.orbitron-headline,
.orbitron-subheadline,
.orbitron-card-title,
.orbitron-statement,
.tech-title,
.section-title {
  font-family: "Space Grotesk", sans-serif !important;
  letter-spacing: -0.035em !important;
}

a,
button,
.feature-card,
.result-card,
.tech-card,
.blue-card,
.thumb-item,
.faq-item {
  transition:
    transform 0.35s var(--np-ease),
    box-shadow 0.35s var(--np-ease),
    border-color 0.35s var(--np-ease),
    background 0.35s var(--np-ease);
}

.np-progress {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(
    90deg,
    var(--np-mint),
    var(--np-cyan),
    var(--np-blue)
  );
  box-shadow: 0 0 18px rgba(0, 200, 255, 0.8);
}

.np-nav {
  position: fixed;
  z-index: 10000;
  top: 18px;
  left: 50%;
  display: flex;
  align-items: center;
  width: min(1120px, calc(100% - 36px));
  min-height: 66px;
  padding: 10px 12px 10px 20px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  background: rgba(248, 253, 255, 0.82);
  box-shadow: 0 18px 60px rgba(3, 36, 62, 0.14);
  backdrop-filter: blur(18px) saturate(160%);
}

.np-nav__brand {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--np-ink);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  text-decoration: none;
}

.np-nav__system {
  display: flex;
  flex-direction: column;
  color: #073c5e;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.05;
}

.np-nav__system small {
  margin-top: 4px;
  color: #6a8294;
  font-size: 0.48rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.np-nav__mark {
  display: grid;
  width: 43px;
  height: 39px;
  padding: 4px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(218, 250, 255, 0.86),
    rgba(229, 240, 255, 0.78)
  );
  box-shadow:
    inset 0 0 0 1px rgba(0, 133, 210, 0.1),
    0 8px 24px rgba(0, 107, 255, 0.12);
}

.np-nav__mark::before {
  width: 20px;
  height: 35px;
  background-image: url("/assets/00_Portada/logo.png");
  background-position: -7px center;
  background-repeat: no-repeat;
  background-size: 105px 35px;
  content: "";
}

.np-nav__links {
  display: flex;
  gap: 4px;
  margin: 0 auto;
}

.np-nav__links a {
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
  padding: 9px 12px;
  border-radius: 12px;
  color: #476074;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.np-nav__links a span {
  color: #00a0c8;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
}

.np-nav__links a:hover,
.np-nav__links a.is-active {
  color: var(--np-blue);
  background: rgba(0, 107, 255, 0.08);
}

.np-nav__cta {
  padding: 11px 17px;
  border-radius: 13px;
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #008df4, #0056d8);
  box-shadow: 0 10px 25px rgba(0, 91, 218, 0.25);
}

.np-nav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(0, 91, 218, 0.34);
}

.np-nav__readout {
  min-width: 82px;
  margin-right: 10px;
  color: #668094;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.05em;
  text-align: right;
}

.np-cursor-glow {
  position: fixed;
  z-index: 9999;
  width: 280px;
  height: 280px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.34;
  background: radial-gradient(
    circle,
    rgba(64, 220, 255, 0.22),
    transparent 68%
  );
  pointer-events: none;
  will-change: left, top;
}

.hero-container {
  position: relative;
  isolation: isolate;
  min-height: min(900px, 100svh) !important;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 75% 50%,
      rgba(0, 199, 255, 0.26),
      transparent 30%
    ),
    linear-gradient(120deg, #f8fdff 0%, #edf9ff 45%, #dff4fb 100%) !important;
}

.hero-container::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 89, 194, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(0, 89, 194, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 70% 50%, black, transparent 66%);
  content: "";
}

.hero-container::after {
  position: absolute;
  z-index: -1;
  top: 19%;
  right: 7%;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 157, 234, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(0, 174, 239, 0.035),
    0 0 0 110px rgba(0, 174, 239, 0.025);
  content: "";
  animation: np-pulse-ring 5s ease-in-out infinite;
  display: none;
}

.np-neural-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.np-neural-field::before {
  position: absolute;
  top: 18%;
  right: 4%;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    transparent 0 42px,
    rgba(0, 149, 225, 0.06) 43px 44px
  );
  mask-image: radial-gradient(circle, black 15%, transparent 70%);
  content: "";
  display: none;
}

.np-neural-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(212, 251, 255, 0.9);
  border-radius: 50%;
  opacity: 0.35;
  background: #19cfff;
  box-shadow:
    0 0 0 6px rgba(0, 188, 240, 0.07),
    0 0 22px rgba(0, 163, 232, 0.55);
}

.np-neural-node:nth-child(1) {
  top: 18%;
  left: 58%;
}
.np-neural-node:nth-child(2) {
  top: 27%;
  left: 72%;
}
.np-neural-node:nth-child(3) {
  top: 12%;
  left: 86%;
}
.np-neural-node:nth-child(4) {
  top: 39%;
  left: 63%;
}
.np-neural-node:nth-child(5) {
  top: 47%;
  left: 81%;
}
.np-neural-node:nth-child(6) {
  top: 58%;
  left: 69%;
}
.np-neural-node:nth-child(7) {
  top: 66%;
  left: 91%;
}
.np-neural-node:nth-child(8) {
  top: 76%;
  left: 59%;
}
.np-neural-node:nth-child(9) {
  top: 83%;
  left: 78%;
}
.np-neural-node:nth-child(10) {
  top: 34%;
  left: 94%;
}
.np-neural-node:nth-child(11) {
  top: 71%;
  left: 84%;
}
.np-neural-node:nth-child(12) {
  top: 22%;
  left: 93%;
}
.np-neural-node:nth-child(13) {
  top: 53%;
  left: 57%;
}
.np-neural-node:nth-child(14) {
  top: 88%;
  left: 94%;
}

.np-field-glow {
  position: absolute;
  width: min(60vw, 820px);
  aspect-ratio: 1.35;
  border-radius: 46% 54% 58% 42%;
  opacity: 0.34;
  filter: blur(70px);
  background: linear-gradient(
    135deg,
    rgba(20, 213, 214, 0.2),
    rgba(0, 115, 215, 0.12)
  );
  will-change: transform;
}

.np-field-glow--one {
  top: 8%;
  right: -8%;
  animation: np-current-one 18s ease-in-out infinite alternate;
}

.np-field-glow--two {
  right: 25%;
  bottom: -30%;
  width: min(48vw, 660px);
  opacity: 0.22;
  animation: np-current-two 24s ease-in-out infinite alternate;
}

.np-field-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.np-field-lines path {
  fill: none;
  stroke: rgba(0, 112, 160, 0.24);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.np-field-lines path:nth-child(2) {
  opacity: 0.56;
  stroke-dasharray: 9 18;
  animation: np-current-dash 26s linear infinite;
}

.np-field-lines path:nth-child(3) {
  opacity: 0.38;
  stroke-dasharray: 3 16;
  animation: np-current-dash 34s linear infinite reverse;
}

.np-hero-signal {
  position: absolute;
  z-index: 2;
  top: 82px;
  right: 0;
  left: 0;
  height: 86px;
  pointer-events: none;
}

.np-hero-signal svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.np-hero-signal path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.np-hero-signal__base {
  stroke: rgba(3, 93, 133, 0.12);
  stroke-width: 1;
}

.np-hero-signal__wave {
  stroke: #0aa7bd;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 5px rgba(10, 167, 189, 0.24));
  animation: np-draw-signal 2.4s var(--np-ease) 0.15s forwards;
}

.hero-container .text-content {
  position: relative;
  z-index: 2;
  max-width: 720px !important;
}

.hero-container .logo {
  filter: drop-shadow(0 12px 22px rgba(0, 83, 145, 0.14));
}

.hero-container h2 {
  max-width: 720px;
  font-size: clamp(2.7rem, 5vw, 5.4rem) !important;
  line-height: 0.98 !important;
  text-wrap: balance;
}

.highlight-animated {
  color: #062d4c !important;
  background: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
  filter: none;
  animation: none !important;
}

/* Editorial hero: solid type, an instrument-like image stage, and live telemetry. */
.hero-container {
  position: sticky !important;
  z-index: 1;
  top: 0 !important;
  left: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  width: 100% !important;
  height: auto !important;
  min-height: 100svh !important;
  padding: 110px max(28px, calc((100vw - 1380px) / 2)) 60px !important;
  align-items: center;
  gap: clamp(30px, 5vw, 84px);
  overflow: hidden !important;
  animation: np-hero-atmosphere 20s ease-in-out infinite alternate;
}

.hero-container .text-wrapper {
  z-index: 3;
  width: auto !important;
  max-width: 690px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 32px 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.hero-container .text-content {
  position: relative;
  width: 100% !important;
  min-width: 0;
  gap: 24px !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.hero-container .text-content::before {
  display: inline-flex;
  padding: 9px 13px;
  color: #006795;
  border: 1px solid rgba(0, 140, 198, 0.2);
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(226, 249, 255, 0.72);
  box-shadow: inset 0 1px white;
  content: "Neurotech / Clinical system";
}

.hero-container .logo {
  width: 188px !important;
  margin: 0 0 4px !important;
}

.hero-container h2 {
  position: relative;
  max-width: 720px;
  margin: 0 !important;
  color: #062d4c !important;
  font-size: clamp(3rem, 5.5vw, 5.8rem) !important;
  font-weight: 700 !important;
  line-height: 0.94 !important;
  letter-spacing: -0.065em !important;
  text-wrap: balance;
  width: 100% !important;
  min-width: 0;
  white-space: normal !important;
}

.hero-container .highlight-animated {
  display: block !important;
  width: 100% !important;
  white-space: normal !important;
  overflow-wrap: normal;
}

.hero-container h2::after {
  display: block;
  width: min(260px, 56%);
  height: 6px;
  margin-top: 26px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 6px 50%, #20d6e5 0 4px, transparent 5px),
    radial-gradient(
      circle at calc(100% - 6px) 50%,
      #0877e8 0 4px,
      transparent 5px
    ),
    linear-gradient(90deg, #20d6e5, #0877e8) center / calc(100% - 12px) 2px
      no-repeat;
  box-shadow: 0 0 20px rgba(0, 172, 226, 0.22);
  content: "";
}

.hero-container .subtitle {
  max-width: 590px;
  margin: 0 !important;
  color: #405e73 !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
  line-height: 1.72 !important;
  width: 100% !important;
  min-width: 0;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

.hero-container .cta-group {
  justify-content: flex-start !important;
  margin-top: 6px !important;
}

.image-wrapper-full-bleed {
  position: relative !important;
  z-index: 2;
  width: 100% !important;
  height: min(710px, 72vw) !important;
  min-height: 520px;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  background: radial-gradient(
    circle at 52% 48%,
    rgba(0, 180, 235, 0.14),
    transparent 58%
  );
  box-shadow: none;
  backdrop-filter: none;
}

.image-wrapper-full-bleed::before,
.image-wrapper-full-bleed::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  display: none;
}

.image-wrapper-full-bleed::before {
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 157, 218, 0.2);
  box-shadow:
    0 0 0 38px rgba(0, 175, 226, 0.035),
    0 0 0 92px rgba(0, 130, 210, 0.022);
}

.image-wrapper-full-bleed::after {
  right: 8%;
  bottom: 9%;
  width: 110px;
  height: 110px;
  border: 1px dashed rgba(0, 113, 182, 0.2);
  animation: np-orbit-spin 18s linear infinite;
}

.image-wrapper-full-bleed .device-image {
  z-index: 3 !important;
  width: 110% !important;
  max-width: 850px !important;
  transform: translate(4%, 4%);
  filter: none !important;
}

.image-wrapper-full-bleed .wave-background {
  display: none !important;
}

.np-device-status {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 17px;
  color: #083553;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 17px;
  background: rgba(247, 254, 255, 0.76);
  box-shadow: 0 18px 45px rgba(5, 49, 78, 0.17);
  backdrop-filter: blur(18px);
}

.np-device-status strong,
.np-device-status small {
  display: block;
}

.np-device-status strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.np-device-status small {
  margin-top: 3px;
  color: #597286;
  font-size: 0.68rem;
}

.np-device-status__pulse {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #16cfb2;
  box-shadow:
    0 0 0 7px rgba(22, 207, 178, 0.12),
    0 0 20px rgba(22, 207, 178, 0.7);
  animation: np-status-pulse 1.8s ease-in-out infinite;
}

.np-signal-console {
  width: min(100%, 590px);
  overflow: hidden;
  border: 1px solid rgba(0, 131, 187, 0.18);
  border-radius: 18px;
  background: rgba(244, 253, 255, 0.7);
  box-shadow:
    inset 0 1px white,
    0 20px 48px rgba(12, 64, 94, 0.09);
  backdrop-filter: blur(12px);
}

.np-signal-console__head,
.np-signal-console__metrics {
  display: flex;
  align-items: center;
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.np-signal-console__head {
  justify-content: space-between;
  padding: 11px 14px 8px;
  color: #567287;
  border-bottom: 1px solid rgba(0, 127, 180, 0.1);
  font-size: 0.57rem;
  letter-spacing: 0.1em;
}

.np-signal-console__head span:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #007fa8;
  font-weight: 600;
}

.np-signal-console__head i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1bd3ac;
  box-shadow:
    0 0 0 5px rgba(27, 211, 172, 0.1),
    0 0 14px rgba(27, 211, 172, 0.5);
  animation: np-status-pulse 1.5s ease-in-out infinite;
}

.np-signal-console__wave {
  display: block;
  width: 100%;
  height: 74px;
  overflow: visible;
}

.np-wave-grid {
  fill: none;
  stroke: rgba(0, 109, 165, 0.08);
  stroke-width: 1;
}

.np-wave-signal {
  fill: none;
  stroke: url("#np-signal-gradient");
  stroke: #008ee0;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 5px rgba(0, 160, 220, 0.35));
  animation: np-draw-signal 2.2s var(--np-ease) 0.5s forwards;
}

.np-wave-cursor {
  fill: #22d7c0;
  stroke: white;
  stroke-width: 2;
  filter: drop-shadow(0 0 6px rgba(34, 215, 192, 0.8));
  animation: np-wave-blink 1.2s ease-in-out infinite;
}

.np-signal-console__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(0, 127, 180, 0.1);
}

.np-signal-console__metrics span {
  padding: 10px 8px;
  color: #617c90;
  border-right: 1px solid rgba(0, 127, 180, 0.1);
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.np-signal-console__metrics span:last-child {
  border-right: 0;
}

.np-signal-console__metrics b {
  margin-right: 4px;
  color: #075e88;
  font-size: 0.65rem;
}

.features-wrapper {
  margin-top: 0 !important;
}

@keyframes np-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes np-status-pulse {
  50% {
    transform: scale(0.7);
    opacity: 0.65;
  }
}

@keyframes np-draw-signal {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes np-wave-blink {
  50% {
    opacity: 0.35;
    transform: scale(0.7);
    transform-origin: 390px 42px;
  }
}

.hero-container .subtitle {
  max-width: 620px;
  color: #3f5b71 !important;
  font-size: clamp(1rem, 1.3vw, 1.18rem) !important;
  line-height: 1.75 !important;
}

.cta-button-solid,
.cta-button-outline,
.btn-offer-cta,
.btn-brochure,
.btn-white-pill,
.final-cta-container a {
  position: relative;
  overflow: hidden;
  border-radius: 16px !important;
  font-weight: 800 !important;
}

.cta-button-solid,
.btn-offer-cta {
  border: 0 !important;
  background: linear-gradient(135deg, #00a8ea, #0064e7) !important;
  box-shadow: 0 14px 35px rgba(0, 103, 225, 0.28) !important;
}

.cta-button-solid:hover,
.cta-button-outline:hover,
.btn-offer-cta:hover,
.btn-brochure:hover,
.btn-white-pill:hover {
  transform: translateY(-4px) scale(1.015);
}

.device-image {
  filter: drop-shadow(0 45px 45px rgba(2, 47, 79, 0.25));
  animation: np-device-float 6s ease-in-out infinite;
}

.anime-ready .device-image {
  animation: none !important;
}

.features-section,
.discover-section,
.indicated-section,
.research-section-new,
.pricing-section-wrapper,
.faq-section-wrapper {
  position: relative;
  padding-block: clamp(72px, 9vw, 130px) !important;
}

.features-section {
  margin: -42px auto 0;
  width: min(1180px, calc(100% - 34px));
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--np-radius);
  background: var(--np-surface) !important;
  box-shadow: var(--np-shadow);
  backdrop-filter: blur(16px);
}

.features-container {
  gap: 16px !important;
}

.feature-card,
.result-card,
.tech-card,
.blue-card,
.note-box,
.faq-item {
  border: 1px solid var(--np-line) !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 46px rgba(5, 52, 86, 0.08) !important;
}

.feature-card,
.result-card,
.tech-card,
.faq-item {
  color: var(--np-ink) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  backdrop-filter: blur(12px);
}

.feature-text,
.result-card .card-text,
.tech-card .tech-desc {
  color: var(--np-ink) !important;
}

.result-card .card-label,
.tech-card .tech-badge {
  color: #006a9f !important;
}

.tech-card:nth-child(1) .tech-badge::before {
  content: "01 / ";
}
.tech-card:nth-child(2) .tech-badge::before {
  content: "02 / ";
}
.tech-card:nth-child(3) .tech-badge::before {
  content: "03 / ";
}
.tech-card:nth-child(4) .tech-badge::before {
  content: "04 / ";
}

.tech-card .tech-badge::before {
  margin-right: 7px;
  opacity: 0.48;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.feature-card:hover,
.result-card:hover,
.tech-card:hover,
.blue-card:hover {
  transform: translateY(-9px);
  border-color: rgba(0, 164, 232, 0.5) !important;
  box-shadow: 0 28px 60px rgba(5, 74, 118, 0.16) !important;
}

.icon-wrapper,
.icon-circle,
.check-circle {
  box-shadow: 0 8px 24px rgba(0, 143, 220, 0.2);
}

.np-section-id {
  position: absolute;
  z-index: 8;
  top: 28px;
  left: max(24px, calc((100% - 1180px) / 2));
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #6b8497;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.11em;
  pointer-events: none;
}

.np-section-id span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #007aa7;
  border: 1px solid rgba(0, 142, 194, 0.25);
  border-radius: 50%;
  background: rgba(230, 249, 255, 0.7);
}

.np-section-id b {
  font-weight: 500;
}

.features-section {
  isolation: isolate;
  margin-top: -22px;
  padding: 88px 36px 34px !important;
  border-color: rgba(54, 220, 255, 0.18) !important;
  background:
    radial-gradient(
      circle at 20% 0,
      rgba(0, 204, 255, 0.17),
      transparent 24rem
    ),
    linear-gradient(135deg, #041c2c, #07334b) !important;
  box-shadow: 0 34px 90px rgba(3, 34, 55, 0.24) !important;
}

.features-section .np-section-id {
  top: 24px;
  left: 30px;
  color: rgba(202, 237, 247, 0.58);
}

.features-section .np-section-id span {
  color: #59e2f1;
  border-color: rgba(89, 226, 241, 0.3);
  background: rgba(89, 226, 241, 0.08);
}

.features-container {
  position: relative;
  gap: 8px !important;
}

.features-container::before {
  position: absolute;
  z-index: 0;
  top: 35px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #26d5e5 12%,
    #0c7dea 88%,
    transparent
  );
  box-shadow: 0 0 14px rgba(29, 202, 229, 0.55);
  content: "";
}

.feature-card {
  position: relative;
  z-index: 1;
  min-height: 180px;
  padding: 12px 16px 22px !important;
  justify-content: flex-start;
  color: white !important;
  border: 1px solid transparent !important;
  border-radius: 18px !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

.feature-card::before {
  position: absolute;
  top: 17px;
  right: 16px;
  color: rgba(141, 218, 236, 0.34);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.55rem;
  content: "CH / 0";
}

.feature-card:nth-child(2)::before {
  content: "CH / 1";
}
.feature-card:nth-child(3)::before {
  content: "CH / 2";
}
.feature-card:nth-child(4)::before {
  content: "CH / 3";
}
.feature-card:nth-child(5)::before {
  content: "CH / 4";
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(77, 221, 244, 0.22) !important;
  background: rgba(74, 209, 234, 0.07) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04) !important;
}

.feature-card .icon-wrapper {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 24px !important;
  place-items: center;
  color: #6de7f1;
  border: 1px solid rgba(73, 218, 238, 0.3);
  border-radius: 50%;
  background: #06283a;
  box-shadow:
    0 0 0 8px #06283a,
    0 0 0 9px rgba(73, 218, 238, 0.08),
    0 0 25px rgba(32, 205, 233, 0.14);
}

.feature-card .icon-wrapper svg {
  width: 30px;
  height: 30px;
}

.feature-card .feature-text {
  max-width: 180px;
  margin-inline: auto !important;
  color: rgba(231, 247, 251, 0.84) !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 0.78rem !important;
  line-height: 1.5 !important;
}

.results-tech-wrapper .np-section-id {
  color: rgba(213, 240, 248, 0.55);
}

.results-tech-wrapper .np-section-id span {
  color: #68e5f2;
  border-color: rgba(104, 229, 242, 0.3);
  background: rgba(104, 229, 242, 0.08);
}

.header-container {
  margin-bottom: clamp(36px, 5vw, 66px) !important;
}

.orbitron-headline,
.orbitron-title,
.section-title {
  color: var(--np-ink) !important;
  font-size: clamp(2.2rem, 4vw, 4.2rem) !important;
  line-height: 1.04 !important;
  text-wrap: balance;
}

.gradient-separator,
.cyan-underline,
.title-underline {
  height: 4px !important;
  border: 0 !important;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--np-mint),
    var(--np-cyan),
    var(--np-blue)
  ) !important;
  box-shadow: 0 0 20px rgba(0, 182, 238, 0.3);
}

.info-column .image-wrapper,
.indicated-image-col,
.img-container,
.main-image-wrapper {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px !important;
  box-shadow: var(--np-shadow);
}

.info-column img,
.rounded-image,
.result-card img,
.main-product-img,
.thumb-item img {
  transition:
    transform 0.8s var(--np-ease),
    filter 0.5s ease;
}

.info-column:hover img,
.result-card:hover img,
.main-image-wrapper:hover .main-product-img,
.thumb-item:hover img {
  transform: scale(1.045);
  filter: saturate(1.07) contrast(1.02);
}

.statement-banner {
  overflow: hidden;
  border: 1px solid rgba(96, 226, 255, 0.25) !important;
  border-radius: var(--np-radius) !important;
  background:
    radial-gradient(
      circle at 85% 30%,
      rgba(0, 214, 255, 0.24),
      transparent 28%
    ),
    linear-gradient(130deg, #051c31, #073f63) !important;
  box-shadow: 0 32px 80px rgba(3, 41, 69, 0.24) !important;
}

.results-tech-wrapper,
.blue-gradient-bg {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(0, 205, 255, 0.2),
      transparent 28rem
    ),
    radial-gradient(
      circle at 88% 70%,
      rgba(46, 110, 255, 0.2),
      transparent 32rem
    ),
    linear-gradient(145deg, #031725, #052f4d 55%, #073c60) !important;
}

.results-tech-wrapper::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(108, 225, 255, 0.18) 1px,
    transparent 1px
  );
  background-size: 26px 26px;
  content: "";
  pointer-events: none;
}

.tech-box-container {
  position: relative;
  isolation: isolate;
  margin-top: clamp(70px, 9vw, 120px) !important;
}

.tech-box-container::before,
.tech-box-container::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  content: "";
  pointer-events: none;
}

.tech-box-container::before {
  top: -90px;
  left: 6%;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(64, 225, 255, 0.2);
  box-shadow:
    0 0 0 42px rgba(0, 203, 255, 0.025),
    0 0 80px rgba(0, 203, 255, 0.08);
}

.tech-box-container::after {
  right: 5%;
  bottom: -80px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(70, 104, 255, 0.2), transparent 68%);
}

.tech-box-border {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 76px) !important;
  border: 1px solid rgba(95, 224, 255, 0.22) !important;
  border-radius: 36px !important;
  background:
    linear-gradient(135deg, rgba(9, 50, 78, 0.78), rgba(4, 26, 44, 0.9)),
    radial-gradient(circle at 70% 0, rgba(0, 208, 255, 0.15), transparent 30rem) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 38px 100px rgba(0, 8, 22, 0.34) !important;
  backdrop-filter: blur(20px);
}

.tech-box-border::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 49.8%,
      rgba(91, 224, 255, 0.06) 50%,
      transparent 50.2%
    ),
    linear-gradient(
      transparent 49.8%,
      rgba(91, 224, 255, 0.06) 50%,
      transparent 50.2%
    );
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
  content: "";
  pointer-events: none;
}

.tech-box-border .tech-title {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin-inline: auto;
  color: #f4fdff !important;
  font-size: clamp(2rem, 3.6vw, 3.7rem) !important;
  line-height: 1.05 !important;
  text-align: center;
  text-shadow: 0 0 38px rgba(0, 195, 255, 0.18);
}

.tech-box-border .cyan-underline {
  position: relative;
  z-index: 1;
  width: min(190px, 42vw) !important;
  margin: 24px auto 46px !important;
}

.tech-grid {
  position: relative;
  z-index: 1;
  gap: 16px !important;
}

.tech-card {
  --tech-accent: 0, 216, 255;
  --mx: 85%;
  --my: 10%;
  position: relative;
  isolation: isolate;
  min-height: 250px;
  overflow: hidden;
  padding: 26px 22px !important;
  color: white !important;
  border: 1px solid rgba(var(--tech-accent), 0.34) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(
      circle at var(--mx) var(--my),
      rgba(var(--tech-accent), 0.25),
      transparent 43%
    ),
    linear-gradient(145deg, rgba(12, 57, 83, 0.86), rgba(5, 29, 48, 0.94)) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 22px 55px rgba(0, 7, 18, 0.25) !important;
  backdrop-filter: blur(14px);
  transform-style: preserve-3d;
  will-change: transform;
}

.tech-card:nth-child(2) {
  --tech-accent: 84, 240, 203;
}
.tech-card:nth-child(3) {
  --tech-accent: 89, 142, 255;
}
.tech-card:nth-child(4) {
  --tech-accent: 255, 113, 214;
}

.tech-card::before {
  position: absolute;
  z-index: -1;
  top: -45%;
  left: -25%;
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid rgba(var(--tech-accent), 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(var(--tech-accent), 0.025),
    0 0 0 42px rgba(var(--tech-accent), 0.018);
  content: "";
  transition: transform 0.7s var(--np-ease);
}

.tech-card::after {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: rgb(var(--tech-accent));
  box-shadow: 0 0 18px rgba(var(--tech-accent), 0.8);
  content: "";
}

.tech-card:hover {
  transform: translateY(-10px) scale(1.018);
  border-color: rgba(var(--tech-accent), 0.72) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.12),
    0 32px 72px rgba(0, 8, 22, 0.42),
    0 0 30px rgba(var(--tech-accent), 0.12) !important;
}

.tech-card:hover::before {
  transform: scale(1.18) translate(8%, 8%);
}

.tech-card .icon-circle {
  display: grid !important;
  width: 62px !important;
  height: 62px !important;
  margin-bottom: 28px !important;
  place-items: center;
  color: rgb(var(--tech-accent)) !important;
  border: 1px solid rgba(var(--tech-accent), 0.42) !important;
  background: rgba(var(--tech-accent), 0.09) !important;
  box-shadow:
    inset 0 0 22px rgba(var(--tech-accent), 0.1),
    0 0 24px rgba(var(--tech-accent), 0.16) !important;
  transform: translateZ(24px);
}

.tech-card .tech-badge {
  display: inline-flex !important;
  margin-bottom: 10px !important;
  color: rgb(var(--tech-accent)) !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(1.5rem, 2vw, 2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  background: transparent !important;
  transform: translateZ(18px);
}

.tech-card .tech-desc {
  max-width: 210px;
  margin: 0 !important;
  color: rgba(228, 246, 255, 0.78) !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  transform: translateZ(12px);
}

.tech-box-border .brochure-btn-container {
  position: relative;
  z-index: 1;
  margin-top: 42px !important;
}

.results-tech-wrapper .section-title,
.results-tech-wrapper .tech-title {
  color: white !important;
}

.results-tech-wrapper .np-section-id {
  color: #607477;
}

.results-tech-wrapper .np-section-id span {
  color: #277f7d;
  border-color: rgba(39, 127, 125, 0.24);
  background: rgba(39, 127, 125, 0.06);
}

.pricing-section-wrapper {
  background:
    radial-gradient(
      circle at 10% 60%,
      rgba(0, 196, 255, 0.12),
      transparent 25rem
    ),
    linear-gradient(180deg, #f7fcff, #eaf7fd) !important;
}

.pricing-container {
  gap: clamp(28px, 5vw, 80px) !important;
}

.product-gallery,
.offer-card {
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  border-radius: 32px !important;
  box-shadow: var(--np-shadow) !important;
}

.product-gallery {
  padding: clamp(18px, 3vw, 34px) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  backdrop-filter: blur(16px);
}

.offer-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px) !important;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(0, 201, 255, 0.16),
      transparent 18rem
    ),
    rgba(255, 255, 255, 0.9) !important;
}

.offer-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--np-mint),
    var(--np-cyan),
    var(--np-blue)
  );
  content: "";
}

.savings-badge {
  position: relative !important;
  z-index: 2;
  top: auto !important;
  right: auto !important;
  display: inline-flex !important;
  align-self: flex-start;
  width: fit-content !important;
  margin: 4px 0 20px !important;
  padding: 10px 16px !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #003c58 !important;
  border: 1px solid rgba(0, 157, 211, 0.24) !important;
  border-radius: 999px !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #dbfff7, #d9f4ff) !important;
  box-shadow:
    0 9px 22px rgba(0, 147, 205, 0.14),
    inset 0 1px white !important;
}

.card-logo {
  display: flex !important;
  min-height: 66px;
  align-items: center;
  justify-content: flex-start;
}

.np-card-isotype {
  display: block;
  width: min(220px, 62%) !important;
  height: auto !important;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 12px 20px rgba(0, 90, 152, 0.16));
}

.old-price {
  margin-bottom: 4px !important;
  color: var(--np-muted) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.current-price-row .amount {
  color: var(--np-ink) !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(3.4rem, 6vw, 5.4rem) !important;
  letter-spacing: -0.07em;
}

.current-price-row .currency,
.current-price-row .mxn {
  color: #315469 !important;
  font-weight: 800 !important;
}

.offer-benefits {
  display: grid;
  gap: 11px !important;
}

.offer-benefits li {
  padding: 12px 14px !important;
  border: 1px solid rgba(0, 136, 204, 0.12);
  border-radius: 14px;
  background: rgba(237, 250, 255, 0.72);
}

.bottom-banner-container {
  overflow: hidden;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(4, 45, 75, 0.16) !important;
}

.faq-section-wrapper {
  background: #f4faff !important;
  padding: clamp(58px, 6vw, 76px) 24px 70px !important;
}

.faq-container {
  width: min(100%, 1040px) !important;
  margin: 0 auto !important;
}

.faq-card {
  margin: 0 0 28px !important;
  padding: clamp(28px, 3.5vw, 44px) !important;
}

.faq-card .header-container {
  margin-bottom: 28px !important;
}

.faq-list {
  gap: 0 !important;
}

.faq-item {
  padding: 22px 0 !important;
}

.faq-divider {
  margin: 0 !important;
}

.faq-actions {
  margin: 0 !important;
}

.orbitron-subheadline,
.discover-section .text-wrapper p,
.note-box p,
.banner-content p {
  color: #405969 !important;
}

.orbitron-statement {
  color: rgba(239, 252, 255, 0.9) !important;
}

/* Clinical pathway: an editorial sequence instead of interchangeable cards. */
.discover-section,
.indicated-section,
.research-section-new,
.discover-section *,
.discover-section *::before,
.discover-section *::after,
.indicated-section *,
.indicated-section *::before,
.indicated-section *::after,
.research-section-new *,
.research-section-new *::before,
.research-section-new *::after {
  box-sizing: border-box;
}

.discover-section {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 10vw, 150px) max(24px, calc((100vw - 1240px) / 2)) !important;
  background:
    linear-gradient(rgba(6, 53, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 53, 69, 0.045) 1px, transparent 1px), #eef6f5 !important;
  background-size: 72px 72px;
}

.discover-section::after {
  position: absolute;
  z-index: -1;
  top: 16%;
  right: -18%;
  width: 54vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(21, 202, 196, 0.12),
    transparent 68%
  );
  content: "";
}

.discover-section .header-container,
.discover-section > .orbitron-subheadline,
.discover-section .info-grid {
  width: 100%;
  max-width: 1240px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.discover-section .header-container {
  align-items: flex-start;
  margin-bottom: 22px !important;
  padding: 0 !important;
  text-align: left;
}

.discover-section .orbitron-headline {
  max-width: 850px;
  font-size: clamp(3rem, 6vw, 6.2rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.065em !important;
}

.discover-section .gradient-separator {
  width: 86px !important;
  margin: 28px 0 0 !important;
}

.discover-section > .orbitron-subheadline {
  margin-top: 0 !important;
  margin-bottom: clamp(50px, 7vw, 90px) !important;
  color: #46616a !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-size: clamp(0.72rem, 1vw, 0.9rem) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.12em !important;
  text-align: left;
  text-transform: uppercase;
}

.discover-section .info-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
  padding: 0 !important;
}

.discover-section .info-grid::before {
  position: absolute;
  z-index: 0;
  top: 48%;
  left: 53%;
  width: 20%;
  height: 1px;
  transform: rotate(-17deg);
  transform-origin: left center;
  background: repeating-linear-gradient(
    90deg,
    #17a9ad 0 8px,
    transparent 8px 15px
  );
  content: "";
}

.discover-section .info-column {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  text-align: left;
}

.discover-section .info-column:nth-child(2) {
  margin-top: 118px;
}

.discover-section .info-column::before {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 18px;
  padding: 9px 12px;
  color: #e8ffff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  background: rgba(3, 34, 45, 0.82);
  backdrop-filter: blur(10px);
  content: "01 / MODULACIÓN";
}

.discover-section .info-column:nth-child(2)::before {
  content: "02 / TERAPIA ACTIVA";
}

.discover-section .info-column .image-wrapper {
  height: clamp(350px, 37vw, 510px);
  border: 0 !important;
  border-radius: 4px 54px 4px 4px !important;
  box-shadow: 0 30px 70px rgba(10, 52, 64, 0.16) !important;
}

.discover-section .info-column:nth-child(2) .image-wrapper {
  height: clamp(300px, 29vw, 400px);
  border-radius: 54px 4px 4px 4px !important;
}

.discover-section .info-column .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discover-section .info-column .text-wrapper {
  position: relative;
  min-height: 170px;
  margin: 0 !important;
  padding: 28px 24px 18px 78px;
  border-bottom: 1px solid rgba(15, 106, 112, 0.22);
}

.discover-section .info-column .text-wrapper::before {
  position: absolute;
  top: 25px;
  left: 0;
  color: rgba(4, 72, 82, 0.22);
  font-family: "Space Grotesk", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  content: "01";
}

.discover-section .info-column:nth-child(2) .text-wrapper::before {
  content: "02";
}

.discover-section .blue-line-accent {
  display: none;
}

.discover-section .text-wrapper p {
  margin: 0 !important;
  color: #294953 !important;
  font-size: clamp(0.96rem, 1.25vw, 1.08rem) !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
}

/* Patient-fit matrix: dense, clinical, and deliberately distinct. */
.indicated-section {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 10vw, 145px) max(24px, calc((100vw - 1240px) / 2)) !important;
  color: white;
  background:
    linear-gradient(115deg, rgba(21, 213, 196, 0.08), transparent 38%),
    linear-gradient(145deg, #031c28, #062f3d 58%, #074453) !important;
}

.indicated-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: repeating-linear-gradient(
    115deg,
    transparent 0 54px,
    rgba(97, 236, 222, 0.12) 55px,
    transparent 56px 110px
  );
  mask-image: linear-gradient(90deg, black, transparent 72%);
  content: "";
  pointer-events: none;
}

.indicated-section .np-section-id {
  color: rgba(218, 246, 246, 0.58);
}

.indicated-section .np-section-id span {
  color: #6ae8d6;
  border-color: rgba(106, 232, 214, 0.3);
  background: rgba(106, 232, 214, 0.08);
}

.indicated-section .header-container,
.indicated-section .indicated-grid {
  width: 100%;
  max-width: 1240px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.indicated-section .header-container {
  align-items: flex-start;
  margin-bottom: clamp(45px, 6vw, 76px) !important;
  padding: 0 !important;
  text-align: left;
}

.indicated-section .orbitron-headline {
  max-width: 850px;
  color: #efffff !important;
  font-size: clamp(2.8rem, 5.8vw, 5.8rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.06em !important;
}

.indicated-section .gradient-separator {
  width: min(420px, 46vw) !important;
  margin: 30px 0 0 !important;
  background: linear-gradient(90deg, #57e7d3, transparent) !important;
  box-shadow: none;
}

.indicated-section .indicated-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr) !important;
  gap: clamp(44px, 7vw, 96px) !important;
  align-items: stretch !important;
  padding: 0 !important;
}

.indicated-section .indicated-text-col {
  display: flex;
  flex-direction: column;
}

.indicated-section .indicated-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 34px !important;
  border-top: 1px solid rgba(125, 229, 220, 0.2);
  counter-reset: indication;
}

.indicated-section .indicated-list li {
  min-height: 92px;
  margin: 0 !important;
  padding: 24px 16px 22px 54px !important;
  color: rgba(235, 250, 250, 0.9) !important;
  border-bottom: 1px solid rgba(125, 229, 220, 0.2);
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.45;
  counter-increment: indication;
}

.indicated-section .indicated-list li:nth-child(odd) {
  border-right: 1px solid rgba(125, 229, 220, 0.2);
}

.indicated-section .indicated-list li::before {
  top: 25px !important;
  left: 12px !important;
  color: #63ddcd !important;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem !important;
  line-height: 1 !important;
  content: counter(indication, decimal-leading-zero) !important;
}

.indicated-section .note-box {
  margin: 0 0 30px !important;
  padding: 18px 20px !important;
  border: 0 !important;
  border-left: 3px solid #58e4cf !important;
  border-radius: 0 14px 14px 0 !important;
  background: rgba(117, 235, 219, 0.09) !important;
  box-shadow: none !important;
}

.indicated-section .note-box p {
  color: rgba(224, 246, 244, 0.72) !important;
}

.indicated-section .cta-button-solid {
  align-self: flex-start;
  margin-top: auto;
}

.indicated-section .indicated-image-col {
  position: relative;
  min-height: 590px;
  border: 0 !important;
  border-radius: 80px 8px 80px 8px !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3) !important;
}

.indicated-section .indicated-image-col::before {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  padding: 9px 12px;
  color: #dffdfa;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  background: rgba(2, 28, 37, 0.78);
  content: "PERFIL CLÍNICO / 06";
}

.indicated-section .indicated-image-col::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, transparent 45%, rgba(2, 31, 40, 0.62)),
    repeating-linear-gradient(
      0deg,
      transparent 0 5px,
      rgba(101, 234, 218, 0.035) 6px
    );
  content: "";
  pointer-events: none;
}

.indicated-section .rounded-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06);
}

/* Evidence archive: staggered documents rather than a generic card row. */
.research-section-new {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(100px, 11vw, 160px) max(24px, calc((100vw - 1240px) / 2)) !important;
  background: #f3f0e9 !important;
}

.research-section-new::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.32;
  background-image: radial-gradient(
    rgba(7, 50, 61, 0.16) 0.7px,
    transparent 0.7px
  );
  background-size: 12px 12px;
  content: "";
}

.research-section-new .header-container,
.research-section-new .cards-grid-new,
.research-section-new .statement-banner,
.research-section-new .final-cta-container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.research-section-new .header-container {
  align-items: flex-start;
  margin-bottom: clamp(56px, 7vw, 90px) !important;
  padding: 0 !important;
  text-align: left;
}

.research-section-new .orbitron-headline {
  max-width: 980px;
  font-size: clamp(2.9rem, 6vw, 6rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.06em !important;
}

.research-section-new .gradient-separator {
  width: 130px !important;
  margin: 30px 0 0 !important;
  background: #102e37 !important;
  box-shadow: none;
}

.research-section-new .cards-grid-new {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: start;
  padding: 0 !important;
}

.research-section-new .blue-card {
  position: relative;
  display: flex;
  min-height: 340px;
  padding: 38px 40px 34px !important;
  flex-direction: column;
  overflow: hidden;
  color: #17343c !important;
  border: 1px solid rgba(20, 58, 66, 0.16) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.66) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}

.research-section-new .blue-card:nth-child(1) {
  grid-column: 1 / span 7;
  color: white !important;
  background: #062e39 !important;
}

.research-section-new .blue-card:nth-child(2) {
  grid-column: 8 / span 5;
  margin-top: 88px;
}

.research-section-new .blue-card:nth-child(3) {
  grid-column: 3 / span 7;
  margin-top: -4px;
}

.research-section-new .blue-card::before {
  position: absolute;
  right: 26px;
  bottom: -28px;
  color: rgba(11, 58, 68, 0.06);
  font-family: "Space Grotesk", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  content: "01";
  pointer-events: none;
}

.research-section-new .blue-card:nth-child(1)::before {
  color: rgba(197, 255, 245, 0.07);
}

.research-section-new .blue-card:nth-child(2)::before {
  content: "02";
}

.research-section-new .blue-card:nth-child(3)::before {
  content: "03";
}

.research-section-new .blue-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  transform: scaleX(0.16);
  transform-origin: left;
  background: #29b9ad;
  transition: transform 0.55s var(--np-ease);
  content: "";
}

.research-section-new .blue-card:hover {
  transform: translateY(-5px);
  border-color: rgba(18, 138, 137, 0.42) !important;
  box-shadow: 0 24px 60px rgba(24, 57, 64, 0.12) !important;
}

.research-section-new .blue-card:hover::after {
  transform: scaleX(1);
}

.research-section-new .card-label {
  position: relative;
  z-index: 1;
  color: #327078 !important;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0 !important;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.research-section-new .blue-card:nth-child(1) .card-label {
  color: #78dfd2 !important;
}

.research-section-new .card-label::after {
  font-size: 0.62rem;
  content: "EVIDENCIA / 01";
}

.research-section-new .blue-card:nth-child(2) .card-label::after {
  content: "EVIDENCIA / 02";
}

.research-section-new .blue-card:nth-child(3) .card-label::after {
  content: "EVIDENCIA / 03";
}

.research-section-new .white-divider {
  width: 42px !important;
  height: 1px !important;
  margin: 20px 0 26px !important;
  background: #29b9ad !important;
}

.research-section-new .orbitron-card-title {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 0 18px !important;
  color: inherit !important;
  font-size: clamp(1.55rem, 2.6vw, 2.4rem) !important;
  line-height: 1.05 !important;
}

.research-section-new .blue-card p {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0 0 30px !important;
  color: #50676c !important;
  font-size: 0.94rem !important;
  line-height: 1.7 !important;
}

.research-section-new .blue-card:nth-child(1) p {
  color: rgba(225, 247, 245, 0.72) !important;
}

.research-section-new .btn-white-pill {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 16px !important;
  color: #efffff !important;
  border: 1px solid #163d46;
  border-radius: 2px !important;
  background: #163d46 !important;
  box-shadow: none !important;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem !important;
  letter-spacing: 0.1em;
}

.research-section-new .blue-card:nth-child(1) .btn-white-pill {
  color: #baf8ef !important;
  border-color: rgba(126, 231, 215, 0.35);
  background: rgba(126, 231, 215, 0.08) !important;
}

.research-section-new .statement-banner {
  position: relative;
  min-height: 190px;
  margin-top: clamp(58px, 8vw, 100px) !important;
  margin-bottom: 34px !important;
  padding: 52px 56px 48px min(24vw, 260px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #bfe7df !important;
  box-shadow: none !important;
}

.research-section-new .statement-banner::before {
  position: absolute;
  top: 54px;
  left: 46px;
  max-width: 150px;
  color: #28655f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  line-height: 1.55;
  letter-spacing: 0.12em;
  content: "SÍNTESIS CLÍNICA / RESULTADO";
}

.research-section-new .orbitron-statement {
  color: #123a3c !important;
  font-size: clamp(1.45rem, 2.8vw, 2.55rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.035em !important;
  text-align: left;
}

.research-section-new .final-cta-container {
  margin-bottom: 0 !important;
  text-align: right;
}

/* Evidence-led design system shared by the full experience. */
body,
.features-wrapper {
  background: var(--np-paper) !important;
}

.np-nav {
  min-height: 64px;
  border: 1px solid rgba(13, 68, 78, 0.16);
  border-radius: 3px;
  background: rgba(243, 240, 233, 0.9);
  box-shadow: 0 12px 38px rgba(16, 48, 56, 0.1);
  backdrop-filter: blur(18px) saturate(115%);
}

.np-nav__mark {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 0 0 1px rgba(16, 78, 85, 0.14);
}

.np-nav__links a {
  border-radius: 2px;
  color: #4b6266;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.04em;
}

.np-nav__links a span {
  color: #398d89;
}

.np-nav__links a:hover,
.np-nav__links a.is-active {
  color: #0d464e;
  background: rgba(70, 165, 155, 0.12);
}

.np-nav__cta,
.cta-button-solid,
.cta-button-outline,
.btn-offer-cta,
.btn-brochure,
.btn-solid-cyan,
.btn-outline-blue,
.final-cta-container a {
  border-radius: 2px !important;
}

.np-nav__cta,
.cta-button-solid,
.btn-offer-cta,
.btn-solid-cyan {
  color: #efffff !important;
  background: var(--np-petrol) !important;
  box-shadow: none !important;
}

.cta-button-outline,
.btn-outline-blue,
.final-cta-container a {
  color: #174c53 !important;
  border-color: #174c53 !important;
  background: transparent !important;
}

.hero-container {
  background:
    radial-gradient(
      circle at 78% 44%,
      rgba(41, 185, 173, 0.2),
      transparent 32%
    ),
    linear-gradient(120deg, #f8f6f0, #f0f2eb 50%, #dfeee8) !important;
}

.hero-container::before {
  background:
    linear-gradient(90deg, rgba(15, 76, 84, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(15, 76, 84, 0.045) 1px, transparent 1px);
}

.hero-container .text-content::before {
  color: #326d70;
  border-color: rgba(31, 117, 117, 0.22);
  border-radius: 2px;
  background: rgba(243, 240, 233, 0.68);
  box-shadow: none;
}

.hero-container h2::after {
  background:
    radial-gradient(circle at 6px 50%, #29b9ad 0 4px, transparent 5px),
    radial-gradient(
      circle at calc(100% - 6px) 50%,
      #146e73 0 4px,
      transparent 5px
    ),
    linear-gradient(90deg, #29b9ad, #146e73) center / calc(100% - 12px) 2px
      no-repeat;
  box-shadow: none;
}

.np-hero-signal__wave {
  stroke: #289d98;
  filter: none;
}

.np-device-status {
  border-color: rgba(16, 84, 88, 0.18);
  border-radius: 2px;
  background: rgba(243, 240, 233, 0.84);
  box-shadow: none;
}

.features-section {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: var(--np-petrol) !important;
  box-shadow: none !important;
}

.feature-card,
.feature-card:hover {
  border-radius: 2px !important;
}

.feature-card .icon-wrapper {
  border-radius: 2px;
  background: rgba(120, 223, 210, 0.04);
  box-shadow: inset 0 0 0 1px rgba(120, 223, 210, 0.09) !important;
}

.results-tech-wrapper,
.blue-gradient-bg {
  color: var(--np-ink) !important;
  background: var(--np-paper) !important;
}

.blue-gradient-bg {
  display: none;
}

.results-tech-wrapper::before {
  opacity: 0.22;
  background-image: radial-gradient(
    rgba(8, 59, 67, 0.2) 0.7px,
    transparent 0.7px
  );
  background-size: 12px 12px;
}

.results-tech-wrapper .content-container {
  max-width: 1240px;
}

.results-tech-wrapper .results-section {
  text-align: left;
}

.results-tech-wrapper .section-title,
.results-tech-wrapper .tech-title {
  max-width: 920px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: var(--np-ink) !important;
  text-align: left;
  text-shadow: none;
  text-transform: none !important;
}

.results-tech-wrapper .title-underline,
.results-tech-wrapper .cyan-underline {
  margin-right: 0 !important;
  margin-left: 0 !important;
  background: #153d44 !important;
  box-shadow: none;
}

.results-row {
  gap: 14px !important;
}

.result-card {
  border-color: rgba(17, 65, 72, 0.17) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.58) !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

.result-card:first-child {
  color: white !important;
  background: var(--np-petrol) !important;
}

.result-card:first-child .card-text,
.result-card:first-child .card-text p {
  color: rgba(235, 251, 249, 0.9) !important;
}

.result-card .img-container {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.result-card img {
  filter: saturate(0.72) contrast(1.04);
}

.tech-box-container::before,
.tech-box-container::after {
  display: none;
}

.tech-box-border {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(17, 65, 72, 0.18) !important;
  border-bottom: 1px solid rgba(17, 65, 72, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

.tech-box-border::before {
  display: none;
}

.tech-card,
.tech-card:nth-child(n) {
  --tech-accent: 41, 185, 173;
  min-height: 290px;
  color: #17343c !important;
  border: 1px solid rgba(17, 65, 72, 0.17) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.56) !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

.tech-card:first-child {
  color: white !important;
  background: var(--np-petrol) !important;
}

.tech-card::before {
  opacity: 0.08;
}

.tech-card::after {
  width: 48px;
  height: 2px;
  border-radius: 0;
  background: #29b9ad;
  box-shadow: none;
}

.tech-card .icon-circle {
  color: #277f7d !important;
  border-color: rgba(31, 119, 118, 0.2) !important;
  border-radius: 2px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tech-card:first-child .icon-circle,
.tech-card:first-child .tech-badge {
  color: #78dfd2 !important;
}

.tech-card .tech-badge {
  padding: 0 !important;
  color: #277f7d !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "IBM Plex Mono", monospace !important;
}

.tech-card .tech-desc {
  color: #50676c !important;
}

.tech-card:first-child .tech-desc {
  color: rgba(226, 247, 244, 0.74) !important;
}

.tech-box-border .btn-brochure {
  color: #efffff !important;
  background: var(--np-petrol) !important;
  box-shadow: none !important;
}

.pricing-section-wrapper {
  background: #e8eee9 !important;
}

.pricing-section-wrapper .header-container {
  max-width: 1100px;
  margin-right: auto !important;
  margin-left: auto !important;
  align-items: flex-start;
  text-align: left;
}

.pricing-section-wrapper .icon-top {
  display: none;
}

.pricing-section-wrapper .orbitron-title {
  max-width: 850px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left;
  text-transform: none !important;
}

.pricing-section-wrapper .cyan-underline {
  margin-right: 0 !important;
  margin-left: 0 !important;
  background: #153d44 !important;
  box-shadow: none;
}

.product-gallery,
.offer-card {
  border-color: rgba(17, 65, 72, 0.17) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

.product-gallery {
  background: rgba(243, 240, 233, 0.72) !important;
  backdrop-filter: none;
}

.main-image-wrapper,
.thumb-item {
  border-radius: 2px !important;
  box-shadow: none !important;
}

.offer-card {
  color: #efffff !important;
  background: var(--np-petrol) !important;
}

.offer-card::before {
  background: #29b9ad;
}

.offer-card .card-logo {
  width: 100%;
  min-height: 72px;
  padding: 0;
  background: transparent;
}

.offer-card .np-card-isotype {
  width: min(250px, 72%) !important;
  max-height: 70px;
  filter: none;
}

.offer-card .old-price,
.offer-card .current-price-row .currency,
.offer-card .current-price-row .amount,
.offer-card .current-price-row .mxn {
  color: #efffff !important;
}

.offer-card .current-price-row {
  background: rgba(255, 255, 255, 0.05) !important;
}

.savings-badge {
  color: #123a3c !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: #bfe7df !important;
  box-shadow: none !important;
}

.offer-benefits li {
  color: rgba(231, 249, 247, 0.84) !important;
  border-color: rgba(142, 224, 213, 0.16) !important;
  border-radius: 2px;
  background: rgba(120, 223, 210, 0.06);
}

.offer-card .btn-offer-cta {
  color: #123a3c !important;
  background: #bfe7df !important;
}

.bottom-banner-container {
  border: 0 !important;
  border-radius: 0 !important;
  background: #bfe7df !important;
  box-shadow: none !important;
}

.bottom-banner-container p {
  color: #123a3c !important;
}

.faq-section-wrapper {
  background: var(--np-paper) !important;
}

.faq-card {
  border: 1px solid rgba(17, 65, 72, 0.17);
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.46) !important;
  box-shadow: none !important;
}

.faq-card .header-container {
  align-items: flex-start;
  text-align: left;
}

.faq-card .orbitron-title {
  text-align: left;
  text-transform: none !important;
}

.faq-card .cyan-underline {
  margin-right: 0 !important;
  margin-left: 0 !important;
  background: #153d44 !important;
  box-shadow: none;
}

.faq-item,
.faq-item:hover {
  transform: none;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.faq-divider {
  background: rgba(17, 65, 72, 0.18) !important;
}

.site-footer {
  color: rgba(233, 248, 246, 0.82) !important;
  background: #082b34 !important;
}

.site-footer a,
.site-footer .copyright,
.site-footer .legal-links a {
  color: rgba(219, 241, 238, 0.68) !important;
}

/* Precision fixes for section continuity and responsive framing. */
.np-hero-signal {
  right: auto;
  left: 50%;
  width: 100vw;
  overflow: hidden;
  transform: translateX(-50%);
}

.np-hero-signal svg {
  width: calc(100% + 2px);
  margin-left: -1px;
}

.np-hero-signal__echo {
  fill: none;
  stroke: rgba(4, 128, 168, 0.09);
  stroke-width: 12;
  vector-effect: non-scaling-stroke;
  filter: blur(7px);
}

.np-hero-telemetry {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.np-hero-telemetry::before {
  position: absolute;
  inset: 16% 3.5% 8%;
  border-top: 1px solid rgba(3, 102, 143, 0.08);
  border-bottom: 1px solid rgba(3, 102, 143, 0.08);
  background-image:
    linear-gradient(90deg, rgba(3, 102, 143, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(3, 102, 143, 0.055) 1px, transparent 1px);
  background-size:
    clamp(80px, 9vw, 150px) 100%,
    100% 86px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 15%,
    #000 85%,
    transparent
  );
  content: "";
}

.np-hero-telemetry__axis {
  position: absolute;
  right: 3.5%;
  bottom: 7.2%;
  color: rgba(5, 73, 104, 0.42);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
}

.np-hero-telemetry__datum {
  position: absolute;
  display: grid;
  gap: 3px;
  min-width: 88px;
  padding-top: 10px;
  color: rgba(6, 58, 82, 0.5);
  border-top: 1px solid rgba(3, 124, 168, 0.2);
  font-family: "Space Grotesk", sans-serif;
}

.np-hero-telemetry__datum b {
  color: rgba(5, 79, 108, 0.58);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

.np-hero-telemetry__datum small {
  font-size: 0.5rem;
  letter-spacing: 0.16em;
}

.np-hero-telemetry__datum--one {
  top: 22%;
  right: 4%;
}

.np-hero-telemetry__datum--two {
  bottom: 12%;
  left: 3.5%;
}

.np-hero-telemetry__datum--three {
  right: 33%;
  bottom: 8%;
}

/* A complete editorial close instead of a thin utility footer. */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 128px) clamp(22px, 4vw, 64px) 28px !important;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(151, 230, 220, 0.075) 1px, transparent 1px),
    linear-gradient(rgba(151, 230, 220, 0.055) 1px, transparent 1px),
    radial-gradient(
      circle at 82% 14%,
      rgba(71, 216, 206, 0.16),
      transparent 28%
    );
  background-size:
    90px 90px,
    90px 90px,
    auto;
  mask-image: linear-gradient(#000, transparent 92%);
  content: "";
  pointer-events: none;
}

.site-footer::after {
  position: absolute;
  top: 0;
  right: -5vw;
  width: 52vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, #79ded4 45%, transparent);
  box-shadow: 0 0 30px rgba(121, 222, 212, 0.45);
  content: "";
}

.site-footer .footer-container {
  position: relative;
  z-index: 1;
  max-width: 1380px !important;
  gap: 0 !important;
}

.np-footer-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  padding-bottom: clamp(54px, 7vw, 96px);
  border-bottom: 1px solid rgba(198, 238, 233, 0.18);
}

.np-footer-lead__copy span {
  display: block;
  margin-bottom: 22px;
  color: #8eddd4;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.np-footer-lead__copy h2 {
  max-width: 850px;
  margin: 0;
  color: #ecf8f6;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.2rem, 7.6vw, 8.4rem);
  font-weight: 520;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.np-footer-lead__cta {
  display: flex;
  gap: 42px;
  align-items: center;
  min-width: min(100%, 310px);
  padding: 20px 0;
  color: #dff7f3 !important;
  border-top: 1px solid #77d7cc;
  border-bottom: 1px solid rgba(119, 215, 204, 0.32);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  transition:
    color 180ms ease,
    padding 180ms ease;
}

.np-footer-lead__cta:hover {
  padding-right: 8px;
  padding-left: 8px;
  color: #fff !important;
}

.np-footer-lead__cta b {
  margin-left: auto;
  color: #8fe2d8;
  font-size: 1.35rem;
  font-weight: 400;
}

.site-footer .footer-top {
  display: grid !important;
  grid-template-columns: minmax(240px, 1fr) minmax(300px, 0.9fr) auto;
  gap: 44px !important;
  align-items: start !important;
  padding: 48px 0 !important;
}

.site-footer .footer-logos {
  align-items: flex-start !important;
}

.site-footer .footer-logos img {
  height: 38px !important;
  opacity: 0.9 !important;
}

.np-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: 18px 28px;
}

.np-footer-nav a {
  position: relative;
  padding-left: 15px;
  color: rgba(224, 244, 241, 0.72) !important;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.77rem;
  text-decoration: none;
}

.np-footer-nav a::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid #72d6ca;
  border-radius: 50%;
  content: "";
}

.np-footer-nav a:hover {
  color: #fff !important;
}

.site-footer .footer-links {
  align-items: flex-end !important;
}

.site-footer .footer-legal {
  min-height: 74px;
  padding-top: 24px !important;
  border-color: rgba(198, 238, 233, 0.12) !important;
}

.features-section {
  border-radius: 30px 30px 0 0;
}

@media (min-width: 901px) {
  .discover-section .info-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0;
    padding-bottom: 70px !important;
  }

  .discover-section .info-column:first-child {
    z-index: 1;
    grid-column: 1 / span 8;
    grid-row: 1;
  }

  .discover-section .info-column:nth-child(2) {
    z-index: 2;
    grid-column: 7 / span 6;
    grid-row: 1;
    margin-top: 180px;
  }

  .discover-section .info-column:first-child .text-wrapper {
    width: 86%;
  }

  .discover-section .info-column:nth-child(2) .text-wrapper {
    width: 90%;
    margin-left: auto !important;
    background: rgba(238, 246, 245, 0.88);
  }

  .discover-section .info-grid::before {
    top: 45%;
    left: 56%;
    width: 18%;
    transform: rotate(-24deg);
  }

  .discover-section .info-grid::after {
    position: absolute;
    z-index: 4;
    top: 46%;
    left: 57%;
    padding: 8px 10px;
    transform: rotate(-24deg) translateY(-22px);
    color: #2c7475;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.54rem;
    letter-spacing: 0.1em;
    background: #eef6f5;
    content: "SEÑAL → ACTIVACIÓN → FUNCIÓN";
  }
}

.research-section-new {
  padding-bottom: clamp(72px, 8vw, 108px) !important;
}

.research-section-new .final-cta-container {
  padding-bottom: 24px;
}

.results-tech-wrapper {
  margin-top: -1px;
  border-top: 1px solid rgba(17, 65, 72, 0.16);
}

.results-tech-wrapper .results-section::before {
  display: block;
  margin-bottom: 34px;
  color: #397775;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  content: "EVIDENCIA APLICADA → RESULTADOS OBSERVABLES";
}

.pricing-section-wrapper .product-gallery,
.pricing-section-wrapper .main-image-wrapper,
.pricing-section-wrapper .main-product-img,
.pricing-section-wrapper .main-image-wrapper:hover .main-product-img {
  box-shadow: none !important;
  filter: none !important;
}

.pricing-section-wrapper .main-image-wrapper {
  overflow: visible;
  border: 0 !important;
  background: transparent !important;
}

.faq-card .faq-list {
  padding: 0 22px 10px !important;
}

.faq-card .faq-item {
  margin: 0 !important;
  padding: 24px 4px !important;
}

.faq-card .faq-question {
  margin: 0 0 10px !important;
}

.faq-card .faq-answer {
  margin: 0 !important;
}

.faq-item:hover {
  transform: translateX(6px);
  border-color: rgba(0, 145, 221, 0.42) !important;
}

.faq-question {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700 !important;
}

.brochure-modal,
.modal {
  backdrop-filter: blur(14px);
}

.modal-content {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 26px !important;
  box-shadow: 0 35px 100px rgba(2, 24, 42, 0.32) !important;
}

.legal-content {
  min-height: 100vh;
  padding: 130px 20px 70px !important;
  background:
    radial-gradient(
      circle at 10% 5%,
      rgba(0, 198, 255, 0.13),
      transparent 28rem
    ),
    #f4faff !important;
}

.legal-content .container {
  max-width: 920px !important;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--np-shadow);
  backdrop-filter: blur(16px);
}

.legal-content .header-section {
  border-radius: 28px 28px 0 0;
  background: linear-gradient(135deg, #052843, #075f8c) !important;
}

.legal-content .document-body {
  line-height: 1.85;
}

.np-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.8s var(--np-ease),
    transform 0.8s var(--np-ease);
}

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

@keyframes np-device-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.3deg);
  }
  50% {
    transform: translateY(-14px) rotate(0.5deg);
  }
}

@keyframes np-pulse-ring {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.65;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes np-hero-atmosphere {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 7vw -3vh;
  }
}

@keyframes np-current-one {
  from {
    transform: translate3d(0, 0, 0) rotate(-4deg);
  }
  to {
    transform: translate3d(-9vw, 7vh, 0) rotate(7deg);
  }
}

@keyframes np-current-two {
  from {
    transform: translate3d(0, 0, 0) rotate(8deg);
  }
  to {
    transform: translate3d(8vw, -9vh, 0) rotate(-6deg);
  }
}

@keyframes np-current-dash {
  to {
    stroke-dashoffset: -180;
  }
}

@media (max-width: 900px) {
  .np-hero-telemetry__datum--one,
  .np-hero-telemetry__datum--three {
    display: none;
  }
  .np-hero-telemetry__datum--two {
    bottom: 4%;
  }
  .np-hero-telemetry__axis {
    display: none;
  }
  .np-footer-lead {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .np-footer-lead__cta {
    width: min(100%, 420px);
  }
  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr !important;
  }
  .np-footer-nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .np-nav {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
  }
  .np-nav__links {
    display: none;
  }
  .np-nav__readout {
    display: none;
  }
  .np-nav__cta {
    margin-left: auto;
  }
  .hero-container {
    position: relative !important;
    grid-template-columns: 1fr;
    padding: 96px 24px 48px !important;
    gap: 18px;
  }
  .hero-container .text-wrapper {
    max-width: 760px !important;
    padding-bottom: 0 !important;
  }
  .hero-container .text-content {
    align-items: center !important;
    text-align: center !important;
  }
  .hero-container .cta-group {
    justify-content: center !important;
  }
  .hero-container h2 {
    font-size: clamp(2.3rem, 11vw, 4rem) !important;
  }
  .hero-container h2::after {
    margin-inline: auto;
  }
  .image-wrapper-full-bleed {
    height: min(680px, 92vw) !important;
    min-height: 460px;
    max-width: 720px;
    margin-inline: auto !important;
  }
  .features-section {
    margin-top: -20px;
    border-radius: 24px 24px 0 0;
  }
  .feature-card:hover,
  .result-card:hover,
  .tech-card:hover,
  .blue-card:hover {
    transform: translateY(-4px);
  }
  .np-cursor-glow {
    display: none;
  }
  .np-neural-field {
    opacity: 0.72;
  }
  .np-hero-signal {
    top: 68px;
    height: 64px;
  }
  .np-section-id {
    left: 24px;
  }
  .discover-section,
  .indicated-section,
  .research-section-new {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .discover-section .info-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .discover-section .info-grid::before {
    display: none;
  }
  .discover-section .info-column:nth-child(2) {
    grid-column: 1;
    margin-top: 0;
    margin-left: clamp(30px, 8vw, 80px);
  }
  .discover-section .info-column:first-child {
    grid-column: 1;
  }
  .discover-section .info-column .image-wrapper,
  .discover-section .info-column:nth-child(2) .image-wrapper {
    height: clamp(320px, 60vw, 490px);
  }
  .indicated-section .indicated-grid {
    grid-template-columns: 1fr !important;
  }
  .indicated-section .indicated-text-col {
    order: 1 !important;
  }
  .indicated-section .indicated-image-col {
    order: 2 !important;
    min-height: 480px;
  }
  .research-section-new .cards-grid-new {
    grid-template-columns: 1fr !important;
  }
  .research-section-new .blue-card:nth-child(n) {
    grid-column: 1 !important;
    min-height: 300px;
    margin-top: 0;
  }
  .research-section-new .blue-card:nth-child(2) {
    margin-left: clamp(24px, 8vw, 74px);
  }
  .research-section-new .blue-card:nth-child(3) {
    margin-right: clamp(24px, 8vw, 74px);
  }
  .research-section-new .statement-banner {
    padding-left: 190px !important;
  }
}

@media (max-width: 560px) {
  .np-hero-telemetry::before {
    inset: 14% 14px 4%;
    background-size:
      86px 100%,
      100% 72px;
  }
  .np-hero-telemetry__datum--two {
    display: none;
  }
  .site-footer {
    padding: 68px 18px 24px !important;
  }
  .np-footer-lead {
    gap: 34px;
    padding-bottom: 54px;
  }
  .np-footer-lead__copy h2 {
    font-size: clamp(3.2rem, 18vw, 5.4rem);
    line-height: 0.86;
  }
  .site-footer .footer-top {
    grid-template-columns: 1fr !important;
    padding: 38px 0 !important;
  }
  .site-footer .footer-logos,
  .site-footer .footer-links {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .np-footer-nav {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr 1fr;
  }
  .site-footer .footer-legal {
    align-items: flex-start !important;
    text-align: left !important;
  }
  .np-nav__mark {
    width: 42px;
  }
  .np-nav__mark::before {
    width: 20px;
    height: 33px;
    background-position: -7px center;
    background-size: 99px 33px;
  }
  .np-nav__cta {
    padding: 10px 13px;
    font-size: 0.76rem;
  }
  .np-nav__system {
    display: none;
  }
  .hero-container {
    min-height: auto !important;
    padding: 88px 14px 32px !important;
  }
  .np-hero-signal {
    top: 62px;
    height: 54px;
    opacity: 0.72;
  }
  .hero-container .text-wrapper {
    padding-inline: 10px !important;
  }
  .hero-container .text-content::before {
    font-size: 0.58rem;
  }
  .hero-container h2 {
    font-size: clamp(2.35rem, 12vw, 3.5rem) !important;
    line-height: 0.98 !important;
  }
  .image-wrapper-full-bleed {
    min-height: 390px;
    height: 112vw !important;
  }
  .image-wrapper-full-bleed .device-image {
    width: 122% !important;
    transform: translate(3%, 7%);
  }
  .np-device-status {
    right: 12px;
    bottom: 12px;
    padding: 11px 13px;
  }
  .np-device-status strong {
    font-size: 0.7rem;
  }
  .np-device-status small {
    font-size: 0.58rem;
  }
  .np-signal-console__metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .np-signal-console__metrics span:nth-child(2) {
    border-right: 0;
  }
  .np-signal-console__metrics span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 127, 180, 0.1);
  }
  .features-section {
    padding: 80px 18px 24px !important;
  }
  .features-container {
    grid-template-columns: 1fr !important;
    gap: 2px !important;
  }
  .features-container::before {
    top: 30px;
    bottom: 30px;
    left: 38px;
    width: 1px;
    height: auto;
    background: linear-gradient(
      transparent,
      #26d5e5 12%,
      #0c7dea 88%,
      transparent
    );
  }
  .feature-card {
    min-height: 90px;
    padding: 10px 12px !important;
    flex-direction: row !important;
    text-align: left !important;
  }
  .feature-card .icon-wrapper {
    width: 54px;
    height: 54px;
    margin: 0 24px 0 0 !important;
    flex: 0 0 auto;
  }
  .feature-card .feature-text {
    max-width: none;
    margin: 0 !important;
    text-align: left;
  }
  .feature-card::before {
    top: 12px;
    right: 8px;
  }
  .cta-group {
    width: 100%;
  }
  .cta-group a {
    justify-content: center;
    width: 100%;
  }
  .features-section {
    width: 100%;
    border-radius: 22px 22px 0 0;
  }
  .product-gallery,
  .offer-card {
    border-radius: 2px !important;
  }
  .current-price-row .amount {
    font-size: clamp(3rem, 18vw, 4.3rem) !important;
  }
  .offer-benefits li {
    align-items: flex-start !important;
  }
  .tech-box-border {
    padding: 30px 16px !important;
    border-radius: 26px !important;
  }
  .tech-card {
    min-height: 220px;
  }
  .faq-section-wrapper {
    padding: 58px 14px 52px !important;
  }
  .faq-card {
    margin-bottom: 20px !important;
    padding: 26px 20px !important;
  }
  .faq-card .header-container {
    margin-bottom: 18px !important;
  }
  .faq-item {
    padding: 18px 0 !important;
  }
  .faq-card .faq-list {
    padding: 0 8px 8px !important;
  }
  .faq-card .faq-item {
    padding: 20px 4px !important;
  }
  .discover-section,
  .indicated-section,
  .research-section-new {
    padding: 82px 16px 74px !important;
  }
  .discover-section .orbitron-headline,
  .indicated-section .orbitron-headline,
  .research-section-new .orbitron-headline {
    font-size: clamp(2.6rem, 13vw, 4rem) !important;
  }
  .discover-section > .orbitron-subheadline {
    margin-bottom: 42px !important;
  }
  .discover-section .info-column:nth-child(2) {
    margin-left: 18px;
  }
  .discover-section .info-column .image-wrapper,
  .discover-section .info-column:nth-child(2) .image-wrapper {
    height: 78vw;
    min-height: 290px;
    border-radius: 3px 34px 3px 3px !important;
  }
  .discover-section .info-column:nth-child(2) .image-wrapper {
    border-radius: 34px 3px 3px 3px !important;
  }
  .discover-section .info-column .text-wrapper {
    min-height: 0;
    padding: 24px 10px 20px 58px;
  }
  .discover-section .info-column .text-wrapper::before {
    font-size: 2.25rem;
  }
  .indicated-section .indicated-list {
    grid-template-columns: 1fr;
  }
  .indicated-section .indicated-list li:nth-child(odd) {
    border-right: 0;
  }
  .indicated-section .indicated-list li {
    min-height: 74px;
    padding-top: 20px !important;
    padding-bottom: 18px !important;
  }
  .indicated-section .indicated-list li::before {
    top: 21px !important;
  }
  .indicated-section .indicated-image-col {
    min-height: 390px;
    border-radius: 48px 5px 48px 5px !important;
  }
  .research-section-new .blue-card:nth-child(n) {
    min-height: 310px;
    margin-right: 0;
    margin-left: 0;
    padding: 32px 26px 28px !important;
  }
  .research-section-new .statement-banner {
    min-height: 0;
    padding: 88px 26px 32px !important;
  }
  .research-section-new .statement-banner::before {
    top: 28px;
    left: 26px;
  }
  .research-section-new .final-cta-container,
  .research-section-new .final-cta-container a {
    width: 100%;
    justify-content: center;
  }
}

/* Section 01: a dense clinical signal map rather than overlapping photo cards. */
.np-signal-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 34px;
  border-top: 1px solid rgba(17, 65, 72, 0.18);
  border-bottom: 1px solid rgba(17, 65, 72, 0.18);
}

.np-signal-map::before {
  position: absolute;
  z-index: 0;
  top: 29px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  background: linear-gradient(90deg, #1cc8bf, #167fa2, #1cc8bf);
  content: "";
}

.np-signal-map__stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 2px 13px;
  min-height: 112px;
  padding: 20px clamp(14px, 2vw, 28px);
  background: rgba(238, 246, 245, 0.88);
}

.np-signal-map__stage + .np-signal-map__stage {
  border-left: 1px solid rgba(17, 65, 72, 0.14);
}

.np-signal-map__stage span {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #e9fbf8;
  border-radius: 50%;
  background: #155264;
  box-shadow: 0 0 0 6px #eef6f5;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
}

.np-signal-map__stage b {
  color: #143d4c;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.np-signal-map__stage small {
  grid-column: 2;
  color: #587178;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  line-height: 1.45;
}

@media (min-width: 901px) {
  .discover-section {
    padding-top: clamp(78px, 7vw, 112px) !important;
    padding-bottom: clamp(78px, 7vw, 112px) !important;
  }

  .discover-section .header-container {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.6fr);
    column-gap: 60px;
    align-items: end;
    margin-bottom: 18px !important;
  }

  .discover-section .header-container::after {
    grid-column: 2;
    grid-row: 1;
    max-width: 430px;
    margin-bottom: 8px;
    color: #47666d;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.66rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    content: "Un sistema de estimulación diseñado para integrarse al trabajo clínico, no para reemplazarlo.";
  }

  .discover-section .gradient-separator {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .discover-section > .orbitron-subheadline {
    margin-bottom: 34px !important;
  }

  .discover-section .info-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr) !important;
    gap: 8px !important;
    align-items: stretch;
    padding-bottom: 0 !important;
  }

  .discover-section .info-grid::before,
  .discover-section .info-grid::after {
    display: none !important;
  }

  .discover-section .info-column:first-child,
  .discover-section .info-column:nth-child(2) {
    display: grid;
    grid-column: auto !important;
    grid-row: 1 !important;
    width: auto;
    margin: 0 !important;
    border: 1px solid rgba(17, 65, 72, 0.16);
    background: rgba(255, 255, 255, 0.36);
  }

  .discover-section .info-column:first-child {
    grid-template-rows: minmax(390px, 1fr) auto;
  }

  .discover-section .info-column:nth-child(2) {
    grid-template-rows: 1fr auto;
  }

  .discover-section .info-column::before {
    top: 18px;
    left: 18px;
  }

  .discover-section .info-column .image-wrapper,
  .discover-section .info-column:nth-child(2) .image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 390px;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .discover-section .info-column:first-child .text-wrapper,
  .discover-section .info-column:nth-child(2) .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 36px 30px 32px 58px;
    border: 0;
    background: transparent;
  }

  .discover-section .info-column:first-child .text-wrapper {
    min-height: 190px;
    border-top: 1px solid rgba(17, 65, 72, 0.13);
  }

  .discover-section .info-column:nth-child(2) .text-wrapper {
    min-height: 190px;
    border-top: 1px solid rgba(17, 65, 72, 0.13);
  }

  .discover-section .info-column .text-wrapper::before {
    top: 28px;
    left: 25px;
  }

  .discover-section .text-wrapper p {
    font-size: clamp(0.86rem, 1vw, 1rem) !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 900px) {
  .np-signal-map {
    margin-bottom: 28px;
  }

  .np-signal-map__stage {
    grid-template-columns: 30px 1fr;
    padding: 16px 10px;
  }

  .np-signal-map__stage small {
    display: none;
  }
}

@media (max-width: 560px) {
  .np-signal-map {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .np-signal-map::before {
    top: 28px;
    bottom: 28px;
    left: 30px;
    width: 1px;
    height: auto;
  }

  .np-signal-map__stage {
    min-height: 72px;
    padding: 16px 12px;
  }

  .np-signal-map__stage + .np-signal-map__stage {
    border-top: 1px solid rgba(17, 65, 72, 0.12);
    border-left: 0;
  }

  .np-signal-map__stage small {
    display: block;
  }
}

/* Editorial bridge to the external clinical webinar library. */
.np-webinar-section {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(50px, 8vw, 130px);
  overflow: hidden;
  padding: clamp(100px, 11vw, 170px) max(24px, calc((100vw - 1240px) / 2));
  color: #eaf8f6;
  background:
    linear-gradient(90deg, rgba(126, 218, 207, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(126, 218, 207, 0.05) 1px, transparent 1px),
    radial-gradient(
      circle at 80% 20%,
      rgba(42, 192, 181, 0.18),
      transparent 34%
    ),
    #092f39;
  background-size:
    86px 86px,
    86px 86px,
    auto,
    auto;
}

.np-webinar-section::after {
  position: absolute;
  right: -7vw;
  bottom: -15vw;
  width: 48vw;
  aspect-ratio: 1;
  border: 1px solid rgba(130, 225, 214, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(130, 225, 214, 0.025),
    0 0 0 112px rgba(130, 225, 214, 0.018);
  content: "";
  pointer-events: none;
}

.np-webinar-section .np-section-id {
  color: rgba(202, 239, 234, 0.65);
}

.np-webinar-section .np-section-id span {
  border-color: rgba(116, 218, 206, 0.35);
  background: rgba(116, 218, 206, 0.08);
}

.np-webinar-section__index {
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  color: rgba(184, 235, 228, 0.045);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(6rem, 17vw, 17rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.np-webinar-section__copy,
.np-webinar-section__action {
  position: relative;
  z-index: 1;
}

.np-webinar-section__eyebrow,
.np-webinar-section__action > span {
  color: #80d9cf;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.np-webinar-section__copy h2 {
  max-width: 800px;
  margin: 24px 0 30px;
  color: #effaf8;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.4rem, 7vw, 7.4rem);
  font-weight: 540;
  line-height: 0.86;
  letter-spacing: -0.07em;
}

.np-webinar-section__copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(220, 243, 239, 0.72);
  font-size: clamp(0.94rem, 1.2vw, 1.1rem);
  line-height: 1.75;
}

.np-webinar-section__action {
  align-self: end;
  padding: 30px;
  border-top: 1px solid rgba(128, 217, 207, 0.55);
  border-bottom: 1px solid rgba(128, 217, 207, 0.2);
  background: rgba(5, 35, 43, 0.36);
}

.np-webinar-section__action ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 32px;
  padding: 0;
  list-style: none;
}

.np-webinar-section__action li {
  position: relative;
  padding-left: 18px;
  color: rgba(228, 246, 243, 0.78);
  font-size: 0.86rem;
}

.np-webinar-section__action li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid #7bd8cd;
  border-radius: 50%;
  content: "";
}

.np-webinar-section__action a {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  color: #10373b;
  background: #bdebe5;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.np-webinar-section__action a:hover {
  transform: translateY(-2px);
  background: #e6fbf8;
}

.np-webinar-section__action a b {
  font-size: 1.2rem;
  font-weight: 400;
}

@media (max-width: 900px) {
  .np-webinar-section {
    grid-template-columns: 1fr;
  }

  .np-webinar-section__action {
    width: min(100%, 560px);
  }
}

@media (max-width: 560px) {
  .np-webinar-section {
    gap: 42px;
    padding: 96px 18px 70px;
  }

  .np-webinar-section__copy h2 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .np-webinar-section__action {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .np-reveal {
    opacity: 1;
    transform: none;
  }
}
