.newview {
    --nv-red: #ba0614;
    --nv-red-dark: #850411;
    --nv-red-soft: #fff1f3;
    --nv-red-band: #fff7f8;
    --nv-ink: #111827;
    --nv-muted: #5f6b7a;
    --nv-soft: #f6f8fb;
    --nv-line: rgba(17, 24, 39, 0.1);
    --nv-card: rgba(255, 255, 255, 0.88);
    --nv-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
    color: var(--nv-ink);
    background: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    overflow: hidden;
}

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

.newview h1,
.newview h2,
.newview h3,
.newview p {
    letter-spacing: 0;
}

.newview h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(2.65rem, 6vw, 5.65rem);
    line-height: 0.98;
    font-weight: 800;
}

.newview h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 800;
}

.newview h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
}

.newview p {
    color: var(--nv-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.nv-hero {
    position: relative;
    min-height: 92vh;
    padding: 148px 0 88px;
    background:
        linear-gradient(180deg, rgba(255, 241, 243, 0.72) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, #fff 0%, #f8f9fb 58%, var(--nv-red-band) 100%);
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.nv-hero::after {
    display: none;
}

.nv-eyebrow {
    margin-bottom: 1rem;
    color: var(--nv-red);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nv-lead {
    max-width: 620px;
    margin: 1.5rem 0 0;
    color: #374151;
    font-size: 1.22rem;
}

.header .exo-menu > li.nv-header-links {
    display: block;
}

.header .exo-menu > li.nv-header-links nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .exo-menu > li.nv-header-links a {
    display: block;
    color: #fff;
    padding: 22px 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    border-bottom: 0;
    text-decoration: none;
    transition: background-color 0.18s ease;
}

.header .exo-menu > li.nv-header-links a:hover,
.header .exo-menu > li.nv-header-links a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
    border-bottom: 0;
    text-decoration: none;
}

@media (min-width: 992px) {
    .header .navbar {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .header .navbar-header {
        flex: 0 0 auto;
    }

    .header .navbar > div:last-child {
        flex: 1 1 auto;
        min-width: 0;
    }

    .header .navbar-menu {
        flex: 1;
        min-width: 0;
        width: 100%;
        position: static;
        text-align: center;
    }

    .header .exo-menu.nv-newview-menu {
        position: static;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.15rem;
        width: 100%;
        min-height: 59px;
    }

    .header .exo-menu.nv-newview-menu > li {
        float: none;
    }

    .header .exo-menu.nv-newview-menu > li.nv-header-links {
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 2;
        transform: translateX(-50%);
    }

    .header .exo-menu.nv-newview-menu > li.nv-header-links nav {
        white-space: nowrap;
    }

    .header .exo-menu.nv-newview-menu > li.start {
        margin-left: auto;
    }

    .header .exo-menu.nv-newview-menu > li.dropdown {
        margin-left: 0;
        flex: 0 0 auto;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header .exo-menu > li.nv-header-links a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 14px;
    }
}

.nv-choice-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    max-width: 720px;
    margin-top: 1.75rem;
}

.nv-choice-card {
    display: block;
    min-height: 134px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 24px;
    padding: 1rem;
    color: var(--nv-ink);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 42px rgba(17, 24, 39, 0.08);
    text-decoration: none;
    backdrop-filter: blur(12px);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nv-choice-card:hover,
.nv-choice-card:focus {
    color: var(--nv-ink);
    border-color: rgba(186, 6, 20, 0.32);
    box-shadow: 0 20px 52px rgba(186, 6, 20, 0.14);
    text-decoration: none;
    transform: translateY(-3px);
}

.nv-choice-card span,
.nv-choice-card small,
.nv-choice-card strong {
    display: block;
}

.nv-choice-card span {
    color: var(--nv-red);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nv-choice-card strong {
    margin-top: 0.45rem;
    font-size: 1rem;
    line-height: 1.25;
}

.nv-choice-card small {
    margin-top: 0.45rem;
    color: var(--nv-muted);
    font-size: 0.85rem;
    line-height: 1.45;
}

.nv-actions,
.nv-store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    margin-top: 2rem;
}

.nv-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.85rem 1.35rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.28s cubic-bezier(0.18, 0.9, 0.28, 1.2), box-shadow 0.28s ease, background 0.28s ease;
}

.nv-btn:hover,
.nv-btn:focus {
    transform: translateY(-3px) scale(1.02);
    text-decoration: none;
}

.nv-btn:focus-visible {
    outline: 3px solid rgba(186, 6, 20, 0.28);
    outline-offset: 3px;
}

.nv-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--nv-red), #e2384a);
    box-shadow: 0 16px 34px rgba(186, 6, 20, 0.28);
}

.nv-btn-primary:hover,
.nv-btn-primary:focus {
    color: #fff;
    box-shadow: 0 20px 44px rgba(186, 6, 20, 0.34);
}

.nv-btn-secondary {
    color: var(--nv-ink);
    background: #fff;
    border-color: var(--nv-line);
}

.nv-btn-secondary:hover,
.nv-btn-secondary:focus {
    color: var(--nv-red);
    background: #fff;
    border-color: rgba(186, 6, 20, 0.28);
    box-shadow: 0 18px 38px rgba(186, 6, 20, 0.12);
}

.nv-store-row {
    margin-top: 1.1rem;
}

.nv-store-row-dark {
    margin-top: 1.35rem;
}

.nv-store-row img {
    display: block;
    height: 44px;
    width: auto;
}

.nv-product-stage {
    position: relative;
    min-height: 640px;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.nv-product-stage::before,
.nv-product-stage::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 999px;
    filter: blur(2px);
}

.nv-product-stage::before {
    inset: 6% 8% auto auto;
    width: 210px;
    height: 210px;
    background: radial-gradient(circle, rgba(186, 6, 20, 0.16), rgba(186, 6, 20, 0));
    animation: nvGlowDrift 10s ease-in-out infinite;
}

.nv-product-stage::after {
    left: 8%;
    bottom: 8%;
    width: 170px;
    height: 170px;
    background: radial-gradient(circle, rgba(17, 24, 39, 0.12), rgba(17, 24, 39, 0));
    animation: nvGlowDrift 12s ease-in-out infinite reverse;
}

.nv-activity-cloud {
    position: absolute;
    inset: 28px 22px 16px;
    border-radius: 42px;
    background:
        linear-gradient(90deg, rgba(186, 6, 20, 0.06) 1px, transparent 1px),
        linear-gradient(rgba(186, 6, 20, 0.05) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.9;
    animation: nvGridDrift 18s linear infinite;
}

.nv-pin {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--nv-red);
    box-shadow: 0 0 0 0 rgba(186, 6, 20, 0.28);
    animation: nvPulse 2.6s ease-out infinite, nvPinDrift 7s ease-in-out infinite;
}

.nv-pin-one { top: 18%; left: 17%; }
.nv-pin-two { top: 42%; right: 12%; animation-delay: 0.6s; }
.nv-pin-three { right: 28%; bottom: 16%; animation-delay: 1.2s; }

.nv-route {
    position: absolute;
    left: 20%;
    top: 25%;
    width: 58%;
    height: 48%;
    border: 2px dashed rgba(186, 6, 20, 0.24);
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 42px 0 0;
    opacity: 0.9;
    animation: nvRouteTrace 4.8s ease-in-out infinite;
}

.nv-phone {
    position: relative;
    z-index: 2;
    width: min(330px, 76vw);
    border: 11px solid #111827;
    border-radius: 42px;
    background: #111827;
    box-shadow: var(--nv-shadow);
    overflow: hidden;
    transform-style: preserve-3d;
    animation: nvPhoneFloat 8.5s ease-in-out infinite;
}

.nv-phone::before {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 3;
    width: 82px;
    height: 20px;
    content: "";
    transform: translateX(-50%);
    border-radius: 0 0 16px 16px;
    background: #111827;
}

.nv-phone img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.nv-floating-card,
.nv-mini-dashboard {
    position: absolute;
    z-index: 3;
    width: min(240px, 48vw);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.14);
    backdrop-filter: blur(14px);
    will-change: transform;
}

.nv-floating-card span,
.nv-mini-dashboard span {
    display: block;
    color: var(--nv-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.nv-floating-card strong,
.nv-mini-dashboard strong {
    display: block;
    margin-top: 0.35rem;
    color: var(--nv-ink);
    font-size: 1.2rem;
}

.nv-card-promo {
    top: 86px;
    left: 0;
    animation: nvCardOrbitOne 7.2s ease-in-out infinite;
}

.nv-card-notification {
    right: 0;
    bottom: 148px;
    animation: nvCardOrbitTwo 7.8s ease-in-out infinite;
}

.nv-mini-dashboard {
    left: 34px;
    bottom: 62px;
    animation: nvCardOrbitThree 8.4s ease-in-out infinite;
}

.nv-live-feed {
    position: absolute;
    top: 52px;
    right: 32px;
    z-index: 3;
    width: min(232px, 50vw);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.14);
    backdrop-filter: blur(14px);
    animation: nvFeedFloat 7.4s ease-in-out infinite;
}

.nv-live-feed span {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--nv-ink);
    font-size: 0.8rem;
    font-weight: 800;
}

.nv-live-feed p {
    position: relative;
    margin: 0.45rem 0 0;
    padding-left: 1rem;
    color: var(--nv-muted);
    font-size: 0.78rem;
    line-height: 1.35;
    animation: nvFeedLine 6.6s ease-in-out infinite;
}

.nv-live-feed p:nth-of-type(2) {
    animation-delay: 0.8s;
}

.nv-live-feed p:nth-of-type(3) {
    animation-delay: 1.6s;
}

.nv-live-feed p::before {
    position: absolute;
    left: 0;
    top: 0.42rem;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: var(--nv-red);
}

.nv-section {
    padding: 92px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.nv-section + .nv-section {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.nv-section-heading {
    max-width: 780px;
    margin: 0 auto 3rem;
    text-align: center;
}

.nv-section-heading p:not(.nv-eyebrow) {
    margin: 1rem auto 0;
    max-width: 650px;
}

.nv-metrics {
    position: relative;
    z-index: 4;
    padding: 76px 0;
    margin-top: 0;
    background: #fff;
}

.nv-metrics-heading {
    margin-bottom: 2rem;
}

.nv-metrics-heading h2 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.nv-metric-card,
.nv-feature-card,
.nv-step,
.nv-testimonial {
    height: 100%;
    border: 1px solid var(--nv-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(17, 24, 39, 0.07);
}

.nv-metric-card {
    position: relative;
    overflow: hidden;
    padding: 1.6rem;
    text-align: center;
}

.nv-metric-card::after {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1rem;
    height: 5px;
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nv-red), #ff7987);
    transition: transform 1.15s cubic-bezier(0.18, 0.85, 0.2, 1);
}

.nv-metric-card.is-visible::after {
    transform: scaleX(1);
}

.nv-metric-card strong {
    display: block;
    color: var(--nv-red);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
    font-weight: 800;
}

.nv-metric-card span {
    display: block;
    margin-top: 0.55rem;
    color: var(--nv-muted);
    font-weight: 700;
}

.nv-advertiser-panel-section {
    background: linear-gradient(180deg, var(--nv-red-band) 0%, var(--nv-red-soft) 100%);
}

#benefits {
    background: #fff;
}

.nv-use-case-list {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.5rem;
}

.nv-use-case-list span {
    border: 1px solid var(--nv-line);
    border-radius: 18px;
    padding: 0.9rem 1rem;
    color: var(--nv-ink);
    background: rgba(255, 255, 255, 0.78);
    font-weight: 800;
}

.nv-dashboard {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--nv-line);
    border-radius: 34px;
    padding: 1rem;
    background: #111827;
    box-shadow: var(--nv-shadow);
}

.nv-dashboard::before {
    position: absolute;
    inset: -35% auto auto -25%;
    width: 460px;
    height: 460px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(186, 6, 20, 0.24), rgba(186, 6, 20, 0));
    animation: nvPanelGlow 9s ease-in-out infinite;
}

