.nr-stakes {
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  background: linear-gradient(135deg, rgba(122, 92, 255, 0.06), rgba(0, 243, 255, 0.03));
}

.nr-stakes .nr-h2 { max-width: 900px; }
.nr-stakes-body { max-width: 820px; margin: 0; color: var(--text-dim); font-size: 1.05rem; }

.nr-demo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(0, 255, 65, 0.36);
  border-radius: 999px;
  color: var(--accent-success);
  background: rgba(0, 255, 65, 0.08);
  font: 700 0.65rem var(--font-ui);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nr-demo-question {
  margin: 0 0 1rem;
  font: 700 1rem/1.45 var(--font-ui);
}

.nr-demo-option {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.55rem 0;
  padding: 0.75rem;
  border: 1px solid var(--border-soft);
  border-radius: 4px;
  color: var(--text-dim);
  background: rgba(5, 5, 5, 0.32);
}

.nr-demo-option.correct {
  border-color: rgba(0, 255, 65, 0.44);
  color: var(--text-main);
  background: rgba(0, 255, 65, 0.07);
}

.nr-demo-source { margin: 0.9rem 0 0; color: var(--text-muted); font-size: 0.78rem; }

.nr-guide-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.nr-guide-strip li {
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--text-dim);
  background: rgba(18, 18, 22, 0.7);
  font: 700 0.76rem var(--font-ui);
}

.nr-plan-steps {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: plan;
}

.nr-plan-steps li {
  counter-increment: plan;
  position: relative;
  padding-left: 3rem;
}

.nr-plan-steps li::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(122, 92, 255, 0.45);
  border-radius: 999px;
  color: var(--accent-creation);
  content: counter(plan);
  display: grid;
  place-items: center;
  font: 700 0.85rem var(--font-ui);
}

.nr-pricing-toggle {
  display: inline-flex;
  gap: 4px;
  margin: 1.5rem 0 0;
  padding: 4px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: rgba(18, 18, 22, 0.8);
}

.nr-pricing-toggle-btn {
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--text-dim);
  cursor: pointer;
  font: 700 0.78rem var(--font-ui);
  padding: 0.6rem 1rem;
}

.nr-pricing-toggle-btn.active {
  background: var(--accent-creation);
  color: #fff;
}

.nr-pricing-price {
  margin: 0.4rem 0 1rem;
  font: 700 2rem var(--font-ui);
}

.nr-pricing-cadence { margin-left: 0.35rem; color: var(--text-dim); font-size: 0.82rem; }
.nr-sale-badge { color: var(--accent-success); font-size: 0.7rem; }

.nr-more-strip {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--border-soft);
}

/* ── Monochrome SVG card glyph (Trust Engine + Suite cards) ── */
.nr-card-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0.9rem;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: rgba(122, 92, 255, 0.08);
  color: var(--accent-cyan);
}
.nr-card-ico svg { width: 22px; height: 22px; }

/* ── HERO neural-connection background canvas ── */
.nr-hero { position: relative; }
.nr-neural {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Frosted-glass blur turns the thin strokes into soft, thick neuronal
     strands (we don't really know what a neuron looks like — blurring sells
     the idea and softens every node and pulse at once). */
  filter: blur(3px) saturate(125%);
  opacity: 0.9;
  /* fades the canvas toward the edges so it reads as ambient, not a panel */
  -webkit-mask-image: radial-gradient(120% 90% at 38% 42%, #000 38%, transparent 86%);
  mask-image: radial-gradient(120% 90% at 38% 42%, #000 38%, transparent 86%);
}
.nr-hero-grid { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .nr-neural { display: none; } }

/* ── "Made for" audience section — distinct persona-row layout (breaks the
   repeating card-grid rhythm) with large monochrome SVGs ── */
.nr-audience {
  margin: 1.8rem 0 0;
  border-top: 1px solid var(--border-soft);
}
.nr-audience-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--border-soft);
}
.nr-audience-glyph {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 1px solid var(--border-strong);
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 24%, rgba(0, 243, 255, 0.12), transparent 60%),
    rgba(122, 92, 255, 0.06);
  color: var(--text-main);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.nr-audience-row:hover .nr-audience-glyph { transform: translateY(-4px); border-color: var(--accent-cyan); }
