.nt-home-page {
    overflow-x: hidden;
}

.nt-home-page .custom-container {
    background: var(--nt-color-surface);
}

.nt-site-header {
    position: relative;
    z-index: var(--nt-z-header);
    border-bottom: var(--nt-border-width) solid var(--nt-color-border);
    background: var(--nt-color-surface);
}

.nt-site-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 5rem;
    gap: var(--nt-space-6);
}

.nt-site-header__brand,
.nt-site-footer__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.nt-site-header__brand img,
.nt-site-footer__brand img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

.nt-site-header__brand img {
    width: clamp(9.875rem, 13.5vw, 12.375rem);
    max-height: 4.5rem;
}

.nt-site-footer__brand img {
    width: auto;
    height: 1.375rem;
    mix-blend-mode: multiply;
}

.nt-site-header__nav {
    display: flex;
    justify-content: center;
    gap: var(--nt-space-5);
}

.nt-site-header__nav a,
.nt-site-header__login,
.nt-language-links a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: var(--nt-color-brand-900);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-semibold);
    text-decoration: none;
}

.nt-site-header__nav a:hover,
.nt-site-header__login:hover,
.nt-language-links a:hover {
    color: var(--nt-color-accent-text);
}

.nt-site-header__actions,
.nt-language-links {
    display: flex;
    align-items: center;
}

.nt-site-header__actions {
    gap: var(--nt-space-4);
}

.nt-language-links {
    gap: var(--nt-space-2);
    white-space: nowrap;
}

.nt-site-header__join {
    min-height: 2.75rem;
    padding: var(--nt-space-2) var(--nt-space-5);
}

.nt-home-page .nt-site-header__join {
    color: #FFFFFF;
}

.nt-mobile-menu {
    position: relative;
    display: none;
}

.nt-mobile-menu summary {
    display: flex;
    width: 2.75rem;
    height: 2.75rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--nt-space-1);
    border: var(--nt-border-width) solid var(--nt-color-border);
    border-radius: var(--nt-radius-pill);
    cursor: pointer;
    list-style: none;
}

.nt-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.nt-mobile-menu summary span {
    width: var(--nt-space-5);
    height: var(--nt-border-width);
    background: var(--nt-color-brand-900);
}

.nt-mobile-menu > nav {
    position: absolute;
    inset-block-start: calc(100% + var(--nt-space-3));
    inset-inline-end: 0;
    display: grid;
    width: min(20rem, calc(100vw - (2 * var(--nt-page-gutter))));
    padding: var(--nt-space-4);
    border: var(--nt-border-width) solid var(--nt-color-border);
    border-radius: var(--nt-radius-md);
    background: var(--nt-color-surface);
    box-shadow: var(--nt-shadow-md);
}

.nt-mobile-menu > nav > a,
.nt-mobile-menu__languages a {
    min-height: 2.75rem;
    padding: var(--nt-space-3);
    color: var(--nt-color-brand-900);
    font-weight: var(--nt-font-weight-semibold);
    text-decoration: none;
}

.nt-mobile-menu__languages {
    display: flex;
    border-block: var(--nt-border-width) solid var(--nt-color-border);
}

.nt-home-hero {
    padding-block: var(--nt-space-9);
    background: var(--nt-color-surface-warm);
}

.nt-home-hero__grid {
    grid-template-columns: minmax(0, 0.97fr) minmax(0, 1.03fr);
    align-items: stretch;
    min-height: 40rem;
    gap: var(--nt-space-8);
}

.nt-home-hero__content {
    justify-content: center;
    max-width: 39rem;
    padding-block: var(--nt-space-5);
    gap: var(--nt-space-6);
}

.nt-home-hero__content > .nt-content-block {
    max-width: 38rem;
}

.nt-home-hero .nt-eyebrow {
    margin-bottom: var(--nt-space-4);
}

.nt-home-hero .nt-display-title {
    max-width: 10.5ch;
    margin-bottom: var(--nt-space-4);
    color: var(--nt-color-brand-900);
    font-size: clamp(3.25rem, 4.6vw, 5.25rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.nt-home-hero .nt-lead {
    max-width: 35rem;
    margin: 0;
    line-height: 1.6;
}

.nt-home-hero__actions,
.nt-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--nt-space-4);
}

