/*
Theme Name: NexDirectory Studio
Theme URI: https://nexdirectory.com/
Author: Alex Player
Description: A purpose-built product, documentation, and learning theme for NexDirectory.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nexdirectory-studio
*/

@font-face {
    font-family: "Nex Manrope";
    src: url("assets/fonts/manrope-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

@font-face {
    font-family: "Nex Mono";
    src: url("assets/fonts/fira-code-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
}

:root {
    --nex-bg: #f6f7fb;
    --nex-paper: #ffffff;
    --nex-surface: #ffffff;
    --nex-soft: #f6f7fb;
    --nex-soft-2: #eef1f6;
    --nex-ink: #0c0f17;
    --nex-ink-2: #111625;
    --nex-ink-3: #171d2c;
    --nex-text: #161a23;
    --nex-muted: #626a78;
    --nex-line: #e3e7ee;
    --nex-line-dark: rgba(255, 255, 255, .12);
    --nex-primary: #5f5ce6;
    --nex-primary-hover: #4d49d2;
    --nex-primary-soft: #efeeff;
    --nex-success: #28a875;
    --nex-yellow: var(--nex-primary);
    --nex-yellow-2: #7774ef;
    --nex-violet: var(--nex-primary);
    --nex-cyan: #6f8dff;
    --nex-green: var(--nex-success);
    --nex-orange: #7e81ec;
    --nex-radius-sm: 10px;
    --nex-radius: 16px;
    --nex-radius-lg: 24px;
    --nex-container: 1280px;
    --nex-shadow: 0 24px 70px -38px rgba(18, 24, 40, .28);
    --nex-shadow-dark: 0 32px 90px -42px rgba(0, 0, 0, .78);
    --nex-ease: cubic-bezier(.22, 1, .36, 1);
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
    color-scheme: light;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: clip;
    color: var(--nex-text);
    background: var(--nex-bg);
    font-family: "Nex Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.nex-modal-open,
body.nex-menu-open {
    overflow: hidden;
}

img,
svg,
video,
iframe {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    color: inherit;
    font: inherit;
}

button {
    border: 0;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: inherit;
    font-family: "Nex Manrope", ui-sans-serif, sans-serif;
    font-weight: 650;
    letter-spacing: -.045em;
    line-height: 1.04;
}

p,
ul,
ol,
blockquote,
figure {
    margin-top: 0;
}

::selection {
    color: #fff;
    background: var(--nex-primary);
}

:focus-visible {
    outline: 2px solid var(--nex-primary);
    outline-offset: 3px;
}

[hidden] {
    display: none !important;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nex-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100000;
    padding: 12px 18px;
    transform: translateY(-150%);
    border-radius: 12px;
    color: var(--nex-ink);
    background: var(--nex-yellow);
    font-weight: 800;
    transition: transform .2s;
}

.nex-skip-link:focus {
    transform: translateY(0);
}

.nex-container {
    width: min(var(--nex-container), calc(100% - 40px));
    margin-inline: auto;
}

.nex-section {
    position: relative;
    padding: clamp(80px, 8vw, 128px) 0;
}

.nex-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--nex-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.25;
    text-transform: none;
}

.nex-kicker::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 11%, transparent);
    content: "";
}

.nex-icon {
    width: 1.2em;
    height: 1.2em;
    flex: 0 0 auto;
}

.nex-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr);
    gap: 50px;
    align-items: end;
    margin-bottom: clamp(40px, 5vw, 64px);
}

.nex-section-head h2,
.nex-intro-grid h2,
.nex-control-copy h2,
.nex-faq-grid h2 {
    font-size: clamp(2.4rem, 4.5vw, 4.75rem);
}

.nex-section-head > p,
.nex-control-copy > p,
.nex-intro-grid .nex-sticky-copy > p,
.nex-faq-grid .nex-sticky-copy > p {
    margin: 0;
    color: var(--nex-muted);
    font-size: clamp(1.04rem, 1.4vw, 1.2rem);
    line-height: 1.75;
}

.nex-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: color .25s, background-color .25s, border-color .25s, box-shadow .25s, transform .25s var(--nex-ease);
}

.nex-button:hover {
    transform: translateY(-3px);
}

.nex-button-small {
    min-height: 44px;
    padding-inline: 18px;
}

.nex-button-large {
    min-height: 60px;
    padding-inline: 28px;
    font-size: 15px;
}

.nex-button-primary {
    color: #fff;
    background: var(--nex-primary);
    box-shadow: 0 16px 38px -22px rgba(95, 92, 230, .72);
}

.nex-button-primary:hover {
    background: var(--nex-primary-hover);
    box-shadow: 0 20px 44px -22px rgba(95, 92, 230, .78);
}

.nex-button-dark {
    color: #fff;
    background: var(--nex-ink);
}

.nex-button-dark:hover {
    background: #1b2540;
}

.nex-button-ghost {
    color: var(--nex-text);
    border-color: var(--nex-line);
    background: rgba(255, 255, 255, .7);
}

.nex-button-ghost-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(16px);
}

.nex-button-ghost-light:hover {
    border-color: rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .13);
}

.nex-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--nex-text);
    font-size: 14px;
    font-weight: 850;
}

.nex-text-link .nex-icon {
    transition: transform .25s var(--nex-ease);
}

.nex-text-link:hover .nex-icon {
    transform: translateX(5px);
}

.nex-text-link-light {
    color: rgba(255, 255, 255, .84);
}

.nex-icon-box {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nex-line);
    border-radius: 15px;
    color: var(--nex-ink);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 12px 28px -18px rgba(10, 16, 32, .35);
}

.nex-icon-box .nex-icon {
    width: 23px;
    height: 23px;
}

.nex-spotlight {
    --x: 50%;
    --y: 50%;
    position: relative;
    overflow: hidden;
}

.nex-spotlight::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(420px circle at var(--x) var(--y), rgba(157, 130, 255, .13), transparent 45%);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.nex-spotlight:hover::after {
    opacity: 1;
}

.nex-spotlight > * {
    position: relative;
    z-index: 1;
}

/* Header */

.nex-scroll-progress {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100002;
    height: 2px;
    pointer-events: none;
}

.nex-scroll-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--nex-yellow), var(--nex-violet), var(--nex-cyan));
}

.nex-site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 10000;
    color: #fff;
}

.admin-bar .nex-site-header,
.admin-bar .nex-scroll-progress {
    top: 32px;
}

.nex-announcement {
    max-height: 36px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .76);
    background: #050711;
    transition: max-height .35s var(--nex-ease), opacity .25s;
}

.nex-site-header.is-scrolled .nex-announcement {
    max-height: 0;
    opacity: 0;
}

.nex-announcement-inner {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
}

.nex-announcement a {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    letter-spacing: .02em;
}

.nex-announcement strong {
    color: #fff;
}

.nex-announcement .nex-icon {
    width: 13px;
}

.nex-announcement-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--nex-green);
    box-shadow: 0 0 0 5px rgba(110, 231, 164, .12);
}

.nex-nav-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(7, 10, 20, .78);
    backdrop-filter: blur(24px) saturate(140%);
    transition: background .3s, box-shadow .3s;
}

.nex-site-header.is-scrolled .nex-nav-wrap {
    background: rgba(7, 10, 20, .94);
    box-shadow: 0 14px 44px -24px rgba(0, 0, 0, .75);
}

.nex-navbar {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 36px;
    transition: min-height .3s var(--nex-ease);
}

.nex-site-header.is-scrolled .nex-navbar {
    min-height: 66px;
}

.nex-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.nex-brand-mark {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--nex-yellow);
}

.nex-brand-word {
    color: #fff;
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 850;
    letter-spacing: -.035em;
}

.nex-brand-word span {
    color: var(--nex-yellow);
}

.nex-desktop-nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
}

.nex-primary-menu,
.nex-primary-menu ul,
.nex-mobile-links,
.nex-mobile-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nex-primary-menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nex-primary-menu > li {
    position: relative;
}

.nex-primary-menu > li > a {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
    transition: color .2s, background .2s;
}

.nex-primary-menu > li > a:hover,
.nex-primary-menu > li.current-menu-item > a,
.nex-primary-menu > li.current-menu-ancestor > a {
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.nex-primary-menu > .menu-item-has-children > a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    transform: rotate(45deg);
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transition: transform .2s;
}

.nex-primary-menu > .menu-item-has-children:hover > a::after,
.nex-primary-menu > .menu-item-has-children:focus-within > a::after {
    margin-top: 3px;
    transform: rotate(225deg);
}

.nex-submenu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    width: 260px;
    padding: 10px !important;
    transform: translate(-50%, 10px);
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    opacity: 0;
    background: rgba(13, 18, 32, .98);
    box-shadow: var(--nex-shadow-dark);
    transition: opacity .22s, transform .25s var(--nex-ease), visibility .22s;
}

.nex-submenu::before {
    position: absolute;
    inset: -14px 0 auto;
    height: 14px;
    content: "";
}

.menu-item-has-children:hover > .nex-submenu,
.menu-item-has-children:focus-within > .nex-submenu {
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
}

.nex-submenu a {
    display: flex;
    padding: 11px 13px;
    border-radius: 11px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
    transition: color .2s, background .2s, padding .2s;
}

.nex-submenu a:hover {
    padding-left: 17px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.nex-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nex-search-trigger {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 0 10px 0 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: rgba(255, 255, 255, .66);
    background: rgba(255, 255, 255, .05);
    font-size: 12px;
}

.nex-search-trigger kbd {
    display: inline-grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 7px;
    color: rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .06);
    font: inherit;
}

.nex-search-trigger .nex-icon {
    width: 17px;
}

.nex-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.nex-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 20;
    overflow: auto;
    padding: 24px;
    color: #fff;
    background: rgba(7, 10, 20, .98);
}

.nex-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-weight: 800;
}

.nex-mobile-menu-head button,
.nex-search-panel-head button,
.nex-modal-close {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: inherit;
    background: rgba(255, 255, 255, .08);
}

.nex-mobile-links > li {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.nex-mobile-links > li > a {
    display: block;
    padding: 18px 0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.03em;
}

.nex-mobile-links .sub-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0 0 18px;
}

.nex-mobile-links .sub-menu a {
    display: block;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    color: rgba(255, 255, 255, .66);
    background: rgba(255, 255, 255, .04);
    font-size: 13px;
}

.nex-mobile-menu-actions {
    display: grid;
    gap: 10px;
    margin-top: 30px;
}

/* Search */

.nex-search-dialog,
.nex-modal {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: grid;
    place-items: start center;
    overflow: auto;
    padding: 8vh 20px;
}

.nex-search-backdrop,
.nex-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(4, 6, 12, .78);
    backdrop-filter: blur(14px);
}

.nex-search-panel {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    color: #fff;
    background: var(--nex-ink-2);
    box-shadow: var(--nex-shadow-dark);
}

.nex-search-panel-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.nex-search-panel h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
}

.nex-search-panel .nex-kicker {
    color: var(--nex-yellow);
}

.nex-search-field {
    display: flex;
    height: 60px;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 15px;
    background: rgba(255, 255, 255, .07);
}

.nex-search-field .nex-icon {
    color: var(--nex-yellow);
}

.nex-search-field input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
}

.nex-search-field input::placeholder {
    color: rgba(255, 255, 255, .4);
}

.nex-search-results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

.nex-search-results a {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 13px;
    background: rgba(255, 255, 255, .035);
    transition: border-color .2s, background .2s, transform .2s;
}

.nex-search-results a:hover {
    transform: translateY(-2px);
    border-color: rgba(248, 202, 67, .35);
    background: rgba(255, 255, 255, .07);
}

.nex-search-results strong,
.nex-search-results small {
    display: block;
}

.nex-search-results strong {
    font-size: 13px;
}

.nex-search-results small {
    margin-top: 3px;
    overflow: hidden;
    color: rgba(255, 255, 255, .45);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nex-search-results .nex-icon {
    width: 16px;
    color: var(--nex-yellow);
}

.nex-search-empty {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .55);
    text-align: center;
}

/* Home hero */

.nex-home-hero {
    position: relative;
    min-height: min(980px, 100vh);
    overflow: hidden;
    padding: 176px 0 98px;
    color: #fff;
    background:
        radial-gradient(circle at 76% 24%, rgba(157, 130, 255, .19), transparent 28%),
        radial-gradient(circle at 15% 15%, rgba(248, 202, 67, .10), transparent 26%),
        linear-gradient(145deg, #070a13 0%, #0b1020 52%, #090c17 100%);
}

.nex-home-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .032) 1px, transparent 1px);
    background-size: 58px 58px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.nex-hero-noise {
    position: absolute;
    inset: 0;
    opacity: .05;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
    pointer-events: none;
}

.nex-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    pointer-events: none;
}

.nex-orbit::before {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--nex-yellow);
    box-shadow: 0 0 22px var(--nex-yellow);
    content: "";
}

.nex-orbit-one {
    top: -340px;
    right: -230px;
    width: 760px;
    height: 760px;
    animation: nexSpin 34s linear infinite;
}

.nex-orbit-two {
    right: 18%;
    bottom: -420px;
    width: 670px;
    height: 670px;
    animation: nexSpin 44s linear infinite reverse;
}

@keyframes nexSpin {
    to { transform: rotate(360deg); }
}

.nex-home-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(530px, 1.1fr);
    gap: 64px;
    align-items: center;
}

.nex-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 28px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 999px;
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .055);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(16px);
}

.nex-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--nex-green);
    box-shadow: 0 0 0 0 rgba(110, 231, 164, .45);
    animation: nexPulse 2.4s infinite;
}

@keyframes nexPulse {
    70% { box-shadow: 0 0 0 9px rgba(110, 231, 164, 0); }
    100% { box-shadow: 0 0 0 0 rgba(110, 231, 164, 0); }
}

.nex-home-hero h1 {
    max-width: 720px;
    font-size: clamp(3.65rem, 6.2vw, 7.25rem);
    letter-spacing: -.065em;
    line-height: .91;
}

.nex-home-hero h1 span {
    color: var(--nex-yellow);
}

.nex-home-lead {
    max-width: 670px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .67);
    font-size: clamp(1.08rem, 1.55vw, 1.26rem);
    line-height: 1.73;
}

.nex-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.nex-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .49);
    font-size: 11px;
    font-weight: 650;
}

.nex-hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nex-hero-proof .nex-icon {
    color: var(--nex-green);
}

.nex-product-stage {
    position: relative;
    min-height: 610px;
    transform-style: preserve-3d;
}

[data-parallax] {
    translate: 0 var(--nex-parallax-y, 0);
}

.nex-stage-glow {
    position: absolute;
    inset: 12% 2% 8%;
    border-radius: 50%;
    background: rgba(129, 103, 237, .23);
    filter: blur(90px);
}

.nex-product-window {
    position: absolute;
    top: 48px;
    right: -22%;
    width: 112%;
    overflow: hidden;
    transform: perspective(1300px) rotateY(-9deg) rotateX(4deg);
    transform-origin: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    background: #11172a;
    box-shadow: var(--nex-shadow-dark);
    will-change: transform;
}

.nex-product-window img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: top left;
}

.nex-window-chrome {
    display: flex;
    min-height: 43px;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .42);
    background: #121829;
    font-size: 10px;
}

.nex-window-dots {
    display: flex;
    gap: 5px;
}

.nex-window-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
}

.nex-window-dots span:first-child {
    background: #ff765f;
}

.nex-window-dots span:nth-child(2) {
    background: var(--nex-yellow);
}

.nex-window-dots span:nth-child(3) {
    background: var(--nex-green);
}

.nex-window-address {
    flex: 1;
    padding: 6px 12px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .05);
    text-align: center;
}

.nex-window-status {
    color: var(--nex-green);
    font-weight: 800;
    text-transform: uppercase;
}

.nex-float-card,
.nex-float-metric {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    color: #fff;
    background: rgba(13, 18, 32, .84);
    box-shadow: 0 24px 70px -26px #000;
    backdrop-filter: blur(22px);
    will-change: transform;
}

.nex-float-card {
    padding: 12px 14px;
}

.nex-float-card strong,
.nex-float-card small {
    display: block;
}

.nex-float-card strong {
    font-size: 11px;
}

.nex-float-card small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .47);
    font-size: 8px;
}

.nex-float-icon,
.nex-float-avatar {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 11px;
    color: var(--nex-ink);
    background: var(--nex-yellow);
    font-size: 10px;
    font-weight: 900;
}

.nex-float-card-one {
    top: 6px;
    left: -4%;
}

.nex-float-card-two {
    right: -7%;
    bottom: 86px;
}

.nex-float-avatar {
    color: #fff;
    background: linear-gradient(135deg, var(--nex-violet), #6251d2);
}

.nex-status-check {
    display: grid;
    width: 23px;
    height: 23px;
    margin-left: 8px;
    place-items: center;
    border-radius: 50%;
    color: var(--nex-ink);
    background: var(--nex-green);
}

.nex-status-check .nex-icon {
    width: 13px;
}

.nex-float-metric {
    bottom: 6px;
    left: 2%;
    display: block;
    width: 185px;
    padding: 14px;
}

.nex-float-metric span,
.nex-float-metric strong {
    display: block;
}

.nex-float-metric span {
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
}

.nex-float-metric strong {
    margin: 3px 0 5px;
    color: var(--nex-green);
    font-size: 22px;
    line-height: 1;
}

.nex-float-metric svg {
    width: 100%;
    height: 30px;
    color: var(--nex-green);
}

.nex-hero-scroll {
    position: absolute;
    bottom: 27px;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 9px;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .35);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.nex-hero-scroll span {
    position: relative;
    width: 1px;
    height: 26px;
    overflow: hidden;
    background: rgba(255, 255, 255, .16);
}

.nex-hero-scroll span::after {
    position: absolute;
    inset: -100% 0 auto;
    height: 100%;
    background: var(--nex-yellow);
    content: "";
    animation: nexScrollLine 2s infinite;
}

@keyframes nexScrollLine {
    to { transform: translateY(200%); }
}

/* Signal strip */

.nex-signal-strip {
    overflow: hidden;
    border-bottom: 1px solid var(--nex-line);
    color: var(--nex-muted);
    background: var(--nex-soft);
}

.nex-signal-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 23px;
    padding: 18px 0;
    animation: nexMarquee 34s linear infinite;
}

.nex-signal-track span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.nex-signal-track i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--nex-violet);
}

@keyframes nexMarquee {
    to { transform: translateX(-50%); }
}

/* Intro */

.nex-intro-section {
    background: #fff;
}

.nex-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: clamp(54px, 9vw, 130px);
    align-items: start;
}

.nex-sticky-copy {
    position: sticky;
    top: 125px;
}

.nex-intro-grid .nex-sticky-copy > p {
    margin: 28px 0 26px;
}

.nex-problem-stack {
    display: grid;
    gap: 16px;
}

.nex-problem-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: start;
    padding: 30px;
    border: 1px solid var(--nex-line);
    border-radius: var(--nex-radius);
    background: var(--nex-soft);
    transition: transform .3s var(--nex-ease), border-color .3s, box-shadow .3s, background .3s;
}

.nex-problem-card:hover {
    transform: translateY(-5px);
    border-color: rgba(157, 130, 255, .35);
    background: #fff;
    box-shadow: var(--nex-shadow);
}

.nex-problem-card .nex-card-number {
    color: #8171d4;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    font-weight: 800;
}

.nex-problem-card h3 {
    margin-bottom: 8px;
    font-size: 25px;
}

.nex-problem-card p {
    margin: 0;
    color: var(--nex-muted);
    line-height: 1.7;
}

.nex-problem-card > .nex-icon {
    width: 28px;
    height: 28px;
    color: #806adb;
}

/* Profile switcher */

.nex-profile-section {
    color: #fff;
    background:
        radial-gradient(circle at 88% 9%, rgba(157, 130, 255, .18), transparent 25%),
        var(--nex-ink);
}

.nex-profile-section .nex-section-head > p {
    color: rgba(255, 255, 255, .55);
}

.nex-profile-section .nex-kicker {
    color: var(--nex-yellow);
}

