.nx-install {
    --nx-blue: #0099da;
    --nx-blue-dark: #087cad;
    --nx-ink: #111827;
    --nx-muted: #667085;
    --nx-line: #dce5eb;
    --nx-soft: #f5f8fa;
    color: var(--nx-ink);
    background: #fff;
}
.nx-install *, .nx-install *:before, .nx-install *:after { box-sizing: border-box; }
.nx-install h1, .nx-install h2, .nx-install h3, .nx-install h4 { color: var(--nx-ink); letter-spacing: -.035em; }
.nx-install p { color: var(--nx-muted); }

.nx-install-hero {
    padding: 150px 0 118px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(0,153,218,.08), transparent 34%),
        linear-gradient(180deg, #f8fbfd 0%, #fff 92%);
}
.nx-install-hero-copy { max-width: 920px; margin: 0 auto; }
.nx-install-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--nx-blue); font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nx-install-eyebrow:before { content: ''; width: 32px; height: 2px; background: var(--nx-blue); }
.nx-install-hero h1 { max-width: 900px; margin: 0 auto 24px; font-size: clamp(40px, 4.4vw, 56px); font-weight: 600; line-height: 1.08; }
.nx-install-lead { max-width: 790px; margin: 0 auto; font-size: 20px; line-height: 1.5; }

.nx-install-section { padding: 100px 0; scroll-margin-top: 76px; }
.nx-install-soft { background: var(--nx-soft); }
.nx-section-heading { display: flex; align-items: flex-start; gap: 24px; margin-bottom: 44px; }
.nx-section-heading > span { display: grid; place-items: center; flex: 0 0 52px; height: 52px; border: 1px solid #b9e4f6; border-radius: 50%; color: var(--nx-blue); font-size: 13px; font-weight: 700; }
.nx-section-heading h2 { margin: 0 0 9px; font-size: clamp(34px, 4vw, 50px); font-weight: 550; line-height: 1.08; }
.nx-section-heading p { max-width: 720px; margin: 0; font-size: 18px; line-height: 1.55; }
.nx-section-heading-centered { align-items: center; justify-content: center; text-align: center; }
.nx-section-heading-centered > div { max-width: 760px; }
.nx-section-heading-centered p { margin-right: auto; margin-left: auto; }

.nx-device-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.nx-device-card { position: relative; display: flex; align-items: center; flex-direction: column; min-height: 278px; padding: 34px 20px 27px; overflow: hidden; border: 1px solid var(--nx-line); border-radius: 16px; text-align: center; text-decoration: none !important; cursor: pointer; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.nx-device-card > * { pointer-events: none; }
.nx-device-card:hover { border-color: #72c9ed; transform: translateY(-3px); box-shadow: 0 20px 44px rgba(22,40,60,.09); }
.nx-device-card:focus-visible { border-color: var(--nx-blue); outline: 3px solid rgba(0,153,218,.2); outline-offset: 3px; box-shadow: 0 18px 40px rgba(22,40,60,.1); }
.nx-device-card:active { transform: translateY(-1px) scale(.995); }
.nx-device-icon { display: grid; place-items: center; width: 74px; height: 74px; margin-bottom: 24px; color: var(--nx-blue); }
.nx-device-icon svg { width: 60px; height: 60px; stroke-width: 1.25; }
.nx-device-card strong { margin-bottom: 8px; color: var(--nx-ink); font-size: 19px; font-weight: 600; line-height: 1.25; }
.nx-device-card small { max-width: 310px; color: var(--nx-muted); font-size: 14px; line-height: 1.5; }
.nx-card-action { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 22px; color: var(--nx-blue-dark); font-size: 13px; font-weight: 650; }
.nx-card-action svg { width: 15px; height: 15px; transition: transform .2s ease; }
.nx-device-card:hover .nx-card-action svg { transform: translateX(3px); }
.nx-recommended { position: absolute; top: 17px; right: 17px; padding: 5px 9px; border-radius: 20px; color: #087443; font-size: 11px; font-weight: 700; background: #e7f8ef; }

.nx-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.nx-process-card { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 20px; min-height: 220px; padding: 30px; border: 1px solid var(--nx-line); border-radius: 16px; background: #fff; }
.nx-process-card > b { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: var(--nx-blue); font-size: 13px; background: #e8f7fd; }
.nx-process-card h3 { margin: 7px 0 12px; font-size: 22px; font-weight: 600; line-height: 1.2; }
.nx-process-card p { margin: 0; font-size: 15px; line-height: 1.65; }
.nx-install .btn svg { width: 17px; height: 17px; margin-left: 7px; vertical-align: -3px; }

.nx-install-help { padding: 0 0 100px; }
.nx-help-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 52px; border-radius: 20px; color: #fff; background: linear-gradient(120deg, #087bad, #0099da 58%, #26b9ed); box-shadow: 0 26px 60px rgba(0,153,218,.2); }
.nx-help-card h2 { margin: 0 0 10px; color: #fff; font-size: 36px; }
.nx-help-card p { max-width: 700px; margin: 0; color: rgba(255,255,255,.84); font-size: 17px; }
.nx-help-outline { border: 1px solid rgba(255,255,255,.65) !important; color: #fff !important; background: transparent !important; }
.nx-help-outline:hover { color: var(--nx-blue) !important; background: #fff !important; }

/* Separate equipment guide pages */
.nx-guide-hero { padding: 122px 0 82px; text-align: center; background: linear-gradient(180deg, #f5f9fb 0%, #fff 100%); }
.nx-guide-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 42px; color: #536273; font-size: 14px; font-weight: 550; }
.nx-guide-back:hover { color: var(--nx-blue); }
.nx-guide-back svg { width: 17px; height: 17px; }
.nx-guide-icon { display: grid; place-items: center; width: 84px; height: 84px; margin: 0 auto 19px; color: var(--nx-blue); }
.nx-guide-icon svg { width: 72px; height: 72px; stroke-width: 1.2; }
.nx-guide-hero .nx-install-eyebrow { margin-bottom: 14px; }
.nx-guide-hero h1 { margin: 0 0 16px; font-size: clamp(38px, 4.4vw, 56px); font-weight: 600; line-height: 1.08; }
.nx-guide-hero > .container > p { max-width: 700px; margin: 0 auto; font-size: 19px; line-height: 1.55; }
.nx-guide-section { padding-top: 88px; }
.nx-guide-intro { max-width: 760px; margin: -5px 0 28px 76px; }
.nx-guide-intro h3 { margin: 0 0 8px; font-size: 27px; }
.nx-guide-intro p { margin: 0; font-size: 17px; }
.nx-guide-card, .nx-method-card, .nx-settings-card { border: 1px solid var(--nx-line); border-radius: 17px; background: #fff; }
.nx-guide-card-wide { max-width: 930px; padding: 38px; }
.nx-guide-card-head { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.nx-guide-card-head h3 { margin: 0 0 4px; font-size: 27px; font-weight: 600; }
.nx-guide-card-head p { margin: 0; }
.nx-guide-mini-icon, .nx-method-icon { display: grid; place-items: center; flex: 0 0 50px; width: 50px; height: 50px; border-radius: 13px; color: var(--nx-blue); background: #e8f7fd; }
.nx-guide-mini-icon svg, .nx-method-icon svg { width: 25px; height: 25px; }
.nx-guide-mini-icon.nx-fire { color: #e96f33; background: #fff0e8; }
.nx-guide-mini-icon.nx-audio { color: #6b52c8; background: #f0edfb; }
.nx-guide-body-copy { max-width: 800px; margin: 0; font-size: 17px; line-height: 1.65; }
.nx-scenario-intro { max-width: 860px; margin: -5px 0 28px 76px; font-size: 18px; line-height: 1.6; }
.nx-guide-callout { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 18px; align-items: center; max-width: 930px; margin-bottom: 38px; padding: 24px; border: 1px solid #b9e4f6; border-radius: 16px; background: #f3fbfe; }
.nx-guide-callout h3 { margin: 0 0 5px; font-size: 22px; font-weight: 600; }
.nx-guide-callout p { margin: 0; font-size: 15px; line-height: 1.55; }
.nx-guide-callout > a, .nx-choice-link { display: inline-flex; align-items: center; gap: 7px; color: var(--nx-blue-dark); font-size: 14px; font-weight: 650; white-space: nowrap; }
.nx-guide-callout > a svg, .nx-choice-link svg { width: 16px; height: 16px; }

.nx-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.nx-benefit-card { padding: 25px 22px; border: 1px solid var(--nx-line); border-radius: 16px; background: #fff; }
.nx-benefit-card > span { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 20px; border-radius: 12px; color: var(--nx-blue); background: #e8f7fd; }
.nx-benefit-card > span svg { width: 22px; height: 22px; }
.nx-benefit-card h3 { margin: 0 0 9px; font-size: 19px; font-weight: 600; line-height: 1.25; }
.nx-benefit-card p { margin: 0; font-size: 14px; line-height: 1.58; }

.nx-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 930px; margin-top: 20px; }
.nx-choice-card { padding: 28px; border: 1px solid var(--nx-line); border-radius: 16px; background: #fff; }
.nx-choice-card.is-recommended { border-color: #9bdcf3; background: linear-gradient(145deg, #fff 0%, #f4fbfe 100%); }
.nx-choice-head { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.nx-choice-head h3 { margin: 2px 0 0; font-size: 23px; font-weight: 600; }
.nx-choice-head > div > span { color: #087443; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.nx-choice-card ul { display: grid; gap: 11px; margin: 0 0 23px; padding: 0; list-style: none; }
.nx-choice-card li { display: flex; gap: 9px; align-items: flex-start; color: #475467; font-size: 14px; line-height: 1.5; }
.nx-choice-card li svg { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 2px; color: #1ea672; stroke-width: 2.4; }
.nx-choice-card > p { margin: 20px 0 0; font-size: 14px; line-height: 1.55; }
.nx-player-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.nx-player-chips span { padding: 7px 10px; border: 1px solid #d6e2e8; border-radius: 8px; color: #344054; font-size: 13px; background: #f8fafb; }
.nx-guide-intro-spaced { margin-top: 50px; }

.nx-method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.nx-method-card { padding: 32px; }
.nx-method-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.nx-method-badge { padding: 6px 10px; border-radius: 20px; color: #087443; font-size: 11px; font-weight: 650; background: #e7f8ef; }
.nx-method-card h3 { margin: 22px 0; font-size: 26px; font-weight: 600; }
.nx-step-list { display: grid; gap: 17px; margin: 0; padding: 0; counter-reset: steps; list-style: none; }
.nx-step-list li { display: grid; grid-template-columns: 30px 1fr; gap: 13px; align-items: start; counter-increment: steps; }
.nx-step-list li > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--nx-blue-dark); font-size: 12px; font-weight: 700; background: #e8f7fd; }
.nx-step-list li > span:after { content: counter(steps); }
.nx-step-list p { margin: 2px 0 0; color: #475467; font-size: 15px; line-height: 1.6; }
.nx-code-box { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 24px 0 12px; padding: 15px 17px; border: 1px dashed #66ccee; border-radius: 11px; background: #eff9fd; }
.nx-code-box span { color: #55788a; font-size: 12px; }
.nx-code-box strong { color: #0b638b; font-size: 20px; font-variant-numeric: tabular-nums; }
.nx-code-inline { max-width: 470px; }
.nx-note { margin: 10px 0 0 !important; font-size: 13px; line-height: 1.5; }
.nx-port-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.nx-port-row span { padding: 8px 12px; border: 1px solid #cfe1e9; border-radius: 8px; color: #344054; font-size: 13px; background: #f8fbfc; }
.nx-related-guides { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.nx-related-guides a { display: grid; grid-template-columns: 36px 1fr 20px; gap: 13px; align-items: center; padding: 18px; border: 1px solid var(--nx-line); border-radius: 13px; color: var(--nx-blue); transition: .2s ease; }
.nx-related-guides a:hover { border-color: #72c9ed; background: #f7fcfe; }
.nx-related-guides a > svg:first-child { width: 28px; height: 28px; }
.nx-related-guides a > svg:last-child { width: 17px; height: 17px; }
.nx-related-guides span { display: flex; flex-direction: column; }
.nx-related-guides strong { color: var(--nx-ink); }
.nx-related-guides small { margin-top: 3px; color: var(--nx-muted); }

.nx-settings-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.nx-settings-grid.is-single { grid-template-columns: minmax(0, 800px); }
.nx-settings-card { padding: 30px; }
.nx-settings-card h3 { margin: 0 0 23px; font-size: 23px; font-weight: 600; }
.nx-important { display: flex; gap: 16px; max-width: 930px; margin-top: 28px; padding: 20px; border-radius: 13px; background: #eaf7fc; }
.nx-important > svg { flex: 0 0 25px; color: var(--nx-blue); }
.nx-important strong { color: var(--nx-ink); }
.nx-important p { margin: 4px 0 0; font-size: 14px; line-height: 1.55; }
.nx-guide-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.nx-text-link { color: var(--nx-blue-dark); font-weight: 600; }

@media (max-width: 991.98px) {
    .nx-device-grid, .nx-process-grid, .nx-settings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nx-method-grid, .nx-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nx-help-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767.98px) {
    .nx-install-hero { padding: 118px 0 82px; }
    .nx-install-section { padding: 78px 0; }
    .nx-section-heading, .nx-section-heading-centered { align-items: flex-start; justify-content: flex-start; text-align: left; }
    .nx-guide-intro, .nx-scenario-intro { margin-left: 0; }
    .nx-related-guides { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
    .nx-install-hero { padding: 100px 0 66px; }
    .nx-install-hero h1 { font-size: 38px; }
    .nx-install-lead { font-size: 18px; line-height: 1.55; }
    .nx-install-section { padding: 68px 0; }
    .nx-section-heading { gap: 14px; margin-bottom: 32px; }
    .nx-section-heading > span { flex-basis: 43px; height: 43px; }
    .nx-section-heading h2 { font-size: 34px; }
    .nx-device-grid, .nx-process-grid, .nx-settings-grid, .nx-method-grid, .nx-benefit-grid, .nx-choice-grid { grid-template-columns: 1fr; }
    .nx-device-card { min-height: 225px; padding: 30px 22px 24px; }
    .nx-process-card { min-height: 0; padding: 24px 20px; }
    .nx-process-card > b { width: 48px; height: 48px; }
    .nx-guide-hero { padding: 98px 0 62px; }
    .nx-guide-back { margin-bottom: 34px; }
    .nx-guide-hero h1 { font-size: 38px; }
    .nx-guide-card-wide, .nx-method-card, .nx-settings-card { padding: 24px 20px; }
    .nx-guide-card-head { align-items: flex-start; }
    .nx-guide-card-head h3 { font-size: 23px; }
    .nx-guide-callout { grid-template-columns: 46px minmax(0, 1fr); padding: 20px; }
    .nx-guide-callout > a { grid-column: 2; white-space: normal; }
    .nx-code-box { align-items: flex-start; flex-direction: column; }
    .nx-guide-actions { align-items: stretch; flex-direction: column; }
    .nx-guide-actions .btn { width: 100%; }
    .nx-help-card { padding: 34px 24px; }
    .nx-help-card h2 { font-size: 30px; }
}
