.nm-home-page {
    margin: 0;
}

.nm-home-page .site-main {
    margin: 0;
}

body.home,
body.page-template-template-home-php,
body.page-template-template-home {
    background: var(--nm-site-background);
    background-attachment: fixed;
}

.nm-home {
    color: var(--text-main);
    position: relative;
    padding-bottom: 56px;
}

.nm-home-shell {
    width: min(1280px, 90vw);
    margin: 0 auto;
}

.nm-home-hero {
    margin-top: 5%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: visible;
}

.nm-home-hero::before,
.nm-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nm-home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    align-items: center;
    gap: clamp(24px, 3.8vw, 62px);
}

.nm-home-hero-copy {
    position: relative;
    z-index: 3;
    min-width: 0;
    max-width: 680px;
}

.nm-home-kicker {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--primary-color) 35%, var(--secondary-border-color));
    background: rgba(145, 94, 255, 0.1);
    font-size: 0.78rem;
    color: var(--text-main);
    font-weight: 400;
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-color) 34%, transparent);
    animation: nm-home-kickerPulse 2.8s ease-in-out infinite;
}

.nm-home-kicker::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 44%;
    background: linear-gradient(
        90deg,
        transparent,
        color-mix(in srgb, var(--accent-color) 30%, transparent),
        transparent
    );
    transform: translateX(-130%) skewX(-18deg);
    animation: nm-home-kickerShine 3.4s ease-in-out infinite;
    pointer-events: none;
}

.nm-home-title {
    margin: 8px 0 0;
    font-size: 3.6rem;
    line-height: 1.03;
    letter-spacing: 0;
    font-weight: 760;
    text-wrap: balance;
}

.nm-home-title-line {
    color: var(--text-main);
    font-weight: 340;
}

.nm-home-title-accent {
    color: color-mix(in srgb, var(--primary-color) 68%, var(--accent-color));
    font-weight: 440;
}

.nm-home-subtitle {
    margin: 10px 0 0;
    font-weight: 300;
    color: var(--text-opacity-low);
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
    line-height: 1.34;
    max-width: 58ch;
}

.nm-home-hero-actions {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nm-home-btn {
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 12px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 700;
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.nm-home-btn:hover {
    transform: translateY(-2px);
}

.nm-home-btn-primary {
    background: color-mix(in srgb, var(--primary-color) 88%, #ffffff 12%);
    color: #fff;
    border-color: transparent;
}

.nm-home-btn-primary:hover {
    color: #fff;
    background: color-mix(in srgb, var(--primary-color) 78%, #ffffff 22%);
}

.nm-home-btn-ghost {
    border-color: var(--secondary-border-color);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-main);
}

.nm-home-btn-ghost:hover {
    border-color: color-mix(in srgb, var(--primary-color) 38%, var(--secondary-border-color));
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.06);
}

.nm-home-hero-points {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
}

.nm-home-hero-points li {
    color: var(--text-muted);
    font-size: 0.86rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 24px;
    white-space: nowrap;
}

.nm-home-hero-points i,
.nm-home-hero-points svg {
    width: 16px;
    height: 16px;
    color: var(--accent-green);
    flex: 0 0 auto;
}

.nm-home-hero-visual {
    position: relative;
    z-index: 1;
    justify-self: end;
    width: 100%;
    max-width: 620px;
    min-width: 0;
    min-height: clamp(410px, 38vw, 580px);
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    overflow: visible;
    padding-bottom: 12px;
}

.nm-home-visual-ring {
    position: absolute;
    inset: 4% auto auto 50%;
    width: min(430px, 88%);
    aspect-ratio: 1 / 1;
    transform: translate3d(calc(-50% + var(--tx, 0px)), calc(var(--ty, 0px) - 8%), 0);
    border-radius: 50%;
    background:
        radial-gradient(circle at center, color-mix(in srgb, var(--primary-color) 36%, transparent), transparent 54%),
        conic-gradient(
            from 180deg,
            color-mix(in srgb, var(--primary-color) 26%, transparent),
            color-mix(in srgb, var(--accent-color) 30%, transparent),
            color-mix(in srgb, var(--primary-color) 26%, transparent)
        );
    filter: blur(0.4px);
    animation: nm-home-ringPulse 5.4s ease-in-out infinite;
    z-index: -1;
}

.nm-home-hero-character {
    position: relative;
    width: min(580px, 100%);
    max-height: clamp(360px, 42vw, 640px);
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.5));
    transform: translate3d(var(--tx, 0px), calc(var(--ty, 0px) - 34px), 0);
    transition: transform 0.25s ease;
}

.nm-home-visual-pill {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--secondary-border-color);
    border-radius: 10px;
    background: rgba(11, 11, 14, 0.76);
    font-size: 0.78rem;
    color: var(--text-main);
    backdrop-filter: blur(7px);
    transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
    transition: transform 0.25s ease;
}

.nm-home-visual-pill--top {
    top: 13%;
    right: -10px;
    animation: nm-home-float 4.5s ease-in-out infinite;
}

.nm-home-visual-pill--bottom {
    left: -14px;
    bottom: 14%;
    animation: nm-home-float 5.2s ease-in-out infinite reverse;
}

.nm-home-visual-pill i,
.nm-home-visual-pill svg {
    width: 15px;
    height: 15px;
    color: var(--accent-color);
    flex: 0 0 auto;
}

.nm-home-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent-green);
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
    animation: nm-home-dotPulse 1.8s ease-out infinite;
}

.nm-home-why {
    margin-top: 7%;
    text-align: center;
}

.nm-home-section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 9px;
    border: 1px solid color-mix(in srgb, var(--primary-color) 44%, var(--secondary-border-color));
    background: rgba(145, 94, 255, 0.08);
    color: var(--accent-color);
    font-size: 0.78rem;
    font-weight: 300;
}

.nm-home-why h2 {
    margin: 14px 0 0;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
}

.nm-home-why p {
    margin: 14px auto 0;
    color: var(--text-dim);
    max-width: 74ch;
    font-size: 1rem;
    line-height: 1.7;
}

.nm-home-features {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

.nm-home-feature-card {
    position: relative;
    grid-column: span 6;
    min-height: 288px;
    border: 1px solid var(--secondary-border-color);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    overflow: hidden;
    transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
    will-change: transform;
}

.nm-home-feature-card--wide {
    grid-column: span 7;
}

.nm-home-feature-card--wide + .nm-home-feature-card {
    grid-column: span 5;
}

.nm-home-feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(520px 190px at 50% 0%, color-mix(in srgb, var(--primary-color) 14%, transparent), transparent 70%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 52%);
    opacity: 0;
    transition: opacity 0.24s ease;
}

.nm-home-feature-card > * {
    position: relative;
    z-index: 2;
}

.nm-home-feature-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--primary-color) 38%, var(--secondary-border-color));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.nm-home-feature-card:hover::before {
    opacity: 1;
}

.nm-home-feature-media {
    height: 170px;
    border-bottom: 1px solid var(--secondary-border-color);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px;
}

.nm-home-feature-card h3 {
    margin: 12px 14px 0;
    font-size: 1.22rem;
    line-height: 1.2;
}

.nm-home-feature-card p {
    margin: 8px 14px 14px;
    color: var(--text-dim);
    line-height: 1.55;
    font-size: 0.94rem;
}

.nm-home-media-ring {
    background:
        radial-gradient(circle at center, rgba(145, 94, 255, 0.16), transparent 66%),
        repeating-radial-gradient(circle at center, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 20px);
    background-position: center;
    animation: nm-home-ringDrift 7s linear infinite;
}

.nm-home-media-cheat {
    --nm-cheat-active: color-mix(in srgb, var(--primary-color) 68%, var(--accent-color) 32%);
    --nm-cheat-active-soft: color-mix(in srgb, var(--primary-color) 16%, transparent);
    justify-content: stretch;
    gap: 12px;
    padding: 14px;
    background:
        radial-gradient(320px 145px at 38% 16%, color-mix(in srgb, var(--primary-color) 17%, transparent), transparent 74%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.nm-home-cheat-tabs {
    width: 40px;
    box-sizing: border-box;
    min-height: 100%;
    border-right: 1px solid var(--secondary-border-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding-right: 8px;
    flex: 0 0 40px;
    overflow: hidden;
}

.nm-home-cheat-tabs button {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px;
    height: 28px !important;
    min-height: 28px !important;
    border: 1px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0;
    background: transparent;
    color: var(--text-main);
    line-height: 1;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nm-home-cheat-tabs button:hover,
.nm-home-cheat-tabs button.is-active {
    border-color: color-mix(in srgb, var(--primary-color) 58%, var(--secondary-border-color));
    background: var(--nm-cheat-active-soft);
    color: color-mix(in srgb, var(--accent-color) 78%, var(--primary-color));
    transform: none;
}

.nm-home-cheat-tabs i[data-lucide],
.nm-home-cheat-tabs svg {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 15px;
    color: currentColor !important;
    stroke: currentColor !important;
    fill: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    stroke-width: 2.2;
    pointer-events: none;
}

.nm-home-cheat-tabs button.is-active svg {
    filter: drop-shadow(0 0 5px color-mix(in srgb, var(--accent-color) 42%, transparent));
}

.nm-home-cheat-panel {
    min-width: 0;
    flex: 1;
    display: grid;
    align-content: center;
    gap: 7px;
}

.nm-home-cheat-head,
.nm-home-cheat-row,
.nm-home-cheat-slider {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.nm-home-cheat-head {
    color: var(--text-main);
    font-size: 0.86rem;
    font-weight: 600;
}

.nm-home-cheat-bind {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--text-main);
    font-size: 0.78rem;
}

.nm-home-cheat-bind span {
    border: 1px solid var(--secondary-border-color);
    border-radius: 6px;
    padding: 2px 6px;
    color: color-mix(in srgb, var(--accent-color) 78%, #fff);
    font-size: 0.66rem;
}

.nm-home-cheat-bind strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.nm-home-cheat-row,
.nm-home-cheat-slider {
    color: var(--text-main);
    font-size: 0.78rem;
}

.nm-home-cheat-toggle,
.nm-home-cheat-switch {
    width: 36px;
    height: 20px;
    border: 0;
    border-radius: 999px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s ease;
}

.nm-home-cheat-toggle {
    width: 42px;
    height: 22px;
}

.nm-home-cheat-toggle span,
.nm-home-cheat-switch span {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.66);
    transform: translateX(0);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.nm-home-cheat-toggle span {
    width: 16px;
    height: 16px;
}

.nm-home-cheat-toggle.is-on,
.nm-home-cheat-switch.is-on {
    background:
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--primary-color) 88%, #ffffff 12%),
            color-mix(in srgb, var(--accent-color) 74%, var(--primary-color) 26%)
        );
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent-color) 22%, transparent);
}

.nm-home-cheat-toggle.is-on span {
    background: color-mix(in srgb, #ffffff 86%, var(--accent-color) 14%);
    box-shadow: 0 0 10px color-mix(in srgb, var(--accent-color) 46%, transparent);
    transform: translateX(20px);
}

.nm-home-cheat-switch.is-on span {
    background: color-mix(in srgb, #ffffff 86%, var(--accent-color) 14%);
    box-shadow: 0 0 10px color-mix(in srgb, var(--accent-color) 46%, transparent);
    transform: translateX(16px);
}

.nm-home-cheat-slider input[type="range"] {
    --nm-range-fill: 50%;
    -webkit-appearance: none;
    appearance: none;
    width: min(112px, 100%);
    height: 16px;
    background: transparent !important;
    accent-color: var(--primary-color);
    cursor: pointer;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.nm-home-cheat-slider input[type="range"]:hover,
.nm-home-cheat-slider input[type="range"]:focus,
.nm-home-cheat-slider input[type="range"]:focus-visible,
.nm-home-cheat-slider input[type="range"]:active {
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.nm-home-cheat-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    border: 0 !important;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            var(--nm-cheat-active) 0%,
            var(--nm-cheat-active) var(--nm-range-fill),
            rgba(255, 255, 255, 0.82) var(--nm-range-fill),
            rgba(255, 255, 255, 0.82) 100%
        );
    box-shadow: none !important;
}

.nm-home-cheat-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    margin-top: -4px;
    border: 0 !important;
    border-radius: 999px;
    background: var(--nm-cheat-active);
    box-shadow: none !important;
    transition: none !important;
}

.nm-home-cheat-slider input[type="range"]:hover::-webkit-slider-runnable-track,
.nm-home-cheat-slider input[type="range"]:active::-webkit-slider-runnable-track {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.nm-home-cheat-slider input[type="range"]:hover::-webkit-slider-thumb,
.nm-home-cheat-slider input[type="range"]:active::-webkit-slider-thumb {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.nm-home-cheat-slider input[type="range"]::-moz-range-track {
    height: 6px;
    border: 0 !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: none !important;
}

.nm-home-cheat-slider input[type="range"]::-moz-range-progress {
    height: 6px;
    border: 0 !important;
    border-radius: 999px;
    background: var(--nm-cheat-active);
    box-shadow: none !important;
}

.nm-home-cheat-slider input[type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 0 !important;
    border-radius: 999px;
    background: var(--nm-cheat-active);
    box-shadow: none !important;
    transition: none !important;
}

.nm-home-cheat-slider input[type="range"]:hover::-moz-range-thumb,
.nm-home-cheat-slider input[type="range"]:active::-moz-range-thumb {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.nm-home-cheat-hint {
    width: 92px;
    border-left: 1px solid var(--secondary-border-color);
    padding-left: 12px;
    color: var(--text-muted);
    font-size: 0.75rem;
    line-height: 1.35;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 9px;
}

.nm-home-cheat-hint svg {
    width: 26px;
    height: 26px;
    color: color-mix(in srgb, var(--primary-color) 72%, #fff);
    animation: nm-home-cheatHint 2s ease-in-out infinite;
}

.nm-home-media-ring-center {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--primary-color) 46%, var(--secondary-border-color));
    background: rgba(145, 94, 255, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: nm-home-iconPulse 2.4s ease-in-out infinite;
}

.nm-home-media-ring-center i,
.nm-home-media-ring-center svg {
    width: 30px;
    height: 30px;
    color: #fff;
}

.nm-home-media-price {
    box-sizing: border-box;
    height: 170px;
    padding: 12px;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    gap: 9px;
    background:
        radial-gradient(360px 145px at 52% 5%, color-mix(in srgb, var(--accent-color) 15%, transparent), transparent 72%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.nm-home-price-compare {
    position: relative;
    display: grid;
    gap: 7px;
}

.nm-home-price-compare::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(50% - 1px);
    height: 1px;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent-color) 52%, var(--primary-color)), transparent);
    opacity: 0;
    animation: nm-home-priceLink 3.2s ease-in-out infinite;
    pointer-events: none;
}

.nm-home-price-row {
    position: relative;
    overflow: hidden;
    min-height: 40px;
    border: 1px solid var(--secondary-border-color);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.035);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
}

.nm-home-price-row--featured {
    border-color: color-mix(in srgb, var(--primary-color) 48%, var(--secondary-border-color));
    background: color-mix(in srgb, var(--primary-color) 12%, rgba(255, 255, 255, 0.035));
    animation: nm-home-priceMatch 3.2s ease-in-out infinite;
}

.nm-home-price-row span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--text-dim);
    font-size: 0.76rem;
    white-space: nowrap;
}

.nm-home-price-row--featured span {
    color: var(--text-main);
}

.nm-home-price-row svg {
    width: 14px;
    height: 14px;
    color: color-mix(in srgb, var(--accent-color) 78%, var(--primary-color));
    flex: 0 0 auto;
}

.nm-home-price-row strong {
    color: var(--text-main);
    font-size: 1rem;
    line-height: 1;
    animation: nm-home-priceValue 3.2s ease-in-out infinite;
}

.nm-home-price-support {
    min-height: 48px;
    border: 1px solid color-mix(in srgb, var(--accent-color) 38%, var(--secondary-border-color));
    border-radius: 9px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--primary-color) 16%, transparent), color-mix(in srgb, var(--accent-color) 11%, transparent));
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 2px 9px;
    padding: 8px 10px;
}

.nm-home-price-support svg {
    grid-row: span 2;
    width: 18px;
    height: 18px;
    color: color-mix(in srgb, var(--primary-color) 72%, var(--accent-color));
    animation: nm-home-supportPulse 2.6s ease-in-out infinite;
}

.nm-home-price-support span {
    color: var(--text-dim);
    font-size: 0.7rem;
    line-height: 1;
}

.nm-home-price-support strong {
    color: var(--text-main);
    font-size: 0.88rem;
    line-height: 1.1;
    animation: nm-home-supportText 2.6s ease-in-out infinite;
}

.nm-home-media-status {
    box-sizing: border-box;
    height: 170px;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
    background:
        radial-gradient(360px 145px at 48% 10%, color-mix(in srgb, var(--primary-color) 14%, transparent), transparent 74%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.nm-home-status-board {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 5px;
}

.nm-home-status-board::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent-color) 58%, var(--primary-color)), transparent);
    opacity: 0.75;
    animation: nm-home-statusScan 3.4s ease-in-out infinite;
    pointer-events: none;
}

.nm-home-status-row {
    min-height: 29px;
    border: 1px solid var(--secondary-border-color);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.035);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    padding: 0 9px;
}

.nm-home-status-row span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--text-main);
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nm-home-status-row svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.nm-home-status-row strong {
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 0.66rem;
    line-height: 1;
}

.nm-home-status-row em {
    color: var(--text-muted);
    font-size: 0.68rem;
    font-style: normal;
    white-space: nowrap;
}

.nm-home-status-row--live {
    border-color: color-mix(in srgb, var(--primary-color) 44%, var(--secondary-border-color));
    background: color-mix(in srgb, var(--primary-color) 10%, rgba(255, 255, 255, 0.035));
    animation: nm-home-statusLive 3s ease-in-out infinite;
}

.nm-home-status-row--live svg {
    color: color-mix(in srgb, var(--accent-color) 78%, var(--primary-color));
}

.nm-home-status-row--live strong {
    background: color-mix(in srgb, var(--primary-color) 18%, transparent);
    color: color-mix(in srgb, var(--accent-color) 82%, #ffffff);
    animation: nm-home-statusBadge 3s ease-in-out infinite;
}

.nm-home-status-row--testing,
.nm-home-status-row--blocked {
    opacity: 0.58;
}

.nm-home-status-row--testing strong,
.nm-home-status-row--blocked strong {
    background: rgba(255, 255, 255, 0.075);
    color: var(--text-muted);
}

.nm-home-status-row--testing svg,
.nm-home-status-row--blocked svg {
    color: var(--text-muted);
}

.nm-home-status-note {
    min-height: 31px;
    border: 1px solid color-mix(in srgb, var(--primary-color) 34%, var(--secondary-border-color));
    border-radius: 9px;
    background: color-mix(in srgb, var(--primary-color) 10%, transparent);
    color: var(--text-dim);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 9px;
    font-size: 0.7rem;
    line-height: 1.3;
}

.nm-home-status-note svg {
    width: 15px;
    height: 15px;
    color: color-mix(in srgb, var(--accent-color) 76%, var(--primary-color));
    flex: 0 0 auto;
    animation: nm-home-lockPulse 2.8s ease-in-out infinite;
}

.nm-home-media-pay {
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    background:
        radial-gradient(340px 140px at 50% 8%, color-mix(in srgb, var(--primary-color) 13%, transparent), transparent 74%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.nm-home-pay-head {
    min-height: 34px;
    border: 1px solid color-mix(in srgb, var(--primary-color) 38%, var(--secondary-border-color));
    border-radius: 9px;
    background: color-mix(in srgb, var(--primary-color) 10%, rgba(255, 255, 255, 0.035));
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
}

.nm-home-pay-head svg {
    width: 15px;
    height: 15px;
    color: color-mix(in srgb, var(--accent-color) 78%, var(--primary-color));
    animation: nm-home-payLock 2.7s ease-in-out infinite;
}

.nm-home-pay-head span {
    color: var(--text-main);
    font-size: 0.78rem;
    font-weight: 600;
}

.nm-home-pay-head strong {
    border-radius: 999px;
    background: color-mix(in srgb, var(--accent-color) 16%, transparent);
    color: color-mix(in srgb, var(--accent-color) 82%, #ffffff);
    padding: 3px 8px;
    font-size: 0.66rem;
    line-height: 1;
}

.nm-home-pay-rail {
    position: relative;
    min-height: 58px;
    overflow: hidden;
    border: 1px solid var(--secondary-border-color);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.nm-home-pay-rail::before,
.nm-home-pay-rail::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 36px;
    pointer-events: none;
}

.nm-home-pay-rail::before {
    left: 0;
    background: linear-gradient(90deg, rgba(14, 14, 17, 0.96), transparent);
}

.nm-home-pay-rail::after {
    right: 0;
    background: linear-gradient(270deg, rgba(14, 14, 17, 0.96), transparent);
}

.nm-home-pay-track {
    height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    padding: 0 10px;
    animation: nm-home-payRail 18s linear infinite;
}

.nm-home-pay-track img {
    width: 64px;
    height: 38px;
    border: 1px solid var(--secondary-border-color);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 3px;
    flex: 0 0 auto;
}

.nm-home-pay-track img:nth-child(4n + 2) {
    transform: translateY(5px);
}

.nm-home-pay-track img:nth-child(4n) {
    transform: translateY(-5px);
}

.nm-home-pay-note {
    min-height: 30px;
    border: 1px solid color-mix(in srgb, var(--accent-color) 28%, var(--secondary-border-color));
    border-radius: 9px;
    background: color-mix(in srgb, var(--accent-color) 8%, transparent);
    color: var(--text-dim);
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 0.72rem;
    line-height: 1.25;
}

.nm-home-flow {
    position: relative;
    margin-top: 12%;
    padding-bottom: 8px;
    --nm-flow-progress: 0%;
}

.nm-home-flow-head {
    text-align: center;
}

.nm-home-flow-head h2 {
    margin: 14px 0 0;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
}

.nm-home-flow-head p {
    margin: 14px auto 0;
    color: var(--text-dim);
    max-width: 74ch;
    font-size: 1rem;
    line-height: 1.7;
}

.nm-home-flow-line {
    position: absolute;
    left: calc(50% - 1px);
    top: 188px;
    bottom: 110px;
    width: 2px;
    border-radius: 999px;
    background: var(--flow-line-bg);
    overflow: visible;
    display: block;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.nm-home-flow-line::before,
.nm-home-flow-line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--bg-dark);
    border: 1px solid var(--flow-step-border);
    transform: translateX(-50%);
}

.nm-home-flow-line::before {
    top: 0;
}

.nm-home-flow-line::after {
    bottom: 0;
}

.nm-home-flow-progress {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: var(--nm-flow-progress);
    max-height: 100%;
    border-radius: 999px;
    background: var(--flow-line-fill);
    box-shadow: 0 0 18px var(--flow-step-glow);
    transform: translateX(-50%);
    transition: height 0.18s linear, box-shadow 0.18s ease;
}

.nm-home-flow-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(22px, 3vw, 52px);
    align-items: center;
    margin-top: 54px;
    opacity: 0.62;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.nm-home-flow-step.is-flow-active,
.nm-home-flow-step.is-flow-complete {
    opacity: 1;
}

.nm-home-flow-step.is-flow-active {
    transform: translateY(-4px);
}

.nm-home-flow-step--reverse .nm-home-flow-content {
    order: 2;
}

.nm-home-flow-step--reverse .nm-home-flow-panel {
    order: 1;
}

.nm-home-flow-content {
    position: relative;
    max-width: 430px;
}

.nm-home-flow-number {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--flow-step-border);
    color: var(--text-main);
    font-weight: 700;
    font-size: 0.93rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--flow-step-bg);
    box-shadow: 0 0 0 0 transparent;
    transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.nm-home-flow-number::after {
    content: "";
    position: absolute;
    left: 52px;
    top: 50%;
    width: min(288px, 28vw);
    height: 1px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--primary-color) 60%, transparent), transparent);
    opacity: 0.42;
    transition: opacity 0.22s ease, background 0.22s ease;
}

.nm-home-flow-step.is-flow-active .nm-home-flow-number {
    border-color: var(--flow-step-active-border);
    background: var(--flow-step-active-bg);
    box-shadow: 0 0 22px var(--flow-step-glow);
}

.nm-home-flow-step.is-flow-complete .nm-home-flow-number {
    border-color: var(--flow-step-complete-border);
    background: var(--flow-step-complete-bg);
    color: var(--accent-green);
    box-shadow: 0 0 20px var(--flow-step-complete-glow);
}

.nm-home-flow-step.is-flow-active .nm-home-flow-number::after,
.nm-home-flow-step.is-flow-complete .nm-home-flow-number::after {
    opacity: 1;
}

.nm-home-flow-step.is-flow-complete .nm-home-flow-number::after {
    background: linear-gradient(90deg, color-mix(in srgb, var(--accent-green) 60%, transparent), transparent);
}

.nm-home-flow-content h3 {
    margin: 13px 0 0;
    font-size: clamp(1.35rem, 3vw, 2.1rem);
    line-height: 1.15;
}

.nm-home-flow-content p {
    margin: 10px 0 0;
    color: var(--text-dim);
    line-height: 1.62;
    font-size: 0.95rem;
    max-width: 42ch;
}

.nm-home-chip {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--accent-green) 45%, transparent);
    background: rgba(74, 222, 128, 0.1);
    color: var(--accent-green);
    font-weight: 600;
    font-size: 0.8rem;
}

.nm-home-flow-panel {
    border: 1px solid var(--secondary-border-color);
    border-radius: 12px;
    background:
        radial-gradient(440px 180px at 50% 0%, color-mix(in srgb, var(--primary-color) 9%, transparent), transparent 72%),
        rgba(255, 255, 255, 0.025);
    padding: 12px;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.nm-home-flow-step.is-flow-active .nm-home-flow-panel {
    border-color: var(--flow-step-active-border);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), 0 0 28px var(--flow-step-glow);
}

.nm-home-flow-step.is-flow-complete .nm-home-flow-panel {
    border-color: var(--flow-step-complete-border);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3), 0 0 22px var(--flow-step-complete-glow);
}

.nm-home-panel-bar {
    min-height: 28px;
    border-radius: 9px;
    border: 1px solid var(--secondary-border-color);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
}

.nm-home-panel-bar span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--text-opacity-low) 70%, transparent);
}

.nm-home-panel-bar span:nth-child(1) {
    background: #ff5f57;
}

.nm-home-panel-bar span:nth-child(2) {
    background: #ffbd2e;
}

.nm-home-panel-bar span:nth-child(3) {
    background: #28c840;
}

.nm-home-panel-bar strong {
    min-width: 0;
    flex: 1;
    margin-left: 8px;
    color: var(--text-muted);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nm-home-panel-category {
    margin: 14px 0 2px;
    color: var(--text-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nm-home-panel-row {
    min-height: 58px;
    margin-top: 10px;
    border: 1px solid var(--secondary-border-color);
    border-radius: 10px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.nm-home-panel-row > div {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.nm-home-panel-row strong {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-main);
}

.nm-home-panel-row small {
    color: color-mix(in srgb, var(--accent-color) 78%, var(--text-dim));
    font-size: 0.72rem;
    line-height: 1;
}

.nm-home-panel-row button {
    border: 0;
    min-height: 30px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--primary-color) 90%, #fff 10%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0 12px;
}

.nm-home-panel-row button:hover {
    background: color-mix(in srgb, var(--primary-color) 75%, #fff 25%);
}

.nm-home-checkout-total {
    min-height: 58px;
    margin-top: 10px;
    border: 1px solid var(--secondary-border-color);
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.nm-home-checkout-line {
    min-height: 46px;
    margin-top: 10px;
    border: 1px solid var(--secondary-border-color);
    border-radius: 10px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.nm-home-checkout-line span {
    color: var(--text-dim);
    font-size: 0.86rem;
}

.nm-home-checkout-line strong {
    color: var(--text-main);
    font-size: 0.9rem;
}

.nm-home-checkout-total p {
    margin: 0;
    color: var(--text-dim);
    font-size: 0.95rem;
}

.nm-home-checkout-total strong {
    font-size: 1.45rem;
    line-height: 1;
}

.nm-home-panel-logos {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.nm-home-panel-logos img {
    width: 100%;
    height: 33px;
    object-fit: contain;
    border: 1px solid var(--secondary-border-color);
    border-radius: 8px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.035);
}

.nm-home-pay-btn {
    margin-top: 12px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    min-height: 40px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    background: color-mix(in srgb, var(--primary-color) 90%, #fff 10%);
}

.nm-home-pay-btn:hover {
    background: color-mix(in srgb, var(--primary-color) 76%, #fff 24%);
}

.nm-home-flow-panel--success {
    min-height: 286px;
    display: grid;
    align-content: start;
    justify-items: center;
}

.nm-home-flow-panel--success .nm-home-panel-bar {
    align-self: start;
    width: 100%;
}

.nm-home-success-check {
    margin-top: 34px;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--accent-green) 44%, transparent);
    background: rgba(74, 222, 128, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nm-home-success-check i,
.nm-home-success-check svg {
    width: 24px;
    height: 24px;
    color: var(--accent-green);
}

.nm-home-flow-panel--success h4 {
    margin: 12px 0 0;
    font-size: 1.18rem;
}

.nm-home-flow-panel--success p {
    margin: 8px 0 0;
    color: var(--text-dim);
    font-size: 0.95rem;
}

.nm-home-license {
    margin-top: 12px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 9px;
    border: 1px solid color-mix(in srgb, var(--accent-green) 35%, var(--secondary-border-color));
    background: rgba(74, 222, 128, 0.08);
    color: var(--accent-green);
    font-size: 0.84rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

.nm-home-success-delivery {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    color: var(--accent-green);
    font-size: 0.78rem;
    font-weight: 700;
}

.nm-home-cta {
    margin-top: 88px;
}

.nm-home-cta-card {
    border: 1px solid var(--secondary-border-color);
    border-radius: 12px;
    background:
        radial-gradient(720px 360px at 78% -22%, color-mix(in srgb, var(--accent-color) 20%, transparent), transparent 72%),
        radial-gradient(620px 320px at -8% 114%, color-mix(in srgb, var(--primary-color) 18%, transparent), transparent 70%),
        rgba(255, 255, 255, 0.02);
    padding: clamp(24px, 3.4vw, 48px);
    text-align: center;
}

.nm-home-cta h2 {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    line-height: 1.04;
    text-wrap: balance;
}

.nm-home-cta p {
    margin: 14px auto 0;
    color: var(--text-dim);
    max-width: 62ch;
    line-height: 1.6;
}

.nm-home-cta .nm-home-btn {
    margin-top: 22px;
}

.nm-reveal {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nm-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.nm-home-flow-step.nm-reveal.is-visible {
    opacity: 0.62;
    transform: translate3d(0, 0, 0);
}

.nm-home-flow-step.nm-reveal.is-visible.is-flow-active {
    opacity: 1;
    transform: translate3d(0, -4px, 0);
}

.nm-home-flow-step.nm-reveal.is-visible.is-flow-complete {
    opacity: 1;
}

@keyframes nm-home-float {
    0%,
    100% {
        transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0);
    }
    50% {
        transform: translate3d(var(--tx, 0px), calc(var(--ty, 0px) - 10px), 0);
    }
}

@keyframes nm-home-ringPulse {
    0%,
    100% {
        opacity: 0.75;
        transform: translate3d(calc(-50% + var(--tx, 0px)), calc(var(--ty, 0px) - 8%), 0) scale(0.98);
    }
    50% {
        opacity: 1;
        transform: translate3d(calc(-50% + var(--tx, 0px)), calc(var(--ty, 0px) - 8%), 0) scale(1.04);
    }
}

@keyframes nm-home-dotPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(74, 222, 128, 0);
    }
}

@keyframes nm-home-kickerPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-color) 26%, transparent);
    }
    50% {
        box-shadow: 0 0 18px 0 color-mix(in srgb, var(--accent-color) 30%, transparent);
    }
}

@keyframes nm-home-kickerShine {
    0%,
    42% {
        transform: translateX(-130%) skewX(-18deg);
    }
    68%,
    100% {
        transform: translateX(260%) skewX(-18deg);
    }
}

@keyframes nm-home-ringDrift {
    0% {
        background-size: 100% 100%, 100% 100%;
    }
    50% {
        background-size: 116% 116%, 112% 112%;
    }
    100% {
        background-size: 100% 100%, 100% 100%;
    }
}

@keyframes nm-home-iconPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-color) 28%, transparent);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 0 12px transparent;
    }
}

@keyframes nm-home-priceMatch {
    0%,
    100% {
        border-color: color-mix(in srgb, var(--primary-color) 48%, var(--secondary-border-color));
        box-shadow: none;
    }
    50% {
        border-color: color-mix(in srgb, var(--accent-color) 62%, var(--primary-color));
        box-shadow: 0 0 14px color-mix(in srgb, var(--primary-color) 18%, transparent);
    }
}

@keyframes nm-home-priceLink {
    0%,
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    45%,
    55% {
        opacity: 0.9;
        transform: scaleX(1);
    }
}

