.nl-organization-landing {
    --no-primary: #1f5f73;
    --no-primary-dark: #174858;
    --no-primary-soft: #eaf4f7;

    --no-blue: #4a6cf7;
    --no-blue-soft: #eef2ff;

    --no-purple: #7564d5;
    --no-purple-soft: #f0edff;

    --no-orange: #e88b2a;
    --no-orange-soft: #fff3e6;

    --no-green: #18a66a;
    --no-green-soft: #e9f8f1;

    --no-dark: #0f1729;
    --no-mid: #334155;
    --no-soft: #64748b;
    --no-muted: #94a3b8;

    --no-line: rgba(31, 95, 115, .12);
    --no-line-strong: rgba(31, 95, 115, .22);

    --no-bg-soft: #f8faff;

    --no-radius: 1.25rem;

    --no-shadow:
        0 4px 24px rgba(15, 23, 41, .07);

    --no-shadow-lg:
        0 20px 60px rgba(15, 23, 41, .11);

    color: var(--no-mid);
}

.nl-organization-landing *,
.nl-organization-landing *::before,
.nl-organization-landing *::after {
    box-sizing: border-box;
}

.nl-organization-landing section {
    padding: 4rem 0;
}

.nl-organization-landing button,
.nl-organization-landing input,
.nl-organization-landing select,
.nl-organization-landing textarea {
    font: inherit;
}

.nl-org-dots {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background-image:
        radial-gradient(
            circle,
            #94a3b8 1px,
            transparent 1px
        );

    background-size: 30px 30px;

    opacity: .09;
}

.nl-org-eyebrow {
    display: inline-flex;
    align-items: center;

    padding: .32rem .82rem;
    margin-bottom: 1rem;

    border: 1px solid rgba(31, 95, 115, .19);
    border-radius: 100px;

    background: var(--no-primary-soft);

    color: var(--no-primary);

    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .055em;
    line-height: 1;
    text-transform: uppercase;
}

.nl-org-heading {
    margin: 0 0 .9rem;

    color: var(--no-dark);

    font-size: clamp(1.7rem, 3.4vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.18;
}

.nl-org-heading span {
    color: var(--no-primary);
}

.nl-org-sub {
    max-width: 590px;
    margin: 0;

    color: var(--no-soft);

    font-size: 1rem;
    line-height: 1.75;
}

.nl-org-sub--center {
    margin-inline: auto;
}

.nl-org-splash {
    position: relative;

    overflow: hidden;

    padding: 5rem 0 !important;

    background: #f8faff;
}

.nl-org-splash__canvas {
    position: absolute;
    inset: 0;
    z-index: 0;

    overflow: hidden;

    pointer-events: none;
}

.nl-org-splash__dots {
    position: absolute;
    inset: 0;

    background-image:
        radial-gradient(
            circle,
            #94a3b8 1px,
            transparent 1px
        );

    background-size: 32px 32px;

    opacity: .16;
}

.nl-org-splash__blob {
    position: absolute;

    border-radius: 50%;

    filter: blur(72px);

    opacity: .52;
}

.nl-org-splash__blob--1 {
    top: -170px;
    right: -110px;

    width: 520px;
    height: 520px;

    background:
        radial-gradient(
            circle,
            #bfdbfe 0%,
            transparent 70%
        );
}

.nl-org-splash__blob--2 {
    bottom: -170px;
    left: -90px;

    width: 420px;
    height: 420px;

    background:
        radial-gradient(
            circle,
            #fde68a 0%,
            transparent 70%
        );
}

.nl-org-splash__blob--3 {
    top: 28%;
    left: 43%;

    width: 280px;
    height: 280px;

    background:
        radial-gradient(
            circle,
            #c7d2fe 0%,
            transparent 70%
        );

    opacity: .32;
}

.nl-org-splash__inner {
    position: relative;
    z-index: 1;
}

.nl-org-splash__badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;

    padding: .38rem .92rem .38rem .58rem;

    border: 1px solid rgba(31, 95, 115, .2);
    border-radius: 999px;

    background: rgba(234, 244, 247, .9);

    color: var(--no-primary);

    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .025em;
}

