:root {
  --ns-ink: #17152e;
  --ns-ink-soft: #58576b;
  --ns-paper: #f7f5ff;
  --ns-cream: #fffdf9;
  --ns-white: #ffffff;
  --ns-primary: #6347dc;
  --ns-primary-deep: #47309f;
  --ns-primary-soft: #eee9ff;
  --ns-saffron: #e7a722;
  --ns-coral: #ee5e6e;
  --ns-jade: #1e9a8a;
  --ns-violet: #7758e8;
  --ns-blue: #3478e5;
  --ns-line: #ded9e9;
  --ns-radius: 24px;
  --ns-shadow: 0 24px 70px rgba(25, 78, 154, 0.17);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ns-ink);
  background: var(--ns-paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.ns-modal-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.ns-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ns-nav {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(67, 48, 159, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.ns-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  min-height: 68px;
  margin: 0 auto;
}

.ns-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ns-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.ns-brand img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.ns-brand span span {
  color: var(--ns-coral);
}

.ns-nav__trust {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 700;
}

.ns-nav__trust > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #555360;
}

.ns-nav__trust svg {
  width: 17px;
  color: var(--ns-violet);
}

.ns-nav__trust a {
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--ns-white);
  background: linear-gradient(135deg, var(--ns-blue), var(--ns-primary));
  box-shadow: 0 7px 18px rgba(52, 120, 229, 0.2);
  text-decoration: none;
}

.ns-hero {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding: 58px 0 54px;
  background:
    radial-gradient(circle at 4% 8%, rgba(37, 99, 235, 0.22), transparent 23rem),
    radial-gradient(circle at 25% 38%, rgba(79, 70, 229, 0.15), transparent 27rem),
    radial-gradient(circle at 92% 18%, rgba(14, 165, 233, 0.2), transparent 24rem),
    radial-gradient(circle at 82% 92%, rgba(45, 212, 191, 0.11), transparent 23rem),
    linear-gradient(145deg, #e5efff 0%, #edf2ff 36%, #eaf7ff 70%, #e9f4ff 100%);
}

.ns-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(
    90deg,
    var(--ns-blue),
    var(--ns-violet),
    #1598d6,
    var(--ns-saffron),
    var(--ns-jade)
  );
  content: "";
}

.ns-hero::after {
  display: none;
}

.ns-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.82fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.ns-mobile-intro {
  display: none;
}

.ns-story {
  min-width: 0;
}

.ns-eyebrow,
.ns-section-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--ns-primary-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ns-eyebrow span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--ns-white);
  background: var(--ns-blue);
  font-size: 11px;
}

.ns-story h1 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.ns-story h1 em {
  position: relative;
  color: var(--ns-blue);
  font-style: normal;
}

.ns-story h1 em::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 5px;
  border-radius: 99px;
  background: var(--ns-saffron);
  content: "";
  transform: rotate(-1.5deg);
}

.ns-lede {
  max-width: 660px;
  margin: 25px 0 24px;
  color: var(--ns-ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.ns-method-line {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 27px;
  font-size: 12px;
  font-weight: 700;
}

.ns-method-line span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ns-method-line b {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(23, 24, 39, 0.15);
  border-radius: 7px;
  color: var(--ns-white);
  background: var(--ns-ink);
  font-size: 10px;
}

.ns-method-line span:nth-of-type(2) b {
  background: var(--ns-violet);
}

.ns-method-line span:nth-of-type(3) b {
  background: var(--ns-jade);
}

.ns-method-line i {
  color: #aaa192;
  font-style: normal;
}

.ns-timing-map {
  overflow: hidden;
  max-width: 690px;
  border: 1px solid rgba(23, 24, 39, 0.14);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(71, 48, 159, 0.08);
}

.ns-timing-map__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--ns-line);
}

.ns-timing-map__head div {
  display: flex;
  flex-direction: column;
}

.ns-map-kicker,
.ns-map-note {
  color: #8b8173;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ns-timing-map__head strong {
  margin-top: 3px;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.ns-map-note {
  flex: 0 0 auto;
  margin-top: 3px;
}

.ns-timing-categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 16px 20px 18px;
}

