.nf-hero {
  min-height: min(820px, 100svh);
}

.nf-hero-media {
  filter: none;
  transform: none;
}

.nf-hero-media[data-nf-hero-video="1191279835"] video,
.nf-hero-video-native {
  object-position: center 38%;
  filter: grayscale(.14) contrast(1.1) brightness(.92) saturate(1.08);
}

.nf-hero-media[data-nf-hero-video="1191279835"] {
  filter: none;
  transform: none;
}

.nf-hero-media[data-nf-hero-video="1191279835"]:after {
  background:
    radial-gradient(ellipse at 20% 44%, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .88) 32%, rgba(0, 0, 0, .58) 50%, transparent 70%),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .88) 33%, rgba(0, 0, 0, .42) 58%, rgba(0, 0, 0, .20) 78%, rgba(0, 0, 0, .50) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .16) 44%, rgba(5, 5, 5, .88) 96%);
}

.nf-hero-media:after {
  background:
    radial-gradient(circle at 20% 42%, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .84) 33%, rgba(0, 0, 0, .44) 58%, rgba(0, 0, 0, .88) 100%),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .91) 39%, rgba(0, 0, 0, .72) 63%, #000 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .2) 38%, #050505 92%);
}

.nf-hero-content {
  padding-top: 100px;
  padding-bottom: 26px;
}

.nf-hero-content:before {
  position: absolute;
  top: 68px;
  bottom: -34px;
  left: max(-4vw, -46px);
  z-index: -1;
  width: min(760px, 74vw);
  content: "";
  background: radial-gradient(ellipse at 30% 45%, rgba(0, 0, 0, .94), rgba(0, 0, 0, .62) 48%, transparent 76%);
  filter: blur(12px);
  pointer-events: none;
}

.nf-hero h1 {
  max-width: 840px;
  font-size: clamp(3.72rem, 9.18vw, 8.1rem);
  line-height: .78;
}

.nf-hero h1[data-nf-polished-headline="true"] {
  max-width: 790px;
  font-size: clamp(3.25rem, 7.6vw, 6.85rem);
  line-height: .82;
}

.nf-hero p {
  max-width: 600px;
  margin-top: 22px;
  color: rgba(247, 249, 245, .74);
}

.nf-hero-actions {
  margin-top: 26px;
}

.nf-hero-proof {
  max-width: 760px;
  margin-top: 22px;
}

.nf-hero-proof article {
  background: rgba(0, 0, 0, .72);
  border-color: rgba(255, 255, 255, .16);
}

.nf-hero-proof article strong {
  color: #f2f2f2;
  font-size: .78rem;
  letter-spacing: .08em;
}

.nf-hero-proof article span {
  color: rgba(242, 242, 242, .68);
  line-height: 1.35;
}

.nf-hero-human-proof {
  position: absolute;
  right: max(28px, calc((100vw - var(--nf-max)) / 2 + 8px));
  bottom: 172px;
  z-index: 2;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 8px 14px;
  align-items: center;
  width: min(330px, calc(100vw - 56px));
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06)), rgba(0, 0, 0, .78);
  color: var(--nf-text);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .56), 0 0 42px rgba(5, 242, 21, .12);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
}

.nf-hero-human-proof {
  display: none !important;
}

.nf-hero-human-proof img {
  grid-row: span 4;
  width: 82px;
  height: 112px;
  border-radius: 10px;
  object-fit: cover;
  filter: grayscale(.28) contrast(1.12) brightness(.82);
}

.nf-hero-human-proof .nf-proof-label,
.nf-hero-human-proof .nf-proof-link {
  color: var(--nf-green);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.nf-hero-human-proof strong {
  display: block;
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.46rem;
  font-style: italic;
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
}

.nf-hero-human-proof small {
  color: rgba(247, 249, 245, .68);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
}

.nardfit-embed .nf-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  white-space: nowrap;
  box-shadow:
    0 18px 54px rgba(5, 242, 21, .18),
    inset 0 1px rgba(255, 255, 255, .2);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.nardfit-embed .nf-button:after {
  position: absolute;
  inset: -40% -18%;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .28), transparent 34%);
  opacity: .38;
  transform: translate3d(-28%, 0, 0);
  animation: nfButtonGlow 4.8s ease-in-out infinite;
  pointer-events: none;
}

.nardfit-embed .nf-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 70px rgba(5, 242, 21, .26),
    inset 0 1px rgba(255, 255, 255, .25);
}

.nf-home-proof-reel {
  position: relative;
  overflow: hidden;
  content-visibility: visible;
  contain-intrinsic-size: auto;
  padding: clamp(52px, 7vw, 96px) clamp(18px, 4vw, 56px);
  background:
    radial-gradient(ellipse at 72% 18%, rgba(5, 242, 21, .10), transparent 34%),
    linear-gradient(180deg, #050505, #0d0d0d 48%, #050505);
  color: var(--nf-text);
  isolation: isolate;
}

.nf-home-proof-reel:before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 72%);
  opacity: .22;
  pointer-events: none;
}

.nf-home-proof-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(430px, 1fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: center;
  width: min(100%, var(--nf-max));
  margin: 0 auto;
}

.nf-home-proof-copy h2 {
  max-width: 360px;
  margin: 0;
  color: #f2f2f2;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(3rem, 4.6vw, 5.15rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
  line-height: .82;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.nf-home-proof-copy h2 span {
  display: block;
  font-size: .62em;
  line-height: .88;
}

.nf-home-proof-copy p {
  max-width: 410px;
  margin: 20px 0 0;
  color: rgba(242, 242, 242, .66);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 800;
  line-height: 1.45;
}

.nf-home-proof-copy p {
  max-width: 360px;
  color: rgba(242, 242, 242, .74);
}

.nf-home-proof-stats {
  display: none !important;
}

.nf-home-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 500px;
  margin-top: 28px;
}

.nf-home-proof-stats span {
  min-height: 74px;
  padding: 13px 12px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  color: rgba(242, 242, 242, .56);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
  animation: nfProofFadeUp .7s ease both;
}

.nf-home-proof-stats span:nth-child(2) {
  animation-delay: .08s;
}

.nf-home-proof-stats span:nth-child(3) {
  animation-delay: .16s;
}

.nf-home-proof-stats strong {
  display: block;
  margin-bottom: 5px;
  color: var(--nf-green);
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-style: italic;
  line-height: .9;
  letter-spacing: 0;
}

.nf-home-proof-copy p[hidden],
.nf-transform-hero p[hidden],
.nf-home-proof-overlay span[hidden],
.nf-home-proof-overlay small[hidden],
.nf-home-proof-stats,
.nf-stats,
.nf-transform-proof-strip {
  display: none !important;
}

.nf-home-proof-stage {
  min-width: 0;
}

.nf-home-proof-copy {
  min-width: 0;
  max-width: 380px;
  overflow: hidden;
}

.nf-home-proof-video {
  position: relative;
  overflow: hidden;
  min-height: clamp(380px, 54vw, 620px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: clamp(20px, 2.6vw, 34px);
  background: #090909;
  box-shadow:
    0 34px 120px rgba(0, 0, 0, .68),
    0 0 78px rgba(5, 242, 21, .12),
    inset 0 1px rgba(255, 255, 255, .16);
}

.nf-home-proof-video img {
  position: absolute;
  inset: -12%;
  width: 124%;
  height: 124%;
  object-fit: cover;
  filter: blur(28px) grayscale(.22) brightness(.44) saturate(1.12);
  opacity: .78;
  transform: scale(1.04);
  animation: none;
}

.nf-home-proof-video video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08) brightness(.9) saturate(.98);
  transform: translateZ(0);
  will-change: opacity;
}

.nf-home-proof-video:after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .72)),
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 30%);
  pointer-events: none;
}

.nf-home-proof-overlay {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 3;
  display: grid;
  gap: 5px;
}