.nex-profile-switcher {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: var(--nex-radius-lg);
    background: rgba(255, 255, 255, .045);
    box-shadow: var(--nex-shadow-dark);
}

.nex-profile-tabs {
    display: grid;
    align-content: start;
    gap: 8px;
}

.nex-profile-tabs button {
    display: flex;
    min-height: 84px;
    align-items: center;
    gap: 14px;
    padding: 15px 16px;
    border: 1px solid transparent;
    border-radius: 19px;
    color: rgba(255, 255, 255, .62);
    background: transparent;
    text-align: left;
    transition: color .2s, border-color .2s, background .2s, transform .2s;
}

.nex-profile-tabs button:hover {
    color: #fff;
    background: rgba(255, 255, 255, .05);
}

.nex-profile-tabs button[aria-selected="true"] {
    transform: translateX(4px);
    border-color: rgba(248, 202, 67, .24);
    color: #fff;
    background: rgba(248, 202, 67, .09);
}

.nex-profile-tabs .nex-icon {
    width: 25px;
    height: 25px;
    color: var(--nex-yellow);
}

.nex-profile-tabs strong,
.nex-profile-tabs small,
.nex-profile-tabs span {
    display: block;
}

.nex-profile-tabs span {
    font-size: 14px;
    font-weight: 800;
}

.nex-profile-tabs small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .4);
    font-size: 10px;
    font-weight: 500;
}

.nex-profile-canvas {
    min-width: 0;
}

.nex-profile-panel {
    display: grid;
    min-height: 560px;
    grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 27px;
    background: #151c2e;
}

.nex-profile-panel-copy {
    position: relative;
    z-index: 1;
    align-self: center;
    padding: clamp(30px, 5vw, 58px);
}

.nex-profile-panel-copy h3 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 3.5vw, 3.8rem);
}

.nex-profile-panel-copy > p {
    color: rgba(255, 255, 255, .59);
    line-height: 1.75;
}

.nex-profile-panel-copy ul {
    display: grid;
    gap: 11px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.nex-profile-panel-copy li {
    display: flex;
    align-items: start;
    gap: 9px;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
}

.nex-profile-panel-copy li .nex-icon {
    margin-top: 3px;
    color: var(--nex-green);
}

.nex-profile-panel > img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: top left;
    border-left: 1px solid rgba(255, 255, 255, .09);
    mask-image: linear-gradient(to right, transparent, #000 13%);
}

/* Bento */

.nex-bento-section {
    background: var(--nex-soft);
}

.nex-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.nex-bento-card {
    min-height: 400px;
    border: 1px solid var(--nex-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 15px 50px -42px rgba(10, 16, 32, .45);
    transition: transform .35s var(--nex-ease), border-color .25s, box-shadow .35s;
}

.nex-bento-card:hover {
    transform: translateY(-6px);
    border-color: rgba(157, 130, 255, .3);
    box-shadow: var(--nex-shadow);
}

.nex-bento-copy {
    padding: 30px;
}

.nex-bento-copy .nex-kicker {
    margin: 25px 0 11px;
}

.nex-bento-copy h3 {
    max-width: 500px;
    margin-bottom: 12px;
    font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.nex-bento-copy p {
    margin: 0;
    color: var(--nex-muted);
    line-height: 1.7;
}

.nex-bento-media {
    position: absolute;
    overflow: hidden;
    border: 1px solid var(--nex-line);
    border-radius: 20px 0 0 0;
    background: var(--nex-soft);
}

.nex-bento-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

.nex-bento-map {
    grid-column: span 7;
    min-height: 610px;
}

.nex-bento-map .nex-bento-copy {
    width: 62%;
}

.nex-bento-map .nex-bento-media {
    inset: 46% 0 0 18%;
}

.nex-bento-submit {
    grid-column: span 5;
    min-height: 610px;
}

.nex-bento-submit .nex-bento-media {
    inset: 53% 0 0 25%;
}

.nex-bento-moderation,
.nex-bento-import {
    grid-column: span 6;
    min-height: 520px;
}

.nex-bento-moderation .nex-bento-media,
.nex-bento-import .nex-bento-media {
    inset: 50% 0 0 22%;
}

.nex-bento-money {
    grid-column: span 5;
    color: #fff;
    background: var(--nex-ink);
}

.nex-bento-money .nex-bento-copy p {
    color: rgba(255, 255, 255, .57);
}

.nex-bento-money .nex-kicker {
    color: var(--nex-yellow);
}

.nex-bento-api {
    grid-column: span 7;
    background:
        radial-gradient(circle at 80% 80%, rgba(157, 130, 255, .15), transparent 28%),
        #fff;
}

.nex-mini-chart {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    height: 115px;
    align-items: end;
    gap: 10px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.nex-mini-chart span {
    height: var(--h);
    flex: 1;
    border-radius: 7px 7px 0 0;
    background: linear-gradient(to top, rgba(248, 202, 67, .3), var(--nex-yellow));
    transition: height .55s var(--nex-ease);
}

.nex-bento-money:hover .nex-mini-chart span:nth-child(odd) {
    height: calc(var(--h) + 9%);
}

.nex-code-card {
    position: absolute;
    right: 28px;
    bottom: 30px;
    left: 28px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 17px;
    color: rgba(255, 255, 255, .72);
    background: var(--nex-ink);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
    box-shadow: var(--nex-shadow);
}

.nex-code-card > span {
    margin-right: 8px;
    color: var(--nex-green);
}

.nex-code-card b {
    color: var(--nex-yellow);
}

.nex-code-card small {
    display: block;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .42);
}

/* Workflow */

.nex-workflow-section {
    background: #fff;
}

.nex-workflow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.nex-workflow-line {
    position: absolute;
    top: 53px;
    right: 10%;
    left: 10%;
    height: 1px;
    overflow: hidden;
    background: var(--nex-line);
}

.nex-workflow-line span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--nex-violet), var(--nex-yellow));
}

.nex-workflow-step {
    position: relative;
}

.nex-workflow-step > span {
    position: absolute;
    top: 4px;
    right: 0;
    color: #a4a9b4;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
}

.nex-workflow-step .nex-icon-box {
    position: relative;
    z-index: 2;
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: #fff;
}

.nex-workflow-step h3 {
    margin: 27px 0 10px;
    font-size: 26px;
}

.nex-workflow-step p {
    margin: 0;
    color: var(--nex-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* Control */

.nex-control-section {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 15% 75%, rgba(112, 228, 223, .10), transparent 24%),
        linear-gradient(140deg, #0b1020, #11192c);
}

.nex-control-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .75fr);
    gap: clamp(54px, 9vw, 120px);
    align-items: center;
}

.nex-control-media {
    position: relative;
}

.nex-dashboard-frame {
    position: relative;
    overflow: hidden;
    padding-left: 45px;
    transform: perspective(1400px) rotateY(7deg);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 27px;
    background: #0e1424;
    box-shadow: var(--nex-shadow-dark);
}

.nex-dashboard-frame img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: top left;
}

.nex-dashboard-rail {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    display: grid;
    width: 45px;
    align-content: start;
    justify-items: center;
    gap: 14px;
    padding-top: 62px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    background: #0a0f1c;
}

.nex-dashboard-rail i {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .12);
}

.nex-dashboard-rail i:first-child {
    background: var(--nex-yellow);
}

.nex-dashboard-chip {
    position: absolute;
    right: -30px;
    bottom: -25px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 16px;
    background: rgba(18, 24, 42, .92);
    box-shadow: var(--nex-shadow-dark);
    backdrop-filter: blur(18px);
}

.nex-dashboard-chip > .nex-icon {
    color: var(--nex-green);
}

.nex-dashboard-chip strong,
.nex-dashboard-chip small {
    display: block;
}

.nex-dashboard-chip strong {
    font-size: 11px;
}

.nex-dashboard-chip small {
    color: rgba(255, 255, 255, .45);
    font-size: 9px;
}

.nex-control-copy .nex-kicker {
    color: var(--nex-cyan);
}

.nex-control-copy > p {
    margin: 25px 0;
    color: rgba(255, 255, 255, .57);
}

.nex-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin: 28px 0 34px;
}

.nex-check-grid span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.nex-check-grid .nex-icon {
    color: var(--nex-green);
}

.nex-control-copy .nex-button-dark {
    color: var(--nex-ink);
    background: #fff;
}

/* Learning */

.nex-learning-section {
    background: var(--nex-soft);
}

.nex-learning-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 20px;
}

.nex-learning-feature {
    position: relative;
    min-height: 500px;
    padding: clamp(32px, 5vw, 56px);
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 82%, rgba(157, 130, 255, .28), transparent 28%),
        var(--nex-ink);
    box-shadow: var(--nex-shadow);
}

.nex-learning-type {
    display: inline-flex;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .06);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nex-learning-feature h3 {
    max-width: 620px;
    margin: 38px 0 20px;
    font-size: clamp(2.5rem, 5vw, 5rem);
}

.nex-learning-feature > p {
    max-width: 580px;
    color: rgba(255, 255, 255, .57);
    font-size: 16px;
}

.nex-learning-feature .nex-text-link {
    margin-top: 16px;
    color: var(--nex-yellow);
}

.nex-learning-art {
    position: absolute;
    right: 36px;
    bottom: 32px;
    left: 36px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.nex-learning-art span {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .05);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
}

.nex-learning-art span:first-child {
    color: var(--nex-ink);
    background: var(--nex-yellow);
}

.nex-learning-art i {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, var(--nex-yellow), rgba(255, 255, 255, .1));
}

.nex-learning-list {
    display: grid;
    gap: 13px;
}

.nex-learning-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--nex-line);
    border-radius: 20px;
    background: #fff;
    transition: transform .25s var(--nex-ease), border-color .2s, box-shadow .25s;
}

.nex-learning-row:hover {
    transform: translateX(5px);
    border-color: rgba(157, 130, 255, .35);
    box-shadow: 0 18px 55px -36px rgba(10, 16, 32, .45);
}

.nex-learning-row small,
.nex-learning-row strong {
    display: block;
}

.nex-learning-row small {
    margin-bottom: 2px;
    color: #7a65df;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nex-learning-row strong {
    font-size: 15px;
}

.nex-learning-row > .nex-icon {
    color: #7461d8;
}

/* Pricing */

.nex-pricing-teaser {
    background: #fff;
}

.nex-pricing-shell {
    display: grid;
    grid-template-columns: minmax(300px, 1.15fr) repeat(2, minmax(240px, .55fr));
    gap: 18px;
    overflow: hidden;
    padding: clamp(24px, 4vw, 42px);
    border-radius: var(--nex-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 35% 0%, rgba(157, 130, 255, .21), transparent 31%),
        var(--nex-ink);
    box-shadow: var(--nex-shadow-dark);
}

.nex-pricing-copy {
    padding: 20px 30px 20px 8px;
}

.nex-pricing-copy .nex-kicker {
    color: var(--nex-yellow);
}

.nex-pricing-copy h2 {
    font-size: clamp(2.5rem, 4.5vw, 4.8rem);
}

.nex-pricing-copy p {
    max-width: 560px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, .56);
}

.nex-pricing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
}

.nex-price-card {
    align-self: stretch;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .055);
}

.nex-price-card > span {
    display: block;
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nex-price-card > strong {
    display: block;
    margin: 21px 0 24px;
    font-size: 45px;
    letter-spacing: -.06em;
    line-height: 1;
}

.nex-price-card > strong small {
    margin-left: 4px;
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
}

.nex-price-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nex-price-card li {
    display: flex;
    gap: 8px;
    color: rgba(255, 255, 255, .68);
    font-size: 11px;
}

.nex-price-card li .nex-icon {
    color: var(--nex-green);
}

.nex-price-card-featured {
    border-color: rgba(248, 202, 67, .42);
    background: rgba(248, 202, 67, .08);
}

.nex-pricing-note {
    margin: 18px 0 0;
    color: var(--nex-muted);
    font-size: 11px;
    text-align: center;
}

/* FAQ */

.nex-faq-section {
    border-top: 1px solid var(--nex-line);
    background: var(--nex-soft);
}

.nex-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, .65fr) minmax(0, 1.1fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: start;
}

.nex-faq-grid .nex-sticky-copy > p {
    margin: 25px 0 20px;
}

.nex-faq-list {
    border-top: 1px solid var(--nex-line);
}

.nex-faq-item {
    border-bottom: 1px solid var(--nex-line);
}

.nex-faq-item summary {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--nex-text);
    font-size: 16px;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.nex-faq-item summary::-webkit-details-marker {
    display: none;
}

.nex-faq-item summary span {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border: 1px solid var(--nex-line);
    border-radius: 50%;
}

.nex-faq-item summary span::before,
.nex-faq-item summary span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: currentColor;
    content: "";
    transition: transform .25s;
}

.nex-faq-item summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.nex-faq-item[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0);
}

.nex-faq-item div {
    padding: 0 55px 28px 0;
}

.nex-faq-item p {
    margin: 0;
    color: var(--nex-muted);
    line-height: 1.75;
}

/* Final home CTA */

.nex-home-final {
    position: relative;
    overflow: hidden;
    padding: clamp(100px, 13vw, 190px) 0;
    color: #fff;
    background: #070a13;
    text-align: center;
}

.nex-home-final::before {
    position: absolute;
    inset: 0;
    opacity: .4;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 50px 50px;
    content: "";
    mask-image: radial-gradient(circle at center, #000, transparent 72%);
}

.nex-home-final-orb {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 630px;
    height: 630px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(248, 202, 67, .13);
    border-radius: 50%;
    box-shadow:
        0 0 0 80px rgba(157, 130, 255, .025),
        0 0 0 160px rgba(157, 130, 255, .018);
}

.nex-home-final-inner {
    position: relative;
    z-index: 1;
}

.nex-home-final .nex-kicker {
    color: var(--nex-yellow);
}

.nex-home-final h2 {
    font-size: clamp(3.2rem, 8vw, 8rem);
    line-height: .91;
}

.nex-home-final h2 span {
    color: var(--nex-yellow);
}

.nex-home-final p {
    max-width: 650px;
    margin: 30px auto 0;
    color: rgba(255, 255, 255, .55);
    font-size: 18px;
}

.nex-home-final .nex-hero-actions {
    justify-content: center;
}

/* Tour modal */

.nex-modal {
    place-items: center;
    padding: 30px 20px;
}

.nex-modal-panel {
    position: relative;
    z-index: 1;
    width: min(1100px, 100%);
    max-height: calc(100vh - 60px);
    overflow: auto;
    padding: clamp(25px, 4vw, 46px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 30px;
    color: #fff;
    background: var(--nex-ink);
    box-shadow: var(--nex-shadow-dark);
}

.nex-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
}

.nex-tour-head {
    max-width: 720px;
    margin-bottom: 28px;
}

.nex-tour-head .nex-kicker {
    color: var(--nex-yellow);
}

.nex-tour-head h2 {
    font-size: clamp(2rem, 4vw, 4.2rem);
}

.nex-tour-head p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .5);
}

.nex-tour {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 16px;
}

.nex-tour-visual {
    min-width: 0;
}

.nex-tour-visual figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    background: #151c2e;
}

.nex-tour-visual img {
    width: 100%;
    height: min(50vh, 520px);
    object-fit: cover;
    object-position: top;
}

.nex-tour-visual figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 50px 24px 22px;
    background: linear-gradient(transparent, rgba(7, 10, 20, .96));
}

.nex-tour-visual strong,
.nex-tour-visual span {
    display: block;
}

.nex-tour-visual strong {
    font-size: 22px;
}

.nex-tour-visual span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
}

.nex-tour-controls {
    display: grid;
    align-content: stretch;
    gap: 7px;
}

.nex-tour-controls button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .04);
    font-size: 12px;
    font-weight: 750;
    text-align: left;
}

.nex-tour-controls button.is-active {
    border-color: rgba(248, 202, 67, .3);
    color: #fff;
    background: rgba(248, 202, 67, .09);
}

.nex-tour-controls span {
    color: var(--nex-yellow);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9px;
}

/* Page hero */

.nex-page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(172px, 17vw, 240px) 0 clamp(75px, 9vw, 125px);
    color: #fff;
    background:
        radial-gradient(circle at 80% 35%, rgba(157, 130, 255, .18), transparent 27%),
        radial-gradient(circle at 12% 10%, rgba(248, 202, 67, .08), transparent 24%),
        var(--nex-ink);
}

.nex-page-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .52;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(#000, transparent 92%);
}

.nex-page-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .7fr);
    gap: clamp(45px, 8vw, 100px);
    align-items: center;
}

.nex-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 38px;
    color: rgba(255, 255, 255, .42);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nex-breadcrumbs a:hover {
    color: var(--nex-yellow);
}

.nex-breadcrumbs .nex-icon {
    width: 12px;
}

.nex-page-hero .nex-kicker {
    color: var(--nex-yellow);
}

.nex-page-hero h1 {
    max-width: 1000px;
    font-size: clamp(3rem, 6.2vw, 6.8rem);
    line-height: .94;
}

.nex-page-hero-copy > p {
    max-width: 760px;
    margin: 27px 0 0;
    color: rgba(255, 255, 255, .63);
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    line-height: 1.72;
}

.nex-page-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 26px;
    color: rgba(255, 255, 255, .42);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.nex-page-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nex-page-meta .nex-icon {
    color: var(--nex-yellow);
}

.nex-page-hero-media {
    min-width: 0;
}

.nex-page-hero-window {
    overflow: hidden;
    transform: perspective(1000px) rotateY(-8deg) rotateX(3deg);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 23px;
    background: #141b2e;
    box-shadow: var(--nex-shadow-dark);
}

.nex-page-hero-window img {
    width: 100%;
    min-height: 340px;
    object-fit: cover;
    object-position: top left;
}

.nex-page-hero-art {
    position: relative;
    min-height: 360px;
}

.nex-page-hero-art > span {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
}

.nex-page-hero-art > span:first-child {
    inset: 0;
}

.nex-page-hero-art > span:nth-child(2) {
    inset: 14%;
}

.nex-page-hero-art > span:nth-child(3) {
    inset: 29%;
}

.nex-page-hero-art > div {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%) rotate(-8deg);
    place-items: center;
    border-radius: 28px;
    color: var(--nex-ink);
    background: var(--nex-yellow);
    box-shadow: 0 0 80px rgba(248, 202, 67, .22);
}

.nex-page-hero-art .nex-icon {
    width: 40px;
    height: 40px;
}

.nex-page-hero-compact {
    padding-bottom: 80px;
}

.nex-page-hero-compact .nex-container {
    position: relative;
    z-index: 1;
}

.nex-page-hero-compact h1 {
    max-width: 900px;
}

/* Long-form page content */

.nex-prose {
    font-size: 17px;
    line-height: 1.78;
}

.nex-prose > section,
.nex-prose > div:not(.alignwide):not(.alignfull),
.nex-prose > h2,
.nex-prose > h3,
.nex-prose > p,
.nex-prose > ul,
.nex-prose > ol,
.nex-prose > blockquote,
.nex-prose > figure,
.nex-prose > table {
    width: min(880px, calc(100% - 40px));
    margin-inline: auto;
}

.nex-prose > section,
.nex-content-section {
    padding: clamp(70px, 8vw, 110px) 0;
}

.nex-prose > section + section,
.nex-content-section + .nex-content-section {
    border-top: 1px solid var(--nex-line);
}

.nex-prose > section > * {
    max-width: 100%;
}

.nex-prose h2 {
    margin: 0 0 24px;
    font-size: clamp(2.15rem, 4.5vw, 4.25rem);
    scroll-margin-top: 120px;
}

.nex-prose h3 {
    margin: 40px 0 14px;
    font-size: clamp(1.45rem, 2.6vw, 2.15rem);
    scroll-margin-top: 120px;
}

.nex-prose h4 {
    margin: 28px 0 10px;
    font-size: 1.2rem;
}

.nex-prose p {
    margin-bottom: 22px;
    color: #505b6f;
}

.nex-prose strong {
    color: var(--nex-text);
}