.ns-timing-categories span {
  display: grid;
  min-height: 38px;
  place-items: center;
  padding: 7px 5px;
  border: 1px solid rgba(119, 88, 232, 0.18);
  border-radius: 8px;
  background: rgba(119, 88, 232, 0.08);
  color: var(--ns-ink);
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}

.ns-year-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 12px 20px 7px;
  color: #867d70;
  font-size: 9px;
  font-weight: 800;
}

.ns-year-rail span:not(:first-child) {
  text-align: center;
}

.ns-year-rail span:last-child {
  text-align: right;
}

.ns-event-rail {
  position: relative;
  height: 86px;
  margin: 0 20px;
  border-top: 2px solid var(--ns-ink);
  background-image: linear-gradient(90deg, rgba(23, 24, 39, 0.08) 1px, transparent 1px);
  background-size: 25% 100%;
}

.ns-event-dot {
  position: absolute;
  top: -7px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--ns-cream);
  border-radius: 50%;
  box-shadow: 0 0 0 2px currentColor;
}

.ns-event-dot--one {
  left: 18%;
  color: var(--ns-blue);
  background: var(--ns-blue);
}

.ns-event-dot--two {
  left: 50%;
  color: var(--ns-violet);
  background: var(--ns-violet);
}

.ns-event-dot--three {
  left: 79%;
  color: var(--ns-jade);
  background: var(--ns-jade);
}

.ns-event-tag {
  position: absolute;
  padding: 5px 8px;
  border-radius: 6px;
  color: var(--ns-white);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.ns-event-tag--career {
  top: 12px;
  left: 18%;
  background: var(--ns-blue);
  transform: translateX(-25%);
}

.ns-event-tag--finance {
  top: 45px;
  left: 50%;
  background: var(--ns-violet);
  transform: translateX(-45%);
}

.ns-event-tag--relation {
  top: 12px;
  right: 1%;
  background: var(--ns-jade);
}

.ns-dasha-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 11px;
  padding: 10px 20px 18px;
}

.ns-dasha-label {
  color: #837b70;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.ns-dasha-band {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.62fr;
  overflow: hidden;
  border-radius: 5px;
  color: var(--ns-white);
  font-size: 8px;
  font-weight: 800;
}

.ns-dasha-band span {
  padding: 5px 7px;
  background: var(--ns-ink);
}

.ns-dasha-band span:nth-child(2) {
  background: var(--ns-violet);
}

.ns-dasha-band span:nth-child(3) {
  color: var(--ns-ink);
  background: var(--ns-saffron);
}

.ns-proof-row {
  display: flex;
  gap: 23px;
  margin-top: 20px;
  color: #686471;
  font-size: 11px;
}

.ns-proof-row span {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.ns-proof-row strong {
  color: var(--ns-ink);
  font-size: 15px;
}

.ns-form-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 11px;
}

.ns-feature-ribbon {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 2px 0;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.ns-feature-ribbon__track {
  display: flex;
  width: max-content;
  gap: 7px;
  animation: ns-ribbon-scroll 30s linear infinite;
}

.ns-feature-ribbon:hover .ns-feature-ribbon__track {
  animation-play-state: paused;
}

.ns-ribbon-chip {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.ns-ribbon-chip::before {
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.ns-ribbon-chip--violet {
  color: #5a3bc8;
  background: #eee9ff;
}

.ns-ribbon-chip--coral {
  color: #0c6da4;
  background: #e0f4ff;
}

.ns-ribbon-chip--gold {
  color: #8a5b00;
  background: #fff2cc;
}

.ns-ribbon-chip--teal {
  color: #11766a;
  background: #ddf5f0;
}

.ns-ribbon-chip--blue {
  color: #285bb5;
  background: #e5efff;
}

@keyframes ns-ribbon-scroll {
  to {
    transform: translateX(calc(-50% + 31.5px));
  }
}

.ns-form-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  gap: 0;
  border: 1px solid rgba(52, 120, 229, 0.24);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 20px rgba(71, 48, 159, 0.06);
  backdrop-filter: blur(10px);
}

.ns-form-signals span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 38px;
  padding: 6px 7px;
  border-right: 1px solid rgba(99, 71, 220, 0.14);
  color: var(--ns-primary-deep);
  background: transparent;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}

.ns-form-signals span:last-child {
  border-right: 0;
}

.ns-form-signals i {
  display: grid;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--ns-white);
  background: var(--ns-blue);
  font-size: 8px;
  font-style: normal;
}

