:root {
  --nexus-xp: #e768f8;
  --nexus-xp-soft: rgba(231, 104, 248, 0.16);
  --nexus-profit: #d9bd78;
  --nexus-profit-soft: rgba(217, 189, 120, 0.16);
  --nexus-level: #57cee8;
  --nexus-level-soft: rgba(87, 206, 232, 0.14);
  --nexus-duration: #e2b95d;
  --nexus-duration-soft: rgba(226, 185, 93, 0.14);
  --nexus-success: #83d96d;
  --nexus-success-soft: rgba(131, 217, 109, 0.14);
  --nexus-surface: rgba(18, 22, 21, 0.92);
  --nexus-surface-strong: rgba(23, 28, 26, 0.98);
  --nexus-border: rgba(230, 204, 145, 0.15);
}

.home-v2 main {
  padding-bottom: 0;
}

.home-v2 .site-header {
  background: rgba(9, 12, 12, 0.84);
  border-bottom-color: rgba(226, 185, 93, 0.12);
}

.home-v2 .site-footer {
  background: #0a0d0d;
  border-top-color: rgba(226, 185, 93, 0.12);
}

.nexus-hero,
.nexus-section,
.nexus-trust,
.nexus-final {
  position: relative;
  isolation: isolate;
}

.nexus-hero {
  overflow: hidden;
  padding: clamp(60px, 6vw, 88px) 0 clamp(46px, 5vw, 64px);
  background:
    radial-gradient(circle at 15% 12%, rgba(181, 137, 63, 0.1), transparent 24%),
    radial-gradient(circle at 84% 15%, rgba(101, 134, 82, 0.08), transparent 26%),
    radial-gradient(circle at 50% 48%, rgba(226, 185, 93, 0.09), transparent 34%),
    linear-gradient(180deg, #0d1112 0%, #101514 64%, #0c1010 100%);
}

.nexus-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.58) 62%, transparent 100%);
}

.nexus-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 520px;
  background: linear-gradient(110deg, rgba(181, 137, 63, 0.045), transparent 36%, rgba(101, 134, 82, 0.035) 72%, transparent);
  pointer-events: none;
}

.nexus-hero__copy {
  display: grid;
  justify-items: center;
  max-width: 980px;
  text-align: center;
}

.nexus-hero__copy .eyebrow {
  color: rgba(239, 218, 171, 0.9);
}

.nexus-hero__copy h1 {
  margin: 20px 0 22px;
  max-width: 13ch;
  font-size: clamp(3.6rem, 7vw, 6.9rem);
  font-weight: 550;
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.nexus-hero__copy h1 > span {
  color: #e4c36f;
  text-shadow: 0 0 36px rgba(226, 185, 93, 0.12);
}

.nexus-hero__lead {
  max-width: 790px;
  margin: 0;
  color: rgba(244, 239, 228, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.65;
  text-wrap: balance;
}

.nexus-hero__actions {
  justify-content: center;
  margin-top: 28px;
}

.nexus-hero__actions .btn,
.nexus-final .btn {
  min-height: 50px;
  padding-inline: 20px;
}


.nexus-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
}

.nexus-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(244, 239, 228, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
}

.nexus-proof span::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--nexus-success);
  box-shadow: 0 0 9px rgba(131, 217, 109, 0.5);
}

.nexus-tour-wrap {
  max-width: 1270px;
  margin-top: clamp(30px, 4vw, 48px);
}


.nexus-tour-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(214, 173, 84, 0.42);
  border-radius: 20px;
  background: #080b0c;
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(71, 51, 25, 0.42),
    0 0 28px rgba(186, 137, 48, 0.055),
    inset 0 1px 0 rgba(255, 238, 193, 0.11),
    inset 0 0 0 5px rgba(25, 18, 10, 0.32);
}

.nexus-tour-frame::before,
.nexus-tour-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.nexus-tour-frame::before {
  inset: 5px;
  z-index: 4;
  border: 1px solid rgba(103, 73, 32, 0.3);
  border-radius: 15px;
  box-shadow:
    inset 0 1px 0 rgba(255, 229, 169, 0.07),
    inset 0 0 18px rgba(0, 0, 0, 0.22);
}

.nexus-tour-frame::after {
  inset: 10px;
  z-index: 5;
  background:
    linear-gradient(90deg, rgba(226, 185, 93, 0.68), rgba(226, 185, 93, 0)) top left / 34px 1px no-repeat,
    linear-gradient(180deg, rgba(226, 185, 93, 0.68), rgba(226, 185, 93, 0)) top left / 1px 34px no-repeat,
    linear-gradient(270deg, rgba(226, 185, 93, 0.68), rgba(226, 185, 93, 0)) top right / 34px 1px no-repeat,
    linear-gradient(180deg, rgba(226, 185, 93, 0.68), rgba(226, 185, 93, 0)) top right / 1px 34px no-repeat,
    linear-gradient(90deg, rgba(226, 185, 93, 0.68), rgba(226, 185, 93, 0)) bottom left / 34px 1px no-repeat,
    linear-gradient(0deg, rgba(226, 185, 93, 0.68), rgba(226, 185, 93, 0)) bottom left / 1px 34px no-repeat,
    linear-gradient(270deg, rgba(226, 185, 93, 0.68), rgba(226, 185, 93, 0)) bottom right / 34px 1px no-repeat,
    linear-gradient(0deg, rgba(226, 185, 93, 0.68), rgba(226, 185, 93, 0)) bottom right / 1px 34px no-repeat;
}





.nexus-tour {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #07090a;
}

.nexus-tour-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #07090a;
  color: #f6e8bd;
  cursor: pointer;
}

.nexus-tour-preview[hidden] {
  display: none;
}

.nexus-tour-preview__frames,
.nexus-tour-preview__shade {
  position: absolute;
  inset: 0;
}

.nexus-tour-preview__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 560ms ease;
  will-change: opacity;
}

.nexus-tour-preview__frame.is-active {
  opacity: 1;
}

.nexus-tour-preview__shade {
  background: radial-gradient(circle at 50% 50%, rgba(5, 8, 8, 0.02) 0 20%, rgba(5, 8, 8, 0.2) 62%, rgba(5, 8, 8, 0.34) 100%);
  pointer-events: none;
}

.nexus-tour-preview__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(246, 232, 189, 0.38);
  border-radius: 50%;
  background: rgba(8, 11, 11, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 247, 220, 0.12);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nexus-tour-preview__play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid currentColor;
}

.nexus-tour-preview:hover .nexus-tour-preview__play,
.nexus-tour-preview:focus-visible .nexus-tour-preview__play {
  border-color: rgba(240, 201, 106, 0.72);
  background: rgba(25, 29, 25, 0.92);
  transform: translate(-50%, -50%) scale(1.06);
}

.nexus-tour-preview:focus-visible {
  outline: 3px solid rgba(240, 201, 106, 0.72);
  outline-offset: -4px;
}

.nexus-tour-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.nexus-tour-dots[hidden] {
  display: none;
}

.nexus-tour-dot {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nexus-tour-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(226, 185, 93, 0.34);
  border-radius: 50%;
  background: rgba(244, 239, 228, 0.16);
  transform: translate(-50%, -50%);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.nexus-tour-dot:hover::before,
.nexus-tour-dot:focus-visible::before {
  border-color: rgba(240, 201, 106, 0.72);
  background: rgba(226, 185, 93, 0.46);
}

.nexus-tour-dot.is-active::before {
  border-color: var(--nexus-duration);
  background: var(--nexus-duration);
  box-shadow: 0 0 9px rgba(226, 185, 93, 0.46);
  transform: translate(-50%, -50%) scale(1.12);
}

.nexus-tour-dot:focus-visible {
  outline: 1px solid rgba(240, 201, 106, 0.68);
  outline-offset: 0;
  border-radius: 50%;
}




.nexus-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 940px;
  margin-top: clamp(20px, 2.5vw, 30px);
  border: 1px solid var(--nexus-border);
  border-radius: 16px;
  background: rgba(16, 20, 19, 0.94);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.nexus-metric {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0 10px;
  min-width: 0;
  padding: 15px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

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

.nexus-metric img {
  grid-row: 1 / 3;
  align-self: center;
  width: 26px;
  max-height: 22px;
}

.nexus-metric span {
  color: rgba(244, 239, 228, 0.48);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nexus-metric strong {
  margin-top: 2px;
  font-size: 1.08rem;
  line-height: 1;
}

.nexus-metric--xp strong {
  color: var(--nexus-xp);
}

.nexus-metric--profit strong {
  color: var(--nexus-profit);
}

.nexus-metric--level strong {
  color: var(--nexus-level);
}

.nexus-metric--duration strong {
  color: var(--nexus-duration);
}

.nexus-section {
  padding: clamp(72px, 7vw, 100px) 0;
  background: #0c1010;
}

.nexus-section--workflow {
  padding-top: clamp(82px, 8vw, 112px);
  background:
    radial-gradient(circle at 50% 20%, rgba(226, 185, 93, 0.07), transparent 33%),
    linear-gradient(180deg, #111615, #0c1010);
}

.nexus-section--play {
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 30%, rgba(87, 206, 232, 0.06), transparent 28%),
    radial-gradient(circle at 100% 70%, rgba(231, 104, 248, 0.06), transparent 30%),
    #101413;
}

.nexus-section-head {
  display: grid;
  justify-items: center;
  max-width: 750px;
  margin: 0 auto clamp(30px, 4vw, 44px);
  text-align: center;
}

.nexus-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(226, 185, 93, 0.88);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nexus-kicker::before,
.nexus-kicker::after {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 185, 93, 0.56));
}

.nexus-kicker::after {
  transform: scaleX(-1);
}

.nexus-section-head h2,
.nexus-trust h2,
.nexus-final h2 {
  margin-top: 13px;
  font-size: clamp(2.3rem, 4.6vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.nexus-section-head p {
  margin: 14px 0 0;
  color: rgba(244, 239, 228, 0.58);
  font-size: 1.02rem;
}

.nexus-workflow {
  display: grid;
  grid-template-columns: minmax(150px, 0.9fr) 42px minmax(150px, 0.9fr) minmax(150px, 0.8fr) minmax(290px, 1.55fr);
  gap: 14px;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}

.nexus-input-card,
.nexus-core,
.nexus-match-grid {
  position: relative;
  min-height: 145px;
  border: 1px solid var(--nexus-border);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%),
    var(--nexus-surface);
}

.nexus-input-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.nexus-input-card::after,
.nexus-core::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 15px;
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 185, 93, 0.55), rgba(226, 185, 93, 0.08));
}

.nexus-input-label {
  margin-bottom: 10px;
  color: rgba(244, 239, 228, 0.45);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nexus-input-card strong {
  color: var(--refresh-text);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.15rem;
}

.nexus-input-card small {
  margin-top: 7px;
  color: rgba(244, 239, 228, 0.54);
}

.nexus-input-card--solo {
  box-shadow: inset 0 2px 0 rgba(87, 206, 232, 0.34);
}

.nexus-input-card--team {
  box-shadow: inset 0 2px 0 rgba(131, 217, 109, 0.32);
}

.nexus-flow-join {
  position: relative;
}

.nexus-flow-join::before,
.nexus-flow-join::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(226, 185, 93, 0.3);
}

.nexus-flow-join::before {
  top: 34%;
  transform: rotate(28deg);
}

.nexus-flow-join::after {
  bottom: 34%;
  transform: rotate(-28deg);
}

.nexus-flow-join span {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--nexus-duration);
  border-right: 1px solid var(--nexus-duration);
}

.nexus-core {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
  box-shadow:
    inset 0 0 44px rgba(226, 185, 93, 0.055),
    0 0 34px rgba(226, 185, 93, 0.04);
}

.nexus-core-logo {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 8px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(226, 185, 93, 0.16));
}

.nexus-core strong {
  color: var(--refresh-text);
  font-family: "Cinzel", Georgia, serif;
}

.nexus-core small {
  margin-top: 5px;
  color: var(--nexus-duration);
}

.nexus-match-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 10px;
}

.nexus-match-grid span {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(244, 239, 228, 0.73);
  font-size: 0.74rem;
  font-weight: 750;
}

.nexus-match-grid span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--nexus-level);
  box-shadow: 0 0 8px rgba(87, 206, 232, 0.45);
}

.nexus-match-grid span:nth-child(2n)::before {
  background: var(--nexus-success);
  box-shadow: 0 0 8px rgba(131, 217, 109, 0.42);
}

.nexus-match-grid span:nth-child(3n)::before {
  background: var(--nexus-xp);
  box-shadow: 0 0 8px rgba(231, 104, 248, 0.4);
}

.nexus-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nexus-answer {
  min-width: 0;
  padding: 15px 15px 26px;
  border: 1px solid var(--nexus-border);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 36%),
    var(--nexus-surface-strong);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.23);
}

.nexus-answer__visual {
  min-height: 222px;
  margin-bottom: 22px;
  overflow: hidden;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 14px;
  background:
    linear-gradient(150deg, rgba(87, 206, 232, 0.05), transparent 42%),
    rgba(5, 8, 8, 0.8);
}

.nexus-answer__tag {
  display: block;
  margin: 0 7px 10px;
  color: rgba(226, 185, 93, 0.74);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nexus-answer h3,
.nexus-live-card h3 {
  margin: 0 7px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.nexus-answer > p,
.nexus-live-card > p,
.nexus-live-card > div > p {
  margin: 11px 7px 0;
  color: rgba(244, 239, 228, 0.58);
  font-size: 0.92rem;
  line-height: 1.58;
}

.nexus-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nexus-filter-row span {
  padding: 6px 8px;
  border: 1px solid rgba(87, 206, 232, 0.17);
  border-radius: 999px;
  background: rgba(87, 206, 232, 0.055);
  color: rgba(198, 241, 250, 0.82);
  font-size: 0.64rem;
  font-weight: 750;
}

.nexus-result-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 23px;
}

.nexus-result-row div {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
}

.nexus-result-row small {
  color: rgba(244, 239, 228, 0.4);
  font-size: 0.63rem;
  text-transform: uppercase;
}

.nexus-result-row div:first-child strong {
  color: var(--nexus-xp);
}

.nexus-result-row div:last-child strong {
  color: var(--nexus-profit);
}

.nexus-attachment-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
}

.nexus-attachment-row span,
.nexus-attachment-row b {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 9px;
  border-radius: 8px;
  font-size: 0.62rem;
  font-weight: 800;
}

.nexus-attachment-row span {
  border: 1px solid rgba(226, 185, 93, 0.15);
  background: rgba(226, 185, 93, 0.055);
  color: rgba(244, 229, 190, 0.78);
}

.nexus-attachment-row .hunting-route-icon {
  --hunting-route-icon: url("../img/route-icons/route.svg");
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-right: 5px;
  background: currentColor;
  -webkit-mask: var(--hunting-route-icon) center / contain no-repeat;
  mask: var(--hunting-route-icon) center / contain no-repeat;
}

.nexus-attachment-row .wheel-planner-tool-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-right: 5px;
  border: 1px solid #d9aa46;
  border-radius: 50%;
  background: conic-gradient(from -90deg, #6da341 0 90deg, #ad3d61 90deg 180deg, #81509b 180deg 270deg, #278d80 270deg 360deg);
  box-shadow: inset 0 0 0 1px rgba(255, 225, 142, 0.48), 0 0 0 1px rgba(42, 28, 8, 0.72);
}

.nexus-attachment-row .wheel-planner-tool-icon::before {
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent calc(50% - 1px), #101512 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(transparent calc(50% - 1px), #101512 calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)), radial-gradient(circle, transparent 0 34%, rgba(13, 18, 16, 0.9) 36% 41%, transparent 43% 61%, rgba(13, 18, 16, 0.92) 63% 68%, transparent 70%);
  content: "";
}

.nexus-attachment-row .wheel-planner-tool-icon::after {
  position: absolute;
  inset: 4px;
  border: 1px solid #edc45f;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 36%, #3a3424 0 18%, #171a17 50%, #090b0a 100%);
  content: "";
}

.nexus-attachment-row b {
  margin-left: auto;
  background: linear-gradient(180deg, rgba(226, 185, 93, 0.92), rgba(173, 126, 43, 0.92));
  color: #17130c;
}

.nexus-task-head,
.nexus-task-step {
  display: flex;
  align-items: center;
}

.nexus-task-head {
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 3px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(244, 239, 228, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
}

.nexus-task-head b {
  padding: 4px 7px;
  border-radius: 999px;
  background: var(--nexus-profit-soft);
  color: var(--nexus-profit);
  font-size: 0.59rem;
}

.nexus-task-step {
  gap: 10px;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.022);
}

.nexus-task-step > i {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 7px;
  background: rgba(226, 185, 93, 0.12);
  color: var(--nexus-duration);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
}

.nexus-task-step > span {
  display: grid;
  flex: 1;
  min-width: 0;
}

.nexus-task-step strong {
  overflow: hidden;
  color: rgba(244, 239, 228, 0.86);
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nexus-task-step small {
  margin-top: 3px;
  color: rgba(244, 239, 228, 0.38);
  font-size: 0.59rem;
}

.nexus-task-step > b {
  color: var(--nexus-level);
  font-size: 0.66rem;
}

.nexus-comparison {
  display: grid;
  align-content: start;
  gap: 12px;
}

.nexus-compare-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(244, 239, 228, 0.58);
  font-size: 0.7rem;
}

.nexus-compare-head strong {
  color: var(--nexus-success);
}

.nexus-compare-row {
  display: grid;
  grid-template-columns: 38px 1fr 52px;
  gap: 8px;
  align-items: center;
  font-size: 0.63rem;
}

.nexus-compare-row > span {
  color: rgba(244, 239, 228, 0.46);
}

.nexus-compare-row > i {
  overflow: hidden;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.nexus-compare-row > i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--nexus-xp);
}

.nexus-compare-row--profit > i b {
  background: var(--nexus-profit);
}

.nexus-compare-row--time > i b {
  background: var(--nexus-duration);
}

.nexus-compare-row > strong {
  color: rgba(244, 239, 228, 0.74);
  font-size: 0.61rem;
  text-align: right;
}

