.elementor-2707 .elementor-element.elementor-element-727612a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS */.nl-case-study {
  --nl-primary: #3327c8;
  --nl-primary-dark: #16113d;
  --nl-blue: #149cff;
  --nl-cyan: #70e9ff;
  --nl-purple: #8b5cf6;
  --nl-ink: #171335;
  --nl-body: #36354f;
  --nl-muted: #6b6b84;
  --nl-soft: #f5f7ff;
  --nl-line: #dfe4ff;
  --nl-white: #ffffff;
  --nl-gold: #c6a15b;
  --nl-mint: #dffcff;
  --nl-alert: #ff8a5c;
  background: var(--nl-white);
  color: var(--nl-body);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  overflow: hidden;
}

.nl-case-study *,
.nl-case-study *::before,
.nl-case-study *::after {
  box-sizing: border-box;
}

.nl-case-study h1,
.nl-case-study h2,
.nl-case-study h3 {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
  letter-spacing: 0;
}

.nl-case-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nl-case-wrap-wide {
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
}

.nl-hero {
  position: relative;
  padding: 72px 0 54px;
  background:
    linear-gradient(90deg, rgba(51, 39, 200, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(112, 233, 255, 0.1) 1px, transparent 1px),
    #ffffff;
  background-size: 72px 72px;
}

.nl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 48%, rgba(223, 252, 255, 0.65) 100%),
    linear-gradient(135deg, rgba(51, 39, 200, 0.07), rgba(112, 233, 255, 0.16));
}

.nl-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}

.nl-hero-content {
  max-width: 960px;
}

.nl-hero-showcase {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(51, 39, 200, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(112, 233, 255, 0.12), rgba(139, 92, 246, 0.1)),
    #ffffff;
  box-shadow: 0 24px 58px rgba(22, 17, 61, 0.1);
}

.nl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(51, 39, 200, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--nl-primary);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
}

.nl-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--nl-blue), var(--nl-cyan));
  box-shadow: 0 0 0 4px rgba(20, 156, 255, 0.16);
}

.nl-hero-title {
  max-width: 940px;
  margin: 20px 0 20px;
  color: var(--nl-ink);
  font-size: 44px;
  line-height: 1.08;
  font-weight: 950;
}

.nl-hero-title strong {
  color: var(--nl-primary);
  font-weight: 950;
}

.nl-hero-copy {
  display: grid;
  gap: 16px;
  max-width: 840px;
  color: var(--nl-body);
  font-size: 18px;
  line-height: 1.72;
}

.nl-hero-copy p {
  margin: 0;
}

.nl-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.nl-meta-item {
  min-height: 76px;
  padding: 14px;
  border: 1px solid var(--nl-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(22, 17, 61, 0.06);
}

.nl-meta-item span {
  display: block;
  margin-bottom: 7px;
  color: var(--nl-muted);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 950;
  text-transform: uppercase;
}

.nl-meta-item b {
  display: block;
  color: var(--nl-primary-dark);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}

.nl-image-stack {
  position: relative;
}

.nl-image-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(51, 39, 200, 0.14);
  border-radius: 8px;
  background: var(--nl-soft);
  box-shadow: 0 30px 60px rgba(22, 17, 61, 0.17);
}

.nl-image-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(112, 233, 255, 0.28);
  border-radius: 8px;
}

.nl-image-shell img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nl-floating-proof {
  position: static;
  display: grid;
  gap: 4px;
  width: fit-content;
  min-width: 190px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(112, 233, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(22, 17, 61, 0.16);
}

.nl-floating-proof b {
  color: var(--nl-primary);
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
}

.nl-floating-proof span {
  color: var(--nl-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 850;
  text-transform: uppercase;
}

.nl-section {
  padding: 82px 0;
  background: #ffffff;
}

.nl-section-tight {
  padding-top: 0;
}

.nl-section-border {
  border-top: 1px solid var(--nl-line);
}

.nl-section-head {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin-bottom: 32px;
}

.nl-section-eyebrow {
  margin: 0;
  color: var(--nl-primary);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.3;
  text-transform: uppercase;
}

.nl-section-head h2,
.nl-split-title h2 {
  margin: 0;
  color: var(--nl-ink);
  font-size: 40px;
  line-height: 1.14;
  font-weight: 950;
}

.nl-section-lede {
  max-width: 880px;
  margin: 0;
  color: var(--nl-body);
  font-size: 18px;
  line-height: 1.72;
}

.nl-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nl-metric-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 172px;
  padding: 20px;
  border: 1px solid var(--nl-line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(22, 17, 61, 0.05);
}

.nl-metric-card::before,
.nl-card::before,
.nl-layer-card::before,
.nl-week-card::before,
.nl-result-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--nl-primary), var(--nl-blue), var(--nl-cyan));
}

