.nhc-home {
    --nhc-ink: #071827;
    --nhc-copy: #344b61;
    --nhc-muted: #687b8d;
    --nhc-line: rgba(7, 24, 39, .12);
    --nhc-navy: #071827;
    --nhc-navy-soft: #0c2b3d;
    --nhc-green: #17c9a6;
    --nhc-green-dark: #087c69;
    --nhc-cyan: #139fd1;
    --nhc-yellow: #f4c64d;
    --nhc-lilac: #8169b4;
    --nhc-soft: #f3f7fa;
    --nhc-white: #fff;
    overflow: hidden;
    color: var(--nhc-ink);
    background: var(--nhc-soft);
}

.nhc-home *,
.nhc-home *::before,
.nhc-home *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

.nhc-home img {
    display: block;
    max-width: 100%;
}

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

.nhc-shell {
    width: min(1180px, calc(100% - 2rem));
    margin-inline: auto;
}

.nhc-icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nhc-icon-box {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    place-items: center;
    border-radius: 8px;
    color: var(--nhc-green-dark);
    background: #e6faf5;
}

.nhc-icon-box .nhc-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.nhc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin: 0;
    color: var(--nhc-green-dark);
    font-size: .72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.nhc-eyebrow .nhc-icon {
    width: .95rem;
    height: .95rem;
}

.nhc-section {
    padding: 5.5rem 0;
}

.nhc-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.65rem;
}

.nhc-section-heading > div {
    max-width: 760px;
}

.nhc-section-heading h2,
.nhc-split-copy h2 {
    margin: .5rem 0 0;
    font-size: 3rem;
    line-height: 1.06;
    text-wrap: balance;
}

.nhc-section-heading p:last-child,
.nhc-split-copy > p {
    margin: .85rem 0 0;
    color: var(--nhc-muted);
    line-height: 1.65;
}

.nhc-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    margin-top: 1.35rem;
}

.nhc-button {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .78rem 1.15rem;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--nhc-ink);
    background: #e7eef3;
    font-weight: 950;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.nhc-button:hover {
    transform: translateY(-2px);
}

.nhc-button:focus-visible {
    outline: 3px solid var(--nhc-cyan);
    outline-offset: 3px;
}

.nhc-button-primary {
    color: #03251e;
    background: var(--nhc-green);
    box-shadow: 0 15px 32px rgba(23, 201, 166, .22);
}

.nhc-button-primary:hover {
    background: #2bd8b7;
}

.nhc-button-dark {
    color: #fff;
    background: var(--nhc-navy);
}

.nhc-button-outline {
    border-color: var(--nhc-line);
    background: #fff;
}

.nhc-text-link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: .4rem;
    padding: .5rem;
    color: var(--nhc-ink);
    font-weight: 900;
}

.nhc-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: clamp(35rem, 72svh, 43rem);
    align-items: center;
    overflow: hidden;
    background: #eef2ef;
}

.nhc-hero-media {
    position: absolute;
    z-index: -2;
    inset: 0;
}

.nhc-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nhc-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0 42% 0 0;
    background: rgba(248, 251, 249, .74);
    content: "";
}

.nhc-hero-copy {
    width: min(555px, 49%);
    padding: 4.5rem 0;
}

.nhc-hero-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 0;
}

.nhc-hero-kicker span {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    gap: .35rem;
    padding: .35rem .58rem;
    border: 1px solid rgba(8, 124, 105, .22);
    border-radius: 999px;
    color: #075f51;
    background: rgba(255, 255, 255, .86);
    font-size: .68rem;
    font-weight: 950;
    text-transform: uppercase;
}

.nhc-hero-kicker .nhc-icon {
    width: .85rem;
    height: .85rem;
}

.nhc-hero h1 {
    max-width: 555px;
    margin: .9rem 0 0;
    font-size: 3.8rem;
    line-height: .98;
    text-wrap: balance;
}

.nhc-hero-lead {
    max-width: 525px;
    margin: 1.1rem 0 0;
    color: var(--nhc-copy);
    font-size: 1.08rem;
    line-height: 1.65;
}