.nex-prose a:not(.nex-button):not(.nex-text-link):not(.nex-feature-card):not(.nex-hub-card) {
    color: #6754cf;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.nex-prose ul,
.nex-prose ol {
    margin-bottom: 28px;
    padding-left: 24px;
    color: #505b6f;
}

.nex-prose li {
    margin-bottom: 9px;
    padding-left: 4px;
}

.nex-prose li::marker {
    color: #7e68df;
    font-weight: 800;
}

.nex-prose code {
    padding: 2px 6px;
    border: 1px solid var(--nex-line);
    border-radius: 6px;
    color: #5b49bf;
    background: #f3f1ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .87em;
}

.nex-prose pre {
    overflow-x: auto;
    padding: 25px;
    border-radius: 18px;
    color: rgba(255, 255, 255, .78);
    background: var(--nex-ink);
}

.nex-prose pre code {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
}

.nex-prose blockquote {
    margin-block: 38px;
    padding: 25px 28px;
    border-left: 4px solid var(--nex-yellow);
    border-radius: 0 16px 16px 0;
    background: var(--nex-soft);
}

.nex-prose blockquote p:last-child {
    margin-bottom: 0;
}

.nex-prose img {
    border-radius: 20px;
    box-shadow: var(--nex-shadow);
}

.nex-prose-intro {
    max-width: 780px;
    margin-bottom: 40px;
    color: #354056 !important;
    font-size: clamp(1.18rem, 2vw, 1.4rem);
    line-height: 1.75;
}

.nex-content-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #765fd7;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.nex-content-grid,
.nex-card-grid,
.nex-link-hub,
.nex-pricing-grid,
.nex-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.nex-card-grid.nex-card-grid-3,
.nex-link-hub {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nex-feature-card,
.nex-hub-card,
.nex-metric-card {
    display: block;
    padding: 26px;
    border: 1px solid var(--nex-line);
    border-radius: 22px;
    color: var(--nex-text) !important;
    background: #fff;
    text-decoration: none !important;
    box-shadow: 0 15px 46px -42px rgba(10, 16, 32, .5);
}

.nex-feature-card {
    transition: transform .25s var(--nex-ease), border-color .2s, box-shadow .25s;
}

.nex-feature-card:hover,
.nex-hub-card:hover {
    transform: translateY(-4px);
    border-color: rgba(157, 130, 255, .35);
    box-shadow: var(--nex-shadow);
}

.nex-feature-card h3,
.nex-hub-card h3,
.nex-metric-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.nex-feature-card p,
.nex-hub-card p,
.nex-metric-card p {
    margin: 0;
    color: var(--nex-muted);
    font-size: 14px;
    line-height: 1.68;
}

.nex-feature-card .nex-card-label,
.nex-hub-card .nex-card-label {
    display: block;
    margin-bottom: 15px;
    color: #765fd7;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nex-callout {
    margin: 38px 0;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid rgba(157, 130, 255, .22);
    border-radius: 24px;
    background: linear-gradient(135deg, #f7f5ff, #fff);
}

.nex-callout.nex-callout-dark {
    border-color: rgba(255, 255, 255, .1);
    color: #fff;
    background: var(--nex-ink);
}

.nex-callout h3 {
    margin-top: 0;
}

.nex-callout-dark p {
    color: rgba(255, 255, 255, .6);
}

.nex-callout p:last-child {
    margin-bottom: 0;
}

.nex-steps {
    display: grid;
    gap: 14px;
    margin: 34px 0;
    counter-reset: nexstep;
}

.nex-step {
    position: relative;
    padding: 25px 25px 25px 80px;
    border: 1px solid var(--nex-line);
    border-radius: 20px;
    background: #fff;
    counter-increment: nexstep;
}

.nex-step::before {
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--nex-ink);
    background: var(--nex-yellow);
    content: counter(nexstep, decimal-leading-zero);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9px;
    font-weight: 850;
}

.nex-step h3,
.nex-step h4 {
    margin: 0 0 7px;
    font-size: 20px;
}

.nex-step p:last-child {
    margin-bottom: 0;
}

.nex-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 28px 0;
    padding: 0 !important;
    list-style: none;
}

.nex-checklist li {
    position: relative;
    margin: 0;
    padding: 13px 14px 13px 42px;
    border: 1px solid var(--nex-line);
    border-radius: 13px;
    background: var(--nex-soft);
    font-size: 13px;
}

.nex-checklist li::before {
    position: absolute;
    top: 13px;
    left: 14px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    color: var(--nex-ink);
    background: var(--nex-green);
    content: "✓";
    font-size: 10px;
    font-weight: 900;
}

.nex-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 34px 0;
    border: 1px solid var(--nex-line);
    border-radius: 20px;
}

.nex-comparison-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    font-size: 13px;
}

.nex-comparison-table th,
.nex-comparison-table td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--nex-line);
    text-align: left;
}

.nex-comparison-table th {
    color: var(--nex-text);
    background: var(--nex-soft);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nex-comparison-table tr:last-child td {
    border-bottom: 0;
}

.nex-faq-block {
    margin-top: 35px;
    border-top: 1px solid var(--nex-line);
}

.nex-faq-block details {
    border-bottom: 1px solid var(--nex-line);
}

.nex-faq-block summary {
    padding: 19px 0;
    color: var(--nex-text);
    font-weight: 800;
    cursor: pointer;
}

.nex-faq-block details p {
    padding-right: 30px;
}

.nex-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1180px, 100%);
    margin: 0 auto;
}

.nex-pricing-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 27px;
    border: 1px solid var(--nex-line);
    border-radius: 24px;
    background: #fff;
}

.nex-pricing-card.is-featured {
    transform: translateY(-10px);
    border-color: var(--nex-yellow);
    color: #fff;
    background: var(--nex-ink);
    box-shadow: var(--nex-shadow);
}

.nex-pricing-card .nex-plan {
    color: #6d57d4;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nex-pricing-card.is-featured .nex-plan {
    color: var(--nex-yellow);
}

.nex-pricing-card h3 {
    margin: 15px 0 5px;
}

.nex-pricing-card .nex-price {
    margin: 22px 0;
    color: var(--nex-text);
    font-size: 42px;
    font-weight: 850;
    letter-spacing: -.06em;
}

.nex-pricing-card.is-featured .nex-price,
.nex-pricing-card.is-featured h3 {
    color: #fff;
}

.nex-pricing-card .nex-price small {
    margin-left: 3px;
    color: var(--nex-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
}

.nex-pricing-card ul {
    flex: 1;
    margin: 0 0 24px;
    padding-left: 18px;
    font-size: 13px;
}

.nex-pricing-card.is-featured li,
.nex-pricing-card.is-featured p {
    color: rgba(255, 255, 255, .65);
}

.nex-download-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr);
    gap: 30px;
    padding: clamp(28px, 5vw, 50px);
    border: 1px solid var(--nex-line);
    border-radius: 28px;
    background: var(--nex-soft);
}

.nex-package-meta {
    display: grid;
    gap: 10px;
}

.nex-package-meta div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid var(--nex-line);
    font-size: 13px;
}

.nex-package-meta dt {
    color: var(--nex-muted);
}

.nex-package-meta dd {
    margin: 0;
    color: var(--nex-text);
    font-weight: 800;
}

.nex-release-download {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: clamp(30px, 5vw, 72px);
    margin: 42px 0 34px;
    overflow: hidden;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(95, 92, 230, .18);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 8%, rgba(123, 120, 255, .2), transparent 34%),
        linear-gradient(145deg, #f9f9ff 0%, #fff 52%, #f5f5ff 100%);
    box-shadow: 0 38px 90px -64px rgba(23, 20, 78, .62);
    isolation: isolate;
}

.nex-release-download::after {
    position: absolute;
    right: -64px;
    bottom: -96px;
    z-index: -1;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(95, 92, 230, .12);
    border-radius: 50%;
    box-shadow:
        0 0 0 34px rgba(95, 92, 230, .035),
        0 0 0 68px rgba(95, 92, 230, .02);
    content: "";
}

.nex-release-copy {
    align-self: center;
}

.nex-release-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #247458;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.nex-release-status span {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #247458;
    font-size: 12px;
}

.nex-release-copy h3 {
    max-width: 620px;
    margin: 16px 0 14px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: .98;
    letter-spacing: -.055em;
}

.nex-release-copy > p {
    max-width: 650px;
    margin: 0;
    color: var(--nex-muted);
    font-size: clamp(16px, 1.8vw, 19px);
    line-height: 1.65;
}

.nex-release-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 24px;
    margin-top: 28px;
}

.nex-release-actions .nex-text-link {
    color: var(--nex-ink);
    font-size: 14px;
    font-weight: 800;
}

.nex-release-download .nex-package-meta {
    align-self: center;
    padding: 20px 24px;
    border: 1px solid rgba(18, 19, 29, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 24px 60px -52px rgba(12, 15, 23, .55);
    backdrop-filter: blur(14px);
}

.nex-release-download .nex-package-meta div:last-child {
    border-bottom: 0;
}

.nex-release-download .nex-package-meta dt,
.nex-release-download .nex-package-meta dd {
    font-size: 12px;
}

.nex-release-checksum {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(18, 19, 29, .09);
}

.nex-release-checksum > span {
    color: var(--nex-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nex-release-checksum code {
    overflow: hidden;
    color: #454166;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nex-release-checksum a {
    color: var(--nex-primary);
    font-size: 12px;
    font-weight: 800;
}

.nex-release-unavailable {
    padding: 13px 18px;
    border-radius: 999px;
    color: #705a22;
    background: #fff5d8;
    font-size: 13px;
    font-weight: 750;
}

@media (max-width: 820px) {
    .nex-release-download {
        grid-template-columns: 1fr;
    }

    .nex-release-checksum {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .nex-release-checksum a {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .nex-release-download {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .nex-release-actions,
    .nex-release-actions .nex-button {
        width: 100%;
    }

    .nex-release-actions .nex-button {
        justify-content: center;
    }

    .nex-release-checksum code {
        font-size: 9px;
    }
}

/* Docs */

.nex-doc-layout {
    display: grid;
    grid-template-columns: 235px minmax(0, 820px);
    gap: clamp(44px, 7vw, 90px);
    justify-content: center;
    padding: clamp(70px, 8vw, 110px) 0;
}

.nex-doc-sidebar {
    position: sticky;
    top: 110px;
    align-self: start;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 24px;
    max-height: calc(100vh - 134px);
    max-height: calc(100dvh - 134px);
}

.nex-doc-toc {
    position: static;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    padding-left: 18px;
    border-left: 1px solid var(--nex-line);
}

.nex-doc-toc-title {
    display: block;
    margin-bottom: 12px;
    color: #8b92a1;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nex-doc-toc nav {
    display: grid;
    gap: 4px;
}

.nex-doc-toc a {
    display: block;
    padding: 7px 0;
    color: #6c7483;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.4;
    transition: color .2s, transform .2s;
}

.nex-doc-toc a:hover,
.nex-doc-toc a.is-active {
    transform: translateX(4px);
    color: #6853ca;
}

.nex-doc-help {
    margin-top: 0;
    padding: 18px;
    border: 1px solid var(--nex-line);
    border-radius: 16px;
    background: var(--nex-soft);
}

.nex-doc-help > .nex-icon {
    margin-bottom: 12px;
    color: #715bd1;
}

.nex-doc-help strong {
    display: block;
    font-size: 12px;
}

.nex-doc-help p {
    margin: 6px 0 10px;
    color: var(--nex-muted);
    font-size: 10px;
    line-height: 1.55;
}

.nex-doc-help a {
    color: #6853ca;
    font-size: 10px;
    font-weight: 800;
}

.nex-doc-content {
    min-width: 0;
}

.nex-doc-content > * {
    width: 100% !important;
    margin-inline: 0 !important;
}

.nex-doc-content > section:first-child {
    padding-top: 0;
}

.nex-prose-legal {
    padding: 70px 0 100px;
}

.nex-prose-legal > section {
    padding: 30px 0;
}

/* Related pages */

.nex-related {
    padding: 80px 0 110px;
    border-top: 1px solid var(--nex-line);
    background: var(--nex-soft);
}

.nex-related .nex-section-head {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
}

.nex-related .nex-section-head h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.nex-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.nex-related-card {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    padding: 23px;
    border: 1px solid var(--nex-line);
    border-radius: 20px;
    background: #fff;
    transition: transform .25s var(--nex-ease), border-color .2s, box-shadow .25s;
}

.nex-related-card:hover {
    transform: translateY(-5px);
    border-color: rgba(157, 130, 255, .35);
    box-shadow: var(--nex-shadow);
}

.nex-related-index {
    color: #7f6ada;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 10px;
}

.nex-related-card h3 {
    margin: 28px 0 10px;
    font-size: 22px;
}

.nex-related-card p {
    margin: 0 0 20px;
    color: var(--nex-muted);
    font-size: 12px;
    line-height: 1.6;
}

.nex-related-card .nex-text-link {
    margin-top: auto;
    font-size: 11px;
}

/* App pages and archives */

.nex-app-page {
    min-height: 70vh;
    padding-top: 112px;
}

.nex-app-page > * {
    width: 100%;
}

.nex-app-plan-notice {
    width: min(1180px, calc(100% - 40px));
    margin: 34px auto 18px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid #deddf8;
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 12%, rgba(95, 92, 230, .16), transparent 34%),
        linear-gradient(135deg, var(--nex-primary-soft), #fff);
    box-shadow: 0 24px 60px -48px rgba(12, 15, 23, .45);
}

.nex-app-plan-notice h2 {
    margin: 8px 0 10px;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.08;
}

.nex-app-plan-notice p {
    max-width: 760px;
    margin: 0 0 18px;
    color: var(--nex-muted);
}

.nex-app-plan-notice .nex-text-link {
    color: var(--nex-primary);
}

.nex-index-page {
    min-height: 70vh;
}

.nex-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 80px 0 110px;
}

.nex-post-card {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    padding: 27px;
    border: 1px solid var(--nex-line);
    border-radius: 22px;
    background: #fff;
    transition: transform .25s, border-color .2s, box-shadow .25s;
}

.nex-post-card:hover {
    transform: translateY(-5px);
    border-color: rgba(157, 130, 255, .35);
    box-shadow: var(--nex-shadow);
}

.nex-post-card > span {
    color: #7d6bd2;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nex-post-card h2 {
    margin: 28px 0 12px;
    font-size: 25px;
}

.nex-post-card p {
    color: var(--nex-muted);
    font-size: 13px;
}

.nex-post-card .nex-text-link {
    margin-top: auto;
}

.nex-empty-state {
    grid-column: 1 / -1;
    padding: 70px;
    border-radius: 26px;
    background: var(--nex-soft);
    text-align: center;
}

.nex-empty-state h2 {
    font-size: 42px;
}

.nex-empty-state p {
    color: var(--nex-muted);
}

.nex-pagination {
    display: flex;
    justify-content: center;
    margin-top: -62px;
    padding-bottom: 110px;
}

.nex-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nex-pagination a,
.nex-pagination span {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border: 1px solid var(--nex-line);
    border-radius: 999px;
    background: #fff;
    color: var(--nex-ink);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.nex-pagination a:hover,
.nex-pagination a:focus-visible,
.nex-pagination .current {
    border-color: var(--nex-violet);
    background: var(--nex-ink);
    color: #fff;
}

.nex-prose-single {
    padding: 80px 0 110px;
}

.nex-single-hero {
    position: relative;
    z-index: 1;
}

.nex-single-hero h1 {
    max-width: 970px;
}

.nex-archive-description {
    max-width: 700px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .6);
}

/* 404 */

.nex-404 {
    position: relative;
    display: grid;
    min-height: 100vh;
    place-items: center;
    overflow: hidden;
    padding: 160px 0 90px;
    color: #fff;
    background: var(--nex-ink);
    text-align: center;
}

.nex-404-inner {
    position: relative;
    z-index: 2;
}

.nex-404 .nex-kicker {
    color: var(--nex-yellow);
}

.nex-404 h1 {
    max-width: 900px;
    margin-inline: auto;
    font-size: clamp(3.2rem, 8vw, 8rem);
}

.nex-404 p {
    max-width: 650px;
    margin: 28px auto 0;
    color: rgba(255, 255, 255, .58);
}

.nex-404 .nex-hero-actions {
    justify-content: center;
}

.nex-404-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 760px;
    height: 760px;
    align-items: center;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    color: rgba(255, 255, 255, .04);
    font-size: 240px;
    font-weight: 900;
}

.nex-404-orbit i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--nex-yellow);
    box-shadow: 0 0 40px var(--nex-yellow);
}

/* Footer */

.nex-site-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #060912;
}

.nex-footer-cta {
    padding: 95px 0 78px;
}

.nex-footer-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
    padding: clamp(32px, 5vw, 58px);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 30px;
    background:
        radial-gradient(circle at 85% 20%, rgba(248, 202, 67, .10), transparent 25%),
        rgba(255, 255, 255, .04);
}

.nex-footer-cta-card .nex-kicker {
    color: var(--nex-yellow);
}

.nex-footer-cta-card h2 {
    max-width: 760px;
    font-size: clamp(2.4rem, 5vw, 5rem);
}

.nex-footer-cta-card p {
    max-width: 700px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .52);
}

.nex-footer-cta-actions {
    display: grid;
    gap: 10px;
    min-width: 220px;
}

.nex-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, .65fr);
    gap: clamp(35px, 6vw, 80px);
    padding-bottom: 75px;
}

.nex-footer-brand > p {
    max-width: 430px;
    margin: 25px 0;
    color: rgba(255, 255, 255, .45);
    font-size: 13px;
    line-height: 1.75;
}

.nex-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nex-footer-badges span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 999px;
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
}

.nex-footer-badges .nex-icon {
    color: var(--nex-yellow);
}

.nex-footer-column {
    display: grid;
    align-content: start;
    gap: 9px;
}

.nex-footer-column h3 {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .38);
    font-family: inherit;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.nex-footer-column a {
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 650;
    transition: color .2s, transform .2s;
}

.nex-footer-column a:hover {
    transform: translateX(3px);
    color: var(--nex-yellow);
}

.nex-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .32);
    font-size: 9px;
}

.nex-footer-bottom p {
    margin: 0;
}

.nex-footer-bottom > div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.nex-footer-bottom a:hover {
    color: #fff;
}

.nex-back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: grid;
    width: 45px;
    height: 45px;
    transform: translateY(20px) rotate(-90deg);
    visibility: hidden;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    opacity: 0;
    color: var(--nex-ink);
    background: var(--nex-yellow);
    box-shadow: 0 15px 40px -18px rgba(10, 16, 32, .65);
    transition: opacity .2s, visibility .2s, transform .25s var(--nex-ease);
}

.nex-back-to-top.is-visible {
    transform: translateY(0) rotate(-90deg);
    visibility: visible;
    opacity: 1;
}

/* Animation states */

.nex-anim-ready .nex-reveal:not(.is-visible) {
    transform: translateY(28px);
    opacity: 0;
}

.nex-reveal {
    transition: transform .75s var(--nex-ease) var(--delay, 0s), opacity .65s ease var(--delay, 0s);
}

.nex-reveal.is-visible {
    transform: translateY(0);
    opacity: 1;
}

/* Responsive */

