:root {
    --home-orange: #ff6f2c;
    --home-orange-dark: #dc5118;
    --home-orange-soft: #fff1e8;
    --home-navy: #12243e;
    --home-navy-2: #1d3655;
    --home-ink: #17263a;
    --home-muted: #627086;
    --home-paper: #fffdfb;
    --home-soft: #f6f7f9;
    --home-line: #e4e8ee;
    --home-success: #168067;
    --home-shadow-sm: 0 10px 32px rgba(19, 36, 62, .07);
    --home-shadow-md: 0 22px 58px rgba(19, 36, 62, .12);
    --home-radius-lg: 32px;
    --home-radius-md: 22px;
    --home-ease: cubic-bezier(.22, 1, .36, 1);
    --home-container: 1220px;
}

html { scroll-behavior: smooth; scroll-padding-top: 92px; }
.landing-page { overflow-x: clip; background: var(--home-paper); color: var(--home-ink); }
.landing-page .container { width: min(calc(100% - 44px), var(--home-container)); margin-inline: auto; }
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page p { margin-top: 0; }
.landing-page h1,
.landing-page h2,
.landing-page h3 { font-family: var(--nm-heading-font-family); text-wrap: balance; }
.landing-page a,
.landing-page button,
.landing-page summary { -webkit-tap-highlight-color: transparent; }
.landing-page :focus-visible { outline: 3px solid rgba(255, 111, 44, .35); outline-offset: 4px; }

.landing-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid transparent; background: rgba(255, 253, 251, .94); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.landing-header.is-scrolled { border-color: var(--home-line); background: rgba(255, 255, 255, .98); box-shadow: 0 8px 28px rgba(19, 36, 62, .06); }
.landing-header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.landing-brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.landing-brand .brand__logo--horizontal { width: 148px; max-height: 46px; }
.landing-nav { display: flex; align-items: center; justify-content: center; gap: clamp(17px, 2.2vw, 30px); }
.landing-nav a { position: relative; padding-block: 10px; color: #445268; font-size: .92rem; font-weight: 650; white-space: nowrap; }
.landing-nav a::after { position: absolute; right: 50%; bottom: 4px; width: 0; height: 2px; border-radius: 99px; background: var(--home-orange); content: ""; transition: width .2s ease, right .2s ease; }
.landing-nav a:hover { color: var(--home-navy); }
.landing-nav a:hover::after { right: 15%; width: 70%; }
.landing-header__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }

.nm-button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 9px; padding: 10px 18px; border: 1px solid transparent; border-radius: 13px; font-size: .9rem; font-weight: 800; line-height: 1.4; transition: transform .2s var(--home-ease), box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.nm-button:hover { transform: translateY(-2px); }
.nm-button--large { min-height: 54px; padding-inline: 23px; border-radius: 16px; font-size: .98rem; }
.nm-button--primary { background: var(--home-orange); box-shadow: 0 11px 24px rgba(255, 111, 44, .22); color: #fff; }
.nm-button--primary:hover { background: var(--home-orange-dark); box-shadow: 0 14px 30px rgba(220, 81, 24, .24); }
.nm-button--ghost { color: var(--home-navy); }
.nm-button--ghost:hover { background: var(--home-soft); }
.nm-button--outline { border-color: #d7dde5; background: #fff; color: var(--home-navy); }
.nm-button--outline:hover { border-color: #ffb58f; background: var(--home-orange-soft); }
.nm-button--light { background: #fff; color: var(--home-orange-dark); box-shadow: 0 16px 35px rgba(117, 47, 17, .18); }
.nm-button--on-orange { border-color: rgba(255, 255, 255, .55); color: #fff; }
.nm-button--on-orange:hover { background: rgba(255, 255, 255, .12); }

.landing-menu-button { display: none; width: 44px; height: 44px; place-items: center; gap: 4px; padding: 10px; border: 1px solid var(--home-line); border-radius: 12px; background: #fff; cursor: pointer; }
.landing-menu-button span { display: block; width: 20px; height: 2px; border-radius: 99px; background: var(--home-navy); transition: .2s ease; }
.landing-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.landing-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.landing-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.landing-mobile-menu { position: absolute; top: 100%; right: 0; left: 0; border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); background: #fff; box-shadow: var(--home-shadow-md); }
.landing-mobile-menu[hidden] { display: none; }
.landing-mobile-menu nav { display: grid; padding-block: 12px 18px; }
.landing-mobile-menu a { padding: 12px 2px; border-bottom: 1px solid #f0f2f5; color: var(--home-navy); font-weight: 700; }
.landing-mobile-menu a:last-child { border-bottom: 0; color: var(--home-orange-dark); }

.nm-hero { position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid #f0e9e4; background: radial-gradient(circle at 15% 18%, #fff1e8 0, rgba(255, 241, 232, 0) 30%), linear-gradient(180deg, #fffdfb, #fbfaf8); }
.nm-hero::before { position: absolute; z-index: -1; top: 8%; right: -8%; width: 360px; height: 360px; border: 1px solid rgba(255, 111, 44, .12); border-radius: 50%; content: ""; }
.nm-hero__grid { display: grid; min-height: 690px; grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr); align-items: center; gap: clamp(34px, 6vw, 86px); padding-block: 64px 72px; }
.nm-hero__content { position: relative; z-index: 2; }
.nm-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--home-orange-dark); font-size: .84rem; font-weight: 800; }
.nm-eyebrow span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; background: var(--home-orange-soft); }
.nm-hero h1 { max-width: 730px; margin-bottom: 20px; color: var(--home-navy); font-size: clamp(2.8rem, 5.2vw, 4.75rem); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.nm-hero__lead { max-width: 720px; margin-bottom: 27px; color: var(--home-muted); font-size: 1.08rem; line-height: 2.05; }
.nm-hero__lead strong { color: var(--home-navy); font-weight: 800; }
.nm-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.nm-hero__assurances { display: flex; flex-wrap: wrap; gap: 18px; margin: 24px 0 0; padding: 0; color: #536176; font-size: .8rem; font-weight: 700; list-style: none; }
.nm-hero__assurances li { display: flex; align-items: center; gap: 6px; }
.nm-hero__assurances span { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: #eaf6f1; color: var(--home-success); font-size: .65rem; }

.nm-hero__visual { position: relative; min-height: 540px; transform-style: preserve-3d; }
.nm-hero__halo { position: absolute; inset: 38px 20px 24px; border: 1px solid #f1d8ca; border-radius: 48% 52% 45% 55%; background: radial-gradient(circle at 50% 45%, #fff 0, #fff3eb 54%, #f5e8e0 100%); box-shadow: inset 0 0 0 22px rgba(255, 255, 255, .34), 0 30px 80px rgba(70, 48, 35, .08); transform: rotate(-3deg); }
.nm-hero__halo::before,
.nm-hero__halo::after { position: absolute; border: 1px dashed rgba(255, 111, 44, .22); border-radius: 50%; content: ""; }
.nm-hero__halo::before { inset: 50px; animation: nm-slow-spin 26s linear infinite; }
.nm-hero__halo::after { inset: 104px; animation: nm-slow-spin 18s linear infinite reverse; }
.nm-hero__characters { position: absolute; z-index: 2; inset: 0; overflow: hidden; border-radius: 42px; transform: translate3d(var(--hero-shift-x, 0), var(--hero-shift-y, 0), 0); transition: transform .35s var(--home-ease); }
.nm-hero__student { position: absolute; bottom: -105px; width: 285px; height: 555px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 20px 18px rgba(25, 31, 42, .12)); }
.nm-hero__student--girl { right: 22%; z-index: 2; }
.nm-hero__student--boy { right: 46%; z-index: 1; width: 270px; opacity: .96; }
.nm-signal-card { position: absolute; z-index: 4; display: flex; width: 218px; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 36px rgba(19, 36, 62, .1); }
.nm-signal-card i { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: var(--home-orange-soft); color: var(--home-orange-dark); font-style: normal; font-weight: 800; }
.nm-signal-card div { display: grid; gap: 1px; }
.nm-signal-card small { color: var(--home-orange-dark); font-size: .65rem; font-weight: 800; }
.nm-signal-card b { color: var(--home-navy); font-size: .72rem; line-height: 1.6; }
.nm-signal-card--interest { top: 68px; right: 0; }
.nm-signal-card--learning { top: 190px; left: -5px; }
.nm-signal-card--personality { right: 5px; bottom: 108px; }
.nm-hero__visual-note { position: absolute; z-index: 5; right: 50%; bottom: 24px; width: max-content; max-width: 90%; margin: 0; padding: 10px 14px; border-radius: 12px; background: var(--home-navy); box-shadow: var(--home-shadow-sm); color: #fff; font-size: .72rem; font-weight: 700; transform: translateX(50%); }
.nm-hero__visual-note span { margin-left: 6px; color: var(--home-orange); }

.nm-section { padding-block: clamp(78px, 9vw, 126px); }
.nm-section--soft { background: var(--home-soft); }
.nm-section-heading { margin-bottom: 40px; }
.nm-section-heading--center { max-width: 810px; margin-inline: auto; text-align: center; }
.nm-section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.nm-section-heading > p,
.nm-section-heading > div > p { margin-bottom: 7px; color: var(--home-orange-dark); font-size: .8rem; font-weight: 800; }
.nm-section-heading h2 { margin-bottom: 11px; color: var(--home-navy); font-size: clamp(2rem, 3.8vw, 3.25rem); font-weight: 800; line-height: 1.35; }
.nm-section-heading > span,
.nm-section-heading > div + span { display: block; max-width: 720px; color: var(--home-muted); font-size: 1rem; line-height: 2; }
.nm-section-heading--split > span { max-width: 400px; }

.nm-section--problem { background: #fff; }
.nm-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nm-problem-grid article { position: relative; min-height: 240px; padding: 28px; overflow: hidden; border: 1px solid var(--home-line); border-radius: var(--home-radius-md); background: #fff; box-shadow: var(--home-shadow-sm); }
.nm-problem-grid article::after { position: absolute; left: -34px; bottom: -42px; width: 130px; height: 130px; border-radius: 50%; background: var(--home-orange-soft); content: ""; opacity: .65; }
.nm-problem-grid span { color: #c1c7d0; font-size: .74rem; font-weight: 800; }
.nm-problem-grid h3 { margin: 29px 0 9px; color: var(--home-navy); font-size: 1.3rem; }
.nm-problem-grid p { position: relative; z-index: 1; margin: 0; color: var(--home-muted); line-height: 2; }
.nm-solution-band { display: grid; grid-template-columns: 76px minmax(220px, 1fr) minmax(380px, 1.2fr); align-items: center; gap: 24px; margin-top: 18px; padding: 24px 28px; border-radius: 22px; background: var(--home-navy); color: #fff; }
.nm-solution-band__mark { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 19px; background: var(--home-orange); font-size: 2rem; font-weight: 800; }
.nm-solution-band p { margin-bottom: 2px; color: #f6ae87; font-size: .72rem; font-weight: 800; }
.nm-solution-band h3 { margin: 0; font-size: 1.15rem; line-height: 1.7; }
.nm-solution-band ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; margin: 0; padding: 0; list-style: none; }
.nm-solution-band li { padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 10px; background: rgba(255, 255, 255, .06); color: #d9e3f0; font-size: .7rem; font-weight: 700; }

.nm-audience-tabs { max-width: 1060px; margin-inline: auto; }
.nm-tablist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; max-width: 650px; margin: 0 auto 19px; padding: 6px; border: 1px solid var(--home-line); border-radius: 16px; background: var(--home-soft); }
.nm-tablist button { min-height: 44px; border: 0; border-radius: 11px; background: transparent; color: var(--home-muted); cursor: pointer; font: inherit; font-weight: 800; }
.nm-tablist button.is-active { background: #fff; box-shadow: 0 5px 16px rgba(19, 36, 62, .08); color: var(--home-orange-dark); }
.nm-audience-panel { display: grid; min-height: 470px; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); overflow: hidden; border: 1px solid var(--home-line); border-radius: var(--home-radius-lg); background: #fff; box-shadow: var(--home-shadow-md); }
.nm-audience-panel[hidden] { display: none; }
.nm-audience-panel__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 72px); }
.nm-audience-panel__copy > span { margin-bottom: 8px; color: var(--home-orange-dark); font-size: .78rem; font-weight: 800; }
.nm-audience-panel__copy h3 { max-width: 610px; margin-bottom: 10px; color: var(--home-navy); font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.45; }
.nm-audience-panel__copy p { max-width: 660px; margin-bottom: 17px; color: var(--home-muted); line-height: 2; }
.nm-audience-panel__copy ul { display: grid; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.nm-audience-panel__copy li { position: relative; padding-right: 27px; color: #42516a; font-size: .88rem; font-weight: 700; }
.nm-audience-panel__copy li::before { position: absolute; top: 3px; right: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #eaf6f1; color: var(--home-success); content: "✓"; font-size: .58rem; }
.nm-audience-panel__copy a { display: inline-flex; width: fit-content; align-items: center; gap: 8px; color: var(--home-orange-dark); font-weight: 800; }
.nm-audience-panel__character { position: relative; overflow: hidden; background: linear-gradient(150deg, #ffe8da, #fff6f0); }
.nm-audience-panel__character::before { position: absolute; inset: 54px 34px -34px; border: 1px solid rgba(255, 111, 44, .18); border-radius: 50% 50% 42% 58%; content: ""; }
.nm-audience-panel__character--cream { background: linear-gradient(150deg, #f1ebdf, #fffaf3); }
.nm-audience-panel__character--navy { background: linear-gradient(150deg, #dfe9f4, #f7f9fc); }
.nm-audience-panel__character img { position: absolute; right: 50%; bottom: -95px; width: 285px; height: 540px; object-fit: contain; transform: translateX(50%); filter: drop-shadow(0 20px 20px rgba(19, 36, 62, .1)); }

.nm-assessment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.nm-assessment-card { --card-accent: #f16c38; --card-soft: #fff1e9; display: flex; min-height: 420px; flex-direction: column; padding: 25px; border: 1px solid var(--home-line); border-radius: 24px; background: #fff; box-shadow: 0 8px 26px rgba(19, 36, 62, .045); transition: transform .25s var(--home-ease), border-color .25s ease, box-shadow .25s ease; }
.nm-assessment-card--holland { --card-accent: #eb6543; --card-soft: #fff0ec; }
.nm-assessment-card--nomrino_nmi_80_fa { --card-accent: #7659b4; --card-soft: #f3effc; }
.nm-assessment-card--nomrino_ffm_240_fa { --card-accent: #e76c31; --card-soft: #fff1e9; }
.nm-assessment-card--nomrino_cattell_16_traits_fa { --card-accent: #347e95; --card-soft: #eaf5f7; }
.nm-assessment-card--nomrino_strengths_34_fa { --card-accent: #bd7b20; --card-soft: #fbf2e2; }
.nm-assessment-card--nomrino_dopamine_academic_barriers_fa { --card-accent: #4c876f; --card-soft: #eaf5f0; }
.nm-assessment-card:hover { border-color: var(--card-accent); box-shadow: var(--home-shadow-md); transform: translateY(-6px); }
.nm-assessment-card header { display: flex; align-items: center; justify-content: space-between; }
.nm-assessment-card header > span { color: #b0b8c4; font-size: .72rem; font-weight: 800; }
.nm-assessment-card header i { display: grid; width: 47px; height: 47px; place-items: center; border-radius: 15px; background: var(--card-soft); color: var(--card-accent); font-style: normal; font-size: 1.2rem; font-weight: 800; }
.nm-assessment-card__body { margin-block: 24px auto; }
.nm-assessment-card__body > p { margin-bottom: 6px; color: var(--card-accent); font-size: .72rem; font-weight: 800; }
.nm-assessment-card h3 { margin-bottom: 8px; color: var(--home-navy); font-size: 1.52rem; }
.nm-assessment-card__body > span { display: block; color: var(--home-muted); line-height: 1.95; }
.nm-assessment-card dl { margin: 20px 0 17px; border-block: 1px solid #edf0f3; }
.nm-assessment-card dl div { display: flex; align-items: center; justify-content: space-between; padding-block: 9px; border-bottom: 1px solid #edf0f3; }
.nm-assessment-card dl div:last-child { border-bottom: 0; }
.nm-assessment-card dt { color: #7f8998; font-size: .75rem; }
.nm-assessment-card dd { margin: 0; color: var(--home-navy); font-size: .78rem; font-weight: 800; }
.nm-assessment-card > a { display: flex; min-height: 45px; align-items: center; justify-content: space-between; padding: 9px 13px; border-radius: 12px; background: var(--card-soft); color: var(--card-accent); font-size: .82rem; font-weight: 800; transition: .2s ease; }
.nm-assessment-card:hover > a { background: var(--card-accent); color: #fff; }
.nm-integration-flow { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 26px; padding: 24px; border: 1px solid #e7e1dc; border-radius: 22px; background: #fff; box-shadow: var(--home-shadow-sm); }
.nm-integration-flow > div { display: flex; min-height: 48px; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 12px; background: var(--home-soft); color: #526076; font-size: .78rem; font-weight: 750; }
.nm-integration-flow > div i { color: var(--home-orange-dark); font-style: normal; }
.nm-integration-flow > b { color: #aeb7c4; }
.nm-integration-flow > strong { display: flex; min-height: 56px; align-items: center; gap: 10px; padding: 10px 15px; border-radius: 14px; background: var(--home-navy); color: #fff; font-size: .78rem; }
.nm-integration-flow > strong i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: var(--home-orange); font-style: normal; font-size: 1.1rem; }

.nm-section--report { background: var(--home-navy); color: #fff; }
.nm-section-heading--light h2 { color: #fff; }
.nm-section-heading--light > span { color: #b9c6d7; }
.nm-section-heading--light > p { color: #ffad84; }
.nm-report-preview { display: grid; max-width: 1100px; min-height: 610px; grid-template-columns: 80px minmax(0, 1fr); margin-inline: auto; overflow: hidden; border: 8px solid rgba(255, 255, 255, .12); border-radius: 30px; background: #fff; box-shadow: 0 35px 90px rgba(0, 0, 0, .25); color: var(--home-ink); }
.nm-report-preview__rail { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 20px 0; background: #0d1b2f; }
.nm-report-preview__brand .brand__logo--icon { width: 42px; max-height: 42px; }
.nm-report-preview__rail > i { display: block; width: 28px; height: 7px; border-radius: 99px; background: rgba(255, 255, 255, .12); }
.nm-report-preview__rail > i.is-active { background: var(--home-orange); }
.nm-report-preview__content { padding: 28px; background: #f3f5f8; }
.nm-report-preview__header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.nm-report-preview__header span { color: var(--home-orange-dark); font-size: .7rem; font-weight: 800; }
.nm-report-preview__header h3 { margin: 3px 0 0; color: var(--home-navy); font-size: 1.55rem; }
.nm-report-preview__header > b { padding: 7px 10px; border-radius: 9px; background: #eaf6f1; color: var(--home-success); font-size: .65rem; }
.nm-report-preview__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .9fr); gap: 14px; }
.nm-report-preview__grid article { padding: 19px; border: 1px solid #e3e7ed; border-radius: 18px; background: #fff; box-shadow: 0 8px 23px rgba(19, 36, 62, .045); }
.nm-report-preview__grid article > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.nm-report-preview__grid header div { display: grid; }
.nm-report-preview__grid header b { color: var(--home-navy); font-size: .84rem; }
.nm-report-preview__grid header small,
.nm-report-preview__grid header span { color: #7a8696; font-size: .63rem; }
.nm-profile-bars { display: grid; gap: 11px; margin-top: 18px; }
.nm-profile-bars > div { display: grid; grid-template-columns: 72px 1fr 30px; align-items: center; gap: 9px; }
.nm-profile-bars > div > span { color: #566379; font-size: .68rem; font-weight: 750; }
.nm-profile-bars > div > i { display: block; height: 8px; overflow: hidden; border-radius: 99px; background: #eef1f4; }
.nm-profile-bars > div > i > b { display: block; width: var(--score); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ffad84, var(--home-orange)); animation: nm-bar-in .9s var(--home-ease) both; }
.nm-profile-bars > div > strong { color: var(--home-orange-dark); font-size: .67rem; text-align: left; }
.nm-preview-tracks ol { display: grid; gap: 9px; margin: 16px 0 0; padding: 0; list-style: none; }
.nm-preview-tracks li { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 9px; padding: 9px; border-radius: 11px; background: #f5f7f9; }
.nm-preview-tracks li > span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; background: var(--home-orange-soft); color: var(--home-orange-dark); font-size: .66rem; font-weight: 800; }
.nm-preview-tracks li div { display: grid; }
.nm-preview-tracks li b { color: var(--home-navy); font-size: .75rem; }
.nm-preview-tracks li small { color: #7a8696; font-size: .57rem; }
.nm-preview-tracks li strong { color: var(--home-orange-dark); font-size: .68rem; }
.nm-preview-insight { grid-column: 1 / -1; border-right: 4px solid var(--home-orange) !important; }
.nm-preview-insight > span,
.nm-preview-next > span { color: var(--home-orange-dark); font-size: .65rem; font-weight: 800; }
.nm-preview-insight p { margin: 7px 0 4px; color: #556277; font-size: .76rem; line-height: 2; }
.nm-preview-insight small { color: #7b8694; font-size: .65rem; }
.nm-preview-next { grid-column: 1 / -1; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 13px; }
.nm-preview-next > b { color: var(--home-navy); font-size: .75rem; line-height: 1.8; }
.nm-preview-next > a { padding: 8px 11px; border-radius: 10px; background: var(--home-orange); color: #fff; font-size: .68rem; font-weight: 800; }
.nm-report-disclaimer { max-width: 900px; margin: 24px auto 0; padding: 13px 17px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 13px; background: rgba(255, 255, 255, .055); color: #c3cfdd; font-size: .78rem; line-height: 1.9; text-align: center; }
.nm-public-empty { grid-column: 1 / -1; display: grid; gap: 5px; padding: 30px; border: 1px dashed #ccd3dd; border-radius: 18px; background: #fff; text-align: center; }
.nm-public-empty b { color: var(--home-navy); }
.nm-public-empty span { color: var(--home-muted); }
.nm-public-empty--dark { max-width: 900px; margin-inline: auto; border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .06); }
.nm-public-empty--dark b { color: #fff; }
.nm-public-empty--dark span { color: #bdc9d7; }

.nm-journey { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 50px 0 0; padding: 0; list-style: none; }
.nm-journey::before { position: absolute; top: 27px; right: 6%; left: 6%; height: 2px; background: linear-gradient(90deg, #f5c9b3, var(--home-orange), #f5c9b3); content: ""; }
.nm-journey li { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
.nm-journey li > span { display: grid; width: 56px; height: 56px; place-items: center; border: 6px solid var(--home-paper); border-radius: 50%; background: var(--home-orange); box-shadow: 0 9px 23px rgba(255, 111, 44, .22); color: #fff; font-weight: 800; }
.nm-journey li > div { margin-top: 14px; }
.nm-journey h3 { margin-bottom: 5px; color: var(--home-navy); font-size: 1.02rem; }
.nm-journey p { margin: 0; color: var(--home-muted); font-size: .78rem; line-height: 1.9; }

.nm-section--trust { background: linear-gradient(135deg, #fff5ef, #fff); }
.nm-trust-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(40px, 7vw, 90px); }
.nm-trust-copy > p { margin-bottom: 7px; color: var(--home-orange-dark); font-size: .8rem; font-weight: 800; }
.nm-trust-copy h2 { margin-bottom: 14px; color: var(--home-navy); font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.4; }
.nm-trust-copy > span { display: block; color: var(--home-muted); line-height: 2; }
.nm-trust-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.nm-trust-cards article { display: grid; min-height: 180px; grid-template-columns: 43px 1fr; align-content: start; gap: 12px; padding: 21px; border: 1px solid #f0ddd1; border-radius: 19px; background: rgba(255, 255, 255, .9); box-shadow: var(--home-shadow-sm); }
.nm-trust-cards i { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: var(--home-orange-soft); color: var(--home-orange-dark); font-style: normal; font-weight: 800; }
.nm-trust-cards h3 { margin: 3px 0 6px; color: var(--home-navy); font-size: .98rem; }
.nm-trust-cards p { margin: 0; color: var(--home-muted); font-size: .78rem; line-height: 1.9; }

.nm-section--schools { background: #f4f6f8; }
.nm-schools-grid { display: grid; grid-template-columns: minmax(350px, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(42px, 7vw, 92px); }
.nm-schools-visual { position: relative; min-height: 530px; overflow: hidden; border-radius: 34px; background: linear-gradient(155deg, #dfe8f1, #fff); box-shadow: var(--home-shadow-sm); }
.nm-schools-visual__ring { position: absolute; inset: 58px 50px 30px; border: 1px solid #bfcddd; border-radius: 50%; }
.nm-schools-visual__ring::after { position: absolute; inset: 50px; border: 1px dashed #ccd7e2; border-radius: 50%; content: ""; }
.nm-schools-visual img { position: absolute; right: 50%; bottom: -93px; width: 302px; height: 590px; object-fit: contain; transform: translateX(50%); filter: drop-shadow(0 20px 18px rgba(19, 36, 62, .12)); }
.nm-schools-visual__card { position: absolute; right: 22px; bottom: 21px; left: 22px; display: grid; gap: 3px; padding: 15px 17px; border: 1px solid #fff; border-radius: 15px; background: rgba(255, 255, 255, .94); box-shadow: var(--home-shadow-md); }
.nm-schools-visual__card span { color: var(--home-orange-dark); font-size: .66rem; font-weight: 800; }
.nm-schools-visual__card b { color: var(--home-navy); font-size: .85rem; }
.nm-schools-copy h2 { margin-bottom: 13px; color: var(--home-navy); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.4; }
.nm-schools-copy > p:not(.nm-eyebrow) { color: var(--home-muted); line-height: 2; }
.nm-schools-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 24px 0 27px; padding: 0; list-style: none; }
.nm-schools-copy li { position: relative; padding: 11px 34px 11px 11px; border: 1px solid #e6eaf0; border-radius: 12px; background: #fff; color: #4c5a70; font-size: .78rem; font-weight: 750; }
.nm-schools-copy li::before { position: absolute; top: 50%; right: 11px; color: var(--home-success); content: "✓"; transform: translateY(-50%); }

.nm-faq-layout { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); align-items: start; gap: clamp(42px, 7vw, 90px); }
.nm-faq-layout .nm-section-heading { position: sticky; top: 120px; }
.nm-faq-list { display: grid; gap: 11px; }
.nm-faq-list details { border: 1px solid var(--home-line); border-radius: 16px; background: #fff; box-shadow: 0 6px 18px rgba(19, 36, 62, .035); }
.nm-faq-list details[open] { border-color: #ffc6a9; box-shadow: var(--home-shadow-sm); }
.nm-faq-list summary { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 19px; color: var(--home-navy); cursor: pointer; font-weight: 800; list-style: none; }
.nm-faq-list summary::-webkit-details-marker { display: none; }
.nm-faq-list summary span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border-radius: 9px; background: var(--home-orange-soft); color: var(--home-orange-dark); font-size: 1.15rem; transition: transform .2s ease; }
.nm-faq-list details[open] summary span { transform: rotate(45deg); }
.nm-faq-list details p { margin: 0; padding: 0 19px 19px; color: var(--home-muted); line-height: 2; }

.nm-final-cta { position: relative; isolation: isolate; overflow: hidden; padding-block: 92px; background: linear-gradient(135deg, #e9581f, var(--home-orange) 58%, #ff8c55); color: #fff; text-align: center; }
.nm-final-cta::before,
.nm-final-cta::after { position: absolute; z-index: -1; width: 360px; height: 360px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; content: ""; }
.nm-final-cta::before { top: -220px; right: -80px; }
.nm-final-cta::after { bottom: -235px; left: -90px; }
.nm-final-cta .container > span { color: #ffe2d3; font-size: .78rem; font-weight: 800; }
.nm-final-cta h2 { max-width: 780px; margin: 8px auto 10px; font-size: clamp(2.2rem, 4.7vw, 4rem); line-height: 1.3; }
.nm-final-cta p { margin-bottom: 25px; color: #fff2eb; font-size: 1rem; }
.nm-final-cta .container > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

.nm-footer { padding-top: 56px; background: #0c192c; color: #fff; }
.nm-footer__top { display: grid; grid-template-columns: 1.35fr .7fr .85fr 1fr; gap: 42px; padding-bottom: 38px; }
.nm-footer__brand { display: inline-flex; padding: 7px 11px; border-radius: 12px; background: #fff; }
.nm-footer__brand .brand__logo--horizontal { width: 145px; max-height: 43px; }
.nm-footer__top > div p { max-width: 420px; margin: 16px 0 0; color: #aebbc9; font-size: .82rem; line-height: 2; }
.nm-footer nav { display: grid; align-content: start; gap: 9px; }
.nm-footer nav b { margin-bottom: 5px; color: #fff; font-size: .84rem; }
.nm-footer nav a { color: #aebbc9; font-size: .77rem; }
.nm-footer nav a:hover { color: #ffad84; }
.nm-footer__contact { display: grid; align-content: start; gap: 11px; margin: 0; font-style: normal; }
.nm-footer__contact b { margin-bottom: 3px; color: #fff; font-size: .84rem; }
.nm-footer__contact a { display: flex; align-items: flex-start; gap: 9px; color: #aebbc9; font-size: .77rem; line-height: 1.8; }
.nm-footer__contact a:hover { color: #ffad84; }
.nm-footer__contact a > span:first-child { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; border-radius: 8px; background: rgba(235, 106, 47, .14); color: #ffad84; font-family: sans-serif; }
.nm-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid rgba(255, 255, 255, .1); color: #8f9cad; font-size: .7rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--home-ease), transform .65s var(--home-ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes nm-slow-spin { to { transform: rotate(360deg); } }
@keyframes nm-bar-in { from { width: 0; } }

@media (max-width: 1100px) {
    .landing-nav { display: none; }
    .landing-menu-button { display: grid; }
    .nm-hero__grid { grid-template-columns: minmax(0, 1fr) 420px; gap: 32px; }
    .nm-hero h1 { font-size: clamp(2.65rem, 5.8vw, 4.1rem); }
    .nm-assessment-grid { grid-template-columns: repeat(2, 1fr); }
    .nm-solution-band { grid-template-columns: 65px 1fr; }
    .nm-solution-band ul { grid-column: 1 / -1; justify-content: flex-start; }
    .nm-integration-flow { flex-wrap: wrap; }
}

@media (max-width: 860px) {
    .landing-header__inner { min-height: 74px; }
    .nm-hero__grid { grid-template-columns: 1fr; padding-top: 54px; }
    .nm-hero__content { text-align: center; }
    .nm-eyebrow,
    .nm-hero__actions,
    .nm-hero__assurances { justify-content: center; }
    .nm-hero h1,
    .nm-hero__lead { margin-inline: auto; }
    .nm-hero__visual { width: min(100%, 590px); min-height: 500px; margin-inline: auto; }
    .nm-problem-grid { grid-template-columns: 1fr; }
    .nm-problem-grid article { min-height: 190px; }
    .nm-audience-panel { grid-template-columns: 1fr 250px; }
    .nm-audience-panel__copy { padding: 38px; }
    .nm-audience-panel__character img { width: 245px; }
    .nm-section-heading--split { display: block; }
    .nm-section-heading--split > span { margin-top: 9px; }
    .nm-report-preview { grid-template-columns: 64px minmax(0, 1fr); }
    .nm-report-preview__rail > i { width: 23px; }
    .nm-report-preview__grid { grid-template-columns: 1fr; }
    .nm-preview-insight,
    .nm-preview-next { grid-column: auto; }
    .nm-preview-next { grid-template-columns: 1fr; }
    .nm-preview-next > a { text-align: center; }
    .nm-journey { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
    .nm-journey::before { display: none; }
    .nm-trust-grid,
    .nm-schools-grid,
    .nm-faq-layout { grid-template-columns: 1fr; }
    .nm-trust-copy { max-width: 720px; }
    .nm-schools-visual { width: min(100%, 560px); margin-inline: auto; }
    .nm-faq-layout .nm-section-heading { position: static; }
    .nm-footer__top { grid-template-columns: 1fr 1fr; }
    .nm-footer__top > div { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .landing-page .container { width: min(calc(100% - 28px), var(--home-container)); }
    .landing-brand .brand__logo--horizontal { width: 125px; max-height: 39px; }
    .landing-login { display: none; }
    .landing-register { min-height: 40px; padding-inline: 12px; font-size: .76rem; }
    .landing-menu-button { width: 40px; height: 40px; }
    .nm-hero__grid { min-height: auto; padding-block: 42px 54px; }
    .nm-hero h1 { font-size: 2.35rem; line-height: 1.28; }
    .nm-hero__lead { font-size: .95rem; line-height: 2; }
    .nm-hero__actions { display: grid; }
    .nm-button--large { width: 100%; min-height: 51px; }
    .nm-hero__assurances { display: grid; width: fit-content; justify-content: start; margin-inline: auto; text-align: right; }
    .nm-hero__visual { min-height: 420px; }
    .nm-hero__halo { inset: 30px 0 16px; }
    .nm-hero__student { bottom: -93px; width: 220px; height: 450px; }
    .nm-hero__student--girl { right: 16%; }
    .nm-hero__student--boy { right: 44%; width: 205px; }
    .nm-signal-card { width: 174px; padding: 9px; }
    .nm-signal-card i { width: 32px; height: 32px; }
    .nm-signal-card b { font-size: .6rem; }
    .nm-signal-card--interest { top: 48px; right: -3px; }
    .nm-signal-card--learning { top: 150px; left: -4px; }
    .nm-signal-card--personality { right: -3px; bottom: 83px; }
    .nm-hero__visual-note { bottom: 8px; font-size: .62rem; }
    .nm-section { padding-block: 72px; }
    .nm-section-heading { margin-bottom: 28px; }
    .nm-section-heading h2 { font-size: 1.95rem; }
    .nm-section-heading > span,
    .nm-section-heading > div + span { font-size: .9rem; }
    .nm-problem-grid article { min-height: 0; padding: 22px; }
    .nm-problem-grid h3 { margin-top: 18px; }
    .nm-solution-band { grid-template-columns: 48px 1fr; padding: 20px; }
    .nm-solution-band__mark { width: 46px; height: 46px; border-radius: 14px; font-size: 1.4rem; }
    .nm-solution-band h3 { font-size: .92rem; }
    .nm-tablist { width: 100%; gap: 4px; }
    .nm-tablist button { padding-inline: 4px; font-size: .73rem; }
    .nm-audience-panel { display: flex; min-height: 0; flex-direction: column-reverse; }
    .nm-audience-panel[hidden] { display: none; }
    .nm-audience-panel__copy { padding: 25px 21px 29px; }
    .nm-audience-panel__copy h3 { font-size: 1.65rem; }
    .nm-audience-panel__character { min-height: 260px; }
    .nm-audience-panel__character img { bottom: -105px; width: 205px; height: 390px; }
    .nm-assessment-grid { grid-template-columns: 1fr; }
    .nm-assessment-card { min-height: 390px; }
    .nm-integration-flow { gap: 7px; padding: 17px; }
    .nm-integration-flow > div { min-height: 40px; padding: 7px 9px; font-size: .68rem; }
    .nm-integration-flow > strong { width: 100%; justify-content: center; }
    .nm-report-preview { display: block; min-height: 0; border-width: 5px; border-radius: 22px; }
    .nm-report-preview__rail { display: none; }
    .nm-report-preview__content { padding: 14px; }
    .nm-report-preview__header { align-items: flex-start; }
    .nm-report-preview__header h3 { font-size: 1.1rem; }
    .nm-report-preview__header > b { white-space: nowrap; }
    .nm-report-preview__grid article { padding: 15px; }
    .nm-profile-bars > div { grid-template-columns: 64px 1fr 27px; }
    .nm-journey { grid-template-columns: 1fr; gap: 9px; margin-top: 28px; }
    .nm-journey li { grid-template-columns: 48px 1fr; align-items: center; justify-items: stretch; gap: 13px; text-align: right; }
    .nm-journey li > span { width: 48px; height: 48px; border-width: 4px; }
    .nm-journey li > div { margin: 0; }
    .nm-trust-cards,
    .nm-schools-copy ul { grid-template-columns: 1fr; }
    .nm-trust-cards article { min-height: 0; }
    .nm-schools-visual { min-height: 430px; }
    .nm-schools-visual img { width: 255px; height: 500px; }
    .nm-faq-list summary { padding: 15px; font-size: .84rem; }
    .nm-faq-list details p { padding: 0 15px 16px; font-size: .86rem; }
    .nm-final-cta { padding-block: 72px; }
    .nm-final-cta h2 { font-size: 2.25rem; }
    .nm-final-cta .container > div { display: grid; }
    .nm-footer__top { grid-template-columns: 1fr; gap: 28px; }
    .nm-footer__top > div { grid-column: auto; }
    .nm-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
    .landing-register { display: none; }
    .nm-hero h1 { font-size: 2.08rem; }
    .nm-hero__visual { min-height: 390px; }
    .nm-hero__student { width: 200px; }
    .nm-hero__student--boy { width: 188px; }
    .nm-signal-card { width: 158px; }
    .nm-signal-card b { font-size: .56rem; }
    .nm-tablist button { font-size: .66rem; }
    .nm-report-preview__header > b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .landing-page *,
    .landing-page *::before,
    .landing-page *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}