.nl-org-splash__badge > span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;

    border-radius: 50%;

    background: var(--no-primary);
}

.nl-org-splash__heading {
    margin: 0;

    color: var(--no-dark);

    font-size: clamp(2.25rem, 5.4vw, 3.65rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.nl-org-splash__heading span {
    position: relative;

    display: inline-block;

    color: var(--no-primary);
}

.nl-org-splash__heading span::after {
    content: '';

    position: absolute;
    right: 3%;
    bottom: -7px;
    left: 3%;

    height: 4px;

    border-radius: 999px;

    background: #374c50;
}

.nl-org-splash__sub {
    max-width: 720px;
    margin: 0;

    color: var(--no-soft);

    font-size: 1.05rem;
    line-height: 1.78;
}

.nl-org-splash__service-grid {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 1080px;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    grid-auto-rows: 1fr;

    gap: .9rem;

    margin-inline: auto;
}

.nl-org-splash__service-item {
    min-width: 0;
    min-height: 118px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: .7rem;

    padding: 1rem;

    border: 1px solid rgba(31, 95, 115, .14);
    border-radius: 1rem;

    background: rgba(255, 255, 255, .92);

    box-shadow:
        0 10px 28px rgba(15, 23, 41, .07);

    text-align: center;

    backdrop-filter: blur(8px);

    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.nl-org-splash__service-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: .82rem;

    background: var(--no-primary-soft);

    color: var(--no-primary);

    font-size: 1.05rem;
}

.nl-org-splash__service-item strong {
    min-height: 2.7em;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--no-mid);

    font-size: .86rem;
    font-weight: 750;
    line-height: 1.35;
}

.nl-org-splash__service-item--blue
.nl-org-splash__service-icon {
    background: var(--no-blue-soft);
    color: var(--no-blue);
}

.nl-org-splash__service-item--purple
.nl-org-splash__service-icon {
    background: var(--no-purple-soft);
    color: var(--no-purple);
}

.nl-org-splash__service-item--orange
.nl-org-splash__service-icon {
    background: var(--no-orange-soft);
    color: var(--no-orange);
}

.nl-org-services {
    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #f6fbfd 0%,
            #ffffff 48%,
            #f8faff 100%
        );
}