@media (max-width: 1120px) {
    .nex-home-hero-grid {
        grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
        gap: 35px;
    }

    .nex-product-window {
        right: -30%;
    }

    .nex-search-trigger span,
    .nex-search-trigger kbd {
        display: none;
    }

    .nex-search-trigger {
        width: 42px;
        padding: 0;
        justify-content: center;
    }

    .nex-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .nex-desktop-nav,
    .nex-nav-actions > .nex-search-trigger {
        display: none;
    }

    .nex-navbar {
        justify-content: space-between;
    }

    .nex-menu-toggle {
        display: grid;
    }

    .nex-home-hero {
        min-height: auto;
        padding-bottom: 75px;
    }

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

    .nex-home-hero-copy {
        max-width: 750px;
    }

    .nex-product-stage {
        width: min(780px, 100%);
        min-height: 560px;
        margin: 0 auto;
    }

    .nex-product-window {
        right: -8%;
        width: 104%;
    }

    .nex-intro-grid,
    .nex-control-grid,
    .nex-faq-grid,
    .nex-footer-cta-card {
        grid-template-columns: 1fr;
    }

    .nex-sticky-copy {
        position: static;
    }

    .nex-profile-switcher {
        grid-template-columns: 1fr;
    }

    .nex-profile-tabs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .nex-profile-tabs button {
        min-height: 78px;
        justify-content: center;
        text-align: center;
    }

    .nex-profile-tabs button[aria-selected="true"] {
        transform: translateY(-3px);
    }

    .nex-profile-tabs button .nex-icon {
        display: none;
    }

    .nex-bento-map,
    .nex-bento-submit,
    .nex-bento-moderation,
    .nex-bento-import,
    .nex-bento-money,
    .nex-bento-api {
        grid-column: span 12;
    }

    .nex-bento-map,
    .nex-bento-submit {
        min-height: 580px;
    }

    .nex-workflow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 28px;
    }

    .nex-workflow-line {
        display: none;
    }

    .nex-learning-grid,
    .nex-pricing-shell {
        grid-template-columns: 1fr;
    }

    .nex-price-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 8px 20px;
    }

    .nex-price-card > strong {
        margin: 0;
        text-align: right;
    }

    .nex-price-card ul {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 15px;
    }

    .nex-page-hero-inner {
        grid-template-columns: 1fr;
    }

    .nex-page-hero-media,
    .nex-page-hero-art {
        display: none;
    }

    .nex-doc-layout {
        grid-template-columns: 1fr;
    }

    .nex-doc-sidebar {
        display: none;
    }

    .nex-related-grid,
    .nex-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nex-footer-brand {
        grid-column: 1 / -1;
    }

    .nex-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .nex-container {
        width: min(100% - 28px, var(--nex-container));
    }

    .admin-bar .nex-site-header,
    .admin-bar .nex-scroll-progress {
        top: 46px;
    }

    .nex-announcement a span:not(.nex-announcement-dot),
    .nex-announcement a .nex-icon {
        display: none;
    }

    .nex-announcement a {
        font-size: 10px;
    }

    .nex-navbar {
        min-height: 66px;
    }

    .nex-brand-word {
        font-size: 18px;
    }

    .nex-brand-mark {
        width: 33px;
        height: 33px;
    }

    .nex-nav-actions > .nex-button {
        display: none;
    }

    .nex-home-hero {
        padding-top: 142px;
    }

    .nex-home-hero h1 {
        font-size: clamp(3.25rem, 15.5vw, 5rem);
    }

    .nex-home-lead {
        font-size: 16px;
    }

    .nex-hero-actions {
        display: grid;
    }

    .nex-hero-actions .nex-button {
        width: 100%;
    }

    .nex-hero-proof {
        display: grid;
    }

    .nex-product-stage {
        min-height: 400px;
        margin-top: 20px;
    }

    .nex-product-window {
        top: 30px;
        right: -24%;
        width: 121%;
        transform: perspective(1000px) rotateY(-7deg) rotateX(3deg);
    }

    .nex-product-window img {
        min-height: 350px;
    }

    .nex-float-card-one {
        left: -1%;
    }

    .nex-float-card-two,
    .nex-float-metric {
        display: none;
    }

    .nex-hero-scroll {
        display: none;
    }

    .nex-section-head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .nex-section-head h2,
    .nex-intro-grid h2,
    .nex-control-copy h2,
    .nex-faq-grid h2 {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .nex-problem-card {
        grid-template-columns: 35px minmax(0, 1fr);
        padding: 23px;
    }

    .nex-problem-card > .nex-icon {
        display: none;
    }

    .nex-profile-tabs {
        display: flex;
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
    }

    .nex-profile-tabs button {
        min-width: 140px;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .nex-profile-panel {
        grid-template-columns: 1fr;
    }

    .nex-profile-panel > img {
        min-height: 330px;
        border-top: 1px solid rgba(255, 255, 255, .09);
        border-left: 0;
        mask-image: linear-gradient(to bottom, transparent, #000 16%);
    }

    .nex-bento-map .nex-bento-copy {
        width: 100%;
    }

    .nex-bento-map,
    .nex-bento-submit,
    .nex-bento-moderation,
    .nex-bento-import {
        min-height: 560px;
    }

    .nex-bento-map .nex-bento-media,
    .nex-bento-submit .nex-bento-media,
    .nex-bento-moderation .nex-bento-media,
    .nex-bento-import .nex-bento-media {
        inset: 55% 0 0 12%;
    }

    .nex-bento-money,
    .nex-bento-api {
        min-height: 430px;
    }

    .nex-workflow {
        grid-template-columns: 1fr;
    }

    .nex-dashboard-frame {
        padding-left: 28px;
    }

    .nex-dashboard-frame img {
        min-height: 360px;
    }

    .nex-dashboard-rail {
        width: 28px;
    }

    .nex-dashboard-rail i {
        width: 10px;
        height: 10px;
    }

    .nex-dashboard-chip {
        right: -5px;
    }

    .nex-check-grid,
    .nex-search-results,
    .nex-content-grid,
    .nex-card-grid,
    .nex-card-grid.nex-card-grid-3,
    .nex-link-hub,
    .nex-metric-grid,
    .nex-checklist,
    .nex-pricing-grid {
        grid-template-columns: 1fr;
    }

    .nex-learning-feature {
        min-height: 560px;
    }

    .nex-learning-feature h3 {
        font-size: 3rem;
    }

    .nex-price-card {
        grid-template-columns: 1fr;
    }

    .nex-price-card > strong {
        text-align: left;
    }

    .nex-price-card ul {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .nex-page-hero {
        padding-top: 150px;
    }

    .nex-page-hero h1 {
        font-size: clamp(3rem, 14vw, 5.2rem);
    }

    .nex-page-hero-copy > p {
        font-size: 16px;
    }

    .nex-prose {
        font-size: 16px;
    }

    .nex-step {
        padding: 75px 22px 22px;
    }

    .nex-step::before {
        left: 22px;
    }

    .nex-download-panel {
        grid-template-columns: 1fr;
    }

    .nex-related-grid,
    .nex-footer-grid,
    .nex-post-grid {
        grid-template-columns: 1fr;
    }

    .nex-related-card {
        min-height: 220px;
    }

    .nex-footer-brand {
        grid-column: auto;
    }

    .nex-footer-cta-actions {
        min-width: 0;
    }

    .nex-footer-bottom {
        display: grid;
    }

    .nex-tour {
        grid-template-columns: 1fr;
    }

    .nex-tour-controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nex-tour-visual img {
        height: 320px;
    }
}

@media (max-width: 480px) {
    .nex-mobile-links .sub-menu,
    .nex-tour-controls {
        grid-template-columns: 1fr;
    }

    .nex-home-hero h1 {
        font-size: 3.15rem;
    }

    .nex-product-stage {
        min-height: 350px;
    }

    .nex-product-window img {
        min-height: 295px;
    }

    .nex-bento-copy {
        padding: 24px;
    }

    .nex-learning-feature h3 {
        font-size: 2.55rem;
    }

    .nex-faq-item summary {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .nex-anim-ready .nex-reveal:not(.is-visible) {
        transform: none;
        opacity: 1;
    }
}

/* Contact, sales and bug-report experience */
.nex-contact-section {
    position: relative;
    overflow: clip;
    padding: clamp(72px, 8vw, 124px) 0;
    border-top: 1px solid var(--nex-line);
    background:
        radial-gradient(circle at 12% 14%, rgba(95, 92, 230, .11), transparent 32%),
        linear-gradient(180deg, #f8f9fc 0%, #eef1f7 100%);
}

.nex-contact-section::before {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    bottom: -190px;
    border: 1px solid rgba(95, 92, 230, .18);
    border-radius: 50%;
    box-shadow:
        0 0 0 56px rgba(95, 92, 230, .035),
        0 0 0 112px rgba(95, 92, 230, .025);
    content: "";
    pointer-events: none;
}

.nex-contact-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(36px, 6vw, 92px);
    align-items: start;
}

.nex-contact-aside {
    position: sticky;
    top: 126px;
    padding-top: 18px;
}

.nex-contact-aside > h2 {
    max-width: 620px;
    margin-bottom: 22px;
    color: var(--nex-ink);
    font-size: clamp(2.65rem, 5vw, 5.3rem);
}

.nex-contact-aside > p {
    max-width: 590px;
    margin-bottom: 34px;
    color: var(--nex-muted);
    font-size: clamp(1.03rem, 1.3vw, 1.18rem);
    line-height: 1.75;
}

.nex-contact-expectation {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 20px 0;
    border-top: 1px solid rgba(95, 92, 230, .16);
    border-bottom: 1px solid rgba(95, 92, 230, .16);
}

.nex-contact-expectation > .nex-icon {
    width: 46px;
    height: 46px;
    padding: 12px;
    border-radius: 14px;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
}

.nex-contact-expectation strong {
    display: block;
    margin-bottom: 4px;
    color: var(--nex-ink);
    font-size: 15px;
}

.nex-contact-expectation p {
    margin: 0;
    color: var(--nex-muted);
    font-size: 14px;
    line-height: 1.65;
}

.nex-contact-bug-tips {
    margin-top: 28px;
    padding: 26px;
    border: 1px solid rgba(95, 92, 230, .15);
    border-radius: 20px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 22px 55px -46px rgba(16, 24, 40, .7);
    backdrop-filter: blur(16px);
}

.nex-contact-bug-tips > span,
.nex-support-contact-copy > span {
    display: block;
    margin-bottom: 8px;
    color: var(--nex-primary);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nex-contact-bug-tips h3 {
    margin-bottom: 14px;
    color: var(--nex-ink);
    font-size: 1.22rem;
    letter-spacing: -.025em;
}

.nex-contact-bug-tips ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    color: var(--nex-muted);
    font-size: 14px;
    list-style: none;
}

.nex-contact-bug-tips li {
    position: relative;
    padding-left: 20px;
}

.nex-contact-bug-tips li::before {
    position: absolute;
    top: .67em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--nex-success);
    box-shadow: 0 0 0 4px rgba(40, 168, 117, .1);
    content: "";
}

.nex-contact-card {
    padding: clamp(26px, 4vw, 52px);
    border: 1px solid rgba(16, 24, 40, .09);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow:
        0 40px 100px -56px rgba(16, 24, 40, .45),
        0 1px 0 rgba(255, 255, 255, .85) inset;
}

.nex-contact-feedback {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid;
    border-radius: 16px;
}

.nex-contact-feedback > .nex-icon {
    width: 38px;
    height: 38px;
    padding: 9px;
    border-radius: 11px;
}

.nex-contact-feedback strong {
    display: block;
    margin-bottom: 2px;
    color: var(--nex-ink);
}

.nex-contact-feedback p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.nex-contact-feedback.is-success {
    color: #17694b;
    border-color: rgba(40, 168, 117, .24);
    background: rgba(40, 168, 117, .08);
}

.nex-contact-feedback.is-success > .nex-icon {
    background: rgba(40, 168, 117, .13);
}

.nex-contact-feedback.is-error {
    color: #8b2d37;
    border-color: rgba(192, 55, 72, .22);
    background: rgba(192, 55, 72, .07);
}

.nex-contact-feedback.is-error > .nex-icon {
    background: rgba(192, 55, 72, .1);
}

.nex-contact-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.nex-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.nex-field {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.nex-field.is-wide,
.nex-form-technical.is-wide {
    grid-column: 1 / -1;
}

.nex-field > span {
    color: #333a48;
    font-size: 13px;
    font-weight: 700;
}

.nex-field > span b {
    color: var(--nex-primary);
}

.nex-field input,
.nex-field select,
.nex-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    border: 1px solid #dce1e9;
    border-radius: 12px;
    outline: 0;
    color: var(--nex-ink);
    background: #fbfcfe;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .025) inset;
    transition:
        border-color .2s,
        box-shadow .2s,
        background-color .2s;
}

.nex-field select {
    cursor: pointer;
}

.nex-field textarea {
    min-height: 128px;
    resize: vertical;
    line-height: 1.62;
}

.nex-field input::placeholder,
.nex-field textarea::placeholder {
    color: #9299a7;
}

.nex-field input:hover,
.nex-field select:hover,
.nex-field textarea:hover {
    border-color: #c7cddb;
    background: #fff;
}

.nex-field input:focus,
.nex-field select:focus,
.nex-field textarea:focus {
    border-color: var(--nex-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(95, 92, 230, .11);
}

.nex-field small {
    justify-self: end;
    color: #858d9b;
    font-size: 11px;
}

.nex-form-technical {
    display: grid;
    grid-template-columns: minmax(190px, .52fr) minmax(0, 1.48fr);
    gap: 22px;
    padding: 22px;
    border: 1px solid rgba(95, 92, 230, .14);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(239, 238, 255, .68), rgba(247, 248, 252, .7));
}

.nex-form-technical[hidden] {
    display: none;
}

.nex-contact-submit {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--nex-line);
}

.nex-contact-submit > div {
    max-width: 620px;
}

.nex-contact-submit > div > p {
    margin: 0;
    color: var(--nex-muted);
    font-size: 12px;
    line-height: 1.65;
}

.nex-contact-submit > div > p + p {
    margin-top: 6px;
}

.nex-contact-submit > div > p a {
    color: var(--nex-primary);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nex-contact-submit .nex-contact-recaptcha-note {
    font-size: 11px;
}

.nex-contact-submit .nex-contact-security-error {
    color: #8b2d37;
    font-weight: 700;
}

.nex-contact-submit .nex-button {
    flex: 0 0 auto;
}

.nex-contact-submit .nex-button[aria-busy="true"] {
    cursor: wait;
    opacity: .7;
    transform: none;
}

.nex-support-contact {
    padding: clamp(36px, 5vw, 72px) 0;
}

.nex-support-contact-card {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) minmax(230px, auto);
    gap: clamp(22px, 3vw, 42px);
    align-items: center;
    overflow: hidden;
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 8%, rgba(111, 141, 255, .34), transparent 32%),
        linear-gradient(135deg, #121725 0%, #202842 100%);
    box-shadow: 0 36px 80px -48px rgba(12, 15, 23, .78);
}

.nex-support-contact-card::after {
    position: absolute;
    width: 190px;
    height: 190px;
    right: -74px;
    bottom: -106px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(255, 255, 255, .025);
    content: "";
    pointer-events: none;
}

.nex-support-contact-icon {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    color: #c8c6ff;
    background: rgba(255, 255, 255, .08);
}

.nex-support-contact-icon .nex-icon {
    width: 30px;
    height: 30px;
}

.nex-support-contact-copy {
    position: relative;
    z-index: 1;
}

.nex-support-contact-copy > span {
    color: #aaa7ff;
}

.nex-support-contact-copy h2 {
    max-width: 760px;
    margin-bottom: 10px;
    font-size: clamp(1.65rem, 2.4vw, 2.75rem);
    letter-spacing: -.04em;
}

.nex-support-contact-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .67);
    line-height: 1.7;
}

.nex-support-contact-actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    justify-items: start;
}

.nex-support-contact-actions .nex-text-link {
    color: rgba(255, 255, 255, .76);
}

@media (max-width: 1040px) {
    .nex-contact-layout {
        grid-template-columns: 1fr;
    }

    .nex-contact-aside {
        position: static;
        display: grid;
        grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
        gap: 20px 34px;
    }

    .nex-contact-aside > .nex-kicker,
    .nex-contact-aside > h2,
    .nex-contact-aside > p,
    .nex-contact-expectation {
        grid-column: 1;
    }

    .nex-contact-bug-tips {
        grid-column: 2;
        grid-row: 1 / span 4;
        margin-top: 0;
    }

    .nex-support-contact-card {
        grid-template-columns: 62px minmax(0, 1fr);
    }

    .nex-support-contact-icon {
        width: 62px;
        height: 62px;
    }

    .nex-support-contact-actions {
        grid-column: 2;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
    }
}