.nt-home-hero__actions {
    gap: var(--nt-space-3);
}

.nt-home-hero__actions .nt-button {
    min-height: 3.25rem;
    padding-inline: var(--nt-space-6);
}

.nt-home-hero__actions .nt-button--primary {
    color: var(--nt-color-surface);
    box-shadow: var(--nt-shadow-sm);
}

.nt-home-hero__actions .nt-button--primary:hover {
    color: var(--nt-color-surface);
}

.nt-home-hero__image {
    min-height: 100%;
    border-radius: var(--nt-radius-lg);
    box-shadow: var(--nt-shadow-sm);
}

.nt-home-hero__image img {
    object-position: right center;
}

.nt-trust-list {
    gap: var(--nt-space-2) var(--nt-space-6);
    width: 100%;
    padding-top: var(--nt-space-5);
    border-top: var(--nt-border-width) solid var(--nt-color-accent-100);
}

.nt-trust-list li {
    position: relative;
    padding-inline-start: var(--nt-space-5);
    color: var(--nt-color-brand-900);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-semibold);
}

.nt-trust-list li::before {
    position: absolute;
    inset-block-start: var(--nt-space-2);
    inset-inline-start: 0;
    width: var(--nt-space-2);
    height: var(--nt-space-2);
    border-radius: var(--nt-radius-pill);
    background: var(--nt-color-accent-700);
    content: "";
}

.nt-premium-invitation {
    border-block: var(--nt-border-width) solid var(--nt-color-accent-100);
}

.nt-premium-invitation__panel {
    padding: var(--nt-space-8);
    border: var(--nt-border-width) solid var(--nt-color-border);
    border-radius: var(--nt-radius-lg);
    background: rgb(255 255 255 / 55%);
    box-shadow: var(--nt-shadow-sm);
}

.nt-premium-invitation__grid {
    gap: var(--nt-space-9);
}

.nt-premium-invitation__introduction,
.nt-premium-invitation__details {
    min-width: 0;
}

.nt-premium-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nt-space-3);
    margin: var(--nt-space-6) 0 0;
    padding: 0;
    list-style: none;
}

.nt-premium-assurances li {
    display: inline-flex;
    align-items: center;
    gap: var(--nt-space-2);
    padding: 0.625rem 1.25rem;
    border: var(--nt-border-width) solid var(--nt-color-border);
    border-radius: var(--nt-radius-pill);
    color: var(--nt-color-brand-900);
    background: var(--nt-color-surface);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-semibold);
}

.nt-premium-assurances li span {
    color: var(--nt-color-accent-700);
    font-size: 1.0625rem;
    font-weight: var(--nt-font-weight-bold);
    line-height: 1;
}

.nt-premium-invitation__details {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: var(--nt-space-6);
}

.nt-premium-invitation__visual {
    display: grid;
    width: 9rem;
    height: 9rem;
    place-items: center;
    border-radius: var(--nt-radius-lg);
    color: var(--nt-color-brand-900);
    background: var(--nt-color-accent-100);
}

.nt-premium-invitation__visual svg {
    width: 5.5rem;
    height: 5.5rem;
    stroke-width: 1.5;
}

.nt-premium-invitation__details .nt-lead {
    margin: 0;
}

.nt-premium-invitation .nt-button,
.nt-premium-invitation .nt-button:hover {
    color: var(--nt-color-surface);
}

.nt-why-exists__content {
    max-width: 50rem;
    margin-inline: auto;
    text-align: center;
}

.nt-why-exists__content p {
    margin-inline: auto;
    color: var(--nt-color-text-muted);
}

.nt-why-exists__content p + p {
    margin-top: var(--nt-space-4);
}

.nt-why-exists__image {
    width: min(59.5rem, 100%);
    aspect-ratio: 3 / 2;
    margin: clamp(var(--nt-space-2), calc(4vw - var(--nt-space-5)), var(--nt-space-5)) auto 0;
}

.nt-why__heading,
.nt-process .nt-section-heading {
    margin-bottom: var(--nt-space-8);
}

