:root {
  --nlp2-bg: #ffffff;
  --nlp2-soft: #edf4f5;
  --nlp2-soft-alt: #edf4f5;
  --nlp2-text: #141313;
  --nlp2-muted: rgba(20, 19, 19, 0.72);
  --nlp2-accent: #0abab5;
}

* {
  box-sizing: border-box;
}

.nueva-love-page {
  margin: 0;
  font-family: "Gotham", "Segoe UI", sans-serif;
  background: #fff;
  color: var(--nlp2-text);
}

.nlp2-main {
  display: block;
}

.nlp2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 146px;
  height: 56px;
  border-radius: 18px;
  padding: 0 24px;
  background: var(--nlp2-accent);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 0 24px rgba(10, 186, 181, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.nlp2-btn-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.nlp2-hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
}

.nlp2-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nlp2-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    180% 160% at 50% -70%,
    rgba(20, 19, 19, 0) 0%,
    rgba(20, 19, 19, 0.8) 96%
  );
}

.nlp2-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 40px 16px;
  color: #fff;
}

.nlp2-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -1.2px;
  font-weight: 400;
}

.nlp2-hero p {
  margin: 24px auto 0;
  font-size: clamp(16px, 1.7vw, 22px);
  line-height: 1.5;
  font-weight: 300;
  max-width: 690px;
}

.nlp2-hero .nlp2-btn {
  margin-top: 22px;
}

.nlp2-video,
.nlp2-testimonial,
.nlp2-represent,
.nlp2-guides,
.nlp2-work,
.nlp2-gallery,
.nlp2-where,
.nlp2-values,
.nlp2-worldwide {
  margin: 0 auto;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
.nlp2-represent {
  max-width: 1280px;
  margin: 0 auto;
}
.nlp2-video {
  padding-top: 28px;
}

.nlp2-video-card {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.nlp2-video-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.nlp2-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 50%;
  background: var(--nlp2-accent);
  box-shadow: 0 10px 28px rgba(10, 86, 85, 0.45);
  z-index: 2;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.nlp2-play::before {
  content: "";
  display: block;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.nlp2-play::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  animation: nlp2-three-rings 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes nlp2-three-rings {
  0% {
    box-shadow:
      0 0 0 0 rgba(10, 186, 181, 0.7),
      0 0 0 0 rgba(10, 186, 181, 0.4),
      0 0 0 0 rgba(10, 186, 181, 0.2);
    opacity: 1;
    transform: scale(1);
  }
  35% {
    box-shadow:
      0 0 0 6px rgba(10, 186, 181, 0.5),
      0 0 0 14px rgba(10, 186, 181, 0.3),
      0 0 0 22px rgba(10, 186, 181, 0.15);
    opacity: 1;
    transform: scale(1.02);
  }
  70% {
    box-shadow:
      0 0 0 14px rgba(10, 186, 181, 0.28),
      0 0 0 26px rgba(10, 186, 181, 0.16),
      0 0 0 40px rgba(10, 186, 181, 0.08);
    opacity: 0.8;
    transform: scale(1.05);
  }
  100% {
    box-shadow:
      0 0 0 22px rgba(10, 186, 181, 0),
      0 0 0 40px rgba(10, 186, 181, 0),
      0 0 0 58px rgba(10, 186, 181, 0);
    opacity: 0;
    transform: scale(1.08);
  }
}

.nlp2-testimonial {
  margin-top: 32px;
  background: var(--nlp2-soft);
  text-align: center;
  padding-top: 166px;
  padding-bottom: 120px;
}

.nlp2-quote-symbol {
  width: 54px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.nlp2-testimonial h2 {
  margin: 26px auto 0;
  font-size: clamp(36px, 3.1vw, 46px);
  line-height: 1.18;
  font-weight: 400;
}

.nlp2-testimonial h3 {
  margin: 166px 0 0;
  font-size: clamp(34px, 2.6vw, 48px);
  line-height: 1.08;
  font-weight: 500;
}

.nlp2-subcopy {
  margin: 40px auto 0;
  max-width: 520px;
  color: var(--nlp2-muted);
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
}

.nlp2-how-grid {
  margin-top: 61px;
  border-top: 1px solid rgba(20, 19, 19, 0.16);
  border-bottom: 1px solid rgba(20, 19, 19, 0.16);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nlp2-how-item {
  padding: 80px 58px 80px;
  text-align: center;
}

.nlp2-how-item + .nlp2-how-item {
  border-left: 1px solid rgba(20, 19, 19, 0.16);
}

.nlp2-how-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.nlp2-how-item h4 {
  margin: 30px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.nlp2-how-item p {
  margin: 24px 0 0;
  font-size: 22px;
  line-height: 1.5;
  color: var(--nlp2-muted);
  font-weight: 300;
}

.nlp2-represent {
  padding: 120px 0;
  /* padding-bottom: 120px; */
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 140px;
}

.nlp2-represent-media h2 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.08;
  font-weight: 400;
}

.nlp2-represent-media img {
  margin-top: 56px;
  width: 100%;
  border-radius: 24px;
  display: block;
}

.nlp2-represent-copy {
  padding-top: 86px;
}

.nlp2-represent-copy p {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--nlp2-muted);
}

.nlp2-represent-copy .nlp2-represent-lead {
  font-weight: 300;
}

.nlp2-quote-row {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.nlp2-quote-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.nlp2-mini-quote {
  margin: 0;
  color: #0b8f8a;
  font-weight: 400 !important ;
}

.nlp2-guides {
  text-align: center;
  padding: 120px 0;
}

.nlp2-guides h2 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 500;
}

.nlp2-guides p {
  margin: 22px auto 0;
  font-weight: 300;
  max-width: 780px;
  font-size: 22px;
  line-height: 1.5;
  color: var(--nlp2-muted);
}

.nlp2-principles {
  margin-top: 10px;
}

/* Cards section: scroll-driven pin + animation */
.nlp2-principles.cards-section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--nlp2-bg);
  isolation: isolate;
}

.nlp2-principles .card {
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: 280px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

.nlp2-principle {
  position: relative;
  min-height: 100dvh;
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: end center;
}

.nlp2-principles .card .nlp2-principle {
  min-height: 0;
  display: block;
}

.nlp2-principles .card-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.nlp2-principles .card-slide-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.nlp2-principles .card-slide-bg .nlp2-principle-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 19, 19, 0.2) 0%,
    rgba(20, 19, 19, 0.5) 50%,
    rgba(20, 19, 19, 0.85) 100%
  );
}