.nl-org-service-card {
    --card-color: var(--no-primary);
    --card-soft: var(--no-primary-soft);

    position: relative;

    height: 100%;

    padding: 1.35rem;

    overflow: hidden;

    border: 1.5px solid var(--no-line);
    border-radius: 1rem;

    background: #ffffff;

    box-shadow: var(--no-shadow);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.nl-org-service-card::after {
    content: '';

    position: absolute;
    right: -42px;
    bottom: -42px;

    width: 112px;
    height: 112px;

    border-radius: 50%;

    background: var(--card-soft);

    opacity: .8;

    pointer-events: none;
}

.nl-org-service-card--blue {
    --card-color: var(--no-blue);
    --card-soft: var(--no-blue-soft);
}

.nl-org-service-card--purple {
    --card-color: var(--no-purple);
    --card-soft: var(--no-purple-soft);
}

.nl-org-service-card--orange {
    --card-color: var(--no-orange);
    --card-soft: var(--no-orange-soft);
}

.nl-org-service-card__number {
    position: absolute;
    top: 1.15rem;
    right: 1.15rem;

    color: rgba(100, 116, 139, .28);

    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .07em;
}

.nl-org-service-card__icon {
    position: relative;
    z-index: 1;

    width: 46px;
    height: 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 1rem;

    border-radius: .85rem;

    background: var(--card-soft);

    color: var(--card-color);

    font-size: 1.08rem;
}

.nl-org-service-card h3 {
    position: relative;
    z-index: 1;

    margin: 0 0 .6rem;

    color: var(--no-dark);

    font-size: 1rem;
    font-weight: 760;
    line-height: 1.35;
}

.nl-org-service-card p {
    position: relative;
    z-index: 1;

    margin: 0;

    color: var(--no-soft);

    font-size: .84rem;
    line-height: 1.65;
}

.nl-org-service-card ul {
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;

    gap: .45rem;

    padding: 0;
    margin: 1rem 0 0;

    list-style: none;
}

.nl-org-service-card li {
    position: relative;

    padding-left: 1rem;

    color: var(--no-mid);

    font-size: .75rem;
    line-height: 1.45;
}

.nl-org-service-card li::before {
    content: '';

    position: absolute;
    top: .48rem;
    left: 0;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: var(--card-color);
}

.nl-org-process {
    background: #ffffff;
}

.nl-org-checklist {
    display: flex;
    flex-direction: column;

    gap: .75rem;

    padding: 0;
    margin: 1.5rem 0 0;

    list-style: none;
}

.nl-org-checklist li {
    display: flex;
    align-items: flex-start;

    gap: .65rem;

    color: var(--no-mid);

    font-size: .88rem;
    line-height: 1.55;
}

.nl-org-checklist li::before {
    content: none;
}

.nl-org-checklist i {
    flex-shrink: 0;

    margin-top: .17rem;

    color: var(--no-primary);
}

.nl-org-process-card {
    padding: 1rem;

    border: 1px solid var(--no-line);
    border-radius: var(--no-radius);

    background: var(--no-bg-soft);

    box-shadow: var(--no-shadow);
}

.nl-org-process-step {
    position: relative;

    display: grid;

    grid-template-columns:
        52px minmax(0, 1fr);

    gap: 1rem;

    padding: 1.15rem;

    border: 1px solid transparent;
    border-radius: .9rem;

    background: #ffffff;
}

.nl-org-process-step + .nl-org-process-step {
    margin-top: .75rem;
}

.nl-org-process-step__marker {
    width: 44px;
    height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: .8rem;

    background: var(--no-primary-soft);

    color: var(--no-primary);

    font-size: .85rem;
    font-weight: 800;
}

.nl-org-process-step__eyebrow {
    display: block;

    margin-bottom: .18rem;

    color: var(--no-primary);

    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.nl-org-process-step h3 {
    margin: 0 0 .35rem;

    color: var(--no-dark);

    font-size: .95rem;
    font-weight: 750;
}

.nl-org-process-step p {
    margin: 0;

    color: var(--no-soft);

    font-size: .8rem;
    line-height: 1.6;
}

.nl-org-contact {
    position: relative;

    overflow: hidden;

    background: var(--no-bg-soft);
}

.nl-org-alert {
    width: 100%;
    max-width: 1080px;

    display: flex;
    align-items: flex-start;

    gap: .8rem;

    padding: 1rem 1.1rem;
    margin: 0 auto 1.25rem;

    border: 1px solid rgba(24, 166, 106, .2);
    border-radius: .9rem;

    background: var(--no-green-soft);

    color: #126b47;
}

.nl-org-alert__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: .65rem;

    background: #ffffff;

    color: var(--no-green);
}

.nl-org-alert strong {
    display: block;

    margin-bottom: .12rem;

    font-size: .88rem;
}

.nl-org-alert p {
    margin: 0;

    font-size: .82rem;
    line-height: 1.5;
}

.nl-org-contact-shell {
    width: 100%;
    max-width: 1080px;

    margin-inline: auto;

    overflow: hidden;

    border: 1px solid var(--no-line);
    border-radius: var(--no-radius);

    background: #ffffff;

    box-shadow: var(--no-shadow-lg);
}

.nl-org-contact-info {
    position: relative;

    width: 100%;

    padding: 2rem;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            var(--no-primary-dark) 0%,
            var(--no-primary) 62%,
            #28798f 100%
        );

    color: #ffffff;
}

