.notify-benefits-v1 {
    --nb-bg: #f4f7fc;
    --nb-surface: #ffffff;
    --nb-surface-2: #f7faff;
    --nb-border: #dfe8f5;
    --nb-text: #0f172a;
    --nb-muted: #5d6b85;
    --nb-blue: #2563eb;
    --nb-blue-dark: #1d4ed8;
    --nb-violet: #7c3aed;
    --nb-teal: #14b8a6;
    --nb-amber: #f59e0b;
    --nb-rose: #f43f5e;
    --nb-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
    --nb-shadow-sm: 0 16px 36px rgba(15, 23, 42, 0.08);
    color: var(--nb-text);
    background: var(--nb-bg);
}

.notify-benefits-v1 * {
    box-sizing: border-box;
}

.notify-benefits-v1 .container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.notify-benefits-v1 .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
    font-size: 0.96rem;
    border: 1px solid transparent;
}

.notify-benefits-v1 .primary-btn {
    color: #fff;
    background: linear-gradient(135deg, #4f9bff 0%, #2b6fe7 100%);
    box-shadow: 0 12px 28px rgba(43, 111, 231, 0.32);
}

.notify-benefits-v1 .primary-btn:hover {
    transform: translateY(-2px);
}

.notify-benefits-v1 .secondary-btn {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
}

.notify-benefits-v1 .secondary-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

.notify-benefits-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    color: #5d7596;
}

.notify-benefits-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.26), transparent 18%),
        radial-gradient(circle at 66% 52%, rgba(20, 184, 166, 0.16), transparent 22%),
        linear-gradient(135deg, #050a13 0%, #0a1424 52%, #101d33 100%);
}

.notify-benefits-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
    pointer-events: none;
}

.notify-benefits-hero .container,
.notify-benefits-strip .container,
.notify-benefits-section .container,
.notify-benefits-final .container {
    position: relative;
    z-index: 1;
}

.notify-benefits-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 30px;
    align-items: center;
    padding: 44px 0 34px;
}

.notify-benefits-hero h1 {
    margin: 0;
    max-width: 780px;
    font-size: clamp(2.1rem, 3.8vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.notify-benefits-lead {
    max-width: 720px;
    margin: 18px 0 0;
    font-size: 1rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.76);
}

.notify-benefits-actions,
.notify-benefits-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.notify-benefits-microcopy {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.notify-benefits-microcopy span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.06);
    font-size: 0.88rem;
    color: rgba(255,255,255,0.78);
}

.notify-benefits-livecard {
    padding: 22px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.04) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.notify-benefits-livecard__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.notify-benefits-livecard__head strong {
    font-size: 1rem;
}

.notify-benefits-livecard__head span {
    color: rgba(255,255,255,0.64);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.notify-benefits-livecard__list {
    display: grid;
    gap: 12px;
}

.notify-benefits-liveitem {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 18px;
    background: rgba(5, 10, 19, 0.5);
    border: 1px solid rgba(255,255,255,0.08);
}

.notify-benefits-liveitem__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.notify-benefits-liveitem--alert .notify-benefits-liveitem__icon {
    background: rgba(244,63,94,0.18);
}

.notify-benefits-liveitem--trade .notify-benefits-liveitem__icon {
    background: rgba(124,58,237,0.18);
}

.notify-benefits-liveitem--profit .notify-benefits-liveitem__icon {
    background: rgba(245,158,11,0.18);
}

.notify-benefits-liveitem--price .notify-benefits-liveitem__icon {
    background: rgba(20,184,166,0.18);
}

.notify-benefits-liveitem strong {
    display: block;
    font-size: 0.94rem;
}

.notify-benefits-liveitem span {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,0.68);
    font-size: 0.84rem;
    line-height: 1.56;
}

.notify-benefits-strip {
    padding: 24px 0 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.notify-benefits-strip__box {
    padding: 26px 30px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--nb-border);
    box-shadow: var(--nb-shadow-sm);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.notify-benefits-strip__title {
    font-size: 1.12rem;
    font-weight: 800;
    color: #13213f;
}

.notify-benefits-strip__box p {
    margin: 10px 0 0;
    color: var(--nb-muted);
    line-height: 1.72;
}

.notify-benefits-textlink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: #1e3a8a;
    font-weight: 700;
    text-decoration: none;
}

.notify-benefits-section {
    padding: 78px 0 0;
}