.nhc-hero .nhc-button {
    min-height: 3.6rem;
    padding-inline: 1.35rem;
}

.nhc-hero-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem 1rem;
    margin-top: 1rem;
    color: #40576b;
    font-size: .75rem;
    font-weight: 800;
}

.nhc-hero-note span {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.nhc-hero-note .nhc-icon {
    width: .9rem;
    height: .9rem;
    color: var(--nhc-green-dark);
}

.nhc-price-anchor {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(7, 24, 39, .13);
}

.nhc-price-anchor strong {
    font-size: 1.2rem;
}

.nhc-price-anchor span {
    max-width: 280px;
    color: var(--nhc-muted);
    font-size: .7rem;
    line-height: 1.45;
}

.nhc-trust-band {
    border-bottom: 1px solid var(--nhc-line);
    background: #fff;
}

.nhc-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nhc-trust-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .7rem;
    align-items: center;
    min-height: 5.8rem;
    padding: 1rem;
}

.nhc-trust-item:not(:last-child) {
    border-right: 1px solid var(--nhc-line);
}

.nhc-trust-item:nth-child(2) .nhc-icon-box {
    color: #126c96;
    background: #e8f5fb;
}

.nhc-trust-item:nth-child(3) .nhc-icon-box {
    color: #8c6909;
    background: #fff6d5;
}

.nhc-trust-item:nth-child(4) .nhc-icon-box {
    color: #6a53a0;
    background: #f0ecfa;
}

.nhc-trust-item strong,
.nhc-trust-item small {
    display: block;
}

.nhc-trust-item strong {
    font-size: .84rem;
}

.nhc-trust-item small {
    margin-top: .18rem;
    color: var(--nhc-muted);
    font-size: .67rem;
    line-height: 1.4;
}

.nhc-plans {
    color: #fff;
    background: var(--nhc-navy);
}

.nhc-plans .nhc-eyebrow {
    color: #67ead2;
}

.nhc-plans .nhc-section-heading p:last-child {
    color: rgba(255, 255, 255, .7);
}

.nhc-payment-banner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .85rem;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(103, 234, 210, .25);
    border-radius: 8px;
    background: #0c2c3d;
}

.nhc-payment-banner .nhc-icon-box {
    color: #05271f;
    background: var(--nhc-green);
}

.nhc-payment-banner strong,
.nhc-payment-banner small {
    display: block;
}

.nhc-payment-banner small {
    margin-top: .18rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.45;
}

.nhc-payment-methods {
    color: #72e8d4;
    font-size: .72rem;
    font-weight: 900;
    text-align: right;
}

.nhc-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.nhc-plan-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: var(--nhc-ink);
    background: #fff;
    box-shadow: 0 22px 48px rgba(0, 0, 0, .16);
}

.nhc-plan-card.is-recommended {
    border-color: var(--nhc-green);
    box-shadow: 0 26px 58px rgba(0, 0, 0, .24);
}

.nhc-plan-badge {
    position: absolute;
    z-index: 2;
    top: .75rem;
    left: .75rem;
    padding: .38rem .55rem;
    border-radius: 999px;
    color: #03241d;
    background: var(--nhc-green);
    font-size: .63rem;
    font-weight: 950;
    text-transform: uppercase;
}

.nhc-plan-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 8;
    background: #dce9eb;
}

.nhc-plan-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nhc-plan-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.15rem;
}

.nhc-plan-label {
    margin: 0;
    color: var(--nhc-green-dark);
    font-size: .66rem;
    font-weight: 950;
    text-transform: uppercase;
}

.nhc-plan-card h3 {
    margin: .38rem 0 0;
    font-size: 1.15rem;
    line-height: 1.25;
}

.nhc-plan-description {
    min-height: 3.15rem;
    margin: .6rem 0 0;
    color: var(--nhc-muted);
    font-size: .74rem;
    line-height: 1.5;
}