.nl-metric-card span {
  color: var(--nl-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  text-transform: uppercase;
}

.nl-metric-card b {
  color: var(--nl-ink);
  font-size: 27px;
  line-height: 1.1;
  font-weight: 950;
}

.nl-metric-card p {
  margin: 0;
  color: var(--nl-body);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.nl-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 34px;
  align-items: start;
}

.nl-about-brand {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(51, 39, 200, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(51, 39, 200, 0.06), rgba(112, 233, 255, 0.1)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(22, 17, 61, 0.07);
}

.nl-about-logo-figure {
  margin: 0;
}

.nl-about-logo-figure .nl-image-shell {
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(22, 17, 61, 0.11);
}

.nl-about-brand-copy {
  display: grid;
  gap: 12px;
}

.nl-about-brand-copy h3 {
  margin: 0;
  color: var(--nl-ink);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 950;
}

.nl-about-brand-copy p {
  margin: 0;
  color: var(--nl-body);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 700;
}

.nl-copy {
  display: grid;
  gap: 18px;
  color: var(--nl-body);
  font-size: 17px;
  line-height: 1.72;
}

.nl-copy p {
  margin: 0;
}

.nl-card-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(51, 39, 200, 0.16);
  border-left: 4px solid var(--nl-primary);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(51, 39, 200, 0.08), rgba(112, 233, 255, 0.1)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(22, 17, 61, 0.07);
}

.nl-card-panel h3 {
  margin: 0;
  color: var(--nl-ink);
  font-size: 24px;
  line-height: 1.24;
  font-weight: 950;
}

.nl-card-panel p {
  margin: 0;
  color: var(--nl-body);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 700;
}

.nl-chip-list,
.nl-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nl-chip-list li,
.nl-check-list li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid rgba(51, 39, 200, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: var(--nl-primary-dark);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.nl-wide-figure {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(51, 39, 200, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(112, 233, 255, 0.12), rgba(139, 92, 246, 0.1)),
    #ffffff;
  box-shadow: 0 24px 58px rgba(22, 17, 61, 0.1);
}

.nl-wide-figure figcaption {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
}

.nl-wide-figure figcaption span {
  color: var(--nl-primary);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  text-transform: uppercase;
}

.nl-wide-figure figcaption p {
  max-width: 900px;
  margin: 0;
  color: var(--nl-body);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 700;
}

.nl-grid-2,
.nl-grid-3,
.nl-grid-4 {
  display: grid;
  gap: 14px;
}

.nl-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nl-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nl-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nl-mt-24 {
  margin-top: 24px;
}

.nl-mt-26 {
  margin-top: 26px;
}

.nl-mt-28 {
  margin-top: 28px;
}

.nl-mt-30 {
  margin-top: 30px;
}

.nl-mt-32 {
  margin-top: 32px;
}

.nl-mt-34 {
  margin-top: 34px;
}

.nl-card,
.nl-layer-card,
.nl-week-card,
.nl-result-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--nl-line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(22, 17, 61, 0.05);
}

.nl-card h3,
.nl-layer-card h3,
.nl-week-card h3,
.nl-result-card h3 {
  margin: 0;
  color: var(--nl-ink);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 950;
}

.nl-card p,
.nl-layer-card p,
.nl-week-card p,
.nl-result-card p {
  margin: 0;
  color: var(--nl-body);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 700;
}

.nl-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(51, 39, 200, 0.12), rgba(112, 233, 255, 0.18));
  color: var(--nl-primary);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}

.nl-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 28px;
  align-items: start;
  margin-top: 24px;
}

.nl-feature-row-reverse {
  grid-template-columns: minmax(460px, 1.1fr) minmax(0, 0.9fr);
}

.nl-quote {
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(51, 39, 200, 0.16);
  border-left: 4px solid var(--nl-primary);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(51, 39, 200, 0.08), rgba(112, 233, 255, 0.1)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(22, 17, 61, 0.07);
}

.nl-quote p {
  margin: 0;
  color: var(--nl-ink);
  font-size: 22px;
  line-height: 1.5;
  font-weight: 850;
}