.nr-audience-glyph svg { width: 42px; height: 42px; }
.nr-audience-row:nth-child(even) { grid-template-columns: minmax(0, 1fr) 96px; }
.nr-audience-row:nth-child(even) .nr-audience-glyph { order: 2; }
.nr-audience-row:nth-child(even) .nr-audience-copy { order: 1; text-align: right; }
.nr-audience-copy h3 { margin: 0 0 0.4rem; font: 600 1.2rem var(--font-ui); }
.nr-audience-copy p { margin: 0; color: var(--text-dim); max-width: 58ch; }
.nr-audience-row:nth-child(even) .nr-audience-copy p { margin-left: auto; }
.nr-audience-tag {
  display: inline-block;
  margin-top: 0.55rem;
  color: var(--accent-cyan);
  font: 700 0.72rem var(--font-ui);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .nr-audience-row,
  .nr-audience-row:nth-child(even) { grid-template-columns: 64px minmax(0, 1fr); }
  .nr-audience-row:nth-child(even) .nr-audience-glyph { order: 0; }
  .nr-audience-row:nth-child(even) .nr-audience-copy { order: 0; text-align: left; }
  .nr-audience-row:nth-child(even) .nr-audience-copy p { margin-left: 0; }
  .nr-audience-glyph { width: 60px; height: 60px; border-radius: 14px; }
  .nr-audience-glyph svg { width: 30px; height: 30px; }
}

/* ── Pricing cards — glassmorphism, equalized height (matches the
   profile Plans & Neurons proportions: flex column, features flex:1) ── */
.nr-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 1.6rem 1.5rem;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(28, 28, 38, 0.62), rgba(14, 14, 20, 0.52));
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}
html[data-theme="light"] .nr-pricing-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.74), rgba(246, 248, 252, 0.6));
}
.nr-pricing-card .nr-h3 { letter-spacing: 0.6px; text-transform: uppercase; }
.nr-pricing-card ul {
  flex: 1;
  margin: 0.25rem 0 1.4rem;
  padding: 0;
  list-style: none;
}
.nr-pricing-card ul li {
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text-dim);
  font-size: 0.84rem;
}
html[data-theme="light"] .nr-pricing-card ul li { border-bottom-color: rgba(20, 20, 28, 0.07); }
.nr-pricing-card ul li::before { content: "✓ "; color: var(--accent-success); }
.nr-pricing-card .nr-btn { width: 100%; }
.nr-pricing-card--featured {
  border-color: var(--border-strong);
  box-shadow: 0 0 0 1px rgba(122, 92, 255, 0.18), 0 24px 60px rgba(122, 92, 255, 0.16);
}
.nr-pricing-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: var(--accent-creation);
  color: #fff;
  font: 700 0.62rem var(--font-ui);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(122, 92, 255, 0.4);
}

/* ── "More inside" — bigger rectangle cards (~less than half the height of the
   featured app cards) ── */
