@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

html body:has(.nlgt-wrap),
body:has(.nlgt-wrap){
  background:
    radial-gradient(circle at top right, rgba(44,170,226,.12), transparent 34%),
    radial-gradient(circle at 10% 25%, rgba(35,194,122,.06), transparent 28%),
    linear-gradient(135deg,#F7FBFF 0%,#FFFDF6 100%);
}

.nlgt-wrap {
  --blue: #2CAAE2;
  --blue-d: #1689bd;
  --green: #23C27A;
  --navy: #102055;
  --navy2: #1A2F73;
  --text: #16324F;
  --muted: #667B92;
  --light: #F7FBFF;
  --border: #E3EDF7;
  --cream: #FFF8E8;
  --cream-border: #F2D07A;
  --shadow: 0 26px 68px rgba(16,32,85,.07);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 1420px;
  margin: 28px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 400px minmax(0,1fr);
  gap: 24px;
  align-items: start;
  color: var(--text);
  background: transparent;
  font-family: var(--font);
}

.nlgt-wrap::before {
  content: '';
  position: absolute;
  top: -80px;
  bottom: -120px;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 86% 0%, rgba(44,170,226,.13), transparent 34%),
    radial-gradient(circle at 12% 35%, rgba(35,194,122,.07), transparent 30%),
    linear-gradient(135deg,#F7FBFF 0%,#FFFDF6 100%);
}

.nlgt-wrap,
.nlgt-wrap * {
  box-sizing: border-box;
}

.nlgt-wrap button,
.nlgt-wrap input,
.nlgt-wrap select,
.nlgt-wrap textarea {
  font-family: var(--font);
}

.nlgt-wrap a {
  text-decoration: none;
}

.nlgt-sidebar {
  position: relative;
  min-height: auto;
  height: auto;
  overflow: hidden;
  border-radius: 36px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy2) 100%);
  box-shadow: 0 30px 80px rgba(16,32,85,.14);
}

.nlgt-sidebar::before {
  content: '';
  position: absolute;
  inset: -140px;
  background:
    radial-gradient(circle at 20% 10%, rgba(44,170,226,.22), transparent 28%),
    radial-gradient(circle at 90% 90%, rgba(35,194,122,.14), transparent 28%);
  pointer-events: none;
}

.nlgt-sb-inner {
  position: relative;
  z-index: 2;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.nlgt-sb-title {
  margin: 0;
  font-size: 54px;
  line-height: .92;
  letter-spacing: -.07em;
  font-weight: 900;
  color: #ffffff;
}

.nlgt-sb-title em {
  color: var(--green);
  font-style: normal;
}

.nlgt-sb-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255,255,255,.72);
}

.nlgt-urgency {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}

.nlgt-urg-dot {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(35,194,122,.16);
  flex-shrink: 0;
  animation: nlgtPulse 1.45s infinite;
}

@keyframes nlgtPulse {
  50% { transform: scale(1.12); opacity: .78; }
}

.nlgt-urg-inner strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffff;
}

.nlgt-urg-inner span {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,.64);
}

.nlgt-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.nlgt-pill {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .22s ease, background .22s ease;
}

.nlgt-pill:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.10);
}

.nlgt-pill-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(44,170,226,.14);
  backdrop-filter: blur(10px);
  font-size: 20px;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
  margin-bottom: 16px;
}

.nlgt-pill strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
}

.nlgt-pill span:last-child {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255,255,255,.64);
}

.nlgt-sb-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0;
}

.nlgt-sb-divider-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,.10);
}

.nlgt-sb-divider-lbl {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
  white-space: nowrap;
}

.nlgt-tp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 0 2px;
}

.nlgt-tp-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nlgt-tp-star,
.nlgt-tp-stars,
.nlgt-rv-stars,
.nlgt-exit-stars {
  color: #00B67A;
}

.nlgt-tp-star {
  font-size: 19px;
  line-height: 1;
}

.nlgt-tp-name {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -.015em;
}

.nlgt-tp-meta {
  text-align: right;
}

.nlgt-tp-stars {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
}

