.nlm-page {
--nlm-navy:var(--brand-navy);
  --nlm-indigo:var(--brand-indigo);
  --nlm-lavender:var(--brand-lavender);
  --nlm-lavender-soft:#ECE5FF;
  --nlm-off-white:var(--brand-off-white);
  --nlm-stone:var(--brand-stone);
  --nlm-white:var(--brand-white);
  --nlm-text-soft:#5C6474;
  --nlm-border:rgba(15,23,42,.12);

  color:var(--nlm-navy);
  background:var(--nlm-white);
  overflow:hidden;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
}

.nlm-page *,
.nlm-page *::before,
.nlm-page *::after {
box-sizing:border-box;
}

.nlm-shell {
width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

.nlm-eyebrow {
margin:0 0 14px;
  color:var(--nlm-indigo);
  font-size:11px;
  font-weight:850;
  line-height:1.3;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.nlm-eyebrow-dash {
display:inline-flex;
  align-items:center;
  gap:11px;
}

.nlm-eyebrow-dash::before {
content:"";
  width:25px;
  height:1px;
  flex:0 0 25px;
  background:var(--nlm-lavender);
}

.nlm-section-heading-centred {
max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.nlm-section-heading h2,
.nlm-who h2,
.nlm-included-copy h2,
.nlm-adhoc h2,
.nlm-faq-heading h2,
.nlm-closing h2 {
margin:0;
  color:var(--nlm-navy);
  font-size:clamp(31px,4vw,50px);
  font-weight:720;
  line-height:1.04;
  letter-spacing:-.045em;
}

.nlm-btn {
display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:13px 21px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nlm-btn:hover {
transform:translateY(-2px);
}

.nlm-btn-primary {
color:var(--brand-white) !important;
  background:var(--nlm-indigo);
  box-shadow:0 12px 25px rgba(79,93,255,.22);
}

.nlm-btn-secondary {
color:var(--nlm-navy) !important;
  background:var(--brand-white);
  border:1px solid rgba(79,93,255,.3);
}

.nlm-hero {
position:relative;
  min-height:650px;
  padding:42px 0 40px;
  background:
    radial-gradient(circle at 82% 42%, rgba(167,139,250,.22), transparent 30%),
    linear-gradient(135deg, var(--brand-white) 0%, var(--nlm-off-white) 100%);
}

.nlm-hero::after {
content:"";
  position:absolute;
  right:-110px;
  bottom:-170px;
  width:440px;
  height:440px;
  border:1px solid rgba(79,93,255,.12);
  border-radius:50%;
}

.nlm-hero-grid {
position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:50px;
  align-items:center;
  padding-top:22px;
}

.nlm-hero-copy h1 {
max-width:760px;
  margin:0 0 16px;
  color:var(--nlm-navy);
  font-size:clamp(44px,5.1vw,68px);
  font-weight:680;
  line-height:.97;
  letter-spacing:-.052em;
}

.nlm-hero-copy h1 span {
display:block;
  margin-top:2px;
  color:var(--nlm-indigo);
}

.nlm-hero-lead {
max-width:720px;
  margin:0 0 14px;
  color:var(--nlm-navy);
  font-size:21px;
  font-weight:720;
  line-height:1.42;
}

.nlm-hero-copy > p {
max-width:750px;
  color:var(--nlm-text-soft);
  font-size:16px;
  line-height:1.58;
}

.nlm-hero-note {
color:var(--nlm-indigo) !important;
  font-weight:760;
}

.nlm-price-row {
display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  max-width:720px;
  margin:28px 0 12px;
}

.nlm-price-card {
padding:18px 20px;
  background:var(--brand-white);
  border:1px solid var(--nlm-border);
  border-radius:14px;
}

.nlm-price-card-featured {
color:var(--brand-white);
  background:var(--nlm-navy);
  border-color:var(--nlm-navy);
}

.nlm-price-label {
margin:0 0 7px !important;
  color:var(--nlm-indigo) !important;
  font-size:9px !important;
  font-weight:850 !important;
  letter-spacing:1.7px;
}

.nlm-price-card-featured .nlm-price-label {
color:var(--nlm-lavender) !important;
}

.nlm-price-line {
display:flex;
  align-items:baseline;
  gap:9px;
}

.nlm-price-line strong {
font-size:34px;
  line-height:1;
  letter-spacing:-.04em;
}

.nlm-price-line span {
font-size:12px;
  font-weight:760;
}

.nlm-price-card small {
display:block;
  margin-top:5px;
  color:var(--nlm-text-soft);
  font-size:11px;
  line-height:1.45;
}

.nlm-price-card-featured small,
.nlm-price-card-featured .nlm-price-line span {
color:rgba(255,255,255,.72);
}

.nlm-billing-note {
margin:0 0 24px;
  color:var(--nlm-text-soft);
  font-size:12px !important;
}

.nlm-button-row {
display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.nlm-hero-visual {
display:flex;
  justify-content:center;
}

.nlm-hero-image-card {
width:min(100%,540px);
  padding:18px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(79,93,255,.12);
  border-radius:26px;
  box-shadow:0 20px 55px rgba(79,93,255,.14);
  backdrop-filter: blur(6px);
}

.nlm-hero-image-card img {
display:block;
  width:100%;
  height:auto;
  border-radius:18px;
}

.nlm-strip {
background:linear-gradient(90deg, rgba(245,243,239,1) 0%, rgba(230,225,218,.78) 48%, rgba(167,139,250,.18) 100%);
  border-top:1px solid rgba(79,93,255,.18);
  border-bottom:1px solid rgba(79,93,255,.18);
}

.nlm-strip-grid {
width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.nlm-strip-grid > div {
min-height:68px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  padding:10px 18px;
  text-align:center;
}

.nlm-strip-grid > div + div {
border-left:1px solid rgba(15,23,42,.12);
}

.nlm-strip-grid strong {
color:var(--nlm-indigo);
  font-size:13px;
  font-weight:850;
  line-height:1.25;
}

.nlm-strip-grid span {
color:var(--nlm-text-soft);
  font-size:10px;
  line-height:1.3;
}

.nlm-support {
padding:88px 0;
  background:var(--brand-white);
}

.nlm-support-grid {
display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.nlm-tier-card {
padding:30px;
  background:var(--nlm-off-white);
  border:1px solid rgba(15,23,42,.1);
  border-radius:22px;
}

.nlm-tier-card-featured {
color:var(--brand-white);
  background:linear-gradient(145deg,var(--nlm-navy),#202a49);
  border-color:transparent;
  box-shadow:0 18px 45px rgba(15,23,42,.15);
}

.nlm-tier-number {
display:block;
  margin-bottom:22px;
  color:var(--nlm-indigo);
  font-size:12px;
  font-weight:850;
}

.nlm-tier-card-featured .nlm-tier-number,
.nlm-tier-card-featured .nlm-tier-kicker {
color:#cbbcff;
}

.nlm-tier-kicker {
margin:0 0 6px;
  color:var(--nlm-indigo);
  font-size:10px;
  font-weight:850;
  letter-spacing:1.8px;
}

.nlm-tier-card h3 {
margin:0 0 14px;
  color:var(--nlm-navy);
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.04em;
}

.nlm-tier-card-featured h3 {
color:var(--brand-white);
}

.nlm-tier-price {
display:flex;
  align-items:baseline;
  gap:11px;
  margin-bottom:4px;
}

.nlm-tier-price strong {
font-size:44px;
  line-height:1;
  letter-spacing:-.045em;
}

.nlm-tier-price span {
font-size:13px;
  font-weight:760;
}

.nlm-tier-subline {
margin:0 0 16px !important;
  color:var(--nlm-indigo) !important;
  font-size:14px !important;
  font-weight:780 !important;
}

.nlm-tier-card-featured .nlm-tier-subline,
.nlm-tier-card-featured .nlm-tier-price span {
color:#cbbcff !important;
}

.nlm-tier-card > p {
color:var(--nlm-text-soft);
  font-size:14px;
  line-height:1.58;
}

.nlm-tier-card-featured > p {
color:rgba(255,255,255,.8);
}

.nlm-tier-card ul,
.nlm-included-panel ul {
display:grid;
  gap:8px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.nlm-tier-card li,
.nlm-included-panel li {
position:relative;
  padding-left:21px;
  color:#4F5868;
  font-size:13px;
  line-height:1.45;
}

.nlm-tier-card li::before,
.nlm-included-panel li::before {
content:"✓";
  position:absolute;
  left:0;
  color:var(--nlm-indigo);
  font-weight:900;
}

.nlm-tier-card-featured li {
color:rgba(255,255,255,.8);
}

.nlm-tier-card-featured li::before {
color:var(--nlm-lavender);
}

.nlm-tier-extra {
margin-top:18px !important;
  color:var(--nlm-navy) !important;
  font-size:13px !important;
  font-weight:700 !important;
}

.nlm-tier-card-featured .nlm-tier-extra {
color:var(--brand-white) !important;
}

.nlm-tier-payment {
margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(15,23,42,.12);
}

.nlm-tier-card-featured .nlm-tier-payment {
border-top-color:rgba(255,255,255,.12);
}

.nlm-tier-payment strong,
.nlm-tier-payment span {
display:block;
}

.nlm-tier-payment strong {
font-size:14px;
}

.nlm-tier-payment span {
color:var(--nlm-text-soft);
  font-size:12px;
}

.nlm-tier-card-featured .nlm-tier-payment span {
color:rgba(255,255,255,.7);
}

.nlm-who {
padding:84px 0;
  background:var(--nlm-off-white);
}

.nlm-who-grid,
.nlm-allocation-heading,
.nlm-included-grid,
.nlm-adhoc-grid,
.nlm-closing-grid {
display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:68px;
  align-items:start;
}

.nlm-who-copy p,
.nlm-allocation-heading p,
.nlm-included-copy p:not(.nlm-eyebrow),
.nlm-adhoc-grid > div:last-child p,
.nlm-closing p {
margin:0 0 14px;
  color:var(--nlm-text-soft);
  font-size:16px;
  line-height:1.65;
}

.nlm-who-copy strong,
.nlm-allocation-heading strong,
.nlm-adhoc-grid strong {
color:var(--nlm-navy);
}

.nlm-pace {
padding:88px 0;
  background:linear-gradient(120deg, var(--nlm-off-white) 0%, rgba(167,139,250,.14) 100%);
}

.nlm-pace-grid {
display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.nlm-pace-grid article {
min-height:245px;
  padding:24px;
  background:linear-gradient(145deg, var(--brand-white), rgba(167,139,250,.12));
  border:1px solid rgba(79,93,255,.17);
  border-radius:18px;
}

.nlm-pace-grid article:nth-child(even) {
background:linear-gradient(145deg, rgba(167,139,250,.18), var(--brand-white));
}

.nlm-pace-letter {
width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  color:var(--brand-white);
  background:var(--nlm-indigo);
  border-radius:14px;
  font-size:27px;
  font-weight:850;
}

.nlm-pace-grid article:nth-child(2) .nlm-pace-letter,
.nlm-pace-grid article:nth-child(4) .nlm-pace-letter {
color:var(--nlm-navy);
  background:var(--nlm-lavender);
}

.nlm-pace-step {
margin:0 0 4px;
  color:var(--nlm-indigo);
  font-size:9px;
  font-weight:850;
  letter-spacing:1.8px;
}

.nlm-pace-grid h3 {
margin:0 0 8px;
  font-size:22px;
  line-height:1.12;
}

.nlm-pace-grid article > p:last-child {
margin:0;
  color:var(--nlm-text-soft);
  font-size:13px;
  line-height:1.58;
}

.nlm-allocation {
padding:88px 0;
  background:var(--brand-white);
}

.nlm-allocation-grid {
display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--nlm-border);
  border-left:1px solid var(--nlm-border);
}

.nlm-allocation-grid article {
min-height:235px;
  padding:24px;
  background:var(--nlm-off-white);
  border-right:1px solid var(--nlm-border);
  border-bottom:1px solid var(--nlm-border);
}

.nlm-allocation-grid span {
display:block;
  margin-bottom:42px;
  color:var(--nlm-indigo);
  font-size:12px;
  font-weight:850;
}

.nlm-allocation-grid h3 {
margin:0 0 10px;
  font-size:21px;
  line-height:1.15;
}

.nlm-allocation-grid p {
margin:0;
  color:var(--nlm-text-soft);
  font-size:13px;
  line-height:1.55;
}

.nlm-included {
padding:92px 0;
  background:var(--nlm-stone);
}

.nlm-included-panel {
padding:36px;
  color:var(--brand-white);
  background:linear-gradient(145deg,var(--nlm-navy),#202a49);
  border-radius:23px;
  box-shadow:0 20px 55px rgba(15,23,42,.18);
}

.nlm-included-panel ul {
margin:0;
}

.nlm-included-panel li {
color:rgba(255,255,255,.82);
  font-size:13px;
}

.nlm-included-panel li::before {
color:var(--nlm-lavender);
}

.nlm-adhoc {
padding:84px 0;
  background:var(--brand-white);
}

.nlm-scope {
padding:88px 0;
  background:var(--nlm-off-white);
}

.nlm-scope .nlm-section-heading {
margin-bottom:38px;
}

.nlm-scope-grid {
display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}

.nlm-scope-grid article {
padding:25px;
  background:var(--brand-white);
  border:1px solid rgba(15,23,42,.1);
  border-radius:16px;
}

.nlm-scope-grid h3 {
margin:0 0 10px;
  font-size:19px;
  line-height:1.2;
}

.nlm-scope-grid p {
margin:0;
  color:var(--nlm-text-soft);
  font-size:13px;
  line-height:1.58;
}

.nlm-insight-cycle {
padding:88px 0;
  background:var(--brand-white);
}

.nlm-insight-cycle-heading {
display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:68px;
  align-items:start;
  margin-bottom:38px;
}

.nlm-insight-cycle h2 {
max-width:720px;
  margin:0;
  color:var(--nlm-navy);
  font-size:clamp(32px,4vw,48px);
  font-weight:720;
  line-height:1.06;
  letter-spacing:-.045em;
}

.nlm-insight-cycle-copy p {
margin:0 0 14px;
  color:var(--nlm-text-soft);
  font-size:15px;
  line-height:1.68;
}

.nlm-insight-cycle-copy p:last-child {
margin-bottom:0;
  color:var(--nlm-navy);
  font-weight:680;
}

.nlm-insight-cycle-flow {
display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--nlm-border);
  border-left:1px solid var(--nlm-border);
}

.nlm-insight-cycle-flow article {
min-height:205px;
  padding:23px;
  background:var(--nlm-off-white);
  border-right:1px solid var(--nlm-border);
  border-bottom:1px solid var(--nlm-border);
}

.nlm-insight-cycle-flow span {
display:block;
  margin-bottom:31px;
  color:var(--nlm-indigo);
  font-size:11px;
  font-weight:850;
}

.nlm-insight-cycle-flow strong {
display:block;
  margin-bottom:8px;
  color:var(--nlm-navy);
  font-size:19px;
}

.nlm-insight-cycle-flow p {
margin:0;
  color:var(--nlm-text-soft);
  font-size:12px;
  line-height:1.55;
}

.nlm-supporting-proof {
display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
  margin-top:30px;
  padding:26px 28px;
  background:rgba(245,243,239,.72);
  border:1px solid rgba(15,23,42,.10);
  border-left:4px solid var(--nlm-lavender);
  border-radius:16px;
}

.nlm-supporting-proof h3 {
margin:0 0 10px;
  color:var(--nlm-navy);
  font-size:24px;
  line-height:1.18;
  letter-spacing:-.03em;
}

.nlm-supporting-proof p {
margin:0;
  color:var(--nlm-text-soft);
  font-size:14px;
  line-height:1.65;
}

.nlm-supporting-proof-links {
display:grid;
  gap:10px;
}

.nlm-supporting-proof-links a {
display:block;
  padding:16px 18px;
  color:var(--nlm-navy);
  background:rgba(255,255,255,.84);
  border:1px solid rgba(15,23,42,.09);
  border-radius:12px;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.nlm-supporting-proof-links a:hover,
.nlm-supporting-proof-links a:focus {
transform:translateY(-2px);
  border-color:rgba(79,93,255,.28);
  box-shadow:0 8px 20px rgba(15,23,42,.06);
}

.nlm-supporting-proof-links span {
display:block;
  margin-bottom:5px;
  color:var(--nlm-indigo);
  font-size:10px;
  font-weight:850;
  letter-spacing:.12em;
}

.nlm-supporting-proof-links strong {
display:block;
  margin-bottom:4px;
  color:var(--nlm-navy);
  font-size:15px;
}

.nlm-supporting-proof-links small {
display:block;
  color:var(--nlm-text-soft);
  font-size:12px;
  line-height:1.5;
}

.nlm-related-insight-links span {
margin-bottom:7px;
  color:var(--nlm-indigo);
  font-size:9px;
  font-weight:850;
  letter-spacing:1.5px;
}

.nlm-related-insight-links strong {
margin-bottom:5px;
  font-size:16px;
  line-height:1.35;
}

.nlm-related-insight-links small {
color:var(--nlm-text-soft);
  font-size:12px;
  line-height:1.5;
}

@media (max-width:900px){.nlm-supporting-proof {
grid-template-columns:1fr;
}

.nlm-insight-cycle-heading,
.nlm-related-insights {
grid-template-columns:1fr;
    gap:28px;
}

.nlm-insight-cycle-flow {
grid-template-columns:repeat(2,1fr);
}}

@media (max-width:620px){.nlm-insight-cycle {
padding:68px 0;
}

.nlm-insight-cycle-flow {
grid-template-columns:1fr;
}

.nlm-related-insights {
padding:22px;
}}

.nlm-experience {
padding:88px 0;
  background:
    linear-gradient(
      110deg,
      var(--nlm-stone) 0%,
      var(--nlm-off-white) 70%,
      rgba(167,139,250,.16) 100%
    );
  border-top:1px solid rgba(15,23,42,.1);
  border-bottom:1px solid rgba(15,23,42,.1);
}

.nlm-experience-grid {
display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
}

.nlm-experience h2 {
max-width:730px;
  margin:0 0 20px;
  color:var(--nlm-navy);
  font-size:clamp(32px,4vw,48px);
  line-height:1.06;
  letter-spacing:-.045em;
}

.nlm-experience-copy > p:not(.nlm-eyebrow) {
max-width:720px;
  color:var(--nlm-text-soft);
  font-size:15px;
  line-height:1.72;
}

.nlm-experience-link {
display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:8px;
  color:var(--nlm-indigo) !important;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}

.nlm-experience-link:hover {
color:var(--nlm-navy) !important;
}

.nlm-credential-grid {
display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.nlm-credential-grid article {
min-height:170px;
  padding:22px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(79,93,255,.14);
  border-top:4px solid var(--nlm-indigo);
  border-radius:13px;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
}

.nlm-credential-grid article:nth-child(even) {
border-top-color:var(--nlm-lavender);
}

.nlm-credential-grid span {
display:block;
  margin-bottom:16px;
  color:var(--nlm-indigo);
  font-size:10px;
  font-weight:850;
  letter-spacing:1.5px;
}

.nlm-credential-grid strong {
display:block;
  margin-bottom:8px;
  color:var(--nlm-navy);
  font-size:17px;
  line-height:1.3;
}

.nlm-credential-grid p {
margin:0;
  color:var(--nlm-text-soft);
  font-size:12px;
  line-height:1.55;
}

@media (max-width:900px){.nlm-experience-grid {
grid-template-columns:1fr;
    gap:36px;
}}

@media (max-width:620px){.nlm-experience {
padding:68px 0;
}

.nlm-credential-grid {
grid-template-columns:1fr;
}

.nlm-credential-grid article {
min-height:auto;
}}

.nlm-faq {
padding:90px 0;
  background:var(--brand-white);
}

.nlm-faq-heading {
max-width:800px;
  margin-bottom:42px;
}

.nlm-faq-grid {
display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  align-items:start;
}

.nlm-faq-column {
display:grid;
  gap:11px;
}

.nlm-faq details {
background:var(--nlm-off-white);
  border:1px solid rgba(15,23,42,.1);
  border-radius:13px;
  overflow:hidden;
}

.nlm-faq summary {
position:relative;
  padding:18px 48px 18px 19px;
  color:var(--nlm-navy);
  font-size:14px;
  font-weight:780;
  line-height:1.4;
  cursor:pointer;
  list-style:none;
}

.nlm-faq summary::-webkit-details-marker {
display:none;
}

.nlm-faq summary::after {
content:"+";
  position:absolute;
  top:50%;
  right:18px;
  color:var(--nlm-indigo);
  font-size:23px;
  font-weight:500;
  transform:translateY(-50%);
}

.nlm-faq details[open] summary::after {
content:"–";
}

.nlm-faq details > div {
padding:0 19px 18px;
}

.nlm-faq details p {
margin:0;
  color:var(--nlm-text-soft);
  font-size:13px;
  line-height:1.62;
}

.nlm-closing {
padding:55px 0;
  color:var(--nlm-navy);
  background:
    linear-gradient(105deg, rgba(167,139,250,.92), rgba(167,139,250,.58) 52%, var(--nlm-off-white) 100%);
  border-top:1px solid rgba(15,23,42,.1);
}

.nlm-closing-actions {
display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:11px;
}

.nlm-closing-prices {
width:100%;
  margin-bottom:3px;
}

.nlm-closing-prices strong,
.nlm-closing-prices span {
display:block;
}

.nlm-closing-prices strong {
font-size:17px;
}

.nlm-closing-prices span {
color:var(--nlm-indigo);
  font-size:14px;
  font-weight:800;
}

@media (max-width:1050px){.nlm-hero-grid,
.nlm-who-grid,
.nlm-allocation-heading,
.nlm-included-grid,
.nlm-adhoc-grid,
.nlm-closing-grid {
grid-template-columns:1fr;
    gap:35px;
}

.nlm-strip-grid {
grid-template-columns:repeat(2,1fr);
}

.nlm-strip-grid > div:nth-child(3) {
border-left:0;
    border-top:1px solid rgba(15,23,42,.12);
}

.nlm-strip-grid > div:nth-child(4) {
border-top:1px solid rgba(15,23,42,.12);
}

.nlm-pace-grid {
grid-template-columns:repeat(2,1fr);
}

.nlm-allocation-grid {
grid-template-columns:repeat(2,1fr);
}

.nlm-scope-grid {
grid-template-columns:repeat(2,1fr);
}}

@media (max-width:900px){.nlm-support-grid,
.nlm-faq-grid {
grid-template-columns:1fr;
}}

@media (max-width:680px){.nlm-shell,
.nlm-strip-grid {
width:min(100% - 28px,1180px);
}

.nlm-hero {
padding:50px 0 48px;
    min-height:auto;
}

.nlm-hero-copy {
text-align:center;
}

.nlm-hero-copy h1 {
font-size:40px;
    letter-spacing:-2.4px;
}

.nlm-hero-lead {
font-size:18px;
}

.nlm-price-row,
.nlm-pace-grid,
.nlm-allocation-grid,
.nlm-scope-grid,
.nlm-strip-grid {
grid-template-columns:1fr;
}

.nlm-button-row,
.nlm-closing-actions {
flex-direction:column;
}

.nlm-btn {
width:100%;
}

.nlm-support,
.nlm-who,
.nlm-pace,
.nlm-allocation,
.nlm-included,
.nlm-adhoc,
.nlm-scope,
.nlm-faq {
padding:62px 0;
}

.nlm-strip-grid > div + div,
.nlm-strip-grid > div:nth-child(3),
.nlm-strip-grid > div:nth-child(4) {
border-left:0;
    border-top:1px solid rgba(15,23,42,.12);
}

.nlm-strip-grid > div {
min-height:54px;
    align-items:flex-start;
    padding:9px 16px;
    text-align:left;
}

.nlm-eyebrow-dash {
justify-content:center;
}

.nlm-section-heading-centred,
.nlm-closing-grid > div:first-child {
text-align:center;
}}

.nlm-hero {
min-height: auto;
  padding: 18px 0 30px;
}

.nlm-hero-grid {
display: block;
  max-width: 980px;
  padding-top: 0;
}

.nlm-hero-copy {
max-width: 830px;
}

.nlm-hero-copy h1 {
margin-bottom: 13px;
}

.nlm-hero-lead {
margin-bottom: 10px;
}

.nlm-hero-copy > p {
margin-bottom: 10px;
}

.nlm-hero-note {
margin-bottom: 20px !important;
}

.nlm-button-row {
margin-top: 20px;
}

.nlm-hero::after {
width: 330px;
  height: 330px;
  right: -125px;
  bottom: -190px;
}

.nlm-hero-image-card,
.nlm-price-row,
.nlm-billing-note {
display: none !important;
}

#nlm-support-title,
#nlm-who-title,
#nlm-pace-title,
#nlm-allocation-title {
color: var(--nlm-indigo);
}

.nlm-support {
padding: 70px 0;
}

.nlm-support .nlm-section-heading {
margin-bottom: 28px;
}

.nlm-support-grid {
align-items: stretch;
}

.nlm-tier-card {
display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 27px;
}

.nlm-tier-heading {
display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 15px;
}

.nlm-tier-number {
width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--brand-white);
  background: var(--nlm-indigo);
  border-radius: 50%;
  font-size: 10px;
}

.nlm-tier-card-featured .nlm-tier-number {
color: var(--nlm-navy);
  background: #cbbcff;
}

.nlm-tier-kicker {
margin: 1px 0 4px;
}

.nlm-tier-card h3 {
margin: 0;
  font-size: 25px;
}

.nlm-tier-price {
margin-top: 2px;
}

.nlm-tier-card ul {
margin-top: 14px;
}

.nlm-tier-payment {
margin-top: auto;
  padding-top: 18px;
}

.nlm-who,
.nlm-pace,
.nlm-allocation {
padding-top: 72px;
  padding-bottom: 72px;
}

.nlm-allocation-heading {
max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
}

.nlm-allocation-intro {
max-width: 720px;
  margin: 16px auto 0;
}

.nlm-allocation-intro p {
margin: 0 0 10px;
  color: var(--nlm-text-soft);
  font-size: 15px;
  line-height: 1.58;
}

.nlm-allocation-intro strong {
color: var(--nlm-navy);
}

.nlm-btn {
gap: 13px;
  min-height: 54px;
  padding-right: 25px;
  padding-left: 25px;
}

@media (max-width: 760px){.nlm-hero {
padding-top: 12px;
}

.nlm-tier-heading {
grid-template-columns: 36px minmax(0, 1fr);
}}

.nlm-hero {
min-height: auto;
  overflow: hidden;
  padding: 18px 0 30px;
  background:
    radial-gradient(
      circle at 82% 42%,
      rgba(167, 139, 250, .22),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--brand-white) 0%,
      var(--nlm-off-white) 100%
    );
}

.nlm-hero-grid {
grid-template-columns: 1.04fr .96fr;
  gap: 46px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.nlm-hero-visual {
display: flex;
  align-items: center;
  justify-content: center;
}

.nlm-hero-image-card {
width: min(100%, 560px);
  padding: 0 !important;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.nlm-hero-image-card img {
width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  mix-blend-mode: multiply;
}

.nlm-hero-copy h1 {
margin-bottom: 14px;
}

.nlm-hero-lead {
margin-bottom: 10px;
}

.nlm-hero-copy > p {
margin-bottom: 10px;
}

.nlm-hero-note {
margin-bottom: 20px !important;
}

.nlm-button-row {
margin-top: 18px;
}

@media (max-width: 980px){.nlm-hero-grid {
grid-template-columns: 1fr;
    gap: 28px;
}

.nlm-hero-visual {
max-width: 540px;
    margin: 0 auto;
}}

@media (max-width: 680px){.nlm-hero {
padding-top: 10px;
    padding-bottom: 24px;
}

.nlm-hero-grid {
gap: 22px;
}

.nlm-hero-image-card {
width: min(100%, 430px);
}}

.nlm-hero {
min-height:650px;
  overflow:hidden;
  padding:42px 0 40px;
  background:
    radial-gradient(
      circle at 82% 42%,
      rgba(167,139,250,.22),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--brand-white) 0%,
      var(--nlm-off-white) 100%
    );
}

.nlm-hero-grid {
grid-template-columns:1.22fr .78fr;
  gap:48px;
  align-items:start;
  padding-top:22px;
}

.nlm-hero-visual {
display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(50px);
  background:transparent;
  border:0;
  box-shadow:none;
}

.nlm-pace-orbit-wrap {
position:relative;
  width:315px;
  height:315px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.nlm-pace-orbit-line {
position:absolute;
  inset:17px;
  border:1px solid rgba(79,93,255,.25);
  border-radius:50%;
}

.nlm-pace-orbit-wrap::after {
content:"";
  position:absolute;
  inset:65px;
  border:1px dashed rgba(167,139,250,.38);
  border-radius:50%;
}

.nlm-pace-centre {
position:relative;
  z-index:3;
  width:180px;
  height:180px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:
    radial-gradient(
      circle at 40% 30%,
      var(--brand-white) 0%,
      #eee7ff 64%,
      #d8c9ff 100%
    );
  border:8px solid rgba(255,255,255,.8);
  outline:1px solid rgba(79,93,255,.26);
  border-radius:50%;
  box-shadow:0 24px 60px rgba(79,93,255,.17);
  text-align:center;
}

.nlm-pace-avatar {
position:relative;
  width:58px;
  height:58px;
  margin-bottom:13px;
  overflow:hidden;
  background:linear-gradient(135deg,#b99cf8,#9b7af2);
  border-radius:14px;
}

.nlm-pace-n {
position:absolute;
  left:12px;
  bottom:5px;
  color:var(--brand-white);
  font-size:42px;
  font-weight:300;
  line-height:1;
}

.nlm-pace-slash {
position:absolute;
  top:8px;
  right:11px;
  width:9px;
  height:43px;
  background:#242366;
  transform:skew(-13deg);
}

.nlm-pace-centre > strong {
display:block;
  color:var(--nlm-navy);
  font-size:25px;
  line-height:1;
  letter-spacing:-.04em;
}

.nlm-pace-centre > span {
display:block;
  margin-top:4px;
  color:var(--nlm-lavender);
  font-size:25px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.04em;
}

.nlm-pace-node {
position:absolute;
  z-index:4;
  width:82px;
  height:82px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:var(--brand-white);
  background:linear-gradient(145deg,var(--brand-lavender),#6556de);
  border:5px solid rgba(255,255,255,.92);
  border-radius:50%;
  box-shadow:0 12px 27px rgba(79,93,255,.23);
  text-align:center;
}

.nlm-pace-node strong {
display:block;
  font-size:29px;
  line-height:.9;
}

.nlm-pace-node span {
display:block;
  margin-top:6px;
  font-size:7px;
  font-weight:850;
  line-height:1;
  letter-spacing:.35px;
  text-transform:uppercase;
}

.nlm-pace-prioritise {
top:-6px;
  left:50%;
  transform:translateX(-50%);
}

.nlm-pace-action {
top:50%;
  right:-6px;
  transform:translateY(-50%);
}

.nlm-pace-connect {
bottom:-6px;
  left:50%;
  transform:translateX(-50%);
}

.nlm-pace-evaluate {
top:50%;
  left:-6px;
  transform:translateY(-50%);
}

.nlm-pace-dot {
position:absolute;
  z-index:3;
  width:17px;
  height:17px;
  background:var(--nlm-lavender);
  border:4px solid rgba(255,255,255,.9);
  border-radius:50%;
  box-shadow:0 5px 14px rgba(79,93,255,.18);
}

.nlm-pace-dot-one {
top:34px;
  left:48px;
}

.nlm-pace-dot-two {
top:34px;
  right:48px;
}

.nlm-pace-dot-three {
right:48px;
  bottom:34px;
}

.nlm-pace-dot-four {
left:48px;
  bottom:34px;
}

@media (max-width:1040px){.nlm-hero {
min-height:auto;
}

.nlm-hero-grid {
grid-template-columns:1.12fr .88fr;
    gap:35px;
}

.nlm-pace-orbit-wrap {
width:285px;
    height:285px;
}

.nlm-pace-node {
width:75px;
    height:75px;
}

.nlm-pace-node strong {
font-size:26px;
}

.nlm-pace-centre {
width:165px;
    height:165px;
}}

@media (max-width:900px){.nlm-hero-grid {
grid-template-columns:1fr;
}

.nlm-hero-visual {
transform:none;
}}

@media (max-width:620px){.nlm-hero {
padding:50px 0 48px;
}

.nlm-pace-orbit-wrap {
width:280px;
    height:280px;
}

.nlm-pace-node {
width:72px;
    height:72px;
}

.nlm-pace-node span {
font-size:6.5px;
}

.nlm-pace-prioritise {
top:-3px;
}

.nlm-pace-action {
right:-3px;
}

.nlm-pace-connect {
bottom:-3px;
}

.nlm-pace-evaluate {
left:-3px;
}

.nlm-pace-centre {
width:158px;
    height:158px;
}

.nlm-pace-avatar {
width:51px;
    height:51px;
}

.nlm-pace-n {
left:10px;
    font-size:37px;
}

.nlm-pace-slash {
top:7px;
    right:9px;
    height:38px;
}

.nlm-pace-centre > strong {
font-size:22px;
}

.nlm-pace-centre > span {
font-size:23px;
}}

.nlm-hero-visual {
display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.nlm-pace-orbit-wrap {
display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.nlm-hero-grid {
display: grid !important;
  grid-template-columns: 1.22fr .78fr !important;
  gap: 48px !important;
  align-items: start !important;
  max-width: none !important;
  padding-top: 22px !important;
  padding-bottom: 0 !important;
}

.nlm-hero-copy {
min-width: 0;
  max-width: none !important;
}

.nlm-hero-visual {
display: flex !important;
  min-width: 0;
  align-items: flex-start !important;
  justify-content: center !important;
  margin: 0 !important;
  transform: translateY(50px) !important;
}

@media (max-width: 1040px){.nlm-hero-grid {
grid-template-columns: 1.12fr .88fr !important;
    gap: 35px !important;
}

.nlm-hero-visual {
transform: none !important;
}}

@media (max-width: 900px){.nlm-hero-grid {
grid-template-columns: 1fr !important;
}

.nlm-hero-visual {
max-width: 315px;
    margin: 0 auto !important;
}}

.nlm-hero-strip {
display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:22px 0 18px;
  border:1px solid rgba(79,93,255,.17);
  border-radius:16px;
  overflow:hidden;
  background:rgba(255,255,255,.72);
}

.nlm-hero-strip > div {
padding:13px 14px; text-align:center;
}

.nlm-hero-strip > div + div {
border-left:1px solid rgba(15,23,42,.1);
}

.nlm-hero-strip strong,
.nlm-hero-strip span {
display:block;
}

.nlm-hero-strip strong {
color:var(--nlm-indigo);font-size:12px;line-height:1.25;
}

.nlm-hero-strip span {
margin-top:3px;color:var(--nlm-text-soft);font-size:10px;line-height:1.35;
}

.nlm-who {
padding:48px 0;background:var(--nlm-off-white);
}

.nlm-who-compact {
max-width:930px;text-align:center;
}

.nlm-who-compact h2 {
font-size:clamp(29px,3.5vw,43px);
}

.nlm-who-compact > p:last-child {
max-width:820px;margin:16px auto 0;color:var(--nlm-text-soft);font-size:15px;line-height:1.6;
}

.nlm-pricing-grid {
display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch;
}

.nlm-price-option {
padding:27px;background:var(--nlm-off-white);border:1px solid var(--nlm-border);border-radius:20px;
}

.nlm-price-option-featured {
color:var(--brand-white);background:linear-gradient(145deg,var(--nlm-navy),#202a49);border-color:transparent;
}

.nlm-price-option-adhoc {
background:var(--brand-white);border-color:rgba(79,93,255,.25);
}

.nlm-price-option h3 {
min-height:58px;margin:0 0 20px;font-size:22px;line-height:1.18;letter-spacing:-.03em;
}

.nlm-price-option-featured h3 {
color:var(--brand-white);
}

.nlm-price-display {
display:flex;align-items:baseline;gap:10px;
}

.nlm-price-display strong {
font-size:43px;line-height:1;letter-spacing:-.045em;
}

.nlm-price-display span {
font-size:12px;font-weight:760;
}

.nlm-contract-line {
margin:10px 0 0;color:var(--nlm-text-soft);font-size:12px;line-height:1.45;
}

.nlm-price-option-featured .nlm-contract-line,
.nlm-price-option-featured .nlm-price-display span {
color:rgba(255,255,255,.72);
}

.nlm-pricing-includes {
display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px;
}

.nlm-pricing-includes > div {
padding:19px 21px;border:1px solid var(--nlm-border);border-radius:15px;background:var(--brand-white);
}

.nlm-pricing-includes h3 {
margin:0 0 7px;font-size:16px;
}

.nlm-pricing-includes p {
margin:0;color:var(--nlm-text-soft);font-size:12px;line-height:1.52;
}

.nlm-pace-flow {
position:relative;display:flex;align-items:stretch;gap:10px;
}

.nlm-pace-flow article {
flex:1;min-width:0;min-height:220px;padding:22px;background:linear-gradient(145deg,var(--brand-white),rgba(167,139,250,.12));border:1px solid rgba(79,93,255,.17);border-radius:18px;
}

.nlm-flow-arrow {
display:flex;align-items:center;color:var(--nlm-indigo);font-size:28px;font-weight:700;
}

.nlm-flow-return {
position:absolute;right:9px;bottom:-42px;color:var(--nlm-indigo);font-size:31px;transform:rotate(-12deg);
}

.nlm-allocation {
padding:64px 0;
}

.nlm-allocation-summary {
max-width:760px;margin:16px auto 0!important;color:var(--nlm-text-soft)!important;font-size:15px!important;line-height:1.58!important;
}

.nlm-allocation-grid-compact article {
min-height:155px;padding:20px;
}

.nlm-allocation-grid-compact span {
margin-bottom:20px;
}

.nlm-faq {
padding-top:72px;
}

.nlm-closing-prices {
display:grid;grid-template-columns:1fr 1fr;gap:10px;
}

.nlm-closing-prices > div {
display:flex;flex-direction:column;justify-content:center;min-height:76px;padding:13px 15px;background:rgba(255,255,255,.56);border:1px solid rgba(15,23,42,.12);border-radius:13px;
}

.nlm-closing-prices strong,
.nlm-closing-prices span {
display:block;
}

.nlm-closing-prices strong {
font-size:15px;
}

.nlm-closing-prices span {
margin-top:3px;color:var(--nlm-indigo);font-size:13px;font-weight:800;
}

@media (max-width:900px){.nlm-hero-strip,
.nlm-pricing-grid,
.nlm-pricing-includes {
grid-template-columns:1fr 1fr;
}

.nlm-hero-strip > div:nth-child(3) {
border-left:0;border-top:1px solid rgba(15,23,42,.1);
}

.nlm-hero-strip > div:nth-child(4) {
border-top:1px solid rgba(15,23,42,.1);
}

.nlm-pace-flow {
display:grid;grid-template-columns:1fr 1fr;
}

.nlm-flow-arrow,
.nlm-flow-return {
display:none;
}}

@media (max-width:680px){.nlm-hero-strip,
.nlm-pricing-grid,
.nlm-pricing-includes,
.nlm-pace-flow,
.nlm-closing-prices {
grid-template-columns:1fr;
}

.nlm-hero-strip > div + div,
.nlm-hero-strip > div:nth-child(3),
.nlm-hero-strip > div:nth-child(4) {
border-left:0;border-top:1px solid rgba(15,23,42,.1);
}

.nlm-price-option h3 {
min-height:auto;
}}

.nlm-support-intro {
max-width:850px;
  margin:20px auto 0;
  color:var(--nlm-text-soft);
  font-size:15px;
  line-height:1.62;
}

.nlm-support-intro strong {
color:var(--nlm-navy);
}

.nlm-price-option {
display:flex;flex-direction:column;
}

.nlm-option-list {
display:grid;
  gap:8px;
  margin:19px 0 0;
  padding:17px 0 0;
  border-top:1px solid rgba(15,23,42,.12);
  list-style:none;
}

.nlm-option-list li {
position:relative;
  padding-left:21px;
  color:var(--nlm-text-soft);
  font-size:12px;
  line-height:1.48;
}

.nlm-option-list li::before {
content:"✓";
  position:absolute;
  left:0;
  color:var(--nlm-indigo);
  font-weight:900;
}

.nlm-price-option-featured .nlm-option-list {
border-top-color:rgba(255,255,255,.14);
}

.nlm-price-option-featured .nlm-option-list li {
color:rgba(255,255,255,.82);
}

.nlm-price-option-featured .nlm-option-list li::before {
color:var(--nlm-lavender);
}

.nlm-focus-panel {
display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:center;
  margin-top:28px;
  padding:28px;
  background:var(--nlm-off-white);
  border:1px solid var(--nlm-border);
  border-radius:20px;
}

.nlm-focus-heading h2 {
margin:0;
  color:var(--nlm-indigo);
  font-size:clamp(27px,3.2vw,40px);
  line-height:1.06;
  letter-spacing:-.04em;
}

.nlm-focus-heading > p:last-child {
margin:13px 0 0;
  color:var(--nlm-text-soft);
  font-size:14px;
  line-height:1.58;
}

.nlm-focus-options {
display:grid;grid-template-columns:1fr 1fr;gap:10px;
}

.nlm-focus-options > div {
padding:15px 16px;
  background:var(--brand-white);
  border:1px solid var(--nlm-border);
  border-radius:13px;
}

.nlm-focus-options strong,
.nlm-focus-options span {
display:block;
}

.nlm-focus-options strong {
color:var(--nlm-indigo);font-size:14px;
}

.nlm-focus-options span {
margin-top:3px;color:var(--nlm-text-soft);font-size:11px;line-height:1.4;
}

.nlm-pace-flow {
padding-bottom:54px;
}

.nlm-cycle-return {
position:absolute;
  left:4%;
  right:4%;
  bottom:0;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:var(--nlm-indigo);
  border-bottom:2px solid rgba(79,93,255,.4);
  border-left:2px solid rgba(79,93,255,.4);
  border-right:2px solid rgba(79,93,255,.4);
  border-radius:0 0 28px 28px;
}

.nlm-cycle-return::before {
content:"";
  position:absolute;
  left:-2px;
  top:-8px;
  width:10px;
  height:10px;
  border-top:2px solid var(--nlm-indigo);
  border-left:2px solid var(--nlm-indigo);
  transform:rotate(45deg);
}

.nlm-cycle-return span {
font-size:10px;font-weight:850;letter-spacing:1.2px;text-transform:uppercase;background:var(--nlm-off-white);padding:0 9px;
}

.nlm-cycle-return strong {
font-size:21px;line-height:1;
}

@media (max-width:1050px){.nlm-focus-panel {
grid-template-columns:1fr;
}

.nlm-cycle-return {
display:none;
}

.nlm-pace-flow {
padding-bottom:0;
}}

@media (max-width:680px){.nlm-focus-panel {
padding:21px;
}

.nlm-focus-options {
grid-template-columns:1fr;
}}