.nhc-price {
    margin-top: .85rem;
    padding: .8rem 0;
    border-top: 1px solid var(--nhc-line);
    border-bottom: 1px solid var(--nhc-line);
}

.nhc-price > small,
.nhc-price > strong,
.nhc-price > span {
    display: block;
}

.nhc-price > small {
    color: var(--nhc-muted);
    font-size: .6rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nhc-price > strong {
    margin-top: .15rem;
    font-size: 2.25rem;
    line-height: 1;
}

.nhc-price > span {
    margin-top: .35rem;
    color: var(--nhc-green-dark);
    font-size: .7rem;
    font-weight: 950;
}

.nhc-access-label {
    display: inline-flex;
    align-self: flex-start;
    margin-top: .7rem;
    padding: .4rem .52rem;
    border-radius: 999px;
    color: #126b5d;
    background: #e7f9f5;
    font-size: .66rem;
    font-weight: 900;
}

.nhc-benefits {
    display: grid;
    gap: .52rem;
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.nhc-benefits li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .42rem;
    color: #30465a;
    font-size: .71rem;
    line-height: 1.45;
}

.nhc-benefits .nhc-icon {
    width: .9rem;
    height: .9rem;
    margin-top: .08rem;
    color: var(--nhc-green-dark);
    stroke-width: 2.5;
}

.nhc-plan-card .nhc-button {
    width: 100%;
    margin-top: auto;
}

.nhc-plan-card:not(.is-recommended) .nhc-button {
    border-color: var(--nhc-line);
    background: #edf3f6;
    box-shadow: none;
}

.nhc-plan-footnote {
    margin: .55rem 0 0;
    color: var(--nhc-muted);
    font-size: .62rem;
    line-height: 1.4;
    text-align: center;
}

.nhc-plan-legal {
    margin: .65rem 0 0;
    color: #778998;
    font-size: .59rem;
    line-height: 1.45;
}

.nhc-included {
    background: #fff;
}

.nhc-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
}

.nhc-benefit-card {
    min-height: 12rem;
    padding: 1rem;
    border: 1px solid var(--nhc-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(7, 24, 39, .055);
}

.nhc-benefit-card:nth-child(2) .nhc-icon-box {
    color: #126c96;
    background: #e8f5fb;
}

.nhc-benefit-card:nth-child(3) .nhc-icon-box {
    color: #8c6909;
    background: #fff6d5;
}

.nhc-benefit-card:nth-child(4) .nhc-icon-box {
    color: #6a53a0;
    background: #f0ecfa;
}

.nhc-benefit-card h3 {
    margin: 1rem 0 0;
    font-size: 1rem;
}

.nhc-benefit-card p {
    margin: .45rem 0 0;
    color: var(--nhc-muted);
    font-size: .73rem;
    line-height: 1.55;
}

.nhc-category-proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem;
    margin-top: 1.35rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--nhc-line);
}

.nhc-category-proof > strong {
    margin-right: .2rem;
    font-size: .72rem;
}

.nhc-category-chip {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    padding: .35rem .55rem;
    border: 1px solid var(--nhc-line);
    border-radius: 999px;
    color: #3e5569;
    background: var(--nhc-soft);
    font-size: .67rem;
    font-weight: 850;
}

.nhc-courses {
    background: #eef3f6;
}

.nhc-course-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .9rem;
}

.nhc-course-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--nhc-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(7, 24, 39, .07);
}

.nhc-course-cover {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--nhc-navy-soft);
}

.nhc-course-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.nhc-course-card:hover .nhc-course-cover img {
    transform: scale(1.025);
}

.nhc-course-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #74ead5;
    font-size: .72rem;
    font-weight: 950;
}

.nhc-course-category {
    position: absolute;
    top: .7rem;
    left: .7rem;
    padding: .35rem .5rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(7, 24, 39, .84);
    font-size: .61rem;
    font-weight: 900;
}

.nhc-course-body {
    display: flex;
    min-height: 13.5rem;
    flex: 1;
    flex-direction: column;
    padding: .95rem;
}