.nl-org-contact-info::before,
.nl-org-contact-info::after {
    content: '';

    position: absolute;

    border-radius: 50%;

    background: rgba(255, 255, 255, .07);

    pointer-events: none;
}

.nl-org-contact-info::before {
    top: -125px;
    right: -70px;

    width: 290px;
    height: 290px;
}

.nl-org-contact-info::after {
    bottom: -150px;
    left: -80px;

    width: 300px;
    height: 300px;
}

.nl-org-contact-info > * {
    position: relative;
    z-index: 1;
}

.nl-org-contact-info__intro {
    max-width: 720px;
}

.nl-org-contact-info__eyebrow {
    display: inline-flex;

    padding: .3rem .68rem;
    margin-bottom: 1rem;

    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;

    background: rgba(255, 255, 255, .09);

    color: rgba(255, 255, 255, .9);

    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.nl-org-contact-info h3 {
    margin: 0 0 .7rem;

    color: #ffffff;

    font-size: 1.55rem;
    font-weight: 780;
    letter-spacing: -.02em;
}

.nl-org-contact-info__intro > p {
    margin: 0;

    color: rgba(255, 255, 255, .78);

    font-size: .92rem;
    line-height: 1.72;
}

.nl-org-contact-info__items {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: .9rem;

    padding: 0;
    margin: 1.6rem 0 0;

    list-style: none;
}

.nl-org-contact-info__items li {
    min-width: 0;

    display: flex;
    align-items: flex-start;

    gap: .75rem;

    padding: 1rem;

    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: .85rem;

    background: rgba(255, 255, 255, .08);
}

.nl-org-contact-info__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .72rem;

    background: rgba(255, 255, 255, .11);

    color: #ffffff;

    font-size: .9rem;
}

.nl-org-contact-info__items li > div {
    min-width: 0;
}

.nl-org-contact-info__items strong {
    display: block;

    margin-bottom: .18rem;

    color: #ffffff;

    font-size: .82rem;
    font-weight: 700;
    line-height: 1.4;
}

.nl-org-contact-info__items small {
    display: block;

    color: rgba(255, 255, 255, .7);

    font-size: .73rem;
    line-height: 1.5;
}

.nl-org-contact-info__note {
    max-width: 760px;

    display: flex;
    align-items: flex-start;

    gap: .6rem;

    padding: .8rem .9rem;
    margin-top: 1rem;

    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: .75rem;

    background: rgba(255, 255, 255, .08);

    color: rgba(255, 255, 255, .76);

    font-size: .72rem;
    line-height: 1.55;
}

.nl-org-contact-info__note i {
    flex-shrink: 0;

    margin-top: .12rem;

    color: #ffffff;
}

.nl-org-form-card {
    width: 100%;

    padding: 2rem;

    background: #ffffff;
}

.nl-org-form-card__head {
    display: flex;
    align-items: center;

    gap: .8rem;

    padding-bottom: 1.2rem;
    margin-bottom: 1.25rem;

    border-bottom: 1px solid var(--no-line);
}

.nl-org-form-card__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: .8rem;

    background: var(--no-primary-soft);

    color: var(--no-primary);

    font-size: 1rem;
}

.nl-org-form-card__head > div {
    min-width: 0;
}