.nlp2-principles .card-slide-copy {
  align-items: flex-end;
  padding-bottom: 0;
}

.nlp2-principle-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% -10%,
    rgba(20, 19, 19, 0) 0%,
    rgba(20, 19, 19, 0.82) 82%
  );
}

.nlp2-principle-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
  color: #fff;
  padding: 0 20px 100px;
}

.nlp2-principles .card .nlp2-principle-copy {
  padding: 0 24px 250px;
}

.nlp2-principle-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(34px, 3.3vw, 46px);
  font-weight: 400;
  color: #fff;
}

.nlp2-principle-copy p {
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 300;
  color: #fff;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.nlp2-work {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: 1fr 618px;
  gap: 80px;
  max-width: 1280px;
  margin: 0 auto;
  background: var(--nlp2-bg);
}

.nlp2-work-copy h2 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 400;
}

.nlp2-work-copy h3 {
  margin: 34px 0 0;
  font-size: 24px;
  font-weight: 500;
}

.nlp2-work-copy p {
  margin: 16px 0 16px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--nlp2-muted);
}

.nlp2-work-copy h6,
.nlp2-work-copy .nlp2-work-short {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 12px;
  color: var(--nlp2-muted);
}

.nlp2-work-copy .nlp2-btn {
  margin-top: 28px;
}

.nlp2-work-card {
  margin: 0;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}

.nlp2-work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 1;
}

