.nb-page {
    --nb-bg: #08090c;
    --nb-surface: #101116;
    --nb-surface-soft: #15161c;
    --nb-text: #f6f3e8;
    --nb-muted: #a9a79f;
    --nb-line: rgba(255, 255, 255, 0.14);
    --nb-yellow: #f5cf35;
    --nb-yellow-strong: #ffda2f;
    --nb-ink: #15130a;
    --nb-violet: #7d5cff;
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
    color: var(--nb-text);
}

html:has(.nb-page),
body:has(.nb-page) {
    overflow-x: clip;
}

body:has(.nb-page) .fx-header {
    border-bottom-color: rgba(245, 207, 53, 0.12) !important;
    background: rgba(5, 6, 10, 0.86) !important;
}

body:has(.nb-page) .fx-header a[href$="/register"] {
    background: var(--nb-yellow, #f5cf35) !important;
    color: #17150d !important;
    box-shadow: 0 10px 28px rgba(245, 207, 53, 0.18) !important;
}

body:has(.nb-page) .theme-toggle__thumb {
    background: linear-gradient(135deg, #f5cf35 0%, #7d5cff 100%);
    box-shadow: 0 4px 12px rgba(245, 207, 53, 0.24);
}

body:has(.nb-page) .fx-footer {
    border-top-color: rgba(245, 207, 53, 0.12);
    background: #05060a;
}

.theme-light body:has(.nb-page) .fx-header {
    border-bottom-color: rgba(139, 109, 0, 0.16) !important;
    background: rgba(248, 243, 232, 0.9) !important;
}

.theme-light body:has(.nb-page) .fx-footer {
    border-top-color: rgba(139, 109, 0, 0.16);
    background: #eee7d8;
}

.theme-light .nb-page {
    --nb-bg: #f5f0e5;
    --nb-surface: #fffaf0;
    --nb-surface-soft: #eee7d8;
    --nb-text: #1b1a16;
    --nb-muted: #676257;
    --nb-line: rgba(28, 25, 17, 0.16);
    --nb-yellow: #e8bc13;
    --nb-yellow-strong: #f1c71f;
    --nb-ink: #17150d;
    --nb-violet: #6249d9;
}

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

.nb-page a {
    color: inherit;
    text-decoration: none;
}

.nb-full-bleed {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
}

.nb-hero {
    min-height: calc(100svh - 72px);
    overflow: hidden;
    isolation: isolate;
    background: #030407;
}

.nb-hero__image {
    position: absolute;
    z-index: -3;
    inset: -3%;
    width: 106%;
    height: 106%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.035);
    animation: nb-image-arrive 1.35s cubic-bezier(.2, .75, .18, 1) both;
    will-change: transform;
}

.nb-hero__veil {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 4, 8, 0.97) 0%, rgba(3, 4, 8, 0.88) 28%, rgba(3, 4, 8, 0.47) 54%, rgba(3, 4, 8, 0.12) 80%),
        linear-gradient(180deg, rgba(3, 4, 8, 0.18), rgba(3, 4, 8, 0.1) 60%, rgba(3, 4, 8, 0.72));
}

.theme-light .nb-hero {
    background: #fbf6e9;
}

.theme-light .nb-hero__image {
    opacity: 0.92;
}

.theme-light .nb-hero__veil {
    background:
        linear-gradient(90deg, rgba(255, 250, 239, 0.99) 0%, rgba(255, 250, 239, 0.94) 31%, rgba(255, 250, 239, 0.72) 52%, rgba(255, 250, 239, 0.08) 79%),
        linear-gradient(180deg, rgba(255, 250, 239, 0.15), transparent 60%, rgba(255, 250, 239, 0.72));
}

.nb-hero__glow {
    position: absolute;
    z-index: -1;
    top: 22%;
    left: 33%;
    width: 18rem;
    height: 18rem;
    border-radius: 999px;
    background: rgba(245, 207, 53, 0.09);
    filter: blur(75px);
    pointer-events: none;
}

.nb-hero__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(100% - 3rem, 1056px);
    min-height: calc(100svh - 72px);
    margin: 0 auto;
    padding: clamp(2rem, 5vh, 4.5rem) 0 clamp(2rem, 4vh, 3.5rem);
}

.nb-back-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.65rem;
    padding: 0.5rem 0;
    color: rgba(246, 243, 232, 0.7) !important;
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 180ms ease, transform 180ms ease;
}

.theme-light .nb-back-link {
    color: rgba(27, 26, 22, 0.72) !important;
}

