/*
Theme Name: LMS Education Child
Theme URI: https://nivelopo.com
Description: Child theme for LMS Education.
Author: Nivel Opo
Template: lms-education
Version: 1.0.0
Text Domain: lms-education-child
*/

body.home header.site-header,
body.home .site-header,
body.home #masthead,
body.home .main-header,
body.home footer.site-footer,
body.home .site-footer,
body.home #colophon,
body.home .footer-area,
body.home .entry-title,
body.home .page-title,
body.home h1.entry-title {
  display: none !important;
}

body.home .entry-content > * {
  max-width: none !important;
}

.home .nivelopo-home {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.nivelopo-home {
  --dark: #050814;
  --navy: #07101f;
  --panel: #0b1628;
  --blue: #2563eb;
  --cyan: #22d3ee;
  --gold: #d6b46a;
  --gold2: #f8e2a2;
  --white: #fffdf8;
  --soft: #f8fafc;
  --ink: #0f172a;
  --muted: #64748b;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050814;
  color: #fff;
  overflow: hidden;
}

.nivelopo-home * {
  box-sizing: border-box;
}

.nivelopo-home a {
  text-decoration: none;
}

header#site-navigation{
    background: #031020;
}

.no-hero {
  position: relative;
  min-height: 900px;
  padding: 45px 5.2vw 80px;
  background:
    radial-gradient(circle at 70% 30%, rgba(34, 211, 238, .16), transparent 34%),
    linear-gradient(135deg, #050814 0%, #081121 58%, #020617 100%);
}

.no-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(34, 211, 238, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 70% 30%, #000, transparent 63%);
  -webkit-mask-image: radial-gradient(circle at 70% 30%, #000, transparent 63%);
}

.no-hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 54px;
  align-items: center;
}

.no-kicker {
  display: inline-flex;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold2);
  border: 1px solid rgba(214, 180, 106, .46);
  border-radius: 999px;
  background: rgba(214, 180, 106, .07);
  font-size: 11px;
  font-weight: 700;
  padding: 9px 14px;
  margin: 0 0 24px;
}

.no-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5.15vw, 66px);
  line-height: 1.04;
  letter-spacing: -.045em;
  margin: 0 0 24px;
  color: #fff;
}

.no-hero h1 span {
  color: var(--gold);
}

.no-lead {
  color: #d8e2ef;
  font-size: 18px;
  line-height: 1.72;
  max-width: 560px;
  margin: 0 0 32px;
}

.no-actions {
  display: flex;
  gap: 18px;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 26px;
}

.no-primary,
.no-secondary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 12px;
  padding: 16px 24px;
  font-weight: 700;
  transition: .25s ease;
}

.no-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #3147ff, #22bffc);
  box-shadow: 0 16px 42px rgba(37, 99, 235, .38);
}

.no-secondary {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04);
}

.no-primary:hover,
.no-secondary:hover,
.no-hero-cta:hover {
  transform: translateY(-3px);
}

.no-hero-cta {
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  padding: 16px 18px;
  transition: .25s ease;
  flex: 1 1 0;
  min-width: 0;
}

.no-hero-cta-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #2447ff 0%, #18bdf6 100%);
  box-shadow: 0 18px 45px rgba(37, 99, 235, .38);
}

.no-hero-cta-secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(203, 213, 225, .45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
}

.no-hero-cta-icon,
.no-hero-cta-play {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #dbeafe;
}

.no-hero-cta-icon svg {
  width: 34px;
  height: 34px;
}

.no-hero-cta-play {
  width: 48px;
  height: 48px;
  color: #60a5fa;
  border-radius: 999px;
  background: rgba(37, 99, 235, .10);
  box-shadow: 0 0 22px rgba(37, 99, 235, .22);
}

.no-hero-cta-play svg {
  width: 48px;
  height: 48px;
}

.no-hero-cta-copy {
  display: grid;
  gap: 3px;
  line-height: 1.15;
  min-width: 0;
}

.no-hero-cta-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.no-hero-cta-copy strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.no-hero-cta-copy small {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.no-hero-cta-arrow {
  margin-left: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.no-ai-highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid rgba(96, 165, 250, .35);
  background: rgba(2, 6, 23, .38);
  border-radius: 16px;
  padding: 18px 20px;
  margin: 0 0 24px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.no-ai-highlight span {
  color: var(--cyan);
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 0 18px rgba(34, 211, 238, .45);
}

.no-ai-highlight p {
  margin: 0;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.55;
}

.no-ai-highlight strong {
  color: var(--gold);
  font-weight: 700;
}

.no-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 24px;
}

.no-value-grid div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.no-value-grid div:first-child {
  padding-left: 0;
}

.no-value-grid div:last-child {
  border-right: 0;
  padding-right: 0;
}

.no-value-grid span {
  color: #38bdf8;
  font-size: 27px;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(34, 211, 238, .28));
}

.no-value-grid p {
  margin: 0;
  color: #dbeafe;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.no-safe-note {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .17);
  background: rgba(255, 255, 255, .035);
  border-radius: 999px;
  padding: 12px 18px;
  color: #cbd5e1;
}

.no-safe-note span {
  color: #94a3b8;
  font-size: 18px;
}

.no-safe-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.no-dashboard-mock {
  border: 1px solid rgba(96, 165, 250, .34);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035));
  box-shadow: 0 40px 100px rgba(0, 0, 0, .46), 0 0 70px rgba(37, 99, 235, .18);
  padding: 24px;
  backdrop-filter: blur(20px);
  animation: noFloat 7s ease-in-out infinite;
}

.dash-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.dash-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #334155;
  color: #fff;
  font-weight: 700;
}

.dash-top strong {
  display: block;
}

.dash-top span {
  color: #cbd5e1;
  font-size: 12px;
}

.dash-body {
  display: grid;
  grid-template-columns: 170px 1fr;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(2, 6, 23, .32);
}

.dash-body aside {
  border-right: 1px solid rgba(255, 255, 255, .09);
  padding: 14px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.dash-body aside b,
.dash-body aside span {
  border-radius: 7px;
  padding: 8px 10px;
  font-size: 12px;
}

.dash-body aside b {
  background: #2563eb;
}

.dash-body aside span {
  color: #cbd5e1;
}

.dash-body main {
  padding: 18px;
}

.dash-body h3 {
  font-size: 18px;
  margin: 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.dash-stats div {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 13px;
  text-align: center;
  padding: 22px 8px;
  background: rgba(255, 255, 255, .03);
}

.dash-stats b {
  display: block;
  font-size: 30px;
}

.dash-stats span {
  font-size: 11px;
  color: #cbd5e1;
}

.dash-course {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 13px;
  padding: 14px;
}

.dash-course img,
.dash-placeholder {
  width: 160px;
  height: 95px;
  object-fit: cover;
  border-radius: 9px;
}

.dash-placeholder {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(148, 163, 184, .22), rgba(226, 232, 240, .08));
}

.dash-placeholder:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(203, 213, 225, .28);
  left: 28px;
  top: 18px;
}

.dash-placeholder:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 80px;
  background:
    linear-gradient(135deg, transparent 35%, rgba(203, 213, 225, .2) 36%, rgba(203, 213, 225, .2) 65%, transparent 66%),
    linear-gradient(45deg, transparent 38%, rgba(203, 213, 225, .16) 39%, rgba(203, 213, 225, .16) 68%, transparent 69%);
  left: 32px;
  bottom: -18px;
}

.dash-course small {
  color: var(--gold);
}

.dash-course h4 {
  margin: 6px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.dash-course p {
  font-size: 12px;
  color: #cbd5e1;
  margin: 0 0 10px;
}

.dash-course i {
  display: block;
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .14);
  overflow: hidden;
}

.dash-course em {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #22d3ee);
}

.no-light-section {
  background: linear-gradient(180deg, var(--white), var(--soft));
  color: var(--ink);
  padding: 86px 5.2vw;
}

.no-section-heading {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 44px;
}

.no-section-heading p {
  margin: 0 0 13px;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.no-section-heading h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
  color: var(--ink);
}

.no-section-heading h2 span {
  color: var(--gold);
}

.no-method {
  padding-top: 86px;
  padding-bottom: 92px;
}

.no-method-heading {
  max-width: 980px;
  margin-bottom: 42px;
}

.no-method-heading h2 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -.035em;
}

.no-method-subtitle {
  color: #64748b;
  font-size: 20px;
  line-height: 1.6;
  max-width: 620px;
  margin: 20px auto 0;
}

.no-method-grid,
.no-levels,
.no-resource-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.no-method-grid {
  grid-template-columns: 1fr 1fr 1fr 1.38fr;
  align-items: stretch;
  gap: 24px;
}

.no-method-step {
  min-height: 360px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 60px rgba(15, 23, 42, .08);
  padding: 38px 30px 32px;
  position: relative;
  overflow: hidden;
}

.no-method-step:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 34px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .25), rgba(37, 99, 235, .65), rgba(34, 211, 238, .25));
}

.no-method-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #2563eb;
  border: 2px solid rgba(37, 99, 235, .18);
  background: rgba(37, 99, 235, .035);
  margin-bottom: 32px;
}

.no-method-icon svg {
  width: 42px;
  height: 42px;
}

.no-method-step h3 {
  text-transform: uppercase;
  letter-spacing: -.02em;
  color: #082452;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 24px;
  font-weight: 700;
}

.no-method-step p {
  color: #51627a;
  font-size: 16px;
  line-height: 1.68;
  margin: 0;
}

.no-route-panel {
  border-radius: 24px;
  background: linear-gradient(145deg, #07101f, #0b1628);
  color: #fff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .25);
  padding: 30px 28px;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

.no-route-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 0%, rgba(37, 99, 235, .18), transparent 38%);
  pointer-events: none;
}

.no-route-title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.no-route-title span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 180, 106, .75);
  border-radius: 10px;
  color: var(--gold);
}

.no-route-title svg {
  width: 34px;
  height: 34px;
}

.no-route-title h3 {
  margin: 0;
  color: var(--gold);
  font-size: 25px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.no-route-list {
  position: relative;
  z-index: 2;
  padding-left: 2px;
  margin-bottom: 24px;
}

.no-route-line {
  position: absolute;
  left: 9px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, #60a5fa, rgba(96, 165, 250, .25));
}

.no-route-item {
  position: relative;
  display: grid;
  grid-template-columns: 28px 42px minmax(170px, 1fr) 28px;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-size: 13px;
}

.no-route-item i {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #60a5fa;
  background: #07101f;
  z-index: 3;
}

.no-route-item b {
  color: #6ee7a8;
  font-size: 17px;
}

.no-route-item span {
  color: #e5ecff;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  font-size: 12px;
}

.no-route-item em {
  font-style: normal;
  text-align: right;
  color: #60a5fa;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.no-route-item em svg {
  width: 18px;
  height: 18px;
}

.no-route-item.is-done em {
  color: #22c55e;
  border: 2px solid #22c55e;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  font-size: 13px;
  line-height: 1;
  justify-self: end;
}

.no-route-item.is-progress em {
  border: 2px solid #3b82f6;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  justify-self: end;
}

.no-route-item.is-recommended {
  background: linear-gradient(90deg, rgba(37, 99, 235, .14), rgba(37, 99, 235, .26), rgba(37, 99, 235, .06));
  margin-left: 0;
  padding-left: 0;
  padding-right: 0px;
  border-bottom: 0;
  grid-template-columns: 28px 42px minmax(170px, 1fr) 28px;
}

.no-route-item.is-recommended i {
  position: relative;
  left: auto;
}

.no-route-item.is-recommended b,
.no-route-item.is-recommended em {
  color: var(--gold);
}

.no-route-item.is-recommended span {
  text-align: right;
  white-space: nowrap;
  font-size: 12px;
}

.no-route-item.is-locked em {
  color: #60a5fa;
}

.no-route-note {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding-top: 14px;
}

.no-route-note span {
  width: 42px;
  height: 42px;
  color: #60a5fa;
}

.no-route-note svg {
  width: 42px;
  height: 42px;
}

.no-route-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #e2e8f0;
}

.no-passport {
  display: none;
}

.no-personal-route-section {
  position: relative;
  padding: 90px 5.2vw;
  background:
    radial-gradient(circle at 24% 82%, rgba(37, 99, 235, .15), transparent 34%),
    radial-gradient(circle at 76% 18%, rgba(34, 211, 238, .12), transparent 31%),
    linear-gradient(135deg, #050814 0%, #07101f 54%, #020617 100%);
  color: #fff;
  overflow: hidden;
}

.no-personal-route-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(34, 211, 238, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, .028) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: .7;
  pointer-events: none;
}

.no-personal-route-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: stretch;
}

.no-personal-route-main {
  min-width: 0;
}

.no-personal-label {
  margin: 0 0 22px;
  text-align: center;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  font-weight: 700;
}

.no-personal-route-main h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
  color: #fff;
}

.no-personal-route-main h2 span {
  color: var(--gold);
}

.no-personal-subtitle {
  max-width: 710px;
  margin: 0 auto 34px;
  text-align: center;
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.55;
}

.no-route-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.no-op-card {
  position: relative;
  min-height: 380px;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(96, 165, 250, .25);
  background:
    radial-gradient(circle at 20% 0%, rgba(96, 165, 250, .18), transparent 34%),
    linear-gradient(180deg, rgba(15, 30, 52, .88), rgba(6, 16, 32, .94));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  overflow: visible;
}

.no-op-card:after {
  content: "";
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #2f80ff, #22d3ee, transparent);
  opacity: .75;
}

.no-op-card.is-recommended-card {
  border-color: rgba(214, 180, 106, .85);
  background:
    radial-gradient(circle at 30% 0%, rgba(214, 180, 106, .17), transparent 38%),
    linear-gradient(180deg, rgba(32, 31, 24, .9), rgba(8, 16, 30, .96));
  box-shadow: 0 0 38px rgba(214, 180, 106, .17), 0 26px 70px rgba(0, 0, 0, .35);
}

.no-op-card.is-recommended-card:after {
  background: linear-gradient(90deg, transparent, var(--gold), #22d3ee, transparent);
}

.no-op-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 18px;
  border-radius: 999px;
  color: var(--gold);
  background: linear-gradient(180deg, #1d2638, #101827);
  border: 1px solid rgba(214, 180, 106, .35);
  box-shadow: 0 10px 26px rgba(214, 180, 106, .18);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.no-op-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #60a5fa;
  border-radius: 50%;
  background: rgba(96, 165, 250, .1);
  border: 1px solid rgba(96, 165, 250, .22);
  margin-bottom: 20px;
}

.is-recommended-card .no-op-icon {
  color: var(--gold);
  background: rgba(214, 180, 106, .1);
  border-color: rgba(214, 180, 106, .28);
}

.no-op-icon svg {
  width: 38px;
  height: 38px;
}

.no-op-card h3 {
  margin: 0 0 18px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
}

.no-op-card h3 span {
  color: #2f80ff;
  font-size: 24px;
}

.is-recommended-card h3 span {
  color: var(--gold);
}

.no-op-level {
  margin: 0 0 20px;
  color: #9fb0ca;
  font-size: 13px;
}

.no-op-level b {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  color: #60a5fa;
  background: rgba(96, 165, 250, .14);
  border: 1px solid rgba(96, 165, 250, .2);
}

.is-recommended-card .no-op-level b {
  color: var(--gold);
  background: rgba(214, 180, 106, .14);
  border-color: rgba(214, 180, 106, .25);
}

.no-op-divider {
  height: 1px;
  background: rgba(255, 255, 255, .1);
  margin-bottom: 22px;
}

.no-op-route-label {
  margin: 0 0 10px;
  color: #9fb0ca;
  font-size: 13px;
}

.no-op-route {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.no-op-route span {
  color: #22d3ee;
  font-size: 25px;
  font-weight: 700;
}

.no-op-route span:last-child {
  color: #2f80ff;
}

.is-recommended-card .no-op-route span:last-child {
  color: var(--gold);
}

.no-op-route em {
  color: #94a3b8;
  font-style: normal;
  font-size: 24px;
}

.no-op-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-op-card li {
  position: relative;
  padding-left: 29px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.45;
}

.no-op-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #60a5fa;
  border: 1px solid rgba(96, 165, 250, .55);
  font-size: 11px;
  line-height: 1;
}

.is-recommended-card li:before {
  color: var(--gold);
  border-color: rgba(214, 180, 106, .55);
}

.no-route-warning {
  margin-top: 28px;
  min-height: 74px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, .18);
  background: rgba(7, 16, 31, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  padding: 10px 28px;
}

.no-route-warning span {
  width: 54px;
  height: 54px;
  color: #60a5fa;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(96, 165, 250, .08);
}

.no-route-warning svg {
  width: 32px;
  height: 32px;
}

.no-route-warning p {
  margin: 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.5;
}

.no-route-warning strong {
  color: var(--gold);
}

.no-progress-panel {
  border-radius: 18px;
  border: 1px solid rgba(96, 165, 250, .42);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .18), transparent 33%),
    linear-gradient(180deg, rgba(12, 27, 48, .94), rgba(5, 12, 24, .98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
  padding: 32px;
}

.no-progress-header {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 17px;
  align-items: start;
  margin-bottom: 28px;
}

.no-progress-logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  background: linear-gradient(135deg, #22d3ee, #2447ff);
  box-shadow: 0 0 30px rgba(37, 99, 235, .4);
}

.no-progress-header h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  line-height: 1.04;
  color: #fff;
  text-transform: uppercase;
}