.nlgt-tp-score {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: rgba(255,255,255,.70);
}



.nlgt-rv-carousel{
width:100%;
overflow:hidden;

border-radius:28px;

background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.10);

padding:18px 10px;

box-sizing:border-box;
}

.nlgt-rv-track{
width:100%;

display:flex;
align-items:stretch;

transition:transform .8s cubic-bezier(.4,0,.2,1);

will-change:transform;

box-sizing:border-box;
}

.nlgt-rv-slide{
flex:0 0 100%;

padding:0 10px;

box-sizing:border-box;
}

.nlgt-rv-card{
height:100%;

padding:28px 30px;

border-radius:26px;

background:#ffffff;

overflow:hidden;

box-sizing:border-box;
}

.nlgt-rv-stars{
font-size:16px;
letter-spacing:2px;

margin-bottom:14px;

line-height:1;

color:#00B67A;
}

.nlgt-rv-qs{
display:none;
}

.nlgt-rv-text{
margin:0 0 18px;

font-size:15px;
line-height:1.9;
font-weight:500;

color:#5F7389;
}



.nlgt-rv-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #EDF3F8;
}

.nlgt-rv-av {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 900;
}

.nlgt-rv-author {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--navy);
}

.nlgt-rv-role {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  color: #7D8EA1;
}

.nlgt-rv-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding-top: 14px;
}

.nlgt-rv-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255,255,255,.30);
  cursor: pointer;
  transition: all .25s ease;
}

.nlgt-rv-dot.on {
  width: 20px;
  border-radius: 999px;
  background: var(--green);
}

.nlgt-sb-contact {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.nlgt-sb-contact a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
  overflow-wrap: anywhere;
  transition: transform .22s ease, background .22s ease;
}

.nlgt-sb-contact a:hover {
  color: #ffffff;
  background: rgba(255,255,255,.11);
  transform: translateY(-2px);
}

.nlgt-sb-contact a span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 16px 34px rgba(35,194,122,.22);
  flex-shrink: 0;
}

.nlgt-main {
  min-width: 0;
  display: grid;
  gap: 22px;
  background: transparent;
}

.nlgt-hero {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(16,32,85,.92), rgba(35,194,122,.18));
  box-shadow: 0 24px 60px rgba(16,32,85,.10);
}

.nlgt-hero::after {
  content: 'Premium tutor matching';
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 5;
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.nlgt-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(90deg,rgba(16,32,85,.52),rgba(16,32,85,.08));
  pointer-events: none;
}

.nlgt-hero-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.nlgt-hero-slide {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
}

.nlgt-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nlgt-hero-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  z-index: 6;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}

.nlgt-hero-dot {
  width: 6px;
  height: 6px;
  border: none;
  padding: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  cursor: pointer;
  transition: all .25s ease;
}

.nlgt-hero-dot.on {
  width: 18px;
  border-radius: 999px;
  background: #ffffff;
}

.nlgt-progress {
  padding: 0;
  border-radius: 26px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(227,237,247,.92);
  box-shadow: 0 18px 44px rgba(16,32,85,.05);
  padding: 18px 22px;
}

.nlgt-steps-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.nlgt-step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #EDF5FB;
  border: 1px solid #DDE8F3;
  color: #7C8B9B;
  font-size: 12px;
  font-weight: 900;
  transition: all .25s ease;
}

.nlgt-step-circle.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #ffffff;
}

.nlgt-step-circle.done {
  background: var(--green);
  border-color: var(--green);
  color: #062D19;
}

.nlgt-step-line {
  flex: 1;
  height: 2px;
  background: #DDE8F3;
}

.nlgt-step-line.done {
  background: var(--green);
}

.nlgt-prog-bar {
  height: 7px;
  border-radius: 999px;
  background: #E8EFF7;
  overflow: hidden;
}

.nlgt-prog-fill {
  width: 20%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  transition: width .35s ease;
}

.nlgt-content {
  padding: 30px;
  border-radius: 36px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(227,237,247,.92);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.nlgt-step {
  display: none;
  animation: nlgtFade .22s ease;
}

.nlgt-step.nlgt-active {
  display: block;
}

@keyframes nlgtFade {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: none; }
}