.nexus-moment-chip {
  display: flex;
  align-items: center;
  align-self: end;
  margin-top: 22px;
  padding: 11px;
  border: 1px solid rgba(87, 206, 232, 0.13);
  border-radius: 10px;
  background: rgba(87, 206, 232, 0.045);
  color: rgba(203, 241, 249, 0.74);
  font-size: 0.65rem;
  font-weight: 750;
}

.nexus-moment-chip img {
  flex: 0 0 auto;
  width: 25px;
  height: 19px;
  margin-right: 9px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(87, 206, 232, 0.18));
}

.nexus-live-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.nexus-live-card {
  position: relative;
  min-width: 0;
  min-height: 310px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--nexus-border);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 42%),
    rgba(15, 19, 18, 0.95);
}

.nexus-live-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 15%, rgba(87, 206, 232, 0.09), transparent 40%);
  transition: opacity 180ms ease;
  pointer-events: none;
}

.nexus-live-card:hover::before {
  opacity: 1;
}

.nexus-live-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 19px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(226, 185, 93, 0.14));
}

.nexus-live-card h3,
.nexus-live-card > p {
  margin-left: 0;
  margin-right: 0;
}

.nexus-live-card h3 {
  margin-top: 22px;
}

.nexus-overlay-demo {
  position: relative;
  height: 88px;
  border: 1px solid rgba(87, 206, 232, 0.12);
  border-radius: 11px;
  background:
    linear-gradient(rgba(87, 206, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 206, 232, 0.04) 1px, transparent 1px),
    rgba(4, 7, 7, 0.68);
  background-size: 20px 20px;
}

.nexus-overlay-demo span {
  position: absolute;
  border: 1px solid rgba(87, 206, 232, 0.35);
  border-radius: 5px;
  background: rgba(87, 206, 232, 0.07);
  box-shadow: 0 0 14px rgba(87, 206, 232, 0.05);
}

.nexus-overlay-demo span:nth-child(1) {
  inset: 13px 52% 45px 11px;
}

.nexus-overlay-demo span:nth-child(2) {
  inset: 36px 15px 13px 35%;
}

.nexus-overlay-demo span:nth-child(3) {
  inset: 13px 17px 57px 58%;
  border-color: rgba(231, 104, 248, 0.3);
  background: rgba(231, 104, 248, 0.06);
}

.nexus-chat-demo {
  display: grid;
  gap: 8px;
  min-height: 88px;
}

.nexus-chat-demo span,
.nexus-chat-demo strong {
  width: fit-content;
  max-width: 92%;
  padding: 9px 11px;
  border-radius: 10px 10px 10px 3px;
  font-size: 0.7rem;
}

.nexus-chat-demo span {
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(244, 239, 228, 0.56);
}

.nexus-chat-demo strong {
  justify-self: end;
  border: 1px solid rgba(87, 206, 232, 0.17);
  border-radius: 10px 10px 3px 10px;
  background: rgba(87, 206, 232, 0.07);
  color: rgba(198, 241, 250, 0.84);
}

.nexus-alert-demo {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 88px;
}

.nexus-alert-ring {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  border: 3px solid rgba(226, 185, 93, 0.18);
  border-top-color: var(--nexus-duration);
  border-right-color: rgba(226, 185, 93, 0.6);
  border-radius: 50%;
  color: var(--nexus-duration);
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.3rem;
  box-shadow: inset 0 0 18px rgba(226, 185, 93, 0.04);
}

.nexus-alert-demo strong {
  display: flex;
  align-items: center;
  padding: 8px 9px;
  border-radius: 8px;
  background: var(--nexus-success-soft);
  color: var(--nexus-success);
  font-size: 0.66rem;
}

.nexus-alert-demo strong i {
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.nexus-training-demo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  min-height: 88px;
}

.nexus-training-demo span {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
}

.nexus-training-demo span:first-child {
  grid-column: 1 / -1;
}

.nexus-training-demo small {
  color: rgba(244, 239, 228, 0.38);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.nexus-training-demo strong {
  color: var(--nexus-level);
  font-size: 0.72rem;
}

.nexus-training-demo span:nth-child(2) strong {
  color: var(--nexus-profit);
}

.nexus-training-demo span:nth-child(3) strong {
  color: var(--nexus-duration);
}

.nexus-live-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(220px, 0.8fr) minmax(420px, 1.6fr);
  gap: 24px;
  align-items: center;
  min-height: 150px;
}

.nexus-story-showcase {
  margin-top: 22px;
}

.nexus-live-card--wide .nexus-live-icon {
  width: 32px;
  height: 32px;
  margin: 0;
}

.nexus-live-card--wide h3,
.nexus-live-card--wide p {
  margin-top: 0;
}

.nexus-story-video-wrap {
  min-width: 0;
  margin: 0;
}

.nexus-story-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(226, 185, 93, 0.18);
  border-radius: 11px;
  background: #070909;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
}

/* Screenshot-led product journey */
.nexus-section--journey {
  overflow: hidden;
  padding-top: clamp(82px, 8vw, 118px);
  border-top: 1px solid rgba(226, 185, 93, 0.1);
  background:
    radial-gradient(circle at 12% 38%, rgba(87, 206, 232, 0.08), transparent 28%),
    radial-gradient(circle at 86% 42%, rgba(231, 104, 248, 0.075), transparent 31%),
    linear-gradient(180deg, #0c1110 0%, #101514 48%, #0c1010 100%);
}

.nexus-section--journey::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(226, 185, 93, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 185, 93, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.nexus-section--journey .nexus-section-head p,
.nexus-section--evidence .nexus-section-head p {
  max-width: 800px;
}

.nexus-journey-grid {
  display: grid;
  grid-template-columns: minmax(205px, 0.62fr) 42px minmax(315px, 1fr) 42px minmax(350px, 1.14fr);
  gap: 14px;
  align-items: center;
  margin-top: clamp(38px, 5vw, 62px);
}

.nexus-journey-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(226, 185, 93, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.042), transparent 32%),
    rgba(17, 21, 20, 0.96);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.3);
}