.nv-dashboard > * {
    position: relative;
    z-index: 1;
}

.nv-dashboard header {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.nv-dashboard header span,
.nv-dashboard-grid span {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nv-dashboard header strong {
    display: block;
    margin-top: 0.3rem;
    color: #fff;
    font-size: 1.25rem;
}

.nv-dashboard header a {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 0.72rem 1rem;
    color: #fff;
    background: var(--nv-red);
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nv-dashboard header a:hover,
.nv-dashboard header a:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(186, 6, 20, 0.34);
}

.nv-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 0.85rem;
}

.nv-dashboard-grid article {
    border-radius: 22px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.nv-dashboard-grid strong {
    display: block;
    margin-top: 0.45rem;
    color: #fff;
    font-size: clamp(1.45rem, 3vw, 2.35rem);
    line-height: 1;
}

.nv-dashboard-row {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 0.85rem;
    margin-top: 0.85rem;
}

.nv-dashboard-chart,
.nv-dashboard-list {
    min-height: 210px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}

.nv-dashboard-chart {
    display: flex;
    gap: 0.55rem;
    align-items: end;
    padding: 1rem;
}

.nv-dashboard-chart span {
    flex: 1;
    border-radius: 999px 999px 8px 8px;
    background: linear-gradient(180deg, #f4a2aa, var(--nv-red));
    transform-origin: bottom;
    transform: scaleY(0.16);
    opacity: 0.36;
}

.nv-dashboard.is-visible .nv-dashboard-chart span {
    animation: nvBarLoad 1.15s cubic-bezier(0.18, 0.85, 0.2, 1) forwards;
}

.nv-dashboard-chart span:nth-child(1) { height: 38%; }
.nv-dashboard-chart span:nth-child(2) { height: 72%; }
.nv-dashboard-chart span:nth-child(3) { height: 56%; }
.nv-dashboard-chart span:nth-child(4) { height: 88%; }
.nv-dashboard-chart span:nth-child(5) { height: 64%; }

.nv-dashboard.is-visible .nv-dashboard-chart span:nth-child(2) { animation-delay: 0.16s; }
.nv-dashboard.is-visible .nv-dashboard-chart span:nth-child(3) { animation-delay: 0.32s; }
.nv-dashboard.is-visible .nv-dashboard-chart span:nth-child(4) { animation-delay: 0.48s; }
.nv-dashboard.is-visible .nv-dashboard-chart span:nth-child(5) { animation-delay: 0.64s; }

.nv-dashboard-list {
    display: grid;
    gap: 0.7rem;
    align-content: center;
    padding: 1rem;
}

.nv-dashboard-list span {
    display: block;
    border-radius: 16px;
    padding: 0.8rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 800;
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.18, 0.85, 0.2, 1);
}

.nv-dashboard.is-visible .nv-dashboard-list span {
    opacity: 1;
    transform: translateX(0);
}

.nv-dashboard.is-visible .nv-dashboard-list span:nth-child(2) {
    transition-delay: 0.18s;
}

.nv-dashboard.is-visible .nv-dashboard-list span:nth-child(3) {
    transition-delay: 0.36s;
}

.nv-feature-card {
    padding: 1.45rem;
}

.nv-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    border-radius: 14px;
    color: var(--nv-red);
    background: rgba(186, 6, 20, 0.09);
}

.nv-icon i {
    font-size: 1.18rem;
    line-height: 1;
}

.nv-feature-card p,
.nv-step p,
.nv-testimonial p {
    margin-bottom: 0;
}

.nv-how {
    background: var(--nv-soft);
}

.nv-audience {
    background: linear-gradient(180deg, #fff 0%, var(--nv-red-band) 100%);
}

.nv-screens {
    background: linear-gradient(180deg, var(--nv-soft) 0%, #eef2f7 100%);
}

.nv-engine {
    background: #fff;
}

.nv-events {
    background: linear-gradient(135deg, #111827, #2a0710);
}

.nv-events h2,
.nv-events .nv-eyebrow {
    color: #fff;
}

.nv-events p {
    color: rgba(255, 255, 255, 0.76);
}

.nv-event-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 34px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
    animation: nvSoftPulse 6s ease-in-out infinite;
}

.nv-event-card,
.nv-event-flow {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
}

.nv-event-card {
    min-height: 320px;
    padding: 1.4rem;
}

.nv-event-card span {
    display: inline-flex;
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    color: var(--nv-red);
    background: rgba(186, 6, 20, 0.09);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nv-event-card h3 {
    margin-top: 1.25rem;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.nv-event-card p {
    color: var(--nv-muted);
}

.nv-event-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
}

.nv-event-meta strong {
    border-radius: 18px;
    padding: 1rem;
    color: var(--nv-ink);
    background: var(--nv-soft);
}

.nv-event-flow {
    display: grid;
    gap: 0.75rem;
    align-content: center;
    padding: 1rem;
}

.nv-event-flow span {
    position: relative;
    display: block;
    border-radius: 18px;
    padding: 1rem 1rem 1rem 2.5rem;
    color: #374151;
    background: #fff;
    font-weight: 800;
}

.nv-event-flow span::before {
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 10px;
    height: 10px;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--nv-red);
    box-shadow: 0 0 0 6px rgba(186, 6, 20, 0.1);
}

.nv-engine h2 {
    margin-bottom: 1rem;
}

.nv-engine-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    min-height: 420px;
    border: 1px solid var(--nv-line);
    border-radius: 34px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--nv-shadow);
    backdrop-filter: blur(14px);
}

.nv-engine-board article {
    position: relative;
    display: flex;
    min-height: 170px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 24px;
    padding: 1.1rem;
    background: #fff;
}

.nv-engine-board article::after {
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 96px;
    height: 96px;
    content: "";
    border-radius: 50%;
    background: rgba(186, 6, 20, 0.1);
}

.nv-engine-board span {
    color: var(--nv-muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nv-engine-board strong {
    position: relative;
    z-index: 1;
    color: var(--nv-ink);
    font-size: clamp(1.4rem, 3vw, 2.35rem);
    line-height: 1.05;
}

.nv-step {
    position: relative;
    padding: 2rem;
}

.nv-step-title {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    margin-bottom: 1.15rem;
}

.nv-step span {
    display: inline-flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--nv-red);
    font-weight: 800;
}

.nv-step-title h3 {
    margin: 0;
    line-height: 1.25;
    display: flex;
    min-height: 42px;
    align-items: center;
}

.nv-customer-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3.4rem);
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--nv-line);
    border-radius: 34px;
    padding: clamp(1.4rem, 4vw, 3rem);
    background: linear-gradient(135deg, #fff, #fff7f8);
    box-shadow: var(--nv-shadow);
}

