.nv-account-hub {
  position: relative;
  z-index: 1200;
}

.nv-public-landing {
  --nv-landing-cyan: #5ed6ff;
  --nv-landing-blue: #338bff;
  --nv-landing-violet: #776bff;
  --nv-landing-ink: #020710;
  --nv-landing-panel: #071322;
  --nv-landing-line: rgba(118, 181, 224, .2);
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: grid;
  grid-template-rows: 76px minmax(0, 1fr);
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(26, 119, 174, .12), transparent 30%),
    radial-gradient(circle at 84% 42%, rgba(81, 67, 173, .11), transparent 28%),
    #020710;
  color: #edf7ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nv-public-landing * {
  box-sizing: border-box;
}

.nv-public-landing button,
.nv-public-landing a {
  font: inherit;
}

.nv-public-landing button:focus-visible,
.nv-public-landing a:focus-visible,
.nv-account-dialog button:focus-visible,
.nv-account-dialog input:focus-visible {
  outline: 2px solid rgba(95, 214, 255, .9);
  outline-offset: 3px;
}

.nv-public-landing.has-auth-modal > .nv-landing-header,
.nv-public-landing.has-auth-modal > .nv-landing-stage {
  filter: saturate(.7) brightness(.62);
}

.nv-landing-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 50px);
  min-height: 0;
  padding: 10px clamp(22px, 4vw, 68px);
  border-bottom: 1px solid rgba(129, 184, 222, .14);
  background: rgba(2, 8, 17, .94);
  box-shadow: 0 14px 45px rgba(0, 0, 0, .24);
  backdrop-filter: blur(20px);
}

.nv-landing-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f3f9ff;
  cursor: pointer;
  letter-spacing: .24em;
}

.nv-landing-logo > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(94, 214, 255, .45);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(27, 104, 146, .66), rgba(7, 25, 42, .96));
  color: #9ce7ff;
  box-shadow: inset 0 0 22px rgba(73, 184, 237, .12), 0 0 28px rgba(46, 148, 211, .12);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
}

.nv-landing-logo strong {
  font-size: 14px;
  font-weight: 900;
}

.nv-landing-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, auto));
  justify-content: center;
  gap: clamp(5px, .8vw, 13px);
}

.nv-landing-nav button {
  position: relative;
  min-height: 38px;
  padding: 8px clamp(9px, 1vw, 15px);
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #8ca5b9;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}

.nv-landing-nav button:hover {
  color: #d8f2ff;
  background: rgba(99, 183, 229, .06);
}

.nv-landing-nav button.active {
  border-color: rgba(82, 202, 255, .28);
  background: linear-gradient(135deg, rgba(31, 130, 183, .2), rgba(61, 70, 158, .16));
  color: #eaf9ff;
  box-shadow: inset 0 0 22px rgba(54, 175, 233, .08);
}

.nv-landing-nav button.active::after {
  position: absolute;
  right: 13px;
  bottom: 3px;
  left: 13px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--nv-landing-cyan), var(--nv-landing-violet));
  content: "";
}

.nv-landing-header-actions,
.nv-landing-hero-actions {
  display: flex;
  align-items: center;
  gap: 11px;
}

.nv-landing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid rgba(115, 182, 223, .25);
  border-radius: 10px;
  background: rgba(7, 18, 31, .72);
  color: #d9ebf7;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.nv-landing-button svg,
.nv-landing-next svg,
.nv-landing-page-footer button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.nv-landing-button:hover,
.nv-landing-next:hover,
.nv-landing-page-footer button:hover {
  transform: translateY(-1px);
}

.nv-landing-button.primary {
  border-color: rgba(97, 213, 255, .42);
  background: linear-gradient(115deg, rgba(57, 169, 213, .92), rgba(74, 77, 166, .92));
  color: white;
  box-shadow: 0 11px 28px rgba(32, 121, 180, .22), inset 0 1px rgba(255, 255, 255, .14);
}

.nv-landing-button.secondary:hover {
  border-color: rgba(103, 205, 255, .48);
  background: rgba(15, 40, 61, .72);
}

.nv-landing-button.large {
  min-width: 162px;
  min-height: 48px;
  padding: 12px 22px;
  font-size: 13px;
}

.nv-landing-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.nv-landing-page {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  animation: nvLandingPageIn .28s ease both;
}

@keyframes nvLandingPageIn {
  from { opacity: .35; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

.nv-landing-page-picture,
.nv-landing-page-picture img,
.nv-landing-card-picture,
.nv-landing-card-picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.nv-landing-page-picture img,
.nv-landing-card-picture img {
  object-fit: cover;
}

.nv-landing-home > .nv-landing-page-picture {
  position: absolute;
  inset: 0;
}

.nv-landing-home > .nv-landing-page-picture img {
  object-position: center 53%;
}

.nv-landing-page-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 5, 12, .96) 0%, rgba(2, 8, 17, .78) 37%, rgba(2, 8, 17, .3) 69%, rgba(2, 8, 17, .13) 100%),
    linear-gradient(180deg, rgba(1, 5, 12, .08), transparent 58%, rgba(1, 5, 12, .9) 100%);
}

.nv-landing-home-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(760px, 56vw);
  height: calc(100% - 122px);
  margin-left: clamp(32px, 6vw, 104px);
  padding-bottom: 18px;
}

.nv-landing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #74d9ff;
  font-size: clamp(13px, .72vw, 13px);
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1.45;
}

.nv-landing-eyebrow::before {
  width: 20px;
  height: 1px;
  background: #5ed6ff;
  content: "";
}