.nb-back-link:hover {
    color: var(--nb-yellow) !important;
    transform: translateX(-3px);
}

.nb-hero__copy {
    width: min(100%, 44rem);
    margin: auto 0;
    padding: clamp(2rem, 7vh, 5.5rem) 0 2rem;
    animation: nb-copy-arrive 0.95s 0.12s cubic-bezier(.2, .75, .18, 1) both;
}

.nb-kicker,
.nb-overline {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    color: var(--nb-yellow);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.nb-kicker span {
    display: block;
    width: 1.8rem;
    height: 2px;
    background: currentColor;
}

.theme-light .nb-kicker,
.theme-light .nb-overline {
    color: #8b6d00;
}

.nb-title {
    max-width: 9ch;
    margin: 0.25rem 0 0;
    color: #fff8d5;
    font-size: clamp(5rem, 11.5vw, 10.8rem);
    font-weight: 900;
    line-height: 0.73;
    letter-spacing: -0.082em;
    text-wrap: balance;
}

.theme-light .nb-title {
    color: #1b1911;
}

.nb-hero__promise {
    margin: clamp(2.3rem, 5vh, 4rem) 0 0;
    color: #fff8d5;
    font-size: clamp(1.45rem, 2.4vw, 2.2rem);
    font-weight: 640;
    line-height: 1.13;
    letter-spacing: -0.035em;
}

.theme-light .nb-hero__promise {
    color: #242116;
}

.nb-hero__text {
    max-width: 35rem;
    margin: 1.25rem 0 0;
    color: rgba(235, 233, 224, 0.72);
    font-size: 1rem;
    line-height: 1.7;
}

.theme-light .nb-hero__text {
    color: rgba(42, 39, 29, 0.74);
}

.nb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.nb-button {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.85rem 1.45rem;
    font-size: 0.92rem;
    font-weight: 760;
    line-height: 1;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.nb-button--primary {
    background: var(--nb-yellow-strong);
    color: var(--nb-ink) !important;
    box-shadow: 0 14px 40px rgba(245, 207, 53, 0.14);
}

.nb-button--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 48px rgba(245, 207, 53, 0.25);
}

.nb-button--ghost {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(7, 8, 12, 0.26);
    color: #f6f3e8 !important;
    backdrop-filter: blur(10px);
}

.nb-button--ghost:hover {
    border-color: var(--nb-yellow);
    background: rgba(7, 8, 12, 0.58);
    transform: translateY(-3px);
}

.theme-light .nb-button--ghost {
    border-color: rgba(29, 26, 16, 0.3);
    background: rgba(255, 250, 239, 0.55);
    color: #1b1911 !important;
}

.theme-light .nb-button--ghost:hover {
    background: rgba(255, 250, 239, 0.9);
}

.nb-hero__facts {
    position: absolute;
    right: 0;
    bottom: clamp(3.25rem, 6vh, 4.5rem);
    display: flex;
    align-self: flex-end;
    gap: clamp(1.5rem, 4vw, 4.2rem);
    margin-top: auto;
    color: #fff8d5;
    animation: nb-copy-arrive 0.9s 0.36s cubic-bezier(.2, .75, .18, 1) both;
}

.nb-hero__facts > div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nb-hero__facts strong {
    color: var(--nb-yellow);
    font-size: 1.5rem;
    line-height: 1;
}

.nb-hero__facts span {
    color: rgba(246, 243, 232, 0.68);
    font-size: 0.7rem;
    line-height: 1.25;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.theme-light .nb-hero__facts {
    color: #1b1911;
}

.theme-light .nb-hero__facts span {
    color: rgba(27, 25, 17, 0.72);
}

.nb-main {
    width: 100%;
    background: var(--nb-bg);
}

.nb-intro,
.nb-capabilities,
.nb-workflow,
.nb-models,
.nb-faq {
    width: min(100% - 3rem, 1120px);
    margin-right: auto;
    margin-left: auto;
}

.nb-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.72fr);
    align-items: end;
    gap: 4rem;
    padding: clamp(6rem, 11vw, 10rem) 0 clamp(4rem, 7vw, 6rem);
}

.nb-section-heading h2,
.nb-story h2,
.nb-models h2,
.nb-faq h2,
.nb-final h2 {
    margin: 1rem 0 0;
    color: var(--nb-text);
    font-size: clamp(2.75rem, 6.3vw, 5.8rem);
    font-weight: 760;
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.nb-section-lead {
    margin: 0;
    color: var(--nb-muted);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.85;
}

.nb-capabilities {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--nb-line);
    border-bottom: 1px solid var(--nb-line);
}