.nt-values__grid {
    align-items: center;
    gap: var(--nt-space-9);
}

.nt-values__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    align-self: center;
    transform: translateY(calc(var(--nt-space-7) * -1));
}

.nt-principles {
    gap: 0 var(--nt-space-8);
}

.nt-principles li {
    padding-block: var(--nt-space-6);
    border-top: var(--nt-border-width) solid var(--nt-color-border);
}

.nt-principle__heading {
    display: flex;
    align-items: center;
    gap: var(--nt-space-4);
    margin-bottom: var(--nt-space-2);
}

.nt-principles .nt-principle__heading h3 {
    margin: 0;
}

.nt-value-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    color: var(--nt-color-brand-900);
}

.nt-principles h3,
.nt-safety-list h3,
.nt-process-card h3 {
    margin: 0 0 var(--nt-space-2);
    color: var(--nt-color-brand-900);
    font-family: var(--nt-font-family-display);
    font-size: var(--nt-font-size-h3);
}

.nt-principles p,
.nt-safety-list p,
.nt-process-card p {
    margin: 0;
    color: var(--nt-color-text-muted);
}

.nt-process-cards {
    gap: var(--nt-space-6);
}

.nt-process-card {
    display: flex;
    min-height: 15rem;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: var(--nt-space-6);
    border: var(--nt-border-width) solid var(--nt-color-border);
    border-radius: var(--nt-radius-lg);
    background: var(--nt-color-surface);
    box-shadow: var(--nt-shadow-sm);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.nt-process-card:hover,
.nt-process-card:focus-within {
    transform: translateY(calc(var(--nt-space-1) * -1));
    border-color: var(--nt-color-accent-700);
    box-shadow: var(--nt-shadow-md);
}

.nt-process-card__icon {
    display: inline-flex;
    width: 3.5rem;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--nt-space-6);
    border-radius: var(--nt-radius-pill);
    color: var(--nt-color-brand-900);
    background: var(--nt-color-accent-100);
}

.nt-process-card__icon .nt-value-icon {
    width: 1.75rem;
    height: 1.75rem;
    flex-basis: 1.75rem;
}

.nt-process-card__step {
    margin-bottom: var(--nt-space-3);
    color: var(--nt-color-accent-text);
    font-size: var(--nt-font-size-xs);
    font-weight: var(--nt-font-weight-bold);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nt-safety__grid {
    gap: var(--nt-space-9);
}

.nt-safety__introduction {
    position: sticky;
    inset-block-start: var(--nt-space-6);
}

.nt-safety__image {
    width: 85%;
    aspect-ratio: 3 / 2;
    margin: var(--nt-space-5) 0 var(--nt-space-3);
}

.nt-safety-list {
    align-content: start;
    gap: var(--nt-space-4) var(--nt-space-6);
}

.nt-safety-list li {
    position: relative;
    padding: var(--nt-space-4) 0 var(--nt-space-5);
}

.nt-safety-list li::before {
    display: block;
    width: 3rem;
    margin-bottom: var(--nt-space-4);
    border-top: var(--nt-border-width) solid color-mix(in srgb, var(--nt-color-border) 70%, transparent);
    content: '';
}

.nt-safety-item__heading {
    display: flex;
    align-items: center;
    gap: var(--nt-space-2);
    margin-bottom: var(--nt-space-2);
}

.nt-safety-list .nt-safety-item__heading h3 {
    margin: 0;
}

.nt-safety-list h3 {
    font-size: var(--nt-font-size-base);
    font-family: var(--nt-font-family);
}

.nt-success-stories .nt-card {
    box-shadow: none;
}

.nt-final-cta {
    padding-block: var(--nt-space-9);
}

.nt-final-cta h2 {
    color: var(--nt-color-surface);
}

.nt-final-cta__actions {
    justify-content: center;
    margin-top: var(--nt-space-6);
}

.nt-final-cta__link {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    color: var(--nt-color-surface);
    font-weight: var(--nt-font-weight-semibold);
    text-underline-offset: var(--nt-space-2);
}

.nt-final-cta .nt-button--light {
    color: var(--nt-color-brand-900);
}

.nt-site-footer {
    padding-block: var(--nt-space-7) var(--nt-space-5);
    color: var(--nt-color-brand-900);
    border-top: var(--nt-border-width) solid var(--nt-color-border);
    background: var(--nt-color-surface);
}

.nt-site-footer__main {
    display: grid;
    grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 2.2fr);
    align-items: start;
    gap: var(--nt-space-9);
}