.nv-landing-home h1,
.nv-landing-page-intro h2,
.nv-landing-split-copy h2 {
  margin: 15px 0 0;
  color: #f5faff;
  font-size: clamp(38px, 4.7vw, 78px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
  text-shadow: 0 12px 38px rgba(0, 0, 0, .48);
}

.nv-landing-home-copy > p,
.nv-landing-page-intro > p,
.nv-landing-split-copy > p {
  max-width: 690px;
  margin: 20px 0 0;
  color: #abc0d0;
  font-size: clamp(13px, 1.12vw, 18px);
  line-height: 1.62;
}

.nv-landing-home .nv-landing-hero-actions {
  margin-top: 27px;
}

.nv-landing-home-rail {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 4vw, 68px);
  bottom: 24px;
  left: clamp(24px, 4vw, 68px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(116, 186, 224, .2);
  border-radius: 15px;
  background: rgba(3, 11, 22, .82);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.nv-landing-metric {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px clamp(14px, 1.6vw, 26px);
  border-right: 1px solid rgba(117, 179, 218, .13);
}

.nv-landing-metric:last-child {
  border-right: 0;
}

.nv-landing-metric strong {
  color: #edfaff;
  font-size: clamp(23px, 2.1vw, 35px);
  font-weight: 850;
  letter-spacing: -.04em;
}

.nv-landing-metric span {
  color: #879fb2;
  font-size: clamp(13px, .72vw, 13px);
  font-weight: 750;
  line-height: 1.35;
}

.nv-landing-next {
  position: absolute;
  z-index: 4;
  right: clamp(28px, 4vw, 72px);
  top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(95, 203, 255, .22);
  border-radius: 10px;
  background: rgba(3, 13, 24, .58);
  color: #a9dff3;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.nv-landing-overview {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) 48px;
  gap: clamp(16px, 2vh, 25px);
  padding: clamp(24px, 4vh, 50px) clamp(28px, 4vw, 70px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(49, 129, 185, .13), transparent 38%),
    linear-gradient(180deg, #04101d, #020710);
}

.nv-landing-page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  gap: 36px;
}

.nv-landing-page-intro .nv-landing-eyebrow {
  grid-column: 1 / -1;
}

.nv-landing-page-intro h2,
.nv-landing-split-copy h2 {
  margin-top: 0;
  font-size: clamp(32px, 3.6vw, 58px);
  line-height: 1.02;
}

.nv-landing-page-intro > p {
  margin: 0;
  font-size: clamp(13px, .95vw, 15px);
}

.nv-landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
  min-height: 0;
}

.nv-landing-feature-card {
  display: grid;
  grid-template-rows: minmax(0, 52%) minmax(0, 48%);
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(105, 177, 219, .18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(8, 25, 42, .92), rgba(4, 14, 26, .98));
  box-shadow: 0 20px 55px rgba(0, 0, 0, .18);
}

.nv-landing-card-picture {
  min-height: 0;
  overflow: hidden;
}

.nv-landing-feature-card > div {
  min-height: 0;
  padding: clamp(14px, 1.5vw, 24px);
}

.nv-landing-feature-card > div > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #69d4ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.nv-landing-feature-card > div > span svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.nv-landing-feature-card h3 {
  margin: 12px 0 0;
  color: #eef8ff;
  font-size: clamp(17px, 1.35vw, 23px);
  letter-spacing: -.025em;
  line-height: 1.12;
}

.nv-landing-feature-card p {
  margin: 10px 0 0;
  color: #8fa8ba;
  font-size: clamp(13px, .78vw, 13px);
  line-height: 1.52;
}

.nv-landing-page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 calc(clamp(28px, 4vw, 70px) * -1);
  padding: 0 clamp(28px, 4vw, 70px);
  border-top: 1px solid rgba(105, 177, 219, .14);
  background: rgba(3, 10, 20, .88);
  color: #738da1;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .05em;
}

.nv-landing-page-footer button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #8ddfff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.nv-landing-split {
  display: grid;
  grid-template-columns: minmax(0, 57%) minmax(390px, 43%);
  grid-template-rows: minmax(0, 1fr) 48px;
  background: #020710;
}

.nv-landing-split.reverse {
  grid-template-columns: minmax(390px, 43%) minmax(0, 57%);
}

.nv-landing-split-media {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.nv-landing-split-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 70%, #020710 100%);
  content: "";
  pointer-events: none;
}

.nv-landing-split.reverse .nv-landing-split-media {
  grid-column: 2;
}

.nv-landing-split.reverse .nv-landing-split-media::after {
  background: linear-gradient(270deg, transparent 70%, #020710 100%);
}

.nv-landing-split-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: clamp(28px, 4.5vw, 76px);
  background:
    radial-gradient(circle at 50% 20%, rgba(45, 132, 186, .1), transparent 42%),
    #020710;
}

.nv-landing-split.reverse .nv-landing-split-copy {
  grid-column: 1;
  grid-row: 1;
}

.nv-landing-split-copy > p {
  font-size: clamp(13px, .92vw, 15px);
}

.nv-landing-info-list {
  display: grid;
  gap: 10px;
  margin-top: clamp(20px, 3vh, 34px);
}

.nv-landing-info-list > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(108, 177, 219, .13);
}

.nv-landing-info-list b {
  color: #5ed6ff;
  font-size: 13px;
}

.nv-landing-info-list span {
  color: #839daf;
  font-size: clamp(13px, .76vw, 13px);
  line-height: 1.45;
}

.nv-landing-info-list strong {
  display: block;
  margin-bottom: 3px;
  color: #dcecf6;
  font-size: clamp(13px, .92vw, 15px);
}

.nv-landing-number-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(22px, 3.5vh, 40px);
}

.nv-landing-number-grid .nv-landing-metric {
  min-height: 76px;
  border: 1px solid rgba(108, 177, 219, .14);
  border-radius: 12px;
  background: rgba(7, 21, 36, .58);
}

.nv-landing-split-copy .nv-landing-hero-actions {
  margin-top: 24px;
}

.nv-landing-split > .nv-landing-page-footer {
  grid-column: 1 / -1;
  margin: 0;
}
.nv-account-launcher {
  position: fixed;
  top: 9px;
  right: 18px;
  z-index: 1201;
  display: flex;
  align-items: center;
  gap: 9px;
  box-sizing: border-box;
  min-height: 42px;
  height: 42px;
  padding: 6px 12px 6px 7px;
  border: 1px solid rgba(126, 157, 196, .28);
  border-radius: 12px;
  background: rgba(8, 16, 27, .9);
  color: #edf6ff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.nv-account-launcher:hover {
  transform: translateY(-1px);
  border-color: rgba(108, 205, 255, .62);
}

.nv-account-launcher.intro-mode {
  right: 154px;
}

.nv-account-launcher-icon {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: linear-gradient(145deg, #14344a, #0b1b2c);
  color: #8ce1ff;
  font-weight: 800;
}

.nv-account-launcher span:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.nv-account-launcher small {
  color: #829bb5;
  font-size: 13px;
  letter-spacing: .12em;
}

.nv-account-launcher strong {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.nv-account-overlay {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: auto;
  overscroll-behavior: contain;
  background: rgba(1, 5, 11, .76);
  backdrop-filter: blur(18px);
}

.nv-account-overlay[hidden] {
  display: none;
}

.nv-account-dialog {
  overflow: hidden;
  border: 1px solid rgba(118, 175, 215, .3);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(51, 145, 194, .1), transparent 34%),
    linear-gradient(180deg, #0d1827, #07111d);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .72), 0 0 60px rgba(39, 130, 190, .08);
  color: #e8f2fc;
}

.nv-account-dialog-auth {
  width: min(680px, calc(100vw - 36px));
  max-height: min(820px, calc(100dvh - 40px));
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
}

.nv-account-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(118, 172, 211, .14);
  background: rgba(5, 15, 26, .72);
}

.nv-account-modal-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nv-account-modal-brand > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(91, 210, 255, .38);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(25, 83, 116, .96), rgba(6, 23, 39, .96));
  color: #8fe3ff;
  font-size: 15px;
  font-weight: 900;
}