.nhc-course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem .65rem;
    color: var(--nhc-muted);
    font-size: .64rem;
    font-weight: 800;
}

.nhc-course-meta span {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
}

.nhc-course-meta .nhc-icon {
    width: .82rem;
    height: .82rem;
}

.nhc-course-card h3 {
    margin: .7rem 0 0;
    font-size: 1.05rem;
    line-height: 1.3;
}

.nhc-course-card h3 a {
    color: var(--nhc-ink);
}

.nhc-course-body > p {
    display: -webkit-box;
    margin: .48rem 0 0;
    overflow: hidden;
    color: var(--nhc-muted);
    font-size: .72rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nhc-course-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .7rem;
    margin-top: auto;
    padding-top: .9rem;
    border-top: 1px solid var(--nhc-line);
    color: var(--nhc-green-dark);
    font-size: .67rem;
    font-weight: 950;
}

.nhc-course-status .nhc-icon {
    width: .92rem;
    height: .92rem;
}

.nhc-empty {
    grid-column: 1 / -1;
    padding: 2rem;
    border: 1px dashed var(--nhc-line);
    border-radius: 8px;
    color: var(--nhc-muted);
    text-align: center;
}

.nhc-experience {
    color: #fff;
    background: var(--nhc-navy);
}

.nhc-experience-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 4.5rem;
    align-items: center;
}

.nhc-experience .nhc-eyebrow {
    color: #68e9d2;
}

.nhc-experience .nhc-split-copy > p {
    color: rgba(255, 255, 255, .68);
}

.nhc-experience-list {
    display: grid;
    gap: .7rem;
    margin-top: 1.35rem;
}

.nhc-experience-point {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .7rem;
    align-items: center;
    padding: .7rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.nhc-experience-point .nhc-icon-box {
    color: #06251f;
    background: var(--nhc-green);
}

.nhc-experience-point:nth-child(2) .nhc-icon-box {
    background: var(--nhc-yellow);
}

.nhc-experience-point:nth-child(3) .nhc-icon-box {
    color: #fff;
    background: var(--nhc-cyan);
}

.nhc-experience-point strong,
.nhc-experience-point small {
    display: block;
}

.nhc-experience-point small {
    margin-top: .2rem;
    color: rgba(255, 255, 255, .62);
    font-size: .68rem;
    line-height: 1.45;
}

.nhc-dashboard {
    overflow: hidden;
    border: 1px solid rgba(103, 234, 210, .26);
    border-radius: 8px;
    background: #0b293a;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .22);
}

.nhc-dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.nhc-dashboard-head > div {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.nhc-dashboard-head .nhc-icon-box {
    color: #05251f;
    background: var(--nhc-green);
}

.nhc-dashboard-head strong,
.nhc-dashboard-head small {
    display: block;
}

.nhc-dashboard-head small {
    margin-top: .15rem;
    color: rgba(255, 255, 255, .55);
    font-size: .62rem;
}

.nhc-live {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #69ead3;
    font-size: .62rem;
    font-weight: 950;
    text-transform: uppercase;
}

.nhc-live::before {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.nhc-dashboard-body {
    padding: 1rem;
}

.nhc-dashboard-focus {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
}

.nhc-dashboard-focus small {
    display: block;
    color: #68e8d2;
    font-size: .65rem;
    font-weight: 950;
    text-transform: uppercase;
}

.nhc-dashboard-focus h3 {
    margin: .3rem 0 0;
    font-size: 1.25rem;
}

.nhc-dashboard-focus p {
    margin: .35rem 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: .7rem;
}

.nhc-dashboard-percent {
    font-size: 2rem;
    font-weight: 950;
}

.nhc-progress {
    height: .48rem;
    overflow: hidden;
    margin-top: .95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
}

.nhc-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--nhc-green);
}

.nhc-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem;
    margin-top: .75rem;
}

.nhc-dashboard-metric {
    min-width: 0;
    padding: .75rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 7px;
    background: rgba(255, 255, 255, .045);
}

