.nle-page-start {
--nle-navy:var(--brand-navy);
  --nle-indigo:var(--brand-indigo);
  --nle-lavender:var(--brand-lavender);
  --nle-lavender-soft:#E9E0FF;
  --nle-off-white:var(--brand-off-white);
  --nle-stone:var(--brand-stone);
  --nle-white:var(--brand-white);
  --nle-muted:#5D6474;
  --nle-border:rgba(15,23,42,.12);
  color:var(--nle-navy);
  background:var(--nle-white);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

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

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

.nle-eyebrow,
.nle-small-label {
margin:0 0 14px;
  color:var(--nle-indigo);
  font-size:12px;
  font-weight:850;
  line-height:1.3;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.nle-hero {
position:relative;
  overflow:hidden;
  padding:72px 0 66px;
  background:
    radial-gradient(circle at 82% 42%,rgba(167,139,250,.22),transparent 30%),
    linear-gradient(135deg,var(--brand-white) 0%,var(--nle-off-white) 100%);
}

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

.nle-hero-grid {
position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:70px;
  align-items:center;
}

.nle-hero-copy h1 {
max-width:720px;
  margin:0 0 22px;
  color:var(--nle-navy);
  font-size:clamp(42px,5.6vw,72px);
  font-weight:780;
  line-height:.98;
  letter-spacing:-.055em;
}

.nle-hero-copy > p {
max-width:720px;
  color:var(--nle-muted);
  font-size:16px;
  line-height:1.72;
}

.nle-hero-copy .nle-hero-lead {
margin:0 0 13px;
  color:var(--nle-navy);
  font-size:21px;
  font-weight:720;
  line-height:1.42;
}

.nle-hero-price {
display:flex;
  align-items:baseline;
  gap:9px;
  margin:26px 0 24px;
}

.nle-hero-price strong {
color:var(--nle-navy);
  font-size:37px;
  line-height:1;
  letter-spacing:-.04em;
}

.nle-hero-price span {
color:var(--nle-indigo);
  font-size:15px;
  font-weight:800;
}

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

.nle-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;
}

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

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

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

.nle-hero-visual {
display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

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

.nle-orbit-wrap::before,
.nle-orbit-wrap::after {
content:"";
  position:absolute;
  border-radius:50%;
}

.nle-orbit-wrap::before {
inset:18px;
  border:1px solid rgba(79,93,255,.18);
}

.nle-orbit-wrap::after {
inset:55px;
  border:1px dashed rgba(167,139,250,.42);
}

.nle-orbit {
position:absolute;
  inset:0;
  border-radius:50%;
}

.nle-orbit span {
--angle:calc(var(--i) * 36deg);
  position:absolute;
  top:50%;
  left:50%;
  width:18px;
  height:18px;
  margin:-9px;
  background:var(--nle-lavender);
  border:4px solid rgba(255,255,255,.9);
  border-radius:50%;
  box-shadow:0 5px 14px rgba(79,93,255,.18);
  transform:rotate(var(--angle)) translateY(-159px) rotate(calc(var(--angle) * -1));
}

.nle-hero-centre {
position:relative;
  z-index:3;
  width:218px;
  height:218px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:25px;
  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;
}

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

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

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

.nle-hero-centre strong,
.nle-hero-centre > span {
display:block;
}

.nle-hero-centre strong {
font-size:25px;
  line-height:1;
  letter-spacing:-.04em;
}

.nle-hero-centre > span {
margin-top:4px;
  color:var(--nle-lavender);
  font-size:28px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.04em;
}

.nle-hero-strapline {
display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:5px 9px;
  max-width:410px;
  margin-top:8px;
  color:var(--nle-muted);
  font-size:14px;
  line-height:1.4;
  text-align:center;
}

.nle-hero-strapline strong {
color:var(--nle-indigo);
}

.nle-first-step {
padding:78px 0;
  background:var(--brand-white);
}

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

.nle-section-heading h2 {
margin:0;
  color:var(--nle-navy);
  font-size:clamp(31px,4vw,50px);
  line-height:1.04;
  letter-spacing:-.045em;
}

.nle-first-step-grid {
display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:54px;
  align-items:start;
}

.nle-first-step-lead {
margin:0 0 25px;
  color:var(--nle-navy);
  font-size:19px;
  font-weight:680;
  line-height:1.55;
}

.nle-issues {
display:grid;
  gap:10px;
}

.nle-issues > div {
display:grid;
  grid-template-columns:34px 1fr;
  gap:13px;
  align-items:start;
  padding:13px 15px;
  background:var(--nle-off-white);
  border-left:3px solid var(--nle-lavender);
  border-radius:0 12px 12px 0;
}

.nle-issues span {
width:27px;
  height:27px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--brand-white);
  background:var(--nle-navy);
  border-radius:50%;
  font-size:20px;
  font-weight:500;
  line-height:1;
}

.nle-issues p {
margin:2px 0 0;
  color:var(--nle-navy);
  font-size:14px;
  font-weight:650;
  line-height:1.48;
}

.nle-connected-foundation {
padding:34px;
  background:linear-gradient(145deg,var(--nle-navy),#202a49);
  color:var(--brand-white);
  border-radius:25px;
  box-shadow:0 18px 45px rgba(15,23,42,.16);
}

.nle-connected-foundation .nle-small-label {
color:#cbbcff;
}

.nle-connected-foundation h3 {
margin:0 0 20px;
  color:var(--brand-white);
  font-size:clamp(25px,3vw,36px);
  line-height:1.08;
  letter-spacing:-.04em;
}

.nle-connected-foundation > p {
color:rgba(255,255,255,.84);
  font-size:15px;
  line-height:1.66;
}

.nle-delivery-box {
margin:24px 0 18px;
  padding:19px 20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  border-left:4px solid var(--nle-lavender);
  border-radius:14px;
}

.nle-delivery-box strong {
display:block;
  margin-bottom:7px;
  color:var(--brand-white);
  font-size:16px;
}

.nle-delivery-box p {
margin:0;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.57;
}

.nle-connected-foundation .nle-implementation-note {
margin-bottom:0;
  color:#ded5ff;
  font-weight:650;
}

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

.nle-hero-grid,
.nle-first-step-grid {
grid-template-columns:1fr;
}

.nle-hero-grid {
gap:48px;
}

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

.nle-hero-copy > p {
margin-left:auto; margin-right:auto;
}

.nle-hero-price,
.nle-button-row {
justify-content:center;
}

.nle-first-step-grid {
gap:30px;
}}

@media (max-width:620px){.nle-shell {
width:min(100% - 28px,1180px);
}

.nle-hero {
padding:58px 0 54px;
}

.nle-hero-copy h1 {
font-size:42px;
}

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

.nle-button-row {
flex-direction:column;
}

.nle-btn {
width:100%;
}

.nle-orbit-wrap {
width:300px; height:300px;
}

.nle-orbit span {
transform:rotate(var(--angle)) translateY(-134px) rotate(calc(var(--angle) * -1));
}

.nle-hero-centre {
width:190px; height:190px;
}

.nle-first-step {
padding:62px 0;
}

.nle-connected-foundation {
padding:27px 23px;
}}

.nle-hero {
padding: 58px 0 54px;
}

.nle-hero-grid {
grid-template-columns: 1.22fr .78fr;
  gap: 48px;
}

.nle-hero-copy h1 {
max-width: 790px;
  margin-bottom: 21px;
  font-size: clamp(48px, 5.8vw, 78px);
  font-weight: 680;
  line-height: .98;
  letter-spacing: -.058em;
}

.nle-hero-copy h1 span {
display: block;
  color: var(--nle-indigo);
}

.nle-hero-copy > p {
max-width: 760px;
}

.nle-hero-copy .nle-hero-lead {
max-width: 720px;
}

.nle-orbit-wrap {
width: 315px;
  height: 315px;
}

.nle-orbit-wrap::before {
inset: 17px;
}

.nle-orbit-wrap::after {
inset: 65px;
}

.nle-orbit span {
transform: rotate(var(--angle)) translateY(-141px)
             rotate(calc(var(--angle) * -1));
}

.nle-hero-centre {
width: 180px;
  height: 180px;
}

.nle-hero-strapline {
margin-top: 20px;
}

.nle-eyebrow,
.nle-small-label {
color: var(--nle-indigo);
  font-size: 11px;
  letter-spacing: 2.3px;
}

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

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

.nle-first-step-grid {
grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: stretch;
}

.nle-first-step-intro,
.nle-connected-foundation {
height: 100%;
}

.nle-first-step-intro {
display: flex;
  flex-direction: column;
  padding: 31px 32px;
  background: var(--nle-off-white);
  border: 1px solid rgba(15,23,42,.09);
  border-radius: 25px;
}

.nle-first-step-lead {
margin-bottom: 21px;
}

.nle-issues {
flex: 1;
  gap: 8px;
}

.nle-issues > div {
background: rgba(255,255,255,.72);
}

.nle-connected-foundation {
display: flex;
  flex-direction: column;
  padding: 31px 32px;
}

.nle-connected-foundation h3 {
max-width: 500px;
  margin-bottom: 17px;
  font-size: clamp(22px, 2.35vw, 29px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.nle-delivery-box {
margin-top: auto;
}

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

.nle-hero-copy h1 {
font-size: clamp(46px, 6vw, 68px);
}

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

.nle-orbit span {
transform: rotate(var(--angle)) translateY(-127px)
               rotate(calc(var(--angle) * -1));
}}

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

.nle-hero-copy h1 {
max-width: 800px;
}

.nle-first-step-grid {
grid-template-columns: 1fr;
}}

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

.nle-hero-copy h1 {
font-size: 43px;
    letter-spacing: -2.4px;
}

.nle-first-step-intro,
.nle-connected-foundation {
padding: 25px 22px;
}

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

.nle-hero {
min-height: 650px;
  padding: 42px 0 40px;
}

.nle-hero-grid {
align-items: start;
  padding-top: 22px;
}

.nle-hero-copy h1 {
max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(44px, 5.1vw, 68px);
  line-height: .97;
  letter-spacing: -.052em;
}

.nle-hero-copy h1 span {
margin-top: 2px;
}

.nle-hero-lead {
margin-bottom: 14px;
}

.nle-hero-copy > p {
line-height: 1.58;
}

.nle-hero-actions {
margin-top: 22px;
}

.nle-hero-visual {
align-self: start;
  margin-top: -4px;
  transform: translateY(-20px);
}

.nle-orbit-wrap {
width: 295px;
  height: 295px;
}

.nle-orbit span {
transform: rotate(var(--angle)) translateY(-132px)
             rotate(calc(var(--angle) * -1));
}

.nle-hero-centre {
width: 170px;
  height: 170px;
}

.nle-hero-strapline {
margin-top: 14px;
}

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

.nle-hero-visual {
transform: none;
    margin-top: 0;
}}