.nb-capability {
    min-height: 21rem;
    padding: 2rem 1.8rem 2.2rem;
    border-right: 1px solid var(--nb-line);
    transition: background 220ms ease, transform 220ms ease;
}

.nb-capability:first-child {
    padding-left: 0;
}

.nb-capability:last-child {
    padding-right: 0;
    border-right: 0;
}

.nb-capability:hover {
    background: linear-gradient(180deg, rgba(245, 207, 53, 0.08), transparent 74%);
    transform: translateY(-5px);
}

.nb-capability__number {
    color: var(--nb-yellow);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.nb-capability h3 {
    margin: 8.5rem 0 1rem;
    color: var(--nb-text);
    font-size: 1.35rem;
    font-weight: 720;
    letter-spacing: -0.025em;
}

.nb-capability p {
    margin: 0;
    color: var(--nb-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.nb-story {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(24rem, 0.9fr);
    min-height: 47rem;
    margin-top: clamp(5rem, 8vw, 7.5rem);
    background: var(--nb-surface);
}

.nb-story__media {
    position: relative;
    min-height: 42rem;
    overflow: hidden;
}

.nb-story__media::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, transparent 68%, rgba(14, 12, 5, 0.62));
    pointer-events: none;
}

.nb-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(.2, .75, .18, 1);
}

.nb-story__media:hover img {
    transform: scale(1.035);
}

.nb-story__caption {
    position: absolute;
    z-index: 1;
    right: 2rem;
    bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nb-story__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3.5rem, 7vw, 7rem);
}

.nb-story__copy h2 {
    font-size: clamp(2.7rem, 4.6vw, 5.2rem);
}

.nb-story__copy > p:not(.nb-overline) {
    max-width: 38rem;
    margin: 2rem 0 0;
    color: var(--nb-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.nb-use-list {
    margin-top: 3rem;
    border-top: 1px solid var(--nb-line);
}

.nb-use-list div {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--nb-line);
}

.nb-use-list span {
    color: var(--nb-yellow);
    font-size: 0.65rem;
    font-weight: 800;
}

.nb-use-list strong {
    color: var(--nb-text);
    font-size: 0.92rem;
    font-weight: 620;
}

.nb-workflow {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(3rem, 8vw, 8rem);
    padding: clamp(6rem, 9vw, 8.5rem) 0;
}

.nb-workflow h2 {
    font-size: clamp(2.8rem, 5vw, 5rem);
}

.nb-steps {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--nb-line);
    list-style: none;
}

.nb-steps li {
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    gap: 1rem;
    padding: 1.55rem 0;
    border-bottom: 1px solid var(--nb-line);
}

