:root {
    --accent-color: #186adc;
    --el-gradient-start: #1559b8;
    --el-gradient-end: #0a73ea;
    --background-secondary-color: #f2f6fb;
    --text-primary: #172033;
    --text-secondary: #5b6577;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    overflow-x: hidden;
}

.main {
    max-width: none;
    box-shadow: none;
}

.skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 1111111112;
    padding: 0.75rem 1rem;
    color: #fff;
    background: #111827;
    border-radius: 0.375rem;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

.header-top-info li {
    white-space: nowrap;
}

.header-fixed .logo img,
.footer .logo img {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.header-fixed .logo {
    --logo-max-width: 156px;
    --logo-max-height: 56px;
}

.header-fixed .logo img {
    width: 156px;
    max-width: 156px;
    height: auto;
}

.footer .logo {
    --logo-max-width: 150px;
    --logo-max-height: 52px;
    margin-left: -7px;
}

.footer .logo img {
    width: 150px;
    max-width: 150px;
    height: auto;
    margin-left: 0;
}

.main-mnu-btn {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.ns-header-cta {
    padding-left: 1.25rem;
}

.ns-hero-item {
    min-height: min(760px, 78vh);
    background-image: linear-gradient(90deg, rgba(242, 246, 251, 0.98) 0%, rgba(242, 246, 251, 0.92) 42%, rgba(242, 246, 251, 0.25) 72%), url("../img/intro-img1.jpg");
    background-position: center;
    background-size: cover;
}

.ns-hero-item::after {
    display: none;
}

.ns-hero-content {
    max-width: 760px;
    margin-left: 0;
}

.ns-hero-content h1 {
    max-width: 760px;
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 1.08;
}

.ns-hero-content .section-desc {
    max-width: 720px;
    font-size: 1.18rem;
}

.section-heading.heading-center .section-desc {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.ns-logo-grid .item {
    display: flex;
}

.ns-logo-card,
.ns-story-logo {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 138px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    border-radius: var(--el-border-radius);
    background: #fff;
}

.ns-logo-card {
    isolation: isolate;
    box-shadow: 0 8px 24px rgba(12, 38, 79, 0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ns-logo-card::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at 50% 115%, rgba(24, 106, 220, 0.13), transparent 62%);
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
}

.ns-logo-card::after {
    position: absolute;
    right: 18%;
    bottom: 0;
    left: 18%;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--el-gradient-start), var(--el-gradient-end));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    content: "";
}

.ns-logo-card img,
.ns-story-logo img {
    width: 100%;
    height: 76px;
    object-fit: contain;
}

.ns-logo-card img {
    opacity: 0.88;
    transform: scale(0.96);
    transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
    .ns-logo-card:hover {
        border-color: rgba(24, 106, 220, 0.28);
        box-shadow: 0 20px 46px rgba(12, 38, 79, 0.17), 0 5px 14px rgba(24, 106, 220, 0.09);
        transform: translateY(-8px);
    }

    .ns-logo-card:hover::before {
        opacity: 1;
    }

    .ns-logo-card:hover::after {
        transform: scaleX(1);
    }

    .ns-logo-card:hover img {
        opacity: 1;
        filter: saturate(1.08);
        transform: scale(1.03);
    }
}

.iitem {
    height: 100%;
}

.iitem-heading {
    overflow-wrap: anywhere;
}

.ns-evo-logo-white {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ns-solution-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.ns-solution-card-link,
.ns-solution-card-link:visited {
    color: inherit;
    text-decoration: none;
}

.ns-solution-card-link:focus-visible {
    outline: 3px solid #1769dc;
    outline-offset: 4px;
    box-shadow: 0 0 0 6px rgba(23, 105, 220, 0.2);
}

.ns-card-icon,
.ns-evo-card-logo {
    position: relative;
    width: 148px;
    height: 62px;
    min-width: 148px;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #0c2d62, #1769dc);
    box-shadow: 0 10px 24px rgba(12, 45, 98, 0.2);
}

.ns-card-icon .material-icons {
    display: block;
    width: auto;
    height: auto;
    font-size: 2.5rem;
    line-height: 1;
}

.ns-evo-card-logo .ns-evo-card-wordmark {
    display: block;
    position: absolute;
    inset: 50% auto auto 50%;
    width: 116px;
    max-width: 116px;
    height: auto;
    max-height: 44px;
    object-fit: contain;
    transform: translate(-50%, -50%);
    transition: opacity 0.18s ease;
}

.ns-evo-card-wordmark-light {
    opacity: 1;
}

.ns-evo-card-wordmark-dark {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .iitem.iitem-hover:hover .ns-evo-card-wordmark-light,
    .ns-solution-card-link:hover .ns-evo-card-wordmark-light {
        opacity: 0;
    }

    .iitem.iitem-hover:hover .ns-evo-card-wordmark-dark,
    .ns-solution-card-link:hover .ns-evo-card-wordmark-dark {
        opacity: 1;
    }

    .ns-about-evo-card:hover .ns-evo-card-wordmark-light {
        opacity: 1;
    }

    .ns-about-evo-card:hover .ns-evo-card-wordmark-dark {
        opacity: 0;
    }
}

@media (hover: none), (pointer: coarse) {
    .iitem.iitem-hover:hover .ns-evo-card-wordmark-light,
    .iitem.iitem-hover:active .ns-evo-card-wordmark-light,
    .iitem.iitem-hover:focus-visible .ns-evo-card-wordmark-light {
        opacity: 0;
    }

    .iitem.iitem-hover:hover .ns-evo-card-wordmark-dark,
    .iitem.iitem-hover:active .ns-evo-card-wordmark-dark,
    .iitem.iitem-hover:focus-visible .ns-evo-card-wordmark-dark {
        opacity: 1;
    }
}

.ns-evo-page-logo-wrap {
    padding-top: 2rem;
}

.ns-evo-page-brand {
    display: inline-flex;
    min-width: 226px;
    min-height: 86px;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #0c2d62, #1769dc);
    box-shadow: 0 14px 34px rgba(12, 45, 98, 0.2);
}

.ns-evo-logo-page {
    width: 190px;
}

.ns-evo-product-panel {
    min-height: 420px;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(142, 194, 255, 0.2);
    border-radius: 26px;
    color: #fff;
    background: linear-gradient(145deg, #091a38, #11336a);
    box-shadow: 0 24px 55px rgba(9, 26, 56, 0.2);
}

.ns-evo-product-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ns-evo-product-brand .ns-evo-logo-white {
    width: min(210px, 48%);
}

.ns-evo-product-brand span {
    max-width: 190px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    line-height: 1.45;
    text-align: right;
}

.ns-evo-capabilities {
    display: grid;
    margin: 2rem 0 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
}

.ns-evo-capabilities li {
    display: flex;
    min-height: 86px;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
    font-family: var(--heading-font-family);
    font-weight: 700;
}

.ns-evo-capabilities i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #1859b4, #0467f1);
}

.ns-evo-demo-section {
    padding-top: 0;
}

.ns-evo-demo-panel {
    display: grid;
    align-items: center;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(142, 194, 255, 0.22);
    border-radius: 26px;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    color: #fff;
    background: linear-gradient(135deg, #081b3b 0%, #0d3977 58%, #1769dc 100%);
    box-shadow: 0 24px 55px rgba(9, 26, 56, 0.22);
}

.ns-evo-demo-copy .section-subheading {
    color: #8ec2ff;
}

.ns-evo-demo-copy h2 {
    margin-bottom: 1rem;
    color: #fff;
}

.ns-evo-demo-copy p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
}

.ns-evo-demo-action {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
}

.ns-evo-demo-logo {
    width: min(210px, 78%);
}

.ns-evo-demo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    color: var(--accent-color);
    background: #fff;
    box-shadow: 0 10px 28px rgba(4, 32, 70, 0.2);
}

.ns-evo-demo-button .material-icons {
    font-size: 1.2rem;
}

.ns-evo-demo-button .el-ripple-circle {
    background: #071e43;
}

@media (hover: hover) and (pointer: fine) {
    .ns-evo-demo-button:hover {
        color: #fff;
        background: #071e43;
    }
}

.ns-evo-demo-button:active {
    color: #fff;
    background: #04142f;
}

.ns-evo-demo-button:focus-visible {
    color: #fff;
    background: #071e43;
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px #1769dc;
}

.ns-check-list {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.ns-check-list li {
    position: relative;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
}

.ns-check-list li::before {
    position: absolute;
    top: 0.05rem;
    left: 0;
    color: var(--accent-color);
    font-family: "Material Icons";
    font-size: 1.35rem;
    content: "check_circle";
}

.ns-contact-cta {
    color: #fff;
    background: linear-gradient(135deg, #0c3c7a, #186adc);
}

.ns-contact-cta h2,
.ns-contact-cta .section-desc {
    color: #fff;
}

.ns-contact-cta .btn {
    color: var(--accent-color);
    fill: var(--accent-color);
    background: #fff;
    box-shadow: 0 10px 28px rgba(4, 32, 70, 0.16);
}

.ns-contact-cta .btn .el-ripple-circle {
    background: #0c2d62;
}

@media (hover: hover) and (pointer: fine) {
    .ns-contact-cta .btn:hover {
        color: #fff;
        fill: #fff;
        background: #0c2d62;
    }
}

.ns-contact-cta .btn:active {
    color: #fff;
    fill: #fff;
    background: #071e43;
}

.ns-contact-cta .btn:focus-visible {
    color: #fff;
    fill: #fff;
    background: #0c2d62;
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px #0c2d62;
}

.ns-page-header {
    position: relative;
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-image: radial-gradient(circle at 80% 20%, rgba(24, 106, 220, 0.22), transparent 35%);
}

.ns-page-header h1 {
    max-width: 1000px;
    font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.ns-page-header .section-desc {
    max-width: 850px;
    font-size: 1.15rem;
}

.ns-breadcrumb-wrap {
    padding-top: 1.5rem;
}

.bread-crumbs-list {
    flex-wrap: wrap;
}

.ns-about-image {
    overflow: hidden;
    border-radius: var(--el-border-radius);
    box-shadow: var(--el-box-shadow);
}

.ns-about-image img {
    display: block;
    width: 100%;
    height: auto;
}

.ns-contact-overview {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.75rem, 3.5vw, 2.75rem);
    border: 1px solid rgba(142, 194, 255, 0.2);
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(145deg, #081a38, #10366d);
    box-shadow: 0 24px 55px rgba(8, 26, 56, 0.2);
}

.ns-contact-overview::before {
    position: absolute;
    z-index: -1;
    top: -7rem;
    right: -7rem;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(38, 128, 255, 0.34), rgba(38, 128, 255, 0));
    content: "";
}

.ns-contact-overview-heading {
    margin-bottom: 2rem;
}

.ns-contact-overview-eyebrow {
    margin-bottom: 0.65rem;
    color: #8ec2ff;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.ns-contact-overview h2 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    line-height: 1.12;
}

.ns-contact-overview-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.65;
}

.ns-contact-methods {
    display: grid;
    gap: 0.85rem;
}

.ns-contact-method {
    display: flex;
    min-width: 0;
    min-height: 84px;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 15px;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    text-decoration: none;
    transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

a.ns-contact-method:hover {
    color: #fff;
}

a.ns-contact-method:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px #1769dc;
}

.ns-contact-method-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    min-width: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #1769dc, #2680ff);
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.18);
}

.ns-contact-method-icon .material-icons {
    display: block;
    width: 1.65rem;
    height: 1.65rem;
    font-size: 1.65rem;
    line-height: 1;
    text-align: center;
}

.ns-contact-method-content {
    display: block;
    min-width: 0;
}

.ns-contact-method-label,
.ns-contact-method-value {
    display: block;
}

.ns-contact-method-label {
    margin-bottom: 0.15rem;
    color: #8ec2ff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ns-contact-method-value {
    color: #fff;
    font-family: var(--heading-font-family);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.ns-contact-method-email {
    overflow-wrap: anywhere;
}

@media (hover: hover) and (pointer: fine) {
    a.ns-contact-method:hover {
        border-color: rgba(142, 194, 255, 0.5);
        background: rgba(255, 255, 255, 0.12);
        transform: translateY(-3px);
    }
}

.ns-form-panel {
    padding: clamp(1.25rem, 4vw, 3.5rem);
    border: 1px solid var(--border-color);
    border-radius: var(--el-border-radius);
    background: #fff;
    box-shadow: var(--el-box-shadow);
}

.ns-form-panel .form-field {
    margin-bottom: 1.4rem;
}

.ns-form-panel .form-field-label {
    position: static;
    display: block;
    margin-bottom: 0.45rem;
    color: var(--text-primary);
    font-weight: 700;
    transform: none;
}

.ns-form-panel .form-field.focus .form-field-label {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.ns-form-required-note {
    margin: 0 0 1.25rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    text-align: right;
}

.ns-required-marker {
    margin-left: 0.16rem;
    color: #d92d20;
    font-weight: 800;
}

.ns-optional-label {
    margin-left: 0.2rem;
    color: var(--text-secondary);
    font-size: 0.85em;
    font-weight: 400;
}

.ns-form-panel .form-field-input {
    width: 100%;
    min-height: 50px;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--border-color);
    border-radius: var(--el-border-radius-min);
    color: var(--text-primary);
    background: #fff;
}

.ns-form-panel textarea.form-field-input {
    min-height: 140px;
    resize: vertical;
}

.ns-form-panel .form-field-input:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(24, 106, 220, 0.16);
}

.form-field-checkbox .checkbox-label {
    min-height: 24px;
    line-height: 1.5;
}

.field-validation-error,
.validation-summary-errors {
    display: block;
    margin-top: 0.35rem;
    color: #b42318;
    font-weight: 700;
}

.validation-summary-valid,
.field-validation-valid {
    display: none;
}

.input-validation-error {
    border-color: #b42318 !important;
}

.ns-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.ns-turnstile {
    min-height: 70px;
    margin: 0 0 1.25rem;
}

.ns-legal-content h2 {
    margin-top: 2.25rem;
    font-size: 1.5rem;
}

.ns-legal-content li {
    margin-bottom: 0.4rem;
}

.ns-legal-meta {
    margin-bottom: 2rem;
    padding: 1rem 1.2rem;
    border-left: 4px solid var(--accent-color);
    border-radius: 0 var(--el-border-radius-min) var(--el-border-radius-min) 0;
    color: var(--text-primary);
    background: var(--background-secondary-color);
}

.ns-legal-meta span {
    margin: 0 0.45rem;
    color: var(--text-secondary);
}

.ns-legal-table-wrap {
    overflow-x: auto;
    margin: 1.25rem 0 2rem;
    border: 1px solid var(--border-color);
    border-radius: var(--el-border-radius-min);
}

.ns-legal-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
}

.ns-legal-table th,
.ns-legal-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--border-color);
    text-align: left;
    vertical-align: top;
}

.ns-legal-table th {
    color: var(--text-primary);
    background: var(--background-secondary-color);
    font-family: var(--heading-font-family);
}

.ns-legal-table th:first-child,
.ns-legal-table td:first-child {
    width: 30%;
    font-weight: 700;
}

.ns-legal-table tbody tr:last-child td {
    border-bottom: 0;
}

.ns-contact-list {
    margin-top: 2rem;
}

.ns-contact-list li {
    align-items: center;
}

.alert {
    margin-bottom: 1.5rem;
    padding: 1rem 1.15rem;
    border: 1px solid transparent;
    border-radius: var(--el-border-radius-min);
}

.alert-success {
    border-color: #84d1a3;
    color: #0f5f32;
    background: #eaf8ef;
}

.alert-warning {
    border-color: #e4c66d;
    color: #5b4600;
    background: #fff8dd;
}

.ns-faq details {
    margin-bottom: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: var(--el-border-radius-min);
    background: #fff;
}

.ns-faq summary {
    padding: 1rem 1.2rem;
    cursor: pointer;
    font-family: var(--heading-font-family);
    font-weight: 700;
}

.ns-faq details p {
    padding: 0 1.2rem 1.2rem;
}

.ns-evo-demo-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.ns-evo-demo-buttons .ns-evo-demo-button {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .ns-evo-demo-panel {
        grid-template-columns: minmax(0, 1fr) minmax(460px, 0.75fr);
        gap: clamp(2rem, 3vw, 3.5rem);
    }
}

.ns-evo-demo-button-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: none;
}

@media (hover: hover) {
    .ns-evo-demo-button-secondary:hover {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
        border-color: #fff;
    }
}

.ns-evo-faq {
    max-width: 960px;
    margin: 2.5rem auto 0;
}

.ns-evo-faq details {
    margin-bottom: 1rem;
    box-shadow: 0 10px 28px rgba(8, 26, 56, 0.06);
}

.ns-evo-faq details:last-child {
    margin-bottom: 0;
}

.ns-error-page {
    min-height: 65vh;
    text-align: center;
}

.ns-error-code {
    color: var(--accent-color);
    font-family: var(--heading-font-family);
    font-size: clamp(5rem, 15vw, 10rem);
    font-weight: 700;
    line-height: 1;
}

.ns-error-page p {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.ns-request-id {
    font-size: 0.9rem;
}

.footer {
    color: rgba(255, 255, 255, 0.78);
    background: #0c1a35;
}

.footer-main {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.footer a,
.footer .item-heading,
.footer .widget-heading {
    color: #fff;
}

.footer a:hover {
    color: #8ec2ff;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav li {
    margin-bottom: 0.55rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.12);
}

.footer-bottom .copyright {
    width: 100%;
    text-align: center;
}

.btn-top {
    cursor: pointer;
}

.ns-main-menu-dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    color: var(--text-primary);
    background: transparent;
    font: inherit;
    font-size: 0.9375rem;
    line-height: inherit;
    cursor: pointer;
    transition: color 0.2s ease;
}

.ns-main-menu-dropdown-toggle > i {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.25rem;
    color: var(--accent-color);
    font-size: 1.125rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

.ns-integrations-menu:hover > .ns-main-menu-dropdown-toggle,
.ns-integrations-menu:focus-within > .ns-main-menu-dropdown-toggle,
.ns-integrations-menu.active > .ns-main-menu-dropdown-toggle,
.ns-integrations-menu.open > .ns-main-menu-dropdown-toggle {
    color: var(--accent-color);
}

.ns-integrations-menu:hover > .ns-main-menu-dropdown-toggle > i,
.ns-integrations-menu:focus-within > .ns-main-menu-dropdown-toggle > i,
.ns-integrations-menu.open > .ns-main-menu-dropdown-toggle > i {
    transform: rotate(180deg);
}

.main-mnu-list > li.ns-integrations-menu:focus-within > ul,
.main-mnu-list > li.ns-integrations-menu.open > ul {
    z-index: 11;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.ns-integrations-menu > ul {
    min-width: 15rem !important;
}

.ns-integrations-menu > ul a {
    white-space: nowrap;
}

.ns-mobile-menu-label {
    display: block;
    width: 100%;
    padding: 0.875rem 3.75rem 0.875rem 1.25rem;
    color: var(--text-primary);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    cursor: pointer;
}

.mmm {
    padding-top: 3.5rem !important;
}

.ns-mobile-integrations.active > .ns-mobile-menu-label,
.ns-mobile-integrations.open > .ns-mobile-menu-label {
    color: var(--accent-color);
    background-color: rgba(30, 111, 219, 0.08);
}

.mmm-list > li.ns-mobile-integrations > .mmm-btn {
    border: 0;
    color: var(--text-primary);
    background: transparent;
}

.mmm-list > li.ns-mobile-integrations.active > .mmm-btn,
.mmm-list > li.ns-mobile-integrations.open > .mmm-btn {
    color: var(--accent-color);
    transform: none;
}

.ns-mobile-integrations > .mmm-btn:hover,
.ns-mobile-integrations > .mmm-btn:focus-visible {
    color: var(--accent-color);
}

.ns-mobile-integrations > .mmm-btn:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: -3px;
}

.ns-mobile-integrations > .mmm-btn i {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    font-size: 1.5rem;
    line-height: 1;
    transform: none;
}

.ns-mobile-integrations .mmsm li.active > a {
    color: var(--accent-color);
    font-weight: 700;
}

.ns-integration-benefit {
    height: 100%;
}

.ns-table-scroll-hint {
    display: none;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.75rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.ns-table-scroll-hint i {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--accent-color);
    font-size: 1.25rem;
    line-height: 1;
}

.ns-integration-matrix-wrap {
    overflow-x: auto;
    border: 1px solid rgba(24, 106, 220, 0.16);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(8, 26, 56, 0.12);
    scrollbar-color: #1769dc #eaf1fb;
    scrollbar-width: thin;
}

.ns-integration-matrix-wrap:focus-visible {
    outline: 3px solid #1769dc;
    outline-offset: 4px;
}

.ns-integration-matrix {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--text-primary);
}

.ns-integration-matrix th,
.ns-integration-matrix td {
    padding: 1rem 0.9rem;
    border-right: 1px solid rgba(12, 38, 79, 0.08);
    border-bottom: 1px solid rgba(12, 38, 79, 0.08);
    text-align: center;
    vertical-align: middle;
}

.ns-integration-matrix th:last-child,
.ns-integration-matrix td:last-child {
    border-right: 0;
}

.ns-integration-matrix tbody tr:last-child th,
.ns-integration-matrix tbody tr:last-child td {
    border-bottom: 0;
}

.ns-integration-matrix thead th {
    color: #fff;
    background: #0c244a;
    font-family: var(--heading-font-family);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.ns-integration-matrix thead th:first-child {
    z-index: 3;
    min-width: 220px;
    border-top-left-radius: 17px;
    text-align: left;
}

.ns-integration-matrix thead th:last-child {
    border-top-right-radius: 17px;
}

.ns-integration-matrix tbody tr:nth-child(even) {
    background: #f5f8fd;
}

.ns-integration-matrix tbody th {
    min-width: 220px;
    color: #0c244a;
    background: #fff;
    font-family: var(--heading-font-family);
    font-weight: 700;
    text-align: left;
}

.ns-integration-matrix tbody tr:nth-child(even) th {
    background: #f5f8fd;
}

.ns-integration-matrix thead th:first-child,
.ns-integration-matrix tbody th {
    position: sticky;
    left: 0;
}

.ns-integration-matrix tbody th {
    z-index: 2;
    box-shadow: 8px 0 16px rgba(8, 26, 56, 0.04);
}

.ns-matrix-status {
    display: inline-flex;
    min-width: 116px;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.ns-matrix-status-ready {
    border: 1px solid rgba(16, 137, 76, 0.2);
    color: #08713d;
    background: #e9f8ef;
}

.ns-matrix-status-discovery {
    border: 1px solid rgba(23, 105, 220, 0.2);
    color: #0d57bd;
    background: #eaf2fe;
}

.ns-integration-note {
    display: flex;
    max-width: 980px;
    align-items: flex-start;
    gap: 0.85rem;
    margin: 1.5rem auto 0;
    padding: 1rem 1.15rem;
    border-left: 4px solid #1769dc;
    border-radius: 0 12px 12px 0;
    color: var(--text-secondary);
    background: #edf4fe;
}

.ns-integration-note i {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    color: #1769dc;
    font-size: 1.5rem;
    line-height: 1;
}

.ns-integration-note p {
    margin: 0;
}

.ns-integration-specialty {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    color: var(--text-primary);
    text-decoration: none;
}

.ns-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 1.25rem;
    color: var(--accent-color);
    font-weight: 700;
    transition: color 0.2s ease;
}

.ns-card-link i {
    width: 1.1rem;
    height: 1.1rem;
    color: inherit;
    font-size: 1.1rem;
    line-height: 1;
}

.ns-integration-specialty:hover .ns-card-link,
.ns-integration-specialty:focus-visible .ns-card-link {
    color: #fff;
}

.ns-machine-flow {
    display: grid;
    margin: 0;
    padding: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    border: 1px solid rgba(142, 194, 255, 0.18);
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(145deg, #081a38, #10366d);
    box-shadow: 0 24px 55px rgba(8, 26, 56, 0.18);
    list-style: none;
}

.ns-machine-flow li {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 210px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    text-align: center;
}

.ns-machine-flow li:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -1.55rem;
    width: 2.1rem;
    height: 2.1rem;
    border: 4px solid #0d2d5d;
    border-radius: 50%;
    color: #fff;
    background: #1769dc;
    font-family: "Material Icons";
    font-size: 1.1rem;
    line-height: 1.65rem;
    content: "arrow_forward";
    transform: translateY(-50%);
}

.ns-machine-flow-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #1769dc, #2680ff);
}

.ns-machine-flow-icon i {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.8rem;
    line-height: 1;
}

.ns-machine-flow-step {
    margin-bottom: 0.3rem;
    color: #8ec2ff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.ns-machine-flow strong {
    color: #fff;
    font-family: var(--heading-font-family);
    font-size: 1.05rem;
}

.ns-machine-flow small {
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    line-height: 1.45;
}

.ns-machine-data-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.ns-machine-data-card {
    min-width: 0;
    padding: 1.4rem;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(8, 26, 56, 0.07);
}

.ns-machine-data-card > i {
    width: 2rem;
    height: 2rem;
    margin-bottom: 1rem;
    color: #1769dc;
    font-size: 2rem;
    line-height: 1;
}

.ns-machine-data-card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.05rem;
}

.ns-machine-data-card p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.94rem;
}

.ns-machine-data-disclaimer {
    max-width: 900px;
    margin: 1.5rem auto 0;
    color: var(--text-secondary);
    font-size: 0.92rem;
    text-align: center;
}

.ns-machine-connectivity {
    display: grid;
    align-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, #0c244a, #0d57bd);
    box-shadow: 0 24px 55px rgba(8, 26, 56, 0.18);
}

.ns-machine-connectivity .section-subheading {
    color: #8ec2ff;
}

.ns-machine-connectivity h2 {
    color: #fff;
}

.ns-machine-connectivity p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.ns-protocol-list,
.ns-machine-benefit-list {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    list-style: none;
}

.ns-protocol-list li,
.ns-machine-benefit-list li {
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.09);
    font-family: var(--heading-font-family);
    font-weight: 700;
    text-align: center;
}

.ns-machine-benefit-list li {
    position: relative;
    padding-left: 2.6rem;
    text-align: left;
}

.ns-machine-benefit-list li::before {
    position: absolute;
    top: 50%;
    left: 0.9rem;
    color: #8ec2ff;
    font-family: "Material Icons";
    font-size: 1.15rem;
    font-weight: 400;
    content: "check_circle";
    transform: translateY(-50%);
}

.ns-machine-process {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
}

.ns-machine-process li {
    padding: 1.4rem;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: #fff;
}

.ns-machine-process li > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 12px;
    color: #fff;
    background: #1769dc;
    font-weight: 700;
}

.ns-machine-process strong {
    display: block;
    min-height: 3rem;
    font-family: var(--heading-font-family);
}

.ns-machine-process p {
    margin: 0.5rem 0 0;
    color: var(--text-secondary);
    font-size: 0.92rem;
}

.ns-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