.nv-account-modal-brand div {
  display: grid;
  gap: 3px;
}

.nv-account-modal-brand strong {
  font-size: 13px;
  letter-spacing: .17em;
}

.nv-account-modal-brand small {
  color: #6f8ba2;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nv-account-modal-header > button,
.nv-account-dialog-profile > header button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(121, 170, 207, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  color: #cfe0ec;
  cursor: pointer;
  font-size: 22px;
}

.nv-account-auth-header {
  padding: 18px 24px 0;
}

.nv-account-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(118, 151, 188, .16);
  border-radius: 13px;
  background: rgba(2, 10, 18, .42);
}

.nv-account-tabs button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #839db5;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: color .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.nv-account-tabs button:hover {
  color: #d8eaf7;
}

.nv-account-tabs button.active {
  border-color: rgba(83, 199, 255, .38);
  background: linear-gradient(180deg, rgba(35, 126, 169, .28), rgba(24, 80, 112, .22));
  color: #f0fbff;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 8px 22px rgba(0, 0, 0, .18);
}

.nv-account-scroll {
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(94, 203, 255, .42) rgba(4, 12, 22, .25);
}

.nv-account-form {
  display: grid;
  gap: 23px;
  padding: 25px 24px 28px;
}

.nv-account-copy h2 {
  margin: 5px 0 9px;
  color: #f4f9fd;
  font-size: clamp(25px, 4vw, 34px);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.nv-account-copy p {
  max-width: 620px;
  margin: 0;
  color: #94aabd;
  line-height: 1.6;
}

.nv-account-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.nv-account-field {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}

.nv-account-field-full {
  grid-column: 1 / -1;
}

.nv-account-field > span,
.nv-account-form label > span {
  color: #aec3d5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nv-account-field small {
  color: #6f879d;
  font-size: 13px;
}

.nv-account-form input {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid rgba(116, 151, 189, .25);
  border-radius: 11px;
  background: rgba(4, 14, 25, .76);
  color: #eef8ff;
  outline: none;
  font: inherit;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.nv-account-form input:hover {
  border-color: rgba(116, 170, 207, .4);
}

.nv-account-form input:focus {
  border-color: rgba(78, 202, 255, .72);
  background: rgba(5, 17, 29, .96);
  box-shadow: 0 0 0 3px rgba(43, 168, 227, .11);
}

.nv-account-input-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.nv-account-input-action button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 132px;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(88, 190, 235, .31);
  border-radius: 11px;
  background: rgba(27, 99, 132, .16);
  color: #bdeaff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.nv-account-input-action button:hover {
  transform: translateY(-1px);
  border-color: rgba(88, 205, 255, .62);
  background: rgba(31, 123, 165, .24);
}

.nv-account-input-action svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.nv-account-submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
  align-items: center;
  gap: 18px;
  padding-top: 4px;
}

.nv-account-submit-row > span {
  color: #7890a5;
  font-size: 13px;
  line-height: 1.5;
}

.nv-account-submit-row > span strong {
  color: #a7c3d7;
}

.nv-account-submit-row .button-primary {
  min-height: 48px;
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: .01em;
  box-shadow: 0 12px 28px rgba(23, 115, 165, .2);
}

.nv-account-submit-row-login {
  grid-template-columns: minmax(0, 1fr) minmax(160px, 210px);
}

.nv-account-error {
  margin: 17px 24px 0;
  padding: 11px 13px;
  border: 1px solid rgba(255, 104, 104, .32);
  border-radius: 11px;
  background: rgba(137, 29, 29, .14);
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nv-account-error span {
  color: #ffc0c0;
  font-size: 13px;
}

.nv-account-dialog-profile {
  width: min(620px, calc(100vw - 34px));
  max-height: calc(100dvh - 44px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.nv-account-dialog-profile > header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(122, 156, 193, .16);
  background: #0d1827;
}

.nv-account-dialog-profile > header div {
  display: flex;
  flex-direction: column;
}

.nv-account-dialog-profile > header strong {
  font-size: 13px;
  letter-spacing: .14em;
}

.nv-account-dialog-profile > header small {
  margin-top: 3px;
  color: #8198ae;
}

.nv-account-details {
  display: grid;
  gap: 0;
  margin: 0;
  border: 1px solid rgba(120, 151, 184, .18);
  border-radius: 12px;
  overflow: hidden;
}

.nv-account-details div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(120, 151, 184, .12);
}

.nv-account-details div:last-child {
  border-bottom: 0;
}

.nv-account-details dt {
  color: #8198ae;
}

.nv-account-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.nv-account-success {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 11px 12px;
  border: 1px solid rgba(82, 182, 232, .2);
  border-radius: 10px;
  background: rgba(41, 132, 177, .11);
}

.nv-account-success span {
  color: #9eb5c9;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.nv-account-secondary {
  padding: 10px 13px;
  border: 1px solid rgba(119, 154, 190, .25);
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  color: #dceaf6;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .nv-landing-header {
    gap: 20px;
  }

  .nv-landing-nav {
    gap: 18px;
  }

  .nv-landing-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nv-landing-statbar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nv-landing-statbar > div:nth-child(3) {
    border-right: 0;
  }

  .nv-landing-statbar > div:nth-child(-n+3) {
    border-bottom: 1px solid rgba(117, 179, 218, .13);
  }
}

@media (max-width: 900px) {
  .nv-landing-header {
    grid-template-columns: auto 1fr;
    min-height: 68px;
    padding: 10px 18px;
  }

  .nv-landing-nav {
    display: none;
  }

  .nv-landing-header-actions {
    justify-content: flex-end;
  }

  .nv-landing-header-actions .nv-landing-button {
    min-height: 40px;
    padding: 9px 13px;
  }

  .nv-landing-hero {
    min-height: 760px;
  }

  .nv-landing-hero-shade {
    background:
      linear-gradient(90deg, rgba(1, 5, 12, .94) 0%, rgba(2, 8, 17, .72) 62%, rgba(2, 8, 17, .28) 100%),
      linear-gradient(180deg, rgba(1, 5, 12, .2), transparent 46%, rgba(2, 7, 14, .96) 100%);
  }

  .nv-landing-hero-content {
    width: min(680px, calc(100% - 38px));
    margin-left: 24px;
    padding-top: 100px;
  }

  .nv-landing-hero h1 {
    font-size: clamp(45px, 10vw, 68px);
  }

  .nv-landing-section {
    width: min(100% - 36px, 900px);
    padding: 92px 0;
  }

  .nv-landing-world {
    min-height: 720px;
  }

  .nv-landing-world-copy {
    width: min(650px, calc(100% - 48px));
    margin-left: 24px;
  }

  .nv-landing-deep-dive {
    grid-template-columns: 1fr;
  }

  .nv-landing-deep-copy {
    max-width: 720px;
  }

  .nv-landing-civilization-panel {
    aspect-ratio: 16 / 10;
  }

  .nv-landing-civilization-overlay {
    grid-template-columns: repeat(2, 1fr);
  }

  .nv-landing-civilization-overlay > div:nth-child(2) {
    border-right: 0;
  }

  .nv-landing-civilization-overlay > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(112, 180, 221, .14);
  }

  .nv-landing-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
  }

  .nv-account-launcher {
    top: auto;
    right: 12px;
    bottom: 54px;
    height: auto;
  }

  .nv-account-launcher.intro-mode {
    right: 12px;
  }
}