@media (max-width: 720px) {
    .nex-contact-section {
        padding: 64px 0;
    }

    .nex-contact-aside {
        display: block;
    }

    .nex-contact-aside > h2 {
        font-size: clamp(2.5rem, 13vw, 4rem);
    }

    .nex-contact-bug-tips {
        margin-top: 24px;
    }

    .nex-contact-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .nex-form-grid,
    .nex-form-technical {
        grid-template-columns: 1fr;
    }

    .nex-form-technical .nex-field {
        grid-column: 1;
    }

    .nex-contact-submit {
        display: grid;
    }

    .nex-contact-submit .nex-button {
        width: 100%;
    }

    .nex-support-contact-card {
        grid-template-columns: 1fr;
        padding: 28px 22px;
    }

    .nex-support-contact-actions {
        grid-column: 1;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .nex-support-contact-actions .nex-button {
        width: 100%;
    }
}

@media print {
    .nex-site-header,
    .nex-site-footer,
    .nex-related,
    .nex-back-to-top,
    .nex-doc-sidebar {
        display: none !important;
    }

    .nex-page-hero {
        padding: 40px 0;
        color: #000;
        background: #fff;
    }

    .nex-page-hero-copy > p,
    .nex-page-meta {
        color: #333;
    }

    .nex-doc-layout {
        display: block;
        padding: 30px 0;
    }
}

/* ==========================================================================
   NexDirectory 2.0 — quiet product studio
   ========================================================================== */

body {
    background: var(--nex-bg);
}

.nex-scroll-progress {
    height: 2px;
}

.nex-scroll-progress span {
    background: var(--nex-primary);
}

.nex-button {
    min-height: 50px;
    padding-inline: 20px;
    letter-spacing: -.015em;
}

.nex-button:hover {
    transform: translateY(-1px);
}

.nex-button-large {
    min-height: 56px;
    padding-inline: 24px;
}

.nex-button-dark {
    color: #fff;
    background: var(--nex-ink);
}

.nex-button-dark:hover {
    background: #202536;
}

.nex-button-ghost {
    border-color: var(--nex-line);
    background: var(--nex-surface);
}

.nex-button-ghost-light {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(14px);
}

.nex-text-link {
    color: var(--nex-text);
    font-weight: 700;
}

.nex-icon-box {
    width: 44px;
    height: 44px;
    border-color: var(--nex-line);
    border-radius: 12px;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
    box-shadow: none;
}

.nex-spotlight::after {
    display: none;
}

.nex-site-header {
    color: var(--nex-ink);
}

.admin-bar .nex-site-header,
.admin-bar .nex-scroll-progress {
    top: 32px;
}

.nex-nav-wrap,
.nex-site-header.is-scrolled .nex-nav-wrap {
    border-bottom: 1px solid rgba(12, 15, 23, .08);
    background: rgba(250, 251, 253, .88);
    box-shadow: none;
    backdrop-filter: blur(22px) saturate(150%);
}

.nex-navbar,
.nex-site-header.is-scrolled .nex-navbar {
    min-height: 72px;
    gap: 30px;
}

.nex-brand {
    color: var(--nex-ink);
}

.nex-brand-mark {
    width: 36px;
    height: 36px;
    color: var(--nex-primary);
}

.nex-brand-word {
    color: var(--nex-ink);
    font-family: "Nex Manrope", ui-sans-serif, sans-serif;
    font-size: 18px;
    font-weight: 720;
    letter-spacing: -.045em;
}

.nex-brand-word span {
    color: inherit;
}

.nex-primary-menu > li > a {
    min-height: 40px;
    padding-inline: 12px;
    color: #5d6471;
    font-size: 13px;
    font-weight: 650;
}

.nex-primary-menu > li > a:hover,
.nex-primary-menu > li.current-menu-item > a,
.nex-primary-menu > li.current-menu-ancestor > a {
    color: var(--nex-ink);
    background: rgba(12, 15, 23, .045);
}

.nex-submenu {
    width: 272px;
    border-color: var(--nex-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 70px -30px rgba(18, 24, 40, .36);
}

.nex-submenu a {
    color: var(--nex-muted);
    font-weight: 600;
}

.nex-submenu a:hover {
    color: var(--nex-ink);
    background: var(--nex-soft);
}

.nex-search-trigger {
    min-height: 40px;
    border-color: var(--nex-line);
    color: var(--nex-muted);
    background: rgba(255, 255, 255, .7);
}

.nex-search-trigger kbd {
    border-color: var(--nex-line);
    color: #8b92a0;
    background: var(--nex-soft);
}

.nex-menu-toggle {
    border-color: var(--nex-line);
    color: var(--nex-ink);
    background: #fff;
}

.nex-mobile-menu {
    color: var(--nex-ink);
    background: rgba(250, 251, 253, .985);
}

.nex-mobile-menu-head,
.nex-mobile-links > li {
    border-color: var(--nex-line);
}

.nex-mobile-menu-head button {
    color: var(--nex-ink);
    background: var(--nex-soft-2);
}

.nex-mobile-links .sub-menu a {
    border-color: var(--nex-line);
    color: var(--nex-muted);
    background: #fff;
}

.nex-search-backdrop,
.nex-modal-backdrop {
    background: rgba(10, 12, 18, .56);
    backdrop-filter: blur(10px);
}

.nex-search-panel {
    border-color: var(--nex-line);
    border-radius: 22px;
    color: var(--nex-text);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 40px 100px -36px rgba(10, 12, 18, .62);
}

.nex-search-panel .nex-kicker,
.nex-search-field .nex-icon,
.nex-search-results .nex-icon {
    color: var(--nex-primary);
}

.nex-search-panel-head button {
    color: var(--nex-ink);
    background: var(--nex-soft-2);
}

.nex-search-field {
    border-color: var(--nex-line);
    background: var(--nex-soft);
}

.nex-search-field input {
    color: var(--nex-ink);
}

.nex-search-field input::placeholder {
    color: #969daa;
}

.nex-search-results a {
    border-color: var(--nex-line);
    background: #fff;
}

.nex-search-results a:hover {
    border-color: rgba(95, 92, 230, .35);
    background: var(--nex-primary-soft);
}

.nex-search-results small,
.nex-search-empty {
    color: var(--nex-muted);
}

.nex-page {
    background: #fff;
}

.nex-page-hero {
    padding: clamp(142px, 14vw, 190px) 0 clamp(78px, 8vw, 108px);
    color: var(--nex-text);
    background:
        radial-gradient(circle at 80% 25%, rgba(95, 92, 230, .10), transparent 30%),
        linear-gradient(180deg, #f8f9fc 0%, #f4f6fa 100%);
}

.nex-page-hero-grid {
    opacity: .38;
    background-image:
        linear-gradient(rgba(12, 15, 23, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(12, 15, 23, .028) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(#000, transparent 86%);
}

.nex-page-hero-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr);
    gap: clamp(48px, 7vw, 96px);
}

.nex-breadcrumbs {
    margin-bottom: 30px;
    color: #858c99;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.nex-breadcrumbs a:hover,
.nex-page-hero .nex-kicker,
.nex-page-meta .nex-icon {
    color: var(--nex-primary);
}

.nex-page-hero h1 {
    max-width: 900px;
    font-size: clamp(3rem, 5.8vw, 5.75rem);
    font-weight: 630;
    line-height: .98;
}

.nex-page-hero-copy > p {
    max-width: 690px;
    margin-top: 24px;
    color: var(--nex-muted);
    font-size: clamp(1.05rem, 1.55vw, 1.22rem);
    line-height: 1.62;
}

.nex-page-meta {
    gap: 18px;
    margin-top: 24px;
    color: #858c99;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.nex-page-hero-photo {
    position: relative;
    align-self: center;
    min-width: 0;
    aspect-ratio: 4 / 3;
    margin: 0;
    transform-style: preserve-3d;
}

.nex-page-photo-frame {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 1px solid rgba(12, 15, 23, .1);
    border-radius: 24px;
    background: #dfe2e8;
    box-shadow: 0 42px 92px -48px rgba(22, 27, 45, .5);
    transition: transform .42s var(--nex-ease), box-shadow .42s var(--nex-ease);
}

.nex-page-hero-photo:hover .nex-page-photo-frame {
    transform: translateY(-4px);
    box-shadow: 0 52px 104px -50px rgba(22, 27, 45, .58);
}

.nex-page-photo-frame > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    filter: saturate(.92) contrast(1.025);
    transition: transform .8s var(--nex-ease);
}

.nex-page-hero-photo:hover .nex-page-photo-frame > img {
    transform: scale(1.025);
}

.nex-photo-events .nex-page-photo-frame > img {
    object-position: 50% 44%;
}

.nex-photo-local .nex-page-photo-frame > img,
.nex-photo-marketplace .nex-page-photo-frame > img {
    object-position: 50% 48%;
}

.nex-photo-team .nex-page-photo-frame > img,
.nex-photo-developers .nex-page-photo-frame > img,
.nex-photo-support .nex-page-photo-frame > img {
    object-position: 50% 42%;
}

.nex-page-photo-wash {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 48%, rgba(7, 10, 18, .58) 100%),
        linear-gradient(110deg, rgba(95, 92, 230, .08), transparent 44%);
    pointer-events: none;
}

.nex-page-photo-frame figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    max-width: calc(100% - 36px);
    padding: 11px 14px 11px 12px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 13px;
    color: #fff;
    background: rgba(12, 15, 23, .58);
    box-shadow: 0 12px 34px rgba(7, 10, 18, .16);
    backdrop-filter: blur(14px);
}

.nex-page-photo-frame figcaption > span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #8e8bff;
    box-shadow: 0 0 0 5px rgba(142, 139, 255, .16);
}

.nex-page-photo-frame figcaption div {
    display: grid;
    gap: 2px;
}

.nex-page-photo-frame figcaption small,
.nex-page-photo-frame figcaption strong {
    display: block;
    line-height: 1.3;
}

.nex-page-photo-frame figcaption small {
    color: rgba(255, 255, 255, .7);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.nex-page-photo-frame figcaption strong {
    font-size: 12px;
    font-weight: 650;
}

.nex-prose {
    font-size: 17px;
    line-height: 1.75;
}

.nex-prose > section,
.nex-content-section {
    padding: clamp(64px, 7vw, 96px) 0;
}

.nex-prose h2 {
    margin-bottom: 22px;
    font-size: clamp(2rem, 3.8vw, 3.6rem);
}

.nex-prose h3 {
    font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.nex-prose p,
.nex-prose ul,
.nex-prose ol {
    color: var(--nex-muted);
}

.nex-prose a:not(.nex-button):not(.nex-text-link):not(.nex-feature-card):not(.nex-hub-card) {
    color: var(--nex-primary);
}

.nex-prose code,
.nex-tour-controls span,
.nex-related-index {
    font-family: "Nex Mono", ui-monospace, monospace;
}

.nex-prose code {
    border-color: #deddf8;
    color: var(--nex-primary-hover);
    background: var(--nex-primary-soft);
}

.nex-prose pre {
    border-radius: 14px;
}

.nex-prose blockquote {
    border-left-color: var(--nex-primary);
    border-radius: 0 12px 12px 0;
}

.nex-prose img {
    border: 1px solid var(--nex-line);
    border-radius: 14px;
    box-shadow: 0 18px 50px -34px rgba(12, 15, 23, .32);
}

.nex-content-eyebrow,
.nex-feature-card .nex-card-label,
.nex-hub-card .nex-card-label {
    color: var(--nex-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.nex-feature-card,
.nex-hub-card,
.nex-metric-card,
.nex-step,
.nex-related-card,
.nex-post-card {
    border-color: var(--nex-line);
    border-radius: 16px;
    box-shadow: none;
}

.nex-feature-card:hover,
.nex-hub-card:hover,
.nex-related-card:hover,
.nex-post-card:hover {
    transform: translateY(-2px);
    border-color: rgba(95, 92, 230, .35);
    box-shadow: 0 20px 50px -38px rgba(12, 15, 23, .38);
}

.nex-callout {
    border-color: #deddf8;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--nex-primary-soft), #fff);
}

.nex-site-footer {
    color: #fff;
    background: var(--nex-ink);
}

.nex-footer-cta {
    padding: 80px 0 68px;
}

.nex-footer-cta-card {
    gap: 40px;
    padding: clamp(30px, 4vw, 48px);
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 15%, rgba(95, 92, 230, .22), transparent 30%),
        #151925;
}

.nex-footer-cta-card .nex-kicker,
.nex-tour-head .nex-kicker {
    color: #a9a6ff;
}

.nex-footer-cta-card h2 {
    max-width: 720px;
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.nex-footer-cta-card p,
.nex-footer-brand > p {
    color: rgba(255, 255, 255, .56);
}

.nex-site-footer .nex-brand,
.nex-site-footer .nex-brand-word {
    color: #fff;
}

.nex-footer-badges span {
    min-height: 30px;
    border-radius: 9px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
}

.nex-footer-badges .nex-icon {
    color: #a9a6ff;
}

.nex-footer-column h3 {
    color: rgba(255, 255, 255, .42);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.nex-footer-column a {
    color: rgba(255, 255, 255, .64);
    font-size: 13px;
    font-weight: 550;
}

.nex-footer-column a:hover {
    transform: none;
    color: #fff;
}

.nex-footer-bottom {
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
}

.nex-back-to-top {
    width: 42px;
    height: 42px;
    border: 1px solid var(--nex-line);
    color: var(--nex-ink);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 16px 40px -28px rgba(12, 15, 23, .5);
}

.nexdirectory-app-template-shell,
.nex-app-page,
.nexdirectory-app-template-shell .nexdirectory-app {
    --nexdirectory-primary: #5f5ce6;
    --nexdirectory-primary-rgb: 95, 92, 230;
    --nexdirectory-primary-hover: #4d49d2;
    --nexdirectory-on-primary: #ffffff;
    --nexdirectory-brand-50: #f0efff;
    --nexdirectory-brand-100: #e5e4ff;
    --nexdirectory-brand-200: #cbc9ff;
    --nexdirectory-brand-300: #aaa8ff;
    --nexdirectory-brand-400: #7f7cf1;
    --nexdirectory-brand-500: #5f5ce6;
    --nexdirectory-brand-600: #4d49d2;
    --nexdirectory-brand-700: #403db7;
    --nexdirectory-brand-800: #343293;
    --nexdirectory-brand-900: #292873;
    --nexdirectory-radius: 14px;
    font-family: "Nex Manrope", ui-sans-serif, sans-serif;
}

.nexdirectory-app-template-shell {
    min-height: 70vh;
    padding-top: 72px;
    background: #f7f8fb;
}

.admin-bar .nexdirectory-app-template-shell {
    padding-top: 72px;
}

.nexdirectory-app-template-shell .nexdirectory-page-hero,
.nexdirectory-app-template-shell [class*="rounded-3xl"] {
    border-radius: 18px !important;
}

.nexdirectory-app-template-shell [class*="shadow-"],
.nexdirectory-app-template-shell .shadow {
    box-shadow: 0 18px 48px -34px rgba(12, 15, 23, .34) !important;
}

.nexdirectory-app-template-shell .from-brand-400.to-brand-600 {
    background-image: linear-gradient(to right, var(--nexdirectory-brand-400), var(--nexdirectory-brand-600)) !important;
}

.nexdirectory-app-template-shell [class*="bg-brand-500/20"] {
    background-color: rgba(95, 92, 230, .2) !important;
}

.nexdirectory-app-template-shell [class*="border-brand-500/30"] {
    border-color: rgba(95, 92, 230, .3) !important;
}

.nex-anim-ready .nex-reveal:not(.is-visible) {
    transform: translateY(18px);
    filter: blur(4px);
    opacity: 0;
}

.nex-reveal {
    transition:
        opacity .65s var(--nex-ease) var(--delay, 0s),
        transform .65s var(--nex-ease) var(--delay, 0s),
        filter .65s var(--nex-ease) var(--delay, 0s);
}

.nex-reveal.is-visible {
    transform: none;
    filter: none;
    opacity: 1;
}

@media (max-width: 1100px) {
    .nex-desktop-nav {
        display: none;
    }

    .nex-nav-actions {
        margin-left: auto;
    }

    .nex-menu-toggle {
        display: grid;
    }

    .nex-page-hero-inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
        gap: 44px;
    }
}

@media (max-width: 820px) {
    .nex-container {
        width: min(var(--nex-container), calc(100% - 32px));
    }

    .nex-section-head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .nex-page-hero-inner {
        grid-template-columns: 1fr;
    }

    .nex-page-hero-photo {
        width: min(100%, 660px);
        aspect-ratio: 16 / 10;
    }

    .nex-page-photo-frame {
        border-radius: 20px;
    }

    .nex-footer-cta-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .nex-navbar,
    .nex-site-header.is-scrolled .nex-navbar {
        min-height: 64px;
    }

    .nex-brand-word {
        font-size: 16px;
    }

    .nex-nav-actions > .nex-button,
    .nex-search-trigger {
        display: none;
    }

    .nex-page-hero {
        padding: 112px 0 70px;
    }

    .nex-page-hero h1 {
        font-size: clamp(2.65rem, 14vw, 4.1rem);
    }

    .nex-page-hero-photo {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .nex-page-photo-frame figcaption {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: calc(100% - 24px);
    }
}

/* Home — product studio composition */

.nex-home-v2 {
    overflow: clip;
    background: #fff;
}

.nex-v2-hero {
    position: relative;
    min-height: 860px;
    overflow: hidden;
    padding: 136px 0 94px;
    color: #fff;
    background: #0c0f17;
}

.nex-v2-hero::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 92px 92px;
    content: "";
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .8), transparent 88%);
}

.nex-v2-hero-aura {
    position: absolute;
    top: 4%;
    right: -7%;
    width: 66vw;
    height: 72vw;
    max-height: 900px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 52% 44%, rgba(95, 92, 230, .27), transparent 40%),
        radial-gradient(circle at 35% 35%, rgba(100, 142, 255, .11), transparent 34%);
    filter: blur(10px);
    pointer-events: none;
}

.nex-v2-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(430px, .95fr) minmax(540px, 1.05fr);
    gap: clamp(42px, 4vw, 62px);
    align-items: center;
}

.nex-v2-hero-copy {
    max-width: 650px;
}

.nex-v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    font-weight: 650;
}

.nex-v2-eyebrow > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7f7cf1;
    box-shadow: 0 0 0 6px rgba(127, 124, 241, .12);
}

.nex-v2-hero h1 {
    max-width: 720px;
    font-size: clamp(3.65rem, 5.8vw, 5.8rem);
    font-weight: 620;
    letter-spacing: -.062em;
    line-height: .96;
}

.nex-v2-hero h1 em {
    color: #a8a6ff;
    font-style: normal;
}

.nex-v2-hero-lead {
    max-width: 610px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .64);
    font-size: clamp(1.06rem, 1.45vw, 1.22rem);
    line-height: 1.62;
}

.nex-v2-hero-actions,
.nex-v2-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.nex-v2-hero .nex-button-ghost {
    color: rgba(255, 255, 255, .86);
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .055);
}

.nex-v2-hero .nex-button-ghost:hover {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .09);
}

[data-magnetic] {
    transform: translate(var(--nex-magnetic-x, 0), var(--nex-magnetic-y, 0));
}

[data-magnetic]:hover {
    transform: translate(var(--nex-magnetic-x, 0), var(--nex-magnetic-y, 0));
}

.nex-v2-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
    color: rgba(255, 255, 255, .49);
    font-size: 12px;
    font-weight: 600;
}

.nex-v2-hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nex-v2-hero-proof .nex-icon {
    width: 14px;
    height: 14px;
    color: #7fd5b2;
}

.nex-v2-product {
    --nex-tilt-x: 0deg;
    --nex-tilt-y: 0deg;
    position: relative;
    width: min(660px, 100%);
    min-width: 0;
    margin-left: auto;
    transform: perspective(1400px) rotateX(var(--nex-tilt-x)) rotateY(var(--nex-tilt-y));
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    color: var(--nex-text);
    background: #fff;
    box-shadow: 0 54px 120px -44px rgba(0, 0, 0, .78);
    transition: transform .18s ease-out;
}

.nex-v2-product::before {
    position: absolute;
    inset: -1px;
    z-index: -1;
    transform: translateZ(-1px);
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, .26), transparent 38%, rgba(116, 112, 242, .3));
    content: "";
    filter: blur(18px);
    opacity: .54;
}

.nex-v2-product-bar {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 18px;
    border-bottom: 1px solid var(--nex-line);
}

.nex-v2-product-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    font-weight: 700;
}

.nex-v2-product-brand > span,
.nex-v2-workflow-bar > span {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: var(--nex-primary);
    font-size: 11px;
    font-weight: 800;
}

.nex-v2-product-status {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #7b8390;
    font-size: 10px;
    font-weight: 650;
}

.nex-v2-product-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--nex-success);
    box-shadow: 0 0 0 4px rgba(40, 168, 117, .11);
}

.nex-v2-demo-tabs {
    display: flex;
    gap: 5px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--nex-line);
    background: #fbfcfd;
}

.nex-v2-demo-tabs button {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    border-radius: 9px;
    color: #7b8390;
    background: transparent;
    font-size: 11px;
    font-weight: 650;
    transition: color .2s, background .2s, box-shadow .2s;
}

.nex-v2-demo-tabs button.is-active {
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
    box-shadow: inset 0 0 0 1px rgba(95, 92, 230, .08);
}

.nex-v2-demo-tabs button:focus-visible {
    outline: 0;
    box-shadow: inset 3px 0 0 var(--nex-primary);
}

.nex-v2-demo-tabs .nex-icon {
    width: 14px;
    height: 14px;
}

.nex-v2-demo-viewport {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: 0 0 22px 22px;
    background: #f7f8fb;
}

.nex-v2-demo-scene {
    position: absolute;
    inset: 0;
    padding: 26px;
    transform: translateY(10px) scale(.99);
    visibility: hidden;
    filter: blur(7px);
    opacity: 0;
    transition:
        opacity .28s ease,
        transform .32s var(--nex-ease),
        filter .28s ease,
        visibility .28s;
}

.nex-v2-product[data-active-scene="discover"] .nex-v2-scene-discover,
.nex-v2-product[data-active-scene="submit"] .nex-v2-scene-submit,
.nex-v2-product[data-active-scene="manage"] .nex-v2-scene-manage {
    transform: none;
    visibility: visible;
    filter: none;
    opacity: 1;
}

.nex-v2-demo-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.nex-v2-demo-heading small,
.nex-v2-demo-heading strong {
    display: block;
}

.nex-v2-demo-heading small {
    margin-bottom: 3px;
    color: #959ca8;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .04em;
}

.nex-v2-demo-heading strong {
    font-size: 17px;
    letter-spacing: -.025em;
}

.nex-v2-demo-heading > span {
    padding: 7px 10px;
    border: 1px solid var(--nex-line);
    border-radius: 8px;
    color: #747c89;
    background: #fff;
    font-size: 9px;
    font-weight: 650;
}

.nex-v2-search-box,
.nex-v2-local-search {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    padding: 0 13px;
    border: 1px solid var(--nex-line);
    border-radius: 10px;
    color: #9198a4;
    background: #fff;
    font-size: 10px;
}

.nex-v2-search-box .nex-icon,
.nex-v2-local-search .nex-icon {
    width: 15px;
    color: var(--nex-primary);
}

.nex-v2-search-box > span,
.nex-v2-local-search > span {
    flex: 1;
}

.nex-v2-search-box kbd {
    padding: 3px 6px;
    border: 1px solid var(--nex-line);
    border-radius: 5px;
    background: #fafbfc;
    font: 9px "Nex Mono", monospace;
}

.nex-v2-filter-row {
    display: flex;
    gap: 6px;
    margin: 11px 0 15px;
}

.nex-v2-filter-row span {
    padding: 6px 9px;
    border: 1px solid var(--nex-line);
    border-radius: 7px;
    color: #858c98;
    background: #fff;
    font-size: 8px;
    font-weight: 650;
}

.nex-v2-filter-row span.is-active {
    border-color: var(--nex-primary);
    color: #fff;
    background: var(--nex-primary);
}