.nl-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nl-before-after article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--nl-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(22, 17, 61, 0.05);
}

.nl-before-after h3 {
  margin: 0 0 14px;
  color: var(--nl-ink);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 950;
}

.nl-dark-band {
  padding: 76px 0;
  background:
    linear-gradient(135deg, rgba(20, 156, 255, 0.16), rgba(139, 92, 246, 0.14)),
    var(--nl-primary-dark);
  color: #ffffff;
}

.nl-dark-band .nl-section-eyebrow,
.nl-dark-band .nl-wide-figure figcaption span {
  color: var(--nl-cyan);
}

.nl-dark-band h2,
.nl-dark-band h3 {
  color: #ffffff;
}

.nl-dark-band .nl-section-lede,
.nl-dark-band .nl-copy,
.nl-dark-band .nl-copy p {
  color: rgba(255, 255, 255, 0.86);
}

.nl-dark-card {
  border-color: rgba(112, 233, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.nl-before-after article.nl-dark-card {
  border-color: rgba(112, 233, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.nl-dark-card h3,
.nl-dark-card b {
  color: #ffffff;
}

.nl-dark-card p,
.nl-dark-card li {
  color: rgba(255, 255, 255, 0.86);
}

.nl-dark-card .nl-check-list li {
  border-color: rgba(112, 233, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.nl-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 30px;
  align-items: center;
  padding: 36px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 156, 255, 0.16), rgba(198, 161, 91, 0.14)),
    var(--nl-primary-dark);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(22, 17, 61, 0.2);
}

.nl-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 950;
}

.nl-cta-copy {
  display: grid;
  gap: 16px;
}

.nl-cta-copy p,
.nl-cta-action p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
}

.nl-cta-action {
  display: grid;
  gap: 16px;
  justify-items: start;
  padding: 22px;
  border: 1px solid rgba(112, 233, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.nl-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--nl-primary);
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.nl-cta-button:hover {
  transform: translateY(-2px);
  background: var(--nl-cyan);
  color: var(--nl-primary-dark);
}

@media (max-width: 1024px) {
  .nl-hero-grid,
  .nl-content-grid,
  .nl-about-brand,
  .nl-feature-row,
  .nl-feature-row-reverse,
  .nl-cta {
    grid-template-columns: 1fr;
  }

  .nl-feature-row-reverse .nl-wide-figure {
    order: 2;
  }

  .nl-feature-row-reverse .nl-copy,
  .nl-feature-row-reverse .nl-card-panel {
    order: 1;
  }

  .nl-hero-title {
    font-size: 38px;
  }

  .nl-metric-grid,
  .nl-grid-3,
  .nl-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nl-case-wrap,
  .nl-case-wrap-wide {
    width: min(100% - 24px, 1180px);
  }

  .nl-hero {
    padding: 44px 0 42px;
    background-size: 48px 48px;
  }

  .nl-hero-title {
    font-size: 31px;
  }

  .nl-section {
    padding: 58px 0;
  }

  .nl-dark-band {
    padding: 58px 0;
  }

  .nl-section-head h2,
  .nl-split-title h2 {
    font-size: 30px;
  }

  .nl-hero-copy,
  .nl-section-lede,
  .nl-copy {
    font-size: 16px;
    line-height: 1.65;
  }

  .nl-meta-grid,
  .nl-metric-grid,
  .nl-grid-2,
  .nl-grid-3,
  .nl-grid-4,
  .nl-before-after {
    grid-template-columns: 1fr;
  }

  .nl-floating-proof {
    position: static;
    margin-top: 12px;
  }

  .nl-wide-figure {
    padding: 12px;
  }

  .nl-hero-showcase {
    padding: 12px;
  }

  .nl-card,
  .nl-layer-card,
  .nl-week-card,
  .nl-result-card,
  .nl-metric-card,
  .nl-card-panel {
    min-height: 0;
    padding: 18px;
  }

  .nl-card h3,
  .nl-layer-card h3,
  .nl-week-card h3,
  .nl-result-card h3,
  .nl-card-panel h3,
  .nl-about-brand-copy h3 {
    font-size: 20px;
  }

  .nl-quote {
    padding: 22px;
  }

  .nl-quote p {
    font-size: 19px;
  }

  .nl-cta {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
  }

  .nl-cta h2 {
    font-size: 25px;
  }

  .nl-cta-action {
    padding: 20px;
  }

  .nl-cta-button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */