/* All product styling is scoped; the existing WordPress theme owns the site shell. */
.next-site,.next-home-promo{--nx-blue:#1c55a3;--nx-deep:#102e50;--nx-ink:#122c48;--nx-muted:#52657a;--nx-line:#dbe4ed;--nx-tint:#f3f7fb;--nx-sky:#a9d5ff;color:var(--nx-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.7;overflow-wrap:break-word}
.next-site *,.next-home-promo *{box-sizing:border-box}
.next-site [hidden]{display:none!important}
.next-site h1,.next-site h2,.next-site h3,.next-home-promo h2{font-family:inherit;color:inherit;letter-spacing:-.035em;line-height:1.17;font-weight:650;margin:0}
.next-site h1{font-size:clamp(40px,4.25vw,62px)}
.next-site h2{font-size:clamp(29px,3vw,40px)}
.next-site h3{font-size:20px;letter-spacing:-.025em;line-height:1.35}
.next-site p,.next-home-promo p{margin:0}
.next-site figure{margin:0;min-width:0}
.next-site a,.next-home-promo a{text-decoration:none}
.next-site button,.next-site input{font:inherit}
.next-site button{cursor:pointer}
.next-site a:focus-visible,.next-site button:focus-visible,.next-site summary:focus-visible,.next-site input:focus-visible,.next-site [tabindex]:focus-visible,.next-home-promo a:focus-visible{outline:3px solid #2389d8;outline-offset:4px}
.next-site svg,.next-home-promo svg{flex:none;display:inline-block;vertical-align:middle}
.next-wrap{width:min(1280px,calc(100% - 80px));margin-inline:auto}
.next-section{padding:86px 0}
.next-tint{background:var(--nx-tint)}
.next-site section[id]{scroll-margin-top:calc(175px + var(--odakon-adminbar-height,0px))}
.next-site .next-eyebrow,.next-home-promo .next-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;line-height:1.6;font-weight:700;color:var(--nx-blue);margin:0 0 17px}
.next-section-head{margin-bottom:38px;max-width:740px}
.next-section-head>p:not(.next-eyebrow){margin-top:20px;color:var(--nx-muted)}
.next-head-split{max-width:none;display:grid;grid-template-columns:1.1fr 1fr;gap:10%;align-items:end}
.next-head-split>p{max-width:485px;margin:0!important}
.next-head-center{text-align:center;margin:0 auto 42px}
.next-subnav{position:sticky;top:calc(var(--next-shell-height,64px) + var(--odakon-adminbar-height,0px));z-index:30;background:rgba(255,255,255,.97);border-bottom:1px solid var(--nx-line);backdrop-filter:blur(12px)}
.next-subnav-inner{display:flex;align-items:center;gap:25px;min-height:68px}
.next-wordmark{color:var(--nx-deep);font-size:16px;font-weight:800;letter-spacing:.03em;white-space:nowrap}
.next-wordmark span{font-size:11px;font-weight:650;letter-spacing:.12em;border-left:1px solid #b8c7d6;padding-left:9px;margin-left:4px}
.next-nav-links{display:flex;gap:25px;margin-left:auto;align-items:center}
.next-nav-links a{color:#52657a;white-space:nowrap;font-size:12px;font-weight:600;padding:23px 0}
.next-nav-links a:hover,.next-nav-links a[aria-current]{color:var(--nx-blue)}
.next-nav-links a[aria-current]{box-shadow:inset 0 -2px var(--nx-blue)}
.next-nav-cta{background:var(--nx-deep);color:white;border-radius:5px;padding:8px 14px;display:flex;gap:9px;align-items:center;font-size:12px;font-weight:600}
.next-nav-cta:hover{background:var(--nx-blue);color:white}
.next-nav-cta svg{width:15px;height:15px}
.next-hero{color:#fff;background:radial-gradient(ellipse at 92% 28%,#23567c 0%,transparent 58%),linear-gradient(125deg,#0b223b,#113552);position:relative;overflow:hidden}
.next-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff03 1px,transparent 1px),linear-gradient(90deg,#ffffff03 1px,transparent 1px);background-size:54px 54px;pointer-events:none}
.next-hero-grid{display:grid;grid-template-columns:.88fr 1.18fr;gap:48px;align-items:center;padding:80px 0 65px;position:relative}
.next-hero-copy{position:relative;z-index:1}
.next-hero h1{letter-spacing:-.048em}
.next-hero h1 span{color:#9bc9f6}
.next-hero .next-eyebrow{color:#c6d9ed;display:flex;align-items:center;gap:9px;font-size:10px}
.next-live-dot{width:6px;height:6px;flex:none;border-radius:50%;background:#8cc7ff;box-shadow:0 0 0 4px #8cc7ff16}
.next-lead{font-size:16px;line-height:1.8;max-width:610px}
.next-hero .next-lead{color:#cedceb;margin-top:25px;max-width:460px}
.next-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.next-btn{display:inline-flex;justify-content:center;align-items:center;gap:18px;border:1px solid transparent;border-radius:6px;font-size:13px;font-weight:650;line-height:1.4;padding:14px 20px;min-height:48px;transition:background .15s,color .15s,border-color .15s}
.next-btn svg{width:18px;height:18px}
.next-btn-bright{background:#bbdfff;color:#0d3152}
.next-btn-bright:hover{background:#e0f0ff;color:#0d3152}
.next-btn-ghost{border-color:#86a2bf55;background:#ffffff06;color:#fff}
.next-btn-ghost:hover{background:#ffffff15;color:#fff}
.next-btn-primary{background:var(--nx-blue);color:#fff}
.next-btn-primary:hover{background:#123d78;color:#fff}
.next-btn-outline{border-color:#adbed1;color:var(--nx-deep);background:transparent}
.next-btn-outline:hover{background:var(--nx-tint);border-color:var(--nx-blue)}
.next-hero-facts{display:flex;gap:14px;flex-wrap:wrap;color:#c8d8e9;font-size:11px;margin-top:27px}
.next-hero-facts span+span{padding-left:14px;border-left:1px solid #90b3d04d}
.next-online{font-size:11px;color:#b8cbe0;margin-top:9px!important;display:flex;align-items:center;gap:6px}
.next-online svg{width:13px;height:13px}
.next-preview-label{display:flex;justify-content:space-between;gap:12px;color:#c5d8eb;text-transform:uppercase;letter-spacing:.1em;font-size:9px;margin-bottom:12px}
.next-screen{display:block;position:relative;overflow:hidden;border-radius:8px;border:1px solid #d0dceb;background:#eef3f9;box-shadow:0 16px 48px #123b6020}
.next-screen img{display:block;width:100%;height:auto}
.next-hero-visual .next-screen{border-color:#b0c6df77;box-shadow:0 28px 80px #020c1d7a;transform:perspective(1800px) rotateY(-4deg);transform-origin:left center}
.next-site figcaption{font-size:10px;line-height:1.6;color:#65788c;margin-top:13px;max-width:560px}
.next-hero-visual figcaption{color:#afc3d9}
.next-expand{position:absolute;right:10px;bottom:10px;width:34px;height:34px;display:grid;place-items:center;border-radius:5px;color:var(--nx-deep);background:#ffffffed;box-shadow:0 2px 10px #16345530;transition:background .15s}
.next-expand svg{width:18px;height:18px}
.next-zoom:hover .next-expand{background:#bbdfff}
.next-family{position:relative;border-top:1px solid #94b1cf30;padding-block:24px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.next-family p{font-size:11px;color:#b9cde2}
.next-family>div{display:flex;flex-wrap:wrap;gap:40px;color:#d8e6f3;letter-spacing:.15em;font-size:13px;font-weight:650}
.next-hero-video{display:inline-flex;align-items:center;gap:8px;color:#daebfb;font-size:12px;font-weight:600;margin-top:21px}
.next-hero-video:hover{color:#fff;text-decoration:underline}
.next-hero-video>span{color:#aac8e4;font-size:10px;border:1px solid #92badd45;border-radius:4px;padding:0 5px;margin-left:3px}
.next-video-section{padding:78px 0 68px;background:linear-gradient(180deg,#f0f6fc 0%,#fff 85%);border-bottom:1px solid var(--nx-line)}
.next-video-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:10%;align-items:end;margin-bottom:32px}
.next-video-heading h2{max-width:570px;font-size:clamp(28px,3vw,39px)}
.next-video-heading>p{font-size:14px;line-height:1.85;color:var(--nx-muted);max-width:520px}
.next-video-layout{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(255px,.95fr);gap:38px;align-items:start}
.next-video-stage{position:relative;isolation:isolate;aspect-ratio:16/9;min-height:200px;overflow:hidden;border-radius:10px;background:#06172d;border:1px solid #163753;box-shadow:0 16px 44px #143f6121}
.next-video-poster{display:block;position:absolute;inset:0;color:#fff;background:#06172d}
.next-video-poster:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#020e2488);pointer-events:none}
.next-video-poster img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .3s ease}
.next-video-poster:hover img{transform:scale(1.018)}
.next-video-play{position:absolute;z-index:1;bottom:22px;left:22px;display:flex;align-items:center;gap:12px;border:1px solid #ffffff4a;border-radius:9px;padding:11px 19px 11px 11px;background:#07172bee;box-shadow:0 8px 28px #0004;color:white;font-size:13px;line-height:1.4;font-weight:650;transition:background .2s,border-color .2s}
.next-video-play-icon{width:44px;height:44px;border-radius:50%;background:#baddff;color:#0c345c;display:grid;place-items:center;flex:none}
.next-video-play small{display:block;margin-top:3px;color:#b7cde4;font-size:10px;line-height:1.5;font-weight:500}
.next-video-poster:hover .next-video-play{background:#123f6b;border-color:#badcff}
.next-video-poster:focus-visible{outline-offset:-5px!important;outline-color:#a9d5ff!important}
.next-video-stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.next-site .next-video-caption{display:flex;justify-content:space-between;gap:15px;align-items:center;max-width:none;font-size:11px;margin-top:13px}
.next-video-language{display:inline-flex;align-items:center;gap:7px;color:#5d7085}
.next-video-language>span{width:5px;height:5px;border-radius:50%;background:#2e74b4}
.next-video-caption a{display:inline-flex;align-items:center;gap:7px;color:var(--nx-blue);font-size:11px;font-weight:600}
.next-video-caption svg{width:12px;height:12px}
.next-video-details{padding-top:3px}
.next-video-inside{font-size:10px;color:#64798e;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:15px!important}
.next-video-details ul{list-style:none;margin:0 0 20px;padding:0}
.next-video-resource-links{display:flex;flex-wrap:wrap;gap:14px 24px}
.next-video-details li{display:flex;gap:12px;align-items:start;padding:14px 0;border-bottom:1px solid #e1e9f1}
.next-video-details li:first-child{padding-top:0}
.next-video-detail-icon{color:var(--nx-blue);padding-top:1px;flex:none}
.next-video-detail-icon svg{width:21px;height:21px}
.next-video-details h3{font-size:14px;line-height:1.5;letter-spacing:-.015em;margin:0 0 4px}
.next-video-details li p{font-size:12px;line-height:1.75;color:var(--nx-muted)}
.next-video-note{font-size:10px;line-height:1.8;color:#667a8d;margin-top:22px!important}
.next-video-note a{display:inline-flex;align-items:center;gap:5px;color:var(--nx-blue);font-weight:600;margin-left:5px}
.next-video-note svg{width:12px;height:12px}
.next-video-guide{padding:49px 0 43px;background:#fff}
.next-video-guide .next-video-heading{margin-bottom:25px}
.next-video-guide .next-video-heading h2{font-size:30px}
.next-video-guide .next-video-heading>p{font-size:13px}
@media(max-width:1100px){.next-video-section{padding:58px 0 48px}.next-video-layout{grid-template-columns:minmax(0,1.8fr) minmax(250px,1fr);gap:27px}.next-video-details li{padding:11px 0}.next-video-details h3{font-size:13px}.next-video-details li p{font-size:11px}}
@media(max-width:850px){.next-video-heading{grid-template-columns:1fr;gap:16px}.next-video-heading>p{max-width:660px}.next-video-layout{grid-template-columns:1fr;gap:24px}.next-video-details ul{display:grid;grid-template-columns:1fr 1fr;gap:16px 27px;margin-bottom:18px}.next-video-details li,.next-video-details li:first-child{padding:0 0 15px}.next-video-details h3{font-size:14px}.next-video-details li p{font-size:12px}}
@media(max-width:680px){.next-video-section{padding:43px 0 36px}.next-video-heading{gap:14px;margin-bottom:24px}.next-video-heading>p{font-size:13px}.next-video-heading h2,.next-video-guide .next-video-heading h2{font-size:29px}.next-video-play{left:12px;bottom:12px;padding:8px 13px 8px 8px;gap:9px;font-size:11px;border-radius:7px}.next-video-play-icon{width:34px;height:34px}.next-video-play-icon svg{width:20px;height:20px}.next-video-play small{font-size:9px;margin-top:2px}.next-site .next-video-caption,.next-video-caption a{font-size:10px}.next-video-details ul{gap:16px 18px}.next-video-details li{gap:9px}.next-video-details h3{font-size:12px}.next-video-details li p{font-size:11px}.next-video-detail-icon svg{width:17px;height:17px}.next-video-note{font-size:10px}.next-video-note a{margin-left:0}.next-hero-video{font-size:11px;margin-top:17px}}
@media(max-width:370px){.next-video-details ul{grid-template-columns:1fr}}
@media print{.next-video-stage{display:none}.next-video-layout,.next-video-heading{display:block}.next-video-section{padding:25px 0;background:white}}
.next-workflow{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:0;padding:0}
.next-report{display:grid;grid-template-columns:210px minmax(0,1fr);align-items:center;gap:43px;margin-top:36px;padding:30px 37px;background:#fff;border:1px solid #cddcea;border-radius:10px;scroll-margin-top:calc(175px + var(--odakon-adminbar-height,0px))}
.next-report-preview{position:relative;display:block;border:1px solid #d4e0ed;border-radius:6px;padding:14px;background:linear-gradient(145deg,#eaf2fa,#f6f9fc);transition:border-color .2s,background .2s}
.next-report-preview:hover{border-color:#76a4d4;background:#e4effa}
.next-report-preview img{display:block;width:100%;height:auto;box-shadow:0 5px 17px #183a5f23;border:1px solid #e4eaf2;background:white}
.next-report-badge{display:inline-flex;align-items:center;gap:6px;position:absolute;right:8px;bottom:8px;background:#123b63;color:white;border:1px solid #ffffff66;border-radius:4px;padding:5px 8px;font-size:9px;line-height:1.4;font-weight:700;letter-spacing:.04em}
.next-report-badge svg{width:12px;height:12px}
.next-report-content>.next-eyebrow{margin-bottom:11px}
.next-report-content h3{font-size:27px;line-height:1.25;max-width:630px;letter-spacing:-.03em}
.next-report-content>.next-report-description{max-width:730px;font-size:13px;line-height:1.85;color:var(--nx-muted);margin:14px 0 13px}
.next-report-content>.next-report-meta{font-size:10px;color:#62778c;line-height:1.8;margin:0 0 12px}
.next-report-content>.next-report-result{display:inline-flex;align-items:center;gap:7px;padding:4px 9px;background:#eef7f1;color:#286145;border:1px solid #d3e8da;border-radius:5px;font-size:10px;line-height:1.7;font-weight:600}
.next-report-result svg{width:15px;height:15px}
.next-report-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.next-report-actions .next-btn{font-size:11px;min-height:42px;padding:11px 15px;gap:13px}
.next-report-actions svg{width:15px;height:15px}
.next-report-content>.next-report-note{font-size:10px;line-height:1.8;color:#6b7d8e;margin-top:14px}
.next-guide .next-report{grid-template-columns:150px minmax(0,1fr);gap:26px;padding:24px;margin-top:28px}
.next-guide .next-report-content h3{font-size:22px}
.next-guide .next-report-content>.next-report-description{font-size:12px}
@media(max-width:850px){.next-report{grid-template-columns:165px minmax(0,1fr);gap:25px;padding:25px}.next-report-content h3{font-size:24px}.next-report-preview{padding:10px}}
@media(max-width:680px){.next-report,.next-guide .next-report{grid-template-columns:1fr;gap:23px;padding:23px;margin-top:27px}.next-report-preview{width:155px;justify-self:center}.next-report-content h3,.next-guide .next-report-content h3{font-size:23px}.next-report-content>.next-report-description{font-size:12px}.next-report-actions{gap:9px}.next-report-actions .next-btn{font-size:10px;padding:11px 13px;gap:9px}}
@media print{.next-report{break-inside:avoid;padding:20px;border-color:#ccd4dc}.next-report-actions{display:none}}
.next-workflow li{border-top:1px solid var(--nx-line);padding-top:20px}
.next-step-no{font-size:11px;letter-spacing:.12em;font-weight:700;color:var(--nx-blue);display:block;margin-bottom:19px}
.next-workflow h3{font-size:21px;margin-bottom:12px}
.next-workflow p{font-size:13px;line-height:1.85;color:var(--nx-muted)}
.next-toolkit{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cfdae6;border-left:1px solid #cfdae6}
.next-tool{padding:30px;border-right:1px solid #cfdae6;border-bottom:1px solid #cfdae6;display:flex;flex-direction:column;align-items:flex-start}
.next-tool-icon{width:36px;height:36px;color:var(--nx-blue);margin-bottom:19px;display:flex;align-items:center}
.next-tool-icon svg{width:30px;height:30px}
.next-tool h3{font-size:19px;margin-bottom:12px}
.next-tool p{font-size:13px;color:var(--nx-muted);margin-bottom:23px}
.next-text-link{display:inline-flex;align-items:center;gap:12px;font-weight:650;font-size:12px;color:var(--nx-blue);line-height:1.5}
.next-text-link:hover{color:#093364;text-decoration:underline}
.next-text-link svg{width:17px;height:17px}
.next-tool .next-text-link{margin-top:auto}
.next-gallery{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:center;margin-top:70px}
.next-gallery h3{font-size:29px;line-height:1.2;max-width:340px}
.next-gallery>div>p:not(.next-eyebrow){color:var(--nx-muted);margin:20px 0;font-size:14px}
.next-table-scroll{overflow:auto;border:1px solid var(--nx-line);border-radius:7px;background:#fff;scrollbar-color:#bdcde0 #eef3f8}
.next-site table{width:100%;border-collapse:collapse;border:none;margin:0;table-layout:fixed;font-size:12px;line-height:1.65;background:transparent}
.next-site table th,.next-site table td{text-align:left;border:0;border-bottom:1px solid #e2e9f1;padding:18px 21px;color:var(--nx-ink);vertical-align:top}
.next-site table th{font-weight:650}
.next-site table thead th{background:#edf3f9;font-size:10px;text-transform:uppercase;letter-spacing:.065em;color:#456079}
.next-site table tbody tr:last-child>*{border-bottom:0}
.next-site table tbody td:last-child{color:var(--nx-muted)}
.next-site table a{color:var(--nx-blue);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.next-issues{min-width:680px}
.next-issues th:first-child{width:25%}
.next-issues th:nth-child(2){width:26%}
.next-footnote{font-size:11px!important;line-height:1.8!important;color:#586d82!important;margin-top:18px!important;max-width:1060px}
.next-model-browser{border:1px solid #ccdae7;background:#fff;border-radius:9px;overflow:hidden}
.next-model-controls{padding:22px 24px 0;display:flex;gap:24px;align-items:center}
.next-search{position:relative;display:flex;align-items:center;max-width:460px;flex:1}
.next-search>svg{position:absolute;left:13px;width:17px;height:17px;color:#597189;pointer-events:none}
.next-search input{width:100%;min-width:0;border:1px solid #bbcad9;border-radius:6px;background:#fff;color:var(--nx-ink);padding:12px 12px 12px 39px;font-size:12px;line-height:1.5;height:44px;margin:0;box-shadow:none}
.next-search input::placeholder{color:#62778b;opacity:1}
.next-model-count{font-size:11px;color:#60758b;margin-left:auto;white-space:nowrap}
.next-model-count b{font-weight:650;color:var(--nx-deep)}
.next-filters{display:flex;flex-wrap:wrap;gap:7px;padding:18px 24px 22px}
.next-filters button{border:1px solid #d0ddeb;border-radius:5px;background:#fff;color:#4d647c;font-size:10px;font-weight:600;line-height:1.6;padding:9px 13px;box-shadow:none}
.next-filters button:hover{border-color:var(--nx-blue);color:var(--nx-blue)}
.next-filters button[aria-pressed=true]{border-color:var(--nx-blue);background:var(--nx-blue);color:#fff}
.next-model-scroll{max-height:630px;border-radius:0;border:0;border-top:1px solid var(--nx-line)}
.next-model-table{min-width:800px}
.next-site .next-model-table thead th{position:sticky;top:0;z-index:2;box-shadow:0 1px #ccd9e6}
.next-model-table thead th:first-child{width:25%}
.next-model-table thead th:nth-child(2){width:18%}
.next-model-table thead th:nth-child(3){width:18%}
.next-site .next-model-table td,.next-site .next-model-table th{font-size:11px;padding:15px 19px}
.next-site .next-model-table tbody th{font-size:12px}
.next-model-table tbody tr:nth-child(even){background:#fafcfe}
.next-status{display:inline-block;font-size:10px;white-space:nowrap;font-weight:650;border-radius:4px;padding:3px 7px;line-height:1.8}
.next-status-command{background:#e9f3ed;color:#236142}
.next-status-firmware{background:#edf2ff;color:#3d5696}
.next-status-none{background:#eff2f5;color:#54667a}
.next-empty{padding:35px;text-align:center;color:var(--nx-muted);font-size:13px}
.next-empty button{margin-top:18px}
.next-reviewed{font-size:10px;color:#718094;margin-top:10px!important}
.next-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.next-plan{border:1px solid #cddbe7;border-radius:8px;padding:31px;display:flex;flex-direction:column;align-items:flex-start;background:#fff}
.next-plan h3{font-size:19px}
.next-price{font-size:62px;font-weight:600;letter-spacing:-.055em;line-height:1.2;margin-top:23px!important;color:var(--nx-ink);white-space:nowrap}
.next-price>span{font-size:30px;vertical-align:top;line-height:1.6;margin-right:3px}
.next-price small{font-size:10px;letter-spacing:.06em;font-weight:500;margin-left:10px}
.next-plan-term{font-size:12px;font-weight:600;margin-top:10px!important}
.next-plan-note{font-size:12px;color:var(--nx-muted);margin:15px 0 25px!important;line-height:1.8}
.next-plan .next-btn{width:100%;margin-top:auto;justify-content:space-between}
.next-plan-featured{color:#fff;background:#133b64;border-color:#133b64;box-shadow:0 12px 30px #183f6415}
.next-plan-featured .next-price{color:#fff}
.next-plan-featured .next-plan-note{color:#c5d9ee}
.next-included{padding:27px 0 5px;display:flex;gap:35px;align-items:start}
.next-included h3{font-size:12px;white-space:nowrap;line-height:2;margin-top:2px}
.next-included ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:8px 30px}
.next-included li{display:flex;gap:8px;font-size:11px;color:#4e6379}
.next-included li svg{width:16px;height:16px;color:#2d755c;margin-top:2px}
.next-personal{border-top:1px solid var(--nx-line);margin-top:35px;padding-top:30px;display:flex;align-items:center;justify-content:space-between;gap:35px}
.next-personal h3{font-size:16px;margin-bottom:8px}
.next-personal p{font-size:12px;color:var(--nx-muted);max-width:760px}
.next-personal .next-text-link{flex-shrink:0}
.next-download{background:#102e50;color:white;padding:72px 0}
.next-download-grid{display:grid;grid-template-columns:1fr 1fr;gap:13%;align-items:center}
.next-download .next-eyebrow{color:#a6caee}
.next-download h2{font-size:36px;line-height:1.17}
.next-download-grid>div>p:not(.next-eyebrow){color:#c2d4e8;margin:23px 0;max-width:540px;font-size:13px}
.next-download .next-text-link{color:#b6d9ff}
.next-download-card{background:#1a4068;border:1px solid #467097;border-radius:9px;padding:30px}
.next-download-card>svg{color:#a8d1fb;width:30px;height:30px;margin-bottom:20px}
.next-download-card h3{font-size:23px}
.next-download-card p{font-size:12px!important;margin:15px 0!important}
.next-release{display:flex;justify-content:space-between;gap:14px;color:#d3e2f2;font-size:11px;padding:16px 0 24px;border-top:1px solid #789ab545}
.next-download-card .next-btn{width:100%;justify-content:space-between}
.next-faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:10%}
.next-faq-grid .next-section-head .next-text-link{margin-top:25px}
.next-faq{border-top:1px solid var(--nx-line)}
.next-faq details{border-bottom:1px solid var(--nx-line);padding:0}
.next-faq summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;list-style:none;font-size:13px;font-weight:600;padding:20px 0;line-height:1.6}
.next-faq summary::-webkit-details-marker{display:none}
.next-faq summary>span{font-size:21px;font-weight:400;flex:none;color:#426482;line-height:1}
.next-faq details[open] summary>span{transform:rotate(45deg)}
.next-faq details>p{color:var(--nx-muted);font-size:12px;line-height:1.9;padding:0 30px 22px 0}
.next-lightbox{border:1px solid #bcd0e5;border-radius:10px;max-width:min(1462px,95vw);width:max-content;max-height:94vh;padding:13px;background:#f4f8fc;color:var(--nx-ink);box-shadow:0 20px 90px #0008;position:fixed;overflow:auto}
.next-lightbox::backdrop{background:#06182dd9;backdrop-filter:blur(5px)}
.next-lightbox>img{display:block;width:auto;max-width:100%;max-height:calc(94vh - 70px);height:auto;margin:auto}
.next-lightbox>p{font-size:10px;line-height:1.5;padding:10px 2px 0;max-width:1050px}
.next-lightbox-close{position:absolute;right:16px;top:16px;z-index:1;width:37px;height:37px;border:1px solid #c1d0df;display:grid;place-items:center;border-radius:5px;background:#fff;color:var(--nx-deep);padding:0}
.next-sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.next-guide-hero{background:var(--nx-tint);border-bottom:1px solid var(--nx-line);padding:64px 0}
.next-guide-hero h1{font-size:clamp(38px,4vw,56px);line-height:1.1}
.next-guide-hero h1 span{color:var(--nx-blue)}
.next-guide-hero .next-lead{margin:23px 0 22px;color:var(--nx-muted);max-width:760px;font-size:15px}
.next-guide-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:75px;padding-top:64px;padding-bottom:55px}
.next-guide-toc>nav{position:sticky;top:calc(var(--next-shell-height,64px) + var(--odakon-adminbar-height,0px) + 92px);border-left:1px solid var(--nx-line);padding-left:22px}
.next-guide-toc p{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#5e748a;font-weight:700;margin-bottom:16px}
.next-guide-toc a{display:block;font-size:11px;font-weight:500;color:var(--nx-muted);padding:7px 0;line-height:1.6}
.next-guide-toc a:hover{color:var(--nx-blue);text-decoration:underline}
.next-guide-body>section{padding-bottom:55px;margin-bottom:48px;border-bottom:1px solid var(--nx-line)}
.next-guide-body>section:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}
.next-guide-body h2{font-size:30px;margin-bottom:24px}
.next-guide-body h3{font-size:15px;line-height:1.55;letter-spacing:-.012em;margin-bottom:12px}
.next-guide-body p{font-size:13px;color:var(--nx-muted);line-height:1.9}
.next-guide-body .next-eyebrow{font-size:10px;margin-bottom:12px}
.next-setup{counter-reset:setup;list-style:none;padding:0;margin:27px 0}
.next-setup li{counter-increment:setup;position:relative;padding:0 0 20px 42px;color:var(--nx-muted);font-size:13px}
.next-setup li:before{content:counter(setup,decimal-leading-zero);position:absolute;left:0;top:0;font-weight:650;color:var(--nx-blue);font-size:11px;line-height:2.1}
.next-guide-rows article{display:grid;grid-template-columns:.6fr 1.4fr;gap:32px;border-top:1px solid #e2e9f0;padding:23px 0}
.next-guide-rows article:first-child{padding-top:0;border:0}
.next-guide-rows h3{margin:0;font-size:14px}
.next-guide-body .next-text-link{margin-top:10px}
.next-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px 30px}
.next-check-grid article{border-top:2px solid #adc9e7;padding-top:16px}
.next-guide-support{padding:23px;border-left:3px solid var(--nx-blue);background:var(--nx-tint);margin-top:30px}
.next-source-list{list-style:none;margin:20px 0;padding:0}
.next-source-list a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0;color:var(--nx-blue);border-bottom:1px solid var(--nx-line);font-size:12px;font-weight:600}
.next-source-list a:hover{text-decoration:underline}
.next-source-list svg{width:18px;height:18px}
.next-home-promo{padding:60px 0;background:#112f50;color:#fff}
.next-home-promo-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}
.next-home-promo .next-eyebrow{color:#b6d8ff}
.next-home-promo h2{font-size:clamp(27px,3vw,37px);margin:0 0 20px;max-width:480px}
.next-home-promo p:not(.next-eyebrow){font-size:14px;line-height:1.85;color:#c0d3e7;margin-bottom:25px}
.next-home-image img{width:100%;height:auto;display:block;border-radius:7px;border:1px solid #b4cde88c;box-shadow:0 15px 50px #06172c88}
@media(min-width:1600px){.next-hero-grid{padding-top:92px;padding-bottom:80px;gap:62px}.next-hero-visual{width:calc(100% + 35px)}}
@media(max-width:1100px){.next-wrap{width:calc(100% - 56px)}.next-hero-grid{gap:32px;grid-template-columns:.9fr 1.1fr;padding-top:62px}.next-hero h1{font-size:44px}.next-hero .next-lead{font-size:14px}.next-nav-links{gap:17px}.next-section{padding:68px 0}.next-gallery{gap:45px}.next-tool{padding:24px}.next-family>div{gap:25px}.next-plan{padding:25px}.next-price{font-size:54px}.next-included{gap:25px}.next-guide-layout{gap:40px;grid-template-columns:200px minmax(0,1fr)}.next-download-grid{gap:7%}}
@media(max-width:850px){.next-hero-grid{grid-template-columns:1fr;padding:48px 0 35px;gap:38px}.next-hero-copy{max-width:650px}.next-hero h1{font-size:53px;max-width:630px}.next-hero .next-lead{max-width:570px;font-size:15px}.next-hero-visual{max-width:730px}.next-hero-visual .next-screen{transform:none}.next-family{align-items:flex-start;flex-direction:column;gap:12px}.next-family>div{gap:30px}.next-workflow{grid-template-columns:1fr 1fr;gap:30px}.next-head-split{grid-template-columns:1fr;gap:20px}.next-head-split>p{max-width:670px}.next-toolkit{grid-template-columns:1fr 1fr}.next-gallery{gap:30px;grid-template-columns:.8fr 1.2fr}.next-plans{gap:12px}.next-plan{padding:21px}.next-price{font-size:44px}.next-price small{margin-left:6px}.next-plan h3{font-size:16px}.next-plan .next-btn{font-size:11px;padding:12px;gap:10px}.next-included{flex-direction:column;gap:14px}.next-personal{align-items:flex-start;flex-direction:column;gap:16px}.next-faq-grid{grid-template-columns:1fr;gap:10px}.next-download h2{font-size:30px}.next-download-card{padding:25px}.next-guide-layout{grid-template-columns:1fr;gap:40px}.next-guide-toc>nav{position:static;display:flex;flex-wrap:wrap;gap:4px 20px;border:0;padding:0}.next-guide-toc p{width:100%;margin-bottom:6px}.next-guide-toc a{border-bottom:1px solid #d9e4ee}.next-home-promo-inner{gap:40px}}
@media(max-width:680px){.next-wrap{width:calc(100% - 36px)}.next-subnav-inner{gap:14px;flex-wrap:wrap;min-height:0;padding-top:14px}.next-wordmark{font-size:14px}.next-wordmark span{font-size:10px}.next-nav-cta{margin-left:auto;padding:7px 11px;font-size:10px}.next-nav-links{order:3;width:100%;margin:0;gap:25px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.next-nav-links a{padding:4px 0 13px;font-size:10px}.next-hero-grid{padding-top:40px;gap:32px}.next-hero .next-eyebrow{font-size:9px;letter-spacing:.09em}.next-hero h1{font-size:clamp(35px,8.7vw,48px)}.next-hero .next-lead{font-size:13px;line-height:1.85;margin-top:21px}.next-actions{margin-top:24px;gap:10px}.next-btn{font-size:11px;padding:13px 15px;gap:11px;min-height:44px}.next-hero-facts{font-size:10px;gap:9px;margin-top:23px}.next-hero-facts span+span{padding-left:9px}.next-online{font-size:10px}.next-hero-visual figcaption{font-size:9px}.next-preview-label{font-size:8px;margin-bottom:9px}.next-family{padding-block:20px}.next-family>div{font-size:11px;gap:23px}.next-family p{font-size:10px}.next-section{padding:53px 0}.next-site h2{font-size:29px;line-height:1.2}.next-section-head{margin-bottom:29px}.next-section-head>p:not(.next-eyebrow){font-size:13px}.next-site .next-eyebrow{font-size:9px;margin-bottom:13px}.next-workflow{gap:24px 23px}.next-workflow h3{font-size:19px}.next-workflow p{font-size:12px}.next-step-no{margin-bottom:13px}.next-toolkit{grid-template-columns:1fr}.next-tool{position:relative;padding:23px 22px 23px 69px}.next-tool-icon{position:absolute;left:21px;top:23px}.next-tool-icon svg{width:26px;height:26px}.next-tool h3{font-size:18px;margin-bottom:10px}.next-tool p{font-size:12px;margin-bottom:17px}.next-text-link{font-size:11px}.next-gallery{grid-template-columns:1fr;gap:23px;margin-top:45px}.next-gallery h3{font-size:27px;max-width:370px}.next-gallery>div>p:not(.next-eyebrow){font-size:13px;margin:14px 0}.next-table-scroll:focus-visible{outline-offset:1px}.next-site table th,.next-site table td{padding:16px}.next-model-controls{padding:18px 16px 0;gap:12px;flex-wrap:wrap}.next-search{max-width:none;flex-basis:100%}.next-model-count{margin:0;font-size:10px}.next-filters{padding:14px 16px 18px;gap:6px}.next-filters button{font-size:9px;padding:8px 10px}.next-model-scroll{max-height:500px}.next-footnote{font-size:10px!important}.next-plans{grid-template-columns:1fr;gap:15px}.next-plan{padding:25px}.next-plan h3{font-size:19px}.next-price{font-size:57px;margin-top:17px!important}.next-plan-term{margin-top:5px!important}.next-plan-note{margin-top:12px!important;margin-bottom:21px!important;font-size:12px}.next-plan .next-btn{font-size:12px;padding:13px 16px}.next-included ul{grid-template-columns:1fr;gap:9px}.next-included h3{font-size:13px}.next-included li{font-size:11px}.next-personal{margin-top:27px;padding-top:24px}.next-personal h3{font-size:17px}.next-personal p{font-size:12px}.next-download{padding:52px 0}.next-download-grid{grid-template-columns:1fr;gap:33px}.next-download h2{font-size:30px}.next-download-grid>div>p:not(.next-eyebrow){font-size:13px;margin:18px 0}.next-download-card{padding:25px}.next-release{font-size:10px}.next-faq-grid .next-section-head{margin-bottom:17px}.next-faq summary{font-size:12px;padding:18px 0;gap:18px}.next-faq details>p{font-size:12px;padding-right:16px}.next-guide-hero{padding:39px 0}.next-guide-hero h1{font-size:39px}.next-guide-hero .next-lead{font-size:13px;margin:19px 0}.next-guide-layout{padding-top:32px;gap:35px}.next-guide-body>section{padding-bottom:32px;margin-bottom:32px}.next-guide-body h2{font-size:27px;margin-bottom:20px}.next-guide-body p{font-size:12px}.next-guide-rows article{grid-template-columns:1fr;gap:9px;padding:20px 0}.next-guide-rows h3{font-size:14px}.next-setup li{font-size:12px;padding-left:33px}.next-check-grid{grid-template-columns:1fr;gap:23px}.next-guide-support{padding:20px}.next-home-promo{padding:42px 0}.next-home-promo-inner{grid-template-columns:1fr;gap:30px}.next-home-promo h2{font-size:30px}.next-home-promo p:not(.next-eyebrow){font-size:13px}.next-lightbox{padding:5px;border-radius:6px}.next-lightbox-close{top:9px;right:9px;width:32px;height:32px}.next-lightbox>p{font-size:9px;padding:8px}}
@media(prefers-reduced-motion:reduce){.next-site *{transition:none!important;scroll-behavior:auto!important}}
@media print{.next-subnav,.next-guide-toc,.next-lightbox,.next-nav-cta,.next-filters,.next-model-controls{display:none!important}.next-wrap{width:100%}.next-site *{box-shadow:none!important;transform:none!important}.next-hero,.next-download,.next-tint{background:#fff;color:#000}.next-hero h1 span,.next-hero .next-lead,.next-hero .next-eyebrow,.next-download p{color:#333!important}.next-section{padding:25px 0}.next-model-scroll{max-height:none}.next-guide-layout{display:block}.next-site table{min-width:0}.next-site table th,.next-site table td{font-size:8px!important;padding:8px}.next-site details>p{display:block}.next-site h2,.next-site h3{break-after:avoid}.next-site tr,.next-plan,.next-guide-rows article{break-inside:avoid}}