.nexus-journey-card--input {
  border-color: rgba(87, 206, 232, 0.24);
  background:
    radial-gradient(circle at 50% 22%, rgba(87, 206, 232, 0.07), transparent 34%),
    rgba(14, 19, 19, 0.97);
}

.nexus-journey-card--analysis {
  border-color: rgba(231, 104, 248, 0.21);
}

.nexus-journey-card--overview {
  border-color: rgba(226, 185, 93, 0.25);
}

.nexus-stage-label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 5px 11px;
  color: rgba(244, 239, 228, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nexus-stage-label span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(226, 185, 93, 0.22);
  border-radius: 50%;
  color: var(--nexus-duration);
  font-size: 0.61rem;
}

.nexus-product-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  background: #080b0b;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35), 0 18px 40px rgba(0, 0, 0, 0.22);
}

.nexus-product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.nexus-lightbox-frame {
  position: relative;
}

.nexus-lightbox-frame::after {
  content: attr(data-lightbox-label);
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 6px 9px;
  border: 1px solid rgba(255, 220, 139, 0.42);
  border-radius: 999px;
  color: #f4dfaa;
  background: rgba(7, 10, 9, 0.88);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.nexus-lightbox-frame:hover::after,
.nexus-lightbox-frame:focus-within::after {
  opacity: 1;
  transform: translateY(0);
}

.nexus-lightbox-trigger {
  cursor: zoom-in;
  transition: filter 150ms ease;
}

.nexus-lightbox-trigger:hover {
  filter: brightness(1.06);
}

.nexus-lightbox-trigger:focus-visible {
  outline: 2px solid rgba(244, 207, 118, 0.92);
  outline-offset: -3px;
}

@media (hover: none) {
  .nexus-lightbox-frame::after {
    opacity: 0.88;
    transform: none;
  }
}

.nexus-product-frame--input {
  display: grid;
  place-items: center;
  padding: clamp(14px, 2vw, 22px) 6px;
  background:
    radial-gradient(circle at 50% 50%, rgba(87, 206, 232, 0.075), transparent 58%),
    #080c0c;
}

.nexus-product-frame--input img {
  width: min(100%, 353px);
  border-radius: 7px;
}

.nexus-journey-copy {
  padding: 18px 7px 8px;
}

.nexus-journey-copy h3 {
  margin: 0 0 9px;
  color: #f4efe4;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.2rem, 1.8vw, 1.58rem);
  line-height: 1.14;
}

.nexus-journey-copy p {
  margin: 0;
  color: rgba(244, 239, 228, 0.6);
  font-size: 0.84rem;
  line-height: 1.62;
}

.nexus-journey-connector {
  display: grid;
  place-items: center;
  min-width: 0;
}

.nexus-journey-connector span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(226, 185, 93, 0.22), rgba(226, 185, 93, 0.72));
  box-shadow: 0 0 14px rgba(226, 185, 93, 0.18);
}

.nexus-journey-connector span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(226, 185, 93, 0.82);
  border-right: 1px solid rgba(226, 185, 93, 0.82);
  transform: translateY(-50%) rotate(45deg);
}

.nexus-journey-summary {
  display: grid;
  grid-template-columns: auto minmax(230px, 0.85fr) minmax(420px, 1.15fr);
  gap: 19px;
  align-items: center;
  max-width: 1040px;
  margin: 30px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(226, 185, 93, 0.15);
  border-radius: 16px;
  background: rgba(8, 12, 12, 0.76);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.nexus-journey-summary > img {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 0 12px rgba(226, 185, 93, 0.22));
}

.nexus-journey-summary p {
  margin: 0;
  color: rgba(244, 239, 228, 0.66);
  font-size: 0.82rem;
  line-height: 1.5;
}

.nexus-journey-summary p strong {
  color: #f4efe4;
}

.nexus-journey-summary > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.nexus-journey-summary span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(244, 239, 228, 0.63);
  font-size: 0.67rem;
  font-weight: 750;
}

.nexus-section--evidence {
  overflow: hidden;
  padding-top: clamp(88px, 8vw, 124px);
  background:
    radial-gradient(circle at 82% 18%, rgba(232, 150, 98, 0.065), transparent 27%),
    radial-gradient(circle at 15% 66%, rgba(126, 168, 239, 0.055), transparent 28%),
    #0a0e0e;
}

.nexus-proof-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  margin-top: clamp(42px, 6vw, 76px);
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(226, 185, 93, 0.16);
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 35%),
    rgba(17, 21, 20, 0.92);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.28);
}

.nexus-proof-story--reverse {
  grid-template-columns: minmax(520px, 1.2fr) minmax(290px, 0.8fr);
}

.nexus-proof-story--reverse .nexus-proof-story__copy {
  order: 2;
}

.nexus-proof-story--reverse .nexus-proof-story__media {
  order: 1;
}

.nexus-product-tag {
  display: block;
  margin-bottom: 12px;
  color: var(--nexus-duration);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nexus-proof-story__copy h3,
.nexus-history-card h3,
.nexus-live-card--echo h3,
.nexus-live-card--companion h3 {
  margin: 0;
  color: #f4efe4;
  font-family: "Cinzel", Georgia, serif;
  line-height: 1.06;
}

.nexus-proof-story__copy h3 {
  font-size: clamp(2.1rem, 3.5vw, 3.55rem);
}

.nexus-proof-story__copy > p:not(.nexus-private-note) {
  margin: 18px 0 0;
  color: rgba(244, 239, 228, 0.66);
  font-size: 1rem;
  line-height: 1.72;
}

.nexus-proof-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.nexus-proof-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(244, 239, 228, 0.72);
  font-size: 0.84rem;
  line-height: 1.5;
}

.nexus-proof-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 10px;
  height: 1px;
  background: var(--nexus-duration);
  box-shadow: 0 0 7px rgba(226, 185, 93, 0.38);
}

.nexus-private-note {
  margin: 25px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(131, 217, 109, 0.14);
  border-radius: 11px;
  background: rgba(131, 217, 109, 0.055);
  color: rgba(207, 239, 198, 0.68);
  font-size: 0.73rem;
  line-height: 1.5;
}

.nexus-private-note strong {
  color: var(--nexus-success);
}

.nexus-proof-story__media {
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(226, 189, 110, 0.2);
  border-radius: 16px;
  background: #070909;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.nexus-proof-story__media img {
  display: block;
  width: 100%;
  height: auto;
}

.nexus-proof-story__media--route {
  max-width: 610px;
  justify-self: center;
}

.nexus-task-planner {
  margin-top: 22px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(87, 206, 232, 0.18);
  border-radius: 25px;
  background:
    radial-gradient(circle at 80% 10%, rgba(87, 206, 232, 0.075), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 34%),
    rgba(15, 20, 19, 0.95);
  box-shadow: 0 34px 76px rgba(0, 0, 0, 0.27);
}

.nexus-task-planner__head {
  display: grid;
  grid-template-columns: minmax(380px, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: 28px;
}

.nexus-task-planner__head h3 {
  max-width: 18ch;
  margin: 0;
  color: #f4efe4;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(2.15rem, 3.6vw, 3.65rem);
  line-height: 1.04;
}

.nexus-task-planner__head p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(244, 239, 228, 0.65);
  font-size: 1rem;
  line-height: 1.7;
}

.nexus-task-planner__benefits {
  display: grid;
  gap: 8px;
}

.nexus-task-planner__benefits span {
  position: relative;
  padding: 10px 12px 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.026);
  color: rgba(244, 239, 228, 0.69);
  font-size: 0.75rem;
  font-weight: 750;
}

.nexus-task-planner__benefits span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nexus-level);
  box-shadow: 0 0 9px rgba(87, 206, 232, 0.55);
  transform: translateY(-50%);
}

.nexus-task-totals {
  display: grid;
  grid-template-columns: minmax(170px, 1.2fr) repeat(5, minmax(112px, 1fr));
  overflow: hidden;
  margin: 0 0 20px;
  border: 1px solid rgba(226, 185, 93, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(226, 185, 93, 0.035), rgba(87, 206, 232, 0.025)),
    #0a0e0e;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.nexus-task-totals__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 13px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.065);
}

.nexus-task-totals__title span,
.nexus-task-total span {
  color: rgba(244, 239, 228, 0.46);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.nexus-task-totals__title strong {
  color: rgba(244, 239, 228, 0.84);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.nexus-task-total {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  grid-template-areas:
    "icon value"
    "icon label";
  gap: 2px 7px;
  align-content: center;
  min-width: 0;
  padding: 12px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.055);
}

.nexus-task-total img {
  grid-area: icon;
  align-self: center;
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.nexus-task-total strong {
  grid-area: value;
  overflow: hidden;
  color: #f4efe4;
  font-size: 0.9rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nexus-task-total span {
  grid-area: label;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nexus-task-total--points strong,
.nexus-task-total--profit strong {
  color: var(--nexus-profit);
}

.nexus-task-total--xp strong {
  color: var(--nexus-xp);
}

.nexus-task-total--reward strong {
  color: #d99bdf;
}

.nexus-task-planner__screens {
  display: grid;
  grid-template-columns: minmax(500px, 1.14fr) 38px minmax(430px, 0.86fr);
  gap: 15px;
  align-items: start;
}

.nexus-task-shot {
  overflow: hidden;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(226, 185, 93, 0.15);
  border-radius: 16px;
  background: #080b0b;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
}

.nexus-task-shot figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(244, 239, 228, 0.66);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nexus-task-shot figcaption span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(87, 206, 232, 0.23);
  border-radius: 50%;
  color: var(--nexus-level);
  font-size: 0.59rem;
}

.nexus-task-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.nexus-task-connector {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.nexus-task-connector span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(87, 206, 232, 0.18), rgba(226, 185, 93, 0.68));
}

.nexus-task-connector span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(226, 185, 93, 0.78);
  border-right: 1px solid rgba(226, 185, 93, 0.78);
  transform: translateY(-50%) rotate(45deg);
}

.nexus-history-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 22px;
  margin-top: 22px;
}

.nexus-history-card {
  min-width: 0;
  padding: 16px 16px 22px;
  border: 1px solid rgba(226, 185, 93, 0.15);
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.035), transparent 34%),
    rgba(16, 20, 19, 0.94);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.25);
}

.nexus-history-card__media {
  overflow: hidden;
  margin: 0 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 13px;
  background: #070909;
}

.nexus-history-card__media img {
  display: block;
  width: 100%;
  height: auto;
}

.nexus-history-card .nexus-product-tag,
.nexus-history-card h3,
.nexus-history-card > p {
  margin-left: 8px;
  margin-right: 8px;
}

.nexus-history-card h3 {
  font-size: clamp(1.7rem, 2.7vw, 2.55rem);
}

.nexus-history-card > p {
  margin-top: 12px;
  margin-bottom: 0;
  color: rgba(244, 239, 228, 0.61);
  line-height: 1.65;
}

.nexus-history-card--studio {
  border-color: rgba(131, 217, 109, 0.15);
}

.nexus-live-card--echo {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  padding: clamp(24px, 3vw, 34px);
  border-color: rgba(222, 96, 57, 0.2);
  background:
    radial-gradient(circle at 78% 24%, rgba(222, 96, 57, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 38%),
    rgba(18, 18, 17, 0.96);
}

.nexus-live-card--echo .nexus-product-tag {
  margin-bottom: 14px;
  color: #e28562;
}

.nexus-live-card--echo h3 {
  margin-top: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.55rem);
}

.nexus-live-card--echo p {
  margin: 16px 0 0;
  color: rgba(244, 239, 228, 0.62);
  line-height: 1.7;
}

.nexus-echo-points {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nexus-echo-points li {
  position: relative;
  padding: 10px 12px 10px 30px;
  border: 1px solid rgba(222, 96, 57, 0.13);
  border-radius: 10px;
  background: rgba(222, 96, 57, 0.035);
  color: rgba(244, 224, 216, 0.68);
  font-size: 0.72rem;
  font-weight: 750;
}

.nexus-echo-points li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #df633d;
  box-shadow: 0 0 11px rgba(223, 99, 61, 0.72);
  transform: translateY(-50%);
}

.nexus-echo-visuals {
  display: grid;
  min-width: 0;
}

.nexus-echo-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(222, 96, 57, 0.19);
  border-radius: 14px;
  background: #0a0908;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

.nexus-echo-media img {
  display: block;
  width: 100%;
  height: auto;
}

.nexus-echo-media--stats {
  width: min(49%, 380px);
  margin-top: -43%;
  margin-right: 18px;
  justify-self: end;
  border-color: rgba(226, 185, 93, 0.23);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.46);
}

.nexus-echo-media figcaption {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid rgba(222, 96, 57, 0.22);
  border-radius: 999px;
  background: rgba(10, 8, 7, 0.84);
  color: #e28562;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.nexus-live-card--companion {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  padding: clamp(24px, 3vw, 34px);
  border-color: rgba(131, 217, 109, 0.17);
  background:
    radial-gradient(circle at 76% 26%, rgba(131, 217, 109, 0.075), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 38%),
    rgba(15, 20, 18, 0.96);
}

.nexus-live-card--companion .nexus-product-tag {
  margin-bottom: 14px;
}

.nexus-live-card--companion h3 {
  margin-top: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.55rem);
}

.nexus-live-card--companion p {
  margin: 16px 0 0;
  color: rgba(244, 239, 228, 0.62);
  line-height: 1.7;
}

.nexus-pet-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nexus-pet-path li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(131, 217, 109, 0.12);
  border-radius: 10px;
  background: rgba(131, 217, 109, 0.035);
  color: rgba(225, 242, 219, 0.68);
  font-size: 0.7rem;
  font-weight: 750;
}

.nexus-pet-path li:last-child {
  grid-column: 1 / -1;
}

.nexus-pet-path span {
  color: var(--nexus-success);
  font-size: 0.57rem;
  letter-spacing: 0.06em;
}

.nexus-live-card--companion .nexus-pet-note {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(226, 185, 93, 0.13);
  border-radius: 11px;
  background: rgba(226, 185, 93, 0.045);
  color: rgba(244, 239, 228, 0.57);
  font-size: 0.73rem;
  line-height: 1.55;
}

.nexus-pet-note strong {
  color: var(--nexus-duration);
}

.nexus-companion-visuals {
  display: grid;
  min-width: 0;
}

.nexus-companion-media {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(226, 185, 93, 0.17);
  border-radius: 14px;
  background: #080a0a;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3);
}

.nexus-companion-media img {
  display: block;
  width: 100%;
  height: auto;
}

.nexus-companion-media--collection {
  position: relative;
  width: min(46%, 340px);
  margin-top: clamp(-170px, -19vw, -108px);
  margin-right: 18px;
  justify-self: end;
  border-color: rgba(131, 217, 109, 0.2);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.42);
}

.nexus-trust {
  padding: clamp(54px, 6vw, 76px) 0;
  border-top: 1px solid rgba(226, 185, 93, 0.1);
  border-bottom: 1px solid rgba(226, 185, 93, 0.1);
  background:
    linear-gradient(90deg, rgba(226, 185, 93, 0.035), transparent 42%),
    #0a0e0e;
}

.nexus-trust__layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.nexus-trust .nexus-kicker::after,
.nexus-final .nexus-kicker::after {
  display: none;
}

.nexus-trust h2 {
  max-width: 20ch;
  font-size: clamp(2.25rem, 3.5vw, 3.45rem);
}

.nexus-trust p {
  max-width: 580px;
  margin: 0;
  color: rgba(244, 239, 228, 0.64);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.7;
}

.nexus-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--nexus-duration);
  font-weight: 800;
}

.nexus-text-link:hover {
  color: #f4d78f;
}

.nexus-final {
  overflow: hidden;
  padding: clamp(64px, 7vw, 92px) 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(226, 185, 93, 0.13), transparent 36%),
    radial-gradient(circle at 20% 40%, rgba(231, 104, 248, 0.07), transparent 27%),
    radial-gradient(circle at 82% 30%, rgba(87, 206, 232, 0.07), transparent 28%),
    #0e1212;
}

.nexus-final__card {
  display: grid;
  justify-items: center;
  max-width: 940px;
  padding: clamp(38px, 5vw, 56px);
  border: 1px solid rgba(226, 185, 93, 0.18);
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 34%),
    rgba(17, 22, 21, 0.9);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.32);
  text-align: center;
}

.nexus-final h2 {
  margin-bottom: 18px;
}

.nexus-final p {
  margin: 0;
  color: rgba(244, 239, 228, 0.62);
  font-size: 1.05rem;
}

.nexus-final .hero-actions {
  justify-content: center;
  margin-top: 25px;
}

.nexus-price-note {
  margin-top: 16px;
  color: rgba(226, 185, 93, 0.72);
  font-size: 0.78rem;
  font-weight: 750;
}