@media (max-width: 620px){.nle-hero-copy h1 {
font-size: 40px;
}}

.nle-hero-visual {
margin-top: 0;
  transform: translateY(50px);
}

.nle-hero-centre {
width: 180px;
  height: 180px;
  padding: 24px;
}

.nle-mini-avatar {
width: 58px;
  height: 58px;
  margin-bottom: 13px;
  border-radius: 14px;
}

.nle-mini-n {
left: 12px;
  bottom: 5px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}

.nle-mini-slash {
top: 8px;
  right: 11px;
  width: 9px;
  height: 43px;
  transform: skew(-13deg);
}

.nle-hero-centre strong {
font-size: 25px;
}

.nle-hero-centre > span {
font-size: 28px;
}

@media (max-width: 1040px){.nle-hero-visual {
transform: none;
}}

.nle-foundation {
--nle-navy: var(--brand-navy);
  --nle-indigo: var(--brand-indigo);
  --nle-lavender: var(--brand-lavender);
  --nle-lavender-light: #E9E0FF;
  --nle-off-white: var(--brand-off-white);
  --nle-white: var(--brand-white);
  --nle-soft: #596174;
  --nle-border: rgba(79, 93, 255, 0.18);

  width: 100%;
  overflow: hidden;
  padding: 96px 0;
  color: var(--nle-navy);
  background:
    radial-gradient(
      circle at 50% 44%,
      rgba(167, 139, 250, 0.11),
      transparent 31%
    ),
    var(--nle-off-white);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.nle-foundation *,
.nle-foundation *::before,
.nle-foundation *::after {
box-sizing: border-box;
}

.nle-foundation-container {
width: min(1320px, calc(100% - 42px));
  margin: 0 auto;
}

.nle-foundation-heading {
max-width: 1050px;
  margin: 0 auto 56px;
  text-align: center;
}

.nle-foundation-kicker {
margin: 0 0 15px;
  color: var(--nle-navy);
  font-size: clamp(17px, 2.3vw, 30px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0.035em;
}

.nle-foundation-kicker span {
color: var(--nle-lavender);
}

.nle-foundation-heading h2 {
margin: 0 0 8px;
  color: var(--nle-navy);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 680;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.nle-foundation-heading > p:last-child {
margin: 0;
  color: var(--nle-soft);
  font-size: 17px;
}

.nle-foundation-visual {
position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(340px, 1fr) 330px minmax(340px, 1fr);
  gap: 56px;
  align-items: center;
}

.nle-foundation-column {
position: relative;
  z-index: 3;
  display: grid;
  gap: 14px;
}

.nle-foundation-card {
position: relative;
  min-height: 126px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 17px;
  align-items: center;
  padding: 20px 24px 20px 30px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--nle-border);
  border-radius: 17px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
}

.nle-foundation-number {
position: absolute;
  top: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nle-navy);
  background: var(--nle-lavender-light);
  border: 1px solid rgba(167, 139, 250, 0.48);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
  transform: translateY(-50%);
}

.nle-foundation-column-left .nle-foundation-number {
left: -22px;
}

.nle-foundation-column-right .nle-foundation-number {
right: -22px;
}

.nle-foundation-icon {
width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nle-navy);
}

