@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&family=Noto+Sans:wght@400;500;600;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #050a18;
  font-size: 17px;
}

body.beyond-page {
  margin: 0;
  min-height: var(--viewport-min-height, 100vh);
  font-family: "Noto Sans", "Manrope", "Inter", sans-serif;
  color: var(--color-text-primary, #e5e9ff);
  background:
    radial-gradient(
      ellipse 90% 60% at 10% 0%,
      rgba(155, 93, 255, 0.22),
      transparent 55%
    ),
    radial-gradient(
      ellipse 70% 50% at 90% 5%,
      rgba(255, 168, 84, 0.14),
      transparent 50%
    ),
    radial-gradient(
      ellipse 50% 40% at 50% 100%,
      rgba(57, 242, 255, 0.1),
      transparent 45%
    ),
    linear-gradient(180deg, #050a18 0%, #08113a 45%, #0a1628 100%);
  -webkit-font-smoothing: antialiased;
}

#beyond-app {
  min-height: var(--viewport-min-height, 100vh);
}

/* ── Shell ── */

.neo-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
}

.neo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.neo-logo {
  height: 80px;
  width: auto;
  object-fit: contain;
}

.neo-header-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.neo-badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(229, 233, 255, 0.85);
  border: 1px solid rgba(155, 93, 255, 0.45);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  background: rgba(12, 18, 40, 0.65);
}

.neo-badge--demo {
  border-color: rgba(255, 168, 84, 0.55);
  background: linear-gradient(
    135deg,
    rgba(155, 93, 255, 0.3),
    rgba(255, 168, 84, 0.15)
  );
  color: #ffd9b0;
}

.neo-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(8, 12, 28, 0.55);
  color: #e8ecff;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
}

.neo-lang-switch:hover {
  border-color: rgba(155, 93, 255, 0.55);
  background: rgba(155, 93, 255, 0.15);
}

.neo-lang-flag {
  border-radius: 2px;
  object-fit: cover;
}

/* ── Progress ── */

.neo-progress-wrap {
  margin-bottom: 1.5rem;
}

.neo-progress-text {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(229, 233, 255, 0.6);
  text-align: center;
}

.neo-progress-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 0.65rem;
}

.neo-progress-bar__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #39f2ff, #9b5dff, #ffa854);
  transition: width 0.4s ease;
}

.neo-progress-steps {
  display: flex;
  justify-content: space-between;
  gap: 0.25rem;
  max-width: 520px;
  margin: 0 auto;
}