.nlgt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #E9FFF3;
  color: #0B8D52;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nlgt-eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(35,194,122,.12);
}

.nlgt-step-title {
  margin: 0 0 12px;
  font-size: 44px;
  line-height: .96;
  letter-spacing: -.06em;
  font-weight: 900;
  color: var(--navy);
}

.nlgt-step-sub {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}

.nlgt-alert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--cream);
  border: 1px solid var(--cream-border);
  color: #8A5A00;
  font-size: 12px;
  font-weight: 900;
}

.nlgt-learner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.nlgt-learner-btn {
  position: relative;
  width: 100%;
  padding: 28px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid var(--border);
  text-align: left;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  box-shadow: 0 12px 30px rgba(16,32,85,.04);
}

.nlgt-learner-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(16,32,85,.08);
}

.nlgt-learner-btn.selected {
  border: 2px solid var(--navy);
  box-shadow: 0 22px 52px rgba(16,32,85,.10);
}

.nlgt-learner-tick {
  position: absolute;
  top: 18px;
  right: 18px;
  width: auto;
  height: auto;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--navy);
  color: #ffffff;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: none;
}

.nlgt-learner-tick::after {
  content: ' Selected';
}

.nlgt-learner-btn.selected .nlgt-learner-tick {
  display: flex;
}

.nlgt-learner-ico {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg,#EEF8FF,#F3FFFA);
  font-size: 24px;
  color: var(--navy);
  margin-bottom: 18px;
}

.nlgt-learner-btn h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 900;
  color: var(--navy);
}

.nlgt-learner-btn p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #677B90;
}

.nlgt-field {
  margin-bottom: 16px;
}

.nlgt-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
  color: var(--navy);
}

.nlgt-field select,
.nlgt-field input[type=text],
.nlgt-field input[type=email],
.nlgt-field input[type=tel],
.nlgt-field textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border: 1px solid #DDE8F3;
  border-radius: 18px;
  background: #ffffff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  outline: none;
  appearance: none;
}

.nlgt-field textarea {
  height: 118px;
  padding: 16px;
  resize: vertical;
  line-height: 1.6;
}

.nlgt-field select:focus,
.nlgt-field input:focus,
.nlgt-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 5px rgba(44,170,226,.12);
}

.nlgt-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.nlgt-radio-g,
.nlgt-days {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}

.nlgt-radio-opt,
.nlgt-days span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: all .2s ease;
}

.nlgt-radio-opt:hover,
.nlgt-days span:hover {
  border-color: var(--navy);
}

.nlgt-radio-opt.on,
.nlgt-days input:checked + span {
  background: var(--navy);
  border-color: var(--navy);
  color: #ffffff;
}

.nlgt-days label {
  cursor: pointer;
}

.nlgt-days input[type=checkbox] {
  display: none;
}

.nlgt-tabs {
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 22px;
  background: #F8FBFF;
  border: 1px solid var(--border);
  margin-bottom: 18px;
}

.nlgt-tab {
  flex: 1;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #61758C;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.nlgt-tab.active {
  background: var(--navy);
  color: #ffffff;
}

.nlgt-panel {
  display: none;
}

.nlgt-panel.active {
  display: block;
}

.nlgt-sib-card,
.nlgt-info-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: #F8FBFF;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

.nlgt-sib-card:hover,
.nlgt-sib-card.checked {
  background: #E9FFF3;
  border-color: #BFF1D5;
}

.nlgt-sib-ico,
.nlgt-sib-chk {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nlgt-sib-ico {
  background: #EEF8FF;
  font-size: 20px;
}

.nlgt-sib-chk {
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--green);
  font-size: 16px;
  font-weight: 900;
}

.nlgt-sib-card.checked .nlgt-sib-chk {
  background: var(--green);
  color: #062D19;
  border-color: var(--green);
}

.nlgt-sib-title {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 900;
  color: var(--navy);
}

.nlgt-sib-desc {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}