.nf-home-proof-overlay span,
.nf-home-proof-overlay small {
  color: var(--nf-green);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nf-home-proof-overlay strong {
  color: #f2f2f2;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2.1rem, 4.8vw, 4.75rem);
  font-style: italic;
  font-weight: 950;
  line-height: .82;
  text-transform: uppercase;
}

.nf-home-proof-overlay small {
  color: rgba(242, 242, 242, .64);
}

.nf-home-proof-rail {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 2px 2px 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.nf-home-proof-rail::-webkit-scrollbar {
  display: none;
}

.nf-home-proof-rail button {
  position: relative;
  flex: 0 0 118px;
  height: 154px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: #151515;
  color: #f2f2f2;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .34);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.nf-home-proof-rail button:hover,
.nf-home-proof-rail button.is-active {
  border-color: rgba(5, 242, 21, .88);
  box-shadow: 0 18px 54px rgba(5, 242, 21, .16), 0 18px 50px rgba(0, 0, 0, .42);
  transform: translateY(-2px);
}

.nf-home-proof-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.12) brightness(.72);
  transform: scale(1.02);
  transition: filter .22s ease, transform .42s ease;
}

.nf-home-proof-rail button:hover img,
.nf-home-proof-rail button.is-active img {
  filter: grayscale(.14) contrast(1.14) brightness(.86);
  transform: scale(1.07);
}

.nf-home-proof-rail span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  z-index: 2;
  color: #f2f2f2;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  text-align: left;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .8);
  text-transform: uppercase;
}

.nf-home-proof-rail span {
  right: auto;
  bottom: 9px;
  left: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(0, 0, 0, .56);
  color: rgba(242, 242, 242, .88);
  font-size: .58rem;
  letter-spacing: .04em;
  text-align: center;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.nf-client-campaign {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 118px) 0;
  background:
    radial-gradient(ellipse at 78% 18%, rgba(5, 242, 21, .10), transparent 34%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 48%, #050505 100%);
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.nf-client-campaign:before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: .22;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 78%);
  pointer-events: none;
}

.nf-client-campaign-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, .46fr) minmax(0, 1fr);
  gap: clamp(26px, 4.8vw, 72px);
  align-items: end;
  width: min(100%, var(--nf-max));
  margin: 0 auto;
}

.nf-client-campaign-copy {
  padding-bottom: clamp(8px, 2vw, 28px);
}

.nf-client-campaign-copy span {
  display: block;
  margin-bottom: 14px;
  color: var(--nf-green);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nf-client-campaign-copy h2 {
  max-width: 360px;
  margin: 0;
  color: #f2f2f2;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(3rem, 5.5vw, 6.4rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
  line-height: .82;
  text-transform: uppercase;
}

.nf-client-campaign-wall {
  display: grid;
  grid-template-columns: 1.15fr .76fr .76fr 1fr;
  grid-auto-rows: clamp(116px, 12.5vw, 210px);
  gap: clamp(8px, 1vw, 14px);
  min-width: 0;
  perspective: 1200px;
}

.nf-client-frame {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: clamp(16px, 1.4vw, 22px);
  background: #111;
  box-shadow:
    0 28px 74px rgba(0, 0, 0, .48),
    inset 0 1px rgba(255, 255, 255, .12);
  transform: translateZ(0);
}

.nf-client-frame:after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, .52)),
    radial-gradient(ellipse at 55% 12%, rgba(5, 242, 21, .16), transparent 42%);
  mix-blend-mode: screen;
  opacity: .42;
  pointer-events: none;
}

.nf-client-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.18) contrast(1.1) brightness(.82) saturate(1.08);
  transform: scale(1.035);
  transition: transform .55s ease, filter .55s ease;
}

.nf-client-frame:hover img,
.nf-client-frame:focus-within img {
  filter: grayscale(0) contrast(1.16) brightness(.92) saturate(1.12);
  transform: scale(1.075);
}

.nf-client-frame:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.nf-client-frame:nth-child(2) {
  grid-row: span 2;
}

.nf-client-frame:nth-child(4) {
  grid-column: span 2;
}

.nf-client-frame:nth-child(6) {
  grid-row: span 2;
}

.nf-client-frame:nth-child(1) img,
.nf-client-frame:nth-child(4) img {
  object-position: center center;
}

.nf-client-frame:nth-child(2) img,
.nf-client-frame:nth-child(6) img,
.nf-client-frame:nth-child(8) img {
  object-position: center 42%;
}

.nf-client-frame:nth-child(3) img,
.nf-client-frame:nth-child(5) img,
.nf-client-frame:nth-child(7) img {
  object-position: center 34%;
}

.nf-environment .nf-benefit h3 {
  margin-top: 48px;
}

.nf-final h2 {
  max-width: 980px;
  font-size: clamp(3rem, 7.4vw, 7.8rem);
}

.nf-final p {
  max-width: 680px;
}

.nf-transform-hero h1 {
  max-width: 610px;
  font-size: clamp(3.4rem, 6.7vw, 6.45rem);
}

.nf-transform-hero p {
  max-width: 540px;
}

.nf-video-stage-copy h3 {
  font-size: clamp(1.35rem, 2.45vw, 2.35rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
  text-transform: none;
}

.nf-transform-copy h3 {
  font-size: clamp(1.15rem, 2vw, 1.9rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-transform: none;
}

.nf-transform-selector button span {
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-transform: none;
}

.nf-featured-video {
  display: grid;
  justify-items: center;
  padding: clamp(12px, 1.7vw, 22px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 255, 255, .13), transparent 30%),
    radial-gradient(circle at 50% 56%, rgba(5, 242, 21, .11), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .115), rgba(255, 255, 255, .055)),
    rgba(9, 10, 9, .92);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .15),
    inset 0 -1px rgba(255, 255, 255, .04),
    0 34px 110px rgba(0, 0, 0, .64);
}

.nf-featured-video .nf-video-stage {
  width: var(--nf-video-max-width, min(100%, 560px));
  max-width: 100%;
  min-height: 0;
  aspect-ratio: var(--nf-video-ratio, 16 / 10);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: clamp(18px, 2.3vw, 30px);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .055), transparent 46%),
    linear-gradient(180deg, #111, #050505);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, .62),
    0 0 0 1px rgba(255, 255, 255, .045);
  transition: none;
}

.nf-featured-video .nf-video-stage:after {
  position: absolute;
  inset: 0;
  z-index: 5;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 34%),
    repeating-radial-gradient(circle at 42% 52%, rgba(255, 255, 255, .05) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
  opacity: .16;
  pointer-events: none;
  animation: none;
}

.nf-featured-video .nf-video-stage:before {
  inset: clamp(8px, 1.2vw, 16px);
  border-radius: calc(clamp(18px, 2.3vw, 30px) - 8px);
  border-color: rgba(255, 255, 255, .105);
}

.nf-featured-video[data-nf-orientation="portrait"] .nf-video-stage {
  box-shadow:
    0 30px 82px rgba(0, 0, 0, .68),
    0 0 0 1px rgba(255, 255, 255, .055);
}

.nf-featured-video[data-nf-orientation="landscape"] .nf-video-stage {
  border-radius: 22px;
}

.nf-featured-video .nf-vimeo-player {
  background: #050505;
}

.nf-featured-video .nf-local-player {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050505;
  opacity: 0;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  transform: scale(1.012);
  filter: brightness(.78) saturate(.9);
  will-change: opacity, transform, filter;
}

.nf-featured-video.is-switching .nf-vimeo-player,
.nf-featured-video.is-switching .nf-video-poster {
  opacity: .36;
  filter: blur(7px) saturate(.75);
}

.nf-featured-video .nf-local-player-stack {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  border-radius: inherit;
  background: #050505;
  transform: translateZ(0);
}