@media (max-width: 620px) {
  .nv-landing-header {
    grid-template-columns: auto auto;
  }

  .nv-landing-logo {
    gap: 9px;
  }

  .nv-landing-logo > span {
    width: 36px;
    height: 36px;
  }

  .nv-landing-logo strong {
    font-size: 13px;
  }

  .nv-landing-header-actions .secondary {
    display: none;
  }

  .nv-landing-header-actions .primary {
    min-width: 0;
    font-size: 13px;
  }

  .nv-landing-hero {
    min-height: 770px;
  }

  .nv-landing-hero-picture img {
    object-position: 64% center;
  }

  .nv-landing-hero-shade {
    background:
      linear-gradient(180deg, rgba(1, 5, 12, .42) 0%, rgba(2, 8, 17, .64) 34%, rgba(2, 7, 14, .97) 76%),
      linear-gradient(90deg, rgba(1, 5, 12, .56), transparent 100%);
  }

  .nv-landing-hero-content {
    align-self: end;
    width: calc(100% - 34px);
    margin: 0 17px;
    padding: 150px 0 98px;
  }

  .nv-landing-eyebrow {
    font-size: 13px;
    line-height: 1.5;
  }

  .nv-landing-hero h1 {
    margin-top: 13px;
    font-size: clamp(39px, 12vw, 55px);
  }

  .nv-landing-hero-content > p {
    font-size: 14px;
  }

  .nv-landing-hero-actions,
  .nv-landing-final-content > div {
    align-items: stretch;
    flex-direction: column;
  }

  .nv-landing-button.large {
    width: 100%;
  }

  .nv-landing-hero-pills span {
    flex: 1 1 100%;
  }

  .nv-landing-scroll-cue {
    display: none;
  }

  .nv-landing-statbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 24px);
    margin-top: -24px;
  }

  .nv-landing-statbar > div {
    padding: 20px 12px;
  }

  .nv-landing-statbar > div:nth-child(2n) {
    border-right: 0;
  }

  .nv-landing-statbar > div:nth-child(3) {
    border-right: 1px solid rgba(117, 179, 218, .13);
  }

  .nv-landing-statbar > div:nth-child(-n+4) {
    border-bottom: 1px solid rgba(117, 179, 218, .13);
  }

  .nv-landing-section {
    width: calc(100% - 26px);
    padding: 76px 0;
  }

  .nv-landing-section-heading {
    margin-bottom: 34px;
  }

  .nv-landing-section-heading h2,
  .nv-landing-world-copy h2,
  .nv-landing-deep-copy h2,
  .nv-landing-final-content h2 {
    font-size: 36px;
  }

  .nv-landing-section-heading p,
  .nv-landing-world-copy > p,
  .nv-landing-deep-copy > p,
  .nv-landing-final-content > p {
    font-size: 13px;
  }

  .nv-landing-feature-grid {
    grid-template-columns: 1fr;
  }

  .nv-landing-world {
    min-height: 800px;
    align-items: end;
  }

  .nv-landing-world-picture img {
    object-position: 62% center;
  }

  .nv-landing-world-shade {
    background: linear-gradient(180deg, rgba(2, 7, 14, .22) 0%, rgba(2, 7, 14, .74) 42%, rgba(2, 7, 14, .98) 75%);
  }

  .nv-landing-world-copy {
    width: calc(100% - 28px);
    margin: 0 14px;
    padding: 300px 0 52px;
  }

  .nv-landing-world-list > div {
    grid-template-columns: 35px 1fr;
  }

  .nv-landing-deep-copy dl {
    grid-template-columns: 1fr;
  }

  .nv-landing-civilization-panel {
    aspect-ratio: auto;
    min-height: 600px;
  }

  .nv-landing-civilization-picture img {
    object-position: 52% center;
  }

  .nv-landing-civilization-overlay {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .nv-landing-civilization-overlay > div {
    padding: 14px;
  }

  .nv-landing-final-cta {
    min-height: 650px;
  }

  .nv-landing-footer {
    padding: 25px 16px;
  }

  .nv-landing-footer p {
    line-height: 1.5;
  }

  .nv-account-overlay {
    padding: 7px;
  }

  .nv-account-dialog-auth {
    width: calc(100vw - 8px);
    max-height: calc(100dvh - 14px);
    border-radius: 16px;
  }

  .nv-account-modal-header {
    padding: 15px 16px;
  }

  .nv-account-auth-header {
    padding: 14px 16px 0;
  }

  .nv-account-form {
    gap: 18px;
    padding: 20px 16px 22px;
  }

  .nv-account-copy h2 {
    font-size: 27px;
  }

  .nv-account-form-grid {
    grid-template-columns: 1fr;
  }

  .nv-account-field-full {
    grid-column: auto;
  }

  .nv-account-input-action {
    grid-template-columns: 1fr;
  }

  .nv-account-input-action button {
    min-width: 0;
  }

  .nv-account-submit-row,
  .nv-account-submit-row-login {
    grid-template-columns: 1fr;
  }

  .nv-account-submit-row > span {
    order: 2;
    text-align: center;
  }

  .nv-account-error {
    margin: 14px 16px 0;
  }

  .nv-account-details div {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nv-public-landing {
    scroll-behavior: auto;
  }

  .nv-landing-scroll-cue i {
    animation: none;
  }

  .nv-landing-feature-card,
  .nv-landing-card-picture img,
  .nv-landing-button {
    transition: none;
  }
}

.nv-account-launcher:focus-visible {
  outline: none;
  border-color: rgba(94, 203, 255, .72);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .28), 0 0 0 2px rgba(94, 203, 255, .22);
}


