:root {
    --nl-ink: #101828;
    --nl-muted: #667085;
    --nl-line: rgba(16, 24, 40, .12);
    --nl-primary: #12715c;
    --nl-primary-dark: #0f5949;
    --nl-tertiary: #f5d36b;
    --nl-blue: #2563eb;
    --nl-violet: #7c3aed;
}

html {
    scroll-padding-top: 92px;
}

body {
    color: var(--nl-ink);
}

.nl-support-hero-gradient {
    background:
        radial-gradient(circle at 88% 12%, rgba(18, 113, 92, .16) 0, rgba(18, 113, 92, 0) 34%),
        linear-gradient(180deg, #dff4e9 0%, #ffffff 100%) !important;
}

.uc-navbar-container.bg-white,
.uc-navbar-container {
    backdrop-filter: blur(18px);
}

.nl-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--nl-ink);
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0;
}

.nl-brand-logo {
    display: block;
    width: auto;
    height: 42px;
    max-width: 180px;
    object-fit: contain;
}

.nl-footer-logo {
    height: 44px;
    max-width: 190px;
}

.nl-brand:hover {
    color: var(--nl-ink);
    text-decoration: none;
}

.nl-brand-mark {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--nl-ink), #214154);
    color: #fff;
    font-weight: 900;
    line-height: 1;
}

.nl-brand-text {
    font-size: 23px;
    letter-spacing: 0;
}

.nl-brand-light {
    color: #fff;
}

.nl-brand-light .nl-brand-mark {
    background: #fff;
    color: var(--nl-ink);
}

.nl-brand-light .nl-brand-text {
    color: #fff;
}

.nl-menu-feature {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    padding: 12px !important;
    border-radius: 12px;
    transition: background .2s ease, transform .2s ease;
}

.nl-menu-feature:hover {
    background: #f3f7f5;
    transform: translateY(-1px);
}

.nl-menu-feature > span:last-child {
    display: flex;
    flex-direction: column;
}

.nl-menu-feature b {
    color: var(--nl-ink);
    font-size: 14px;
}

.nl-menu-feature small {
    color: var(--nl-muted);
    font-size: 11px;
    line-height: 1.4;
    margin-top: 2px;
}

.nl-menu-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: none;
    place-items: center;
    border-radius: 11px;
    background: #ecfdf3;
    color: var(--nl-primary);
    font-weight: 900;
}

.nl-menu-icon img {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}