.notify-benefits-section--soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.55) 0%, rgba(248,251,255,0.9) 100%);
    padding-bottom: 6px;
}

.notify-benefits-section-head {
    margin-bottom: 34px;
    text-align: center;
}

.notify-benefits-section-head.compact {
    margin-bottom: 30px;
}

.notify-benefits-section-head h2,
.notify-benefits-final h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.04;
    color: #13213f;
}

.notify-benefits-section-head p,
.notify-benefits-final p {
    margin: 12px auto 0;
    max-width: 820px;
    color: var(--nb-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.notify-benefits-problems,
.notify-benefits-benefit-grid,
.notify-benefits-why-grid,
.notify-benefits-personas {
    display: grid;
    gap: 20px;
}

.notify-benefits-problems,
.notify-benefits-benefit-grid,
.notify-benefits-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.notify-benefits-personas {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.notify-benefits-problem-card,
.notify-benefits-card,
.notify-benefits-why-card,
.notify-benefits-persona {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--nb-border);
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.95) 100%);
    box-shadow: var(--nb-shadow-sm);
}

.notify-benefits-problem-card h3,
.notify-benefits-card h3,
.notify-benefits-why-card h3,
.notify-benefits-persona h3,
.notify-benefits-flow__step h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.14;
    color: #13213f;
}

.notify-benefits-problem-card p,
.notify-benefits-card p,
.notify-benefits-why-card p,
.notify-benefits-persona p,
.notify-benefits-flow__step p {
    margin: 12px 0 0;
    color: var(--nb-muted);
    line-height: 1.7;
}

.notify-benefits-card__icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--nb-blue);
    font-size: 1.08rem;
    margin-bottom: 18px;
}

.notify-benefits-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.notify-benefits-flow__step {
    position: relative;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid var(--nb-border);
    background: #fff;
    box-shadow: var(--nb-shadow-sm);
}

.notify-benefits-flow__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--nb-blue);
    font-size: 0.9rem;
    font-weight: 800;
}

.notify-benefits-final {
    padding: 78px 0 88px;
}

.notify-benefits-final__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 32px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at right center, rgba(37,99,235,0.28), transparent 18%),
        linear-gradient(135deg, #09111f 0%, #10203a 100%);
    box-shadow: 0 24px 60px rgba(8,16,29,0.20);
}

.notify-benefits-final .notify-benefits-eyebrow,
.notify-benefits-final h2,
.notify-benefits-final p {
    color: #fff;
}

.notify-benefits-final p {
    max-width: 760px;
    color: rgba(255,255,255,0.76);
}

@media (max-width: 1180px) {
    .notify-benefits-hero__inner,
    .notify-benefits-strip__box,
    .notify-benefits-final__box,
    .notify-benefits-personas,
    .notify-benefits-flow {
        grid-template-columns: 1fr;
    }

    .notify-benefits-problems,
    .notify-benefits-benefit-grid,
    .notify-benefits-why-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .notify-benefits-v1 .container {
        width: min(1240px, calc(100% - 32px));
    }

    .notify-benefits-hero__inner {
        padding: 34px 0 26px;
    }
}

@media (max-width: 640px) {
    .notify-benefits-v1 .container {
        width: min(1240px, calc(100% - 28px));
    }

    .notify-benefits-actions,
    .notify-benefits-final__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .notify-benefits-microcopy {
        flex-direction: column;
        align-items: flex-start;
    }

    .notify-benefits-livecard,
    .notify-benefits-strip__box,
    .notify-benefits-problem-card,
    .notify-benefits-card,
    .notify-benefits-why-card,
    .notify-benefits-persona,
    .notify-benefits-flow__step,
    .notify-benefits-final__box {
        padding: 20px;
    }
}


.notify-benefits-section--carousel {
    padding: 34px 0 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.notify-benefits-carousel {
    position: relative;
}

.notify-benefits-carousel__track {
    position: relative;
    display: grid;
    min-height: 510px;
}

.notify-benefits-scenario {
    --nb-accent: var(--nb-blue);
    --nb-accent-soft: rgba(37, 99, 235, 0.10);
    --nb-accent-soft-2: rgba(37, 99, 235, 0.18);
    --nb-accent-strong: #1d4ed8;
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: minmax(340px, 1.04fr) minmax(300px, 0.96fr);
    gap: 24px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid var(--nb-border);
    background:
        radial-gradient(circle at 92% 12%, rgba(96,165,250,0.08), transparent 22%),
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.96) 100%);
    box-shadow: var(--nb-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    animation: nbCarouselSlide 48s infinite;
}