.neo-progress-step {
  flex: 1;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.35rem 0;
  border-radius: 8px;
  color: rgba(229, 233, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.25s ease;
}

.neo-progress-step.is-active {
  color: #08113a;
  background: linear-gradient(135deg, #39f2ff, #9b5dff);
}

.neo-progress-step.is-done {
  color: rgba(57, 242, 255, 0.9);
  background: rgba(57, 242, 255, 0.12);
}

/* ── Screen ── */

.neo-screen {
  border: 1px solid rgba(155, 93, 255, 0.28);
  border-radius: 28px;
  padding: 2rem 1.75rem 2.25rem;
  background: rgba(10, 18, 38, 0.9);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.neo-screen--result {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

/* ── Typography ── */

.neo-title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  line-height: 1.2;
  font-weight: 800;
  font-family: "Manrope", "Noto Sans", sans-serif;
  background: linear-gradient(95deg, #ffa854 0%, #c77dff 42%, #39f2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.neo-title--result {
  text-align: center;
  font-size: clamp(1.85rem, 5vw, 2.65rem);
}

.neo-punchlines {
  margin: 0 0 1.25rem;
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
}

.neo-punchline {
  margin: 0 0 0.35rem;
  font-family: "Manrope", "Noto Sans", sans-serif;
  font-size: clamp(1.15rem, 3.2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #f5f6ff;
  text-wrap: balance;
}

.neo-punchline:last-child {
  margin-bottom: 0;
  background: linear-gradient(90deg, #ffa854 0%, #ff6eb4 50%, #39f2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.neo-shell--hero .neo-lead {
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  color: rgba(229, 233, 255, 0.78);
}

.neo-heading {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.3;
  font-family: "Manrope", sans-serif;
  color: #f2f4ff;
}

.neo-heading--center {
  text-align: center;
}

.neo-lead {
  margin: 0 0 1.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(229, 233, 255, 0.88);
  max-width: 52ch;
}

.neo-lead--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.neo-body {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(229, 233, 255, 0.85);
}

.neo-body--center {
  text-align: center;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

/* ── Flow diagram ── */

.neo-flow-diagram {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  margin: 1.5rem 0;
  padding: 1.1rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(57, 242, 255, 0.2);
  background: rgba(57, 242, 255, 0.05);
}

.neo-flow-diagram--compact {
  margin: 1rem 0 0;
  padding: 0.75rem;
  font-size: 0.8rem;
}

.neo-flow-item {
  font-size: 0.9rem;
  font-weight: 600;
  color: #b8f0ff;
}

.neo-flow-diagram--compact .neo-flow-item {
  font-size: 0.75rem;
}

.neo-flow-arrow {
  color: rgba(255, 168, 84, 0.8);
  font-weight: 700;
}

/* ── Hero ── */

.neo-shell--hero .neo-screen {
  text-align: center;
  padding: 2.5rem 2rem 2.75rem;
}

.neo-hero {
  position: relative;
}

.neo-hero-glow {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(255, 168, 84, 0.18),
    transparent 70%
  );
  pointer-events: none;
}

.neo-mascot {
  display: block;
  width: 110px;
  height: auto;
  margin: 0 auto 1.25rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 10px 28px rgba(255, 168, 84, 0.35));
}

.neo-cta-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  margin-top: 2rem;
}

@media (min-width: 520px) {
  .neo-cta-row {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* ── Logic flow (step 2) ── */

.neo-logic-flow {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 640px) {
  .neo-logic-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .neo-logic-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .neo-logic-flow .neo-logic-card:last-child {
    grid-column: 2;
  }
}

.neo-logic-card {
  padding: 1.25rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(155, 93, 255, 0.25);
  background: rgba(8, 17, 58, 0.55);
  position: relative;
}

.neo-logic-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 800;
  color: #08113a;
  background: linear-gradient(135deg, #39f2ff, #9b5dff);
  margin-bottom: 0.65rem;
}

.neo-logic-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f0f2ff;
}

.neo-logic-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(229, 233, 255, 0.78);
}

/* ── Choice layout (2-col) ── */

.neo-choice-layout {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .neo-choice-layout {
    grid-template-columns: 1fr 340px;
    align-items: start;
  }
}

.neo-choices {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.neo-choice-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  text-align: left;
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 255, 0.22);
  background: rgba(8, 17, 58, 0.55);
  color: #e5e9ff;
  font-family: inherit;
  font-size: 1.02rem;
  line-height: 1.55;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.2s,
    transform 0.15s;
}

.neo-choice-card__letter {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.95rem;
  background: rgba(155, 93, 255, 0.25);
  color: #c9b0ff;
}

.neo-choice-card:hover {
  border-color: rgba(155, 93, 255, 0.5);
  background: rgba(155, 93, 255, 0.1);
}

.neo-choice-card.is-selected {
  border-color: rgba(255, 168, 84, 0.6);
  background: linear-gradient(
    135deg,
    rgba(155, 93, 255, 0.22),
    rgba(255, 168, 84, 0.1)
  );
  box-shadow: 0 0 28px rgba(155, 93, 255, 0.2);
  transform: translateY(-2px);
}

.neo-choice-card.is-selected .neo-choice-card__letter {
  background: linear-gradient(135deg, #ffa854, #9b5dff);
  color: #08113a;
}

.neo-choice-card:focus-visible {
  outline: 2px solid #39f2ff;
  outline-offset: 2px;
}

.neo-scenario-text {
  margin: 0 0 1.25rem;
  font-size: 1.1rem;
  line-height: 1.65;
  font-weight: 500;
  color: #f0f2ff;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(255, 168, 84, 0.08);
  border-left: 3px solid #ffa854;
}

/* ── Explain panel ── */

.neo-explain-panel {
  padding: 1.25rem 1.35rem;
  border-radius: 20px;
  border: 1px solid rgba(57, 242, 255, 0.25);
  background: linear-gradient(
    160deg,
    rgba(57, 242, 255, 0.06),
    rgba(155, 93, 255, 0.1)
  );
  position: sticky;
  top: 1rem;
}

.neo-explain-panel--empty {
  opacity: 0.85;
}

.neo-explain-panel__title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #39f2ff;
}

.neo-explain-panel__placeholder {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: rgba(229, 233, 255, 0.55);
  line-height: 1.5;
}

.neo-explain-block {
  margin-bottom: 1.1rem;
}

.neo-explain-label {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(229, 233, 255, 0.5);
}

.neo-explain-value {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(229, 233, 255, 0.92);
}

.neo-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.neo-tag-row--wrap {
  gap: 0.5rem;
}

.neo-tag {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  background: rgba(155, 93, 255, 0.2);
  border: 1px solid rgba(155, 93, 255, 0.35);
  color: #e8e0ff;
}

.neo-tag--sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.55rem;
}

.neo-hub-affinity {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.neo-hub-pill {
  padding: 0.35rem 0.65rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(255, 168, 84, 0.12);
  border: 1px solid rgba(255, 168, 84, 0.3);
  color: #ffd4a8;
}

.neo-hub-pill em {
  font-style: normal;
  opacity: 0.85;
  margin-left: 0.15rem;
}

/* ── Mini bars / signal meter ── */

.neo-mini-bars {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.neo-mini-bar__head {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  margin-bottom: 0.25rem;
  color: rgba(229, 233, 255, 0.88);
}

.neo-mini-bar__weight,
.neo-mini-bar__pct {
  font-size: 0.78rem;
  color: #39f2ff;
}

.neo-mini-bar__track {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.neo-mini-bar__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #9b5dff, #ffa854);
  transition: width 0.5s ease;
}

.neo-signal-meter {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.neo-signal-meter__title {
  margin: 0 0 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 168, 84, 0.9);
}

.neo-cumulative-note {
  margin: 1rem 0 0;
  padding: 0.85rem;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.55;
  background: rgba(155, 93, 255, 0.12);
  border: 1px solid rgba(155, 93, 255, 0.25);
  color: rgba(229, 233, 255, 0.9);
}

/* ── Logic map (step 6) ── */

.neo-meta-tags {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 168, 84, 0.85);
  margin: 0 0 1.25rem;
}

.neo-logic-map {
  display: grid;
  gap: 1.25rem;
  margin: 1.75rem 0;
}

@media (min-width: 768px) {
  .neo-logic-map {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .neo-logic-map {
    grid-template-columns: repeat(4, 1fr);
  }
}

.neo-logic-col {
  padding: 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 255, 0.2);
  background: rgba(8, 17, 58, 0.5);
}

.neo-logic-col h3 {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #39f2ff;
}

.neo-logic-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.neo-logic-list li {
  padding: 0.5rem 0;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(229, 233, 255, 0.88);
}

.neo-logic-col-item {
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
}

.neo-logic-col-item span {
  display: block;
  margin-bottom: 0.3rem;
  color: rgba(229, 233, 255, 0.85);
}

.neo-logic-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.neo-logic-bar div {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #9b5dff, #39f2ff);
  transition: width 0.6s ease;
}

.neo-logic-hub {
  margin-bottom: 0.85rem;
}

.neo-logic-hub.is-top .neo-logic-hub__name {
  color: #ffa854;
}

.neo-logic-hub__name {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.neo-logic-hub__note {
  font-size: 0.72rem;
  color: rgba(229, 233, 255, 0.45);
  font-style: italic;
}

/* ── Profession cards (step 7) ── */

.neo-profession-grid {
  display: grid;
  gap: 1.25rem;
  margin: 1.5rem 0;
}

@media (min-width: 768px) {
  .neo-profession-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.neo-profession-card {
  padding: 1.35rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 255, 0.22);
  background: rgba(8, 17, 58, 0.55);
  opacity: 0.75;
  transition:
    opacity 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
}

.neo-profession-card.is-best {
  opacity: 1;
  border-color: rgba(255, 168, 84, 0.45);
  box-shadow: 0 0 32px rgba(255, 168, 84, 0.12);
}

.neo-profession-card__badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #08113a;
  background: linear-gradient(90deg, #ffa854, #39f2ff);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}

.neo-profession-card__role {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}

.neo-profession-card__desc {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(229, 233, 255, 0.82);
}

.neo-profession-card__fit {
  margin-bottom: 0.85rem;
  font-size: 0.8rem;
  color: rgba(229, 233, 255, 0.55);
}

.neo-profession-card__fit .neo-logic-bar {
  margin-top: 0.35rem;
}

.neo-details summary {
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  color: #39f2ff;
  padding: 0.35rem 0;
}

.neo-details__body {
  padding-top: 0.75rem;
}

.neo-secondary-role {
  text-align: center;
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px dashed rgba(148, 163, 255, 0.3);
  margin-bottom: 1rem;
}

.neo-secondary-role__label {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  color: rgba(229, 233, 255, 0.55);
}

.neo-secondary-role__name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #c9b0ff;
}

/* ── Final result (step 8) ── */

.neo-result-grid {
  display: grid;
  gap: 1.25rem;
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .neo-result-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .neo-result-card--wide {
    grid-column: 1 / -1;
  }
}

.neo-result-card {
  padding: 1.5rem 1.6rem;
  border-radius: 20px;
  border: 1px solid rgba(155, 93, 255, 0.28);
  background: rgba(10, 18, 38, 0.88);
}

.neo-result-card--hero {
  border-color: rgba(255, 168, 84, 0.35);
  background: linear-gradient(
    160deg,
    rgba(155, 93, 255, 0.15),
    rgba(10, 18, 38, 0.9)
  );
}

.neo-result-card--muted {
  background: rgba(8, 17, 58, 0.5);
  border-style: dashed;
}

.neo-result-card h3 {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(229, 233, 255, 0.55);
}

.neo-result-hub-en {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  background: linear-gradient(90deg, #ffa854, #9b5dff, #39f2ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.neo-result-hub-el {
  margin: 0.2rem 0 0;
  font-size: 1.05rem;
  color: rgba(229, 233, 255, 0.65);
}

.neo-result-tag {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: rgba(255, 168, 84, 0.88);
  font-style: italic;
}

.neo-result-note {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  color: rgba(229, 233, 255, 0.45);
}

.neo-result-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.neo-result-chip {
  padding: 0.5rem 0.85rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  background: rgba(57, 242, 255, 0.1);
  border: 1px solid rgba(57, 242, 255, 0.25);
}

.neo-result-chip em {
  font-style: normal;
  margin-left: 0.35rem;
  color: #39f2ff;
  font-size: 0.82rem;
}

.neo-profession-role {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}

.neo-profession-desc {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
}

/* ── Buttons & nav ── */

.neo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
}

.neo-btn--lg {
  padding: 0.9rem 1.75rem;
  font-size: 1.05rem;
}

.neo-btn--xl {
  padding: 1rem 2.25rem;
  font-size: 1.1rem;
}

.neo-btn--primary {
  color: #08113a;
  background: linear-gradient(135deg, #39f2ff 0%, #9b5dff 50%, #ffa854 100%);
  box-shadow: 0 6px 24px rgba(155, 93, 255, 0.35);
}

.neo-btn--primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(155, 93, 255, 0.45);
}

.neo-btn--secondary {
  color: #e5e9ff;
  background: rgba(155, 93, 255, 0.35);
  border: 1px solid rgba(155, 93, 255, 0.5);
}

.neo-btn--ghost {
  color: rgba(229, 233, 255, 0.88);
  background: transparent;
  border: 1px solid rgba(148, 163, 255, 0.35);
}

.neo-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.neo-btn:focus-visible {
  outline: 2px solid #39f2ff;
  outline-offset: 2px;
}

.neo-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.neo-nav-spacer {
  flex: 1;
}

.neo-hint {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: rgba(229, 233, 255, 0.45);
  text-align: right;
}

/* ── Disclaimer ── */

.neo-disclaimer {
  margin-top: 1.5rem;
  padding: 0.9rem 1.15rem;
  border-radius: 14px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.neo-disclaimer--inline {
  border: 1px dashed rgba(148, 163, 255, 0.28);
  background: rgba(8, 17, 58, 0.45);
  text-align: center;
  color: rgba(229, 233, 255, 0.65);
}

.neo-disclaimer--logic {
  border: 1px solid rgba(57, 242, 255, 0.2);
  background: rgba(57, 242, 255, 0.06);
  text-align: center;
  color: rgba(184, 240, 255, 0.9);
  margin: 1.25rem 0;
}

.neo-disclaimer--full {
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 168, 84, 0.35);
  background: linear-gradient(
    135deg,
    rgba(255, 168, 84, 0.12),
    rgba(155, 93, 255, 0.12)
  );
  color: rgba(255, 220, 180, 0.95);
  font-weight: 500;
}

/* ── CTA / QR ── */

.neo-cta-card {
  margin-top: 2rem;
  padding: 1.75rem;
  border-radius: 24px;
  border: 1px solid rgba(57, 242, 255, 0.25);
  background: linear-gradient(
    160deg,
    rgba(57, 242, 255, 0.08),
    rgba(155, 93, 255, 0.12)
  );
  text-align: center;
}

.neo-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: stretch;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .neo-cta-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .neo-cta-buttons .neo-btn {
    flex: 0 1 auto;
  }
}

.neo-restart {
  margin-top: 0.75rem;
}

.neo-qr-panel {
  margin: 1.25rem auto 0;
  padding: 1.25rem;
  max-width: 280px;
  border-radius: 16px;
  background: rgba(8, 17, 58, 0.65);
  border: 1px solid rgba(148, 163, 255, 0.2);
}

.neo-qr-url {
  word-break: break-all;
  font-size: 0.82rem;
  color: #39f2ff;
  margin: 0.5rem 0 1rem;
}

.neo-qr-img {
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  max-width: 100%;
}

/* ── Animations ── */

.neo-animate-in {
  animation: neoFadeUp 0.45s ease both;
}

@keyframes neoFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Mobile ── */

@media (max-width: 899px) {
  .neo-explain-panel {
    position: static;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }

  .neo-shell {
    padding: 1rem 0.85rem 2rem;
  }

  .neo-screen {
    padding: 1.5rem 1.15rem 1.75rem;
    border-radius: 22px;
  }

  .neo-progress-steps {
    display: none;
  }

  .neo-header-badges {
    width: 100%;
  }
}

/* Tablet exhibition */
@media (min-width: 768px) and (max-width: 1024px) {
  .neo-shell {
    max-width: 900px;
    padding: 1.75rem 2rem 3rem;
  }

  .neo-screen {
    padding: 2.25rem 2rem;
  }
}

/* ── BEYOND v2: capability map, path, cards ── */

.neo-positioning {
  margin: 1rem auto 1.25rem;
  max-width: 48ch;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(57, 242, 255, 0.25);
  background: rgba(57, 242, 255, 0.06);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
  color: #b8f0ff;
  text-align: center;
}

.neo-secondary-note {
  margin: 1rem auto 0;
  max-width: 40ch;
  font-size: 0.9rem;
  color: rgba(229, 233, 255, 0.65);
  text-align: center;
}

.neo-script-progress {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffa854;
}

.neo-scenario-text {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border-left: 3px solid #9b5dff;
  background: rgba(155, 93, 255, 0.1);
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(229, 233, 255, 0.9);
}

.neo-chaos-bullets {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  line-height: 1.7;
  color: rgba(229, 233, 255, 0.9);
}

.neo-chaos-bullets li {
  margin-bottom: 0.5rem;
}

.neo-chaos-bridge {
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: rgba(255, 168, 84, 0.08);
  border: 1px solid rgba(255, 168, 84, 0.25);
  font-size: 0.98rem;
  line-height: 1.65;
  color: #ffd9b0;
}

/* Capability map visual */
.neo-capability-map {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 20px;
  border: 1px solid rgba(155, 93, 255, 0.3);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(155, 93, 255, 0.15),
      transparent 55%
    ),
    rgba(8, 17, 58, 0.55);
}

.neo-capability-map--compact {
  padding: 1rem;
  margin: 1rem 0;
}

.neo-map-node {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  opacity: 0.45;
  transition:
    opacity 0.3s,
    background 0.3s;
}

.neo-map-node.is-active {
  opacity: 1;
  background: rgba(57, 242, 255, 0.08);
}

.neo-map-node--center {
  justify-content: center;
  font-weight: 700;
  background: rgba(155, 93, 255, 0.15);
  border: 1px solid rgba(155, 93, 255, 0.35);
  opacity: 1;
}

.neo-map-node__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(229, 233, 255, 0.35);
  flex-shrink: 0;
}

.neo-map-node.is-active .neo-map-node__dot,
.neo-map-node--center .neo-map-node__dot {
  background: linear-gradient(135deg, #39f2ff, #9b5dff);
  box-shadow: 0 0 10px rgba(57, 242, 255, 0.5);
}

.neo-map-node__label {
  font-size: 0.92rem;
  font-weight: 600;
  color: #e5e9ff;
}

.neo-map-connector {
  display: block;
  width: 2px;
  height: 14px;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    rgba(57, 242, 255, 0.5),
    rgba(155, 93, 255, 0.3)
  );
}

@media (min-width: 640px) {
  .neo-capability-map:not(.neo-capability-map--compact) {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.5rem;
  }

  .neo-capability-map:not(.neo-capability-map--compact) .neo-map-connector {
    width: 24px;
    height: 2px;
    background: linear-gradient(
      90deg,
      rgba(57, 242, 255, 0.5),
      rgba(155, 93, 255, 0.3)
    );
  }

  .neo-capability-map:not(.neo-capability-map--compact) .neo-map-node {
    flex: 0 1 auto;
  }
}

/* Role map cards */
.neo-role-map-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 700px) {
  .neo-role-map-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.neo-role-map-card {
  position: relative;
  padding: 1.25rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 255, 0.22);
  background: rgba(10, 18, 38, 0.75);
}