.nv-customer-panel::after {
    display: none;
}

.nv-customer-visual {
    position: relative;
    min-height: 470px;
    isolation: isolate;
}

.nv-customer-visual img {
    display: block;
    height: auto;
    width: 100%;
    border: 9px solid #111827;
    border-radius: 30px;
    background: #111827;
    box-shadow: 0 22px 58px rgba(17, 24, 39, 0.18);
}

.nv-customer-phone-main {
    position: absolute;
    left: 18%;
    top: 0;
    z-index: 2;
    width: min(245px, 58vw);
    animation: nvFloat 7s ease-in-out infinite;
}

.nv-customer-phone-side {
    position: absolute;
    right: 4%;
    bottom: 10px;
    z-index: 1;
    width: min(205px, 48vw);
    opacity: 0.94;
    animation: nvFloat 8s ease-in-out infinite reverse;
}

.nv-customer-float {
    position: absolute;
    z-index: 3;
    max-width: 190px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.14);
    backdrop-filter: blur(12px);
}

.nv-customer-float span,
.nv-customer-float strong {
    display: block;
}

.nv-customer-float span {
    color: var(--nv-muted);
    font-size: 0.76rem;
    font-weight: 800;
}

.nv-customer-float strong {
    margin-top: 0.3rem;
    color: var(--nv-ink);
    font-size: 1.04rem;
}