.nlgt-sib-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nlgt-sib-pill {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #EEF8FF;
  color: var(--blue-d);
  font-size: 11px;
  font-weight: 900;
}

.nlgt-sib-form {
  display: none;
  margin-top: 16px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border);
}

.nlgt-sib-form.show {
  display: block;
}

.nlgt-sib-form-hd {
  padding: 16px 18px;
  background: linear-gradient(135deg,var(--blue),var(--green));
}

.nlgt-sib-form-hd span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.nlgt-sib-form-body {
  padding: 18px;
}

.nlgt-loading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--border);
}

.nlgt-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #DDE8F3;
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: nlgtSpin .8s linear infinite;
  flex-shrink: 0;
}

@keyframes nlgtSpin {
  to { transform: rotate(360deg); }
}

.nlgt-loading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.nlgt-price-wrap {
  position: relative;
  padding-top: 14px;
}

.nlgt-price-ribbon {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--navy);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nlgt-price-card {
  padding: 28px;
  border-radius: 30px;
  background: #ffffff;
  border: 2px solid var(--navy);
  box-shadow: 0 22px 52px rgba(16,32,85,.10);
}

.nlgt-price-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.nlgt-price-name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
  color: var(--navy);
}

.nlgt-price-tag {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.nlgt-price-right {
  text-align: right;
  flex-shrink: 0;
}

.nlgt-price-reg {
  font-size: 15px;
  color: #98A4B5;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.nlgt-price-big {
  font-size: 70px;
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 900;
  color: var(--green);
}

.nlgt-price-save {
  display: inline-flex;
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #E9FFF3;
  color: #0B8D52;
  font-size: 11px;
  font-weight: 900;
}

.nlgt-divider {
  height: 1px;
  background: var(--border);
  margin: 18px 0;
}

.nlgt-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.nlgt-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 16px;
  background: #F8FBFF;
  border: 1px solid var(--border);
  color: #29415F;
  font-size: 13px;
  font-weight: 800;
}

.nlgt-features li::before {
  content: '✓';
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E9FFF3;
  color: #0B8D52;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}

.nlgt-summary-box,
.nlgt-next,
.nlgt-pay-box {
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 12px 30px rgba(16,32,85,.04);
}

.nlgt-summary-hd,
.nlgt-next-hd {
  padding: 16px 18px;
  background: #F8FBFF;
  border-bottom: 1px solid var(--border);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--navy);
}

.nlgt-summary-table {
  width: 100%;
  border-collapse: collapse;
}

.nlgt-summary-table tr {
  border-bottom: 1px solid #EEF3F8;
}

.nlgt-summary-table tr:last-child {
  border-bottom: none;
}

.nlgt-summary-table td {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.5;
}

.nlgt-summary-table td:first-child {
  width: 42%;
  color: var(--muted);
  font-weight: 700;
}

.nlgt-summary-table td:last-child {
  color: var(--navy);
  font-weight: 900;
  text-align: right;
}

.nlgt-disc td,
.nlgt-sib-summary td {
  color: #0B8D52;
}

.nlgt-total {
  background: #F8FBFF;
}

.nlgt-total td:first-child,
.nlgt-total td:last-child {
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
}

.nlgt-total td:last-child {
  color: var(--green);
}

.nlgt-next-list {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.nlgt-next-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.nlgt-next-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green);
  color: #062D19;
  font-size: 13px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nlgt-next-txt {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.nlgt-next-txt strong {
  color: var(--navy);
}

.nlgt-pay-box {
  border: 2px solid var(--blue);
}

.nlgt-pay-hd {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg,var(--navy),var(--navy2));
}

.nlgt-pay-hl h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.nlgt-pay-hl p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.nlgt-pay-hr {
  min-width: 88px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  text-align: center;
}

.nlgt-pay-hr b {
  display: block;
  color: #ffffff;
  font-size: 34px;
  line-height: .9;
  font-weight: 900;
}

.nlgt-pay-hr small {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.66);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.nlgt-pay-body {
  padding: 22px;
  text-align: center;
}

