.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-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;
}