.neo-role-map-card__index {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(57, 242, 255, 0.7);
}

.neo-role-map-card__title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f2f4ff;
}

.neo-role-map-card__why {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(229, 233, 255, 0.78);
}

.neo-role-map-card__skill {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  color: rgba(255, 168, 84, 0.9);
}

.neo-tag--role {
  font-size: 0.72rem;
}

/* Life path visual */
.neo-path-visual {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1.25rem 0;
  padding: 1.15rem;
  border-radius: 18px;
  border: 1px dashed rgba(57, 242, 255, 0.3);
  background: rgba(57, 242, 255, 0.04);
}

@media (min-width: 768px) {
  .neo-path-visual {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .neo-path-arrow {
    align-self: center;
    color: #ffa854;
    font-weight: 700;
    font-size: 1.25rem;
  }
}

.neo-path-step {
  flex: 1;
  min-width: 140px;
  padding: 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.neo-path-step--from {
  border-left: 3px solid #9b5dff;
}

.neo-path-step--via {
  border-left: 3px solid #39f2ff;
}

.neo-path-step--toward {
  border-left: 3px solid #ffa854;
}

.neo-path-step--step {
  border-left: 3px solid #39f2ff;
  background: rgba(57, 242, 255, 0.08);
}

.neo-path-step__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(229, 233, 255, 0.55);
  margin-bottom: 0.35rem;
}

.neo-path-step__value {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #e5e9ff;
}

.neo-life-fields {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

@media (min-width: 600px) {
  .neo-life-fields {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Invisible cards */
.neo-invisible-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .neo-invisible-cards {
    grid-template-columns: 1.4fr 1fr 1fr;
    align-items: stretch;
  }
}

.neo-invisible-card {
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 255, 0.25);
  background: rgba(10, 18, 38, 0.85);
  padding: 1.25rem;
}

.neo-invisible-card--full {
  border-color: rgba(255, 168, 84, 0.4);
  box-shadow: 0 12px 40px rgba(255, 168, 84, 0.08);
}

.neo-invisible-card__title {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f2f4ff;
}

.neo-invisible-card__fields {
  margin: 1rem 0 0;
}

.neo-invisible-card__fields div {
  margin-bottom: 0.85rem;
}

.neo-invisible-card__fields dt {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 168, 84, 0.85);
  margin-bottom: 0.25rem;
}

.neo-invisible-card__fields dd {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(229, 233, 255, 0.85);
}

.neo-invisible-card__note {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(229, 233, 255, 0.6);
  font-style: italic;
}

.neo-invisible-card--locked {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.neo-invisible-card__blur {
  filter: blur(5px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}

.neo-invisible-card__lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background: rgba(8, 17, 58, 0.72);
  text-align: center;
}

.neo-invisible-card__lock-overlay p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e5e9ff;
}

.neo-lock-icon {
  font-size: 1.5rem;
}

/* Final summary & CTA */
.neo-summary-grid {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 1.75rem;
}

@media (min-width: 640px) {
  .neo-summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.neo-summary-item {
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 255, 0.18);
}

.neo-summary-item span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(229, 233, 255, 0.5);
  margin-bottom: 0.35rem;
}