.nf-featured-video .nf-local-player.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  filter: brightness(1.04) saturate(1.08) contrast(1.04);
}

.nf-featured-video .nf-local-player.is-next,
.nf-featured-video .nf-local-player.is-previous {
  z-index: 2;
  opacity: .001;
}

.nf-featured-video .nf-video-poster {
  z-index: 2;
}

.nf-featured-video.is-video-fallback .nf-video-poster {
  display: block;
  opacity: 1;
  filter: none;
}

.nf-featured-video.is-buffering .nf-video-stage {
  box-shadow:
    0 36px 100px rgba(0, 0, 0, .72),
    0 0 0 1px rgba(255, 255, 255, .055),
    0 0 72px rgba(5, 242, 21, .16);
}

.nf-featured-video .nf-local-player::-webkit-media-controls {
  display: none !important;
}

.nf-video-mute-toggle {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 8;
  min-width: 72px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(0, 0, 0, .62);
  color: rgba(242, 242, 242, .88);
  cursor: pointer;
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .38);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
  transition: transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}

.nf-video-mute-toggle:hover {
  border-color: rgba(5, 242, 21, .52);
  color: #fff;
  transform: translateY(-1px);
}

.nf-video-mute-toggle[hidden] {
  display: none !important;
}

.nf-vimeo-prewarm-bin,
.nf-local-preload-bin {
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: -1;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.nf-vimeo-prewarm {
  width: 1px;
  height: 1px;
  border: 0;
  opacity: .001;
  pointer-events: none;
}

.nf-local-preload {
  width: 1px;
  height: 1px;
  opacity: .001;
  pointer-events: none;
}

.nf-featured-video .nf-video-stage-copy,
.nf-transform-selector button span,
.nf-transform-selector button strong,
.nf-video-result-card .nf-transform-copy,
.nf-results-proof {
  display: none !important;
}

.nf-transform-selector button {
  grid-template-columns: 1fr;
  min-height: auto;
  padding: 0;
  overflow: hidden;
  aspect-ratio: var(--nf-video-ratio, 16 / 10);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .035)),
    #090909;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nf-transform-selector img {
  grid-row: auto;
  width: 100%;
  height: 100%;
  aspect-ratio: var(--nf-video-ratio, 16 / 10);
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
}

.nf-preview-rail {
  position: relative;
  z-index: 2;
  display: flex;
  justify-self: stretch;
  width: 100%;
  max-width: min(100%, 720px);
  gap: 10px;
  margin: 18px auto 0;
  padding: 4px 4px 10px;
  overflow-x: auto;
  scroll-padding: 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.nf-preview-rail::-webkit-scrollbar {
  display: none;
}

.nf-preview-rail button {
  position: relative;
  flex: 0 0 clamp(76px, 7vw, 106px);
  width: clamp(76px, 7vw, 106px);
  aspect-ratio: 9 / 14;
  scroll-snap-align: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .34);
  transition: flex-basis .24s ease, width .24s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.nf-preview-rail button:before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .72));
  pointer-events: none;
}

.nf-preview-rail button.is-active {
  flex-basis: clamp(94px, 8.5vw, 132px);
  width: clamp(94px, 8.5vw, 132px);
  border-color: rgba(5, 242, 21, .90);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, .52),
    0 0 0 1px rgba(5, 242, 21, .28),
    0 0 24px rgba(5, 242, 21, .28);
  transform: translateY(-2px);
}

.nf-preview-rail img {
  filter: grayscale(.85) brightness(.78) contrast(1.15);
  object-position: center 28%;
}

.nf-preview-rail button.is-active img,
.nf-preview-rail button:hover img {
  filter: grayscale(.08) brightness(.98) contrast(1.12);
}

.nf-rail-copy {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  z-index: 3;
  display: grid !important;
  width: auto !important;
  height: auto !important;
  gap: 4px;
  color: #fff;
  pointer-events: none;
}

.nf-rail-copy strong,
.nf-rail-copy small {
  display: block !important;
  width: auto !important;
  height: auto !important;
  overflow-wrap: normal;
}

.nf-rail-copy strong {
  font-family: Outfit, Inter, sans-serif;
  font-size: .68rem;
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
  line-height: .92;
  text-transform: uppercase;
  text-shadow: 0 8px 20px rgba(0, 0, 0, .88);
}

.nf-rail-copy small {
  color: var(--nf-proof-green);
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .12em;
}

.nf-video-result-card {
  display: block;
  grid-template-columns: 1fr;
  min-height: auto;
  margin: 0;
}

.nf-transform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 1px;
  gap: 14px;
}

.nf-video-thumb {
  display: block;
  width: 100%;
  min-height: 180px;
  aspect-ratio: var(--nf-video-ratio, 16 / 10);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03)),
    #090909;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
  transition: aspect-ratio .24s ease, box-shadow .24s ease, transform .24s ease;
}

.nf-video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.nf-transform-selector button[data-nf-orientation="portrait"] img,
.nf-transform-selector button[data-nf-orientation="vertical-soft"] img,
.nf-video-thumb[data-nf-orientation="portrait"] img,
.nf-video-thumb[data-nf-orientation="vertical-soft"] img,
.nf-featured-video[data-nf-orientation="portrait"] .nf-video-poster img,
.nf-featured-video[data-nf-orientation="vertical-soft"] .nf-video-poster img {
  object-position: center top;
}

.nf-video-result-card[data-nf-orientation="portrait"] {
  max-width: 420px;
  justify-self: center;
  width: 100%;
}

.nf-video-result-card[data-nf-orientation="landscape"] {
  max-width: none;
}

.nf-transform-selector button:has(img[src*="2152837200"]),
.nf-video-thumb:has(img[src*="2152837200"]),
.nf-video-poster:has(img[src*="2152837200"]) {
  background:
    radial-gradient(circle at 50% 42%, rgba(34, 255, 58, 0.12), transparent 34%),
    linear-gradient(135deg, #050805, #111);
}

.nf-transform-page[data-nf-premium-proof="true"] {
  --nf-proof-black: #0d0d0d;
  --nf-proof-card: #151515;
  --nf-proof-white: #f2f2f2;
  --nf-proof-green: #05f215;
  --nf-proof-green-2: #04d912;
  color: var(--nf-proof-white);
  background:
    radial-gradient(circle at 74% 9%, rgba(5, 242, 21, .10), transparent 24%),
    radial-gradient(circle at 22% 35%, rgba(255, 255, 255, .035), transparent 28%),
    linear-gradient(180deg, #050605 0%, var(--nf-proof-black) 26%, #060706 100%);
}

.nf-transform-selector button[data-nf-media-state="empty"],
.nf-video-result-card[data-nf-media-state="empty"],
.nf-home-proof-rail button[data-nf-media-state="empty"] {
  display: none !important;
}

.nf-transform-selector button[data-nf-media-state="loading"] img,
.nf-video-result-card[data-nf-media-state="loading"] img,
.nf-home-proof-rail button[data-nf-media-state="loading"] img {
  opacity: .28;
}

.nf-transform-selector button[data-nf-media-state="ready"] img,
.nf-video-result-card[data-nf-media-state="ready"] img,
.nf-home-proof-rail button[data-nf-media-state="ready"] img {
  opacity: 1;
}

.nf-transform-page[data-nf-premium-proof="true"] .nf-transform-hero {
  align-items: center;
  min-height: min(760px, calc(100svh - 70px));
  gap: clamp(34px, 7vw, 96px);
  padding-top: clamp(34px, 7vw, 88px);
}

.nf-transform-page[data-nf-premium-proof="true"] .nf-transform-hero > div:first-child {
  align-self: center;
}

.nf-transform-page[data-nf-premium-proof="true"] .nf-transform-hero h1 {
  max-width: 650px;
  color: var(--nf-proof-white);
  font-size: clamp(4.05rem, 7.8vw, 7.8rem);
  line-height: .78;
  letter-spacing: 0;
  text-wrap: balance;
}

.nf-transform-page[data-nf-premium-proof="true"] .nf-transform-hero p {
  max-width: 575px;
  margin-top: 24px;
  color: rgba(242, 242, 242, .72);
  font-size: clamp(1rem, 1.32vw, 1.24rem);
  line-height: 1.45;
}

.nf-transform-page[data-nf-premium-proof="true"] .nf-transform-actions {
  gap: 12px;
  margin-top: 32px;
}

.nf-transform-page[data-nf-premium-proof="true"] .nf-transform-actions .nf-button,
.nf-transform-page[data-nf-premium-proof="true"] .nf-mid-cta-button,
.nf-transform-page[data-nf-premium-proof="true"] .nf-transform-close .nf-button {
  border-radius: 14px;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, .42),
    0 0 28px rgba(5, 242, 21, .13);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.nf-transform-page[data-nf-premium-proof="true"] .nf-transform-actions .nf-button:hover,
.nf-transform-page[data-nf-premium-proof="true"] .nf-mid-cta-button:hover,
.nf-transform-page[data-nf-premium-proof="true"] .nf-transform-close .nf-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, .52),
    0 0 38px rgba(5, 242, 21, .18);
}