.nex-v2-discovery-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 12px;
}

.nex-v2-result-list {
    display: grid;
    gap: 7px;
}

.nex-v2-result-list article,
.nex-v2-queue article,
.nex-v2-local-list article {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    gap: 9px;
    align-items: center;
    min-width: 0;
    padding: 8px;
    border: 1px solid var(--nex-line);
    border-radius: 10px;
    background: #fff;
}

.nex-v2-result-list article > i,
.nex-v2-queue article > i {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #e8e7ff;
}

.nex-v2-result-list .tone-two,
.nex-v2-queue .tone-two {
    background: #dff4eb;
}

.nex-v2-result-list .tone-three,
.nex-v2-queue .tone-three {
    background: #e3eafc;
}

.nex-v2-result-list strong,
.nex-v2-result-list small,
.nex-v2-queue strong,
.nex-v2-queue small,
.nex-v2-local-list strong,
.nex-v2-local-list small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nex-v2-result-list strong,
.nex-v2-queue strong,
.nex-v2-local-list strong {
    font-size: 9px;
}

.nex-v2-result-list small,
.nex-v2-queue small,
.nex-v2-local-list small {
    margin-top: 2px;
    color: #969da8;
    font-size: 7px;
}

.nex-v2-result-list b,
.nex-v2-local-list b {
    color: var(--nex-primary);
    font-size: 8px;
}

.nex-v2-map-demo,
.nex-v2-local-map {
    position: relative;
    min-height: 182px;
    overflow: hidden;
    border: 1px solid var(--nex-line);
    border-radius: 11px;
    background:
        linear-gradient(42deg, transparent 46%, rgba(95, 92, 230, .12) 47%, rgba(95, 92, 230, .12) 49%, transparent 50%),
        linear-gradient(118deg, transparent 42%, rgba(69, 80, 105, .09) 43%, rgba(69, 80, 105, .09) 45%, transparent 46%),
        linear-gradient(rgba(18, 24, 40, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 24, 40, .04) 1px, transparent 1px),
        #eef1f5;
    background-size: auto, auto, 26px 26px, 26px 26px, auto;
}

.nex-v2-map-demo > span,
.nex-v2-local-map > span {
    position: absolute;
    top: var(--y);
    left: var(--x);
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--nex-primary);
    box-shadow: 0 5px 12px rgba(95, 92, 230, .34);
}

.nex-v2-map-demo > span:nth-of-type(2),
.nex-v2-local-map > span:nth-of-type(2) {
    background: var(--nex-success);
}

.nex-v2-map-demo > i,
.nex-v2-local-map > i {
    position: absolute;
    width: 64px;
    height: 30px;
    transform: rotate(-18deg);
    border: 6px solid rgba(255, 255, 255, .8);
    border-width: 6px 0;
}

.nex-v2-map-demo > i:nth-of-type(1),
.nex-v2-local-map > i:nth-of-type(1) {
    top: 35%;
    left: 12%;
}

.nex-v2-map-demo > i:nth-of-type(2),
.nex-v2-local-map > i:nth-of-type(2) {
    top: 60%;
    right: 8%;
    transform: rotate(28deg);
}

.nex-v2-map-demo > i:nth-of-type(3),
.nex-v2-local-map > i:nth-of-type(3) {
    top: 8%;
    right: 20%;
    transform: rotate(70deg);
}

.nex-v2-product-float {
    position: absolute;
    right: -28px;
    bottom: 30px;
    display: grid;
    grid-template-columns: 36px auto 72px;
    gap: 10px;
    align-items: center;
    padding: 12px;
    transform: translateZ(30px);
    border: 1px solid rgba(12, 15, 23, .1);
    border-radius: 13px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 55px -28px rgba(12, 15, 23, .48);
}

.nex-v2-product-float > span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
}

.nex-v2-product-float small,
.nex-v2-product-float strong {
    display: block;
    white-space: nowrap;
}

.nex-v2-product-float small {
    color: #9299a5;
    font-size: 7px;
}

.nex-v2-product-float strong {
    font-size: 13px;
}

.nex-v2-product-float svg {
    color: var(--nex-success);
}

.nex-v2-form-progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-bottom: 22px;
}

.nex-v2-form-progress span {
    height: 4px;
    border-radius: 99px;
    background: #dfe3e9;
}

.nex-v2-form-progress span:nth-child(-n+3) {
    background: var(--nex-primary);
}

.nex-v2-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.nex-v2-form-grid label {
    display: block;
}

.nex-v2-form-grid label.is-wide {
    grid-column: 1 / -1;
}

.nex-v2-form-grid label > span,
.nex-v2-form-grid label > i {
    display: block;
}

.nex-v2-form-grid label > span {
    margin-bottom: 6px;
    color: #777f8b;
    font-size: 8px;
    font-weight: 650;
}

.nex-v2-form-grid label > i {
    min-height: 40px;
    padding: 11px;
    border: 1px solid var(--nex-line);
    border-radius: 9px;
    color: #3f4652;
    background: #fff;
    font-size: 9px;
    font-style: normal;
}

.nex-v2-form-grid label.is-wide > i {
    min-height: 58px;
}

.nex-v2-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.nex-v2-form-footer > span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--nex-success);
    font-size: 8px;
    font-weight: 650;
}

.nex-v2-form-footer > b {
    padding: 9px 12px;
    border-radius: 8px;
    color: #fff;
    background: var(--nex-primary);
    font-size: 8px;
}

.nex-v2-metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-bottom: 16px;
}

.nex-v2-metric-row article {
    padding: 14px;
    border: 1px solid var(--nex-line);
    border-radius: 10px;
    background: #fff;
}

.nex-v2-metric-row small,
.nex-v2-metric-row strong,
.nex-v2-metric-row span {
    display: block;
}

.nex-v2-metric-row small {
    color: #9299a5;
    font-size: 7px;
}

.nex-v2-metric-row strong {
    margin: 6px 0 3px;
    font-size: 19px;
}

.nex-v2-metric-row span {
    color: var(--nex-success);
    font-size: 7px;
    font-weight: 650;
}

.nex-v2-queue {
    padding: 14px;
    border: 1px solid var(--nex-line);
    border-radius: 11px;
    background: #fff;
}

.nex-v2-queue-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    font-size: 9px;
}

.nex-v2-queue-head > span {
    color: var(--nex-primary);
    font-size: 8px;
}

.nex-v2-queue article {
    grid-template-columns: 32px 1fr auto;
    border: 0;
    border-top: 1px solid var(--nex-line);
    border-radius: 0;
    padding-inline: 0;
}

.nex-v2-queue article > i {
    width: 32px;
    height: 32px;
}

.nex-v2-queue article > b {
    padding: 5px 8px;
    border-radius: 6px;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
    font-size: 7px;
}

.nex-v2-proof {
    border-bottom: 1px solid var(--nex-line);
    background: #fff;
}

.nex-v2-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.nex-v2-proof-grid > div {
    display: flex;
    min-height: 124px;
    align-items: center;
    gap: 12px;
    padding: 24px;
    border-left: 1px solid var(--nex-line);
}

.nex-v2-proof-grid > div:last-child {
    border-right: 1px solid var(--nex-line);
}

.nex-v2-proof-grid strong {
    color: var(--nex-primary);
    font-size: 28px;
    font-weight: 650;
    letter-spacing: -.04em;
}

.nex-v2-proof-grid span {
    max-width: 125px;
    color: var(--nex-muted);
    font-size: 12px;
    line-height: 1.4;
}

.nex-v2-section-intro {
    max-width: 830px;
    margin-bottom: clamp(44px, 5vw, 64px);
}

.nex-v2-section-intro-center {
    margin-inline: auto;
    text-align: center;
}

.nex-v2-section-intro-center .nex-kicker {
    justify-content: center;
}

.nex-v2-section-intro h2 {
    font-size: clamp(2.55rem, 4.8vw, 4.9rem);
    font-weight: 620;
    line-height: 1;
}

.nex-v2-section-intro p {
    max-width: 700px;
    margin: 22px 0 0;
    color: var(--nex-muted);
    font-size: 18px;
    line-height: 1.62;
}

.nex-v2-section-intro-center p {
    margin-inline: auto;
}

.nex-v2-system {
    background: #fff;
}

.nex-v2-outcomes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.nex-v2-outcome {
    position: relative;
    display: flex;
    min-height: 468px;
    flex-direction: column;
    overflow: hidden;
    padding: 28px 28px 0;
    border: 1px solid var(--nex-line);
    border-radius: 18px;
    background: #fff;
    transition: transform .3s var(--nex-ease), border-color .2s, box-shadow .3s;
}

.nex-v2-outcome:hover {
    transform: translateY(-3px);
    border-color: rgba(95, 92, 230, .32);
    box-shadow: 0 28px 70px -48px rgba(12, 15, 23, .44);
}

.nex-v2-outcome > span {
    color: #989fac;
    font-family: "Nex Mono", monospace;
    font-size: 10px;
}

.nex-v2-outcome-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-top: 30px;
    place-items: center;
    border-radius: 14px;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
}

.nex-v2-outcome h3 {
    max-width: 310px;
    margin-top: 22px;
    font-size: 25px;
    letter-spacing: -.035em;
}

.nex-v2-outcome p {
    max-width: 340px;
    margin: 14px 0 0;
    color: var(--nex-muted);
    font-size: 14px;
    line-height: 1.65;
}

.nex-v2-outcome-photo {
    position: relative;
    aspect-ratio: 16 / 9;
    margin: auto -28px 0;
    overflow: hidden;
    border-top: 1px solid var(--nex-line);
    background: #e4e7ed;
}

.nex-v2-outcome-photo::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(12, 15, 23, .02), rgba(12, 15, 23, .12));
    pointer-events: none;
}

.nex-v2-outcome-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.9) contrast(1.02);
    transition: transform .65s var(--nex-ease), filter .4s var(--nex-ease);
}

.nex-v2-outcome:hover .nex-v2-outcome-photo img {
    transform: scale(1.035);
    filter: saturate(1) contrast(1.02);
}

.nex-v2-outcome-line,
.nex-v2-avatar-stack,
.nex-v2-status-list {
    position: static;
    margin-top: auto;
    padding-top: 24px;
}

.nex-v2-outcome-line,
.nex-v2-status-list {
    display: grid;
    gap: 7px;
}

.nex-v2-outcome-line i,
.nex-v2-status-list i {
    height: 6px;
    border-radius: 99px;
    background: #eceef3;
}

.nex-v2-outcome-line i:first-child {
    width: 82%;
}

.nex-v2-outcome-line i:nth-child(2) {
    width: 58%;
}

.nex-v2-outcome-line i:last-child {
    width: 70%;
    background: var(--nex-primary-soft);
}

.nex-v2-avatar-stack {
    display: flex;
    align-items: center;
}

.nex-v2-avatar-stack i,
.nex-v2-avatar-stack b {
    display: grid;
    width: 38px;
    height: 38px;
    margin-right: -9px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #deddf8;
}

.nex-v2-avatar-stack i:nth-child(2) {
    background: #dff4eb;
}

.nex-v2-avatar-stack i:nth-child(3) {
    background: #dfe8fb;
}

.nex-v2-avatar-stack b {
    margin-left: 15px;
    border: 0;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
    font-size: 9px;
}

.nex-v2-status-list i {
    position: relative;
    height: 31px;
    background: #f4f5f8;
}

.nex-v2-status-list i::before {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 13px;
    height: 13px;
    border-radius: 4px;
    background: #d9dceb;
    content: "";
}

.nex-v2-status-list i::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 35px;
    height: 6px;
    border-radius: 99px;
    background: #dff4eb;
    content: "";
}

.nex-v2-profiles {
    background: var(--nex-bg);
}

.nex-v2-profile-workbench {
    overflow: hidden;
    border: 1px solid var(--nex-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 90px -58px rgba(12, 15, 23, .36);
}

.nex-v2-profile-topline {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid var(--nex-line);
    background: #fafbfc;
}

.nex-v2-profile-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.nex-v2-profile-tabs button {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 68px;
    align-items: center;
    gap: 11px;
    padding: 10px 14px;
    border-radius: 11px;
    color: #757d89;
    background: transparent;
    text-align: left;
    transition: color .2s, background .2s, box-shadow .2s;
}

.nex-v2-profile-tabs button::after {
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 2px;
    transform: scaleX(0);
    border-radius: 99px;
    background: var(--nex-primary);
    content: "";
    transition: transform .25s var(--nex-ease);
}

.nex-v2-profile-tabs button[aria-selected="true"] {
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
    box-shadow: inset 0 0 0 1px rgba(95, 92, 230, .08);
}

.nex-v2-profile-tabs button:focus-visible {
    outline: 0;
    box-shadow: inset 3px 0 0 var(--nex-primary);
}

.nex-v2-profile-tabs button[aria-selected="true"]::after {
    transform: scaleX(1);
}

.nex-v2-profile-tabs button > .nex-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.nex-v2-profile-tabs button > span,
.nex-v2-profile-tabs button small {
    display: block;
    min-width: 0;
}

.nex-v2-profile-tabs button > span {
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nex-v2-profile-tabs button small {
    margin-top: 2px;
    color: #9aa1ac;
    font-size: 8px;
    font-weight: 550;
}

.nex-v2-tab-count {
    padding-right: 10px;
    color: #9aa1ac;
    font-family: "Nex Mono", monospace;
    font-size: 9px;
}

.nex-v2-profile-stage {
    min-height: 550px;
}

.nex-v2-profile-panel {
    display: grid;
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
    min-height: 550px;
    animation: nexV2PanelIn .35s var(--nex-ease) both;
}

@keyframes nexV2PanelIn {
    from {
        transform: translateY(10px);
        filter: blur(7px);
        opacity: 0;
    }
    to {
        transform: none;
        filter: none;
        opacity: 1;
    }
}

.nex-v2-profile-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 5vw, 64px);
}

.nex-v2-profile-copy > span {
    color: var(--nex-primary);
    font-size: 12px;
    font-weight: 700;
}

.nex-v2-profile-copy h3 {
    max-width: 420px;
    margin-top: 16px;
    font-size: clamp(2.25rem, 3.7vw, 4rem);
    font-weight: 620;
    line-height: 1.03;
}

.nex-v2-profile-copy p {
    max-width: 480px;
    margin: 20px 0 0;
    color: var(--nex-muted);
    font-size: 15px;
    line-height: 1.68;
}

.nex-v2-profile-copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 24px 0 28px;
    padding: 0;
    list-style: none;
}

.nex-v2-profile-copy li {
    padding: 8px 10px;
    border: 1px solid var(--nex-line);
    border-radius: 8px;
    color: #646c78;
    background: #fafbfc;
    font-size: 10px;
    font-weight: 650;
}

.nex-v2-profile-copy .nex-text-link {
    margin-top: auto;
}

.nex-v2-profile-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    margin: 26px 26px 26px 0;
    padding: 24px;
    border: 1px solid var(--nex-line);
    border-radius: 16px;
    background: #f6f7fa;
}

.nex-v2-visual-head,
.nex-v2-jobs-head,
.nex-v2-market-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.nex-v2-visual-head > span,
.nex-v2-jobs-head > span,
.nex-v2-market-head > span {
    font-size: 13px;
    font-weight: 700;
}

.nex-v2-visual-head > i,
.nex-v2-jobs-head > i,
.nex-v2-market-head > i {
    padding: 6px 9px;
    border: 1px solid var(--nex-line);
    border-radius: 7px;
    color: #858d99;
    background: #fff;
    font-size: 8px;
    font-style: normal;
}

.nex-v2-calendar-labels,
.nex-v2-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.nex-v2-calendar-labels span {
    padding: 7px;
    color: #969da8;
    font-size: 7px;
    font-weight: 700;
    text-align: center;
}

.nex-v2-calendar-grid {
    overflow: hidden;
    border: 1px solid var(--nex-line);
    border-radius: 12px;
    background: #fff;
}

.nex-v2-calendar-grid > span {
    position: relative;
    min-height: 56px;
    padding: 7px;
    border-right: 1px solid var(--nex-line);
    border-bottom: 1px solid var(--nex-line);
    color: #7e8692;
    font-size: 7px;
}

.nex-v2-calendar-grid > span:nth-child(7n) {
    border-right: 0;
}

.nex-v2-calendar-grid > span:nth-last-child(-n+7) {
    border-bottom: 0;
}

.nex-v2-calendar-grid > span.has-event i {
    position: absolute;
    right: 7px;
    bottom: 8px;
    left: 7px;
    height: 10px;
    border-radius: 4px;
    background: var(--nex-primary-soft);
    box-shadow: inset 2px 0 0 var(--nex-primary);
}

.nex-v2-calendar-event {
    position: absolute;
    right: 36px;
    bottom: 28px;
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 10px;
    align-items: center;
    width: min(370px, calc(100% - 70px));
    padding: 10px;
    border: 1px solid var(--nex-line);
    border-radius: 11px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 45px -30px rgba(12, 15, 23, .42);
}

.nex-v2-calendar-event > i {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: linear-gradient(145deg, #c6c4ff, #eeedff);
}

.nex-v2-calendar-event strong,
.nex-v2-calendar-event small {
    display: block;
}

.nex-v2-calendar-event strong {
    font-size: 9px;
}

.nex-v2-calendar-event small {
    color: #999faa;
    font-size: 7px;
}

.nex-v2-calendar-event b {
    color: var(--nex-primary);
    font-size: 7px;
}

.nex-v2-local-search {
    margin-bottom: 14px;
}

.nex-v2-local-search b {
    color: var(--nex-primary);
    font-size: 8px;
}

.nex-v2-local-body {
    display: grid;
    grid-template-columns: minmax(190px, .78fr) minmax(0, 1.22fr);
    gap: 12px;
}

.nex-v2-local-list {
    display: grid;
    align-content: start;
    gap: 8px;
}

.nex-v2-local-list article {
    grid-template-columns: 34px 1fr auto;
}

.nex-v2-local-list article > i {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #dfdef8;
}

.nex-v2-local-list article:nth-child(2) > i {
    background: #dff4eb;
}

.nex-v2-local-list article:nth-child(3) > i {
    background: #dfe7f7;
}

.nex-v2-local-map {
    min-height: 310px;
}

.nex-v2-claim-toast {
    position: absolute;
    right: 34px;
    bottom: 30px;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: center;
    padding: 11px 14px;
    border: 1px solid rgba(40, 168, 117, .18);
    border-radius: 11px;
    color: var(--nex-success);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 45px -30px rgba(12, 15, 23, .42);
}

.nex-v2-claim-toast > .nex-icon {
    width: 18px;
    margin: auto;
}

.nex-v2-claim-toast strong,
.nex-v2-claim-toast small {
    display: block;
}

.nex-v2-claim-toast strong {
    font-size: 8px;
}

.nex-v2-claim-toast small {
    color: #939aa6;
    font-size: 7px;
}

.nex-v2-jobs-visual {
    padding: 28px;
}

.nex-v2-jobs-visual > article {
    display: grid;
    grid-template-columns: 46px 1fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid var(--nex-line);
    border-radius: 11px;
    background: #fff;
}

.nex-v2-jobs-visual > article > b {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 12px;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
    font-size: 10px;
}

.nex-v2-jobs-visual > article:nth-of-type(2) > b {
    color: var(--nex-success);
    background: #e5f7f0;
}

.nex-v2-jobs-visual > article strong,
.nex-v2-jobs-visual > article small,
.nex-v2-jobs-visual > article span > i {
    display: block;
}

.nex-v2-jobs-visual > article strong {
    font-size: 10px;
}

.nex-v2-jobs-visual > article small,
.nex-v2-jobs-visual > article span > i {
    color: #969da8;
    font-size: 7px;
    font-style: normal;
}

.nex-v2-jobs-visual > article span > i {
    margin-top: 4px;
    color: #5e6673;
    font-weight: 700;
}

.nex-v2-jobs-visual > article em {
    padding: 5px 7px;
    border-radius: 6px;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
    font-size: 7px;
    font-style: normal;
    font-weight: 700;
}

.nex-v2-jobs-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

.nex-v2-jobs-filter span {
    padding: 7px 9px;
    border: 1px solid var(--nex-line);
    border-radius: 7px;
    color: #7f8793;
    background: #fff;
    font-size: 7px;
}

.nex-v2-market-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.nex-v2-market-grid article {
    padding: 10px;
    border: 1px solid var(--nex-line);
    border-radius: 11px;
    background: #fff;
}

.nex-v2-market-grid article > div {
    height: 155px;
    margin-bottom: 11px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 64% 34%, rgba(255, 255, 255, .72), transparent 20%),
        linear-gradient(145deg, #cbc9ff, #efeeff);
}

.nex-v2-market-grid article > div.tone-two {
    background:
        radial-gradient(circle at 32% 45%, rgba(255, 255, 255, .75), transparent 21%),
        linear-gradient(145deg, #cfeee1, #f1fbf7);
}

.nex-v2-market-grid article > div.tone-three {
    background:
        radial-gradient(circle at 60% 38%, rgba(255, 255, 255, .75), transparent 20%),
        linear-gradient(145deg, #d6e0f4, #f2f5fb);
}

.nex-v2-market-grid small,
.nex-v2-market-grid strong,
.nex-v2-market-grid span {
    display: block;
}

.nex-v2-market-grid small {
    color: #969da8;
    font-size: 7px;
}

.nex-v2-market-grid strong {
    margin-top: 4px;
    font-size: 9px;
}

.nex-v2-market-grid span {
    margin-top: 7px;
    color: var(--nex-primary);
    font-size: 9px;
    font-weight: 700;
}

.nex-v2-market-vendor {
    display: grid;
    grid-template-columns: 36px 1fr 18px;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
    padding: 11px;
    border: 1px solid var(--nex-line);
    border-radius: 10px;
    background: #fff;
}

.nex-v2-market-vendor > i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
    font-size: 8px;
    font-style: normal;
    font-weight: 800;
}

.nex-v2-market-vendor strong,
.nex-v2-market-vendor small {
    display: block;
}

.nex-v2-market-vendor strong {
    font-size: 9px;
}

.nex-v2-market-vendor small {
    color: #969da8;
    font-size: 7px;
}

.nex-v2-market-vendor > .nex-icon {
    color: var(--nex-success);
}

.nex-v2-capabilities {
    background: #fff;
}

.nex-v2-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.nex-v2-feature {
    position: relative;
    grid-column: span 5;
    min-height: 390px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--nex-line);
    border-radius: 18px;
    color: var(--nex-text);
    background: #f8f9fb;
    transition: transform .3s var(--nex-ease), border-color .2s, box-shadow .3s;
}

.nex-v2-feature:nth-child(1),
.nex-v2-feature:nth-child(4) {
    grid-column: span 7;
}

.nex-v2-feature:hover {
    transform: translateY(-3px);
    border-color: rgba(95, 92, 230, .28);
    box-shadow: 0 30px 70px -52px rgba(12, 15, 23, .48);
}

.nex-v2-feature-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
}