/* Public landing: tabbed, viewport-bound pages. These rules intentionally come last. */
@media (max-width: 1180px) {
  .nv-public-landing { grid-template-rows: 72px minmax(0, 1fr); }
  .nv-landing-header { gap: 15px; padding-inline: 22px; }
  .nv-landing-logo strong { display: none; }
  .nv-landing-nav { gap: 3px; }
  .nv-landing-nav button { padding-inline: 9px; font-size: 13px; }
  .nv-landing-header-actions .nv-landing-button { padding-inline: 12px; }
  .nv-landing-page-intro { grid-template-columns: 1.2fr .8fr; gap: 22px; }
  .nv-landing-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .nv-landing-feature-card { grid-template-columns: 38% 62%; grid-template-rows: 1fr; }
  .nv-landing-feature-card > div { padding: 15px; }
  .nv-landing-feature-card h3 { margin-top: 8px; }
  .nv-landing-feature-card p { margin-top: 7px; }
  .nv-landing-split { grid-template-columns: 52% 48%; }
  .nv-landing-split.reverse { grid-template-columns: 48% 52%; }
}

@media (max-width: 820px) {
  .nv-public-landing { grid-template-rows: 108px minmax(0, 1fr); }
  .nv-landing-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 55px 43px;
    gap: 0 10px;
    padding: 5px 12px;
  }
  .nv-landing-logo > span { width: 38px; height: 38px; }
  .nv-landing-header-actions { justify-content: flex-end; }
  .nv-landing-header-actions .nv-landing-button { min-height: 37px; padding: 8px 11px; font-size: 13px; }
  .nv-landing-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100%;
  }
  .nv-landing-nav button { min-height: 35px; padding: 6px 2px; font-size: 13px; }
  .nv-landing-home-copy { width: min(680px, calc(100% - 42px)); height: calc(100% - 112px); margin-left: 24px; }
  .nv-landing-home h1 { font-size: clamp(37px, 8.2vw, 64px); }
  .nv-landing-home-rail { right: 12px; bottom: 12px; left: 12px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .nv-landing-home-rail .nv-landing-metric { flex-direction: column; justify-content: center; gap: 2px; padding: 10px 5px; text-align: center; }
  .nv-landing-home-rail .nv-landing-metric strong { font-size: 21px; }
  .nv-landing-home-rail .nv-landing-metric span { font-size: 13px; }
  .nv-landing-next { display: none; }
  .nv-landing-overview { padding: 18px 14px 0; gap: 12px; }
  .nv-landing-page-intro { display: block; }
  .nv-landing-page-intro > p { margin-top: 8px; }
  .nv-landing-page-intro h2 { font-size: clamp(28px, 5.5vw, 43px); }
  .nv-landing-feature-grid { gap: 9px; }
  .nv-landing-feature-card { grid-template-columns: 34% 66%; }
  .nv-landing-feature-card > div > span { font-size: 13px; letter-spacing: .08em; }
  .nv-landing-feature-card h3 { font-size: 15px; }
  .nv-landing-feature-card p { font-size: 13px; line-height: 1.35; }
  .nv-landing-split,
  .nv-landing-split.reverse { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) 45px; }
  .nv-landing-split-media,
  .nv-landing-split.reverse .nv-landing-split-media { position: absolute; inset: 0 0 45px; grid-column: 1; opacity: .52; }
  .nv-landing-split-media::after,
  .nv-landing-split.reverse .nv-landing-split-media::after { background: linear-gradient(90deg, rgba(2,7,16,.98) 0%, rgba(2,7,16,.88) 52%, rgba(2,7,16,.35) 100%); }
  .nv-landing-split-copy,
  .nv-landing-split.reverse .nv-landing-split-copy { grid-column: 1; grid-row: 1; width: min(610px, 72%); padding: 28px 30px; background: transparent; }
  .nv-landing-split-copy h2 { font-size: clamp(30px, 6vw, 48px); }
  .nv-landing-split-copy > p { font-size: 13px; }
  .nv-landing-info-list > div { padding: 9px 0; }
  .nv-landing-number-grid { margin-top: 18px; }
  .nv-landing-number-grid .nv-landing-metric { min-height: 62px; padding: 10px; }
}

@media (max-width: 560px) {
  .nv-public-landing { grid-template-rows: 104px minmax(0, 1fr); }
  .nv-landing-header-actions .secondary { display: none; }
  .nv-landing-nav button { font-size: 13px; }
  .nv-landing-home > .nv-landing-page-picture img { object-position: 62% center; }
  .nv-landing-page-shade { background: linear-gradient(180deg, rgba(1,5,12,.35), rgba(2,8,17,.79) 45%, rgba(1,5,12,.97) 100%); }
  .nv-landing-home-copy { justify-content: flex-end; width: calc(100% - 28px); height: calc(100% - 104px); margin: 0 14px; padding-bottom: 26px; }
  .nv-landing-home h1 { font-size: clamp(34px, 10.5vw, 48px); }
  .nv-landing-home-copy > p { margin-top: 13px; font-size: 13px; line-height: 1.45; }
  .nv-landing-home .nv-landing-hero-actions { margin-top: 16px; }
  .nv-landing-button.large { min-width: 0; min-height: 42px; padding: 9px 13px; font-size: 13px; }
  .nv-landing-home-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nv-landing-home-rail .nv-landing-metric:nth-child(n+4) { display: none; }
  .nv-landing-overview { padding: 12px 9px 0; }
  .nv-landing-page-intro .nv-landing-eyebrow { display: none; }
  .nv-landing-page-intro h2 { font-size: 26px; }
  .nv-landing-page-intro > p { font-size: 13px; line-height: 1.35; }
  .nv-landing-feature-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, minmax(0, 1fr)); }
  .nv-landing-feature-card { grid-template-columns: 31% 69%; }
  .nv-landing-feature-card > div { padding: 9px; }
  .nv-landing-feature-card > div > span svg { display: none; }
  .nv-landing-feature-card h3 { margin-top: 4px; font-size: 13px; }
  .nv-landing-feature-card p { margin-top: 4px; font-size: 13px; }
  .nv-landing-page-footer { padding-inline: 12px; font-size: 13px; }
  .nv-landing-page-footer button { font-size: 13px; }
  .nv-landing-split-copy,
  .nv-landing-split.reverse .nv-landing-split-copy { width: 100%; padding: 24px 18px; }
  .nv-landing-split-copy h2 { font-size: 31px; }
  .nv-landing-split-copy > p { max-width: 94%; font-size: 13px; line-height: 1.42; }
  .nv-landing-info-list { gap: 3px; margin-top: 12px; }
  .nv-landing-info-list > div { grid-template-columns: 27px 1fr; gap: 8px; padding: 6px 0; }
  .nv-landing-info-list span { font-size: 13px; }
  .nv-landing-info-list strong { font-size: 13px; }
  .nv-landing-number-grid { gap: 6px; margin-top: 14px; }
  .nv-landing-number-grid .nv-landing-metric { min-height: 54px; gap: 7px; padding: 7px; }
  .nv-landing-number-grid .nv-landing-metric strong { font-size: 20px; }
  .nv-landing-number-grid .nv-landing-metric span { font-size: 13px; }
}