.nl-org-form-card__head
span:not(.nl-org-form-card__icon) {
    display: block;

    margin-bottom: .1rem;

    color: var(--no-primary);

    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.nl-org-form-card__head h3 {
    margin: 0;

    color: var(--no-dark);

    font-size: 1.2rem;
    font-weight: 760;
}

.nl-org-form .form-label {
    margin-bottom: .42rem;

    color: var(--no-dark);

    font-size: .8rem;
    font-weight: 700;
}

.nl-org-form .form-control,
.nl-org-form .form-select {
    min-height: 50px;

    padding: .75rem .85rem;

    border: 1.5px solid rgba(31, 95, 115, .17);
    border-radius: .72rem;

    background-color: #ffffff;

    color: var(--no-dark);

    font-size: .86rem;

    box-shadow: none;

    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

.nl-org-form textarea.form-control {
    min-height: 185px;

    resize: vertical;

    line-height: 1.6;
}

.nl-org-form .form-control::placeholder {
    color: var(--no-muted);

    opacity: 1;
}

.nl-org-form .form-control:focus,
.nl-org-form .form-select:focus {
    border-color: var(--no-primary);

    box-shadow:
        0 0 0 .22rem rgba(31, 95, 115, .11);
}

.nl-org-form .form-control.is-invalid,
.nl-org-form .form-select.is-invalid {
    border-color: #c63d4f;
}

.nl-org-form .form-control.is-invalid:focus,
.nl-org-form .form-select.is-invalid:focus {
    box-shadow:
        0 0 0 .22rem rgba(198, 61, 79, .1);
}

.nl-org-form .invalid-feedback {
    margin-top: .35rem;

    color: #b3293c;

    font-size: .72rem;
}

.nl-org-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 1rem;

    padding-top: .35rem;
}

.nl-org-form__footer p {
    margin: 0;

    color: var(--no-soft);

    font-size: .72rem;
}

.nl-org-form__submit {
    min-width: 160px;

    justify-content: center;
}

@media (max-width: 991.98px) {
    .nl-org-splash {
        padding: 4rem 0 !important;
    }

    .nl-org-splash__service-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .nl-org-contact-info__items {
        grid-template-columns: 1fr;
    }

    .nl-org-contact-info__items li {
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .nl-organization-landing section {
        padding: 3rem 0;
    }

    .nl-org-splash {
        padding: 3.5rem 0 !important;
    }

    .nl-org-splash__heading br {
        display: none;
    }

    .nl-org-splash__service-item {
        min-height: 104px;
    }

    .nl-org-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .nl-org-form__submit {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .nl-org-splash__heading {
        font-size: clamp(2rem, 10vw, 2.6rem);
    }

    .nl-org-splash__sub {
        font-size: .96rem;
    }

    .nl-org-splash__service-grid {
        grid-template-columns: 1fr;
    }

    .nl-org-splash__service-item {
        min-height: 82px;

        flex-direction: row;
        justify-content: flex-start;

        text-align: left;
    }

    .nl-org-splash__service-item strong {
        min-height: 0;

        justify-content: flex-start;

        text-align: left;
    }

    .nl-org-process-card {
        padding: .75rem;
    }

    .nl-org-process-step {
        grid-template-columns:
            40px minmax(0, 1fr);

        gap: .75rem;

        padding: 1rem;
    }

    .nl-org-process-step__marker {
        width: 36px;
        height: 36px;
    }

    .nl-org-contact-info,
    .nl-org-form-card {
        padding: 1.25rem;
    }

    .nl-org-contact-shell {
        border-radius: 1rem;
    }

    .nl-org-contact-info__items li {
        align-items: flex-start;

        padding: .9rem;
    }

    .nl-org-form-card__head {
        align-items: flex-start;
    }
}

[dir="rtl"] .nl-org-service-card__number {
    right: auto;
    left: 1.15rem;
}

[dir="rtl"] .nl-org-service-card li {
    padding-right: 1rem;
    padding-left: 0;
}

[dir="rtl"] .nl-org-service-card li::before {
    right: 0;
    left: auto;
}

@media (max-width: 575.98px) {
    [dir="rtl"] .nl-org-splash__service-item {
        text-align: right;
    }

    [dir="rtl"] .nl-org-splash__service-item strong {
        justify-content: flex-start;

        text-align: right;
    }
}


@media (prefers-reduced-motion: reduce) {
    .nl-org-splash__service-item,
    .nl-org-service-card {
        transition: none;
    }
}