.nf-transform-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 610px);
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 26px 78px rgba(0, 0, 0, .38);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

.nf-transform-proof-strip span {
  display: grid;
  min-height: 74px;
  align-content: center;
  gap: 4px;
  padding: 13px 14px;
  background: rgba(13, 13, 13, .72);
  color: rgba(242, 242, 242, .58);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .10em;
  line-height: 1.08;
  text-transform: uppercase;
}

.nf-transform-proof-strip strong {
  display: block;
  color: var(--nf-proof-white);
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.38rem;
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
}

.nf-featured-video {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 50% 2%, rgba(255, 255, 255, .14), transparent 26%),
    radial-gradient(circle at 50% 72%, rgba(5, 242, 21, .12), transparent 42%),
    linear-gradient(180deg, rgba(21, 21, 21, .92), rgba(9, 10, 9, .96));
}

.nf-featured-video:after {
  position: absolute;
  inset: auto 10% -22% 10%;
  z-index: -1;
  height: 42%;
  content: "";
  background: radial-gradient(ellipse at center, rgba(5, 242, 21, var(--nf-active-glow, .22)), transparent 66%);
  filter: blur(24px);
  opacity: .55;
  pointer-events: none;
}

.nf-featured-backplate {
  position: absolute;
  inset: -18%;
  z-index: -2;
  opacity: .28;
  pointer-events: none;
}

.nf-featured-backplate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(34px) grayscale(1) brightness(.42) contrast(1.25);
  transform: scale(1.08);
}

.nf-featured-label {
  position: relative;
  z-index: 1;
  justify-self: start;
  margin: 0 0 14px clamp(2px, 1vw, 8px);
  color: var(--nf-proof-green);
  font-size: .70rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nf-featured-caption {
  position: relative;
  z-index: 1;
  width: var(--nf-video-max-width, min(100%, 560px));
  max-width: min(100%, 560px);
  margin: 16px auto 0;
  color: rgba(242, 242, 242, .70);
  font-size: .96rem;
  font-weight: 750;
  line-height: 1.38;
  text-align: center;
}

.nf-featured-proof-overlay {
  position: absolute;
  right: clamp(10px, 1.6vw, 18px);
  bottom: clamp(12px, 1.8vw, 20px);
  left: clamp(10px, 1.6vw, 18px);
  z-index: 7;
  display: grid;
  max-width: 390px;
  gap: 7px;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity .22s ease, transform .22s ease;
}

.nf-featured-video[data-nf-playback="playing"] .nf-featured-proof-overlay {
  opacity: .36;
  transform: translateY(7px);
}

.nf-proof-days {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(100%, 250px);
  color: rgba(242, 242, 242, .74);
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nf-proof-days i {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 242, 242, .24), rgba(5, 242, 21, .82));
}

.nf-featured-proof-overlay strong {
  color: #fff;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1rem, 2vw, 1.55rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
  line-height: .92;
  text-transform: uppercase;
  text-shadow: 0 16px 42px rgba(0, 0, 0, .88);
}

.nf-featured-proof-overlay small {
  max-width: 280px;
  color: rgba(242, 242, 242, .72);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.25;
  text-shadow: 0 12px 28px rgba(0, 0, 0, .9);
}

.nf-proof-waveform {
  display: flex;
  align-items: end;
  gap: 3px;
  height: 20px;
  margin-top: 2px;
}

.nf-proof-waveform i {
  width: 3px;
  height: calc(5px + (var(--i) % 5) * 3px);
  border-radius: 999px;
  background: rgba(5, 242, 21, .86);
  opacity: .42;
  animation: nfWavePulse 1.25s ease-in-out infinite;
  animation-delay: calc(var(--i) * -84ms);
}

.nf-featured-progress,
.nf-thumb-progress {
  position: absolute;
  right: 10px;
  bottom: 9px;
  left: 10px;
  z-index: 8;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  pointer-events: none;
}

.nf-featured-progress {
  right: clamp(12px, 1.6vw, 18px);
  bottom: 8px;
  left: clamp(12px, 1.6vw, 18px);
  z-index: 9;
  height: 3px;
}

.nf-featured-progress span,
.nf-thumb-progress i {
  display: block;
  width: var(--nf-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--nf-proof-green), #b9ffbf);
  box-shadow: 0 0 18px rgba(5, 242, 21, .45);
  transition: width .12s linear;
}

.nf-featured-video .nf-video-stage {
  position: relative;
  z-index: 1;
  box-shadow:
    0 36px 100px rgba(0, 0, 0, .72),
    0 0 0 1px rgba(255, 255, 255, .055),
    0 0 58px rgba(5, 242, 21, .10);
}

.nf-featured-video[data-nf-orientation="portrait"] .nf-video-stage {
  border-radius: 32px;
}

.nf-featured-video[data-nf-orientation="vertical-soft"] .nf-video-stage {
  border-radius: 28px;
}

.nf-featured-video .nf-local-player,
.nf-featured-video .nf-vimeo-player,
.nf-featured-video .nf-video-poster img {
  transition: opacity .28s ease, filter .28s ease, transform .28s ease;
}

.nf-transform-filters {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: clamp(24px, 5vw, 58px) 0 18px;
  padding: 2px;
  overflow-x: auto;
  scroll-padding: 12px;
  -webkit-overflow-scrolling: touch;
}

.nf-transform-filters::-webkit-scrollbar {
  display: none;
}

.nf-filter-pill {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(21, 21, 21, .72);
  color: rgba(242, 242, 242, .72);
  cursor: pointer;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px rgba(255, 255, 255, .07);
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.nf-filter-pill:hover {
  color: var(--nf-proof-white);
  border-color: rgba(5, 242, 21, .34);
  transform: translateY(-1px);
}

.nf-filter-pill.is-active,
.nf-filter-pill[aria-pressed="true"] {
  border-color: rgba(5, 242, 21, .76);
  background: linear-gradient(135deg, var(--nf-proof-green), var(--nf-proof-green-2));
  color: #020402;
  box-shadow: 0 14px 42px rgba(5, 242, 21, .22);
}

.nf-transform-selector button[data-nf-hidden="true"],
.nf-video-result-card[data-nf-hidden="true"] {
  display: none !important;
}

.nf-transform-grid {
  gap: clamp(10px, 1.25vw, 18px);
}

.nf-video-result-card {
  position: relative;
  overflow: visible;
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.nf-video-result-card[data-nf-tile-size="wide"] {
  grid-column: span 2;
  max-width: none;
}

.nf-video-result-card[data-nf-tile-size="tall"] {
  max-width: 390px;
}

.nf-video-result-card .nf-video-thumb {
  position: relative;
  overflow: hidden;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .10);
  background: var(--nf-proof-card);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .42),
    inset 0 1px rgba(255, 255, 255, .08);
}