@media (max-width: 1199.98px) {
    .ns-header-cta {
        display: none;
    }

    .header-top {
        display: none;
    }

    .header-fixed > .container > .row {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        align-items: center;
    }

    .header-fixed > .container > .row > .header-fixed-col:first-child {
        grid-column: 1;
        justify-self: start;
    }

    .header-fixed > .container > .row > .logo-wrapper {
        grid-column: 2;
        justify-self: center;
    }

    .header-fixed > .container > .row > .header-fixed-col:last-child {
        grid-column: 3;
        width: 48px;
        padding-right: 0;
        padding-left: 0;
    }

    .header-fixed .logo {
        --logo-max-width: 122px;
        --logo-max-height: 46px;
    }

    .header-fixed .logo img {
        width: 122px;
        max-width: 122px;
        transform: translateX(-0.5px);
    }

    .ns-hero-item {
        min-height: 680px;
        background-image: linear-gradient(90deg, rgba(242, 246, 251, 0.98), rgba(242, 246, 251, 0.82)), url("../img/intro-img1.jpg");
    }

    .ns-hero-content .section-subheading,
    .ns-hero-content h1,
    .ns-hero-content .section-desc {
        color: var(--text-primary);
    }

    .ns-machine-data-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ns-machine-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ns-evo-demo-buttons {
        flex-direction: column;
    }

    .ns-machine-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ns-machine-flow li:nth-child(2)::after {
        display: none;
    }

    .ns-machine-connectivity {
        grid-template-columns: 1fr;
    }

    .ns-machine-data-grid,
    .ns-machine-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ns-evo-demo-section {
        padding-top: 0;
    }

    .ns-evo-demo-panel {
        padding: 1.5rem;
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .ns-evo-demo-copy p {
        font-size: 1rem;
    }

    .ns-evo-demo-action,
    .ns-evo-demo-button,
    .ns-evo-demo-buttons {
        width: 100%;
    }

    .ns-evo-demo-buttons {
        flex-direction: column;
        justify-content: center;
    }

    .footer .logo {
        margin-left: -5px;
    }

    .footer .logo img {
        width: auto;
        max-width: none;
        height: 36px;
        max-height: 36px;
    }

    .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .ns-table-scroll-hint {
        display: flex;
    }

    .ns-integration-matrix-wrap {
        margin-right: -0.25rem;
        border-radius: 14px;
    }

    .ns-integration-matrix {
        min-width: 900px;
    }

    .ns-integration-matrix th,
    .ns-integration-matrix td {
        padding: 0.8rem 0.7rem;
    }

    .ns-integration-matrix thead th:first-child,
    .ns-integration-matrix tbody th {
        min-width: 180px;
    }

    .ns-machine-flow,
    .ns-machine-data-grid,
    .ns-machine-process {
        grid-template-columns: 1fr;
    }

    .ns-machine-flow {
        padding: 1rem;
    }

    .ns-machine-flow li {
        min-height: 180px;
    }

    .ns-machine-flow li:not(:last-child)::after {
        top: auto;
        right: 50%;
        bottom: -1.55rem;
        content: "arrow_downward";
        transform: translateX(50%);
    }

    .ns-machine-flow li:nth-child(2)::after {
        display: block;
    }

    .ns-machine-connectivity {
        padding: 1.5rem;
    }

    .ns-protocol-list,
    .ns-machine-benefit-list {
        grid-template-columns: 1fr;
    }

    .ns-machine-process strong {
        min-height: 0;
    }

    .ns-hero-item {
        min-height: 620px;
    }

    .ns-hero-content .section-desc {
        font-size: 1rem;
    }

    .intro-btns,
    .intro-btns .btn,
    .ns-contact-cta .btn {
        width: 100%;
    }

    .intro-item-type-1 .ns-hero-content .btn.ns-hero-secondary-btn {
        color: #0b1d3a;
        fill: #0b1d3a;
        background: transparent;
        box-shadow: none;
    }

    .intro-item-type-1 .ns-hero-content .btn.ns-hero-secondary-btn::before {
        border: 1px solid #0b1d3a;
    }

    .intro-item-type-1 .ns-hero-content .btn.ns-hero-secondary-btn:hover,
    .intro-item-type-1 .ns-hero-content .btn.ns-hero-secondary-btn:active {
        color: #0b1d3a;
        fill: #0b1d3a;
        background: transparent;
    }

    .intro-item-type-1 .ns-hero-content .btn.ns-hero-secondary-btn:focus-visible {
        color: #0b1d3a;
        fill: #0b1d3a;
        outline: 3px solid #fff;
        outline-offset: 3px;
        box-shadow: 0 0 0 6px #1769dc;
    }

    .intro-item-type-1 .ns-hero-content .btn.ns-hero-secondary-btn .el-ripple-circle {
        background: rgba(11, 29, 58, 0.12);
    }

    .ns-page-header {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .ns-evo-product-panel {
        min-height: 0;
        padding: 1.25rem;
    }

    .ns-evo-product-brand {
        align-items: flex-start;
        flex-direction: column;
    }

    .ns-evo-product-brand .ns-evo-logo-white {
        width: min(190px, 76%);
    }

    .ns-evo-product-brand span {
        max-width: none;
        text-align: left;
    }

    .ns-evo-capabilities {
        grid-template-columns: 1fr;
    }

    .ns-form-panel {
        padding: 1.25rem;
    }

    .ns-contact-overview {
        padding: 1.5rem;
    }

    .ns-contact-overview h2 {
        font-size: 2rem;
    }

    .ns-contact-overview-heading p {
        font-size: 1rem;
    }

    .ns-form-required-note {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
