/* Estilos del formulario público de inscripción (ICP). Pensado para heredar
   tipografía/colores del tema activo; solo define estructura y estados. */

.icp-form-wrap {
	max-width: 720px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}

.icp-progreso {
	margin-bottom: 24px;
}

.icp-progreso-texto {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
	opacity: 0.75;
}

.icp-progreso-barra {
	width: 100%;
	height: 8px;
	background: rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	overflow: hidden;
}

.icp-progreso-barra-fill {
	height: 100%;
	width: 14.2857%;
	background: #2271b1;
	transition: width 0.25s ease;
}

.icp-titulo-form {
	font-size: 22px;
	margin: 0 0 4px;
}

.icp-subtitulo-form {
	font-weight: 600;
	opacity: 0.8;
	margin: 0 0 12px;
}

.icp-obligatorio-nota {
	font-size: 13px;
	opacity: 0.65;
	margin-bottom: 20px;
}

.icp-titulo-seccion {
	font-size: 19px;
	margin: 0 0 4px;
	border-bottom: 2px solid #2271b1;
	padding-bottom: 8px;
}

.icp-subtitulo-seccion {
	font-style: italic;
	opacity: 0.7;
	margin: 0 0 20px;
	font-size: 14px;
}

.icp-campo {
	margin-bottom: 22px;
}

.icp-label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

.icp-campo input[type="text"],
.icp-campo input[type="number"],
.icp-campo input[type="tel"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
}

.icp-campo-otro {
	margin-top: 10px;
}

.icp-fila-direccion {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 14px;
}

@media (max-width: 480px) {
	.icp-fila-direccion {
		grid-template-columns: 1fr;
	}
}

.icp-campo-direccion {
	margin-bottom: 0;
}

.icp-campo-direccion select,
.icp-campo-direccion input[type="text"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
	background: #fff;
	font-family: inherit;
}

.icp-label-sub {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 13px;
	opacity: 0.85;
}

.icp-campo-direccion-placa {
	max-width: 160px;
	margin-bottom: 14px;
}

.icp-ayuda {
	font-size: 13px;
	opacity: 0.65;
	margin: 6px 0 0;
}

.icp-opciones {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.icp-opcion {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 9px 14px;
	cursor: pointer;
	font-size: 14px;
	user-select: none;
}

.icp-opcion input {
	margin: 0;
}

.icp-opcion:has(input:checked) {
	border-color: #2271b1;
	background: rgba(34, 113, 177, 0.08);
}

.icp-declaracion {
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.6;
}

.icp-declaracion li {
	margin-bottom: 10px;
}

.icp-navegacion {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 28px;
}

.icp-btn {
	padding: 12px 22px;
	border-radius: 6px;
	border: none;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.icp-btn-next,
.icp-btn-submit {
	background: #2271b1;
	color: #fff;
	margin-left: auto;
}

.icp-btn-next:hover,
.icp-btn-submit:hover {
	background: #1a5a8c;
}

.icp-btn-prev {
	background: #f0f0f1;
	color: #1d2327;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.icp-btn-prev:hover {
	background: #e0e0e1;
	color: #1d2327;
}

.icp-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.icp-alerta {
	padding: 12px 14px;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 14px;
}

.icp-alerta-error {
	background: #fdecea;
	border: 1px solid #f5c2c0;
	color: #92201d;
}

.icp-campo.icp-campo-invalido .icp-label {
	color: #92201d;
}

.icp-honeypot {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.icp-confirmacion {
	max-width: 480px;
	margin: 40px auto;
	text-align: center;
	padding: 30px;
	border: 1px solid rgba(34, 113, 177, 0.3);
	border-radius: 10px;
	background: rgba(34, 113, 177, 0.05);
}

.icp-radicado {
	font-size: 26px;
	font-weight: 700;
	color: #2271b1;
	margin: 10px 0;
}