.nhc-dashboard-metric strong,
.nhc-dashboard-metric small {
    display: block;
}

.nhc-dashboard-metric strong {
    overflow-wrap: anywhere;
    font-size: .88rem;
}

.nhc-dashboard-metric small {
    margin-top: .2rem;
    color: rgba(255, 255, 255, .53);
    font-size: .59rem;
    line-height: 1.35;
}

.nhc-dashboard-path {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: .75rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 7px;
}

.nhc-dashboard-step {
    display: grid;
    justify-items: center;
    gap: .4rem;
    min-width: 0;
    padding: .75rem .35rem;
    color: rgba(255, 255, 255, .46);
    font-size: .58rem;
    font-weight: 850;
    text-align: center;
}

.nhc-dashboard-step:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.nhc-dashboard-step .nhc-icon-box {
    width: 2.25rem;
    height: 2.25rem;
    flex-basis: 2.25rem;
    color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .07);
}

.nhc-dashboard-step.is-done {
    color: #69e8d2;
}

.nhc-dashboard-step.is-done .nhc-icon-box {
    color: #05251f;
    background: var(--nhc-green);
}

.nhc-dashboard-step.is-current {
    color: #fff;
}

.nhc-dashboard-step.is-current .nhc-icon-box {
    color: var(--nhc-navy);
    background: var(--nhc-yellow);
}

.nhc-certificate-section {
    background: #fff;
}

.nhc-certificate-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr);
    gap: 4rem;
    align-items: center;
}

.nhc-certificate {
    position: relative;
    overflow: hidden;
    padding: 1.8rem;
    border: 1px solid rgba(8, 124, 105, .28);
    border-radius: 8px;
    background: #fbfefd;
    box-shadow: 0 24px 55px rgba(7, 24, 39, .1);
}

.nhc-certificate-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nhc-certificate-brand {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-weight: 950;
}

.nhc-certificate-brand .nhc-icon-box {
    color: #fff;
    background: var(--nhc-navy);
}

.nhc-certificate-status {
    padding: .35rem .5rem;
    border-radius: 999px;
    color: var(--nhc-green-dark);
    background: #e7faf5;
    font-size: .61rem;
    font-weight: 950;
}

.nhc-certificate h3 {
    margin: 1.5rem 0 .4rem;
    font-family: Georgia, serif;
    font-size: 2.35rem;
    font-weight: 500;
}

.nhc-certificate p {
    max-width: 620px;
    margin: .4rem 0;
    color: var(--nhc-muted);
    line-height: 1.55;
}

.nhc-certificate-name {
    display: inline-block;
    margin-top: .55rem;
    font-size: 1.08rem;
    font-weight: 950;
}

.nhc-certificate-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem;
    margin-top: 1.2rem;
}

.nhc-certificate-data > div {
    padding: .65rem;
    border: 1px solid var(--nhc-line);
    border-radius: 7px;
}

.nhc-certificate-data small,
.nhc-certificate-data strong {
    display: block;
}

.nhc-certificate-data small {
    color: var(--nhc-muted);
    font-size: .57rem;
    font-weight: 900;
    text-transform: uppercase;
}

.nhc-certificate-data strong {
    margin-top: .2rem;
    font-size: .69rem;
}

.nhc-certificate-foot {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.3rem;
}

.nhc-signature {
    width: min(14rem, 52%);
    padding-top: .45rem;
    border-top: 1px solid var(--nhc-line);
    color: var(--nhc-muted);
    font-size: .65rem;
}

.nhc-certificate-seal {
    display: grid;
    width: 3.8rem;
    height: 3.8rem;
    place-items: center;
    border-radius: 50%;
    color: #65ead2;
    background: var(--nhc-navy);
}

.nhc-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin-top: 1.25rem;
}

.nhc-stat {
    padding: .9rem;
    border-left: 3px solid var(--nhc-green);
    background: #f5f9fa;
}

.nhc-stat:nth-child(2) {
    border-color: var(--nhc-cyan);
}

.nhc-stat:nth-child(3) {
    border-color: var(--nhc-yellow);
}

