/*
 * NxtGen Review — hero.css
 * Section 1: Hero — 2-column layout with NGS Score Card
 */

/* ── Section wrapper ── */
#nxrv-page .nxrv-section--land {
  padding: 48px 40px 52px;
  background: #ffffff;
}

/* ── 2-column layout ── */
#nxrv-page .nxrv-hero-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: center;
}

/* ═══════════════════════════════════════════════════════════════
   LEFT COLUMN — copy
═══════════════════════════════════════════════════════════════ */

#nxrv-page .nxrv-archetype-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6B7280;
  background: rgba(108,99,255,0.06);
  border: 1px solid rgba(108,99,255,0.15);
  border-radius: 999px;
  padding: 3px 12px;
  margin-bottom: 18px;
}

#nxrv-page .nxrv-hero-title {
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 16px;
  max-width: 820px;
}

#nxrv-page .nxrv-hero-title__tool {
  background: linear-gradient(135deg, #6C63FF, #22c55e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 6px;
}

#nxrv-page .nxrv-hero-title__rest {
  color: #111827;
  -webkit-text-fill-color: #111827;
}

#nxrv-page .nxrv-hero-subtitle {
  font-size: 1rem;
  color: #4B5563;
  font-weight: 500;
  margin-bottom: 28px;
  max-width: 620px;
  line-height: 1.6;
}

#nxrv-page .nxrv-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

#nxrv-page .nxrv-stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F8FAFC;
  border: 1px solid #E5E7EB;
  border-radius: 999px;
  padding: 6px 14px;
}

#nxrv-page .nxrv-stat-chip__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9CA3AF;
}

#nxrv-page .nxrv-stat-chip__val {
  font-size: 0.84rem;
  font-weight: 600;
  color: #111827;
}

#nxrv-page .nxrv-escape-line {
  font-size: 0.875rem;
  color: #6B7280;
  margin: 0;
}

#nxrv-page .nxrv-escape-link {
  color: #6C63FF;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#nxrv-page .nxrv-escape-link:hover {
  color: #4F46E5;
  text-decoration: none;
}

/* ═══════════════════════════════════════════════════════════════
   RIGHT COLUMN — NGS Score Card
═══════════════════════════════════════════════════════════════ */

#nxrv-page .nxrv-hero-scorecard {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 28px 22px 22px;
  box-shadow: 0 8px 32px rgba(108,99,255,0.10), 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Ring */
#nxrv-page .nxrv-scorecard-ring {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
}

#nxrv-page .nxrv-ring-svg {
  width: 140px;
  height: 140px;
  display: block;
}

#nxrv-page .nxrv-ring-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#nxrv-page .nxrv-ring-score {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  color: #6C63FF;
  line-height: 1;
  letter-spacing: -0.02em;
}

#nxrv-page .nxrv-ring-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9CA3AF;
  margin-top: 3px;
}

/* Band badge */
#nxrv-page .nxrv-scorecard-band {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 5px 20px;
  margin-bottom: 18px;
}

#nxrv-page .nxrv-band--exceptional {
  background: #EAFAF0;
  color: #166534;
  border: 1px solid rgba(34,197,94,0.25);
}
#nxrv-page .nxrv-band--strong {
  background: #EEF0FF;
  color: #6C63FF;
  border: 1px solid rgba(108,99,255,0.2);
}
#nxrv-page .nxrv-band--acceptable {
  background: #FFFBEB;
  color: #92400E;
  border: 1px solid rgba(245,158,11,0.25);
}
#nxrv-page .nxrv-band--weak {
  background: #FEF2F2;
  color: #991B1B;
  border: 1px solid rgba(239,68,68,0.2);
}
#nxrv-page .nxrv-band--na {
  background: #F3F4F6;
  color: #6B7280;
  border: 1px solid #E5E7EB;
}

/* Divider */
#nxrv-page .nxrv-scorecard-divider {
  width: 100%;
  height: 1px;
  background: #E5E7EB;
  margin-bottom: 18px;
}

/* Persona bars */
#nxrv-page .nxrv-scorecard-personas {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 18px;
}

#nxrv-page .nxrv-scp-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

#nxrv-page .nxrv-scp-label {
  font-size: 0.82rem;
  font-weight: 500;
  color: #6B7280;
  width: 110px;
  flex-shrink: 0;
  line-height: 1.2;
}

#nxrv-page .nxrv-scp-row--top .nxrv-scp-label {
  font-weight: 700;
  color: #6C63FF;
}

#nxrv-page .nxrv-scp-track {
  flex: 1;
  height: 5px;
  background: #EEF0FF;
  border-radius: 999px;
  overflow: hidden;
}

#nxrv-page .nxrv-scp-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6C63FF, #009FE7);
  transition: width 600ms ease-out;
}

#nxrv-page .nxrv-scp-fill--top {
  background: linear-gradient(90deg, #6C63FF, #22c55e);
}

#nxrv-page .nxrv-scp-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #111827;
  width: 26px;
  text-align: right;
  flex-shrink: 0;
}

/* Footer */
#nxrv-page .nxrv-scorecard-footer {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.75rem;
  color: #9CA3AF;
  border-top: 1px solid #F3F4F6;
  padding-top: 14px;
  width: 100%;
  justify-content: center;
}

#nxrv-page .nxrv-scorecard-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6C63FF, #009FE7);
  box-shadow: 0 0 0 3px rgba(108,99,255,0.15);
  flex-shrink: 0;
}

#nxrv-page .nxrv-scorecard-link {
  color: #6C63FF;
  font-weight: 600;
  text-decoration: none;
}

#nxrv-page .nxrv-scorecard-link:hover {
  text-decoration: underline;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */

@media (max-width: 900px) {
  #nxrv-page .nxrv-section--land {
    padding: 36px 24px 40px;
  }
  #nxrv-page .nxrv-hero-layout {
    grid-template-columns: 1fr 240px;
    gap: 28px;
  }
}

@media (max-width: 680px) {
  #nxrv-page .nxrv-hero-layout {
    grid-template-columns: 1fr;
  }
  #nxrv-page .nxrv-hero-scorecard {
    max-width: 300px;
    margin: 0 auto;
  }
  #nxrv-page .nxrv-section--land {
    padding: 28px 16px 32px;
  }
  #nxrv-page .nxrv-stat-strip {
    gap: 7px;
  }
  #nxrv-page .nxrv-stat-chip {
    padding: 5px 10px;
  }
}