:root {
  --nl-ink: #101828;
  --nl-ink-soft: #344054;
  --nl-muted: #667085;
  --nl-blue: #2f6bff;
  --nl-blue-dark: #1749c9;
  --nl-teal: #18b99a;
  --nl-line: #e7ebf3;
  --nl-bg: #f7f9fc;
  --nl-shell: 1180px;
}

/* Shared customer-case template helpers. */
.nl-case--hybrid .nl-overview__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.nl-case--hybrid .nl-overview__grid--single .nl-company-card {
  max-width: none;
}

.fc-case-standalone-header {
  position: relative;
  z-index: 1200;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 110px;
  align-items: center;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 0 max(16px, calc((calc(100 * var(--fc-layout-vw, 1vw)) - 1330px) / 2));
  border-bottom: 1px solid #e8edf5;
  background: rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
}

body.fc-case-standalone-page {
  margin: 0;
}

.fc-case-standalone-header__brand {
  position: relative;
  display: inline-flex;
  width: 100px;
  height: 60px;
  align-items: center;
  color: #171b26;
  text-decoration: none;
}

.fc-case-standalone-header__brand img {
  position: absolute;
  top: -23px;
  left: 0;
  width: 100px;
  height: 105px;
  object-fit: contain;
}

.fc-case-standalone-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, calc(3 * var(--fc-layout-vw, 1vw)), 44px);
}

.fc-case-standalone-header nav a {
  position: relative;
  color: #282f3d;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}

.fc-case-standalone-header nav a.is-active {
  color: #1765ff;
  font-weight: 600;
}

.fc-case-standalone-header nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: -19px;
  left: 0;
  height: 2px;
  background: #1765ff;
  content: "";
}

.fc-case-standalone-header__cta {
  justify-self: end;
  padding: 10px 20px;
  border-radius: 999px;
  background: #3478f6;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 900px) {
  .fc-case-standalone-header {
    display: none;
  }
}

@media (min-width: 901px) {
  #web.fc-case-standalone {
    padding-top: 0 !important;
  }
}

body.fc-newland-case-ready,
body.fc-newland-case-ready #web {
  min-width: 0 !important;
  width: 100% !important;
  overflow-x: hidden !important;
  background: #fff !important;
}

body.fc-newland-case-ready .webBannerTable,
body.fc-newland-case-ready #webContainerTable,
body.fc-newland-case-ready #fullmeasureTopForms,
body.fc-newland-case-ready #fullmeasureBottomForms,
body.fc-newland-case-ready .absMiddleTable,
body.fc-newland-case-ready .absBottomTable {
  display: none !important;
}

body.fc-newland-case-ready #webFooterTable {
  width: 100% !important;
  min-width: 0 !important;
}

.nl-case,
.nl-case *,
.nl-case *::before,
.nl-case *::after {
  box-sizing: border-box;
}

.nl-case {
  width: 100%;
  color: var(--nl-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

.nl-case img {
  max-width: 100%;
}

.nl-shell {
  width: min(var(--nl-shell), calc(100% - 48px));
  margin: 0 auto;
}

.nl-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.nl-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 62px;
  background:
    radial-gradient(circle at 86% 8%, rgba(47, 107, 255, 0.15), transparent 35%),
    radial-gradient(circle at 6% 80%, rgba(24, 185, 154, 0.09), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #fff 100%);
}

.nl-hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -100px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(47, 107, 255, 0.12);
  border-radius: 50%;
}

.nl-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: 54px;
}

.nl-breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  color: #8b95a7;
  font-size: 14px;
}

.nl-breadcrumb a {
  color: #526175;
  text-decoration: none;
}

.nl-breadcrumb a:hover {
  color: var(--nl-blue);
}

.nl-eyebrow,
.nl-section-heading > span,
.nl-cta__panel > div > span {
  display: inline-flex;
  align-items: center;
  color: var(--nl-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nl-eyebrow::before,
.nl-section-heading > span::before,
.nl-cta__panel > div > span::before {
  content: "";
  width: 22px;
  height: 2px;
  margin-right: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--nl-blue), var(--nl-teal));
}