@media (max-height: 760px) and (min-width: 821px) {
  .nv-public-landing { grid-template-rows: 66px minmax(0, 1fr); }
  .nv-landing-home-copy { height: calc(100% - 96px); }
  .nv-landing-home h1 { font-size: clamp(37px, 4.2vw, 62px); }
  .nv-landing-home-copy > p { margin-top: 13px; font-size: 13px; }
  .nv-landing-home .nv-landing-hero-actions { margin-top: 17px; }
  .nv-landing-home-rail { bottom: 12px; }
  .nv-landing-home-rail .nv-landing-metric { padding-block: 10px; }
  .nv-landing-overview { padding-top: 20px; gap: 10px; }
  .nv-landing-page-intro .nv-landing-eyebrow { display: none; }
  .nv-landing-page-intro h2 { font-size: 34px; }
  .nv-landing-feature-card p { line-height: 1.35; }
  .nv-landing-split-copy { padding-block: 22px; }
  .nv-landing-split-copy h2 { font-size: 36px; }
  .nv-landing-info-list { margin-top: 13px; }
  .nv-landing-info-list > div { padding: 7px 0; }
  .nv-landing-number-grid { margin-top: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .nv-landing-page,
  .nv-landing-button,
  .nv-landing-next,
  .nv-landing-page-footer button { animation: none; transition: none; }
}

/* v0.30.0 cinematic welcome experience: final public-site visual pass. */
.nv-public-landing {
  --nv-welcome-accent: #73dcff;
  --nv-welcome-accent-2: #7a6cff;
  background: #01060d;
}

.nv-landing-header {
  background: linear-gradient(180deg, rgba(2, 8, 17, .98), rgba(2, 8, 17, .91));
  border-bottom-color: rgba(121, 196, 236, .16);
}

.nv-landing-logo > span {
  position: relative;
  overflow: hidden;
  border-color: rgba(101, 220, 255, .56);
  background: linear-gradient(145deg, rgba(18, 100, 145, .8), rgba(5, 18, 32, .98));
  box-shadow: inset 0 0 26px rgba(82, 202, 255, .18), 0 0 34px rgba(31, 144, 211, .17);
}

.nv-landing-logo > span::after {
  position: absolute;
  inset: -40% -80%;
  background: linear-gradient(110deg, transparent 38%, rgba(255,255,255,.32) 50%, transparent 62%);
  transform: translateX(-65%);
  animation: nvLogoSweep 7s ease-in-out infinite;
  content: "";
}

@keyframes nvLogoSweep {
  0%, 70%, 100% { transform: translateX(-65%); opacity: 0; }
  78% { opacity: 1; }
  92% { transform: translateX(65%); opacity: 0; }
}

.nv-landing-nav button {
  border-radius: 8px;
  color: #91a8ba;
}

.nv-landing-nav button.active {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #f4fbff;
}

.nv-landing-nav button.active::after {
  right: 22%;
  bottom: 1px;
  left: 22%;
  height: 2px;
  box-shadow: 0 0 14px rgba(82, 213, 255, .75);
}

.nv-landing-button {
  border-radius: 11px;
}

.nv-landing-button.primary {
  position: relative;
  overflow: hidden;
  border-color: rgba(111, 224, 255, .55);
  background: linear-gradient(112deg, #168fd0 0%, #386dcf 50%, #765bd5 100%);
  box-shadow: 0 14px 38px rgba(28, 124, 204, .28), inset 0 1px rgba(255, 255, 255, .2);
}

.nv-landing-button.primary::after {
  position: absolute;
  inset: -80% -35%;
  background: linear-gradient(105deg, transparent 44%, rgba(255,255,255,.2) 50%, transparent 56%);
  transform: translateX(-55%);
  transition: transform .45s ease;
  content: "";
}

.nv-landing-button.primary:hover::after { transform: translateX(55%); }

.nv-landing-button.large {
  min-width: 188px;
  min-height: 52px;
  padding: 13px 25px;
  font-size: 13px;
  letter-spacing: .02em;
}

.nv-landing-home-cinematic > .nv-landing-page-picture img {
  object-position: 52% center;
  transform: scale(1.015);
  animation: nvCinematicDrift 18s ease-in-out infinite alternate;
}

@keyframes nvCinematicDrift {
  from { transform: scale(1.015) translate3d(0, 0, 0); }
  to { transform: scale(1.055) translate3d(-.6%, -.35%, 0); }
}

.nv-landing-home-cinematic::before,
.nv-landing-story::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  content: "";
}

.nv-landing-home-cinematic::before {
  background:
    radial-gradient(circle at 72% 38%, rgba(80, 192, 255, .12), transparent 28%),
    linear-gradient(115deg, rgba(1, 5, 11, .99) 0%, rgba(2, 8, 17, .93) 28%, rgba(2, 8, 17, .52) 50%, rgba(1, 5, 11, .1) 76%);
}

.nv-landing-home-cinematic .nv-landing-page-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(1, 5, 11, .08) 0%, transparent 50%, rgba(1, 5, 11, .88) 100%),
    radial-gradient(ellipse at 50% 120%, rgba(4, 20, 38, .9), transparent 58%);
}

.nv-landing-home-cinematic .nv-landing-home-copy {
  z-index: 4;
  justify-content: center;
  width: min(770px, 50vw);
  height: calc(100% - 86px);
  margin-left: clamp(34px, 5.8vw, 104px);
  padding: 0 0 36px;
}

.nv-landing-home-cinematic .nv-landing-eyebrow {
  color: #80e4ff;
  text-shadow: 0 0 18px rgba(78, 211, 255, .28);
}

.nv-landing-home-cinematic h1 {
  max-width: 790px;
  margin-top: 18px;
  font-size: clamp(45px, 5.15vw, 86px);
  line-height: .96;
  letter-spacing: -.06em;
}