.nt-site-footer__brand-panel {
    max-width: 22rem;
}

.nt-site-footer__navigation {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--nt-space-6);
}

.nt-site-footer__brand {
    display: inline-flex;
}

.nt-site-footer__statement {
    max-width: 20rem;
    margin: var(--nt-space-4) 0 0;
    color: var(--nt-color-text-muted);
    line-height: var(--nt-line-height-body);
}

.nt-site-footer__navigation nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--nt-space-2);
}

.nt-site-footer__navigation nav a {
    display: inline-flex;
    align-items: center;
    font-size: var(--nt-font-size-sm);
}

.nt-site-footer__navigation h2 {
    margin: 0 0 var(--nt-space-2);
    color: var(--nt-color-brand-900);
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-bold);
    letter-spacing: 0.04em;
}

.nt-site-footer__navigation a {
    color: var(--nt-color-text-muted);
    text-decoration: none;
}

.nt-site-footer__navigation a:hover {
    color: var(--nt-color-accent-text);
}

.nt-site-footer__languages {
    justify-content: flex-start;
    margin-top: var(--nt-space-1);
}

.nt-site-footer__base {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--nt-space-6);
    margin-top: var(--nt-space-7);
    padding-top: var(--nt-space-5);
    border-top: var(--nt-border-width) solid var(--nt-color-border);
    color: var(--nt-color-text-muted);
    font-size: var(--nt-font-size-xs);
}

.nt-site-footer__base p {
    margin: 0;
}

.nt-site-footer__socials {
    display: flex;
    gap: var(--nt-space-3);
}

.nt-site-footer__socials a {
    display: inline-grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: var(--nt-border-width) solid var(--nt-color-border);
    border-radius: var(--nt-radius-pill);
    color: var(--nt-color-brand-900);
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        background-color 160ms ease;
}

.nt-site-footer__socials a:hover,
.nt-site-footer__socials a:focus-visible {
    transform: translateY(-0.125rem);
    border-color: var(--nt-color-accent-700);
    background: var(--nt-color-accent-100);
}

.nt-site-footer__socials svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (min-width: 64.0625rem) {
    .nt-home-hero {
        padding-block: var(--nt-space-8);
    }

    .nt-home-hero .nt-display-title {
        font-size: 54px;
    }

    .nt-home-hero__grid {
        min-height: 36rem;
    }
}