.neo-summary-item strong {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  color: #e5e9ff;
}

.neo-email-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 420px;
  margin: 0 auto 1.5rem;
}

.neo-email-input {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 255, 0.3);
  background: rgba(8, 17, 58, 0.65);
  color: #e5e9ff;
  font-size: 1rem;
}

.neo-email-input::placeholder {
  color: rgba(229, 233, 255, 0.45);
}

.neo-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(229, 233, 255, 0.7);
  cursor: pointer;
}

.neo-consent input {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.neo-email-success {
  text-align: center;
  color: #39f2ff;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.neo-email-error {
  margin: 0;
  font-size: 0.82rem;
  color: #ff8a8a;
}

.neo-cta-grid {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
  .neo-cta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.neo-b2b-block {
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(155, 93, 255, 0.35);
  background: rgba(155, 93, 255, 0.08);
  text-align: center;
}

.neo-b2b-question {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(229, 233, 255, 0.88);
}

.neo-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1rem;
}

/* Share card */
.neo-share-card {
  margin: 1.25rem auto 1.75rem;
  max-width: 360px;
}

.neo-share-card-inner {
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 168, 84, 0.35);
  background: linear-gradient(145deg, #0a1628, #08113a);
  text-align: center;
}

.neo-share-card__logo {
  margin-bottom: 0.75rem;
}

.neo-share-card__badge {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 168, 84, 0.9);
}

.neo-share-card__title {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f2f4ff;
}

.neo-share-card__pattern {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  background: linear-gradient(90deg, #ffa854, #9b5dff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.neo-share-card__roles {
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(229, 233, 255, 0.85);
}

.neo-share-card__step {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: rgba(229, 233, 255, 0.7);
}

.neo-share-card__url {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #39f2ff;
}