.hero-seven-scene .bg-tertiary-300 {
    background: linear-gradient(180deg, #dff4e9 0%, #f7fbf8 100%) !important;
}

.hero-seven-scene h1 {
    letter-spacing: 0;
}

.hero-seven-scene [data-uc-typed] {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.nl-fast-wow > * {
    opacity: 0;
    transform: translateY(28px);
}

body.wf-loaded .nl-fast-wow > * {
    animation: nlFastWow .72s cubic-bezier(.16, 1, .3, 1) forwards;
}

body.wf-loaded .nl-fast-wow > *:nth-child(1) {
    animation-delay: .04s;
}

body.wf-loaded .nl-fast-wow > *:nth-child(2) {
    animation-delay: .16s;
}

body.wf-loaded .nl-fast-wow > *:nth-child(3) {
    animation-delay: .28s;
}

body.wf-loaded .nl-fast-wow > *:nth-child(4) {
    animation-delay: .4s;
}

body.wf-loaded .nl-fast-wow > *:nth-child(5) {
    animation-delay: .52s;
}

body.wf-loaded .nl-fast-wow > *:nth-child(n+6) {
    animation-delay: .64s;
}

@keyframes nlFastWow {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nl-fast-wow > * {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

.nl-hero-actions {
    align-items: center;
}

.nl-hero-actions .btn {
    width: auto;
    min-width: 220px;
}

.nl-hero-media {
    position: relative;
    background: #101828;
}

.nl-hero-media video {
    display: block;
    width: 100%;
}

.nl-dashboard-overlay {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 4px;
    max-width: min(320px, calc(100% - 36px));
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 12px;
    background: rgba(16, 24, 40, .78);
    color: #fff;
    backdrop-filter: blur(14px);
}

.nl-dashboard-overlay span {
    color: var(--nl-tertiary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.nl-dashboard-overlay strong {
    font-size: 15px;
    line-height: 1.2;
}

.nl-brand-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid var(--nl-line);
    border-radius: 999px;
    background: #fff;
    color: var(--nl-ink);
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .06);
}

.main-features .uc-subnav a {
    white-space: nowrap;
}

.main-features .post,
.main-features .panel.border,
.blog-posts .post,
.nl-products-showcase .panel.border {
    border-color: var(--nl-line) !important;
}

.nl-blog-grid .nl-blog-card {
    min-height: 100%;
}

.nl-blog-grid .nl-blog-card .featured-image {
    aspect-ratio: 16 / 9;
    max-height: 180px;
}

.nl-blog-grid .nl-blog-card .panel {
    padding: 14px !important;
}

.nl-blog-grid .nl-blog-card .post-title {
    font-size: 1rem;
    line-height: 1.28;
}

.key-features .section-outer {
    background: linear-gradient(135deg, #f0f8ef 0%, #dceee7 52%, #f8f3d6 100%) !important;
}

.nl-capabilities,
.nl-capabilities h2,
.nl-capabilities h3,
.nl-capabilities p {
    color: var(--nl-ink) !important;
}

.key-features .feature-item-icon {
    box-shadow: 0 14px 30px rgba(16, 24, 40, .08);
}

.nl-products-showcase {
    background: #f8fafc;
}

.nl-product-card {
    min-height: 360px;
    padding: 28px;
    border-color: rgba(16, 24, 40, .12) !important;
}

.nl-product-card:hover {
    transform: translateY(-4px);
}

.nl-product-mark {
    display: grid;
    width: 58px;
    height: 58px;
    flex: none;
    place-items: center;
    border-radius: 16px;
    /*background: linear-gradient(135deg, var(--nl-primary), var(--nl-primary-dark));*/
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.nl-product-mark img {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
}

.nl-empty-blog {
    width: 100%;
    min-height: 180px;
    display: grid;
    align-content: center;
    justify-items: center;
}

.faq .uc-accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-right: 0;
}

.faq .uc-accordion-title::before,
.faq .uc-accordion-title::after {
    display: none !important;
    content: none !important;
}

.nl-faq-toggle {
    display: grid;
    width: 34px;
    height: 34px;
    flex: none;
    place-items: center;
    border: 1px solid rgba(16, 24, 40, .12);
    border-radius: 50%;
    background: #fff;
    color: var(--nl-primary);
    box-shadow: 0 8px 20px rgba(16, 24, 40, .08);
}

.nl-faq-toggle::before {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.uc-open > .uc-accordion-title .nl-faq-toggle::before {
    content: "\f068";
}

.nl-contact {
    background: linear-gradient(180deg, #fff 0%, #f5f8fb 100%);
}

.nl-contact-card {
    width: min(100%, 560px);
    margin: 0 auto;
    border-color: rgba(16, 24, 40, .12) !important;
    box-shadow: 6px 0 0 #101828, 0 18px 48px rgba(16, 24, 40, .06);
}

.nl-contact-card .form-label {
    margin-bottom: 4px;
}

.nl-contact-card .form-control {
    border-color: #d8e0ea;
    background: #fff;
    color: var(--nl-ink);
    min-height: 42px;
    padding: 8px 12px;
    font-size: 14px;
}

.nl-contact-card .h-48px {
    height: 42px !important;
    min-height: 42px !important;
}

.nl-contact-card .form-control::placeholder {
    color: #98a2b3;
}

.nl-contact-card textarea.form-control {
    min-height: 100px;
}

.nl-contact-card .btn {
    min-height: 44px;
}

.nl-contact-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--nl-muted);
    font-size: 15px;
}

.nl-contact-line i {
    display: grid;
    width: 24px;
    height: 24px;
    flex: none;
    place-items: center;
    border-radius: 50%;
    background: #e9f8ef;
    color: var(--nl-primary);
    font-size: 14px;
}

.nl-form-error {
    color: #d94c4c !important;
    font-size: 13px;
}

.nl-form-success {
    display: none;
    min-height: 320px;
    place-items: center;
    text-align: center;
}

.wf-cookie-settings-link {
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    opacity: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.nav-y .uc-parent > a::after,
.nav-y .uc-parent.uc-open > a::after {
    content: none;
}

@media (max-width: 960px) {
    .hero-seven-scene .min-w-700px {
        min-width: 0 !important;
        width: 100%;
    }

    .hero-seven-scene .nl-hero-title {
        min-height: calc(2 * 1.18em);
    }
}

@media (max-width: 640px) {
    .hero-seven-scene .section-outer {
        padding-top: 6rem !important;
    }

    .hero-seven-scene .nl-hero-title {
        line-height: 1.18 !important;
        min-height: calc(3 * 1.18em);
    }

    .nl-hero-actions .btn {
        width: 100%;
    }

    .nl-dashboard-overlay {
        position: static;
        max-width: none;
        border-radius: 0;
    }

    .nl-brand-strip span {
        min-height: 48px;
        font-size: 15px;
    }

    .nl-brand-logo {
        height: 36px;
        max-width: 150px;
    }
}

@media (max-width: 379px) {
    .hero-seven-scene .nl-hero-title {
        min-height: calc(4 * 1.18em);
    }
}