.nr-more-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.9rem;
  margin-top: 1.1rem;
}
.nr-more-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  min-height: 96px;
  padding: 0.9rem 1.1rem;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: rgba(18, 18, 22, 0.7);
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
html[data-theme="light"] .nr-more-card { background: rgba(255, 255, 255, 0.8); }
.nr-more-card:hover { transform: translateY(-3px); border-color: var(--border-strong); box-shadow: 0 14px 30px rgba(122, 92, 255, 0.12); }
.nr-more-ico { width: 38px; height: 38px; flex-shrink: 0; padding: 5px; border: 1px solid var(--border-soft); border-radius: 10px; background: rgba(122, 92, 255, 0.1); object-fit: contain; }
.nr-more-ico--svg { display: flex; align-items: center; justify-content: center; color: var(--accent-cyan); }
.nr-more-text { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.nr-more-card strong { color: var(--text-main); font: 700 0.95rem var(--font-ui); }
.nr-more-text span { color: var(--text-dim); font-size: 0.8rem; line-height: 1.4; }

/* Keep the suite links aligned even when card copy wraps to different heights. */
#suite > .nr-container > .nr-grid-4 > .nr-card {
  display: flex;
  flex-direction: column;
}
#suite > .nr-container > .nr-grid-4 > .nr-card > p { flex: 1; }

/* ── Testimonial author with circular avatar (Instagram-style gradient ring) ── */
.nr-testimonials .nr-card { display: flex; flex-direction: column; height: 100%; }
.nr-testimonials .nr-card > p { flex: 1; }
.nr-proof-author { display: flex; align-items: center; gap: 0.6rem; margin-top: auto; padding-top: 1rem; }
.nr-proof-avatar {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-creation), var(--accent-cyan));
}
.nr-proof-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; border: 2px solid var(--bg-deep); }
.nr-proof-author strong { color: var(--text-main); font: 700 0.85rem var(--font-ui); }

/* ── Challenge AI winner-state card (replaces the stakes-section image) ── */
.nr-challenge-wrap { position: relative; }
.nr-challenge-wrap::before {
  content: "";
  position: absolute;
  inset: -14% -8%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(58% 56% at 50% 36%, rgba(0, 255, 65, 0.16), transparent 70%),
    radial-gradient(52% 52% at 72% 82%, rgba(122, 92, 255, 0.2), transparent 72%);
  filter: blur(20px);
}
.nr-challenge-card {
  position: relative;
  z-index: 1;
  padding: 1.4rem;
  border: 1px solid rgba(0, 255, 65, 0.3);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(16, 22, 17, 0.92), rgba(10, 12, 16, 0.92));
  box-shadow: 0 0 0 1px rgba(0, 255, 65, 0.08), 0 24px 60px rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.nr-cc-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.nr-cc-tag { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--accent-creation); font: 700 0.72rem var(--font-ui); letter-spacing: 1px; text-transform: uppercase; }
.nr-cc-win {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.32rem 0.72rem; border-radius: 999px;
  background: rgba(0, 255, 65, 0.12); border: 1px solid rgba(0, 255, 65, 0.45);
  color: var(--accent-success); font: 800 0.68rem var(--font-ui);
  letter-spacing: 1px; text-transform: uppercase;
  box-shadow: 0 0 18px rgba(0, 255, 65, 0.25);
}
.nr-cc-label { display: block; margin-bottom: 0.28rem; color: var(--text-muted); font: 700 0.62rem var(--font-ui); letter-spacing: 1.2px; text-transform: uppercase; }
.nr-cc-claim { margin: 0 0 0.7rem; padding: 0.75rem 0.85rem; border-left: 3px solid var(--accent-error); border-radius: 0 6px 6px 0; background: rgba(255, 0, 85, 0.06); }
.nr-cc-claim s { color: var(--text-dim); }
.nr-cc-correct { margin: 0 0 1rem; padding: 0.75rem 0.85rem; border-left: 3px solid var(--accent-success); border-radius: 0 6px 6px 0; background: rgba(0, 255, 65, 0.06); color: var(--text-main); }
.nr-cc-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 0.9rem; border-top: 1px solid var(--border-soft); }
.nr-cc-verify { color: var(--text-dim); font-size: 0.78rem; line-height: 1.4; }
.nr-cc-points { flex-shrink: 0; color: var(--accent-success); font: 800 1.7rem var(--font-ui); text-shadow: 0 0 18px rgba(0, 255, 65, 0.4); }