@media (max-width: 75rem) {
    .nt-site-header__nav {
        display: none;
    }

    .nt-site-header__inner {
        grid-template-columns: auto 1fr;
    }

    .nt-site-header__actions {
        justify-content: flex-end;
    }

    .nt-mobile-menu {
        display: block;
    }

    .nt-site-footer__navigation {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 64rem) {
    .nt-home-hero__grid {
        min-height: 36rem;
        gap: var(--nt-space-7);
    }

    .nt-home-hero .nt-display-title {
        font-size: clamp(3rem, 5.5vw, 4.25rem);
    }

    .nt-safety__grid {
        gap: var(--nt-space-7);
    }

    .nt-site-footer__main {
        grid-template-columns: 1fr;
        gap: var(--nt-space-7);
    }

    .nt-site-footer__brand-panel {
        max-width: 28rem;
    }
}

@media (max-width: 48rem) {
    .nt-site-footer {
        padding-block: var(--nt-space-6) var(--nt-space-5);
    }

    .nt-site-header__inner {
        min-height: 4.5rem;
        gap: var(--nt-space-3);
    }

    .nt-site-header__brand img {
        width: 9.875rem;
        max-height: 3.9375rem;
    }

    .nt-site-header__actions > .nt-language-links,
    .nt-site-header__login,
    .nt-site-header__join {
        display: none;
    }

    .nt-site-header--focused .nt-site-header__inner {
        grid-template-columns: minmax(0, auto) minmax(0, 1fr);
        gap: var(--nt-space-2);
    }

    .nt-site-header--focused .nt-site-header__brand img {
        width: clamp(7rem, 34vw, 9rem);
    }

    .nt-site-header--focused .nt-site-header__actions,
    .nt-site-header--focused .nt-language-links {
        min-width: 0;
        gap: var(--nt-space-1);
    }

    .nt-site-header--focused .nt-site-header__actions {
        justify-content: flex-end;
    }

    .nt-site-header--focused .nt-site-header__actions > .nt-language-links,
    .nt-site-header--focused .nt-site-header__login {
        display: inline-flex;
        min-height: 2.75rem;
        padding-inline: .15rem;
        font-size: .875rem;
    }

    .nt-site-header--focused .nt-site-header__logout-form {
        margin: 0;
    }

    .nt-home-hero {
        padding-block: var(--nt-space-7);
    }

    .nt-home-hero__grid {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: var(--nt-space-7);
    }

    .nt-home-hero__content {
        max-width: 42rem;
        padding-block: 0;
        gap: var(--nt-space-5);
    }

    .nt-home-hero .nt-display-title {
        max-width: 12ch;
        font-size: clamp(2.75rem, 9vw, 3.75rem);
    }

    .nt-home-hero__image {
        min-height: 24rem;
    }

    .nt-values__image {
        aspect-ratio: 3 / 2;
        transform: none;
    }

    .nt-home-hero__image img {
        object-position: center center;
    }

    .nt-premium-invitation__grid,
    .nt-safety__grid {
        gap: var(--nt-space-6);
    }

    .nt-premium-invitation__panel {
        padding: var(--nt-space-6);
    }

    .nt-process-card {
        height: auto;
        min-height: auto;
        padding: var(--nt-space-6);
    }

    .nt-safety__introduction {
        position: static;
    }

    .nt-site-footer__navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--nt-space-5) var(--nt-space-6);
    }

    .nt-site-footer__base {
        align-items: flex-start;
        flex-direction: column;
        margin-top: var(--nt-space-6);
    }
}

@media (min-width: 32.0625rem) and (max-width: 48rem) {
    .nt-values__grid {
        gap: var(--nt-space-4);
    }
}

@media (max-width: 32rem) {
    .nt-values__grid {
        gap: var(--nt-space-4);
    }

    .nt-home-hero {
        padding-block: var(--nt-space-6);
    }

    .nt-home-hero .nt-display-title {
        font-size: clamp(2.5rem, 12vw, 3.25rem);
    }

    .nt-home-hero__actions {
        width: 100%;
        gap: var(--nt-space-3);
    }

    .nt-home-hero__actions .nt-button,
    .nt-final-cta__actions .nt-button {
        width: 100%;
    }

    .nt-premium-invitation__panel {
        padding: var(--nt-space-5);
    }

    .nt-premium-assurances {
        align-items: stretch;
        flex-direction: column;
    }

    .nt-premium-assurances li {
        width: 100%;
    }

    .nt-premium-invitation__details {
        grid-template-columns: 1fr;
    }

    .nt-premium-invitation__visual {
        width: 8rem;
        height: 8rem;
    }

    .nt-home-hero__image {
        min-height: 19rem;
    }

    .nt-home-hero__image img {
        object-position: right center;
    }

    .nt-trust-list,
    .nt-principles,
    .nt-safety-list {
        grid-template-columns: 1fr;
    }

    .nt-site-footer__navigation {
        grid-template-columns: 1fr;
        gap: var(--nt-space-5);
    }

    .nt-site-footer__socials a {
        width: 2.625rem;
        height: 2.625rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nt-site-footer__socials a {
        transition: none;
    }

    .nt-site-footer__socials a:hover,
    .nt-site-footer__socials a:focus-visible {
        transform: none;
    }

    .nt-process-card {
        transition: none;
    }

    .nt-process-card:hover,
    .nt-process-card:focus-within {
        transform: none;
    }

    .nt-home-page *,
    .nt-home-page *::before,
    .nt-home-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