.nhc-stat:nth-child(4) {
    border-color: var(--nhc-lilac);
}

.nhc-stat strong,
.nhc-stat small {
    display: block;
}

.nhc-stat strong {
    font-size: 1.3rem;
}

.nhc-stat small {
    margin-top: .18rem;
    color: var(--nhc-muted);
    font-size: .67rem;
}

.nhc-how {
    background: var(--nhc-soft);
}

.nhc-how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--nhc-line);
    border-radius: 8px;
    background: #fff;
}

.nhc-how-step {
    padding: 1.2rem;
}

.nhc-how-step:not(:last-child) {
    border-right: 1px solid var(--nhc-line);
}

.nhc-how-number {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border-radius: 50%;
    color: var(--nhc-green-dark);
    background: #e7faf5;
    font-size: .72rem;
    font-weight: 950;
}

.nhc-how-step:nth-child(2) .nhc-how-number {
    color: #126c96;
    background: #e8f5fb;
}

.nhc-how-step:nth-child(3) .nhc-how-number {
    color: #8b6809;
    background: #fff6d5;
}

.nhc-how-step h3 {
    margin: .85rem 0 0;
    font-size: 1rem;
}

.nhc-how-step p {
    margin: .45rem 0 0;
    color: var(--nhc-muted);
    font-size: .72rem;
    line-height: 1.55;
}

.nhc-faq {
    background: #fff;
}

.nhc-faq-grid {
    display: grid;
    grid-template-columns: minmax(15rem, .55fr) minmax(0, 1.45fr);
    gap: 2.5rem;
    align-items: start;
}

.nhc-faq-list {
    display: grid;
    gap: .55rem;
}

.nhc-faq-list details {
    border: 1px solid var(--nhc-line);
    border-radius: 8px;
    background: #fff;
}

.nhc-faq-list summary {
    display: flex;
    min-height: 3.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .95rem;
    cursor: pointer;
    color: var(--nhc-ink);
    font-size: .82rem;
    font-weight: 900;
    list-style: none;
}

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

.nhc-faq-list summary::after {
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    flex: 0 0 1.75rem;
    place-items: center;
    border-radius: 50%;
    color: var(--nhc-green-dark);
    background: #e7faf5;
    content: "+";
}

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

.nhc-faq-list p {
    margin: 0;
    padding: 0 .95rem 1rem;
    color: var(--nhc-muted);
    font-size: .75rem;
    line-height: 1.62;
}

.nhc-final {
    padding: 5rem 0;
    color: #fff;
    background: #0a3544;
}

.nhc-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

.nhc-final .nhc-eyebrow {
    color: #69ead3;
}

.nhc-final h2 {
    max-width: 760px;
    margin: .5rem 0 0;
    font-size: 3.1rem;
    line-height: 1.05;
    text-wrap: balance;
}

.nhc-final p {
    max-width: 700px;
    margin: .75rem 0 0;
    color: rgba(255, 255, 255, .7);
    line-height: 1.6;
}

.nhc-final .nhc-actions {
    justify-content: flex-end;
    margin: 0;
}

.nhc-footer {
    padding: 1.5rem 0 calc(1.5rem + env(safe-area-inset-bottom));
    border-top: 1px solid var(--nhc-line);
    background: #fff;
}

.nhc-footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
}

.nhc-footer-brand strong,
.nhc-footer-brand small {
    display: block;
}

.nhc-footer-brand small {
    margin-top: .2rem;
    color: var(--nhc-muted);
}

.nhc-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}

.nhc-footer nav a {
    color: #4d6175;
    font-size: .73rem;
    font-weight: 800;
}

.nhc-reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .45s ease, transform .45s ease;
}

.nhc-reveal.is-visible,
.nhc-hero .nhc-reveal {
    opacity: 1;
    transform: none;
}

.nhc-mobile-cta {
    display: none;
}