@keyframes nm-home-priceValue {
    0%,
    100% {
        color: var(--text-main);
        text-shadow: none;
    }
    50% {
        color: color-mix(in srgb, var(--accent-color) 82%, #ffffff);
        text-shadow: 0 0 12px color-mix(in srgb, var(--primary-color) 28%, transparent);
    }
}

@keyframes nm-home-supportPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.82;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes nm-home-supportText {
    0%,
    100% {
        color: var(--text-main);
    }
    50% {
        color: color-mix(in srgb, var(--accent-color) 84%, #ffffff);
    }
}

@keyframes nm-home-statusLive {
    0%,
    100% {
        border-color: color-mix(in srgb, var(--primary-color) 44%, var(--secondary-border-color));
        box-shadow: none;
    }
    50% {
        border-color: color-mix(in srgb, var(--accent-color) 58%, var(--primary-color));
        box-shadow: 0 0 14px color-mix(in srgb, var(--primary-color) 16%, transparent);
    }
}

@keyframes nm-home-statusScan {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    18%,
    72% {
        opacity: 0.72;
    }
    100% {
        opacity: 0;
        transform: translateY(104px);
    }
}

@keyframes nm-home-statusBadge {
    0%,
    100% {
        box-shadow: none;
    }
    50% {
        box-shadow: 0 0 12px color-mix(in srgb, var(--accent-color) 24%, transparent);
    }
}

@keyframes nm-home-lockPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.82;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes nm-home-payRail {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes nm-home-payLock {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.78;
    }
    50% {
        transform: scale(1.12);
        opacity: 1;
    }
}

@keyframes nm-home-cheatHint {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-8deg);
        opacity: 0.56;
    }
    50% {
        transform: translate3d(-5px, 5px, 0) rotate(-8deg);
        opacity: 1;
    }
}

@media (max-width: 1060px) {
    .nm-home-hero {
        min-height: auto;
        padding-bottom: 40px;
    }

    .nm-home-hero-grid {
        grid-template-columns: 1fr;
    }

    .nm-home-hero-copy {
        order: 1;
    }

    .nm-home-hero-visual {
        order: 2;
        justify-self: center;
        max-width: 620px;
        min-height: 330px;
    }

    .nm-home-hero-character {
        max-height: 350px;
    }

    .nm-home-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nm-home-feature-card,
    .nm-home-feature-card--wide,
    .nm-home-feature-card--wide + .nm-home-feature-card {
        grid-column: span 1;
    }

    .nm-home-flow-line {
        left: 20px;
        top: 218px;
    }

    .nm-home-flow-step,
    .nm-home-flow-step--reverse {
        grid-template-columns: 1fr;
        margin-top: 26px;
        padding-left: 52px;
    }

    .nm-home-flow-step--reverse .nm-home-flow-content,
    .nm-home-flow-step--reverse .nm-home-flow-panel {
        order: initial;
    }

    .nm-home-flow-content {
        max-width: none;
    }

    .nm-home-flow-number::after {
        left: -32px;
        width: 32px;
        background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--primary-color) 60%, transparent));
    }
}

@media (max-width: 680px) {
    .nm-home-shell {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    .nm-home-hero-grid {
        padding-top: 5%;
    }

    .nm-home-title {
        font-size: clamp(2rem, 10.5vw, 3.2rem);
    }

    .nm-home-flow-line {
        top: 238px;
    }

    .nm-home-features {
        grid-template-columns: 1fr;
    }

    .nm-home-media-cheat {
        align-items: stretch;
    }

    .nm-home-cheat-hint {
        display: none;
    }

    .nm-home-cheat-slider input {
        width: 100%;
    }

    .nm-home-visual-pill--top,
    .nm-home-visual-pill--bottom {
        position: static;
        margin: 6px auto 0;
    }

    .nm-home-hero-visual {
        align-items: center;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nm-reveal,
    .nm-home-visual-pill--top,
    .nm-home-visual-pill--bottom,
    .nm-home-visual-ring,
    .nm-home-pill-dot,
    .nm-home-kicker,
    .nm-home-kicker::before,
    .nm-home-feature-card::before,
    .nm-home-cheat-hint svg,
    .nm-home-media-ring,
    .nm-home-media-ring-center,
    .nm-home-price-row--featured,
    .nm-home-price-compare::after,
    .nm-home-price-row strong,
    .nm-home-price-support svg,
    .nm-home-price-support strong,
    .nm-home-status-row--live,
    .nm-home-status-row--live strong,
    .nm-home-status-board::after,
    .nm-home-status-note svg,
    .nm-home-pay-head svg,
    .nm-home-pay-track,
    .nm-home-pay-track img,
    .nm-home-flow-step,
    .nm-home-flow-number,
    .nm-home-flow-number::after,
    .nm-home-flow-panel,
    .nm-home-flow-progress {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    .nm-home-flow-step {
        opacity: 1 !important;
    }

    .nm-home-feature-card::before {
        opacity: 0 !important;
    }
}