.notify-benefits-scenario:nth-child(1) { animation-delay: 0s; }
.notify-benefits-scenario:nth-child(2) { animation-delay: 6s; }
.notify-benefits-scenario:nth-child(3) { animation-delay: 12s; }
.notify-benefits-scenario:nth-child(4) { animation-delay: 18s; }
.notify-benefits-scenario:nth-child(5) { animation-delay: 24s; }
.notify-benefits-scenario:nth-child(6) { animation-delay: 30s; }
.notify-benefits-scenario:nth-child(7) { animation-delay: 36s; }
.notify-benefits-scenario:nth-child(8) { animation-delay: 42s; }

.notify-benefits-scenario--blue {
    --nb-accent: #2563eb;
    --nb-accent-soft: rgba(37, 99, 235, 0.10);
    --nb-accent-soft-2: rgba(37, 99, 235, 0.18);
    --nb-accent-strong: #1d4ed8;
}

.notify-benefits-scenario--violet {
    --nb-accent: #7c3aed;
    --nb-accent-soft: rgba(124, 58, 237, 0.10);
    --nb-accent-soft-2: rgba(124, 58, 237, 0.18);
    --nb-accent-strong: #6d28d9;
}

.notify-benefits-scenario--emerald {
    --nb-accent: #059669;
    --nb-accent-soft: rgba(5, 150, 105, 0.10);
    --nb-accent-soft-2: rgba(5, 150, 105, 0.18);
    --nb-accent-strong: #047857;
}

.notify-benefits-scenario--slate {
    --nb-accent: #334155;
    --nb-accent-soft: rgba(51, 65, 85, 0.10);
    --nb-accent-soft-2: rgba(51, 65, 85, 0.18);
    --nb-accent-strong: #1e293b;
}

.notify-benefits-scenario--amber {
    --nb-accent: #d97706;
    --nb-accent-soft: rgba(217, 119, 6, 0.10);
    --nb-accent-soft-2: rgba(217, 119, 6, 0.18);
    --nb-accent-strong: #b45309;
}

.notify-benefits-scenario--gold {
    --nb-accent: #ca8a04;
    --nb-accent-soft: rgba(202, 138, 4, 0.10);
    --nb-accent-soft-2: rgba(202, 138, 4, 0.18);
    --nb-accent-strong: #a16207;
}

.notify-benefits-scenario--teal {
    --nb-accent: #0f766e;
    --nb-accent-soft: rgba(15, 118, 110, 0.10);
    --nb-accent-soft-2: rgba(15, 118, 110, 0.18);
    --nb-accent-strong: #115e59;
}

.notify-benefits-scenario--rose {
    --nb-accent: #e11d48;
    --nb-accent-soft: rgba(225, 29, 72, 0.10);
    --nb-accent-soft-2: rgba(225, 29, 72, 0.18);
    --nb-accent-strong: #be123c;
}

.notify-benefits-scenario__visual {
    padding: 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 15% 14%, rgba(96,165,250,0.12), transparent 22%),
        linear-gradient(135deg, #0b1528 0%, #11213d 52%, #162a4b 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 40px rgba(8, 16, 29, 0.20);
}

.notify-benefits-scenario__stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.notify-benefits-scenario__node {
    min-height: 178px;
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
}

.notify-benefits-scenario__node i {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 14px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 1rem;
}

.notify-benefits-scenario__node strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.25;
}

.notify-benefits-scenario__node span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,0.72);
    font-size: 0.84rem;
    line-height: 1.55;
}

.notify-benefits-scenario__node--notify {
    background: linear-gradient(180deg, var(--nb-accent-soft-2) 0%, rgba(255,255,255,0.08) 100%);
    border-color: rgba(255,255,255,0.14);
}

.notify-benefits-scenario__node--notify i {
    background: var(--nb-accent-soft-2);
}

.notify-benefits-scenario__node--result {
    background: rgba(255,255,255,0.10);
}

.notify-benefits-scenario__arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.82);
    font-size: 0.86rem;
}

.notify-benefits-scenario__content {
    min-width: 0;
}