.nv-landing-home-cinematic h1 span {
  display: block;
  margin-top: .08em;
  background: linear-gradient(98deg, #f7fbff 0%, #b8e8ff 48%, #9ea6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nv-landing-home-cinematic .nv-landing-home-copy > p:not(.nv-landing-manifesto) {
  max-width: 690px;
  margin-top: 24px;
  color: #b0c3d1;
  font-size: clamp(13px, 1.08vw, 18px);
  line-height: 1.65;
}

.nv-landing-manifesto {
  max-width: 690px;
  margin: 23px 0 0;
  padding-left: 17px;
  border-left: 2px solid rgba(91, 216, 255, .82);
  color: #d8edf7;
  font-size: clamp(13px, .8vw, 13px);
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.55;
  text-transform: uppercase;
}

.nv-landing-home-cinematic .nv-landing-hero-actions {
  margin-top: 29px;
}

.nv-landing-home-promise {
  position: absolute;
  z-index: 5;
  right: clamp(26px, 4vw, 68px);
  bottom: 18px;
  left: clamp(26px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
  padding: 0 18px 0 20px;
  border-top: 1px solid rgba(113, 203, 241, .25);
  border-bottom: 1px solid rgba(113, 203, 241, .1);
  background: linear-gradient(90deg, rgba(4, 14, 26, .86), rgba(5, 18, 34, .48), rgba(4, 14, 26, .8));
  box-shadow: 0 15px 45px rgba(0,0,0,.28);
  backdrop-filter: blur(13px);
}

.nv-landing-home-promise span {
  color: #a9bfce;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nv-landing-home-promise button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #8be4ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

.nv-landing-home-promise svg { width: 18px; height: 18px; fill: currentColor; }

/* Story pages replace technical metric grids with cinematic narrative surfaces. */
.nv-landing-story > .nv-landing-page-picture {
  position: absolute;
  inset: 0 0 48px;
}

.nv-landing-story > .nv-landing-page-picture img {
  object-position: center;
  transform: scale(1.01);
}

.nv-landing-story-shade {
  position: absolute;
  z-index: 1;
  inset: 0 0 48px;
  background:
    linear-gradient(90deg, rgba(1, 5, 12, .97) 0%, rgba(2, 8, 17, .82) 36%, rgba(2, 8, 17, .2) 67%, rgba(1, 5, 12, .12) 100%),
    linear-gradient(180deg, rgba(1,5,12,.14), transparent 58%, rgba(1,5,12,.82));
}

.nv-landing-universe .nv-landing-story-shade,
.nv-landing-technology .nv-landing-story-shade {
  background:
    linear-gradient(270deg, rgba(1, 5, 12, .98) 0%, rgba(2, 8, 17, .86) 38%, rgba(2, 8, 17, .23) 68%, rgba(1, 5, 12, .12) 100%),
    linear-gradient(180deg, rgba(1,5,12,.1), transparent 55%, rgba(1,5,12,.86));
}

.nv-landing-story-head {
  position: absolute;
  z-index: 4;
  top: clamp(44px, 8vh, 88px);
  left: clamp(34px, 6vw, 108px);
  width: min(700px, 46vw);
}

.nv-landing-story-head.align-right {
  right: clamp(34px, 6vw, 108px);
  left: auto;
}

.nv-landing-story-head h2 {
  margin: 16px 0 0;
  color: #f4f9ff;
  font-size: clamp(39px, 4.35vw, 72px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
  text-shadow: 0 14px 40px rgba(0,0,0,.52);
}

.nv-landing-story-head > p {
  max-width: 650px;
  margin: 22px 0 0;
  color: #adc0cf;
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.62;
}

.nv-landing-pillar-grid {
  position: absolute;
  z-index: 5;
  right: clamp(30px, 4.5vw, 78px);
  bottom: 77px;
  left: clamp(30px, 4.5vw, 78px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(105, 205, 246, .28);
  border-bottom: 1px solid rgba(105, 205, 246, .12);
  background: linear-gradient(90deg, rgba(3, 12, 24, .9), rgba(4, 17, 31, .62), rgba(3, 12, 24, .9));
  backdrop-filter: blur(16px);
}

.nv-landing-pillar-grid article {
  min-width: 0;
  padding: clamp(18px, 2vw, 31px);
  border-right: 1px solid rgba(114, 191, 230, .14);
}

.nv-landing-pillar-grid article:last-child { border-right: 0; }
.nv-landing-pillar-grid b { color: #68d9ff; font-size: 13px; letter-spacing: .16em; }
.nv-landing-pillar-grid h3 { margin: 10px 0 0; color: #eff9ff; font-size: clamp(18px, 1.45vw, 26px); letter-spacing: -.025em; }
.nv-landing-pillar-grid p { margin: 9px 0 0; color: #92aaba; font-size: clamp(13px, .78vw, 13px); line-height: 1.48; }

.nv-landing-chapter-list {
  position: absolute;
  z-index: 5;
  bottom: clamp(80px, 10vh, 112px);
  left: clamp(34px, 6vw, 108px);
  display: grid;
  width: min(650px, 43vw);
}

.nv-landing-chapter-list.align-right {
  right: clamp(34px, 6vw, 108px);
  left: auto;
}

.nv-landing-chapter-list > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  padding: 12px 0;
  border-top: 1px solid rgba(113, 194, 234, .18);
}

.nv-landing-chapter-list b {
  color: #67d9ff;
  font-size: 13px;
  letter-spacing: .14em;
}

.nv-landing-chapter-list span {
  color: #8fa6b6;
  font-size: clamp(13px, .74vw, 13px);
  line-height: 1.44;
}

.nv-landing-chapter-list strong {
  display: block;
  margin-bottom: 2px;
  color: #e5f3fb;
  font-size: clamp(13px, .95vw, 16px);
}

.nv-landing-chapter-list.compact { width: min(570px, 40vw); }

.nv-landing-verbs {
  position: absolute;
  z-index: 5;
  bottom: clamp(84px, 12vh, 132px);
  left: clamp(34px, 6vw, 108px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 30px);
  max-width: 760px;
}

.nv-landing-verbs.align-right {
  right: clamp(34px, 6vw, 108px);
  left: auto;
  justify-content: flex-end;
}

.nv-landing-verbs span {
  color: rgba(229, 245, 255, .91);
  font-size: clamp(22px, 2.5vw, 42px);
  font-weight: 820;
  letter-spacing: -.035em;
  text-shadow: 0 10px 30px rgba(0,0,0,.55);
}

.nv-landing-story .nv-landing-hero-actions { margin-top: 28px; }

.nv-landing-story .nv-landing-page-footer {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48px;
  margin: 0;
  border-top-color: rgba(100, 183, 226, .16);
  background: rgba(2, 8, 17, .96);
}

@media (max-width: 1180px) {
  .nv-landing-home-cinematic .nv-landing-home-copy { width: min(690px, 58vw); margin-left: 42px; }
  .nv-landing-home-cinematic h1 { font-size: clamp(42px, 5.7vw, 70px); }
  .nv-landing-story-head { left: 44px; width: min(640px, 52vw); }
  .nv-landing-story-head.align-right { right: 44px; left: auto; }
  .nv-landing-chapter-list { left: 44px; width: min(620px, 49vw); }
  .nv-landing-chapter-list.align-right { right: 44px; left: auto; }
  .nv-landing-verbs { left: 44px; }
  .nv-landing-verbs.align-right { right: 44px; left: auto; }
}

@media (max-width: 820px) {
  .nv-landing-home-cinematic > .nv-landing-page-picture img { object-position: 62% center; }
  .nv-landing-home-cinematic::before {
    background: linear-gradient(180deg, rgba(1,5,11,.2) 0%, rgba(1,5,11,.64) 35%, rgba(1,5,11,.98) 78%);
  }
  .nv-landing-home-cinematic .nv-landing-home-copy {
    justify-content: flex-end;
    width: calc(100% - 44px);
    height: calc(100% - 70px);
    margin: 0 22px;
    padding-bottom: 90px;
  }
  .nv-landing-home-cinematic h1 { max-width: 690px; font-size: clamp(38px, 8.2vw, 62px); }
  .nv-landing-home-cinematic .nv-landing-home-copy > p:not(.nv-landing-manifesto) { max-width: 640px; font-size: 13px; line-height: 1.5; }
  .nv-landing-manifesto { display: none; }
  .nv-landing-home-promise { right: 12px; bottom: 10px; left: 12px; min-height: 48px; }
  .nv-landing-home-promise span { max-width: 62%; font-size: 13px; }
  .nv-landing-story-head,
  .nv-landing-story-head.align-right {
    top: 28px;
    right: 24px;
    left: 24px;
    width: auto;
  }
  .nv-landing-story-head h2 { font-size: clamp(34px, 7.4vw, 54px); }
  .nv-landing-story-head > p { max-width: 620px; font-size: 13px; }
  .nv-landing-story-shade,
  .nv-landing-universe .nv-landing-story-shade,
  .nv-landing-technology .nv-landing-story-shade {
    background: linear-gradient(180deg, rgba(1,5,11,.22), rgba(1,5,11,.78) 42%, rgba(1,5,11,.97) 100%);
  }
  .nv-landing-pillar-grid {
    right: 14px;
    bottom: 61px;
    left: 14px;
  }
  .nv-landing-pillar-grid article { padding: 13px; }
  .nv-landing-pillar-grid h3 { font-size: 14px; }
  .nv-landing-pillar-grid p { font-size: 13px; }
  .nv-landing-chapter-list,
  .nv-landing-chapter-list.align-right,
  .nv-landing-chapter-list.compact {
    right: 24px;
    bottom: 69px;
    left: 24px;
    width: auto;
  }
  .nv-landing-chapter-list > div { padding: 8px 0; }
  .nv-landing-verbs,
  .nv-landing-verbs.align-right {
    right: 24px;
    bottom: 77px;
    left: 24px;
    justify-content: flex-start;
  }
  .nv-landing-verbs span { font-size: clamp(19px, 5vw, 32px); }
}

@media (max-width: 560px) {
  .nv-landing-home-cinematic .nv-landing-eyebrow { font-size: 13px; letter-spacing: .13em; }
  .nv-landing-home-cinematic .nv-landing-home-copy { width: calc(100% - 28px); height: 100%; margin: 0 14px; padding-bottom: 68px; }
  .nv-landing-home-cinematic h1 { margin-top: 10px; font-size: clamp(32px, 9.7vw, 45px); line-height: 1; }
  .nv-landing-home-cinematic .nv-landing-home-copy > p:not(.nv-landing-manifesto) { margin-top: 12px; font-size: 13px; line-height: 1.42; }
  .nv-landing-home-cinematic .nv-landing-hero-actions { margin-top: 14px; }
  .nv-landing-home-cinematic .nv-landing-hero-actions .nv-landing-button { min-height: 40px; padding: 8px 12px; font-size: 13px; }
  .nv-landing-home-promise { min-height: 42px; padding-inline: 12px; }
  .nv-landing-home-promise span { max-width: 56%; font-size: 13px; }
  .nv-landing-home-promise button { font-size: 13px; }
  .nv-landing-story-head,
  .nv-landing-story-head.align-right { top: 18px; right: 16px; left: 16px; }
  .nv-landing-story-head .nv-landing-eyebrow { font-size: 13px; }
  .nv-landing-story-head h2 { margin-top: 8px; font-size: clamp(28px, 9vw, 40px); }
  .nv-landing-story-head > p { margin-top: 10px; font-size: 13px; line-height: 1.4; }
  .nv-landing-pillar-grid { grid-template-columns: 1fr; right: 10px; bottom: 53px; left: 10px; }
  .nv-landing-pillar-grid article { padding: 8px 11px; border-right: 0; border-bottom: 1px solid rgba(114,191,230,.12); }
  .nv-landing-pillar-grid article:last-child { border-bottom: 0; }
  .nv-landing-pillar-grid b { float: left; margin-right: 9px; font-size: 13px; }
  .nv-landing-pillar-grid h3 { margin: 0; font-size: 13px; }
  .nv-landing-pillar-grid p { margin-top: 2px; font-size: 13px; line-height: 1.3; }
  .nv-landing-chapter-list,
  .nv-landing-chapter-list.align-right,
  .nv-landing-chapter-list.compact { right: 16px; bottom: 56px; left: 16px; }
  .nv-landing-chapter-list > div { grid-template-columns: 28px 1fr; gap: 8px; padding: 5px 0; }
  .nv-landing-chapter-list strong { font-size: 13px; }
  .nv-landing-chapter-list span { font-size: 13px; }
  .nv-landing-verbs,
  .nv-landing-verbs.align-right { right: 16px; bottom: 65px; left: 16px; gap: 8px; }
  .nv-landing-verbs span { font-size: 19px; }
  .nv-landing-story .nv-landing-page-footer { height: 43px; }
}

@media (max-height: 760px) and (min-width: 821px) {
  .nv-landing-home-cinematic .nv-landing-home-copy { height: calc(100% - 66px); padding-bottom: 42px; }
  .nv-landing-home-cinematic h1 { font-size: clamp(40px, 4.45vw, 65px); }
  .nv-landing-home-cinematic .nv-landing-home-copy > p:not(.nv-landing-manifesto) { margin-top: 15px; font-size: 13px; line-height: 1.48; }
  .nv-landing-manifesto { margin-top: 14px; font-size: 13px; }
  .nv-landing-home-cinematic .nv-landing-hero-actions { margin-top: 17px; }
  .nv-landing-home-promise { bottom: 8px; min-height: 44px; }
  .nv-landing-story-head { top: 28px; }
  .nv-landing-story-head h2 { font-size: clamp(34px, 3.7vw, 55px); }
  .nv-landing-story-head > p { margin-top: 14px; font-size: 13px; }
  .nv-landing-pillar-grid { bottom: 62px; }
  .nv-landing-pillar-grid article { padding-block: 14px; }
  .nv-landing-chapter-list { bottom: 60px; }
  .nv-landing-chapter-list > div { padding: 7px 0; }
  .nv-landing-verbs { bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .nv-landing-home-cinematic > .nv-landing-page-picture img,
  .nv-landing-logo > span::after { animation: none; }
}