.nf-video-result-card .nf-video-thumb:before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .58)),
    radial-gradient(circle at 50% 115%, rgba(5, 242, 21, .18), transparent 40%);
  opacity: .72;
  transition: opacity .24s ease;
  pointer-events: none;
}

.nf-video-result-card .nf-video-thumb img,
.nf-transform-selector img {
  filter: grayscale(1) brightness(.70) contrast(1.32) saturate(.78);
  transform: scale(1.01);
  transition: filter .26s ease, transform .26s ease, opacity .26s ease;
}

.nf-thumb-preview {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  filter: grayscale(.08) brightness(.96) contrast(1.18);
  transform: scale(1.02);
  transition: opacity .22s ease, transform .42s ease;
  pointer-events: none;
}

.nf-transform-page,
.nf-session,
.nf-environment,
.nf-results,
.nf-coach,
.nf-faq,
.nf-final {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.nf-transform-selector button.is-previewing .nf-thumb-preview,
.nf-video-result-card.is-previewing .nf-thumb-preview {
  opacity: 1;
  transform: scale(1.055);
}

.nf-video-result-card:hover .nf-video-thumb,
.nf-video-result-card:focus-within .nf-video-thumb,
.nf-video-result-card[data-nf-active="true"] .nf-video-thumb {
  border-color: rgba(5, 242, 21, .58);
  box-shadow:
    0 28px 74px rgba(0, 0, 0, .56),
    0 0 34px rgba(5, 242, 21, .16),
    inset 0 1px rgba(255, 255, 255, .12);
  transform: translateY(-3px) scale(1.012);
}

.nf-video-result-card:hover .nf-video-thumb:before,
.nf-video-result-card:focus-within .nf-video-thumb:before,
.nf-video-result-card[data-nf-active="true"] .nf-video-thumb:before {
  opacity: .44;
}

.nf-video-result-card:hover .nf-video-thumb img,
.nf-video-result-card:focus-within .nf-video-thumb img,
.nf-video-result-card[data-nf-active="true"] .nf-video-thumb img,
.nf-transform-selector button:hover img,
.nf-transform-selector button.is-active img {
  filter: grayscale(.10) brightness(.94) contrast(1.14);
  transform: scale(1.045);
}

.nf-video-tile-copy {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  z-index: 3;
  display: grid;
  gap: 5px;
  opacity: .88;
  transform: translateY(4px);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}

.nf-video-tile-copy .nf-video-number {
  display: inline-grid !important;
  width: max-content !important;
  height: auto !important;
  min-width: 0;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(0, 0, 0, .38);
  color: rgba(242, 242, 242, .62);
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .10em;
  line-height: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.nf-video-tile-copy strong {
  color: var(--nf-proof-white);
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.85rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
  line-height: .88;
  text-transform: uppercase;
  text-shadow: 0 14px 30px rgba(0, 0, 0, .82);
}

.nf-video-tile-copy small {
  display: inline-grid !important;
  width: max-content !important;
  height: auto !important;
  padding: 5px 8px;
  border: 1px solid rgba(5, 242, 21, .28);
  border-radius: 999px;
  background: rgba(5, 242, 21, .10);
  color: var(--nf-proof-green);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.nf-video-result-card:hover .nf-video-tile-copy,
.nf-video-result-card:focus-within .nf-video-tile-copy {
  opacity: 1;
  transform: translateY(0);
}

.nf-grid-focus-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  filter: saturate(.92) contrast(1.06);
  transform: scale(1.015);
  transition: opacity .22s ease;
  pointer-events: none;
}

.nf-video-result-card[data-nf-grid-playback="playing"] .nf-grid-focus-video {
  opacity: 1;
}

.nf-video-result-card[data-nf-grid-playback="playing"] .nf-video-thumb > img {
  opacity: .08;
}

.nf-grid-sound-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(242, 242, 242, .2);
  border-radius: 999px;
  background: rgba(5, 7, 5, .78);
  color: #f2f2f2;
  font: 900 .62rem/1 Inter, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 10px 32px rgba(0, 0, 0, .36);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.nf-grid-sound-toggle:before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #05f215;
  box-shadow: 0 0 12px rgba(5, 242, 21, .62);
  content: "";
}

.nf-grid-sound-toggle:hover,
.nf-grid-sound-toggle:focus-visible,
.nf-grid-sound-toggle[aria-pressed="true"] {
  border-color: rgba(5, 242, 21, .72);
  background: rgba(5, 242, 21, .92);
  color: #020402;
  outline: none;
  transform: translateY(-1px);
}

.nf-grid-sound-toggle[aria-pressed="true"]:before {
  background: #020402;
  box-shadow: none;
}

.nf-grid-play-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(242, 242, 242, .32);
  border-radius: 999px;
  background: rgba(5, 7, 5, .86);
  color: #f2f2f2;
  font: 900 .66rem/1 Inter, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .48);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.nf-grid-play-toggle i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #05f215;
}

.nf-grid-play-toggle:hover,
.nf-grid-play-toggle:focus-visible {
  border-color: rgba(5, 242, 21, .78);
  outline: none;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .48), 0 0 0 3px rgba(5, 242, 21, .14);
}

.nf-video-result-card[data-nf-grid-playback="loading"] .nf-grid-sound-toggle:before {
  animation: nf-grid-loading-pulse .9s ease-in-out infinite alternate;
}

@keyframes nf-grid-loading-pulse {
  from { opacity: .3; transform: scale(.76); }
  to { opacity: 1; transform: scale(1.18); }
}

.nf-transform-mid-cta {
  position: relative;
  display: grid;
  grid-column: span 2;
  grid-row-end: span 34;
  align-content: end;
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(5, 242, 21, .23);
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 25%, rgba(5, 242, 21, .18), transparent 34%),
    linear-gradient(145deg, rgba(21, 21, 21, .98), rgba(5, 8, 5, .96));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .48);
}

.nf-transform-mid-cta:before {
  position: absolute;
  inset: 1px;
  content: "";
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 44%);
  pointer-events: none;
}