.nlgt-pay-btn {
  display: inline-flex;
  width: 100%;
  max-width: 320px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg,var(--green),#1FB36E);
  color: #062D19;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(35,194,122,.24);
}

.nlgt-pay-btn:hover {
  color: #062D19;
  transform: translateY(-2px);
}

.nlgt-pay-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.nlgt-pay-trust span,
.nlgt-pay-ft,
.nlgt-terms {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  font-weight: 700;
}

.nlgt-pay-ft {
  padding: 14px 18px;
  background: #F8FBFF;
  border-top: 1px solid var(--border);
  text-align: center;
}

.nlgt-pay-ft a,
.nlgt-terms a {
  color: var(--blue-d);
  font-weight: 900;
}

.nlgt-terms {
  margin-bottom: 12px;
  text-align: center;
}

.nlgt-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.nlgt-btn,
.nlgt-btn-back {
  height: 58px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.nlgt-btn {
  border: none;
  background: linear-gradient(135deg,var(--green),#1FB36E);
  color: #062D19;
  box-shadow: 0 18px 40px rgba(35,194,122,.24);
}

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

.nlgt-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.nlgt-btn-back {
  border: none;
  background: #EFF5FB;
  color: var(--navy);
}

.nlgt-btn-back:hover {
  background: #E5EFF8;
}


.nlgt-exit-popup{
display:none;
position:fixed;
inset:0;
z-index:999999;

align-items:center;
justify-content:center;

padding:20px;

background:rgba(16,32,85,.64);

backdrop-filter:blur(6px);
}

.nlgt-exit-popup.nlgt-show{
display:flex;
}

.nlgt-exit-inner{
position:relative;

width:min(92%,480px);

padding:34px 34px 28px;

border-radius:30px;

background:#ffffff;

text-align:center;

box-shadow:
0 40px 120px rgba(16,32,85,.22);

animation:nlgtPopIn .28s cubic-bezier(.2,.8,.2,1);
}

@keyframes nlgtPopIn{
from{
transform:translateY(10px) scale(.96);
opacity:0;
}
to{
transform:translateY(0) scale(1);
opacity:1;
}
}

.nlgt-exit-close{
position:absolute;

top:18px;
right:18px;

width:38px;
height:38px;

border:none;
border-radius:999px;

background:#F3F6FA;

display:flex;
align-items:center;
justify-content:center;

font-size:16px;
font-weight:700;

color:#7A8798;

cursor:pointer;

transition:.2s ease;
}

.nlgt-exit-close:hover{
background:#E9EEF5;
color:#102055;
}

.nlgt-exit-title{
margin:0 0 14px;

font-size:38px;
line-height:.92;

font-weight:900;
letter-spacing:-.06em;

color:#102055;
}

.nlgt-exit-sub{
margin:0 auto 22px;

max-width:360px;

font-size:15px;
line-height:1.8;

color:#64748B;
}

.nlgt-exit-review{
padding:22px;

margin-bottom:22px;

border-radius:24px;

background:#F8FBFF;

border:1px solid #E6EEF7;

text-align:left;
}

.nlgt-exit-stars{
margin-bottom:10px;

font-size:14px;
letter-spacing:1px;

color:#00B67A;
}

.nlgt-exit-quote{
margin:0 0 14px;

font-size:15px;
line-height:1.85;

font-weight:500;

color:#52657C;
}

.nlgt-exit-author{
font-size:13px;
font-weight:800;

color:#102055;
}

.nlgt-exit-cta{
width:100%;
height:56px;

border:none;
border-radius:999px;

background:#23C27A;

font-size:15px;
font-weight:900;

color:#ffffff;

cursor:pointer;

transition:.2s ease;

box-shadow:
0 14px 34px rgba(35,194,122,.18);
}

.nlgt-exit-cta:hover{
transform:translateY(-1px);
background:#1FB36E;
}

.nlgt-exit-dismiss{
margin-top:14px;

border:none;
background:none;

font-size:14px;
font-weight:700;

color:#7A8798;

cursor:pointer;

transition:.2s ease;
}

.nlgt-exit-dismiss:hover{
color:#102055;
}

@media(max-width:720px){

.nlgt-exit-inner{
padding:30px 22px 24px;
border-radius:26px;
}

.nlgt-exit-title{
font-size:32px;
}

.nlgt-exit-sub{
font-size:14px;
}

.nlgt-exit-review{
padding:18px;
}

.nlgt-exit-cta{
height:52px;
font-size:14px;
}

}




@media (max-width: 1100px) {
  .nlgt-wrap {
    grid-template-columns: 1fr;
  }

  .nlgt-sidebar {
    height: auto;
  }
}

@media (max-width: 720px) {
  .nlgt-wrap {
    margin: 0;
    padding: 0;
    gap: 0;
    display: block;
  }

  .nlgt-sidebar {
    border-radius: 0 0 34px 34px;
  }

  .nlgt-sb-inner {
    padding: 26px 22px;
  }

  .nlgt-sb-title {
    font-size: 44px;
  }

  .nlgt-sb-desc {
    font-size: 14px;
  }

  .nlgt-pills {
    grid-template-columns: 1fr 1fr;
  }

  .nlgt-main {
    padding: 18px;
  }

  .nlgt-hero {
    height: 220px;
    border-radius: 30px;
  }

  .nlgt-progress {
    border-radius: 24px;
    padding: 16px;
  }

  .nlgt-content {
    padding: 24px;
    border-radius: 30px;
  }

  .nlgt-step-title {
    font-size: 36px;
  }

  .nlgt-step-sub {
    font-size: 14px;
  }

  .nlgt-learner-grid,
  .nlgt-row,
  .nlgt-price-top,
  .nlgt-features {
    grid-template-columns: 1fr;
  }

  .nlgt-price-top {
    display: grid;
  }

  .nlgt-price-right {
    text-align: left;
  }

  .nlgt-nav {
    position: sticky;
    bottom: 0;
    z-index: 20;
    padding-top: 18px;
    background: linear-gradient(180deg,rgba(255,255,255,0),#ffffff 26%);
  }

  .nlgt-btn,
  .nlgt-btn-back {
    flex: 1;
    padding: 0 18px;
  }
}

@media (max-width: 480px) {
  .nlgt-pills {
    grid-template-columns: 1fr;
  }

  .nlgt-step-circle {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .nlgt-step-title {
    font-size: 32px;
  }
}

@media(max-width:720px){

.nlgt-exit-inner{
padding:34px 24px 28px;
border-radius:28px;
}

.nlgt-exit-title{
font-size:34px;
}

.nlgt-exit-sub{
font-size:15px;
}

.nlgt-exit-review{
padding:22px;
}

.nlgt-exit-cta{
height:54px;
font-size:14px;
}

}

@media(max-width:768px){

/* =====================================================
   HIDE FEATURE BOXES
===================================================== */

.nlgt-pills{
display:none !important;
}

/* =====================================================
   HIDE CONTACT BOXES
===================================================== */

.nlgt-sb-contact{
display:none !important;
}

/* =====================================================
   HIDE HERO CAROUSEL / BANNER
===================================================== */

.nlgt-hero{
display:none !important;
}

/* =====================================================
   HIDE TRUSTPILOT REVIEW SECTION
===================================================== */

.nlgt-rv-wrap,
.nlgt-rv-carousel,
.nlgt-rv-track,
.nlgt-rv-dots{
display:none !important;
}

/* =====================================================
   CLEAN MOBILE SIDEBAR SPACING
===================================================== */

.nlgt-sb-inner{
padding:22px 18px !important;
}

/* =====================================================
   SMALLER MOBILE HEADING
===================================================== */

.nlgt-sb-title{
font-size:34px !important;
line-height:.95 !important;
}

/* =====================================================
   REMOVE EXCESS BOTTOM SPACING
===================================================== */

.nlgt-sidebar{
padding-bottom:0 !important;
margin-bottom:0 !important;
}

/* =====================================================
   MAKE FORM START QUICKER
===================================================== */

.nlgt-main{
margin-top:0 !important;
padding-top:10px !important;
}

}