.nb-steps li > span {
    color: var(--nb-yellow);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.nb-steps strong {
    display: block;
    color: var(--nb-text);
    font-size: 1rem;
    font-weight: 690;
}

.nb-steps p {
    margin: 0.35rem 0 0;
    color: var(--nb-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

.nb-models {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-bottom: clamp(5rem, 8vw, 8rem);
    background: transparent;
}

.nb-models__heading {
    grid-column: 1 / -1;
    padding: 0 0 clamp(3.5rem, 6vw, 5rem);
    background: var(--nb-bg);
}

.nb-model {
    display: flex;
    min-height: 27rem;
    flex-direction: column;
    padding: clamp(2rem, 4vw, 3.5rem);
    background: var(--nb-surface);
    transition: background 220ms ease;
}

.nb-model + .nb-model {
    border-left: 1px solid var(--nb-line);
}

.nb-model:hover {
    background: var(--nb-surface-soft);
}

.nb-model--pro {
    background:
        radial-gradient(circle at 100% 0%, rgba(245, 207, 53, 0.14), transparent 34%),
        var(--nb-surface);
}

.nb-model--fast {
    background:
        radial-gradient(circle at 100% 0%, rgba(125, 92, 255, 0.13), transparent 35%),
        var(--nb-surface);
}

.nb-model__topline,
.nb-model__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nb-model__topline span {
    color: var(--nb-muted);
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nb-model__topline em {
    border: 1px solid var(--nb-line);
    border-radius: 999px;
    padding: 0.4rem 0.7rem;
    color: var(--nb-yellow);
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 850;
    letter-spacing: 0.15em;
}

.nb-model__title {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 3.75rem;
}

.nb-model__title img {
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 0.9rem;
    border: 1px solid var(--nb-line);
    padding: 0.72rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.nb-model--pro .nb-model__title img {
    border-color: rgba(245, 207, 53, 0.28);
    background: rgba(245, 207, 53, 0.09);
}

.nb-model--fast .nb-model__title img {
    border-color: rgba(125, 92, 255, 0.28);
    background: rgba(125, 92, 255, 0.09);
}

.nb-model__title h3 {
    margin: 0;
    color: var(--nb-text);
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 740;
    letter-spacing: -0.05em;
}

.nb-model > p {
    max-width: 31rem;
    margin: 1.6rem 0 0;
    color: var(--nb-muted);
    font-size: 0.95rem;
    line-height: 1.75;
}

.nb-model__footer {
    margin-top: auto;
    padding-top: 2rem;
    border-top: 1px solid var(--nb-line);
}

.nb-model__footer div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.nb-model__footer small {
    color: var(--nb-muted);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nb-model__footer strong {
    color: var(--nb-text);
    font-size: 1.05rem;
}

.nb-model__footer a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid var(--nb-yellow);
    padding: 0.45rem 0;
    color: var(--nb-text) !important;
    font-size: 0.82rem;
    font-weight: 720;
    transition: color 180ms ease, gap 180ms ease;
}

.nb-model__footer a:hover {
    gap: 1rem;
    color: var(--nb-yellow) !important;
}

.nb-faq {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: clamp(3rem, 8vw, 8rem);
    padding: 0 0 clamp(4.5rem, 7vw, 7rem);
}

.nb-faq__intro > p:last-child {
    max-width: 22rem;
    margin: 1.5rem 0 0;
    color: var(--nb-muted);
    line-height: 1.7;
}

.nb-faq__items {
    border-top: 1px solid var(--nb-line);
}

.nb-faq-item {
    border-bottom: 1px solid var(--nb-line);
}

.nb-faq-item button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border: 0;
    padding: 1.5rem 0;
    background: transparent;
    color: var(--nb-text);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.nb-faq-item button span {
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.45;
}

.nb-faq-item button i {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nb-line);
    border-radius: 999px;
    color: var(--nb-yellow);
    font-size: 1.15rem;
    font-style: normal;
    transition: background 180ms ease, color 180ms ease;
}

.nb-faq-item button:hover i,
.nb-faq-item.is-open button i {
    background: var(--nb-yellow);
    color: var(--nb-ink);
}

.nb-faq-item__answer p {
    max-width: 42rem;
    margin: -0.3rem 3.5rem 1.6rem 0;
    color: var(--nb-muted);
    font-size: 0.92rem;
    line-height: 1.75;
}

.nb-final {
    overflow: hidden;
    padding: clamp(5.5rem, 8vw, 8rem) 1.5rem;
    background:
        radial-gradient(circle at 50% 120%, rgba(125, 92, 255, 0.24), transparent 38%),
        #10100f;
    text-align: center;
}

.theme-light .nb-final {
    background:
        radial-gradient(circle at 50% 120%, rgba(125, 92, 255, 0.15), transparent 40%),
        #e7d85e;
}

.nb-final__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 960px);
    margin: 0 auto;
}

.nb-final .nb-overline {
    justify-content: center;
}

.nb-final h2 {
    color: #fff9da;
    font-size: clamp(3.4rem, 8vw, 8rem);
}

.nb-final h2 span {
    color: var(--nb-yellow);
}

.theme-light .nb-final h2 {
    color: #1d190b;
}

.theme-light .nb-final h2 span {
    color: #5f4a00;
}

.nb-final__inner > p:not(.nb-overline) {
    margin: 1.8rem 0 0;
    color: rgba(246, 243, 232, 0.67);
}

.theme-light .nb-final__inner > p:not(.nb-overline) {
    color: rgba(29, 25, 11, 0.72);
}

.nb-actions--center {
    justify-content: center;
}

.nb-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 650ms cubic-bezier(.2, .75, .18, 1), transform 650ms cubic-bezier(.2, .75, .18, 1);
}

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

@keyframes nb-copy-arrive {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes nb-image-arrive {
    from { opacity: 0; transform: scale(1.09); }
    to { opacity: 1; transform: scale(1.035); }
}

@media (max-width: 960px) {
    .nb-hero__facts {
        position: static;
        align-self: flex-start;
        margin-top: 1.5rem;
    }

    .nb-intro,
    .nb-workflow,
    .nb-faq {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

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

    .nb-capability:nth-child(2) {
        border-right: 0;
    }

    .nb-capability:nth-child(-n + 2) {
        border-bottom: 1px solid var(--nb-line);
    }

    .nb-capability:nth-child(3) {
        padding-left: 0;
    }

    .nb-story {
        grid-template-columns: 1fr;
    }

    .nb-story__media {
        min-height: min(70vw, 36rem);
    }
}

@media (max-width: 700px) {
    .nb-page {
        margin-top: -2.5rem;
    }

    .nb-hero {
        min-height: calc(100svh - 68px);
    }

    .nb-hero__inner {
        width: min(100% - 2rem, 1280px);
        min-height: calc(100svh - 68px);
        padding-top: 1.3rem;
    }

    .nb-hero__image {
        inset: -2%;
        width: 104%;
        height: 104%;
        object-position: 63% center;
        opacity: 0.72;
    }

    .nb-hero__veil {
        background:
            linear-gradient(90deg, rgba(3, 4, 8, 0.96), rgba(3, 4, 8, 0.7) 68%, rgba(3, 4, 8, 0.26)),
            linear-gradient(180deg, rgba(3, 4, 8, 0.2), rgba(3, 4, 8, 0.36) 55%, rgba(3, 4, 8, 0.9));
    }

    .theme-light .nb-hero__image {
        opacity: 0.62;
    }

    .theme-light .nb-hero__veil {
        background:
            linear-gradient(90deg, rgba(255, 250, 239, 0.98), rgba(255, 250, 239, 0.82) 70%, rgba(255, 250, 239, 0.44)),
            linear-gradient(180deg, rgba(255, 250, 239, 0.1), rgba(255, 250, 239, 0.38) 55%, rgba(255, 250, 239, 0.94));
    }

    .nb-hero__copy {
        margin: auto 0 0;
        padding: 2rem 0 1.25rem;
    }

    .nb-title {
        font-size: clamp(4.7rem, 24vw, 7.2rem);
    }

    .nb-hero__promise {
        margin-top: 2rem;
        font-size: 1.35rem;
    }

    .nb-hero__text {
        font-size: 0.9rem;
        line-height: 1.6;
    }

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

    .nb-button {
        width: 100%;
    }

    .nb-hero__facts {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.6rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .nb-hero__facts > div {
        display: block;
    }

    .nb-hero__facts strong,
    .nb-hero__facts span {
        display: block;
    }

    .nb-hero__facts strong {
        margin-bottom: 0.4rem;
        font-size: 1.2rem;
    }

    .nb-hero__facts span {
        font-size: 0.54rem;
    }

    .nb-intro,
    .nb-capabilities,
    .nb-workflow,
    .nb-models,
    .nb-faq {
        width: min(100% - 2rem, 1120px);
    }

    .nb-intro {
        padding-top: 5rem;
    }

    .nb-capabilities {
        grid-template-columns: 1fr;
    }

    .nb-capability,
    .nb-capability:first-child,
    .nb-capability:nth-child(3),
    .nb-capability:last-child {
        min-height: auto;
        padding: 1.7rem 0 2rem;
        border-right: 0;
        border-bottom: 1px solid var(--nb-line);
    }

    .nb-capability:last-child {
        border-bottom: 0;
    }

    .nb-capability h3 {
        margin-top: 3.5rem;
    }

    .nb-story {
        margin-top: 5rem;
    }

    .nb-story__media {
        min-height: 28rem;
    }

    .nb-story__media img {
        object-position: 58% center;
    }

    .nb-story__copy {
        padding: 3.5rem 1rem 4rem;
    }

    .nb-workflow {
        padding: 6rem 0;
    }

    .nb-models {
        grid-template-columns: 1fr;
        margin-bottom: 4.5rem;
    }

    .nb-model + .nb-model {
        border-top: 1px solid var(--nb-line);
        border-left: 0;
    }

    .nb-model {
        min-height: 24rem;
        padding: 2rem 1.25rem;
    }

    .nb-model__title {
        gap: 0.9rem;
        margin-top: 2.75rem;
    }

    .nb-model__title img {
        width: 2.9rem;
        height: 2.9rem;
        padding: 0.62rem;
    }

    .nb-model__title h3 {
        font-size: 1.5rem;
        letter-spacing: -0.035em;
    }

    .nb-model__footer {
        align-items: flex-end;
    }

    .nb-model__footer a {
        max-width: 9rem;
    }

    .nb-faq {
        padding-bottom: 4.5rem;
    }

    .nb-final {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nb-hero__image,
    .nb-hero__copy,
    .nb-hero__facts {
        animation: none;
    }

    .nb-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .nb-page * {
        scroll-behavior: auto !important;
    }
}