@media (max-width: 1100px) {
  .nexus-workflow {
    grid-template-columns: 1fr 32px 1fr;
  }

  .nexus-input-card::after,
  .nexus-core::after {
    display: none;
  }

  .nexus-core {
    grid-column: 1 / -1;
    min-height: 115px;
  }

  .nexus-match-grid {
    grid-column: 1 / -1;
    min-height: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .nexus-answer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nexus-answer--progress {
    grid-column: 1 / -1;
  }

  .nexus-live-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .nexus-hero {
    padding-top: 46px;
  }

  .nexus-hero__copy h1 {
    font-size: clamp(3.15rem, 15vw, 5rem);
    line-height: 0.91;
  }

  .nexus-hero__lead {
    font-size: 1rem;
  }

  .nexus-hero__actions {
    width: 100%;
  }

  .nexus-hero__actions .btn {
    flex: 1 1 190px;
  }

  .nexus-tour-wrap {
    width: min(calc(100% - 20px), var(--container));
  }

  .nexus-tour-frame {
    border-radius: 14px;
  }

  .nexus-tour-frame::before {
    inset: 4px;
    border-radius: 10px;
  }

  .nexus-tour-frame::after {
    inset: 7px;
    background-size:
      24px 1px,
      1px 24px,
      24px 1px,
      1px 24px,
      24px 1px,
      1px 24px,
      24px 1px,
      1px 24px;
  }

  .nexus-metrics {
    grid-template-columns: 1fr 1fr;
    width: min(calc(100% - 28px), 520px);
  }

  .nexus-metric {
    padding: 13px 14px;
  }

  .nexus-metric:nth-child(2) {
    border-right: 0;
  }

  .nexus-metric:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .nexus-section {
    padding: 68px 0;
  }

  .nexus-section--workflow {
    padding-top: 76px;
  }

  .nexus-workflow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nexus-flow-join {
    display: none;
  }

  .nexus-input-card,
  .nexus-core {
    min-height: 112px;
  }

  .nexus-match-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nexus-answer-grid,
  .nexus-live-grid {
    grid-template-columns: 1fr;
  }

  .nexus-answer--progress,
  .nexus-live-card--wide {
    grid-column: auto;
  }

  .nexus-answer__visual {
    min-height: 205px;
  }

  .nexus-live-card {
    min-height: auto;
  }

  .nexus-live-card--wide {
    grid-template-columns: auto 1fr;
    gap: 18px;
  }

  .nexus-live-card--wide .nexus-story-video-wrap {
    grid-column: 1 / -1;
  }

  .nexus-trust__layout {
    grid-template-columns: 1fr;
  }

  .nexus-trust h2 {
    max-width: 16ch;
  }
}

@media (max-width: 480px) {
  .nexus-hero__copy h1 {
    font-size: clamp(2.85rem, 14.5vw, 4.2rem);
  }

  .nexus-proof span:nth-child(2),
  .nexus-proof span:nth-child(3) {
    display: none;
  }

  .nexus-metric {
    grid-template-columns: 22px 1fr;
    gap: 0 8px;
  }

  .nexus-metric img {
    width: 21px;
  }

  .nexus-match-grid {
    grid-template-columns: 1fr;
  }

  .nexus-result-row {
    grid-template-columns: 1fr;
  }

  .nexus-attachment-row b {
    margin-left: 0;
  }

  .nexus-live-card--wide {
    grid-template-columns: 1fr;
  }


  .nexus-final__card {
    width: min(calc(100% - 24px), var(--container));
  }
}

@media (max-width: 1100px) {
  .nexus-journey-grid {
    grid-template-columns: minmax(230px, 0.72fr) minmax(380px, 1.28fr);
    align-items: start;
  }

  .nexus-journey-connector {
    display: none;
  }

  .nexus-journey-card--overview {
    grid-column: 1 / -1;
    width: min(100%, 720px);
    justify-self: center;
  }

  .nexus-journey-summary {
    grid-template-columns: auto 0.8fr 1.2fr;
  }

  .nexus-task-planner__screens {
    grid-template-columns: 1fr;
  }

  .nexus-task-totals {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .nexus-task-totals__title {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  }

  .nexus-task-connector {
    min-height: 38px;
  }

  .nexus-task-connector span {
    width: 1px;
    height: 38px;
    background: linear-gradient(180deg, rgba(87, 206, 232, 0.18), rgba(226, 185, 93, 0.68));
  }

  .nexus-task-connector span::after {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translateX(50%) rotate(135deg);
  }
}

@media (max-width: 900px) {
  .nexus-proof-story,
  .nexus-proof-story--reverse {
    grid-template-columns: 1fr;
  }

  .nexus-proof-story--reverse .nexus-proof-story__copy,
  .nexus-proof-story--reverse .nexus-proof-story__media {
    order: initial;
  }

  .nexus-proof-story__copy {
    max-width: 680px;
  }

  .nexus-proof-story__media,
  .nexus-proof-story__media--route {
    width: min(100%, 760px);
    max-width: none;
    justify-self: center;
  }

  .nexus-live-card--echo,
  .nexus-live-card--companion {
    grid-template-columns: 1fr;
  }

  .nexus-echo-visuals,
  .nexus-companion-visuals {
    width: min(100%, 780px);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .nexus-journey-grid,
  .nexus-history-grid {
    grid-template-columns: 1fr;
  }

  .nexus-journey-card--overview {
    grid-column: auto;
    width: 100%;
  }

  .nexus-journey-summary {
    grid-template-columns: auto 1fr;
  }

  .nexus-journey-summary > div {
    grid-column: 1 / -1;
  }

  .nexus-proof-story {
    padding: 16px;
    border-radius: 20px;
  }

  .nexus-proof-story__copy {
    padding: 10px 8px 4px;
  }

  .nexus-proof-story__copy h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .nexus-task-planner {
    padding: 16px;
    border-radius: 20px;
  }

  .nexus-task-planner__head {
    grid-template-columns: 1fr;
    padding: 10px 8px 0;
  }

  .nexus-task-planner__head h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .nexus-task-totals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexus-task-totals__title {
    grid-column: 1 / -1;
  }

  .nexus-task-total {
    border-top: 1px solid rgba(255, 255, 255, 0.055);
  }

  .nexus-task-total--time {
    grid-column: 1 / -1;
  }

  .nexus-history-card {
    padding: 12px 12px 20px;
  }

  .nexus-live-card--echo,
  .nexus-live-card--companion {
    grid-template-columns: 1fr;
  }

  .nexus-live-card--echo .nexus-live-card__copy,
  .nexus-live-card--companion .nexus-live-card__copy {
    padding: 4px 2px;
  }
}

@media (max-width: 480px) {
  .nexus-journey-card {
    padding: 10px;
    border-radius: 17px;
  }

  .nexus-journey-summary {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .nexus-journey-summary > div {
    grid-column: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .nexus-history-card h3 {
    font-size: 1.75rem;
  }

  .nexus-pet-path {
    grid-template-columns: 1fr;
  }

  .nexus-pet-path li:last-child {
    grid-column: auto;
  }

  .nexus-companion-media--collection {
    width: min(58%, 340px);
    margin-top: -72px;
    margin-right: 0;
  }

  .nexus-echo-media--stats {
    width: 58%;
    margin-top: -38%;
    margin-right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nexus-live-card::before,
  .nexus-tour-preview__play,
  .nexus-tour-preview__frame,
  .nexus-tour-dot::before {
    transition: none;
  }
}