.nle-foundation-icon svg {
width: 47px;
  height: 47px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nle-foundation-card h3 {
margin: 0 0 7px;
  color: var(--nle-navy);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.nle-foundation-card p {
margin: 0;
  color: var(--nle-soft);
  font-size: 12.5px;
  line-height: 1.47;
}

.nle-foundation-hub-wrap {
position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
}

.nle-foundation-hub {
width: 320px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background:
    radial-gradient(
      circle at 45% 35%,
      rgba(255, 255, 255, 0.92),
      rgba(233, 224, 255, 0.9) 54%,
      rgba(167, 139, 250, 0.28) 100%
    );
  border: 10px solid rgba(255, 255, 255, 0.83);
  outline: 2px solid rgba(167, 139, 250, 0.54);
  border-radius: 50%;
  box-shadow:
    0 25px 65px rgba(79, 93, 255, 0.16),
    inset 0 0 34px rgba(167, 139, 250, 0.18);
  text-align: center;
}

.nle-foundation-avatar {
position: relative;
  width: 82px;
  height: 82px;
  margin-bottom: 20px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #B79AF7 0%,
      var(--brand-lavender) 52%,
      #9876EF 100%
    );
  border-radius: 20px;
  box-shadow: 0 11px 27px rgba(79, 93, 255, 0.16);
}

.nle-avatar-n {
position: absolute;
  left: 17px;
  bottom: 8px;
  color: var(--nle-white);
  font-size: 59px;
  font-weight: 320;
  line-height: 1;
  letter-spacing: -0.08em;
}

.nle-avatar-slash {
position: absolute;
  top: 12px;
  right: 16px;
  width: 13px;
  height: 60px;
  background: #242366;
  transform: skew(-13deg);
}

.nle-foundation-hub p {
margin: 0;
  line-height: 1.01;
}

.nle-foundation-hub strong,
.nle-foundation-hub p span {
display: block;
}

.nle-foundation-hub strong {
color: var(--nle-navy);
  font-size: 34px;
  letter-spacing: -0.045em;
}

.nle-foundation-hub p span {
margin-top: 5px;
  color: var(--nle-lavender);
  font-size: 37px;
  font-weight: 780;
  letter-spacing: -0.045em;
}

.nle-foundation-connectors {
position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.nle-foundation-lines {
fill: none;
  stroke: rgba(79, 93, 255, 0.66);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.nle-foundation-dots {
fill: var(--nle-lavender);
}

.nle-foundation-outcome {
max-width: 1010px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 25px;
  align-items: center;
  margin: 44px auto 0;
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--nle-border);
  border-radius: 16px;
}

.nle-foundation-tick {
width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--nle-navy);
  border: 5px solid var(--nle-lavender);
  border-radius: 50%;
  font-size: 29px;
  font-weight: 900;
}

.nle-foundation-outcome p {
margin: 0;
  padding-left: 25px;
  color: var(--nle-navy);
  border-left: 1px solid rgba(79, 93, 255, 0.25);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

@media (max-width: 1120px){.nle-foundation-visual {
min-height: 0;
    grid-template-columns: 1fr 260px 1fr;
    gap: 28px;
}

.nle-foundation-card {
min-height: 142px;
    grid-template-columns: 50px 1fr;
    gap: 12px;
    padding: 18px 18px 18px 24px;
}

.nle-foundation-icon {
width: 48px;
    height: 48px;
}

.nle-foundation-icon svg {
width: 41px;
    height: 41px;
}

.nle-foundation-hub {
width: 250px;
    height: 250px;
    padding: 26px;
}

.nle-foundation-avatar {
width: 65px;
    height: 65px;
    margin-bottom: 14px;
    border-radius: 16px;
}

.nle-avatar-n {
left: 14px;
    bottom: 6px;
    font-size: 47px;
}

.nle-avatar-slash {
top: 9px;
    right: 13px;
    width: 11px;
    height: 48px;
}

.nle-foundation-hub strong {
font-size: 27px;
}

.nle-foundation-hub p span {
font-size: 30px;
}

.nle-foundation-connectors {
display: none;
}}

@media (max-width: 780px){.nle-foundation {
padding: 72px 0;
}

.nle-foundation-container {
width: min(100% - 28px, 1320px);
}

.nle-foundation-heading {
margin-bottom: 40px;
}

.nle-foundation-kicker {
font-size: 17px;
    line-height: 1.3;
}

.nle-foundation-kicker span {
display: block;
    margin-top: 4px;
}

.nle-foundation-heading h2 {
font-size: 29px;
}

.nle-foundation-heading > p:last-child {
font-size: 15px;
}

.nle-foundation-visual {
display: flex;
    flex-direction: column;
    gap: 20px;
}

.nle-foundation-hub-wrap {
order: -1;
    margin-bottom: 10px;
}

.nle-foundation-hub {
width: 235px;
    height: 235px;
}

.nle-foundation-column {
width: 100%;
}

.nle-foundation-card {
min-height: auto;
    grid-template-columns: 49px 1fr;
    padding: 19px 18px 19px 26px;
}

.nle-foundation-column-left .nle-foundation-number,
.nle-foundation-column-right .nle-foundation-number {
right: auto;
    left: -15px;
    width: 36px;
    height: 36px;
    font-size: 10px;
}

.nle-foundation-card h3 {
font-size: 15px;
}

.nle-foundation-card p {
font-size: 12.5px;
}

.nle-foundation-outcome {
grid-template-columns: 50px 1fr;
    gap: 14px;
    margin-top: 30px;
    padding: 18px;
}

.nle-foundation-tick {
width: 44px;
    height: 44px;
    border-width: 4px;
    font-size: 22px;
}

.nle-foundation-outcome p {
padding-left: 15px;
    font-size: 14px;
}}

@media (max-width: 430px){.nle-foundation-card {
grid-template-columns: 1fr;
    padding-left: 30px;
}

.nle-foundation-icon {
width: 42px;
    height: 42px;
}

.nle-foundation-outcome {
grid-template-columns: 1fr;
    text-align: center;
}

.nle-foundation-tick {
margin: 0 auto;
}

.nle-foundation-outcome p {
padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid rgba(79, 93, 255, 0.25);
    border-left: 0;
}}

@media (prefers-reduced-motion: reduce){.nle-foundation *,
.nle-foundation *::before,
.nle-foundation *::after {
transition: none !important;
}}

.nle-foundation {
padding: 72px 0;
}

.nle-foundation-container {
width: min(1220px, calc(100% - 38px));
}

.nle-foundation-heading {
margin-bottom: 38px;
}

.nle-foundation-heading h2 {
font-size: clamp(23px, 2.6vw, 32px);
}

.nle-foundation-heading > p:last-child {
font-size: 16px;
}

.nle-foundation-visual {
min-height: 610px;
  grid-template-columns: minmax(320px, 1fr) 290px minmax(320px, 1fr);
  gap: 45px;
}

.nle-foundation-column {
gap: 11px;
}

.nle-foundation-card {
min-height: 111px;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 15px 20px 15px 24px;
}

.nle-foundation-number {
position: static;
  width: 36px;
  height: 36px;
  margin: 0 auto 5px;
  font-size: 10px;
  transform: none;
}

.nle-foundation-column-left .nle-foundation-number,
.nle-foundation-column-right .nle-foundation-number {
right: auto;
  left: auto;
}

.nle-foundation-card {
grid-template-columns: 54px 1fr;
}

.nle-foundation-card > .nle-foundation-number {
grid-column: 1;
  grid-row: 1;
  align-self: start;
}

.nle-foundation-card > .nle-foundation-icon {
grid-column: 1;
  grid-row: 1;
  margin-top: 35px;
}

.nle-foundation-card > div:last-child {
grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.nle-foundation-icon {
width: 44px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
}

.nle-foundation-icon svg {
width: 39px;
  height: 39px;
  stroke-width: 2.25;
}

.nle-foundation-card h3 {
margin-bottom: 5px;
  font-size: 15px;
}

.nle-foundation-card p {
font-size: 12px;
  line-height: 1.42;
}

.nle-foundation-hub {
width: 285px;
  height: 285px;
  padding: 30px;
  border-width: 8px;
}

.nle-foundation-avatar {
width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border-radius: 18px;
}

.nle-avatar-n {
left: 15px;
  bottom: 7px;
  font-size: 52px;
}

.nle-avatar-slash {
top: 10px;
  right: 14px;
  width: 12px;
  height: 53px;
}

.nle-foundation-hub strong {
font-size: 30px;
}

.nle-foundation-hub p span {
font-size: 33px;
}

.nle-foundation-outcome {
max-width: 930px;
  margin-top: 30px;
  padding: 17px 24px;
}

.nle-foundation-outcome p {
font-size: 15px;
}

@media (max-width: 1120px){.nle-foundation-visual {
grid-template-columns: 1fr 245px 1fr;
    gap: 24px;
}

.nle-foundation-card {
min-height: 120px;
}

.nle-foundation-hub {
width: 235px;
    height: 235px;
}}

@media (max-width: 780px){.nle-foundation {
padding: 60px 0;
}

.nle-foundation-heading {
margin-bottom: 32px;
}

.nle-foundation-card {
grid-template-columns: 50px 1fr;
    min-height: auto;
}

.nle-foundation-card > .nle-foundation-icon {
margin-top: 34px;
}

.nle-foundation-hub {
width: 220px;
    height: 220px;
}}

.nle-foundation {
padding: 58px 0;
}

.nle-foundation-container {
width: min(1180px, calc(100% - 34px));
}

.nle-foundation-heading {
margin-bottom: 28px;
}

.nle-foundation-kicker {
font-size: clamp(16px, 2vw, 25px);
}

.nle-foundation-heading h2 {
font-size: clamp(22px, 2.4vw, 29px);
}

.nle-foundation-heading > p:last-child {
font-size: 15px;
}

.nle-foundation-visual {
min-height: 500px;
  grid-template-columns: minmax(300px, 1fr) 220px minmax(300px, 1fr);
  gap: 40px;
}

.nle-foundation-column {
gap: 0;
}

.nle-foundation-card {
min-height: 100px;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  padding: 10px 12px 10px 8px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(79, 93, 255, 0.15);
  border-radius: 0;
  box-shadow: none;
}

.nle-foundation-column .nle-foundation-card:last-child {
border-bottom: 0;
}

.nle-foundation-number {
width: 31px;
  height: 31px;
  margin-bottom: 2px;
  font-size: 9px;
}

.nle-foundation-card > .nle-foundation-icon {
margin-top: 29px;
}

.nle-foundation-icon {
width: 39px;
  height: 39px;
}

.nle-foundation-icon svg {
width: 35px;
  height: 35px;
  stroke-width: 2.15;
}

.nle-foundation-card h3 {
margin-bottom: 4px;
  font-size: 14px;
}

.nle-foundation-card p {
font-size: 11.5px;
  line-height: 1.38;
}

.nle-foundation-hub {
width: 210px;
  height: 210px;
  padding: 22px;
  border-width: 7px;
}

.nle-foundation-avatar {
width: 56px;
  height: 56px;
  margin-bottom: 11px;
  border-radius: 14px;
}

.nle-avatar-n {
left: 12px;
  bottom: 5px;
  font-size: 40px;
}

.nle-avatar-slash {
top: 8px;
  right: 11px;
  width: 9px;
  height: 41px;
}

.nle-foundation-hub strong {
font-size: 23px;
}

.nle-foundation-hub p span {
margin-top: 3px;
  font-size: 26px;
}

.nle-foundation-connectors {
display: block;
}

.nle-foundation-lines {
stroke: rgba(79, 93, 255, 0.72);
  stroke-width: 1.4;
}

.nle-foundation-dots {
fill: var(--nle-lavender);
}

.nle-foundation-outcome {
max-width: 860px;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  margin-top: 24px;
  padding: 14px 20px;
}

.nle-foundation-tick {
width: 44px;
  height: 44px;
  border-width: 4px;
  font-size: 22px;
}

.nle-foundation-outcome p {
padding-left: 18px;
  font-size: 14px;
}

@media (max-width: 1120px){.nle-foundation-visual {
min-height: 0;
    grid-template-columns: 1fr 205px 1fr;
    gap: 22px;
}

.nle-foundation-card {
min-height: 108px;
}

.nle-foundation-hub {
width: 195px;
    height: 195px;
}

.nle-foundation-connectors {
display: none;
}}

@media (max-width: 780px){.nle-foundation {
padding: 52px 0;
}

.nle-foundation-visual {
gap: 12px;
}

.nle-foundation-hub {
width: 190px;
    height: 190px;
}

.nle-foundation-card {
min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}}

.nle-foundation-heading {
max-width: 780px;
  margin-bottom: 24px;
}

.nle-foundation-heading h2 {
margin-bottom: 7px;
}

.nle-foundation-hub-wrap {
flex-direction: column;
  align-items: center;
  gap: 15px;
}

.nle-foundation-centre-title {
max-width: 220px;
  margin: 0;
  color: var(--nle-indigo);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 1.7px;
  text-align: center;
}

.nle-foundation-lines {
fill: none;
  stroke: rgba(79, 93, 255, 0.68);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.nle-foundation-dots {
fill: var(--nle-lavender);
}

@media (max-width: 1120px){.nle-foundation-centre-title {
max-width: 195px;
    font-size: 11px;
}}

@media (max-width: 780px){.nle-foundation-centre-title {
max-width: 230px;
    font-size: 11px;
}}

.nle-included {
padding: 86px 0;
  background: var(--nle-white);
}

.nle-section-heading {
max-width: 760px;
  margin-bottom: 38px;
}

.nle-section-heading-centred {
margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nle-section-heading h2 {
margin: 0;
  color: var(--nle-navy);
  font-size: clamp(34px, 4.3vw, 50px);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.nle-section-heading-centred .nle-eyebrow-dash {
justify-content: center;
}

.nle-included-grid {
display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--nle-border);
  border-left: 1px solid var(--nle-border);
}

.nle-included-item {
min-height: 150px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 25px 27px;
  background: rgba(245, 243, 239, 0.38);
  border-right: 1px solid var(--nle-border);
  border-bottom: 1px solid var(--nle-border);
}

.nle-included-item > span {
width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nle-white);
  background: var(--nle-indigo);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 850;
}

.nle-included-item h3 {
margin: 0 0 7px;
  color: var(--nle-navy);
  font-size: 17px;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.nle-included-item p {
margin: 0;
  color: var(--nle-soft);
  font-size: 13px;
  line-height: 1.55;
}

.nle-included-note {
max-width: 760px;
  margin: 24px auto 0;
  padding: 16px 20px;
  color: var(--nle-soft);
  background: var(--nle-off-white);
  border-left: 4px solid var(--nle-lavender);
  border-radius: 8px;
  font-size: 13px;
  text-align: center;
}

.nle-included-note strong {
color: var(--nle-navy);
}

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

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

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

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

.nle-supporting-proof-links a {
display:block;
  padding:16px 18px;
  color:var(--nle-navy);
  background:rgba(255,255,255,.82);
  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;
}

.nle-supporting-proof-links a:hover,
.nle-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);
}

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

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

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

.nle-five-pages {
padding: 92px 0;
  background:
    linear-gradient(
      120deg,
      var(--nle-off-white) 0%,
      var(--nle-off-white) 76%,
      rgba(167, 139, 250, 0.13) 100%
    );
}

.nle-five-pages-heading {
display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 38px;
}

.nle-five-pages-heading h2 {
max-width: 520px;
  margin: 0;
  color: var(--nle-navy);
  font-size: clamp(34px, 4.3vw, 50px);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.nle-five-pages-intro p {
margin: 0 0 10px;
  color: var(--nle-soft);
  font-size: 15px;
  line-height: 1.62;
}

.nle-five-pages-intro p:last-child {
margin-bottom: 0;
}

.nle-five-pages-label {
margin: 0 0 15px;
  color: var(--nle-navy);
  font-size: 14px;
  font-weight: 780;
}

.nle-five-pages-grid {
display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--nle-border);
  border-left: 1px solid var(--nle-border);
}

.nle-page-card {
min-height: 235px;
  padding: 25px 22px;
  background: rgba(255, 255, 255, 0.42);
  border-right: 1px solid var(--nle-border);
  border-bottom: 1px solid var(--nle-border);
}

.nle-page-number {
width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  color: var(--nle-white);
  background: var(--nle-indigo);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 850;
}

.nle-page-card h3 {
margin: 0 0 10px;
  color: var(--nle-navy);
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.nle-page-card p {
margin: 0;
  color: var(--nle-soft);
  font-size: 12.5px;
  line-height: 1.52;
}

.nle-five-pages-bottom {
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--nle-border);
}

.nle-five-pages-bottom p {
margin: 0;
  color: var(--nle-soft);
  font-size: 13px;
  line-height: 1.6;
}

.nle-five-pages-bottom strong {
color: var(--nle-navy);
}

@media (max-width: 1000px){.nle-five-pages-grid {
grid-template-columns: repeat(3, 1fr);
}

.nle-page-card:nth-child(4),
.nle-page-card:nth-child(5) {
min-height: 210px;
}}

@media (max-width: 760px){.nle-included,
.nle-five-pages {
padding: 68px 0;
}

.nle-included-grid,
.nle-five-pages-heading,
.nle-five-pages-bottom {
grid-template-columns: 1fr;
}

.nle-five-pages-heading {
gap: 24px;
}

.nle-five-pages-grid {
grid-template-columns: 1fr;
}

.nle-included-item,
.nle-page-card {
min-height: auto;
}

.nle-page-number {
margin-bottom: 22px;
}

.nle-included-note {
text-align: left;
}}

.nle-section-heading h2,
.nle-five-pages-heading h2,
.nle-foundation-heading h2 {
color: var(--nle-indigo);
}

.nle-section-heading h2,
.nle-five-pages-heading h2 {
font-weight: 650;
}

.nle-included {
padding: 62px 0 58px;
  background:
    linear-gradient(
      120deg,
      var(--nle-white) 0%,
      var(--nle-white) 78%,
      rgba(167, 139, 250, 0.08) 100%
    );
}

.nle-included .nle-section-heading {
max-width: 700px;
  margin-bottom: 27px;
}

.nle-included .nle-section-heading h2 {
font-size: clamp(30px, 3.7vw, 43px);
}

.nle-included-grid {
max-width: 1020px;
  margin: 0 auto;
}

.nle-included-item {
min-height: 122px;
  gap: 15px;
  padding: 19px 22px;
  background: rgba(245, 243, 239, 0.28);
}

.nle-included-item h3 {
font-size: 16px;
}

.nle-included-item p {
font-size: 12.5px;
  line-height: 1.45;
}

.nle-included-note {
margin-top: 18px;
  padding: 13px 18px;
}

.nle-foundation {
padding-top: 72px;
}

.nle-five-pages {
padding: 70px 0 66px;
}

.nle-five-pages .nle-container {
width: min(1080px, calc(100% - 48px));
}

.nle-five-pages-heading {
grid-template-columns: .82fr 1.18fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 28px;
}

.nle-five-pages-heading h2 {
max-width: 410px;
  font-size: clamp(30px, 3.7vw, 43px);
}

.nle-five-pages-intro {
max-width: 610px;
}

.nle-five-pages-intro p {
margin-bottom: 8px;
  font-size: 13.5px;
  line-height: 1.5;
}

.nle-five-pages-intro p:last-child {
margin-bottom: 0;
}

.nle-five-pages-label {
margin-bottom: 12px;
  font-size: 13px;
}

.nle-five-pages-grid {
max-width: 1040px;
  margin: 0 auto;
}

.nle-page-card {
min-height: 190px;
  padding: 20px 18px;
}

.nle-page-number {
margin-bottom: 25px;
}

.nle-page-card h3 {
font-size: 16px;
}

.nle-page-card p {
font-size: 11.8px;
  line-height: 1.43;
}

@media (max-width: 1000px){.nle-five-pages .nle-container {
width: min(100% - 38px, 1080px);
}

.nle-five-pages-grid {
grid-template-columns: repeat(2, 1fr);
}

.nle-page-card {
min-height: 170px;
}}

@media (max-width: 760px){.nle-included,
.nle-five-pages {
padding: 58px 0;
}

.nle-five-pages-heading {
gap: 20px;
}

.nle-five-pages-grid {
grid-template-columns: 1fr;
}

.nle-page-card {
min-height: auto;
}}

.nle-included .nle-section-heading {
max-width: 760px;
  margin-bottom: 24px;
}

.nle-included .nle-eyebrow {
margin-bottom: 14px;
}

.nle-included .nle-section-heading h2 {
max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.08;
}

.nle-included-grid {
border-left: 0;
}

.nle-included-item:nth-child(odd) {
border-left: 1px solid var(--nle-border);
}

.nle-five-pages .nle-container {
width: min(1040px, calc(100% - 48px));
}

.nle-five-pages-heading {
grid-template-columns: .9fr 1.1fr;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.nle-five-pages-heading > div:first-child {
padding-left: 18px;
}

.nle-five-pages-label,
.nle-five-pages-grid {
max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.nle-process {
padding: 76px 0 72px;
  background: var(--nle-white);
}

.nle-process-heading {
max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.nle-process-heading .nle-eyebrow-dash {
justify-content: center;
}

.nle-process-heading h2 {
margin: 0;
  color: var(--nle-indigo);
  font-size: clamp(31px, 3.9vw, 45px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.nle-process-grid {
display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1040px;
  margin: 0 auto;
  border-top: 1px solid var(--nle-border);
  border-left: 1px solid var(--nle-border);
}

.nle-process-step {
min-height: 230px;
  padding: 24px 22px;
  background: rgba(245, 243, 239, 0.34);
  border-right: 1px solid var(--nle-border);
  border-bottom: 1px solid var(--nle-border);
}

.nle-process-number {
width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  color: var(--nle-white);
  background: var(--nle-indigo);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 850;
}

.nle-process-step h3 {
margin: 0 0 10px;
  color: var(--nle-navy);
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.nle-process-step p {
margin: 0;
  color: var(--nle-soft);
  font-size: 12.4px;
  line-height: 1.48;
}

@media (max-width: 900px){.nle-process-grid {
grid-template-columns: repeat(2, 1fr);
}

.nle-process-step {
min-height: 190px;
}

.nle-five-pages-heading > div:first-child {
padding-left: 0;
}}

@media (max-width: 620px){.nle-process {
padding: 58px 0;
}

.nle-process-grid {
grid-template-columns: 1fr;
}

.nle-process-step {
min-height: auto;
}

.nle-five-pages .nle-container {
width: min(100% - 30px, 1040px);
}}

.nle-practical-delivery {
padding: 78px 0;
  background: var(--nle-white);
}

.nle-practical-grid {
display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: start;
  max-width: 1040px;
}

.nle-practical-heading h2,
.nle-good-fit-heading h2,
.nle-where-next-heading h2,
.nle-faq-heading h2,
.nle-closing-cta h2 {
margin: 0;
  color: var(--nle-indigo);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.nle-practical-copy > p {
margin: 0 0 13px;
  color: var(--nle-soft);
  font-size: 14.5px;
  line-height: 1.62;
}

.nle-practical-callout {
margin: 22px 0 16px;
  padding: 21px 23px;
  background: var(--nle-off-white);
  border-left: 4px solid var(--nle-lavender);
  border-radius: 8px;
}

.nle-practical-callout strong {
display: block;
  margin-bottom: 7px;
  color: var(--nle-navy);
  font-size: 15px;
}

.nle-practical-callout p,
.nle-practical-note {
margin: 0;
  color: var(--nle-soft);
  font-size: 13px;
  line-height: 1.55;
}

.nle-good-fit {
padding: 74px 0;
  background:
    linear-gradient(
      120deg,
      var(--nle-off-white) 0%,
      var(--nle-off-white) 78%,
      rgba(167,139,250,.12) 100%
    );
}

.nle-good-fit-heading {
max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.nle-good-fit-heading .nle-eyebrow-dash {
justify-content: center;
}

.nle-good-fit-grid {
display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid var(--nle-border);
  border-left: 1px solid var(--nle-border);
}

.nle-fit-panel {
padding: 26px 28px;
  background: rgba(255,255,255,.45);
  border-right: 1px solid var(--nle-border);
  border-bottom: 1px solid var(--nle-border);
}

.nle-panel-label {
display: block;
  margin-bottom: 18px;
  color: var(--nle-indigo);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.7px;
}

.nle-light-list,
.nle-promise-list {
margin: 0;
  padding: 0;
  list-style: none;
}

.nle-light-list li,
.nle-promise-list li {
position: relative;
  margin-bottom: 9px;
  padding-left: 20px;
  color: var(--nle-soft);
  font-size: 13px;
  line-height: 1.45;
}

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

.nle-fit-note {
max-width: 820px;
  margin: 19px auto 0;
  color: var(--nle-soft);
  font-size: 12.5px;
  text-align: center;
}

.nle-fit-note a {
color: var(--nle-indigo);
  font-weight: 760;
}

.nle-where-next {
padding: 76px 0;
  background: var(--nle-white);
}

.nle-where-next-heading {
max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.nle-where-next-heading .nle-eyebrow-dash {
justify-content: center;
}

.nle-where-next-heading > p:last-child {
max-width: 680px;
  margin: 16px auto 0;
  color: var(--nle-soft);
  font-size: 14px;
}

.nle-next-stage-grid {
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}

.nle-next-stage-card {
padding: 27px 28px;
  background: var(--nle-off-white);
  border: 1px solid var(--nle-border);
  border-radius: 13px;
}

.nle-next-stage-number {
width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--nle-white);
  background: var(--nle-indigo);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 850;
}

.nle-next-stage-label {
margin-bottom: 8px;
  color: var(--nle-indigo);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.6px;
}

.nle-next-stage-card h3 {
margin: 0 0 10px;
  color: var(--nle-navy);
  font-size: 21px;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.nle-next-stage-card > p:not(.nle-next-stage-label) {
margin-bottom: 18px;
  color: var(--nle-soft);
  font-size: 13px;
}

.nle-next-stage-card a {
display: inline-flex;
  gap: 8px;
  color: var(--nle-indigo);
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}

.nle-no-obligation {
margin: 18px 0 0;
  color: var(--nle-soft);
  font-size: 12.5px;
  text-align: center;
}

.nle-investment {
padding: 76px 0;
  background: var(--nle-stone);
}

.nle-investment-grid {
display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 38px;
  max-width: 1000px;
  align-items: stretch;
}

.nle-investment-price,
.nle-expectation-panel {
padding: 30px 32px;
  border-radius: 14px;
}

.nle-investment-price {
background: var(--nle-white);
  border: 1px solid var(--nle-border);
}

.nle-investment-price h2 {
margin: 0 0 16px;
  color: var(--nle-indigo);
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1;
  letter-spacing: -.05em;
}

.nle-investment-price h2 span {
display: block;
  margin-top: 8px;
  color: var(--nle-soft);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.nle-investment-price > p {
color: var(--nle-soft);
  font-size: 14px;
}

.nle-investment-small {
margin-bottom: 0;
  font-size: 12.5px !important;
}

.nle-expectation-panel {
color: var(--nle-white);
  background: var(--nle-navy);
}

.nle-expectation-panel h3 {
margin: 0 0 20px;
  color: var(--nle-lavender);
  font-size: 24px;
}

.nle-promise-list {
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 18px;
  margin-bottom: 20px;
}

.nle-promise-list li {
color: rgba(255,255,255,.78);
}

.nle-promise-list li::before {
color: var(--nle-lavender);
}

.nle-expectation-panel > p {
margin: 0;
  padding-top: 17px;
  color: rgba(255,255,255,.62);
  border-top: 1px solid rgba(255,255,255,.13);
  font-size: 12.5px;
  line-height: 1.55;
}

.nle-faq {
padding: 78px 0;
  background: var(--nle-white);
}

.nle-faq-heading {
max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.nle-faq-heading .nle-eyebrow-dash {
justify-content: center;
}

.nle-faq-groups {
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 1020px;
  margin: 0 auto;
  align-items: start;
}

.nle-faq-group {
padding: 22px 23px;
  background: var(--nle-off-white);
  border: 1px solid var(--nle-border);
  border-radius: 12px;
}

.nle-faq-group > h3 {
margin: 0 0 14px;
  color: var(--nle-indigo);
  font-size: 16px;
}

.nle-faq details {
border-top: 1px solid var(--nle-border);
}

.nle-faq summary {
position: relative;
  padding: 14px 27px 14px 0;
  color: var(--nle-navy);
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}

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

.nle-faq summary::after {
content: "+";
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--nle-indigo);
  font-size: 18px;
  line-height: 1;
}

.nle-faq details[open] summary::after {
content: "−";
}

.nle-faq details > div {
padding: 0 8px 14px 0;
}

.nle-faq details p {
margin: 0 0 8px;
  color: var(--nle-soft);
  font-size: 12.5px;
  line-height: 1.55;
}

.nle-closing-cta {
padding: 72px 0;
  background:
    linear-gradient(
      120deg,
      rgba(167,139,250,.88) 0%,
      rgba(167,139,250,.56) 48%,
      var(--nle-off-white) 100%
    );
  border-top: 1px solid var(--nle-border);
}

.nle-closing-grid {
display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  align-items: end;
  max-width: 1040px;
}

.nle-closing-cta h2 {
color: var(--nle-navy);
}

.nle-closing-cta p {
max-width: 700px;
  margin: 16px 0 0;
  color: rgba(15,23,42,.68);
  font-size: 14px;
}

.nle-closing-actions {
display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

@media (max-width: 900px){.nle-practical-grid,
.nle-investment-grid,
.nle-closing-grid {
grid-template-columns: 1fr;
    gap: 30px;
}

.nle-good-fit-grid,
.nle-next-stage-grid,
.nle-faq-groups {
grid-template-columns: 1fr;
}

.nle-promise-list {
grid-template-columns: 1fr;
}}

@media (max-width: 620px){.nle-practical-delivery,
.nle-good-fit,
.nle-where-next,
.nle-investment,
.nle-faq,
.nle-closing-cta {
padding: 58px 0;
}

.nle-practical-heading h2,
.nle-good-fit-heading h2,
.nle-where-next-heading h2,
.nle-faq-heading h2,
.nle-closing-cta h2 {
font-size: 35px;
}

.nle-fit-panel,
.nle-next-stage-card,
.nle-investment-price,
.nle-expectation-panel,
.nle-faq-group {
padding: 22px 20px;
}}

.nle-included {
padding: 72px 0 68px;
  background: var(--nle-white);
}

.nle-included .nle-section-heading {
max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.nle-included .nle-section-heading .nle-eyebrow-dash {
justify-content: center;
}

.nle-included .nle-section-heading h2 {
max-width: 720px;
  margin: 0 auto;
  color: var(--nle-indigo);
  font-size: clamp(34px, 4.2vw, 49px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.nle-included-grid {
max-width: 1040px;
  margin: 0 auto;
  border-top: 1px solid var(--nle-border);
  border-left: 1px solid var(--nle-border);
}

.nle-included-item,
.nle-included-item:nth-child(odd) {
min-height: 132px;
  padding: 21px 23px;
  border-left: 0;
}

.nle-included-note {
max-width: 760px;
  margin: 20px auto 0;
}

.nle-five-pages .nle-container {
width: min(1040px, calc(100% - 48px));
}

.nle-five-pages-heading {
grid-template-columns: .9fr 1.1fr;
  max-width: 980px;
  margin: 0 auto 28px;
}

.nle-five-pages-heading > div:first-child {
padding-left: 0;
}

.nle-five-pages-label,
.nle-five-pages-grid {
max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.nle-process-flow {
padding: 76px 0;
  background: var(--nle-white);
}

.nle-process-flow .nle-process-heading {
max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.nle-flow-track {
display: grid;
  grid-template-columns:
    minmax(0, 1fr) 58px
    minmax(0, 1fr) 58px
    minmax(0, 1fr) 58px
    minmax(0, 1fr);
  max-width: 1080px;
  margin: 0 auto;
  align-items: start;
}

.nle-flow-step {
text-align: center;
}

.nle-flow-circle {
width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--nle-white);
  background: var(--nle-indigo);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(79,93,255,.18);
  font-size: 11px;
  font-weight: 850;
}

.nle-flow-step h3 {
margin: 0 0 9px;
  color: var(--nle-navy);
  font-size: 17px;
  line-height: 1.2;
}

.nle-flow-step p {
margin: 0 auto;
  max-width: 220px;
  color: var(--nle-soft);
  font-size: 12.2px;
  line-height: 1.5;
}

.nle-flow-connector {
padding-top: 25px;
}

.nle-flow-connector span {
position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(79,93,255,.28);
}

.nle-flow-connector span::after {
content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--nle-indigo);
  border-right: 2px solid var(--nle-indigo);
  transform: translateY(-50%) rotate(45deg);
}

.nle-practical-delivery .nle-container {
width: min(1040px, calc(100% - 48px));
}

.nle-practical-grid {
max-width: 980px;
  margin: 0 auto;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
}

.nle-investment-unified {
padding: 76px 0;
  background: var(--nle-stone);
}

.nle-investment-unified .nle-container {
width: min(1040px, calc(100% - 48px));
}

.nle-investment-heading {
max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.nle-investment-heading .nle-eyebrow-dash {
justify-content: center;
}

.nle-investment-heading h2 {
margin: 0;
  color: var(--nle-indigo);
  font-size: clamp(33px, 4vw, 47px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.nle-investment-panel {
display: grid;
  grid-template-columns: .88fr 1.12fr;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--nle-white);
  border: 1px solid var(--nle-border);
  border-radius: 16px;
  box-shadow: 0 22px 52px rgba(15,23,42,.08);
}

.nle-investment-price-block,
.nle-investment-promise-block {
padding: 32px 34px;
}

.nle-investment-price-block {
display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(
      145deg,
      var(--nle-white),
      rgba(167,139,250,.11)
    );
}

.nle-investment-price-line {
display: flex;
  align-items: end;
  gap: 13px;
  margin-bottom: 18px;
}

.nle-investment-price-line strong {
color: var(--nle-indigo);
  font-size: clamp(50px, 5.5vw, 68px);
  line-height: .9;
  letter-spacing: -.055em;
}

.nle-investment-price-line span {
padding-bottom: 6px;
  color: var(--nle-soft);
  font-size: 14px;
  font-weight: 720;
}

.nle-investment-price-block > p {
margin: 0 0 13px;
  color: var(--nle-soft);
  font-size: 14px;
  line-height: 1.55;
}

.nle-investment-price-block .nle-investment-small {
font-size: 12.5px;
}

.nle-investment-cta {
width: fit-content;
  margin-top: 9px;
}

.nle-investment-promise-block {
color: var(--nle-white);
  background: var(--nle-navy);
}

.nle-investment-promise-block h3 {
margin: 0 0 19px;
  color: var(--nle-lavender);
  font-size: 24px;
}

.nle-investment-promise-block .nle-promise-list {
grid-template-columns: 1fr 1fr;
  gap: 4px 18px;
  margin-bottom: 20px;
}

.nle-investment-promise-block > p {
margin: 0;
  padding-top: 17px;
  color: rgba(255,255,255,.62);
  border-top: 1px solid rgba(255,255,255,.13);
  font-size: 12.5px;
  line-height: 1.55;
}

.nle-packages-cta {
padding: 92px 0;
  color: var(--nle-navy);
  background:
    linear-gradient(
      110deg,
      rgba(167, 139, 250, 0.88) 0%,
      rgba(167, 139, 250, 0.58) 55%,
      var(--nle-off-white) 100%
    );
}

.nle-packages-cta-grid {
display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: end;
}

.nle-packages-cta h2 {
margin-bottom: 21px;
  color: var(--nle-navy);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -2.4px;
}

.nle-packages-cta p:not(.nle-section-label) {
max-width: 700px;
  margin-bottom: 0;
  color: rgba(15,23,42,.7);
}

.nle-packages-cta-actions {
display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nle-experience {
padding: 88px 0;
  background:
    linear-gradient(
      110deg,
      var(--nle-stone) 0%,
      var(--nle-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);
}

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

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

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

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

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

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

.nle-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(--nle-indigo);
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(15,23,42,.05);
}

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

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

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

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

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

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

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

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

.nle-related-insights {
max-width: 1180px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: start;
  margin: 56px auto 0;
  padding: 30px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(79,93,255,.16);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
}

.nle-related-insights h3 {
margin: 0 0 12px;
  color: var(--nle-navy);
  font-size: clamp(23px,2.8vw,34px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.nle-related-insights > div:first-child > p:last-child {
margin-bottom: 0;
  color: var(--nle-soft);
  font-size: 14px;
  line-height: 1.65;
}

.nle-related-insight-links {
display: grid;
  gap: 12px;
}

.nle-related-insight-links a {
display: block;
  padding: 20px 21px;
  color: var(--nle-navy);
  background: var(--nle-white);
  border: 1px solid rgba(15,23,42,.11);
  border-left: 4px solid var(--nle-indigo);
  border-radius: 10px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.nle-related-insight-links a:nth-child(2) {
border-left-color: var(--nle-lavender);
}

.nle-related-insight-links a:hover {
transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(15,23,42,.08);
}

.nle-related-insight-links span,
.nle-related-insight-links strong,
.nle-related-insight-links small {
display: block;
}

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

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

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

@media (max-width: 820px){.nle-related-insights {
grid-template-columns: 1fr;
    gap: 25px;
}}

@media (max-width: 620px){.nle-related-insights {
margin-top: 40px;
    padding: 22px;
}}

@media (max-width: 1000px){.nle-flow-track {
grid-template-columns: 1fr;
    gap: 20px;
    max-width: 660px;
}

.nle-flow-connector {
width: 2px;
    height: 34px;
    margin: -2px auto;
    padding: 0;
    background: rgba(79,93,255,.28);
}

.nle-flow-connector span {
display: none;
}

.nle-investment-panel,
.nle-packages-cta-grid {
grid-template-columns: 1fr;
}}

@media (max-width: 680px){.nle-included .nle-section-heading h2,
.nle-investment-heading h2 {
font-size: 36px;
}

.nle-practical-delivery .nle-container,
.nle-five-pages .nle-container,
.nle-investment-unified .nle-container {
width: min(100% - 30px, 1040px);
}

.nle-investment-promise-block .nle-promise-list {
grid-template-columns: 1fr;
}

.nle-investment-price-block,
.nle-investment-promise-block {
padding: 26px 22px;
}

.nle-investment-cta {
width: 100%;
}

.nle-packages-cta {
padding: 72px 0;
}

.nle-packages-cta-actions {
flex-direction: column;
}}

.nle-page-continuation {
width: 100%;
  overflow: hidden;
  color: var(--nle-navy);
  background: var(--nle-off-white);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

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

.nle-page-continuation h1,
.nle-page-continuation h2,
.nle-page-continuation h3,
.nle-page-continuation p {
margin-top: 0;
}

.nle-container {
width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.nle-section-label {
margin-bottom: 19px;
  color: var(--nle-indigo);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 2.6px;
}

.nle-section-label-dash::before {
content: "— ";
}

.nle-button {
min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.nle-button:hover {
transform: translateY(-3px);
}

.nle-button-primary {
color: var(--nle-white) !important;
  background: var(--nle-indigo);
  box-shadow: 0 15px 35px rgba(79, 93, 255, 0.22);
}

.nle-button-primary:hover {
color: var(--nle-white) !important;
  background: var(--nle-navy);
}

.nle-button-secondary {
color: var(--nle-navy) !important;
  background: transparent;
  border-color: rgba(15, 23, 42, 0.28);
}

.nle-button-secondary:hover {
color: var(--nle-navy) !important;
  background: var(--nle-white);
}

.nle-included > .nle-container,
.nle-five-pages > .nle-container,
.nle-process-flow > .nle-container,
.nle-practical-delivery > .nle-container,
.nle-investment-unified > .nle-container,
.nle-faq > .nle-container,
.nle-packages-cta > .nle-container {
margin-right: auto;
  margin-left: auto;
}

.nle-five-pages-heading,
.nle-five-pages-label,
.nle-five-pages-grid,
.nle-practical-grid,
.nle-investment-heading,
.nle-investment-panel {
margin-right: auto;
  margin-left: auto;
}

@media (max-width: 680px){.nle-container {
width: min(100% - 30px, 1180px);
}

.nle-button {
width: 100%;
}}