.no-progress-header h3 span {
  color: var(--gold);
}

.no-progress-copy {
  margin: 0 0 26px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.55;
}

.no-progress-divider {
  height: 1px;
  background: rgba(255, 255, 255, .09);
  margin-bottom: 22px;
}

.no-progress-label {
  margin: 0 0 22px;
  color: #2f80ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
}

.no-progress-road {
  position: relative;
  display: grid;
  gap: 20px;
  margin-bottom: 28px;
}

.no-progress-line {
  position: absolute;
  left: 12px;
  top: 13px;
  bottom: 13px;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, #22d3ee, var(--gold), #2f80ff);
  opacity: .72;
}

.no-progress-item {
  position: relative;
  display: grid;
  grid-template-columns: 28px 48px 1fr 26px;
  align-items: center;
  gap: 11px;
  min-height: 32px;
}

.no-progress-item i {
  width: 18px;
  height: 18px;
  z-index: 2;
  border-radius: 50%;
  border: 2px solid #2f80ff;
  background: #07101f;
  box-shadow: 0 0 0 5px rgba(47, 128, 255, .08);
}

.no-progress-item.is-complete i {
  border-color: #22d3ee;
  background: #22d3ee;
}

.no-progress-item.is-goal i {
  border-color: var(--gold);
  box-shadow: 0 0 18px rgba(214, 180, 106, .55);
}

.no-progress-item b {
  color: #2f80ff;
  font-size: 25px;
  font-weight: 700;
}

.no-progress-item.is-complete b {
  color: #25d7c8;
}

.no-progress-item.is-goal b,
.no-progress-item.is-goal em {
  color: var(--gold);
}

.no-progress-item span {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 700;
}

.no-progress-item em {
  display: grid;
  place-items: center;
  color: #2f80ff;
}

.no-progress-item em svg {
  width: 22px;
  height: 22px;
}

.no-progress-item.is-complete em {
  color: #22c55e;
  border: 2px solid #22c55e;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.no-progress-footer {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.no-progress-footer span {
  width: 44px;
  height: 44px;
  color: #60a5fa;
}

.no-progress-footer svg {
  width: 44px;
  height: 44px;
}

.no-progress-footer p {
  margin: 0;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.5;
}

.no-levels {
  grid-template-columns: repeat(6, 1fr);
}

.no-levels > div {
  text-align: left;
  position: relative;
  min-height: 210px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .07);
  padding: 28px;
}

.no-levels b {
  font-size: 31px;
  color: #2563eb;
}

.no-levels h3 {
  margin: 4px 0 12px;
}

.no-levels p,
.no-resource-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.no-levels .is-featured {
  border-color: rgba(37, 99, 235, .44);
  box-shadow: 0 24px 55px rgba(37, 99, 235, .14);
}

.no-levels .is-featured span {
  position: absolute;
  bottom: 18px;
  left: 24px;
  right: 24px;
  background: #2563eb;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 700;
  padding: 7px;
}

.no-resources {
  padding-top: 32px;
}

.no-resource-grid {
  grid-template-columns: repeat(6, 1fr);
}

.no-resource-grid > div {
  text-align: center;
  padding: 25px 18px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 24px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .07);
}

.no-resource-grid b {
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eef4ff;
  color: #2563eb;
  font-size: 23px;
}

.no-resource-grid h3 {
  font-size: 15px;
  margin: 0 0 8px;
}

.no-resource-grid p {
  font-size: 13px;
}

.no-cta-section {
  position: relative;
  background: var(--white);
  padding: 50px 5.2vw 70px;
}

.no-cta-section > img {
  position: absolute;
  inset: auto 0 70px 0;
  width: 100%;
  height: 220px;
  object-fit: cover;
  opacity: .35;
}

.no-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 40px;
  border-radius: 25px;
  background:
    radial-gradient(circle at right, rgba(34, 211, 238, .22), transparent 36%),
    linear-gradient(135deg, #050814, #0b1020);
  border: 1px solid rgba(96, 165, 250, .35);
  box-shadow: 0 28px 60px rgba(15, 23, 42, .2);
}

.no-cta-inner img {
  width: 78px;
  height: 78px;
}

.no-cta-inner h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.1;
  margin: 0;
  color: #fff;
}

.no-cta-inner h2 span {
  color: #22d3ee;
}

.no-cta-inner p {
  color: #cbd5e1;
  margin: 14px 0 0;
}


.no-socials {
  font-size: 31px;
  letter-spacing: .24em;
}

.no-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: all .75s ease;
}

.no-reveal.no-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes noFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@media (min-width: 1101px) {
  .no-hero-grid {
    grid-template-columns: minmax(650px, 1.05fr) minmax(0, .95fr);
  }

  .no-hero-copy {
    min-width: 650px;
  }

  .no-hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 1100px) {
  .no-hero-grid,
  .no-method-grid,
  .no-personal-route-inner,
  .no-cta-inner {
    grid-template-columns: 1fr;
  }

  .no-levels,
  .no-resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .no-dashboard-mock {
    animation: none;
  }

  .no-value-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .no-value-grid div {
    border-right: 0;
    padding: 0;
  }

  .no-method-step,
  .no-route-panel {
    min-height: auto;
  }

  .no-route-item,
  .no-route-item.is-recommended {
    grid-template-columns: 28px 42px minmax(0, 1fr) 28px;
  }

  .no-route-item span,
  .no-route-item.is-recommended span {
    white-space: normal;
  }

  .no-progress-panel {
    max-width: 520px;
    margin: 0 auto;
  }
  .no-levels {
  grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 820px) {
  .no-route-cards {
    grid-template-columns: 1fr;
  }

  .no-op-card {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .no-hero {
    padding: 70px 22px 70px;
    min-height: auto;
  }

  .no-hero h1 {
    font-size: 39px;
  }

  .no-actions {
    display: grid;
    gap: 14px;
    flex-wrap: wrap;
  }

  .no-hero-cta,
  .no-hero-cta-primary,
  .no-hero-cta-secondary {
    width: 100%;
    min-width: 0;
  }

  .no-hero-cta {
    min-height: 78px;
    padding: 16px 18px;
  }

  .no-hero-cta-copy strong {
    font-size: 17px;
  }

  .no-hero-cta-copy small {
    font-size: 12px;
    white-space: normal;
  }

  .no-trust-row,
  .no-levels,
  .no-resource-grid,
  .dash-body,
  .dash-stats,
  .dash-course,
  .no-dashboard-grid,
  .no-value-grid {
    grid-template-columns: 1fr;
  }

  .no-light-section,
  .no-cta-section,
  .no-personal-route-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .no-method {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .no-section-heading h2,
  .no-method-heading h2 {
    font-size: 40px;
  }

  .no-method-subtitle {
    font-size: 17px;
  }

  .no-method-step,
  .no-route-panel {
    padding: 28px 22px;
  }

  .no-cta-inner {
    padding: 28px;
  }

  .no-primary,
  .no-secondary {
    justify-content: center;
  }

  .dash-body aside {
    display: none;
  }

  .no-ai-highlight {
    padding: 16px;
  }

  .no-ai-highlight p {
    font-size: 15px;
  }

  .no-safe-note {
    width: 100%;
    justify-content: center;
    border-radius: 16px;
    text-align: center;
  }

  .no-route-title h3 {
    font-size: 22px;
  }

  .no-route-item,
  .no-route-item.is-recommended {
    grid-template-columns: 26px 34px minmax(0, 1fr) 24px;
  }

  .no-route-item span,
  .no-route-item.is-recommended span {
    font-size: 12px;
    white-space: normal;
  }

  .no-personal-route-main h2 {
    font-size: 36px;
  }

  .no-personal-subtitle {
    font-size: 16px;
  }

  .no-progress-panel,
  .no-op-card {
    padding: 24px;
  }

  .no-route-warning {
    grid-template-columns: 1fr;
    border-radius: 22px;
    text-align: center;
    justify-items: center;
  }

  .no-progress-item {
    grid-template-columns: 28px 42px 1fr 24px;
  }

  .no-progress-item b {
    font-size: 22px;
  }
}/*
Theme Name: LMS Education Child
Theme URI: https://nivelopo.com
Description: Child theme for LMS Education.
Author: Nivel Opo
Template: lms-education
Version: 1.0.0
Text Domain: lms-education-child
*/

body.home header.site-header,
body.home .site-header,
body.home #masthead,
body.home .main-header,
body.home footer.site-footer,
body.home .site-footer,
body.home #colophon,
body.home .footer-area,
body.home .entry-title,
body.home .page-title,
body.home h1.entry-title {
  display: none !important;
}

body.home .entry-content > * {
  max-width: none !important;
}

.home .nivelopo-home {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.nivelopo-home {
  --dark: #050814;
  --navy: #07101f;
  --panel: #0b1628;
  --blue: #2563eb;
  --cyan: #22d3ee;
  --gold: #d6b46a;
  --gold2: #f8e2a2;
  --white: #fffdf8;
  --soft: #f8fafc;
  --ink: #0f172a;
  --muted: #64748b;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050814;
  color: #fff;
  overflow: hidden;
}

.nivelopo-home * { box-sizing: border-box; }
.nivelopo-home a { text-decoration: none; }

.no-hero {
  position: relative;
  min-height: 900px;
  padding: 45px 5.2vw 80px;
  background:
    radial-gradient(circle at 70% 30%, rgba(34, 211, 238, .16), transparent 34%),
    linear-gradient(135deg, #050814 0%, #081121 58%, #020617 100%);
}

.no-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(34, 211, 238, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 70% 30%, #000, transparent 63%);
  -webkit-mask-image: radial-gradient(circle at 70% 30%, #000, transparent 63%);
}

.no-hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 54px;
  align-items: center;
}

.no-kicker {
  display: inline-flex;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold2);
  border: 1px solid rgba(214, 180, 106, .46);
  border-radius: 999px;
  background: rgba(214, 180, 106, .07);
  font-size: 11px;
  font-weight: 700;
  padding: 9px 14px;
  margin: 0 0 24px;
}

.no-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5.15vw, 66px);
  line-height: 1.04;
  letter-spacing: -.045em;
  margin: 0 0 24px;
  color: #fff;
}

.no-hero h1 span { color: var(--gold); }

.no-lead {
  color: #d8e2ef;
  font-size: 18px;
  line-height: 1.72;
  max-width: 560px;
  margin: 0 0 32px;
}

.no-actions {
  display: flex;
  gap: 18px;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 26px;
}

.no-primary,
.no-secondary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 12px;
  padding: 16px 24px;
  font-weight: 700;
  transition: .25s ease;
}

.no-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #3147ff, #22bffc);
  box-shadow: 0 16px 42px rgba(37, 99, 235, .38);
}

.no-secondary {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .04);
}

.no-primary:hover,
.no-secondary:hover,
.no-hero-cta:hover { transform: translateY(-3px); }

.no-hero-cta {
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  padding: 16px 18px;
  transition: .25s ease;
  flex: 1 1 0;
  min-width: 0;
}

.no-hero-cta-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #2447ff 0%, #18bdf6 100%);
  box-shadow: 0 18px 45px rgba(37, 99, 235, .38);
}

.no-hero-cta-secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(203, 213, 225, .45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
}

.no-hero-cta-icon,
.no-hero-cta-play {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #dbeafe;
}

.no-hero-cta-icon svg { width: 34px; height: 34px; }

.no-hero-cta-play {
  width: 48px;
  height: 48px;
  color: #60a5fa;
  border-radius: 999px;
  background: rgba(37, 99, 235, .10);
  box-shadow: 0 0 22px rgba(37, 99, 235, .22);
}

.no-hero-cta-play svg { width: 48px; height: 48px; }

.no-hero-cta-copy {
  display: grid;
  gap: 3px;
  line-height: 1.15;
  min-width: 0;
}

.no-hero-cta-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.no-hero-cta-copy strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.no-hero-cta-copy small {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.no-hero-cta-arrow {
  margin-left: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.no-ai-highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid rgba(96, 165, 250, .35);
  background: rgba(2, 6, 23, .38);
  border-radius: 16px;
  padding: 18px 20px;
  margin: 0 0 24px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.no-ai-highlight span {
  color: var(--cyan);
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 0 18px rgba(34, 211, 238, .45);
}

.no-ai-highlight p {
  margin: 0;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.55;
}

.no-ai-highlight strong { color: var(--gold); font-weight: 700; }

.no-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 24px;
}

.no-value-grid div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.no-value-grid div:first-child { padding-left: 0; }
.no-value-grid div:last-child { border-right: 0; padding-right: 0; }

.no-value-grid span {
  color: #38bdf8;
  font-size: 27px;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(34, 211, 238, .28));
}

.no-value-grid p {
  margin: 0;
  color: #dbeafe;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.no-safe-note {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .17);
  background: rgba(255, 255, 255, .035);
  border-radius: 999px;
  padding: 12px 18px;
  color: #cbd5e1;
}

.no-safe-note span { color: #94a3b8; font-size: 18px; }
.no-safe-note p { margin: 0; font-size: 14px; line-height: 1.4; }

.no-dashboard-mock {
  border: 1px solid rgba(96, 165, 250, .34);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035));
  box-shadow: 0 40px 100px rgba(0, 0, 0, .46), 0 0 70px rgba(37, 99, 235, .18);
  padding: 24px;
  backdrop-filter: blur(20px);
  animation: noFloat 7s ease-in-out infinite;
}

.dash-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.dash-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #334155;
  color: #fff;
  font-weight: 700;
}