.nf-transform-mid-cta span {
  position: relative;
  color: var(--nf-proof-green);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nf-transform-mid-cta h2 {
  position: relative;
  max-width: 540px;
  margin: 12px 0 12px;
  color: var(--nf-proof-white);
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2.25rem, 4vw, 4.7rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
  line-height: .86;
  text-transform: uppercase;
}

.nf-transform-mid-cta p {
  position: relative;
  max-width: 390px;
  margin: 0 0 22px;
  color: rgba(242, 242, 242, .72);
  font-weight: 800;
  line-height: 1.36;
}

.nf-transform-mid-cta .nf-button {
  position: relative;
  width: max-content;
}

.nf-transform-close {
  position: relative;
  overflow: hidden;
  margin-top: clamp(44px, 7vw, 92px);
  padding: clamp(74px, 10vw, 128px) 18px clamp(74px, 10vw, 120px);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.nf-transform-close:before {
  position: absolute;
  inset: 6% 12% auto;
  height: 42%;
  content: "";
  background: radial-gradient(ellipse at center, rgba(5, 242, 21, .15), transparent 68%);
  filter: blur(30px);
  pointer-events: none;
}

.nf-transform-close h2,
.nf-transform-close p,
.nf-transform-close .nf-button {
  position: relative;
}

.nf-transform-close h2 {
  max-width: 940px;
  color: var(--nf-proof-white);
  font-size: clamp(3.4rem, 8vw, 8.3rem);
  line-height: .80;
}

.nf-transform-close p {
  color: rgba(242, 242, 242, .72);
}

.nf-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .58s ease, transform .58s ease;
}

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

.nardfit-embed {
  --nf-scroll-progress: 0;
}

.nardfit-embed:before {
  transform: none;
}

[data-nf-cinematic-motion="on"] .nf-motion-scene {
  --nf-motion-y: 0px;
  --nf-motion-rotate-x: 0deg;
  --nf-motion-rotate-y: 0deg;
  --nf-motion-scale: 1;
  --nf-motion-progress: 0;
  transform:
    perspective(1200px)
    translate3d(0, var(--nf-motion-y), 0)
    rotateX(var(--nf-motion-rotate-x))
    rotateY(var(--nf-motion-rotate-y))
    scale(var(--nf-motion-scale));
  transform-style: preserve-3d;
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: auto;
  transition: none;
}

[data-nf-cinematic-motion="on"] .nf-motion-scene[data-nf-motion-state="active"] {
  will-change: transform;
}

[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] {
  opacity: 0;
  transform: perspective(1200px) translate3d(0, 52px, 0) rotateX(3deg) scale(.975);
  transition:
    opacity .72s cubic-bezier(.2, .72, .2, 1),
    transform .88s cubic-bezier(.16, .76, .18, 1);
}

[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"][data-nf-motion-state="active"],
[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"][data-nf-motion-state="settled"] {
  opacity: 1;
  transform: perspective(1200px) translate3d(0, 0, 0) rotateX(0) scale(1);
}

[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] .nf-client-frame {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(.97);
  transition:
    opacity .52s cubic-bezier(.2, .72, .2, 1),
    transform .68s cubic-bezier(.16, .76, .18, 1);
}

[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"][data-nf-motion-state="active"] .nf-client-frame,
[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"][data-nf-motion-state="settled"] .nf-client-frame {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] .nf-client-frame:nth-child(2) { transition-delay: 55ms; }
[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] .nf-client-frame:nth-child(3) { transition-delay: 110ms; }
[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] .nf-client-frame:nth-child(4) { transition-delay: 165ms; }
[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] .nf-client-frame:nth-child(5) { transition-delay: 220ms; }
[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] .nf-client-frame:nth-child(6) { transition-delay: 275ms; }
[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] .nf-client-frame:nth-child(7) { transition-delay: 330ms; }
[data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] .nf-client-frame:nth-child(8) { transition-delay: 385ms; }

[data-nf-cinematic-motion="on"] .nf-home-proof-video .nf-home-proof-overlay,
[data-nf-cinematic-motion="on"] .nf-video-stage .nf-featured-proof-overlay,
[data-nf-cinematic-motion="on"] .nf-video-stage .nf-featured-progress {
  transform: translateZ(28px);
  backface-visibility: hidden;
}

.nf-home-proof-reel,
.nf-client-campaign,
.nf-transform-page,
.nf-session,
.nf-environment,
.nf-results,
.nf-coach,
.nf-faq,
.nf-final,
.nf-video-result-card {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

@keyframes nfWavePulse {
  0%, 100% {
    opacity: .28;
    transform: scaleY(.58);
  }
  50% {
    opacity: .82;
    transform: scaleY(1.08);
  }
}

@keyframes nfButtonGlow {
  0%, 100% {
    opacity: .24;
    transform: translate3d(-30%, 0, 0);
  }
  50% {
    opacity: .48;
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes nfProofFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nf-reveal,
  .nf-filter-pill,
  .nf-video-result-card .nf-video-thumb,
  .nf-video-result-card .nf-video-thumb img,
  .nf-grid-focus-video,
  .nf-grid-sound-toggle,
  .nf-grid-play-toggle,
  .nf-thumb-preview,
  .nf-proof-waveform i,
  .nf-home-proof-video img,
  .nf-home-proof-stats span,
  .nf-motion-scene,
  .nardfit-embed .nf-button,
  .nardfit-embed .nf-button:after,
  .nf-featured-video .nf-video-stage:after,
  .nf-transform-page[data-nf-premium-proof="true"] .nf-button {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  [data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"],
  [data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] .nf-client-frame {
    opacity: 1 !important;
  }

  .nf-grid-play-toggle {
    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 1100px) {
  .nf-hero-human-proof {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 430px);
    margin-top: 18px;
  }
}

@media (max-width: 920px) {
  .nf-transform-page[data-nf-premium-proof="true"] .nf-transform-hero {
    min-height: auto;
    padding-top: 34px;
  }

  .nf-home-proof-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nf-home-proof-copy {
    max-width: 720px;
  }

  .nf-home-proof-copy h2 {
    max-width: 520px;
    font-size: clamp(3rem, 9.4vw, 5rem);
  }

  .nf-client-campaign {
    padding: clamp(46px, 9vw, 76px) 0;
    contain-intrinsic-size: 720px;
  }

  .nf-client-campaign-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
  }

  .nf-client-campaign-copy {
    width: min(100% - 36px, var(--nf-max));
    margin: 0 auto;
    padding-bottom: 0;
  }

  .nf-client-campaign-copy h2 {
    max-width: 520px;
  }

  .nf-client-campaign-wall {
    grid-template-columns: repeat(8, minmax(210px, 31vw));
    grid-auto-flow: column;
    grid-auto-rows: clamp(220px, 36vw, 330px);
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 18px 12px;
    scroll-padding-inline: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .nf-client-campaign-wall::-webkit-scrollbar {
    display: none;
  }

  .nf-client-frame,
  .nf-client-frame:nth-child(1),
  .nf-client-frame:nth-child(2),
  .nf-client-frame:nth-child(4),
  .nf-client-frame:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
    min-width: 0;
    scroll-snap-align: start;
  }

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

  .nf-video-result-card[data-nf-tile-size="wide"],
  .nf-transform-mid-cta {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .nardfit-embed {
    background: #050505;
  }

  .nf-client-campaign {
    padding: 42px 0 56px;
    background:
      radial-gradient(ellipse at 72% 8%, rgba(5, 242, 21, .12), transparent 38%),
      linear-gradient(180deg, #050505 0%, #090909 52%, #050505 100%);
    contain-intrinsic-size: 620px;
  }

  .nf-client-campaign-copy {
    width: calc(100% - 32px);
  }

  .nf-client-campaign-copy span {
    margin-bottom: 10px;
    font-size: .66rem;
  }

  .nf-client-campaign-copy h2 {
    max-width: 310px;
    font-size: clamp(3rem, 16vw, 4.35rem);
  }

  .nf-client-campaign-wall {
    grid-template-columns: repeat(8, minmax(176px, 74vw));
    grid-auto-rows: min(68vw, 292px);
    gap: 10px;
    padding: 0 16px 10px;
    scroll-padding-inline: 16px;
  }

  .nf-client-frame {
    border-radius: 18px;
    box-shadow:
      0 18px 48px rgba(0, 0, 0, .46),
      inset 0 1px rgba(255, 255, 255, .12);
  }

  .nf-client-frame img {
    filter: grayscale(.12) contrast(1.12) brightness(.86) saturate(1.06);
    transform: scale(1.045);
  }

  .nf-site-chrome {
    top: max(10px, env(safe-area-inset-top));
    width: calc(100% - 22px);
    min-height: 58px;
    padding: 7px 8px 7px 14px;
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045)),
      rgba(5, 6, 5, .72);
    box-shadow:
      0 18px 54px rgba(0, 0, 0, .40),
      inset 0 1px rgba(255, 255, 255, .12);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
    backdrop-filter: blur(22px) saturate(145%);
  }

  .nf-logo-button {
    transform: scale(.92);
    transform-origin: left center;
  }

  .nf-menu-button {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .nf-hero {
    min-height: 92svh !important;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .nf-hero-media {
    filter: blur(1.5px);
  }

  .nf-hero-media[data-nf-hero-video="1191279835"] {
    filter: blur(0);
    transform: scale(1);
  }

  .nf-hero-media[data-nf-hero-video="1191279835"] video,
  .nf-hero-video-native {
    object-position: 64% 34%;
    filter: grayscale(0) contrast(1.08) brightness(1.16) saturate(1.18);
  }

  .nf-hero-media[data-nf-hero-video="1191279835"]:before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
      radial-gradient(ellipse at 76% 22%, rgba(255, 255, 255, .18), transparent 34%),
      radial-gradient(ellipse at 74% 55%, rgba(5, 242, 21, .14), transparent 42%);
    mix-blend-mode: screen;
    opacity: .72;
    pointer-events: none;
  }

  .nf-hero-media[data-nf-hero-video="1191279835"]:after {
    background:
      radial-gradient(ellipse at 24% 24%, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .76) 38%, rgba(0, 0, 0, .24) 72%, transparent 100%),
      linear-gradient(180deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, .25) 34%, rgba(0, 0, 0, .16) 58%, rgba(0, 0, 0, .72) 96%),
      linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .62) 40%, rgba(0, 0, 0, .18) 72%, rgba(0, 0, 0, .32) 100%);
  }

  .nf-hero-content {
    display: flex;
    min-height: 92svh;
    flex-direction: column;
    justify-content: center;
    padding: max(92px, calc(env(safe-area-inset-top) + 78px)) 18px max(58px, calc(env(safe-area-inset-bottom) + 38px));
  }

  .nf-hero-content:before {
    top: 52px;
    bottom: 70px;
    left: -42px;
    width: min(118%, 460px);
    opacity: .74;
    background:
      radial-gradient(ellipse at 26% 34%, rgba(0, 0, 0, .94), rgba(0, 0, 0, .64) 50%, transparent 78%);
  }

  .nf-hero h1 {
    max-width: min(100%, 360px);
    font-size: clamp(3.1rem, 14.4vw, 4.84rem);
    line-height: .81;
    text-wrap: balance;
  }

  .nf-hero h1[data-nf-polished-headline="true"] {
    max-width: min(100%, 345px);
    font-size: clamp(2.8rem, 12.8vw, 4.35rem);
    line-height: .85;
  }

  .nf-hero p {
    max-width: 330px;
    margin-top: 18px;
    color: rgba(242, 242, 242, .78);
    font-size: .98rem;
    line-height: 1.46;
  }

  .nf-hero-actions {
    display: grid;
    width: 100%;
    max-width: 340px;
    gap: 14px;
    margin-top: 24px;
  }

  .nf-hero-actions .nf-button {
    width: 100%;
    min-height: 56px;
    border-radius: 15px;
    font-size: .76rem;
    letter-spacing: .07em;
  }

  .nf-hero-actions .nf-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(8, 10, 8, .54);
    justify-self: center;
    color: rgba(242, 242, 242, .82);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    backdrop-filter: blur(14px) saturate(130%);
  }

  .nf-hero-human-proof,
  .nf-hero-proof,
  .nf-hero-strip {
    display: none !important;
  }

  .nf-hero-human-proof {
    grid-template-columns: 74px minmax(0, 1fr);
    margin-top: 16px;
  }

  .nf-hero-human-proof img {
    width: 74px;
    height: 102px;
  }

  .nf-home-proof-reel {
    padding: 36px 0 52px;
    background:
      radial-gradient(ellipse at 50% 4%, rgba(5, 242, 21, .13), transparent 36%),
      linear-gradient(180deg, #050505, #0d0d0d 44%, #050505);
  }

  .nf-home-proof-inner {
    gap: 20px;
  }

  .nf-home-proof-copy {
    padding: 0 18px;
  }

  .nf-home-proof-copy h2 {
    max-width: 330px;
    font-size: clamp(2.65rem, 11vw, 3.85rem);
    line-height: .86;
  }

  .nf-home-proof-copy p {
    max-width: 285px;
    margin-top: 12px;
    font-size: .9rem;
    line-height: 1.38;
  }

  .nf-home-proof-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 16px;
  }

  .nf-home-proof-stats span {
    min-height: 52px;
    padding: 8px 7px;
    border-radius: 12px;
    font-size: .5rem;
    letter-spacing: .07em;
  }

  .nf-home-proof-stats strong {
    font-size: 1rem;
  }

  .nf-home-proof-video {
    width: calc(100vw - 24px);
    min-height: 0;
    aspect-ratio: 9 / 13.65;
    margin: 2px auto 0;
    border-radius: 22px;
    box-shadow:
      0 30px 96px rgba(0, 0, 0, .62),
      0 0 46px rgba(5, 242, 21, .12),
      inset 0 1px rgba(255, 255, 255, .16);
  }

  .nf-home-proof-video img {
    animation-duration: 16s;
    filter: blur(18px) grayscale(.18) brightness(.42) saturate(1.05);
  }

  .nf-home-proof-overlay {
    right: 14px;
    bottom: 16px;
    left: 14px;
  }

  .nf-home-proof-overlay strong {
    max-width: 280px;
    font-size: clamp(2rem, 10vw, 3.3rem);
  }

  .nf-home-proof-rail {
    margin: 12px 0 0;
    padding: 2px 18px 12px;
    scroll-padding: 18px;
  }

  .nf-home-proof-rail button {
    flex-basis: 104px;
    height: 138px;
    border-radius: 16px;
  }

  .nf-home-proof-rail span {
    right: 8px;
    bottom: 8px;
    left: 8px;
    font-size: .58rem;
  }

  .nf-transform-page {
    width: 100%;
    padding: 92px 10px 112px;
  }

  .nf-transform-page[data-nf-premium-proof="true"] .nf-transform-hero {
    gap: 22px;
  }

  .nf-transform-hero {
    gap: 16px;
  }

  .nf-transform-hero > div:first-child {
    padding: 0 8px;
  }

  .nf-transform-hero h1 {
    max-width: 360px;
    margin-top: 8px;
    font-size: clamp(3.35rem, 15.7vw, 5.35rem);
    line-height: .82;
  }

  .nf-transform-hero p {
    max-width: 270px;
    margin-top: 14px;
    font-size: .98rem;
    line-height: 1.45;
  }

  .nf-transform-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .nf-transform-actions .nf-button {
    min-height: 48px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: .68rem;
    letter-spacing: .05em;
  }

  .nf-transform-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 16px);
    margin-top: 18px;
  }

  .nf-transform-proof-strip span {
    min-height: 64px;
  }

  .nf-featured-video {
    width: 100%;
    padding: 8px;
    border-radius: 18px;
  }

  .nf-featured-label {
    margin-bottom: 10px;
    font-size: .64rem;
  }

  .nf-featured-caption {
    margin-top: 10px;
    padding: 0 6px;
    font-size: .82rem;
    line-height: 1.32;
    text-align: left;
  }

  .nf-featured-video .nf-video-stage {
    min-height: 0;
    width: 100%;
    max-width: 100%;
    aspect-ratio: var(--nf-video-ratio, 9 / 16);
    border-radius: 16px;
  }

  .nf-featured-proof-overlay {
    right: 10px;
    bottom: 14px;
    left: 16px;
    gap: 5px;
  }

  .nf-featured-video[data-nf-playback="playing"] .nf-featured-proof-overlay {
    opacity: .52;
    transform: translateY(3px);
  }

  .nf-featured-video[data-nf-playback="playing"] .nf-featured-proof-overlay strong,
  .nf-featured-video[data-nf-playback="playing"] .nf-featured-proof-overlay small {
    display: none;
  }

  .nf-featured-proof-overlay strong {
    max-width: 230px;
    font-size: 1rem;
  }

  .nf-featured-proof-overlay small {
    max-width: 230px;
    font-size: .66rem;
  }

  .nf-proof-waveform {
    height: 16px;
  }

  .nf-video-stage:before,
  .nf-video-poster {
    inset: 0;
    border-radius: 14px;
  }

  .nf-video-poster img,
  .nf-video-thumb img {
    object-position: center top;
  }

  .nf-video-play {
    width: 64px;
    height: 64px;
  }

  .nf-video-kicker {
    right: 12px;
    bottom: 12px;
    padding: 7px 10px;
    font-size: .62rem;
  }

  .nf-transform-selector {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    margin: 12px -8px 0;
    padding: 0 8px 8px;
    overflow-x: auto;
    scroll-padding: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .nf-transform-selector::-webkit-scrollbar {
    display: none;
  }

  .nf-transform-selector button {
    flex: 0 0 92px;
    width: 92px;
    aspect-ratio: 9 / 14;
    border-radius: 14px;
    scroll-snap-align: start;
  }

  .nf-preview-rail button.is-active {
    flex-basis: 112px;
    width: 112px;
    transform: translateY(-1px);
  }

  .nf-transform-filters {
    margin: 22px -10px 14px;
    padding: 0 10px 4px;
  }

  .nf-filter-pill {
    min-height: 38px;
    padding: 0 14px;
    font-size: .66rem;
  }

  .nf-transform-selector img {
    height: 100%;
    aspect-ratio: auto;
    border-radius: 12px;
    object-fit: cover;
  }

  .nf-transform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-rows: auto;
    gap: 10px;
    padding: 0 8px;
    align-items: start;
  }

  .nf-video-result-card[data-nf-tile-size="wide"] {
    grid-column: span 1;
  }

  .nf-transform-mid-cta {
    grid-column: span 2;
  }

  .nf-transform-mid-cta {
    grid-row-end: auto !important;
    min-height: 250px;
    border-radius: 18px;
  }

  .nf-transform-mid-cta h2 {
    font-size: clamp(2.45rem, 13vw, 4rem);
  }

  .nf-video-result-card {
    grid-row-end: auto !important;
    border-radius: 18px;
  }

  .nf-video-result-card[data-nf-orientation="portrait"],
  .nf-video-result-card[data-nf-tile-size="tall"] {
    max-width: none;
  }

  .nf-video-result-card:hover .nf-video-thumb,
  .nf-video-result-card:focus-within .nf-video-thumb,
  .nf-video-result-card[data-nf-active="true"] .nf-video-thumb {
    transform: translateY(-1px) scale(1.006);
  }

  .nf-video-thumb {
    min-height: 220px;
    aspect-ratio: 9 / 13.25;
    border-radius: 16px;
  }

  .nf-video-tile-copy {
    right: 10px;
    bottom: 10px;
    left: 10px;
    gap: 5px;
  }

  .nf-video-tile-copy strong {
    font-size: clamp(.95rem, 5vw, 1.36rem);
    line-height: .9;
  }

  .nf-video-tile-copy small {
    padding: 4px 7px;
    font-size: .55rem;
    letter-spacing: .10em;
  }

  .nf-video-tile-copy .nf-video-number {
    padding: 3px 6px;
    font-size: .52rem;
  }

  .nf-transform-close {
    padding: 62px 10px 32px;
  }

  .nf-transform-close h2 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .nf-transform-close p {
    max-width: 320px;
    margin-top: 16px;
  }

  .nf-sticky-booking {
    bottom: max(10px, env(safe-area-inset-bottom));
    width: calc(100% - 20px);
    padding: 6px;
    border-radius: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(14px);
    transition: opacity .22s ease, transform .22s ease;
  }

  html[data-nf-mobile-sticky="true"] .nf-sticky-booking {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .nf-sticky-booking .nf-button {
    min-height: 46px;
    border-radius: 11px;
  }

  .nf-transform-page + .nf-sticky-booking {
    right: auto;
    left: 50%;
    width: min(360px, calc(100% - 20px));
    max-width: calc(100% - 24px);
    transform: translateX(-50%) translateY(14px);
  }

  html[data-nf-mobile-sticky="true"] .nf-transform-page + .nf-sticky-booking {
    transform: translateX(-50%) translateY(0);
  }

  .nf-transform-page + .nf-sticky-booking .nf-button {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    padding: 0 14px;
    font-size: .68rem;
  }

  .nf-transform-page[data-nf-premium-proof="true"] {
    padding-bottom: calc(178px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 360px) {
  .nf-transform-grid {
    grid-template-columns: 1fr;
  }

  .nf-video-result-card[data-nf-tile-size="wide"],
  .nf-transform-mid-cta {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .nf-grid-sound-toggle,
  .nf-grid-play-toggle {
    top: 9px;
    right: 9px;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 0 11px;
    font-size: .58rem;
  }

  .nf-grid-play-toggle {
    top: 50%;
    right: auto;
    left: 50%;
    min-width: 0;
    padding: 0 14px;
    transform: translate(-50%, -50%);
  }

  [data-nf-cinematic-motion="on"] .nf-motion-scene {
    transform:
      translate3d(0, var(--nf-motion-y), 0)
      scale(var(--nf-motion-scale));
    transform-style: flat;
  }

  [data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"] {
    transform: translate3d(0, 22px, 0) scale(.985);
  }

  [data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"][data-nf-motion-state="active"],
  [data-nf-cinematic-motion="on"] [data-nf-motion-scene="campaign-media"][data-nf-motion-state="settled"] {
    transform: translate3d(0, 0, 0) scale(1);
  }

  [data-nf-cinematic-motion="on"] .nf-home-proof-video .nf-home-proof-overlay,
  [data-nf-cinematic-motion="on"] .nf-video-stage .nf-featured-proof-overlay,
  [data-nf-cinematic-motion="on"] .nf-video-stage .nf-featured-progress {
    transform: none;
  }
}

.nf-home-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.nf-home-result-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(242, 242, 242, .14);
  border-radius: 999px;
  color: rgba(242, 242, 242, .72);
  font: 700 .66rem/1 Inter, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nf-faq-item.is-open .nf-faq-toggle-mark {
  transform: rotate(45deg);
}

.nf-faq-toggle-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #05f215;
  font: 500 1.25rem/1 Inter, sans-serif;
  transition: transform .2s ease;
}

.nf-reviewed-footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 680px;
  margin-inline: auto;
  color: rgba(242, 242, 242, .62);
  font-style: normal;
  line-height: 1.55;
  text-align: center;
}

.nf-reviewed-footer strong {
  color: #f2f2f2;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nf-site-chrome nav .nf-homepage-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 11px;
  color: var(--nf-muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nf-site-chrome nav .nf-homepage-nav-link:hover,
.nf-site-chrome nav .nf-homepage-nav-link:focus-visible {
  background: rgba(255, 255, 255, .09);
  color: var(--nf-text);
  outline: none;
}

.nf-menu-panel > .nf-homepage-menu-link {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 0 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .043);
  color: var(--nf-text);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nf-menu-panel > .nf-homepage-menu-link span {
  color: var(--nf-green);
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
}

.nf-homepage-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin: 0 0 28px;
}

.nf-homepage-footer-link {
  color: rgba(242, 242, 242, .7);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.nf-homepage-footer-link:hover,
.nf-homepage-footer-link:focus-visible {
  color: #f2f2f2;
  outline: none;
}

@media (max-width: 640px) {
  .nf-sticky-booking > button:not(.nf-button) {
    display: none;
  }

  .nf-sticky-booking .nf-button {
    display: inline-flex;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding-inline: 12px;
    background: #05f215;
    color: #050505;
    font-size: .68rem;
    white-space: nowrap;
  }

  .nf-menu-panel > .nf-homepage-menu-link {
    min-height: 68px;
  }
}

/* Canonical NardFit identity assets: preserve official colors and artwork. */
.nf-logo-button img,
.nf-menu-top img,
.nf-final img {
  filter: none !important;
  opacity: 1 !important;
}

.nf-logo-button img,
.nf-menu-top img {
  width: clamp(8.4rem, 13vw, 9.625rem) !important;
  height: auto;
}