.ns-form-signals span:nth-child(2) i {
  background: var(--ns-jade);
}

.ns-form-signals span:nth-child(3) i {
  color: var(--ns-ink);
  background: var(--ns-saffron);
}

.ns-form-card {
  position: relative;
  overflow: visible;
  isolation: isolate;
  min-width: 0;
  padding: 27px;
  border: 1px solid rgba(52, 120, 229, 0.2);
  border-radius: var(--ns-radius);
  background: var(--ns-white);
  box-shadow: var(--ns-shadow);
}

.ns-form-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  border-radius: var(--ns-radius) var(--ns-radius) 0 0;
  background: linear-gradient(
    90deg,
    var(--ns-blue),
    var(--ns-violet),
    #1598d6,
    var(--ns-saffron),
    var(--ns-jade)
  );
  content: "";
}

.ns-form-orbit {
  position: absolute;
  z-index: 0;
  top: -82px;
  right: -31px;
  width: 175px;
  height: 175px;
  border: 1px solid rgba(52, 120, 229, 0.12);
  border-radius: 50%;
  clip-path: inset(82px 31px 0 0);
  pointer-events: none;
}

.ns-form-orbit span,
.ns-form-orbit i {
  position: absolute;
  border: 1px solid rgba(119, 88, 232, 0.12);
  border-radius: 50%;
  inset: 24px;
}

.ns-form-orbit i {
  border-color: rgba(14, 165, 233, 0.16);
  inset: 49px;
}

.ns-form-orbit span::before,
.ns-form-orbit i::before {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 3px solid var(--ns-white);
  border-radius: 50%;
  background: var(--ns-blue);
  box-shadow: 0 0 0 1px rgba(52, 120, 229, 0.16);
  content: "";
}

.ns-form-orbit span::before {
  top: 9px;
  right: 4px;
}

.ns-form-orbit i::before {
  bottom: 2px;
  left: 7px;
  background: #1598d6;
}

.ns-form-orbit b {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ns-saffron);
  inset: 82px;
}

.ns-form-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.ns-form-card__top > div,
#ns-prediction-form,
.ns-dob-row,
.ns-time-row {
  min-width: 0;
}

.ns-form-card__top,
#ns-prediction-form,
.ns-form-footer {
  position: relative;
  z-index: 1;
}

#ns-prediction-form {
  margin-top: 20px;
}

#ns-prediction-form:focus-within {
  z-index: 30;
}