.notify-benefits-scenario__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--nb-accent-soft);
    color: var(--nb-accent-strong);
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
}

.notify-benefits-scenario__content h3 {
    margin: 0;
    font-size: clamp(1.65rem, 2.2vw, 2.2rem);
    line-height: 1.06;
    color: #13213f;
}

.notify-benefits-scenario__facts {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.notify-benefits-scenario__facts li {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid #e6eef9;
}

.notify-benefits-scenario__facts strong {
    color: var(--nb-accent-strong);
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.notify-benefits-scenario__facts span {
    color: var(--nb-muted);
    line-height: 1.68;
}

.notify-benefits-carousel__dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.notify-benefits-carousel__dots span {
    width: 38px;
    height: 6px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.10);
    overflow: hidden;
    position: relative;
}

.notify-benefits-carousel__dots span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--nb-blue), #60a5fa);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    animation: nbCarouselDot 48s infinite;
}

.notify-benefits-carousel__dots span:nth-child(1)::before { animation-delay: 0s; }
.notify-benefits-carousel__dots span:nth-child(2)::before { animation-delay: 6s; }
.notify-benefits-carousel__dots span:nth-child(3)::before { animation-delay: 12s; }
.notify-benefits-carousel__dots span:nth-child(4)::before { animation-delay: 18s; }
.notify-benefits-carousel__dots span:nth-child(5)::before { animation-delay: 24s; }
.notify-benefits-carousel__dots span:nth-child(6)::before { animation-delay: 30s; }
.notify-benefits-carousel__dots span:nth-child(7)::before { animation-delay: 36s; }
.notify-benefits-carousel__dots span:nth-child(8)::before { animation-delay: 42s; }

.notify-benefits-carousel:hover .notify-benefits-scenario,
.notify-benefits-carousel:hover .notify-benefits-carousel__dots span::before {
    animation-play-state: paused;
}

@keyframes nbCarouselSlide {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(12px);
    }
    1.2% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    11.0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    12.5% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
    }
}

@keyframes nbCarouselDot {
    0% {
        opacity: 1;
        transform: scaleX(0);
    }
    11.0% {
        opacity: 1;
        transform: scaleX(1);
    }
    12.5% {
        opacity: 0;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(1);
    }
}

@media (max-width: 1180px) {
    .notify-benefits-carousel__track {
        min-height: 620px;
    }

    .notify-benefits-scenario {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .notify-benefits-carousel__track {
        min-height: 760px;
    }

    .notify-benefits-scenario__stage {
        grid-template-columns: 1fr;
    }

    .notify-benefits-scenario__arrow {
        margin: 0 auto;
        transform: rotate(90deg);
    }

    .notify-benefits-scenario__node {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    .notify-benefits-section--carousel {
        padding-top: 26px;
    }

    .notify-benefits-carousel__track {
        min-height: 860px;
    }

    .notify-benefits-scenario {
        padding: 20px;
        gap: 18px;
    }

    .notify-benefits-scenario__visual {
        padding: 18px;
    }

    .notify-benefits-scenario__facts li {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 14px 14px;
    }

    .notify-benefits-carousel__dots span {
        width: 24px;
    }
}


/* Sequential sub-card and row highlight */
.notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario__facts li {
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario__facts li:nth-child(1),
.notify-benefits-scenario__facts li:nth-child(1)::before,
.notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1) i {
    animation: nbScenarioFocus 48s infinite linear;
}

.notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario__facts li:nth-child(2),
.notify-benefits-scenario__facts li:nth-child(2)::before,
.notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3) i {
    animation: nbScenarioFocus 48s infinite linear;
}

.notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario__facts li:nth-child(3),
.notify-benefits-scenario__facts li:nth-child(3)::before,
.notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5) i {
    animation: nbScenarioFocus 48s infinite linear;
}

/* slide 1 */
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__facts li:nth-child(1),
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__facts li:nth-child(1)::before,
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1) i { animation-delay: 0.0s; }
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__facts li:nth-child(2),
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__facts li:nth-child(2)::before,
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3) i { animation-delay: 1.6s; }
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__facts li:nth-child(3),
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__facts li:nth-child(3)::before,
.notify-benefits-scenario:nth-child(1) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5) i { animation-delay: 3.2s; }