.nv-customer-float-promo {
    left: 0;
    top: 80px;
    animation: nvCardOrbitOne 7s ease-in-out infinite;
}

.nv-customer-float-event {
    right: 0;
    bottom: 92px;
    animation: nvCardOrbitTwo 8s ease-in-out infinite;
}

.nv-customer-content h3 {
    /* max-width: 520px; */
    font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.nv-customer-content p {
    max-width: 620px;
}

.nv-customer-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.nv-customer-benefits article {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    padding: 1rem;
    background: var(--nv-soft);
}

.nv-customer-benefits i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    border-radius: 12px;
    color: var(--nv-red);
    background: rgba(186, 6, 20, 0.08);
}

.nv-customer-benefits strong,
.nv-customer-benefits span {
    display: block;
}

.nv-customer-benefits strong {
    color: var(--nv-ink);
    font-size: 0.92rem;
    line-height: 1.35;
}

.nv-customer-benefits span {
    margin-top: 0.45rem;
    color: var(--nv-muted);
    font-size: 0.86rem;
    line-height: 1.5;
}

.nv-store-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1.35rem;
}

.nv-store-inline h5 {
    margin: 0;
}

.nv-store-inline img {
    display: block;
    height: 42px;
    width: auto;
}

.nv-pill {
    display: inline-flex;
    margin-bottom: 1rem;
    border-radius: 999px;
    padding: 0.4rem 0.75rem;
    color: var(--nv-red);
    background: rgba(186, 6, 20, 0.09);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nv-original-slider {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}

.nv-original-slider .owl-stage-outer {
    padding: 0;
}

.nv-original-slider .slider-card {
    width: auto;
    margin: 50px 5px;
    padding: 0;
    border: 0;
    border-radius: 15px;
    background: #fff;
    box-shadow: none;
    transform: scale(0.85);
    opacity: 0.5;
    transition: all 0.3s ease;
    filter: none;
    overflow: hidden;
}

.nv-original-slider .owl-item.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    color: #fff;
}