.nex-v2-feature > div:nth-of-type(1) {
    position: relative;
    z-index: 2;
    max-width: 470px;
    margin-top: 38px;
}

.nex-v2-feature small {
    color: var(--nex-primary);
    font-size: 11px;
    font-weight: 700;
}

.nex-v2-feature h3 {
    margin-top: 10px;
    font-size: clamp(1.8rem, 2.5vw, 2.7rem);
    line-height: 1.06;
}

.nex-v2-feature p {
    max-width: 470px;
    margin: 13px 0 0;
    color: var(--nex-muted);
    font-size: 13px;
    line-height: 1.62;
}

.nex-v2-feature > b {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #a1a7b1;
    transition: color .2s, transform .25s var(--nex-ease);
}

.nex-v2-feature:hover > b {
    transform: translateX(4px);
    color: var(--nex-primary);
}

.nex-v2-feature-map {
    position: absolute;
    right: -8%;
    bottom: -18%;
    width: 48%;
    height: 74%;
    transform: rotate(-4deg);
    border: 1px solid var(--nex-line);
    border-radius: 20px;
    background:
        linear-gradient(42deg, transparent 46%, rgba(95, 92, 230, .12) 47%, rgba(95, 92, 230, .12) 49%, transparent 50%),
        linear-gradient(rgba(18, 24, 40, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 24, 40, .04) 1px, transparent 1px),
        #eef1f5;
    background-size: auto, 26px 26px, 26px 26px, auto;
}

.nex-v2-feature-map > span {
    position: absolute;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--nex-primary);
    box-shadow: 0 6px 16px rgba(95, 92, 230, .3);
}

.nex-v2-feature-map > span:nth-of-type(1) {
    top: 25%;
    left: 26%;
}

.nex-v2-feature-map > span:nth-of-type(2) {
    top: 54%;
    left: 56%;
}

.nex-v2-feature-map > span:nth-of-type(3) {
    top: 33%;
    right: 16%;
    background: var(--nex-success);
}

.nex-v2-feature-map > i {
    position: absolute;
    width: 80px;
    height: 28px;
    border: 5px solid rgba(255, 255, 255, .8);
    border-width: 5px 0;
}

.nex-v2-feature-map > i:nth-child(1) {
    top: 42%;
    left: 3%;
    transform: rotate(22deg);
}

.nex-v2-feature-map > i:nth-child(2) {
    top: 13%;
    right: 12%;
    transform: rotate(70deg);
}

.nex-v2-feature-map > i:nth-child(3) {
    bottom: 12%;
    left: 35%;
    transform: rotate(-32deg);
}

.nex-v2-feature-fields {
    position: absolute;
    right: 30px;
    bottom: 28px;
    left: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.nex-v2-feature-fields i {
    height: 34px;
    border: 1px solid var(--nex-line);
    border-radius: 8px;
    background: #fff;
}

.nex-v2-feature-fields i:nth-child(3) {
    grid-column: 1 / -1;
}

.nex-v2-feature-fields span {
    position: absolute;
    right: 9px;
    bottom: 9px;
    width: 24%;
    height: 16px;
    border-radius: 5px;
    background: var(--nex-primary);
}

.nex-v2-feature-queue {
    position: absolute;
    right: 30px;
    bottom: 28px;
    left: 30px;
    display: grid;
    gap: 7px;
}

.nex-v2-feature-queue i {
    position: relative;
    height: 34px;
    border: 1px solid var(--nex-line);
    border-radius: 8px;
    background: #fff;
}

.nex-v2-feature-queue i::before {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background: var(--nex-primary-soft);
    content: "";
}

.nex-v2-feature-queue i::after {
    position: absolute;
    top: 12px;
    right: 9px;
    width: 42px;
    height: 10px;
    border-radius: 5px;
    background: #e6f5ef;
    content: "";
}

.nex-v2-feature-dark {
    color: #fff;
    border-color: rgba(255, 255, 255, .08);
    background: var(--nex-ink);
}

.nex-v2-feature-dark .nex-v2-feature-icon {
    color: #b6b4ff;
    background: rgba(95, 92, 230, .18);
}

.nex-v2-feature-dark small {
    color: #aaa8ff;
}

.nex-v2-feature-dark p {
    color: rgba(255, 255, 255, .56);
}

.nex-v2-feature-dark > b {
    color: rgba(255, 255, 255, .36);
}

.nex-v2-feature-chart {
    position: absolute;
    right: 30px;
    bottom: 28px;
    display: flex;
    width: 42%;
    height: 170px;
    align-items: end;
    gap: 8px;
    padding: 18px 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.nex-v2-feature-chart span {
    z-index: 1;
    width: 100%;
    height: var(--h);
    border-radius: 6px 6px 0 0;
    background: linear-gradient(#7f7cf1, #5450d9);
}

.nex-v2-feature-chart i {
    position: absolute;
    inset: 15% 0 auto;
    height: 40%;
    transform: rotate(-7deg);
    border-top: 2px solid rgba(127, 213, 178, .8);
    border-radius: 50%;
}

.nex-v2-workflow-section {
    background: var(--nex-bg);
}

.nex-v2-workflow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .78fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: start;
}

.nex-v2-workflow-visual {
    position: sticky;
    top: 118px;
}

.nex-v2-workflow-window {
    position: relative;
    height: 560px;
    overflow: hidden;
    border: 1px solid var(--nex-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 32px 90px -58px rgba(12, 15, 23, .44);
}

.nex-v2-workflow-window::after {
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(95, 92, 230, .09);
    content: "";
    filter: blur(10px);
}

.nex-v2-workflow-bar {
    display: flex;
    min-height: 54px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-bottom: 1px solid var(--nex-line);
}

.nex-v2-workflow-bar > i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e0e3e9;
}

.nex-v2-workflow-bar > i:first-of-type {
    margin-left: auto;
}

.nex-v2-workflow-scene {
    position: absolute;
    inset: 54px 0 0;
    z-index: 1;
    padding: clamp(32px, 5vw, 62px);
    transform: translateY(14px) scale(.99);
    visibility: hidden;
    filter: blur(8px);
    opacity: 0;
    transition: opacity .32s, transform .36s var(--nex-ease), filter .32s, visibility .32s;
}

.nex-v2-workflow-scene.is-active {
    transform: none;
    visibility: visible;
    filter: none;
    opacity: 1;
}

.nex-v2-workflow-scene > small {
    color: var(--nex-primary);
    font-size: 11px;
    font-weight: 700;
}

.nex-v2-workflow-scene > h3 {
    margin-top: 10px;
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.nex-v2-workflow-form,
.nex-v2-workflow-review,
.nex-v2-workflow-discover,
.nex-v2-workflow-chart {
    position: relative;
    display: grid;
    gap: 12px;
    margin-top: 56px;
    padding: 26px;
    border: 1px solid var(--nex-line);
    border-radius: 16px;
    background: #f8f9fb;
}

.nex-v2-workflow-form > i {
    height: 42px;
    border: 1px solid var(--nex-line);
    border-radius: 9px;
    background: #fff;
}

.nex-v2-workflow-form > i:nth-child(3) {
    height: 70px;
}

.nex-v2-workflow-form > span,
.nex-v2-workflow-review > span {
    justify-self: end;
    padding: 9px 12px;
    border-radius: 8px;
    color: #fff;
    background: var(--nex-primary);
    font-size: 9px;
    font-weight: 700;
}

.nex-v2-workflow-review i {
    position: relative;
    height: 54px;
    border: 1px solid var(--nex-line);
    border-radius: 10px;
    background: #fff;
}

.nex-v2-workflow-review i::before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: var(--nex-primary-soft);
    content: "";
}

.nex-v2-workflow-review i::after {
    position: absolute;
    top: 18px;
    right: 12px;
    width: 52px;
    height: 18px;
    border-radius: 6px;
    background: #e5f6ef;
    content: "";
}

.nex-v2-workflow-review > span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--nex-success);
    background: #e5f6ef;
}

.nex-v2-workflow-discover {
    grid-template-columns: repeat(3, 1fr);
}

.nex-v2-workflow-discover i {
    height: 160px;
    border-radius: 12px;
    background: linear-gradient(145deg, #dddcfa, #f4f3ff);
}

.nex-v2-workflow-discover i:nth-child(2) {
    background: linear-gradient(145deg, #d8eee5, #f2faf7);
}

.nex-v2-workflow-discover i:nth-child(3) {
    background: linear-gradient(145deg, #dce4f5, #f3f6fb);
}

.nex-v2-workflow-discover span {
    grid-column: span 2;
    height: 8px;
    border-radius: 99px;
    background: #e3e6eb;
}

.nex-v2-workflow-discover span:last-child {
    grid-column: span 1;
}

.nex-v2-workflow-chart {
    display: flex;
    height: 260px;
    align-items: end;
    gap: 12px;
}

.nex-v2-workflow-chart span {
    width: 100%;
    height: var(--h);
    border-radius: 8px 8px 3px 3px;
    background: linear-gradient(#8582ed, #5f5ce6);
}

.nex-v2-workflow-steps {
    display: grid;
    gap: 2px;
}

.nex-v2-workflow-steps article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    min-height: 190px;
    padding: 34px 0;
    border-bottom: 1px solid var(--nex-line);
    opacity: .38;
    transition: opacity .3s, transform .35s var(--nex-ease);
}

.nex-v2-workflow-steps article.is-active {
    transform: translateX(6px);
    opacity: 1;
}

.nex-v2-workflow-steps article > span {
    padding-top: 5px;
    color: var(--nex-primary);
    font-family: "Nex Mono", monospace;
    font-size: 10px;
}

.nex-v2-workflow-steps h3 {
    font-size: 25px;
}

.nex-v2-workflow-steps p {
    margin: 12px 0 0;
    color: var(--nex-muted);
    font-size: 14px;
    line-height: 1.65;
}

.nex-v2-resources {
    background: #fff;
}

.nex-v2-resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.nex-v2-resource {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--nex-line);
    border-radius: 18px;
    background: #fff;
    transition: transform .3s var(--nex-ease), border-color .2s, box-shadow .3s;
}

.nex-v2-resource:hover {
    transform: translateY(-3px);
    border-color: rgba(95, 92, 230, .3);
    box-shadow: 0 26px 65px -48px rgba(12, 15, 23, .46);
}

.nex-v2-resource > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    color: var(--nex-primary);
    background: var(--nex-primary-soft);
    font-family: "Nex Mono", monospace;
    font-size: 9px;
}

.nex-v2-resource > small {
    margin-top: 52px;
    color: var(--nex-primary);
    font-size: 11px;
    font-weight: 700;
}

.nex-v2-resource h3 {
    margin-top: 13px;
    font-size: 26px;
}

.nex-v2-resource p {
    margin: 14px 0 0;
    color: var(--nex-muted);
    font-size: 14px;
    line-height: 1.65;
}

.nex-v2-resource > b {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 12px;
}

.nex-v2-resource > b .nex-icon {
    width: 15px;
    color: var(--nex-primary);
    transition: transform .2s;
}

.nex-v2-resource:hover > b .nex-icon {
    transform: translateX(4px);
}

.nex-v2-decision {
    background: var(--nex-bg);
}

.nex-v2-decision-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
}

.nex-v2-price,
.nex-v2-faq {
    padding: clamp(34px, 5vw, 62px);
    border: 1px solid var(--nex-line);
    border-radius: 22px;
    background: #fff;
}

.nex-v2-price {
    background:
        radial-gradient(circle at 92% 10%, rgba(95, 92, 230, .14), transparent 32%),
        #fff;
}

.nex-v2-price h2,
.nex-v2-faq h2 {
    font-size: clamp(2.3rem, 3.7vw, 4rem);
}

.nex-v2-price > p {
    margin: 20px 0 0;
    color: var(--nex-muted);
    font-size: 15px;
    line-height: 1.68;
}

.nex-v2-price-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 34px 0;
}

.nex-v2-price-row > div {
    padding: 20px;
    border: 1px solid var(--nex-line);
    border-radius: 13px;
    background: rgba(255, 255, 255, .76);
}

.nex-v2-price-row small,
.nex-v2-price-row strong,
.nex-v2-price-row span {
    display: block;
}

.nex-v2-price-row small {
    color: var(--nex-primary);
    font-size: 10px;
    font-weight: 700;
}

.nex-v2-price-row strong {
    margin-top: 10px;
    font-size: 26px;
}

.nex-v2-price-row span {
    margin-top: 4px;
    color: var(--nex-muted);
    font-size: 10px;
}

.nex-v2-faq details {
    border-bottom: 1px solid var(--nex-line);
}

.nex-v2-faq summary {
    position: relative;
    padding: 20px 34px 20px 0;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.nex-v2-faq summary::-webkit-details-marker {
    display: none;
}

.nex-v2-faq summary > span::before,
.nex-v2-faq summary > span::after {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 12px;
    height: 1.5px;
    transform: translateY(-50%);
    border-radius: 9px;
    background: var(--nex-primary);
    content: "";
    transition: transform .2s;
}

.nex-v2-faq summary > span::after {
    transform: translateY(-50%) rotate(90deg);
}

.nex-v2-faq details[open] summary > span::after {
    transform: translateY(-50%) rotate(0);
}

.nex-v2-faq details p {
    margin: -3px 0 20px;
    color: var(--nex-muted);
    font-size: 13px;
    line-height: 1.65;
}

.nex-v2-faq > .nex-text-link {
    margin-top: 28px;
}

.nex-v2-final {
    position: relative;
    overflow: hidden;
    padding: clamp(100px, 11vw, 160px) 0;
    color: #fff;
    background: var(--nex-ink);
    text-align: center;
}

.nex-v2-final-aura {
    position: absolute;
    top: -270px;
    left: 50%;
    width: 780px;
    height: 560px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(95, 92, 230, .26);
    filter: blur(90px);
    pointer-events: none;
}

.nex-v2-final-inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
}

.nex-v2-final .nex-kicker {
    justify-content: center;
    color: #aaa8ff;
}

.nex-v2-final h2 {
    font-size: clamp(3rem, 6.5vw, 6.5rem);
    font-weight: 620;
    line-height: .98;
}

.nex-v2-final p {
    max-width: 650px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, .58);
    font-size: 17px;
}

.nex-v2-final-actions {
    justify-content: center;
}

.home .nex-footer-cta {
    display: none;
}

@media (max-width: 1180px) {
    .nex-v2-hero-grid {
        grid-template-columns: minmax(340px, .8fr) minmax(490px, 1.2fr);
        gap: 42px;
    }

    .nex-v2-product-float {
        right: -8px;
    }

    .nex-v2-profile-panel {
        grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr);
    }

    .nex-v2-profile-copy {
        padding: 38px;
    }
}

@media (max-width: 980px) {
    .nex-v2-hero {
        padding-top: 142px;
    }

    .nex-v2-hero-grid {
        grid-template-columns: 1fr;
    }

    .nex-v2-hero-copy {
        max-width: 760px;
    }

    .nex-v2-product {
        width: 100%;
        margin: 12px auto 0;
    }

    .nex-v2-proof-grid,
    .nex-v2-outcomes,
    .nex-v2-resource-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nex-v2-proof-grid > div:nth-child(3) {
        border-top: 1px solid var(--nex-line);
    }

    .nex-v2-proof-grid > div:nth-child(4) {
        border-top: 1px solid var(--nex-line);
        border-right: 1px solid var(--nex-line);
    }

    .nex-v2-outcome:last-child,
    .nex-v2-resource:last-child {
        grid-column: 1 / -1;
    }

    .nex-v2-profile-panel {
        grid-template-columns: 1fr;
    }

    .nex-v2-profile-stage,
    .nex-v2-profile-panel {
        min-height: 0;
    }

    .nex-v2-profile-copy .nex-text-link {
        margin-top: 0;
    }

    .nex-v2-profile-visual {
        min-height: 440px;
        margin: 0 24px 24px;
    }

    .nex-v2-workflow {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
        gap: 38px;
    }

    .nex-v2-workflow-window {
        height: 500px;
    }

    .nex-v2-decision-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .nex-v2-hero {
        min-height: 0;
        padding: 120px 0 76px;
    }

    .nex-v2-hero h1 {
        font-size: clamp(3.15rem, 14vw, 5rem);
    }

    .nex-v2-hero-actions {
        display: grid;
    }

    .nex-v2-hero-actions .nex-button {
        width: 100%;
    }

    .nex-v2-hero-proof {
        gap: 10px 16px;
    }

    .nex-v2-product {
        border-radius: 17px;
    }

    .nex-v2-demo-viewport {
        height: 400px;
    }

    .nex-v2-demo-scene {
        padding: 18px;
    }

    .nex-v2-product-float {
        display: none;
    }

    .nex-v2-discovery-grid {
        grid-template-columns: 1fr;
    }

    .nex-v2-map-demo {
        display: none;
    }

    .nex-v2-proof-grid,
    .nex-v2-outcomes,
    .nex-v2-resource-grid {
        grid-template-columns: 1fr;
    }

    .nex-v2-proof-grid > div,
    .nex-v2-proof-grid > div:nth-child(3),
    .nex-v2-proof-grid > div:nth-child(4),
    .nex-v2-proof-grid > div:last-child {
        min-height: 86px;
        border: 0;
        border-bottom: 1px solid var(--nex-line);
    }

    .nex-v2-outcome:last-child,
    .nex-v2-resource:last-child {
        grid-column: auto;
    }

    .nex-v2-outcome {
        min-height: 350px;
    }

    .nex-v2-section-intro p {
        font-size: 16px;
    }

    .nex-v2-profile-topline {
        grid-template-columns: 1fr;
    }

    .nex-v2-profile-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .nex-v2-tab-count {
        display: none;
    }

    .nex-v2-profile-copy {
        padding: 30px 24px;
    }

    .nex-v2-profile-visual {
        min-height: 360px;
        margin: 0 16px 16px;
        padding: 16px;
    }

    .nex-v2-local-body {
        grid-template-columns: 1fr;
    }

    .nex-v2-local-list {
        display: none;
    }

    .nex-v2-local-map {
        min-height: 270px;
    }

    .nex-v2-market-grid article > div {
        height: 100px;
    }

    .nex-v2-bento {
        grid-template-columns: 1fr;
    }

    .nex-v2-feature,
    .nex-v2-feature:nth-child(1),
    .nex-v2-feature:nth-child(4) {
        grid-column: auto;
        min-height: 380px;
    }

    .nex-v2-feature-map,
    .nex-v2-feature-chart {
        opacity: .7;
    }

    .nex-v2-workflow {
        grid-template-columns: 1fr;
    }

    .nex-v2-workflow-visual {
        position: relative;
        top: auto;
    }

    .nex-v2-workflow-window {
        height: 450px;
    }

    .nex-v2-workflow-steps article {
        min-height: 0;
        opacity: .58;
    }

    .nex-v2-workflow-steps article.is-active {
        transform: none;
    }
}