/* slide 2 */
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__facts li:nth-child(1),
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__facts li:nth-child(1)::before,
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1) i { animation-delay: 6.0s; }
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__facts li:nth-child(2),
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__facts li:nth-child(2)::before,
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3) i { animation-delay: 7.6s; }
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__facts li:nth-child(3),
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__facts li:nth-child(3)::before,
.notify-benefits-scenario:nth-child(2) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5) i { animation-delay: 9.2s; }

/* slide 3 */
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__facts li:nth-child(1),
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__facts li:nth-child(1)::before,
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1) i { animation-delay: 12.0s; }
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__facts li:nth-child(2),
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__facts li:nth-child(2)::before,
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3) i { animation-delay: 13.6s; }
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__facts li:nth-child(3),
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__facts li:nth-child(3)::before,
.notify-benefits-scenario:nth-child(3) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5) i { animation-delay: 15.2s; }

/* slide 4 */
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__facts li:nth-child(1),
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__facts li:nth-child(1)::before,
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1) i { animation-delay: 18.0s; }
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__facts li:nth-child(2),
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__facts li:nth-child(2)::before,
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3) i { animation-delay: 19.6s; }
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__facts li:nth-child(3),
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__facts li:nth-child(3)::before,
.notify-benefits-scenario:nth-child(4) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5) i { animation-delay: 21.2s; }

/* slide 5 */
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__facts li:nth-child(1),
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__facts li:nth-child(1)::before,
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1) i { animation-delay: 24.0s; }
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__facts li:nth-child(2),
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__facts li:nth-child(2)::before,
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3) i { animation-delay: 25.6s; }
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__facts li:nth-child(3),
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__facts li:nth-child(3)::before,
.notify-benefits-scenario:nth-child(5) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5) i { animation-delay: 27.2s; }

/* slide 6 */
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__facts li:nth-child(1),
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__facts li:nth-child(1)::before,
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1) i { animation-delay: 30.0s; }
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__facts li:nth-child(2),
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__facts li:nth-child(2)::before,
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3) i { animation-delay: 31.6s; }
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__facts li:nth-child(3),
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__facts li:nth-child(3)::before,
.notify-benefits-scenario:nth-child(6) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5) i { animation-delay: 33.2s; }

/* slide 7 */
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__facts li:nth-child(1),
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__facts li:nth-child(1)::before,
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1) i { animation-delay: 36.0s; }
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__facts li:nth-child(2),
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__facts li:nth-child(2)::before,
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3) i { animation-delay: 37.6s; }
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__facts li:nth-child(3),
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__facts li:nth-child(3)::before,
.notify-benefits-scenario:nth-child(7) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5) i { animation-delay: 39.2s; }

/* slide 8 */
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__facts li:nth-child(1),
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__facts li:nth-child(1)::before,
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1) i { animation-delay: 42.0s; }
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__facts li:nth-child(2),
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__facts li:nth-child(2)::before,
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3) i { animation-delay: 43.6s; }
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__facts li:nth-child(3),
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__facts li:nth-child(3)::before,
.notify-benefits-scenario:nth-child(8) .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5) i { animation-delay: 45.2s; }

.notify-benefits-scenario__facts li {
    position: relative;
    overflow: hidden;
}

.notify-benefits-scenario__facts li::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 4px;
    border-radius: 999px;
    background: var(--nb-accent);
    opacity: 0;
}

@keyframes nbScenarioFocus {
    0% {
        border-color: inherit;
        box-shadow: none;
        transform: translateY(0);
        opacity: 1;
    }
    0.8%,
    3.8% {
        border-color: var(--nb-accent);
        box-shadow: 0 0 0 2px var(--nb-accent-soft-2), 0 12px 24px rgba(15, 23, 42, 0.08);
        transform: translateY(-2px);
        opacity: 1;
    }
    4.4%,
    100% {
        border-color: inherit;
        box-shadow: none;
        transform: translateY(0);
        opacity: 1;
    }
}

.notify-benefits-carousel:hover .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(1),
.notify-benefits-carousel:hover .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(3),
.notify-benefits-carousel:hover .notify-benefits-scenario__stage .notify-benefits-scenario__node:nth-child(5),
.notify-benefits-carousel:hover .notify-benefits-scenario__facts li,
.notify-benefits-carousel:hover .notify-benefits-scenario__facts li::before,
.notify-benefits-carousel:hover .notify-benefits-scenario__stage .notify-benefits-scenario__node i {
    animation-play-state: paused;
}