.nv-original-slider .slider-card img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
    border: solid 1px #ffcaca !important;
    border-radius: 15px !important;
    object-fit: cover;
    box-shadow: none;
}

.nv-sd360 {
    background: linear-gradient(180deg, var(--nv-red-band) 0%, #fff1f3 100%);
}

.nv-sd360 h2,
.nv-faq h2 {
    margin-bottom: 1rem;
}

.nv-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.9rem;
}

.nv-ecosystem-grid a {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    border: 1px solid var(--nv-line);
    border-radius: 24px;
    padding: 1rem;
    color: var(--nv-ink);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 46px rgba(17, 24, 39, 0.08);
    text-decoration: none;
    transition: transform 0.34s cubic-bezier(0.18, 0.9, 0.28, 1.2), box-shadow 0.34s ease, border-color 0.34s ease;
}

.nv-ecosystem-grid img {
    display: block;
    max-width: 138px;
    width: 100%;
    height: 42px;
    object-fit: contain;
    object-position: left center;
}

.nv-ecosystem-grid span {
    display: block;
    max-width: 94%;
    color: var(--nv-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.nv-feature-card h3,
.nv-event-card h3,
.nv-lead-form h3,
.nv-customer-content h3 {
    margin-bottom: 0.7rem;
}

.nv-faq-list .accordion-header {
    margin: 0;
}

.nv-ecosystem-grid a:hover,
.nv-ecosystem-grid a:focus {
    color: var(--nv-ink);
    border-color: rgba(186, 6, 20, 0.2);
    text-decoration: none;
    transform: translateY(-7px) scale(1.015);
    box-shadow: 0 22px 58px rgba(17, 24, 39, 0.13);
}

.nv-ecosystem-grid a:nth-child(1),
.nv-ecosystem-grid a:nth-child(2) {
    grid-column: span 3;
}

.nv-ecosystem-grid a:nth-child(n+3) {
    grid-column: span 2;
}

.nv-faq {
    background: #fff;
}

.nv-faq-list {
    display: grid;
    gap: 0.8rem;
}

.nv-faq-list .accordion-item {
    overflow: hidden;
    border: 1px solid var(--nv-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}

.nv-faq-list .accordion-item.nv-scroll-animate {
    transition-duration: 0.72s;
}

.newview .nv-faq-list .accordion-collapse.collapse:not(.show) {
    display: none !important;
}

.newview .nv-faq-list .accordion-collapse.collapse.show {
    display: block;
}

.newview .nv-faq-list .accordion-button {
    min-height: 68px;
    border: 0;
    border-bottom: 0;
    padding: 1.05rem 1.25rem;
    color: var(--nv-ink);
    background: #fff;
    font-weight: 800;
    box-shadow: none;
}

.newview .nv-faq-list .accordion-button:not(.collapsed) {
    color: var(--nv-red);
    background: rgba(186, 6, 20, 0.05);
}

.newview .nv-faq-list .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 0.2rem rgba(186, 6, 20, 0.16);
}

.nv-faq-list .accordion-body {
    color: var(--nv-muted);
    line-height: 1.75;
}

.nv-proof h2 {
    margin-bottom: 1rem;
}

.nv-proof {
    background: #111827;
}

.nv-proof h2,
.nv-proof .nv-eyebrow {
    color: #fff;
}

.nv-testimonial {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.nv-testimonial p {
    color: rgba(255, 255, 255, 0.82);
}

.nv-testimonial strong {
    display: block;
    margin-top: 1rem;
    color: #fff;
}

.nv-final-cta {
    padding: 92px 0 112px;
    background: linear-gradient(135deg, #f6f8fb, #eef2f7);
}

.nv-final-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
    gap: clamp(1.4rem, 4vw, 3rem);
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 34px;
    padding: clamp(2rem, 5vw, 4.5rem);
    text-align: left;
    color: #fff;
    background: linear-gradient(135deg, var(--nv-red-dark), var(--nv-red) 72%, #d93645);
    box-shadow: 0 28px 80px rgba(186, 6, 20, 0.28);
}

.nv-final-panel h2,
.nv-final-panel .nv-eyebrow,
.nv-final-panel p {
    color: #fff;
}

.nv-final-panel p:not(.nv-eyebrow) {
    max-width: 670px;
    margin: 1rem 0 1rem;
}

.nv-final-checks {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.nv-final-checks span {
    position: relative;
    display: block;
    padding-left: 1.7rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
}

.nv-final-checks span::before {
    position: absolute;
    left: 0;
    top: 0.1rem;
    content: "\2713";
    color: #fff;
}

.nv-lead-form {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 28px;
    padding: 1.3rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    overflow: visible;
}

.nv-lead-form h3 {
    color: var(--nv-ink);
    font-size: 1.25rem;
}

.nv-lead-form p {
    margin-top: 0;
    color: var(--nv-muted);
    font-size: 0.95rem;
}

.nv-lead-form label {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--nv-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.nv-lead-form .form-control,
.nv-lead-form .form-select {
    min-height: 48px;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 14px;
    color: var(--nv-ink);
    background: #fff;
}

.nv-lead-form textarea.form-control {
    min-height: 120px;
}

.nv-lead-form .form-control:focus,
.nv-lead-form .form-select:focus {
    border-color: rgba(186, 6, 20, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(186, 6, 20, 0.12);
}

.nv-lead-form .form-control.is-invalid,
.nv-lead-form .form-select.is-invalid {
    border-color: rgba(186, 6, 20, 0.45);
    background-image: none !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 0 0 0.2rem rgba(186, 6, 20, 0.1);
}

.nv-lead-form .form-select.is-invalid {
    padding-right: 0.75rem;
}

.nv-field-invalid .form-control,
.nv-field-invalid .form-select {
    border-color: rgba(186, 6, 20, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(186, 6, 20, 0.1);
}

.nv-field-invalid .form-select {
    background-image: none !important;
    background-repeat: no-repeat !important;
}

.nv-lead-form .form-control:disabled {
    color: rgba(17, 24, 39, 0.45);
    background: rgba(241, 245, 249, 0.78);
    cursor: not-allowed;
}

.nv-phone-field {
    display: flex;
    flex-wrap: nowrap;
}

.nv-phone-field.is-invalid .form-select,
.nv-phone-field.is-invalid .form-control {
    border-color: rgba(186, 6, 20, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(186, 6, 20, 0.1);
}

.nv-phone-field select.form-select {
    flex: 0 0 148px;
    width: 148px;
    min-width: 148px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nv-phone-field input.form-control {
    min-width: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nv-city-field {
    position: relative;
}

.nv-city-suggest {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 80;
    display: none;
    overflow-y: auto;
    max-height: 238px;
    margin-top: 0.35rem;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
}

.nv-city-suggest.is-active {
    display: block;
}

.nv-city-option {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    padding: 0.68rem 0.9rem;
    color: var(--nv-ink);
    text-align: left;
    background: #fff;
}

.nv-city-option:last-child {
    border-bottom: 0;
}

.nv-city-option:hover,
.nv-city-option:focus {
    color: var(--nv-red);
    background: rgba(186, 6, 20, 0.06);
    outline: none;
}

.nv-city-option span {
    color: var(--nv-muted);
    font-size: 0.82rem;
    white-space: nowrap;
}

.nv-city-option span::before {
    content: "\00B7";
    margin-right: 0.45rem;
    color: rgba(100, 116, 139, 0.75);
}

.nv-city-option strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nv-code-step {
    display: none;
    border: 1px solid rgba(186, 6, 20, 0.15);
    border-radius: 18px;
    padding: 0.95rem;
    background: rgba(186, 6, 20, 0.05);
}

.nv-code-step.is-active {
    display: block;
}

.nv-code-step small {
    display: block;
    margin-top: 0.45rem;
    color: var(--nv-muted);
}

.nv-code-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: space-between;
    margin-top: 0.85rem;
}

.nv-link-btn {
    border: 0;
    padding: 0;
    color: var(--nv-red);
    font-size: 0.88rem;
    font-weight: 800;
    background: transparent;
}

.nv-link-btn:hover,
.nv-link-btn:focus {
    color: var(--nv-red-dark);
    text-decoration: underline;
}

#newviewLeadErrors,
#newviewLeadOk,
#newviewLeadLoader {
    display: none;
}

.nv-lead-form .nv-btn {
    width: 100%;
    border: 0;
}

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

@media (max-width: 991px) {
    .nv-hero {
        min-height: auto;
        padding-top: 126px;
    }

    .nv-product-stage {
        min-height: 590px;
        max-width: 620px;
        margin: 0 auto;
    }

    .nv-card-promo {
        left: 18px;
    }

    .nv-live-feed {
        right: 18px;
    }

    .nv-card-notification {
        right: 24px;
        bottom: 132px;
    }

    .nv-customer-panel {
        grid-template-columns: 1fr;
    }

    .nv-customer-phones {
        max-width: 430px;
        min-height: 390px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .newview h1 {
        font-size: 2.75rem;
    }

    .nv-hero {
        padding: 112px 0 66px;
    }

    .nv-actions,
    .nv-store-row,
    .nv-choice-row {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .nv-btn {
        width: 100%;
    }

    .nv-phone-field select.form-select {
        flex-basis: 116px;
        width: 116px;
        min-width: 116px;
    }

    .nv-product-stage {
        min-height: 560px;
        padding-top: 10px;
    }

    .nv-phone {
        width: min(255px, 66vw);
    }

    .nv-card-promo {
        top: 6px;
        left: 4px;
        width: min(180px, 48vw);
    }

    .nv-card-notification {
        right: 6px;
        bottom: 112px;
        width: min(188px, 48vw);
    }

    .nv-mini-dashboard {
        left: 8px;
        bottom: 46px;
        width: min(186px, 48vw);
    }

    .nv-live-feed {
        top: 74px;
        right: 0;
        width: min(196px, 50vw);
        padding: 0.75rem;
    }

    .nv-floating-card strong,
    .nv-mini-dashboard strong {
        font-size: 0.98rem;
    }

    .nv-live-feed p {
        font-size: 0.7rem;
    }

    .newview .nv-faq-list .accordion-button {
        min-height: 62px;
        border-bottom: 0 !important;
        padding: 0.95rem 1.15rem;
        line-height: 1.25;
    }

    .nv-store-inline {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, max-content));
        justify-content: start;
        gap: 0.65rem;
    }

    .nv-store-inline h5 {
        grid-column: 1 / -1;
    }

    .nv-section {
        padding: 68px 0;
    }

    .nv-original-slider {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 18px;
        padding-left: 18px;
        overflow: visible;
    }

    .nv-original-slider .owl-stage-outer {
        padding: 0;
        overflow: visible;
    }

    .nv-original-slider .slider-card {
        margin-right: 8px;
        margin-left: 8px;
    }

    .nv-original-slider .owl-item.center .slider-card {
        transform: scale(1.06);
    }

    .nv-metrics {
        padding-bottom: 52px;
    }

    .nv-customer-benefits {
        grid-template-columns: 1fr;
    }

    .nv-customer-panel {
        grid-template-columns: 1fr;
    }

    .nv-customer-visual {
        min-height: 390px;
    }

    .nv-customer-phone-main {
        width: min(220px, 60vw);
        left: 12%;
    }

    .nv-customer-phone-side {
        width: min(176px, 46vw);
    }

    .nv-engine-board,
    .nv-event-panel,
    .nv-dashboard-grid,
    .nv-dashboard-row,
    .nv-ecosystem-grid,
    .nv-final-panel {
        grid-template-columns: 1fr;
    }

    .nv-ecosystem-grid a,
    .nv-ecosystem-grid a:nth-child(1),
    .nv-ecosystem-grid a:nth-child(2),
    .nv-ecosystem-grid a:nth-child(n+3) {
        grid-column: span 1;
    }

}

@media (max-width: 430px) {
    .nv-product-stage {
        min-height: 520px;
    }

    .nv-phone {
        width: min(230px, 64vw);
    }

    .nv-live-feed {
        top: 84px;
        width: min(176px, 50vw);
    }

    .nv-card-promo,
    .nv-card-notification,
    .nv-mini-dashboard {
        width: min(166px, 47vw);
    }
}

@keyframes nvPhoneFloat {
    0%, 100% { transform: translate3d(0, 0, 0) rotateZ(-1deg); }
    35% { transform: translate3d(0, -16px, 0) rotateZ(1.25deg); }
    70% { transform: translate3d(0, -6px, 0) rotateZ(-0.35deg); }
}

@keyframes nvFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -12px, 0); }
}

@keyframes nvCardOrbitOne {
    0%, 100% { transform: translate3d(0, 0, 0) rotateZ(-1deg); }
    45% { transform: translate3d(12px, -18px, 0) rotateZ(2deg); }
}

@keyframes nvCardOrbitTwo {
    0%, 100% { transform: translate3d(0, 0, 0) rotateZ(1deg); }
    50% { transform: translate3d(-14px, -12px, 0) rotateZ(-2deg); }
}

@keyframes nvCardOrbitThree {
    0%, 100% { transform: translate3d(0, 0, 0) rotateZ(0); }
    50% { transform: translate3d(16px, 12px, 0) rotateZ(1.5deg); }
}

@keyframes nvFeedFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(-8px, -12px, 0); }
}

@keyframes nvFeedLine {
    0%, 100% { opacity: 0.76; transform: translateX(0); }
    45% { opacity: 1; transform: translateX(5px); }
}

@keyframes nvGlowDrift {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.72; }
    50% { transform: translate3d(-24px, 18px, 0) scale(1.16); opacity: 1; }
}

@keyframes nvGridDrift {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: 88px 44px, 44px 88px; }
}

@keyframes nvPinDrift {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(6px, -8px, 0); }
}

@keyframes nvRouteTrace {
    0%, 100% { clip-path: inset(0 0 0 0); opacity: 0.44; }
    50% { clip-path: inset(0 0 0 18%); opacity: 0.92; }
}

@keyframes nvPulse {
    0% { box-shadow: 0 0 0 0 rgba(186, 6, 20, 0.28); }
    70% { box-shadow: 0 0 0 18px rgba(186, 6, 20, 0); }
    100% { box-shadow: 0 0 0 0 rgba(186, 6, 20, 0); }
}

@keyframes nvBarPulse {
    0%, 100% { transform: scaleY(0.82); opacity: 0.82; }
    50% { transform: scaleY(1); opacity: 1; }
}

@keyframes nvBarLoad {
    0% { transform: scaleY(0.16); opacity: 0.36; }
    72% { transform: scaleY(1.08); opacity: 1; }
    100% { transform: scaleY(1); opacity: 1; }
}

@keyframes nvPanelGlow {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.72; }
    50% { transform: translate3d(36px, 24px, 0) scale(1.12); opacity: 1; }
}