.dash-top strong { display: block; }
.dash-top span { color: #cbd5e1; font-size: 12px; }

.dash-body {
  display: grid;
  grid-template-columns: 170px 1fr;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(2, 6, 23, .32);
}

.dash-body aside {
  border-right: 1px solid rgba(255, 255, 255, .09);
  padding: 14px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.dash-body aside b,
.dash-body aside span {
  border-radius: 7px;
  padding: 8px 10px;
  font-size: 12px;
}

.dash-body aside b { background: #2563eb; }
.dash-body aside span { color: #cbd5e1; }
.dash-body main { padding: 18px; }

.dash-body h3 {
  font-size: 18px;
  margin: 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.dash-stats div {
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 13px;
  text-align: center;
  padding: 22px 8px;
  background: rgba(255, 255, 255, .03);
}

.dash-stats b { display: block; font-size: 30px; }
.dash-stats span { font-size: 11px; color: #cbd5e1; }

.dash-course {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 13px;
  padding: 14px;
}

.dash-course img,
.dash-placeholder {
  width: 160px;
  height: 95px;
  object-fit: cover;
  border-radius: 9px;
}

.dash-placeholder {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(148, 163, 184, .22), rgba(226, 232, 240, .08));
}

.dash-placeholder:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(203, 213, 225, .28);
  left: 28px;
  top: 18px;
}

.dash-placeholder:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 80px;
  background:
    linear-gradient(135deg, transparent 35%, rgba(203, 213, 225, .2) 36%, rgba(203, 213, 225, .2) 65%, transparent 66%),
    linear-gradient(45deg, transparent 38%, rgba(203, 213, 225, .16) 39%, rgba(203, 213, 225, .16) 68%, transparent 69%);
  left: 32px;
  bottom: -18px;
}

.dash-course small { color: var(--gold); }
.dash-course h4 { margin: 6px 0; color: #fff; text-transform: uppercase; letter-spacing: .04em; }
.dash-course p { font-size: 12px; color: #cbd5e1; margin: 0 0 10px; }
.dash-course i { display: block; height: 7px; border-radius: 99px; background: rgba(255, 255, 255, .14); overflow: hidden; }
.dash-course em { display: block; height: 100%; background: linear-gradient(90deg, #2563eb, #22d3ee); }

.no-light-section {
  background: linear-gradient(180deg, var(--white), var(--soft));
  color: var(--ink);
  padding: 86px 5.2vw;
}

.no-section-heading {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 44px;
}

.no-section-heading p,
.no-bottom-section-heading p,
.no-personal-label {
  margin: 0 0 13px;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.no-section-heading h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
  color: var(--ink);
}

.no-section-heading h2 span { color: var(--gold); }

.no-method { padding-top: 86px; padding-bottom: 92px; }
.no-method-heading { max-width: 980px; margin-bottom: 42px; }
.no-method-heading h2 { font-size: 40px; text-transform: uppercase; letter-spacing: -.035em; }

.no-method-subtitle {
  color: #64748b;
  font-size: 20px;
  line-height: 1.6;
  max-width: 620px;
  margin: 20px auto 0;
}

.no-method-grid,
.no-levels,
.no-resource-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.no-method-grid { grid-template-columns: 1fr 1fr 1fr 1.38fr; align-items: stretch; gap: 24px; }

.no-method-step {
  min-height: 360px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 60px rgba(15, 23, 42, .08);
  padding: 38px 30px 32px;
  position: relative;
  overflow: hidden;
}

.no-method-step:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 34px;
  height: 2px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .25), rgba(37, 99, 235, .65), rgba(34, 211, 238, .25));
}

.no-method-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #2563eb;
  border: 2px solid rgba(37, 99, 235, .18);
  background: rgba(37, 99, 235, .035);
  margin-bottom: 32px;
}

.no-method-icon svg { width: 42px; height: 42px; }
.no-method-step h3 { text-transform: uppercase; letter-spacing: -.02em; color: #082452; font-size: 20px; line-height: 1.1; margin: 0 0 24px; font-weight: 700; }
.no-method-step p { color: #51627a; font-size: 16px; line-height: 1.68; margin: 0; }

.no-route-panel {
  border-radius: 24px;
  background: linear-gradient(145deg, #07101f, #0b1628);
  color: #fff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .25);
  padding: 30px 28px;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

.no-route-panel:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 0%, rgba(37, 99, 235, .18), transparent 38%); pointer-events: none; }
.no-route-title { position: relative; z-index: 2; display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.no-route-title span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(214, 180, 106, .75); border-radius: 10px; color: var(--gold); }
.no-route-title svg { width: 34px; height: 34px; }
.no-route-title h3 { margin: 0; color: var(--gold); font-size: 25px; line-height: 1.05; font-weight: 700; text-transform: uppercase; }
.no-route-list { position: relative; z-index: 2; padding-left: 2px; margin-bottom: 24px; }
.no-route-line { position: absolute; left: 9px; top: 12px; bottom: 12px; width: 1px; background: linear-gradient(180deg, #60a5fa, rgba(96, 165, 250, .25)); }
.no-route-item { position: relative; display: grid; grid-template-columns: 28px 42px minmax(170px, 1fr) 28px; align-items: center; gap: 8px; min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13px; }
.no-route-item i { width: 13px; height: 13px; border-radius: 50%; border: 2px solid #60a5fa; background: #07101f; z-index: 3; }
.no-route-item b { color: #6ee7a8; font-size: 17px; }
.no-route-item span { color: #e5ecff; font-weight: 700; text-align: right; white-space: nowrap; font-size: 12px; }
.no-route-item em { font-style: normal; text-align: right; color: #60a5fa; font-size: 18px; display: flex; justify-content: flex-end; align-items: center; }
.no-route-item em svg { width: 18px; height: 18px; }
.no-route-item.is-done em { color: #22c55e; border: 2px solid #22c55e; border-radius: 50%; width: 21px; height: 21px; display: grid; place-items: center; font-size: 13px; line-height: 1; justify-self: end; }
.no-route-item.is-progress em { border: 2px solid #3b82f6; border-radius: 50%; width: 21px; height: 21px; justify-self: end; }
.no-route-item.is-recommended { background: linear-gradient(90deg, rgba(37, 99, 235, .14), rgba(37, 99, 235, .26), rgba(37, 99, 235, .06)); margin-left: 0; padding-left: 0; padding-right: 0px; border-bottom: 0; grid-template-columns: 28px 42px minmax(170px, 1fr) 28px; }
.no-route-item.is-recommended i { position: relative; left: auto; }
.no-route-item.is-recommended b,
.no-route-item.is-recommended em { color: var(--gold); }
.no-route-item.is-recommended span { text-align: right; white-space: nowrap; font-size: 12px; }
.no-route-item.is-locked em { color: #60a5fa; }
.no-route-note { position: relative; z-index: 2; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding-top: 14px; }
.no-route-note span { width: 42px; height: 42px; color: #60a5fa; }
.no-route-note svg { width: 42px; height: 42px; }
.no-route-note p { margin: 0; font-size: 12px; line-height: 1.55; color: #e2e8f0; }
.no-passport { display: none; }

/* Personalized route section */
.no-personal-route-section {
  position: relative;
  padding: 90px 5.2vw;
  background: radial-gradient(circle at 24% 82%, rgba(37, 99, 235, .15), transparent 34%), radial-gradient(circle at 76% 18%, rgba(34, 211, 238, .12), transparent 31%), linear-gradient(135deg, #050814 0%, #07101f 54%, #020617 100%);
  color: #fff;
  overflow: hidden;
}
.no-personal-route-section:before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(34, 211, 238, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 211, 238, .028) 1px, transparent 1px); background-size: 74px 74px; opacity: .7; pointer-events: none; }
.no-personal-route-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 44px; align-items: stretch; }
.no-personal-route-main { min-width: 0; }
.no-personal-label { text-align: center; }
.no-personal-route-main h2 { max-width: 760px; margin: 0 auto 18px; text-align: center; font-family: "Playfair Display", Georgia, serif; font-size: 40px; line-height: .98; letter-spacing: -.045em; text-transform: uppercase; color: #fff; }
.no-personal-route-main h2 span { color: var(--gold); }
.no-personal-subtitle { max-width: 710px; margin: 0 auto 34px; text-align: center; color: #cbd5e1; font-size: 18px; line-height: 1.55; }
.no-route-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.no-op-card { position: relative; min-height: 380px; padding: 28px; border-radius: 16px; border: 1px solid rgba(96, 165, 250, .25); background: radial-gradient(circle at 20% 0%, rgba(96, 165, 250, .18), transparent 34%), linear-gradient(180deg, rgba(15, 30, 52, .88), rgba(6, 16, 32, .94)); box-shadow: 0 22px 60px rgba(0, 0, 0, .28); overflow: visible; }
.no-op-card:after { content: ""; position: absolute; left: 44px; right: 44px; bottom: 0; height: 2px; background: linear-gradient(90deg, transparent, #2f80ff, #22d3ee, transparent); opacity: .75; }
.no-op-card.is-recommended-card { border-color: rgba(214, 180, 106, .85); background: radial-gradient(circle at 30% 0%, rgba(214, 180, 106, .17), transparent 38%), linear-gradient(180deg, rgba(32, 31, 24, .9), rgba(8, 16, 30, .96)); box-shadow: 0 0 38px rgba(214, 180, 106, .17), 0 26px 70px rgba(0, 0, 0, .35); }
.no-op-card.is-recommended-card:after { background: linear-gradient(90deg, transparent, var(--gold), #22d3ee, transparent); }
.no-op-badge { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); padding: 9px 18px; border-radius: 999px; color: var(--gold); background: linear-gradient(180deg, #1d2638, #101827); border: 1px solid rgba(214, 180, 106, .35); box-shadow: 0 10px 26px rgba(214, 180, 106, .18); font-size: 11px; font-weight: 700; white-space: nowrap; }
.no-op-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #60a5fa; border-radius: 50%; background: rgba(96, 165, 250, .1); border: 1px solid rgba(96, 165, 250, .22); margin-bottom: 20px; }
.is-recommended-card .no-op-icon { color: var(--gold); background: rgba(214, 180, 106, .1); border-color: rgba(214, 180, 106, .28); }
.no-op-icon svg { width: 38px; height: 38px; }
.no-op-card h3 { margin: 0 0 18px; color: #fff; text-transform: uppercase; font-size: 18px; line-height: 1.15; font-weight: 700; }
.no-op-card h3 span { color: #2f80ff; font-size: 24px; }
.is-recommended-card h3 span { color: var(--gold); }
.no-op-level { margin: 0 0 20px; color: #9fb0ca; font-size: 13px; }
.no-op-level b { display: inline-flex; padding: 4px 10px; border-radius: 999px; color: #60a5fa; background: rgba(96, 165, 250, .14); border: 1px solid rgba(96, 165, 250, .2); }
.is-recommended-card .no-op-level b { color: var(--gold); background: rgba(214, 180, 106, .14); border-color: rgba(214, 180, 106, .25); }
.no-op-divider { height: 1px; background: rgba(255, 255, 255, .1); margin-bottom: 22px; }
.no-op-route-label { margin: 0 0 10px; color: #9fb0ca; font-size: 13px; }
.no-op-route { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.no-op-route span { color: #22d3ee; font-size: 25px; font-weight: 700; }
.no-op-route span:last-child { color: #2f80ff; }
.is-recommended-card .no-op-route span:last-child { color: var(--gold); }
.no-op-route em { color: #94a3b8; font-style: normal; font-size: 24px; }
.no-op-card ul { display: grid; gap: 12px; list-style: none; padding: 0; margin: 0; }
.no-op-card li { position: relative; padding-left: 29px; color: #cbd5e1; font-size: 14px; line-height: 1.45; }
.no-op-card li:before { content: "✓"; position: absolute; left: 0; top: 0; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #60a5fa; border: 1px solid rgba(96, 165, 250, .55); font-size: 11px; line-height: 1; }
.is-recommended-card li:before { color: var(--gold); border-color: rgba(214, 180, 106, .55); }
.no-route-warning { margin-top: 28px; min-height: 74px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 18px; border-radius: 999px; border: 1px solid rgba(96, 165, 250, .18); background: rgba(7, 16, 31, .72); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); padding: 10px 28px; }
.no-route-warning span { width: 54px; height: 54px; color: #60a5fa; border-radius: 50%; display: grid; place-items: center; background: rgba(96, 165, 250, .08); }
.no-route-warning svg { width: 32px; height: 32px; }
.no-route-warning p { margin: 0; color: #cbd5e1; font-size: 14px; line-height: 1.5; }
.no-route-warning strong { color: var(--gold); }
.no-progress-panel { border-radius: 18px; border: 1px solid rgba(96, 165, 250, .42); background: radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .18), transparent 33%), linear-gradient(180deg, rgba(12, 27, 48, .94), rgba(5, 12, 24, .98)); box-shadow: 0 30px 80px rgba(0, 0, 0, .34); padding: 32px; }
.no-progress-header { display: grid; grid-template-columns: 54px 1fr; gap: 17px; align-items: start; margin-bottom: 28px; }
.no-progress-logo { width: 48px; height: 48px; border-radius: 10px; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 34px; background: linear-gradient(135deg, #22d3ee, #2447ff); box-shadow: 0 0 30px rgba(37, 99, 235, .4); }
.no-progress-header h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 25px; line-height: 1.04; color: #fff; text-transform: uppercase; }
.no-progress-header h3 span { color: var(--gold); }
.no-progress-copy { margin: 0 0 26px; color: #cbd5e1; font-size: 14px; line-height: 1.55; }
.no-progress-divider { height: 1px; background: rgba(255,255,255,.09); margin-bottom: 22px; }
.no-progress-label { margin: 0 0 22px; color: #2f80ff; font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.no-progress-road { position: relative; display: grid; gap: 20px; margin-bottom: 28px; }
.no-progress-line { position: absolute; left: 12px; top: 13px; bottom: 13px; width: 3px; border-radius: 99px; background: linear-gradient(180deg, #22d3ee, var(--gold), #2f80ff); opacity: .72; }
.no-progress-item { position: relative; display: grid; grid-template-columns: 28px 48px 1fr 26px; align-items: center; gap: 11px; min-height: 32px; }
.no-progress-item i { width: 18px; height: 18px; z-index: 2; border-radius: 50%; border: 2px solid #2f80ff; background: #07101f; box-shadow: 0 0 0 5px rgba(47, 128, 255, .08); }
.no-progress-item.is-complete i { border-color: #22d3ee; background: #22d3ee; }
.no-progress-item.is-goal i { border-color: var(--gold); box-shadow: 0 0 18px rgba(214, 180, 106, .55); }
.no-progress-item b { color: #2f80ff; font-size: 25px; font-weight: 700; }
.no-progress-item.is-complete b { color: #25d7c8; }
.no-progress-item.is-goal b,
.no-progress-item.is-goal em { color: var(--gold); }
.no-progress-item span { color: #cbd5e1; font-size: 12px; font-weight: 700; }
.no-progress-item em { display: grid; place-items: center; color: #2f80ff; }
.no-progress-item em svg { width: 22px; height: 22px; }
.no-progress-item.is-complete em { color: #22c55e; border: 2px solid #22c55e; border-radius: 50%; width: 22px; height: 22px; }
.no-progress-footer { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); }
.no-progress-footer span { width: 44px; height: 44px; color: #60a5fa; }
.no-progress-footer svg { width: 44px; height: 44px; }
.no-progress-footer p { margin: 0; color: #cbd5e1; font-size: 13px; line-height: 1.5; }

/* Bottom homepage sections */
.no-bottom-levels-section,
.no-benefits-section,
.no-faq-section {
  background: linear-gradient(180deg, var(--white), var(--soft));
  color: var(--ink);
  padding: 86px 5.2vw;
}

.no-bottom-section-heading {
  max-width: 940px;
  margin: 0 auto 44px;
  text-align: center;
}

.no-bottom-section-heading h2 {
  margin: 0;
  color: #07101f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.no-bottom-section-heading h2 span { color: var(--gold); }
.no-bottom-section-heading small { display: block; margin-top: 12px; color: #475569; font-size: 17px; line-height: 1.55; }

.no-level-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  text-align: center;
}

.no-level-line {
  position: absolute;
  top: 40px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .22), #2f80ff, rgba(214, 180, 106, .85), #2f80ff, rgba(37, 99, 235, .18));
  border-radius: 999px;
}

.no-level-node { position: relative; z-index: 2; }
.no-level-circle { width: 82px; height: 82px; margin: 0 auto 28px; border-radius: 50%; display: grid; place-items: center; color: #2563eb; background: #fff; border: 4px solid rgba(37, 99, 235, .25); font-size: 24px; font-weight: 700; box-shadow: 0 10px 34px rgba(37, 99, 235, .12); }
.no-level-node.is-current .no-level-circle { color: #d28a00; border-color: #f0a516; box-shadow: 0 0 0 7px rgba(214, 180, 106, .12), 0 16px 40px rgba(214, 180, 106, .25); }
.no-level-node h3 { margin: 0 0 16px; color: #0f172a; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.no-level-node.is-current h3 { color: #d28a00; }
.no-level-node p { margin: 0 auto; max-width: 145px; color: #0f172a; font-size: 13px; line-height: 1.65; }
.no-level-node span { display: inline-flex; margin-top: 18px; padding: 8px 22px; border-radius: 999px; color: #fff; font-size: 11px; font-weight: 700; background: linear-gradient(135deg, #b7791f, #f2c466); box-shadow: 0 12px 24px rgba(183, 121, 31, .24); }

.no-level-proof-bar {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 14px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}
.no-level-proof-bar div { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 26px; border-right: 1px solid rgba(15,23,42,.1); }
.no-level-proof-bar div:last-child { border-right: 0; }
.no-level-proof-bar svg { width: 32px; height: 32px; color: #07101f; }
.no-level-proof-bar span { color: #07101f; font-weight: 700; font-size: 14px; }

.no-comparison-section,
.no-reviews-section {
  position: relative;
  padding: 86px 5.2vw;
  background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .16), transparent 34%), linear-gradient(135deg, #050814 0%, #07101f 55%, #020617 100%);
  color: #fff;
  overflow: hidden;
}
.no-comparison-section:before,
.no-reviews-section:before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(34, 211, 238, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 211, 238, .025) 1px, transparent 1px); background-size: 74px 74px; pointer-events: none; }
.no-comparison-section > *,
.no-reviews-section > * { position: relative; z-index: 2; }
.no-dark-heading h2 { color: #fff; }
.no-dark-heading small { color: #cbd5e1; }
.no-dark-heading small span { color: var(--gold); font-weight: 700; }

.no-compare-table {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .82fr 1fr 1fr;
  border: 1px solid rgba(96, 165, 250, .24);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(7, 16, 31, .72);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.no-compare-col { display: grid; }
.no-compare-col > div,
.no-compare-col p { min-height: 56px; margin: 0; display: flex; align-items: center; padding: 0 28px; border-bottom: 1px solid rgba(255,255,255,.06); color: #cbd5e1; font-size: 14px; line-height: 1.35; }
.no-compare-col > div:last-child,
.no-compare-col p:last-child { border-bottom: 0; }
.no-compare-cats div { gap: 14px; font-weight: 700; color: #fff; }
.no-compare-cats span { width: 24px; color: #22d3ee; font-size: 22px; }
.no-compare-nivel { border-left: 1px solid rgba(96,165,250,.26); border-right: 1px solid rgba(96,165,250,.26); box-shadow: inset 0 0 0 1px rgba(34,211,238,.22), 0 0 42px rgba(37,99,235,.16); background: linear-gradient(180deg, rgba(15, 33, 61, .82), rgba(6, 16, 32, .85)); }
.no-compare-col h3 { min-height: 86px; margin: 0; display: flex; align-items: center; gap: 14px; padding: 0 28px; color: #fff; font-size: 18px; font-weight: 700; }
.no-mini-logo { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(135deg, #22d3ee, #2447ff); font-size: 29px; color: #fff; }
.no-compare-nivel strong { color: var(--gold); }
.no-vs-badge { position: absolute; top: 50%; left: calc(66.66% - 22px); transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: var(--gold); border: 2px solid rgba(214,180,106,.65); background: #07101f; font-weight: 700; z-index: 5; }

.no-benefit-row { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.no-benefit-row article { position: relative; min-height: 200px; padding: 32px 24px 26px; border-radius: 16px; background: rgba(255,255,255,.88); border: 1px solid rgba(15,23,42,.07); box-shadow: 0 20px 55px rgba(15,23,42,.07); overflow: hidden; }
.no-benefit-row b { position: absolute; right: 16px; top: 0; color: rgba(37,99,235,.055); font-size: 92px; line-height: 1; font-weight: 700; }
.no-benefit-row svg { position: relative; width: 58px; height: 58px; color: #1177ff; margin-bottom: 24px; z-index: 2; }
.no-benefit-row article:nth-child(4) svg { color: #5b37ff; }
.no-benefit-row h3 { position: relative; margin: 0 0 14px; color: #07101f; font-size: 16px; font-weight: 700; z-index: 2; }
.no-benefit-row p { position: relative; margin: 0; color: #334155; font-size: 13px; line-height: 1.6; z-index: 2; }
.no-benefit-row article:after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 0; height: 3px; background: linear-gradient(90deg, #1177ff, #22d3ee, transparent); }

.no-review-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.no-review-grid article { border-radius: 14px; padding: 28px; background: rgba(255,255,255,.055); border: 1px solid rgba(96,165,250,.18); box-shadow: 0 20px 55px rgba(0,0,0,.22); }
.no-stars { color: #f5c84c; letter-spacing: .12em; margin-bottom: 18px; }
.no-review-grid p { color: #e2e8f0; font-size: 15px; line-height: 1.65; margin: 0 0 24px; }
.no-review-grid article > div:last-child { display: flex; align-items: center; gap: 12px; }
.no-review-grid article > div:last-child span { width: 38px; height: 38px; border-radius: 50%; border: 2px solid #0ea5e9; background: rgba(14,165,233,.08); }
.no-review-grid strong { color: #fff; display: grid; gap: 4px; font-size: 14px; }
.no-review-grid small { color: #94a3b8; font-size: 11px; font-weight: 700; }
.no-review-dots { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.no-review-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(148,163,184,.45); }
.no-review-dots .is-active { background: #1177ff; box-shadow: 0 0 14px rgba(17,119,255,.75); }

.no-faq-grid { max-width: 1200px; margin: 0 auto 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; }
.no-faq-grid details { border-radius: 12px; background: #fff; border: 1px solid rgba(15,23,42,.08); box-shadow: 0 10px 28px rgba(15,23,42,.06); overflow: hidden; }
.no-faq-grid summary { cursor: pointer; list-style: none; padding: 18px 22px; color: #0f172a; font-weight: 700; display: flex; justify-content: space-between; align-items: center; }
.no-faq-grid summary::-webkit-details-marker { display: none; }
.no-faq-grid summary:after { content: "+"; font-size: 24px; color: #0f172a; font-weight: 400; }
.no-faq-grid details p { margin: 0; padding: 0 22px 18px; color: #475569; line-height: 1.6; font-size: 14px; }

.no-final-cta { max-width: 1200px; margin: 34px auto 0; display: grid; grid-template-columns: 84px 1fr auto; gap: 28px; align-items: center; padding: 28px 34px; border-radius: 18px; color: #fff; background: radial-gradient(circle at 72% 0%, rgba(34,211,238,.22), transparent 33%), linear-gradient(135deg, #050814, #0b1628); border: 1px solid rgba(96,165,250,.28); box-shadow: 0 24px 60px rgba(15,23,42,.22); }
.no-final-logo { width: 70px; height: 70px; border-radius: 14px; display: grid; place-items: center; font-size: 48px; font-weight: 700; background: linear-gradient(135deg, #22d3ee, #2447ff); box-shadow: 0 0 36px rgba(37,99,235,.38); }
.no-final-cta h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; color: #fff; font-size: 34px; line-height: 1.05; letter-spacing: -.03em; }
.no-final-cta h2 span { color: #22d3ee; }
.no-final-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 16px; color: #cbd5e1; font-size: 13px; }
.no-final-proof span { white-space: nowrap; }
.no-final-action { display: grid; gap: 12px; justify-items: center; }
.no-final-action a { display: inline-flex; align-items: center; justify-content: center; color: #fff !important; background: linear-gradient(135deg, #3147ff, #22bffc); border-radius: 10px; padding: 15px 24px; font-weight: 700; box-shadow: 0 14px 34px rgba(37,99,235,.34); }
.no-final-action small { color: #cbd5e1; }

.no-levels { grid-template-columns: repeat(6, 1fr); }
.no-levels > div { text-align: left; position: relative; min-height: 210px; border: 1px solid rgba(15, 23, 42, .09); border-radius: 24px; background: rgba(255, 255, 255, .86); box-shadow: 0 18px 50px rgba(15, 23, 42, .07); padding: 28px; }
.no-levels b { font-size: 31px; color: #2563eb; }
.no-levels h3 { margin: 4px 0 12px; }
.no-levels p,
.no-resource-grid p { color: var(--muted); line-height: 1.65; }
.no-levels .is-featured { border-color: rgba(37, 99, 235, .44); box-shadow: 0 24px 55px rgba(37, 99, 235, .14); }
.no-levels .is-featured span { position: absolute; bottom: 18px; left: 24px; right: 24px; background: #2563eb; color: #fff; text-align: center; border-radius: 999px; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; padding: 7px; }

.no-resources { padding-top: 32px; }
.no-resource-grid { grid-template-columns: repeat(6, 1fr); }
.no-resource-grid > div { text-align: center; padding: 25px 18px; border: 1px solid rgba(15,23,42,.09); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: 0 18px 50px rgba(15,23,42,.07); }
.no-resource-grid b { display: grid; place-items: center; margin: 0 auto 15px; width: 44px; height: 44px; border-radius: 50%; background: #eef4ff; color: #2563eb; font-size: 23px; }
.no-resource-grid h3 { font-size: 15px; margin: 0 0 8px; }
.no-resource-grid p { font-size: 13px; }

.no-cta-section { position: relative; background: var(--white); padding: 50px 5.2vw 70px; }
.no-cta-section > img { position: absolute; inset: auto 0 70px 0; width: 100%; height: 220px; object-fit: cover; opacity: .35; }
.no-cta-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 84px 1fr auto; gap: 28px; align-items: center; padding: 40px; border-radius: 25px; background: radial-gradient(circle at right, rgba(34,211,238,.22), transparent 36%), linear-gradient(135deg, #050814, #0b1020); border: 1px solid rgba(96,165,250,.35); box-shadow: 0 28px 60px rgba(15,23,42,.2); }
.no-cta-inner img { width: 78px; height: 78px; }
.no-cta-inner h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.1; margin: 0; color: #fff; }
.no-cta-inner h2 span { color: #22d3ee; }
.no-cta-inner p { color: #cbd5e1; margin: 14px 0 0; }

.no-socials { font-size: 31px; letter-spacing: .24em; }
.no-reveal { opacity: 0; transform: translateY(28px); transition: all .75s ease; }
.no-reveal.no-visible { opacity: 1; transform: translateY(0); }

@keyframes noFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

@media (min-width: 1101px) {
  .no-hero-grid { grid-template-columns: minmax(650px, 1.05fr) minmax(0, .95fr); }
  .no-hero-copy { min-width: 650px; }
  .no-hero h1 { font-size: 40px; }
}

@media (max-width: 1100px) {
  .no-hero-grid,
  .no-method-grid,
  .no-personal-route-inner,
  .no-cta-inner,
  .no-final-cta { grid-template-columns: 1fr; }

  .no-levels,
  .no-resource-grid { grid-template-columns: repeat(3, 1fr); }
  .no-dashboard-mock { animation: none; }
  .no-value-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .no-value-grid div { border-right: 0; padding: 0; }
  .no-method-step,
  .no-route-panel { min-height: auto; }
  .no-route-item,
  .no-route-item.is-recommended { grid-template-columns: 28px 42px minmax(0, 1fr) 28px; }
  .no-route-item span,
  .no-route-item.is-recommended span { white-space: normal; }
  .no-progress-panel { max-width: 520px; margin: 0 auto; }
  .no-level-timeline { grid-template-columns: repeat(3, 1fr); gap: 34px 18px; }
  .no-level-line { display: none; }
  .no-level-proof-bar,
  .no-compare-table,
  .no-benefit-row,
  .no-review-grid,
  .no-faq-grid { grid-template-columns: 1fr; }
  .no-level-proof-bar div { border-right: 0; border-bottom: 1px solid rgba(15,23,42,.1); }
  .no-level-proof-bar div:last-child { border-bottom: 0; }
  .no-vs-badge { position: relative; left: auto; top: auto; transform: none; margin: -8px auto; }
  .no-compare-col h3 { min-height: 70px; }
}

@media (max-width: 820px) {
  .no-route-cards { grid-template-columns: 1fr; }
  .no-op-card { min-height: auto; }
  .no-benefit-row { grid-template-columns: 1fr; }
  .no-review-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .no-hero { padding: 70px 22px 70px; min-height: auto; }
  .no-hero h1 { font-size: 39px; }
  .no-actions { display: grid; gap: 14px; flex-wrap: wrap; }
  .no-hero-cta,
  .no-hero-cta-primary,
  .no-hero-cta-secondary { width: 100%; min-width: 0; }
  .no-hero-cta { min-height: 78px; padding: 16px 18px; }
  .no-hero-cta-copy strong { font-size: 17px; }
  .no-hero-cta-copy small { font-size: 12px; white-space: normal; }
  .no-trust-row,
  .no-levels,
  .no-resource-grid,
  .dash-body,
  .dash-stats,
  .dash-course,
  .no-dashboard-grid,
  .no-value-grid { grid-template-columns: 1fr; }
  .no-light-section,
  .no-cta-section,
  .no-personal-route-section,
  .no-bottom-levels-section,
  .no-comparison-section,
  .no-benefits-section,
  .no-reviews-section,
  .no-faq-section { padding-left: 22px; padding-right: 22px; }
  .no-method { padding-top: 64px; padding-bottom: 64px; }
  .no-section-heading h2,
  .no-method-heading h2 { font-size: 40px; }
  .no-method-subtitle { font-size: 17px; }
  .no-method-step,
  .no-route-panel { padding: 28px 22px; }
  .no-cta-inner { padding: 28px; }
  .no-primary,
  .no-secondary { justify-content: center; }
  .dash-body aside { display: none; }
  .no-ai-highlight { padding: 16px; }
  .no-ai-highlight p { font-size: 15px; }
  .no-safe-note { width: 100%; justify-content: center; border-radius: 16px; text-align: center; }
  .no-route-title h3 { font-size: 22px; }
  .no-route-item,
  .no-route-item.is-recommended { grid-template-columns: 26px 34px minmax(0, 1fr) 24px; }
  .no-route-item span,
  .no-route-item.is-recommended span { font-size: 12px; white-space: normal; }
  .no-personal-route-main h2 { font-size: 40px; }
  .no-personal-subtitle { font-size: 16px; }
  .no-progress-panel,
  .no-op-card { padding: 24px; }
  .no-route-warning { grid-template-columns: 1fr; border-radius: 22px; text-align: center; justify-items: center; }
  .no-progress-item { grid-template-columns: 28px 42px 1fr 24px; }
  .no-progress-item b { font-size: 22px; }
  .no-level-timeline { grid-template-columns: 1fr; }
  .no-level-node p { max-width: 260px; }
  .no-final-cta { padding: 28px; text-align: center; }
  .no-final-logo { margin: 0 auto; }
  .no-final-proof { justify-content: center; }
}

.nivelopo-premium-footer {
  background:
    radial-gradient(circle at 12% 15%, rgba(37, 99, 235, .16), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(34, 211, 238, .10), transparent 30%),
    linear-gradient(135deg, #050814 0%, #071527 55%, #020617 100%);
  color: #ffffff;
  padding: 86px 5.2vw 54px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.no-footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.no-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr 1.15fr .75fr;
  gap: 48px;
}

.no-footer-brand,
.no-footer-col {
  padding-right: 42px;
  border-right: 1px solid rgba(148, 163, 184, .22);
}

.no-footer-col:last-child {
  border-right: 0;
  padding-right: 0;
}

.no-footer-logo {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.no-footer-mark {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(135deg, #22d3ee, #2447ff);
  box-shadow: 0 0 35px rgba(37, 99, 235, .42);
}

.no-footer-logo strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.04em;
}

.no-footer-logo small {
  display: block;
  margin-top: 8px;
  color: #22a8ff;
  font-size: 16px;
  letter-spacing: .04em;
}

.no-footer-brand p {
  max-width: 330px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}

.no-footer-mini-line {
  width: 135px;
  height: 1px;
  margin: 34px 0;
  background: linear-gradient(90deg, #22d3ee, transparent);
}

.no-footer-ai {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.no-footer-ai span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  border: 1px solid rgba(34, 211, 238, .45);
  box-shadow: 0 0 24px rgba(37, 99, 235, .24);
}

.no-footer-ai p {
  font-size: 15px;
  line-height: 1.55;
}

.no-footer-socials {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.no-footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.no-footer-socials svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.no-footer-col h3 {
  margin: 18px 0 34px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
}

.no-footer-col a,
.no-footer-socials a,
.no-footer-legal a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.no-footer-col a {
  display: block;
  margin: 0 0 24px;
  font-size: 19px;
  line-height: 1.35;
}

.no-footer-col a:hover,
.no-footer-col a:focus,
.no-footer-socials a:hover,
.no-footer-socials a:focus,
.no-footer-legal a:hover,
.no-footer-legal a:focus {
  color: #22a8ff;
  outline: none;
}

.no-footer-col a.is-accent {
  color: #22a8ff;
}

.no-footer-legal {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid rgba(148, 163, 184, .22);
  text-align: left;
}

.no-footer-legal p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.88);
  font-size: 19px;
}

.no-footer-legal div {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.no-footer-legal a,
.no-footer-legal span {
  color: rgba(255,255,255,.72);
  font-size: 15px;
}

.no-footer-legal span {
  color: #22a8ff;
}

@media (max-width: 1100px) {
  .no-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .no-footer-brand,
  .no-footer-col {
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 720px) {
  .nivelopo-premium-footer {
    padding: 64px 24px 42px;
  }

  .no-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .no-footer-logo strong {
    font-size: 28px;
  }

  .no-footer-mark {
    width: 62px;
    height: 62px;
    font-size: 40px;
  }

  .no-footer-col h3 {
    margin-bottom: 22px;
  }

  .no-footer-col a {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .no-footer-legal p {
    font-size: 16px;
  }

  .no-footer-legal div {
    gap: 10px;
  }
} 

.page-single.p-3.page.type-page.status-publish.hentry {
    padding-top: 0 !important;
}
/* ==========================================================
   HERO SECTION UPDATE — NivelOpo diagnosis card layout
   Scope: Section 1 only
   ========================================================== */
.nivelopo-home .no-hero {
  min-height: 520px;
  padding: 50px 5.2vw 50px;
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 99, 235, .18), transparent 34%),
    radial-gradient(circle at 4% 6%, rgba(34, 211, 238, .08), transparent 28%),
    linear-gradient(135deg, #020814 0%, #051326 50%, #020814 100%);
}

.nivelopo-home .no-hero:before {
  background:
    linear-gradient(rgba(34, 211, 238, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, .022) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .8;
  mask-image: radial-gradient(circle at 74% 24%, #000, transparent 68%);
  -webkit-mask-image: radial-gradient(circle at 74% 24%, #000, transparent 68%);
}

.nivelopo-home .no-hero-shell {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.nivelopo-home .no-hero-nav {
  min-height: 62px;
  display: grid;
  grid-template-columns: 180px 1fr 40px;
  gap: 22px;
  align-items: center;
  margin-bottom: 28px;
}

.nivelopo-home .no-brand {
  display: inline-flex;
  align-items: center;
  color: #fff !important;
}

.nivelopo-home .no-brand-text {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.055em;
}

.nivelopo-home .no-brand-text:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 31px;
  top: -6px;
  border-radius: 50%;
  border: 2px solid #3b82f6;
  box-shadow: 0 0 16px rgba(59, 130, 246, .85);
}

.nivelopo-home .no-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.nivelopo-home .no-main-nav a {
  position: relative;
  color: rgba(255, 255, 255, .92) !important;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  transition: color .2s ease;
}

.nivelopo-home .no-main-nav a:hover,
.nivelopo-home .no-main-nav a:focus,
.nivelopo-home .no-main-nav a.is-active {
  color: #ff9f1c !important;
}

.nivelopo-home .no-main-nav a.is-active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 18px;
  height: 3px;
  border-radius: 99px;
  transform: translateX(-50%);
  background: #ff9f1c;
  box-shadow: 0 0 14px rgba(255, 159, 28, .65);
}

.nivelopo-home .no-account-link {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff !important;
  opacity: .92;
}

.nivelopo-home .no-account-link svg {
  width: 27px;
  height: 27px;
}

.nivelopo-home .no-hero-grid {
  max-width: none;
  margin: 0;
  gap: 58px;
  align-items: center;
}

.nivelopo-home .no-hero-copy {
  min-width: 0;
}

.nivelopo-home .no-kicker {
  color: #fff;
  border-color: rgba(148, 163, 184, .55);
  background: rgba(15, 23, 42, .42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 8px 14px;
  margin-bottom: 20px;
}

.nivelopo-home .no-hero h1 {
  max-width: 620px;
  margin-bottom: 16px;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nivelopo-home .no-hero h1 span {
  display: inline;
  color: #ff9900;
}

.nivelopo-home .no-lead {
  max-width: 505px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.48;
}

.nivelopo-home .no-actions {
  max-width: 540px;
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 18px;
  margin-bottom: 34px;
}

.nivelopo-home .no-hero-cta {
  min-height: 74px;
  border-radius: 8px;
  padding: 15px 24px;
  gap: 13px;
  flex: initial;
}

.nivelopo-home .no-hero-cta-primary {
  background: linear-gradient(135deg, #2563ff 0%, #1189ff 100%);
  box-shadow: 0 18px 42px rgba(37, 99, 235, .36);
}

.nivelopo-home .no-hero-cta-secondary {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .48);
  box-shadow: none;
}

.nivelopo-home .no-hero-cta-primary .no-hero-cta-title {
  justify-content: left;
}

.nivelopo-home .no-hero-cta-copy strong {
  font-size: 14px;
  font-weight: 700;
}

.nivelopo-home .no-hero-cta-copy small {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, .84);
}

.nivelopo-home .no-hero-cta-play {
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(15, 23, 42, .2);
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: none;
}

.nivelopo-home .no-hero-cta-play svg {
  width: 42px;
  height: 42px;
}

.nivelopo-home .no-hero-trust {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 50px;
  align-items: center;
}

.nivelopo-home .no-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.nivelopo-home .no-hero-trust svg {
  width: 17px;
  height: 17px;
  color: #16d081;
  flex: 0 0 auto;
}

.nivelopo-home .no-diagnosis-card {
  width: 100%;
  min-height: 350px;
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, .24);
  padding: 24px 28px 24px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 8%, rgba(96, 165, 250, .12), transparent 32%),
    linear-gradient(145deg, rgba(17, 35, 58, .95), rgba(7, 18, 34, .96));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.nivelopo-home .no-diagnosis-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.nivelopo-home .no-diagnosis-logo {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(135deg, #22d3ee, #2447ff);
  box-shadow: 0 0 26px rgba(37, 99, 235, .5);
}

.nivelopo-home .no-diagnosis-title h2 {
  margin: 0;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.nivelopo-home .no-diagnosis-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.nivelopo-home .no-diagnosis-levels div {
  min-height: 90px;
  border-radius: 6px;
  padding: 17px 17px 14px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.nivelopo-home .no-diagnosis-levels small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

.nivelopo-home .no-diagnosis-levels strong {
  display: block;
  color: #3b82f6;
  font-size: 40px;
  line-height: .95;
  font-weight: 700;
  letter-spacing: -.04em;
}

.nivelopo-home .no-diagnosis-levels strong.is-gold {
  color: #f59e0b;
}

.nivelopo-home .no-diagnosis-levels strong.is-green {
  color: #22c56e;
}

.nivelopo-home .no-diagnosis-route {
  margin-bottom: 16px;
}

.nivelopo-home .no-diagnosis-route span {
  display: block;
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.nivelopo-home .no-diagnosis-route strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.03em;
}

.nivelopo-home .no-diagnosis-timeline {
  position: relative;
  height: 50px;
  margin: 0 10px 20px;
}

.nivelopo-home .no-timeline-track {
  position: absolute;
  left: 13px;
  right: 13px;
  top: 16px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    #3b82f6 0%,
    #3b82f6 50%,
    rgba(148, 163, 184, .36) 50%,
    rgba(148, 163, 184, .36) 100%);
}

.nivelopo-home .no-timeline-track:after {
  content: "";
  position: absolute;
  left: 49%;
  top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, .18);
}

.nivelopo-home .no-timeline-point {
  position: absolute;
  top: 0;
  display: grid;
  justify-items: center;
  gap: 9px;
  transform: translateX(-50%);
}

.nivelopo-home .no-timeline-point i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  border: 4px solid currentColor;
  background: #10213a;
  box-shadow: 0 0 0 2px rgba(2, 8, 20, .95);
}

.nivelopo-home .no-timeline-point span {
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.nivelopo-home .no-timeline-point.is-a2 {
  left: 0;
  color: #3b82f6;
}

.nivelopo-home .no-timeline-point.is-a2 i {
  background: #3b82f6;
}

.nivelopo-home .no-timeline-point.is-b1 {
  left: 50%;
  color: #f59e0b;
}

.nivelopo-home .no-timeline-point.is-b1 i {
  background: #f59e0b;
}

.nivelopo-home .no-timeline-point.is-b2 {
  left: 100%;
  color: #10b981;
}

.nivelopo-home .no-timeline-point.is-b2 i {
  background: transparent;
  border-width: 4px;
}

.nivelopo-home .no-diagnosis-card p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

@media (min-width: 1101px) {
  .nivelopo-home .no-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 550px);
  }
}

@media (max-width: 1100px) {
  .nivelopo-home .no-hero {
    padding-bottom: 42px;
  }

  .nivelopo-home .no-hero-nav {
    grid-template-columns: 160px 1fr 34px;
  }

  .nivelopo-home .no-main-nav {
    gap: 22px;
  }

  .nivelopo-home .no-actions {
    max-width: none;
  }

  .nivelopo-home .no-hero-trust {
    grid-template-columns: repeat(3, max-content);
    gap: 18px 28px;
  }
}

@media (max-width: 760px) {
  .nivelopo-home .no-hero {
    padding: 0 22px 44px;
  }

  .nivelopo-home .no-hero-nav {
    grid-template-columns: 1fr auto;
    min-height: 58px;
    margin-bottom: 28px;
  }

  .nivelopo-home .no-main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .nivelopo-home .no-main-nav a {
    white-space: nowrap;
    font-size: 10px;
  }

  .nivelopo-home .no-account-link {
    justify-self: end;
  }

  .nivelopo-home .no-hero h1 {
    font-size: 34px;
  }

  .nivelopo-home .no-lead {
    font-size: 16px;
  }

  .nivelopo-home .no-actions {
    grid-template-columns: 1fr;
  }

  .nivelopo-home .no-diagnosis-card {
    padding: 22px;
  }

  .nivelopo-home .no-diagnosis-levels {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nivelopo-home .no-diagnosis-levels div {
    min-height: auto;
  }

  .nivelopo-home .no-hero-trust {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
   SECTION 2 UPDATE — Oppositors / CEFR cards
   Scope: second homepage section only (#metodo.no-method)
   ========================================================== */
.nivelopo-home #metodo.no-method {
  padding: 50px 5.2vw 50px;
  background: linear-gradient(180deg, #fffdf8 0%, #f8fafc 100%);
  color: #07101f;
}

.nivelopo-home #metodo .no-method-heading {
  max-width: 960px;
  margin: 0 auto 24px;
}

.nivelopo-home #metodo .no-method-heading p {
  margin-bottom: 6px;
  color: #ff8a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.nivelopo-home #metodo .no-method-heading h2 {
  margin: 0;
  color: #07101f;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nivelopo-home #metodo .no-method-heading h2 span {
  color: #ff8a00;
}

.nivelopo-home #metodo .no-method-subtitle {
  margin: 8px auto 0;
  max-width: 620px;
  color: #42526b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.nivelopo-home .no-oppositor-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 190px;
  gap: 18px;
  align-items: stretch;
}

.nivelopo-home .no-oppositor-card,
.nivelopo-home .no-cefr-card {
  min-height: 230px;
  border-radius: 10px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(59, 130, 246, .24), transparent 32%),
    linear-gradient(180deg, #07172b 0%, #031020 100%);
  border: 1px solid rgba(96, 165, 250, .24);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .20);
  padding: 18px 16px 16px;
}

.nivelopo-home .no-oppositor-card {
  position: relative;
  overflow: hidden;
}

.nivelopo-home .no-oppositor-card:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--route-color, #3b82f6), transparent);
  opacity: .88;
}

.nivelopo-home .no-oppositor-card.is-a1 { --route-color: #8b9bb5; }
.nivelopo-home .no-oppositor-card.is-a2 { --route-color: #f59e0b; }
.nivelopo-home .no-oppositor-card.is-b1 { --route-color: #2f80ff; }
.nivelopo-home .no-oppositor-card.is-b2 { --route-color: #10b981; }

.nivelopo-home .no-oppositor-card.is-featured {
  border-color: rgba(245, 158, 11, .52);
  box-shadow: 0 18px 36px rgba(245, 158, 11, .16), 0 14px 30px rgba(15, 23, 42, .18);
}

.nivelopo-home .no-oppositor-top {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.nivelopo-home .no-oppositor-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--route-color, #3b82f6);
  border: 1px solid rgba(96, 165, 250, .32);
  background: rgba(96, 165, 250, .08);
}

.nivelopo-home .no-oppositor-icon svg {
  width: 23px;
  height: 23px;
}

.nivelopo-home .no-oppositor-card h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.nivelopo-home .no-oppositor-card small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 700;
}

.nivelopo-home .no-oppositor-card p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 700;
}

.nivelopo-home .no-oppositor-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.015em;
  margin-bottom: 14px;
}

.nivelopo-home .no-mini-route {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 2px 20px;
}

.nivelopo-home .no-mini-route:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, var(--route-color, #3b82f6), rgba(148, 163, 184, .42));
}

.nivelopo-home .no-mini-route i {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--route-color, #3b82f6);
  background: #061426;
  box-shadow: 0 0 0 3px rgba(6, 20, 38, .95);
}

.nivelopo-home .no-mini-route i:nth-child(2) {
  background: var(--route-color, #3b82f6);
}

.nivelopo-home .no-oppositor-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nivelopo-home .no-oppositor-card li {
  position: relative;
  padding-left: 11px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.nivelopo-home .no-oppositor-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.nivelopo-home .no-cefr-card {
  padding: 20px 18px;
}

.nivelopo-home .no-cefr-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.nivelopo-home .no-cefr-card div {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.nivelopo-home .no-cefr-card div:last-child {
  border-bottom: 0;
}

.nivelopo-home .no-cefr-card b {
  color: #3b82f6;
  font-size: 16px;
  font-weight: 700;
}

.nivelopo-home .no-cefr-card span {
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .nivelopo-home .no-oppositor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nivelopo-home .no-cefr-card {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .nivelopo-home #metodo.no-method {
    padding: 42px 22px;
  }

  .nivelopo-home #metodo .no-method-heading h2 {
    font-size: 26px;
  }

  .nivelopo-home .no-oppositor-grid {
    grid-template-columns: 1fr;
  }

  .nivelopo-home .no-oppositor-card,
  .nivelopo-home .no-cefr-card {
    min-height: auto;
  }
}


/* ==========================================================
   SECTION 3 UPDATE — Nuestra metodología
   Scope: third homepage section only
   ========================================================== */
.nivelopo-home .no-smart-method-section {
  position: relative;
  padding: 50px 5.2vw 50px;
  color: #fff;
  background:
    radial-gradient(circle at 24% 12%, rgba(37, 99, 235, .16), transparent 30%),
    radial-gradient(circle at 82% 36%, rgba(34, 211, 238, .12), transparent 30%),
    linear-gradient(135deg, #020814 0%, #061529 52%, #020814 100%);
  overflow: hidden;
}

.nivelopo-home .no-smart-method-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(34, 211, 238, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, .018) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .7;
  pointer-events: none;
}

.nivelopo-home .no-smart-method-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.nivelopo-home .no-smart-method-heading {
  max-width: 900px;
  margin: 0 auto 26px;
  text-align: center;
}

.nivelopo-home .no-smart-method-heading p {
  margin: 0 0 8px;
  color: #ff8a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nivelopo-home .no-smart-method-heading h2 {
  margin: 0;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 31px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nivelopo-home .no-smart-method-heading h2 span {
  color: #ff8a00;
}

.nivelopo-home .no-smart-method-heading small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.nivelopo-home .no-smart-method-grid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 260px;
  gap: 22px;
  align-items: stretch;
}

.nivelopo-home .no-smart-step-card {
  min-height: 260px;
  border-radius: 10px;
  padding: 26px 24px 22px;
  color: #061529;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .18);
}

.nivelopo-home .no-smart-step-card:after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 34px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .22), rgba(37, 99, 235, .75), rgba(34, 211, 238, .18));
}

.nivelopo-home .no-smart-step-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  color: #3b82f6;
}

.nivelopo-home .no-smart-step-icon svg {
  width: 46px;
  height: 46px;
}

.nivelopo-home .no-smart-step-card h3 {
  margin: 0 0 20px;
  color: #071b3a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.nivelopo-home .no-smart-step-card p {
  margin: 0;
  color: #54657d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.nivelopo-home .no-smart-route-panel {
  min-height: 260px;
  border-radius: 12px;
  padding: 24px 22px 20px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 6%, rgba(37, 99, 235, .22), transparent 34%),
    linear-gradient(180deg, #07172b 0%, #031020 100%);
  border: 1px solid rgba(96, 165, 250, .28);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
}

.nivelopo-home .no-smart-route-title {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.nivelopo-home .no-smart-route-title span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #ff8a00;
  border: 1px solid rgba(255, 138, 0, .42);
  border-radius: 8px;
  background: rgba(255, 138, 0, .06);
}

.nivelopo-home .no-smart-route-title svg {
  width: 28px;
  height: 28px;
}

.nivelopo-home .no-smart-route-title h3 {
  margin: 0;
  color: #ff9f1c;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.nivelopo-home .no-smart-route-list {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}

.nivelopo-home .no-smart-route-row {
  display: grid;
  grid-template-columns: 30px 1fr 22px;
  gap: 12px;
  align-items: center;
}

.nivelopo-home .no-smart-route-row b {
  color: #dbeafe;
  font-size: 13px;
  font-weight: 700;
}

.nivelopo-home .no-smart-route-row i {
  height: 4px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(148, 163, 184, .34);
}

.nivelopo-home .no-smart-route-row em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #22d3ee);
}

.nivelopo-home .no-smart-route-row svg {
  width: 19px;
  height: 19px;
  color: #22c55e;
}

.nivelopo-home .no-smart-route-note {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.nivelopo-home .no-smart-route-note span {
  width: 32px;
  height: 32px;
  color: #cbd5e1;
}

.nivelopo-home .no-smart-route-note svg {
  width: 32px;
  height: 32px;
}

.nivelopo-home .no-smart-route-note p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .nivelopo-home .no-smart-method-grid {
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nivelopo-home .no-smart-route-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .nivelopo-home .no-smart-method-section {
    padding: 46px 22px;
  }

  .nivelopo-home .no-smart-method-heading h2 {
    font-size: 26px;
  }

  .nivelopo-home .no-smart-method-grid {
    grid-template-columns: 1fr;
  }

  .nivelopo-home .no-smart-step-card,
  .nivelopo-home .no-smart-route-panel {
    min-height: auto;
  }
}

/* ==========================================================
   SECTION 4 UPDATE — Un solo objetivo / levels timeline
   Scope: fourth homepage section only (#niveles.no-bottom-levels-section)
   ========================================================== */
.nivelopo-home #niveles.no-bottom-levels-section {
  padding: 50px 5.2vw 50px;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .08), transparent 36%),
    linear-gradient(180deg, #fffdf8 0%, #f8fafc 100%);
  color: #07101f;
}

.nivelopo-home #niveles .no-bottom-section-heading {
  max-width: 900px;
  margin: 0 auto 32px;
}

.nivelopo-home #niveles .no-bottom-section-heading p {
  margin: 0 0 8px;
  color: #ff8a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nivelopo-home #niveles .no-bottom-section-heading h2 {
  margin: 0;
  color: #07101f;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nivelopo-home #niveles .no-bottom-section-heading h2 span {
  color: #ff8a00;
}

.nivelopo-home #niveles .no-bottom-section-heading small {
  display: block;
  margin-top: 8px;
  color: #42526b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.nivelopo-home #niveles .no-level-timeline {
  max-width: 1200px;
  margin: 0 auto 28px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  text-align: center;
}

.nivelopo-home #niveles .no-level-line {
  top: 38px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, rgba(59, 130, 246, .22), rgba(59, 130, 246, .7), rgba(245, 158, 11, .78), rgba(59, 130, 246, .7), rgba(59, 130, 246, .22));
}

.nivelopo-home #niveles .no-level-circle {
  width: 76px;
  height: 76px;
  margin: 0 auto 24px;
  color: #2563eb;
  background: #ffffff;
  border: 3px solid rgba(37, 99, 235, .25);
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(37, 99, 235, .10);
}

.nivelopo-home #niveles .no-level-node.is-current .no-level-circle {
  color: #f59e0b;
  border-color: #f59e0b;
  box-shadow: 0 0 0 6px rgba(245, 158, 11, .10), 0 14px 32px rgba(245, 158, 11, .20);
}

.nivelopo-home #niveles .no-level-node h3 {
  margin: 0 0 10px;
  color: #07101f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.nivelopo-home #niveles .no-level-node.is-current h3 {
  color: #f59e0b;
}

.nivelopo-home #niveles .no-level-node p {
  max-width: 160px;
  margin: 0 auto;
  color: #1f2d44;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.nivelopo-home #niveles .no-level-node span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 7px 18px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  background: linear-gradient(135deg, #b7791f 0%, #f59e0b 100%);
  box-shadow: 0 10px 22px rgba(183, 121, 31, .24);
}

.nivelopo-home #niveles .no-level-proof-bar {
  max-width: 1040px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.nivelopo-home #niveles .no-level-proof-bar div {
  gap: 14px;
  padding: 18px 24px;
}

.nivelopo-home #niveles .no-level-proof-bar svg {
  width: 26px;
  height: 26px;
  color: #07101f;
}

.nivelopo-home #niveles .no-level-proof-bar span {
  color: #07101f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .nivelopo-home #niveles .no-level-timeline {
    max-width: 760px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .nivelopo-home #niveles .no-level-line {
    display: none;
  }

  .nivelopo-home #niveles .no-level-proof-bar {
    max-width: 760px;
    grid-template-columns: 1fr;
  }

  .nivelopo-home #niveles .no-level-proof-bar div {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
  }

  .nivelopo-home #niveles .no-level-proof-bar div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .nivelopo-home #niveles.no-bottom-levels-section {
    padding: 46px 22px;
  }

  .nivelopo-home #niveles .no-bottom-section-heading h2 {
    font-size: 26px;
  }

  .nivelopo-home #niveles .no-level-timeline {
    grid-template-columns: 1fr;
  }

  .nivelopo-home #niveles .no-level-node p {
    max-width: 260px;
  }
}



/* ==========================================================
   SECTION 5 UPDATE — Comparison / NivelOpo vs traditional academy
   Scope: fifth homepage section only (.no-comparison-section)
   ========================================================== */
.nivelopo-home .no-comparison-section {
  position: relative;
  padding: 50px 5.2vw 50px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .14), transparent 30%),
    radial-gradient(circle at 8% 92%, rgba(34, 211, 238, .08), transparent 28%),
    linear-gradient(135deg, #020814 0%, #061529 52%, #020814 100%);
  overflow: hidden;
}

.nivelopo-home .no-comparison-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(34, 211, 238, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, .018) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .7;
  pointer-events: none;
}

.nivelopo-home .no-comparison-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.nivelopo-home .no-comparison-section .no-bottom-section-heading {
  max-width: 760px;
  margin: 0 auto 24px;
}

.nivelopo-home .no-comparison-section .no-bottom-section-heading p {
  margin: 0 0 6px;
  color: #ff8a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nivelopo-home .no-comparison-section .no-bottom-section-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 31px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nivelopo-home .no-comparison-section .no-bottom-section-heading h2 span {
  color: #ff8a00;
}

.nivelopo-home .no-comparison-section .no-bottom-section-heading small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.nivelopo-home .no-compare-table.no-compare-modern {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(96, 165, 250, .22);
  background:
    radial-gradient(circle at 45% 0%, rgba(37, 99, 235, .12), transparent 34%),
    rgba(7, 16, 31, .76);
  box-shadow: 0 26px 64px rgba(0, 0, 0, .28);
}

.nivelopo-home .no-compare-modern .no-compare-col {
  display: grid;
  align-content: stretch;
}

.nivelopo-home .no-compare-modern .no-compare-col h3 {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0 22px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .015em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.nivelopo-home .no-compare-modern .no-compare-col > div,
.nivelopo-home .no-compare-modern .no-compare-col p {
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0 22px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.32;
  border-bottom: 1px solid rgba(255, 255, 255, .065);
}

.nivelopo-home .no-compare-modern .no-compare-col > div:last-child,
.nivelopo-home .no-compare-modern .no-compare-col p:last-child {
  border-bottom: 0;
}

.nivelopo-home .no-compare-modern .no-compare-cats {
  background: rgba(4, 13, 27, .28);
}

.nivelopo-home .no-compare-modern .no-compare-cats div {
  justify-content: flex-start;
  color: rgba(255, 255, 255, .90);
  font-size: 13px;
  font-weight: 700;
}

.nivelopo-home .no-compare-modern .no-compare-cats span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #2f80ff;
  display: grid;
  place-items: center;
}

.nivelopo-home .no-compare-modern .no-compare-cats svg {
  width: 20px;
  height: 20px;
}

.nivelopo-home .no-compare-modern .no-compare-nivel {
  position: relative;
  background:
    radial-gradient(circle at 48% 0%, rgba(47, 128, 255, .18), transparent 38%),
    linear-gradient(180deg, rgba(10, 32, 61, .86), rgba(6, 18, 36, .92));
  border-left: 1px solid rgba(96, 165, 250, .22);
  border-right: 1px solid rgba(96, 165, 250, .22);
  box-shadow:
    inset 0 0 0 1px rgba(34, 211, 238, .16),
    0 0 36px rgba(37, 99, 235, .14);
}

.nivelopo-home .no-compare-modern .no-compare-nivel h3 {
  color: #ffffff;
}

.nivelopo-home .no-compare-modern .no-mini-logo {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  background: linear-gradient(135deg, #22d3ee, #2447ff);
  box-shadow: 0 0 22px rgba(37, 99, 235, .34);
}

.nivelopo-home .no-compare-modern .no-compare-traditional {
  background: rgba(7, 16, 31, .28);
}

.nivelopo-home .no-compare-modern .no-compare-traditional h3 {
  justify-content: center;
  text-align: center;
}

.nivelopo-home .no-compare-modern .no-row-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: grid;
  place-items: center;
}

.nivelopo-home .no-compare-modern .no-row-icon svg {
  width: 19px;
  height: 19px;
}

.nivelopo-home .no-compare-modern .no-row-icon.is-check {
  color: #22c55e;
}

.nivelopo-home .no-compare-modern .no-row-icon.is-cross {
  color: #ef2323;
}

.nivelopo-home .no-compare-modern .no-vs-badge {
  display: none;
}

@media (max-width: 1100px) {
  .nivelopo-home .no-compare-table.no-compare-modern {
    max-width: 760px;
    grid-template-columns: 1fr;
  }

  .nivelopo-home .no-compare-modern .no-compare-nivel {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(96, 165, 250, .22);
    border-bottom: 1px solid rgba(96, 165, 250, .22);
  }

  .nivelopo-home .no-compare-modern .no-compare-traditional h3 {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .nivelopo-home .no-comparison-section {
    padding: 46px 22px;
  }

  .nivelopo-home .no-comparison-section .no-bottom-section-heading h2 {
    font-size: 26px;
  }

  .nivelopo-home .no-compare-modern .no-compare-col h3,
  .nivelopo-home .no-compare-modern .no-compare-col > div,
  .nivelopo-home .no-compare-modern .no-compare-col p {
    padding-left: 18px;
    padding-right: 18px;
  }
}


/* ==========================================================
   SECTION 5 UPDATE — Premium three-card comparison
   Scope: fifth homepage section only (#comparativa.no-comparison-section)
   ========================================================== */
.nivelopo-home #comparativa.no-comparison-section {
  position: relative;
  padding: 50px 5.2vw 50px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% -8%, rgba(37, 99, 235, .28), transparent 34%),
    radial-gradient(circle at 10% 72%, rgba(34, 211, 238, .08), transparent 30%),
    radial-gradient(circle at 88% 70%, rgba(37, 99, 235, .10), transparent 32%),
    linear-gradient(135deg, #020814 0%, #07162b 50%, #020814 100%);
  overflow: hidden;
}

.nivelopo-home #comparativa.no-comparison-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(34, 211, 238, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, .015) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .62;
  pointer-events: none;
}

.nivelopo-home #comparativa .no-comparison-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.nivelopo-home #comparativa .no-compare-hero-copy {
  max-width: 1040px;
  margin: 0 auto 34px;
  text-align: center;
}

.nivelopo-home #comparativa .no-compare-hero-copy p {
  margin: 0 0 10px;
  color: #ff9f1c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nivelopo-home #comparativa .no-compare-hero-copy h2 {
  max-width: 1040px;
  margin: 0 auto;
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.nivelopo-home #comparativa .no-compare-hero-copy h2 span {
  color: #ff8a00;
}

.nivelopo-home #comparativa .no-compare-hero-copy small {
  display: block;
  max-width: 900px;
  margin: 22px auto 0;
  color: rgba(226, 232, 240, .9);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.nivelopo-home #comparativa .no-premium-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, .92fr);
  gap: 22px;
  align-items: stretch;
}

.nivelopo-home #comparativa .no-premium-compare-card {
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, .22);
  background:
    radial-gradient(circle at 50% 0%, rgba(59, 130, 246, .14), transparent 34%),
    linear-gradient(180deg, rgba(12, 27, 48, .86) 0%, rgba(5, 15, 30, .92) 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .035);
  padding: 28px 28px 26px;
}

.nivelopo-home #comparativa .no-compare-nivelopo-card {
  border-color: rgba(47, 128, 255, .82);
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .30), transparent 42%),
    linear-gradient(180deg, rgba(14, 40, 78, .92) 0%, rgba(6, 18, 36, .96) 100%);
  box-shadow:
    0 0 0 1px rgba(37, 99, 235, .15),
    0 0 42px rgba(37, 99, 235, .35),
    0 26px 72px rgba(0, 0, 0, .40),
    inset 0 1px 0 rgba(255, 255, 255, .04);
}

.nivelopo-home #comparativa .no-premium-card-header,
.nivelopo-home #comparativa .no-nivelopo-card-title {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}

.nivelopo-home #comparativa .no-card-header-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2f80ff;
  background: rgba(37, 99, 235, .16);
  border: 1px solid rgba(47, 128, 255, .58);
  box-shadow: 0 0 26px rgba(37, 99, 235, .18);
}

.nivelopo-home #comparativa .no-card-header-icon.is-muted {
  color: rgba(226, 232, 240, .76);
  background: rgba(148, 163, 184, .08);
  border-color: rgba(148, 163, 184, .32);
}

.nivelopo-home #comparativa .no-card-header-icon svg {
  width: 38px;
  height: 38px;
}

.nivelopo-home #comparativa .no-premium-card-header h3,
.nivelopo-home #comparativa .no-nivelopo-card-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.nivelopo-home #comparativa .no-premium-card-header h3 span {
  display: block;
  color: #2f80ff;
}

.nivelopo-home #comparativa .no-compare-general-card .no-premium-card-header h3 span {
  color: #ff8a00;
}

.nivelopo-home #comparativa .no-premium-n-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(135deg, #22d3ee, #2447ff);
  box-shadow: 0 0 32px rgba(37, 99, 235, .52);
}

.nivelopo-home #comparativa .no-nivelopo-card-title h3 {
  color: #2f80ff;
  font-size: 28px;
}

.nivelopo-home #comparativa .no-obtienes-list,
.nivelopo-home #comparativa .no-status-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nivelopo-home #comparativa .no-obtienes-list li,
.nivelopo-home #comparativa .no-status-list li {
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.nivelopo-home #comparativa .no-obtienes-list li {
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 18px 0;
}

.nivelopo-home #comparativa .no-obtienes-list li:last-child,
.nivelopo-home #comparativa .no-status-list li:last-child {
  border-bottom: 0;
}

.nivelopo-home #comparativa .no-obtienes-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2f80ff;
  background: rgba(37, 99, 235, .16);
  border: 1px solid rgba(47, 128, 255, .46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.nivelopo-home #comparativa .no-obtienes-icon svg {
  width: 30px;
  height: 30px;
}

.nivelopo-home #comparativa .no-obtienes-list strong {
  display: block;
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.nivelopo-home #comparativa .no-obtienes-list small {
  display: block;
  color: rgba(226, 232, 240, .86);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.42;
}

.nivelopo-home #comparativa .no-status-list li {
  grid-template-columns: 42px 1fr;
  gap: 14px;
  min-height: 62px;
  color: #f8fafc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.32;
}

.nivelopo-home #comparativa .no-check-icon,
.nivelopo-home #comparativa .no-cross-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}

.nivelopo-home #comparativa .no-check-icon {
  color: #22c55e;
}

.nivelopo-home #comparativa .no-cross-icon {
  color: #ff4b2f;
}

.nivelopo-home #comparativa .no-check-icon svg,
.nivelopo-home #comparativa .no-cross-icon svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 1100px) {
  .nivelopo-home #comparativa .no-premium-compare-grid {
    max-width: 760px;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nivelopo-home #comparativa.no-comparison-section {
    padding: 46px 22px;
  }

  .nivelopo-home #comparativa .no-compare-hero-copy h2 {
    font-size: 31px;
  }

  .nivelopo-home #comparativa .no-compare-hero-copy small {
    font-size: 16px;
  }

  .nivelopo-home #comparativa .no-premium-compare-card {
    padding: 24px 20px;
  }

  .nivelopo-home #comparativa .no-premium-card-header,
  .nivelopo-home #comparativa .no-nivelopo-card-title {
    grid-template-columns: 54px 1fr;
    gap: 14px;
  }

  .nivelopo-home #comparativa .no-card-header-icon,
  .nivelopo-home #comparativa .no-premium-n-logo {
    width: 50px;
    height: 50px;
  }

  .nivelopo-home #comparativa .no-premium-card-header h3,
  .nivelopo-home #comparativa .no-nivelopo-card-title h3 {
    font-size: 21px;
  }

  .nivelopo-home #comparativa .no-obtienes-list li {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }

  .nivelopo-home #comparativa .no-status-list li {
    font-size: 16px;
  }
}


/* ==========================================================
   SECTION 6 UPDATE — Así funciona NivelOpo
   Scope: sixth homepage section only (.no-process-section)
   ========================================================== */
.nivelopo-home .no-process-section {
  padding: 50px 5.2vw 50px;
  color: #07101f;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .07), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f8fafc 100%);
}

.nivelopo-home .no-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.nivelopo-home .no-process-heading {
  margin: 0 auto 28px;
  text-align: center;
}

.nivelopo-home .no-process-heading p {
  margin: 0;
  color: #ff8a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nivelopo-home .no-process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  text-align: center;
}

.nivelopo-home .no-process-line {
  position: absolute;
  top: 43px;
  left: 9%;
  right: 9%;
  height: 2px;
  border-radius: 999px;
  background-image: linear-gradient(90deg, rgba(37, 99, 235, .45) 50%, rgba(37, 99, 235, 0) 0%);
  background-size: 14px 2px;
  background-repeat: repeat-x;
}

.nivelopo-home .no-process-step {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
}

.nivelopo-home .no-process-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  color: #2563eb;
  border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, .28);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(37, 99, 235, .11), 0 0 0 8px rgba(37, 99, 235, .035);
}

.nivelopo-home .no-process-icon svg {
  width: 46px;
  height: 46px;
}

.nivelopo-home .no-process-step h3 {
  max-width: 180px;
  margin: 0 auto 10px;
  color: #07101f;
  font-size: 14px;
  line-height: 1.24;
  font-weight: 700;
  letter-spacing: -.015em;
  text-transform: uppercase;
}

.nivelopo-home .no-process-step p {
  max-width: 190px;
  margin: 0 auto;
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.52;
}

@media (max-width: 1100px) {
  .nivelopo-home .no-process-steps {
    max-width: 760px;
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 26px;
  }

  .nivelopo-home .no-process-line {
    display: none;
  }
}

@media (max-width: 720px) {
  .nivelopo-home .no-process-section {
    padding: 46px 22px;
  }

  .nivelopo-home .no-process-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .nivelopo-home .no-process-icon {
    width: 78px;
    height: 78px;
  }

  .nivelopo-home .no-process-step h3,
  .nivelopo-home .no-process-step p {
    max-width: 280px;
  }
}


/* ==========================================================
   SECTION 6 UPDATE — Así funciona NivelOpo premium timeline
   Scope: sixth homepage section only (.no-process-section)
   ========================================================== */
.nivelopo-home .no-process-section {
  position: relative;
  padding: 72px 5.2vw 82px;
  background:
    radial-gradient(circle at 50% 6%, rgba(37, 99, 235, .06), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, #fbfcff 100%);
  color: #050a2a;
  overflow: hidden;
}

.nivelopo-home .no-process-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.nivelopo-home .no-process-heading {
  max-width: 960px;
  margin: 0 auto 52px;
  text-align: center;
}

.nivelopo-home .no-process-heading p {
  margin: 0 0 22px;
  color: #ff7a00;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.nivelopo-home .no-process-heading h2 {
  max-width: 820px;
  margin: 0 auto 28px;
  color: #050a2a;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 31px;
  line-height: .98;
  font-weight: 700;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.nivelopo-home .no-process-heading h2 span {
  display: block;
  color: #ff7600;
}

.nivelopo-home .no-process-heading small {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  color: #050a2a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.nivelopo-home .no-process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 38px;
  align-items: start;
}

.nivelopo-home .no-process-steps:before {
  content: "";
  position: absolute;
  left: 9.8%;
  right: 9.8%;
  top: 80px;
  height: 5px;
  background-image: radial-gradient(circle, #1463ff 2.5px, transparent 3px);
  background-size: 18px 5px;
  background-repeat: repeat-x;
  opacity: .95;
}

.nivelopo-home .no-process-line {
  display: none;
}

.nivelopo-home .no-process-step {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
  color: #050a2a;
}

.nivelopo-home .no-process-number {
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  transform: translateX(-86px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #1f6fff 0%, #075ce8 100%);
  box-shadow: 0 12px 26px rgba(20, 99, 255, .28);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.nivelopo-home .no-process-icon {
  position: relative;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  margin: 0 auto 34px;
  border-radius: 50%;
  color: #1463ff;
  background: #ffffff;
  border: 3px solid rgba(20, 99, 255, .48);
  box-shadow:
    0 0 0 8px rgba(20, 99, 255, .08),
    0 13px 34px rgba(20, 99, 255, .20),
    inset 0 0 0 5px rgba(255, 255, 255, .92);
}

.nivelopo-home .no-process-icon:before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px solid rgba(20, 99, 255, .45);
}

.nivelopo-home .no-process-icon svg {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
}

.nivelopo-home .no-process-step h3 {
  min-height: 66px;
  margin: 0 0 18px;
  color: #050a2a;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.nivelopo-home .no-process-step p {
  max-width: 220px;
  margin: 0 auto;
  color: #050a2a;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .nivelopo-home .no-process-section {
    padding: 66px 5.2vw 72px;
  }

  .nivelopo-home .no-process-heading h2 {
    font-size: clamp(48px, 8vw, 72px);
  }

  .nivelopo-home .no-process-heading small {
    font-size: 20px;
    line-height: 1.65;
  }

  .nivelopo-home .no-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 34px;
    max-width: 760px;
    margin: 0 auto;
  }

  .nivelopo-home .no-process-steps:before {
    display: none;
  }
}

@media (max-width: 720px) {
  .nivelopo-home .no-process-section {
    padding: 54px 22px 62px;
  }

  .nivelopo-home .no-process-heading {
    margin-bottom: 34px;
  }

  .nivelopo-home .no-process-heading p {
    letter-spacing: .20em;
    margin-bottom: 16px;
  }

  .nivelopo-home .no-process-heading h2 {
    line-height: 1;
    letter-spacing: -.045em;
  }

  .nivelopo-home .no-process-heading small {
    font-size: 17px;
    line-height: 1.62;
  }

  .nivelopo-home .no-process-steps {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .nivelopo-home .no-process-number {
    width: 44px;
    height: 44px;
    transform: translateX(-78px);
    font-size: 22px;
  }

  .nivelopo-home .no-process-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 28px;
  }

  .nivelopo-home .no-process-icon svg {
    width: 52px;
    height: 52px;
  }

  .nivelopo-home .no-process-step h3 {
    min-height: auto;
    font-size: 21px;
    margin-bottom: 12px;
  }

  .nivelopo-home .no-process-step p {
    max-width: 280px;
    font-size: 17px;
  }
}


.nivelopo-home .no-process-info-bar {
  max-width: 950px;
  margin: 68px auto 0;
  padding: 18px 28px 20px;
  border: 1px solid rgba(148, 163, 184, .34);
  border-radius: 10px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
  text-align: center;
}

.nivelopo-home .no-process-info-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #475569;
  font-size: 15px;
  line-height: 1.4;
}

.nivelopo-home .no-process-info-items strong {
  margin-right: 26px;
  color: #07101f;
  font-weight: 700;
}

.nivelopo-home .no-process-info-items span {
  display: inline-flex;
  align-items: center;
  color: #475569;
  font-weight: 500;
  white-space: nowrap;
}

.nivelopo-home .no-process-info-items span + span:before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 20px;
  border-radius: 50%;
  background: #2563eb;
}

.nivelopo-home .no-process-info-bar p {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .nivelopo-home .no-process-info-bar {
    max-width: 720px;
    margin-top: 54px;
  }
}

@media (max-width: 720px) {
  .nivelopo-home .no-process-info-bar {
    margin-top: 42px;
    padding: 18px 20px;
  }

  .nivelopo-home .no-process-info-items {
    display: grid;
    gap: 8px;
    justify-items: center;
  }

  .nivelopo-home .no-process-info-items strong {
    margin-right: 0;
  }

  .nivelopo-home .no-process-info-items span {
    white-space: normal;
  }

  .nivelopo-home .no-process-info-items span + span:before {
    display: none;
  }
}

/* ==========================================================
   SECTION 7 UPDATE — Conoce NivelOpo / About platform
   Scope: seventh homepage section only
   ========================================================== */
.nivelopo-home .no-about-platform-section {
  position: relative;
  padding: 50px 5.2vw 50px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 99, 235, .18), transparent 34%),
    radial-gradient(circle at 78% 86%, rgba(37, 99, 235, .16), transparent 36%),
    linear-gradient(135deg, #020814 0%, #07101f 52%, #020814 100%);
  overflow: hidden;
}

.nivelopo-home .no-about-platform-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(34, 211, 238, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, .018) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .55;
  pointer-events: none;
}

.nivelopo-home .no-about-platform-section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, transparent 0%, rgba(2, 8, 20, .58) 100%);
  pointer-events: none;
}

.nivelopo-home .no-about-platform-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: 58px;
  align-items: center;
}

.nivelopo-home .no-about-visual {
  position: relative;
  min-height: 520px;
}

.nivelopo-home .no-about-image-card {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 32% 12%, rgba(255, 255, 255, .12), transparent 34%),
    linear-gradient(145deg, rgba(14, 28, 49, .92), rgba(5, 12, 24, .98));
  box-shadow:
    0 34px 80px rgba(0, 0, 0, .38),
    0 0 52px rgba(37, 99, 235, .15);
}

.nivelopo-home .no-about-image-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 22%),
    radial-gradient(circle at 75% 15%, rgba(37, 99, 235, .18), transparent 36%);
  mix-blend-mode: screen;
  opacity: .72;
}

.nivelopo-home .no-about-image-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.nivelopo-home .no-about-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

.nivelopo-home .no-about-copy {
  min-width: 0;
}

.nivelopo-home .no-about-label {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 34px;
  color: #ffb11f;
}

.nivelopo-home .no-about-label p {
  margin: 0;
  color: #ffb11f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .34em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nivelopo-home .no-about-copy h2 {
  margin: 0 0 34px;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 700;
}

.nivelopo-home .no-about-copy h2 span {
  color: #f59e0b;
}

.nivelopo-home .no-about-copy > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

.nivelopo-home .no-about-copy > p strong {
  color: #1688ff;
  font-weight: 700;
}

.nivelopo-home .no-about-quote span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #f59e0b;
  background: rgba(37, 99, 235, .11);
  border: 1px solid rgba(47, 128, 255, .24);
  font-family: Georgia, serif;
  font-size: 68px;
  line-height: 1;
}

.nivelopo-home .no-about-quote {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  margin: 0;
  padding: 32px 38px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(37, 99, 235, .26), transparent 28%),
    rgba(7, 16, 31, .78);
  border: 1px solid rgba(47, 128, 255, .42);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255,255,255,.035);
}

.nivelopo-home .no-about-quote span {
  color: rgba(47, 128, 255, .74);
  background: transparent;
  border: 0;
  align-self: start;
}

.nivelopo-home .no-about-quote p {
  grid-column: 2;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
}

.nivelopo-home .no-about-quote cite {
  grid-column: 2;
  color: #1688ff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .nivelopo-home .no-about-platform-inner {
    grid-template-columns: 1fr;
    max-width: 820px;
    gap: 42px;
  }

  .nivelopo-home .no-about-visual {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .nivelopo-home .no-about-platform-section {
    padding: 58px 22px 64px;
  }

  .nivelopo-home .no-about-visual {
    min-height: 420px;
    border-radius: 22px;
  }

  .nivelopo-home .no-about-label {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
    margin-bottom: 24px;
  }

  .nivelopo-home .no-about-label p {
    letter-spacing: .22em;
    white-space: normal;
    text-align: center;
  }

  .nivelopo-home .no-about-copy h2 {
    text-align: center;
  }

  .nivelopo-home .no-about-copy > p {
    font-size: 17px;
    line-height: 1.6;
  }

  .nivelopo-home .no-about-quote {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .nivelopo-home .no-about-quote {
    padding: 28px 22px;
  }

  .nivelopo-home .no-about-quote p {
    grid-column: 1;
    font-size: 18px;
  }

  .nivelopo-home .no-about-quote cite {
    grid-column: 1;
  }
}



/* ==========================================================
   SECTION 7 IMAGE UPDATE — Professional laptop visual
   Scope: seventh homepage section left column only
   ========================================================== */
@media (max-width: 1100px) {
  .nivelopo-home .no-about-visual {
    min-height: 460px;
  }

  .nivelopo-home .no-about-image-card img {
    min-height: 460px;
  }
}

@media (max-width: 720px) {
  .nivelopo-home .no-about-visual {
    min-height: 330px;
  }

  .nivelopo-home .no-about-image-card {
    border-radius: 16px;
  }

  .nivelopo-home .no-about-image-card img {
    min-height: 330px;
  }
}


/* ==========================================================
   SECTION 8 UPDATE — Premium FAQ + final CTA
   Scope: eighth homepage section only (.no-faq-section)
   ========================================================== */
.nivelopo-home .no-faq-section {
  position: relative;
  padding: 72px 5.2vw 80px;
  color: #07101f;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, .08), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #f8fafc 100%);
  overflow: hidden;
}

.nivelopo-home .no-faq-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.nivelopo-home .no-faq-heading {
  max-width: 1040px;
  margin: 0 auto 44px;
  text-align: center;
}

.nivelopo-home .no-faq-heading p {
  margin: 0 0 14px;
  color: #ff8a00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.nivelopo-home .no-faq-heading h2 {
  margin: 0;
  color: #07101f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 31px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nivelopo-home .no-faq-heading small {
  display: block;
  margin-top: 18px;
  color: #64748b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.nivelopo-home .no-faq-panel {
  max-width: 1200px;
  margin: 0 auto 42px;
  padding: 38px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, .22);
  background: rgba(255, 255, 255, .54);
  box-shadow: 0 26px 70px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .72);
}

.nivelopo-home .no-faq-grid {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 22px;
}

.nivelopo-home .no-faq-grid details {
  min-height: 96px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
  overflow: hidden;
}

.nivelopo-home .no-faq-grid details[open] {
  border-color: rgba(37, 99, 235, .55);
  box-shadow: 0 18px 40px rgba(37, 99, 235, .10), inset 4px 0 0 #2563eb;
}

.nivelopo-home .no-faq-grid summary {
  min-height: 96px;
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 42px;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  color: #07101f;
  font-weight: 700;
}

.nivelopo-home .no-faq-grid summary::-webkit-details-marker {
  display: none;
}

.nivelopo-home .no-faq-grid summary:after {
  content: none;
}

.nivelopo-home .no-faq-number {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2563eb;
  background: #eef4ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.nivelopo-home .no-faq-question {
  color: #07101f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.nivelopo-home .no-faq-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  justify-self: end;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, .13);
  background: #ffffff;
}

.nivelopo-home .no-faq-toggle:before,
.nivelopo-home .no-faq-toggle:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 99px;
  background: #07101f;
}

.nivelopo-home .no-faq-toggle:after {
  transform: rotate(90deg);
}

.nivelopo-home .no-faq-grid details[open] .no-faq-toggle {
  border-color: transparent;
  background: linear-gradient(135deg, #2563eb, #1189ff);
  box-shadow: 0 10px 22px rgba(37, 99, 235, .25);
}

.nivelopo-home .no-faq-grid details[open] .no-faq-toggle:before,
.nivelopo-home .no-faq-grid details[open] .no-faq-toggle:after {
  background: #ffffff;
}

.nivelopo-home .no-faq-grid details[open] .no-faq-toggle:after {
  transform: rotate(0deg);
}

.nivelopo-home .no-faq-grid details p {
  margin: -8px 82px 26px 78px;
  padding: 0;
  color: #475569;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.62;
}

.nivelopo-home .no-final-cta {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 260px;
  gap: 34px;
  align-items: center;
  padding: 34px 56px;
  border-radius: 14px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 10%, rgba(34, 211, 238, .22), transparent 34%),
    linear-gradient(135deg, #050814 0%, #07172b 54%, #020814 100%);
  border: 1px solid rgba(96, 165, 250, .28);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .24);
}

.nivelopo-home .no-final-logo {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  background: linear-gradient(135deg, #22d3ee, #2447ff);
  box-shadow: 0 0 36px rgba(37, 99, 235, .38);
}

.nivelopo-home .no-final-cta h2 {
  margin: 0;
  max-width: 690px;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nivelopo-home .no-final-cta h2 span {
  color: #22d3ee;
}

.nivelopo-home .no-final-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  font-weight: 500;
}

.nivelopo-home .no-final-proof span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.nivelopo-home .no-final-proof svg {
  width: 22px;
  height: 22px;
  color: #ffffff;
}

.nivelopo-home .no-final-action {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.nivelopo-home .no-final-action a {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563ff 0%, #1189ff 100%);
  box-shadow: 0 16px 36px rgba(37, 99, 235, .34);
  font-size: 17px;
  font-weight: 700;
}

.nivelopo-home .no-final-action small {
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .nivelopo-home .no-faq-panel {
    padding: 28px;
  }

  .nivelopo-home .no-faq-grid,
  .nivelopo-home .no-final-cta {
    grid-template-columns: 1fr;
  }

  .nivelopo-home .no-final-cta {
    text-align: center;
    justify-items: center;
    padding: 34px;
  }

  .nivelopo-home .no-final-proof {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .nivelopo-home .no-faq-section {
    padding: 56px 22px 64px;
  }

  .nivelopo-home .no-faq-heading h2 {
    font-size: 32px;
  }

  .nivelopo-home .no-faq-heading small {
    font-size: 17px;
  }

  .nivelopo-home .no-faq-panel {
    padding: 18px;
    border-radius: 12px;
  }

  .nivelopo-home .no-faq-grid summary {
    grid-template-columns: 46px minmax(0, 1fr) 38px;
    gap: 14px;
    padding: 18px;
  }

  .nivelopo-home .no-faq-number {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .nivelopo-home .no-faq-question {
    font-size: 16px;
  }

  .nivelopo-home .no-faq-grid details p {
    margin: -6px 18px 22px 78px;
    font-size: 15px;
  }

  .nivelopo-home .no-final-cta {
    padding: 28px 22px;
  }

  .nivelopo-home .no-final-logo {
    width: 66px;
    height: 66px;
    font-size: 44px;
  }

  .nivelopo-home .no-final-action {
    width: 100%;
  }
}

/* ==========================================================
   HEADER + PAGE WIDTH PATCH — homepage only
   Scope: WordPress header integration and horizontal overflow
   ========================================================== */

body.home header.site-header,
body.home .site-header,
body.home #masthead,
body.home .main-header {
  display: block !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background:
    radial-gradient(circle at 70% 0%, rgba(37, 99, 235, .13), transparent 34%),
    linear-gradient(135deg, #020814 0%, #051326 54%, #020814 100%);
}

/* Safe UX/readability adjustments from homepage audit */
.nivelopo-home .no-hero-cta-copy small,
.nivelopo-home .no-final-action small {
  line-height: 1.35;
}

.nivelopo-home .no-oppositor-card p,
.nivelopo-home .no-oppositor-card li,
.nivelopo-home .no-level-node p,
.nivelopo-home .no-premium-card small,
.nivelopo-home .no-process-step p {
  line-height: 1.55;
}

.nivelopo-home .no-oppositor-card li,
.nivelopo-home .no-premium-card li,
.nivelopo-home .no-process-step p {
  font-size: 13px;
}

.nivelopo-home .no-comparison-section .no-status-list {
  gap: 14px;
}

.nivelopo-home .no-about-platform-content p,
.nivelopo-home .no-faq-item p {
  line-height: 1.65;
}

@media (max-width: 720px) {
  .nivelopo-home .no-oppositor-card p,
  .nivelopo-home .no-oppositor-card li,
  .nivelopo-home .no-level-node p,
  .nivelopo-home .no-premium-card small,
  .nivelopo-home .no-process-step p,
  .nivelopo-home .no-faq-item p {
    font-size: 14px;
    line-height: 1.6;
  }

  .nivelopo-home .no-final-action small {
    font-size: 12px;
  }
}

/* ==========================================================
   HOMEPAGE TYPOGRAPHY CONSISTENCY SYSTEM
   Scope: typography only across NivelOpo homepage sections
   ========================================================== */

.nivelopo-home {
  --no-font-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --no-font-heading: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --no-type-label-size: 12px;
  --no-type-label-spacing: .18em;
  --no-type-heading-size: clamp(28px, 2.7vw, 34px);
  --no-type-heading-line: 1.08;
  --no-type-subtitle-size: 15px;
  --no-type-body-size: 14px;
  --no-type-content-size: 16px;
}

.nivelopo-home,
.nivelopo-premium-footer {
  font-family: var(--no-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.nivelopo-home .no-section-heading p,
.nivelopo-home .no-bottom-section-heading p,
.nivelopo-home .no-personal-label,
.nivelopo-home #metodo .no-method-heading p,
.nivelopo-home .no-smart-method-heading p,
.nivelopo-home #niveles .no-bottom-section-heading p,
.nivelopo-home #comparativa .no-compare-hero-copy p,
.nivelopo-home .no-process-heading p,
.nivelopo-home .no-about-label p,
.nivelopo-home .no-faq-heading p {
  margin: 0 0 10px;
  color: #ff8a00;
  font-family: var(--no-font-body);
  font-size: var(--no-type-label-size);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--no-type-label-spacing);
  text-transform: uppercase;
}

.nivelopo-home .no-section-heading h2,
.nivelopo-home .no-bottom-section-heading h2,
.nivelopo-home #metodo .no-method-heading h2,
.nivelopo-home .no-smart-method-heading h2,
.nivelopo-home #niveles .no-bottom-section-heading h2,
.nivelopo-home #comparativa .no-compare-hero-copy h2,
.nivelopo-home .no-process-heading h2,
.nivelopo-home .no-about-copy h2,
.nivelopo-home .no-faq-heading h2 {
  margin-top: 0;
  font-family: var(--no-font-heading);
  font-size: var(--no-type-heading-size);
  font-weight: 700;
  line-height: var(--no-type-heading-line);
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nivelopo-home .no-section-heading h2,
.nivelopo-home .no-bottom-section-heading h2,
.nivelopo-home #metodo .no-method-heading h2,
.nivelopo-home #niveles .no-bottom-section-heading h2,
.nivelopo-home .no-process-heading h2,
.nivelopo-home .no-faq-heading h2 {
  color: #07101f;
}

.nivelopo-home .no-smart-method-heading h2,
.nivelopo-home #comparativa .no-compare-hero-copy h2,
.nivelopo-home .no-about-copy h2 {
  color: #ffffff;
}

.nivelopo-home .no-section-heading h2 span,
.nivelopo-home .no-bottom-section-heading h2 span,
.nivelopo-home #metodo .no-method-heading h2 span,
.nivelopo-home .no-smart-method-heading h2 span,
.nivelopo-home #niveles .no-bottom-section-heading h2 span,
.nivelopo-home #comparativa .no-compare-hero-copy h2 span,
.nivelopo-home .no-process-heading h2 span,
.nivelopo-home .no-about-copy h2 span {
  color: #ff8a00;
}

.nivelopo-home .no-method-subtitle,
.nivelopo-home .no-smart-method-heading small,
.nivelopo-home #niveles .no-bottom-section-heading small,
.nivelopo-home #comparativa .no-compare-hero-copy small,
.nivelopo-home .no-process-heading small,
.nivelopo-home .no-faq-heading small {
  display: block;
  margin-top: 10px;
  font-family: var(--no-font-body);
  font-size: var(--no-type-subtitle-size);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

.nivelopo-home .no-method-subtitle,
.nivelopo-home #niveles .no-bottom-section-heading small,
.nivelopo-home .no-process-heading small,
.nivelopo-home .no-faq-heading small {
  color: #475569;
}

.nivelopo-home .no-smart-method-heading small,
.nivelopo-home #comparativa .no-compare-hero-copy small {
  color: rgba(226, 232, 240, .88);
}

.nivelopo-home .no-oppositor-card p,
.nivelopo-home .no-oppositor-card li,
.nivelopo-home .no-cefr-card span,
.nivelopo-home .no-smart-step-card p,
.nivelopo-home .no-smart-route-note p,
.nivelopo-home #niveles .no-level-node p,
.nivelopo-home #niveles .no-level-proof-bar span,
.nivelopo-home #comparativa .no-obtienes-list small,
.nivelopo-home #comparativa .no-status-list li,
.nivelopo-home .no-process-step p,
.nivelopo-home .no-process-info-items,
.nivelopo-home .no-process-info-bar p,
.nivelopo-home .no-final-proof,
.nivelopo-home .no-final-action small {
  font-family: var(--no-font-body);
  font-size: var(--no-type-body-size);
  font-weight: 500;
  line-height: 1.55;
}

.nivelopo-home .no-about-copy > p,
.nivelopo-home .no-about-quote p,
.nivelopo-home .no-faq-grid details p {
  font-family: var(--no-font-body);
  font-size: var(--no-type-content-size);
  font-weight: 500;
  line-height: 1.62;
}

.nivelopo-home .no-oppositor-card h3,
.nivelopo-home .no-cefr-card h3,
.nivelopo-home .no-smart-step-card h3,
.nivelopo-home .no-smart-route-title h3,
.nivelopo-home #niveles .no-level-node h3,
.nivelopo-home #comparativa .no-premium-card-header h3,
.nivelopo-home #comparativa .no-nivelopo-card-title h3,
.nivelopo-home .no-process-step h3,
.nivelopo-home .no-faq-question {
  font-family: var(--no-font-body);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.015em;
}

.nivelopo-home .no-hero-cta-copy strong,
.nivelopo-home .no-hero-cta-copy small,
.nivelopo-home .no-hero-trust span,
.nivelopo-home .no-diagnosis-title h2,
.nivelopo-home .no-diagnosis-levels small,
.nivelopo-home .no-diagnosis-route span,
.nivelopo-home .no-diagnosis-card p,
.nivelopo-home .no-final-action a {
  font-family: var(--no-font-body);
  font-weight: 700;
  line-height: 1.35;
}

.nivelopo-home .no-final-cta h2 {
  font-family: var(--no-font-heading);
  font-size: clamp(28px, 2.7vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.nivelopo-premium-footer .no-footer-brand p,
.nivelopo-premium-footer .no-footer-ai p,
.nivelopo-premium-footer .no-footer-col a,
.nivelopo-premium-footer .no-footer-socials a,
.nivelopo-premium-footer .no-footer-legal p,
.nivelopo-premium-footer .no-footer-legal a,
.nivelopo-premium-footer .no-footer-legal span {
  font-family: var(--no-font-body, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.nivelopo-premium-footer .no-footer-col h3,
.nivelopo-premium-footer .no-footer-logo strong,
.nivelopo-premium-footer .no-footer-mark {
  font-family: var(--no-font-heading, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-weight: 700;
}

.nivelopo-premium-footer .no-footer-col h3 {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nivelopo-premium-footer .no-footer-logo strong {
  font-size: 28px;
  line-height: 1;
}

.nivelopo-premium-footer .no-footer-logo small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nivelopo-premium-footer .no-footer-col a {
  margin-bottom: 14px;
}

@media (max-width: 720px) {
  .nivelopo-home {
    --no-type-heading-size: 26px;
    --no-type-subtitle-size: 15px;
    --no-type-body-size: 14px;
    --no-type-content-size: 15px;
  }

  .nivelopo-home .no-section-heading p,
  .nivelopo-home .no-bottom-section-heading p,
  .nivelopo-home .no-personal-label,
  .nivelopo-home #metodo .no-method-heading p,
  .nivelopo-home .no-smart-method-heading p,
  .nivelopo-home #niveles .no-bottom-section-heading p,
  .nivelopo-home #comparativa .no-compare-hero-copy p,
  .nivelopo-home .no-process-heading p,
  .nivelopo-home .no-about-label p,
  .nivelopo-home .no-faq-heading p {
    letter-spacing: .14em;
  }

  .nivelopo-home .no-section-heading h2,
  .nivelopo-home .no-bottom-section-heading h2,
  .nivelopo-home #metodo .no-method-heading h2,
  .nivelopo-home .no-smart-method-heading h2,
  .nivelopo-home #niveles .no-bottom-section-heading h2,
  .nivelopo-home #comparativa .no-compare-hero-copy h2,
  .nivelopo-home .no-process-heading h2,
  .nivelopo-home .no-about-copy h2,
  .nivelopo-home .no-faq-heading h2,
  .nivelopo-home .no-final-cta h2 {
    line-height: 1.12;
    letter-spacing: -.03em;
  }

  .nivelopo-premium-footer .no-footer-brand p,
  .nivelopo-premium-footer .no-footer-ai p,
  .nivelopo-premium-footer .no-footer-col a,
  .nivelopo-premium-footer .no-footer-socials a,
  .nivelopo-premium-footer .no-footer-legal p,
  .nivelopo-premium-footer .no-footer-legal a,
  .nivelopo-premium-footer .no-footer-legal span {
    font-size: 14px;
  }
}

/* ==========================================================
   INTERNAL LINK UPDATE — contextual homepage links
   Scope: subtle links added inside existing homepage content
   ========================================================== */
.nivelopo-home .no-context-link {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.nivelopo-home .no-context-link-light {
  color: #2563eb;
  text-decoration-color: rgba(37, 99, 235, .35);
}

.nivelopo-home .no-context-link-dark {
  color: #38bdf8;
  text-decoration-color: rgba(56, 189, 248, .45);
}

.nivelopo-home .no-context-link:hover,
.nivelopo-home .no-context-link:focus {
  color: #ff9f1c;
  text-decoration-color: rgba(255, 159, 28, .7);
}

.nivelopo-home .no-context-link:focus-visible,
.nivelopo-home .no-hero-trust-link:focus-visible {
  outline: 2px solid rgba(34, 211, 238, .8);
  outline-offset: 3px;
  border-radius: 4px;
}

.nivelopo-home .no-hero-trust-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: color .2s ease;
}

.nivelopo-home .no-hero-trust-link:hover,
.nivelopo-home .no-hero-trust-link:focus {
  color: #ff9f1c;
}



/* ==========================================================
   NivelOpo Custom Site Header
   ========================================================== */
.no-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background:
    radial-gradient(circle at 14% 0%, rgba(37, 99, 235, .18), transparent 28%),
    linear-gradient(135deg, rgba(5, 8, 20, .98), rgba(3, 16, 32, .96));
  border-bottom: 1px solid rgba(148, 163, 184, .14);
  box-shadow: 0 18px 45px rgba(2, 6, 23, .28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.admin-bar .no-site-header {
  top: 32px;
}

.no-site-header * {
  box-sizing: border-box;
}

.no-site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 76px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.no-site-header__brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  min-width: max-content;
}

.no-site-header__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(135deg, #2563eb 0%, #22d3ee 100%);
  box-shadow: 0 16px 34px rgba(37, 99, 235, .34), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.no-site-header__wordmark {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.no-site-header__name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.no-site-header__tagline {
  color: rgba(203, 213, 225, .72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.no-site-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.no-site-header__menu,
.no-site-header__mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-site-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.no-site-header__menu li {
  position: relative;
  margin: 0;
}

.no-site-header__menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(226, 232, 240, .82);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.no-site-header__menu a:hover,
.no-site-header__menu a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .075);
  outline: none;
  transform: translateY(-1px);
}

.no-site-header__menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  list-style: none;
  padding: 10px;
  margin: 0;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, .16);
  background: rgba(5, 12, 24, .98);
  box-shadow: 0 24px 60px rgba(2, 6, 23, .38);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.no-site-header__menu li:hover > .sub-menu,
.no-site-header__menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.no-site-header__menu .sub-menu a {
  width: 100%;
  justify-content: flex-start;
  border-radius: 10px;
}

.no-site-header__actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.no-site-header__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(135deg, #2563eb 0%, #18bdf6 100%);
  box-shadow: 0 16px 34px rgba(37, 99, 235, .32), inset 0 1px 0 rgba(255, 255, 255, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.no-site-header__cta:hover,
.no-site-header__cta:focus-visible {
  color: #fff;
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(37, 99, 235, .42), inset 0 1px 0 rgba(255, 255, 255, .26);
}

.no-site-header__mobile {
  display: none;
  position: relative;
}

.no-site-header__toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #e2e8f0;
  cursor: pointer;
  border: 1px solid rgba(148, 163, 184, .24);
  background: rgba(255, 255, 255, .055);
  list-style: none;
}

.no-site-header__toggle::-webkit-details-marker {
  display: none;
}

.no-site-header__toggle span,
.no-site-header__toggle span:before,
.no-site-header__toggle span:after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.no-site-header__toggle span {
  position: relative;
}

.no-site-header__toggle span:before,
.no-site-header__toggle span:after {
  content: "";
  position: absolute;
  left: 0;
}

.no-site-header__toggle span:before {
  top: -6px;
}

.no-site-header__toggle span:after {
  top: 6px;
}

.no-site-header__mobile[open] .no-site-header__toggle span {
  background: transparent;
}

.no-site-header__mobile[open] .no-site-header__toggle span:before {
  transform: translateY(6px) rotate(45deg);
}

.no-site-header__mobile[open] .no-site-header__toggle span:after {
  transform: translateY(-6px) rotate(-45deg);
}

.no-site-header__mobile-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(320px, calc(100vw - 32px));
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, .18);
  background: linear-gradient(180deg, rgba(8, 17, 33, .98), rgba(3, 10, 22, .98));
  box-shadow: 0 28px 70px rgba(2, 6, 23, .45);
}

.no-site-header__mobile-menu {
  display: grid;
  gap: 4px;
}

.no-site-header__mobile-menu a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px;
  color: rgba(226, 232, 240, .86);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.no-site-header__mobile-menu a:hover,
.no-site-header__mobile-menu a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .075);
  outline: none;
}

.no-site-header__mobile-menu .sub-menu {
  list-style: none;
  margin: 0 0 6px 14px;
  padding: 0 0 0 10px;
  border-left: 1px solid rgba(148, 163, 184, .18);
}

@media (max-width: 980px) {
  .no-site-header__inner {
    min-height: 70px;
    padding: 0 20px;
    gap: 14px;
  }

  .no-site-header__nav {
    display: none;
  }

  .no-site-header__mobile {
    display: block;
  }

  .no-site-header__actions {
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  body.admin-bar .no-site-header {
    top: 46px;
  }

  .no-site-header__inner {
    padding: 0 16px;
  }

  .no-site-header__mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 20px;
  }

  .no-site-header__name {
    font-size: 16px;
  }

  .no-site-header__tagline {
    display: none;
  }

  .no-site-header__cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .no-site-header__toggle {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 420px) {
  .no-site-header__wordmark {
    display: none;
  }

  .no-site-header__cta {
    max-width: 148px;
    white-space: normal;
    text-align: center;
    line-height: 1.1;
  }
}


.nivelopo-site .tutor-course-details-page.tutor-container{
  padding-top: 50px;
  padding-bottom: 50px;
}

.nivelopo-page .page-inner{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

/* NivelOpo Contact Page */
.nivelopo-contact-page {
  --no-contact-dark: #050814;
  --no-contact-navy: #07101f;
  --no-contact-panel: #0b1628;
  --no-contact-blue: #2563eb;
  --no-contact-cyan: #22d3ee;
  --no-contact-gold: #d6b46a;
  --no-contact-white: #fffdf8;
  --no-contact-soft: #f8fafc;
  --no-contact-ink: #0f172a;
  --no-contact-muted: #64748b;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--no-contact-ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(37, 99, 235, .08), transparent 30%),
    linear-gradient(180deg, var(--no-contact-white) 0%, var(--no-contact-soft) 100%);
  overflow: hidden;
}

.nivelopo-contact-page * {
  box-sizing: border-box;
}

.nivelopo-contact-page a {
  text-decoration: none;
}

.no-contact-hero {
  position: relative;
  padding: 50px 5.2vw 50px;
}

.no-contact-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(37, 99, 235, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, .03) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at 50% 12%, #000, transparent 68%);
  -webkit-mask-image: radial-gradient(circle at 50% 12%, #000, transparent 68%);
  pointer-events: none;
}

.no-contact-shell {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.no-contact-heading {
  margin: 0 auto 54px;
  text-align: center;
}

.no-contact-kicker {
  display: inline-flex;
  margin: 0 0 16px;
  color: var(--no-contact-gold);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  font-weight: 700;
}

.no-contact-heading h1 {
  margin-bottom: 16px;
  color: #07101f;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.no-contact-heading h1 span {
  color: #ff8a00;
}

.no-contact-heading p {
  margin: 22px auto 0;
  color: #475569;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.48;
}

.no-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 34px;
  align-items: start;
}

.no-contact-info,
.no-contact-form-card {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}

.no-contact-info {
  padding: 34px;
}

.no-contact-info h2,
.no-contact-form-card h2 {
  margin: 0 0 14px;
  color: var(--no-contact-ink);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.03em;
  font-weight: 700;
}

.no-contact-info > p,
.no-contact-form-card > p {
  margin: 0;
  color: var(--no-contact-muted);
  font-size: 16px;
  line-height: 1.65;
}

.no-contact-help-list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.no-contact-help-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid rgba(37, 99, 235, .10);
}

.no-contact-help-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--no-contact-blue), var(--no-contact-cyan));
  box-shadow: 0 14px 30px rgba(37, 99, 235, .22);
  font-size: 14px;
  font-weight: 700;
}

.no-contact-help-item h3 {
  margin: 0 0 6px;
  color: #082452;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.no-contact-help-item p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.no-contact-trust-card {
  padding: 22px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .18), transparent 34%),
    linear-gradient(135deg, var(--no-contact-dark), var(--no-contact-panel));
  border: 1px solid rgba(96, 165, 250, .24);
  margin-bottom: 28px;
}

.no-contact-trust-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.no-contact-trust-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-contact-trust-card li {
  position: relative;
  padding-left: 26px;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.55;
}

.no-contact-trust-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #22d3ee;
  border: 1px solid rgba(34, 211, 238, .55);
  font-size: 11px;
}

.no-contact-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(214, 180, 106, .09);
  border: 1px solid rgba(214, 180, 106, .24);
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.no-contact-note strong {
  color: #082452;
  font-weight: 700;
}

.no-contact-form-card {
  padding: 34px;
}

.no-contact-form-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.no-contact-response-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--no-contact-blue);
  background: rgba(37, 99, 235, .08);
  border: 1px solid rgba(37, 99, 235, .14);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.no-contact-hero .wpforms-container {
  width: 100%;
}

.no-contact-hero .wpforms-container .wpforms-form *{
  text-align: left;
  max-width: 100%;
}

.no-contact-form-embed {
  margin-top: 24px;
}

.no-contact-form-embed form {
  display: grid;
  gap: 16px;
}


.no-contact-placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 28px;
  border-radius: 22px;
  border: 1px dashed rgba(37, 99, 235, .32);
  background: rgba(37, 99, 235, .04);
  color: #64748b;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.no-contact-form-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.no-contact-form-footer a {
  color: var(--no-contact-blue);
  font-weight: 700;
}

.no-contact-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.no-contact-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #0f172a;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, border-color .2s ease;
}

.no-contact-quick-links a:hover,
.no-contact-quick-links a:focus {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, .28);
}

@media (max-width: 980px) {
  .no-contact-grid {
    grid-template-columns: 1fr;
  }

  .no-contact-form-card,
  .no-contact-info {
    padding: 28px;
  }
}

@media (max-width: 720px) {
  .no-contact-hero {
    padding: 72px 22px 78px;
  }

  .no-contact-heading {
    margin-bottom: 36px;
  }

  .no-contact-heading h1 {
    font-size: 40px;
  }

  .no-contact-form-top {
    display: grid;
  }

  .no-contact-response-badge {
    justify-self: start;
  }

  .no-contact-help-item {
    grid-template-columns: 1fr;
  }

  .no-contact-form-card,
  .no-contact-info {
    padding: 24px;
    border-radius: 22px;
  }

  .no-contact-form-embed input[type="submit"],
  .no-contact-form-embed button[type="submit"],
  .no-contact-form-embed .wpforms-submit,
  .no-contact-form-embed .wpcf7-submit {
    width: 100%;
  }
}
