#nptr-registro { color: var(--nptr-azul-oscuro); }
#nptr-registro .nptr-hr-hero { position: relative; padding: 65px 0 75px; background: radial-gradient(circle at 90% 10%,rgba(244,196,48,.22),transparent 28%),linear-gradient(135deg,#fff,var(--nptr-azul-claro)); }
#nptr-registro .nptr-hr-hero::before { content:""; position:absolute; top:0; left:0; width:100%; height:5px; background:linear-gradient(90deg,var(--nptr-rojo) 0 33%,var(--nptr-amarillo) 33% 66%,var(--nptr-rojo) 66% 100%); }
#nptr-registro .nptr-hr-hero-grid { display:grid; grid-template-columns:1.3fr .7fr; gap:60px; align-items:center; }
#nptr-registro .nptr-hr-hero h1 { margin:20px 0; font-size:clamp(44px,6vw,68px); line-height:1; letter-spacing:-.055em; }
#nptr-registro .nptr-hr-hero h1 span { color:var(--nptr-rojo); }
#nptr-registro .nptr-hr-hero p { color:var(--nptr-gris); font-size:18px; }
#nptr-registro .nptr-hr-chips { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
#nptr-registro .nptr-hr-chips span { padding:7px 10px; border-radius:999px; background:#fff; color:var(--nptr-azul); font-size:11px; font-weight:800; }
#nptr-registro .nptr-hr-seguridad { padding:28px; border:1px solid var(--nptr-borde); border-radius:24px; background:#fff; box-shadow:var(--nptr-sombra); }
#nptr-registro .nptr-hr-seguridad strong { font-size:20px; }
#nptr-registro .nptr-hr-seguridad p { margin:8px 0 0; font-size:12px; }
#nptr-registro .nptr-hr-asistente { padding:80px 0 100px; background:var(--nptr-gris-claro); }
#nptr-registro .nptr-hr-layout { display:grid; grid-template-columns:290px minmax(0,1fr); gap:34px; align-items:start; }
#nptr-registro .nptr-hr-sidebar { position:sticky; top:110px; padding:24px; border:1px solid var(--nptr-borde); border-radius:22px; background:#fff; box-shadow:var(--nptr-sombra-suave); }
#nptr-registro .nptr-hr-progreso-cab { display:flex; justify-content:space-between; color:var(--nptr-gris); font-size:11px; font-weight:800; }
#nptr-registro .nptr-hr-progreso { height:8px; margin-top:8px; overflow:hidden; border-radius:999px; background:#e4e9ef; }
#nptr-registro .nptr-hr-progreso span { display:block; width:20%; height:100%; background:linear-gradient(90deg,var(--nptr-rojo),var(--nptr-amarillo)); transition:width .3s ease; }
#nptr-registro .nptr-hr-nav { display:grid; gap:5px; margin-top:20px; }
#nptr-registro .nptr-nav-paso { display:flex; gap:11px; align-items:center; width:100%; padding:10px; border:0; border-radius:12px; background:transparent; color:var(--nptr-gris); text-align:left; cursor:pointer; }
#nptr-registro .nptr-nav-paso > span { width:34px; height:34px; display:grid; place-items:center; flex:0 0 34px; border-radius:10px; background:#edf1f6; font-weight:900; }
#nptr-registro .nptr-nav-paso strong { display:block; color:var(--nptr-azul-oscuro); font-size:12px; }
#nptr-registro .nptr-nav-paso small { font-size:9px; }
#nptr-registro .nptr-nav-activo { background:var(--nptr-azul-claro); }
#nptr-registro .nptr-nav-activo > span { background:var(--nptr-amarillo); color:var(--nptr-azul); }
#nptr-registro .nptr-nav-completado > span { background:var(--nptr-verde); color:#fff; }
#nptr-registro .nptr-hr-form-card { min-height:620px; padding:38px; border:1px solid var(--nptr-borde); border-radius:26px; background:#fff; box-shadow:var(--nptr-sombra); }
#nptr-registro .nptr-form-paso[hidden] { display:none !important; }
#nptr-registro .nptr-form-paso.nptr-form-paso-activo { display:block !important; }
#nptr-registro .nptr-hr-paso-top { margin-bottom:30px; }
#nptr-registro .nptr-hr-paso-top > span { color:var(--nptr-rojo); font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
#nptr-registro .nptr-hr-paso-top h2 { margin:7px 0 8px; font-size:clamp(30px,4vw,42px); line-height:1.08; letter-spacing:-.04em; }
#nptr-registro .nptr-hr-paso-top p { margin:0; color:var(--nptr-gris); }
#nptr-registro .nptr-hr-campos { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
#nptr-registro .nptr-hr-opciones { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
#nptr-registro .nptr-hr-opciones label { position:relative; }
#nptr-registro .nptr-hr-opciones input { position:absolute; opacity:0; }
#nptr-registro .nptr-hr-opciones span { min-height:62px; display:flex; align-items:center; padding:14px; border:1px solid var(--nptr-borde); border-radius:13px; background:#fff; font-weight:800; cursor:pointer; }
#nptr-registro .nptr-hr-opciones input:checked + span { border-color:var(--nptr-verde); background:rgba(21,129,93,.06); box-shadow:0 0 0 3px rgba(21,129,93,.08); }
#nptr-registro .nptr-hr-fecha { margin-top:22px; padding:18px; border-radius:14px; background:var(--nptr-gris-claro); }
#nptr-registro .nptr-hr-fecha small { display:block; margin-top:7px; color:var(--nptr-gris); }
#nptr-registro .nptr-hr-pregunta { display:flex; justify-content:space-between; gap:20px; align-items:center; margin:0 0 12px; padding:17px; border:1px solid var(--nptr-borde); border-radius:14px; }
#nptr-registro .nptr-hr-pregunta legend { padding:0; font-size:13px; font-weight:800; }
#nptr-registro .nptr-hr-pregunta div { display:flex; gap:7px; }
#nptr-registro .nptr-hr-pregunta label { position:relative; }
#nptr-registro .nptr-hr-pregunta input { position:absolute; opacity:0; }
#nptr-registro .nptr-hr-pregunta span { display:block; min-width:58px; padding:8px 10px; border:1px solid var(--nptr-borde); border-radius:9px; background:var(--nptr-gris-claro); text-align:center; font-size:11px; font-weight:800; cursor:pointer; }
#nptr-registro .nptr-hr-pregunta input:checked + span { background:var(--nptr-azul); color:#fff; border-color:var(--nptr-azul); }
#nptr-registro .nptr-hr-documentos { display:grid; grid-template-columns:1fr 1fr; gap:11px; }
#nptr-registro .nptr-hr-documentos label { position:relative; }
#nptr-registro .nptr-hr-documentos input { position:absolute; opacity:0; }
#nptr-registro .nptr-hr-documentos span { display:flex; min-height:58px; align-items:center; padding:13px; border:1px solid var(--nptr-borde); border-radius:12px; cursor:pointer; font-weight:700; }
#nptr-registro .nptr-hr-documentos input:checked + span { border-color:var(--nptr-verde); background:rgba(21,129,93,.06); }
#nptr-registro .nptr-hr-resumen { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:24px; }
#nptr-registro .nptr-hr-resumen div { padding:14px; border-radius:12px; background:var(--nptr-gris-claro); }
#nptr-registro .nptr-hr-resumen span { display:block; color:var(--nptr-gris); font-size:9px; font-weight:900; text-transform:uppercase; }
#nptr-registro .nptr-hr-resumen strong { font-size:12px; }
#nptr-registro .nptr-hr-ruta { display:grid; gap:10px; }
#nptr-registro .nptr-hr-ruta article { display:grid; grid-template-columns:40px 1fr; gap:12px; padding:15px; border:1px solid var(--nptr-borde); border-radius:13px; }
#nptr-registro .nptr-hr-ruta article > span { width:36px; height:36px; display:grid; place-items:center; border-radius:50%; background:var(--nptr-azul); color:var(--nptr-amarillo); font-weight:900; }
#nptr-registro .nptr-hr-ruta p { margin:3px 0 0; color:var(--nptr-gris); font-size:11px; }
#nptr-registro .nptr-hr-alertas { display:grid; gap:8px; margin-top:18px; }
#nptr-registro .nptr-hr-alerta { padding:13px; border-left:4px solid var(--nptr-amarillo); border-radius:10px; background:#fff9df; font-size:11px; }
#nptr-registro .nptr-hr-final { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
#nptr-registro .nptr-hr-controles { display:flex; justify-content:space-between; gap:12px; margin-top:28px; padding-top:22px; border-top:1px solid var(--nptr-borde); }
#nptr-registro #nptr-error-formulario { margin-top:15px; }
@media (max-width: 950px) { #nptr-registro .nptr-hr-hero-grid,#nptr-registro .nptr-hr-layout{grid-template-columns:1fr} #nptr-registro .nptr-hr-sidebar{position:static} }
@media (max-width: 700px) { #nptr-registro .nptr-hr-hero{padding:55px 0} #nptr-registro .nptr-hr-hero h1{font-size:40px} #nptr-registro .nptr-hr-form-card{padding:24px 16px;min-height:0} #nptr-registro .nptr-hr-nav{grid-template-columns:repeat(5,1fr)} #nptr-registro .nptr-nav-paso{justify-content:center;padding:5px} #nptr-registro .nptr-nav-paso div{display:none} #nptr-registro .nptr-hr-campos,#nptr-registro .nptr-hr-opciones,#nptr-registro .nptr-hr-documentos,#nptr-registro .nptr-hr-resumen{grid-template-columns:1fr} #nptr-registro .nptr-hr-pregunta{align-items:stretch;flex-direction:column} #nptr-registro .nptr-hr-controles{flex-direction:column-reverse} }
@media print { #nptr-registro .nptr-hr-hero,#nptr-registro .nptr-hr-sidebar,#nptr-registro .nptr-hr-controles,#nptr-registro .nptr-hr-final,#nptr-registro .nptr-aviso-legal{display:none!important} #nptr-registro .nptr-hr-asistente{padding:0;background:#fff} #nptr-registro .nptr-hr-form-card{padding:0;border:0;box-shadow:none} #nptr-registro .nptr-form-paso{display:none!important} #nptr-registro .nptr-form-paso[data-paso="5"]{display:block!important} }