.ns-form-card__kicker {
  color: var(--ns-primary-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ns-form-card h2 {
  margin: 4px 0 0;
  font-size: 25px;
  letter-spacing: -0.045em;
  line-height: 1.13;
}

.ns-speed {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  min-height: 65px;
  padding: 7px 5px;
  border-radius: 15px;
  color: var(--ns-primary-deep);
  background: linear-gradient(145deg, #e0edff, #e9edff 55%, #e1f7ff);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.ns-speed small,
.ns-speed span {
  font-size: 7px;
  font-weight: 800;
  line-height: 1.15;
}

.ns-speed b {
  color: var(--ns-ink);
  font-size: 17px;
  line-height: 1.1;
}

.ns-stepper {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 10px;
  margin: 22px 0 20px;
}

.ns-stepper__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #98939d;
  font-size: 10px;
  font-weight: 800;
}

.ns-stepper__item i {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid #d8d2ca;
  border-radius: 50%;
  font-style: normal;
}

.ns-stepper__item.active,
.ns-stepper__item.complete {
  color: var(--ns-ink);
}

.ns-stepper__item.active i {
  border-color: var(--ns-blue);
  color: var(--ns-white);
  background: var(--ns-blue);
}

.ns-stepper__item.complete i {
  border-color: var(--ns-jade);
  color: var(--ns-white);
  background: var(--ns-jade);
}

.ns-stepper__line {
  overflow: hidden;
  height: 2px;
  border-radius: 4px;
  background: #e5e0da;
}

.ns-stepper__line i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--ns-jade);
  transition: width 260ms ease;
}

.ns-form-step {
  display: none;
}

.ns-form-step.active {
  display: block;
  animation: ns-step-in 260ms ease both;
}

@keyframes ns-step-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ns-field {
  margin-bottom: 15px;
}

.ns-field label,
.ns-label-row {
  display: block;
  margin-bottom: 6px;
  color: #33323c;
  font-size: 12px;
  font-weight: 800;
}

.ns-label-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.ns-label-row label {
  margin: 0;
}

.ns-label-row span {
  color: #918b92;
  font-size: 9px;
  font-weight: 700;
}

.ns-field input,
.ns-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d2ca;
  border-radius: 11px;
  outline: none;
  color: var(--ns-ink);
  background: #fffdfa;
  font-size: 15px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ns-field input {
  padding: 0 14px;
}

.ns-field select {
  padding: 0 33px 0 12px;
}

.ns-field input:focus,
.ns-field select:focus,
.ns-place-container:focus-within {
  border-color: var(--ns-violet);
  background: var(--ns-white);
  box-shadow: 0 0 0 3px rgba(99, 71, 220, 0.12);
}

.ns-field input.ns-invalid,
.ns-field select.ns-invalid {
  border-color: var(--ns-coral);
  box-shadow: 0 0 0 3px rgba(239, 91, 76, 0.1);
}

.ns-dob-row {
  display: grid;
  grid-template-columns: 0.72fr 1fr 1fr;
  gap: 8px;
}

.ns-dob-row > select,
.ns-time-row > select {
  min-width: 0;
}

.ns-time-row {
  display: grid;
  grid-template-columns: 1fr 14px 1fr;
  align-items: center;
  gap: 5px;
}

.ns-time-row b {
  text-align: center;
}

.ns-place-container {
  min-height: 48px;
  border: 1px solid #d8d2ca;
  border-radius: 11px;
  background: #fffdfa;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ns-place-container.ns-invalid {
  border-color: var(--ns-coral);
  box-shadow: 0 0 0 3px rgba(239, 91, 76, 0.1);
}

.ns-place-container gmp-place-autocomplete {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background-color: var(--ns-white);
  color-scheme: light;
}

.ns-place-container gmp-place-autocomplete::part(prediction-list) {
  z-index: 10000;
  overflow: hidden;
  border: 1px solid #d5dcea;
  border-radius: 12px;
  background-color: var(--ns-white);
  box-shadow: 0 16px 36px rgba(18, 48, 94, 0.2);
}

.ns-place-container gmp-place-autocomplete::part(prediction-item) {
  background-color: var(--ns-white);
}

.ns-place-container gmp-place-autocomplete::part(prediction-item-selected) {
  background-color: #edf5ff;
}

/* Fallback for older Places builds that still render the legacy dropdown. */
.pac-container {
  z-index: 10000 !important;
  overflow: hidden;
  border: 1px solid #d5dcea !important;
  border-radius: 12px;
  background: var(--ns-white) !important;
  box-shadow: 0 16px 36px rgba(18, 48, 94, 0.2) !important;
}

.pac-item {
  background: var(--ns-white) !important;
}

.pac-item:hover,
.pac-item-selected {
  background: #edf5ff !important;
}

.ns-place-placeholder {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  color: #908b93;
  font-size: 14px;
}

.ns-field-note {
  min-height: 15px;
  margin: 5px 2px 0;
  color: #8c8790;
  font-size: 10px;
}

.ns-field-note.success {
  color: var(--ns-primary-deep);
}

.ns-field-note.error {
  color: #bc3b31;
}

.ns-form-error {
  min-height: 18px;
  margin: -2px 0 8px;
  color: #bd382e;
  font-size: 11px;
  font-weight: 700;
}

.ns-primary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 53px;
  padding: 12px 16px;
  border: 0;
  border-radius: 12px;
  color: #17213b;
  background: linear-gradient(110deg, #ffd85a, #f1aa13);
  box-shadow: 0 8px 0 #b97308;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.ns-primary-button svg {
  width: 19px;
  margin-left: 9px;
}

.ns-primary-button:hover {
  background: linear-gradient(110deg, #ffe37b, #f5b82e);
  transform: translateY(-1px);
}

.ns-primary-button:active {
  box-shadow: 0 3px 0 #9a5f05;
  transform: translateY(5px);
}

.ns-primary-button:disabled {
  opacity: 0.58;
  cursor: wait;
}

.ns-back-button {
  display: block;
  margin: 17px auto 0;
  border: 0;
  color: #706b73;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.ns-terms-note {
  position: relative;
  z-index: 1;
  margin: 15px 0 0;
  color: #6d7482;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.ns-terms-note a {
  color: #245db9;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(36, 93, 185, 0.4);
  text-underline-offset: 2px;
}

.ns-terms-note a:hover {
  color: #173f82;
}

.ns-birth-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(99, 71, 220, 0.2);
  border-radius: 10px;
  color: var(--ns-primary-deep);
  background: var(--ns-primary-soft);
  font-size: 10px;
  font-weight: 800;
}

.ns-birth-summary button {
  border: 0;
  color: var(--ns-ink);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.ns-preview-includes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 3px 0 17px;
  padding: 13px;
  border-radius: 12px;
  color: #5a5560;
  background: var(--ns-primary-soft);
  font-size: 10px;
  font-weight: 700;
}

.ns-preview-includes span:not(:first-child)::before {
  margin-right: 5px;
  color: var(--ns-primary);
  content: "✓";
}

.ns-preview-includes__title {
  grid-column: 1 / -1;
  color: var(--ns-ink);
  font-size: 11px;
  font-weight: 800;
}

.ns-form-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 21px -7px -5px;
  color: #837e86;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.ns-form-footer i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ns-saffron);
}