.nlp2-work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(46px);
  -webkit-backdrop-filter: blur(46px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 48.56%,
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 48.56%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.nlp2-work-card > img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  display: block;
}

.nlp2-glass-card {
  position: absolute;
  z-index: 3;
  left: 38px;
  right: 38px;
  bottom: 45px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(170, 187, 196, 0.52);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 22px;
  color: #fff;
}

.nlp2-glass-card p {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 300;
}

.nlp2-glass-card label {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 300;
}

.nlp2-radio {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  background: var(--nlp2-accent);
  border: none;
  box-shadow: none;
  position: relative;
}

.nlp2-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.nlp2-gallery {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding-top: 52px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.nlp2-gallery-track {
  display: flex;
  gap: 14px;
  padding: 0 8px;
  will-change: transform;
}

.nlp2-gallery-track img {
  flex: 0 0 clamp(220px, 30.8vw, 470px);
  width: clamp(220px, 30.8vw, 436px);
  height: clamp(164px, 23.8vw, 306px);
  border-radius: 14px;
  object-fit: cover;
}

.nlp2-gallery-nav {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 12px;
}

.nlp2-dots {
  display: flex;
  gap: 7px;
}

.nlp2-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(20, 19, 19, 0.28);
}

.nlp2-dots .is-active {
  background: #141313;
  width: 6px;
  height: 6px;
}

.nlp2-arrows {
  display: flex;
  gap: 10px;
}

.nlp2-arrows button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--nlp2-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nlp2-arrows button svg {
  flex-shrink: 0;
}

.nlp2-where {
  margin-top: 12px;
  background: var(--nlp2-soft-alt);
  border-radius: 20px;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
  max-width: 1280px;
}

.nlp2-where h2 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 400;
}

.nlp2-where p {
  margin: 18px auto 0;
  max-width: 860px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--nlp2-muted);
}

.nlp2-where .nlp2-btn {
  margin-top: 28px;
}

.nlp2-values {
  max-width: 1280px;
  padding-top: 54px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.nlp2-values article img {
  width: 96px;
  height: 96px;
}

.nlp2-values article h3 {
  margin: 14px 0 0;
  font-size: 24px;
  font-weight: 400;
}

.nlp2-worldwide {
  position: relative;
  /* min-height: 772px; */
  height: 772px;
  border-radius: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  place-items: center;
}

.nlp2-worldwide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nlp2-worldwide-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 120% at 50% -10%,
    rgba(20, 19, 19, 0) 0%,
    rgba(20, 19, 19, 0.8) 100%
  );
}

.nlp2-worldwide-content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  text-align: center;
  color: #fff;
  padding: 70px 16px;
}

.nlp2-worldwide-content h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 400;
}

.nlp2-worldwide-content p {
  margin: 18px auto 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 560px;
}

.nlp2-worldwide-content .nlp2-btn {
  margin-top: 42px;
}