@media (max-width: 520px) {
    .nex-v2-demo-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .nex-v2-demo-tabs button {
        justify-content: center;
        padding-inline: 6px;
    }

    .nex-v2-demo-heading strong {
        font-size: 14px;
    }

    .nex-v2-form-grid,
    .nex-v2-metric-row {
        grid-template-columns: 1fr;
    }

    .nex-v2-form-grid label.is-wide {
        grid-column: auto;
    }

    .nex-v2-form-grid label:nth-child(4),
    .nex-v2-form-grid label:nth-child(5),
    .nex-v2-metric-row article:nth-child(3) {
        display: none;
    }

    .nex-v2-profile-tabs button {
        min-height: 58px;
        padding: 8px 10px;
    }

    .nex-v2-profile-tabs button small {
        display: none;
    }

    .nex-v2-calendar-grid > span {
        min-height: 42px;
    }

    .nex-v2-calendar-event {
        right: 22px;
        bottom: 18px;
        left: 22px;
        width: auto;
    }

    .nex-v2-jobs-visual > article {
        grid-template-columns: 38px 1fr;
        padding: 10px;
    }

    .nex-v2-jobs-visual > article > b {
        width: 38px;
        height: 38px;
    }

    .nex-v2-jobs-visual > article > em {
        display: none;
    }

    .nex-v2-market-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nex-v2-market-grid article:last-child {
        display: none;
    }

    .nex-v2-feature {
        padding: 24px;
    }

    .nex-v2-feature-map {
        right: -18%;
        width: 62%;
    }

    .nex-v2-feature-chart {
        right: 18px;
        width: 54%;
    }

    .nex-v2-workflow-window {
        height: 410px;
    }

    .nex-v2-workflow-scene {
        padding: 28px 22px;
    }

    .nex-v2-workflow-form,
    .nex-v2-workflow-review,
    .nex-v2-workflow-discover,
    .nex-v2-workflow-chart {
        margin-top: 34px;
        padding: 17px;
    }

    .nex-v2-workflow-discover i {
        height: 120px;
    }

    .nex-v2-price,
    .nex-v2-faq {
        padding: 28px 22px;
    }

    .nex-v2-price-row {
        grid-template-columns: 1fr;
    }
}

/* Let the two primary interactive canvases respond gently to the pointer once
   their entrance transition has settled. */
[data-tilt] {
    --nex-tilt-x: 0deg;
    --nex-tilt-y: 0deg;
}

@media (pointer: fine) and (prefers-reduced-motion: no-preference) {
    .nex-reveal.is-visible[data-tilt] {
        transform: perspective(1400px) rotateX(var(--nex-tilt-x)) rotateY(var(--nex-tilt-y));
        transition:
            opacity .65s var(--nex-ease) var(--delay, 0s),
            filter .65s var(--nex-ease) var(--delay, 0s),
            transform .18s ease-out;
        will-change: transform;
    }
}

/* Homepage hero — human context with compact product proof */

.nex-home-v3 .nex-v2-hero {
    min-height: 790px;
    padding: 126px 0 80px;
    color: var(--nex-text);
    background:
        radial-gradient(circle at 84% 14%, rgba(95, 92, 230, .105), transparent 29%),
        linear-gradient(180deg, #f8f8f6 0%, #f3f4f7 100%);
}

.nex-home-v3 .nex-v2-hero::before {
    background: linear-gradient(112deg, transparent 48%, rgba(95, 92, 230, .035) 100%);
    background-size: auto;
    opacity: 1;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.nex-home-v3 .nex-v2-hero-aura {
    top: -28%;
    right: -13%;
    width: 66vw;
    height: 66vw;
    max-height: 840px;
    background:
        radial-gradient(circle at 46% 48%, rgba(95, 92, 230, .14), transparent 41%),
        radial-gradient(circle at 62% 31%, rgba(94, 146, 255, .09), transparent 30%);
    filter: blur(18px);
}

.nex-home-v3 .nex-v2-hero-grid {
    grid-template-columns: minmax(420px, .86fr) minmax(570px, 1.14fr);
    gap: clamp(48px, 5vw, 72px);
}

.nex-home-v3 .nex-v2-hero-copy {
    max-width: 620px;
}

.nex-home-v3 .nex-v2-eyebrow {
    margin-bottom: 22px;
    color: #626a77;
}

.nex-home-v3 .nex-v2-eyebrow > span {
    background: var(--nex-primary);
    box-shadow: 0 0 0 6px rgba(95, 92, 230, .1);
}

.nex-home-v3 .nex-v2-hero h1 {
    max-width: 650px;
    font-size: clamp(3.55rem, 5.25vw, 5.15rem);
    font-weight: 620;
    letter-spacing: -.062em;
    line-height: .98;
}

.nex-home-v3 .nex-v2-hero h1 em {
    color: var(--nex-primary);
}

.nex-home-v3 .nex-v2-hero-lead {
    max-width: 570px;
    margin-top: 24px;
    color: #59616e;
    font-size: clamp(1.05rem, 1.35vw, 1.18rem);
    line-height: 1.62;
}

.nex-home-v3 .nex-v2-hero-actions {
    margin-top: 30px;
}

.nex-home-v3 .nex-v2-hero .nex-button-ghost {
    color: #252a34;
    border-color: rgba(12, 15, 23, .12);
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 12px 32px -26px rgba(12, 15, 23, .42);
}

.nex-home-v3 .nex-v2-hero .nex-button-ghost:hover {
    color: var(--nex-primary);
    border-color: rgba(95, 92, 230, .28);
    background: #fff;
}

.nex-home-v3 .nex-v2-hero-proof {
    gap: 12px 18px;
    margin-top: 24px;
    color: #717987;
}

.nex-home-v3 .nex-v2-hero-proof .nex-icon {
    color: var(--nex-success);
}

.nex-v3-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 610px;
}

.nex-v3-hero-photo {
    position: absolute;
    inset: 0 0 76px 64px;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(12, 15, 23, .1);
    border-radius: 28px;
    background: #d9d7d1;
    box-shadow: 0 42px 92px -48px rgba(20, 24, 36, .5);
}

.nex-v3-hero-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 45%;
    transform: translateY(var(--nex-parallax-y, 0)) scale(1.075);
    filter: saturate(.9) contrast(1.025);
    transition: filter .45s var(--nex-ease);
    will-change: transform;
}

.nex-v3-hero-visual:hover .nex-v3-hero-photo > img {
    filter: saturate(.98) contrast(1.025);
}

.nex-v3-photo-wash {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 11, 18, .12), transparent 36%),
        linear-gradient(120deg, rgba(9, 12, 20, .44), transparent 48%);
    pointer-events: none;
}

.nex-v3-hero-photo figcaption {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 11px;
    max-width: 295px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 13px;
    color: #fff;
    background: rgba(10, 13, 21, .58);
    box-shadow: 0 16px 42px rgba(7, 9, 15, .18);
    backdrop-filter: blur(14px);
}

.nex-v3-hero-photo figcaption > span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #9e9bff;
    box-shadow: 0 0 0 5px rgba(158, 155, 255, .18);
}

.nex-v3-hero-photo figcaption div {
    display: grid;
    gap: 2px;
}

.nex-v3-hero-photo figcaption small,
.nex-v3-hero-photo figcaption strong {
    display: block;
    line-height: 1.28;
}

.nex-v3-hero-photo figcaption small {
    color: rgba(255, 255, 255, .7);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.nex-v3-hero-photo figcaption strong {
    font-size: 11px;
    font-weight: 650;
}

.nex-v3-hero-fact {
    position: absolute;
    top: 28px;
    right: -12px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px 11px 11px;
    border: 1px solid rgba(12, 15, 23, .1);
    border-radius: 13px;
    color: var(--nex-text);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 55px -32px rgba(12, 15, 23, .48);
    backdrop-filter: blur(14px);
}

.nex-v3-hero-fact > .nex-icon {
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 9px;
    color: var(--nex-success);
    background: #eaf8f2;
}

.nex-v3-hero-fact small,
.nex-v3-hero-fact strong {
    display: block;
    white-space: nowrap;
}

.nex-v3-hero-fact small {
    margin-bottom: 2px;
    color: #858d99;
    font-size: 7px;
    font-weight: 650;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nex-v3-hero-fact strong {
    font-size: 10px;
    font-weight: 700;
}

.nex-home-v3 .nex-v3-product {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: min(500px, 82%);
    margin: 0;
    overflow: visible;
    border-color: rgba(12, 15, 23, .11);
    border-radius: 18px;
    box-shadow: 0 40px 92px -42px rgba(12, 15, 23, .56);
}

.nex-home-v3 .nex-v3-product::before {
    opacity: .24;
}

.nex-home-v3 .nex-v3-product .nex-v2-product-bar {
    min-height: 44px;
    padding-inline: 14px;
}

.nex-home-v3 .nex-v3-product .nex-v2-demo-tabs {
    padding: 8px 12px;
}

.nex-home-v3 .nex-v3-product .nex-v2-demo-tabs button {
    min-height: 31px;
    padding-inline: 11px;
    font-size: 9px;
}

.nex-home-v3 .nex-v3-product .nex-v2-demo-viewport {
    height: 258px;
    border-radius: 0 0 18px 18px;
}

.nex-home-v3 .nex-v3-product .nex-v2-demo-scene {
    padding: 17px;
}

.nex-home-v3 .nex-v3-product .nex-v2-demo-heading {
    margin-bottom: 11px;
}

.nex-home-v3 .nex-v3-product .nex-v2-demo-heading strong {
    font-size: 14px;
}

.nex-home-v3 .nex-v3-product .nex-v2-search-box {
    min-height: 37px;
}

.nex-home-v3 .nex-v3-product .nex-v2-filter-row {
    margin: 8px 0 10px;
}

.nex-home-v3 .nex-v3-product .nex-v2-result-list article:nth-child(3),
.nex-home-v3 .nex-v3-product .nex-v2-queue article:nth-of-type(3) {
    display: none;
}

.nex-home-v3 .nex-v3-product .nex-v2-result-list {
    gap: 6px;
}

.nex-home-v3 .nex-v3-product .nex-v2-result-list article {
    grid-template-columns: 32px 1fr auto;
    padding: 6px;
}

.nex-home-v3 .nex-v3-product .nex-v2-result-list article > i {
    width: 32px;
    height: 32px;
}

.nex-home-v3 .nex-v3-product .nex-v2-map-demo {
    min-height: 111px;
}

.nex-home-v3 .nex-v3-product .nex-v2-form-progress {
    margin-bottom: 12px;
}

.nex-home-v3 .nex-v3-product .nex-v2-form-grid {
    gap: 8px;
}

.nex-home-v3 .nex-v3-product .nex-v2-form-grid label:nth-child(n+4) {
    display: none;
}

.nex-home-v3 .nex-v3-product .nex-v2-form-grid label > span {
    margin-bottom: 4px;
}

.nex-home-v3 .nex-v3-product .nex-v2-form-grid label > i {
    min-height: 33px;
    padding: 8px;
}

.nex-home-v3 .nex-v3-product .nex-v2-form-grid label.is-wide > i {
    min-height: 43px;
}

.nex-home-v3 .nex-v3-product .nex-v2-form-footer {
    margin-top: 10px;
}

.nex-home-v3 .nex-v3-product .nex-v2-metric-row {
    gap: 7px;
    margin-bottom: 10px;
}

.nex-home-v3 .nex-v3-product .nex-v2-metric-row article {
    padding: 9px;
}

.nex-home-v3 .nex-v3-product .nex-v2-metric-row strong {
    margin-block: 3px 2px;
    font-size: 16px;
}

.nex-home-v3 .nex-v3-product .nex-v2-queue {
    padding: 10px;
}

.nex-home-v3 .nex-v2-proof-grid > div {
    min-height: 84px;
    padding: 18px 22px;
}

.nex-home-v3 .nex-v2-proof-grid strong {
    font-size: 24px;
}

@media (min-width: 761px) {
    .nex-home-v3 .nex-v3-product .nex-v2-queue article:nth-of-type(2) {
        display: none;
    }
}

@media (max-width: 1120px) and (min-width: 981px) {
    .nex-home-v3 .nex-v2-hero-grid {
        grid-template-columns: minmax(380px, .84fr) minmax(500px, 1.16fr);
        gap: 34px;
    }

    .nex-v3-hero-photo {
        left: 44px;
    }

    .nex-home-v3 .nex-v3-product {
        width: min(465px, 86%);
    }

    .nex-v3-hero-fact {
        right: 0;
    }
}

@media (max-width: 980px) {
    .nex-home-v3 .nex-v2-hero {
        min-height: 0;
        padding: 128px 0 86px;
    }

    .nex-home-v3 .nex-v2-hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .nex-home-v3 .nex-v2-hero-copy {
        max-width: 720px;
    }

    .nex-v3-hero-visual {
        width: min(720px, 100%);
        min-height: 650px;
        margin-inline: auto;
    }

    .nex-v3-hero-photo {
        left: 72px;
    }

    .nex-home-v3 .nex-v3-product {
        width: min(520px, 82%);
    }

    .nex-v3-hero-fact {
        right: -8px;
    }
}

@media (max-width: 760px) {
    .nex-home-v3 .nex-v2-hero {
        padding: 100px 0 66px;
    }

    .nex-home-v3 .nex-v2-hero-grid {
        gap: 32px;
    }

    .nex-home-v3 .nex-v2-hero h1 {
        font-size: clamp(3.15rem, 13.6vw, 4.4rem);
    }

    .nex-home-v3 .nex-v2-hero-lead {
        font-size: 16px;
    }

    .nex-home-v3 .nex-v2-hero-proof {
        display: none;
    }

    .nex-v3-hero-visual {
        display: block;
        width: 100%;
        min-height: 0;
        margin-top: 4px;
    }

    .nex-v3-hero-photo {
        position: relative;
        inset: auto;
        width: 100%;
        aspect-ratio: 4 / 3;
        border-radius: 20px;
    }

    .nex-v3-hero-photo > img {
        object-position: 51% 46%;
        transform: scale(1.04);
    }

    .nex-v3-hero-photo figcaption {
        top: 14px;
        left: 14px;
        max-width: calc(100% - 28px);
    }

    .nex-v3-hero-fact {
        display: none;
    }

    .nex-home-v3 .nex-v3-product {
        position: relative;
        bottom: auto;
        left: auto;
        width: calc(100% - 20px);
        margin: -50px auto 0;
        border-radius: 16px;
    }

    .nex-home-v3 .nex-v3-product .nex-v2-demo-viewport {
        height: 310px;
        border-radius: 0 0 16px 16px;
    }

    .nex-home-v3 .nex-v3-product .nex-v2-demo-scene {
        padding: 16px;
    }

    .nex-home-v3 .nex-v2-proof-grid > div,
    .nex-home-v3 .nex-v2-proof-grid > div:nth-child(3),
    .nex-home-v3 .nex-v2-proof-grid > div:nth-child(4),
    .nex-home-v3 .nex-v2-proof-grid > div:last-child {
        min-height: 76px;
    }
}

@media (max-width: 460px) {
    .nex-home-v3 .nex-v2-hero h1 {
        font-size: clamp(3rem, 14.5vw, 3.85rem);
    }

    .nex-v3-hero-photo figcaption small {
        display: none;
    }

    .nex-home-v3 .nex-v3-product .nex-v2-demo-tabs button {
        padding-inline: 7px;
    }

    .nex-home-v3 .nex-v3-product .nex-v2-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nex-home-v3 .nex-v3-product .nex-v2-form-grid label.is-wide {
        grid-column: 1 / -1;
    }

    .nex-home-v3 .nex-v3-product .nex-v2-metric-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nex-home-v3 .nex-v3-product .nex-v2-metric-row article:nth-child(3) {
        display: block;
    }
}

/* Free / Pro comparison */

.nex-plan-section {
    width: min(1120px, calc(100% - 40px)) !important;
}

.nex-plan-table {
    overflow: hidden;
    margin-top: 38px;
    border: 1px solid var(--nex-line);
    border-radius: 20px;
    background: var(--nex-paper);
    box-shadow: 0 28px 70px -54px rgba(12, 15, 23, .42);
}

.nex-plan-note {
    max-width: 900px;
    margin: 16px 0 0;
    color: var(--nex-muted);
    font-size: 13px;
    line-height: 1.65;
}

.nex-plan-row {
    display: grid;
    grid-template-columns: minmax(150px, .72fr) minmax(0, 1.2fr) minmax(0, 1.2fr);
}

.nex-plan-row + .nex-plan-row {
    border-top: 1px solid var(--nex-line);
}

.nex-plan-row > * {
    min-width: 0;
    padding: 20px 22px;
}

.nex-plan-row > * + * {
    border-left: 1px solid var(--nex-line);
}

.nex-plan-row strong {
    color: var(--nex-ink);
    font-size: 14px;
    letter-spacing: -.015em;
}

.nex-plan-row span {
    color: var(--nex-muted);
    font-size: 14px;
    line-height: 1.6;
}

.nex-plan-row span:last-child {
    color: #353260;
    background: linear-gradient(120deg, rgba(95, 92, 230, .07), rgba(95, 92, 230, .025));
}

.nex-plan-head {
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(111, 141, 255, .28), transparent 32%),
        var(--nex-ink);
}

.nex-plan-head span {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nex-plan-head span:last-child {
    color: #fff;
    background: rgba(95, 92, 230, .2);
}

@media (max-width: 760px) {
    .nex-plan-table {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .nex-plan-head {
        display: none;
    }

    .nex-plan-row {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 14px;
        overflow: hidden;
        border: 1px solid var(--nex-line);
        border-radius: 16px;
        background: var(--nex-paper);
    }

    .nex-plan-row.nex-plan-head {
        display: none;
    }

    .nex-plan-row + .nex-plan-row {
        border-top: 1px solid var(--nex-line);
    }

    .nex-plan-row > * {
        position: relative;
        padding: 18px 18px 18px 84px;
        border-left: 0 !important;
    }

    .nex-plan-row strong {
        padding: 18px;
        color: #fff;
        background: var(--nex-ink);
    }

    .nex-plan-row span::before {
        position: absolute;
        top: 20px;
        left: 18px;
        color: var(--nex-primary);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .nex-plan-row span:nth-child(2)::before {
        content: "Free";
    }

    .nex-plan-row span:last-child::before {
        content: "Pro";
    }
}