@media (max-width: 1080px) {
    .nhc-hero::after {
        inset: 0 30% 0 0;
        background: rgba(248, 251, 249, .78);
    }

    .nhc-hero-copy {
        width: min(580px, 60%);
    }

    .nhc-hero h1 {
        font-size: 3.35rem;
    }

    .nhc-plan-grid,
    .nhc-course-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nhc-plan-card:last-child,
    .nhc-course-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: min(570px, 100%);
        justify-self: center;
    }

    .nhc-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nhc-experience-grid,
    .nhc-certificate-grid {
        gap: 2.5rem;
    }
}

@media (max-width: 760px) {
    .nhc-shell {
        width: min(100% - 1.5rem, 680px);
    }

    .nhc-section {
        padding: 3.75rem 0;
    }

    .nhc-section-heading {
        display: block;
        margin-bottom: 1.35rem;
    }

    .nhc-section-heading h2,
    .nhc-split-copy h2 {
        font-size: 2.25rem;
    }

    .nhc-section-heading > .nhc-button,
    .nhc-section-heading > .nhc-text-link {
        margin-top: 1rem;
    }

    .nhc-hero {
        min-height: 35.5rem;
        background: #eef2ef;
    }

    .nhc-hero-media img {
        object-position: 69% center;
    }

    .nhc-hero::after {
        inset: 0;
        background: rgba(248, 251, 249, .86);
    }

    .nhc-hero-copy {
        width: 100%;
        padding: 3rem 0;
    }

    .nhc-hero h1 {
        max-width: 560px;
        font-size: 2.65rem;
    }

    .nhc-hero-lead {
        max-width: 520px;
        font-size: .98rem;
    }

    .nhc-hero .nhc-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nhc-hero .nhc-button,
    .nhc-hero .nhc-text-link {
        width: 100%;
        min-height: 3.35rem;
    }

    .nhc-price-anchor {
        align-items: start;
        flex-direction: column;
        gap: .3rem;
    }

    .nhc-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nhc-trust-item {
        min-height: 5.5rem;
        padding: .8rem;
        border-bottom: 1px solid var(--nhc-line);
    }

    .nhc-trust-item:nth-child(2) {
        border-right: 0;
    }

    .nhc-payment-banner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .nhc-payment-methods {
        grid-column: 1 / -1;
        text-align: left;
    }

    .nhc-plan-grid,
    .nhc-benefit-grid,
    .nhc-experience-grid,
    .nhc-certificate-grid,
    .nhc-how-grid,
    .nhc-faq-grid {
        grid-template-columns: 1fr;
    }

    .nhc-plan-card:last-child {
        grid-column: auto;
        width: auto;
    }

    .nhc-plan-media {
        aspect-ratio: 16 / 7.5;
    }

    .nhc-plan-description {
        min-height: 0;
    }

    .nhc-benefit-card {
        min-height: 0;
    }

    .nhc-course-grid {
        width: calc(100% + .75rem);
        grid-auto-flow: column;
        grid-auto-columns: min(86%, 21rem);
        grid-template-columns: none;
        gap: .75rem;
        overflow-x: auto;
        padding: .15rem .75rem .8rem 0;
        scroll-padding-left: .2rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .nhc-course-card,
    .nhc-course-card:last-child:nth-child(odd) {
        width: auto;
        scroll-snap-align: start;
    }

    .nhc-experience-grid,
    .nhc-certificate-grid {
        gap: 2rem;
    }

    .nhc-dashboard-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .nhc-dashboard-metric:last-child {
        grid-column: 1 / -1;
    }

    .nhc-dashboard-path {
        grid-template-columns: 1fr 1fr;
    }

    .nhc-dashboard-step:nth-child(2) {
        border-right: 0;
    }

    .nhc-dashboard-step:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .nhc-certificate {
        padding: 1.1rem;
    }

    .nhc-certificate h3 {
        font-size: 1.85rem;
    }

    .nhc-certificate-data {
        grid-template-columns: 1fr;
    }

    .nhc-how-step:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid var(--nhc-line);
    }

    .nhc-final {
        padding: 3.75rem 0;
    }

    .nhc-final-inner {
        grid-template-columns: 1fr;
    }

    .nhc-final h2 {
        font-size: 2.35rem;
    }

    .nhc-final .nhc-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .nhc-final .nhc-button {
        width: 100%;
    }

    .nhc-footer-grid {
        align-items: flex-start;
        flex-direction: column;
    }

    .nhc-guest .nhc-home {
        padding-bottom: calc(4.75rem + env(safe-area-inset-bottom));
    }

    .nhc-mobile-cta {
        position: fixed;
        z-index: 950;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: .65rem;
        align-items: center;
        padding: .65rem .75rem calc(.65rem + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(7, 24, 39, .14);
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -10px 30px rgba(7, 24, 39, .12);
        transform: translateY(110%);
        transition: transform .2s ease;
    }

    .nhc-mobile-cta.is-visible {
        transform: translateY(0);
    }

    .nhc-mobile-cta strong,
    .nhc-mobile-cta small {
        display: block;
    }

    .nhc-mobile-cta strong {
        font-size: .78rem;
    }

    .nhc-mobile-cta small {
        margin-top: .12rem;
        color: var(--nhc-muted);
        font-size: .6rem;
    }

    .nhc-mobile-cta .nhc-button {
        min-height: 3rem;
        padding: .65rem .85rem;
        font-size: .75rem;
    }
}

@media (max-width: 430px) {
    .nhc-hero {
        min-height: 37rem;
    }

    .nhc-hero h1 {
        font-size: 2.3rem;
    }

    .nhc-hero-kicker {
        gap: .35rem;
    }

    .nhc-hero-kicker span {
        font-size: .6rem;
    }

    .nhc-trust-grid {
        grid-template-columns: 1fr;
    }

    .nhc-trust-item,
    .nhc-trust-item:nth-child(2) {
        border-right: 0;
    }

    .nhc-dashboard-focus {
        grid-template-columns: 1fr;
    }

    .nhc-dashboard-percent {
        font-size: 1.5rem;
    }

    .nhc-stats {
        grid-template-columns: 1fr;
    }

    .nhc-certificate-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .nhc-certificate-foot {
        align-items: flex-start;
    }

    .nhc-mobile-cta {
        grid-template-columns: 1fr;
    }

    .nhc-mobile-cta > div {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nhc-home {
        scroll-behavior: auto;
    }

    .nhc-button,
    .nhc-course-cover img,
    .nhc-reveal,
    .nhc-mobile-cta {
        transition: none;
    }
}

/* A home de aquisição usa um cabeçalho mais curto para manter o foco nos planos. */
body.nhc-guest .public-premium-header .public-nav a[data-nav="courses"],
body.nhc-guest .public-premium-header .public-nav a[data-nav="certificate"] {
    display: none !important;
}

body.nhc-guest .public-premium-header .public-header-cta {
    border-radius: 8px !important;
}

@media (max-width: 640px) {
    body.nhc-guest .site-header.student-header.public-premium-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: .55rem .7rem !important;
        align-items: center !important;
        padding: .6rem .75rem !important;
    }

    body.nhc-guest .public-premium-header .student-brand {
        width: auto !important;
        min-width: 0 !important;
    }

    body.nhc-guest .public-premium-header .student-brand > span:last-child {
        display: none !important;
    }

    body.nhc-guest .public-premium-header .brand-mark {
        width: 9.5rem !important;
        height: 3rem !important;
        background-size: auto 86% !important;
    }

    body.nhc-guest .public-premium-header .public-header-cta {
        width: auto !important;
        min-height: 3rem !important;
        padding: .65rem .85rem !important;
        font-size: .75rem !important;
    }

    body.nhc-guest .public-premium-header .public-nav {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        justify-content: center !important;
        overflow: visible !important;
        padding: .24rem !important;
    }

    body.nhc-guest .public-premium-header .public-nav a {
        min-height: 2.4rem !important;
        flex: 1 1 0 !important;
        padding: .48rem .6rem !important;
        font-size: .78rem !important;
    }
}