.ns-category-band {
  color: var(--ns-white);
  background: var(--ns-ink);
}

.ns-category-band .ns-shell {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  min-height: 78px;
  align-items: center;
}

.ns-category-band span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.ns-category-band span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ns-category-band span::before {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 3px;
  background: var(--ns-saffron);
  content: "";
}

.ns-category-band span:nth-child(2)::before,
.ns-category-band span:nth-child(6)::before {
  background: var(--ns-coral);
}

.ns-category-band span:nth-child(3)::before,
.ns-category-band span:nth-child(5)::before {
  background: var(--ns-jade);
}

.ns-category-band span:nth-child(4)::before {
  background: var(--ns-violet);
}

.ns-section {
  padding: 88px 0;
}

.ns-section-heading {
  max-width: 720px;
  margin-bottom: 39px;
}

.ns-section-heading > p {
  margin: 0 0 9px;
  color: var(--ns-coral);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ns-section-heading h2,
.ns-method-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 53px);
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.ns-section-heading > span {
  display: block;
  max-width: 620px;
  margin-top: 15px;
  color: var(--ns-ink-soft);
  font-size: 15px;
}

.ns-report-section {
  background: var(--ns-cream);
}

.ns-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ns-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 315px;
  padding: 26px;
  border: 1px solid rgba(23, 24, 39, 0.1);
  border-radius: 20px;
}

.ns-feature-card::after {
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 125px;
  height: 125px;
  border: 26px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  content: "";
}

.ns-feature-card--timeline {
  color: var(--ns-ink);
  background: #ffe6ea;
}

.ns-feature-card--charts {
  color: var(--ns-ink);
  background: #def5f0;
}

.ns-feature-card--layers {
  color: var(--ns-ink);
  background: #ece7ff;
}

.ns-feature-card--events {
  color: var(--ns-ink);
  background: #fff0c7;
}

.ns-feature-icon {
  display: grid;
  width: 47px;
  height: 47px;
  margin-bottom: 43px;
  place-items: center;
  border-radius: 13px;
  color: var(--ns-white);
  background: var(--ns-ink);
}

.ns-feature-card--timeline .ns-feature-icon {
  background: var(--ns-coral);
}

.ns-feature-card--charts .ns-feature-icon {
  background: var(--ns-jade);
}

.ns-feature-card--layers .ns-feature-icon {
  background: var(--ns-violet);
}

.ns-feature-card--events .ns-feature-icon {
  color: var(--ns-ink);
  background: var(--ns-saffron);
}

.ns-feature-icon svg {
  width: 23px;
}