.nl-industry-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.nl-industry-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.nl-industry-tag[data-industry="制造业"] { background: #eef2ff; color: #4f46e5; }
.nl-industry-tag[data-industry="互联网"] { background: #eff6ff; color: #2563eb; }
.nl-industry-tag[data-industry="零售"] { background: #fff7ed; color: #c2410c; }
.nl-industry-tag[data-industry="企业服务"] { background: #f0fdfa; color: #0f766e; }
.nl-industry-tag[data-industry="智能出行"] { background: #ecfeff; color: #0e7490; }
.nl-industry-tag[data-industry="消费"] { background: #fdf2f8; color: #be185d; }
.nl-industry-tag[data-industry="医疗健康"] { background: #f0fdf4; color: #15803d; }
.nl-industry-tag[data-industry="文娱传媒"] { background: #faf5ff; color: #7e22ce; }
.nl-industry-tag[data-industry="餐饮"] { background: #fef2f2; color: #dc2626; }
.nl-industry-tag[data-industry="金融"] { background: #fefce8; color: #a16207; }
.nl-industry-tag[data-industry="服务业"] { background: #f8fafc; color: #475569; }
.nl-industry-tag[data-industry="央国企"] { background: #fff1f2; color: #b91c1c; }
.nl-industry-tag[data-industry="消费电子"] { background: #f5f3ff; color: #6d28d9; }
.nl-industry-tag[data-industry="物流运输"] { background: #f0f9ff; color: #0369a1; }
.nl-industry-tag[data-industry="教育"] { background: #ecfdf5; color: #047857; }
.nl-industry-tag[data-industry="房地产"] { background: #fafaf9; color: #57534e; }
.nl-industry-tag[data-industry="农牧业"] { background: #f7fee7; color: #4d7c0f; }
.nl-industry-tag[data-industry="游戏"] { background: #fdf4ff; color: #a21caf; }
.nl-industry-tag[data-industry="能源"] { background: #fffbeb; color: #b45309; }
.nl-industry-tag[data-industry="汽车"] { background: #eef8ff; color: #075985; }
.nl-hero h1 {
  max-width: 690px;
  margin: 14px 0 18px;
  color: var(--nl-ink);
  font-size: clamp(42px, calc(3.5 * var(--fc-layout-vw, 1vw)), 48px);
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -0.035em;
}

.nl-hero__lead {
  max-width: 650px;
  margin: 0;
  color: var(--nl-muted);
  font-size: 17px;
  line-height: 1.75;
}

.nl-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.nl-tag-list span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #dce6ff;
  border-radius: 999px;
  color: #365ca8;
  background: rgba(240, 245, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}

.nl-actions,
.nl-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.nl-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nl-button:hover {
  transform: translateY(-2px);
}

.nl-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #3478ff 0%, #285ee9 100%);
  box-shadow: 0 14px 28px rgba(47, 107, 255, 0.24);
}

.nl-button--primary:hover {
  box-shadow: 0 18px 34px rgba(47, 107, 255, 0.3);
}

.nl-button--secondary {
  border-color: #d7deea;
  color: #25354e;
  background: rgba(255, 255, 255, 0.86);
}

.nl-button--secondary:hover {
  border-color: #adc2ee;
  background: #fff;
}

.nl-hero__visual {
  position: relative;
  padding: 10px 0 20px 12px;
}

.nl-hero__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.42;
  border: 10px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background: #e9eff7;
  box-shadow: 0 30px 80px rgba(35, 67, 121, 0.18);
}

.nl-hero__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(12, 30, 61, 0.25) 100%);
  pointer-events: none;
}

.nl-hero__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nl-hero__brand-card {
  position: absolute;
  right: -18px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(330px, 78%);
  padding: 18px 20px;
  border: 1px solid rgba(224, 231, 242, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(35, 67, 121, 0.18);
  backdrop-filter: blur(16px);
}

.nl-hero__brand-card img {
  width: 118px;
  height: auto;
}

.nl-brand-wordmark {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #172b4d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nl-story-aside .nl-brand-wordmark {
  margin-bottom: 18px;
  color: #fff;
  font-size: 22px;
}

.nl-hero__brand-card span {
  color: #5b677a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.nl-results {
  position: relative;
  z-index: 3;
  margin-top: -20px;
}

.nl-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.nl-metric {
  min-height: 154px;
  padding: 22px 24px;
  border: 1px solid var(--nl-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(31, 49, 82, 0.09);
}

.nl-metric__number {
  display: block;
  margin-bottom: 8px;
  color: var(--nl-blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.nl-metric strong {
  display: block;
  color: var(--nl-ink);
  font-size: 17px;
}

.nl-metric p {
  margin: 8px 0 0;
  color: var(--nl-muted);
  font-size: 14px;
  line-height: 1.65;
}

.nl-section {
  padding: 84px 0;
}

.nl-section-heading {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.nl-section-heading--left {
  max-width: none;
  margin: 0 0 22px;
  text-align: left;
}

.nl-section-heading h2 {
  margin: 14px 0 0;
  color: var(--nl-ink);
  font-size: clamp(30px, calc(3 * var(--fc-layout-vw, 1vw)), 36px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.nl-section-heading > p {
  margin: 14px auto 0;
  color: var(--nl-muted);
  font-size: 16px;
  line-height: 1.72;
}

.nl-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.nl-company-card {
  padding: 36px;
  border: 1px solid var(--nl-line);
  border-radius: 24px;
  background: #fff;
}

.nl-company-card > p {
  margin: 0;
  color: var(--nl-muted);
  font-size: 16px;
  line-height: 1.75;
}

.nl-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 0;
}

.nl-facts div {
  padding: 14px 10px;
  border-radius: 12px;
  background: var(--nl-bg);
  text-align: center;
}

.nl-facts dt {
  color: var(--nl-blue);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.nl-facts dd {
  margin: 6px 0 0;
  color: #7a8597;
  font-size: 13px;
}

.nl-quote-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  margin: 0;
  padding: 36px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(58, 201, 174, 0.35), transparent 34%),
    linear-gradient(140deg, #102a58 0%, #183d82 100%);
  box-shadow: 0 24px 58px rgba(18, 49, 105, 0.2);
}

.nl-quote-card__mark {
  position: absolute;
  top: 6px;
  right: 30px;
  color: rgba(255, 255, 255, 0.11);
  font-family: Georgia, serif;
  font-size: 150px;
  line-height: 1;
}

.nl-quote-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.62;
}

.nl-quote-card figcaption {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}

.nl-quote-card figcaption img {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  object-fit: cover;
}

.nl-quote-card figcaption span,
.nl-quote-card figcaption strong,
.nl-quote-card figcaption small {
  display: block;
}

.nl-quote-card figcaption strong {
  font-size: 16px;
}

.nl-quote-card figcaption small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.nl-challenges {
  background: var(--nl-bg);
}

.nl-pair-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.nl-pair {
  display: grid;
  grid-template-rows: auto 42px 1fr;
  align-items: stretch;
}

.nl-pair-toggle {
  display: none;
}

.nl-pair-details {
  display: contents;
}

.nl-problem-card,
.nl-solution-card {
  padding: 24px;
  border-radius: 18px;
}

.nl-problem-card {
  border: 1px solid #e5e9f0;
  background: #fff;
}

.nl-solution-card {
  border: 1px solid #d9e5ff;
  background: linear-gradient(135deg, #f6f9ff 0%, #edf4ff 100%);
}

.nl-card-kicker {
  display: block;
  margin-bottom: 10px;
  color: #8a94a6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nl-solution-card .nl-card-kicker {
  color: var(--nl-blue);
}

.nl-problem-card h3,
.nl-solution-card h3 {
  margin: 0;
  color: var(--nl-ink);
  font-size: 18px;
  line-height: 1.45;
}

.nl-problem-card p,
.nl-solution-card p {
  margin: 12px 0 0;
  color: var(--nl-muted);
  font-size: 14px;
  line-height: 1.68;
}

.nl-pair__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nl-blue);
}

.nl-pair__arrow svg {
  width: 34px;
  height: 34px;
  padding: 6px;
  border: 1px solid #d8e3fc;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 14px rgba(47, 107, 255, 0.1);
  transform: rotate(90deg);
}

.nl-outcome {
  display: inline-flex;
  margin-top: 13px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #2457ce;
  background: #fff;
  font-size: 13px;
}

.nl-story {
  background: #fff;
}

.nl-story__layout {
  display: block;
}

.nl-story-nav {
  position: sticky;
  top: 68px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  padding: 8px;
  border: 1px solid var(--nl-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(31, 49, 82, 0.07);
}

.nl-story-nav > span {
  margin: 0 8px 0 6px;
  padding: 0;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nl-story-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 10px;
  color: #526175;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nl-story-nav a:hover {
  color: var(--nl-blue);
  background: #f3f6ff;
}

.nl-story-nav a[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, #3478ff 0%, #285ee9 100%);
  box-shadow: 0 8px 18px rgba(47, 107, 255, 0.22);
}

.nl-story__content {
  min-width: 0;
}

.nl-story-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  column-gap: 46px;
  scroll-margin-top: 90px;
}

.nl-story-block[hidden] {
  display: none !important;
}

.nl-story-block:not([hidden]) {
  animation: nl-story-enter 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.nl-story-block__eyebrow,
.nl-story-block h3,
.nl-story-block > p,
.nl-inline-note {
  grid-column: 1;
}

.nl-story-block__index {
  position: absolute;
  top: -18px;
  right: 0;
  color: #f0f3f8;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.nl-story-block__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 10px !important;
  color: var(--nl-blue) !important;
  font-size: 14px !important;
  font-weight: 700;
}

.nl-story-block h3 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--nl-ink);
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.nl-story-block > p:not(.nl-story-block__eyebrow) {
  max-width: 790px;
  margin: 0 0 14px;
  color: #4b586c;
  font-size: 15px;
  line-height: 1.78;
}

.nl-inline-note {
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  max-width: 790px;
  margin: 12px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--nl-teal);
  border-radius: 0 12px 12px 0;
  background: #f2fbf9;
}

.nl-inline-note strong {
  flex: 0 0 auto;
  color: #176b5b;
  font-size: 14px;
}

.nl-inline-note span {
  color: #56756f;
  font-size: 14px;
}

.nl-story-media {
  grid-column: 2;
  grid-row: 1 / span 8;
  align-self: start;
  margin: 0;
}

.nl-story-media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e6ebf4;
  border-radius: 20px;
  background: #f1f5fb;
  box-shadow: 0 24px 60px rgba(31, 49, 82, 0.12);
}

.nl-story-media figcaption {
  margin-top: 14px;
  color: #8a94a6;
  font-size: 13px;
  text-align: center;
}

@keyframes nl-story-enter {
  from {
    opacity: 0;
    transform: translate3d(28px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.nl-cta {
  padding: 18px 0 84px;
}

.nl-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 46px 52px;
  overflow: hidden;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 15%, rgba(70, 224, 194, 0.32), transparent 32%),
    linear-gradient(135deg, #17376f 0%, #245dcc 100%);
  box-shadow: 0 28px 70px rgba(24, 62, 132, 0.22);
}

.nl-cta__panel > div:first-child {
  max-width: 660px;
}

.nl-cta__panel > div > span {
  color: #b9f4e8;
}

.nl-cta__panel h2 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.28;
}

.nl-cta__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.nl-cta__actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.nl-button--light {
  color: #1d50bd;
  background: #fff;
  box-shadow: 0 12px 26px rgba(7, 30, 79, 0.18);
}

.nl-button--ghost {
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1020px) {
  .nl-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: 44px;
  }

  .nl-overview__grid {
    grid-template-columns: 1fr;
  }

  .nl-pair-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nl-story__layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 40px;
  }

  .nl-cta__panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  body.fc-newland-case-ready #web,
  body.fc-newland-case-ready #webTopTable,
  body.fc-newland-case-ready #webTop,
  body.fc-newland-case-ready #webFooterTable {
    min-width: 0 !important;
    width: 100% !important;
  }

  .nl-shell {
    width: calc(100% - 32px);
  }

  .nl-hero {
    padding: 46px 0 54px;
  }

  .nl-hero::before {
    top: -180px;
    right: -220px;
  }

  .nl-hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .nl-breadcrumb {
    margin-bottom: 22px;
  }

  .nl-eyebrow,
  .nl-section-heading > span,
  .nl-cta__panel > div > span {
    font-size: 12px;
  }

  .nl-hero h1 {
    margin: 14px 0 18px;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.025em;
  }

  .nl-hero__lead {
    font-size: 16px;
    line-height: 1.8;
  }

  .nl-tag-list {
    margin-top: 22px;
  }

  .nl-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .nl-button {
    width: 100%;
  }

  .nl-hero__visual {
    padding: 0 0 28px;
  }

  .nl-hero__image-wrap {
    aspect-ratio: 1.22;
    border-width: 7px;
    border-radius: 20px;
  }

  .nl-hero__brand-card {
    right: 8px;
    width: calc(100% - 28px);
    padding: 14px 16px;
    border-radius: 13px;
  }

  .nl-hero__brand-card img {
    width: 110px;
  }

  .nl-results {
    margin-top: 0;
    padding: 16px 0 0;
  }

  .nl-results__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .nl-metric {
    min-height: 154px;
    padding: 18px 12px;
    border-radius: 14px;
    text-align: center;
  }

  .nl-metric__number {
    font-size: 28px;
  }

  .nl-metric strong {
    font-size: 13px;
    line-height: 1.45;
  }

  .nl-metric p {
    display: none;
  }

  .nl-section {
    padding: 68px 0;
  }

  .nl-section-heading {
    margin-bottom: 36px;
    text-align: left;
  }

  .nl-section-heading h2 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.35;
  }

  .nl-section-heading > p {
    margin-top: 14px;
    font-size: 15px;
  }

  .nl-company-card,
  .nl-quote-card {
    padding: 28px 24px;
    border-radius: 18px;
  }

  .nl-company-card > p {
    font-size: 15px;
  }

  .nl-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  .nl-quote-card blockquote {
    margin-bottom: 30px;
    font-size: 19px;
  }

  .nl-pair-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nl-pair {
    display: block;
    overflow: hidden;
    border: 1px solid #e2e8f2;
    border-radius: 16px;
    background: #fff;
  }

  .nl-pair-toggle {
    display: flex;
    width: 100%;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 0;
    color: var(--nl-ink);
    background: #fff;
    text-align: left;
    cursor: pointer;
  }

  .nl-pair-toggle span,
  .nl-pair-toggle small,
  .nl-pair-toggle strong {
    display: block;
  }

  .nl-pair-toggle small {
    margin-bottom: 5px;
    color: var(--nl-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .nl-pair-toggle strong {
    font-size: 16px;
    line-height: 1.45;
  }

  .nl-pair-toggle svg {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    color: var(--nl-blue);
    transition: transform 180ms ease;
  }

  .nl-pair-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .nl-pair-details {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid #e8edf5;
  }

  .nl-pair-details.is-collapsed {
    display: none;
  }

  .nl-problem-card,
  .nl-solution-card {
    padding: 24px;
    border: 0;
    border-radius: 0;
  }

  .nl-problem-card h3,
  .nl-solution-card h3 {
    font-size: 19px;
  }

  .nl-pair__arrow {
    height: 48px;
  }

  .nl-pair__arrow svg {
    transform: rotate(90deg);
  }

  .nl-story__layout {
    display: block;
  }

  .nl-story-nav {
    top: 58px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 26px;
    padding: 6px;
    border-radius: 13px;
  }

  .nl-story-nav > span {
    display: none;
  }

  .nl-story-nav a {
    min-height: 40px;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
  }

  .nl-story-block {
    display: block;
  }

  .nl-story-block + .nl-story-block {
    margin-top: 76px;
    padding-top: 76px;
  }

  .nl-story-block__index {
    top: -8px;
    font-size: 68px;
  }

  .nl-story-block h3 {
    padding-right: 28px;
    font-size: 27px;
  }

  .nl-story-block > p:not(.nl-story-block__eyebrow) {
    font-size: 16px;
    line-height: 1.85;
  }

  .nl-inline-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .nl-story-media {
    margin-top: 30px;
  }

  .nl-story-media img {
    border-radius: 14px;
  }

  .nl-cta {
    padding: 0 0 76px;
  }

  .nl-cta__panel {
    width: calc(100% - 32px);
    gap: 26px;
    padding: 34px 24px;
    border-radius: 20px;
  }

  .nl-cta__panel h2 {
    font-size: 28px;
  }

  .nl-cta__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nl-button,
  .nl-pair-toggle svg {
    transition: none;
  }

  .nl-story-block:not([hidden]) {
    animation: none;
  }
}

/* Editorial case article layout */
.nl-case--article .nl-hero {
  overflow: visible;
  padding: 70px 0 0;
  background: #fff;
}

.nl-case--article .nl-hero::before {
  display: none;
}

.nl-case--article .nl-hero__grid {
  display: block;
  width: min(1040px, calc(100% - 48px));
}

.nl-case--article .nl-hero__copy {
  max-width: 900px;
}

.nl-case--article .nl-breadcrumb {
  margin-bottom: 30px;
}

.nl-case--article .nl-hero h1 {
  max-width: 900px;
  margin: 18px 0 24px;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(44px, calc(4 * var(--fc-layout-vw, 1vw)), 48px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.nl-case--article .nl-hero__lead {
  max-width: 800px;
  color: #536071;
  font-size: 18px;
  line-height: 1.8;
}

.nl-case--article .nl-tag-list {
  gap: 0;
  margin-top: 26px;
}

.nl-case--article .nl-tag-list span {
  min-height: auto;
  padding: 0 14px;
  border: 0;
  border-left: 1px solid #d8dee8;
  border-radius: 0;
  color: #687588;
  background: transparent;
  font-size: 13px;
}

.nl-case--article .nl-tag-list span:first-child {
  padding-left: 0;
  border-left: 0;
}

.nl-case--article .nl-actions {
  display: none;
}

.nl-case--article .nl-hero__visual {
  margin-top: 50px;
  padding: 0;
}

.nl-case--article .nl-hero__image-wrap {
  aspect-ratio: 2 / 1;
  border: 1px solid #e3e8f0;
  border-radius: 16px;
  box-shadow: none;
}

.nl-case--article .nl-hero__image-wrap::after {
  display: none;
}

.nl-case--article .nl-hero__brand-card {
  position: static;
  width: auto;
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.nl-case--article .nl-hero__brand-card img {
  width: 132px;
}

.nl-case--article .nl-hero__brand-card span {
  padding-left: 16px;
  border-left: 1px solid #dfe4ec;
  color: #7a8595;
  font-weight: 500;
}

.nl-case--article .nl-results {
  margin-top: 0;
  padding: 58px 0 16px;
}

.nl-case--article .nl-results > .nl-shell {
  width: min(1000px, calc(100% - 48px));
}

.nl-case--article .nl-results__grid {
  gap: 0;
  border-top: 1px solid #dfe4ec;
  border-bottom: 1px solid #dfe4ec;
}

.nl-case--article .nl-metric {
  min-height: 0;
  padding: 25px 30px;
  border: 0;
  border-left: 1px solid #e5e9ef;
  border-radius: 0;
  box-shadow: none;
}

.nl-case--article .nl-metric:first-child {
  border-left: 0;
}

.nl-case--article .nl-metric__number {
  margin-bottom: 6px;
  font-size: 32px;
}

.nl-case--article .nl-metric strong {
  font-size: 15px;
}

.nl-case--article .nl-metric p {
  margin-top: 5px;
  font-size: 13px;
}

.nl-case--article .nl-section {
  padding: 88px 0;
}

.nl-case--article .nl-overview > .nl-shell {
  width: min(1000px, calc(100% - 48px));
}

.nl-case--article .nl-overview__grid {
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 68px;
  align-items: start;
}

.nl-case--article .nl-company-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.nl-case--article .nl-section-heading--left {
  margin-bottom: 24px;
}

.nl-case--article .nl-section-heading h2 {
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(30px, calc(3.1 * var(--fc-layout-vw, 1vw)), 36px);
  font-weight: 700;
  line-height: 1.38;
}

.nl-case--article .nl-company-card > p {
  color: #4f5c6d;
  font-size: 17px;
  line-height: 1.95;
}

.nl-case--article .nl-facts {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #e2e7ee;
}

.nl-case--article .nl-facts div {
  padding: 0 10px;
  border-radius: 0;
  background: transparent;
}

.nl-case--article .nl-quote-card {
  min-height: 0;
  padding: 32px 28px;
  border-left: 3px solid var(--nl-blue);
  border-radius: 0;
  color: var(--nl-ink);
  background: #f6f8fb;
  box-shadow: none;
}

.nl-case--article .nl-quote-card__mark {
  top: -6px;
  right: 18px;
  color: rgba(47, 107, 255, 0.08);
}

.nl-case--article .nl-quote-card blockquote {
  margin-bottom: 28px;
  color: #263449;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85;
}

.nl-case--article .nl-quote-card figcaption strong {
  color: #263449;
}

.nl-case--article .nl-quote-card figcaption small {
  color: #7c8796;
}

.nl-case--article .nl-challenges {
  border-top: 1px solid #e8ebf0;
  background: #fff;
}

.nl-case--article .nl-challenges > .nl-shell,
.nl-case--article .nl-story > .nl-shell,
.nl-case--article .nl-cta__panel {
  width: min(900px, calc(100% - 48px));
}

.nl-case--article .nl-section-heading {
  max-width: 860px;
  margin: 0 0 26px;
  text-align: left;
}

.nl-case--article .nl-section-heading > p {
  margin-left: 0;
  font-size: 16px;
  line-height: 1.85;
}

.nl-case--article .nl-pair-list {
  display: block;
  counter-reset: article-step;
}

.nl-case--article .nl-pair {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  grid-template-rows: auto;
  padding: 48px 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #e5e9ef;
  border-radius: 0;
  background: transparent;
  counter-increment: article-step;
}

.nl-case--article .nl-pair::before {
  content: "0" counter(article-step);
  grid-column: 1;
  grid-row: 1 / span 3;
  color: #b7c0ce;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.2;
}

.nl-case--article .nl-pair-toggle {
  display: none !important;
}

.nl-case--article .nl-pair-details,
.nl-case--article .nl-pair-details.is-collapsed {
  display: contents !important;
}

.nl-case--article .nl-problem-card,
.nl-case--article .nl-solution-card {
  grid-column: 2;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.nl-case--article .nl-problem-card h3,
.nl-case--article .nl-solution-card h3 {
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 24px;
  line-height: 1.55;
}

.nl-case--article .nl-problem-card p,
.nl-case--article .nl-solution-card p {
  max-width: 720px;
  color: #566274;
  font-size: 16px;
  line-height: 1.9;
}

.nl-case--article .nl-solution-card {
  margin-top: 28px;
  padding-left: 24px;
  border-left: 2px solid #bfd0fa;
}

.nl-case--article .nl-pair__arrow {
  display: none;
}

.nl-case--article .nl-outcome {
  margin-top: 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
}

.nl-case--article .nl-story {
  border-top: 1px solid #e8ebf0;
  background: #fff;
}

.nl-case--article .nl-story .nl-section-heading {
  margin-bottom: 12px;
}

.nl-case--article .nl-story__layout {
  display: block;
}

.nl-case--article .nl-story-nav {
  display: none !important;
}

.nl-case--article .nl-story__content {
  max-width: 900px;
  margin: 0 auto;
}

.nl-case--article .nl-story-block,
.nl-case--article .nl-story-block[hidden] {
  position: relative;
  display: block !important;
  margin: 0;
  padding: 68px 0 8px;
  border-top: 1px solid #e5e9ef;
  animation: none !important;
}

.nl-case--article .nl-story-block:first-child {
  border-top: 0;
}

.nl-case--article .nl-story-block + .nl-story-block {
  margin-top: 68px;
  padding-top: 68px;
}

.nl-case--article .nl-story-block__index {
  top: 42px;
  color: #f0f2f6;
  font-size: 88px;
}

.nl-case--article .nl-story-block h3 {
  max-width: 760px;
  margin-bottom: 28px;
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 30px;
  line-height: 1.48;
}

.nl-case--article .nl-story-block > p:not(.nl-story-block__eyebrow) {
  max-width: 800px;
  margin-bottom: 20px;
  color: #465467;
  font-size: 17px;
  line-height: 2;
}

.nl-case--article .nl-inline-note {
  max-width: 800px;
  margin: 30px 0 0;
  padding: 19px 22px;
  border-left-width: 2px;
  border-radius: 0;
  background: #f4faf8;
}

.nl-case--article .nl-story-media {
  margin: 40px 0 0;
}

.nl-case--article .nl-story-media img {
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(31, 49, 82, 0.09);
}

.nl-case--article .nl-cta {
  padding: 54px 0 88px;
  border-top: 1px solid #e8ebf0;
}

.nl-case--article .nl-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  padding: 36px 40px;
  border: 1px solid #e1e6ee;
  border-radius: 14px;
  color: var(--nl-ink);
  background: #f7f9fc;
  box-shadow: none;
}

.nl-case--article .nl-cta__panel > div > span {
  color: var(--nl-blue);
}

.nl-case--article .nl-cta__panel h2 {
  color: var(--nl-ink);
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: 28px;
}

.nl-case--article .nl-cta__panel p {
  color: #697587;
  line-height: 1.75;
}

.nl-case--article .nl-button--light {
  color: #fff;
  background: var(--nl-blue);
  box-shadow: none;
}

.nl-case--article .nl-button--ghost {
  border-color: #d5dce7;
  color: #3d4b5f;
  background: #fff;
}

@media (max-width: 768px) {
  .nl-case--article .nl-hero {
    padding: 42px 0 0;
  }

  .nl-case--article .nl-hero__grid,
  .nl-case--article .nl-results > .nl-shell,
  .nl-case--article .nl-overview > .nl-shell,
  .nl-case--article .nl-challenges > .nl-shell,
  .nl-case--article .nl-story > .nl-shell,
  .nl-case--article .nl-cta__panel {
    width: calc(100% - 32px);
  }

  .nl-case--article .nl-breadcrumb {
    margin-bottom: 24px;
  }

  .nl-case--article .nl-hero h1 {
    margin: 14px 0 20px;
    font-size: 32px;
    line-height: 1.3;
  }

  .nl-case--article .nl-hero__lead {
    font-size: 16px;
    line-height: 1.85;
  }

  .nl-case--article .nl-tag-list span {
    padding: 0 9px;
    font-size: 12px;
  }

  .nl-case--article .nl-hero__visual {
    margin-top: 34px;
  }

  .nl-case--article .nl-hero__image-wrap {
    aspect-ratio: 4 / 3;
    border-width: 1px;
    border-radius: 10px;
  }

  .nl-case--article .nl-hero__brand-card {
    right: auto;
    width: auto;
    padding: 0;
  }

  .nl-case--article .nl-hero__brand-card img {
    width: 112px;
  }

  .nl-case--article .nl-results {
    padding: 42px 0 8px;
  }

  .nl-case--article .nl-metric {
    min-height: 0;
    padding: 18px 8px;
  }

  .nl-case--article .nl-metric__number {
    font-size: 26px;
  }

  .nl-case--article .nl-section {
    padding: 64px 0;
  }

  .nl-case--article .nl-overview__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .nl-case--article .nl-section-heading h2 {
    font-size: 28px;
  }

  .nl-case--article .nl-company-card > p {
    font-size: 16px;
    line-height: 1.9;
  }

  .nl-case--article .nl-facts div {
    padding: 10px 6px;
  }

  .nl-case--article .nl-quote-card {
    padding: 28px 24px;
  }

  .nl-case--article .nl-pair {
    display: grid;
    grid-template-columns: 1fr;
    padding: 38px 0;
  }

  .nl-case--article .nl-pair::before {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 18px;
    font-size: 24px;
  }

  .nl-case--article .nl-problem-card,
  .nl-case--article .nl-solution-card {
    grid-column: 1;
    padding: 0;
  }

  .nl-case--article .nl-problem-card h3,
  .nl-case--article .nl-solution-card h3 {
    font-size: 21px;
  }

  .nl-case--article .nl-problem-card p,
  .nl-case--article .nl-solution-card p {
    font-size: 15px;
  }

  .nl-case--article .nl-solution-card {
    margin-top: 24px;
    padding-left: 18px;
  }

  .nl-case--article .nl-story-block,
  .nl-case--article .nl-story-block[hidden] {
    padding: 48px 0 4px;
  }

  .nl-case--article .nl-story-block + .nl-story-block {
    margin-top: 48px;
    padding-top: 48px;
  }

  .nl-case--article .nl-story-block__index {
    top: 36px;
    font-size: 64px;
  }

  .nl-case--article .nl-story-block h3 {
    padding-right: 16px;
    font-size: 27px;
    line-height: 1.5;
  }

  .nl-case--article .nl-story-block > p:not(.nl-story-block__eyebrow) {
    font-size: 16px;
    line-height: 1.95;
  }

  .nl-case--article .nl-story-media {
    margin-top: 32px;
  }

  .nl-case--article .nl-cta {
    padding: 46px 0 68px;
  }

  .nl-case--article .nl-cta__panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
  }

  .nl-case--article .nl-cta__panel h2 {
    font-size: 26px;
  }
}

/* Hybrid customer case: concise landing summary + continuous article */
.nl-case--hybrid .nl-hero {
  padding: 74px 0 68px;
  background:
    radial-gradient(circle at 86% 4%, rgba(47, 107, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #f7faff 0%, #f2f6fd 100%);
}

.nl-case--hybrid .nl-hero__grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 1.02fr);
  gap: 64px;
}

.nl-case--hybrid .nl-breadcrumb {
  margin-bottom: 24px;
}

.nl-case--hybrid .nl-hero h1 {
  margin: 16px 0 20px;
  font-size: clamp(42px, calc(3.6 * var(--fc-layout-vw, 1vw)), 48px);
  line-height: 1.24;
}

.nl-case--hybrid .nl-title-break--mobile {
  display: none;
}

.nl-case--hybrid .nl-title-break--desktop {
  display: block;
}

.nl-case--hybrid .nl-hero__lead {
  font-size: 17px;
  line-height: 1.82;
}

.nl-case--hybrid .nl-tag-list {
  margin-top: 22px;
}

.nl-case--hybrid .nl-actions {
  margin-top: 28px;
}

.nl-case--hybrid .nl-actions .nl-button--secondary {
  display: none;
}

.nl-case--hybrid .nl-button {
  min-height: 44px;
  border-radius: 8px;
}

.nl-case--hybrid .nl-hero__visual {
  padding: 0 0 20px;
}

.nl-case--hybrid .nl-hero__image-wrap {
  aspect-ratio: 1.38;
  border-width: 8px;
  border-radius: 20px;
  box-shadow: 0 22px 54px rgba(34, 69, 128, 0.15);
}

.nl-case--hybrid .nl-hero__brand-card {
  right: 12px;
  width: max-content;
  min-width: 300px;
  max-width: min(360px, 72%);
  padding: 15px 18px;
}

.nl-case--hybrid .nl-hero__brand-card span {
  font-size: 13px;
  line-height: 1.5;
}

.nl-case--hybrid .nl-hero__brand-card img {
  width: 108px;
}

.nl-case--hybrid[data-case-slug="liuliancommerce"] .nl-hero__brand-card img {
  width: 92px;
}

.nl-case--hybrid[data-case-slug="shidaifuxing"] .nl-hero__brand-card img {
  width: 62px;
}

.nl-case--hybrid[data-case-slug="shidaifuxing"] .nl-story-aside img {
  width: 58px;
}

.nl-case--hybrid .nl-hero__brand-card img[src*="wanpitu-mascot.png"] {
  width: 56px;
}

.nl-case--hybrid .nl-results {
  /* Keep the cards crossing the hero boundary without covering the image label. */
  margin-top: -56px;
}

.nl-case--hybrid .nl-results__grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid #e2e8f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 49, 82, 0.08);
}

.nl-case--hybrid .nl-metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 148px;
  padding: 24px 28px;
  border: 0;
  border-left: 1px solid #e7ebf2;
  border-radius: 0;
  box-shadow: none;
}

.nl-case--hybrid .nl-metric:first-child {
  border-left: 0;
}

.nl-case--hybrid .nl-metric__number {
  font-size: 34px;
}

@media (min-width: 1150px) {
  .nl-case--hybrid .nl-metric--single-line {
    padding-inline: 18px;
  }

  .nl-case--hybrid .nl-metric--single-line strong {
    font-size: 14px;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
}

.nl-case--hybrid .nl-overview {
  padding: 92px 0 88px;
}

.nl-case--hybrid .nl-overview__grid {
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 56px;
  align-items: start;
}

.nl-case--hybrid .nl-company-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.nl-case--hybrid .nl-company-card > p {
  color: #4f5d70;
  font-size: 18px;
  line-height: 1.9;
}

.nl-case--hybrid .nl-facts {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #e4e9f0;
}

.nl-case--hybrid .nl-facts div {
  padding: 8px 6px;
  background: transparent;
}

.nl-case--hybrid .nl-quote-card {
  min-height: 0;
  padding: 34px 32px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 12%, rgba(62, 197, 172, 0.24), transparent 34%),
    linear-gradient(140deg, #18386f 0%, #214e9d 100%);
  box-shadow: 0 18px 42px rgba(24, 62, 132, 0.16);
}

.nl-case--hybrid .nl-quote-card blockquote {
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 1.72;
}

.nl-case--hybrid .nl-challenges {
  padding: 86px 0;
  background: #f7f9fc;
}

.nl-case--hybrid .nl-challenges .nl-section-heading {
  max-width: 820px;
  margin: 0 0 38px;
  text-align: left;
}

.nl-case--hybrid .nl-challenges .nl-section-heading > p {
  margin-left: 0;
}

.nl-case--hybrid .nl-pair-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.nl-case--hybrid .nl-pair {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) 54px minmax(0, 1.14fr);
  grid-template-rows: auto;
  align-items: stretch;
}

.nl-case--hybrid .nl-problem-card,
.nl-case--hybrid .nl-solution-card {
  padding: 26px 28px;
  border-radius: 12px;
}

.nl-case--hybrid .nl-problem-card {
  background: #fff;
}

.nl-case--hybrid .nl-solution-card {
  background: #eef4ff;
}

.nl-case--hybrid .nl-problem-card h3,
.nl-case--hybrid .nl-solution-card h3 {
  font-size: 19px;
}

.nl-case--hybrid .nl-problem-card p,
.nl-case--hybrid .nl-solution-card p {
  font-size: 16px;
  line-height: 1.78;
}

.nl-case--hybrid .nl-card-kicker {
  font-size: 14px;
  letter-spacing: 0;
}

.nl-case--hybrid .nl-pair__arrow svg {
  transform: none;
}

.nl-case--hybrid .nl-outcome {
  margin-top: 12px;
  font-size: 14px;
}

.nl-case--hybrid .nl-story {
  padding: 96px 0 104px;
  background: #fff;
}

.nl-case--hybrid .nl-story > .nl-shell {
  width: min(1180px, calc(100% - 48px));
}

.nl-case--hybrid .nl-story .nl-section-heading {
  max-width: 820px;
  margin: 0 0 48px;
  text-align: left;
}

.nl-case--hybrid .nl-story__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 252px;
  gap: 54px;
  align-items: start;
}

.nl-case--hybrid .nl-story__content {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.nl-case--hybrid .nl-story-aside {
  position: sticky;
  top: 88px;
  grid-column: 2;
  grid-row: 1;
  display: grid;
  justify-items: start;
  padding: 26px 24px;
  border: 1px solid #e1e7f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 49, 82, 0.08);
}

.nl-case--hybrid .nl-story-aside img {
  width: 128px;
  height: auto;
  margin-bottom: 24px;
}

.nl-case--hybrid .nl-story-aside img[src*="wanpitu-mascot.png"] {
  width: 72px;
}

.nl-case--hybrid .nl-story-aside > span {
  color: var(--nl-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nl-case--hybrid .nl-story-aside > strong {
  margin-top: 8px;
  color: var(--nl-ink);
  font-size: 20px;
  line-height: 1.5;
}

.nl-case--hybrid .nl-story-aside > p {
  margin: 12px 0 20px;
  color: #6b7789;
  font-size: 13px;
  line-height: 1.7;
}

.nl-case--hybrid .nl-story-aside .nl-button {
  width: 100%;
  padding: 0 14px;
}

.nl-case--hybrid .nl-story-aside__link {
  justify-self: center;
  margin-top: 14px;
  color: #637083;
  font-size: 13px;
  text-decoration: none;
}

.nl-case--hybrid .nl-story-aside__link:hover {
  color: var(--nl-blue);
}

.nl-case--hybrid .nl-story-block,
.nl-case--hybrid .nl-story-block[hidden] {
  position: relative;
  display: block !important;
  margin: 0;
  padding: 0;
  border: 0;
  animation: none !important;
}

.nl-case--hybrid .nl-story-block + .nl-story-block {
  margin-top: 82px;
  padding-top: 82px;
  border-top: 1px solid #e5e9ef;
}

.nl-case--hybrid .nl-story-block__index {
  top: -16px;
  color: #f0f3f8;
  font-size: 88px;
}

.nl-case--hybrid .nl-story-block h3 {
  max-width: 700px;
  margin-bottom: 26px;
  font-size: 30px;
  line-height: 1.42;
}

.nl-case--hybrid .nl-story-block > p:not(.nl-story-block__eyebrow) {
  max-width: 100%;
  margin-bottom: 18px;
  color: #465467;
  font-size: 18px;
  line-height: 1.95;
}

.nl-case--hybrid .nl-story-detail {
  margin-top: 28px;
  padding-left: 22px;
  border-left: 3px solid #d9e2ef;
}

.nl-case--hybrid .nl-story-detail h4 {
  margin: 0 0 8px;
  color: #1f2a3a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.nl-case--hybrid .nl-story-detail p {
  margin: 0;
  color: #465467;
  font-size: 17px;
  line-height: 1.95;
}

.nl-case--hybrid .nl-story-detail p + p {
  margin-top: 14px;
}

.nl-case--hybrid .nl-story-detail--challenge {
  border-left-color: #ff9b73;
}

.nl-case--hybrid .nl-story-detail--solution {
  border-left-color: var(--nl-blue);
}

.nl-case--hybrid .nl-story-detail--outcome {
  border-left-color: #25a56a;
}

.nl-case--hybrid .nl-inline-note {
  max-width: 100%;
  margin: 28px 0 0;
}

body.fc-newland-case-ready .nl-inline-note + .nl-story-media {
  margin-top: 28px;
}

.nl-case--hybrid .nl-story-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  margin: 40px 0 0;
}

.nl-case--hybrid .nl-story-gallery--multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nl-case--hybrid .nl-story-gallery--tailgate {
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1.48fr);
  align-items: start;
}

.nl-case--hybrid .nl-story-gallery .nl-story-media {
  grid-column: auto;
  grid-row: auto;
  margin: 0;
}

.nl-case--hybrid .nl-story-gallery .nl-story-media--full {
  grid-column: 1 / -1;
}

.nl-case--hybrid .nl-story-media img {
  border-radius: 12px;
  box-shadow: none;
}

.nl-case--hybrid .nl-cta {
  padding: 56px 0 88px;
  border-top: 1px solid #e7ebf2;
}

.nl-case--hybrid .nl-cta__panel {
  padding: 46px 52px;
  border-radius: 20px;
}

@media (max-width: 1020px) {
  .nl-case--hybrid .nl-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 42px;
  }

  .nl-case--hybrid .nl-overview__grid {
    grid-template-columns: 1fr;
  }

  .nl-case--hybrid .nl-story__layout {
    grid-template-columns: minmax(0, 1fr) 224px;
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .nl-case--hybrid .nl-hero {
    padding: 46px 0 52px;
  }

  .nl-case--hybrid .nl-hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .nl-case--hybrid .nl-hero h1 {
    font-size: 32px;
  }

  .nl-case--hybrid .nl-title-break--mobile {
    display: block;
  }

  .nl-case--hybrid .nl-title-break--desktop {
    display: none;
  }

  .nl-case--hybrid .nl-hero__visual {
    padding: 0 0 26px;
  }

  .nl-case--hybrid .nl-hero__brand-card {
    width: calc(100% - 28px);
    min-width: 0;
    max-width: none;
  }

  .nl-case--hybrid .nl-results {
    margin-top: 0;
    padding-top: 14px;
  }

  .nl-case--hybrid .nl-results__grid {
    border-radius: 13px;
  }

  .nl-case--hybrid .nl-metric {
    min-height: 132px;
    padding: 18px 8px;
  }

  .nl-case--hybrid .nl-metric__number {
    font-size: 27px;
  }

  .nl-case--hybrid .nl-overview {
    padding: 70px 0 66px;
  }

  .nl-case--hybrid .nl-quote-card {
    padding: 28px 24px;
  }

  .nl-case--hybrid .nl-challenges {
    padding: 68px 0;
  }

  .nl-case--hybrid .nl-challenges .nl-section-heading {
    margin-bottom: 32px;
  }

  .nl-case--hybrid .nl-pair-list {
    gap: 16px;
  }

  .nl-case--hybrid .nl-pair {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .nl-case--hybrid .nl-problem-card,
  .nl-case--hybrid .nl-solution-card {
    padding: 22px;
    border: 1px solid #e2e8f2;
    border-radius: 12px;
  }

  .nl-case--hybrid .nl-pair__arrow {
    height: 38px;
  }

  .nl-case--hybrid .nl-pair__arrow svg {
    transform: rotate(90deg);
  }

  .nl-case--hybrid .nl-story {
    padding: 72px 0 76px;
  }

  .nl-case--hybrid .nl-story > .nl-shell {
    width: calc(100% - 32px);
  }

  .nl-case--hybrid .nl-story .nl-section-heading {
    margin-bottom: 40px;
  }

  .nl-case--hybrid .nl-story__layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nl-case--hybrid .nl-story__content {
    order: 1;
  }

  .nl-case--hybrid .nl-story-aside {
    position: static;
    order: 2;
    width: 100%;
    margin-top: 64px;
  }

  .nl-case--hybrid .nl-story-block + .nl-story-block {
    margin-top: 58px;
    padding-top: 58px;
  }

  .nl-case--hybrid .nl-story-block__index {
    top: -8px;
    font-size: 66px;
  }

  .nl-case--hybrid .nl-story-block h3 {
    padding-right: 24px;
    font-size: 25px;
  }

  .nl-case--hybrid .nl-story-block > p:not(.nl-story-block__eyebrow) {
    font-size: 16px;
    line-height: 1.9;
  }

  .nl-case--hybrid .nl-story-detail {
    margin-top: 24px;
    padding-left: 16px;
  }

  .nl-case--hybrid .nl-story-detail h4,
  .nl-case--hybrid .nl-story-detail p {
    font-size: 16px;
  }

  .nl-case--hybrid .nl-story-media {
    margin-top: 30px;
  }

  .nl-case--hybrid .nl-story-gallery,
  .nl-case--hybrid .nl-story-gallery--multi,
  .nl-case--hybrid .nl-story-gallery--tailgate {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 30px;
  }

  .nl-case--hybrid .nl-story-gallery .nl-story-media,
  .nl-case--hybrid .nl-story-gallery .nl-story-media--full {
    grid-column: auto;
    margin-top: 0;
  }

  .nl-case--hybrid .nl-cta {
    padding: 48px 0 72px;
  }

  .nl-case--hybrid .nl-cta__panel {
    padding: 32px 24px;
  }
}

/* Header-aligned case content refinements */
.nl-case--hybrid .nl-shell,
.nl-case--hybrid .nl-story > .nl-shell {
  width: min(1330px, calc(calc(100 * var(--fc-layout-vw, 1vw)) - 32px));
  margin-left: max(16px, calc((calc(100 * var(--fc-layout-vw, 1vw)) - 1330px) / 2));
  margin-right: 0;
}

.nl-case--hybrid .nl-cta {
  border-top: 0;
}

@media (min-width: 1021px) {
  .nl-case--hybrid .nl-story-block h3 {
    max-width: none;
    white-space: normal;
    font-size: clamp(28px, calc(2.3 * var(--fc-layout-vw, 1vw)), 30px);
    letter-spacing: 0;
  }
}

@media (min-width: 769px) and (max-width: 1020px) {
  .nl-case--hybrid .nl-story__layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nl-case--hybrid .nl-story__content {
    order: 1;
    width: min(100%, 860px);
    min-width: 0;
  }

  .nl-case--hybrid .nl-story-aside {
    position: static;
    order: 2;
    width: min(100%, 520px);
    max-width: none;
    margin: 56px auto 0;
  }

  .nl-case--hybrid .nl-story-block h3 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.nl-case--hybrid .nl-hero__copy > .nl-breadcrumb {
  position: absolute;
  top: -38px;
  left: 0;
  z-index: 4;
  margin: 0;
}

.nl-case--hybrid .nl-breadcrumb__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.nl-case--hybrid .nl-breadcrumb__back svg {
  width: 16px;
  height: 16px;
}

.nl-case--hybrid .nl-breadcrumb__back:hover {
  color: var(--nl-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 768px) {
  .nl-case--hybrid .nl-hero__copy > .nl-breadcrumb {
    position: static;
    margin-bottom: 20px;
  }

  .nl-case--hybrid .nl-breadcrumb__back {
    font-size: 12px;
  }
}

.nl-case--hybrid .nl-story-block__index {
  display: none;
}

.nl-case--hybrid .nl-story-block + .nl-story-block {
  margin-top: 72px;
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 768px) {
  .nl-case--hybrid .nl-story-block + .nl-story-block {
    margin-top: 60px;
  }
}

/* Final typography and spacing refinements */
.nl-case--hybrid .nl-challenges .nl-section-heading {
  max-width: 1000px;
}

.nl-case--hybrid .nl-challenges .nl-section-heading h2 {
  font-size: clamp(30px, calc(2.65 * var(--fc-layout-vw, 1vw)), 36px);
}

.nl-case--hybrid .nl-story-block > p:not(.nl-story-block__eyebrow) {
  line-height: 1.85;
}

@media (max-width: 768px) {
  .nl-case--hybrid .nl-hero__copy,
  .nl-case--hybrid .nl-hero__visual,
  .nl-case--hybrid .nl-hero h1,
  .nl-case--hybrid .nl-hero__lead,
  .nl-case--hybrid .nl-hero__image-wrap {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .nl-case--hybrid .nl-hero h1,
  .nl-case--hybrid .nl-hero__lead,
  .nl-case--hybrid .nl-eyebrow {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .nl-case--hybrid .nl-hero__lead {
    font-size: 16px;
    line-height: 1.8;
  }

  .nl-case--hybrid .nl-metric__number {
    font-size: clamp(20px, calc(5.5 * var(--fc-layout-vw, 1vw)), 23px);
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .nl-case--hybrid .nl-challenges .nl-section-heading h2 {
    font-size: 29px;
  }

  .nl-case--hybrid .nl-problem-card,
  .nl-case--hybrid .nl-solution-card {
    padding: 18px 20px;
  }

  .nl-case--hybrid .nl-problem-card p,
  .nl-case--hybrid .nl-solution-card p {
    display: block;
    font-size: 16px;
    line-height: 1.75;
  }

  .nl-case--hybrid .nl-pair__arrow {
    height: 30px;
  }

  .nl-case--hybrid .nl-outcome {
    margin-top: 10px;
  }

  .nl-case--hybrid .nl-story-block > p:not(.nl-story-block__eyebrow) {
    line-height: 1.85;
  }
}

/* Dedicated placeholder for cases whose source content is not yet published. */
.nl-coming-soon {
  min-height: calc(100vh - 72px);
  background: #fff;
}

.nl-coming-soon__stage {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  padding: 88px 24px 120px;
  background:
    radial-gradient(circle at 50% 28%, rgba(49, 105, 255, 0.11), transparent 36%),
    linear-gradient(180deg, #f8faff 0%, #fff 58%);
}

.nl-coming-soon__panel {
  width: min(720px, 100%);
  text-align: center;
}

.nl-coming-soon__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 52px;
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.nl-coming-soon__back:hover {
  color: var(--nl-blue);
}

.nl-coming-soon__back svg {
  width: 17px;
  height: 17px;
}

.nl-coming-soon__brand {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.nl-coming-soon__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 244px;
  min-height: 86px;
  padding: 18px 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: linear-gradient(135deg, #11233d 0%, #173153 100%);
  box-shadow: 0 18px 45px rgba(16, 34, 59, 0.14);
}

.nl-coming-soon__brand img {
  width: min(220px, calc(56 * var(--fc-layout-vw, 1vw)));
  max-height: 72px;
  object-fit: contain;
}

.nl-coming-soon__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(49, 105, 255, 0.2);
  border-radius: 999px;
  background: rgba(49, 105, 255, 0.07);
  color: var(--nl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nl-coming-soon h1 {
  margin: 24px 0 18px;
  color: #101828;
  font-size: clamp(38px, calc(4.5 * var(--fc-layout-vw, 1vw)), 52px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.nl-coming-soon__panel > p {
  max-width: 570px;
  margin: 0 auto 36px;
  color: #667085;
  font-size: 17px;
  line-height: 1.8;
}

.nl-coming-soon .nl-button {
  min-width: 156px;
}

@media (max-width: 768px) {
  .nl-coming-soon,
  .nl-coming-soon__stage {
    min-height: calc(100vh - 64px);
  }

  .nl-coming-soon__stage {
    padding: 58px 20px 88px;
  }

  .nl-coming-soon__back {
    margin-bottom: 40px;
    font-size: 13px;
  }

  .nl-coming-soon__brand {
    min-height: 60px;
    margin-bottom: 24px;
  }

  .nl-coming-soon__brand img {
    max-height: 60px;
  }

  .nl-coming-soon__logo {
    min-width: 218px;
    min-height: 76px;
    padding: 16px 22px;
  }

  .nl-coming-soon h1 {
    margin-top: 20px;
    font-size: 32px;
    letter-spacing: -0.03em;
  }

  .nl-coming-soon__panel > p {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