@keyframes nvSoftPulse {
    0%, 100% { box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22); }
    50% { box-shadow: 0 30px 92px rgba(186, 6, 20, 0.22); }
}

.nv-scroll-animate {
    opacity: 0;
    transform: translate3d(0, 74px, 0) scale(0.965);
    transition:
        opacity 1.35s cubic-bezier(0.18, 0.85, 0.2, 1),
        transform 1.35s cubic-bezier(0.18, 0.85, 0.2, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    will-change: opacity, transform;
}

.nv-scroll-animate.nv-from-left {
    transform: translate3d(-96px, 32px, 0) scale(0.965);
}

.nv-scroll-animate.nv-from-right {
    transform: translate3d(96px, 32px, 0) scale(0.965);
}

.nv-scroll-animate.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.nv-scroll-animate.nv-pop-in {
    transform: translate3d(0, 54px, 0) scale(0.9);
}

.nv-scroll-animate.nv-pop-in.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .nv-product-stage::before,
    .nv-product-stage::after,
    .nv-pin,
    .nv-route,
    .nv-activity-cloud,
    .nv-card-promo,
    .nv-card-notification,
    .nv-mini-dashboard,
    .nv-live-feed,
    .nv-live-feed p,
    .nv-phone,
    .nv-dashboard::before,
    .nv-dashboard-chart span,
    .nv-customer-phone-main,
    .nv-customer-phone-side,
    .nv-feature-card,
    .nv-step,
    .nv-event-panel,
    .nv-dashboard,
    .nv-ecosystem-grid a,
    .nv-faq-list .accordion-item,
    .nv-final-panel {
        animation: none;
    }

    .nv-scroll-animate {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