.ns-feature-tag {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ns-feature-card h3 {
  max-width: 210px;
  margin: 0 0 11px;
  font-size: 23px;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.ns-feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.ns-method-section {
  color: var(--ns-white);
  background:
    radial-gradient(circle at 91% 12%, rgba(119, 88, 232, 0.23), transparent 25rem),
    #17152e;
}

.ns-method-layout {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(55px, 8vw, 105px);
  align-items: center;
}

.ns-method-copy .ns-section-kicker {
  color: var(--ns-saffron);
}

.ns-method-copy h2 {
  max-width: 530px;
}

.ns-method-copy > p:not(.ns-section-kicker) {
  max-width: 560px;
  margin: 22px 0;
  color: #bdbcc9;
  font-size: 15px;
}

.ns-method-checks {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 27px;
}

.ns-method-checks span {
  font-size: 12px;
  font-weight: 700;
}

.ns-method-checks span::before {
  display: inline-grid;
  width: 19px;
  height: 19px;
  margin-right: 9px;
  place-items: center;
  border-radius: 50%;
  color: var(--ns-ink);
  background: var(--ns-saffron);
  content: "✓";
  font-size: 10px;
}

.ns-layer-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ns-layer-stack div {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 2px 18px;
  padding: 21px 23px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: #222338;
}

.ns-layer-stack div:nth-child(2) {
  margin-left: 30px;
  border-color: rgba(119, 88, 232, 0.58);
  background: #282047;
}

.ns-layer-stack div:nth-child(3) {
  margin-left: 60px;
  border-color: rgba(30, 154, 138, 0.55);
  background: #193d3c;
}

.ns-layer-stack b {
  grid-row: 1 / 3;
  color: var(--ns-saffron);
  font-size: 24px;
  letter-spacing: -0.05em;
}

.ns-layer-stack span {
  color: #aeadb8;
  font-size: 10px;
  font-weight: 700;
}

.ns-layer-stack strong {
  font-size: 14px;
}

.ns-trust-section {
  padding: 70px 0;
  color: var(--ns-white);
  background: linear-gradient(115deg, var(--ns-violet), #8d4ed3 52%, var(--ns-coral));
}

.ns-trust-card {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 60px;
  align-items: end;
}

.ns-trust-card blockquote {
  max-width: 800px;
  margin: 0;
  font-size: clamp(29px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 1.08;
}

.ns-trust-card div {
  display: flex;
  flex-direction: column;
  padding-top: 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.ns-trust-card strong {
  margin-top: 4px;
}

.ns-faq-section {
  background: var(--ns-paper);
}

.ns-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #cdc5b9;
}

.ns-faq-grid details {
  padding: 22px 24px 22px 0;
  border-bottom: 1px solid #cdc5b9;
}

.ns-faq-grid details:nth-child(odd) {
  border-right: 1px solid #cdc5b9;
}

.ns-faq-grid details:nth-child(even) {
  padding-left: 24px;
}

.ns-faq-grid summary {
  position: relative;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.ns-faq-grid summary::-webkit-details-marker {
  display: none;
}

.ns-faq-grid summary::after {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--ns-coral);
  content: "+";
  font-size: 20px;
}

.ns-faq-grid details[open] summary::after {
  content: "−";
}

.ns-faq-grid p {
  max-width: 500px;
  margin: 12px 0 0;
  color: var(--ns-ink-soft);
  font-size: 13px;
}

.ns-faq-grid p + p {
  margin-top: 9px;
}

/* Standalone styles for the shared Tailwind-class footer on this page. */
body > footer {
  position: relative;
  margin-top: auto;
  border-top: 1px solid #e1deea;
  color: #334155;
  background: rgba(255, 255, 255, 0.97);
}

body > footer::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--ns-blue),
    var(--ns-violet),
    var(--ns-coral),
    var(--ns-saffron),
    var(--ns-jade)
  );
  content: "";
}

body > footer > div {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 26px;
}

body > footer > div > div:first-child {
  margin-bottom: 30px;
}

body > footer > div > div:first-child > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

body > footer > div > div:first-child img {
  display: block;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

body > footer > div > div:first-child span {
  color: var(--ns-ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body > footer > div > .grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

body > footer > div > .grid > div {
  min-width: 0;
}

body > footer > div > .grid > div > p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body > footer > div > .grid > div > div {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

body > footer > div > .grid a {
  display: block;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 150ms ease;
}

body > footer > div > .grid a:hover {
  color: var(--ns-blue);
}

body > footer > div > div:last-child {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

body > footer > div > div:last-child p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
}

@media (min-width: 640px) {
  body > footer > div > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body > footer > div > .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ns-loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.ns-loader__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 25, 0.76);
  backdrop-filter: blur(9px);
}

.ns-loader__card {
  position: relative;
  width: min(450px, 100%);
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  color: var(--ns-white);
  background:
    radial-gradient(circle at 10% 2%, rgba(119, 88, 232, 0.3), transparent 15rem),
    #1d1e30;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.ns-loader__card::before {
  position: absolute;
  top: 0;
  right: 25%;
  left: 25%;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(
    90deg,
    var(--ns-violet),
    var(--ns-coral),
    var(--ns-saffron),
    var(--ns-jade)
  );
  content: "";
}

.ns-orbit-loader {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 20px;
}

.ns-orbit-loader span,
.ns-orbit-loader i {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  inset: 0;
}

.ns-orbit-loader i {
  border-color: transparent;
  animation: ns-orbit 1.4s linear infinite;
}

.ns-orbit-loader i::before {
  position: absolute;
  top: 4px;
  left: 11px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ns-coral);
  box-shadow: 0 0 15px rgba(238, 94, 110, 0.85);
  content: "";
}

.ns-orbit-loader b {
  position: absolute;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--ns-ink);
  background: var(--ns-jade);
  inset: 17px;
}

@keyframes ns-orbit {
  to {
    transform: rotate(360deg);
  }
}

.ns-loader__eyebrow {
  margin: 0 0 6px;
  color: var(--ns-saffron);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ns-loader h2 {
  margin: 0 0 9px;
  font-size: 29px;
  letter-spacing: -0.045em;
}

.ns-loader__card > p:not(.ns-loader__eyebrow, .ns-loader__detail) {
  max-width: 350px;
  margin: 0 auto 23px;
  color: #bdbdca;
  font-size: 13px;
}

.ns-loader__progress-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
  color: #d7d6de;
  font-size: 10px;
  font-weight: 700;
}

.ns-loader__progress-head strong {
  color: var(--ns-saffron);
}

.ns-loader__track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #343548;
}

.ns-loader__track span {
  display: block;
  width: 4%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    var(--ns-violet),
    var(--ns-coral),
    var(--ns-saffron),
    var(--ns-jade)
  );
  transition: width 420ms ease;
}