.nlp2-worldwide-divider {
  margin: 68px auto 0;
  width: 100%;
  max-width: 720px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.nlp2-worldwide-content small {
  display: block;
  margin: 22px auto 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  opacity: 0.92;
  max-width: 68%;
}

@media (max-width: 980px) {
  .nlp2-video,
  .nlp2-testimonial,
  .nlp2-represent,
  .nlp2-guides,
  .nlp2-work,
  .nlp2-gallery,
  .nlp2-where,
  .nlp2-values,
  .nlp2-worldwide {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nlp2-gallery {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .nlp2-represent,
  .nlp2-work {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nlp2-represent-copy {
    padding-top: 0;
  }

  .nlp2-how-grid {
    grid-template-columns: 1fr;
  }

  .nlp2-how-item + .nlp2-how-item {
    border-left: 0;
    border-top: 1px solid rgba(20, 19, 19, 0.16);
  }

  .nlp2-values {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nlp2-gallery-track img {
    flex-basis: 45vw;
    width: 45vw;
    height: 170px;
  }
}

@media (max-width: 640px) {
  .nlp2-hero {
    min-height: 66vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .nlp2-hero-content {
    padding: 24px 20px 32px;
    margin: 0 auto;
  }

  .nlp2-hero h1 {
    font-size: clamp(28px, 10vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.8px;
    font-weight: 400;
  }

  .nlp2-hero p {
    margin-top: 40px;
    font-size: 22px;
    /* line-height: ; */
    max-width: 90%;
  }

  .nlp2-btn {
    min-width: 108px;
    height: 30px;
    padding: 0 14px;
    font-size: 10px;
  }

  .nlp2-hero .nlp2-btn {
    margin-top: 40px;
    min-width: 140px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .nlp2-video,
  .nlp2-testimonial,
  .nlp2-represent,
  .nlp2-guides,
  .nlp2-work,
  .nlp2-gallery,
  .nlp2-where,
  .nlp2-values,
  .nlp2-worldwide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nlp2-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .nlp2-video {
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nlp2-video-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 64px;
  }

  .nlp2-video-card img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .nlp2-video-card .nlp2-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--nlp2-accent);
    border: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 24px rgba(10, 186, 181, 0.38);
  }

  .nlp2-video-card .nlp2-play::before {
    margin-left: 2px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 14px;
  }

  .nlp2-video-card .nlp2-play::after {
    inset: 0;
  }

  .nlp2-play {
    width: 44px;
    height: 44px;
  }

  .nlp2-play::before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
  }

  .nlp2-testimonial {
    margin-top: 64px;
    padding: 64px 20px 0px;
    background: var(--nlp2-soft);
    text-align: center;
  }

  .nlp2-quote-symbol {
    width: 48px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .nlp2-testimonial h2 {
    margin-top: 40px;
    margin-bottom: 64px;
    font-size: clamp(22px, 8.5vw, 32px);
    line-height: 1.2;
    font-weight: 400;
    color: var(--nlp2-text);
    max-width: 100%;
  }

  .nlp2-testimonial h3 {
    margin-top: 64px;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 400;
    color: var(--nlp2-text);
  }

  .nlp2-testimonial .nlp2-subcopy {
    font-size: 22px;
    line-height: 1.5;
    color: var(--nlp2-muted);
    max-width: 100%;
  }

  .nlp2-subcopy,
  .nlp2-how-item p,
  .nlp2-represent-copy p,
  .nlp2-guides p,
  .nlp2-principle-copy p,
  .nlp2-work-copy p,
  .nlp2-where p,
  .nlp2-glass-card p {
    font-size: 11px;
    line-height: 1.45;
  }

  .nlp2-testimonial .nlp2-how-item p {
    font-size: 24px;
    font-size: 22px;
    line-height: 1.5;
    color: var(--nlp2-muted);
  }

  .nlp2-how-grid {
    margin-top: 64px;
    padding-top: 0;
    border-top: none;
    border-bottom: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nlp2-how-item {
    padding: 0px;
    text-align: center;
    margin-bottom: 64px;
  }

  .nlp2-how-item + .nlp2-how-item {
    border-left: none;
    border-top: none;
  }

  .nlp2-how-item img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }

  .nlp2-how-item h4 {
    margin-top: 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--nlp2-text);
  }

  .nlp2-represent {
    padding: 64px 18px 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
    align-items: start;
    background: #fff;
  }

  .nlp2-represent-media {
    display: contents;
  }

  .nlp2-represent-media h2 {
    grid-row: 1;
    font-size: 26px;
    line-height: 1.2;
    color: var(--nlp2-text);
    text-align: left;
    margin: 0 0 20px;
  }

  .nlp2-represent-copy {
    grid-row: 2;
    padding-top: 0;
    text-align: left;
  }

  .nlp2-represent-copy p {
    margin: 0 0 32px;
    font-size: 22px;
    line-height: 1.65;
    color: var(--nlp2-muted);
  }

  .nlp2-represent-copy .nlp2-represent-lead {
    font-weight: 300;
    color: var(--nlp2-muted);
  }

  .nlp2-represent .nlp2-quote-row {
    margin-top: 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .nlp2-represent .nlp2-quote-icon {
    width: 56px;
    height: auto;
  }

  .nlp2-represent .nlp2-mini-quote {
    margin: 0;
    margin-top: 12px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--nlp2-muted);
  }

  .nlp2-represent-media img {
    grid-row: 3;
    margin-top: 64px;
    margin-bottom: 64px;
    width: 100%;
    border-radius: 10px;
    display: block;
  }

  .nlp2-represent .nlp2-represent-media h2 {
    font-size: 32px;
  }

  .nlp2-represent-media h2,
  .nlp2-work-copy h2,
  .nlp2-where h2 {
    font-size: 25px;
    line-height: 1.1;
  }

  .nlp2-mini-quote {
    margin-top: 0;
  }

  /* What Guides Our Impact - small screen */
  .nlp2-guides {
    padding: 64px 18px 64px;
    text-align: center;
  }

  .nlp2-guides h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--nlp2-text);
    margin: 0 0 40px;
  }

  .nlp2-guides p {
    font-size: 22px;
    line-height: 1.65;
    color: var(--nlp2-muted);
    margin: 0 auto;
    font-weight: 300;
  }

  /* Principles cards - small screen spacing and typography */
  .nlp2-principles.cards-section {
    margin-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .nlp2-principles .card .nlp2-principle-copy {
    padding: 0 24px 165px;
    text-align: center;
    max-width: 100%;
  }

  .nlp2-principle {
    min-height: 240px;
  }

  .nlp2-principle-copy {
    padding: 0 14px 26px;
  }

  .nlp2-principles .card .nlp2-principle-copy h3 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 24px;
    color: #fff;
  }

  .nlp2-principles .card .nlp2-principle-copy p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    max-width: 100%;
  }

  .nlp2-principle-copy h3 {
    font-size: 22px;
  }

  .nlp2-work {
    padding: 64px 18px 64px;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    text-align: left;
    background: #f5f5f6;
  }

  .nlp2-work-copy {
    order: 1;
  }

  .nlp2-work-copy h2 {
    font-size: 32px;
    font-weight: 400;
    color: var(--nlp2-text);
    margin: 0 0 20px;
  }

  .nlp2-work-copy p {
    font-size: 22px;
    line-height: 1.6;
    color: var(--nlp2-muted);
    margin: 0 0 16px;
  }

  .nlp2-work-copy h3 {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    color: var(--nlp2-text);
  }

  .nlp2-work-copy .nlp2-work-short {
    font-size: 22px;
    line-height: 1.6;
    margin: 0 0 16px;
    color: var(--nlp2-muted);
  }

  .nlp2-work-copy .nlp2-btn {
    margin-top: 28px;
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 64px;
    border-radius: 12px;
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    background: #28c7c7;
    color: #fff;
    border: none;
    box-shadow: 0 4px 16px rgba(40, 199, 199, 0.35);
  }

  .nlp2-work-card {
    order: 2;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
  }

  .nlp2-work-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 1;
  }

  .nlp2-work-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(46px);
    -webkit-backdrop-filter: blur(46px);
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 48.56%,
      rgba(0, 0, 0, 1) 100%
    );
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 48.56%,
      rgba(0, 0, 0, 1) 100%
    );
    pointer-events: none;
    z-index: 2;
  }

  .nlp2-work-card > img {
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
    min-height: 346px;
    object-fit: cover;
  }

  .nlp2-glass-card {
    z-index: 3;
    left: 24px;
    right: 24px;
    width: auto;
    max-width: none;
    bottom: 22px;
    padding: 18px 22px 16px;
    border-radius: 18px;
    background: rgba(170, 187, 196, 0.52);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
  }

  .nlp2-glass-card p {
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
  }

  .nlp2-glass-card label {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
  }

  .nlp2-work .nlp2-radio {
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 50%;
    background: var(--nlp2-accent);
    border: none;
    box-shadow: none;
    position: relative;
  }

  .nlp2-work .nlp2-radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
  }

  /* Gallery: single-slide + peek, rounded image, dots + teal arrows (small screen) */
  .nlp2-gallery {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nlp2-gallery-track {
    gap: 12px;
    padding: 0 10px;
  }

  .nlp2-gallery-track img {
    flex: 0 0 calc(100% - 36px);
    width: calc(100% - 36px);
    height: 220px;
    border-radius: 20px;
    object-fit: cover;
  }

  .nlp2-gallery-nav {
    margin-top: 16px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .nlp2-dots {
    flex: 1;
    gap: 6px;
  }

  .nlp2-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid rgba(20, 19, 19, 0.35);
  }

  .nlp2-dots span.is-active {
    background: #141313;
    border-color: #141313;
    width: 8px;
    height: 8px;
  }

  .nlp2-arrows {
    gap: 10px;
    flex-shrink: 0;
  }

  .nlp2-arrows button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--nlp2-accent);
    color: #fff;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .nlp2-arrows button svg {
    width: 20px;
    height: 20px;
  }

  .nlp2-where {
    margin-top: 12px;
    padding: 64px 14px 64px;
    border-radius: 14px;
    max-width: 94%;
  }

  .nlp2-where h2 {
    font-size: 32px;
    line-height: 1.15;
    font-weight: 400;
    margin: 0;
    color: var(--nlp2-text);
  }

  .nlp2-where p {
    margin-top: 40px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: var(--nlp2-muted);
    max-width: 100%;
  }

  .nlp2-where .nlp2-btn {
    margin-top: 40px;

    width: 100%;
    min-width: 0;
    height: 44px;
    border-radius: 12px;
    padding: 0 14px;
    justify-content: space-between;
    box-shadow: 0 6px 16px rgba(10, 186, 181, 0.3);
    font-size: 15px;
    font-weight: 500;
  }

  .nlp2-where .nlp2-btn span {
    white-space: nowrap;
  }

  .nlp2-where .nlp2-btn-arrow {
    width: 16px;
    height: 16px;
  }

  .nlp2-values {
    padding-top: 64px;
    padding-bottom: 64px;
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .nlp2-values article {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nlp2-values article img {
    width: 96px;
    height: 96px;
    display: block;
  }

  .nlp2-values article h3 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #181818;
  }

  .nlp2-worldwide {
    min-height: 914px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    place-items: stretch;
  }

  .nlp2-worldwide-overlay {
    background: linear-gradient(
      180deg,
      rgba(20, 19, 19, 0.46) 0%,
      rgba(20, 19, 19, 0.32) 44%,
      rgba(20, 19, 19, 0.62) 100%
    );
  }

  .nlp2-worldwide-content {
    width: 100%;

    min-height: 100%;
    margin: 0 auto;
    padding: 72px 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nlp2-worldwide-content h2 {
    font-size: 38px;
    line-height: 1.06;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.2px;
  }

  .nlp2-worldwide-content p {
    margin-top: 40px;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 300;
    max-width: 95%;
    color: var(--nlp2-bg);
  }

  .nlp2-worldwide-content .nlp2-btn {
    margin-top: 42px;
    min-width: 162px;
    height: 56px;
    border-radius: 12px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 8px 22px rgba(10, 186, 181, 0.3);
  }

  .nlp2-worldwide-content .nlp2-btn-arrow {
    width: 16px;
    height: 16px;
  }

  .nlp2-worldwide-divider {
    margin-top: 125px;
    width: 100%;
    max-width: none;
    background: rgba(255, 255, 255, 0.62);
  }

  .nlp2-worldwide-content small {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
  }
}

/* ============================================
   Love page inside site layout: full-bleed, no extra wrapper spacing
   ============================================ */
.v4_layout.NuevaLove .v4_main_content {
  padding: 0;
  margin: 0;
  max-width: none;
  overflow-x: hidden;
}

.v4_layout.NuevaLove .nueva-love-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.v4_love_glass_card_text {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 640px) {
  .v4_love_glass_card_text {
    font-size: 18px;
  }
}