.ns-loader__detail {
  min-height: 18px;
  margin: 10px 0 0;
  color: #8f90a1;
  font-size: 10px;
}

.ns-loader__ready {
  margin-top: 20px;
  color: var(--ns-primary-deep);
  background: var(--ns-white);
  box-shadow: 0 7px 0 var(--ns-primary-deep);
}

.ns-loader__ready:hover {
  background: #f3f6ff;
}

.ns-loader__error {
  margin-top: 21px;
  padding: 14px;
  border: 1px solid rgba(239, 91, 76, 0.38);
  border-radius: 12px;
  color: #ffd1cc;
  background: rgba(239, 91, 76, 0.09);
}

.ns-loader__error strong {
  display: block;
  font-size: 13px;
}

.ns-loader__error p {
  margin: 5px 0 11px;
  color: #e6beba;
  font-size: 11px;
}

.ns-loader__error button {
  border: 0;
  color: var(--ns-white);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .ns-hero__grid {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 35px;
  }

  .ns-story h1 {
    font-size: 49px;
  }

  .ns-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ns-feature-card {
    min-height: 270px;
  }
}

@media (max-width: 820px) {
  .ns-nav__trust > span {
    display: none;
  }

  .ns-hero {
    padding: 24px 0 43px;
  }

  .ns-hero__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .ns-form-column {
    order: 2;
    width: min(100%, 570px);
    margin: 10px auto 0;
  }

  .ns-form-card {
    order: 3;
  }

  .ns-feature-ribbon {
    order: 1;
    margin-top: 0;
  }

  .ns-form-signals {
    order: 2;
  }

  .ns-mobile-intro {
    display: flex;
    order: 1;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    color: var(--ns-primary-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
  }

  .ns-mobile-intro span {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    color: var(--ns-white);
    background: linear-gradient(145deg, var(--ns-blue), var(--ns-violet));
    font-size: 9px;
  }

  .ns-story {
    display: contents;
  }

  .ns-eyebrow,
  .ns-story h1 {
    display: none;
  }

  .ns-lede,
  .ns-method-line {
    display: none;
  }

  .ns-timing-map {
    order: 3;
    width: 100%;
    max-width: none;
    margin-top: 28px;
  }

  .ns-proof-row {
    order: 4;
    width: 100%;
  }

  .ns-category-band .ns-shell {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .ns-category-band span:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ns-category-band span:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ns-method-layout {
    grid-template-columns: 1fr;
  }

  .ns-layer-stack {
    max-width: 650px;
  }

  .ns-trust-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ns-trust-card div {
    max-width: 300px;
  }
}

@media (max-width: 600px) {
  .ns-shell,
  .ns-nav__inner {
    width: min(100% - 26px, 1180px);
  }

  .ns-nav__inner {
    min-height: 61px;
  }

  .ns-nav__trust a {
    padding: 8px 11px;
    font-size: 10px;
  }

  .ns-hero {
    padding-top: 11px;
  }

  .ns-form-column {
    width: calc(100% + 8px);
    margin-top: 8px;
  }

  .ns-form-card {
    width: 100%;
    padding: 18px 17px;
    border-radius: 20px;
  }

  .ns-form-signals {
    gap: 0;
  }

  .ns-form-signals span {
    min-height: 35px;
    padding: 5px;
    font-size: 8px;
  }

  .ns-form-card h2 {
    font-size: 21px;
  }

  .ns-speed {
    width: 66px;
    min-height: 56px;
  }

  .ns-stepper {
    margin: 15px 0 14px;
  }

  .ns-stepper__item {
    font-size: 9px;
  }

  .ns-field {
    margin-bottom: 12px;
  }

  .ns-field input,
  .ns-field select {
    min-height: 47px;
    font-size: 16px;
  }

  .ns-place-container,
  .ns-place-container gmp-place-autocomplete,
  .ns-place-placeholder {
    min-height: 47px;
  }

  .ns-primary-button {
    min-height: 51px;
  }

  .ns-form-error {
    min-height: 13px;
    margin-bottom: 5px;
  }

  .ns-form-footer {
    margin-top: 15px;
  }

  .ns-proof-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }

  .ns-proof-row span {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 9px;
    border: 1px solid rgba(17, 24, 39, 0.11);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.82);
  }

  .ns-year-rail {
    padding-right: 13px;
    padding-left: 13px;
  }

  .ns-event-rail {
    margin-right: 13px;
    margin-left: 13px;
  }

  .ns-event-tag {
    font-size: 8px;
  }

  .ns-dasha-row {
    grid-template-columns: 70px 1fr;
    padding-right: 13px;
    padding-left: 13px;
  }

  .ns-category-band span {
    min-height: 59px;
    font-size: 10px;
  }

  .ns-section {
    padding: 65px 0;
  }

  .ns-feature-grid,
  .ns-faq-grid {
    grid-template-columns: 1fr;
  }

  .ns-feature-card {
    min-height: 255px;
  }

  .ns-feature-icon {
    margin-bottom: 35px;
  }

  .ns-layer-stack div:nth-child(2),
  .ns-layer-stack div:nth-child(3) {
    margin-left: 0;
  }

  .ns-faq-grid details:nth-child(odd) {
    border-right: 0;
  }

  .ns-faq-grid details:nth-child(even) {
    padding-left: 0;
  }

  .ns-loader__card {
    padding: 30px 22px;
  }
}

@media (max-width: 390px) {
  .ns-brand {
    gap: 5px;
    font-size: 16px;
  }

  .ns-brand img {
    width: 31px;
    height: 31px;
  }

  .ns-nav__trust a {
    display: none;
  }

  .ns-form-signals i {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
  }

  .ns-dob-row {
    grid-template-columns: 0.67fr 0.95fr 1fr;
    gap: 5px;
  }

  .ns-field select {
    padding-right: 23px;
    padding-left: 8px;
  }

  .ns-form-footer {
    gap: 6px;
    font-size: 8px;
  }

  .ns-preview-includes {
    grid-template-columns: 1fr;
  }

  .ns-preview-includes__title {
    grid-column: auto;
  }

  .ns-event-tag--relation {
    right: -3%;
  }

  .ns-timing-map__head {
    padding-right: 13px;
    padding-left: 13px;
  }

  .ns-timing-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-right: 13px;
    padding-left: 13px;
  }

}

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

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

  .ns-feature-ribbon__track {
    animation: none;
  }
}
